﻿*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    tab-size: 4
}

body {
    margin: 0
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    border-color: currentcolor
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

legend {
    padding: 0
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

button,
html,
input,
select,
textarea {
    color: #222
}

body {
    font-size: 1em;
    line-height: 1.4
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

img {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.chromeframe {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

.ir {
    background-color: #fff0;
    border: 0;
    overflow: hidden
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%
}

.hidden {
    display: none !important;
    visibility: hidden
}

.dn {
    display: none !important
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

@media print {
    * {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    .ir a:after,
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}

.grid-1,
.grid-10,
.grid-11,
.grid-12,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-all,
.grid-half,
.grid-quarter,
.grid-third,
.grid-three-quarters,
.grid-two-thirds,
.grid-whole {
    margin: 0;
    clear: none;
    float: left
}

.grid-1 {
    width: 8.33333%
}

.grid-2 {
    width: 16.66667%
}

.grid-3,
.grid-quarter {
    width: 25%
}

.grid-4,
.grid-third {
    width: 33.33333%
}

.grid-5 {
    width: 41.66667%
}

.grid-6,
.grid-half {
    width: 50%
}

.grid-7 {
    width: 58.33333%
}

.grid-8,
.grid-two-thirds {
    width: 66.66667%
}

.grid-9,
.grid-three-quarters {
    width: 75%
}

.grid-10 {
    width: 83.33333%
}

.grid-11 {
    width: 91.66667%
}

.grid-12,
.grid-whole {
    width: 100%
}

.padded {
    padding: .5em
}

.padded-left {
    padding-left: .5em
}

.padded-right {
    padding-right: .5em
}

.padded-top {
    padding-top: .5em
}

.padded-bottom {
    padding-bottom: .5em
}

.padded-sides {
    padding-left: .5em;
    padding-right: .5em
}

.padded-vertical {
    padding-top: .5em;
    padding-bottom: .5em
}

.padded-inner {
    padding: 1em
}

.padded-inner-left {
    padding-left: 1em
}

.padded-inner-right {
    padding-right: 1em
}

.padded-inner-top {
    padding-top: 1em
}

.padded-inner-bottom {
    padding-bottom: 1em
}

.padded-inner-sides {
    padding-left: 1em;
    padding-right: 1em
}

.padded-inner-vertical {
    padding-top: 1em;
    padding-bottom: 1em
}

.padded-reverse {
    margin: 0 -.5em;
    width: auto;
    box-sizing: content-box;
    float: none
}

.padded-inner-reverse {
    margin: 0 -1em;
    width: auto;
    box-sizing: content-box;
    float: none
}

.padded-reverse-all {
    margin: -.5em;
    width: auto;
    box-sizing: content-box;
    float: none
}

.padded-inner-reverse-all {
    margin: -1em;
    width: auto;
    box-sizing: content-box;
    float: none
}

.flow-opposite {
    float: right
}

.center {
    text-align: center
}

.left {
    text-align: left
}

.right {
    text-align: right
}

.row {
    margin: 0 -.5em;
    width: auto;
    box-sizing: content-box;
    float: none
}

@media (max-width:639px) {

    .s-grid-1,
    .s-grid-10,
    .s-grid-11,
    .s-grid-12,
    .s-grid-2,
    .s-grid-3,
    .s-grid-4,
    .s-grid-5,
    .s-grid-6,
    .s-grid-7,
    .s-grid-8,
    .s-grid-9,
    .s-grid-all,
    .s-grid-half,
    .s-grid-quarter,
    .s-grid-third,
    .s-grid-three-quarters,
    .s-grid-two-thirds,
    .s-grid-whole {
        margin: 0;
        clear: none;
        float: left
    }

    .s-grid-1 {
        width: 8.33333%
    }

    .s-grid-2 {
        width: 16.66667%
    }

    .s-grid-3,
    .s-grid-quarter {
        width: 25%
    }

    .s-grid-4,
    .s-grid-third {
        width: 33.33333%
    }

    .s-grid-5 {
        width: 41.66667%
    }

    .s-grid-6,
    .s-grid-half {
        width: 50%
    }

    .s-grid-7 {
        width: 58.33333%
    }

    .s-grid-8,
    .s-grid-two-thirds {
        width: 66.66667%
    }

    .s-grid-9,
    .s-grid-three-quarters {
        width: 75%
    }

    .s-grid-10 {
        width: 83.33333%
    }

    .s-grid-11 {
        width: 91.66667%
    }

    .s-grid-12,
    .s-grid-whole {
        width: 100%
    }

    .s-padded-none {
        padding: 0
    }

    .s-padded {
        padding: .5em
    }

    .s-padded-left {
        padding-left: .5em
    }

    .s-padded-right {
        padding-right: .5em
    }

    .s-padded-top {
        padding-top: .5em
    }

    .s-padded-bottom {
        padding-bottom: .5em
    }

    .s-padded-sides {
        padding: 0 .5em
    }

    .s-padded-vertical {
        padding: .5em 0
    }

    .s-padded-inner {
        padding: 1em
    }

    .s-padded-inner-sides {
        padding: 0 1em
    }

    .s-padded-reverse {
        margin: 0 -.5em;
        width: auto;
        box-sizing: content-box;
        float: none
    }

    .s-padded-reverse-all {
        margin: -.5em;
        width: auto;
        box-sizing: content-box;
        float: none
    }

    .s-flow-opposite {
        float: right
    }

    .s-center {
        text-align: center
    }

    .s-left {
        text-align: left
    }

    .s-right {
        text-align: right
    }

    .s-hidden {
        display: none
    }
}

@media (min-width:640px) and (max-width:1023px) {

    .m-grid-1,
    .m-grid-10,
    .m-grid-11,
    .m-grid-12,
    .m-grid-2,
    .m-grid-3,
    .m-grid-4,
    .m-grid-5,
    .m-grid-6,
    .m-grid-7,
    .m-grid-8,
    .m-grid-9,
    .m-grid-all,
    .m-grid-half,
    .m-grid-quarter,
    .m-grid-third,
    .m-grid-three-quarters,
    .m-grid-two-thirds,
    .m-grid-whole {
        margin: 0;
        clear: none;
        float: left
    }

    .m-grid-1 {
        width: 8.33333%
    }

    .m-grid-2 {
        width: 16.66667%
    }

    .m-grid-3,
    .m-grid-quarter {
        width: 25%
    }

    .m-grid-4,
    .m-grid-third {
        width: 33.33333%
    }

    .m-grid-5 {
        width: 41.66667%
    }

    .m-grid-6,
    .m-grid-half {
        width: 50%
    }

    .m-grid-7 {
        width: 58.33333%
    }

    .m-grid-8,
    .m-grid-two-thirds {
        width: 66.66667%
    }

    .m-grid-9,
    .m-grid-three-quarters {
        width: 75%
    }

    .m-grid-10 {
        width: 83.33333%
    }

    .m-grid-11 {
        width: 91.66667%
    }

    .m-grid-12,
    .m-grid-whole {
        width: 100%
    }

    .m-padded-none {
        padding: 0
    }

    .m-padded {
        padding: .5em
    }

    .m-padded-left {
        padding-left: .5em
    }

    .m-padded-right {
        padding-right: .5em
    }

    .m-padded-top {
        padding-top: .5em
    }

    .m-padded-bottom {
        padding-bottom: .5em
    }

    .m-padded-sides {
        padding: 0 .5em
    }

    .m-padded-vertical {
        padding: .5em 0
    }

    .m-padded-inner {
        padding: 1em
    }

    .m-padded-inner-sides {
        padding: 0 1em
    }

    .m-padded-reverse {
        margin: 0 -.5em;
        width: auto;
        box-sizing: content-box;
        float: none
    }

    .m-padded-reverse-all {
        margin: -.5em;
        width: auto;
        box-sizing: content-box;
        float: none
    }

    .m-flow-opposite {
        float: right
    }

    .m-center {
        text-align: center
    }

    .m-left {
        text-align: left
    }

    .m-right {
        text-align: right
    }

    .m-hidden {
        display: none
    }
}

@media (min-width:1024px) and (max-width:1279px) {

    .l-grid-1,
    .l-grid-10,
    .l-grid-11,
    .l-grid-12,
    .l-grid-2,
    .l-grid-3,
    .l-grid-4,
    .l-grid-5,
    .l-grid-6,
    .l-grid-7,
    .l-grid-8,
    .l-grid-9,
    .l-grid-all,
    .l-grid-half,
    .l-grid-quarter,
    .l-grid-third,
    .l-grid-three-quarters,
    .l-grid-two-thirds,
    .l-grid-whole {
        margin: 0;
        clear: none;
        float: left
    }

    .l-grid-1 {
        width: 8.33333%
    }

    .l-grid-2 {
        width: 16.66667%
    }

    .l-grid-3,
    .l-grid-quarter {
        width: 25%
    }

    .l-grid-4,
    .l-grid-third {
        width: 33.33333%
    }

    .l-grid-5 {
        width: 41.66667%
    }

    .l-grid-6,
    .l-grid-half {
        width: 50%
    }

    .l-grid-7 {
        width: 58.33333%
    }

    .l-grid-8,
    .l-grid-two-thirds {
        width: 66.66667%
    }

    .l-grid-9,
    .l-grid-three-quarters {
        width: 75%
    }

    .l-grid-10 {
        width: 83.33333%
    }

    .l-grid-11 {
        width: 91.66667%
    }

    .l-grid-12,
    .l-grid-whole {
        width: 100%
    }

    .l-padded {
        padding: .5em
    }

    .l-padded-left {
        padding-left: .5em
    }

    .l-padded-right {
        padding-right: .5em
    }

    .l-padded-top {
        padding-top: .5em
    }

    .l-padded-bottom {
        padding-bottom: .5em
    }

    .l-padded-sides {
        padding: 0 .5em
    }

    .l-padded-vertical {
        padding: .5em 0
    }

    .l-padded-inner {
        padding: 1em
    }

    .l-padded-inner-sides {
        padding: 0 1em
    }

    .l-padded-reverse {
        margin: 0 -.5em;
        width: auto;
        box-sizing: content-box;
        float: none
    }

    .l-padded-reverse-all {
        margin: -.5em;
        width: auto;
        box-sizing: content-box;
        float: none
    }

    .l-flow-opposite {
        float: right
    }

    .l-center {
        text-align: center
    }

    .l-left {
        text-align: left
    }

    .l-right {
        text-align: right
    }

    .l-hidden {
        display: none
    }
}

@media (min-width:1280px) {
    .xl-hidden {
        display: none
    }
}

.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none
}

.sf-menu li {
    position: relative
}

.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99
}

.sf-menu li.sfHover>ul,
.sf-menu li:hover>ul {
    display: block
}

.sf-menu a {
    position: relative;
    display: inline-flex;
    align-items: baseline
}

.sf-menu-icon {
    margin-right: .25em
}

.sf-menu-arrow {
    margin-left: auto;
    padding-left: .5em
}

.sf-menu li li a {
    display: flex
}

.sf-menu ul ul {
    top: 0;
    left: 100%
}

.sf-menu {
    margin-bottom: 1em
}

.sf-menu ul {
    box-shadow: 2px 2px 2px rgb(0 0 0 / .2);
    min-width: 12em
}

.sf-menu a:hover {
    text-decoration: none
}

.sf-menu ul a {
    padding: .6em .8em
}

.sf-menu li {
    white-space: nowrap;
    -webkit-transition: background .2s;
    transition: background .2s
}

.sf-menu li.sfHover,
.sf-menu li:hover {
    -webkit-transition: none;
    transition: none
}

.sf-arrows .sf-with-ul {
    padding-right: 2.5em
}

.sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -3px;
    height: 0;
    width: 0;
    border: 5px solid #fff0;
    border-top-color: #dfeeff;
    border-top-color: rgb(255 255 255 / .5)
}

.sf-arrows>.sfHover>.sf-with-ul:after,
.sf-arrows>li:hover>.sf-with-ul:after,
.sf-arrows>li>.sf-with-ul:focus:after {
    border-top-color: #fff
}

.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: #fff0;
    border-left-color: #dfeeff;
    border-left-color: rgb(255 255 255 / .5)
}

.sf-arrows ul .sfHover>.sf-with-ul:after,
.sf-arrows ul li:hover>.sf-with-ul:after,
.sf-arrows ul li>.sf-with-ul:focus:after {
    border-left-color: #fff
}

.sf-vertical {
    width: 100%
}

.sf-vertical ul {
    left: 100%;
    top: 0
}

.sf-vertical>li {
    float: none
}

.sf-vertical li {
    width: 100%
}

.sf-vertical.sf-arrows>li>.sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: #fff0;
    border-left-color: #dfeeff;
    border-left-color: rgb(255 255 255 / .5)
}

.sf-vertical.sf-arrows .sfHover>.sf-with-ul:after,
.sf-vertical.sf-arrows li:hover>.sf-with-ul:after,
.sf-vertical.sf-arrows li>.sf-with-ul:focus:after {
    border-left-color: #fff
}

.sf-navbar {
    background: #bdd2ff;
    position: relative;
    margin-bottom: 5em
}

.sf-navbar:before {
    content: '';
    position: absolute;
    left: 0;
    z-index: -1;
    background-color: #bdd2ff;
    height: 200%;
    width: 100%
}

.sf-navbar ul {
    box-shadow: none
}

.sf-navbar li {
    background: #aabde6;
    position: static
}

.sf-navbar>li>a,
.sf-navbar>li>ul>li>a {
    border: none
}

.sf-navbar>li>ul {
    min-width: 36em
}

.sf-navbar ul li {
    background: #bdd2ff;
    position: relative
}

.sf-navbar ul ul {
    left: 0;
    top: 100%
}

.sf-navbar ul ul li {
    width: 100%
}

.sf-navbar>li>ul>li {
    float: left
}

.sf-navbar li.current {
    background: #bdd2ff
}

.sf-navbar li.sfHover,
.sf-navbar li:hover,
.sf-navbar ul li.current {
    background: #bdd2ff
}

.sf-navbar ul li.sfHover,
.sf-navbar ul li:hover,
.sf-navbar ul ul li {
    background: #d1dfff
}

.sf-navbar ul ul li.current,
.sf-navbar ul ul li.sfHover,
.sf-navbar ul ul li:hover {
    background: #e6eeff
}

.sf-navbar ul li.current>a {
    font-weight: 700
}

.sf-arrows.sf-navbar ul .sf-with-ul:after {
    margin-top: -3px;
    margin-right: 0;
    border-color: #fff0;
    border-top-color: #dfeeff;
    border-top-color: rgb(255 255 255 / .5)
}

.sf-arrows.sf-navbar ul>.sfHover>.sf-with-ul:after,
.sf-arrows.sf-navbar ul>li:hover>.sf-with-ul:after,
.sf-arrows.sf-navbar ul>li>.sf-with-ul:focus:after {
    border-color: #fff0;
    border-top-color: #fff
}

:root {
    --f-button-width: 40px;
    --f-button-height: 40px;
    --f-button-border: 0;
    --f-button-border-radius: 0;
    --f-button-color: #374151;
    --f-button-bg: #f8f8f8;
    --f-button-shadow: none;
    --f-button-transition: all .15s ease;
    --f-button-transform: none;
    --f-button-outline-width: 1px;
    --f-button-outline-color: rgba(0, 0, 0, .7);
    --f-button-svg-width: 20px;
    --f-button-svg-height: 20px;
    --f-button-svg-stroke-width: 1.5;
    --f-button-svg-fill: none;
    --f-button-svg-filter: none;
    --f-button-svg-opacity: 1;
    --f-button-svg-disabled-opacity: .5;
    --f-button-svg-transition: opacity .15s ease;
    --f-button-svg-transform: none
}

.f-button {
    width: var(--f-button-width);
    height: var(--f-button-height);
    border: var(--f-button-border);
    border-radius: var(--f-button-border-radius);
    color: var(--f-button-color);
    background: var(--f-button-bg);
    box-shadow: var(--f-button-shadow);
    transform: var(--f-button-transform);
    transition: var(--f-button-transition);
    backdrop-filter: var(--f-button-backdrop-filter);
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: content-box;
    position: relative;
    margin: 0;
    padding: 0;
    pointer-events: all;
    cursor: pointer;
    overflow: hidden
}

@media (hover:hover) {
    .f-button:hover:not([aria-disabled]) {
        color: var(--f-button-hover-color, var(--f-button-color));
        background-color: var(--f-button-hover-bg, var(--f-button-bg))
    }
}

.f-button:active:not([aria-disabled]) {
    color: var(--f-button-active-color, var(--f-button-hover-color, var(--f-button-color)));
    background-color: var(--f-button-active-bg, var(--f-button-hover-bg, var(--f-button-bg)))
}

.f-button:focus {
    outline: 0
}

.f-button:focus-visible {
    outline: var(--f-button-outline-width) solid var(--f-button-outline-color);
    outline-offset: var(--f-button-outline-offset)
}

.f-button svg {
    width: var(--f-button-svg-width);
    height: var(--f-button-svg-height);
    transform: var(--f-button-svg-transform);
    fill: var(--f-button-svg-fill);
    filter: var(--f-button-svg-filter);
    opacity: var(--f-button-svg-opacity, 1);
    transition: var(--f-button-svg-transition);
    stroke: currentColor;
    stroke-width: var(--f-button-svg-stroke-width);
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none
}

.f-button[aria-disabled] {
    cursor: default
}

.f-button[aria-disabled] svg {
    opacity: var(--f-button-svg-disabled-opacity)
}

[data-panzoom-action=toggleFS] g:first-child {
    display: flex
}

[data-panzoom-action=toggleFS] g:last-child {
    display: none
}

.in-fullscreen [data-panzoom-action=toggleFS] g:first-child {
    display: none
}

.in-fullscreen [data-panzoom-action=toggleFS] g:last-child {
    display: flex
}

[data-autoplay-action=toggle] svg g:first-child {
    display: flex
}

[data-autoplay-action=toggle] svg g:last-child {
    display: none
}

.has-autoplay [data-autoplay-action=toggle] svg g:first-child {
    display: none
}

.has-autoplay [data-autoplay-action=toggle] svg g:last-child {
    display: flex
}

:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:first-child {
    display: none
}

:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:last-child {
    display: flex
}

:root {
    --f-spinner-color-1: rgba(0, 0, 0, .1);
    --f-spinner-color-2: rgba(17, 24, 28, .8);
    --f-spinner-width: 50px;
    --f-spinner-height: 50px;
    --f-spinner-border-radius: 50%;
    --f-spinner-border-width: 4px
}

.f-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    width: var(--f-spinner-width);
    height: var(--f-spinner-height);
    translate: -50% -50%;
    border: var(--f-spinner-border-width) solid var(--f-spinner-color-1);
    border-top-color: var(--f-spinner-color-2);
    border-radius: var(--f-spinner-border-radius);
    animation: f-spinner .75s linear infinite, f-fadeIn .2s ease .2s both
}

@keyframes f-spinner {
    to {
        rotate: 360deg
    }
}

.f-panzoom,
.f-zoomable {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column
}

.f-panzoom:after,
.f-panzoom:before,
.f-zoomable:after,
.f-zoomable:before {
    display: block;
    content: ""
}

.f-panzoom:not(.has-controls):before,
.f-zoomable:not(.has-controls):before {
    margin-bottom: auto
}

.f-panzoom:after,
.f-zoomable:after {
    margin-top: auto
}

.f-panzoom.in-fullscreen,
.f-zoomable.in-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    aspect-ratio: unset !important;
    z-index: 9999
}

.f-panzoom__wrapper {
    position: relative;
    min-width: 0;
    min-height: 0;
    max-width: 100%;
    max-height: 100%
}

.f-panzoom__wrapper.will-zoom-out {
    cursor: zoom-out
}

.f-panzoom__wrapper.can-drag {
    cursor: move;
    cursor: grab
}

.f-panzoom__wrapper.will-zoom-in {
    cursor: zoom-in
}

.f-panzoom__wrapper.is-dragging {
    cursor: move;
    cursor: grabbing
}

.f-panzoom__wrapper.has-error {
    display: none
}

.f-panzoom__content {
    display: block;
    min-width: 0;
    min-height: 0;
    max-width: 100%;
    max-height: 100%
}

.f-panzoom__content.has-lazyerror,
.f-panzoom__content.is-lazyloading {
    visibility: hidden
}

img.f-panzoom__content {
    width: auto;
    height: auto;
    vertical-align: top;
    object-fit: contain;
    transition: none;
    user-select: none
}

.f-panzoom__wrapper>.f-panzoom__content {
    visibility: hidden
}

.f-panzoom__viewport {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

.f-panzoom__viewport>.f-panzoom__content {
    width: 100%;
    height: 100%;
    object-fit: fill
}

picture.f-panzoom__content img {
    vertical-align: top;
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    transition: none;
    user-select: none
}

.f-panzoom__protected {
    position: absolute;
    inset: 0;
    z-index: 1;
    user-select: none
}

html.with-panzoom-in-fullscreen {
    overflow: hidden
}

.f-fadeIn {
    animation: var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
    z-index: 2
}

.f-fadeOut {
    animation: var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
    z-index: 1
}

@keyframes f-fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes f-fadeOut {
    to {
        opacity: 0
    }
}

.f-crossfadeIn {
    animation: var(--f-transition-duration, .2s) ease both f-crossfadeIn;
    z-index: 2
}

.f-crossfadeOut {
    animation: calc(var(--f-transition-duration, .2s) * .2) ease calc(var(--f-transition-duration, .2s) * .8) both f-crossfadeOut;
    z-index: 1
}

@keyframes f-crossfadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes f-crossfadeOut {
    to {
        opacity: 0
    }
}

.is-horizontal .f-slideIn.from-next {
    animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-slideInNextX
}

.is-horizontal .f-slideIn.from-prev {
    animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-slideInPrevX
}

.is-horizontal .f-slideOut.to-next {
    animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-slideOutNextX
}

.is-horizontal .f-slideOut.to-prev {
    animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-slideOutPrevX
}

@keyframes f-slideInPrevX {
    0% {
        transform: translate(calc(100% + var(--f-carousel-gap, 0)))
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes f-slideInNextX {
    0% {
        transform: translate(calc(-100% - var(--f-carousel-gap, 0)))
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes f-slideOutNextX {
    to {
        transform: translate(calc(-100% - var(--f-carousel-gap, 0)))
    }
}

@keyframes f-slideOutPrevX {
    to {
        transform: translate(calc(100% + var(--f-carousel-gap, 0)))
    }
}

.is-vertical .f-slideIn.from-next {
    animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-slideInNextY
}

.is-vertical .f-slideIn.from-prev {
    animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-slideInPrevY
}

.is-vertical .f-slideOut.to-next {
    animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-slideOutNextY
}

.is-vertical .f-slideOut.to-prev {
    animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-slideOutPrevY
}

@keyframes f-slideInPrevY {
    0% {
        transform: translateY(calc(100% + var(--f-carousel-gap, 0)))
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes f-slideInNextY {
    0% {
        transform: translateY(calc(-100% - var(--f-carousel-gap, 0)))
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes f-slideOutNextY {
    to {
        transform: translateY(calc(-100% - var(--f-carousel-gap, 0)))
    }
}

@keyframes f-slideOutPrevY {
    to {
        transform: translateY(calc(100% + var(--f-carousel-gap, 0)))
    }
}

.f-zoomInUp {
    animation: var(--f-transition-duration, .3s) ease both f-zoomInUp
}

.f-zoomOutDown {
    animation: var(--f-transition-duration, .3s) ease both f-zoomOutDown
}

@keyframes f-zoomInUp {
    0% {
        transform: scale(var(--f-zoomInUp-scale, .975)) translate3d(var(--f-zoomInUp-x, 0), var(--f-zoomInUp-y, 16px), 0);
        opacity: var(--f-zoomInUp-opacity, 0)
    }

    to {
        transform: scale(1) translateZ(0);
        opacity: 1
    }
}

@keyframes f-zoomOutDown {
    to {
        transform: scale(var(--f-zoomOutDown-scale, .975)) translate3d(var(--f-zoomOutDown-x, 0), var(--f-zoomOutDown-y, 16px), 0);
        opacity: 0
    }
}

.f-throwOutUp {
    animation: var(--f-throwOutUp-duration, .2s) ease-out both f-throwOutUp
}

.f-throwOutDown {
    animation: var(--f-throwOutDown-duration, .2s) ease-out both f-throwOutDown
}

@keyframes f-throwOutUp {
    to {
        transform: translate3d(0, calc(var(--f-throwOutUp-y, 150px) * -1), 0);
        opacity: 0
    }
}

@keyframes f-throwOutDown {
    to {
        transform: translate3d(0, var(--f-throwOutDown-y, 150px), 0);
        opacity: 0
    }
}

.has-gmap .f-html,
.has-iframe .f-html,
.has-pdf .f-html {
    width: 100%;
    height: 100%;
    min-height: 1px;
    overflow: visible
}

.has-gmap .f-html,
.has-pdf .f-html {
    padding: 0
}

.f-html {
    position: relative;
    box-sizing: border-box;
    margin: var(--f-html-margin, 0);
    padding: var(--f-html-padding, 2rem);
    color: var(--f-html-color, currentColor);
    background: var(--f-html-bg)
}

.f-html.is-error {
    text-align: center
}

.f-iframe {
    display: block;
    margin: 0;
    border: 0;
    height: 100%;
    width: 100%
}

.f-caption {
    align-self: center;
    flex-shrink: 0;
    margin: var(--f-caption-margin);
    padding: var(--f-caption-padding, 16px 8px);
    max-width: 100%;
    max-height: calc(80vh - 100px);
    overflow: auto;
    overflow-wrap: anywhere;
    line-height: var(--f-caption-line-height);
    color: var(--f-caption-color);
    background: var(--f-caption-bg);
    font: var(--f-caption-font)
}

.has-html5video .f-html,
.has-vimeo .f-html,
.has-youtube .f-html {
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 1px;
    overflow: visible;
    max-width: var(--f-video-width, 960px);
    max-height: var(--f-video-height, 540px);
    aspect-ratio: var(--f-video-aspect-ratio);
    background: var(--f-video-bg, rgb(0 0 0 / .9))
}

.f-html5video {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: 0 0
}

.f-button.is-arrow {
    --f-button-width: var(--f-arrow-width, 46px);
    --f-button-height: var(--f-arrow-height, 46px);
    --f-button-svg-width: var(--f-arrow-svg-width, 24px);
    --f-button-svg-height: var(--f-arrow-svg-height, 24px);
    --f-button-svg-stroke-width: var(--f-arrow-svg-stroke-width, 1.75);
    --f-button-border-radius: var(--f-arrow-border-radius, unset);
    --f-button-bg: var(--f-arrow-bg, transparent);
    --f-button-hover-bg: var(--f-arrow-hover-bg, var(--f-arrow-bg));
    --f-button-active-bg: var(--f-arrow-active-bg, var(--f-arrow-hover-bg));
    --f-button-shadow: var(--f-arrow-shadow);
    --f-button-color: var(--f-arrow-color);
    --f-button-hover-color: var(--f-arrow-hover-color, var(--f-arrow-color));
    --f-button-active-color: var(--f-arrow-active-color, var(--f-arrow-hover-color));
    overflow: visible
}

.f-button.is-arrow.is-next,
.f-button.is-arrow.is-prev {
    position: absolute;
    transform: translate(0);
    z-index: 20
}

.is-horizontal .f-button.is-arrow.is-next,
.is-horizontal .f-button.is-arrow.is-prev {
    inset: 50% auto auto;
    transform: translateY(-50%)
}

.is-horizontal.is-ltr .f-button.is-arrow.is-prev {
    left: var(--f-arrow-pos, 0)
}

.is-horizontal.is-ltr .f-button.is-arrow.is-next {
    right: var(--f-arrow-pos, 0)
}

.is-horizontal.is-rtl .f-button.is-arrow.is-prev {
    right: var(--f-arrow-pos, 0);
    transform: translateY(-50%) rotateY(180deg)
}

.is-horizontal.is-rtl .f-button.is-arrow.is-next {
    left: var(--f-arrow-pos, 0);
    transform: translateY(-50%) rotateY(180deg)
}

.is-vertical.is-ltr .f-button.is-arrow.is-prev,
.is-vertical.is-rtl .f-button.is-arrow.is-prev {
    top: var(--f-arrow-pos, 0);
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%)
}

.is-vertical.is-ltr .f-button.is-arrow.is-next,
.is-vertical.is-rtl .f-button.is-arrow.is-next {
    top: auto;
    right: auto;
    bottom: var(--f-arrow-pos, 0);
    left: 50%;
    transform: translate(-50%)
}

.is-vertical .f-button.is-arrow.is-next svg,
.is-vertical .f-button.is-arrow.is-prev svg {
    transform: rotate(90deg)
}

.f-carousel__toolbar {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    margin: var(--f-toolbar-margin, 0);
    padding: var(--f-toolbar-padding, 8px);
    line-height: var(--f-toolbar-line-height);
    background: var(--f-toolbar-bg, none);
    box-shadow: var(--f-toolbar-shadow, none);
    backdrop-filter: var(--f-toolbar-backdrop-filter);
    position: relative;
    z-index: 20;
    color: var(--f-toolbar-color, currentColor);
    font-size: var(--f-toolbar-font-size, 17px);
    font-weight: var(--f-toolbar-font-weight, inherit);
    font-family: var(--f-toolbar-font, -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif);
    text-shadow: var(--f-toolbar-text-shadow);
    text-align: center;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: subpixel-antialiased;
    white-space: nowrap;
    pointer-events: none
}

.f-carousel__toolbar.is-absolute {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.f-carousel__toolbar .f-button:focus-visible {
    position: relative;
    z-index: 1
}

.f-carousel__toolbar__column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: var(--f-toolbar-gap, 0)
}

.f-carousel__toolbar__column.is-left {
    display: flex;
    justify-self: flex-start;
    justify-content: flex-start
}

.f-carousel__toolbar__column.is-middle {
    display: flex;
    justify-content: center
}

.f-carousel__toolbar__column.is-right {
    display: flex;
    justify-self: flex-end;
    justify-content: flex-end;
    flex-flow: nowrap
}

.f-carousel__toolbar__column {
    pointer-events: none
}

.f-carousel__toolbar__column>* {
    pointer-events: all
}

.f-counter {
    position: relative;
    display: flex;
    flex-direction: row;
    cursor: default;
    user-select: none;
    margin: var(--f-counter-margin, 0);
    padding: var(--f-counter-padding, 4px);
    line-height: var(--f-counter-line-height);
    background: var(--f-counter-bg);
    border-radius: var(--f-counter-border-radius)
}

.f-counter span {
    padding: 0 var(--f-counter-gap, 4px)
}

:root {
    --f-thumbs-gap: 8px;
    --f-thumbs-margin: 0;
    --f-thumbs-padding-x: 8px;
    --f-thumbs-padding-y: 8px;
    --f-thumbs-bg: transparent;
    --f-thumbs-transition: max-height .3s ease, max-width .3s ease, padding .3s ease;
    --f-thumbs-z-index: 1;
    --f-thumbs-viewport-padding-x: 0px;
    --f-thumbs-viewport-padding-y: 0px;
    --f-thumb-width: 94px;
    --f-thumb-height: 76px;
    --f-thumb-clip-width: 46px;
    --f-thumb-extra-gap: 16px;
    --f-thumb-opacity: 1;
    --f-thumb-transition: opacity .3s ease, transform .15s ease;
    --f-thumb-border: none;
    --f-thumb-border-radius: 4px;
    --f-thumb-shadow: none;
    --f-thumb-bg: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .05));
    --f-thumb-focus-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;
    --f-thumb-selected-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;
    --f-thumb-border-transition: all .1s ease;
    --f-thumb-img-width: 100%;
    --f-thumb-img-height: 100%;
    --f-thumb-img-fit: cover;
    --f-thumb-img-position: 50% 20%
}

.f-thumbs {
    --f-carousel-slide-width: var(--f-thumb-width);
    --f-carousel-slide-height: var(--f-thumb-height);
    --f-carousel-gap: var(--f-thumbs-gap);
    position: relative;
    box-sizing: border-box;
    flex-shrink: 0;
    margin: var(--f-thumbs-margin);
    padding: var(--f-thumbs-padding-y) var(--f-thumbs-padding-x);
    overflow: hidden;
    background: var(--f-thumbs-bg);
    -webkit-tap-highlight-color: #fff0;
    user-select: none;
    transition: var(--f-thumbs-transition);
    z-index: var(--f-thumbs-z-index)
}

.f-thumbs.is-horizontal {
    max-height: calc(var(--f-carousel-slide-height) + var(--f-thumbs-padding-y) * 2)
}

.f-thumbs.is-horizontal.is-hidden {
    max-height: 0;
    --f-thumbs-padding-y: 0
}

.f-thumbs.is-vertical {
    max-width: calc(var(--f-carousel-slide-width) + var(--f-thumbs-padding-x) * 2)
}

.f-thumbs.is-vertical.is-hidden {
    max-width: 0;
    --f-thumbs-padding-x: 0
}

.f-thumbs.is-scrollable.is-hidden {
    max-height: 0;
    --f-thumbs-padding-y: 0
}

.f-thumbs.is-ltr {
    direction: ltr
}

.f-thumbs.is-rtl {
    direction: rtl
}

.f-thumbs img {
    display: block;
    width: var(--f-thumb-img-width);
    height: var(--f-thumb-img-height);
    object-fit: var(--f-thumb-img-fit);
    object-position: var(--f-thumb-img-position);
    pointer-events: none;
    border-radius: inherit;
    color: #fff0
}

.f-thumbs img[data-lazy-src] {
    visibility: hidden
}

.f-thumbs img.has-lazyerror {
    display: none
}

.f-thumbs__viewport {
    box-sizing: border-box;
    height: 100%;
    padding: var(--f-thumbs-viewport-padding-y) var(--f-thumbs-viewport-padding-x);
    overflow: visible;
    display: grid
}

.f-thumbs__slide {
    position: relative;
    box-sizing: border-box;
    grid-area: 1/1;
    width: var(--f-carousel-slide-width);
    height: var(--f-carousel-slide-height);
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    overflow: visible
}

.f-thumbs__slide:hover button {
    opacity: var(--f-thumb-hover-opacity, 1);
    transform: var(--f-thumb-hover-transform, none)
}

.f-thumbs__slide:hover button:after {
    border: var(--f-thumb-hover-border, none);
    box-shadow: var(--f-thumb-hover-shadow, var(--f-thumb-shadow))
}

.f-thumbs__slide button {
    all: unset;
    display: block;
    margin: auto;
    padding: 0;
    position: relative;
    overflow: visible;
    width: 100%;
    height: 100%;
    outline: 0;
    transition: var(--f-thumb-transition);
    border-radius: var(--f-thumb-border-radius);
    opacity: var(--f-thumb-opacity);
    transform: var(--f-thumb-transform);
    background: var(--f-thumb-bg)
}

.f-thumbs__slide button:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    transition: var(--f-thumb-border-transition);
    border-radius: inherit;
    border: var(--f-thumb-border);
    box-shadow: var(--f-thumb-shadow)
}

.f-thumbs__slide button:focus-within {
    opacity: var(--f-thumb-focus-opacity, 1);
    transform: var(--f-thumb-focus-transform, none)
}

.f-thumbs__slide button:focus-within:after {
    border: var(--f-thumb-focus-border, none);
    box-shadow: var(--f-thumb-focus-shadow, var(--f-thumb-shadow))
}

.f-thumbs__slide:active {
    opacity: var(--f-thumb-active-opacity, 1);
    transform: var(--f-thumb-active-transform, none)
}

.f-thumbs__slide:active:after {
    border: var(--f-thumb-active-border, none);
    box-shadow: var(--f-thumb-active-shadow, var(--f-thumb-shadow))
}

.f-thumbs__slide.is-selected {
    z-index: 2
}

.f-thumbs__slide.is-selected button {
    opacity: var(--f-thumb-selected-opacity, 1);
    transform: var(--f-thumb-selected-transform, none)
}

.f-thumbs__slide.is-selected button:after {
    border: var(--f-thumb-selected-border, none);
    box-shadow: var(--f-thumb-selected-shadow, var(--f-thumb-shadow))
}

.f-thumbs.is-modern {
    --f-carousel-slide-width: calc(var(--f-thumb-clip-width) + var(--f-thumbs-gap));
    --f-carousel-slide-height: var(--f-thumb-height);
    --f-carousel-gap: 0;
    --width-diff: calc((var(--f-thumb-width) - var(--f-thumb-clip-width)))
}

.f-thumbs.is-modern .f-thumbs__viewport {
    width: calc(100% + var(--f-carousel-slide-width) * 2 + var(--f-thumbs-padding-x));
    margin-inline: calc((var(--f-carousel-slide-width) + var(--f-thumbs-padding-x)) * -1)
}

.f-thumbs.is-modern .f-thumbs__slide {
    --clip-shift: calc((var(--width-diff) * .5) * var(--progress));
    --clip-path: inset(0 var(--clip-shift) round var(--f-thumb-border-radius, 0));
    padding: 0;
    overflow: visible;
    left: var(--shift, 0);
    will-change: left;
    transition: left var(--f-transition-duration) var(--f-transition-easing)
}

.f-thumbs.is-modern .f-thumbs__slide button {
    display: block;
    margin-inline: 50%;
    width: var(--f-thumb-width);
    clip-path: var(--clip-path);
    border: none;
    box-shadow: none;
    transition: clip-path var(--f-transition-duration) var(--f-transition-easing), opacity var(--f-thumb-transition-duration, .2s) var(--f-thumb-transition-easing, ease)
}

.f-thumbs.is-modern .f-thumbs__slide button:after {
    display: none
}

.f-thumbs.is-modern .f-thumbs__slide:focus:not(:focus-visible) {
    outline: 0
}

.f-thumbs.is-modern .f-thumbs__slide:focus-within:not(.is-selected) button:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: var(--clip-shift);
    bottom: 0;
    right: var(--clip-shift);
    transition: border var(--f-transition-duration) var(--f-transition-easing), box-shadow var(--f-transition-duration) var(--f-transition-easing);
    border-radius: inherit;
    border: var(--f-thumb-focus-border, none);
    box-shadow: var(--f-thumb-focus-shadow, none)
}

.f-thumbs.is-modern {
    --f-transition-duration: .25s;
    --f-transition-easing: ease-out
}

.f-thumbs.is-modern.is-syncing {
    --f-transition-duration: 0s
}

.f-thumbs.is-scrollable .f-thumbs__viewport {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--f-thumb-width), 1fr));
    grid-auto-rows: var(--f-thumb-height);
    gap: var(--f-thumbs-gap);
    overflow: auto;
    overscroll-behavior: contain;
    user-select: none
}

.f-thumbs.is-scrollable .f-thumbs__viewport .f-thumbs__slide {
    grid-area: auto;
    display: block;
    position: relative;
    max-width: 100%;
    width: var(--f-thumb-width);
    height: var(--f-thumb-height);
    cursor: pointer;
    outline: 0
}

:root {
    --f-progressbar-height: 3px;
    --f-progressbar-color: var(--f-carousel-theme-color, #575ad6);
    --f-progressbar-opacity: 1;
    --f-progressbar-z-index: 30
}

.f-progressbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: var(--f-progressbar-z-index);
    height: var(--f-progressbar-height);
    transform: scaleX(0);
    transform-origin: 0;
    opacity: var(--f-progressbar-opacity);
    background: var(--f-progressbar-color);
    user-select: none;
    pointer-events: none;
    animation-name: f-progressbar;
    animation-play-state: running;
    animation-timing-function: linear
}

.f-progressbar:empty {
    display: block
}

button>.f-progressbar {
    --f-progressbar-height: 100%;
    --f-progressbar-opacity: .2
}

@keyframes f-progressbar {
    0% {
        transform: scaleX(0)
    }

    to {
        transform: scaleX(1)
    }
}

[data-fullscreen-action=toggle] svg g:first-child {
    display: flex
}

[data-fullscreen-action=toggle] svg g:last-child {
    display: none
}

:fullscreen [data-fullscreen-action=toggle] svg g:first-child {
    display: none
}

:fullscreen [data-fullscreen-action=toggle] svg g:last-child {
    display: flex
}

.in-fullscreen-mode>.f-carousel {
    flex: 1;
    min-width: 0 !important;
    min-height: 0 !important
}

html.with-fancybox {
    width: auto;
    overflow: visible;
    scroll-behavior: auto
}

html.with-fancybox body.hide-scrollbar {
    width: auto;
    margin-right: calc(var(--f-body-margin, 0px) + var(--f-scrollbar-compensate, 0px));
    overflow: hidden !important;
    overscroll-behavior-y: none
}

.fancybox__dialog {
    position: fixed;
    inset: 0;
    z-index: 1050;
    width: 100%;
    height: 100vh;
    max-height: unset;
    max-width: unset;
    padding: 0;
    margin: 0;
    border: 0;
    overflow: hidden;
    background: 0 0;
    touch-action: none;
    overscroll-behavior: contain
}

.fancybox__dialog:focus {
    outline: 0
}

.fancybox__dialog::backdrop {
    opacity: 0
}

@supports (height:100dvh) {
    .fancybox__dialog {
        height: 100dvh
    }
}

.fancybox__dialog :empty {
    display: block
}

.fancybox__container {
    --fancybox-color: #dbdbdb;
    --fancybox-backdrop-bg: rgba(24, 24, 27, .95);
    --f-toolbar-margin: 0;
    --f-toolbar-padding: 8px;
    --f-toolbar-gap: 0;
    --f-toolbar-color: #ddd;
    --f-toolbar-font-size: 16px;
    --f-toolbar-font-weight: 500;
    --f-toolbar-font: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
    --f-toolbar-line-height: var(--f-button-height);
    --f-toolbar-text-shadow: 1px 1px 1px rgba(0, 0, 0, .75);
    --f-toolbar-shadow: none;
    --f-toolbar-bg: none;
    --f-counter-margin: 0;
    --f-counter-padding: 0px 10px;
    --f-counter-gap: 4px;
    --f-counter-line-height: var(--f-button-height);
    --f-carousel-gap: 17px;
    --f-carousel-slide-width: 100%;
    --f-carousel-slide-height: 100%;
    --f-carousel-slide-padding: 0;
    --f-carousel-slide-bg: unset;
    --f-html-color: #222;
    --f-html-bg: #fff;
    --f-error-color: #fff;
    --f-error-bg: #333;
    --f-caption-margin: 0;
    --f-caption-padding: 16px 8px;
    --f-caption-color: var(--fancybox-color, #dbdbdb);
    --f-caption-bg: transparent;
    --f-caption-font: inherit;
    --f-caption-line-height: 1.375;
    --f-spinner-color-1: rgba(255, 255, 255, .2);
    --f-spinner-color-2: rgba(255, 255, 255, .8);
    --f-spinner-width: 50px;
    --f-spinner-height: 50px;
    --f-spinner-border-radius: 50%;
    --f-spinner-border-width: 4px;
    --f-progressbar-color: rgba(255, 255, 255);
    --f-button-width: 46px;
    --f-button-height: 46px;
    --f-button-color: #ddd;
    --f-button-hover-color: #fff;
    --f-button-outline-width: 1px;
    --f-button-outline-color: rgba(255, 255, 255, .75);
    --f-button-outline-offset: 0px;
    --f-button-bg: rgba(54, 54, 54, .75);
    --f-button-border: 0;
    --f-button-border-radius: 0;
    --f-button-shadow: none;
    --f-button-transition: all .2s ease;
    --f-button-transform: none;
    --f-button-svg-width: 24px;
    --f-button-svg-height: 24px;
    --f-button-svg-stroke-width: 1.75;
    --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .01)), drop-shadow(1px 2px 1px rgba(24, 24, 27, .05));
    --f-button-svg-fill: none;
    --f-button-svg-disabled-opacity: .5;
    --f-arrow-pos: 32px;
    --f-arrow-width: 50px;
    --f-arrow-height: 50px;
    --f-arrow-svg-width: 24px;
    --f-arrow-svg-height: 24px;
    --f-arrow-svg-stroke-width: 2.5;
    --f-arrow-border-radius: 50%;
    --f-arrow-bg: rgba(54, 54, 54, .65);
    --f-arrow-color: #ddd;
    --f-arrow-hover-color: #fff;
    --f-close-button-width: 30px;
    --f-close-button-height: 30px;
    --f-close-button-svg-width: 24px;
    --f-close-button-svg-height: 24px;
    --f-close-button-svg-stroke-width: 1.75;
    --f-close-border-radius: 4px;
    --f-close-button-color: #fff;
    --f-close-button-hover-color: #fff;
    --f-close-button-bg: transparent;
    --f-close-button-hover-bg: transparent;
    --f-close-button-active-bg: transparent;
    --f-thumbs-margin: 0px;
    --f-thumbs-padding-x: 8px;
    --f-thumbs-padding-y: 8px;
    --f-thumbs-bg: none;
    --f-thumb-transition: all .2s ease;
    --f-thumb-width: 94px;
    --f-thumb-height: 76px;
    --f-thumb-opacity: 1;
    --f-thumb-border: none;
    --f-thumb-shadow: none;
    --f-thumb-transform: none;
    --f-thumb-focus-opacity: 1;
    --f-thumb-focus-border: none;
    --f-thumb-focus-shadow: inset 0 0 0 2px rgba(255, 255, 255, .65);
    --f-thumb-focus-transform: none;
    --f-thumb-hover-opacity: 1;
    --f-thumb-hover-border: none;
    --f-thumb-hover-transform: none;
    --f-thumb-active-opacity: var(--f-thumb-hover-opacity);
    --f-thumb-active-border: var(--f-thumb-hover-border);
    --f-thumb-active-transform: var(--f-thumb-hover-transform);
    --f-thumb-selected-opacity: 1;
    --f-thumb-selected-border: none;
    --f-thumb-selected-shadow: inset 0 0 0 2px #fff;
    --f-thumb-selected-transform: none;
    --f-scrollbar-width: 7px;
    --f-scrollbar-track-bg: #444;
    --f-scrollbar-track-border-radius: 10px;
    --f-scrollbar-track-shadow: inset 0 0 6px rgba(0, 0, 0, .2);
    --f-scrollbar-thumb-bg: #ddd;
    --f-scrollbar-thumb-border-radius: 10px
}

.fancybox__container[theme=light] {
    --fancybox-color: #222;
    --fancybox-backdrop-bg: rgba(255, 255, 255, .97);
    --f-toolbar-color: var(--fancybox-color, #222);
    --f-toolbar-text-shadow: none;
    --f-toolbar-font-weight: 400;
    --f-html-color: var(--fancybox-color, #222);
    --f-html-bg: #fff;
    --f-error-color: #555;
    --f-error-bg: #fff;
    --f-video-bg: #fff;
    --f-caption-color: #333;
    --f-spinner-color-1: rgba(0, 0, 0, .2);
    --f-spinner-color-2: rgba(0, 0, 0, .8);
    --f-spinner-border-width: 3.5px;
    --f-progressbar-color: rgba(111, 111, 116);
    --f-button-color: #333;
    --f-button-hover-color: #000;
    --f-button-outline-color: rgba(0, 0, 0, .85);
    --f-button-bg: rgba(255, 255, 255, .85);
    --f-button-svg-stroke-width: 1.3;
    --f-button-svg-filter: none;
    --f-arrow-bg: rgba(255, 255, 255, .85);
    --f-arrow-color: #333;
    --f-arrow-hover-color: #000;
    --f-arrow-svg-stroke-width: 1.3;
    --f-close-button-color: #555;
    --f-close-button-hover-color: #000;
    --f-thumb-bg: linear-gradient(#ebeff2, #e2e8f0);
    --f-thumb-focus-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #888;
    --f-thumb-selected-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #000;
    --f-scrollbar-track-bg: #ddd;
    --f-scrollbar-thumb-bg: #444
}

.fancybox__container {
    position: absolute;
    inset: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.fancybox__container:focus {
    outline: 0
}

.fancybox__container.has-vertical-thumbs {
    flex-direction: row-reverse
}

.fancybox__container.has-vertical-thumbs:not(.is-closing) .fancybox__viewport {
    overflow-x: clip;
    overflow-y: visible
}

.fancybox__container .fancybox__carousel>.fancybox__viewport>.fancybox__slide.is-selected>:not(.f-html, .f-panzoom__wrapper, .f-spinner),
.fancybox__container .fancybox__carousel>.fancybox__viewport>.fancybox__slide:not(.is-selected),
.fancybox__container .fancybox__carousel>:not(.fancybox__viewport),
.fancybox__container>:not(.fancybox__carousel) {
    opacity: var(--f-drag-opacity, 1)
}

.fancybox__container:not(.is-ready, .is-hiding) {
    visibility: hidden
}

.fancybox__container.is-revealing .fancybox__carousel>.fancybox__viewport>.fancybox__slide.is-selected>:not(.f-html, .f-panzoom__wrapper, .f-spinner),
.fancybox__container.is-revealing .fancybox__carousel>.fancybox__viewport>.fancybox__slide:not(.is-selected),
.fancybox__container.is-revealing .fancybox__carousel>:not(.fancybox__viewport),
.fancybox__container.is-revealing>:not(.fancybox__carousel) {
    animation: var(--f-interface-enter-duration, .35s) ease none f-fadeIn
}

.fancybox__container.is-hiding .fancybox__carousel>.fancybox__viewport>.fancybox__slide.is-selected>:not(.f-html, .f-panzoom__wrapper),
.fancybox__container.is-hiding .fancybox__carousel>:not(.fancybox__viewport),
.fancybox__container.is-hiding>:not(.fancybox__carousel) {
    animation: var(--f-interface-exit-duration, .35s) ease forwards f-fadeOut
}

.fancybox__container.is-hiding .fancybox__carousel .fancybox__slide:not(.is-selected) {
    opacity: 0
}

.fancybox__container.is-hiding {
    pointer-events: none
}

.fancybox__container.is-idle .f-carousel__toolbar {
    pointer-events: none;
    opacity: 0
}

.fancybox__container.is-idle .f-button.is-arrow {
    opacity: 0
}

.fancybox__container.is-idle.is-ready .f-carousel__toolbar {
    pointer-events: none;
    animation: .15s ease-out both f-fadeOut
}

.fancybox__container.is-idle.is-ready .f-button.is-arrow {
    animation: .15s ease-out both f-fadeOut
}

.fancybox__backdrop {
    position: fixed;
    inset: 0;
    z-index: -1;
    background: var(--fancybox-backdrop-bg)
}

.fancybox__carousel {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    min-width: 0;
    position: relative;
    z-index: 10;
    overflow-y: visible;
    overflow-x: clip
}

.fancybox__carousel.is-vertical {
    --f-carousel-slide-height: 100%
}

.fancybox__carousel.is-ltr {
    direction: ltr
}

.fancybox__carousel.is-rtl {
    direction: rtl
}

.fancybox__carousel>.f-button.is-arrow:before {
    position: absolute;
    content: "";
    inset: -30px;
    z-index: 1
}

.fancybox__viewport {
    display: grid;
    flex: 1;
    min-height: 0;
    min-width: 0;
    position: relative;
    overflow: visible;
    transform: translate3d(0, var(--f-drag-offset, 0), 0)
}

.fancybox__viewport.is-draggable {
    cursor: move;
    cursor: grab
}

.fancybox__viewport.is-dragging {
    cursor: move;
    cursor: grabbing
}

.fancybox__viewport [contenteditable],
.fancybox__viewport [data-selectable] {
    cursor: auto
}

.fancybox__slide {
    box-sizing: border-box;
    position: relative;
    grid-area: 1/1;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: var(--f-carousel-slide-width);
    height: var(--f-carousel-slide-height);
    min-width: 0;
    min-height: 0;
    max-width: 100%;
    margin: 0;
    padding: var(--f-carousel-slide-padding);
    background: var(--f-carousel-slide-bg);
    backface-visibility: hidden;
    transform: translateZ(0);
    will-change: transform
}

.fancybox__slide:after,
.fancybox__slide:before {
    display: block;
    content: ""
}

.fancybox__slide:before {
    margin-bottom: auto
}

.fancybox__slide:after {
    margin-top: auto
}

.fancybox__slide.is-selected {
    z-index: 1
}

.fancybox__slide.f-zoomable {
    overflow: visible
}

.fancybox__slide.has-error {
    --f-html-color: var(--f-error-color, --f-html-color);
    --f-html-bg: var(--f-error-bg, --f-html-bg)
}

.fancybox__slide.has-html {
    overflow: auto;
    padding: 8px
}

.fancybox__slide.has-close-btn {
    padding-top: 34px
}

.fancybox__slide.has-controls:before {
    margin: 0
}

.fancybox__slide .f-spinner {
    cursor: pointer
}

.fancybox__container.is-closing .f-caption,
.fancybox__slide.is-loading .f-caption {
    visibility: hidden
}

.fancybox__container.is-closing .fancybox__carousel {
    overflow: visible
}

.f-button.is-close-button {
    --f-button-width: var(--f-close-button-width);
    --f-button-height: var(--f-close-button-height);
    --f-button-border-radius: var(--f-close-border-radius);
    --f-button-color: var(--f-close-button-color);
    --f-button-hover-color: var(--f-close-button-hover-color);
    --f-button-bg: var(--f-close-button-bg);
    --f-button-hover-bg: var(--f-close-button-hover-bg);
    --f-button-active-bg: var(--f-close-button-active-bg);
    --f-button-svg-width: var(--f-close-button-svg-width);
    --f-button-svg-height: var(--f-close-button-svg-height);
    --f-button-svg-stroke-width: var(--f-close-button-svg-stroke-width);
    position: absolute;
    top: calc((var(--f-button-height) + 2px) * -1);
    right: 0;
    z-index: 10
}

.fancybox__thumbs {
    flex: 0 1 100%
}

.fancybox__thumbs.is-scrollable {
    --f-thumbs-cols: 1;
    --f-thumbs-gap: 8px;
    --f-thumbs-transition: none;
    --f-thumbs-padding-x: 4px;
    --f-thumbs-padding-y: 8px;
    --f-thumbs-viewport-padding-x: 4px;
    --f-thumbs-viewport-padding-y: 0px;
    max-width: calc(var(--f-thumb-width) * var(--f-thumbs-cols) + var(--f-thumbs-gap) * (var(--f-thumbs-cols) - 1) + var(--f-thumbs-padding-x) * 2 + var(--f-thumbs-viewport-padding-x) * 2)
}

.fancybox__thumbs.is-scrollable ::-webkit-scrollbar {
    width: var(--f-scrollbar-width)
}

.fancybox__thumbs.is-scrollable ::-webkit-scrollbar-track {
    background: var(--f-scrollbar-track-bg);
    border-radius: var(--f-scrollbar-track-border-radius);
    box-shadow: var(--f-scrollbar-track-shadow)
}

.fancybox__thumbs.is-scrollable ::-webkit-scrollbar-thumb {
    background: var(--f-scrollbar-thumb-bg);
    border-radius: var(--f-scrollbar-thumb-border-radius)
}

.fancybox__thumbs.is-scrollable.is-hidden {
    max-width: 0;
    --f-thumbs-padding-x: 0;
    max-height: unset;
    --f-thumbs-padding-y: unset
}

.fancybox__thumbs.is-scrollable .f-thumbs__viewport {
    overflow-x: hidden !important;
    grid-template-columns: repeat(auto-fill, calc((100% - var(--f-thumbs-gap) * (var(--f-thumbs-cols) - 1))/ var(--f-thumbs-cols))) !important
}

.leaflet-image-layer,
.leaflet-layer,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-pane,
.leaflet-pane>canvas,
.leaflet-pane>svg,
.leaflet-tile,
.leaflet-tile-container,
.leaflet-zoom-box {
    position: absolute;
    left: 0;
    top: 0
}

.leaflet-container {
    overflow: hidden
}

.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none
}

.leaflet-tile::selection {
    background: 0 0
}

.leaflet-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast
}

.leaflet-safari .leaflet-tile-container {
    width: 1600px;
    height: 1600px;
    -webkit-transform-origin: 0 0
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
    display: block
}

.leaflet-container .leaflet-overlay-pane svg {
    max-width: none !important;
    max-height: none !important
}

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
    max-width: none !important;
    max-height: none !important;
    width: auto;
    padding: 0
}

.leaflet-container img.leaflet-tile {
    mix-blend-mode: plus-lighter
}

.leaflet-container.leaflet-touch-zoom {
    -ms-touch-action: pan-x pan-y;
    touch-action: pan-x pan-y
}

.leaflet-container.leaflet-touch-drag {
    -ms-touch-action: pinch-zoom;
    touch-action: none;
    touch-action: pinch-zoom
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    -ms-touch-action: none;
    touch-action: none
}

.leaflet-container {
    -webkit-tap-highlight-color: #fff0
}

.leaflet-container a {
    -webkit-tap-highlight-color: rgb(51 181 229 / .4)
}

.leaflet-tile {
    filter: inherit;
    visibility: hidden
}

.leaflet-tile-loaded {
    visibility: inherit
}

.leaflet-zoom-box {
    width: 0;
    height: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 800
}

.leaflet-overlay-pane svg {
    -moz-user-select: none
}

.leaflet-pane {
    z-index: 400
}

.leaflet-tile-pane {
    z-index: 200
}

.leaflet-overlay-pane {
    z-index: 400
}

.leaflet-shadow-pane {
    z-index: 500
}

.leaflet-marker-pane {
    z-index: 600
}

.leaflet-tooltip-pane {
    z-index: 650
}

.leaflet-popup-pane {
    z-index: 700
}

.leaflet-map-pane canvas {
    z-index: 100
}

.leaflet-map-pane svg {
    z-index: 200
}

.leaflet-vml-shape {
    width: 1px;
    height: 1px
}

.lvml {
    display: inline-block;
    position: absolute
}

.leaflet-control {
    position: relative;
    z-index: 800;
    pointer-events: visiblePainted;
    pointer-events: auto
}

.leaflet-bottom,
.leaflet-top {
    position: absolute;
    z-index: 1000;
    pointer-events: none
}

.leaflet-top {
    top: 0
}

.leaflet-right {
    right: 0
}

.leaflet-bottom {
    bottom: 0
}

.leaflet-left {
    left: 0
}

.leaflet-control {
    float: left;
    clear: both
}

.leaflet-right .leaflet-control {
    float: right
}

.leaflet-top .leaflet-control {
    margin-top: 10px
}

.leaflet-bottom .leaflet-control {
    margin-bottom: 10px
}

.leaflet-left .leaflet-control {
    margin-left: 10px
}

.leaflet-right .leaflet-control {
    margin-right: 10px
}

.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1
}

.leaflet-zoom-animated {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

svg.leaflet-zoom-animated {
    will-change: transform
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1);
    -moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1);
    transition: transform .25s cubic-bezier(0, 0, .25, 1)
}

.leaflet-pan-anim .leaflet-tile,
.leaflet-zoom-anim .leaflet-tile {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden
}

.leaflet-interactive {
    cursor: pointer
}

.leaflet-grab {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
    cursor: crosshair
}

.leaflet-control,
.leaflet-popup-pane {
    cursor: auto
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.leaflet-image-layer,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-pane>svg path,
.leaflet-tile-container {
    pointer-events: none
}

.leaflet-image-layer.leaflet-interactive,
.leaflet-marker-icon.leaflet-interactive,
.leaflet-pane>svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
    pointer-events: visiblePainted;
    pointer-events: auto
}

.leaflet-container {
    background: #ddd;
    outline-offset: 1px
}

.leaflet-container a {
    color: #0078a8
}

.leaflet-zoom-box {
    border: 2px dotted #38f;
    background: rgb(255 255 255 / .5)
}

.leaflet-container {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.5
}

.leaflet-bar {
    box-shadow: 0 1px 5px rgb(0 0 0 / .65);
    border-radius: 4px
}

.leaflet-bar a {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block
}

.leaflet-bar a:focus,
.leaflet-bar a:hover {
    background-color: #f4f4f4
}

.leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.leaflet-bar a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none
}

.leaflet-bar a.leaflet-disabled {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb
}

.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.leaflet-touch .leaflet-bar a:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.leaflet-touch .leaflet-bar a:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px
}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    font: bold 18px 'Lucida Console', Monaco, monospace;
    text-indent: 1px
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
    font-size: 22px
}

.leaflet-control-layers {
    box-shadow: 0 1px 5px rgb(0 0 0 / .4);
    background: #fff;
    border-radius: 5px
}

.leaflet-control-layers-toggle {
    background-image: url(../web/img/leaflet/layers.png);
    width: 36px;
    height: 36px
}

.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(../web/img/leaflet/layers-2x.png);
    background-size: 26px 26px
}

.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative
}

.leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff
}

.leaflet-control-layers-scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 5px
}

.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px
}

.leaflet-control-layers label {
    display: block;
    font-size: 13px;
    font-size: 1.08333em
}

.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px
}

.leaflet-default-icon-path {
    background-image: url(../web/img/leaflet/marker-icon.png)
}

.leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: rgb(255 255 255 / .8);
    margin: 0
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
    padding: 0 5px;
    color: #333;
    line-height: 1.4
}

.leaflet-control-attribution a {
    text-decoration: none
}

.leaflet-control-attribution a:focus,
.leaflet-control-attribution a:hover {
    text-decoration: underline
}

.leaflet-attribution-flag {
    display: inline !important;
    vertical-align: baseline !important;
    width: 1em;
    height: .6669em
}

.leaflet-left .leaflet-control-scale {
    margin-left: 5px
}

.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px
}

.leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    line-height: 1.1;
    padding: 2px 5px 1px;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgb(255 255 255 / .8);
    text-shadow: 1px 1px #fff
}

.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777
}

.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers {
    box-shadow: none
}

.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-layers {
    border: 2px solid rgb(0 0 0 / .2);
    background-clip: padding-box
}

.leaflet-popup {
    position: absolute;
    text-align: center;
    margin-bottom: 20px
}

.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 12px
}

.leaflet-popup-content {
    margin: 13px 24px 13px 20px;
    line-height: 1.3;
    font-size: 13px;
    font-size: 1.08333em;
    min-height: 1px
}

.leaflet-popup-content p {
    margin: 17px 0;
    margin: 1.3em 0
}

.leaflet-popup-tip-container {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-top: -1px;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none
}

.leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;
    margin: -10px auto 0;
    pointer-events: auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: #fff;
    color: #333;
    box-shadow: 0 3px 14px rgb(0 0 0 / .4)
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    text-align: center;
    width: 24px;
    height: 24px;
    font: 16px/24px Tahoma, Verdana, sans-serif;
    color: #757575;
    text-decoration: none;
    background: 0 0
}

.leaflet-container a.leaflet-popup-close-button:focus,
.leaflet-container a.leaflet-popup-close-button:hover {
    color: #585858
}

.leaflet-popup-scrolled {
    overflow: auto
}

.leaflet-oldie .leaflet-popup-content-wrapper {
    -ms-zoom: 1
}

.leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto
}

.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999
}

.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666
}

.leaflet-tooltip {
    position: absolute;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #222;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    box-shadow: 0 1px 3px rgb(0 0 0 / .4)
}

.leaflet-tooltip.leaflet-interactive {
    cursor: pointer;
    pointer-events: auto
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before,
.leaflet-tooltip-top:before {
    position: absolute;
    pointer-events: none;
    border: 6px solid #fff0;
    background: 0 0;
    content: ""
}

.leaflet-tooltip-bottom {
    margin-top: 6px
}

.leaflet-tooltip-top {
    margin-top: -6px
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
    left: 50%;
    margin-left: -6px
}

.leaflet-tooltip-top:before {
    bottom: 0;
    margin-bottom: -12px;
    border-top-color: #fff
}

.leaflet-tooltip-bottom:before {
    top: 0;
    margin-top: -12px;
    margin-left: -6px;
    border-bottom-color: #fff
}

.leaflet-tooltip-left {
    margin-left: -6px
}

.leaflet-tooltip-right {
    margin-left: 6px
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    top: 50%;
    margin-top: -6px
}

.leaflet-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: #fff
}

.leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: #fff
}

@media print {
    .leaflet-control {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact
    }
}

@-webkit-keyframes leaflet-gestures-fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes leaflet-gestures-fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.leaflet-container:after {
    -webkit-animation: leaflet-gestures-fadein .8s backwards;
    animation: leaflet-gestures-fadein .8s backwards;
    color: #fff;
    font-family: Roboto, Arial, sans-serif;
    font-size: 22px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / .5);
    z-index: 461;
    pointer-events: none
}

.leaflet-gesture-handling-scroll-warning:after,
.leaflet-gesture-handling-touch-warning:after {
    -webkit-animation: leaflet-gestures-fadein .8s forwards;
    animation: leaflet-gestures-fadein .8s forwards
}

.fa,
.fa-brands,
.fa-chisel,
.fa-classic,
.fa-duotone,
.fa-etch,
.fa-jelly,
.fa-jelly-duo,
.fa-jelly-fill,
.fa-light,
.fa-notdog,
.fa-notdog-duo,
.fa-regular,
.fa-semibold,
.fa-sharp,
.fa-sharp-duotone,
.fa-slab,
.fa-slab-press,
.fa-solid,
.fa-thin,
.fa-thumbprint,
.fa-utility,
.fa-utility-duo,
.fa-utility-fill,
.fa-whiteboard,
.fab,
.facr,
.fad,
.fadl,
.fadr,
.fadt,
.faes,
.fajdr,
.fajfr,
.fajr,
.fal,
.fands,
.fans,
.far,
.fas,
.fasdl,
.fasdr,
.fasds,
.fasdt,
.fasl,
.faslpr,
.faslr,
.fasr,
.fass,
.fast,
.fat,
.fatl,
.faudsb,
.faufsb,
.fausb,
.fawsb {
    --_fa-family: var(--fa-family, var(--fa-style-family, "Font Awesome 7 Pro"));
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: var(--fa-display, inline-block);
    font-family: var(--_fa-family);
    font-feature-settings: normal;
    font-style: normal;
    font-synthesis: none;
    font-variant: normal;
    font-weight: var(--fa-style, 900);
    line-height: 1;
    text-align: center;
    text-rendering: auto;
    width: var(--fa-width, 1.25em)
}

:is(.fas, .fass, .far, .fasr, .fal, .fasl, .fat, .fast, .fad, .fadr, .fadl, .fadt, .fasds, .fasdr, .fasdl, .fasdt, .fab, .faslr, .faslpr, .fawsb, .fatl, .fans, .fands, .faes, .fajr, .fajfr, .fajdr, .facr, .fausb, .faudsb, .faufsb, .fa-solid, .fa-semibold, .fa-regular, .fa-light, .fa-thin, .fa-brands, .fa-classic, .fa-duotone, .fa-sharp, .fa-sharp-duotone, .fa-chisel, .fa-etch, .fa-jelly, .fa-jelly-duo, .fa-jelly-fill, .fa-notdog, .fa-notdog-duo, .fa-slab, .fa-slab-press, .fa-thumbprint, .fa-utility, .fa-utility-duo, .fa-utility-fill, .fa-whiteboard, .fa)::before {
    content: var(--fa)/""
}

@supports not (content:"" /"") {
    :is(.fas, .fass, .far, .fasr, .fal, .fasl, .fat, .fast, .fad, .fadr, .fadl, .fadt, .fasds, .fasdr, .fasdl, .fasdt, .fab, .faslr, .faslpr, .fawsb, .fatl, .fans, .fands, .faes, .fajr, .fajfr, .fajdr, .facr, .fausb, .faudsb, .faufsb, .fa-solid, .fa-semibold, .fa-regular, .fa-light, .fa-thin, .fa-brands, .fa-classic, .fa-duotone, .fa-sharp, .fa-sharp-duotone, .fa-chisel, .fa-etch, .fa-jelly, .fa-jelly-duo, .fa-jelly-fill, .fa-notdog, .fa-notdog-duo, .fa-slab, .fa-slab-press, .fa-thumbprint, .fa-utility, .fa-utility-duo, .fa-utility-fill, .fa-whiteboard, .fa)::before {
        content: var(--fa)
    }
}

:is(.fad, .fa-duotone, .fadr, .fadl, .fadt, .fasds, .fa-sharp-duotone, .fasdr, .fasdl, .fasdt, .fatl, .fa-thumbprint, .fands, .fa-notdog-duo, .fajdr, .fa-jelly-duo, .faudsb, .fa-utility-duo)::after {
    content: var(--fa);
    font-feature-settings: "ss01"
}

@supports not (content:"" /"") {
    :is(.fad, .fa-duotone, .fadr, .fadl, .fadt, .fasds, .fa-sharp-duotone, .fasdr, .fasdl, .fasdt, .fatl, .fa-thumbprint, .fands, .fa-notdog-duo, .fajdr, .fa-jelly-duo, .faudsb, .fa-utility-duo)::after {
        content: var(--fa)
    }
}

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

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

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

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

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

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

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

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

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

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

.fa-2xs {
    font-size: calc(10 / 16 * 1em);
    line-height: calc(1 / 10 * 1em);
    vertical-align: calc((6 / 10 - .375) * 1em)
}

.fa-xs {
    font-size: calc(12 / 16 * 1em);
    line-height: calc(1 / 12 * 1em);
    vertical-align: calc((6 / 12 - .375) * 1em)
}

.fa-sm {
    font-size: calc(14 / 16 * 1em);
    line-height: calc(1 / 14 * 1em);
    vertical-align: calc((6 / 14 - .375) * 1em)
}

.fa-lg {
    font-size: calc(20 / 16 * 1em);
    line-height: calc(1 / 20 * 1em);
    vertical-align: calc((6 / 20 - .375) * 1em)
}

.fa-xl {
    font-size: calc(24 / 16 * 1em);
    line-height: calc(1 / 24 * 1em);
    vertical-align: calc((6 / 24 - .375) * 1em)
}

.fa-2xl {
    font-size: calc(32 / 16 * 1em);
    line-height: calc(1 / 32 * 1em);
    vertical-align: calc((6 / 32 - .375) * 1em)
}

.fa-width-auto {
    --fa-width: auto
}

.fa-fw,
.fa-width-fixed {
    --fa-width: 1.25em
}

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

.fa-ul>li {
    position: relative
}

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

.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, .0625em);
    box-sizing: var(--fa-border-box-sizing, content-box);
    padding: var(--fa-border-padding, .1875em .25em)
}

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

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

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

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

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

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

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

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

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

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

.fa-pulse,
.fa-spin-pulse {
    animation-name: fa-spin;
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    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 {
        animation: none !important;
        transition: none !important
    }
}

@keyframes fa-beat {

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

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

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

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

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

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

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

    64% {
        transform: scale(1, 1) translateY(0)
    }

    100% {
        transform: scale(1, 1) translateY(0)
    }
}

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

@keyframes fa-beat-fade {

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

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

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

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

    4% {
        transform: rotate(15deg)
    }

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

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

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

    20% {
        transform: rotate(22deg)
    }

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

    36% {
        transform: rotate(12deg)
    }

    100%,
    40% {
        transform: rotate(0)
    }
}

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

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

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

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

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

.fa-flip-horizontal {
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    transform: scale(1, -1)
}

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

.fa-rotate-by {
    transform: rotate(var(--fa-rotate-angle, 0))
}

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

.fa-stack-1x,
.fa-stack-2x {
    --fa-width: 100%;
    inset: 0;
    position: absolute;
    text-align: center;
    width: var(--fa-width);
    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 {
    --fa: "\30 "
}

.fa-1 {
    --fa: "\31 "
}

.fa-2 {
    --fa: "\32 "
}

.fa-3 {
    --fa: "\33 "
}

.fa-4 {
    --fa: "\34 "
}

.fa-5 {
    --fa: "\35 "
}

.fa-6 {
    --fa: "\36 "
}

.fa-7 {
    --fa: "\37 "
}

.fa-8 {
    --fa: "\38 "
}

.fa-9 {
    --fa: "\39 "
}

.fa-exclamation {
    --fa: "\!"
}

.fa-ditto {
    --fa: "\""
}

.fa-hashtag {
    --fa: "\#"
}

.fa-dollar-sign {
    --fa: "\$"
}

.fa-dollar {
    --fa: "\$"
}

.fa-usd {
    --fa: "\$"
}

.fa-percent {
    --fa: "\%"
}

.fa-percentage {
    --fa: "\%"
}

.fa-ampersand {
    --fa: "\&"
}

.fa-apostrophe {
    --fa: "\'"
}

.fa-bracket-round {
    --fa: "\("
}

.fa-parenthesis {
    --fa: "\("
}

.fa-bracket-round-right {
    --fa: "\)"
}

.fa-asterisk {
    --fa: "\*"
}

.fa-plus {
    --fa: "\+"
}

.fa-add {
    --fa: "\+"
}

.fa-comma {
    --fa: "\,"
}

.fa-hyphen {
    --fa: "\-"
}

.fa-period {
    --fa: "\."
}

.fa-slash-forward {
    --fa: "\/"
}

.fa-colon {
    --fa: "\:"
}

.fa-semicolon {
    --fa: "\;"
}

.fa-less-than {
    --fa: "\<"
}

.fa-equals {
    --fa: "\="
}

.fa-greater-than {
    --fa: "\>"
}

.fa-question {
    --fa: "\?"
}

.fa-at {
    --fa: "\@"
}

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

.fa-b {
    --fa: "B"
}

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

.fa-d {
    --fa: "D"
}

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

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

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

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

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

.fa-j {
    --fa: "J"
}

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

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

.fa-m {
    --fa: "M"
}

.fa-n {
    --fa: "N"
}

.fa-o {
    --fa: "O"
}

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

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

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

.fa-s {
    --fa: "S"
}

.fa-t {
    --fa: "T"
}

.fa-u {
    --fa: "U"
}

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

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

.fa-x {
    --fa: "X"
}

.fa-y {
    --fa: "Y"
}

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

.fa-bracket-square {
    --fa: "\["
}

.fa-bracket {
    --fa: "\["
}

.fa-bracket-left {
    --fa: "\["
}

.fa-slash-back {
    --fa: "\\"
}

.fa-bracket-square-right {
    --fa: "\]"
}

.fa-accent-grave {
    --fa: "\`"
}

.fa-bracket-curly {
    --fa:"\{"
}

.fa-bracket-curly-left {
    --fa:"\{"
}

.fa-pipe {
    --fa: "\|"
}

.fa-bracket-curly-right {
    --fa: "\}"
}

.fa-tilde {
    --fa: "\~"
}

.fa-caravan-simple {
    --fa: "\e000"
}

.fa-caravan-alt {
    --fa: "\e000"
}

.fa-cat-space {
    --fa: "\e001"
}

.fa-coffee-pot {
    --fa: "\e002"
}

.fa-comet {
    --fa: "\e003"
}

.fa-fan-table {
    --fa: "\e004"
}

.fa-faucet {
    --fa: "\e005"
}

.fa-faucet-drip {
    --fa: "\e006"
}

.fa-galaxy {
    --fa: "\e008"
}

.fa-garage {
    --fa: "\e009"
}

.fa-garage-car {
    --fa: "\e00a"
}

.fa-garage-open {
    --fa: "\e00b"
}

.fa-heat {
    --fa: "\e00c"
}

.fa-house-chimney-window {
    --fa: "\e00d"
}

.fa-house-day {
    --fa: "\e00e"
}

.fa-house-person-leave {
    --fa: "\e00f"
}

.fa-house-leave {
    --fa: "\e00f"
}

.fa-house-person-depart {
    --fa: "\e00f"
}

.fa-house-night {
    --fa: "\e010"
}

.fa-house-person-return {
    --fa: "\e011"
}

.fa-house-person-arrive {
    --fa: "\e011"
}

.fa-house-return {
    --fa: "\e011"
}

.fa-house-signal {
    --fa: "\e012"
}

.fa-lamp-desk {
    --fa: "\e014"
}

.fa-lamp-floor {
    --fa: "\e015"
}

.fa-light-ceiling {
    --fa: "\e016"
}

.fa-light-switch {
    --fa: "\e017"
}

.fa-light-switch-off {
    --fa: "\e018"
}

.fa-light-switch-on {
    --fa: "\e019"
}

.fa-microwave {
    --fa: "\e01b"
}

.fa-outlet {
    --fa: "\e01c"
}

.fa-oven {
    --fa: "\e01d"
}

.fa-planet-moon {
    --fa: "\e01f"
}

.fa-planet-ringed {
    --fa: "\e020"
}

.fa-police-box {
    --fa: "\e021"
}

.fa-person-to-portal {
    --fa: "\e022"
}

.fa-portal-enter {
    --fa: "\e022"
}

.fa-person-from-portal {
    --fa: "\e023"
}

.fa-portal-exit {
    --fa: "\e023"
}

.fa-radar {
    --fa: "\e024"
}

.fa-raygun {
    --fa: "\e025"
}

.fa-refrigerator {
    --fa: "\e026"
}

.fa-rocket-launch {
    --fa: "\e027"
}

.fa-sensor {
    --fa: "\e028"
}

.fa-sensor-triangle-exclamation {
    --fa: "\e029"
}

.fa-sensor-alert {
    --fa: "\e029"
}

.fa-sensor-fire {
    --fa: "\e02a"
}

.fa-sensor-on {
    --fa: "\e02b"
}

.fa-sensor-cloud {
    --fa: "\e02c"
}

.fa-sensor-smoke {
    --fa: "\e02c"
}

.fa-siren {
    --fa: "\e02d"
}

.fa-siren-on {
    --fa: "\e02e"
}

.fa-solar-system {
    --fa: "\e02f"
}

.fa-circle-sort {
    --fa: "\e030"
}

.fa-sort-circle {
    --fa: "\e030"
}

.fa-circle-sort-down {
    --fa: "\e031"
}

.fa-sort-circle-down {
    --fa: "\e031"
}

.fa-circle-sort-up {
    --fa: "\e032"
}

.fa-sort-circle-up {
    --fa: "\e032"
}

.fa-space-station-moon {
    --fa: "\e033"
}

.fa-space-station-moon-construction {
    --fa: "\e034"
}

.fa-space-station-moon-alt {
    --fa: "\e034"
}

.fa-sprinkler {
    --fa: "\e035"
}

.fa-star-shooting {
    --fa: "\e036"
}

.fa-starfighter {
    --fa: "\e037"
}

.fa-starfighter-twin-ion-engine {
    --fa: "\e038"
}

.fa-starfighter-alt {
    --fa: "\e038"
}

.fa-starship {
    --fa: "\e039"
}

.fa-starship-freighter {
    --fa: "\e03a"
}

.fa-sword-laser {
    --fa: "\e03b"
}

.fa-sword-laser-alt {
    --fa: "\e03c"
}

.fa-swords-laser {
    --fa: "\e03d"
}

.fa-telescope {
    --fa: "\e03e"
}

.fa-temperature-arrow-down {
    --fa: "\e03f"
}

.fa-temperature-down {
    --fa: "\e03f"
}

.fa-temperature-arrow-up {
    --fa: "\e040"
}

.fa-temperature-up {
    --fa: "\e040"
}

.fa-trailer {
    --fa: "\e041"
}

.fa-transporter {
    --fa: "\e042"
}

.fa-transporter-1 {
    --fa: "\e043"
}

.fa-transporter-2 {
    --fa: "\e044"
}

.fa-transporter-3 {
    --fa: "\e045"
}

.fa-transporter-empty {
    --fa: "\e046"
}

.fa-ufo {
    --fa: "\e047"
}

.fa-ufo-beam {
    --fa: "\e048"
}

.fa-user-alien {
    --fa: "\e04a"
}

.fa-user-robot {
    --fa: "\e04b"
}

.fa-user-visor {
    --fa: "\e04c"
}

.fa-vacuum {
    --fa: "\e04d"
}

.fa-vacuum-robot {
    --fa: "\e04e"
}

.fa-window-frame {
    --fa: "\e04f"
}

.fa-window-frame-open {
    --fa: "\e050"
}

.fa-coffin-cross {
    --fa: "\e051"
}

.fa-folder-arrow-down {
    --fa: "\e053"
}

.fa-folder-download {
    --fa: "\e053"
}

.fa-folder-arrow-up {
    --fa: "\e054"
}

.fa-folder-upload {
    --fa: "\e054"
}

.fa-user-unlock {
    --fa: "\e058"
}

.fa-bacteria {
    --fa: "\e059"
}

.fa-bacterium {
    --fa: "\e05a"
}

.fa-box-tissue {
    --fa: "\e05b"
}

.fa-hand-holding-medical {
    --fa: "\e05c"
}

.fa-hand-sparkles {
    --fa: "\e05d"
}

.fa-hands-bubbles {
    --fa: "\e05e"
}

.fa-hands-wash {
    --fa: "\e05e"
}

.fa-handshake-slash {
    --fa: "\e060"
}

.fa-handshake-alt-slash {
    --fa: "\e060"
}

.fa-handshake-simple-slash {
    --fa: "\e060"
}

.fa-head-side-cough {
    --fa: "\e061"
}

.fa-head-side-cough-slash {
    --fa: "\e062"
}

.fa-head-side-mask {
    --fa: "\e063"
}

.fa-head-side-virus {
    --fa: "\e064"
}

.fa-house-chimney-user {
    --fa: "\e065"
}

.fa-house-laptop {
    --fa: "\e066"
}

.fa-laptop-house {
    --fa: "\e066"
}

.fa-lungs-virus {
    --fa: "\e067"
}

.fa-people-arrows {
    --fa: "\e068"
}

.fa-people-arrows-left-right {
    --fa: "\e068"
}

.fa-plane-slash {
    --fa: "\e069"
}

.fa-pump-medical {
    --fa: "\e06a"
}

.fa-pump-soap {
    --fa: "\e06b"
}

.fa-shield-virus {
    --fa: "\e06c"
}

.fa-sink {
    --fa: "\e06d"
}

.fa-soap {
    --fa: "\e06e"
}

.fa-stopwatch-20 {
    --fa: "\e06f"
}

.fa-shop-slash {
    --fa: "\e070"
}

.fa-store-alt-slash {
    --fa: "\e070"
}

.fa-store-slash {
    --fa: "\e071"
}

.fa-toilet-paper-slash {
    --fa: "\e072"
}

.fa-users-slash {
    --fa: "\e073"
}

.fa-virus {
    --fa: "\e074"
}

.fa-virus-slash {
    --fa: "\e075"
}

.fa-viruses {
    --fa: "\e076"
}

.fa-vest {
    --fa: "\e085"
}

.fa-vest-patches {
    --fa: "\e086"
}

.fa-airplay {
    --fa: "\e089"
}

.fa-alt {
    --fa: "\e08a"
}

.fa-angle {
    --fa: "\e08c"
}

.fa-angle-90 {
    --fa: "\e08d"
}

.fa-apple-core {
    --fa: "\e08f"
}

.fa-arrow-down-from-dotted-line {
    --fa: "\e090"
}

.fa-arrow-down-left {
    --fa: "\e091"
}

.fa-arrow-down-left-and-arrow-up-right-to-center {
    --fa: "\e092"
}

.fa-arrow-down-right {
    --fa: "\e093"
}

.fa-arrow-down-to-bracket {
    --fa: "\e094"
}

.fa-arrow-down-to-dotted-line {
    --fa: "\e095"
}

.fa-arrow-down-to-square {
    --fa: "\e096"
}

.fa-arrow-trend-down {
    --fa: "\e097"
}

.fa-arrow-trend-up {
    --fa: "\e098"
}

.fa-arrow-up-arrow-down {
    --fa: "\e099"
}

.fa-sort-up-down {
    --fa: "\e099"
}

.fa-arrow-up-from-bracket {
    --fa: "\e09a"
}

.fa-arrow-up-from-dotted-line {
    --fa: "\e09b"
}

.fa-arrow-up-from-square {
    --fa: "\e09c"
}

.fa-arrow-up-left {
    --fa: "\e09d"
}

.fa-arrow-up-left-from-circle {
    --fa: "\e09e"
}

.fa-arrow-up-right {
    --fa: "\e09f"
}

.fa-arrow-up-right-and-arrow-down-left-from-center {
    --fa: "\e0a0"
}

.fa-arrow-up-to-dotted-line {
    --fa: "\e0a1"
}

.fa-arrows-cross {
    --fa: "\e0a2"
}

.fa-arrows-from-dotted-line {
    --fa: "\e0a3"
}

.fa-arrows-from-line {
    --fa: "\e0a4"
}

.fa-arrows-minimize {
    --fa: "\e0a5"
}

.fa-compress-arrows {
    --fa: "\e0a5"
}

.fa-arrows-to-dotted-line {
    --fa: "\e0a6"
}

.fa-arrows-to-line {
    --fa: "\e0a7"
}

.fa-audio-description-slash {
    --fa: "\e0a8"
}

.fa-austral-sign {
    --fa: "\e0a9"
}

.fa-avocado {
    --fa: "\e0aa"
}

.fa-award-simple {
    --fa: "\e0ab"
}

.fa-baht-sign {
    --fa: "\e0ac"
}

.fa-bars-filter {
    --fa: "\e0ad"
}

.fa-bars-sort {
    --fa: "\e0ae"
}

.fa-basket-shopping-simple {
    --fa: "\e0af"
}

.fa-shopping-basket-alt {
    --fa: "\e0af"
}

.fa-battery-exclamation {
    --fa: "\e0b0"
}

.fa-battery-low {
    --fa: "\e0b1"
}

.fa-battery-1 {
    --fa: "\e0b1"
}

.fa-bee {
    --fa: "\e0b2"
}

.fa-beer-mug {
    --fa: "\e0b3"
}

.fa-beer-foam {
    --fa: "\e0b3"
}

.fa-bitcoin-sign {
    --fa: "\e0b4"
}

.fa-block-quote {
    --fa: "\e0b5"
}

.fa-bolt-auto {
    --fa: "\e0b6"
}

.fa-bolt-lightning {
    --fa: "\e0b7"
}

.fa-bolt-slash {
    --fa: "\e0b8"
}

.fa-book-arrow-right {
    --fa: "\e0b9"
}

.fa-book-arrow-up {
    --fa: "\e0ba"
}

.fa-book-bookmark {
    --fa: "\e0bb"
}

.fa-book-circle-arrow-right {
    --fa: "\e0bc"
}

.fa-book-circle-arrow-up {
    --fa: "\e0bd"
}

.fa-book-copy {
    --fa: "\e0be"
}

.fa-book-font {
    --fa: "\e0bf"
}

.fa-book-open-cover {
    --fa: "\e0c0"
}

.fa-book-open-alt {
    --fa: "\e0c0"
}

.fa-book-section {
    --fa: "\e0c1"
}

.fa-book-law {
    --fa: "\e0c1"
}

.fa-bookmark-slash {
    --fa: "\e0c2"
}

.fa-bowling-ball-pin {
    --fa: "\e0c3"
}

.fa-box-circle-check {
    --fa: "\e0c4"
}

.fa-brackets-round {
    --fa: "\e0c5"
}

.fa-parentheses {
    --fa: "\e0c5"
}

.fa-brain-circuit {
    --fa: "\e0c6"
}

.fa-brake-warning {
    --fa: "\e0c7"
}

.fa-briefcase-blank {
    --fa: "\e0c8"
}

.fa-brightness {
    --fa: "\e0c9"
}

.fa-brightness-low {
    --fa: "\e0ca"
}

.fa-browsers {
    --fa: "\e0cb"
}

.fa-buildings {
    --fa: "\e0cc"
}

.fa-burger-fries {
    --fa: "\e0cd"
}

.fa-burger-glass {
    --fa: "\e0ce"
}

.fa-calendar-arrow-down {
    --fa: "\e0d0"
}

.fa-calendar-download {
    --fa: "\e0d0"
}

.fa-calendar-arrow-up {
    --fa: "\e0d1"
}

.fa-calendar-upload {
    --fa: "\e0d1"
}

.fa-calendar-clock {
    --fa: "\e0d2"
}

.fa-calendar-time {
    --fa: "\e0d2"
}

.fa-calendar-heart {
    --fa: "\e0d3"
}

.fa-calendar-image {
    --fa: "\e0d4"
}

.fa-calendar-lines {
    --fa: "\e0d5"
}

.fa-calendar-note {
    --fa: "\e0d5"
}

.fa-calendar-range {
    --fa: "\e0d6"
}

.fa-calendars {
    --fa: "\e0d7"
}

.fa-camera-rotate {
    --fa: "\e0d8"
}

.fa-camera-slash {
    --fa: "\e0d9"
}

.fa-camera-viewfinder {
    --fa: "\e0da"
}

.fa-screenshot {
    --fa: "\e0da"
}

.fa-cart-minus {
    --fa: "\e0db"
}

.fa-cart-shopping-fast {
    --fa: "\e0dc"
}

.fa-cart-xmark {
    --fa: "\e0dd"
}

.fa-castle {
    --fa: "\e0de"
}

.fa-cedi-sign {
    --fa: "\e0df"
}

.fa-chart-bullet {
    --fa: "\e0e1"
}

.fa-chart-candlestick {
    --fa: "\e0e2"
}

.fa-chart-column {
    --fa: "\e0e3"
}

.fa-chart-gantt {
    --fa: "\e0e4"
}

.fa-chart-line-up {
    --fa: "\e0e5"
}

.fa-chart-pyramid {
    --fa: "\e0e6"
}

.fa-chart-radar {
    --fa: "\e0e7"
}

.fa-chart-scatter-3d {
    --fa: "\e0e8"
}

.fa-chart-scatter-bubble {
    --fa: "\e0e9"
}

.fa-chart-tree-map {
    --fa: "\e0ea"
}

.fa-chart-waterfall {
    --fa: "\e0eb"
}

.fa-cherries {
    --fa: "\e0ec"
}

.fa-circle-0 {
    --fa: "\e0ed"
}

.fa-circle-1 {
    --fa: "\e0ee"
}

.fa-circle-2 {
    --fa: "\e0ef"
}

.fa-circle-3 {
    --fa: "\e0f0"
}

.fa-circle-4 {
    --fa: "\e0f1"
}

.fa-circle-5 {
    --fa: "\e0f2"
}

.fa-circle-6 {
    --fa: "\e0f3"
}

.fa-circle-7 {
    --fa: "\e0f4"
}

.fa-circle-8 {
    --fa: "\e0f5"
}

.fa-circle-9 {
    --fa: "\e0f6"
}

.fa-circle-a {
    --fa: "\e0f7"
}

.fa-circle-ampersand {
    --fa: "\e0f8"
}

.fa-circle-arrow-down-left {
    --fa: "\e0f9"
}

.fa-circle-arrow-down-right {
    --fa: "\e0fa"
}

.fa-circle-arrow-up-left {
    --fa: "\e0fb"
}

.fa-circle-arrow-up-right {
    --fa: "\e0fc"
}

.fa-circle-b {
    --fa: "\e0fd"
}

.fa-circle-bolt {
    --fa: "\e0fe"
}

.fa-circle-book-open {
    --fa: "\e0ff"
}

.fa-book-circle {
    --fa: "\e0ff"
}

.fa-circle-bookmark {
    --fa: "\e100"
}

.fa-bookmark-circle {
    --fa: "\e100"
}

.fa-circle-c {
    --fa: "\e101"
}

.fa-circle-calendar {
    --fa: "\e102"
}

.fa-calendar-circle {
    --fa: "\e102"
}

.fa-circle-camera {
    --fa: "\e103"
}

.fa-camera-circle {
    --fa: "\e103"
}

.fa-circle-d {
    --fa: "\e104"
}

.fa-circle-dashed {
    --fa: "\e105"
}

.fa-circle-divide {
    --fa: "\e106"
}

.fa-circle-down-left {
    --fa: "\e107"
}

.fa-circle-down-right {
    --fa: "\e108"
}

.fa-circle-e {
    --fa: "\e109"
}

.fa-circle-ellipsis {
    --fa: "\e10a"
}

.fa-circle-ellipsis-vertical {
    --fa: "\e10b"
}

.fa-circle-envelope {
    --fa: "\e10c"
}

.fa-envelope-circle {
    --fa: "\e10c"
}

.fa-circle-exclamation-check {
    --fa: "\e10d"
}

.fa-circle-f {
    --fa: "\e10e"
}

.fa-circle-g {
    --fa: "\e10f"
}

.fa-circle-half {
    --fa: "\e110"
}

.fa-circle-i {
    --fa: "\e111"
}

.fa-circle-j {
    --fa: "\e112"
}

.fa-circle-k {
    --fa: "\e113"
}

.fa-circle-l {
    --fa: "\e114"
}

.fa-circle-m {
    --fa: "\e115"
}

.fa-circle-microphone {
    --fa: "\e116"
}

.fa-microphone-circle {
    --fa: "\e116"
}

.fa-circle-microphone-lines {
    --fa: "\e117"
}

.fa-microphone-circle-alt {
    --fa: "\e117"
}

.fa-circle-n {
    --fa: "\e118"
}

.fa-circle-o {
    --fa: "\e119"
}

.fa-circle-p {
    --fa: "\e11a"
}

.fa-circle-phone {
    --fa: "\e11b"
}

.fa-phone-circle {
    --fa: "\e11b"
}

.fa-circle-phone-flip {
    --fa: "\e11c"
}

.fa-phone-circle-alt {
    --fa: "\e11c"
}

.fa-circle-phone-hangup {
    --fa: "\e11d"
}

.fa-phone-circle-down {
    --fa: "\e11d"
}

.fa-circle-q {
    --fa: "\e11e"
}

.fa-circle-quarter {
    --fa: "\e11f"
}

.fa-circle-r {
    --fa: "\e120"
}

.fa-circle-s {
    --fa: "\e121"
}

.fa-circle-small {
    --fa: "\e122"
}

.fa-circle-star {
    --fa: "\e123"
}

.fa-star-circle {
    --fa: "\e123"
}

.fa-circle-t {
    --fa: "\e124"
}

.fa-circle-three-quarters {
    --fa: "\e125"
}

.fa-circle-trash {
    --fa: "\e126"
}

.fa-trash-circle {
    --fa: "\e126"
}

.fa-circle-u {
    --fa: "\e127"
}

.fa-circle-up-left {
    --fa: "\e128"
}

.fa-circle-up-right {
    --fa: "\e129"
}

.fa-circle-v {
    --fa: "\e12a"
}

.fa-circle-video {
    --fa: "\e12b"
}

.fa-video-circle {
    --fa: "\e12b"
}

.fa-circle-w {
    --fa: "\e12c"
}

.fa-circle-waveform-lines {
    --fa: "\e12d"
}

.fa-waveform-circle {
    --fa: "\e12d"
}

.fa-circle-x {
    --fa: "\e12e"
}

.fa-circle-y {
    --fa: "\e12f"
}

.fa-circle-z {
    --fa: "\e130"
}

.fa-clapperboard {
    --fa: "\e131"
}

.fa-clapperboard-play {
    --fa: "\e132"
}

.fa-clipboard-medical {
    --fa: "\e133"
}

.fa-clock-desk {
    --fa: "\e134"
}

.fa-closed-captioning-slash {
    --fa: "\e135"
}

.fa-clothes-hanger {
    --fa: "\e136"
}

.fa-cloud-slash {
    --fa: "\e137"
}

.fa-cloud-word {
    --fa: "\e138"
}

.fa-clover {
    --fa: "\e139"
}

.fa-code-compare {
    --fa: "\e13a"
}

.fa-code-fork {
    --fa: "\e13b"
}

.fa-code-pull-request {
    --fa: "\e13c"
}

.fa-code-simple {
    --fa: "\e13d"
}

.fa-coffee-bean {
    --fa: "\e13e"
}

.fa-coffee-beans {
    --fa: "\e13f"
}

.fa-colon-sign {
    --fa: "\e140"
}

.fa-command {
    --fa: "\e142"
}

.fa-comment-arrow-down {
    --fa: "\e143"
}

.fa-comment-arrow-up {
    --fa: "\e144"
}

.fa-comment-arrow-up-right {
    --fa: "\e145"
}

.fa-comment-captions {
    --fa: "\e146"
}

.fa-comment-code {
    --fa: "\e147"
}

.fa-comment-image {
    --fa: "\e148"
}

.fa-comment-middle {
    --fa: "\e149"
}

.fa-comment-middle-top {
    --fa: "\e14a"
}

.fa-comment-question {
    --fa: "\e14b"
}

.fa-comment-quote {
    --fa: "\e14c"
}

.fa-comment-text {
    --fa: "\e14d"
}

.fa-comments-question {
    --fa: "\e14e"
}

.fa-comments-question-check {
    --fa: "\e14f"
}

.fa-conveyor-belt-empty {
    --fa: "\e150"
}

.fa-crate-empty {
    --fa: "\e151"
}

.fa-cruzeiro-sign {
    --fa: "\e152"
}

.fa-delete-right {
    --fa: "\e154"
}

.fa-desktop-arrow-down {
    --fa: "\e155"
}

.fa-diagram-lean-canvas {
    --fa: "\e156"
}

.fa-diagram-nested {
    --fa: "\e157"
}

.fa-diagram-sankey {
    --fa: "\e158"
}

.fa-diagram-venn {
    --fa: "\e15a"
}

.fa-dial {
    --fa: "\e15b"
}

.fa-dial-med-high {
    --fa: "\e15b"
}

.fa-dial-high {
    --fa: "\e15c"
}

.fa-dial-low {
    --fa: "\e15d"
}

.fa-dial-max {
    --fa: "\e15e"
}

.fa-dial-med {
    --fa: "\e15f"
}

.fa-dial-med-low {
    --fa: "\e160"
}

.fa-dial-min {
    --fa: "\e161"
}

.fa-dial-off {
    --fa: "\e162"
}

.fa-display {
    --fa: "\e163"
}

.fa-display-arrow-down {
    --fa: "\e164"
}

.fa-display-code {
    --fa: "\e165"
}

.fa-desktop-code {
    --fa: "\e165"
}

.fa-display-medical {
    --fa: "\e166"
}

.fa-desktop-medical {
    --fa: "\e166"
}

.fa-dolphin {
    --fa: "\e168"
}

.fa-dong-sign {
    --fa: "\e169"
}

.fa-down-left {
    --fa: "\e16a"
}

.fa-down-right {
    --fa: "\e16b"
}

.fa-eggplant {
    --fa: "\e16c"
}

.fa-elevator {
    --fa: "\e16d"
}

.fa-engine {
    --fa: "\e16e"
}

.fa-envelope-dot {
    --fa: "\e16f"
}

.fa-envelope-badge {
    --fa: "\e16f"
}

.fa-envelopes {
    --fa: "\e170"
}

.fa-escalator {
    --fa: "\e171"
}

.fa-eye-dropper-full {
    --fa: "\e172"
}

.fa-eye-dropper-half {
    --fa: "\e173"
}

.fa-ferris-wheel {
    --fa: "\e174"
}

.fa-file-binary {
    --fa: "\e175"
}

.fa-file-heart {
    --fa: "\e176"
}

.fa-file-plus-minus {
    --fa: "\e177"
}

.fa-files {
    --fa: "\e178"
}

.fa-film-slash {
    --fa: "\e179"
}

.fa-films {
    --fa: "\e17a"
}

.fa-filter-circle-xmark {
    --fa: "\e17b"
}

.fa-filter-list {
    --fa: "\e17c"
}

.fa-filter-slash {
    --fa: "\e17d"
}

.fa-filters {
    --fa: "\e17e"
}

.fa-fire-hydrant {
    --fa: "\e17f"
}

.fa-floppy-disk-circle-arrow-right {
    --fa: "\e180"
}

.fa-save-circle-arrow-right {
    --fa: "\e180"
}

.fa-floppy-disk-circle-xmark {
    --fa: "\e181"
}

.fa-floppy-disk-times {
    --fa: "\e181"
}

.fa-save-circle-xmark {
    --fa: "\e181"
}

.fa-save-times {
    --fa: "\e181"
}

.fa-floppy-disk-pen {
    --fa: "\e182"
}

.fa-floppy-disks {
    --fa: "\e183"
}

.fa-florin-sign {
    --fa: "\e184"
}

.fa-folder-closed {
    --fa: "\e185"
}

.fa-folder-bookmark {
    --fa: "\e186"
}

.fa-folder-gear {
    --fa: "\e187"
}

.fa-folder-cog {
    --fa: "\e187"
}

.fa-folder-grid {
    --fa: "\e188"
}

.fa-folder-heart {
    --fa: "\e189"
}

.fa-folder-image {
    --fa: "\e18a"
}

.fa-folder-magnifying-glass {
    --fa: "\e18b"
}

.fa-folder-search {
    --fa: "\e18b"
}

.fa-folder-medical {
    --fa: "\e18c"
}

.fa-folder-music {
    --fa: "\e18d"
}

.fa-folder-user {
    --fa: "\e18e"
}

.fa-franc-sign {
    --fa: "\e18f"
}

.fa-gif {
    --fa: "\e190"
}

.fa-glass-empty {
    --fa: "\e191"
}

.fa-glass-half {
    --fa: "\e192"
}

.fa-glass-half-empty {
    --fa: "\e192"
}

.fa-glass-half-full {
    --fa: "\e192"
}

.fa-grate {
    --fa: "\e193"
}

.fa-grate-droplet {
    --fa: "\e194"
}

.fa-grid {
    --fa: "\e195"
}

.fa-grid-3 {
    --fa: "\e195"
}

.fa-grid-2 {
    --fa: "\e196"
}

.fa-grid-2-plus {
    --fa: "\e197"
}

.fa-grid-4 {
    --fa: "\e198"
}

.fa-grid-5 {
    --fa: "\e199"
}

.fa-guarani-sign {
    --fa: "\e19a"
}

.fa-gun {
    --fa: "\e19b"
}

.fa-gun-slash {
    --fa: "\e19c"
}

.fa-gun-squirt {
    --fa: "\e19d"
}

.fa-hand-back-point-down {
    --fa: "\e19e"
}

.fa-hand-back-point-left {
    --fa: "\e19f"
}

.fa-hand-back-point-ribbon {
    --fa: "\e1a0"
}

.fa-hand-back-point-right {
    --fa: "\e1a1"
}

.fa-hand-back-point-up {
    --fa: "\e1a2"
}

.fa-hand-fingers-crossed {
    --fa: "\e1a3"
}

.fa-hand-holding-skull {
    --fa: "\e1a4"
}

.fa-hand-love {
    --fa: "\e1a5"
}

.fa-hand-point-ribbon {
    --fa: "\e1a6"
}

.fa-hand-wave {
    --fa: "\e1a7"
}

.fa-hands-clapping {
    --fa: "\e1a8"
}

.fa-hand-horns {
    --fa: "\e1a9"
}

.fa-head-side-heart {
    --fa: "\e1aa"
}

.fa-heart-half {
    --fa: "\e1ab"
}

.fa-heart-half-stroke {
    --fa: "\e1ac"
}

.fa-heart-half-alt {
    --fa: "\e1ac"
}

.fa-hexagon-divide {
    --fa: "\e1ad"
}

.fa-high-definition {
    --fa: "\e1ae"
}

.fa-rectangle-hd {
    --fa: "\e1ae"
}

.fa-highlighter-line {
    --fa: "\e1af"
}

.fa-house-user {
    --fa: "\e1b0"
}

.fa-home-user {
    --fa: "\e1b0"
}

.fa-house-building {
    --fa: "\e1b1"
}

.fa-house-chimney-heart {
    --fa: "\e1b2"
}

.fa-house-tree {
    --fa: "\e1b3"
}

.fa-house-turret {
    --fa: "\e1b4"
}

.fa-image-landscape {
    --fa: "\e1b5"
}

.fa-landscape {
    --fa: "\e1b5"
}

.fa-image-polaroid-user {
    --fa: "\e1b6"
}

.fa-image-slash {
    --fa: "\e1b7"
}

.fa-image-user {
    --fa: "\e1b8"
}

.fa-images-user {
    --fa: "\e1b9"
}

.fa-inbox-full {
    --fa: "\e1ba"
}

.fa-inboxes {
    --fa: "\e1bb"
}

.fa-indian-rupee-sign {
    --fa: "\e1bc"
}

.fa-indian-rupee {
    --fa: "\e1bc"
}

.fa-inr {
    --fa: "\e1bc"
}

.fa-input-numeric {
    --fa: "\e1bd"
}

.fa-input-pipe {
    --fa: "\e1be"
}

.fa-input-text {
    --fa: "\e1bf"
}

.fa-keyboard-brightness {
    --fa: "\e1c0"
}

.fa-keyboard-brightness-low {
    --fa: "\e1c1"
}

.fa-keyboard-down {
    --fa: "\e1c2"
}

.fa-keyboard-left {
    --fa: "\e1c3"
}

.fa-kip-sign {
    --fa: "\e1c4"
}

.fa-lamp-street {
    --fa: "\e1c5"
}

.fa-laptop-arrow-down {
    --fa: "\e1c6"
}

.fa-laptop-slash {
    --fa: "\e1c7"
}

.fa-lari-sign {
    --fa: "\e1c8"
}

.fa-lasso-sparkles {
    --fa: "\e1c9"
}

.fa-lightbulb-exclamation-on {
    --fa: "\e1ca"
}

.fa-link-horizontal {
    --fa: "\e1cb"
}

.fa-chain-horizontal {
    --fa: "\e1cb"
}

.fa-link-horizontal-slash {
    --fa: "\e1cc"
}

.fa-chain-horizontal-slash {
    --fa: "\e1cc"
}

.fa-link-simple {
    --fa: "\e1cd"
}

.fa-link-simple-slash {
    --fa: "\e1ce"
}

.fa-list-dropdown {
    --fa: "\e1cf"
}

.fa-list-radio {
    --fa: "\e1d0"
}

.fa-list-timeline {
    --fa: "\e1d1"
}

.fa-list-tree {
    --fa: "\e1d2"
}

.fa-litecoin-sign {
    --fa: "\e1d3"
}

.fa-loader {
    --fa: "\e1d4"
}

.fa-manat-sign {
    --fa: "\e1d5"
}

.fa-manhole {
    --fa: "\e1d6"
}

.fa-mask-face {
    --fa: "\e1d7"
}

.fa-memo {
    --fa: "\e1d8"
}

.fa-memo-circle-check {
    --fa: "\e1d9"
}

.fa-memo-pad {
    --fa: "\e1da"
}

.fa-message-arrow-down {
    --fa: "\e1db"
}

.fa-comment-alt-arrow-down {
    --fa: "\e1db"
}

.fa-message-arrow-up {
    --fa: "\e1dc"
}

.fa-comment-alt-arrow-up {
    --fa: "\e1dc"
}

.fa-message-arrow-up-right {
    --fa: "\e1dd"
}

.fa-message-captions {
    --fa: "\e1de"
}

.fa-comment-alt-captions {
    --fa: "\e1de"
}

.fa-message-code {
    --fa: "\e1df"
}

.fa-message-image {
    --fa: "\e1e0"
}

.fa-comment-alt-image {
    --fa: "\e1e0"
}

.fa-message-middle {
    --fa: "\e1e1"
}

.fa-comment-middle-alt {
    --fa: "\e1e1"
}

.fa-message-middle-top {
    --fa: "\e1e2"
}

.fa-comment-middle-top-alt {
    --fa: "\e1e2"
}

.fa-message-question {
    --fa: "\e1e3"
}

.fa-message-quote {
    --fa: "\e1e4"
}

.fa-comment-alt-quote {
    --fa: "\e1e4"
}

.fa-message-sms {
    --fa: "\e1e5"
}

.fa-message-text {
    --fa: "\e1e6"
}

.fa-comment-alt-text {
    --fa: "\e1e6"
}

.fa-messages-question {
    --fa: "\e1e7"
}

.fa-meter {
    --fa: "\e1e8"
}

.fa-meter-bolt {
    --fa: "\e1e9"
}

.fa-meter-droplet {
    --fa: "\e1ea"
}

.fa-meter-fire {
    --fa: "\e1eb"
}

.fa-microchip-ai {
    --fa: "\e1ec"
}

.fa-mill-sign {
    --fa: "\e1ed"
}

.fa-mobile-notch {
    --fa: "\e1ee"
}

.fa-mobile-iphone {
    --fa: "\e1ee"
}

.fa-mobile-signal {
    --fa: "\e1ef"
}

.fa-mobile-signal-out {
    --fa: "\e1f0"
}

.fa-money-bill-simple {
    --fa: "\e1f1"
}

.fa-money-bill-simple-wave {
    --fa: "\e1f2"
}

.fa-money-bills {
    --fa: "\e1f3"
}

.fa-money-bills-simple {
    --fa: "\e1f4"
}

.fa-money-bills-alt {
    --fa: "\e1f4"
}

.fa-mug-tea-saucer {
    --fa: "\e1f5"
}

.fa-naira-sign {
    --fa: "\e1f6"
}

.fa-nfc {
    --fa: "\e1f7"
}

.fa-nfc-lock {
    --fa: "\e1f8"
}

.fa-nfc-magnifying-glass {
    --fa: "\e1f9"
}

.fa-nfc-pen {
    --fa: "\e1fa"
}

.fa-nfc-signal {
    --fa: "\e1fb"
}

.fa-nfc-slash {
    --fa: "\e1fc"
}

.fa-nfc-trash {
    --fa: "\e1fd"
}

.fa-notdef {
    --fa: "\e1fe"
}

.fa-note {
    --fa: "\e1ff"
}

.fa-note-medical {
    --fa: "\e200"
}

.fa-notebook {
    --fa: "\e201"
}

.fa-notes {
    --fa: "\e202"
}

.fa-octagon-divide {
    --fa: "\e203"
}

.fa-octagon-exclamation {
    --fa: "\e204"
}

.fa-oil-can-drip {
    --fa: "\e205"
}

.fa-paintbrush-pencil {
    --fa: "\e206"
}

.fa-pallet-box {
    --fa: "\e208"
}

.fa-panorama {
    --fa: "\e209"
}

.fa-paper-plane-top {
    --fa: "\e20a"
}

.fa-paper-plane-alt {
    --fa: "\e20a"
}

.fa-send {
    --fa: "\e20a"
}

.fa-peach {
    --fa: "\e20b"
}

.fa-pear {
    --fa: "\e20c"
}

.fa-pedestal {
    --fa: "\e20d"
}

.fa-pen-circle {
    --fa: "\e20e"
}

.fa-pen-clip-slash {
    --fa: "\e20f"
}

.fa-pen-alt-slash {
    --fa: "\e20f"
}

.fa-pen-fancy-slash {
    --fa: "\e210"
}

.fa-pen-field {
    --fa: "\e211"
}

.fa-pen-line {
    --fa: "\e212"
}

.fa-pen-slash {
    --fa: "\e213"
}

.fa-pen-swirl {
    --fa: "\e214"
}

.fa-pencil-slash {
    --fa: "\e215"
}

.fa-people {
    --fa: "\e216"
}

.fa-people-dress {
    --fa: "\e217"
}

.fa-people-dress-simple {
    --fa: "\e218"
}

.fa-people-pants {
    --fa: "\e219"
}

.fa-people-pants-simple {
    --fa: "\e21a"
}

.fa-people-simple {
    --fa: "\e21b"
}

.fa-person-dress-simple {
    --fa: "\e21c"
}

.fa-person-pinball {
    --fa: "\e21d"
}

.fa-person-seat {
    --fa: "\e21e"
}

.fa-person-seat-reclined {
    --fa: "\e21f"
}

.fa-person-simple {
    --fa: "\e220"
}

.fa-peseta-sign {
    --fa: "\e221"
}

.fa-peso-sign {
    --fa: "\e222"
}

.fa-phone-arrow-down-left {
    --fa: "\e223"
}

.fa-phone-arrow-down {
    --fa: "\e223"
}

.fa-phone-incoming {
    --fa: "\e223"
}

.fa-phone-arrow-up-right {
    --fa: "\e224"
}

.fa-phone-arrow-up {
    --fa: "\e224"
}

.fa-phone-outgoing {
    --fa: "\e224"
}

.fa-phone-hangup {
    --fa: "\e225"
}

.fa-phone-missed {
    --fa: "\e226"
}

.fa-phone-xmark {
    --fa: "\e227"
}

.fa-photo-film-music {
    --fa: "\e228"
}

.fa-pinball {
    --fa: "\e229"
}

.fa-plane-prop {
    --fa: "\e22b"
}

.fa-plane-tail {
    --fa: "\e22c"
}

.fa-plane-up {
    --fa: "\e22d"
}

.fa-plane-up-slash {
    --fa: "\e22e"
}

.fa-play-pause {
    --fa: "\e22f"
}

.fa-puzzle-piece-simple {
    --fa: "\e231"
}

.fa-puzzle-piece-alt {
    --fa: "\e231"
}

.fa-quotes {
    --fa: "\e234"
}

.fa-rectangle-pro {
    --fa: "\e235"
}

.fa-pro {
    --fa: "\e235"
}

.fa-rectangle-terminal {
    --fa: "\e236"
}

.fa-rectangle-vertical-history {
    --fa: "\e237"
}

.fa-reel {
    --fa: "\e238"
}

.fa-reply-clock {
    --fa: "\e239"
}

.fa-reply-time {
    --fa: "\e239"
}

.fa-restroom-simple {
    --fa: "\e23a"
}

.fa-rhombus {
    --fa: "\e23b"
}

.fa-rotate-exclamation {
    --fa: "\e23c"
}

.fa-rupiah-sign {
    --fa: "\e23d"
}

.fa-screencast {
    --fa: "\e23e"
}

.fa-scribble {
    --fa: "\e23f"
}

.fa-sd-cards {
    --fa: "\e240"
}

.fa-seal {
    --fa: "\e241"
}

.fa-seal-exclamation {
    --fa: "\e242"
}

.fa-seal-question {
    --fa: "\e243"
}

.fa-seat-airline {
    --fa: "\e244"
}

.fa-shelves-empty {
    --fa: "\e246"
}

.fa-shield-exclamation {
    --fa: "\e247"
}

.fa-shield-keyhole {
    --fa: "\e248"
}

.fa-shield-minus {
    --fa: "\e249"
}

.fa-shield-plus {
    --fa: "\e24a"
}

.fa-shield-slash {
    --fa: "\e24b"
}

.fa-shield-xmark {
    --fa: "\e24c"
}

.fa-shield-times {
    --fa: "\e24c"
}

.fa-shower-down {
    --fa: "\e24d"
}

.fa-shower-alt {
    --fa: "\e24d"
}

.fa-sidebar {
    --fa: "\e24e"
}

.fa-sidebar-flip {
    --fa: "\e24f"
}

.fa-signal-stream-slash {
    --fa: "\e250"
}

.fa-sim-cards {
    --fa: "\e251"
}

.fa-slider {
    --fa: "\e252"
}

.fa-sliders-simple {
    --fa: "\e253"
}

.fa-split {
    --fa: "\e254"
}

.fa-square-0 {
    --fa: "\e255"
}

.fa-square-1 {
    --fa: "\e256"
}

.fa-square-2 {
    --fa: "\e257"
}

.fa-square-3 {
    --fa: "\e258"
}

.fa-square-4 {
    --fa: "\e259"
}

.fa-square-5 {
    --fa: "\e25a"
}

.fa-square-6 {
    --fa: "\e25b"
}

.fa-square-7 {
    --fa: "\e25c"
}

.fa-square-8 {
    --fa: "\e25d"
}

.fa-square-9 {
    --fa: "\e25e"
}

.fa-square-a {
    --fa: "\e25f"
}

.fa-square-ampersand {
    --fa: "\e260"
}

.fa-square-arrow-down-left {
    --fa: "\e261"
}

.fa-square-arrow-down-right {
    --fa: "\e262"
}

.fa-square-arrow-up-left {
    --fa: "\e263"
}

.fa-square-b {
    --fa: "\e264"
}

.fa-square-bolt {
    --fa: "\e265"
}

.fa-square-c {
    --fa: "\e266"
}

.fa-square-code {
    --fa: "\e267"
}

.fa-square-d {
    --fa: "\e268"
}

.fa-square-dashed {
    --fa: "\e269"
}

.fa-square-divide {
    --fa: "\e26a"
}

.fa-square-down-left {
    --fa: "\e26b"
}

.fa-square-down-right {
    --fa: "\e26c"
}

.fa-square-e {
    --fa: "\e26d"
}

.fa-square-ellipsis {
    --fa: "\e26e"
}

.fa-square-ellipsis-vertical {
    --fa: "\e26f"
}

.fa-square-f {
    --fa: "\e270"
}

.fa-square-g {
    --fa: "\e271"
}

.fa-square-i {
    --fa: "\e272"
}

.fa-square-j {
    --fa: "\e273"
}

.fa-square-k {
    --fa: "\e274"
}

.fa-square-l {
    --fa: "\e275"
}

.fa-square-m {
    --fa: "\e276"
}

.fa-square-n {
    --fa: "\e277"
}

.fa-square-o {
    --fa: "\e278"
}

.fa-square-p {
    --fa: "\e279"
}

.fa-square-phone-hangup {
    --fa: "\e27a"
}

.fa-phone-square-down {
    --fa: "\e27a"
}

.fa-square-q {
    --fa: "\e27b"
}

.fa-square-r {
    --fa: "\e27c"
}

.fa-square-s {
    --fa: "\e27d"
}

.fa-square-small {
    --fa: "\e27e"
}

.fa-square-star {
    --fa: "\e27f"
}

.fa-square-t {
    --fa: "\e280"
}

.fa-square-u {
    --fa: "\e281"
}

.fa-square-up-left {
    --fa: "\e282"
}

.fa-square-user {
    --fa: "\e283"
}

.fa-square-v {
    --fa: "\e284"
}

.fa-square-w {
    --fa: "\e285"
}

.fa-square-x {
    --fa: "\e286"
}

.fa-square-y {
    --fa: "\e287"
}

.fa-square-z {
    --fa: "\e288"
}

.fa-stairs {
    --fa: "\e289"
}

.fa-standard-definition {
    --fa: "\e28a"
}

.fa-rectangle-sd {
    --fa: "\e28a"
}

.fa-star-sharp {
    --fa: "\e28b"
}

.fa-star-sharp-half {
    --fa: "\e28c"
}

.fa-star-sharp-half-stroke {
    --fa: "\e28d"
}

.fa-star-sharp-half-alt {
    --fa: "\e28d"
}

.fa-starfighter-twin-ion-engine-advanced {
    --fa: "\e28e"
}

.fa-starfighter-alt-advanced {
    --fa: "\e28e"
}

.fa-sun-bright {
    --fa: "\e28f"
}

.fa-sun-alt {
    --fa: "\e28f"
}

.fa-table-layout {
    --fa: "\e290"
}

.fa-table-pivot {
    --fa: "\e291"
}

.fa-table-rows {
    --fa: "\e292"
}

.fa-rows {
    --fa: "\e292"
}

.fa-table-tree {
    --fa: "\e293"
}

.fa-tally-1 {
    --fa: "\e294"
}

.fa-tally-2 {
    --fa: "\e295"
}

.fa-tally-3 {
    --fa: "\e296"
}

.fa-tally-4 {
    --fa: "\e297"
}

.fa-taxi-bus {
    --fa: "\e298"
}

.fa-temperature-list {
    --fa: "\e299"
}

.fa-ticket-airline {
    --fa: "\e29a"
}

.fa-ticket-perforated-plane {
    --fa: "\e29a"
}

.fa-ticket-plane {
    --fa: "\e29a"
}

.fa-tickets-airline {
    --fa: "\e29b"
}

.fa-tickets-perforated-plane {
    --fa: "\e29b"
}

.fa-tickets-plane {
    --fa: "\e29b"
}

.fa-timeline {
    --fa: "\e29c"
}

.fa-timeline-arrow {
    --fa: "\e29d"
}

.fa-timer {
    --fa: "\e29e"
}

.fa-toilet-paper-under {
    --fa: "\e2a0"
}

.fa-toilet-paper-blank-under {
    --fa: "\e2a0"
}

.fa-toilet-paper-reverse {
    --fa: "\e2a0"
}

.fa-toilet-paper-reverse-alt {
    --fa: "\e2a0"
}

.fa-toilet-paper-under-slash {
    --fa: "\e2a1"
}

.fa-toilet-paper-reverse-slash {
    --fa: "\e2a1"
}

.fa-tower-control {
    --fa: "\e2a2"
}

.fa-train-subway-tunnel {
    --fa: "\e2a3"
}

.fa-subway-tunnel {
    --fa: "\e2a3"
}

.fa-transformer-bolt {
    --fa: "\e2a4"
}

.fa-transporter-4 {
    --fa: "\e2a5"
}

.fa-transporter-5 {
    --fa: "\e2a6"
}

.fa-transporter-6 {
    --fa: "\e2a7"
}

.fa-transporter-7 {
    --fa: "\e2a8"
}

.fa-trash-can-check {
    --fa: "\e2a9"
}

.fa-trash-can-clock {
    --fa: "\e2aa"
}

.fa-trash-can-list {
    --fa: "\e2ab"
}

.fa-trash-can-plus {
    --fa: "\e2ac"
}

.fa-trash-can-slash {
    --fa: "\e2ad"
}

.fa-trash-alt-slash {
    --fa: "\e2ad"
}

.fa-trash-can-xmark {
    --fa: "\e2ae"
}

.fa-trash-check {
    --fa: "\e2af"
}

.fa-trash-clock {
    --fa: "\e2b0"
}

.fa-trash-list {
    --fa: "\e2b1"
}

.fa-trash-plus {
    --fa: "\e2b2"
}

.fa-trash-slash {
    --fa: "\e2b3"
}

.fa-trash-xmark {
    --fa: "\e2b4"
}

.fa-truck-container-empty {
    --fa: "\e2b5"
}

.fa-truck-flatbed {
    --fa: "\e2b6"
}

.fa-truck-front {
    --fa: "\e2b7"
}

.fa-truck-tow {
    --fa: "\e2b8"
}

.fa-tty-answer {
    --fa: "\e2b9"
}

.fa-teletype-answer {
    --fa: "\e2b9"
}

.fa-tugrik-sign {
    --fa: "\e2ba"
}

.fa-turkish-lira-sign {
    --fa: "\e2bb"
}

.fa-try {
    --fa: "\e2bb"
}

.fa-turkish-lira {
    --fa: "\e2bb"
}

.fa-umbrella-simple {
    --fa: "\e2bc"
}

.fa-umbrella-alt {
    --fa: "\e2bc"
}

.fa-up-left {
    --fa: "\e2bd"
}

.fa-up-right {
    --fa: "\e2be"
}

.fa-user-bounty-hunter {
    --fa: "\e2bf"
}

.fa-user-pilot {
    --fa: "\e2c0"
}

.fa-user-pilot-tie {
    --fa: "\e2c1"
}

.fa-user-shakespeare {
    --fa: "\e2c2"
}

.fa-utility-pole {
    --fa: "\e2c3"
}

.fa-utility-pole-double {
    --fa: "\e2c4"
}

.fa-vault {
    --fa: "\e2c5"
}

.fa-video-arrow-down-left {
    --fa: "\e2c8"
}

.fa-video-arrow-up-right {
    --fa: "\e2c9"
}

.fa-wand-magic-sparkles {
    --fa: "\e2ca"
}

.fa-magic-wand-sparkles {
    --fa: "\e2ca"
}

.fa-watch-apple {
    --fa: "\e2cb"
}

.fa-watch-smart {
    --fa: "\e2cc"
}

.fa-wheat-awn {
    --fa: "\e2cd"
}

.fa-wheat-alt {
    --fa: "\e2cd"
}

.fa-wheelchair-move {
    --fa: "\e2ce"
}

.fa-wheelchair-alt {
    --fa: "\e2ce"
}

.fa-wifi-exclamation {
    --fa: "\e2cf"
}

.fa-wrench-simple {
    --fa: "\e2d1"
}

.fa-robot-astromech {
    --fa: "\e2d2"
}

.fa-360-degrees {
    --fa: "\e2dc"
}

.fa-aperture {
    --fa: "\e2df"
}

.fa-arrow-turn-down-left {
    --fa: "\e2e1"
}

.fa-balloon {
    --fa: "\e2e3"
}

.fa-balloons {
    --fa: "\e2e4"
}

.fa-banana {
    --fa: "\e2e5"
}

.fa-bangladeshi-taka-sign {
    --fa: "\e2e6"
}

.fa-bench-tree {
    --fa: "\e2e7"
}

.fa-blueberries {
    --fa: "\e2e8"
}

.fa-bowl-chopsticks {
    --fa: "\e2e9"
}

.fa-bowl-chopsticks-noodles {
    --fa: "\e2ea"
}

.fa-bowl-rice {
    --fa: "\e2eb"
}

.fa-briefcase-arrow-right {
    --fa: "\e2f2"
}

.fa-citrus {
    --fa: "\e2f4"
}

.fa-citrus-slice {
    --fa: "\e2f5"
}

.fa-coconut {
    --fa: "\e2f6"
}

.fa-display-slash {
    --fa: "\e2fa"
}

.fa-desktop-slash {
    --fa: "\e2fa"
}

.fa-face-explode {
    --fa: "\e2fe"
}

.fa-exploding-head {
    --fa: "\e2fe"
}

.fa-face-viewfinder {
    --fa: "\e2ff"
}

.fa-family {
    --fa: "\e300"
}

.fa-family-dress {
    --fa: "\e301"
}

.fa-family-pants {
    --fa: "\e302"
}

.fa-fence {
    --fa: "\e303"
}

.fa-fish-bones {
    --fa: "\e304"
}

.fa-grapes {
    --fa: "\e306"
}

.fa-kiwi-fruit {
    --fa: "\e30c"
}

.fa-mango {
    --fa: "\e30f"
}

.fa-melon {
    --fa: "\e310"
}

.fa-melon-slice {
    --fa: "\e311"
}

.fa-money-from-bracket {
    --fa: "\e312"
}

.fa-money-simple-from-bracket {
    --fa: "\e313"
}

.fa-olive {
    --fa: "\e316"
}

.fa-olive-branch {
    --fa: "\e317"
}

.fa-option {
    --fa: "\e318"
}

.fa-party-bell {
    --fa: "\e31a"
}

.fa-party-horn {
    --fa: "\e31b"
}

.fa-peapod {
    --fa: "\e31c"
}

.fa-person-pregnant {
    --fa: "\e31e"
}

.fa-pineapple {
    --fa: "\e31f"
}

.fa-rectangle-code {
    --fa: "\e322"
}

.fa-rectangles-mixed {
    --fa: "\e323"
}

.fa-roller-coaster {
    --fa: "\e324"
}

.fa-square-quote {
    --fa: "\e329"
}

.fa-square-terminal {
    --fa: "\e32a"
}

.fa-strawberry {
    --fa: "\e32b"
}

.fa-table-picnic {
    --fa: "\e32d"
}

.fa-thought-bubble {
    --fa: "\e32e"
}

.fa-tick {
    --fa: "\e32f"
}

.fa-tomato {
    --fa: "\e330"
}

.fa-turn-down-left {
    --fa: "\e331"
}

.fa-user-police {
    --fa: "\e333"
}

.fa-user-police-tie {
    --fa: "\e334"
}

.fa-watermelon-slice {
    --fa: "\e337"
}

.fa-wheat-awn-slash {
    --fa: "\e338"
}

.fa-wheat-slash {
    --fa: "\e339"
}

.fa-badminton {
    --fa: "\e33a"
}

.fa-binary {
    --fa: "\e33b"
}

.fa-binary-circle-check {
    --fa: "\e33c"
}

.fa-binary-lock {
    --fa: "\e33d"
}

.fa-binary-slash {
    --fa: "\e33e"
}

.fa-boot-heeled {
    --fa: "\e33f"
}

.fa-car-bolt {
    --fa: "\e341"
}

.fa-car-circle-bolt {
    --fa: "\e342"
}

.fa-car-mirrors {
    --fa: "\e343"
}

.fa-car-side-bolt {
    --fa: "\e344"
}

.fa-clock-eight {
    --fa: "\e345"
}

.fa-clock-eight-thirty {
    --fa: "\e346"
}

.fa-clock-eleven {
    --fa: "\e347"
}

.fa-clock-eleven-thirty {
    --fa: "\e348"
}

.fa-clock-five {
    --fa: "\e349"
}

.fa-clock-five-thirty {
    --fa: "\e34a"
}

.fa-clock-four-thirty {
    --fa: "\e34b"
}

.fa-clock-nine {
    --fa: "\e34c"
}

.fa-clock-nine-thirty {
    --fa: "\e34d"
}

.fa-clock-one {
    --fa: "\e34e"
}

.fa-clock-one-thirty {
    --fa: "\e34f"
}

.fa-clock-seven {
    --fa: "\e350"
}

.fa-clock-seven-thirty {
    --fa: "\e351"
}

.fa-clock-six {
    --fa: "\e352"
}

.fa-clock-six-thirty {
    --fa: "\e353"
}

.fa-clock-ten {
    --fa: "\e354"
}

.fa-clock-ten-thirty {
    --fa: "\e355"
}

.fa-clock-three {
    --fa: "\e356"
}

.fa-clock-three-thirty {
    --fa: "\e357"
}

.fa-clock-twelve {
    --fa: "\e358"
}

.fa-clock-twelve-thirty {
    --fa: "\e359"
}

.fa-clock-two {
    --fa: "\e35a"
}

.fa-clock-two-thirty {
    --fa: "\e35b"
}

.fa-cloud-check {
    --fa: "\e35c"
}

.fa-cloud-minus {
    --fa: "\e35d"
}

.fa-cloud-plus {
    --fa: "\e35e"
}

.fa-cloud-xmark {
    --fa: "\e35f"
}

.fa-columns-3 {
    --fa: "\e361"
}

.fa-crystal-ball {
    --fa: "\e362"
}

.fa-cup-straw {
    --fa: "\e363"
}

.fa-cup-straw-swoosh {
    --fa: "\e364"
}

.fa-distribute-spacing-horizontal {
    --fa: "\e365"
}

.fa-distribute-spacing-vertical {
    --fa: "\e366"
}

.fa-eyes {
    --fa: "\e367"
}

.fa-face-angry-horns {
    --fa: "\e368"
}

.fa-face-anguished {
    --fa: "\e369"
}

.fa-face-anxious-sweat {
    --fa: "\e36a"
}

.fa-face-astonished {
    --fa: "\e36b"
}

.fa-face-confounded {
    --fa: "\e36c"
}

.fa-face-confused {
    --fa: "\e36d"
}

.fa-face-cowboy-hat {
    --fa: "\e36e"
}

.fa-face-disappointed {
    --fa: "\e36f"
}

.fa-face-disguise {
    --fa: "\e370"
}

.fa-face-downcast-sweat {
    --fa: "\e371"
}

.fa-face-drooling {
    --fa: "\e372"
}

.fa-face-expressionless {
    --fa: "\e373"
}

.fa-face-eyes-xmarks {
    --fa: "\e374"
}

.fa-face-fearful {
    --fa: "\e375"
}

.fa-face-frown-slight {
    --fa: "\e376"
}

.fa-face-glasses {
    --fa: "\e377"
}

.fa-face-hand-over-mouth {
    --fa: "\e378"
}

.fa-face-hand-yawn {
    --fa: "\e379"
}

.fa-face-head-bandage {
    --fa: "\e37a"
}

.fa-face-hushed {
    --fa: "\e37b"
}

.fa-face-icicles {
    --fa: "\e37c"
}

.fa-face-kiss-closed-eyes {
    --fa: "\e37d"
}

.fa-face-lying {
    --fa: "\e37e"
}

.fa-face-mask {
    --fa: "\e37f"
}

.fa-face-monocle {
    --fa: "\e380"
}

.fa-face-nauseated {
    --fa: "\e381"
}

.fa-face-nose-steam {
    --fa: "\e382"
}

.fa-face-party {
    --fa: "\e383"
}

.fa-face-pensive {
    --fa: "\e384"
}

.fa-face-persevering {
    --fa: "\e385"
}

.fa-face-pleading {
    --fa: "\e386"
}

.fa-face-pouting {
    --fa: "\e387"
}

.fa-face-raised-eyebrow {
    --fa: "\e388"
}

.fa-face-relieved {
    --fa: "\e389"
}

.fa-face-sad-sweat {
    --fa: "\e38a"
}

.fa-face-scream {
    --fa: "\e38b"
}

.fa-face-shush {
    --fa: "\e38c"
}

.fa-face-sleeping {
    --fa: "\e38d"
}

.fa-face-sleepy {
    --fa: "\e38e"
}

.fa-face-smile-halo {
    --fa: "\e38f"
}

.fa-face-smile-hearts {
    --fa: "\e390"
}

.fa-face-smile-horns {
    --fa: "\e391"
}

.fa-face-smile-relaxed {
    --fa: "\e392"
}

.fa-face-smile-tear {
    --fa: "\e393"
}

.fa-face-smile-tongue {
    --fa: "\e394"
}

.fa-face-smile-upside-down {
    --fa: "\e395"
}

.fa-face-smiling-hands {
    --fa: "\e396"
}

.fa-face-smirking {
    --fa: "\e397"
}

.fa-face-sunglasses {
    --fa: "\e398"
}

.fa-face-swear {
    --fa: "\e399"
}

.fa-face-thermometer {
    --fa: "\e39a"
}

.fa-face-thinking {
    --fa: "\e39b"
}

.fa-face-tissue {
    --fa: "\e39c"
}

.fa-face-tongue-money {
    --fa: "\e39d"
}

.fa-face-tongue-sweat {
    --fa: "\e39e"
}

.fa-face-unamused {
    --fa: "\e39f"
}

.fa-face-vomit {
    --fa: "\e3a0"
}

.fa-face-weary {
    --fa: "\e3a1"
}

.fa-face-woozy {
    --fa: "\e3a2"
}

.fa-face-worried {
    --fa: "\e3a3"
}

.fa-face-zany {
    --fa: "\e3a4"
}

.fa-face-zipper {
    --fa: "\e3a5"
}

.fa-file-lock {
    --fa: "\e3a6"
}

.fa-file-slash {
    --fa: "\e3a7"
}

.fa-fishing-rod {
    --fa: "\e3a8"
}

.fa-flying-disc {
    --fa: "\e3a9"
}

.fa-gallery-thumbnails {
    --fa: "\e3aa"
}

.fa-goal-net {
    --fa: "\e3ab"
}

.fa-golf-flag-hole {
    --fa: "\e3ac"
}

.fa-grid-dividers {
    --fa: "\e3ad"
}

.fa-hockey-stick-puck {
    --fa: "\e3ae"
}

.fa-house-chimney {
    --fa: "\e3af"
}

.fa-home-lg {
    --fa: "\e3af"
}

.fa-house-chimney-blank {
    --fa: "\e3b0"
}

.fa-house-crack {
    --fa: "\e3b1"
}

.fa-house-medical {
    --fa: "\e3b2"
}

.fa-house-window {
    --fa: "\e3b3"
}

.fa-key-skeleton-left-right {
    --fa: "\e3b4"
}

.fa-lacrosse-stick {
    --fa: "\e3b5"
}

.fa-lacrosse-stick-ball {
    --fa: "\e3b6"
}

.fa-mask-snorkel {
    --fa: "\e3b7"
}

.fa-message-bot {
    --fa: "\e3b8"
}

.fa-moped {
    --fa: "\e3b9"
}

.fa-nesting-dolls {
    --fa: "\e3ba"
}

.fa-objects-align-bottom {
    --fa: "\e3bb"
}

.fa-objects-align-center-horizontal {
    --fa: "\e3bc"
}

.fa-objects-align-center-vertical {
    --fa: "\e3bd"
}

.fa-objects-align-left {
    --fa: "\e3be"
}

.fa-objects-align-right {
    --fa: "\e3bf"
}

.fa-objects-align-top {
    --fa: "\e3c0"
}

.fa-objects-column {
    --fa: "\e3c1"
}

.fa-paperclip-vertical {
    --fa: "\e3c2"
}

.fa-pinata {
    --fa: "\e3c3"
}

.fa-pipe-smoking {
    --fa: "\e3c4"
}

.fa-pool-8-ball {
    --fa: "\e3c5"
}

.fa-rugby-ball {
    --fa: "\e3c6"
}

.fa-shirt-long-sleeve {
    --fa: "\e3c7"
}

.fa-shirt-running {
    --fa: "\e3c8"
}

.fa-shirt-tank-top {
    --fa: "\e3c9"
}

.fa-signature-lock {
    --fa: "\e3ca"
}

.fa-signature-slash {
    --fa: "\e3cb"
}

.fa-ski-boot {
    --fa: "\e3cc"
}

.fa-ski-boot-ski {
    --fa: "\e3cd"
}

.fa-slot-machine {
    --fa: "\e3ce"
}

.fa-teddy-bear {
    --fa: "\e3cf"
}

.fa-truck-bolt {
    --fa: "\e3d0"
}

.fa-uniform-martial-arts {
    --fa: "\e3d1"
}

.fa-user-chef {
    --fa: "\e3d2"
}

.fa-user-hair-buns {
    --fa: "\e3d3"
}

.fa-arrow-left-long-to-line {
    --fa: "\e3d4"
}

.fa-arrow-right-long-to-line {
    --fa: "\e3d5"
}

.fa-arrow-turn-down-right {
    --fa: "\e3d6"
}

.fa-bagel {
    --fa: "\e3d7"
}

.fa-baguette {
    --fa: "\e3d8"
}

.fa-blanket-fire {
    --fa: "\e3da"
}

.fa-block-brick {
    --fa: "\e3db"
}

.fa-wall-brick {
    --fa: "\e3db"
}

.fa-block-brick-fire {
    --fa: "\e3dc"
}

.fa-firewall {
    --fa: "\e3dc"
}

.fa-block-question {
    --fa: "\e3dd"
}

.fa-bowl-scoop {
    --fa: "\e3de"
}

.fa-bowl-shaved-ice {
    --fa: "\e3de"
}

.fa-bowl-scoops {
    --fa: "\e3df"
}

.fa-bowl-spoon {
    --fa: "\e3e0"
}

.fa-bread-slice-butter {
    --fa: "\e3e1"
}

.fa-broccoli {
    --fa: "\e3e2"
}

.fa-burger-lettuce {
    --fa: "\e3e3"
}

.fa-butter {
    --fa: "\e3e4"
}

.fa-cake-slice {
    --fa: "\e3e5"
}

.fa-shortcake {
    --fa: "\e3e5"
}

.fa-can-food {
    --fa: "\e3e6"
}

.fa-candy {
    --fa: "\e3e7"
}

.fa-candy-bar {
    --fa: "\e3e8"
}

.fa-chocolate-bar {
    --fa: "\e3e8"
}

.fa-card-club {
    --fa: "\e3e9"
}

.fa-card-diamond {
    --fa: "\e3ea"
}

.fa-card-heart {
    --fa: "\e3eb"
}

.fa-card-spade {
    --fa: "\e3ec"
}

.fa-cards {
    --fa: "\e3ed"
}

.fa-cart-arrow-up {
    --fa: "\e3ee"
}

.fa-cart-circle-arrow-down {
    --fa: "\e3ef"
}

.fa-cart-circle-arrow-up {
    --fa: "\e3f0"
}

.fa-cart-circle-check {
    --fa: "\e3f1"
}

.fa-cart-circle-exclamation {
    --fa: "\e3f2"
}

.fa-cart-circle-plus {
    --fa: "\e3f3"
}

.fa-cart-circle-xmark {
    --fa: "\e3f4"
}

.fa-cent-sign {
    --fa: "\e3f5"
}

.fa-chestnut {
    --fa: "\e3f6"
}

.fa-chopsticks {
    --fa: "\e3f7"
}

.fa-circle-quarters {
    --fa: "\e3f8"
}

.fa-code-pull-request-closed {
    --fa: "\e3f9"
}

.fa-code-pull-request-draft {
    --fa: "\e3fa"
}

.fa-coin-blank {
    --fa: "\e3fb"
}

.fa-coin-front {
    --fa: "\e3fc"
}

.fa-coin-vertical {
    --fa: "\e3fd"
}

.fa-corner {
    --fa: "\e3fe"
}

.fa-crab {
    --fa: "\e3ff"
}

.fa-soft-serve {
    --fa: "\e400"
}

.fa-creemee {
    --fa: "\e400"
}

.fa-cucumber {
    --fa: "\e401"
}

.fa-cupcake {
    --fa: "\e402"
}

.fa-custard {
    --fa: "\e403"
}

.fa-dash {
    --fa: "\e404"
}

.fa-minus-large {
    --fa: "\e404"
}

.fa-diamond-exclamation {
    --fa: "\e405"
}

.fa-donut {
    --fa: "\e406"
}

.fa-doughnut {
    --fa: "\e406"
}

.fa-down-from-dotted-line {
    --fa: "\e407"
}

.fa-down-to-dotted-line {
    --fa: "\e408"
}

.fa-face-awesome {
    --fa: "\e409"
}

.fa-gave-dandy {
    --fa: "\e409"
}

.fa-falafel {
    --fa: "\e40a"
}

.fa-flatbread {
    --fa: "\e40b"
}

.fa-flatbread-stuffed {
    --fa: "\e40c"
}

.fa-fondue-pot {
    --fa: "\e40d"
}

.fa-garlic {
    --fa: "\e40e"
}

.fa-grip-dots {
    --fa: "\e410"
}

.fa-grip-dots-vertical {
    --fa: "\e411"
}

.fa-h5 {
    --fa: "\e412"
}

.fa-h6 {
    --fa: "\e413"
}

.fa-hammer-crash {
    --fa: "\e414"
}

.fa-hashtag-lock {
    --fa: "\e415"
}

.fa-hexagon-check {
    --fa: "\e416"
}

.fa-hexagon-exclamation {
    --fa: "\e417"
}

.fa-honey-pot {
    --fa: "\e418"
}

.fa-hose {
    --fa: "\e419"
}

.fa-hose-reel {
    --fa: "\e41a"
}

.fa-hourglass-clock {
    --fa: "\e41b"
}

.fa-hundred-points {
    --fa: "\e41c"
}

.fa-100 {
    --fa: "\e41c"
}

.fa-leafy-green {
    --fa: "\e41d"
}

.fa-left-long-to-line {
    --fa: "\e41e"
}

.fa-light-emergency {
    --fa: "\e41f"
}

.fa-light-emergency-on {
    --fa: "\e420"
}

.fa-lobster {
    --fa: "\e421"
}

.fa-lock-a {
    --fa: "\e422"
}

.fa-lock-hashtag {
    --fa: "\e423"
}

.fa-lollipop {
    --fa: "\e424"
}

.fa-lollypop {
    --fa: "\e424"
}

.fa-mushroom {
    --fa: "\e425"
}

.fa-octagon-check {
    --fa: "\e426"
}

.fa-onion {
    --fa: "\e427"
}

.fa-page {
    --fa: "\e428"
}

.fa-page-caret-down {
    --fa: "\e429"
}

.fa-file-caret-down {
    --fa: "\e429"
}

.fa-page-caret-up {
    --fa: "\e42a"
}

.fa-file-caret-up {
    --fa: "\e42a"
}

.fa-pan-food {
    --fa: "\e42b"
}

.fa-pan-frying {
    --fa: "\e42c"
}

.fa-pancakes {
    --fa: "\e42d"
}

.fa-panel-ews {
    --fa: "\e42e"
}

.fa-panel-fire {
    --fa: "\e42f"
}

.fa-peanut {
    --fa: "\e430"
}

.fa-peanuts {
    --fa: "\e431"
}

.fa-pepper {
    --fa: "\e432"
}

.fa-person-to-door {
    --fa: "\e433"
}

.fa-phone-intercom {
    --fa: "\e434"
}

.fa-pickleball {
    --fa: "\e435"
}

.fa-pipe-circle-check {
    --fa: "\e436"
}

.fa-pipe-collar {
    --fa: "\e437"
}

.fa-pipe-section {
    --fa: "\e438"
}

.fa-pipe-valve {
    --fa: "\e439"
}

.fa-plate-utensils {
    --fa: "\e43b"
}

.fa-plus-minus {
    --fa: "\e43c"
}

.fa-pompebled {
    --fa: "\e43d"
}

.fa-popsicle {
    --fa: "\e43e"
}

.fa-pot-food {
    --fa: "\e43f"
}

.fa-potato {
    --fa: "\e440"
}

.fa-pretzel {
    --fa: "\e441"
}

.fa-pump {
    --fa: "\e442"
}

.fa-puzzle {
    --fa: "\e443"
}

.fa-right-long-to-line {
    --fa: "\e444"
}

.fa-sailboat {
    --fa: "\e445"
}

.fa-salt-shaker {
    --fa: "\e446"
}

.fa-section {
    --fa: "\e447"
}

.fa-shrimp {
    --fa: "\e448"
}

.fa-shutters {
    --fa: "\e449"
}

.fa-sportsball {
    --fa: "\e44b"
}

.fa-sprinkler-ceiling {
    --fa: "\e44c"
}

.fa-square-a-lock {
    --fa: "\e44d"
}

.fa-square-quarters {
    --fa: "\e44e"
}

.fa-square-ring {
    --fa: "\e44f"
}

.fa-squid {
    --fa: "\e450"
}

.fa-tamale {
    --fa: "\e451"
}

.fa-tank-water {
    --fa: "\e452"
}

.fa-train-track {
    --fa: "\e453"
}

.fa-train-tunnel {
    --fa: "\e454"
}

.fa-turn-down-right {
    --fa: "\e455"
}

.fa-up-from-dotted-line {
    --fa: "\e456"
}

.fa-up-to-dotted-line {
    --fa: "\e457"
}

.fa-user-doctor-hair {
    --fa: "\e458"
}

.fa-user-doctor-hair-long {
    --fa: "\e459"
}

.fa-user-hair {
    --fa: "\e45a"
}

.fa-user-hair-long {
    --fa: "\e45b"
}

.fa-user-hair-mullet {
    --fa: "\e45c"
}

.fa-business-front {
    --fa: "\e45c"
}

.fa-party-back {
    --fa: "\e45c"
}

.fa-trian-balbot {
    --fa: "\e45c"
}

.fa-user-nurse-hair {
    --fa: "\e45d"
}

.fa-user-nurse-hair-long {
    --fa: "\e45e"
}

.fa-user-tie-hair {
    --fa: "\e45f"
}

.fa-user-tie-hair-long {
    --fa: "\e460"
}

.fa-user-vneck {
    --fa: "\e461"
}

.fa-user-vneck-hair {
    --fa: "\e462"
}

.fa-user-vneck-hair-long {
    --fa: "\e463"
}

.fa-utensils-slash {
    --fa: "\e464"
}

.fa-vent-damper {
    --fa: "\e465"
}

.fa-waffle {
    --fa: "\e466"
}

.fa-00 {
    --fa: "\e467"
}

.fa-apartment {
    --fa: "\e468"
}

.fa-bird {
    --fa: "\e469"
}

.fa-block {
    --fa: "\e46a"
}

.fa-bowl-soft-serve {
    --fa: "\e46b"
}

.fa-brazilian-real-sign {
    --fa: "\e46c"
}

.fa-cabin {
    --fa: "\e46d"
}

.fa-calendar-circle-exclamation {
    --fa: "\e46e"
}

.fa-calendar-circle-minus {
    --fa: "\e46f"
}

.fa-calendar-circle-plus {
    --fa: "\e470"
}

.fa-calendar-circle-user {
    --fa: "\e471"
}

.fa-calendar-lines-pen {
    --fa: "\e472"
}

.fa-chart-simple {
    --fa: "\e473"
}

.fa-chart-simple-horizontal {
    --fa: "\e474"
}

.fa-diagram-cells {
    --fa: "\e475"
}

.fa-diagram-next {
    --fa: "\e476"
}

.fa-diagram-predecessor {
    --fa: "\e477"
}

.fa-diagram-previous {
    --fa: "\e478"
}

.fa-diagram-subtask {
    --fa: "\e479"
}

.fa-diagram-successor {
    --fa: "\e47a"
}

.fa-earth-oceania {
    --fa: "\e47b"
}

.fa-globe-oceania {
    --fa: "\e47b"
}

.fa-face-beam-hand-over-mouth {
    --fa: "\e47c"
}

.fa-face-clouds {
    --fa: "\e47d"
}

.fa-face-diagonal-mouth {
    --fa: "\e47e"
}

.fa-face-dotted {
    --fa: "\e47f"
}

.fa-face-exhaling {
    --fa: "\e480"
}

.fa-face-hand-peeking {
    --fa: "\e481"
}

.fa-face-holding-back-tears {
    --fa: "\e482"
}

.fa-face-melting {
    --fa: "\e483"
}

.fa-face-saluting {
    --fa: "\e484"
}

.fa-face-spiral-eyes {
    --fa: "\e485"
}

.fa-fort {
    --fa: "\e486"
}

.fa-house-blank {
    --fa: "\e487"
}

.fa-home-blank {
    --fa: "\e487"
}

.fa-square-kanban {
    --fa: "\e488"
}

.fa-square-list {
    --fa: "\e489"
}

.fa-sushi {
    --fa: "\e48a"
}

.fa-nigiri {
    --fa: "\e48a"
}

.fa-sushi-roll {
    --fa: "\e48b"
}

.fa-maki-roll {
    --fa: "\e48b"
}

.fa-makizushi {
    --fa: "\e48b"
}

.fa-album-circle-plus {
    --fa: "\e48c"
}

.fa-album-circle-user {
    --fa: "\e48d"
}

.fa-album-collection-circle-plus {
    --fa: "\e48e"
}

.fa-album-collection-circle-user {
    --fa: "\e48f"
}

.fa-bug-slash {
    --fa: "\e490"
}

.fa-cloud-exclamation {
    --fa: "\e491"
}

.fa-cloud-question {
    --fa: "\e492"
}

.fa-file-circle-info {
    --fa: "\e493"
}

.fa-file-circle-plus {
    --fa: "\e494"
}

.fa-frame {
    --fa: "\e495"
}

.fa-gauge-circle-bolt {
    --fa: "\e496"
}

.fa-gauge-circle-minus {
    --fa: "\e497"
}

.fa-gauge-circle-plus {
    --fa: "\e498"
}

.fa-memo-circle-info {
    --fa: "\e49a"
}

.fa-object-exclude {
    --fa: "\e49c"
}

.fa-object-intersect {
    --fa: "\e49d"
}

.fa-object-subtract {
    --fa: "\e49e"
}

.fa-object-union {
    --fa: "\e49f"
}

.fa-pen-nib-slash {
    --fa: "\e4a1"
}

.fa-rectangle-history {
    --fa: "\e4a2"
}

.fa-rectangle-history-circle-plus {
    --fa: "\e4a3"
}

.fa-rectangle-history-circle-user {
    --fa: "\e4a4"
}

.fa-shop-lock {
    --fa: "\e4a5"
}

.fa-store-lock {
    --fa: "\e4a6"
}

.fa-user-robot-xmarks {
    --fa: "\e4a7"
}

.fa-virus-covid {
    --fa: "\e4a8"
}

.fa-virus-covid-slash {
    --fa: "\e4a9"
}

.fa-anchor-circle-check {
    --fa: "\e4aa"
}

.fa-anchor-circle-exclamation {
    --fa: "\e4ab"
}

.fa-anchor-circle-xmark {
    --fa: "\e4ac"
}

.fa-anchor-lock {
    --fa: "\e4ad"
}

.fa-arrow-down-to-arc {
    --fa: "\e4ae"
}

.fa-arrow-down-up-across-line {
    --fa: "\e4af"
}

.fa-arrow-down-up-lock {
    --fa: "\e4b0"
}

.fa-arrow-right-from-arc {
    --fa: "\e4b1"
}

.fa-arrow-right-to-arc {
    --fa: "\e4b2"
}

.fa-arrow-right-to-city {
    --fa: "\e4b3"
}

.fa-arrow-up-from-arc {
    --fa: "\e4b4"
}

.fa-arrow-up-from-ground-water {
    --fa: "\e4b5"
}

.fa-arrow-up-from-water-pump {
    --fa: "\e4b6"
}

.fa-arrow-up-right-dots {
    --fa: "\e4b7"
}

.fa-arrows-down-to-line {
    --fa: "\e4b8"
}

.fa-arrows-down-to-people {
    --fa: "\e4b9"
}

.fa-arrows-left-right-to-line {
    --fa: "\e4ba"
}

.fa-arrows-spin {
    --fa: "\e4bb"
}

.fa-arrows-split-up-and-left {
    --fa: "\e4bc"
}

.fa-arrows-to-circle {
    --fa: "\e4bd"
}

.fa-arrows-to-dot {
    --fa: "\e4be"
}

.fa-arrows-to-eye {
    --fa: "\e4bf"
}

.fa-arrows-turn-right {
    --fa: "\e4c0"
}

.fa-arrows-turn-to-dots {
    --fa: "\e4c1"
}

.fa-arrows-up-to-line {
    --fa: "\e4c2"
}

.fa-bore-hole {
    --fa: "\e4c3"
}

.fa-bottle-droplet {
    --fa: "\e4c4"
}

.fa-bottle-water {
    --fa: "\e4c5"
}

.fa-bowl-food {
    --fa: "\e4c6"
}

.fa-boxes-packing {
    --fa: "\e4c7"
}

.fa-bridge {
    --fa: "\e4c8"
}

.fa-bridge-circle-check {
    --fa: "\e4c9"
}

.fa-bridge-circle-exclamation {
    --fa: "\e4ca"
}

.fa-bridge-circle-xmark {
    --fa: "\e4cb"
}

.fa-bridge-lock {
    --fa: "\e4cc"
}

.fa-bridge-suspension {
    --fa: "\e4cd"
}

.fa-bridge-water {
    --fa: "\e4ce"
}

.fa-bucket {
    --fa: "\e4cf"
}

.fa-bugs {
    --fa: "\e4d0"
}

.fa-building-circle-arrow-right {
    --fa: "\e4d1"
}

.fa-building-circle-check {
    --fa: "\e4d2"
}

.fa-building-circle-exclamation {
    --fa: "\e4d3"
}

.fa-building-circle-xmark {
    --fa: "\e4d4"
}

.fa-building-flag {
    --fa: "\e4d5"
}

.fa-building-lock {
    --fa: "\e4d6"
}

.fa-building-ngo {
    --fa: "\e4d7"
}

.fa-building-shield {
    --fa: "\e4d8"
}

.fa-building-un {
    --fa: "\e4d9"
}

.fa-building-user {
    --fa: "\e4da"
}

.fa-building-wheat {
    --fa: "\e4db"
}

.fa-burst {
    --fa: "\e4dc"
}

.fa-car-on {
    --fa: "\e4dd"
}

.fa-car-tunnel {
    --fa: "\e4de"
}

.fa-cards-blank {
    --fa: "\e4df"
}

.fa-child-combatant {
    --fa: "\e4e0"
}

.fa-child-rifle {
    --fa: "\e4e0"
}

.fa-children {
    --fa: "\e4e1"
}

.fa-circle-nodes {
    --fa: "\e4e2"
}

.fa-clipboard-question {
    --fa: "\e4e3"
}

.fa-cloud-showers-water {
    --fa: "\e4e4"
}

.fa-computer {
    --fa: "\e4e5"
}

.fa-cubes-stacked {
    --fa: "\e4e6"
}

.fa-down-to-bracket {
    --fa: "\e4e7"
}

.fa-envelope-circle-check {
    --fa: "\e4e8"
}

.fa-explosion {
    --fa: "\e4e9"
}

.fa-ferry {
    --fa: "\e4ea"
}

.fa-file-circle-exclamation {
    --fa: "\e4eb"
}

.fa-file-circle-minus {
    --fa: "\e4ed"
}

.fa-file-circle-question {
    --fa: "\e4ef"
}

.fa-file-shield {
    --fa: "\e4f0"
}

.fa-fire-burner {
    --fa: "\e4f1"
}

.fa-fish-fins {
    --fa: "\e4f2"
}

.fa-flask-vial {
    --fa: "\e4f3"
}

.fa-glass-water {
    --fa: "\e4f4"
}

.fa-glass-water-droplet {
    --fa: "\e4f5"
}

.fa-group-arrows-rotate {
    --fa: "\e4f6"
}

.fa-hand-holding-hand {
    --fa: "\e4f7"
}

.fa-handcuffs {
    --fa: "\e4f8"
}

.fa-hands-bound {
    --fa: "\e4f9"
}

.fa-hands-holding-child {
    --fa: "\e4fa"
}

.fa-hands-holding-circle {
    --fa: "\e4fb"
}

.fa-heart-circle-bolt {
    --fa: "\e4fc"
}

.fa-heart-circle-check {
    --fa: "\e4fd"
}

.fa-heart-circle-exclamation {
    --fa: "\e4fe"
}

.fa-heart-circle-minus {
    --fa: "\e4ff"
}

.fa-heart-circle-plus {
    --fa: "\e500"
}

.fa-heart-circle-xmark {
    --fa: "\e501"
}

.fa-helicopter-symbol {
    --fa: "\e502"
}

.fa-helmet-un {
    --fa: "\e503"
}

.fa-hexagon-image {
    --fa: "\e504"
}

.fa-hexagon-vertical-nft {
    --fa: "\e505"
}

.fa-hexagon-vertical-nft-slanted {
    --fa: "\e505"
}

.fa-hill-avalanche {
    --fa: "\e507"
}

.fa-hill-rockslide {
    --fa: "\e508"
}

.fa-house-circle-check {
    --fa: "\e509"
}

.fa-house-circle-exclamation {
    --fa: "\e50a"
}

.fa-house-circle-xmark {
    --fa: "\e50b"
}

.fa-house-fire {
    --fa: "\e50c"
}

.fa-house-flag {
    --fa: "\e50d"
}

.fa-house-flood-water {
    --fa: "\e50e"
}

.fa-house-flood-water-circle-arrow-right {
    --fa: "\e50f"
}

.fa-house-lock {
    --fa: "\e510"
}

.fa-house-medical-circle-check {
    --fa: "\e511"
}

.fa-house-medical-circle-exclamation {
    --fa: "\e512"
}

.fa-house-medical-circle-xmark {
    --fa: "\e513"
}

.fa-house-medical-flag {
    --fa: "\e514"
}

.fa-house-tsunami {
    --fa: "\e515"
}

.fa-jar {
    --fa: "\e516"
}

.fa-jar-wheat {
    --fa: "\e517"
}

.fa-jet-fighter-up {
    --fa: "\e518"
}

.fa-jug-detergent {
    --fa: "\e519"
}

.fa-kitchen-set {
    --fa: "\e51a"
}

.fa-land-mine-on {
    --fa: "\e51b"
}

.fa-landmark-flag {
    --fa: "\e51c"
}

.fa-laptop-file {
    --fa: "\e51d"
}

.fa-lines-leaning {
    --fa: "\e51e"
}

.fa-location-pin-lock {
    --fa: "\e51f"
}

.fa-locust {
    --fa: "\e520"
}

.fa-magnifying-glass-arrow-right {
    --fa: "\e521"
}

.fa-magnifying-glass-chart {
    --fa: "\e522"
}

.fa-mars-and-venus-burst {
    --fa: "\e523"
}

.fa-mask-ventilator {
    --fa: "\e524"
}

.fa-mattress-pillow {
    --fa: "\e525"
}

.fa-merge {
    --fa: "\e526"
}

.fa-mobile-retro {
    --fa: "\e527"
}

.fa-money-bill-transfer {
    --fa: "\e528"
}

.fa-money-bill-trend-up {
    --fa: "\e529"
}

.fa-money-bill-wheat {
    --fa: "\e52a"
}

.fa-mosquito {
    --fa: "\e52b"
}

.fa-mosquito-net {
    --fa: "\e52c"
}

.fa-mound {
    --fa: "\e52d"
}

.fa-mountain-city {
    --fa: "\e52e"
}

.fa-mountain-sun {
    --fa: "\e52f"
}

.fa-nfc-symbol {
    --fa: "\e531"
}

.fa-oil-well {
    --fa: "\e532"
}

.fa-people-group {
    --fa: "\e533"
}

.fa-people-line {
    --fa: "\e534"
}

.fa-people-pulling {
    --fa: "\e535"
}

.fa-people-robbery {
    --fa: "\e536"
}

.fa-people-roof {
    --fa: "\e537"
}

.fa-person-arrow-down-to-line {
    --fa: "\e538"
}

.fa-person-arrow-up-from-line {
    --fa: "\e539"
}

.fa-person-breastfeeding {
    --fa: "\e53a"
}

.fa-person-burst {
    --fa: "\e53b"
}

.fa-person-cane {
    --fa: "\e53c"
}

.fa-person-chalkboard {
    --fa: "\e53d"
}

.fa-person-circle-check {
    --fa: "\e53e"
}

.fa-person-circle-exclamation {
    --fa: "\e53f"
}

.fa-person-circle-minus {
    --fa: "\e540"
}

.fa-person-circle-plus {
    --fa: "\e541"
}

.fa-person-circle-question {
    --fa: "\e542"
}

.fa-person-circle-xmark {
    --fa: "\e543"
}

.fa-person-dress-burst {
    --fa: "\e544"
}

.fa-person-drowning {
    --fa: "\e545"
}

.fa-person-falling {
    --fa: "\e546"
}

.fa-person-falling-burst {
    --fa: "\e547"
}

.fa-person-half-dress {
    --fa: "\e548"
}

.fa-person-harassing {
    --fa: "\e549"
}

.fa-person-military-pointing {
    --fa: "\e54a"
}

.fa-person-military-rifle {
    --fa: "\e54b"
}

.fa-person-military-to-person {
    --fa: "\e54c"
}

.fa-person-rays {
    --fa: "\e54d"
}

.fa-person-rifle {
    --fa: "\e54e"
}

.fa-person-shelter {
    --fa: "\e54f"
}

.fa-person-walking-arrow-loop-left {
    --fa: "\e551"
}

.fa-person-walking-arrow-right {
    --fa: "\e552"
}

.fa-person-walking-dashed-line-arrow-right {
    --fa: "\e553"
}

.fa-person-walking-luggage {
    --fa: "\e554"
}

.fa-plane-circle-check {
    --fa: "\e555"
}

.fa-plane-circle-exclamation {
    --fa: "\e556"
}

.fa-plane-circle-xmark {
    --fa: "\e557"
}

.fa-plane-lock {
    --fa: "\e558"
}

.fa-plate-wheat {
    --fa: "\e55a"
}

.fa-plug-circle-bolt {
    --fa: "\e55b"
}

.fa-plug-circle-check {
    --fa: "\e55c"
}

.fa-plug-circle-exclamation {
    --fa: "\e55d"
}

.fa-plug-circle-minus {
    --fa: "\e55e"
}

.fa-plug-circle-plus {
    --fa: "\e55f"
}

.fa-plug-circle-xmark {
    --fa: "\e560"
}

.fa-ranking-star {
    --fa: "\e561"
}

.fa-road-barrier {
    --fa: "\e562"
}

.fa-road-bridge {
    --fa: "\e563"
}

.fa-road-circle-check {
    --fa: "\e564"
}

.fa-road-circle-exclamation {
    --fa: "\e565"
}

.fa-road-circle-xmark {
    --fa: "\e566"
}

.fa-road-lock {
    --fa: "\e567"
}

.fa-road-spikes {
    --fa: "\e568"
}

.fa-rug {
    --fa: "\e569"
}

.fa-sack-xmark {
    --fa: "\e56a"
}

.fa-school-circle-check {
    --fa: "\e56b"
}

.fa-school-circle-exclamation {
    --fa: "\e56c"
}

.fa-school-circle-xmark {
    --fa: "\e56d"
}

.fa-school-flag {
    --fa: "\e56e"
}

.fa-school-lock {
    --fa: "\e56f"
}

.fa-sheet-plastic {
    --fa: "\e571"
}

.fa-shield-cat {
    --fa: "\e572"
}

.fa-shield-dog {
    --fa: "\e573"
}

.fa-shield-heart {
    --fa: "\e574"
}

.fa-shield-quartered {
    --fa: "\e575"
}

.fa-square-nfi {
    --fa: "\e576"
}

.fa-square-person-confined {
    --fa: "\e577"
}

.fa-square-virus {
    --fa: "\e578"
}

.fa-staff-snake {
    --fa: "\e579"
}

.fa-rod-asclepius {
    --fa: "\e579"
}

.fa-rod-snake {
    --fa: "\e579"
}

.fa-staff-aesculapius {
    --fa: "\e579"
}

.fa-sun-plant-wilt {
    --fa: "\e57a"
}

.fa-tarp {
    --fa: "\e57b"
}

.fa-tarp-droplet {
    --fa: "\e57c"
}

.fa-tent {
    --fa: "\e57d"
}

.fa-tent-arrow-down-to-line {
    --fa: "\e57e"
}

.fa-tent-arrow-left-right {
    --fa: "\e57f"
}

.fa-tent-arrow-turn-left {
    --fa: "\e580"
}

.fa-tent-arrows-down {
    --fa: "\e581"
}

.fa-tents {
    --fa: "\e582"
}

.fa-toilet-portable {
    --fa: "\e583"
}

.fa-toilets-portable {
    --fa: "\e584"
}

.fa-tower-cell {
    --fa: "\e585"
}

.fa-tower-observation {
    --fa: "\e586"
}

.fa-tree-city {
    --fa: "\e587"
}

.fa-trillium {
    --fa: "\e588"
}

.fa-trowel {
    --fa: "\e589"
}

.fa-trowel-bricks {
    --fa: "\e58a"
}

.fa-truck-arrow-right {
    --fa: "\e58b"
}

.fa-truck-droplet {
    --fa: "\e58c"
}

.fa-truck-field {
    --fa: "\e58d"
}

.fa-truck-field-un {
    --fa: "\e58e"
}

.fa-truck-plane {
    --fa: "\e58f"
}

.fa-up-from-bracket {
    --fa: "\e590"
}

.fa-users-between-lines {
    --fa: "\e591"
}

.fa-users-line {
    --fa: "\e592"
}

.fa-users-rays {
    --fa: "\e593"
}

.fa-users-rectangle {
    --fa: "\e594"
}

.fa-users-viewfinder {
    --fa: "\e595"
}

.fa-vial-circle-check {
    --fa: "\e596"
}

.fa-vial-virus {
    --fa: "\e597"
}

.fa-wheat-awn-circle-exclamation {
    --fa: "\e598"
}

.fa-worm {
    --fa: "\e599"
}

.fa-xmarks-lines {
    --fa: "\e59a"
}

.fa-xmark-large {
    --fa: "\e59b"
}

.fa-child-dress {
    --fa: "\e59c"
}

.fa-child-reaching {
    --fa: "\e59d"
}

.fa-plus-large {
    --fa: "\e59e"
}

.fa-crosshairs-simple {
    --fa: "\e59f"
}

.fa-file-circle-check {
    --fa: "\e5a0"
}

.fa-file-circle-xmark {
    --fa: "\e5a1"
}

.fa-gamepad-modern {
    --fa: "\e5a2"
}

.fa-gamepad-alt {
    --fa: "\e5a2"
}

.fa-grill {
    --fa: "\e5a3"
}

.fa-grill-fire {
    --fa: "\e5a4"
}

.fa-grill-hot {
    --fa: "\e5a5"
}

.fa-lightbulb-cfl {
    --fa: "\e5a6"
}

.fa-lightbulb-cfl-on {
    --fa: "\e5a7"
}

.fa-mouse-field {
    --fa: "\e5a8"
}

.fa-person-through-window {
    --fa: "\e5a9"
}

.fa-plant-wilt {
    --fa: "\e5aa"
}

.fa-ring-diamond {
    --fa: "\e5ab"
}

.fa-stapler {
    --fa: "\e5af"
}

.fa-toggle-large-off {
    --fa: "\e5b0"
}

.fa-toggle-large-on {
    --fa: "\e5b1"
}

.fa-toilet-paper-check {
    --fa: "\e5b2"
}

.fa-toilet-paper-xmark {
    --fa: "\e5b3"
}

.fa-train-tram {
    --fa: "\e5b4"
}

.fa-buoy {
    --fa: "\e5b5"
}

.fa-buoy-mooring {
    --fa: "\e5b6"
}

.fa-diamond-half {
    --fa: "\e5b7"
}

.fa-diamond-half-stroke {
    --fa: "\e5b8"
}

.fa-game-console-handheld-crank {
    --fa: "\e5b9"
}

.fa-interrobang {
    --fa: "\e5ba"
}

.fa-mailbox-flag-up {
    --fa: "\e5bb"
}

.fa-mustache {
    --fa: "\e5bc"
}

.fa-nose {
    --fa: "\e5bd"
}

.fa-phone-arrow-right {
    --fa: "\e5be"
}

.fa-pickaxe {
    --fa: "\e5bf"
}

.fa-prescription-bottle-pill {
    --fa: "\e5c0"
}

.fa-snowflake-droplets {
    --fa: "\e5c1"
}

.fa-square-dashed-circle-plus {
    --fa: "\e5c2"
}

.fa-tricycle {
    --fa: "\e5c3"
}

.fa-tricycle-adult {
    --fa: "\e5c4"
}

.fa-user-magnifying-glass {
    --fa: "\e5c5"
}

.fa-comment-heart {
    --fa: "\e5c8"
}

.fa-message-heart {
    --fa: "\e5c9"
}

.fa-pencil-mechanical {
    --fa: "\e5ca"
}

.fa-skeleton-ribs {
    --fa: "\e5cb"
}

.fa-billboard {
    --fa: "\e5cd"
}

.fa-circle-euro {
    --fa: "\e5ce"
}

.fa-circle-sterling {
    --fa: "\e5cf"
}

.fa-circle-yen {
    --fa: "\e5d0"
}

.fa-broom-wide {
    --fa: "\e5d1"
}

.fa-wreath-laurel {
    --fa: "\e5d2"
}

.fa-circle-quarter-stroke {
    --fa: "\e5d3"
}

.fa-circle-three-quarters-stroke {
    --fa: "\e5d4"
}

.fa-webhook {
    --fa: "\e5d5"
}

.fa-sparkle {
    --fa: "\e5d6"
}

.fa-chart-line-up-down {
    --fa: "\e5d7"
}

.fa-chart-mixed-up-circle-currency {
    --fa: "\e5d8"
}

.fa-chart-mixed-up-circle-dollar {
    --fa: "\e5d9"
}

.fa-grid-round {
    --fa: "\e5da"
}

.fa-grid-round-2 {
    --fa: "\e5db"
}

.fa-grid-round-2-plus {
    --fa: "\e5dc"
}

.fa-grid-round-4 {
    --fa: "\e5dd"
}

.fa-grid-round-5 {
    --fa: "\e5de"
}

.fa-arrow-progress {
    --fa: "\e5df"
}

.fa-right-left-large {
    --fa: "\e5e1"
}

.fa-calendar-users {
    --fa: "\e5e2"
}

.fa-display-chart-up {
    --fa: "\e5e3"
}

.fa-display-chart-up-circle-currency {
    --fa: "\e5e5"
}

.fa-display-chart-up-circle-dollar {
    --fa: "\e5e6"
}

.fa-laptop-binary {
    --fa: "\e5e7"
}

.fa-gear-code {
    --fa: "\e5e8"
}

.fa-gear-complex {
    --fa: "\e5e9"
}

.fa-gear-complex-code {
    --fa: "\e5eb"
}

.fa-file-doc {
    --fa: "\e5ed"
}

.fa-file-zip {
    --fa: "\e5ee"
}

.fa-flask-gear {
    --fa: "\e5f1"
}

.fa-bag-seedling {
    --fa: "\e5f2"
}

.fa-bin-bottles {
    --fa: "\e5f5"
}

.fa-bin-bottles-recycle {
    --fa: "\e5f6"
}

.fa-bin-recycle {
    --fa: "\e5f7"
}

.fa-conveyor-belt-arm {
    --fa: "\e5f8"
}

.fa-jug-bottle {
    --fa: "\e5fb"
}

.fa-lightbulb-gear {
    --fa: "\e5fd"
}

.fa-dinosaur {
    --fa: "\e5fe"
}

.fa-person-running-fast {
    --fa: "\e5ff"
}

.fa-circles-overlap {
    --fa: "\e600"
}

.fa-cloud-binary {
    --fa: "\e601"
}

.fa-chf-sign {
    --fa: "\e602"
}

.fa-user-group-simple {
    --fa: "\e603"
}

.fa-chart-pie-simple-circle-currency {
    --fa: "\e604"
}

.fa-chart-pie-simple-circle-dollar {
    --fa: "\e605"
}

.fa-hat-beach {
    --fa: "\e606"
}

.fa-person-dress-fairy {
    --fa: "\e607"
}

.fa-person-fairy {
    --fa: "\e608"
}

.fa-swap {
    --fa: "\e609"
}

.fa-swap-arrows {
    --fa: "\e60a"
}

.fa-angles-up-down {
    --fa: "\e60d"
}

.fa-globe-pointer {
    --fa: "\e60e"
}

.fa-subtitles {
    --fa: "\e60f"
}

.fa-subtitles-slash {
    --fa: "\e610"
}

.fa-head-side-gear {
    --fa: "\e611"
}

.fa-lighthouse {
    --fa: "\e612"
}

.fa-raccoon {
    --fa: "\e613"
}

.fa-arrow-down-from-arc {
    --fa: "\e614"
}

.fa-arrow-left-from-arc {
    --fa: "\e615"
}

.fa-arrow-left-to-arc {
    --fa: "\e616"
}

.fa-arrow-up-to-arc {
    --fa: "\e617"
}

.fa-building-magnifying-glass {
    --fa: "\e61c"
}

.fa-building-memo {
    --fa: "\e61e"
}

.fa-hammer-brush {
    --fa: "\e620"
}

.fa-hand-holding-circle-dollar {
    --fa: "\e621"
}

.fa-landmark-magnifying-glass {
    --fa: "\e622"
}

.fa-sign-post {
    --fa: "\e624"
}

.fa-sign-posts {
    --fa: "\e625"
}

.fa-sign-posts-wrench {
    --fa: "\e626"
}

.fa-tent-double-peak {
    --fa: "\e627"
}

.fa-truck-utensils {
    --fa: "\e628"
}

.fa-t-rex {
    --fa: "\e629"
}

.fa-spinner-scale {
    --fa: "\e62a"
}

.fa-bell-ring {
    --fa: "\e62c"
}

.fa-arrows-rotate-reverse {
    --fa: "\e630"
}

.fa-rotate-reverse {
    --fa: "\e631"
}

.fa-arrow-turn-left {
    --fa: "\e632"
}

.fa-arrow-turn-left-down {
    --fa: "\e633"
}

.fa-arrow-turn-left-up {
    --fa: "\e634"
}

.fa-arrow-turn-right {
    --fa: "\e635"
}

.fa-turn-left {
    --fa: "\e636"
}

.fa-turn-left-down {
    --fa: "\e637"
}

.fa-turn-left-up {
    --fa: "\e638"
}

.fa-turn-right {
    --fa: "\e639"
}

.fa-location-arrow-up {
    --fa: "\e63a"
}

.fa-ticket-perforated {
    --fa: "\e63e"
}

.fa-tickets-perforated {
    --fa: "\e63f"
}

.fa-cannon {
    --fa: "\e642"
}

.fa-court-sport {
    --fa: "\e643"
}

.fa-file-eps {
    --fa: "\e644"
}

.fa-file-gif {
    --fa: "\e645"
}

.fa-file-jpg {
    --fa: "\e646"
}

.fa-file-mov {
    --fa: "\e647"
}

.fa-file-mp3 {
    --fa: "\e648"
}

.fa-file-mp4 {
    --fa: "\e649"
}

.fa-file-ppt {
    --fa: "\e64a"
}

.fa-file-svg {
    --fa: "\e64b"
}

.fa-file-vector {
    --fa: "\e64c"
}

.fa-file-xls {
    --fa: "\e64d"
}

.fa-folder-check {
    --fa: "\e64e"
}

.fa-chart-kanban {
    --fa: "\e64f"
}

.fa-bag-shopping-minus {
    --fa: "\e650"
}

.fa-bag-shopping-plus {
    --fa: "\e651"
}

.fa-basket-shopping-minus {
    --fa: "\e652"
}

.fa-basket-shopping-plus {
    --fa: "\e653"
}

.fa-file-xml {
    --fa: "\e654"
}

.fa-bulldozer {
    --fa: "\e655"
}

.fa-excavator {
    --fa: "\e656"
}

.fa-truck-ladder {
    --fa: "\e657"
}

.fa-tickets {
    --fa: "\e658"
}

.fa-tickets-simple {
    --fa: "\e659"
}

.fa-truck-fire {
    --fa: "\e65a"
}

.fa-wave {
    --fa: "\e65b"
}

.fa-waves-sine {
    --fa: "\e65d"
}

.fa-magnifying-glass-arrows-rotate {
    --fa: "\e65e"
}

.fa-magnifying-glass-music {
    --fa: "\e65f"
}

.fa-magnifying-glass-play {
    --fa: "\e660"
}

.fa-magnifying-glass-waveform {
    --fa: "\e661"
}

.fa-music-magnifying-glass {
    --fa: "\e662"
}

.fa-reflect-horizontal {
    --fa: "\e664"
}

.fa-reflect-vertical {
    --fa: "\e665"
}

.fa-file-png {
    --fa: "\e666"
}

.fa-arrow-down-from-bracket {
    --fa: "\e667"
}

.fa-arrow-left-from-bracket {
    --fa: "\e668"
}

.fa-arrow-left-to-bracket {
    --fa: "\e669"
}

.fa-arrow-up-to-bracket {
    --fa: "\e66a"
}

.fa-down-from-bracket {
    --fa: "\e66b"
}

.fa-left-from-bracket {
    --fa: "\e66c"
}

.fa-left-to-bracket {
    --fa: "\e66d"
}

.fa-up-to-bracket {
    --fa: "\e66e"
}

.fa-reflect-both {
    --fa: "\e66f"
}

.fa-file-cad {
    --fa: "\e672"
}

.fa-bottle-baby {
    --fa: "\e673"
}

.fa-table-cells-column-lock {
    --fa: "\e678"
}

.fa-table-cells-lock {
    --fa: "\e679"
}

.fa-table-cells-row-lock {
    --fa: "\e67a"
}

.fa-circle-wifi {
    --fa: "\e67d"
}

.fa-circle-wifi-circle-wifi {
    --fa: "\e67e"
}

.fa-circle-wifi-group {
    --fa: "\e67e"
}

.fa-circle-gf {
    --fa: "\e67f"
}

.fa-ant {
    --fa: "\e680"
}

.fa-caduceus {
    --fa: "\e681"
}

.fa-web-awesome {
    --fa: "\e682"
}

.fa-globe-wifi {
    --fa: "\e685"
}

.fa-hydra {
    --fa: "\e686"
}

.fa-lightbulb-message {
    --fa: "\e687"
}

.fa-octopus {
    --fa: "\e688"
}

.fa-user-beard-bolt {
    --fa: "\e689"
}

.fa-user-hoodie {
    --fa: "\e68a"
}

.fa-diamonds-4 {
    --fa: "\e68b"
}

.fa-thumbtack-slash {
    --fa: "\e68f"
}

.fa-thumb-tack-slash {
    --fa: "\e68f"
}

.fa-table-cells-column-unlock {
    --fa: "\e690"
}

.fa-table-cells-row-unlock {
    --fa: "\e691"
}

.fa-table-cells-unlock {
    --fa: "\e692"
}

.fa-chart-diagram {
    --fa: "\e695"
}

.fa-comment-nodes {
    --fa: "\e696"
}

.fa-file-fragment {
    --fa: "\e697"
}

.fa-file-half-dashed {
    --fa: "\e698"
}

.fa-hexagon-nodes {
    --fa: "\e699"
}

.fa-hexagon-nodes-bolt {
    --fa: "\e69a"
}

.fa-square-binary {
    --fa: "\e69b"
}

.fa-carpool {
    --fa: "\e69c"
}

.fa-car-people {
    --fa: "\e69c"
}

.fa-chart-sine {
    --fa: "\e69d"
}

.fa-chart-fft {
    --fa: "\e69e"
}

.fa-circles-overlap-3 {
    --fa: "\e6a1"
}

.fa-pronoun {
    --fa: "\e6a1"
}

.fa-bar-progress {
    --fa: "\e6a4"
}

.fa-bar-progress-empty {
    --fa: "\e6a5"
}

.fa-bar-progress-full {
    --fa: "\e6a6"
}

.fa-bar-progress-half {
    --fa: "\e6a7"
}

.fa-bar-progress-quarter {
    --fa: "\e6a8"
}

.fa-bar-progress-three-quarters {
    --fa: "\e6a9"
}

.fa-grid-2-minus {
    --fa: "\e6aa"
}

.fa-grid-round-2-minus {
    --fa: "\e6ab"
}

.fa-table-cells-columns {
    --fa: "\e6ac"
}

.fa-table-cells-header {
    --fa: "\e6ad"
}

.fa-table-cells-header-lock {
    --fa: "\e6ae"
}

.fa-table-cells-header-unlock {
    --fa: "\e6af"
}

.fa-table-cells-rows {
    --fa: "\e6b0"
}

.fa-circle-equals {
    --fa: "\e6b1"
}

.fa-hexagon-equals {
    --fa: "\e6b2"
}

.fa-octagon-equals {
    --fa: "\e6b3"
}

.fa-rectangle-minus {
    --fa: "\e6b4"
}

.fa-rectangle-plus {
    --fa: "\e6b5"
}

.fa-square-equals {
    --fa: "\e6b6"
}

.fa-arrow-down-long-to-line {
    --fa: "\e6b7"
}

.fa-arrow-left-arrow-right {
    --fa: "\e6b8"
}

.fa-arrow-left-from-dotted-line {
    --fa: "\e6b9"
}

.fa-arrow-left-to-dotted-line {
    --fa: "\e6ba"
}

.fa-arrow-right-from-dotted-line {
    --fa: "\e6bb"
}

.fa-arrow-right-to-dotted-line {
    --fa: "\e6bc"
}

.fa-arrow-up-long-to-line {
    --fa: "\e6bd"
}

.fa-direction-left-right {
    --fa: "\e6be"
}

.fa-direction-up-down {
    --fa: "\e6bf"
}

.fa-down-long-to-line {
    --fa: "\e6c0"
}

.fa-down-up {
    --fa: "\e6c1"
}

.fa-left-from-dotted-line {
    --fa: "\e6c2"
}

.fa-left-to-dotted-line {
    --fa: "\e6c3"
}

.fa-right-from-dotted-line {
    --fa: "\e6c4"
}

.fa-right-to-dotted-line {
    --fa: "\e6c5"
}

.fa-up-long-to-line {
    --fa: "\e6c6"
}

.fa-barn {
    --fa: "\e6c7"
}

.fa-circle-house {
    --fa: "\e6c8"
}

.fa-garage-empty {
    --fa: "\e6c9"
}

.fa-house-unlock {
    --fa: "\e6ca"
}

.fa-school-unlock {
    --fa: "\e6cb"
}

.fa-stadium {
    --fa: "\e6cc"
}

.fa-tent-circus {
    --fa: "\e6cd"
}

.fa-ball-yarn {
    --fa: "\e6ce"
}

.fa-bra {
    --fa: "\e6cf"
}

.fa-briefs {
    --fa: "\e6d0"
}

.fa-dress {
    --fa: "\e6d1"
}

.fa-jeans {
    --fa: "\e6d2"
}

.fa-jeans-straight {
    --fa: "\e6d3"
}

.fa-panties {
    --fa: "\e6d4"
}

.fa-pants {
    --fa: "\e6d5"
}

.fa-pants-straight {
    --fa: "\e6d6"
}

.fa-shirt-jersey {
    --fa: "\e6d7"
}

.fa-shoe {
    --fa: "\e6d8"
}

.fa-shorts {
    --fa: "\e6d9"
}

.fa-sneaker {
    --fa: "\e6da"
}

.fa-circle-share-nodes {
    --fa: "\e6db"
}

.fa-comment-dot {
    --fa: "\e6dc"
}

.fa-comment-waveform {
    --fa: "\e6dd"
}

.fa-envelope-circle-user {
    --fa: "\e6de"
}

.fa-message-dot {
    --fa: "\e6df"
}

.fa-message-waveform {
    --fa: "\e6e0"
}

.fa-phone-connection {
    --fa: "\e6e1"
}

.fa-phone-waveform {
    --fa: "\e6e2"
}

.fa-postage-stamp {
    --fa: "\e6e3"
}

.fa-circle-florin {
    --fa: "\e6e4"
}

.fa-circle-ruble {
    --fa: "\e6e5"
}

.fa-square-chf {
    --fa: "\e6e6"
}

.fa-square-lira {
    --fa: "\e6e7"
}

.fa-norwegian-krone-sign {
    --fa: "\e6e8"
}

.fa-circle-renminbi {
    --fa: "\e6e9"
}

.fa-square-peseta {
    --fa: "\e6ea"
}

.fa-circle-brazilian-real {
    --fa: "\e6eb"
}

.fa-circle-won {
    --fa: "\e6ec"
}

.fa-square-cruzeiro {
    --fa: "\e6ed"
}

.fa-circle-currency {
    --fa: "\e6ee"
}

.fa-circle-hryvnia {
    --fa: "\e6ef"
}

.fa-square-cent {
    --fa: "\e6f0"
}

.fa-square-brazilian-real {
    --fa: "\e6f1"
}

.fa-square-bitcoin {
    --fa: "\e6f2"
}

.fa-circle-peruvian-soles {
    --fa: "\e6f3"
}

.fa-circle-litecoin {
    --fa: "\e6f4"
}

.fa-square-indian-rupee {
    --fa: "\e6f5"
}

.fa-circle-lira {
    --fa: "\e6f6"
}

.fa-square-litecoin {
    --fa: "\e6f7"
}

.fa-square-ruble {
    --fa: "\e6f8"
}

.fa-circle-malaysian-ringgit {
    --fa: "\e6f9"
}

.fa-malaysian-ringgit-sign {
    --fa: "\e6fa"
}

.fa-circle-manat {
    --fa: "\e6fb"
}

.fa-circle-colon {
    --fa: "\e6fc"
}

.fa-circle-kip {
    --fa: "\e6fd"
}

.fa-australian-dollar-sign {
    --fa: "\e6fe"
}

.fa-circle-peso {
    --fa: "\e6ff"
}

.fa-circle-polish-zloty {
    --fa: "\e700"
}

.fa-circle-bangladeshi-taka {
    --fa: "\e701"
}

.fa-circle-mill {
    --fa: "\e702"
}

.fa-circle-shekel {
    --fa: "\e703"
}

.fa-square-manat {
    --fa: "\e704"
}

.fa-peruvian-soles-sign {
    --fa: "\e705"
}

.fa-circle-rupiah {
    --fa: "\e706"
}

.fa-square-norwegian-krone {
    --fa: "\e707"
}

.fa-square-naira {
    --fa: "\e708"
}

.fa-square-won {
    --fa: "\e709"
}

.fa-square-mill {
    --fa: "\e70a"
}

.fa-polish-zloty-sign {
    --fa: "\e70b"
}

.fa-square-currency {
    --fa: "\e70c"
}

.fa-square-kip {
    --fa: "\e70d"
}

.fa-square-guarani {
    --fa: "\e70e"
}

.fa-square-dong {
    --fa: "\e70f"
}

.fa-square-hryvnia {
    --fa: "\e710"
}

.fa-circle-tugrik {
    --fa: "\e711"
}

.fa-square-rupiah {
    --fa: "\e712"
}

.fa-square-sterling {
    --fa: "\e713"
}

.fa-circle-rupee {
    --fa: "\e714"
}

.fa-square-rupee {
    --fa: "\e715"
}

.fa-square-peruvian-soles {
    --fa: "\e716"
}

.fa-square-florin {
    --fa: "\e717"
}

.fa-square-australian-dollar {
    --fa: "\e718"
}

.fa-square-baht {
    --fa: "\e719"
}

.fa-square-peso {
    --fa: "\e71a"
}

.fa-circle-austral {
    --fa: "\e71b"
}

.fa-square-swedish-krona {
    --fa: "\e71c"
}

.fa-circle-lari {
    --fa: "\e71d"
}

.fa-circleapore-dollar {
    --fa: "\e71e"
}

.fa-square-turkish-lira {
    --fa: "\e71f"
}

.fa-danish-krone-sign {
    --fa: "\e720"
}

.fa-circle-franc {
    --fa: "\e721"
}

.fa-circle-cruzeiro {
    --fa: "\e722"
}

.fa-circle-dong {
    --fa: "\e723"
}

.fa-square-yen {
    --fa: "\e724"
}

.fa-circle-tenge {
    --fa: "\e725"
}

.fa-square-austral {
    --fa: "\e726"
}

.fa-square-eurozone {
    --fa: "\e727"
}

.fa-square-tugrik {
    --fa: "\e728"
}

.fa-square-cedi {
    --fa: "\e729"
}

.fa-circle-cent {
    --fa: "\e72a"
}

.fa-currency-sign {
    --fa: "\e72b"
}

.fa-circle-chf {
    --fa: "\e72c"
}

.fa-circle-baht {
    --fa: "\e72d"
}

.fa-signapore-dollar-sign {
    --fa: "\e72e"
}

.fa-square-franc {
    --fa: "\e72f"
}

.fa-circle-australian-dollar {
    --fa: "\e730"
}

.fa-square-tenge {
    --fa: "\e731"
}

.fa-square-euro {
    --fa: "\e732"
}

.fa-squareapore-dollar {
    --fa: "\e733"
}

.fa-circle-indian-rupee {
    --fa: "\e734"
}

.fa-square-shekel {
    --fa: "\e735"
}

.fa-square-polish-zloty {
    --fa: "\e736"
}

.fa-circle-bitcoin {
    --fa: "\e737"
}

.fa-circle-norwegian-krone {
    --fa: "\e738"
}

.fa-circle-turkish-lira {
    --fa: "\e739"
}

.fa-square-colon {
    --fa: "\e73a"
}

.fa-circle-guarani {
    --fa: "\e73b"
}

.fa-renminbi-sign {
    --fa: "\e73c"
}

.fa-square-renminbi {
    --fa: "\e73d"
}

.fa-swedish-krona-sign {
    --fa: "\e73e"
}

.fa-square-lari {
    --fa: "\e73f"
}

.fa-eurozone-sign {
    --fa: "\e740"
}

.fa-circle-peseta {
    --fa: "\e741"
}

.fa-circle-cedi {
    --fa: "\e742"
}

.fa-circle-swedish-krona {
    --fa: "\e743"
}

.fa-square-bangladeshi-taka {
    --fa: "\e744"
}

.fa-circle-eurozone {
    --fa: "\e745"
}

.fa-circle-danish-krone {
    --fa: "\e746"
}

.fa-square-danish-krone {
    --fa: "\e747"
}

.fa-square-malaysian-ringgit {
    --fa: "\e748"
}

.fa-circle-naira {
    --fa: "\e749"
}

.fa-mobile-arrow-down {
    --fa: "\e74b"
}

.fa-clone-plus {
    --fa: "\e74c"
}

.fa-paintbrush-fine-slash {
    --fa: "\e74d"
}

.fa-paintbrush-slash {
    --fa: "\e74e"
}

.fa-pencil-line {
    --fa: "\e74f"
}

.fa-slider-circle {
    --fa: "\e750"
}

.fa-thumbtack-angle {
    --fa: "\e751"
}

.fa-thumbtack-angle-slash {
    --fa: "\e752"
}

.fa-book-open-lines {
    --fa: "\e753"
}

.fa-book-spine {
    --fa: "\e754"
}

.fa-bookmark-plus {
    --fa: "\e755"
}

.fa-clipboard-clock {
    --fa: "\e756"
}

.fa-clipboard-exclamation {
    --fa: "\e757"
}

.fa-file-ban {
    --fa: "\e758"
}

.fa-notes-sticky {
    --fa: "\e759"
}

.fa-capsule {
    --fa: "\e75a"
}

.fa-ear-circle-checkmark {
    --fa: "\e75b"
}

.fa-ear-triangle-exclamation {
    --fa: "\e75c"
}

.fa-ear-waveform {
    --fa: "\e75d"
}

.fa-head-side-circuit {
    --fa: "\e75e"
}

.fa-head-side-speak {
    --fa: "\e75f"
}

.fa-microphone-signal-meter {
    --fa: "\e760"
}

.fa-spine {
    --fa: "\e761"
}

.fa-vial-vertical {
    --fa: "\e762"
}

.fa-bin {
    --fa: "\e763"
}

.fa-seat {
    --fa: "\e764"
}

.fa-seats {
    --fa: "\e765"
}

.fa-camera-circle-ellipsis {
    --fa: "\e766"
}

.fa-camera-clock {
    --fa: "\e767"
}

.fa-camera-shutter {
    --fa: "\e768"
}

.fa-film-music {
    --fa: "\e769"
}

.fa-film-stack {
    --fa: "\e76b"
}

.fa-image-circle-arrow-down {
    --fa: "\e76c"
}

.fa-image-circle-check {
    --fa: "\e76d"
}

.fa-image-circle-plus {
    --fa: "\e76e"
}

.fa-image-circle-xmark {
    --fa: "\e76f"
}

.fa-image-music {
    --fa: "\e770"
}

.fa-image-stack {
    --fa: "\e771"
}

.fa-rectangle-4k {
    --fa: "\e772"
}

.fa-rectangle-high-dynamic-range {
    --fa: "\e773"
}

.fa-rectangle-hdr {
    --fa: "\e773"
}

.fa-rectangle-video-on-demand {
    --fa: "\e774"
}

.fa-user-viewfinder {
    --fa: "\e775"
}

.fa-video-down-to-line {
    --fa: "\e776"
}

.fa-video-question {
    --fa: "\e777"
}

.fa-gas-pump-left {
    --fa: "\e778"
}

.fa-gas-pump-right {
    --fa: "\e779"
}

.fa-location-arrow-slash {
    --fa: "\e77a"
}

.fa-airplay-audio {
    --fa: "\e77b"
}

.fa-headphones-slash {
    --fa: "\e77c"
}

.fa-microphone-circle-plus {
    --fa: "\e77d"
}

.fa-microphone-circle-xmark {
    --fa: "\e77e"
}

.fa-open-captioning {
    --fa: "\e77f"
}

.fa-play-flip {
    --fa: "\e780"
}

.fa-square-microphone {
    --fa: "\e781"
}

.fa-trombone {
    --fa: "\e782"
}

.fa-person-arms-raised {
    --fa: "\e783"
}

.fa-person-basketball {
    --fa: "\e784"
}

.fa-person-carry-empty {
    --fa: "\e785"
}

.fa-person-golfing {
    --fa: "\e786"
}

.fa-person-limbs-wide {
    --fa: "\e787"
}

.fa-person-seat-window {
    --fa: "\e788"
}

.fa-person-soccer {
    --fa: "\e789"
}

.fa-person-swimming-pool {
    --fa: "\e78a"
}

.fa-person-swimming-water {
    --fa: "\e78b"
}

.fa-person-water-arms-raised {
    --fa: "\e78c"
}

.fa-person-waving {
    --fa: "\e78d"
}

.fa-heart-slash {
    --fa: "\e78e"
}

.fa-hearts {
    --fa: "\e78f"
}

.fa-pentagon {
    --fa: "\e790"
}

.fa-rectangle-tall {
    --fa: "\e791"
}

.fa-square-half {
    --fa: "\e792"
}

.fa-square-half-stroke {
    --fa: "\e793"
}

.fa-box-arrow-down {
    --fa: "\e794"
}

.fa-box-arrow-down-arrow-up {
    --fa: "\e795"
}

.fa-box-arrow-down-magnifying-glass {
    --fa: "\e796"
}

.fa-box-isometric {
    --fa: "\e797"
}

.fa-box-isometric-tape {
    --fa: "\e798"
}

.fa-qrcode-read {
    --fa: "\e799"
}

.fa-shop-24 {
    --fa: "\e79a"
}

.fa-store-24 {
    --fa: "\e79b"
}

.fa-face-shaking {
    --fa: "\e79c"
}

.fa-face-shaking-horizontal {
    --fa: "\e79d"
}

.fa-face-shaking-vertical {
    --fa: "\e79e"
}

.fa-circle-user-circle-check {
    --fa: "\e79f"
}

.fa-circle-user-circle-exclamation {
    --fa: "\e7a0"
}

.fa-circle-user-circle-minus {
    --fa: "\e7a1"
}

.fa-circle-user-circle-moon {
    --fa: "\e7a2"
}

.fa-circle-user-circle-plus {
    --fa: "\e7a3"
}

.fa-circle-user-circle-question {
    --fa: "\e7a4"
}

.fa-circle-user-circle-user {
    --fa: "\e7a5"
}

.fa-circle-user-circle-xmark {
    --fa: "\e7a6"
}

.fa-circle-user-clock {
    --fa: "\e7a7"
}

.fa-user-beard {
    --fa: "\e7a8"
}

.fa-user-chef-hair-long {
    --fa: "\e7a9"
}

.fa-user-circle-minus {
    --fa: "\e7aa"
}

.fa-user-circle-plus {
    --fa: "\e7ab"
}

.fa-user-dashed {
    --fa: "\e7ac"
}

.fa-user-doctor-hair-mullet {
    --fa: "\e7ad"
}

.fa-user-hat-tie {
    --fa: "\e7ae"
}

.fa-user-hat-tie-magnifying-glass {
    --fa: "\e7af"
}

.fa-user-key {
    --fa: "\e7b0"
}

.fa-user-message {
    --fa: "\e7b1"
}

.fa-user-microphone {
    --fa: "\e7b2"
}

.fa-user-pilot-hair-long {
    --fa: "\e7b3"
}

.fa-user-pilot-tie-hair-long {
    --fa: "\e7b4"
}

.fa-user-police-hair-long {
    --fa: "\e7b5"
}

.fa-user-police-tie-hair-long {
    --fa: "\e7b6"
}

.fa-user-question {
    --fa: "\e7b7"
}

.fa-user-sith {
    --fa: "\e7b8"
}

.fa-user-tie-hair-mullet {
    --fa: "\e7b9"
}

.fa-user-vneck-hair-mullet {
    --fa: "\e7ba"
}

.fa-plane-flying {
    --fa: "\e7bb"
}

.fa-plane-landing-gear {
    --fa: "\e7bc"
}

.fa-rocket-vertical {
    --fa: "\e7bd"
}

.fa-seat-airline-window {
    --fa: "\e7be"
}

.fa-shuttle-space-vertical {
    --fa: "\e7bf"
}

.fa-car-key {
    --fa: "\e7c0"
}

.fa-car-siren {
    --fa: "\e7c1"
}

.fa-car-siren-on {
    --fa: "\e7c2"
}

.fa-scooter {
    --fa: "\e7c3"
}

.fa-snowmobile-blank {
    --fa: "\e7c4"
}

.fa-stair-car {
    --fa: "\e7c5"
}

.fa-truck-suv {
    --fa: "\e7c6"
}

.fa-unicycle {
    --fa: "\e7c7"
}

.fa-van {
    --fa: "\e7c8"
}

.fa-moon-star {
    --fa: "\e7c9"
}

.fa-rainbow-half {
    --fa: "\e7ca"
}

.fa-temperature-slash {
    --fa: "\e7cb"
}

.fa-dialpad {
    --fa: "\e7cc"
}

.fa-computer-mouse-button-left {
    --fa: "\e7cd"
}

.fa-computer-mouse-button-right {
    --fa: "\e7ce"
}

.fa-dot {
    --fa: "\e7d1"
}

.fa-folder-arrow-left {
    --fa: "\e7d2"
}

.fa-folder-arrow-right {
    --fa: "\e7d3"
}

.fa-wireless {
    --fa: "\e7df"
}

.fa-circle-moon {
    --fa: "\e7e0"
}

.fa-person-meditating {
    --fa: "\e7e1"
}

.fa-baseball-bat {
    --fa: "\e7e5"
}

.fa-hockey-stick {
    --fa: "\e7e6"
}

.fa-arrow-u-turn-down-left {
    --fa: "\e7e7"
}

.fa-arrow-u-turn-down-right {
    --fa: "\e7e8"
}

.fa-arrow-u-turn-left-down {
    --fa: "\e7e9"
}

.fa-arrow-u-turn-left-up {
    --fa: "\e7ea"
}

.fa-arrow-u-turn-right-down {
    --fa: "\e7eb"
}

.fa-arrow-u-turn-right-up {
    --fa: "\e7ec"
}

.fa-arrow-u-turn-up-left {
    --fa: "\e7ed"
}

.fa-arrow-u-turn-up-right {
    --fa: "\e7ee"
}

.fa-u-turn-down-left {
    --fa: "\e7ef"
}

.fa-u-turn-down-right {
    --fa: "\e7f0"
}

.fa-u-turn-left-down {
    --fa: "\e7f1"
}

.fa-u-turn {
    --fa: "\e7f1"
}

.fa-u-turn-left-up {
    --fa: "\e7f2"
}

.fa-u-turn-right-down {
    --fa: "\e7f3"
}

.fa-u-turn-right-up {
    --fa: "\e7f4"
}

.fa-u-turn-up-left {
    --fa: "\e7f5"
}

.fa-u-turn-up-right {
    --fa: "\e7f6"
}

.fa-triple-chevrons-down {
    --fa: "\e7f7"
}

.fa-triple-chevrons-left {
    --fa: "\e7f8"
}

.fa-triple-chevrons-right {
    --fa: "\e7f9"
}

.fa-triple-chevrons-up {
    --fa: "\e7fa"
}

.fa-file-aiff {
    --fa: "\e7fb"
}

.fa-file-odf {
    --fa: "\e7fc"
}

.fa-file-tex {
    --fa: "\e7fd"
}

.fa-file-wav {
    --fa: "\e7fe"
}

.fa-droplet-plus {
    --fa: "\e800"
}

.fa-hand-holding-star {
    --fa: "\e801"
}

.fa-transmission {
    --fa: "\e802"
}

.fa-alarm-minus {
    --fa: "\e803"
}

.fa-file-brackets-curly {
    --fa: "\e804"
}

.fa-file-midi {
    --fa: "\e805"
}

.fa-midi {
    --fa: "\e806"
}

.fa-non-binary {
    --fa: "\e807"
}

.fa-rectangle-beta {
    --fa: "\e808"
}

.fa-shield-user {
    --fa: "\e809"
}

.fa-spiral {
    --fa: "\e80a"
}

.fa-picture-in-picture {
    --fa: "\e80b"
}

.fa-circle-half-horizontal {
    --fa: "\e80c"
}

.fa-circle-half-stroke-horizontal {
    --fa: "\e80d"
}

.fa-square-half-horizontal {
    --fa: "\e80e"
}

.fa-square-half-stroke-horizontal {
    --fa: "\e80f"
}

.fa-ship-large {
    --fa: "\e810"
}

.fa-butterfly {
    --fa: "\e811"
}

.fa-mobile-rotate {
    --fa: "\e813"
}

.fa-mobile-rotate-reverse {
    --fa: "\e814"
}

.fa-mobile-slash {
    --fa: "\e815"
}

.fa-mobile-vibrate {
    --fa: "\e816"
}

.fa-mobile-vibrate-slash {
    --fa: "\e817"
}

.fa-almost-equal-to {
    --fa: "\e818"
}

.fa-sneaker-running {
    --fa: "\e819"
}

.fa-horseshoe {
    --fa: "\e81a"
}

.fa-single-quote-left {
    --fa: "\e81b"
}

.fa-single-quote-right {
    --fa: "\e81c"
}

.fa-bus-side {
    --fa: "\e81d"
}

.fa-bus-stop {
    --fa: "\e81e"
}

.fa-train-stop {
    --fa: "\e81f"
}

.fa-septagon {
    --fa: "\e820"
}

.fa-heptagon {
    --fa: "\e820"
}

.fa-mailbox-open-empty {
    --fa: "\e821"
}

.fa-mailbox-open-letter {
    --fa: "\e823"
}

.fa-lychee {
    --fa: "\e824"
}

.fa-tank-recovery {
    --fa: "\e825"
}

.fa-transducer {
    --fa: "\e826"
}

.fa-box-arrow-up {
    --fa: "\e827"
}

.fa-box-magnifying-glass {
    --fa: "\e828"
}

.fa-envelope-ribbon {
    --fa: "\e829"
}

.fa-envelope-certificate {
    --fa: "\e829"
}

.fa-water-temperature {
    --fa: "\e82a"
}

.fa-water-temp {
    --fa: "\e82a"
}

.fa-aeropress {
    --fa: "\e82b"
}

.fa-caret-large-down {
    --fa: "\e82c"
}

.fa-caret-large-left {
    --fa: "\e82d"
}

.fa-caret-large-right {
    --fa: "\e82e"
}

.fa-caret-large-up {
    --fa: "\e82f"
}

.fa-chemex {
    --fa: "\e830"
}

.fa-hand-shaka {
    --fa: "\e831"
}

.fa-kettlebell {
    --fa: "\e832"
}

.fa-foot-wing {
    --fa: "\e834"
}

.fa-pump-impeller {
    --fa: "\e835"
}

.fa-arrow-rotate-left-10 {
    --fa: "\e836"
}

.fa-arrow-rotate-right-10 {
    --fa: "\e837"
}

.fa-martini-glass-empty {
    --fa: "\f000"
}

.fa-glass-martini {
    --fa: "\f000"
}

.fa-music {
    --fa: "\f001"
}

.fa-magnifying-glass {
    --fa: "\f002"
}

.fa-search {
    --fa: "\f002"
}

.fa-heart {
    --fa: "\f004"
}

.fa-star {
    --fa: "\f005"
}

.fa-user {
    --fa: "\f007"
}

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

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

.fa-film {
    --fa: "\f008"
}

.fa-film-alt {
    --fa: "\f008"
}

.fa-film-simple {
    --fa: "\f008"
}

.fa-table-cells-large {
    --fa: "\f009"
}

.fa-th-large {
    --fa: "\f009"
}

.fa-table-cells {
    --fa: "\f00a"
}

.fa-th {
    --fa: "\f00a"
}

.fa-table-list {
    --fa: "\f00b"
}

.fa-th-list {
    --fa: "\f00b"
}

.fa-check {
    --fa: "\f00c"
}

.fa-xmark {
    --fa: "\f00d"
}

.fa-close {
    --fa: "\f00d"
}

.fa-multiply {
    --fa: "\f00d"
}

.fa-remove {
    --fa: "\f00d"
}

.fa-times {
    --fa: "\f00d"
}

.fa-magnifying-glass-plus {
    --fa: "\f00e"
}

.fa-search-plus {
    --fa: "\f00e"
}

.fa-magnifying-glass-minus {
    --fa: "\f010"
}

.fa-search-minus {
    --fa: "\f010"
}

.fa-power-off {
    --fa: "\f011"
}

.fa-signal {
    --fa: "\f012"
}

.fa-signal-5 {
    --fa: "\f012"
}

.fa-signal-perfect {
    --fa: "\f012"
}

.fa-gear {
    --fa: "\f013"
}

.fa-cog {
    --fa: "\f013"
}

.fa-house {
    --fa: "\f015"
}

.fa-home {
    --fa: "\f015"
}

.fa-home-alt {
    --fa: "\f015"
}

.fa-home-lg-alt {
    --fa: "\f015"
}

.fa-clock {
    --fa: "\f017"
}

.fa-clock-four {
    --fa: "\f017"
}

.fa-road {
    --fa: "\f018"
}

.fa-download {
    --fa: "\f019"
}

.fa-inbox {
    --fa: "\f01c"
}

.fa-arrow-rotate-right {
    --fa: "\f01e"
}

.fa-arrow-right-rotate {
    --fa: "\f01e"
}

.fa-arrow-rotate-forward {
    --fa: "\f01e"
}

.fa-redo {
    --fa: "\f01e"
}

.fa-arrows-rotate {
    --fa: "\f021"
}

.fa-refresh {
    --fa: "\f021"
}

.fa-sync {
    --fa: "\f021"
}

.fa-rectangle-list {
    --fa: "\f022"
}

.fa-list-alt {
    --fa: "\f022"
}

.fa-lock {
    --fa: "\f023"
}

.fa-flag {
    --fa: "\f024"
}

.fa-headphones {
    --fa: "\f025"
}

.fa-headphones-alt {
    --fa: "\f025"
}

.fa-headphones-simple {
    --fa: "\f025"
}

.fa-volume-off {
    --fa: "\f026"
}

.fa-volume-low {
    --fa: "\f027"
}

.fa-volume-down {
    --fa: "\f027"
}

.fa-volume-high {
    --fa: "\f028"
}

.fa-volume-up {
    --fa: "\f028"
}

.fa-qrcode {
    --fa: "\f029"
}

.fa-barcode {
    --fa: "\f02a"
}

.fa-tag {
    --fa: "\f02b"
}

.fa-tags {
    --fa: "\f02c"
}

.fa-book {
    --fa: "\f02d"
}

.fa-bookmark {
    --fa: "\f02e"
}

.fa-print {
    --fa: "\f02f"
}

.fa-camera {
    --fa: "\f030"
}

.fa-camera-alt {
    --fa: "\f030"
}

.fa-font {
    --fa: "\f031"
}

.fa-bold {
    --fa: "\f032"
}

.fa-italic {
    --fa: "\f033"
}

.fa-text-height {
    --fa: "\f034"
}

.fa-text-width {
    --fa: "\f035"
}

.fa-align-left {
    --fa: "\f036"
}

.fa-align-center {
    --fa: "\f037"
}

.fa-align-right {
    --fa: "\f038"
}

.fa-align-justify {
    --fa: "\f039"
}

.fa-list {
    --fa: "\f03a"
}

.fa-list-squares {
    --fa: "\f03a"
}

.fa-outdent {
    --fa: "\f03b"
}

.fa-dedent {
    --fa: "\f03b"
}

.fa-indent {
    --fa: "\f03c"
}

.fa-video {
    --fa: "\f03d"
}

.fa-video-camera {
    --fa: "\f03d"
}

.fa-image {
    --fa: "\f03e"
}

.fa-location-pin {
    --fa: "\f041"
}

.fa-map-marker {
    --fa: "\f041"
}

.fa-circle-half-stroke {
    --fa: "\f042"
}

.fa-adjust {
    --fa: "\f042"
}

.fa-droplet {
    --fa: "\f043"
}

.fa-tint {
    --fa: "\f043"
}

.fa-pen-to-square {
    --fa: "\f044"
}

.fa-edit {
    --fa: "\f044"
}

.fa-arrows-up-down-left-right {
    --fa: "\f047"
}

.fa-arrows {
    --fa: "\f047"
}

.fa-backward-step {
    --fa: "\f048"
}

.fa-step-backward {
    --fa: "\f048"
}

.fa-backward-fast {
    --fa: "\f049"
}

.fa-fast-backward {
    --fa: "\f049"
}

.fa-backward {
    --fa: "\f04a"
}

.fa-play {
    --fa: "\f04b"
}

.fa-pause {
    --fa: "\f04c"
}

.fa-stop {
    --fa: "\f04d"
}

.fa-forward {
    --fa: "\f04e"
}

.fa-forward-fast {
    --fa: "\f050"
}

.fa-fast-forward {
    --fa: "\f050"
}

.fa-forward-step {
    --fa: "\f051"
}

.fa-step-forward {
    --fa: "\f051"
}

.fa-eject {
    --fa: "\f052"
}

.fa-chevron-left {
    --fa: "\f053"
}

.fa-chevron-right {
    --fa: "\f054"
}

.fa-circle-plus {
    --fa: "\f055"
}

.fa-plus-circle {
    --fa: "\f055"
}

.fa-circle-minus {
    --fa: "\f056"
}

.fa-minus-circle {
    --fa: "\f056"
}

.fa-circle-xmark {
    --fa: "\f057"
}

.fa-times-circle {
    --fa: "\f057"
}

.fa-xmark-circle {
    --fa: "\f057"
}

.fa-circle-check {
    --fa: "\f058"
}

.fa-check-circle {
    --fa: "\f058"
}

.fa-circle-question {
    --fa: "\f059"
}

.fa-question-circle {
    --fa: "\f059"
}

.fa-circle-info {
    --fa: "\f05a"
}

.fa-info-circle {
    --fa: "\f05a"
}

.fa-crosshairs {
    --fa: "\f05b"
}

.fa-ban {
    --fa: "\f05e"
}

.fa-cancel {
    --fa: "\f05e"
}

.fa-arrow-left {
    --fa: "\f060"
}

.fa-arrow-right {
    --fa: "\f061"
}

.fa-arrow-up {
    --fa: "\f062"
}

.fa-arrow-down {
    --fa: "\f063"
}

.fa-share {
    --fa: "\f064"
}

.fa-mail-forward {
    --fa: "\f064"
}

.fa-expand {
    --fa: "\f065"
}

.fa-compress {
    --fa: "\f066"
}

.fa-minus {
    --fa: "\f068"
}

.fa-subtract {
    --fa: "\f068"
}

.fa-circle-exclamation {
    --fa: "\f06a"
}

.fa-exclamation-circle {
    --fa: "\f06a"
}

.fa-gift {
    --fa: "\f06b"
}

.fa-leaf {
    --fa: "\f06c"
}

.fa-fire {
    --fa: "\f06d"
}

.fa-eye {
    --fa: "\f06e"
}

.fa-eye-slash {
    --fa: "\f070"
}

.fa-triangle-exclamation {
    --fa: "\f071"
}

.fa-exclamation-triangle {
    --fa: "\f071"
}

.fa-warning {
    --fa: "\f071"
}

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

.fa-calendar-days {
    --fa: "\f073"
}

.fa-calendar-alt {
    --fa: "\f073"
}

.fa-shuffle {
    --fa: "\f074"
}

.fa-random {
    --fa: "\f074"
}

.fa-comment {
    --fa: "\f075"
}

.fa-magnet {
    --fa: "\f076"
}

.fa-chevron-up {
    --fa: "\f077"
}

.fa-chevron-down {
    --fa: "\f078"
}

.fa-retweet {
    --fa: "\f079"
}

.fa-cart-shopping {
    --fa: "\f07a"
}

.fa-shopping-cart {
    --fa: "\f07a"
}

.fa-folder {
    --fa: "\f07b"
}

.fa-folder-blank {
    --fa: "\f07b"
}

.fa-folder-open {
    --fa: "\f07c"
}

.fa-arrows-up-down {
    --fa: "\f07d"
}

.fa-arrows-v {
    --fa: "\f07d"
}

.fa-arrows-left-right {
    --fa: "\f07e"
}

.fa-arrows-h {
    --fa: "\f07e"
}

.fa-chart-bar {
    --fa: "\f080"
}

.fa-bar-chart {
    --fa: "\f080"
}

.fa-camera-retro {
    --fa: "\f083"
}

.fa-key {
    --fa: "\f084"
}

.fa-gears {
    --fa: "\f085"
}

.fa-cogs {
    --fa: "\f085"
}

.fa-comments {
    --fa: "\f086"
}

.fa-star-half {
    --fa: "\f089"
}

.fa-arrow-right-from-bracket {
    --fa: "\f08b"
}

.fa-sign-out {
    --fa: "\f08b"
}

.fa-thumbtack {
    --fa: "\f08d"
}

.fa-thumb-tack {
    --fa: "\f08d"
}

.fa-arrow-up-right-from-square {
    --fa: "\f08e"
}

.fa-external-link {
    --fa: "\f08e"
}

.fa-arrow-right-to-bracket {
    --fa: "\f090"
}

.fa-sign-in {
    --fa: "\f090"
}

.fa-trophy {
    --fa: "\f091"
}

.fa-upload {
    --fa: "\f093"
}

.fa-lemon {
    --fa: "\f094"
}

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

.fa-square-phone {
    --fa: "\f098"
}

.fa-phone-square {
    --fa: "\f098"
}

.fa-unlock {
    --fa: "\f09c"
}

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

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

.fa-rss {
    --fa: "\f09e"
}

.fa-feed {
    --fa: "\f09e"
}

.fa-hard-drive {
    --fa: "\f0a0"
}

.fa-hdd {
    --fa: "\f0a0"
}

.fa-bullhorn {
    --fa: "\f0a1"
}

.fa-certificate {
    --fa: "\f0a3"
}

.fa-hand-point-right {
    --fa: "\f0a4"
}

.fa-hand-point-left {
    --fa: "\f0a5"
}

.fa-hand-point-up {
    --fa: "\f0a6"
}

.fa-hand-point-down {
    --fa: "\f0a7"
}

.fa-circle-arrow-left {
    --fa: "\f0a8"
}

.fa-arrow-circle-left {
    --fa: "\f0a8"
}

.fa-circle-arrow-right {
    --fa: "\f0a9"
}

.fa-arrow-circle-right {
    --fa: "\f0a9"
}

.fa-circle-arrow-up {
    --fa: "\f0aa"
}

.fa-arrow-circle-up {
    --fa: "\f0aa"
}

.fa-circle-arrow-down {
    --fa: "\f0ab"
}

.fa-arrow-circle-down {
    --fa: "\f0ab"
}

.fa-globe {
    --fa: "\f0ac"
}

.fa-wrench {
    --fa: "\f0ad"
}

.fa-list-check {
    --fa: "\f0ae"
}

.fa-tasks {
    --fa: "\f0ae"
}

.fa-filter {
    --fa: "\f0b0"
}

.fa-briefcase {
    --fa: "\f0b1"
}

.fa-up-down-left-right {
    --fa: "\f0b2"
}

.fa-arrows-alt {
    --fa: "\f0b2"
}

.fa-users {
    --fa: "\f0c0"
}

.fa-link {
    --fa: "\f0c1"
}

.fa-chain {
    --fa: "\f0c1"
}

.fa-cloud {
    --fa: "\f0c2"
}

.fa-flask {
    --fa: "\f0c3"
}

.fa-scissors {
    --fa: "\f0c4"
}

.fa-cut {
    --fa: "\f0c4"
}

.fa-copy {
    --fa: "\f0c5"
}

.fa-paperclip {
    --fa: "\f0c6"
}

.fa-floppy-disk {
    --fa: "\f0c7"
}

.fa-save {
    --fa: "\f0c7"
}

.fa-square {
    --fa: "\f0c8"
}

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

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

.fa-list-ul {
    --fa: "\f0ca"
}

.fa-list-dots {
    --fa: "\f0ca"
}

.fa-list-ol {
    --fa: "\f0cb"
}

.fa-list-1-2 {
    --fa: "\f0cb"
}

.fa-list-numeric {
    --fa: "\f0cb"
}

.fa-strikethrough {
    --fa: "\f0cc"
}

.fa-underline {
    --fa: "\f0cd"
}

.fa-table {
    --fa: "\f0ce"
}

.fa-wand-magic {
    --fa: "\f0d0"
}

.fa-magic {
    --fa: "\f0d0"
}

.fa-truck {
    --fa: "\f0d1"
}

.fa-money-bill {
    --fa: "\f0d6"
}

.fa-caret-down {
    --fa: "\f0d7"
}

.fa-caret-up {
    --fa: "\f0d8"
}

.fa-caret-left {
    --fa: "\f0d9"
}

.fa-caret-right {
    --fa: "\f0da"
}

.fa-table-columns {
    --fa: "\f0db"
}

.fa-columns {
    --fa: "\f0db"
}

.fa-sort {
    --fa: "\f0dc"
}

.fa-unsorted {
    --fa: "\f0dc"
}

.fa-sort-down {
    --fa: "\f0dd"
}

.fa-sort-desc {
    --fa: "\f0dd"
}

.fa-sort-up {
    --fa: "\f0de"
}

.fa-sort-asc {
    --fa: "\f0de"
}

.fa-envelope {
    --fa: "\f0e0"
}

.fa-arrow-rotate-left {
    --fa: "\f0e2"
}

.fa-arrow-left-rotate {
    --fa: "\f0e2"
}

.fa-arrow-rotate-back {
    --fa: "\f0e2"
}

.fa-arrow-rotate-backward {
    --fa: "\f0e2"
}

.fa-undo {
    --fa: "\f0e2"
}

.fa-gavel {
    --fa: "\f0e3"
}

.fa-legal {
    --fa: "\f0e3"
}

.fa-bolt {
    --fa: "\f0e7"
}

.fa-zap {
    --fa: "\f0e7"
}

.fa-sitemap {
    --fa: "\f0e8"
}

.fa-umbrella {
    --fa: "\f0e9"
}

.fa-paste {
    --fa: "\f0ea"
}

.fa-file-clipboard {
    --fa: "\f0ea"
}

.fa-lightbulb {
    --fa: "\f0eb"
}

.fa-arrow-right-arrow-left {
    --fa: "\f0ec"
}

.fa-exchange {
    --fa: "\f0ec"
}

.fa-cloud-arrow-down {
    --fa: "\f0ed"
}

.fa-cloud-download {
    --fa: "\f0ed"
}

.fa-cloud-download-alt {
    --fa: "\f0ed"
}

.fa-cloud-arrow-up {
    --fa: "\f0ee"
}

.fa-cloud-upload {
    --fa: "\f0ee"
}

.fa-cloud-upload-alt {
    --fa: "\f0ee"
}

.fa-user-doctor {
    --fa: "\f0f0"
}

.fa-user-md {
    --fa: "\f0f0"
}

.fa-stethoscope {
    --fa: "\f0f1"
}

.fa-suitcase {
    --fa: "\f0f2"
}

.fa-bell {
    --fa: "\f0f3"
}

.fa-mug-saucer {
    --fa: "\f0f4"
}

.fa-coffee {
    --fa: "\f0f4"
}

.fa-hospital {
    --fa: "\f0f8"
}

.fa-hospital-alt {
    --fa: "\f0f8"
}

.fa-hospital-wide {
    --fa: "\f0f8"
}

.fa-truck-medical {
    --fa: "\f0f9"
}

.fa-ambulance {
    --fa: "\f0f9"
}

.fa-suitcase-medical {
    --fa: "\f0fa"
}

.fa-medkit {
    --fa: "\f0fa"
}

.fa-jet-fighter {
    --fa: "\f0fb"
}

.fa-fighter-jet {
    --fa: "\f0fb"
}

.fa-beer-mug-empty {
    --fa: "\f0fc"
}

.fa-beer {
    --fa: "\f0fc"
}

.fa-square-h {
    --fa: "\f0fd"
}

.fa-h-square {
    --fa: "\f0fd"
}

.fa-square-plus {
    --fa: "\f0fe"
}

.fa-plus-square {
    --fa: "\f0fe"
}

.fa-angles-left {
    --fa: "\f100"
}

.fa-angle-double-left {
    --fa: "\f100"
}

.fa-angles-right {
    --fa: "\f101"
}

.fa-angle-double-right {
    --fa: "\f101"
}

.fa-angles-up {
    --fa: "\f102"
}

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

.fa-angles-down {
    --fa: "\f103"
}

.fa-angle-double-down {
    --fa: "\f103"
}

.fa-angle-left {
    --fa: "\f104"
}

.fa-angle-right {
    --fa: "\f105"
}

.fa-angle-up {
    --fa: "\f106"
}

.fa-angle-down {
    --fa: "\f107"
}

.fa-laptop {
    --fa: "\f109"
}

.fa-tablet-button {
    --fa: "\f10a"
}

.fa-mobile-button {
    --fa: "\f10b"
}

.fa-quote-left {
    --fa: "\f10d"
}

.fa-quote-left-alt {
    --fa: "\f10d"
}

.fa-quote-right {
    --fa: "\f10e"
}

.fa-quote-right-alt {
    --fa: "\f10e"
}

.fa-spinner {
    --fa: "\f110"
}

.fa-circle {
    --fa: "\f111"
}

.fa-face-smile {
    --fa: "\f118"
}

.fa-smile {
    --fa: "\f118"
}

.fa-face-frown {
    --fa: "\f119"
}

.fa-frown {
    --fa: "\f119"
}

.fa-face-meh {
    --fa: "\f11a"
}

.fa-meh {
    --fa: "\f11a"
}

.fa-gamepad {
    --fa: "\f11b"
}

.fa-keyboard {
    --fa: "\f11c"
}

.fa-flag-checkered {
    --fa: "\f11e"
}

.fa-terminal {
    --fa: "\f120"
}

.fa-code {
    --fa: "\f121"
}

.fa-reply-all {
    --fa: "\f122"
}

.fa-mail-reply-all {
    --fa: "\f122"
}

.fa-location-arrow {
    --fa: "\f124"
}

.fa-crop {
    --fa: "\f125"
}

.fa-code-branch {
    --fa: "\f126"
}

.fa-link-slash {
    --fa: "\f127"
}

.fa-chain-broken {
    --fa: "\f127"
}

.fa-chain-slash {
    --fa: "\f127"
}

.fa-unlink {
    --fa: "\f127"
}

.fa-info {
    --fa: "\f129"
}

.fa-superscript {
    --fa: "\f12b"
}

.fa-subscript {
    --fa: "\f12c"
}

.fa-eraser {
    --fa: "\f12d"
}

.fa-puzzle-piece {
    --fa: "\f12e"
}

.fa-microphone {
    --fa: "\f130"
}

.fa-microphone-slash {
    --fa: "\f131"
}

.fa-shield {
    --fa: "\f132"
}

.fa-shield-blank {
    --fa: "\f132"
}

.fa-calendar {
    --fa: "\f133"
}

.fa-fire-extinguisher {
    --fa: "\f134"
}

.fa-rocket {
    --fa: "\f135"
}

.fa-circle-chevron-left {
    --fa: "\f137"
}

.fa-chevron-circle-left {
    --fa: "\f137"
}

.fa-circle-chevron-right {
    --fa: "\f138"
}

.fa-chevron-circle-right {
    --fa: "\f138"
}

.fa-circle-chevron-up {
    --fa: "\f139"
}

.fa-chevron-circle-up {
    --fa: "\f139"
}

.fa-circle-chevron-down {
    --fa: "\f13a"
}

.fa-chevron-circle-down {
    --fa: "\f13a"
}

.fa-anchor {
    --fa: "\f13d"
}

.fa-unlock-keyhole {
    --fa: "\f13e"
}

.fa-unlock-alt {
    --fa: "\f13e"
}

.fa-bullseye {
    --fa: "\f140"
}

.fa-ellipsis {
    --fa: "\f141"
}

.fa-ellipsis-h {
    --fa: "\f141"
}

.fa-ellipsis-vertical {
    --fa: "\f142"
}

.fa-ellipsis-v {
    --fa: "\f142"
}

.fa-square-rss {
    --fa: "\f143"
}

.fa-rss-square {
    --fa: "\f143"
}

.fa-circle-play {
    --fa: "\f144"
}

.fa-play-circle {
    --fa: "\f144"
}

.fa-ticket {
    --fa: "\f145"
}

.fa-square-minus {
    --fa: "\f146"
}

.fa-minus-square {
    --fa: "\f146"
}

.fa-arrow-turn-up {
    --fa: "\f148"
}

.fa-level-up {
    --fa: "\f148"
}

.fa-arrow-turn-down {
    --fa: "\f149"
}

.fa-level-down {
    --fa: "\f149"
}

.fa-square-check {
    --fa: "\f14a"
}

.fa-check-square {
    --fa: "\f14a"
}

.fa-square-pen {
    --fa: "\f14b"
}

.fa-pen-square {
    --fa: "\f14b"
}

.fa-pencil-square {
    --fa: "\f14b"
}

.fa-square-arrow-up-right {
    --fa: "\f14c"
}

.fa-external-link-square {
    --fa: "\f14c"
}

.fa-share-from-square {
    --fa: "\f14d"
}

.fa-share-square {
    --fa: "\f14d"
}

.fa-compass {
    --fa: "\f14e"
}

.fa-square-caret-down {
    --fa: "\f150"
}

.fa-caret-square-down {
    --fa: "\f150"
}

.fa-square-caret-up {
    --fa: "\f151"
}

.fa-caret-square-up {
    --fa: "\f151"
}

.fa-square-caret-right {
    --fa: "\f152"
}

.fa-caret-square-right {
    --fa: "\f152"
}

.fa-euro-sign {
    --fa: "\f153"
}

.fa-eur {
    --fa: "\f153"
}

.fa-euro {
    --fa: "\f153"
}

.fa-sterling-sign {
    --fa: "\f154"
}

.fa-gbp {
    --fa: "\f154"
}

.fa-pound-sign {
    --fa: "\f154"
}

.fa-rupee-sign {
    --fa: "\f156"
}

.fa-rupee {
    --fa: "\f156"
}

.fa-yen-sign {
    --fa: "\f157"
}

.fa-cny {
    --fa: "\f157"
}

.fa-jpy {
    --fa: "\f157"
}

.fa-rmb {
    --fa: "\f157"
}

.fa-yen {
    --fa: "\f157"
}

.fa-ruble-sign {
    --fa: "\f158"
}

.fa-rouble {
    --fa: "\f158"
}

.fa-rub {
    --fa: "\f158"
}

.fa-ruble {
    --fa: "\f158"
}

.fa-won-sign {
    --fa: "\f159"
}

.fa-krw {
    --fa: "\f159"
}

.fa-won {
    --fa: "\f159"
}

.fa-file {
    --fa: "\f15b"
}

.fa-file-lines {
    --fa: "\f15c"
}

.fa-file-alt {
    --fa: "\f15c"
}

.fa-file-text {
    --fa: "\f15c"
}

.fa-arrow-down-a-z {
    --fa: "\f15d"
}

.fa-sort-alpha-asc {
    --fa: "\f15d"
}

.fa-sort-alpha-down {
    --fa: "\f15d"
}

.fa-arrow-up-a-z {
    --fa: "\f15e"
}

.fa-sort-alpha-up {
    --fa: "\f15e"
}

.fa-arrow-down-wide-short {
    --fa: "\f160"
}

.fa-sort-amount-asc {
    --fa: "\f160"
}

.fa-sort-amount-down {
    --fa: "\f160"
}

.fa-arrow-up-wide-short {
    --fa: "\f161"
}

.fa-sort-amount-up {
    --fa: "\f161"
}

.fa-arrow-down-1-9 {
    --fa: "\f162"
}

.fa-sort-numeric-asc {
    --fa: "\f162"
}

.fa-sort-numeric-down {
    --fa: "\f162"
}

.fa-arrow-up-1-9 {
    --fa: "\f163"
}

.fa-sort-numeric-up {
    --fa: "\f163"
}

.fa-thumbs-up {
    --fa: "\f164"
}

.fa-thumbs-down {
    --fa: "\f165"
}

.fa-arrow-down-long {
    --fa: "\f175"
}

.fa-long-arrow-down {
    --fa: "\f175"
}

.fa-arrow-up-long {
    --fa: "\f176"
}

.fa-long-arrow-up {
    --fa: "\f176"
}

.fa-arrow-left-long {
    --fa: "\f177"
}

.fa-long-arrow-left {
    --fa: "\f177"
}

.fa-arrow-right-long {
    --fa: "\f178"
}

.fa-long-arrow-right {
    --fa: "\f178"
}

.fa-person-dress {
    --fa: "\f182"
}

.fa-female {
    --fa: "\f182"
}

.fa-person {
    --fa: "\f183"
}

.fa-male {
    --fa: "\f183"
}

.fa-sun {
    --fa: "\f185"
}

.fa-moon {
    --fa: "\f186"
}

.fa-box-archive {
    --fa: "\f187"
}

.fa-archive {
    --fa: "\f187"
}

.fa-bug {
    --fa: "\f188"
}

.fa-square-caret-left {
    --fa: "\f191"
}

.fa-caret-square-left {
    --fa: "\f191"
}

.fa-circle-dot {
    --fa: "\f192"
}

.fa-dot-circle {
    --fa: "\f192"
}

.fa-wheelchair {
    --fa: "\f193"
}

.fa-lira-sign {
    --fa: "\f195"
}

.fa-shuttle-space {
    --fa: "\f197"
}

.fa-space-shuttle {
    --fa: "\f197"
}

.fa-square-envelope {
    --fa: "\f199"
}

.fa-envelope-square {
    --fa: "\f199"
}

.fa-building-columns {
    --fa: "\f19c"
}

.fa-bank {
    --fa: "\f19c"
}

.fa-institution {
    --fa: "\f19c"
}

.fa-museum {
    --fa: "\f19c"
}

.fa-university {
    --fa: "\f19c"
}

.fa-graduation-cap {
    --fa: "\f19d"
}

.fa-mortar-board {
    --fa: "\f19d"
}

.fa-language {
    --fa: "\f1ab"
}

.fa-fax {
    --fa: "\f1ac"
}

.fa-building {
    --fa: "\f1ad"
}

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

.fa-paw {
    --fa: "\f1b0"
}

.fa-cube {
    --fa: "\f1b2"
}

.fa-cubes {
    --fa: "\f1b3"
}

.fa-recycle {
    --fa: "\f1b8"
}

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

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

.fa-taxi {
    --fa: "\f1ba"
}

.fa-cab {
    --fa: "\f1ba"
}

.fa-tree {
    --fa: "\f1bb"
}

.fa-database {
    --fa: "\f1c0"
}

.fa-file-pdf {
    --fa: "\f1c1"
}

.fa-file-word {
    --fa: "\f1c2"
}

.fa-file-excel {
    --fa: "\f1c3"
}

.fa-file-powerpoint {
    --fa: "\f1c4"
}

.fa-file-image {
    --fa: "\f1c5"
}

.fa-file-zipper {
    --fa: "\f1c6"
}

.fa-file-archive {
    --fa: "\f1c6"
}

.fa-file-audio {
    --fa: "\f1c7"
}

.fa-file-video {
    --fa: "\f1c8"
}

.fa-file-code {
    --fa: "\f1c9"
}

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

.fa-circle-notch {
    --fa: "\f1ce"
}

.fa-paper-plane {
    --fa: "\f1d8"
}

.fa-clock-rotate-left {
    --fa: "\f1da"
}

.fa-history {
    --fa: "\f1da"
}

.fa-heading {
    --fa: "\f1dc"
}

.fa-header {
    --fa: "\f1dc"
}

.fa-paragraph {
    --fa: "\f1dd"
}

.fa-sliders {
    --fa: "\f1de"
}

.fa-sliders-h {
    --fa: "\f1de"
}

.fa-share-nodes {
    --fa: "\f1e0"
}

.fa-share-alt {
    --fa: "\f1e0"
}

.fa-square-share-nodes {
    --fa: "\f1e1"
}

.fa-share-alt-square {
    --fa: "\f1e1"
}

.fa-bomb {
    --fa: "\f1e2"
}

.fa-futbol {
    --fa: "\f1e3"
}

.fa-futbol-ball {
    --fa: "\f1e3"
}

.fa-soccer-ball {
    --fa: "\f1e3"
}

.fa-tty {
    --fa: "\f1e4"
}

.fa-teletype {
    --fa: "\f1e4"
}

.fa-binoculars {
    --fa: "\f1e5"
}

.fa-plug {
    --fa: "\f1e6"
}

.fa-newspaper {
    --fa: "\f1ea"
}

.fa-wifi {
    --fa: "\f1eb"
}

.fa-wifi-3 {
    --fa: "\f1eb"
}

.fa-wifi-strong {
    --fa: "\f1eb"
}

.fa-calculator {
    --fa: "\f1ec"
}

.fa-bell-slash {
    --fa: "\f1f6"
}

.fa-trash {
    --fa: "\f1f8"
}

.fa-copyright {
    --fa: "\f1f9"
}

.fa-eye-dropper {
    --fa: "\f1fb"
}

.fa-eye-dropper-empty {
    --fa: "\f1fb"
}

.fa-eyedropper {
    --fa: "\f1fb"
}

.fa-paintbrush {
    --fa: "\f1fc"
}

.fa-paint-brush {
    --fa: "\f1fc"
}

.fa-cake-candles {
    --fa: "\f1fd"
}

.fa-birthday-cake {
    --fa: "\f1fd"
}

.fa-cake {
    --fa: "\f1fd"
}

.fa-chart-area {
    --fa: "\f1fe"
}

.fa-area-chart {
    --fa: "\f1fe"
}

.fa-chart-pie {
    --fa: "\f200"
}

.fa-pie-chart {
    --fa: "\f200"
}

.fa-chart-line {
    --fa: "\f201"
}

.fa-line-chart {
    --fa: "\f201"
}

.fa-toggle-off {
    --fa: "\f204"
}

.fa-toggle-on {
    --fa: "\f205"
}

.fa-bicycle {
    --fa: "\f206"
}

.fa-bus {
    --fa: "\f207"
}

.fa-closed-captioning {
    --fa: "\f20a"
}

.fa-shekel-sign {
    --fa: "\f20b"
}

.fa-ils {
    --fa: "\f20b"
}

.fa-shekel {
    --fa: "\f20b"
}

.fa-sheqel {
    --fa: "\f20b"
}

.fa-sheqel-sign {
    --fa: "\f20b"
}

.fa-cart-plus {
    --fa: "\f217"
}

.fa-cart-arrow-down {
    --fa: "\f218"
}

.fa-diamond {
    --fa: "\f219"
}

.fa-ship {
    --fa: "\f21a"
}

.fa-user-secret {
    --fa: "\f21b"
}

.fa-motorcycle {
    --fa: "\f21c"
}

.fa-street-view {
    --fa: "\f21d"
}

.fa-heart-pulse {
    --fa: "\f21e"
}

.fa-heartbeat {
    --fa: "\f21e"
}

.fa-venus {
    --fa: "\f221"
}

.fa-mars {
    --fa: "\f222"
}

.fa-mercury {
    --fa: "\f223"
}

.fa-mars-and-venus {
    --fa: "\f224"
}

.fa-transgender {
    --fa: "\f225"
}

.fa-transgender-alt {
    --fa: "\f225"
}

.fa-venus-double {
    --fa: "\f226"
}

.fa-mars-double {
    --fa: "\f227"
}

.fa-venus-mars {
    --fa: "\f228"
}

.fa-mars-stroke {
    --fa: "\f229"
}

.fa-mars-stroke-up {
    --fa: "\f22a"
}

.fa-mars-stroke-v {
    --fa: "\f22a"
}

.fa-mars-stroke-right {
    --fa: "\f22b"
}

.fa-mars-stroke-h {
    --fa: "\f22b"
}

.fa-neuter {
    --fa: "\f22c"
}

.fa-genderless {
    --fa: "\f22d"
}

.fa-server {
    --fa: "\f233"
}

.fa-user-plus {
    --fa: "\f234"
}

.fa-user-xmark {
    --fa: "\f235"
}

.fa-user-times {
    --fa: "\f235"
}

.fa-bed {
    --fa: "\f236"
}

.fa-train {
    --fa: "\f238"
}

.fa-train-subway {
    --fa: "\f239"
}

.fa-subway {
    --fa: "\f239"
}

.fa-battery-full {
    --fa: "\f240"
}

.fa-battery {
    --fa: "\f240"
}

.fa-battery-5 {
    --fa: "\f240"
}

.fa-battery-three-quarters {
    --fa: "\f241"
}

.fa-battery-4 {
    --fa: "\f241"
}

.fa-battery-half {
    --fa: "\f242"
}

.fa-battery-3 {
    --fa: "\f242"
}

.fa-battery-quarter {
    --fa: "\f243"
}

.fa-battery-2 {
    --fa: "\f243"
}

.fa-battery-empty {
    --fa: "\f244"
}

.fa-battery-0 {
    --fa: "\f244"
}

.fa-arrow-pointer {
    --fa: "\f245"
}

.fa-mouse-pointer {
    --fa: "\f245"
}

.fa-i-cursor {
    --fa: "\f246"
}

.fa-object-group {
    --fa: "\f247"
}

.fa-object-ungroup {
    --fa: "\f248"
}

.fa-note-sticky {
    --fa: "\f249"
}

.fa-sticky-note {
    --fa: "\f249"
}

.fa-clone {
    --fa: "\f24d"
}

.fa-scale-balanced {
    --fa: "\f24e"
}

.fa-balance-scale {
    --fa: "\f24e"
}

.fa-hourglass-start {
    --fa: "\f251"
}

.fa-hourglass-1 {
    --fa: "\f251"
}

.fa-hourglass-half {
    --fa: "\f252"
}

.fa-hourglass-2 {
    --fa: "\f252"
}

.fa-hourglass-end {
    --fa: "\f253"
}

.fa-hourglass-3 {
    --fa: "\f253"
}

.fa-hourglass {
    --fa: "\f254"
}

.fa-hourglass-empty {
    --fa: "\f254"
}

.fa-hand-back-fist {
    --fa: "\f255"
}

.fa-hand-rock {
    --fa: "\f255"
}

.fa-hand {
    --fa: "\f256"
}

.fa-hand-paper {
    --fa: "\f256"
}

.fa-hand-scissors {
    --fa: "\f257"
}

.fa-hand-lizard {
    --fa: "\f258"
}

.fa-hand-spock {
    --fa: "\f259"
}

.fa-hand-pointer {
    --fa: "\f25a"
}

.fa-hand-peace {
    --fa: "\f25b"
}

.fa-trademark {
    --fa: "\f25c"
}

.fa-registered {
    --fa: "\f25d"
}

.fa-tv {
    --fa: "\f26c"
}

.fa-television {
    --fa: "\f26c"
}

.fa-tv-alt {
    --fa: "\f26c"
}

.fa-calendar-plus {
    --fa: "\f271"
}

.fa-calendar-minus {
    --fa: "\f272"
}

.fa-calendar-xmark {
    --fa: "\f273"
}

.fa-calendar-times {
    --fa: "\f273"
}

.fa-calendar-check {
    --fa: "\f274"
}

.fa-industry {
    --fa: "\f275"
}

.fa-map-pin {
    --fa: "\f276"
}

.fa-signs-post {
    --fa: "\f277"
}

.fa-map-signs {
    --fa: "\f277"
}

.fa-map {
    --fa: "\f279"
}

.fa-message {
    --fa: "\f27a"
}

.fa-comment-alt {
    --fa: "\f27a"
}

.fa-circle-pause {
    --fa: "\f28b"
}

.fa-pause-circle {
    --fa: "\f28b"
}

.fa-circle-stop {
    --fa: "\f28d"
}

.fa-stop-circle {
    --fa: "\f28d"
}

.fa-bag-shopping {
    --fa: "\f290"
}

.fa-shopping-bag {
    --fa: "\f290"
}

.fa-basket-shopping {
    --fa: "\f291"
}

.fa-shopping-basket {
    --fa: "\f291"
}

.fa-bluetooth {
    --fa: "\f293"
}

.fa-universal-access {
    --fa: "\f29a"
}

.fa-person-walking-with-cane {
    --fa: "\f29d"
}

.fa-blind {
    --fa: "\f29d"
}

.fa-audio-description {
    --fa: "\f29e"
}

.fa-phone-volume {
    --fa: "\f2a0"
}

.fa-volume-control-phone {
    --fa: "\f2a0"
}

.fa-braille {
    --fa: "\f2a1"
}

.fa-ear-listen {
    --fa: "\f2a2"
}

.fa-assistive-listening-systems {
    --fa: "\f2a2"
}

.fa-hands-asl-interpreting {
    --fa: "\f2a3"
}

.fa-american-sign-language-interpreting {
    --fa: "\f2a3"
}

.fa-asl-interpreting {
    --fa: "\f2a3"
}

.fa-hands-american-sign-language-interpreting {
    --fa: "\f2a3"
}

.fa-ear-deaf {
    --fa: "\f2a4"
}

.fa-deaf {
    --fa: "\f2a4"
}

.fa-deafness {
    --fa: "\f2a4"
}

.fa-hard-of-hearing {
    --fa: "\f2a4"
}

.fa-hands {
    --fa: "\f2a7"
}

.fa-sign-language {
    --fa: "\f2a7"
}

.fa-signing {
    --fa: "\f2a7"
}

.fa-eye-low-vision {
    --fa: "\f2a8"
}

.fa-low-vision {
    --fa: "\f2a8"
}

.fa-font-awesome {
    --fa: "\f2b4"
}

.fa-font-awesome-flag {
    --fa: "\f2b4"
}

.fa-font-awesome-logo-full {
    --fa: "\f2b4"
}

.fa-handshake {
    --fa: "\f2b5"
}

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

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

.fa-envelope-open {
    --fa: "\f2b6"
}

.fa-address-book {
    --fa: "\f2b9"
}

.fa-contact-book {
    --fa: "\f2b9"
}

.fa-address-card {
    --fa: "\f2bb"
}

.fa-contact-card {
    --fa: "\f2bb"
}

.fa-vcard {
    --fa: "\f2bb"
}

.fa-circle-user {
    --fa: "\f2bd"
}

.fa-user-circle {
    --fa: "\f2bd"
}

.fa-id-badge {
    --fa: "\f2c1"
}

.fa-id-card {
    --fa: "\f2c2"
}

.fa-drivers-license {
    --fa: "\f2c2"
}

.fa-temperature-full {
    --fa: "\f2c7"
}

.fa-temperature-4 {
    --fa: "\f2c7"
}

.fa-thermometer-4 {
    --fa: "\f2c7"
}

.fa-thermometer-full {
    --fa: "\f2c7"
}

.fa-temperature-three-quarters {
    --fa: "\f2c8"
}

.fa-temperature-3 {
    --fa: "\f2c8"
}

.fa-thermometer-3 {
    --fa: "\f2c8"
}

.fa-thermometer-three-quarters {
    --fa: "\f2c8"
}

.fa-temperature-half {
    --fa: "\f2c9"
}

.fa-temperature-2 {
    --fa: "\f2c9"
}

.fa-thermometer-2 {
    --fa: "\f2c9"
}

.fa-thermometer-half {
    --fa: "\f2c9"
}

.fa-temperature-quarter {
    --fa: "\f2ca"
}

.fa-temperature-1 {
    --fa: "\f2ca"
}

.fa-thermometer-1 {
    --fa: "\f2ca"
}

.fa-thermometer-quarter {
    --fa: "\f2ca"
}

.fa-temperature-empty {
    --fa: "\f2cb"
}

.fa-temperature-0 {
    --fa: "\f2cb"
}

.fa-thermometer-0 {
    --fa: "\f2cb"
}

.fa-thermometer-empty {
    --fa: "\f2cb"
}

.fa-shower {
    --fa: "\f2cc"
}

.fa-bath {
    --fa: "\f2cd"
}

.fa-bathtub {
    --fa: "\f2cd"
}

.fa-podcast {
    --fa: "\f2ce"
}

.fa-window-maximize {
    --fa: "\f2d0"
}

.fa-window-minimize {
    --fa: "\f2d1"
}

.fa-window-restore {
    --fa: "\f2d2"
}

.fa-square-xmark {
    --fa: "\f2d3"
}

.fa-times-square {
    --fa: "\f2d3"
}

.fa-xmark-square {
    --fa: "\f2d3"
}

.fa-microchip {
    --fa: "\f2db"
}

.fa-snowflake {
    --fa: "\f2dc"
}

.fa-watch {
    --fa: "\f2e1"
}

.fa-volume-slash {
    --fa: "\f2e2"
}

.fa-fork {
    --fa: "\f2e3"
}

.fa-utensil-fork {
    --fa: "\f2e3"
}

.fa-knife {
    --fa: "\f2e4"
}

.fa-utensil-knife {
    --fa: "\f2e4"
}

.fa-spoon {
    --fa: "\f2e5"
}

.fa-utensil-spoon {
    --fa: "\f2e5"
}

.fa-fork-knife {
    --fa: "\f2e6"
}

.fa-utensils-alt {
    --fa: "\f2e6"
}

.fa-utensils {
    --fa: "\f2e7"
}

.fa-cutlery {
    --fa: "\f2e7"
}

.fa-circle-dollar {
    --fa: "\f2e8"
}

.fa-dollar-circle {
    --fa: "\f2e8"
}

.fa-usd-circle {
    --fa: "\f2e8"
}

.fa-square-dollar {
    --fa: "\f2e9"
}

.fa-dollar-square {
    --fa: "\f2e9"
}

.fa-usd-square {
    --fa: "\f2e9"
}

.fa-rotate-left {
    --fa: "\f2ea"
}

.fa-rotate-back {
    --fa: "\f2ea"
}

.fa-rotate-backward {
    --fa: "\f2ea"
}

.fa-undo-alt {
    --fa: "\f2ea"
}

.fa-trophy-star {
    --fa: "\f2eb"
}

.fa-trophy-alt {
    --fa: "\f2eb"
}

.fa-triangle {
    --fa: "\f2ec"
}

.fa-trash-can {
    --fa: "\f2ed"
}

.fa-trash-alt {
    --fa: "\f2ed"
}

.fa-hexagon-xmark {
    --fa: "\f2ee"
}

.fa-times-hexagon {
    --fa: "\f2ee"
}

.fa-xmark-hexagon {
    --fa: "\f2ee"
}

.fa-octagon-xmark {
    --fa: "\f2f0"
}

.fa-times-octagon {
    --fa: "\f2f0"
}

.fa-xmark-octagon {
    --fa: "\f2f0"
}

.fa-rotate {
    --fa: "\f2f1"
}

.fa-sync-alt {
    --fa: "\f2f1"
}

.fa-stopwatch {
    --fa: "\f2f2"
}

.fa-star-exclamation {
    --fa: "\f2f3"
}

.fa-spade {
    --fa: "\f2f4"
}

.fa-right-from-bracket {
    --fa: "\f2f5"
}

.fa-sign-out-alt {
    --fa: "\f2f5"
}

.fa-right-to-bracket {
    --fa: "\f2f6"
}

.fa-sign-in-alt {
    --fa: "\f2f6"
}

.fa-shield-check {
    --fa: "\f2f7"
}

.fa-scrubber {
    --fa: "\f2f8"
}

.fa-rotate-right {
    --fa: "\f2f9"
}

.fa-redo-alt {
    --fa: "\f2f9"
}

.fa-rotate-forward {
    --fa: "\f2f9"
}

.fa-rectangle {
    --fa: "\f2fa"
}

.fa-rectangle-landscape {
    --fa: "\f2fa"
}

.fa-rectangle-vertical {
    --fa: "\f2fb"
}

.fa-rectangle-portrait {
    --fa: "\f2fb"
}

.fa-rectangle-wide {
    --fa: "\f2fc"
}

.fa-square-question {
    --fa: "\f2fd"
}

.fa-question-square {
    --fa: "\f2fd"
}

.fa-poo {
    --fa: "\f2fe"
}

.fa-hexagon-plus {
    --fa: "\f300"
}

.fa-plus-hexagon {
    --fa: "\f300"
}

.fa-octagon-plus {
    --fa: "\f301"
}

.fa-plus-octagon {
    --fa: "\f301"
}

.fa-images {
    --fa: "\f302"
}

.fa-pencil {
    --fa: "\f303"
}

.fa-pencil-alt {
    --fa: "\f303"
}

.fa-pen {
    --fa: "\f304"
}

.fa-pen-clip {
    --fa: "\f305"
}

.fa-pen-alt {
    --fa: "\f305"
}

.fa-octagon {
    --fa: "\f306"
}

.fa-hexagon-minus {
    --fa: "\f307"
}

.fa-minus-hexagon {
    --fa: "\f307"
}

.fa-octagon-minus {
    --fa: "\f308"
}

.fa-minus-octagon {
    --fa: "\f308"
}

.fa-down-long {
    --fa: "\f309"
}

.fa-long-arrow-alt-down {
    --fa: "\f309"
}

.fa-left-long {
    --fa: "\f30a"
}

.fa-long-arrow-alt-left {
    --fa: "\f30a"
}

.fa-right-long {
    --fa: "\f30b"
}

.fa-long-arrow-alt-right {
    --fa: "\f30b"
}

.fa-up-long {
    --fa: "\f30c"
}

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

.fa-lock-keyhole {
    --fa: "\f30d"
}

.fa-lock-alt {
    --fa: "\f30d"
}

.fa-jack-o-lantern {
    --fa: "\f30e"
}

.fa-square-info {
    --fa: "\f30f"
}

.fa-info-square {
    --fa: "\f30f"
}

.fa-inbox-in {
    --fa: "\f310"
}

.fa-inbox-arrow-down {
    --fa: "\f310"
}

.fa-inbox-out {
    --fa: "\f311"
}

.fa-inbox-arrow-up {
    --fa: "\f311"
}

.fa-hexagon {
    --fa: "\f312"
}

.fa-h1 {
    --fa: "\f313"
}

.fa-h2 {
    --fa: "\f314"
}

.fa-h3 {
    --fa: "\f315"
}

.fa-file-check {
    --fa: "\f316"
}

.fa-file-xmark {
    --fa: "\f317"
}

.fa-file-times {
    --fa: "\f317"
}

.fa-file-minus {
    --fa: "\f318"
}

.fa-file-plus {
    --fa: "\f319"
}

.fa-file-exclamation {
    --fa: "\f31a"
}

.fa-file-pen {
    --fa: "\f31c"
}

.fa-file-edit {
    --fa: "\f31c"
}

.fa-arrows-maximize {
    --fa: "\f31d"
}

.fa-expand-arrows {
    --fa: "\f31d"
}

.fa-maximize {
    --fa: "\f31e"
}

.fa-expand-arrows-alt {
    --fa: "\f31e"
}

.fa-expand-wide {
    --fa: "\f320"
}

.fa-square-exclamation {
    --fa: "\f321"
}

.fa-exclamation-square {
    --fa: "\f321"
}

.fa-chevrons-down {
    --fa: "\f322"
}

.fa-chevron-double-down {
    --fa: "\f322"
}

.fa-chevrons-left {
    --fa: "\f323"
}

.fa-chevron-double-left {
    --fa: "\f323"
}

.fa-chevrons-right {
    --fa: "\f324"
}

.fa-chevron-double-right {
    --fa: "\f324"
}

.fa-chevrons-up {
    --fa: "\f325"
}

.fa-chevron-double-up {
    --fa: "\f325"
}

.fa-compress-wide {
    --fa: "\f326"
}

.fa-club {
    --fa: "\f327"
}

.fa-clipboard {
    --fa: "\f328"
}

.fa-square-chevron-down {
    --fa: "\f329"
}

.fa-chevron-square-down {
    --fa: "\f329"
}

.fa-square-chevron-left {
    --fa: "\f32a"
}

.fa-chevron-square-left {
    --fa: "\f32a"
}

.fa-square-chevron-right {
    --fa: "\f32b"
}

.fa-chevron-square-right {
    --fa: "\f32b"
}

.fa-square-chevron-up {
    --fa: "\f32c"
}

.fa-chevron-square-up {
    --fa: "\f32c"
}

.fa-circle-caret-down {
    --fa: "\f32d"
}

.fa-caret-circle-down {
    --fa: "\f32d"
}

.fa-circle-caret-left {
    --fa: "\f32e"
}

.fa-caret-circle-left {
    --fa: "\f32e"
}

.fa-circle-caret-right {
    --fa: "\f330"
}

.fa-caret-circle-right {
    --fa: "\f330"
}

.fa-circle-caret-up {
    --fa: "\f331"
}

.fa-caret-circle-up {
    --fa: "\f331"
}

.fa-calendar-pen {
    --fa: "\f333"
}

.fa-calendar-edit {
    --fa: "\f333"
}

.fa-calendar-exclamation {
    --fa: "\f334"
}

.fa-badge {
    --fa: "\f335"
}

.fa-badge-check {
    --fa: "\f336"
}

.fa-left-right {
    --fa: "\f337"
}

.fa-arrows-alt-h {
    --fa: "\f337"
}

.fa-up-down {
    --fa: "\f338"
}

.fa-arrows-alt-v {
    --fa: "\f338"
}

.fa-square-arrow-down {
    --fa: "\f339"
}

.fa-arrow-square-down {
    --fa: "\f339"
}

.fa-square-arrow-left {
    --fa: "\f33a"
}

.fa-arrow-square-left {
    --fa: "\f33a"
}

.fa-square-arrow-right {
    --fa: "\f33b"
}

.fa-arrow-square-right {
    --fa: "\f33b"
}

.fa-square-arrow-up {
    --fa: "\f33c"
}

.fa-arrow-square-up {
    --fa: "\f33c"
}

.fa-arrow-down-to-line {
    --fa: "\f33d"
}

.fa-arrow-to-bottom {
    --fa: "\f33d"
}

.fa-arrow-left-to-line {
    --fa: "\f33e"
}

.fa-arrow-to-left {
    --fa: "\f33e"
}

.fa-arrow-right-to-line {
    --fa: "\f340"
}

.fa-arrow-to-right {
    --fa: "\f340"
}

.fa-arrow-up-to-line {
    --fa: "\f341"
}

.fa-arrow-to-top {
    --fa: "\f341"
}

.fa-arrow-up-from-line {
    --fa: "\f342"
}

.fa-arrow-from-bottom {
    --fa: "\f342"
}

.fa-arrow-right-from-line {
    --fa: "\f343"
}

.fa-arrow-from-left {
    --fa: "\f343"
}

.fa-arrow-left-from-line {
    --fa: "\f344"
}

.fa-arrow-from-right {
    --fa: "\f344"
}

.fa-arrow-down-from-line {
    --fa: "\f345"
}

.fa-arrow-from-top {
    --fa: "\f345"
}

.fa-up-from-line {
    --fa: "\f346"
}

.fa-arrow-alt-from-bottom {
    --fa: "\f346"
}

.fa-right-from-line {
    --fa: "\f347"
}

.fa-arrow-alt-from-left {
    --fa: "\f347"
}

.fa-left-from-line {
    --fa: "\f348"
}

.fa-arrow-alt-from-right {
    --fa: "\f348"
}

.fa-down-from-line {
    --fa: "\f349"
}

.fa-arrow-alt-from-top {
    --fa: "\f349"
}

.fa-down-to-line {
    --fa: "\f34a"
}

.fa-arrow-alt-to-bottom {
    --fa: "\f34a"
}

.fa-left-to-line {
    --fa: "\f34b"
}

.fa-arrow-alt-to-left {
    --fa: "\f34b"
}

.fa-right-to-line {
    --fa: "\f34c"
}

.fa-arrow-alt-to-right {
    --fa: "\f34c"
}

.fa-up-to-line {
    --fa: "\f34d"
}

.fa-arrow-alt-to-top {
    --fa: "\f34d"
}

.fa-alarm-clock {
    --fa: "\f34e"
}

.fa-square-down {
    --fa: "\f350"
}

.fa-arrow-alt-square-down {
    --fa: "\f350"
}

.fa-square-left {
    --fa: "\f351"
}

.fa-arrow-alt-square-left {
    --fa: "\f351"
}

.fa-square-right {
    --fa: "\f352"
}

.fa-arrow-alt-square-right {
    --fa: "\f352"
}

.fa-square-up {
    --fa: "\f353"
}

.fa-arrow-alt-square-up {
    --fa: "\f353"
}

.fa-down {
    --fa: "\f354"
}

.fa-arrow-alt-down {
    --fa: "\f354"
}

.fa-left {
    --fa: "\f355"
}

.fa-arrow-alt-left {
    --fa: "\f355"
}

.fa-right {
    --fa: "\f356"
}

.fa-arrow-alt-right {
    --fa: "\f356"
}

.fa-up {
    --fa: "\f357"
}

.fa-arrow-alt-up {
    --fa: "\f357"
}

.fa-circle-down {
    --fa: "\f358"
}

.fa-arrow-alt-circle-down {
    --fa: "\f358"
}

.fa-circle-left {
    --fa: "\f359"
}

.fa-arrow-alt-circle-left {
    --fa: "\f359"
}

.fa-circle-right {
    --fa: "\f35a"
}

.fa-arrow-alt-circle-right {
    --fa: "\f35a"
}

.fa-circle-up {
    --fa: "\f35b"
}

.fa-arrow-alt-circle-up {
    --fa: "\f35b"
}

.fa-up-right-from-square {
    --fa: "\f35d"
}

.fa-external-link-alt {
    --fa: "\f35d"
}

.fa-square-up-right {
    --fa: "\f360"
}

.fa-external-link-square-alt {
    --fa: "\f360"
}

.fa-arrows-retweet {
    --fa: "\f361"
}

.fa-retweet-alt {
    --fa: "\f361"
}

.fa-right-left {
    --fa: "\f362"
}

.fa-exchange-alt {
    --fa: "\f362"
}

.fa-repeat {
    --fa: "\f363"
}

.fa-arrows-repeat {
    --fa: "\f364"
}

.fa-repeat-alt {
    --fa: "\f364"
}

.fa-repeat-1 {
    --fa: "\f365"
}

.fa-arrows-repeat-1 {
    --fa: "\f366"
}

.fa-repeat-1-alt {
    --fa: "\f366"
}

.fa-share-all {
    --fa: "\f367"
}

.fa-battery-bolt {
    --fa: "\f376"
}

.fa-battery-slash {
    --fa: "\f377"
}

.fa-browser {
    --fa: "\f37e"
}

.fa-code-commit {
    --fa: "\f386"
}

.fa-code-merge {
    --fa: "\f387"
}

.fa-credit-card-blank {
    --fa: "\f389"
}

.fa-credit-card-front {
    --fa: "\f38a"
}

.fa-desktop {
    --fa: "\f390"
}

.fa-desktop-alt {
    --fa: "\f390"
}

.fa-ellipsis-stroke {
    --fa: "\f39b"
}

.fa-ellipsis-h-alt {
    --fa: "\f39b"
}

.fa-ellipsis-stroke-vertical {
    --fa: "\f39c"
}

.fa-ellipsis-v-alt {
    --fa: "\f39c"
}

.fa-gem {
    --fa: "\f3a5"
}

.fa-industry-windows {
    --fa: "\f3b3"
}

.fa-industry-alt {
    --fa: "\f3b3"
}

.fa-turn-down {
    --fa: "\f3be"
}

.fa-level-down-alt {
    --fa: "\f3be"
}

.fa-turn-up {
    --fa: "\f3bf"
}

.fa-level-up-alt {
    --fa: "\f3bf"
}

.fa-lock-open {
    --fa: "\f3c1"
}

.fa-lock-keyhole-open {
    --fa: "\f3c2"
}

.fa-lock-open-alt {
    --fa: "\f3c2"
}

.fa-location-dot {
    --fa: "\f3c5"
}

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

.fa-microphone-lines {
    --fa: "\f3c9"
}

.fa-microphone-alt {
    --fa: "\f3c9"
}

.fa-mobile-screen-button {
    --fa: "\f3cd"
}

.fa-mobile-alt {
    --fa: "\f3cd"
}

.fa-mobile {
    --fa: "\f3ce"
}

.fa-mobile-android {
    --fa: "\f3ce"
}

.fa-mobile-phone {
    --fa: "\f3ce"
}

.fa-mobile-screen {
    --fa: "\f3cf"
}

.fa-mobile-android-alt {
    --fa: "\f3cf"
}

.fa-money-bill-1 {
    --fa: "\f3d1"
}

.fa-money-bill-alt {
    --fa: "\f3d1"
}

.fa-phone-slash {
    --fa: "\f3dd"
}

.fa-plane-engines {
    --fa: "\f3de"
}

.fa-plane-alt {
    --fa: "\f3de"
}

.fa-image-portrait {
    --fa: "\f3e0"
}

.fa-portrait {
    --fa: "\f3e0"
}

.fa-reply {
    --fa: "\f3e5"
}

.fa-mail-reply {
    --fa: "\f3e5"
}

.fa-shield-halved {
    --fa: "\f3ed"
}

.fa-shield-alt {
    --fa: "\f3ed"
}

.fa-square-sliders {
    --fa: "\f3f0"
}

.fa-sliders-h-square {
    --fa: "\f3f0"
}

.fa-sliders-up {
    --fa: "\f3f1"
}

.fa-sliders-v {
    --fa: "\f3f1"
}

.fa-square-sliders-vertical {
    --fa: "\f3f2"
}

.fa-sliders-v-square {
    --fa: "\f3f2"
}

.fa-spinner-third {
    --fa: "\f3f4"
}

.fa-tablet-screen-button {
    --fa: "\f3fa"
}

.fa-tablet-alt {
    --fa: "\f3fa"
}

.fa-tablet {
    --fa: "\f3fb"
}

.fa-tablet-android {
    --fa: "\f3fb"
}

.fa-tablet-screen {
    --fa: "\f3fc"
}

.fa-tablet-android-alt {
    --fa: "\f3fc"
}

.fa-ticket-simple {
    --fa: "\f3ff"
}

.fa-ticket-alt {
    --fa: "\f3ff"
}

.fa-tree-deciduous {
    --fa: "\f400"
}

.fa-tree-alt {
    --fa: "\f400"
}

.fa-tv-retro {
    --fa: "\f401"
}

.fa-window {
    --fa: "\f40e"
}

.fa-window-flip {
    --fa: "\f40f"
}

.fa-window-alt {
    --fa: "\f40f"
}

.fa-rectangle-xmark {
    --fa: "\f410"
}

.fa-rectangle-times {
    --fa: "\f410"
}

.fa-times-rectangle {
    --fa: "\f410"
}

.fa-window-close {
    --fa: "\f410"
}

.fa-down-left-and-up-right-to-center {
    --fa: "\f422"
}

.fa-compress-alt {
    --fa: "\f422"
}

.fa-up-right-and-down-left-from-center {
    --fa: "\f424"
}

.fa-expand-alt {
    --fa: "\f424"
}

.fa-baseball-bat-ball {
    --fa: "\f432"
}

.fa-baseball {
    --fa: "\f433"
}

.fa-baseball-ball {
    --fa: "\f433"
}

.fa-basketball {
    --fa: "\f434"
}

.fa-basketball-ball {
    --fa: "\f434"
}

.fa-basketball-hoop {
    --fa: "\f435"
}

.fa-bowling-ball {
    --fa: "\f436"
}

.fa-bowling-pins {
    --fa: "\f437"
}

.fa-boxing-glove {
    --fa: "\f438"
}

.fa-glove-boxing {
    --fa: "\f438"
}

.fa-chess {
    --fa: "\f439"
}

.fa-chess-bishop {
    --fa: "\f43a"
}

.fa-chess-bishop-piece {
    --fa: "\f43b"
}

.fa-chess-bishop-alt {
    --fa: "\f43b"
}

.fa-chess-board {
    --fa: "\f43c"
}

.fa-chess-clock {
    --fa: "\f43d"
}

.fa-chess-clock-flip {
    --fa: "\f43e"
}

.fa-chess-clock-alt {
    --fa: "\f43e"
}

.fa-chess-king {
    --fa: "\f43f"
}

.fa-chess-king-piece {
    --fa: "\f440"
}

.fa-chess-king-alt {
    --fa: "\f440"
}

.fa-chess-knight {
    --fa: "\f441"
}

.fa-chess-knight-piece {
    --fa: "\f442"
}

.fa-chess-knight-alt {
    --fa: "\f442"
}

.fa-chess-pawn {
    --fa: "\f443"
}

.fa-chess-pawn-piece {
    --fa: "\f444"
}

.fa-chess-pawn-alt {
    --fa: "\f444"
}

.fa-chess-queen {
    --fa: "\f445"
}

.fa-chess-queen-piece {
    --fa: "\f446"
}

.fa-chess-queen-alt {
    --fa: "\f446"
}

.fa-chess-rook {
    --fa: "\f447"
}

.fa-chess-rook-piece {
    --fa: "\f448"
}

.fa-chess-rook-alt {
    --fa: "\f448"
}

.fa-cricket-bat-ball {
    --fa: "\f449"
}

.fa-cricket {
    --fa: "\f449"
}

.fa-curling-stone {
    --fa: "\f44a"
}

.fa-curling {
    --fa: "\f44a"
}

.fa-dumbbell {
    --fa: "\f44b"
}

.fa-field-hockey-stick-ball {
    --fa: "\f44c"
}

.fa-field-hockey {
    --fa: "\f44c"
}

.fa-football {
    --fa: "\f44e"
}

.fa-football-ball {
    --fa: "\f44e"
}

.fa-football-helmet {
    --fa: "\f44f"
}

.fa-golf-ball-tee {
    --fa: "\f450"
}

.fa-golf-ball {
    --fa: "\f450"
}

.fa-golf-club {
    --fa: "\f451"
}

.fa-hockey-puck {
    --fa: "\f453"
}

.fa-hockey-sticks {
    --fa: "\f454"
}

.fa-luchador-mask {
    --fa: "\f455"
}

.fa-luchador {
    --fa: "\f455"
}

.fa-mask-luchador {
    --fa: "\f455"
}

.fa-flag-pennant {
    --fa: "\f456"
}

.fa-pennant {
    --fa: "\f456"
}

.fa-broom-ball {
    --fa: "\f458"
}

.fa-quidditch {
    --fa: "\f458"
}

.fa-quidditch-broom-ball {
    --fa: "\f458"
}

.fa-racquet {
    --fa: "\f45a"
}

.fa-shuttlecock {
    --fa: "\f45b"
}

.fa-square-full {
    --fa: "\f45c"
}

.fa-table-tennis-paddle-ball {
    --fa: "\f45d"
}

.fa-ping-pong-paddle-ball {
    --fa: "\f45d"
}

.fa-table-tennis {
    --fa: "\f45d"
}

.fa-tennis-ball {
    --fa: "\f45e"
}

.fa-volleyball {
    --fa: "\f45f"
}

.fa-volleyball-ball {
    --fa: "\f45f"
}

.fa-whistle {
    --fa: "\f460"
}

.fa-hand-dots {
    --fa: "\f461"
}

.fa-allergies {
    --fa: "\f461"
}

.fa-bandage {
    --fa: "\f462"
}

.fa-band-aid {
    --fa: "\f462"
}

.fa-rectangle-barcode {
    --fa: "\f463"
}

.fa-barcode-alt {
    --fa: "\f463"
}

.fa-barcode-read {
    --fa: "\f464"
}

.fa-barcode-scan {
    --fa: "\f465"
}

.fa-box {
    --fa: "\f466"
}

.fa-box-check {
    --fa: "\f467"
}

.fa-boxes-stacked {
    --fa: "\f468"
}

.fa-boxes {
    --fa: "\f468"
}

.fa-boxes-alt {
    --fa: "\f468"
}

.fa-briefcase-medical {
    --fa: "\f469"
}

.fa-fire-flame-simple {
    --fa: "\f46a"
}

.fa-burn {
    --fa: "\f46a"
}

.fa-capsules {
    --fa: "\f46b"
}

.fa-clipboard-check {
    --fa: "\f46c"
}

.fa-clipboard-list {
    --fa: "\f46d"
}

.fa-conveyor-belt {
    --fa: "\f46e"
}

.fa-conveyor-belt-boxes {
    --fa: "\f46f"
}

.fa-conveyor-belt-alt {
    --fa: "\f46f"
}

.fa-person-dots-from-line {
    --fa: "\f470"
}

.fa-diagnoses {
    --fa: "\f470"
}

.fa-dna {
    --fa: "\f471"
}

.fa-dolly {
    --fa: "\f472"
}

.fa-dolly-box {
    --fa: "\f472"
}

.fa-dolly-empty {
    --fa: "\f473"
}

.fa-cart-flatbed {
    --fa: "\f474"
}

.fa-dolly-flatbed {
    --fa: "\f474"
}

.fa-cart-flatbed-boxes {
    --fa: "\f475"
}

.fa-dolly-flatbed-alt {
    --fa: "\f475"
}

.fa-cart-flatbed-empty {
    --fa: "\f476"
}

.fa-dolly-flatbed-empty {
    --fa: "\f476"
}

.fa-file-medical {
    --fa: "\f477"
}

.fa-file-waveform {
    --fa: "\f478"
}

.fa-file-medical-alt {
    --fa: "\f478"
}

.fa-kit-medical {
    --fa: "\f479"
}

.fa-first-aid {
    --fa: "\f479"
}

.fa-forklift {
    --fa: "\f47a"
}

.fa-hand-holding-box {
    --fa: "\f47b"
}

.fa-hands-holding-diamond {
    --fa: "\f47c"
}

.fa-hand-receiving {
    --fa: "\f47c"
}

.fa-circle-h {
    --fa: "\f47e"
}

.fa-hospital-symbol {
    --fa: "\f47e"
}

.fa-id-card-clip {
    --fa: "\f47f"
}

.fa-id-card-alt {
    --fa: "\f47f"
}

.fa-shelves {
    --fa: "\f480"
}

.fa-inventory {
    --fa: "\f480"
}

.fa-notes-medical {
    --fa: "\f481"
}

.fa-pallet {
    --fa: "\f482"
}

.fa-pallet-boxes {
    --fa: "\f483"
}

.fa-palette-boxes {
    --fa: "\f483"
}

.fa-pallet-alt {
    --fa: "\f483"
}

.fa-pills {
    --fa: "\f484"
}

.fa-prescription-bottle {
    --fa: "\f485"
}

.fa-prescription-bottle-medical {
    --fa: "\f486"
}

.fa-prescription-bottle-alt {
    --fa: "\f486"
}

.fa-bed-pulse {
    --fa: "\f487"
}

.fa-procedures {
    --fa: "\f487"
}

.fa-scanner-gun {
    --fa: "\f488"
}

.fa-scanner {
    --fa: "\f488"
}

.fa-scanner-keyboard {
    --fa: "\f489"
}

.fa-scanner-touchscreen {
    --fa: "\f48a"
}

.fa-truck-fast {
    --fa: "\f48b"
}

.fa-shipping-fast {
    --fa: "\f48b"
}

.fa-truck-clock {
    --fa: "\f48c"
}

.fa-shipping-timed {
    --fa: "\f48c"
}

.fa-smoking {
    --fa: "\f48d"
}

.fa-syringe {
    --fa: "\f48e"
}

.fa-tablet-rugged {
    --fa: "\f48f"
}

.fa-tablets {
    --fa: "\f490"
}

.fa-thermometer {
    --fa: "\f491"
}

.fa-vial {
    --fa: "\f492"
}

.fa-vials {
    --fa: "\f493"
}

.fa-warehouse {
    --fa: "\f494"
}

.fa-warehouse-full {
    --fa: "\f495"
}

.fa-warehouse-alt {
    --fa: "\f495"
}

.fa-weight-scale {
    --fa: "\f496"
}

.fa-weight {
    --fa: "\f496"
}

.fa-x-ray {
    --fa: "\f497"
}

.fa-blanket {
    --fa: "\f498"
}

.fa-book-heart {
    --fa: "\f499"
}

.fa-box-taped {
    --fa: "\f49a"
}

.fa-box-alt {
    --fa: "\f49a"
}

.fa-square-fragile {
    --fa: "\f49b"
}

.fa-box-fragile {
    --fa: "\f49b"
}

.fa-square-wine-glass-crack {
    --fa: "\f49b"
}

.fa-box-open-full {
    --fa: "\f49c"
}

.fa-box-full {
    --fa: "\f49c"
}

.fa-box-heart {
    --fa: "\f49d"
}

.fa-box-open {
    --fa: "\f49e"
}

.fa-square-this-way-up {
    --fa: "\f49f"
}

.fa-box-up {
    --fa: "\f49f"
}

.fa-box-dollar {
    --fa: "\f4a0"
}

.fa-box-usd {
    --fa: "\f4a0"
}

.fa-message-check {
    --fa: "\f4a2"
}

.fa-comment-alt-check {
    --fa: "\f4a2"
}

.fa-message-dots {
    --fa: "\f4a3"
}

.fa-comment-alt-dots {
    --fa: "\f4a3"
}

.fa-messaging {
    --fa: "\f4a3"
}

.fa-message-pen {
    --fa: "\f4a4"
}

.fa-comment-alt-edit {
    --fa: "\f4a4"
}

.fa-message-edit {
    --fa: "\f4a4"
}

.fa-message-exclamation {
    --fa: "\f4a5"
}

.fa-comment-alt-exclamation {
    --fa: "\f4a5"
}

.fa-message-lines {
    --fa: "\f4a6"
}

.fa-comment-alt-lines {
    --fa: "\f4a6"
}

.fa-message-minus {
    --fa: "\f4a7"
}

.fa-comment-alt-minus {
    --fa: "\f4a7"
}

.fa-message-plus {
    --fa: "\f4a8"
}

.fa-comment-alt-plus {
    --fa: "\f4a8"
}

.fa-message-slash {
    --fa: "\f4a9"
}

.fa-comment-alt-slash {
    --fa: "\f4a9"
}

.fa-message-smile {
    --fa: "\f4aa"
}

.fa-comment-alt-smile {
    --fa: "\f4aa"
}

.fa-message-xmark {
    --fa: "\f4ab"
}

.fa-comment-alt-times {
    --fa: "\f4ab"
}

.fa-message-times {
    --fa: "\f4ab"
}

.fa-comment-check {
    --fa: "\f4ac"
}

.fa-comment-dots {
    --fa: "\f4ad"
}

.fa-commenting {
    --fa: "\f4ad"
}

.fa-comment-pen {
    --fa: "\f4ae"
}

.fa-comment-edit {
    --fa: "\f4ae"
}

.fa-comment-exclamation {
    --fa: "\f4af"
}

.fa-comment-lines {
    --fa: "\f4b0"
}

.fa-comment-minus {
    --fa: "\f4b1"
}

.fa-comment-plus {
    --fa: "\f4b2"
}

.fa-comment-slash {
    --fa: "\f4b3"
}

.fa-comment-smile {
    --fa: "\f4b4"
}

.fa-comment-xmark {
    --fa: "\f4b5"
}

.fa-comment-times {
    --fa: "\f4b5"
}

.fa-messages {
    --fa: "\f4b6"
}

.fa-comments-alt {
    --fa: "\f4b6"
}

.fa-container-storage {
    --fa: "\f4b7"
}

.fa-couch {
    --fa: "\f4b8"
}

.fa-circle-dollar-to-slot {
    --fa: "\f4b9"
}

.fa-donate {
    --fa: "\f4b9"
}

.fa-dove {
    --fa: "\f4ba"
}

.fa-wine-glass-crack {
    --fa: "\f4bb"
}

.fa-fragile {
    --fa: "\f4bb"
}

.fa-hand-heart {
    --fa: "\f4bc"
}

.fa-hand-holding {
    --fa: "\f4bd"
}

.fa-hand-holding-heart {
    --fa: "\f4be"
}

.fa-hand-holding-seedling {
    --fa: "\f4bf"
}

.fa-hand-holding-dollar {
    --fa: "\f4c0"
}

.fa-hand-holding-usd {
    --fa: "\f4c0"
}

.fa-hand-holding-droplet {
    --fa: "\f4c1"
}

.fa-hand-holding-water {
    --fa: "\f4c1"
}

.fa-hands-holding {
    --fa: "\f4c2"
}

.fa-hands-holding-heart {
    --fa: "\f4c3"
}

.fa-hands-heart {
    --fa: "\f4c3"
}

.fa-handshake-angle {
    --fa: "\f4c4"
}

.fa-hands-helping {
    --fa: "\f4c4"
}

.fa-hands-holding-dollar {
    --fa: "\f4c5"
}

.fa-hands-usd {
    --fa: "\f4c5"
}

.fa-circle-heart {
    --fa: "\f4c7"
}

.fa-heart-circle {
    --fa: "\f4c7"
}

.fa-square-heart {
    --fa: "\f4c8"
}

.fa-heart-square {
    --fa: "\f4c8"
}

.fa-house-heart {
    --fa: "\f4c9"
}

.fa-home-heart {
    --fa: "\f4c9"
}

.fa-lamp {
    --fa: "\f4ca"
}

.fa-leaf-heart {
    --fa: "\f4cb"
}

.fa-loveseat {
    --fa: "\f4cc"
}

.fa-couch-small {
    --fa: "\f4cc"
}

.fa-parachute-box {
    --fa: "\f4cd"
}

.fa-people-carry-box {
    --fa: "\f4ce"
}

.fa-people-carry {
    --fa: "\f4ce"
}

.fa-person-carry-box {
    --fa: "\f4cf"
}

.fa-person-carry {
    --fa: "\f4cf"
}

.fa-person-dolly {
    --fa: "\f4d0"
}

.fa-person-dolly-empty {
    --fa: "\f4d1"
}

.fa-phone-plus {
    --fa: "\f4d2"
}

.fa-piggy-bank {
    --fa: "\f4d3"
}

.fa-ramp-loading {
    --fa: "\f4d4"
}

.fa-ribbon {
    --fa: "\f4d6"
}

.fa-route {
    --fa: "\f4d7"
}

.fa-seedling {
    --fa: "\f4d8"
}

.fa-sprout {
    --fa: "\f4d8"
}

.fa-sign-hanging {
    --fa: "\f4d9"
}

.fa-sign {
    --fa: "\f4d9"
}

.fa-face-smile-wink {
    --fa: "\f4da"
}

.fa-smile-wink {
    --fa: "\f4da"
}

.fa-tape {
    --fa: "\f4db"
}

.fa-truck-container {
    --fa: "\f4dc"
}

.fa-truck-ramp-couch {
    --fa: "\f4dd"
}

.fa-truck-couch {
    --fa: "\f4dd"
}

.fa-truck-ramp-box {
    --fa: "\f4de"
}

.fa-truck-loading {
    --fa: "\f4de"
}

.fa-truck-moving {
    --fa: "\f4df"
}

.fa-truck-ramp {
    --fa: "\f4e0"
}

.fa-video-plus {
    --fa: "\f4e1"
}

.fa-video-slash {
    --fa: "\f4e2"
}

.fa-wine-glass {
    --fa: "\f4e3"
}

.fa-user-astronaut {
    --fa: "\f4fb"
}

.fa-user-check {
    --fa: "\f4fc"
}

.fa-user-clock {
    --fa: "\f4fd"
}

.fa-user-gear {
    --fa: "\f4fe"
}

.fa-user-cog {
    --fa: "\f4fe"
}

.fa-user-pen {
    --fa: "\f4ff"
}

.fa-user-edit {
    --fa: "\f4ff"
}

.fa-user-group {
    --fa: "\f500"
}

.fa-user-friends {
    --fa: "\f500"
}

.fa-user-graduate {
    --fa: "\f501"
}

.fa-user-lock {
    --fa: "\f502"
}

.fa-user-minus {
    --fa: "\f503"
}

.fa-user-ninja {
    --fa: "\f504"
}

.fa-user-shield {
    --fa: "\f505"
}

.fa-user-slash {
    --fa: "\f506"
}

.fa-user-alt-slash {
    --fa: "\f506"
}

.fa-user-large-slash {
    --fa: "\f506"
}

.fa-user-tag {
    --fa: "\f507"
}

.fa-user-tie {
    --fa: "\f508"
}

.fa-users-gear {
    --fa: "\f509"
}

.fa-users-cog {
    --fa: "\f509"
}

.fa-scale-unbalanced {
    --fa: "\f515"
}

.fa-balance-scale-left {
    --fa: "\f515"
}

.fa-scale-unbalanced-flip {
    --fa: "\f516"
}

.fa-balance-scale-right {
    --fa: "\f516"
}

.fa-blender {
    --fa: "\f517"
}

.fa-book-open {
    --fa: "\f518"
}

.fa-tower-broadcast {
    --fa: "\f519"
}

.fa-broadcast-tower {
    --fa: "\f519"
}

.fa-broom {
    --fa: "\f51a"
}

.fa-chalkboard {
    --fa: "\f51b"
}

.fa-blackboard {
    --fa: "\f51b"
}

.fa-chalkboard-user {
    --fa: "\f51c"
}

.fa-chalkboard-teacher {
    --fa: "\f51c"
}

.fa-church {
    --fa: "\f51d"
}

.fa-coins {
    --fa: "\f51e"
}

.fa-compact-disc {
    --fa: "\f51f"
}

.fa-crow {
    --fa: "\f520"
}

.fa-crown {
    --fa: "\f521"
}

.fa-dice {
    --fa: "\f522"
}

.fa-dice-five {
    --fa: "\f523"
}

.fa-dice-four {
    --fa: "\f524"
}

.fa-dice-one {
    --fa: "\f525"
}

.fa-dice-six {
    --fa: "\f526"
}

.fa-dice-three {
    --fa: "\f527"
}

.fa-dice-two {
    --fa: "\f528"
}

.fa-divide {
    --fa: "\f529"
}

.fa-door-closed {
    --fa: "\f52a"
}

.fa-door-open {
    --fa: "\f52b"
}

.fa-feather {
    --fa: "\f52d"
}

.fa-frog {
    --fa: "\f52e"
}

.fa-gas-pump {
    --fa: "\f52f"
}

.fa-glasses {
    --fa: "\f530"
}

.fa-greater-than-equal {
    --fa: "\f532"
}

.fa-helicopter {
    --fa: "\f533"
}

.fa-infinity {
    --fa: "\f534"
}

.fa-kiwi-bird {
    --fa: "\f535"
}

.fa-less-than-equal {
    --fa: "\f537"
}

.fa-memory {
    --fa: "\f538"
}

.fa-microphone-lines-slash {
    --fa: "\f539"
}

.fa-microphone-alt-slash {
    --fa: "\f539"
}

.fa-money-bill-wave {
    --fa: "\f53a"
}

.fa-money-bill-1-wave {
    --fa: "\f53b"
}

.fa-money-bill-wave-alt {
    --fa: "\f53b"
}

.fa-money-check {
    --fa: "\f53c"
}

.fa-money-check-dollar {
    --fa: "\f53d"
}

.fa-money-check-alt {
    --fa: "\f53d"
}

.fa-not-equal {
    --fa: "\f53e"
}

.fa-palette {
    --fa: "\f53f"
}

.fa-square-parking {
    --fa: "\f540"
}

.fa-parking {
    --fa: "\f540"
}

.fa-diagram-project {
    --fa: "\f542"
}

.fa-project-diagram {
    --fa: "\f542"
}

.fa-receipt {
    --fa: "\f543"
}

.fa-robot {
    --fa: "\f544"
}

.fa-ruler {
    --fa: "\f545"
}

.fa-ruler-combined {
    --fa: "\f546"
}

.fa-ruler-horizontal {
    --fa: "\f547"
}

.fa-ruler-vertical {
    --fa: "\f548"
}

.fa-school {
    --fa: "\f549"
}

.fa-screwdriver {
    --fa: "\f54a"
}

.fa-shoe-prints {
    --fa: "\f54b"
}

.fa-skull {
    --fa: "\f54c"
}

.fa-ban-smoking {
    --fa: "\f54d"
}

.fa-smoking-ban {
    --fa: "\f54d"
}

.fa-store {
    --fa: "\f54e"
}

.fa-shop {
    --fa: "\f54f"
}

.fa-store-alt {
    --fa: "\f54f"
}

.fa-bars-staggered {
    --fa: "\f550"
}

.fa-reorder {
    --fa: "\f550"
}

.fa-stream {
    --fa: "\f550"
}

.fa-stroopwafel {
    --fa: "\f551"
}

.fa-toolbox {
    --fa: "\f552"
}

.fa-shirt {
    --fa: "\f553"
}

.fa-t-shirt {
    --fa: "\f553"
}

.fa-tshirt {
    --fa: "\f553"
}

.fa-person-walking {
    --fa: "\f554"
}

.fa-walking {
    --fa: "\f554"
}

.fa-wallet {
    --fa: "\f555"
}

.fa-face-angry {
    --fa: "\f556"
}

.fa-angry {
    --fa: "\f556"
}

.fa-archway {
    --fa: "\f557"
}

.fa-book-atlas {
    --fa: "\f558"
}

.fa-atlas {
    --fa: "\f558"
}

.fa-award {
    --fa: "\f559"
}

.fa-delete-left {
    --fa: "\f55a"
}

.fa-backspace {
    --fa: "\f55a"
}

.fa-bezier-curve {
    --fa: "\f55b"
}

.fa-bong {
    --fa: "\f55c"
}

.fa-brush {
    --fa: "\f55d"
}

.fa-bus-simple {
    --fa: "\f55e"
}

.fa-bus-alt {
    --fa: "\f55e"
}

.fa-cannabis {
    --fa: "\f55f"
}

.fa-check-double {
    --fa: "\f560"
}

.fa-martini-glass-citrus {
    --fa: "\f561"
}

.fa-cocktail {
    --fa: "\f561"
}

.fa-bell-concierge {
    --fa: "\f562"
}

.fa-concierge-bell {
    --fa: "\f562"
}

.fa-cookie {
    --fa: "\f563"
}

.fa-cookie-bite {
    --fa: "\f564"
}

.fa-crop-simple {
    --fa: "\f565"
}

.fa-crop-alt {
    --fa: "\f565"
}

.fa-tachograph-digital {
    --fa: "\f566"
}

.fa-digital-tachograph {
    --fa: "\f566"
}

.fa-face-dizzy {
    --fa: "\f567"
}

.fa-dizzy {
    --fa: "\f567"
}

.fa-compass-drafting {
    --fa: "\f568"
}

.fa-drafting-compass {
    --fa: "\f568"
}

.fa-drum {
    --fa: "\f569"
}

.fa-drum-steelpan {
    --fa: "\f56a"
}

.fa-feather-pointed {
    --fa: "\f56b"
}

.fa-feather-alt {
    --fa: "\f56b"
}

.fa-file-contract {
    --fa: "\f56c"
}

.fa-file-arrow-down {
    --fa: "\f56d"
}

.fa-file-download {
    --fa: "\f56d"
}

.fa-file-export {
    --fa: "\f56e"
}

.fa-arrow-right-from-file {
    --fa: "\f56e"
}

.fa-file-import {
    --fa: "\f56f"
}

.fa-arrow-right-to-file {
    --fa: "\f56f"
}

.fa-file-invoice {
    --fa: "\f570"
}

.fa-file-invoice-dollar {
    --fa: "\f571"
}

.fa-file-prescription {
    --fa: "\f572"
}

.fa-file-signature {
    --fa: "\f573"
}

.fa-file-arrow-up {
    --fa: "\f574"
}

.fa-file-upload {
    --fa: "\f574"
}

.fa-fill {
    --fa: "\f575"
}

.fa-fill-drip {
    --fa: "\f576"
}

.fa-fingerprint {
    --fa: "\f577"
}

.fa-fish {
    --fa: "\f578"
}

.fa-face-flushed {
    --fa: "\f579"
}

.fa-flushed {
    --fa: "\f579"
}

.fa-face-frown-open {
    --fa: "\f57a"
}

.fa-frown-open {
    --fa: "\f57a"
}

.fa-martini-glass {
    --fa: "\f57b"
}

.fa-glass-martini-alt {
    --fa: "\f57b"
}

.fa-earth-africa {
    --fa: "\f57c"
}

.fa-globe-africa {
    --fa: "\f57c"
}

.fa-earth-americas {
    --fa: "\f57d"
}

.fa-earth {
    --fa: "\f57d"
}

.fa-earth-america {
    --fa: "\f57d"
}

.fa-globe-americas {
    --fa: "\f57d"
}

.fa-earth-asia {
    --fa: "\f57e"
}

.fa-globe-asia {
    --fa: "\f57e"
}

.fa-face-grimace {
    --fa: "\f57f"
}

.fa-grimace {
    --fa: "\f57f"
}

.fa-face-grin {
    --fa: "\f580"
}

.fa-grin {
    --fa: "\f580"
}

.fa-face-grin-wide {
    --fa: "\f581"
}

.fa-grin-alt {
    --fa: "\f581"
}

.fa-face-grin-beam {
    --fa: "\f582"
}

.fa-grin-beam {
    --fa: "\f582"
}

.fa-face-grin-beam-sweat {
    --fa: "\f583"
}

.fa-grin-beam-sweat {
    --fa: "\f583"
}

.fa-face-grin-hearts {
    --fa: "\f584"
}

.fa-grin-hearts {
    --fa: "\f584"
}

.fa-face-grin-squint {
    --fa: "\f585"
}

.fa-grin-squint {
    --fa: "\f585"
}

.fa-face-grin-squint-tears {
    --fa: "\f586"
}

.fa-grin-squint-tears {
    --fa: "\f586"
}

.fa-face-grin-stars {
    --fa: "\f587"
}

.fa-grin-stars {
    --fa: "\f587"
}

.fa-face-grin-tears {
    --fa: "\f588"
}

.fa-grin-tears {
    --fa: "\f588"
}

.fa-face-grin-tongue {
    --fa: "\f589"
}

.fa-grin-tongue {
    --fa: "\f589"
}

.fa-face-grin-tongue-squint {
    --fa: "\f58a"
}

.fa-grin-tongue-squint {
    --fa: "\f58a"
}

.fa-face-grin-tongue-wink {
    --fa: "\f58b"
}

.fa-grin-tongue-wink {
    --fa: "\f58b"
}

.fa-face-grin-wink {
    --fa: "\f58c"
}

.fa-grin-wink {
    --fa: "\f58c"
}

.fa-grip {
    --fa: "\f58d"
}

.fa-grid-horizontal {
    --fa: "\f58d"
}

.fa-grip-horizontal {
    --fa: "\f58d"
}

.fa-grip-vertical {
    --fa: "\f58e"
}

.fa-grid-vertical {
    --fa: "\f58e"
}

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

.fa-highlighter {
    --fa: "\f591"
}

.fa-hot-tub-person {
    --fa: "\f593"
}

.fa-hot-tub {
    --fa: "\f593"
}

.fa-hotel {
    --fa: "\f594"
}

.fa-joint {
    --fa: "\f595"
}

.fa-face-kiss {
    --fa: "\f596"
}

.fa-kiss {
    --fa: "\f596"
}

.fa-face-kiss-beam {
    --fa: "\f597"
}

.fa-kiss-beam {
    --fa: "\f597"
}

.fa-face-kiss-wink-heart {
    --fa: "\f598"
}

.fa-kiss-wink-heart {
    --fa: "\f598"
}

.fa-face-laugh {
    --fa: "\f599"
}

.fa-laugh {
    --fa: "\f599"
}

.fa-face-laugh-beam {
    --fa: "\f59a"
}

.fa-laugh-beam {
    --fa: "\f59a"
}

.fa-face-laugh-squint {
    --fa: "\f59b"
}

.fa-laugh-squint {
    --fa: "\f59b"
}

.fa-face-laugh-wink {
    --fa: "\f59c"
}

.fa-laugh-wink {
    --fa: "\f59c"
}

.fa-cart-flatbed-suitcase {
    --fa: "\f59d"
}

.fa-luggage-cart {
    --fa: "\f59d"
}

.fa-map-location {
    --fa: "\f59f"
}

.fa-map-marked {
    --fa: "\f59f"
}

.fa-map-location-dot {
    --fa: "\f5a0"
}

.fa-map-marked-alt {
    --fa: "\f5a0"
}

.fa-marker {
    --fa: "\f5a1"
}

.fa-medal {
    --fa: "\f5a2"
}

.fa-face-meh-blank {
    --fa: "\f5a4"
}

.fa-meh-blank {
    --fa: "\f5a4"
}

.fa-face-rolling-eyes {
    --fa: "\f5a5"
}

.fa-meh-rolling-eyes {
    --fa: "\f5a5"
}

.fa-monument {
    --fa: "\f5a6"
}

.fa-mortar-pestle {
    --fa: "\f5a7"
}

.fa-paintbrush-fine {
    --fa: "\f5a9"
}

.fa-paint-brush-alt {
    --fa: "\f5a9"
}

.fa-paint-brush-fine {
    --fa: "\f5a9"
}

.fa-paintbrush-alt {
    --fa: "\f5a9"
}

.fa-paint-roller {
    --fa: "\f5aa"
}

.fa-passport {
    --fa: "\f5ab"
}

.fa-pen-fancy {
    --fa: "\f5ac"
}

.fa-pen-nib {
    --fa: "\f5ad"
}

.fa-pen-ruler {
    --fa: "\f5ae"
}

.fa-pencil-ruler {
    --fa: "\f5ae"
}

.fa-plane-arrival {
    --fa: "\f5af"
}

.fa-plane-departure {
    --fa: "\f5b0"
}

.fa-prescription {
    --fa: "\f5b1"
}

.fa-face-sad-cry {
    --fa: "\f5b3"
}

.fa-sad-cry {
    --fa: "\f5b3"
}

.fa-face-sad-tear {
    --fa: "\f5b4"
}

.fa-sad-tear {
    --fa: "\f5b4"
}

.fa-van-shuttle {
    --fa: "\f5b6"
}

.fa-shuttle-van {
    --fa: "\f5b6"
}

.fa-signature {
    --fa: "\f5b7"
}

.fa-face-smile-beam {
    --fa: "\f5b8"
}

.fa-smile-beam {
    --fa: "\f5b8"
}

.fa-face-smile-plus {
    --fa: "\f5b9"
}

.fa-smile-plus {
    --fa: "\f5b9"
}

.fa-solar-panel {
    --fa: "\f5ba"
}

.fa-spa {
    --fa: "\f5bb"
}

.fa-splotch {
    --fa: "\f5bc"
}

.fa-spray-can {
    --fa: "\f5bd"
}

.fa-stamp {
    --fa: "\f5bf"
}

.fa-star-half-stroke {
    --fa: "\f5c0"
}

.fa-star-half-alt {
    --fa: "\f5c0"
}

.fa-suitcase-rolling {
    --fa: "\f5c1"
}

.fa-face-surprise {
    --fa: "\f5c2"
}

.fa-surprise {
    --fa: "\f5c2"
}

.fa-swatchbook {
    --fa: "\f5c3"
}

.fa-person-swimming {
    --fa: "\f5c4"
}

.fa-swimmer {
    --fa: "\f5c4"
}

.fa-water-ladder {
    --fa: "\f5c5"
}

.fa-ladder-water {
    --fa: "\f5c5"
}

.fa-swimming-pool {
    --fa: "\f5c5"
}

.fa-droplet-slash {
    --fa: "\f5c7"
}

.fa-tint-slash {
    --fa: "\f5c7"
}

.fa-face-tired {
    --fa: "\f5c8"
}

.fa-tired {
    --fa: "\f5c8"
}

.fa-tooth {
    --fa: "\f5c9"
}

.fa-umbrella-beach {
    --fa: "\f5ca"
}

.fa-weight-hanging {
    --fa: "\f5cd"
}

.fa-wine-glass-empty {
    --fa: "\f5ce"
}

.fa-wine-glass-alt {
    --fa: "\f5ce"
}

.fa-spray-can-sparkles {
    --fa: "\f5d0"
}

.fa-air-freshener {
    --fa: "\f5d0"
}

.fa-apple-whole {
    --fa: "\f5d1"
}

.fa-apple-alt {
    --fa: "\f5d1"
}

.fa-atom {
    --fa: "\f5d2"
}

.fa-atom-simple {
    --fa: "\f5d3"
}

.fa-atom-alt {
    --fa: "\f5d3"
}

.fa-backpack {
    --fa: "\f5d4"
}

.fa-bell-school {
    --fa: "\f5d5"
}

.fa-bell-school-slash {
    --fa: "\f5d6"
}

.fa-bone {
    --fa: "\f5d7"
}

.fa-bone-break {
    --fa: "\f5d8"
}

.fa-book-blank {
    --fa: "\f5d9"
}

.fa-book-alt {
    --fa: "\f5d9"
}

.fa-book-open-reader {
    --fa: "\f5da"
}

.fa-book-reader {
    --fa: "\f5da"
}

.fa-books {
    --fa: "\f5db"
}

.fa-brain {
    --fa: "\f5dc"
}

.fa-bus-school {
    --fa: "\f5dd"
}

.fa-car-rear {
    --fa: "\f5de"
}

.fa-car-alt {
    --fa: "\f5de"
}

.fa-car-battery {
    --fa: "\f5df"
}

.fa-battery-car {
    --fa: "\f5df"
}

.fa-car-bump {
    --fa: "\f5e0"
}

.fa-car-burst {
    --fa: "\f5e1"
}

.fa-car-crash {
    --fa: "\f5e1"
}

.fa-car-garage {
    --fa: "\f5e2"
}

.fa-car-wrench {
    --fa: "\f5e3"
}

.fa-car-mechanic {
    --fa: "\f5e3"
}

.fa-car-side {
    --fa: "\f5e4"
}

.fa-car-tilt {
    --fa: "\f5e5"
}

.fa-car-wash {
    --fa: "\f5e6"
}

.fa-charging-station {
    --fa: "\f5e7"
}

.fa-clipboard-prescription {
    --fa: "\f5e8"
}

.fa-compass-slash {
    --fa: "\f5e9"
}

.fa-diploma {
    --fa: "\f5ea"
}

.fa-scroll-ribbon {
    --fa: "\f5ea"
}

.fa-diamond-turn-right {
    --fa: "\f5eb"
}

.fa-directions {
    --fa: "\f5eb"
}

.fa-do-not-enter {
    --fa: "\f5ec"
}

.fa-draw-circle {
    --fa: "\f5ed"
}

.fa-vector-circle {
    --fa: "\f5ed"
}

.fa-draw-polygon {
    --fa: "\f5ee"
}

.fa-vector-polygon {
    --fa: "\f5ee"
}

.fa-draw-square {
    --fa: "\f5ef"
}

.fa-vector-square {
    --fa: "\f5ef"
}

.fa-ear {
    --fa: "\f5f0"
}

.fa-engine-warning {
    --fa: "\f5f2"
}

.fa-engine-exclamation {
    --fa: "\f5f2"
}

.fa-file-certificate {
    --fa: "\f5f3"
}

.fa-file-award {
    --fa: "\f5f3"
}

.fa-gas-pump-slash {
    --fa: "\f5f4"
}

.fa-glasses-round {
    --fa: "\f5f5"
}

.fa-glasses-alt {
    --fa: "\f5f5"
}

.fa-globe-stand {
    --fa: "\f5f6"
}

.fa-wave-pulse {
    --fa: "\f5f8"
}

.fa-heart-rate {
    --fa: "\f5f8"
}

.fa-inhaler {
    --fa: "\f5f9"
}

.fa-kidneys {
    --fa: "\f5fb"
}

.fa-laptop-code {
    --fa: "\f5fc"
}

.fa-layer-group {
    --fa: "\f5fd"
}

.fa-layer-minus {
    --fa: "\f5fe"
}

.fa-layer-group-minus {
    --fa: "\f5fe"
}

.fa-layer-plus {
    --fa: "\f5ff"
}

.fa-layer-group-plus {
    --fa: "\f5ff"
}

.fa-lips {
    --fa: "\f600"
}

.fa-location-crosshairs {
    --fa: "\f601"
}

.fa-location {
    --fa: "\f601"
}

.fa-circle-location-arrow {
    --fa: "\f602"
}

.fa-location-circle {
    --fa: "\f602"
}

.fa-location-crosshairs-slash {
    --fa: "\f603"
}

.fa-location-slash {
    --fa: "\f603"
}

.fa-lungs {
    --fa: "\f604"
}

.fa-location-dot-slash {
    --fa: "\f605"
}

.fa-map-marker-alt-slash {
    --fa: "\f605"
}

.fa-location-check {
    --fa: "\f606"
}

.fa-map-marker-check {
    --fa: "\f606"
}

.fa-location-pen {
    --fa: "\f607"
}

.fa-map-marker-edit {
    --fa: "\f607"
}

.fa-location-exclamation {
    --fa: "\f608"
}

.fa-map-marker-exclamation {
    --fa: "\f608"
}

.fa-location-minus {
    --fa: "\f609"
}

.fa-map-marker-minus {
    --fa: "\f609"
}

.fa-location-plus {
    --fa: "\f60a"
}

.fa-map-marker-plus {
    --fa: "\f60a"
}

.fa-location-question {
    --fa: "\f60b"
}

.fa-map-marker-question {
    --fa: "\f60b"
}

.fa-location-pin-slash {
    --fa: "\f60c"
}

.fa-map-marker-slash {
    --fa: "\f60c"
}

.fa-location-smile {
    --fa: "\f60d"
}

.fa-map-marker-smile {
    --fa: "\f60d"
}

.fa-location-xmark {
    --fa: "\f60e"
}

.fa-map-marker-times {
    --fa: "\f60e"
}

.fa-map-marker-xmark {
    --fa: "\f60e"
}

.fa-microscope {
    --fa: "\f610"
}

.fa-monitor-waveform {
    --fa: "\f611"
}

.fa-monitor-heart-rate {
    --fa: "\f611"
}

.fa-oil-can {
    --fa: "\f613"
}

.fa-oil-temperature {
    --fa: "\f614"
}

.fa-oil-temp {
    --fa: "\f614"
}

.fa-circle-parking {
    --fa: "\f615"
}

.fa-parking-circle {
    --fa: "\f615"
}

.fa-ban-parking {
    --fa: "\f616"
}

.fa-parking-circle-slash {
    --fa: "\f616"
}

.fa-square-parking-slash {
    --fa: "\f617"
}

.fa-parking-slash {
    --fa: "\f617"
}

.fa-pen-paintbrush {
    --fa: "\f618"
}

.fa-pencil-paintbrush {
    --fa: "\f618"
}

.fa-poop {
    --fa: "\f619"
}

.fa-route-highway {
    --fa: "\f61a"
}

.fa-route-interstate {
    --fa: "\f61b"
}

.fa-ruler-triangle {
    --fa: "\f61c"
}

.fa-scalpel {
    --fa: "\f61d"
}

.fa-scalpel-line-dashed {
    --fa: "\f61e"
}

.fa-scalpel-path {
    --fa: "\f61e"
}

.fa-shapes {
    --fa: "\f61f"
}

.fa-triangle-circle-square {
    --fa: "\f61f"
}

.fa-skeleton {
    --fa: "\f620"
}

.fa-star-of-life {
    --fa: "\f621"
}

.fa-steering-wheel {
    --fa: "\f622"
}

.fa-stomach {
    --fa: "\f623"
}

.fa-gauge {
    --fa: "\f624"
}

.fa-dashboard {
    --fa: "\f624"
}

.fa-gauge-med {
    --fa: "\f624"
}

.fa-tachometer-alt-average {
    --fa: "\f624"
}

.fa-gauge-high {
    --fa: "\f625"
}

.fa-tachometer-alt {
    --fa: "\f625"
}

.fa-tachometer-alt-fast {
    --fa: "\f625"
}

.fa-gauge-max {
    --fa: "\f626"
}

.fa-tachometer-alt-fastest {
    --fa: "\f626"
}

.fa-gauge-low {
    --fa: "\f627"
}

.fa-tachometer-alt-slow {
    --fa: "\f627"
}

.fa-gauge-min {
    --fa: "\f628"
}

.fa-tachometer-alt-slowest {
    --fa: "\f628"
}

.fa-gauge-simple {
    --fa: "\f629"
}

.fa-gauge-simple-med {
    --fa: "\f629"
}

.fa-tachometer-average {
    --fa: "\f629"
}

.fa-gauge-simple-high {
    --fa: "\f62a"
}

.fa-tachometer {
    --fa: "\f62a"
}

.fa-tachometer-fast {
    --fa: "\f62a"
}

.fa-gauge-simple-max {
    --fa: "\f62b"
}

.fa-tachometer-fastest {
    --fa: "\f62b"
}

.fa-gauge-simple-low {
    --fa: "\f62c"
}

.fa-tachometer-slow {
    --fa: "\f62c"
}

.fa-gauge-simple-min {
    --fa: "\f62d"
}

.fa-tachometer-slowest {
    --fa: "\f62d"
}

.fa-teeth {
    --fa: "\f62e"
}

.fa-teeth-open {
    --fa: "\f62f"
}

.fa-masks-theater {
    --fa: "\f630"
}

.fa-theater-masks {
    --fa: "\f630"
}

.fa-tire {
    --fa: "\f631"
}

.fa-tire-flat {
    --fa: "\f632"
}

.fa-tire-pressure-warning {
    --fa: "\f633"
}

.fa-tire-rugged {
    --fa: "\f634"
}

.fa-toothbrush {
    --fa: "\f635"
}

.fa-traffic-cone {
    --fa: "\f636"
}

.fa-traffic-light {
    --fa: "\f637"
}

.fa-traffic-light-go {
    --fa: "\f638"
}

.fa-traffic-light-slow {
    --fa: "\f639"
}

.fa-traffic-light-stop {
    --fa: "\f63a"
}

.fa-truck-monster {
    --fa: "\f63b"
}

.fa-truck-pickup {
    --fa: "\f63c"
}

.fa-screen-users {
    --fa: "\f63d"
}

.fa-users-class {
    --fa: "\f63d"
}

.fa-watch-fitness {
    --fa: "\f63e"
}

.fa-abacus {
    --fa: "\f640"
}

.fa-rectangle-ad {
    --fa: "\f641"
}

.fa-ad {
    --fa: "\f641"
}

.fa-chart-mixed {
    --fa: "\f643"
}

.fa-analytics {
    --fa: "\f643"
}

.fa-ankh {
    --fa: "\f644"
}

.fa-badge-dollar {
    --fa: "\f645"
}

.fa-badge-percent {
    --fa: "\f646"
}

.fa-book-bible {
    --fa: "\f647"
}

.fa-bible {
    --fa: "\f647"
}

.fa-bullseye-arrow {
    --fa: "\f648"
}

.fa-bullseye-pointer {
    --fa: "\f649"
}

.fa-business-time {
    --fa: "\f64a"
}

.fa-briefcase-clock {
    --fa: "\f64a"
}

.fa-cabinet-filing {
    --fa: "\f64b"
}

.fa-calculator-simple {
    --fa: "\f64c"
}

.fa-calculator-alt {
    --fa: "\f64c"
}

.fa-chart-line-down {
    --fa: "\f64d"
}

.fa-chart-pie-simple {
    --fa: "\f64e"
}

.fa-chart-pie-alt {
    --fa: "\f64e"
}

.fa-city {
    --fa: "\f64f"
}

.fa-message-dollar {
    --fa: "\f650"
}

.fa-comment-alt-dollar {
    --fa: "\f650"
}

.fa-comment-dollar {
    --fa: "\f651"
}

.fa-messages-dollar {
    --fa: "\f652"
}

.fa-comments-alt-dollar {
    --fa: "\f652"
}

.fa-comments-dollar {
    --fa: "\f653"
}

.fa-cross {
    --fa: "\f654"
}

.fa-dharmachakra {
    --fa: "\f655"
}

.fa-empty-set {
    --fa: "\f656"
}

.fa-envelope-open-dollar {
    --fa: "\f657"
}

.fa-envelope-open-text {
    --fa: "\f658"
}

.fa-file-chart-column {
    --fa: "\f659"
}

.fa-file-chart-line {
    --fa: "\f659"
}

.fa-file-chart-pie {
    --fa: "\f65a"
}

.fa-file-spreadsheet {
    --fa: "\f65b"
}

.fa-file-user {
    --fa: "\f65c"
}

.fa-folder-minus {
    --fa: "\f65d"
}

.fa-folder-plus {
    --fa: "\f65e"
}

.fa-folder-xmark {
    --fa: "\f65f"
}

.fa-folder-times {
    --fa: "\f65f"
}

.fa-folders {
    --fa: "\f660"
}

.fa-function {
    --fa: "\f661"
}

.fa-filter-circle-dollar {
    --fa: "\f662"
}

.fa-funnel-dollar {
    --fa: "\f662"
}

.fa-gift-card {
    --fa: "\f663"
}

.fa-gopuram {
    --fa: "\f664"
}

.fa-hamsa {
    --fa: "\f665"
}

.fa-bahai {
    --fa: "\f666"
}

.fa-haykal {
    --fa: "\f666"
}

.fa-integral {
    --fa: "\f667"
}

.fa-intersection {
    --fa: "\f668"
}

.fa-jedi {
    --fa: "\f669"
}

.fa-book-journal-whills {
    --fa: "\f66a"
}

.fa-journal-whills {
    --fa: "\f66a"
}

.fa-kaaba {
    --fa: "\f66b"
}

.fa-keynote {
    --fa: "\f66c"
}

.fa-khanda {
    --fa: "\f66d"
}

.fa-lambda {
    --fa: "\f66e"
}

.fa-landmark {
    --fa: "\f66f"
}

.fa-lightbulb-dollar {
    --fa: "\f670"
}

.fa-lightbulb-exclamation {
    --fa: "\f671"
}

.fa-lightbulb-on {
    --fa: "\f672"
}

.fa-lightbulb-slash {
    --fa: "\f673"
}

.fa-envelopes-bulk {
    --fa: "\f674"
}

.fa-mail-bulk {
    --fa: "\f674"
}

.fa-megaphone {
    --fa: "\f675"
}

.fa-menorah {
    --fa: "\f676"
}

.fa-brain-arrow-curved-right {
    --fa: "\f677"
}

.fa-mind-share {
    --fa: "\f677"
}

.fa-mosque {
    --fa: "\f678"
}

.fa-om {
    --fa: "\f679"
}

.fa-omega {
    --fa: "\f67a"
}

.fa-spaghetti-monster-flying {
    --fa: "\f67b"
}

.fa-pastafarianism {
    --fa: "\f67b"
}

.fa-peace {
    --fa: "\f67c"
}

.fa-phone-office {
    --fa: "\f67d"
}

.fa-pi {
    --fa: "\f67e"
}

.fa-place-of-worship {
    --fa: "\f67f"
}

.fa-podium {
    --fa: "\f680"
}

.fa-square-poll-vertical {
    --fa: "\f681"
}

.fa-poll {
    --fa: "\f681"
}

.fa-square-poll-horizontal {
    --fa: "\f682"
}

.fa-poll-h {
    --fa: "\f682"
}

.fa-person-praying {
    --fa: "\f683"
}

.fa-pray {
    --fa: "\f683"
}

.fa-hands-praying {
    --fa: "\f684"
}

.fa-praying-hands {
    --fa: "\f684"
}

.fa-presentation-screen {
    --fa: "\f685"
}

.fa-presentation {
    --fa: "\f685"
}

.fa-print-slash {
    --fa: "\f686"
}

.fa-book-quran {
    --fa: "\f687"
}

.fa-quran {
    --fa: "\f687"
}

.fa-magnifying-glass-dollar {
    --fa: "\f688"
}

.fa-search-dollar {
    --fa: "\f688"
}

.fa-magnifying-glass-location {
    --fa: "\f689"
}

.fa-search-location {
    --fa: "\f689"
}

.fa-shredder {
    --fa: "\f68a"
}

.fa-sigma {
    --fa: "\f68b"
}

.fa-signal-weak {
    --fa: "\f68c"
}

.fa-signal-1 {
    --fa: "\f68c"
}

.fa-signal-fair {
    --fa: "\f68d"
}

.fa-signal-2 {
    --fa: "\f68d"
}

.fa-signal-good {
    --fa: "\f68e"
}

.fa-signal-3 {
    --fa: "\f68e"
}

.fa-signal-strong {
    --fa: "\f68f"
}

.fa-signal-4 {
    --fa: "\f68f"
}

.fa-signal-bars {
    --fa: "\f690"
}

.fa-signal-alt {
    --fa: "\f690"
}

.fa-signal-alt-4 {
    --fa: "\f690"
}

.fa-signal-bars-strong {
    --fa: "\f690"
}

.fa-signal-bars-weak {
    --fa: "\f691"
}

.fa-signal-alt-1 {
    --fa: "\f691"
}

.fa-signal-bars-fair {
    --fa: "\f692"
}

.fa-signal-alt-2 {
    --fa: "\f692"
}

.fa-signal-bars-good {
    --fa: "\f693"
}

.fa-signal-alt-3 {
    --fa: "\f693"
}

.fa-signal-bars-slash {
    --fa: "\f694"
}

.fa-signal-alt-slash {
    --fa: "\f694"
}

.fa-signal-slash {
    --fa: "\f695"
}

.fa-socks {
    --fa: "\f696"
}

.fa-square-root {
    --fa: "\f697"
}

.fa-square-root-variable {
    --fa: "\f698"
}

.fa-square-root-alt {
    --fa: "\f698"
}

.fa-star-and-crescent {
    --fa: "\f699"
}

.fa-star-of-david {
    --fa: "\f69a"
}

.fa-synagogue {
    --fa: "\f69b"
}

.fa-tally {
    --fa: "\f69c"
}

.fa-tally-5 {
    --fa: "\f69c"
}

.fa-theta {
    --fa: "\f69e"
}

.fa-scroll-torah {
    --fa: "\f6a0"
}

.fa-torah {
    --fa: "\f6a0"
}

.fa-torii-gate {
    --fa: "\f6a1"
}

.fa-union {
    --fa: "\f6a2"
}

.fa-chart-user {
    --fa: "\f6a3"
}

.fa-user-chart {
    --fa: "\f6a3"
}

.fa-user-crown {
    --fa: "\f6a4"
}

.fa-user-group-crown {
    --fa: "\f6a5"
}

.fa-users-crown {
    --fa: "\f6a5"
}

.fa-value-absolute {
    --fa: "\f6a6"
}

.fa-vihara {
    --fa: "\f6a7"
}

.fa-volume {
    --fa: "\f6a8"
}

.fa-volume-medium {
    --fa: "\f6a8"
}

.fa-volume-xmark {
    --fa: "\f6a9"
}

.fa-volume-mute {
    --fa: "\f6a9"
}

.fa-volume-times {
    --fa: "\f6a9"
}

.fa-wifi-weak {
    --fa: "\f6aa"
}

.fa-wifi-1 {
    --fa: "\f6aa"
}

.fa-wifi-fair {
    --fa: "\f6ab"
}

.fa-wifi-2 {
    --fa: "\f6ab"
}

.fa-wifi-slash {
    --fa: "\f6ac"
}

.fa-yin-yang {
    --fa: "\f6ad"
}

.fa-acorn {
    --fa: "\f6ae"
}

.fa-alicorn {
    --fa: "\f6b0"
}

.fa-crate-apple {
    --fa: "\f6b1"
}

.fa-apple-crate {
    --fa: "\f6b1"
}

.fa-axe {
    --fa: "\f6b2"
}

.fa-axe-battle {
    --fa: "\f6b3"
}

.fa-badger-honey {
    --fa: "\f6b4"
}

.fa-bat {
    --fa: "\f6b5"
}

.fa-blender-phone {
    --fa: "\f6b6"
}

.fa-book-skull {
    --fa: "\f6b7"
}

.fa-book-dead {
    --fa: "\f6b7"
}

.fa-book-sparkles {
    --fa: "\f6b8"
}

.fa-book-spells {
    --fa: "\f6b8"
}

.fa-bow-arrow {
    --fa: "\f6b9"
}

.fa-campfire {
    --fa: "\f6ba"
}

.fa-campground {
    --fa: "\f6bb"
}

.fa-candle-holder {
    --fa: "\f6bc"
}

.fa-candy-corn {
    --fa: "\f6bd"
}

.fa-cat {
    --fa: "\f6be"
}

.fa-cauldron {
    --fa: "\f6bf"
}

.fa-chair {
    --fa: "\f6c0"
}

.fa-chair-office {
    --fa: "\f6c1"
}

.fa-claw-marks {
    --fa: "\f6c2"
}

.fa-cloud-moon {
    --fa: "\f6c3"
}

.fa-cloud-sun {
    --fa: "\f6c4"
}

.fa-cup-togo {
    --fa: "\f6c5"
}

.fa-coffee-togo {
    --fa: "\f6c5"
}

.fa-coffin {
    --fa: "\f6c6"
}

.fa-corn {
    --fa: "\f6c7"
}

.fa-cow {
    --fa: "\f6c8"
}

.fa-dagger {
    --fa: "\f6cb"
}

.fa-dice-d10 {
    --fa: "\f6cd"
}

.fa-dice-d12 {
    --fa: "\f6ce"
}

.fa-dice-d20 {
    --fa: "\f6cf"
}

.fa-dice-d4 {
    --fa: "\f6d0"
}

.fa-dice-d6 {
    --fa: "\f6d1"
}

.fa-dice-d8 {
    --fa: "\f6d2"
}

.fa-dog {
    --fa: "\f6d3"
}

.fa-dog-leashed {
    --fa: "\f6d4"
}

.fa-dragon {
    --fa: "\f6d5"
}

.fa-drumstick {
    --fa: "\f6d6"
}

.fa-drumstick-bite {
    --fa: "\f6d7"
}

.fa-duck {
    --fa: "\f6d8"
}

.fa-dungeon {
    --fa: "\f6d9"
}

.fa-elephant {
    --fa: "\f6da"
}

.fa-eye-evil {
    --fa: "\f6db"
}

.fa-file-csv {
    --fa: "\f6dd"
}

.fa-hand-fist {
    --fa: "\f6de"
}

.fa-fist-raised {
    --fa: "\f6de"
}

.fa-fire-flame {
    --fa: "\f6df"
}

.fa-flame {
    --fa: "\f6df"
}

.fa-flask-round-poison {
    --fa: "\f6e0"
}

.fa-flask-poison {
    --fa: "\f6e0"
}

.fa-flask-round-potion {
    --fa: "\f6e1"
}

.fa-flask-potion {
    --fa: "\f6e1"
}

.fa-ghost {
    --fa: "\f6e2"
}

.fa-hammer {
    --fa: "\f6e3"
}

.fa-hammer-war {
    --fa: "\f6e4"
}

.fa-hand-holding-magic {
    --fa: "\f6e5"
}

.fa-hanukiah {
    --fa: "\f6e6"
}

.fa-hat-witch {
    --fa: "\f6e7"
}

.fa-hat-wizard {
    --fa: "\f6e8"
}

.fa-head-side {
    --fa: "\f6e9"
}

.fa-head-side-goggles {
    --fa: "\f6ea"
}

.fa-head-vr {
    --fa: "\f6ea"
}

.fa-helmet-battle {
    --fa: "\f6eb"
}

.fa-person-hiking {
    --fa: "\f6ec"
}

.fa-hiking {
    --fa: "\f6ec"
}

.fa-hippo {
    --fa: "\f6ed"
}

.fa-hockey-mask {
    --fa: "\f6ee"
}

.fa-hood-cloak {
    --fa: "\f6ef"
}

.fa-horse {
    --fa: "\f6f0"
}

.fa-house-chimney-crack {
    --fa: "\f6f1"
}

.fa-house-damage {
    --fa: "\f6f1"
}

.fa-hryvnia-sign {
    --fa: "\f6f2"
}

.fa-hryvnia {
    --fa: "\f6f2"
}

.fa-key-skeleton {
    --fa: "\f6f3"
}

.fa-kite {
    --fa: "\f6f4"
}

.fa-knife-kitchen {
    --fa: "\f6f5"
}

.fa-leaf-maple {
    --fa: "\f6f6"
}

.fa-leaf-oak {
    --fa: "\f6f7"
}

.fa-mace {
    --fa: "\f6f8"
}

.fa-mandolin {
    --fa: "\f6f9"
}

.fa-mask {
    --fa: "\f6fa"
}

.fa-monkey {
    --fa: "\f6fb"
}

.fa-mountain {
    --fa: "\f6fc"
}

.fa-mountains {
    --fa: "\f6fd"
}

.fa-narwhal {
    --fa: "\f6fe"
}

.fa-network-wired {
    --fa: "\f6ff"
}

.fa-otter {
    --fa: "\f700"
}

.fa-paw-simple {
    --fa: "\f701"
}

.fa-paw-alt {
    --fa: "\f701"
}

.fa-paw-claws {
    --fa: "\f702"
}

.fa-pegasus {
    --fa: "\f703"
}

.fa-pie {
    --fa: "\f705"
}

.fa-pig {
    --fa: "\f706"
}

.fa-pumpkin {
    --fa: "\f707"
}

.fa-rabbit {
    --fa: "\f708"
}

.fa-rabbit-running {
    --fa: "\f709"
}

.fa-rabbit-fast {
    --fa: "\f709"
}

.fa-ram {
    --fa: "\f70a"
}

.fa-ring {
    --fa: "\f70b"
}

.fa-person-running {
    --fa: "\f70c"
}

.fa-running {
    --fa: "\f70c"
}

.fa-scarecrow {
    --fa: "\f70d"
}

.fa-scroll {
    --fa: "\f70e"
}

.fa-scroll-old {
    --fa: "\f70f"
}

.fa-scythe {
    --fa: "\f710"
}

.fa-sheep {
    --fa: "\f711"
}

.fa-shield-cross {
    --fa: "\f712"
}

.fa-shovel {
    --fa: "\f713"
}

.fa-skull-crossbones {
    --fa: "\f714"
}

.fa-slash {
    --fa: "\f715"
}

.fa-snake {
    --fa: "\f716"
}

.fa-spider {
    --fa: "\f717"
}

.fa-spider-black-widow {
    --fa: "\f718"
}

.fa-spider-web {
    --fa: "\f719"
}

.fa-squirrel {
    --fa: "\f71a"
}

.fa-staff {
    --fa: "\f71b"
}

.fa-sword {
    --fa: "\f71c"
}

.fa-swords {
    --fa: "\f71d"
}

.fa-toilet-paper {
    --fa: "\f71e"
}

.fa-toilet-paper-alt {
    --fa: "\f71e"
}

.fa-toilet-paper-blank {
    --fa: "\f71e"
}

.fa-tombstone {
    --fa: "\f720"
}

.fa-tombstone-blank {
    --fa: "\f721"
}

.fa-tombstone-alt {
    --fa: "\f721"
}

.fa-tractor {
    --fa: "\f722"
}

.fa-treasure-chest {
    --fa: "\f723"
}

.fa-trees {
    --fa: "\f724"
}

.fa-turkey {
    --fa: "\f725"
}

.fa-turtle {
    --fa: "\f726"
}

.fa-unicorn {
    --fa: "\f727"
}

.fa-user-injured {
    --fa: "\f728"
}

.fa-vr-cardboard {
    --fa: "\f729"
}

.fa-wand {
    --fa: "\f72a"
}

.fa-wand-sparkles {
    --fa: "\f72b"
}

.fa-whale {
    --fa: "\f72c"
}

.fa-wheat {
    --fa: "\f72d"
}

.fa-wind {
    --fa: "\f72e"
}

.fa-wine-bottle {
    --fa: "\f72f"
}

.fa-ballot {
    --fa: "\f732"
}

.fa-ballot-check {
    --fa: "\f733"
}

.fa-booth-curtain {
    --fa: "\f734"
}

.fa-box-ballot {
    --fa: "\f735"
}

.fa-calendar-star {
    --fa: "\f736"
}

.fa-clipboard-list-check {
    --fa: "\f737"
}

.fa-cloud-drizzle {
    --fa: "\f738"
}

.fa-cloud-hail {
    --fa: "\f739"
}

.fa-cloud-hail-mixed {
    --fa: "\f73a"
}

.fa-cloud-meatball {
    --fa: "\f73b"
}

.fa-cloud-moon-rain {
    --fa: "\f73c"
}

.fa-cloud-rain {
    --fa: "\f73d"
}

.fa-cloud-rainbow {
    --fa: "\f73e"
}

.fa-cloud-showers {
    --fa: "\f73f"
}

.fa-cloud-showers-heavy {
    --fa: "\f740"
}

.fa-cloud-sleet {
    --fa: "\f741"
}

.fa-cloud-snow {
    --fa: "\f742"
}

.fa-cloud-sun-rain {
    --fa: "\f743"
}

.fa-clouds {
    --fa: "\f744"
}

.fa-clouds-moon {
    --fa: "\f745"
}

.fa-clouds-sun {
    --fa: "\f746"
}

.fa-democrat {
    --fa: "\f747"
}

.fa-droplet-degree {
    --fa: "\f748"
}

.fa-dewpoint {
    --fa: "\f748"
}

.fa-eclipse {
    --fa: "\f749"
}

.fa-moon-over-sun {
    --fa: "\f74a"
}

.fa-eclipse-alt {
    --fa: "\f74a"
}

.fa-fire-smoke {
    --fa: "\f74b"
}

.fa-flag-swallowtail {
    --fa: "\f74c"
}

.fa-flag-alt {
    --fa: "\f74c"
}

.fa-flag-usa {
    --fa: "\f74d"
}

.fa-cloud-fog {
    --fa: "\f74e"
}

.fa-fog {
    --fa: "\f74e"
}

.fa-house-water {
    --fa: "\f74f"
}

.fa-house-flood {
    --fa: "\f74f"
}

.fa-droplet-percent {
    --fa: "\f750"
}

.fa-humidity {
    --fa: "\f750"
}

.fa-hurricane {
    --fa: "\f751"
}

.fa-landmark-dome {
    --fa: "\f752"
}

.fa-landmark-alt {
    --fa: "\f752"
}

.fa-meteor {
    --fa: "\f753"
}

.fa-moon-cloud {
    --fa: "\f754"
}

.fa-moon-stars {
    --fa: "\f755"
}

.fa-person-booth {
    --fa: "\f756"
}

.fa-person-sign {
    --fa: "\f757"
}

.fa-podium-star {
    --fa: "\f758"
}

.fa-poll-people {
    --fa: "\f759"
}

.fa-poo-storm {
    --fa: "\f75a"
}

.fa-poo-bolt {
    --fa: "\f75a"
}

.fa-rainbow {
    --fa: "\f75b"
}

.fa-raindrops {
    --fa: "\f75c"
}

.fa-republican {
    --fa: "\f75e"
}

.fa-smog {
    --fa: "\f75f"
}

.fa-smoke {
    --fa: "\f760"
}

.fa-snow-blowing {
    --fa: "\f761"
}

.fa-stars {
    --fa: "\f762"
}

.fa-sun-cloud {
    --fa: "\f763"
}

.fa-sun-dust {
    --fa: "\f764"
}

.fa-sun-haze {
    --fa: "\f765"
}

.fa-sunrise {
    --fa: "\f766"
}

.fa-sunset {
    --fa: "\f767"
}

.fa-temperature-snow {
    --fa: "\f768"
}

.fa-temperature-frigid {
    --fa: "\f768"
}

.fa-temperature-high {
    --fa: "\f769"
}

.fa-temperature-sun {
    --fa: "\f76a"
}

.fa-temperature-hot {
    --fa: "\f76a"
}

.fa-temperature-low {
    --fa: "\f76b"
}

.fa-cloud-bolt {
    --fa: "\f76c"
}

.fa-thunderstorm {
    --fa: "\f76c"
}

.fa-cloud-bolt-moon {
    --fa: "\f76d"
}

.fa-thunderstorm-moon {
    --fa: "\f76d"
}

.fa-cloud-bolt-sun {
    --fa: "\f76e"
}

.fa-thunderstorm-sun {
    --fa: "\f76e"
}

.fa-tornado {
    --fa: "\f76f"
}

.fa-volcano {
    --fa: "\f770"
}

.fa-xmark-to-slot {
    --fa: "\f771"
}

.fa-times-to-slot {
    --fa: "\f771"
}

.fa-vote-nay {
    --fa: "\f771"
}

.fa-check-to-slot {
    --fa: "\f772"
}

.fa-vote-yea {
    --fa: "\f772"
}

.fa-water {
    --fa: "\f773"
}

.fa-water-arrow-down {
    --fa: "\f774"
}

.fa-water-lower {
    --fa: "\f774"
}

.fa-water-arrow-up {
    --fa: "\f775"
}

.fa-water-rise {
    --fa: "\f775"
}

.fa-wind-warning {
    --fa: "\f776"
}

.fa-wind-circle-exclamation {
    --fa: "\f776"
}

.fa-windsock {
    --fa: "\f777"
}

.fa-angel {
    --fa: "\f779"
}

.fa-baby {
    --fa: "\f77c"
}

.fa-baby-carriage {
    --fa: "\f77d"
}

.fa-carriage-baby {
    --fa: "\f77d"
}

.fa-ball-pile {
    --fa: "\f77e"
}

.fa-bells {
    --fa: "\f77f"
}

.fa-biohazard {
    --fa: "\f780"
}

.fa-blog {
    --fa: "\f781"
}

.fa-boot {
    --fa: "\f782"
}

.fa-calendar-day {
    --fa: "\f783"
}

.fa-calendar-week {
    --fa: "\f784"
}

.fa-candy-cane {
    --fa: "\f786"
}

.fa-carrot {
    --fa: "\f787"
}

.fa-cash-register {
    --fa: "\f788"
}

.fa-chart-network {
    --fa: "\f78a"
}

.fa-chimney {
    --fa: "\f78b"
}

.fa-minimize {
    --fa: "\f78c"
}

.fa-compress-arrows-alt {
    --fa: "\f78c"
}

.fa-deer {
    --fa: "\f78e"
}

.fa-deer-rudolph {
    --fa: "\f78f"
}

.fa-dreidel {
    --fa: "\f792"
}

.fa-dumpster {
    --fa: "\f793"
}

.fa-dumpster-fire {
    --fa: "\f794"
}

.fa-ear-muffs {
    --fa: "\f795"
}

.fa-ethernet {
    --fa: "\f796"
}

.fa-fireplace {
    --fa: "\f79a"
}

.fa-snowman-head {
    --fa: "\f79b"
}

.fa-frosty-head {
    --fa: "\f79b"
}

.fa-gifts {
    --fa: "\f79c"
}

.fa-gingerbread-man {
    --fa: "\f79d"
}

.fa-champagne-glass {
    --fa: "\f79e"
}

.fa-glass-champagne {
    --fa: "\f79e"
}

.fa-champagne-glasses {
    --fa: "\f79f"
}

.fa-glass-cheers {
    --fa: "\f79f"
}

.fa-whiskey-glass {
    --fa: "\f7a0"
}

.fa-glass-whiskey {
    --fa: "\f7a0"
}

.fa-whiskey-glass-ice {
    --fa: "\f7a1"
}

.fa-glass-whiskey-rocks {
    --fa: "\f7a1"
}

.fa-earth-europe {
    --fa: "\f7a2"
}

.fa-globe-europe {
    --fa: "\f7a2"
}

.fa-globe-snow {
    --fa: "\f7a3"
}

.fa-grip-lines {
    --fa: "\f7a4"
}

.fa-grip-lines-vertical {
    --fa: "\f7a5"
}

.fa-guitar {
    --fa: "\f7a6"
}

.fa-hat-santa {
    --fa: "\f7a7"
}

.fa-hat-winter {
    --fa: "\f7a8"
}

.fa-heart-crack {
    --fa: "\f7a9"
}

.fa-heart-broken {
    --fa: "\f7a9"
}

.fa-holly-berry {
    --fa: "\f7aa"
}

.fa-horse-head {
    --fa: "\f7ab"
}

.fa-ice-skate {
    --fa: "\f7ac"
}

.fa-icicles {
    --fa: "\f7ad"
}

.fa-igloo {
    --fa: "\f7ae"
}

.fa-lights-holiday {
    --fa: "\f7b2"
}

.fa-mistletoe {
    --fa: "\f7b4"
}

.fa-mitten {
    --fa: "\f7b5"
}

.fa-mug-hot {
    --fa: "\f7b6"
}

.fa-mug-marshmallows {
    --fa: "\f7b7"
}

.fa-ornament {
    --fa: "\f7b8"
}

.fa-radiation {
    --fa: "\f7b9"
}

.fa-circle-radiation {
    --fa: "\f7ba"
}

.fa-radiation-alt {
    --fa: "\f7ba"
}

.fa-restroom {
    --fa: "\f7bd"
}

.fa-rv {
    --fa: "\f7be"
}

.fa-satellite {
    --fa: "\f7bf"
}

.fa-satellite-dish {
    --fa: "\f7c0"
}

.fa-scarf {
    --fa: "\f7c1"
}

.fa-sd-card {
    --fa: "\f7c2"
}

.fa-shovel-snow {
    --fa: "\f7c3"
}

.fa-sim-card {
    --fa: "\f7c4"
}

.fa-person-skating {
    --fa: "\f7c5"
}

.fa-skating {
    --fa: "\f7c5"
}

.fa-person-ski-jumping {
    --fa: "\f7c7"
}

.fa-ski-jump {
    --fa: "\f7c7"
}

.fa-person-ski-lift {
    --fa: "\f7c8"
}

.fa-ski-lift {
    --fa: "\f7c8"
}

.fa-person-skiing {
    --fa: "\f7c9"
}

.fa-skiing {
    --fa: "\f7c9"
}

.fa-person-skiing-nordic {
    --fa: "\f7ca"
}

.fa-skiing-nordic {
    --fa: "\f7ca"
}

.fa-person-sledding {
    --fa: "\f7cb"
}

.fa-sledding {
    --fa: "\f7cb"
}

.fa-sleigh {
    --fa: "\f7cc"
}

.fa-comment-sms {
    --fa: "\f7cd"
}

.fa-sms {
    --fa: "\f7cd"
}

.fa-person-snowboarding {
    --fa: "\f7ce"
}

.fa-snowboarding {
    --fa: "\f7ce"
}

.fa-snowflakes {
    --fa: "\f7cf"
}

.fa-snowman {
    --fa: "\f7d0"
}

.fa-person-snowmobiling {
    --fa: "\f7d1"
}

.fa-snowmobile {
    --fa: "\f7d1"
}

.fa-snowplow {
    --fa: "\f7d2"
}

.fa-star-christmas {
    --fa: "\f7d4"
}

.fa-stocking {
    --fa: "\f7d5"
}

.fa-tenge-sign {
    --fa: "\f7d7"
}

.fa-tenge {
    --fa: "\f7d7"
}

.fa-toilet {
    --fa: "\f7d8"
}

.fa-screwdriver-wrench {
    --fa: "\f7d9"
}

.fa-tools {
    --fa: "\f7d9"
}

.fa-cable-car {
    --fa: "\f7da"
}

.fa-tram {
    --fa: "\f7da"
}

.fa-tree-christmas {
    --fa: "\f7db"
}

.fa-tree-decorated {
    --fa: "\f7dc"
}

.fa-tree-large {
    --fa: "\f7dd"
}

.fa-truck-plow {
    --fa: "\f7de"
}

.fa-wreath {
    --fa: "\f7e2"
}

.fa-fire-flame-curved {
    --fa: "\f7e4"
}

.fa-fire-alt {
    --fa: "\f7e4"
}

.fa-bacon {
    --fa: "\f7e5"
}

.fa-book-medical {
    --fa: "\f7e6"
}

.fa-book-user {
    --fa: "\f7e7"
}

.fa-books-medical {
    --fa: "\f7e8"
}

.fa-brackets-square {
    --fa: "\f7e9"
}

.fa-brackets {
    --fa: "\f7e9"
}

.fa-brackets-curly {
    --fa: "\f7ea"
}

.fa-bread-loaf {
    --fa: "\f7eb"
}

.fa-bread-slice {
    --fa: "\f7ec"
}

.fa-burrito {
    --fa: "\f7ed"
}

.fa-chart-scatter {
    --fa: "\f7ee"
}

.fa-cheese {
    --fa: "\f7ef"
}

.fa-cheese-swiss {
    --fa: "\f7f0"
}

.fa-burger-cheese {
    --fa: "\f7f1"
}

.fa-cheeseburger {
    --fa: "\f7f1"
}

.fa-house-chimney-medical {
    --fa: "\f7f2"
}

.fa-clinic-medical {
    --fa: "\f7f2"
}

.fa-clipboard-user {
    --fa: "\f7f3"
}

.fa-message-medical {
    --fa: "\f7f4"
}

.fa-comment-alt-medical {
    --fa: "\f7f4"
}

.fa-comment-medical {
    --fa: "\f7f5"
}

.fa-croissant {
    --fa: "\f7f6"
}

.fa-crutch {
    --fa: "\f7f7"
}

.fa-crutches {
    --fa: "\f7f8"
}

.fa-ban-bug {
    --fa: "\f7f9"
}

.fa-debug {
    --fa: "\f7f9"
}

.fa-disease {
    --fa: "\f7fa"
}

.fa-egg {
    --fa: "\f7fb"
}

.fa-egg-fried {
    --fa: "\f7fc"
}

.fa-files-medical {
    --fa: "\f7fd"
}

.fa-fish-cooked {
    --fa: "\f7fe"
}

.fa-flower {
    --fa: "\f7ff"
}

.fa-flower-daffodil {
    --fa: "\f800"
}

.fa-flower-tulip {
    --fa: "\f801"
}

.fa-folder-tree {
    --fa: "\f802"
}

.fa-french-fries {
    --fa: "\f803"
}

.fa-glass {
    --fa: "\f804"
}

.fa-burger {
    --fa: "\f805"
}

.fa-hamburger {
    --fa: "\f805"
}

.fa-hand-middle-finger {
    --fa: "\f806"
}

.fa-helmet-safety {
    --fa: "\f807"
}

.fa-hard-hat {
    --fa: "\f807"
}

.fa-hat-hard {
    --fa: "\f807"
}

.fa-head-side-brain {
    --fa: "\f808"
}

.fa-head-side-medical {
    --fa: "\f809"
}

.fa-hospital-user {
    --fa: "\f80d"
}

.fa-hospitals {
    --fa: "\f80e"
}

.fa-hotdog {
    --fa: "\f80f"
}

.fa-ice-cream {
    --fa: "\f810"
}

.fa-island-tropical {
    --fa: "\f811"
}

.fa-island-tree-palm {
    --fa: "\f811"
}

.fa-laptop-medical {
    --fa: "\f812"
}

.fa-mailbox {
    --fa: "\f813"
}

.fa-meat {
    --fa: "\f814"
}

.fa-pager {
    --fa: "\f815"
}

.fa-pepper-hot {
    --fa: "\f816"
}

.fa-pizza {
    --fa: "\f817"
}

.fa-pizza-slice {
    --fa: "\f818"
}

.fa-popcorn {
    --fa: "\f819"
}

.fa-print-magnifying-glass {
    --fa: "\f81a"
}

.fa-print-search {
    --fa: "\f81a"
}

.fa-rings-wedding {
    --fa: "\f81b"
}

.fa-sack {
    --fa: "\f81c"
}

.fa-sack-dollar {
    --fa: "\f81d"
}

.fa-salad {
    --fa: "\f81e"
}

.fa-bowl-salad {
    --fa: "\f81e"
}

.fa-sandwich {
    --fa: "\f81f"
}

.fa-sausage {
    --fa: "\f820"
}

.fa-shish-kebab {
    --fa: "\f821"
}

.fa-sickle {
    --fa: "\f822"
}

.fa-bowl-hot {
    --fa: "\f823"
}

.fa-soup {
    --fa: "\f823"
}

.fa-steak {
    --fa: "\f824"
}

.fa-stretcher {
    --fa: "\f825"
}

.fa-taco {
    --fa: "\f826"
}

.fa-book-tanakh {
    --fa: "\f827"
}

.fa-tanakh {
    --fa: "\f827"
}

.fa-bars-progress {
    --fa: "\f828"
}

.fa-tasks-alt {
    --fa: "\f828"
}

.fa-trash-arrow-up {
    --fa: "\f829"
}

.fa-trash-restore {
    --fa: "\f829"
}

.fa-trash-can-arrow-up {
    --fa: "\f82a"
}

.fa-trash-restore-alt {
    --fa: "\f82a"
}

.fa-tree-palm {
    --fa: "\f82b"
}

.fa-user-helmet-safety {
    --fa: "\f82c"
}

.fa-user-construction {
    --fa: "\f82c"
}

.fa-user-hard-hat {
    --fa: "\f82c"
}

.fa-user-headset {
    --fa: "\f82d"
}

.fa-user-doctor-message {
    --fa: "\f82e"
}

.fa-user-md-chat {
    --fa: "\f82e"
}

.fa-user-nurse {
    --fa: "\f82f"
}

.fa-users-medical {
    --fa: "\f830"
}

.fa-walker {
    --fa: "\f831"
}

.fa-camera-web {
    --fa: "\f832"
}

.fa-webcam {
    --fa: "\f832"
}

.fa-camera-web-slash {
    --fa: "\f833"
}

.fa-webcam-slash {
    --fa: "\f833"
}

.fa-wave-square {
    --fa: "\f83e"
}

.fa-alarm-exclamation {
    --fa: "\f843"
}

.fa-alarm-plus {
    --fa: "\f844"
}

.fa-alarm-snooze {
    --fa: "\f845"
}

.fa-align-slash {
    --fa: "\f846"
}

.fa-bags-shopping {
    --fa: "\f847"
}

.fa-bell-exclamation {
    --fa: "\f848"
}

.fa-bell-plus {
    --fa: "\f849"
}

.fa-person-biking {
    --fa: "\f84a"
}

.fa-biking {
    --fa: "\f84a"
}

.fa-person-biking-mountain {
    --fa: "\f84b"
}

.fa-biking-mountain {
    --fa: "\f84b"
}

.fa-border-all {
    --fa: "\f84c"
}

.fa-border-bottom {
    --fa: "\f84d"
}

.fa-border-inner {
    --fa: "\f84e"
}

.fa-border-left {
    --fa: "\f84f"
}

.fa-border-none {
    --fa: "\f850"
}

.fa-border-outer {
    --fa: "\f851"
}

.fa-border-right {
    --fa: "\f852"
}

.fa-border-top-left {
    --fa: "\f853"
}

.fa-border-style {
    --fa: "\f853"
}

.fa-border-bottom-right {
    --fa: "\f854"
}

.fa-border-style-alt {
    --fa: "\f854"
}

.fa-border-top {
    --fa: "\f855"
}

.fa-bring-forward {
    --fa: "\f856"
}

.fa-bring-front {
    --fa: "\f857"
}

.fa-burger-soda {
    --fa: "\f858"
}

.fa-car-building {
    --fa: "\f859"
}

.fa-car-bus {
    --fa: "\f85a"
}

.fa-cars {
    --fa: "\f85b"
}

.fa-coin {
    --fa: "\f85c"
}

.fa-triangle-person-digging {
    --fa: "\f85d"
}

.fa-construction {
    --fa: "\f85d"
}

.fa-person-digging {
    --fa: "\f85e"
}

.fa-digging {
    --fa: "\f85e"
}

.fa-drone {
    --fa: "\f85f"
}

.fa-drone-front {
    --fa: "\f860"
}

.fa-drone-alt {
    --fa: "\f860"
}

.fa-dryer {
    --fa: "\f861"
}

.fa-dryer-heat {
    --fa: "\f862"
}

.fa-dryer-alt {
    --fa: "\f862"
}

.fa-fan {
    --fa: "\f863"
}

.fa-farm {
    --fa: "\f864"
}

.fa-barn-silo {
    --fa: "\f864"
}

.fa-file-magnifying-glass {
    --fa: "\f865"
}

.fa-file-search {
    --fa: "\f865"
}

.fa-font-case {
    --fa: "\f866"
}

.fa-game-board {
    --fa: "\f867"
}

.fa-game-board-simple {
    --fa: "\f868"
}

.fa-game-board-alt {
    --fa: "\f868"
}

.fa-glass-citrus {
    --fa: "\f869"
}

.fa-h4 {
    --fa: "\f86a"
}

.fa-hat-chef {
    --fa: "\f86b"
}

.fa-horizontal-rule {
    --fa: "\f86c"
}

.fa-icons {
    --fa: "\f86d"
}

.fa-heart-music-camera-bolt {
    --fa: "\f86d"
}

.fa-symbols {
    --fa: "\f86e"
}

.fa-icons-alt {
    --fa: "\f86e"
}

.fa-kerning {
    --fa: "\f86f"
}

.fa-line-columns {
    --fa: "\f870"
}

.fa-line-height {
    --fa: "\f871"
}

.fa-money-check-pen {
    --fa: "\f872"
}

.fa-money-check-edit {
    --fa: "\f872"
}

.fa-money-check-dollar-pen {
    --fa: "\f873"
}

.fa-money-check-edit-alt {
    --fa: "\f873"
}

.fa-mug {
    --fa: "\f874"
}

.fa-mug-tea {
    --fa: "\f875"
}

.fa-overline {
    --fa: "\f876"
}

.fa-file-dashed-line {
    --fa: "\f877"
}

.fa-page-break {
    --fa: "\f877"
}

.fa-paragraph-left {
    --fa: "\f878"
}

.fa-paragraph-rtl {
    --fa: "\f878"
}

.fa-phone-flip {
    --fa: "\f879"
}

.fa-phone-alt {
    --fa: "\f879"
}

.fa-laptop-mobile {
    --fa: "\f87a"
}

.fa-phone-laptop {
    --fa: "\f87a"
}

.fa-square-phone-flip {
    --fa: "\f87b"
}

.fa-phone-square-alt {
    --fa: "\f87b"
}

.fa-photo-film {
    --fa: "\f87c"
}

.fa-photo-video {
    --fa: "\f87c"
}

.fa-text-slash {
    --fa: "\f87d"
}

.fa-remove-format {
    --fa: "\f87d"
}

.fa-send-back {
    --fa: "\f87e"
}

.fa-send-backward {
    --fa: "\f87f"
}

.fa-snooze {
    --fa: "\f880"
}

.fa-zzz {
    --fa: "\f880"
}

.fa-arrow-down-z-a {
    --fa: "\f881"
}

.fa-sort-alpha-desc {
    --fa: "\f881"
}

.fa-sort-alpha-down-alt {
    --fa: "\f881"
}

.fa-arrow-up-z-a {
    --fa: "\f882"
}

.fa-sort-alpha-up-alt {
    --fa: "\f882"
}

.fa-arrow-down-arrow-up {
    --fa: "\f883"
}

.fa-sort-alt {
    --fa: "\f883"
}

.fa-arrow-down-short-wide {
    --fa: "\f884"
}

.fa-sort-amount-desc {
    --fa: "\f884"
}

.fa-sort-amount-down-alt {
    --fa: "\f884"
}

.fa-arrow-up-short-wide {
    --fa: "\f885"
}

.fa-sort-amount-up-alt {
    --fa: "\f885"
}

.fa-arrow-down-9-1 {
    --fa: "\f886"
}

.fa-sort-numeric-desc {
    --fa: "\f886"
}

.fa-sort-numeric-down-alt {
    --fa: "\f886"
}

.fa-arrow-up-9-1 {
    --fa: "\f887"
}

.fa-sort-numeric-up-alt {
    --fa: "\f887"
}

.fa-arrow-down-triangle-square {
    --fa: "\f888"
}

.fa-sort-shapes-down {
    --fa: "\f888"
}

.fa-arrow-down-square-triangle {
    --fa: "\f889"
}

.fa-sort-shapes-down-alt {
    --fa: "\f889"
}

.fa-arrow-up-triangle-square {
    --fa: "\f88a"
}

.fa-sort-shapes-up {
    --fa: "\f88a"
}

.fa-arrow-up-square-triangle {
    --fa: "\f88b"
}

.fa-sort-shapes-up-alt {
    --fa: "\f88b"
}

.fa-arrow-down-big-small {
    --fa: "\f88c"
}

.fa-sort-size-down {
    --fa: "\f88c"
}

.fa-arrow-down-small-big {
    --fa: "\f88d"
}

.fa-sort-size-down-alt {
    --fa: "\f88d"
}

.fa-arrow-up-big-small {
    --fa: "\f88e"
}

.fa-sort-size-up {
    --fa: "\f88e"
}

.fa-arrow-up-small-big {
    --fa: "\f88f"
}

.fa-sort-size-up-alt {
    --fa: "\f88f"
}

.fa-sparkles {
    --fa: "\f890"
}

.fa-spell-check {
    --fa: "\f891"
}

.fa-sunglasses {
    --fa: "\f892"
}

.fa-text {
    --fa: "\f893"
}

.fa-text-size {
    --fa: "\f894"
}

.fa-trash-undo {
    --fa: "\f895"
}

.fa-trash-arrow-turn-left {
    --fa: "\f895"
}

.fa-trash-can-undo {
    --fa: "\f896"
}

.fa-trash-can-arrow-turn-left {
    --fa: "\f896"
}

.fa-trash-undo-alt {
    --fa: "\f896"
}

.fa-voicemail {
    --fa: "\f897"
}

.fa-washing-machine {
    --fa: "\f898"
}

.fa-washer {
    --fa: "\f898"
}

.fa-wave-sine {
    --fa: "\f899"
}

.fa-wave-triangle {
    --fa: "\f89a"
}

.fa-wind-turbine {
    --fa: "\f89b"
}

.fa-border-center-h {
    --fa: "\f89c"
}

.fa-border-center-v {
    --fa: "\f89d"
}

.fa-album {
    --fa: "\f89f"
}

.fa-album-collection {
    --fa: "\f8a0"
}

.fa-amp-guitar {
    --fa: "\f8a1"
}

.fa-badge-sheriff {
    --fa: "\f8a2"
}

.fa-banjo {
    --fa: "\f8a3"
}

.fa-cassette-betamax {
    --fa: "\f8a4"
}

.fa-betamax {
    --fa: "\f8a4"
}

.fa-boombox {
    --fa: "\f8a5"
}

.fa-cactus {
    --fa: "\f8a7"
}

.fa-camcorder {
    --fa: "\f8a8"
}

.fa-video-handheld {
    --fa: "\f8a8"
}

.fa-camera-movie {
    --fa: "\f8a9"
}

.fa-camera-polaroid {
    --fa: "\f8aa"
}

.fa-cassette-tape {
    --fa: "\f8ab"
}

.fa-camera-cctv {
    --fa: "\f8ac"
}

.fa-cctv {
    --fa: "\f8ac"
}

.fa-clarinet {
    --fa: "\f8ad"
}

.fa-cloud-music {
    --fa: "\f8ae"
}

.fa-message-music {
    --fa: "\f8af"
}

.fa-comment-alt-music {
    --fa: "\f8af"
}

.fa-comment-music {
    --fa: "\f8b0"
}

.fa-computer-classic {
    --fa: "\f8b1"
}

.fa-computer-speaker {
    --fa: "\f8b2"
}

.fa-cowbell {
    --fa: "\f8b3"
}

.fa-cowbell-circle-plus {
    --fa: "\f8b4"
}

.fa-cowbell-more {
    --fa: "\f8b4"
}

.fa-disc-drive {
    --fa: "\f8b5"
}

.fa-file-music {
    --fa: "\f8b6"
}

.fa-film-canister {
    --fa: "\f8b7"
}

.fa-film-cannister {
    --fa: "\f8b7"
}

.fa-flashlight {
    --fa: "\f8b8"
}

.fa-flute {
    --fa: "\f8b9"
}

.fa-flux-capacitor {
    --fa: "\f8ba"
}

.fa-game-console-handheld {
    --fa: "\f8bb"
}

.fa-gramophone {
    --fa: "\f8bd"
}

.fa-guitar-electric {
    --fa: "\f8be"
}

.fa-guitars {
    --fa: "\f8bf"
}

.fa-hat-cowboy {
    --fa: "\f8c0"
}

.fa-hat-cowboy-side {
    --fa: "\f8c1"
}

.fa-head-side-headphones {
    --fa: "\f8c2"
}

.fa-horse-saddle {
    --fa: "\f8c3"
}

.fa-image-polaroid {
    --fa: "\f8c4"
}

.fa-joystick {
    --fa: "\f8c5"
}

.fa-jug {
    --fa: "\f8c6"
}

.fa-kazoo {
    --fa: "\f8c7"
}

.fa-lasso {
    --fa: "\f8c8"
}

.fa-list-music {
    --fa: "\f8c9"
}

.fa-microphone-stand {
    --fa: "\f8cb"
}

.fa-computer-mouse {
    --fa: "\f8cc"
}

.fa-mouse {
    --fa: "\f8cc"
}

.fa-computer-mouse-scrollwheel {
    --fa: "\f8cd"
}

.fa-mouse-alt {
    --fa: "\f8cd"
}

.fa-mp3-player {
    --fa: "\f8ce"
}

.fa-music-note {
    --fa: "\f8cf"
}

.fa-music-alt {
    --fa: "\f8cf"
}

.fa-music-note-slash {
    --fa: "\f8d0"
}

.fa-music-alt-slash {
    --fa: "\f8d0"
}

.fa-music-slash {
    --fa: "\f8d1"
}

.fa-phone-rotary {
    --fa: "\f8d3"
}

.fa-piano {
    --fa: "\f8d4"
}

.fa-piano-keyboard {
    --fa: "\f8d5"
}

.fa-projector {
    --fa: "\f8d6"
}

.fa-radio {
    --fa: "\f8d7"
}

.fa-radio-tuner {
    --fa: "\f8d8"
}

.fa-radio-alt {
    --fa: "\f8d8"
}

.fa-record-vinyl {
    --fa: "\f8d9"
}

.fa-router {
    --fa: "\f8da"
}

.fa-saxophone-fire {
    --fa: "\f8db"
}

.fa-sax-hot {
    --fa: "\f8db"
}

.fa-saxophone {
    --fa: "\f8dc"
}

.fa-signal-stream {
    --fa: "\f8dd"
}

.fa-skull-cow {
    --fa: "\f8de"
}

.fa-speaker {
    --fa: "\f8df"
}

.fa-speakers {
    --fa: "\f8e0"
}

.fa-triangle-instrument {
    --fa: "\f8e2"
}

.fa-triangle-music {
    --fa: "\f8e2"
}

.fa-trumpet {
    --fa: "\f8e3"
}

.fa-turntable {
    --fa: "\f8e4"
}

.fa-tv-music {
    --fa: "\f8e6"
}

.fa-typewriter {
    --fa: "\f8e7"
}

.fa-usb-drive {
    --fa: "\f8e9"
}

.fa-user-cowboy {
    --fa: "\f8ea"
}

.fa-user-music {
    --fa: "\f8eb"
}

.fa-cassette-vhs {
    --fa: "\f8ec"
}

.fa-vhs {
    --fa: "\f8ec"
}

.fa-violin {
    --fa: "\f8ed"
}

.fa-wagon-covered {
    --fa: "\f8ee"
}

.fa-walkie-talkie {
    --fa: "\f8ef"
}

.fa-watch-calculator {
    --fa: "\f8f0"
}

.fa-waveform {
    --fa: "\f8f1"
}

.fa-waveform-lines {
    --fa: "\f8f2"
}

.fa-waveform-path {
    --fa: "\f8f2"
}

.fa-scanner-image {
    --fa: "\f8f3"
}

.fa-air-conditioner {
    --fa: "\f8f4"
}

.fa-alien {
    --fa: "\f8f5"
}

.fa-alien-8bit {
    --fa: "\f8f6"
}

.fa-alien-monster {
    --fa: "\f8f6"
}

.fa-bed-front {
    --fa: "\f8f7"
}

.fa-bed-alt {
    --fa: "\f8f7"
}

.fa-bed-bunk {
    --fa: "\f8f8"
}

.fa-bed-empty {
    --fa: "\f8f9"
}

.fa-bell-on {
    --fa: "\f8fa"
}

.fa-blinds {
    --fa: "\f8fb"
}

.fa-blinds-open {
    --fa: "\f8fc"
}

.fa-blinds-raised {
    --fa: "\f8fd"
}

.fa-camera-security {
    --fa: "\f8fe"
}

.fa-camera-home {
    --fa: "\f8fe"
}

.fa-caravan {
    --fa: "\f8ff"
}

:host,
:root {
    --fa-family-brands: "Font Awesome 7 Brands";
    --fa-font-brands: normal 400 1em/1 var(--fa-family-brands)
}

@font-face {
    font-family: "Font Awesome 7 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../0000/font/font-awesome/7.1.0/fa-brands-400.woff2)
}

.fa-brands,
.fa-classic.fa-brands,
.fab {
    --fa-family: var(--fa-family-brands);
    --fa-style: 400
}

.fa-firefox-browser {
    --fa: "\e007"
}

.fa-ideal {
    --fa: "\e013"
}

.fa-microblog {
    --fa: "\e01a"
}

.fa-square-pied-piper {
    --fa: "\e01e"
}

.fa-pied-piper-square {
    --fa: "\e01e"
}

.fa-unity {
    --fa: "\e049"
}

.fa-dailymotion {
    --fa: "\e052"
}

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

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

.fa-mixer {
    --fa: "\e056"
}

.fa-shopify {
    --fa: "\e057"
}

.fa-deezer {
    --fa: "\e077"
}

.fa-edge-legacy {
    --fa: "\e078"
}

.fa-google-pay {
    --fa: "\e079"
}

.fa-rust {
    --fa: "\e07a"
}

.fa-tiktok {
    --fa: "\e07b"
}

.fa-unsplash {
    --fa: "\e07c"
}

.fa-cloudflare {
    --fa: "\e07d"
}

.fa-guilded {
    --fa: "\e07e"
}

.fa-hive {
    --fa: "\e07f"
}

.fa-42-group {
    --fa: "\e080"
}

.fa-innosoft {
    --fa: "\e080"
}

.fa-instalod {
    --fa: "\e081"
}

.fa-octopus-deploy {
    --fa: "\e082"
}

.fa-perbyte {
    --fa: "\e083"
}

.fa-uncharted {
    --fa: "\e084"
}

.fa-watchman-monitoring {
    --fa: "\e087"
}

.fa-wodu {
    --fa: "\e088"
}

.fa-wirsindhandwerk {
    --fa: "\e2d0"
}

.fa-wsh {
    --fa: "\e2d0"
}

.fa-bots {
    --fa: "\e340"
}

.fa-cmplid {
    --fa: "\e360"
}

.fa-bilibili {
    --fa: "\e3d9"
}

.fa-golang {
    --fa: "\e40f"
}

.fa-pix {
    --fa: "\e43a"
}

.fa-sitrox {
    --fa: "\e44a"
}

.fa-hashnode {
    --fa: "\e499"
}

.fa-meta {
    --fa: "\e49b"
}

.fa-padlet {
    --fa: "\e4a0"
}

.fa-nfc-directional {
    --fa: "\e530"
}

.fa-nfc-symbol {
    --fa: "\e531"
}

.fa-screenpal {
    --fa: "\e570"
}

.fa-space-awesome {
    --fa: "\e5ac"
}

.fa-square-font-awesome {
    --fa: "\e5ad"
}

.fa-square-gitlab {
    --fa: "\e5ae"
}

.fa-gitlab-square {
    --fa: "\e5ae"
}

.fa-odysee {
    --fa: "\e5c6"
}

.fa-stubber {
    --fa: "\e5c7"
}

.fa-debian {
    --fa: "\e60b"
}

.fa-shoelace {
    --fa: "\e60c"
}

.fa-threads {
    --fa: "\e618"
}

.fa-square-threads {
    --fa: "\e619"
}

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

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

.fa-opensuse {
    --fa: "\e62b"
}

.fa-letterboxd {
    --fa: "\e62d"
}

.fa-square-letterboxd {
    --fa: "\e62e"
}

.fa-mintbit {
    --fa: "\e62f"
}

.fa-google-scholar {
    --fa: "\e63b"
}

.fa-brave {
    --fa: "\e63c"
}

.fa-brave-reverse {
    --fa: "\e63d"
}

.fa-pixiv {
    --fa: "\e640"
}

.fa-upwork {
    --fa: "\e641"
}

.fa-webflow {
    --fa: "\e65c"
}

.fa-signal-messenger {
    --fa: "\e663"
}

.fa-bluesky {
    --fa: "\e671"
}

.fa-jxl {
    --fa: "\e67b"
}

.fa-square-upwork {
    --fa: "\e67c"
}

.fa-web-awesome {
    --fa: "\e682"
}

.fa-square-web-awesome {
    --fa: "\e683"
}

.fa-square-web-awesome-stroke {
    --fa: "\e684"
}

.fa-dart-lang {
    --fa: "\e693"
}

.fa-flutter {
    --fa: "\e694"
}

.fa-files-pinwheel {
    --fa: "\e69f"
}

.fa-css {
    --fa: "\e6a2"
}

.fa-square-bluesky {
    --fa: "\e6a3"
}

.fa-openai {
    --fa: "\e7cf"
}

.fa-square-linkedin {
    --fa: "\e7d0"
}

.fa-cash-app {
    --fa: "\e7d4"
}

.fa-disqus {
    --fa: "\e7d5"
}

.fa-eleventy {
    --fa: "\e7d6"
}

.fa-11ty {
    --fa: "\e7d6"
}

.fa-kakao-talk {
    --fa: "\e7d7"
}

.fa-linktree {
    --fa: "\e7d8"
}

.fa-notion {
    --fa: "\e7d9"
}

.fa-pandora {
    --fa: "\e7da"
}

.fa-pixelfed {
    --fa: "\e7db"
}

.fa-tidal {
    --fa: "\e7dc"
}

.fa-vsco {
    --fa: "\e7dd"
}

.fa-w3c {
    --fa: "\e7de"
}

.fa-lumon {
    --fa: "\e7e2"
}

.fa-lumon-drop {
    --fa: "\e7e3"
}

.fa-square-figma {
    --fa: "\e7e4"
}

.fa-tex {
    --fa: "\e7ff"
}

.fa-duolingo {
    --fa: "\e812"
}

.fa-supportnow {
    --fa: "\e833"
}

.fa-tor-browser {
    --fa: "\e838"
}

.fa-square-twitter {
    --fa: "\f081"
}

.fa-twitter-square {
    --fa: "\f081"
}

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

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

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

.fa-square-github {
    --fa: "\f092"
}

.fa-github-square {
    --fa: "\f092"
}

.fa-twitter {
    --fa: "\f099"
}

.fa-facebook {
    --fa: "\f09a"
}

.fa-github {
    --fa: "\f09b"
}

.fa-pinterest {
    --fa: "\f0d2"
}

.fa-square-pinterest {
    --fa: "\f0d3"
}

.fa-pinterest-square {
    --fa: "\f0d3"
}

.fa-square-google-plus {
    --fa: "\f0d4"
}

.fa-google-plus-square {
    --fa: "\f0d4"
}

.fa-google-plus-g {
    --fa: "\f0d5"
}

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

.fa-github-alt {
    --fa: "\f113"
}

.fa-maxcdn {
    --fa: "\f136"
}

.fa-html5 {
    --fa: "\f13b"
}

.fa-css3 {
    --fa: "\f13c"
}

.fa-btc {
    --fa: "\f15a"
}

.fa-youtube {
    --fa: "\f167"
}

.fa-xing {
    --fa: "\f168"
}

.fa-square-xing {
    --fa: "\f169"
}

.fa-xing-square {
    --fa: "\f169"
}

.fa-dropbox {
    --fa: "\f16b"
}

.fa-stack-overflow {
    --fa: "\f16c"
}

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

.fa-flickr {
    --fa: "\f16e"
}

.fa-adn {
    --fa: "\f170"
}

.fa-bitbucket {
    --fa: "\f171"
}

.fa-tumblr {
    --fa: "\f173"
}

.fa-square-tumblr {
    --fa: "\f174"
}

.fa-tumblr-square {
    --fa: "\f174"
}

.fa-apple {
    --fa: "\f179"
}

.fa-windows {
    --fa: "\f17a"
}

.fa-android {
    --fa: "\f17b"
}

.fa-linux {
    --fa: "\f17c"
}

.fa-dribbble {
    --fa: "\f17d"
}

.fa-skype {
    --fa: "\f17e"
}

.fa-foursquare {
    --fa: "\f180"
}

.fa-trello {
    --fa: "\f181"
}

.fa-gratipay {
    --fa: "\f184"
}

.fa-vk {
    --fa: "\f189"
}

.fa-weibo {
    --fa: "\f18a"
}

.fa-renren {
    --fa: "\f18b"
}

.fa-pagelines {
    --fa: "\f18c"
}

.fa-stack-exchange {
    --fa: "\f18d"
}

.fa-square-vimeo {
    --fa: "\f194"
}

.fa-vimeo-square {
    --fa: "\f194"
}

.fa-slack {
    --fa: "\f198"
}

.fa-slack-hash {
    --fa: "\f198"
}

.fa-wordpress {
    --fa: "\f19a"
}

.fa-openid {
    --fa: "\f19b"
}

.fa-yahoo {
    --fa: "\f19e"
}

.fa-google {
    --fa: "\f1a0"
}

.fa-reddit {
    --fa: "\f1a1"
}

.fa-square-reddit {
    --fa: "\f1a2"
}

.fa-reddit-square {
    --fa: "\f1a2"
}

.fa-stumbleupon-circle {
    --fa: "\f1a3"
}

.fa-stumbleupon {
    --fa: "\f1a4"
}

.fa-delicious {
    --fa: "\f1a5"
}

.fa-digg {
    --fa: "\f1a6"
}

.fa-pied-piper-pp {
    --fa: "\f1a7"
}

.fa-pied-piper-alt {
    --fa: "\f1a8"
}

.fa-drupal {
    --fa: "\f1a9"
}

.fa-joomla {
    --fa: "\f1aa"
}

.fa-behance {
    --fa: "\f1b4"
}

.fa-square-behance {
    --fa: "\f1b5"
}

.fa-behance-square {
    --fa: "\f1b5"
}

.fa-steam {
    --fa: "\f1b6"
}

.fa-square-steam {
    --fa: "\f1b7"
}

.fa-steam-square {
    --fa: "\f1b7"
}

.fa-spotify {
    --fa: "\f1bc"
}

.fa-deviantart {
    --fa: "\f1bd"
}

.fa-soundcloud {
    --fa: "\f1be"
}

.fa-vine {
    --fa: "\f1ca"
}

.fa-codepen {
    --fa: "\f1cb"
}

.fa-jsfiddle {
    --fa: "\f1cc"
}

.fa-rebel {
    --fa: "\f1d0"
}

.fa-empire {
    --fa: "\f1d1"
}

.fa-square-git {
    --fa: "\f1d2"
}

.fa-git-square {
    --fa: "\f1d2"
}

.fa-git {
    --fa: "\f1d3"
}

.fa-hacker-news {
    --fa: "\f1d4"
}

.fa-tencent-weibo {
    --fa: "\f1d5"
}

.fa-qq {
    --fa: "\f1d6"
}

.fa-weixin {
    --fa: "\f1d7"
}

.fa-slideshare {
    --fa: "\f1e7"
}

.fa-twitch {
    --fa: "\f1e8"
}

.fa-yelp {
    --fa: "\f1e9"
}

.fa-paypal {
    --fa: "\f1ed"
}

.fa-google-wallet {
    --fa: "\f1ee"
}

.fa-cc-visa {
    --fa: "\f1f0"
}

.fa-cc-mastercard {
    --fa: "\f1f1"
}

.fa-cc-discover {
    --fa: "\f1f2"
}

.fa-cc-amex {
    --fa: "\f1f3"
}

.fa-cc-paypal {
    --fa: "\f1f4"
}

.fa-cc-stripe {
    --fa: "\f1f5"
}

.fa-lastfm {
    --fa: "\f202"
}

.fa-square-lastfm {
    --fa: "\f203"
}

.fa-lastfm-square {
    --fa: "\f203"
}

.fa-ioxhost {
    --fa: "\f208"
}

.fa-angellist {
    --fa: "\f209"
}

.fa-buysellads {
    --fa: "\f20d"
}

.fa-connectdevelop {
    --fa: "\f20e"
}

.fa-dashcube {
    --fa: "\f210"
}

.fa-forumbee {
    --fa: "\f211"
}

.fa-leanpub {
    --fa: "\f212"
}

.fa-sellsy {
    --fa: "\f213"
}

.fa-shirtsinbulk {
    --fa: "\f214"
}

.fa-simplybuilt {
    --fa: "\f215"
}

.fa-skyatlas {
    --fa: "\f216"
}

.fa-pinterest-p {
    --fa: "\f231"
}

.fa-whatsapp {
    --fa: "\f232"
}

.fa-viacoin {
    --fa: "\f237"
}

.fa-medium {
    --fa: "\f23a"
}

.fa-medium-m {
    --fa: "\f23a"
}

.fa-y-combinator {
    --fa: "\f23b"
}

.fa-optin-monster {
    --fa: "\f23c"
}

.fa-opencart {
    --fa: "\f23d"
}

.fa-expeditedssl {
    --fa: "\f23e"
}

.fa-cc-jcb {
    --fa: "\f24b"
}

.fa-cc-diners-club {
    --fa: "\f24c"
}

.fa-creative-commons {
    --fa: "\f25e"
}

.fa-gg {
    --fa: "\f260"
}

.fa-gg-circle {
    --fa: "\f261"
}

.fa-odnoklassniki {
    --fa: "\f263"
}

.fa-square-odnoklassniki {
    --fa: "\f264"
}

.fa-odnoklassniki-square {
    --fa: "\f264"
}

.fa-get-pocket {
    --fa: "\f265"
}

.fa-wikipedia-w {
    --fa: "\f266"
}

.fa-safari {
    --fa: "\f267"
}

.fa-chrome {
    --fa: "\f268"
}

.fa-firefox {
    --fa: "\f269"
}

.fa-opera {
    --fa: "\f26a"
}

.fa-internet-explorer {
    --fa: "\f26b"
}

.fa-contao {
    --fa: "\f26d"
}

.fa-500px {
    --fa: "\f26e"
}

.fa-amazon {
    --fa: "\f270"
}

.fa-houzz {
    --fa: "\f27c"
}

.fa-vimeo-v {
    --fa: "\f27d"
}

.fa-black-tie {
    --fa: "\f27e"
}

.fa-fonticons {
    --fa: "\f280"
}

.fa-reddit-alien {
    --fa: "\f281"
}

.fa-edge {
    --fa: "\f282"
}

.fa-codiepie {
    --fa: "\f284"
}

.fa-modx {
    --fa: "\f285"
}

.fa-fort-awesome {
    --fa: "\f286"
}

.fa-usb {
    --fa: "\f287"
}

.fa-product-hunt {
    --fa: "\f288"
}

.fa-mixcloud {
    --fa: "\f289"
}

.fa-scribd {
    --fa: "\f28a"
}

.fa-bluetooth {
    --fa: "\f293"
}

.fa-bluetooth-b {
    --fa: "\f294"
}

.fa-gitlab {
    --fa: "\f296"
}

.fa-wpbeginner {
    --fa: "\f297"
}

.fa-wpforms {
    --fa: "\f298"
}

.fa-envira {
    --fa: "\f299"
}

.fa-glide {
    --fa: "\f2a5"
}

.fa-glide-g {
    --fa: "\f2a6"
}

.fa-viadeo {
    --fa: "\f2a9"
}

.fa-square-viadeo {
    --fa: "\f2aa"
}

.fa-viadeo-square {
    --fa: "\f2aa"
}

.fa-snapchat {
    --fa: "\f2ab"
}

.fa-snapchat-ghost {
    --fa: "\f2ab"
}

.fa-square-snapchat {
    --fa: "\f2ad"
}

.fa-snapchat-square {
    --fa: "\f2ad"
}

.fa-pied-piper {
    --fa: "\f2ae"
}

.fa-first-order {
    --fa: "\f2b0"
}

.fa-yoast {
    --fa: "\f2b1"
}

.fa-themeisle {
    --fa: "\f2b2"
}

.fa-google-plus {
    --fa: "\f2b3"
}

.fa-font-awesome {
    --fa: "\f2b4"
}

.fa-font-awesome-flag {
    --fa: "\f2b4"
}

.fa-font-awesome-logo-full {
    --fa: "\f2b4"
}

.fa-linode {
    --fa: "\f2b8"
}

.fa-quora {
    --fa: "\f2c4"
}

.fa-free-code-camp {
    --fa: "\f2c5"
}

.fa-telegram {
    --fa: "\f2c6"
}

.fa-telegram-plane {
    --fa: "\f2c6"
}

.fa-bandcamp {
    --fa: "\f2d5"
}

.fa-grav {
    --fa: "\f2d6"
}

.fa-etsy {
    --fa: "\f2d7"
}

.fa-imdb {
    --fa: "\f2d8"
}

.fa-ravelry {
    --fa: "\f2d9"
}

.fa-sellcast {
    --fa: "\f2da"
}

.fa-superpowers {
    --fa: "\f2dd"
}

.fa-wpexplorer {
    --fa: "\f2de"
}

.fa-meetup {
    --fa: "\f2e0"
}

.fa-square-font-awesome-stroke {
    --fa: "\f35c"
}

.fa-font-awesome-alt {
    --fa: "\f35c"
}

.fa-accessible-icon {
    --fa: "\f368"
}

.fa-accusoft {
    --fa: "\f369"
}

.fa-adversal {
    --fa: "\f36a"
}

.fa-affiliatetheme {
    --fa: "\f36b"
}

.fa-algolia {
    --fa: "\f36c"
}

.fa-amilia {
    --fa: "\f36d"
}

.fa-angrycreative {
    --fa: "\f36e"
}

.fa-app-store {
    --fa: "\f36f"
}

.fa-app-store-ios {
    --fa: "\f370"
}

.fa-apper {
    --fa: "\f371"
}

.fa-asymmetrik {
    --fa: "\f372"
}

.fa-audible {
    --fa: "\f373"
}

.fa-avianex {
    --fa: "\f374"
}

.fa-aws {
    --fa: "\f375"
}

.fa-bimobject {
    --fa: "\f378"
}

.fa-bitcoin {
    --fa: "\f379"
}

.fa-bity {
    --fa: "\f37a"
}

.fa-blackberry {
    --fa: "\f37b"
}

.fa-blogger {
    --fa: "\f37c"
}

.fa-blogger-b {
    --fa: "\f37d"
}

.fa-buromobelexperte {
    --fa: "\f37f"
}

.fa-centercode {
    --fa: "\f380"
}

.fa-cloudscale {
    --fa: "\f383"
}

.fa-cloudsmith {
    --fa: "\f384"
}

.fa-cloudversify {
    --fa: "\f385"
}

.fa-cpanel {
    --fa: "\f388"
}

.fa-css3-alt {
    --fa: "\f38b"
}

.fa-cuttlefish {
    --fa: "\f38c"
}

.fa-d-and-d {
    --fa: "\f38d"
}

.fa-deploydog {
    --fa: "\f38e"
}

.fa-deskpro {
    --fa: "\f38f"
}

.fa-digital-ocean {
    --fa: "\f391"
}

.fa-discord {
    --fa: "\f392"
}

.fa-discourse {
    --fa: "\f393"
}

.fa-dochub {
    --fa: "\f394"
}

.fa-docker {
    --fa: "\f395"
}

.fa-draft2digital {
    --fa: "\f396"
}

.fa-square-dribbble {
    --fa: "\f397"
}

.fa-dribbble-square {
    --fa: "\f397"
}

.fa-dyalog {
    --fa: "\f399"
}

.fa-earlybirds {
    --fa: "\f39a"
}

.fa-erlang {
    --fa: "\f39d"
}

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

.fa-facebook-messenger {
    --fa: "\f39f"
}

.fa-firstdraft {
    --fa: "\f3a1"
}

.fa-fonticons-fi {
    --fa: "\f3a2"
}

.fa-fort-awesome-alt {
    --fa: "\f3a3"
}

.fa-freebsd {
    --fa: "\f3a4"
}

.fa-gitkraken {
    --fa: "\f3a6"
}

.fa-gofore {
    --fa: "\f3a7"
}

.fa-goodreads {
    --fa: "\f3a8"
}

.fa-goodreads-g {
    --fa: "\f3a9"
}

.fa-google-drive {
    --fa: "\f3aa"
}

.fa-google-play {
    --fa: "\f3ab"
}

.fa-gripfire {
    --fa: "\f3ac"
}

.fa-grunt {
    --fa: "\f3ad"
}

.fa-gulp {
    --fa: "\f3ae"
}

.fa-square-hacker-news {
    --fa: "\f3af"
}

.fa-hacker-news-square {
    --fa: "\f3af"
}

.fa-hire-a-helper {
    --fa: "\f3b0"
}

.fa-hotjar {
    --fa: "\f3b1"
}

.fa-hubspot {
    --fa: "\f3b2"
}

.fa-itunes {
    --fa: "\f3b4"
}

.fa-itunes-note {
    --fa: "\f3b5"
}

.fa-jenkins {
    --fa: "\f3b6"
}

.fa-joget {
    --fa: "\f3b7"
}

.fa-js {
    --fa: "\f3b8"
}

.fa-square-js {
    --fa: "\f3b9"
}

.fa-js-square {
    --fa: "\f3b9"
}

.fa-keycdn {
    --fa: "\f3ba"
}

.fa-kickstarter {
    --fa: "\f3bb"
}

.fa-square-kickstarter {
    --fa: "\f3bb"
}

.fa-kickstarter-k {
    --fa: "\f3bc"
}

.fa-laravel {
    --fa: "\f3bd"
}

.fa-line {
    --fa: "\f3c0"
}

.fa-lyft {
    --fa: "\f3c3"
}

.fa-magento {
    --fa: "\f3c4"
}

.fa-medapps {
    --fa: "\f3c6"
}

.fa-medrt {
    --fa: "\f3c8"
}

.fa-microsoft {
    --fa: "\f3ca"
}

.fa-mix {
    --fa: "\f3cb"
}

.fa-mizuni {
    --fa: "\f3cc"
}

.fa-monero {
    --fa: "\f3d0"
}

.fa-napster {
    --fa: "\f3d2"
}

.fa-node-js {
    --fa: "\f3d3"
}

.fa-npm {
    --fa: "\f3d4"
}

.fa-ns8 {
    --fa: "\f3d5"
}

.fa-nutritionix {
    --fa: "\f3d6"
}

.fa-page4 {
    --fa: "\f3d7"
}

.fa-palfed {
    --fa: "\f3d8"
}

.fa-patreon {
    --fa: "\f3d9"
}

.fa-periscope {
    --fa: "\f3da"
}

.fa-phabricator {
    --fa: "\f3db"
}

.fa-phoenix-framework {
    --fa: "\f3dc"
}

.fa-playstation {
    --fa: "\f3df"
}

.fa-pushed {
    --fa: "\f3e1"
}

.fa-python {
    --fa: "\f3e2"
}

.fa-red-river {
    --fa: "\f3e3"
}

.fa-wpressr {
    --fa: "\f3e4"
}

.fa-rendact {
    --fa: "\f3e4"
}

.fa-replyd {
    --fa: "\f3e6"
}

.fa-resolving {
    --fa: "\f3e7"
}

.fa-rocketchat {
    --fa: "\f3e8"
}

.fa-rockrms {
    --fa: "\f3e9"
}

.fa-schlix {
    --fa: "\f3ea"
}

.fa-searchengin {
    --fa: "\f3eb"
}

.fa-servicestack {
    --fa: "\f3ec"
}

.fa-sistrix {
    --fa: "\f3ee"
}

.fa-speakap {
    --fa: "\f3f3"
}

.fa-staylinked {
    --fa: "\f3f5"
}

.fa-steam-symbol {
    --fa: "\f3f6"
}

.fa-sticker-mule {
    --fa: "\f3f7"
}

.fa-studiovinari {
    --fa: "\f3f8"
}

.fa-supple {
    --fa: "\f3f9"
}

.fa-uber {
    --fa: "\f402"
}

.fa-uikit {
    --fa: "\f403"
}

.fa-uniregistry {
    --fa: "\f404"
}

.fa-untappd {
    --fa: "\f405"
}

.fa-ussunnah {
    --fa: "\f407"
}

.fa-vaadin {
    --fa: "\f408"
}

.fa-viber {
    --fa: "\f409"
}

.fa-vimeo {
    --fa: "\f40a"
}

.fa-vnv {
    --fa: "\f40b"
}

.fa-square-whatsapp {
    --fa: "\f40c"
}

.fa-whatsapp-square {
    --fa: "\f40c"
}

.fa-whmcs {
    --fa: "\f40d"
}

.fa-wordpress-simple {
    --fa: "\f411"
}

.fa-xbox {
    --fa: "\f412"
}

.fa-yandex {
    --fa: "\f413"
}

.fa-yandex-international {
    --fa: "\f414"
}

.fa-apple-pay {
    --fa: "\f415"
}

.fa-cc-apple-pay {
    --fa: "\f416"
}

.fa-fly {
    --fa: "\f417"
}

.fa-node {
    --fa: "\f419"
}

.fa-osi {
    --fa: "\f41a"
}

.fa-react {
    --fa: "\f41b"
}

.fa-autoprefixer {
    --fa: "\f41c"
}

.fa-less {
    --fa: "\f41d"
}

.fa-sass {
    --fa: "\f41e"
}

.fa-vuejs {
    --fa: "\f41f"
}

.fa-angular {
    --fa: "\f420"
}

.fa-aviato {
    --fa: "\f421"
}

.fa-ember {
    --fa: "\f423"
}

.fa-gitter {
    --fa: "\f426"
}

.fa-hooli {
    --fa: "\f427"
}

.fa-strava {
    --fa: "\f428"
}

.fa-stripe {
    --fa: "\f429"
}

.fa-stripe-s {
    --fa: "\f42a"
}

.fa-typo3 {
    --fa: "\f42b"
}

.fa-amazon-pay {
    --fa: "\f42c"
}

.fa-cc-amazon-pay {
    --fa: "\f42d"
}

.fa-ethereum {
    --fa: "\f42e"
}

.fa-korvue {
    --fa: "\f42f"
}

.fa-elementor {
    --fa: "\f430"
}

.fa-square-youtube {
    --fa: "\f431"
}

.fa-youtube-square {
    --fa: "\f431"
}

.fa-flipboard {
    --fa: "\f44d"
}

.fa-hips {
    --fa: "\f452"
}

.fa-php {
    --fa: "\f457"
}

.fa-quinscape {
    --fa: "\f459"
}

.fa-readme {
    --fa: "\f4d5"
}

.fa-java {
    --fa: "\f4e4"
}

.fa-pied-piper-hat {
    --fa: "\f4e5"
}

.fa-creative-commons-by {
    --fa: "\f4e7"
}

.fa-creative-commons-nc {
    --fa: "\f4e8"
}

.fa-creative-commons-nc-eu {
    --fa: "\f4e9"
}

.fa-creative-commons-nc-jp {
    --fa: "\f4ea"
}

.fa-creative-commons-nd {
    --fa: "\f4eb"
}

.fa-creative-commons-pd {
    --fa: "\f4ec"
}

.fa-creative-commons-pd-alt {
    --fa: "\f4ed"
}

.fa-creative-commons-remix {
    --fa: "\f4ee"
}

.fa-creative-commons-sa {
    --fa: "\f4ef"
}

.fa-creative-commons-sampling {
    --fa: "\f4f0"
}

.fa-creative-commons-sampling-plus {
    --fa: "\f4f1"
}

.fa-creative-commons-share {
    --fa: "\f4f2"
}

.fa-creative-commons-zero {
    --fa: "\f4f3"
}

.fa-ebay {
    --fa: "\f4f4"
}

.fa-keybase {
    --fa: "\f4f5"
}

.fa-mastodon {
    --fa: "\f4f6"
}

.fa-r-project {
    --fa: "\f4f7"
}

.fa-researchgate {
    --fa: "\f4f8"
}

.fa-teamspeak {
    --fa: "\f4f9"
}

.fa-first-order-alt {
    --fa: "\f50a"
}

.fa-fulcrum {
    --fa: "\f50b"
}

.fa-galactic-republic {
    --fa: "\f50c"
}

.fa-galactic-senate {
    --fa: "\f50d"
}

.fa-jedi-order {
    --fa: "\f50e"
}

.fa-mandalorian {
    --fa: "\f50f"
}

.fa-old-republic {
    --fa: "\f510"
}

.fa-phoenix-squadron {
    --fa: "\f511"
}

.fa-sith {
    --fa: "\f512"
}

.fa-trade-federation {
    --fa: "\f513"
}

.fa-wolf-pack-battalion {
    --fa: "\f514"
}

.fa-hornbill {
    --fa: "\f592"
}

.fa-mailchimp {
    --fa: "\f59e"
}

.fa-megaport {
    --fa: "\f5a3"
}

.fa-nimblr {
    --fa: "\f5a8"
}

.fa-rev {
    --fa: "\f5b2"
}

.fa-shopware {
    --fa: "\f5b5"
}

.fa-squarespace {
    --fa: "\f5be"
}

.fa-themeco {
    --fa: "\f5c6"
}

.fa-weebly {
    --fa: "\f5cc"
}

.fa-wix {
    --fa: "\f5cf"
}

.fa-ello {
    --fa: "\f5f1"
}

.fa-hackerrank {
    --fa: "\f5f7"
}

.fa-kaggle {
    --fa: "\f5fa"
}

.fa-markdown {
    --fa: "\f60f"
}

.fa-neos {
    --fa: "\f612"
}

.fa-zhihu {
    --fa: "\f63f"
}

.fa-alipay {
    --fa: "\f642"
}

.fa-the-red-yeti {
    --fa: "\f69d"
}

.fa-critical-role {
    --fa: "\f6c9"
}

.fa-d-and-d-beyond {
    --fa: "\f6ca"
}

.fa-dev {
    --fa: "\f6cc"
}

.fa-fantasy-flight-games {
    --fa: "\f6dc"
}

.fa-wizards-of-the-coast {
    --fa: "\f730"
}

.fa-think-peaks {
    --fa: "\f731"
}

.fa-reacteurope {
    --fa: "\f75d"
}

.fa-artstation {
    --fa: "\f77a"
}

.fa-atlassian {
    --fa: "\f77b"
}

.fa-canadian-maple-leaf {
    --fa: "\f785"
}

.fa-centos {
    --fa: "\f789"
}

.fa-confluence {
    --fa: "\f78d"
}

.fa-dhl {
    --fa: "\f790"
}

.fa-diaspora {
    --fa: "\f791"
}

.fa-fedex {
    --fa: "\f797"
}

.fa-fedora {
    --fa: "\f798"
}

.fa-figma {
    --fa: "\f799"
}

.fa-intercom {
    --fa: "\f7af"
}

.fa-invision {
    --fa: "\f7b0"
}

.fa-jira {
    --fa: "\f7b1"
}

.fa-mendeley {
    --fa: "\f7b3"
}

.fa-raspberry-pi {
    --fa: "\f7bb"
}

.fa-redhat {
    --fa: "\f7bc"
}

.fa-sketch {
    --fa: "\f7c6"
}

.fa-sourcetree {
    --fa: "\f7d3"
}

.fa-suse {
    --fa: "\f7d6"
}

.fa-ubuntu {
    --fa: "\f7df"
}

.fa-ups {
    --fa: "\f7e0"
}

.fa-usps {
    --fa: "\f7e1"
}

.fa-yarn {
    --fa: "\f7e3"
}

.fa-airbnb {
    --fa: "\f834"
}

.fa-battle-net {
    --fa: "\f835"
}

.fa-bootstrap {
    --fa: "\f836"
}

.fa-buffer {
    --fa: "\f837"
}

.fa-chromecast {
    --fa: "\f838"
}

.fa-evernote {
    --fa: "\f839"
}

.fa-itch-io {
    --fa: "\f83a"
}

.fa-salesforce {
    --fa: "\f83b"
}

.fa-speaker-deck {
    --fa: "\f83c"
}

.fa-symfony {
    --fa: "\f83d"
}

.fa-waze {
    --fa: "\f83f"
}

.fa-yammer {
    --fa: "\f840"
}

.fa-git-alt {
    --fa: "\f841"
}

.fa-stackpath {
    --fa: "\f842"
}

.fa-cotton-bureau {
    --fa: "\f89e"
}

.fa-buy-n-large {
    --fa: "\f8a6"
}

.fa-mdb {
    --fa: "\f8ca"
}

.fa-orcid {
    --fa: "\f8d2"
}

.fa-swift {
    --fa: "\f8e1"
}

.fa-umbraco {
    --fa: "\f8e8"
}

:host,
:root {
    --fa-family-classic: "Font Awesome 7 Pro";
    --fa-font-solid: normal 900 1em/1 var(--fa-family-classic);
    --fa-style-family-classic: var(--fa-family-classic)
}

@font-face {
    font-family: "Font Awesome 7 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../0000/font/font-awesome/7.1.0/fa-solid-900.woff2)
}

.fas {
    --fa-family: var(--fa-family-classic);
    --fa-style: 900
}

.fa-classic {
    --fa-family: var(--fa-family-classic)
}

.fa-solid {
    --fa-style: 900
}

:host,
:root {
    --fa-family-classic: "Font Awesome 7 Pro";
    --fa-font-regular: normal 400 1em/1 var(--fa-family-classic);
    --fa-style-family-classic: var(--fa-family-classic)
}

@font-face {
    font-family: "Font Awesome 7 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../0000/font/font-awesome/7.1.0/fa-regular-400.woff2)
}

.far {
    --fa-family: var(--fa-family-classic);
    --fa-style: 400
}

.fa-classic {
    --fa-family: var(--fa-family-classic)
}

.fa-regular {
    --fa-style: 400
}

:host,
:root {
    --fa-family-classic: "Font Awesome 7 Pro";
    --fa-font-light: normal 300 1em/1 var(--fa-family-classic);
    --fa-style-family-classic: var(--fa-family-classic)
}

@font-face {
    font-family: "Font Awesome 7 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: block;
    src: url(../0000/font/font-awesome/7.1.0/fa-light-300.woff2)
}

.fal {
    --fa-family: var(--fa-family-classic);
    --fa-style: 300
}

.fa-classic {
    --fa-family: var(--fa-family-classic)
}

.fa-light {
    --fa-style: 300
}

:host,
:root {
    --fa-family-duotone: "Font Awesome 7 Duotone";
    --fa-font-duotone: normal 900 1em/1 var(--fa-family-duotone);
    --fa-style-family-duotone: var(--fa-family-duotone)
}

@font-face {
    font-family: "Font Awesome 7 Duotone";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../0000/font/font-awesome/7.1.0/fa-duotone-900.woff2)
}

.fa-duotone,
.fad {
    --fa-family: var(--fa-family-duotone);
    --fa-style: 900;
    position: relative;
    letter-spacing: normal
}

.fa-duotone::before,
.fad::before {
    position: absolute;
    color: var(--fa-primary-color, currentColor);
    opacity: var(--fa-primary-opacity, 1)
}

.fa-duotone::after,
.fad::after {
    color: var(--fa-secondary-color, currentColor);
    opacity: var(--fa-secondary-opacity, .4)
}

.fa-duotone.fa-swap-opacity::before,
.fa-swap-opacity .fa-duotone::before,
.fa-swap-opacity .fad::before,
.fad.fa-swap-opacity::before {
    opacity: var(--fa-secondary-opacity, .4)
}

.fa-duotone.fa-swap-opacity::after,
.fa-swap-opacity .fa-duotone::after,
.fa-swap-opacity .fad::after,
.fad.fa-swap-opacity::after {
    opacity: var(--fa-primary-opacity, 1)
}

.fa-duotone.fa-li,
.fa-duotone.fa-stack-1x,
.fa-duotone.fa-stack-2x,
.fad.fa-li,
.fad.fa-stack-1x,
.fad.fa-stack-2x {
    position: absolute
}

.fa.fa-glass {
    --fa: "\f000"
}

.fa.fa-envelope-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-envelope-o {
    --fa: "\f0e0"
}

.fa.fa-star-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-star-o {
    --fa: "\f005"
}

.fa.fa-remove {
    --fa: "\f00d"
}

.fa.fa-close {
    --fa: "\f00d"
}

.fa.fa-gear {
    --fa: "\f013"
}

.fa.fa-trash-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-trash-o {
    --fa: "\f2ed"
}

.fa.fa-home {
    --fa: "\f015"
}

.fa.fa-file-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-file-o {
    --fa: "\f15b"
}

.fa.fa-clock-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-clock-o {
    --fa: "\f017"
}

.fa.fa-arrow-circle-o-down {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-arrow-circle-o-down {
    --fa: "\f358"
}

.fa.fa-arrow-circle-o-up {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-arrow-circle-o-up {
    --fa: "\f35b"
}

.fa.fa-play-circle-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-play-circle-o {
    --fa: "\f144"
}

.fa.fa-repeat {
    --fa: "\f01e"
}

.fa.fa-rotate-right {
    --fa: "\f01e"
}

.fa.fa-refresh {
    --fa: "\f021"
}

.fa.fa-list-alt {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-list-alt {
    --fa: "\f022"
}

.fa.fa-dedent {
    --fa: "\f03b"
}

.fa.fa-video-camera {
    --fa: "\f03d"
}

.fa.fa-picture-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-picture-o {
    --fa: "\f03e"
}

.fa.fa-photo {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-photo {
    --fa: "\f03e"
}

.fa.fa-image {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-image {
    --fa: "\f03e"
}

.fa.fa-map-marker {
    --fa: "\f3c5"
}

.fa.fa-pencil-square-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-pencil-square-o {
    --fa: "\f044"
}

.fa.fa-edit {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-edit {
    --fa: "\f044"
}

.fa.fa-share-square-o {
    --fa: "\f14d"
}

.fa.fa-check-square-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-check-square-o {
    --fa: "\f14a"
}

.fa.fa-arrows {
    --fa: "\f0b2"
}

.fa.fa-times-circle-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-times-circle-o {
    --fa: "\f057"
}

.fa.fa-check-circle-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-check-circle-o {
    --fa: "\f058"
}

.fa.fa-mail-forward {
    --fa: "\f064"
}

.fa.fa-expand {
    --fa: "\f424"
}

.fa.fa-compress {
    --fa: "\f422"
}

.fa.fa-eye {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-eye-slash {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-warning {
    --fa: "\f071"
}

.fa.fa-calendar {
    --fa: "\f073"
}

.fa.fa-arrows-v {
    --fa: "\f338"
}

.fa.fa-arrows-h {
    --fa: "\f337"
}

.fa.fa-bar-chart {
    --fa: "\e0e3"
}

.fa.fa-bar-chart-o {
    --fa: "\e0e3"
}

.fa.fa-twitter-square {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-twitter-square {
    --fa: "\f081"
}

.fa.fa-facebook-square {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

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

.fa.fa-gears {
    --fa: "\f085"
}

.fa.fa-thumbs-o-up {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-thumbs-o-up {
    --fa: "\f164"
}

.fa.fa-thumbs-o-down {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-thumbs-o-down {
    --fa: "\f165"
}

.fa.fa-heart-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-heart-o {
    --fa: "\f004"
}

.fa.fa-sign-out {
    --fa: "\f2f5"
}

.fa.fa-linkedin-square {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

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

.fa.fa-thumb-tack {
    --fa: "\f08d"
}

.fa.fa-external-link {
    --fa: "\f35d"
}

.fa.fa-sign-in {
    --fa: "\f2f6"
}

.fa.fa-github-square {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-github-square {
    --fa: "\f092"
}

.fa.fa-lemon-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-lemon-o {
    --fa: "\f094"
}

.fa.fa-square-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-square-o {
    --fa: "\f0c8"
}

.fa.fa-bookmark-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-bookmark-o {
    --fa: "\f02e"
}

.fa.fa-twitter {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-facebook {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

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

.fa.fa-facebook-f {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

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

.fa.fa-github {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-credit-card {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-feed {
    --fa: "\f09e"
}

.fa.fa-hdd-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-hdd-o {
    --fa: "\f0a0"
}

.fa.fa-hand-o-right {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-hand-o-right {
    --fa: "\f0a4"
}

.fa.fa-hand-o-left {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-hand-o-left {
    --fa: "\f0a5"
}

.fa.fa-hand-o-up {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-hand-o-up {
    --fa: "\f0a6"
}

.fa.fa-hand-o-down {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-hand-o-down {
    --fa: "\f0a7"
}

.fa.fa-globe {
    --fa: "\f57d"
}

.fa.fa-tasks {
    --fa: "\f828"
}

.fa.fa-arrows-alt {
    --fa: "\f31e"
}

.fa.fa-group {
    --fa: "\f0c0"
}

.fa.fa-chain {
    --fa: "\f0c1"
}

.fa.fa-cut {
    --fa: "\f0c4"
}

.fa.fa-files-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-files-o {
    --fa: "\f0c5"
}

.fa.fa-floppy-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-floppy-o {
    --fa: "\f0c7"
}

.fa.fa-save {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-save {
    --fa: "\f0c7"
}

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

.fa.fa-reorder {
    --fa: "\f0c9"
}

.fa.fa-magic {
    --fa: "\e2ca"
}

.fa.fa-pinterest {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-pinterest-square {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-pinterest-square {
    --fa: "\f0d3"
}

.fa.fa-google-plus-square {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-google-plus-square {
    --fa: "\f0d4"
}

.fa.fa-google-plus {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-google-plus {
    --fa: "\f0d5"
}

.fa.fa-money {
    --fa: "\f3d1"
}

.fa.fa-unsorted {
    --fa: "\f0dc"
}

.fa.fa-sort-desc {
    --fa: "\f0dd"
}

.fa.fa-sort-asc {
    --fa: "\f0de"
}

.fa.fa-linkedin {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

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

.fa.fa-rotate-left {
    --fa: "\f0e2"
}

.fa.fa-legal {
    --fa: "\f0e3"
}

.fa.fa-tachometer {
    --fa: "\f625"
}

.fa.fa-dashboard {
    --fa: "\f625"
}

.fa.fa-comment-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-comment-o {
    --fa: "\f075"
}

.fa.fa-comments-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-comments-o {
    --fa: "\f086"
}

.fa.fa-flash {
    --fa: "\f0e7"
}

.fa.fa-clipboard {
    --fa: "\f0ea"
}

.fa.fa-lightbulb-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-lightbulb-o {
    --fa: "\f0eb"
}

.fa.fa-exchange {
    --fa: "\f362"
}

.fa.fa-cloud-download {
    --fa: "\f0ed"
}

.fa.fa-cloud-upload {
    --fa: "\f0ee"
}

.fa.fa-bell-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-bell-o {
    --fa: "\f0f3"
}

.fa.fa-cutlery {
    --fa: "\f2e7"
}

.fa.fa-file-text-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-file-text-o {
    --fa: "\f15c"
}

.fa.fa-building-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-building-o {
    --fa: "\f1ad"
}

.fa.fa-hospital-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-hospital-o {
    --fa: "\f0f8"
}

.fa.fa-tablet {
    --fa: "\f3fa"
}

.fa.fa-mobile {
    --fa: "\f3cd"
}

.fa.fa-mobile-phone {
    --fa: "\f3cd"
}

.fa.fa-circle-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-circle-o {
    --fa: "\f111"
}

.fa.fa-mail-reply {
    --fa: "\f3e5"
}

.fa.fa-github-alt {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-folder-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-folder-o {
    --fa: "\f07b"
}

.fa.fa-folder-open-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-folder-open-o {
    --fa: "\f07c"
}

.fa.fa-smile-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-smile-o {
    --fa: "\f118"
}

.fa.fa-frown-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-frown-o {
    --fa: "\f119"
}

.fa.fa-meh-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-meh-o {
    --fa: "\f11a"
}

.fa.fa-keyboard-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-keyboard-o {
    --fa: "\f11c"
}

.fa.fa-flag-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-flag-o {
    --fa: "\f024"
}

.fa.fa-mail-reply-all {
    --fa: "\f122"
}

.fa.fa-star-half-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-star-half-o {
    --fa: "\f5c0"
}

.fa.fa-star-half-empty {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-star-half-empty {
    --fa: "\f5c0"
}

.fa.fa-star-half-full {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-star-half-full {
    --fa: "\f5c0"
}

.fa.fa-code-fork {
    --fa: "\f126"
}

.fa.fa-chain-broken {
    --fa: "\f127"
}

.fa.fa-unlink {
    --fa: "\f127"
}

.fa.fa-calendar-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-calendar-o {
    --fa: "\f133"
}

.fa.fa-maxcdn {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-html5 {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-css3 {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-unlock-alt {
    --fa: "\f09c"
}

.fa.fa-minus-square-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-minus-square-o {
    --fa: "\f146"
}

.fa.fa-level-up {
    --fa: "\f3bf"
}

.fa.fa-level-down {
    --fa: "\f3be"
}

.fa.fa-pencil-square {
    --fa: "\f14b"
}

.fa.fa-external-link-square {
    --fa: "\f360"
}

.fa.fa-compass {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-caret-square-o-down {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-caret-square-o-down {
    --fa: "\f150"
}

.fa.fa-toggle-down {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-toggle-down {
    --fa: "\f150"
}

.fa.fa-caret-square-o-up {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-caret-square-o-up {
    --fa: "\f151"
}

.fa.fa-toggle-up {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-toggle-up {
    --fa: "\f151"
}

.fa.fa-caret-square-o-right {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-caret-square-o-right {
    --fa: "\f152"
}

.fa.fa-toggle-right {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-toggle-right {
    --fa: "\f152"
}

.fa.fa-eur {
    --fa: "\f153"
}

.fa.fa-euro {
    --fa: "\f153"
}

.fa.fa-gbp {
    --fa: "\f154"
}

.fa.fa-usd {
    --fa: "\$"
}

.fa.fa-dollar {
    --fa: "\$"
}

.fa.fa-inr {
    --fa: "\e1bc"
}

.fa.fa-rupee {
    --fa: "\e1bc"
}

.fa.fa-jpy {
    --fa: "\f157"
}

.fa.fa-cny {
    --fa: "\f157"
}

.fa.fa-rmb {
    --fa: "\f157"
}

.fa.fa-yen {
    --fa: "\f157"
}

.fa.fa-rub {
    --fa: "\f158"
}

.fa.fa-ruble {
    --fa: "\f158"
}

.fa.fa-rouble {
    --fa: "\f158"
}

.fa.fa-krw {
    --fa: "\f159"
}

.fa.fa-won {
    --fa: "\f159"
}

.fa.fa-btc {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-bitcoin {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-bitcoin {
    --fa: "\f15a"
}

.fa.fa-file-text {
    --fa: "\f15c"
}

.fa.fa-sort-alpha-asc {
    --fa: "\f15d"
}

.fa.fa-sort-alpha-desc {
    --fa: "\f881"
}

.fa.fa-sort-amount-asc {
    --fa: "\f884"
}

.fa.fa-sort-amount-desc {
    --fa: "\f160"
}

.fa.fa-sort-numeric-asc {
    --fa: "\f162"
}

.fa.fa-sort-numeric-desc {
    --fa: "\f886"
}

.fa.fa-youtube-square {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-youtube-square {
    --fa: "\f431"
}

.fa.fa-youtube {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-xing {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-xing-square {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-xing-square {
    --fa: "\f169"
}

.fa.fa-youtube-play {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-youtube-play {
    --fa: "\f167"
}

.fa.fa-dropbox {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-stack-overflow {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-instagram {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-flickr {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-adn {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-bitbucket {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-bitbucket-square {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-bitbucket-square {
    --fa: "\f171"
}

.fa.fa-tumblr {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-tumblr-square {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-tumblr-square {
    --fa: "\f174"
}

.fa.fa-long-arrow-down {
    --fa: "\f309"
}

.fa.fa-long-arrow-up {
    --fa: "\f30c"
}

.fa.fa-long-arrow-left {
    --fa: "\f30a"
}

.fa.fa-long-arrow-right {
    --fa: "\f30b"
}

.fa.fa-apple {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-windows {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-android {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-linux {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-dribbble {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-skype {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-foursquare {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-trello {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-gratipay {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-gittip {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-gittip {
    --fa: "\f184"
}

.fa.fa-sun-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-sun-o {
    --fa: "\f185"
}

.fa.fa-moon-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-moon-o {
    --fa: "\f186"
}

.fa.fa-vk {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-weibo {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-renren {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-pagelines {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-stack-exchange {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-arrow-circle-o-right {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-arrow-circle-o-right {
    --fa: "\f35a"
}

.fa.fa-arrow-circle-o-left {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-arrow-circle-o-left {
    --fa: "\f359"
}

.fa.fa-caret-square-o-left {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-caret-square-o-left {
    --fa: "\f191"
}

.fa.fa-toggle-left {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-toggle-left {
    --fa: "\f191"
}

.fa.fa-dot-circle-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-dot-circle-o {
    --fa: "\f192"
}

.fa.fa-vimeo-square {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-vimeo-square {
    --fa: "\f194"
}

.fa.fa-try {
    --fa: "\e2bb"
}

.fa.fa-turkish-lira {
    --fa: "\e2bb"
}

.fa.fa-plus-square-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-plus-square-o {
    --fa: "\f0fe"
}

.fa.fa-slack {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-wordpress {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-openid {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-institution {
    --fa: "\f19c"
}

.fa.fa-bank {
    --fa: "\f19c"
}

.fa.fa-mortar-board {
    --fa: "\f19d"
}

.fa.fa-yahoo {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-google {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-reddit {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-reddit-square {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-reddit-square {
    --fa: "\f1a2"
}

.fa.fa-stumbleupon-circle {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-stumbleupon {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-delicious {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-digg {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-pied-piper-pp {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-pied-piper-alt {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-drupal {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-joomla {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-behance {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-behance-square {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-behance-square {
    --fa: "\f1b5"
}

.fa.fa-steam {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-steam-square {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-steam-square {
    --fa: "\f1b7"
}

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

.fa.fa-cab {
    --fa: "\f1ba"
}

.fa.fa-spotify {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-deviantart {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-soundcloud {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-file-pdf-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-file-pdf-o {
    --fa: "\f1c1"
}

.fa.fa-file-word-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-file-word-o {
    --fa: "\f1c2"
}

.fa.fa-file-excel-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-file-excel-o {
    --fa: "\f1c3"
}

.fa.fa-file-powerpoint-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-file-powerpoint-o {
    --fa: "\f1c4"
}

.fa.fa-file-image-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-file-image-o {
    --fa: "\f1c5"
}

.fa.fa-file-photo-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-file-photo-o {
    --fa: "\f1c5"
}

.fa.fa-file-picture-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-file-picture-o {
    --fa: "\f1c5"
}

.fa.fa-file-archive-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-file-archive-o {
    --fa: "\f1c6"
}

.fa.fa-file-zip-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-file-zip-o {
    --fa: "\f1c6"
}

.fa.fa-file-audio-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-file-audio-o {
    --fa: "\f1c7"
}

.fa.fa-file-sound-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-file-sound-o {
    --fa: "\f1c7"
}

.fa.fa-file-video-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-file-video-o {
    --fa: "\f1c8"
}

.fa.fa-file-movie-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-file-movie-o {
    --fa: "\f1c8"
}

.fa.fa-file-code-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-file-code-o {
    --fa: "\f1c9"
}

.fa.fa-vine {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-codepen {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-jsfiddle {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

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

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

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

.fa.fa-support {
    --fa: "\f1cd"
}

.fa.fa-circle-o-notch {
    --fa: "\f1ce"
}

.fa.fa-rebel {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-ra {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-ra {
    --fa: "\f1d0"
}

.fa.fa-resistance {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-resistance {
    --fa: "\f1d0"
}

.fa.fa-empire {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-ge {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-ge {
    --fa: "\f1d1"
}

.fa.fa-git-square {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-git-square {
    --fa: "\f1d2"
}

.fa.fa-git {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-hacker-news {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-y-combinator-square {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-y-combinator-square {
    --fa: "\f1d4"
}

.fa.fa-yc-square {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-yc-square {
    --fa: "\f1d4"
}

.fa.fa-tencent-weibo {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-qq {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-weixin {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-wechat {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-wechat {
    --fa: "\f1d7"
}

.fa.fa-send {
    --fa: "\f1d8"
}

.fa.fa-paper-plane-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-paper-plane-o {
    --fa: "\f1d8"
}

.fa.fa-send-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-send-o {
    --fa: "\f1d8"
}

.fa.fa-circle-thin {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-circle-thin {
    --fa: "\f111"
}

.fa.fa-header {
    --fa: "\f1dc"
}

.fa.fa-futbol-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-futbol-o {
    --fa: "\f1e3"
}

.fa.fa-soccer-ball-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-soccer-ball-o {
    --fa: "\f1e3"
}

.fa.fa-slideshare {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-twitch {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-yelp {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-newspaper-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-newspaper-o {
    --fa: "\f1ea"
}

.fa.fa-paypal {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-google-wallet {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-cc-visa {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-cc-mastercard {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-cc-discover {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-cc-amex {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-cc-paypal {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-cc-stripe {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-bell-slash-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-bell-slash-o {
    --fa: "\f1f6"
}

.fa.fa-trash {
    --fa: "\f2ed"
}

.fa.fa-copyright {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-eyedropper {
    --fa: "\f1fb"
}

.fa.fa-area-chart {
    --fa: "\f1fe"
}

.fa.fa-pie-chart {
    --fa: "\f200"
}

.fa.fa-line-chart {
    --fa: "\f201"
}

.fa.fa-lastfm {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-lastfm-square {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-lastfm-square {
    --fa: "\f203"
}

.fa.fa-ioxhost {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-angellist {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-cc {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-cc {
    --fa: "\f20a"
}

.fa.fa-ils {
    --fa: "\f20b"
}

.fa.fa-shekel {
    --fa: "\f20b"
}

.fa.fa-sheqel {
    --fa: "\f20b"
}

.fa.fa-buysellads {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-connectdevelop {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-dashcube {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-forumbee {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-leanpub {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-sellsy {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-shirtsinbulk {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-simplybuilt {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-skyatlas {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-diamond {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-diamond {
    --fa: "\f3a5"
}

.fa.fa-transgender {
    --fa: "\f224"
}

.fa.fa-intersex {
    --fa: "\f224"
}

.fa.fa-transgender-alt {
    --fa: "\f225"
}

.fa.fa-facebook-official {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-facebook-official {
    --fa: "\f09a"
}

.fa.fa-pinterest-p {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-whatsapp {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-hotel {
    --fa: "\f236"
}

.fa.fa-viacoin {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-medium {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-y-combinator {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-yc {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-yc {
    --fa: "\f23b"
}

.fa.fa-optin-monster {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-opencart {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-expeditedssl {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-battery-4 {
    --fa: "\f240"
}

.fa.fa-battery {
    --fa: "\f240"
}

.fa.fa-battery-3 {
    --fa: "\f241"
}

.fa.fa-battery-2 {
    --fa: "\f242"
}

.fa.fa-battery-1 {
    --fa: "\f243"
}

.fa.fa-battery-0 {
    --fa: "\f244"
}

.fa.fa-object-group {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-object-ungroup {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-sticky-note-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-sticky-note-o {
    --fa: "\f249"
}

.fa.fa-cc-jcb {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-cc-diners-club {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-clone {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-hourglass-o {
    --fa: "\f254"
}

.fa.fa-hourglass-1 {
    --fa: "\f251"
}

.fa.fa-hourglass-2 {
    --fa: "\f252"
}

.fa.fa-hourglass-3 {
    --fa: "\f253"
}

.fa.fa-hand-rock-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-hand-rock-o {
    --fa: "\f255"
}

.fa.fa-hand-grab-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-hand-grab-o {
    --fa: "\f255"
}

.fa.fa-hand-paper-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-hand-paper-o {
    --fa: "\f256"
}

.fa.fa-hand-stop-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-hand-stop-o {
    --fa: "\f256"
}

.fa.fa-hand-scissors-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-hand-scissors-o {
    --fa: "\f257"
}

.fa.fa-hand-lizard-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-hand-lizard-o {
    --fa: "\f258"
}

.fa.fa-hand-spock-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-hand-spock-o {
    --fa: "\f259"
}

.fa.fa-hand-pointer-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-hand-pointer-o {
    --fa: "\f25a"
}

.fa.fa-hand-peace-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-hand-peace-o {
    --fa: "\f25b"
}

.fa.fa-registered {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-creative-commons {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-gg {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-gg-circle {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-odnoklassniki {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-odnoklassniki-square {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-odnoklassniki-square {
    --fa: "\f264"
}

.fa.fa-get-pocket {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-wikipedia-w {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-safari {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-chrome {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-firefox {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-opera {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-internet-explorer {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-television {
    --fa: "\f26c"
}

.fa.fa-contao {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-500px {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-amazon {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-calendar-plus-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-calendar-plus-o {
    --fa: "\f271"
}

.fa.fa-calendar-minus-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-calendar-minus-o {
    --fa: "\f272"
}

.fa.fa-calendar-times-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-calendar-times-o {
    --fa: "\f273"
}

.fa.fa-calendar-check-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-calendar-check-o {
    --fa: "\f274"
}

.fa.fa-map-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-map-o {
    --fa: "\f279"
}

.fa.fa-commenting {
    --fa: "\f4ad"
}

.fa.fa-commenting-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-commenting-o {
    --fa: "\f4ad"
}

.fa.fa-houzz {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-vimeo {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-vimeo {
    --fa: "\f27d"
}

.fa.fa-black-tie {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-fonticons {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-reddit-alien {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-edge {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

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

.fa.fa-codiepie {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-modx {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-fort-awesome {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-usb {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-product-hunt {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-mixcloud {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-scribd {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-pause-circle-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-pause-circle-o {
    --fa: "\f28b"
}

.fa.fa-stop-circle-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-stop-circle-o {
    --fa: "\f28d"
}

.fa.fa-bluetooth {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-bluetooth-b {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-gitlab {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-wpbeginner {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-wpforms {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-envira {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-wheelchair-alt {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-wheelchair-alt {
    --fa: "\f368"
}

.fa.fa-question-circle-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-question-circle-o {
    --fa: "\f059"
}

.fa.fa-volume-control-phone {
    --fa: "\f2a0"
}

.fa.fa-asl-interpreting {
    --fa: "\f2a3"
}

.fa.fa-deafness {
    --fa: "\f2a4"
}

.fa.fa-hard-of-hearing {
    --fa: "\f2a4"
}

.fa.fa-glide {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-glide-g {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-signing {
    --fa: "\f2a7"
}

.fa.fa-viadeo {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-viadeo-square {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-viadeo-square {
    --fa: "\f2aa"
}

.fa.fa-snapchat {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-snapchat-ghost {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-snapchat-ghost {
    --fa: "\f2ab"
}

.fa.fa-snapchat-square {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-snapchat-square {
    --fa: "\f2ad"
}

.fa.fa-pied-piper {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-first-order {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-yoast {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-themeisle {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-google-plus-official {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-google-plus-official {
    --fa: "\f2b3"
}

.fa.fa-google-plus-circle {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-google-plus-circle {
    --fa: "\f2b3"
}

.fa.fa-font-awesome {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-fa {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-fa {
    --fa: "\f2b4"
}

.fa.fa-handshake-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-handshake-o {
    --fa: "\f2b5"
}

.fa.fa-envelope-open-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-envelope-open-o {
    --fa: "\f2b6"
}

.fa.fa-linode {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-address-book-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-address-book-o {
    --fa: "\f2b9"
}

.fa.fa-vcard {
    --fa: "\f2bb"
}

.fa.fa-address-card-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-address-card-o {
    --fa: "\f2bb"
}

.fa.fa-vcard-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-vcard-o {
    --fa: "\f2bb"
}

.fa.fa-user-circle-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-user-circle-o {
    --fa: "\f2bd"
}

.fa.fa-user-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-user-o {
    --fa: "\f007"
}

.fa.fa-id-badge {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-drivers-license {
    --fa: "\f2c2"
}

.fa.fa-id-card-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-id-card-o {
    --fa: "\f2c2"
}

.fa.fa-drivers-license-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-drivers-license-o {
    --fa: "\f2c2"
}

.fa.fa-quora {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-free-code-camp {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-telegram {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-thermometer-4 {
    --fa: "\f2c7"
}

.fa.fa-thermometer {
    --fa: "\f2c7"
}

.fa.fa-thermometer-3 {
    --fa: "\f2c8"
}

.fa.fa-thermometer-2 {
    --fa: "\f2c9"
}

.fa.fa-thermometer-1 {
    --fa: "\f2ca"
}

.fa.fa-thermometer-0 {
    --fa: "\f2cb"
}

.fa.fa-bathtub {
    --fa: "\f2cd"
}

.fa.fa-s15 {
    --fa: "\f2cd"
}

.fa.fa-window-maximize {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-window-restore {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-times-rectangle {
    --fa: "\f410"
}

.fa.fa-window-close-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-window-close-o {
    --fa: "\f410"
}

.fa.fa-times-rectangle-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-times-rectangle-o {
    --fa: "\f410"
}

.fa.fa-bandcamp {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-grav {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-etsy {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-imdb {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-ravelry {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-eercast {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-eercast {
    --fa: "\f2da"
}

.fa.fa-snowflake-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-snowflake-o {
    --fa: "\f2dc"
}

.fa.fa-superpowers {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-wpexplorer {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-meetup {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

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

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.fa,
.fa-brands,
.fa-chisel,
.fa-classic,
.fa-duotone,
.fa-etch,
.fa-jelly,
.fa-jelly-duo,
.fa-jelly-fill,
.fa-light,
.fa-notdog,
.fa-notdog-duo,
.fa-regular,
.fa-semibold,
.fa-sharp,
.fa-sharp-duotone,
.fa-slab,
.fa-slab-press,
.fa-solid,
.fa-thin,
.fa-thumbprint,
.fa-utility,
.fa-utility-duo,
.fa-utility-fill,
.fa-whiteboard,
.fab,
.facr,
.fad,
.fadl,
.fadr,
.fadt,
.faes,
.fajdr,
.fajfr,
.fajr,
.fal,
.fands,
.fans,
.far,
.fas,
.fasdl,
.fasdr,
.fasds,
.fasdt,
.fasl,
.faslpr,
.faslr,
.fasr,
.fass,
.fast,
.fat,
.fatl,
.faudsb,
.faufsb,
.fausb,
.fawsb {
    --_fa-family: var(--fa-family, var(--fa-style-family, 'Font Awesome 7 Pro'));
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: var(--fa-display, inline-block);
    font-family: var(--_fa-family);
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-style: normal;
    font-synthesis: none;
    font-variant: normal;
    font-weight: var(--fa-style, 900);
    line-height: 1;
    text-align: center;
    text-rendering: auto;
    width: var(--fa-width, 1.25em)
}

:is(.fas, .fass, .far, .fasr, .fal, .fasl, .fat, .fast, .fad, .fadr, .fadl, .fadt, .fasds, .fasdr, .fasdl, .fasdt, .fab, .faslr, .faslpr, .fawsb, .fatl, .fans, .fands, .faes, .fajr, .fajfr, .fajdr, .facr, .fausb, .faudsb, .faufsb, .fa-solid, .fa-semibold, .fa-regular, .fa-light, .fa-thin, .fa-brands, .fa-classic, .fa-duotone, .fa-sharp, .fa-sharp-duotone, .fa-chisel, .fa-etch, .fa-jelly, .fa-jelly-duo, .fa-jelly-fill, .fa-notdog, .fa-notdog-duo, .fa-slab, .fa-slab-press, .fa-thumbprint, .fa-utility, .fa-utility-duo, .fa-utility-fill, .fa-whiteboard, .fa)::before {
    content: var(--fa)/""
}

@supports not (content:"" /"") {
    :is(.fas, .fass, .far, .fasr, .fal, .fasl, .fat, .fast, .fad, .fadr, .fadl, .fadt, .fasds, .fasdr, .fasdl, .fasdt, .fab, .faslr, .faslpr, .fawsb, .fatl, .fans, .fands, .faes, .fajr, .fajfr, .fajdr, .facr, .fausb, .faudsb, .faufsb, .fa-solid, .fa-semibold, .fa-regular, .fa-light, .fa-thin, .fa-brands, .fa-classic, .fa-duotone, .fa-sharp, .fa-sharp-duotone, .fa-chisel, .fa-etch, .fa-jelly, .fa-jelly-duo, .fa-jelly-fill, .fa-notdog, .fa-notdog-duo, .fa-slab, .fa-slab-press, .fa-thumbprint, .fa-utility, .fa-utility-duo, .fa-utility-fill, .fa-whiteboard, .fa)::before {
        content: var(--fa)
    }
}

:is(.fad, .fa-duotone, .fadr, .fadl, .fadt, .fasds, .fa-sharp-duotone, .fasdr, .fasdl, .fasdt, .fatl, .fa-thumbprint, .fands, .fa-notdog-duo, .fajdr, .fa-jelly-duo, .faudsb, .fa-utility-duo)::after {
    content: var(--fa);
    -webkit-font-feature-settings: "ss01";
    font-feature-settings: "ss01"
}

@supports not (content:"" /"") {
    :is(.fad, .fa-duotone, .fadr, .fadl, .fadt, .fasds, .fa-sharp-duotone, .fasdr, .fasdl, .fasdt, .fatl, .fa-thumbprint, .fands, .fa-notdog-duo, .fajdr, .fa-jelly-duo, .faudsb, .fa-utility-duo)::after {
        content: var(--fa)
    }
}

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

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

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

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

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

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

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

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

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

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

.fa-2xs {
    font-size: calc(10 / 16 * 1em);
    line-height: calc(1 / 10 * 1em);
    vertical-align: calc((6 / 10 - .375) * 1em)
}

.fa-xs {
    font-size: calc(12 / 16 * 1em);
    line-height: calc(1 / 12 * 1em);
    vertical-align: calc((6 / 12 - .375) * 1em)
}

.fa-sm {
    font-size: calc(14 / 16 * 1em);
    line-height: calc(1 / 14 * 1em);
    vertical-align: calc((6 / 14 - .375) * 1em)
}

.fa-lg {
    font-size: calc(20 / 16 * 1em);
    line-height: calc(1 / 20 * 1em);
    vertical-align: calc((6 / 20 - .375) * 1em)
}

.fa-xl {
    font-size: calc(24 / 16 * 1em);
    line-height: calc(1 / 24 * 1em);
    vertical-align: calc((6 / 24 - .375) * 1em)
}

.fa-2xl {
    font-size: calc(32 / 16 * 1em);
    line-height: calc(1 / 32 * 1em);
    vertical-align: calc((6 / 32 - .375) * 1em)
}

.fa-width-auto {
    --fa-width: auto
}

.fa-fw,
.fa-width-fixed {
    --fa-width: 1.25em
}

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

.fa-ul>li {
    position: relative
}

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

.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, .0625em);
    -webkit-box-sizing: var(--fa-border-box-sizing, content-box);
    box-sizing: var(--fa-border-box-sizing, content-box);
    padding: var(--fa-border-padding, .1875em .25em)
}

.fa-pull-left,
.fa-pull-start {
    float: inline-start;
    -webkit-margin-end: var(--fa-pull-margin, .3em);
    margin-inline-end: var(--fa-pull-margin, .3em)
}

.fa-pull-end,
.fa-pull-right {
    float: inline-end;
    -webkit-margin-start: var(--fa-pull-margin, .3em);
    margin-inline-start: var(--fa-pull-margin, .3em)
}

.fa-beat {
    -webkit-animation-name: fa-beat;
    animation-name: 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-timing-function: var(--fa-animation-timing, ease-in-out);
    animation-timing-function: var(--fa-animation-timing, ease-in-out)
}

.fa-bounce {
    -webkit-animation-name: fa-bounce;
    animation-name: 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-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-name: fa-fade;
    animation-name: 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);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -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 {
    -webkit-animation-name: fa-beat-fade;
    animation-name: fa-beat-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);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -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-name: fa-flip;
    animation-name: 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-timing-function: var(--fa-animation-timing, ease-in-out);
    animation-timing-function: var(--fa-animation-timing, ease-in-out)
}

.fa-shake {
    -webkit-animation-name: fa-shake;
    animation-name: fa-shake;
    -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-timing-function: var(--fa-animation-timing, linear);
    animation-timing-function: var(--fa-animation-timing, linear)
}

.fa-spin {
    -webkit-animation-name: fa-spin;
    animation-name: 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);
    -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-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-name: fa-spin;
    animation-name: fa-spin;
    -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-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: none !important;
        animation: none !important;
        -webkit-transition: none !important;
        transition: none !important
    }
}

@-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, 1) translateY(0);
        transform: scale(1, 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, 1) translateY(var(--fa-bounce-rebound, -.125em));
        transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -.125em))
    }

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

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

@keyframes fa-bounce {
    0% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 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, 1) translateY(var(--fa-bounce-rebound, -.125em));
        transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -.125em))
    }

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

    100% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 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%,
    100% {
        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%,
    100% {
        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)
    }

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

@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)
    }

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

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

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

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

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

.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: scale(-1, 1);
    transform: scale(-1, 1)
}

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

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

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

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

.fa-stack-1x,
.fa-stack-2x {
    --fa-width: 100%;
    inset: 0;
    position: absolute;
    text-align: center;
    width: var(--fa-width);
    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 {
    --fa: "\30 "
}

.fa-1 {
    --fa: "\31 "
}

.fa-2 {
    --fa: "\32 "
}

.fa-3 {
    --fa: "\33 "
}

.fa-4 {
    --fa: "\34 "
}

.fa-5 {
    --fa: "\35 "
}

.fa-6 {
    --fa: "\36 "
}

.fa-7 {
    --fa: "\37 "
}

.fa-8 {
    --fa: "\38 "
}

.fa-9 {
    --fa: "\39 "
}

.fa-exclamation {
    --fa: "\!"
}

.fa-ditto {
    --fa: "\""
}

.fa-hashtag {
    --fa: "\#"
}

.fa-dollar-sign {
    --fa: "\$"
}

.fa-dollar {
    --fa: "\$"
}

.fa-usd {
    --fa: "\$"
}

.fa-percent {
    --fa: "\%"
}

.fa-percentage {
    --fa: "\%"
}

.fa-ampersand {
    --fa: "\&"
}

.fa-apostrophe {
    --fa: "\'"
}

.fa-bracket-round {
    --fa: "\("
}

.fa-parenthesis {
    --fa: "\("
}

.fa-bracket-round-right {
    --fa: "\)"
}

.fa-asterisk {
    --fa: "\*"
}

.fa-plus {
    --fa: "\+"
}

.fa-add {
    --fa: "\+"
}

.fa-comma {
    --fa: "\,"
}

.fa-hyphen {
    --fa: "\-"
}

.fa-period {
    --fa: "\."
}

.fa-slash-forward {
    --fa: "\/"
}

.fa-colon {
    --fa: "\:"
}

.fa-semicolon {
    --fa: "\;"
}

.fa-less-than {
    --fa: "\<"
}

.fa-equals {
    --fa: "\="
}

.fa-greater-than {
    --fa: "\>"
}

.fa-question {
    --fa: "\?"
}

.fa-at {
    --fa: "\@"
}

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

.fa-b {
    --fa: "B"
}

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

.fa-d {
    --fa: "D"
}

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

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

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

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

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

.fa-j {
    --fa: "J"
}

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

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

.fa-m {
    --fa: "M"
}

.fa-n {
    --fa: "N"
}

.fa-o {
    --fa: "O"
}

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

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

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

.fa-s {
    --fa: "S"
}

.fa-t {
    --fa: "T"
}

.fa-u {
    --fa: "U"
}

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

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

.fa-x {
    --fa: "X"
}

.fa-y {
    --fa: "Y"
}

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

.fa-bracket-square {
    --fa: "\["
}

.fa-bracket {
    --fa: "\["
}

.fa-bracket-left {
    --fa: "\["
}

.fa-slash-back {
    --fa: "\\"
}

.fa-bracket-square-right {
    --fa: "\]"
}

.fa-accent-grave {
    --fa: "\`"
}

.fa-bracket-curly {
    --fa:"\{"
}

.fa-bracket-curly-left {
    --fa:"\{"
}

.fa-pipe {
    --fa: "\|"
}

.fa-bracket-curly-right {
    --fa: "\}"
}

.fa-tilde {
    --fa: "\~"
}

.fa-caravan-simple {
    --fa: "\e000"
}

.fa-caravan-alt {
    --fa: "\e000"
}

.fa-cat-space {
    --fa: "\e001"
}

.fa-coffee-pot {
    --fa: "\e002"
}

.fa-comet {
    --fa: "\e003"
}

.fa-fan-table {
    --fa: "\e004"
}

.fa-faucet {
    --fa: "\e005"
}

.fa-faucet-drip {
    --fa: "\e006"
}

.fa-galaxy {
    --fa: "\e008"
}

.fa-garage {
    --fa: "\e009"
}

.fa-garage-car {
    --fa: "\e00a"
}

.fa-garage-open {
    --fa: "\e00b"
}

.fa-heat {
    --fa: "\e00c"
}

.fa-house-chimney-window {
    --fa: "\e00d"
}

.fa-house-day {
    --fa: "\e00e"
}

.fa-house-person-leave {
    --fa: "\e00f"
}

.fa-house-leave {
    --fa: "\e00f"
}

.fa-house-person-depart {
    --fa: "\e00f"
}

.fa-house-night {
    --fa: "\e010"
}

.fa-house-person-return {
    --fa: "\e011"
}

.fa-house-person-arrive {
    --fa: "\e011"
}

.fa-house-return {
    --fa: "\e011"
}

.fa-house-signal {
    --fa: "\e012"
}

.fa-lamp-desk {
    --fa: "\e014"
}

.fa-lamp-floor {
    --fa: "\e015"
}

.fa-light-ceiling {
    --fa: "\e016"
}

.fa-light-switch {
    --fa: "\e017"
}

.fa-light-switch-off {
    --fa: "\e018"
}

.fa-light-switch-on {
    --fa: "\e019"
}

.fa-microwave {
    --fa: "\e01b"
}

.fa-outlet {
    --fa: "\e01c"
}

.fa-oven {
    --fa: "\e01d"
}

.fa-planet-moon {
    --fa: "\e01f"
}

.fa-planet-ringed {
    --fa: "\e020"
}

.fa-police-box {
    --fa: "\e021"
}

.fa-person-to-portal {
    --fa: "\e022"
}

.fa-portal-enter {
    --fa: "\e022"
}

.fa-person-from-portal {
    --fa: "\e023"
}

.fa-portal-exit {
    --fa: "\e023"
}

.fa-radar {
    --fa: "\e024"
}

.fa-raygun {
    --fa: "\e025"
}

.fa-refrigerator {
    --fa: "\e026"
}

.fa-rocket-launch {
    --fa: "\e027"
}

.fa-sensor {
    --fa: "\e028"
}

.fa-sensor-triangle-exclamation {
    --fa: "\e029"
}

.fa-sensor-alert {
    --fa: "\e029"
}

.fa-sensor-fire {
    --fa: "\e02a"
}

.fa-sensor-on {
    --fa: "\e02b"
}

.fa-sensor-cloud {
    --fa: "\e02c"
}

.fa-sensor-smoke {
    --fa: "\e02c"
}

.fa-siren {
    --fa: "\e02d"
}

.fa-siren-on {
    --fa: "\e02e"
}

.fa-solar-system {
    --fa: "\e02f"
}

.fa-circle-sort {
    --fa: "\e030"
}

.fa-sort-circle {
    --fa: "\e030"
}

.fa-circle-sort-down {
    --fa: "\e031"
}

.fa-sort-circle-down {
    --fa: "\e031"
}

.fa-circle-sort-up {
    --fa: "\e032"
}

.fa-sort-circle-up {
    --fa: "\e032"
}

.fa-space-station-moon {
    --fa: "\e033"
}

.fa-space-station-moon-construction {
    --fa: "\e034"
}

.fa-space-station-moon-alt {
    --fa: "\e034"
}

.fa-sprinkler {
    --fa: "\e035"
}

.fa-star-shooting {
    --fa: "\e036"
}

.fa-starfighter {
    --fa: "\e037"
}

.fa-starfighter-twin-ion-engine {
    --fa: "\e038"
}

.fa-starfighter-alt {
    --fa: "\e038"
}

.fa-starship {
    --fa: "\e039"
}

.fa-starship-freighter {
    --fa: "\e03a"
}

.fa-sword-laser {
    --fa: "\e03b"
}

.fa-sword-laser-alt {
    --fa: "\e03c"
}

.fa-swords-laser {
    --fa: "\e03d"
}

.fa-telescope {
    --fa: "\e03e"
}

.fa-temperature-arrow-down {
    --fa: "\e03f"
}

.fa-temperature-down {
    --fa: "\e03f"
}

.fa-temperature-arrow-up {
    --fa: "\e040"
}

.fa-temperature-up {
    --fa: "\e040"
}

.fa-trailer {
    --fa: "\e041"
}

.fa-transporter {
    --fa: "\e042"
}

.fa-transporter-1 {
    --fa: "\e043"
}

.fa-transporter-2 {
    --fa: "\e044"
}

.fa-transporter-3 {
    --fa: "\e045"
}

.fa-transporter-empty {
    --fa: "\e046"
}

.fa-ufo {
    --fa: "\e047"
}

.fa-ufo-beam {
    --fa: "\e048"
}

.fa-user-alien {
    --fa: "\e04a"
}

.fa-user-robot {
    --fa: "\e04b"
}

.fa-user-visor {
    --fa: "\e04c"
}

.fa-vacuum {
    --fa: "\e04d"
}

.fa-vacuum-robot {
    --fa: "\e04e"
}

.fa-window-frame {
    --fa: "\e04f"
}

.fa-window-frame-open {
    --fa: "\e050"
}

.fa-coffin-cross {
    --fa: "\e051"
}

.fa-folder-arrow-down {
    --fa: "\e053"
}

.fa-folder-download {
    --fa: "\e053"
}

.fa-folder-arrow-up {
    --fa: "\e054"
}

.fa-folder-upload {
    --fa: "\e054"
}

.fa-user-unlock {
    --fa: "\e058"
}

.fa-bacteria {
    --fa: "\e059"
}

.fa-bacterium {
    --fa: "\e05a"
}

.fa-box-tissue {
    --fa: "\e05b"
}

.fa-hand-holding-medical {
    --fa: "\e05c"
}

.fa-hand-sparkles {
    --fa: "\e05d"
}

.fa-hands-bubbles {
    --fa: "\e05e"
}

.fa-hands-wash {
    --fa: "\e05e"
}

.fa-handshake-slash {
    --fa: "\e060"
}

.fa-handshake-alt-slash {
    --fa: "\e060"
}

.fa-handshake-simple-slash {
    --fa: "\e060"
}

.fa-head-side-cough {
    --fa: "\e061"
}

.fa-head-side-cough-slash {
    --fa: "\e062"
}

.fa-head-side-mask {
    --fa: "\e063"
}

.fa-head-side-virus {
    --fa: "\e064"
}

.fa-house-chimney-user {
    --fa: "\e065"
}

.fa-house-laptop {
    --fa: "\e066"
}

.fa-laptop-house {
    --fa: "\e066"
}

.fa-lungs-virus {
    --fa: "\e067"
}

.fa-people-arrows {
    --fa: "\e068"
}

.fa-people-arrows-left-right {
    --fa: "\e068"
}

.fa-plane-slash {
    --fa: "\e069"
}

.fa-pump-medical {
    --fa: "\e06a"
}

.fa-pump-soap {
    --fa: "\e06b"
}

.fa-shield-virus {
    --fa: "\e06c"
}

.fa-sink {
    --fa: "\e06d"
}

.fa-soap {
    --fa: "\e06e"
}

.fa-stopwatch-20 {
    --fa: "\e06f"
}

.fa-shop-slash {
    --fa: "\e070"
}

.fa-store-alt-slash {
    --fa: "\e070"
}

.fa-store-slash {
    --fa: "\e071"
}

.fa-toilet-paper-slash {
    --fa: "\e072"
}

.fa-users-slash {
    --fa: "\e073"
}

.fa-virus {
    --fa: "\e074"
}

.fa-virus-slash {
    --fa: "\e075"
}

.fa-viruses {
    --fa: "\e076"
}

.fa-vest {
    --fa: "\e085"
}

.fa-vest-patches {
    --fa: "\e086"
}

.fa-airplay {
    --fa: "\e089"
}

.fa-alt {
    --fa: "\e08a"
}

.fa-angle {
    --fa: "\e08c"
}

.fa-angle-90 {
    --fa: "\e08d"
}

.fa-apple-core {
    --fa: "\e08f"
}

.fa-arrow-down-from-dotted-line {
    --fa: "\e090"
}

.fa-arrow-down-left {
    --fa: "\e091"
}

.fa-arrow-down-left-and-arrow-up-right-to-center {
    --fa: "\e092"
}

.fa-arrow-down-right {
    --fa: "\e093"
}

.fa-arrow-down-to-bracket {
    --fa: "\e094"
}

.fa-arrow-down-to-dotted-line {
    --fa: "\e095"
}

.fa-arrow-down-to-square {
    --fa: "\e096"
}

.fa-arrow-trend-down {
    --fa: "\e097"
}

.fa-arrow-trend-up {
    --fa: "\e098"
}

.fa-arrow-up-arrow-down {
    --fa: "\e099"
}

.fa-sort-up-down {
    --fa: "\e099"
}

.fa-arrow-up-from-bracket {
    --fa: "\e09a"
}

.fa-arrow-up-from-dotted-line {
    --fa: "\e09b"
}

.fa-arrow-up-from-square {
    --fa: "\e09c"
}

.fa-arrow-up-left {
    --fa: "\e09d"
}

.fa-arrow-up-left-from-circle {
    --fa: "\e09e"
}

.fa-arrow-up-right {
    --fa: "\e09f"
}

.fa-arrow-up-right-and-arrow-down-left-from-center {
    --fa: "\e0a0"
}

.fa-arrow-up-to-dotted-line {
    --fa: "\e0a1"
}

.fa-arrows-cross {
    --fa: "\e0a2"
}

.fa-arrows-from-dotted-line {
    --fa: "\e0a3"
}

.fa-arrows-from-line {
    --fa: "\e0a4"
}

.fa-arrows-minimize {
    --fa: "\e0a5"
}

.fa-compress-arrows {
    --fa: "\e0a5"
}

.fa-arrows-to-dotted-line {
    --fa: "\e0a6"
}

.fa-arrows-to-line {
    --fa: "\e0a7"
}

.fa-audio-description-slash {
    --fa: "\e0a8"
}

.fa-austral-sign {
    --fa: "\e0a9"
}

.fa-avocado {
    --fa: "\e0aa"
}

.fa-award-simple {
    --fa: "\e0ab"
}

.fa-baht-sign {
    --fa: "\e0ac"
}

.fa-bars-filter {
    --fa: "\e0ad"
}

.fa-bars-sort {
    --fa: "\e0ae"
}

.fa-basket-shopping-simple {
    --fa: "\e0af"
}

.fa-shopping-basket-alt {
    --fa: "\e0af"
}

.fa-battery-exclamation {
    --fa: "\e0b0"
}

.fa-battery-low {
    --fa: "\e0b1"
}

.fa-battery-1 {
    --fa: "\e0b1"
}

.fa-bee {
    --fa: "\e0b2"
}

.fa-beer-mug {
    --fa: "\e0b3"
}

.fa-beer-foam {
    --fa: "\e0b3"
}

.fa-bitcoin-sign {
    --fa: "\e0b4"
}

.fa-block-quote {
    --fa: "\e0b5"
}

.fa-bolt-auto {
    --fa: "\e0b6"
}

.fa-bolt-lightning {
    --fa: "\e0b7"
}

.fa-bolt-slash {
    --fa: "\e0b8"
}

.fa-book-arrow-right {
    --fa: "\e0b9"
}

.fa-book-arrow-up {
    --fa: "\e0ba"
}

.fa-book-bookmark {
    --fa: "\e0bb"
}

.fa-book-circle-arrow-right {
    --fa: "\e0bc"
}

.fa-book-circle-arrow-up {
    --fa: "\e0bd"
}

.fa-book-copy {
    --fa: "\e0be"
}

.fa-book-font {
    --fa: "\e0bf"
}

.fa-book-open-cover {
    --fa: "\e0c0"
}

.fa-book-open-alt {
    --fa: "\e0c0"
}

.fa-book-section {
    --fa: "\e0c1"
}

.fa-book-law {
    --fa: "\e0c1"
}

.fa-bookmark-slash {
    --fa: "\e0c2"
}

.fa-bowling-ball-pin {
    --fa: "\e0c3"
}

.fa-box-circle-check {
    --fa: "\e0c4"
}

.fa-brackets-round {
    --fa: "\e0c5"
}

.fa-parentheses {
    --fa: "\e0c5"
}

.fa-brain-circuit {
    --fa: "\e0c6"
}

.fa-brake-warning {
    --fa: "\e0c7"
}

.fa-briefcase-blank {
    --fa: "\e0c8"
}

.fa-brightness {
    --fa: "\e0c9"
}

.fa-brightness-low {
    --fa: "\e0ca"
}

.fa-browsers {
    --fa: "\e0cb"
}

.fa-buildings {
    --fa: "\e0cc"
}

.fa-burger-fries {
    --fa: "\e0cd"
}

.fa-burger-glass {
    --fa: "\e0ce"
}

.fa-calendar-arrow-down {
    --fa: "\e0d0"
}

.fa-calendar-download {
    --fa: "\e0d0"
}

.fa-calendar-arrow-up {
    --fa: "\e0d1"
}

.fa-calendar-upload {
    --fa: "\e0d1"
}

.fa-calendar-clock {
    --fa: "\e0d2"
}

.fa-calendar-time {
    --fa: "\e0d2"
}

.fa-calendar-heart {
    --fa: "\e0d3"
}

.fa-calendar-image {
    --fa: "\e0d4"
}

.fa-calendar-lines {
    --fa: "\e0d5"
}

.fa-calendar-note {
    --fa: "\e0d5"
}

.fa-calendar-range {
    --fa: "\e0d6"
}

.fa-calendars {
    --fa: "\e0d7"
}

.fa-camera-rotate {
    --fa: "\e0d8"
}

.fa-camera-slash {
    --fa: "\e0d9"
}

.fa-camera-viewfinder {
    --fa: "\e0da"
}

.fa-screenshot {
    --fa: "\e0da"
}

.fa-cart-minus {
    --fa: "\e0db"
}

.fa-cart-shopping-fast {
    --fa: "\e0dc"
}

.fa-cart-xmark {
    --fa: "\e0dd"
}

.fa-castle {
    --fa: "\e0de"
}

.fa-cedi-sign {
    --fa: "\e0df"
}

.fa-chart-bullet {
    --fa: "\e0e1"
}

.fa-chart-candlestick {
    --fa: "\e0e2"
}

.fa-chart-column {
    --fa: "\e0e3"
}

.fa-chart-gantt {
    --fa: "\e0e4"
}

.fa-chart-line-up {
    --fa: "\e0e5"
}

.fa-chart-pyramid {
    --fa: "\e0e6"
}

.fa-chart-radar {
    --fa: "\e0e7"
}

.fa-chart-scatter-3d {
    --fa: "\e0e8"
}

.fa-chart-scatter-bubble {
    --fa: "\e0e9"
}

.fa-chart-tree-map {
    --fa: "\e0ea"
}

.fa-chart-waterfall {
    --fa: "\e0eb"
}

.fa-cherries {
    --fa: "\e0ec"
}

.fa-circle-0 {
    --fa: "\e0ed"
}

.fa-circle-1 {
    --fa: "\e0ee"
}

.fa-circle-2 {
    --fa: "\e0ef"
}

.fa-circle-3 {
    --fa: "\e0f0"
}

.fa-circle-4 {
    --fa: "\e0f1"
}

.fa-circle-5 {
    --fa: "\e0f2"
}

.fa-circle-6 {
    --fa: "\e0f3"
}

.fa-circle-7 {
    --fa: "\e0f4"
}

.fa-circle-8 {
    --fa: "\e0f5"
}

.fa-circle-9 {
    --fa: "\e0f6"
}

.fa-circle-a {
    --fa: "\e0f7"
}

.fa-circle-ampersand {
    --fa: "\e0f8"
}

.fa-circle-arrow-down-left {
    --fa: "\e0f9"
}

.fa-circle-arrow-down-right {
    --fa: "\e0fa"
}

.fa-circle-arrow-up-left {
    --fa: "\e0fb"
}

.fa-circle-arrow-up-right {
    --fa: "\e0fc"
}

.fa-circle-b {
    --fa: "\e0fd"
}

.fa-circle-bolt {
    --fa: "\e0fe"
}

.fa-circle-book-open {
    --fa: "\e0ff"
}

.fa-book-circle {
    --fa: "\e0ff"
}

.fa-circle-bookmark {
    --fa: "\e100"
}

.fa-bookmark-circle {
    --fa: "\e100"
}

.fa-circle-c {
    --fa: "\e101"
}

.fa-circle-calendar {
    --fa: "\e102"
}

.fa-calendar-circle {
    --fa: "\e102"
}

.fa-circle-camera {
    --fa: "\e103"
}

.fa-camera-circle {
    --fa: "\e103"
}

.fa-circle-d {
    --fa: "\e104"
}

.fa-circle-dashed {
    --fa: "\e105"
}

.fa-circle-divide {
    --fa: "\e106"
}

.fa-circle-down-left {
    --fa: "\e107"
}

.fa-circle-down-right {
    --fa: "\e108"
}

.fa-circle-e {
    --fa: "\e109"
}

.fa-circle-ellipsis {
    --fa: "\e10a"
}

.fa-circle-ellipsis-vertical {
    --fa: "\e10b"
}

.fa-circle-envelope {
    --fa: "\e10c"
}

.fa-envelope-circle {
    --fa: "\e10c"
}

.fa-circle-exclamation-check {
    --fa: "\e10d"
}

.fa-circle-f {
    --fa: "\e10e"
}

.fa-circle-g {
    --fa: "\e10f"
}

.fa-circle-half {
    --fa: "\e110"
}

.fa-circle-i {
    --fa: "\e111"
}

.fa-circle-j {
    --fa: "\e112"
}

.fa-circle-k {
    --fa: "\e113"
}

.fa-circle-l {
    --fa: "\e114"
}

.fa-circle-m {
    --fa: "\e115"
}

.fa-circle-microphone {
    --fa: "\e116"
}

.fa-microphone-circle {
    --fa: "\e116"
}

.fa-circle-microphone-lines {
    --fa: "\e117"
}

.fa-microphone-circle-alt {
    --fa: "\e117"
}

.fa-circle-n {
    --fa: "\e118"
}

.fa-circle-o {
    --fa: "\e119"
}

.fa-circle-p {
    --fa: "\e11a"
}

.fa-circle-phone {
    --fa: "\e11b"
}

.fa-phone-circle {
    --fa: "\e11b"
}

.fa-circle-phone-flip {
    --fa: "\e11c"
}

.fa-phone-circle-alt {
    --fa: "\e11c"
}

.fa-circle-phone-hangup {
    --fa: "\e11d"
}

.fa-phone-circle-down {
    --fa: "\e11d"
}

.fa-circle-q {
    --fa: "\e11e"
}

.fa-circle-quarter {
    --fa: "\e11f"
}

.fa-circle-r {
    --fa: "\e120"
}

.fa-circle-s {
    --fa: "\e121"
}

.fa-circle-small {
    --fa: "\e122"
}

.fa-circle-star {
    --fa: "\e123"
}

.fa-star-circle {
    --fa: "\e123"
}

.fa-circle-t {
    --fa: "\e124"
}

.fa-circle-three-quarters {
    --fa: "\e125"
}

.fa-circle-trash {
    --fa: "\e126"
}

.fa-trash-circle {
    --fa: "\e126"
}

.fa-circle-u {
    --fa: "\e127"
}

.fa-circle-up-left {
    --fa: "\e128"
}

.fa-circle-up-right {
    --fa: "\e129"
}

.fa-circle-v {
    --fa: "\e12a"
}

.fa-circle-video {
    --fa: "\e12b"
}

.fa-video-circle {
    --fa: "\e12b"
}

.fa-circle-w {
    --fa: "\e12c"
}

.fa-circle-waveform-lines {
    --fa: "\e12d"
}

.fa-waveform-circle {
    --fa: "\e12d"
}

.fa-circle-x {
    --fa: "\e12e"
}

.fa-circle-y {
    --fa: "\e12f"
}

.fa-circle-z {
    --fa: "\e130"
}

.fa-clapperboard {
    --fa: "\e131"
}

.fa-clapperboard-play {
    --fa: "\e132"
}

.fa-clipboard-medical {
    --fa: "\e133"
}

.fa-clock-desk {
    --fa: "\e134"
}

.fa-closed-captioning-slash {
    --fa: "\e135"
}

.fa-clothes-hanger {
    --fa: "\e136"
}

.fa-cloud-slash {
    --fa: "\e137"
}

.fa-cloud-word {
    --fa: "\e138"
}

.fa-clover {
    --fa: "\e139"
}

.fa-code-compare {
    --fa: "\e13a"
}

.fa-code-fork {
    --fa: "\e13b"
}

.fa-code-pull-request {
    --fa: "\e13c"
}

.fa-code-simple {
    --fa: "\e13d"
}

.fa-coffee-bean {
    --fa: "\e13e"
}

.fa-coffee-beans {
    --fa: "\e13f"
}

.fa-colon-sign {
    --fa: "\e140"
}

.fa-command {
    --fa: "\e142"
}

.fa-comment-arrow-down {
    --fa: "\e143"
}

.fa-comment-arrow-up {
    --fa: "\e144"
}

.fa-comment-arrow-up-right {
    --fa: "\e145"
}

.fa-comment-captions {
    --fa: "\e146"
}

.fa-comment-code {
    --fa: "\e147"
}

.fa-comment-image {
    --fa: "\e148"
}

.fa-comment-middle {
    --fa: "\e149"
}

.fa-comment-middle-top {
    --fa: "\e14a"
}

.fa-comment-question {
    --fa: "\e14b"
}

.fa-comment-quote {
    --fa: "\e14c"
}

.fa-comment-text {
    --fa: "\e14d"
}

.fa-comments-question {
    --fa: "\e14e"
}

.fa-comments-question-check {
    --fa: "\e14f"
}

.fa-conveyor-belt-empty {
    --fa: "\e150"
}

.fa-crate-empty {
    --fa: "\e151"
}

.fa-cruzeiro-sign {
    --fa: "\e152"
}

.fa-delete-right {
    --fa: "\e154"
}

.fa-desktop-arrow-down {
    --fa: "\e155"
}

.fa-diagram-lean-canvas {
    --fa: "\e156"
}

.fa-diagram-nested {
    --fa: "\e157"
}

.fa-diagram-sankey {
    --fa: "\e158"
}

.fa-diagram-venn {
    --fa: "\e15a"
}

.fa-dial {
    --fa: "\e15b"
}

.fa-dial-med-high {
    --fa: "\e15b"
}

.fa-dial-high {
    --fa: "\e15c"
}

.fa-dial-low {
    --fa: "\e15d"
}

.fa-dial-max {
    --fa: "\e15e"
}

.fa-dial-med {
    --fa: "\e15f"
}

.fa-dial-med-low {
    --fa: "\e160"
}

.fa-dial-min {
    --fa: "\e161"
}

.fa-dial-off {
    --fa: "\e162"
}

.fa-display {
    --fa: "\e163"
}

.fa-display-arrow-down {
    --fa: "\e164"
}

.fa-display-code {
    --fa: "\e165"
}

.fa-desktop-code {
    --fa: "\e165"
}

.fa-display-medical {
    --fa: "\e166"
}

.fa-desktop-medical {
    --fa: "\e166"
}

.fa-dolphin {
    --fa: "\e168"
}

.fa-dong-sign {
    --fa: "\e169"
}

.fa-down-left {
    --fa: "\e16a"
}

.fa-down-right {
    --fa: "\e16b"
}

.fa-eggplant {
    --fa: "\e16c"
}

.fa-elevator {
    --fa: "\e16d"
}

.fa-engine {
    --fa: "\e16e"
}

.fa-envelope-dot {
    --fa: "\e16f"
}

.fa-envelope-badge {
    --fa: "\e16f"
}

.fa-envelopes {
    --fa: "\e170"
}

.fa-escalator {
    --fa: "\e171"
}

.fa-eye-dropper-full {
    --fa: "\e172"
}

.fa-eye-dropper-half {
    --fa: "\e173"
}

.fa-ferris-wheel {
    --fa: "\e174"
}

.fa-file-binary {
    --fa: "\e175"
}

.fa-file-heart {
    --fa: "\e176"
}

.fa-file-plus-minus {
    --fa: "\e177"
}

.fa-files {
    --fa: "\e178"
}

.fa-film-slash {
    --fa: "\e179"
}

.fa-films {
    --fa: "\e17a"
}

.fa-filter-circle-xmark {
    --fa: "\e17b"
}

.fa-filter-list {
    --fa: "\e17c"
}

.fa-filter-slash {
    --fa: "\e17d"
}

.fa-filters {
    --fa: "\e17e"
}

.fa-fire-hydrant {
    --fa: "\e17f"
}

.fa-floppy-disk-circle-arrow-right {
    --fa: "\e180"
}

.fa-save-circle-arrow-right {
    --fa: "\e180"
}

.fa-floppy-disk-circle-xmark {
    --fa: "\e181"
}

.fa-floppy-disk-times {
    --fa: "\e181"
}

.fa-save-circle-xmark {
    --fa: "\e181"
}

.fa-save-times {
    --fa: "\e181"
}

.fa-floppy-disk-pen {
    --fa: "\e182"
}

.fa-floppy-disks {
    --fa: "\e183"
}

.fa-florin-sign {
    --fa: "\e184"
}

.fa-folder-closed {
    --fa: "\e185"
}

.fa-folder-bookmark {
    --fa: "\e186"
}

.fa-folder-gear {
    --fa: "\e187"
}

.fa-folder-cog {
    --fa: "\e187"
}

.fa-folder-grid {
    --fa: "\e188"
}

.fa-folder-heart {
    --fa: "\e189"
}

.fa-folder-image {
    --fa: "\e18a"
}

.fa-folder-magnifying-glass {
    --fa: "\e18b"
}

.fa-folder-search {
    --fa: "\e18b"
}

.fa-folder-medical {
    --fa: "\e18c"
}

.fa-folder-music {
    --fa: "\e18d"
}

.fa-folder-user {
    --fa: "\e18e"
}

.fa-franc-sign {
    --fa: "\e18f"
}

.fa-gif {
    --fa: "\e190"
}

.fa-glass-empty {
    --fa: "\e191"
}

.fa-glass-half {
    --fa: "\e192"
}

.fa-glass-half-empty {
    --fa: "\e192"
}

.fa-glass-half-full {
    --fa: "\e192"
}

.fa-grate {
    --fa: "\e193"
}

.fa-grate-droplet {
    --fa: "\e194"
}

.fa-grid {
    --fa: "\e195"
}

.fa-grid-3 {
    --fa: "\e195"
}

.fa-grid-2 {
    --fa: "\e196"
}

.fa-grid-2-plus {
    --fa: "\e197"
}

.fa-grid-4 {
    --fa: "\e198"
}

.fa-grid-5 {
    --fa: "\e199"
}

.fa-guarani-sign {
    --fa: "\e19a"
}

.fa-gun {
    --fa: "\e19b"
}

.fa-gun-slash {
    --fa: "\e19c"
}

.fa-gun-squirt {
    --fa: "\e19d"
}

.fa-hand-back-point-down {
    --fa: "\e19e"
}

.fa-hand-back-point-left {
    --fa: "\e19f"
}

.fa-hand-back-point-ribbon {
    --fa: "\e1a0"
}

.fa-hand-back-point-right {
    --fa: "\e1a1"
}

.fa-hand-back-point-up {
    --fa: "\e1a2"
}

.fa-hand-fingers-crossed {
    --fa: "\e1a3"
}

.fa-hand-holding-skull {
    --fa: "\e1a4"
}

.fa-hand-love {
    --fa: "\e1a5"
}

.fa-hand-point-ribbon {
    --fa: "\e1a6"
}

.fa-hand-wave {
    --fa: "\e1a7"
}

.fa-hands-clapping {
    --fa: "\e1a8"
}

.fa-hand-horns {
    --fa: "\e1a9"
}

.fa-head-side-heart {
    --fa: "\e1aa"
}

.fa-heart-half {
    --fa: "\e1ab"
}

.fa-heart-half-stroke {
    --fa: "\e1ac"
}

.fa-heart-half-alt {
    --fa: "\e1ac"
}

.fa-hexagon-divide {
    --fa: "\e1ad"
}

.fa-high-definition {
    --fa: "\e1ae"
}

.fa-rectangle-hd {
    --fa: "\e1ae"
}

.fa-highlighter-line {
    --fa: "\e1af"
}

.fa-house-user {
    --fa: "\e1b0"
}

.fa-home-user {
    --fa: "\e1b0"
}

.fa-house-building {
    --fa: "\e1b1"
}

.fa-house-chimney-heart {
    --fa: "\e1b2"
}

.fa-house-tree {
    --fa: "\e1b3"
}

.fa-house-turret {
    --fa: "\e1b4"
}

.fa-image-landscape {
    --fa: "\e1b5"
}

.fa-landscape {
    --fa: "\e1b5"
}

.fa-image-polaroid-user {
    --fa: "\e1b6"
}

.fa-image-slash {
    --fa: "\e1b7"
}

.fa-image-user {
    --fa: "\e1b8"
}

.fa-images-user {
    --fa: "\e1b9"
}

.fa-inbox-full {
    --fa: "\e1ba"
}

.fa-inboxes {
    --fa: "\e1bb"
}

.fa-indian-rupee-sign {
    --fa: "\e1bc"
}

.fa-indian-rupee {
    --fa: "\e1bc"
}

.fa-inr {
    --fa: "\e1bc"
}

.fa-input-numeric {
    --fa: "\e1bd"
}

.fa-input-pipe {
    --fa: "\e1be"
}

.fa-input-text {
    --fa: "\e1bf"
}

.fa-keyboard-brightness {
    --fa: "\e1c0"
}

.fa-keyboard-brightness-low {
    --fa: "\e1c1"
}

.fa-keyboard-down {
    --fa: "\e1c2"
}

.fa-keyboard-left {
    --fa: "\e1c3"
}

.fa-kip-sign {
    --fa: "\e1c4"
}

.fa-lamp-street {
    --fa: "\e1c5"
}

.fa-laptop-arrow-down {
    --fa: "\e1c6"
}

.fa-laptop-slash {
    --fa: "\e1c7"
}

.fa-lari-sign {
    --fa: "\e1c8"
}

.fa-lasso-sparkles {
    --fa: "\e1c9"
}

.fa-lightbulb-exclamation-on {
    --fa: "\e1ca"
}

.fa-link-horizontal {
    --fa: "\e1cb"
}

.fa-chain-horizontal {
    --fa: "\e1cb"
}

.fa-link-horizontal-slash {
    --fa: "\e1cc"
}

.fa-chain-horizontal-slash {
    --fa: "\e1cc"
}

.fa-link-simple {
    --fa: "\e1cd"
}

.fa-link-simple-slash {
    --fa: "\e1ce"
}

.fa-list-dropdown {
    --fa: "\e1cf"
}

.fa-list-radio {
    --fa: "\e1d0"
}

.fa-list-timeline {
    --fa: "\e1d1"
}

.fa-list-tree {
    --fa: "\e1d2"
}

.fa-litecoin-sign {
    --fa: "\e1d3"
}

.fa-loader {
    --fa: "\e1d4"
}

.fa-manat-sign {
    --fa: "\e1d5"
}

.fa-manhole {
    --fa: "\e1d6"
}

.fa-mask-face {
    --fa: "\e1d7"
}

.fa-memo {
    --fa: "\e1d8"
}

.fa-memo-circle-check {
    --fa: "\e1d9"
}

.fa-memo-pad {
    --fa: "\e1da"
}

.fa-message-arrow-down {
    --fa: "\e1db"
}

.fa-comment-alt-arrow-down {
    --fa: "\e1db"
}

.fa-message-arrow-up {
    --fa: "\e1dc"
}

.fa-comment-alt-arrow-up {
    --fa: "\e1dc"
}

.fa-message-arrow-up-right {
    --fa: "\e1dd"
}

.fa-message-captions {
    --fa: "\e1de"
}

.fa-comment-alt-captions {
    --fa: "\e1de"
}

.fa-message-code {
    --fa: "\e1df"
}

.fa-message-image {
    --fa: "\e1e0"
}

.fa-comment-alt-image {
    --fa: "\e1e0"
}

.fa-message-middle {
    --fa: "\e1e1"
}

.fa-comment-middle-alt {
    --fa: "\e1e1"
}

.fa-message-middle-top {
    --fa: "\e1e2"
}

.fa-comment-middle-top-alt {
    --fa: "\e1e2"
}

.fa-message-question {
    --fa: "\e1e3"
}

.fa-message-quote {
    --fa: "\e1e4"
}

.fa-comment-alt-quote {
    --fa: "\e1e4"
}

.fa-message-sms {
    --fa: "\e1e5"
}

.fa-message-text {
    --fa: "\e1e6"
}

.fa-comment-alt-text {
    --fa: "\e1e6"
}

.fa-messages-question {
    --fa: "\e1e7"
}

.fa-meter {
    --fa: "\e1e8"
}

.fa-meter-bolt {
    --fa: "\e1e9"
}

.fa-meter-droplet {
    --fa: "\e1ea"
}

.fa-meter-fire {
    --fa: "\e1eb"
}

.fa-microchip-ai {
    --fa: "\e1ec"
}

.fa-mill-sign {
    --fa: "\e1ed"
}

.fa-mobile-notch {
    --fa: "\e1ee"
}

.fa-mobile-iphone {
    --fa: "\e1ee"
}

.fa-mobile-signal {
    --fa: "\e1ef"
}

.fa-mobile-signal-out {
    --fa: "\e1f0"
}

.fa-money-bill-simple {
    --fa: "\e1f1"
}

.fa-money-bill-simple-wave {
    --fa: "\e1f2"
}

.fa-money-bills {
    --fa: "\e1f3"
}

.fa-money-bills-simple {
    --fa: "\e1f4"
}

.fa-money-bills-alt {
    --fa: "\e1f4"
}

.fa-mug-tea-saucer {
    --fa: "\e1f5"
}

.fa-naira-sign {
    --fa: "\e1f6"
}

.fa-nfc {
    --fa: "\e1f7"
}

.fa-nfc-lock {
    --fa: "\e1f8"
}

.fa-nfc-magnifying-glass {
    --fa: "\e1f9"
}

.fa-nfc-pen {
    --fa: "\e1fa"
}

.fa-nfc-signal {
    --fa: "\e1fb"
}

.fa-nfc-slash {
    --fa: "\e1fc"
}

.fa-nfc-trash {
    --fa: "\e1fd"
}

.fa-notdef {
    --fa: "\e1fe"
}

.fa-note {
    --fa: "\e1ff"
}

.fa-note-medical {
    --fa: "\e200"
}

.fa-notebook {
    --fa: "\e201"
}

.fa-notes {
    --fa: "\e202"
}

.fa-octagon-divide {
    --fa: "\e203"
}

.fa-octagon-exclamation {
    --fa: "\e204"
}

.fa-oil-can-drip {
    --fa: "\e205"
}

.fa-paintbrush-pencil {
    --fa: "\e206"
}

.fa-pallet-box {
    --fa: "\e208"
}

.fa-panorama {
    --fa: "\e209"
}

.fa-paper-plane-top {
    --fa: "\e20a"
}

.fa-paper-plane-alt {
    --fa: "\e20a"
}

.fa-send {
    --fa: "\e20a"
}

.fa-peach {
    --fa: "\e20b"
}

.fa-pear {
    --fa: "\e20c"
}

.fa-pedestal {
    --fa: "\e20d"
}

.fa-pen-circle {
    --fa: "\e20e"
}

.fa-pen-clip-slash {
    --fa: "\e20f"
}

.fa-pen-alt-slash {
    --fa: "\e20f"
}

.fa-pen-fancy-slash {
    --fa: "\e210"
}

.fa-pen-field {
    --fa: "\e211"
}

.fa-pen-line {
    --fa: "\e212"
}

.fa-pen-slash {
    --fa: "\e213"
}

.fa-pen-swirl {
    --fa: "\e214"
}

.fa-pencil-slash {
    --fa: "\e215"
}

.fa-people {
    --fa: "\e216"
}

.fa-people-dress {
    --fa: "\e217"
}

.fa-people-dress-simple {
    --fa: "\e218"
}

.fa-people-pants {
    --fa: "\e219"
}

.fa-people-pants-simple {
    --fa: "\e21a"
}

.fa-people-simple {
    --fa: "\e21b"
}

.fa-person-dress-simple {
    --fa: "\e21c"
}

.fa-person-pinball {
    --fa: "\e21d"
}

.fa-person-seat {
    --fa: "\e21e"
}

.fa-person-seat-reclined {
    --fa: "\e21f"
}

.fa-person-simple {
    --fa: "\e220"
}

.fa-peseta-sign {
    --fa: "\e221"
}

.fa-peso-sign {
    --fa: "\e222"
}

.fa-phone-arrow-down-left {
    --fa: "\e223"
}

.fa-phone-arrow-down {
    --fa: "\e223"
}

.fa-phone-incoming {
    --fa: "\e223"
}

.fa-phone-arrow-up-right {
    --fa: "\e224"
}

.fa-phone-arrow-up {
    --fa: "\e224"
}

.fa-phone-outgoing {
    --fa: "\e224"
}

.fa-phone-hangup {
    --fa: "\e225"
}

.fa-phone-missed {
    --fa: "\e226"
}

.fa-phone-xmark {
    --fa: "\e227"
}

.fa-photo-film-music {
    --fa: "\e228"
}

.fa-pinball {
    --fa: "\e229"
}

.fa-plane-prop {
    --fa: "\e22b"
}

.fa-plane-tail {
    --fa: "\e22c"
}

.fa-plane-up {
    --fa: "\e22d"
}

.fa-plane-up-slash {
    --fa: "\e22e"
}

.fa-play-pause {
    --fa: "\e22f"
}

.fa-puzzle-piece-simple {
    --fa: "\e231"
}

.fa-puzzle-piece-alt {
    --fa: "\e231"
}

.fa-quotes {
    --fa: "\e234"
}

.fa-rectangle-pro {
    --fa: "\e235"
}

.fa-pro {
    --fa: "\e235"
}

.fa-rectangle-terminal {
    --fa: "\e236"
}

.fa-rectangle-vertical-history {
    --fa: "\e237"
}

.fa-reel {
    --fa: "\e238"
}

.fa-reply-clock {
    --fa: "\e239"
}

.fa-reply-time {
    --fa: "\e239"
}

.fa-restroom-simple {
    --fa: "\e23a"
}

.fa-rhombus {
    --fa: "\e23b"
}

.fa-rotate-exclamation {
    --fa: "\e23c"
}

.fa-rupiah-sign {
    --fa: "\e23d"
}

.fa-screencast {
    --fa: "\e23e"
}

.fa-scribble {
    --fa: "\e23f"
}

.fa-sd-cards {
    --fa: "\e240"
}

.fa-seal {
    --fa: "\e241"
}

.fa-seal-exclamation {
    --fa: "\e242"
}

.fa-seal-question {
    --fa: "\e243"
}

.fa-seat-airline {
    --fa: "\e244"
}

.fa-shelves-empty {
    --fa: "\e246"
}

.fa-shield-exclamation {
    --fa: "\e247"
}

.fa-shield-keyhole {
    --fa: "\e248"
}

.fa-shield-minus {
    --fa: "\e249"
}

.fa-shield-plus {
    --fa: "\e24a"
}

.fa-shield-slash {
    --fa: "\e24b"
}

.fa-shield-xmark {
    --fa: "\e24c"
}

.fa-shield-times {
    --fa: "\e24c"
}

.fa-shower-down {
    --fa: "\e24d"
}

.fa-shower-alt {
    --fa: "\e24d"
}

.fa-sidebar {
    --fa: "\e24e"
}

.fa-sidebar-flip {
    --fa: "\e24f"
}

.fa-signal-stream-slash {
    --fa: "\e250"
}

.fa-sim-cards {
    --fa: "\e251"
}

.fa-slider {
    --fa: "\e252"
}

.fa-sliders-simple {
    --fa: "\e253"
}

.fa-split {
    --fa: "\e254"
}

.fa-square-0 {
    --fa: "\e255"
}

.fa-square-1 {
    --fa: "\e256"
}

.fa-square-2 {
    --fa: "\e257"
}

.fa-square-3 {
    --fa: "\e258"
}

.fa-square-4 {
    --fa: "\e259"
}

.fa-square-5 {
    --fa: "\e25a"
}

.fa-square-6 {
    --fa: "\e25b"
}

.fa-square-7 {
    --fa: "\e25c"
}

.fa-square-8 {
    --fa: "\e25d"
}

.fa-square-9 {
    --fa: "\e25e"
}

.fa-square-a {
    --fa: "\e25f"
}

.fa-square-ampersand {
    --fa: "\e260"
}

.fa-square-arrow-down-left {
    --fa: "\e261"
}

.fa-square-arrow-down-right {
    --fa: "\e262"
}

.fa-square-arrow-up-left {
    --fa: "\e263"
}

.fa-square-b {
    --fa: "\e264"
}

.fa-square-bolt {
    --fa: "\e265"
}

.fa-square-c {
    --fa: "\e266"
}

.fa-square-code {
    --fa: "\e267"
}

.fa-square-d {
    --fa: "\e268"
}

.fa-square-dashed {
    --fa: "\e269"
}

.fa-square-divide {
    --fa: "\e26a"
}

.fa-square-down-left {
    --fa: "\e26b"
}

.fa-square-down-right {
    --fa: "\e26c"
}

.fa-square-e {
    --fa: "\e26d"
}

.fa-square-ellipsis {
    --fa: "\e26e"
}

.fa-square-ellipsis-vertical {
    --fa: "\e26f"
}

.fa-square-f {
    --fa: "\e270"
}

.fa-square-g {
    --fa: "\e271"
}

.fa-square-i {
    --fa: "\e272"
}

.fa-square-j {
    --fa: "\e273"
}

.fa-square-k {
    --fa: "\e274"
}

.fa-square-l {
    --fa: "\e275"
}

.fa-square-m {
    --fa: "\e276"
}

.fa-square-n {
    --fa: "\e277"
}

.fa-square-o {
    --fa: "\e278"
}

.fa-square-p {
    --fa: "\e279"
}

.fa-square-phone-hangup {
    --fa: "\e27a"
}

.fa-phone-square-down {
    --fa: "\e27a"
}

.fa-square-q {
    --fa: "\e27b"
}

.fa-square-r {
    --fa: "\e27c"
}

.fa-square-s {
    --fa: "\e27d"
}

.fa-square-small {
    --fa: "\e27e"
}

.fa-square-star {
    --fa: "\e27f"
}

.fa-square-t {
    --fa: "\e280"
}

.fa-square-u {
    --fa: "\e281"
}

.fa-square-up-left {
    --fa: "\e282"
}

.fa-square-user {
    --fa: "\e283"
}

.fa-square-v {
    --fa: "\e284"
}

.fa-square-w {
    --fa: "\e285"
}

.fa-square-x {
    --fa: "\e286"
}

.fa-square-y {
    --fa: "\e287"
}

.fa-square-z {
    --fa: "\e288"
}

.fa-stairs {
    --fa: "\e289"
}

.fa-standard-definition {
    --fa: "\e28a"
}

.fa-rectangle-sd {
    --fa: "\e28a"
}

.fa-star-sharp {
    --fa: "\e28b"
}

.fa-star-sharp-half {
    --fa: "\e28c"
}

.fa-star-sharp-half-stroke {
    --fa: "\e28d"
}

.fa-star-sharp-half-alt {
    --fa: "\e28d"
}

.fa-starfighter-twin-ion-engine-advanced {
    --fa: "\e28e"
}

.fa-starfighter-alt-advanced {
    --fa: "\e28e"
}

.fa-sun-bright {
    --fa: "\e28f"
}

.fa-sun-alt {
    --fa: "\e28f"
}

.fa-table-layout {
    --fa: "\e290"
}

.fa-table-pivot {
    --fa: "\e291"
}

.fa-table-rows {
    --fa: "\e292"
}

.fa-rows {
    --fa: "\e292"
}

.fa-table-tree {
    --fa: "\e293"
}

.fa-tally-1 {
    --fa: "\e294"
}

.fa-tally-2 {
    --fa: "\e295"
}

.fa-tally-3 {
    --fa: "\e296"
}

.fa-tally-4 {
    --fa: "\e297"
}

.fa-taxi-bus {
    --fa: "\e298"
}

.fa-temperature-list {
    --fa: "\e299"
}

.fa-ticket-airline {
    --fa: "\e29a"
}

.fa-ticket-perforated-plane {
    --fa: "\e29a"
}

.fa-ticket-plane {
    --fa: "\e29a"
}

.fa-tickets-airline {
    --fa: "\e29b"
}

.fa-tickets-perforated-plane {
    --fa: "\e29b"
}

.fa-tickets-plane {
    --fa: "\e29b"
}

.fa-timeline {
    --fa: "\e29c"
}

.fa-timeline-arrow {
    --fa: "\e29d"
}

.fa-timer {
    --fa: "\e29e"
}

.fa-toilet-paper-under {
    --fa: "\e2a0"
}

.fa-toilet-paper-blank-under {
    --fa: "\e2a0"
}

.fa-toilet-paper-reverse {
    --fa: "\e2a0"
}

.fa-toilet-paper-reverse-alt {
    --fa: "\e2a0"
}

.fa-toilet-paper-under-slash {
    --fa: "\e2a1"
}

.fa-toilet-paper-reverse-slash {
    --fa: "\e2a1"
}

.fa-tower-control {
    --fa: "\e2a2"
}

.fa-train-subway-tunnel {
    --fa: "\e2a3"
}

.fa-subway-tunnel {
    --fa: "\e2a3"
}

.fa-transformer-bolt {
    --fa: "\e2a4"
}

.fa-transporter-4 {
    --fa: "\e2a5"
}

.fa-transporter-5 {
    --fa: "\e2a6"
}

.fa-transporter-6 {
    --fa: "\e2a7"
}

.fa-transporter-7 {
    --fa: "\e2a8"
}

.fa-trash-can-check {
    --fa: "\e2a9"
}

.fa-trash-can-clock {
    --fa: "\e2aa"
}

.fa-trash-can-list {
    --fa: "\e2ab"
}

.fa-trash-can-plus {
    --fa: "\e2ac"
}

.fa-trash-can-slash {
    --fa: "\e2ad"
}

.fa-trash-alt-slash {
    --fa: "\e2ad"
}

.fa-trash-can-xmark {
    --fa: "\e2ae"
}

.fa-trash-check {
    --fa: "\e2af"
}

.fa-trash-clock {
    --fa: "\e2b0"
}

.fa-trash-list {
    --fa: "\e2b1"
}

.fa-trash-plus {
    --fa: "\e2b2"
}

.fa-trash-slash {
    --fa: "\e2b3"
}

.fa-trash-xmark {
    --fa: "\e2b4"
}

.fa-truck-container-empty {
    --fa: "\e2b5"
}

.fa-truck-flatbed {
    --fa: "\e2b6"
}

.fa-truck-front {
    --fa: "\e2b7"
}

.fa-truck-tow {
    --fa: "\e2b8"
}

.fa-tty-answer {
    --fa: "\e2b9"
}

.fa-teletype-answer {
    --fa: "\e2b9"
}

.fa-tugrik-sign {
    --fa: "\e2ba"
}

.fa-turkish-lira-sign {
    --fa: "\e2bb"
}

.fa-try {
    --fa: "\e2bb"
}

.fa-turkish-lira {
    --fa: "\e2bb"
}

.fa-umbrella-simple {
    --fa: "\e2bc"
}

.fa-umbrella-alt {
    --fa: "\e2bc"
}

.fa-up-left {
    --fa: "\e2bd"
}

.fa-up-right {
    --fa: "\e2be"
}

.fa-user-bounty-hunter {
    --fa: "\e2bf"
}

.fa-user-pilot {
    --fa: "\e2c0"
}

.fa-user-pilot-tie {
    --fa: "\e2c1"
}

.fa-user-shakespeare {
    --fa: "\e2c2"
}

.fa-utility-pole {
    --fa: "\e2c3"
}

.fa-utility-pole-double {
    --fa: "\e2c4"
}

.fa-vault {
    --fa: "\e2c5"
}

.fa-video-arrow-down-left {
    --fa: "\e2c8"
}

.fa-video-arrow-up-right {
    --fa: "\e2c9"
}

.fa-wand-magic-sparkles {
    --fa: "\e2ca"
}

.fa-magic-wand-sparkles {
    --fa: "\e2ca"
}

.fa-watch-apple {
    --fa: "\e2cb"
}

.fa-watch-smart {
    --fa: "\e2cc"
}

.fa-wheat-awn {
    --fa: "\e2cd"
}

.fa-wheat-alt {
    --fa: "\e2cd"
}

.fa-wheelchair-move {
    --fa: "\e2ce"
}

.fa-wheelchair-alt {
    --fa: "\e2ce"
}

.fa-wifi-exclamation {
    --fa: "\e2cf"
}

.fa-wrench-simple {
    --fa: "\e2d1"
}

.fa-robot-astromech {
    --fa: "\e2d2"
}

.fa-360-degrees {
    --fa: "\e2dc"
}

.fa-aperture {
    --fa: "\e2df"
}

.fa-arrow-turn-down-left {
    --fa: "\e2e1"
}

.fa-balloon {
    --fa: "\e2e3"
}

.fa-balloons {
    --fa: "\e2e4"
}

.fa-banana {
    --fa: "\e2e5"
}

.fa-bangladeshi-taka-sign {
    --fa: "\e2e6"
}

.fa-bench-tree {
    --fa: "\e2e7"
}

.fa-blueberries {
    --fa: "\e2e8"
}

.fa-bowl-chopsticks {
    --fa: "\e2e9"
}

.fa-bowl-chopsticks-noodles {
    --fa: "\e2ea"
}

.fa-bowl-rice {
    --fa: "\e2eb"
}

.fa-briefcase-arrow-right {
    --fa: "\e2f2"
}

.fa-citrus {
    --fa: "\e2f4"
}

.fa-citrus-slice {
    --fa: "\e2f5"
}

.fa-coconut {
    --fa: "\e2f6"
}

.fa-display-slash {
    --fa: "\e2fa"
}

.fa-desktop-slash {
    --fa: "\e2fa"
}

.fa-face-explode {
    --fa: "\e2fe"
}

.fa-exploding-head {
    --fa: "\e2fe"
}

.fa-face-viewfinder {
    --fa: "\e2ff"
}

.fa-family {
    --fa: "\e300"
}

.fa-family-dress {
    --fa: "\e301"
}

.fa-family-pants {
    --fa: "\e302"
}

.fa-fence {
    --fa: "\e303"
}

.fa-fish-bones {
    --fa: "\e304"
}

.fa-grapes {
    --fa: "\e306"
}

.fa-kiwi-fruit {
    --fa: "\e30c"
}

.fa-mango {
    --fa: "\e30f"
}

.fa-melon {
    --fa: "\e310"
}

.fa-melon-slice {
    --fa: "\e311"
}

.fa-money-from-bracket {
    --fa: "\e312"
}

.fa-money-simple-from-bracket {
    --fa: "\e313"
}

.fa-olive {
    --fa: "\e316"
}

.fa-olive-branch {
    --fa: "\e317"
}

.fa-option {
    --fa: "\e318"
}

.fa-party-bell {
    --fa: "\e31a"
}

.fa-party-horn {
    --fa: "\e31b"
}

.fa-peapod {
    --fa: "\e31c"
}

.fa-person-pregnant {
    --fa: "\e31e"
}

.fa-pineapple {
    --fa: "\e31f"
}

.fa-rectangle-code {
    --fa: "\e322"
}

.fa-rectangles-mixed {
    --fa: "\e323"
}

.fa-roller-coaster {
    --fa: "\e324"
}

.fa-square-quote {
    --fa: "\e329"
}

.fa-square-terminal {
    --fa: "\e32a"
}

.fa-strawberry {
    --fa: "\e32b"
}

.fa-table-picnic {
    --fa: "\e32d"
}

.fa-thought-bubble {
    --fa: "\e32e"
}

.fa-tick {
    --fa: "\e32f"
}

.fa-tomato {
    --fa: "\e330"
}

.fa-turn-down-left {
    --fa: "\e331"
}

.fa-user-police {
    --fa: "\e333"
}

.fa-user-police-tie {
    --fa: "\e334"
}

.fa-watermelon-slice {
    --fa: "\e337"
}

.fa-wheat-awn-slash {
    --fa: "\e338"
}

.fa-wheat-slash {
    --fa: "\e339"
}

.fa-badminton {
    --fa: "\e33a"
}

.fa-binary {
    --fa: "\e33b"
}

.fa-binary-circle-check {
    --fa: "\e33c"
}

.fa-binary-lock {
    --fa: "\e33d"
}

.fa-binary-slash {
    --fa: "\e33e"
}

.fa-boot-heeled {
    --fa: "\e33f"
}

.fa-car-bolt {
    --fa: "\e341"
}

.fa-car-circle-bolt {
    --fa: "\e342"
}

.fa-car-mirrors {
    --fa: "\e343"
}

.fa-car-side-bolt {
    --fa: "\e344"
}

.fa-clock-eight {
    --fa: "\e345"
}

.fa-clock-eight-thirty {
    --fa: "\e346"
}

.fa-clock-eleven {
    --fa: "\e347"
}

.fa-clock-eleven-thirty {
    --fa: "\e348"
}

.fa-clock-five {
    --fa: "\e349"
}

.fa-clock-five-thirty {
    --fa: "\e34a"
}

.fa-clock-four-thirty {
    --fa: "\e34b"
}

.fa-clock-nine {
    --fa: "\e34c"
}

.fa-clock-nine-thirty {
    --fa: "\e34d"
}

.fa-clock-one {
    --fa: "\e34e"
}

.fa-clock-one-thirty {
    --fa: "\e34f"
}

.fa-clock-seven {
    --fa: "\e350"
}

.fa-clock-seven-thirty {
    --fa: "\e351"
}

.fa-clock-six {
    --fa: "\e352"
}

.fa-clock-six-thirty {
    --fa: "\e353"
}

.fa-clock-ten {
    --fa: "\e354"
}

.fa-clock-ten-thirty {
    --fa: "\e355"
}

.fa-clock-three {
    --fa: "\e356"
}

.fa-clock-three-thirty {
    --fa: "\e357"
}

.fa-clock-twelve {
    --fa: "\e358"
}

.fa-clock-twelve-thirty {
    --fa: "\e359"
}

.fa-clock-two {
    --fa: "\e35a"
}

.fa-clock-two-thirty {
    --fa: "\e35b"
}

.fa-cloud-check {
    --fa: "\e35c"
}

.fa-cloud-minus {
    --fa: "\e35d"
}

.fa-cloud-plus {
    --fa: "\e35e"
}

.fa-cloud-xmark {
    --fa: "\e35f"
}

.fa-columns-3 {
    --fa: "\e361"
}

.fa-crystal-ball {
    --fa: "\e362"
}

.fa-cup-straw {
    --fa: "\e363"
}

.fa-cup-straw-swoosh {
    --fa: "\e364"
}

.fa-distribute-spacing-horizontal {
    --fa: "\e365"
}

.fa-distribute-spacing-vertical {
    --fa: "\e366"
}

.fa-eyes {
    --fa: "\e367"
}

.fa-face-angry-horns {
    --fa: "\e368"
}

.fa-face-anguished {
    --fa: "\e369"
}

.fa-face-anxious-sweat {
    --fa: "\e36a"
}

.fa-face-astonished {
    --fa: "\e36b"
}

.fa-face-confounded {
    --fa: "\e36c"
}

.fa-face-confused {
    --fa: "\e36d"
}

.fa-face-cowboy-hat {
    --fa: "\e36e"
}

.fa-face-disappointed {
    --fa: "\e36f"
}

.fa-face-disguise {
    --fa: "\e370"
}

.fa-face-downcast-sweat {
    --fa: "\e371"
}

.fa-face-drooling {
    --fa: "\e372"
}

.fa-face-expressionless {
    --fa: "\e373"
}

.fa-face-eyes-xmarks {
    --fa: "\e374"
}

.fa-face-fearful {
    --fa: "\e375"
}

.fa-face-frown-slight {
    --fa: "\e376"
}

.fa-face-glasses {
    --fa: "\e377"
}

.fa-face-hand-over-mouth {
    --fa: "\e378"
}

.fa-face-hand-yawn {
    --fa: "\e379"
}

.fa-face-head-bandage {
    --fa: "\e37a"
}

.fa-face-hushed {
    --fa: "\e37b"
}

.fa-face-icicles {
    --fa: "\e37c"
}

.fa-face-kiss-closed-eyes {
    --fa: "\e37d"
}

.fa-face-lying {
    --fa: "\e37e"
}

.fa-face-mask {
    --fa: "\e37f"
}

.fa-face-monocle {
    --fa: "\e380"
}

.fa-face-nauseated {
    --fa: "\e381"
}

.fa-face-nose-steam {
    --fa: "\e382"
}

.fa-face-party {
    --fa: "\e383"
}

.fa-face-pensive {
    --fa: "\e384"
}

.fa-face-persevering {
    --fa: "\e385"
}

.fa-face-pleading {
    --fa: "\e386"
}

.fa-face-pouting {
    --fa: "\e387"
}

.fa-face-raised-eyebrow {
    --fa: "\e388"
}

.fa-face-relieved {
    --fa: "\e389"
}

.fa-face-sad-sweat {
    --fa: "\e38a"
}

.fa-face-scream {
    --fa: "\e38b"
}

.fa-face-shush {
    --fa: "\e38c"
}

.fa-face-sleeping {
    --fa: "\e38d"
}

.fa-face-sleepy {
    --fa: "\e38e"
}

.fa-face-smile-halo {
    --fa: "\e38f"
}

.fa-face-smile-hearts {
    --fa: "\e390"
}

.fa-face-smile-horns {
    --fa: "\e391"
}

.fa-face-smile-relaxed {
    --fa: "\e392"
}

.fa-face-smile-tear {
    --fa: "\e393"
}

.fa-face-smile-tongue {
    --fa: "\e394"
}

.fa-face-smile-upside-down {
    --fa: "\e395"
}

.fa-face-smiling-hands {
    --fa: "\e396"
}

.fa-face-smirking {
    --fa: "\e397"
}

.fa-face-sunglasses {
    --fa: "\e398"
}

.fa-face-swear {
    --fa: "\e399"
}

.fa-face-thermometer {
    --fa: "\e39a"
}

.fa-face-thinking {
    --fa: "\e39b"
}

.fa-face-tissue {
    --fa: "\e39c"
}

.fa-face-tongue-money {
    --fa: "\e39d"
}

.fa-face-tongue-sweat {
    --fa: "\e39e"
}

.fa-face-unamused {
    --fa: "\e39f"
}

.fa-face-vomit {
    --fa: "\e3a0"
}

.fa-face-weary {
    --fa: "\e3a1"
}

.fa-face-woozy {
    --fa: "\e3a2"
}

.fa-face-worried {
    --fa: "\e3a3"
}

.fa-face-zany {
    --fa: "\e3a4"
}

.fa-face-zipper {
    --fa: "\e3a5"
}

.fa-file-lock {
    --fa: "\e3a6"
}

.fa-file-slash {
    --fa: "\e3a7"
}

.fa-fishing-rod {
    --fa: "\e3a8"
}

.fa-flying-disc {
    --fa: "\e3a9"
}

.fa-gallery-thumbnails {
    --fa: "\e3aa"
}

.fa-goal-net {
    --fa: "\e3ab"
}

.fa-golf-flag-hole {
    --fa: "\e3ac"
}

.fa-grid-dividers {
    --fa: "\e3ad"
}

.fa-hockey-stick-puck {
    --fa: "\e3ae"
}

.fa-house-chimney {
    --fa: "\e3af"
}

.fa-home-lg {
    --fa: "\e3af"
}

.fa-house-chimney-blank {
    --fa: "\e3b0"
}

.fa-house-crack {
    --fa: "\e3b1"
}

.fa-house-medical {
    --fa: "\e3b2"
}

.fa-house-window {
    --fa: "\e3b3"
}

.fa-key-skeleton-left-right {
    --fa: "\e3b4"
}

.fa-lacrosse-stick {
    --fa: "\e3b5"
}

.fa-lacrosse-stick-ball {
    --fa: "\e3b6"
}

.fa-mask-snorkel {
    --fa: "\e3b7"
}

.fa-message-bot {
    --fa: "\e3b8"
}

.fa-moped {
    --fa: "\e3b9"
}

.fa-nesting-dolls {
    --fa: "\e3ba"
}

.fa-objects-align-bottom {
    --fa: "\e3bb"
}

.fa-objects-align-center-horizontal {
    --fa: "\e3bc"
}

.fa-objects-align-center-vertical {
    --fa: "\e3bd"
}

.fa-objects-align-left {
    --fa: "\e3be"
}

.fa-objects-align-right {
    --fa: "\e3bf"
}

.fa-objects-align-top {
    --fa: "\e3c0"
}

.fa-objects-column {
    --fa: "\e3c1"
}

.fa-paperclip-vertical {
    --fa: "\e3c2"
}

.fa-pinata {
    --fa: "\e3c3"
}

.fa-pipe-smoking {
    --fa: "\e3c4"
}

.fa-pool-8-ball {
    --fa: "\e3c5"
}

.fa-rugby-ball {
    --fa: "\e3c6"
}

.fa-shirt-long-sleeve {
    --fa: "\e3c7"
}

.fa-shirt-running {
    --fa: "\e3c8"
}

.fa-shirt-tank-top {
    --fa: "\e3c9"
}

.fa-signature-lock {
    --fa: "\e3ca"
}

.fa-signature-slash {
    --fa: "\e3cb"
}

.fa-ski-boot {
    --fa: "\e3cc"
}

.fa-ski-boot-ski {
    --fa: "\e3cd"
}

.fa-slot-machine {
    --fa: "\e3ce"
}

.fa-teddy-bear {
    --fa: "\e3cf"
}

.fa-truck-bolt {
    --fa: "\e3d0"
}

.fa-uniform-martial-arts {
    --fa: "\e3d1"
}

.fa-user-chef {
    --fa: "\e3d2"
}

.fa-user-hair-buns {
    --fa: "\e3d3"
}

.fa-arrow-left-long-to-line {
    --fa: "\e3d4"
}

.fa-arrow-right-long-to-line {
    --fa: "\e3d5"
}

.fa-arrow-turn-down-right {
    --fa: "\e3d6"
}

.fa-bagel {
    --fa: "\e3d7"
}

.fa-baguette {
    --fa: "\e3d8"
}

.fa-blanket-fire {
    --fa: "\e3da"
}

.fa-block-brick {
    --fa: "\e3db"
}

.fa-wall-brick {
    --fa: "\e3db"
}

.fa-block-brick-fire {
    --fa: "\e3dc"
}

.fa-firewall {
    --fa: "\e3dc"
}

.fa-block-question {
    --fa: "\e3dd"
}

.fa-bowl-scoop {
    --fa: "\e3de"
}

.fa-bowl-shaved-ice {
    --fa: "\e3de"
}

.fa-bowl-scoops {
    --fa: "\e3df"
}

.fa-bowl-spoon {
    --fa: "\e3e0"
}

.fa-bread-slice-butter {
    --fa: "\e3e1"
}

.fa-broccoli {
    --fa: "\e3e2"
}

.fa-burger-lettuce {
    --fa: "\e3e3"
}

.fa-butter {
    --fa: "\e3e4"
}

.fa-cake-slice {
    --fa: "\e3e5"
}

.fa-shortcake {
    --fa: "\e3e5"
}

.fa-can-food {
    --fa: "\e3e6"
}

.fa-candy {
    --fa: "\e3e7"
}

.fa-candy-bar {
    --fa: "\e3e8"
}

.fa-chocolate-bar {
    --fa: "\e3e8"
}

.fa-card-club {
    --fa: "\e3e9"
}

.fa-card-diamond {
    --fa: "\e3ea"
}

.fa-card-heart {
    --fa: "\e3eb"
}

.fa-card-spade {
    --fa: "\e3ec"
}

.fa-cards {
    --fa: "\e3ed"
}

.fa-cart-arrow-up {
    --fa: "\e3ee"
}

.fa-cart-circle-arrow-down {
    --fa: "\e3ef"
}

.fa-cart-circle-arrow-up {
    --fa: "\e3f0"
}

.fa-cart-circle-check {
    --fa: "\e3f1"
}

.fa-cart-circle-exclamation {
    --fa: "\e3f2"
}

.fa-cart-circle-plus {
    --fa: "\e3f3"
}

.fa-cart-circle-xmark {
    --fa: "\e3f4"
}

.fa-cent-sign {
    --fa: "\e3f5"
}

.fa-chestnut {
    --fa: "\e3f6"
}

.fa-chopsticks {
    --fa: "\e3f7"
}

.fa-circle-quarters {
    --fa: "\e3f8"
}

.fa-code-pull-request-closed {
    --fa: "\e3f9"
}

.fa-code-pull-request-draft {
    --fa: "\e3fa"
}

.fa-coin-blank {
    --fa: "\e3fb"
}

.fa-coin-front {
    --fa: "\e3fc"
}

.fa-coin-vertical {
    --fa: "\e3fd"
}

.fa-corner {
    --fa: "\e3fe"
}

.fa-crab {
    --fa: "\e3ff"
}

.fa-soft-serve {
    --fa: "\e400"
}

.fa-creemee {
    --fa: "\e400"
}

.fa-cucumber {
    --fa: "\e401"
}

.fa-cupcake {
    --fa: "\e402"
}

.fa-custard {
    --fa: "\e403"
}

.fa-dash {
    --fa: "\e404"
}

.fa-minus-large {
    --fa: "\e404"
}

.fa-diamond-exclamation {
    --fa: "\e405"
}

.fa-donut {
    --fa: "\e406"
}

.fa-doughnut {
    --fa: "\e406"
}

.fa-down-from-dotted-line {
    --fa: "\e407"
}

.fa-down-to-dotted-line {
    --fa: "\e408"
}

.fa-face-awesome {
    --fa: "\e409"
}

.fa-gave-dandy {
    --fa: "\e409"
}

.fa-falafel {
    --fa: "\e40a"
}

.fa-flatbread {
    --fa: "\e40b"
}

.fa-flatbread-stuffed {
    --fa: "\e40c"
}

.fa-fondue-pot {
    --fa: "\e40d"
}

.fa-garlic {
    --fa: "\e40e"
}

.fa-grip-dots {
    --fa: "\e410"
}

.fa-grip-dots-vertical {
    --fa: "\e411"
}

.fa-h5 {
    --fa: "\e412"
}

.fa-h6 {
    --fa: "\e413"
}

.fa-hammer-crash {
    --fa: "\e414"
}

.fa-hashtag-lock {
    --fa: "\e415"
}

.fa-hexagon-check {
    --fa: "\e416"
}

.fa-hexagon-exclamation {
    --fa: "\e417"
}

.fa-honey-pot {
    --fa: "\e418"
}

.fa-hose {
    --fa: "\e419"
}

.fa-hose-reel {
    --fa: "\e41a"
}

.fa-hourglass-clock {
    --fa: "\e41b"
}

.fa-hundred-points {
    --fa: "\e41c"
}

.fa-100 {
    --fa: "\e41c"
}

.fa-leafy-green {
    --fa: "\e41d"
}

.fa-left-long-to-line {
    --fa: "\e41e"
}

.fa-light-emergency {
    --fa: "\e41f"
}

.fa-light-emergency-on {
    --fa: "\e420"
}

.fa-lobster {
    --fa: "\e421"
}

.fa-lock-a {
    --fa: "\e422"
}

.fa-lock-hashtag {
    --fa: "\e423"
}

.fa-lollipop {
    --fa: "\e424"
}

.fa-lollypop {
    --fa: "\e424"
}

.fa-mushroom {
    --fa: "\e425"
}

.fa-octagon-check {
    --fa: "\e426"
}

.fa-onion {
    --fa: "\e427"
}

.fa-page {
    --fa: "\e428"
}

.fa-page-caret-down {
    --fa: "\e429"
}

.fa-file-caret-down {
    --fa: "\e429"
}

.fa-page-caret-up {
    --fa: "\e42a"
}

.fa-file-caret-up {
    --fa: "\e42a"
}

.fa-pan-food {
    --fa: "\e42b"
}

.fa-pan-frying {
    --fa: "\e42c"
}

.fa-pancakes {
    --fa: "\e42d"
}

.fa-panel-ews {
    --fa: "\e42e"
}

.fa-panel-fire {
    --fa: "\e42f"
}

.fa-peanut {
    --fa: "\e430"
}

.fa-peanuts {
    --fa: "\e431"
}

.fa-pepper {
    --fa: "\e432"
}

.fa-person-to-door {
    --fa: "\e433"
}

.fa-phone-intercom {
    --fa: "\e434"
}

.fa-pickleball {
    --fa: "\e435"
}

.fa-pipe-circle-check {
    --fa: "\e436"
}

.fa-pipe-collar {
    --fa: "\e437"
}

.fa-pipe-section {
    --fa: "\e438"
}

.fa-pipe-valve {
    --fa: "\e439"
}

.fa-plate-utensils {
    --fa: "\e43b"
}

.fa-plus-minus {
    --fa: "\e43c"
}

.fa-pompebled {
    --fa: "\e43d"
}

.fa-popsicle {
    --fa: "\e43e"
}

.fa-pot-food {
    --fa: "\e43f"
}

.fa-potato {
    --fa: "\e440"
}

.fa-pretzel {
    --fa: "\e441"
}

.fa-pump {
    --fa: "\e442"
}

.fa-puzzle {
    --fa: "\e443"
}

.fa-right-long-to-line {
    --fa: "\e444"
}

.fa-sailboat {
    --fa: "\e445"
}

.fa-salt-shaker {
    --fa: "\e446"
}

.fa-section {
    --fa: "\e447"
}

.fa-shrimp {
    --fa: "\e448"
}

.fa-shutters {
    --fa: "\e449"
}

.fa-sportsball {
    --fa: "\e44b"
}

.fa-sprinkler-ceiling {
    --fa: "\e44c"
}

.fa-square-a-lock {
    --fa: "\e44d"
}

.fa-square-quarters {
    --fa: "\e44e"
}

.fa-square-ring {
    --fa: "\e44f"
}

.fa-squid {
    --fa: "\e450"
}

.fa-tamale {
    --fa: "\e451"
}

.fa-tank-water {
    --fa: "\e452"
}

.fa-train-track {
    --fa: "\e453"
}

.fa-train-tunnel {
    --fa: "\e454"
}

.fa-turn-down-right {
    --fa: "\e455"
}

.fa-up-from-dotted-line {
    --fa: "\e456"
}

.fa-up-to-dotted-line {
    --fa: "\e457"
}

.fa-user-doctor-hair {
    --fa: "\e458"
}

.fa-user-doctor-hair-long {
    --fa: "\e459"
}

.fa-user-hair {
    --fa: "\e45a"
}

.fa-user-hair-long {
    --fa: "\e45b"
}

.fa-user-hair-mullet {
    --fa: "\e45c"
}

.fa-business-front {
    --fa: "\e45c"
}

.fa-party-back {
    --fa: "\e45c"
}

.fa-trian-balbot {
    --fa: "\e45c"
}

.fa-user-nurse-hair {
    --fa: "\e45d"
}

.fa-user-nurse-hair-long {
    --fa: "\e45e"
}

.fa-user-tie-hair {
    --fa: "\e45f"
}

.fa-user-tie-hair-long {
    --fa: "\e460"
}

.fa-user-vneck {
    --fa: "\e461"
}

.fa-user-vneck-hair {
    --fa: "\e462"
}

.fa-user-vneck-hair-long {
    --fa: "\e463"
}

.fa-utensils-slash {
    --fa: "\e464"
}

.fa-vent-damper {
    --fa: "\e465"
}

.fa-waffle {
    --fa: "\e466"
}

.fa-00 {
    --fa: "\e467"
}

.fa-apartment {
    --fa: "\e468"
}

.fa-bird {
    --fa: "\e469"
}

.fa-block {
    --fa: "\e46a"
}

.fa-bowl-soft-serve {
    --fa: "\e46b"
}

.fa-brazilian-real-sign {
    --fa: "\e46c"
}

.fa-cabin {
    --fa: "\e46d"
}

.fa-calendar-circle-exclamation {
    --fa: "\e46e"
}

.fa-calendar-circle-minus {
    --fa: "\e46f"
}

.fa-calendar-circle-plus {
    --fa: "\e470"
}

.fa-calendar-circle-user {
    --fa: "\e471"
}

.fa-calendar-lines-pen {
    --fa: "\e472"
}

.fa-chart-simple {
    --fa: "\e473"
}

.fa-chart-simple-horizontal {
    --fa: "\e474"
}

.fa-diagram-cells {
    --fa: "\e475"
}

.fa-diagram-next {
    --fa: "\e476"
}

.fa-diagram-predecessor {
    --fa: "\e477"
}

.fa-diagram-previous {
    --fa: "\e478"
}

.fa-diagram-subtask {
    --fa: "\e479"
}

.fa-diagram-successor {
    --fa: "\e47a"
}

.fa-earth-oceania {
    --fa: "\e47b"
}

.fa-globe-oceania {
    --fa: "\e47b"
}

.fa-face-beam-hand-over-mouth {
    --fa: "\e47c"
}

.fa-face-clouds {
    --fa: "\e47d"
}

.fa-face-diagonal-mouth {
    --fa: "\e47e"
}

.fa-face-dotted {
    --fa: "\e47f"
}

.fa-face-exhaling {
    --fa: "\e480"
}

.fa-face-hand-peeking {
    --fa: "\e481"
}

.fa-face-holding-back-tears {
    --fa: "\e482"
}

.fa-face-melting {
    --fa: "\e483"
}

.fa-face-saluting {
    --fa: "\e484"
}

.fa-face-spiral-eyes {
    --fa: "\e485"
}

.fa-fort {
    --fa: "\e486"
}

.fa-house-blank {
    --fa: "\e487"
}

.fa-home-blank {
    --fa: "\e487"
}

.fa-square-kanban {
    --fa: "\e488"
}

.fa-square-list {
    --fa: "\e489"
}

.fa-sushi {
    --fa: "\e48a"
}

.fa-nigiri {
    --fa: "\e48a"
}

.fa-sushi-roll {
    --fa: "\e48b"
}

.fa-maki-roll {
    --fa: "\e48b"
}

.fa-makizushi {
    --fa: "\e48b"
}

.fa-album-circle-plus {
    --fa: "\e48c"
}

.fa-album-circle-user {
    --fa: "\e48d"
}

.fa-album-collection-circle-plus {
    --fa: "\e48e"
}

.fa-album-collection-circle-user {
    --fa: "\e48f"
}

.fa-bug-slash {
    --fa: "\e490"
}

.fa-cloud-exclamation {
    --fa: "\e491"
}

.fa-cloud-question {
    --fa: "\e492"
}

.fa-file-circle-info {
    --fa: "\e493"
}

.fa-file-circle-plus {
    --fa: "\e494"
}

.fa-frame {
    --fa: "\e495"
}

.fa-gauge-circle-bolt {
    --fa: "\e496"
}

.fa-gauge-circle-minus {
    --fa: "\e497"
}

.fa-gauge-circle-plus {
    --fa: "\e498"
}

.fa-memo-circle-info {
    --fa: "\e49a"
}

.fa-object-exclude {
    --fa: "\e49c"
}

.fa-object-intersect {
    --fa: "\e49d"
}

.fa-object-subtract {
    --fa: "\e49e"
}

.fa-object-union {
    --fa: "\e49f"
}

.fa-pen-nib-slash {
    --fa: "\e4a1"
}

.fa-rectangle-history {
    --fa: "\e4a2"
}

.fa-rectangle-history-circle-plus {
    --fa: "\e4a3"
}

.fa-rectangle-history-circle-user {
    --fa: "\e4a4"
}

.fa-shop-lock {
    --fa: "\e4a5"
}

.fa-store-lock {
    --fa: "\e4a6"
}

.fa-user-robot-xmarks {
    --fa: "\e4a7"
}

.fa-virus-covid {
    --fa: "\e4a8"
}

.fa-virus-covid-slash {
    --fa: "\e4a9"
}

.fa-anchor-circle-check {
    --fa: "\e4aa"
}

.fa-anchor-circle-exclamation {
    --fa: "\e4ab"
}

.fa-anchor-circle-xmark {
    --fa: "\e4ac"
}

.fa-anchor-lock {
    --fa: "\e4ad"
}

.fa-arrow-down-to-arc {
    --fa: "\e4ae"
}

.fa-arrow-down-up-across-line {
    --fa: "\e4af"
}

.fa-arrow-down-up-lock {
    --fa: "\e4b0"
}

.fa-arrow-right-from-arc {
    --fa: "\e4b1"
}

.fa-arrow-right-to-arc {
    --fa: "\e4b2"
}

.fa-arrow-right-to-city {
    --fa: "\e4b3"
}

.fa-arrow-up-from-arc {
    --fa: "\e4b4"
}

.fa-arrow-up-from-ground-water {
    --fa: "\e4b5"
}

.fa-arrow-up-from-water-pump {
    --fa: "\e4b6"
}

.fa-arrow-up-right-dots {
    --fa: "\e4b7"
}

.fa-arrows-down-to-line {
    --fa: "\e4b8"
}

.fa-arrows-down-to-people {
    --fa: "\e4b9"
}

.fa-arrows-left-right-to-line {
    --fa: "\e4ba"
}

.fa-arrows-spin {
    --fa: "\e4bb"
}

.fa-arrows-split-up-and-left {
    --fa: "\e4bc"
}

.fa-arrows-to-circle {
    --fa: "\e4bd"
}

.fa-arrows-to-dot {
    --fa: "\e4be"
}

.fa-arrows-to-eye {
    --fa: "\e4bf"
}

.fa-arrows-turn-right {
    --fa: "\e4c0"
}

.fa-arrows-turn-to-dots {
    --fa: "\e4c1"
}

.fa-arrows-up-to-line {
    --fa: "\e4c2"
}

.fa-bore-hole {
    --fa: "\e4c3"
}

.fa-bottle-droplet {
    --fa: "\e4c4"
}

.fa-bottle-water {
    --fa: "\e4c5"
}

.fa-bowl-food {
    --fa: "\e4c6"
}

.fa-boxes-packing {
    --fa: "\e4c7"
}

.fa-bridge {
    --fa: "\e4c8"
}

.fa-bridge-circle-check {
    --fa: "\e4c9"
}

.fa-bridge-circle-exclamation {
    --fa: "\e4ca"
}

.fa-bridge-circle-xmark {
    --fa: "\e4cb"
}

.fa-bridge-lock {
    --fa: "\e4cc"
}

.fa-bridge-suspension {
    --fa: "\e4cd"
}

.fa-bridge-water {
    --fa: "\e4ce"
}

.fa-bucket {
    --fa: "\e4cf"
}

.fa-bugs {
    --fa: "\e4d0"
}

.fa-building-circle-arrow-right {
    --fa: "\e4d1"
}

.fa-building-circle-check {
    --fa: "\e4d2"
}

.fa-building-circle-exclamation {
    --fa: "\e4d3"
}

.fa-building-circle-xmark {
    --fa: "\e4d4"
}

.fa-building-flag {
    --fa: "\e4d5"
}

.fa-building-lock {
    --fa: "\e4d6"
}

.fa-building-ngo {
    --fa: "\e4d7"
}

.fa-building-shield {
    --fa: "\e4d8"
}

.fa-building-un {
    --fa: "\e4d9"
}

.fa-building-user {
    --fa: "\e4da"
}

.fa-building-wheat {
    --fa: "\e4db"
}

.fa-burst {
    --fa: "\e4dc"
}

.fa-car-on {
    --fa: "\e4dd"
}

.fa-car-tunnel {
    --fa: "\e4de"
}

.fa-cards-blank {
    --fa: "\e4df"
}

.fa-child-combatant {
    --fa: "\e4e0"
}

.fa-child-rifle {
    --fa: "\e4e0"
}

.fa-children {
    --fa: "\e4e1"
}

.fa-circle-nodes {
    --fa: "\e4e2"
}

.fa-clipboard-question {
    --fa: "\e4e3"
}

.fa-cloud-showers-water {
    --fa: "\e4e4"
}

.fa-computer {
    --fa: "\e4e5"
}

.fa-cubes-stacked {
    --fa: "\e4e6"
}

.fa-down-to-bracket {
    --fa: "\e4e7"
}

.fa-envelope-circle-check {
    --fa: "\e4e8"
}

.fa-explosion {
    --fa: "\e4e9"
}

.fa-ferry {
    --fa: "\e4ea"
}

.fa-file-circle-exclamation {
    --fa: "\e4eb"
}

.fa-file-circle-minus {
    --fa: "\e4ed"
}

.fa-file-circle-question {
    --fa: "\e4ef"
}

.fa-file-shield {
    --fa: "\e4f0"
}

.fa-fire-burner {
    --fa: "\e4f1"
}

.fa-fish-fins {
    --fa: "\e4f2"
}

.fa-flask-vial {
    --fa: "\e4f3"
}

.fa-glass-water {
    --fa: "\e4f4"
}

.fa-glass-water-droplet {
    --fa: "\e4f5"
}

.fa-group-arrows-rotate {
    --fa: "\e4f6"
}

.fa-hand-holding-hand {
    --fa: "\e4f7"
}

.fa-handcuffs {
    --fa: "\e4f8"
}

.fa-hands-bound {
    --fa: "\e4f9"
}

.fa-hands-holding-child {
    --fa: "\e4fa"
}

.fa-hands-holding-circle {
    --fa: "\e4fb"
}

.fa-heart-circle-bolt {
    --fa: "\e4fc"
}

.fa-heart-circle-check {
    --fa: "\e4fd"
}

.fa-heart-circle-exclamation {
    --fa: "\e4fe"
}

.fa-heart-circle-minus {
    --fa: "\e4ff"
}

.fa-heart-circle-plus {
    --fa: "\e500"
}

.fa-heart-circle-xmark {
    --fa: "\e501"
}

.fa-helicopter-symbol {
    --fa: "\e502"
}

.fa-helmet-un {
    --fa: "\e503"
}

.fa-hexagon-image {
    --fa: "\e504"
}

.fa-hexagon-vertical-nft {
    --fa: "\e505"
}

.fa-hexagon-vertical-nft-slanted {
    --fa: "\e505"
}

.fa-hill-avalanche {
    --fa: "\e507"
}

.fa-hill-rockslide {
    --fa: "\e508"
}

.fa-house-circle-check {
    --fa: "\e509"
}

.fa-house-circle-exclamation {
    --fa: "\e50a"
}

.fa-house-circle-xmark {
    --fa: "\e50b"
}

.fa-house-fire {
    --fa: "\e50c"
}

.fa-house-flag {
    --fa: "\e50d"
}

.fa-house-flood-water {
    --fa: "\e50e"
}

.fa-house-flood-water-circle-arrow-right {
    --fa: "\e50f"
}

.fa-house-lock {
    --fa: "\e510"
}

.fa-house-medical-circle-check {
    --fa: "\e511"
}

.fa-house-medical-circle-exclamation {
    --fa: "\e512"
}

.fa-house-medical-circle-xmark {
    --fa: "\e513"
}

.fa-house-medical-flag {
    --fa: "\e514"
}

.fa-house-tsunami {
    --fa: "\e515"
}

.fa-jar {
    --fa: "\e516"
}

.fa-jar-wheat {
    --fa: "\e517"
}

.fa-jet-fighter-up {
    --fa: "\e518"
}

.fa-jug-detergent {
    --fa: "\e519"
}

.fa-kitchen-set {
    --fa: "\e51a"
}

.fa-land-mine-on {
    --fa: "\e51b"
}

.fa-landmark-flag {
    --fa: "\e51c"
}

.fa-laptop-file {
    --fa: "\e51d"
}

.fa-lines-leaning {
    --fa: "\e51e"
}

.fa-location-pin-lock {
    --fa: "\e51f"
}

.fa-locust {
    --fa: "\e520"
}

.fa-magnifying-glass-arrow-right {
    --fa: "\e521"
}

.fa-magnifying-glass-chart {
    --fa: "\e522"
}

.fa-mars-and-venus-burst {
    --fa: "\e523"
}

.fa-mask-ventilator {
    --fa: "\e524"
}

.fa-mattress-pillow {
    --fa: "\e525"
}

.fa-merge {
    --fa: "\e526"
}

.fa-mobile-retro {
    --fa: "\e527"
}

.fa-money-bill-transfer {
    --fa: "\e528"
}

.fa-money-bill-trend-up {
    --fa: "\e529"
}

.fa-money-bill-wheat {
    --fa: "\e52a"
}

.fa-mosquito {
    --fa: "\e52b"
}

.fa-mosquito-net {
    --fa: "\e52c"
}

.fa-mound {
    --fa: "\e52d"
}

.fa-mountain-city {
    --fa: "\e52e"
}

.fa-mountain-sun {
    --fa: "\e52f"
}

.fa-nfc-symbol {
    --fa: "\e531"
}

.fa-oil-well {
    --fa: "\e532"
}

.fa-people-group {
    --fa: "\e533"
}

.fa-people-line {
    --fa: "\e534"
}

.fa-people-pulling {
    --fa: "\e535"
}

.fa-people-robbery {
    --fa: "\e536"
}

.fa-people-roof {
    --fa: "\e537"
}

.fa-person-arrow-down-to-line {
    --fa: "\e538"
}

.fa-person-arrow-up-from-line {
    --fa: "\e539"
}

.fa-person-breastfeeding {
    --fa: "\e53a"
}

.fa-person-burst {
    --fa: "\e53b"
}

.fa-person-cane {
    --fa: "\e53c"
}

.fa-person-chalkboard {
    --fa: "\e53d"
}

.fa-person-circle-check {
    --fa: "\e53e"
}

.fa-person-circle-exclamation {
    --fa: "\e53f"
}

.fa-person-circle-minus {
    --fa: "\e540"
}

.fa-person-circle-plus {
    --fa: "\e541"
}

.fa-person-circle-question {
    --fa: "\e542"
}

.fa-person-circle-xmark {
    --fa: "\e543"
}

.fa-person-dress-burst {
    --fa: "\e544"
}

.fa-person-drowning {
    --fa: "\e545"
}

.fa-person-falling {
    --fa: "\e546"
}

.fa-person-falling-burst {
    --fa: "\e547"
}

.fa-person-half-dress {
    --fa: "\e548"
}

.fa-person-harassing {
    --fa: "\e549"
}

.fa-person-military-pointing {
    --fa: "\e54a"
}

.fa-person-military-rifle {
    --fa: "\e54b"
}

.fa-person-military-to-person {
    --fa: "\e54c"
}

.fa-person-rays {
    --fa: "\e54d"
}

.fa-person-rifle {
    --fa: "\e54e"
}

.fa-person-shelter {
    --fa: "\e54f"
}

.fa-person-walking-arrow-loop-left {
    --fa: "\e551"
}

.fa-person-walking-arrow-right {
    --fa: "\e552"
}

.fa-person-walking-dashed-line-arrow-right {
    --fa: "\e553"
}

.fa-person-walking-luggage {
    --fa: "\e554"
}

.fa-plane-circle-check {
    --fa: "\e555"
}

.fa-plane-circle-exclamation {
    --fa: "\e556"
}

.fa-plane-circle-xmark {
    --fa: "\e557"
}

.fa-plane-lock {
    --fa: "\e558"
}

.fa-plate-wheat {
    --fa: "\e55a"
}

.fa-plug-circle-bolt {
    --fa: "\e55b"
}

.fa-plug-circle-check {
    --fa: "\e55c"
}

.fa-plug-circle-exclamation {
    --fa: "\e55d"
}

.fa-plug-circle-minus {
    --fa: "\e55e"
}

.fa-plug-circle-plus {
    --fa: "\e55f"
}

.fa-plug-circle-xmark {
    --fa: "\e560"
}

.fa-ranking-star {
    --fa: "\e561"
}

.fa-road-barrier {
    --fa: "\e562"
}

.fa-road-bridge {
    --fa: "\e563"
}

.fa-road-circle-check {
    --fa: "\e564"
}

.fa-road-circle-exclamation {
    --fa: "\e565"
}

.fa-road-circle-xmark {
    --fa: "\e566"
}

.fa-road-lock {
    --fa: "\e567"
}

.fa-road-spikes {
    --fa: "\e568"
}

.fa-rug {
    --fa: "\e569"
}

.fa-sack-xmark {
    --fa: "\e56a"
}

.fa-school-circle-check {
    --fa: "\e56b"
}

.fa-school-circle-exclamation {
    --fa: "\e56c"
}

.fa-school-circle-xmark {
    --fa: "\e56d"
}

.fa-school-flag {
    --fa: "\e56e"
}

.fa-school-lock {
    --fa: "\e56f"
}

.fa-sheet-plastic {
    --fa: "\e571"
}

.fa-shield-cat {
    --fa: "\e572"
}

.fa-shield-dog {
    --fa: "\e573"
}

.fa-shield-heart {
    --fa: "\e574"
}

.fa-shield-quartered {
    --fa: "\e575"
}

.fa-square-nfi {
    --fa: "\e576"
}

.fa-square-person-confined {
    --fa: "\e577"
}

.fa-square-virus {
    --fa: "\e578"
}

.fa-staff-snake {
    --fa: "\e579"
}

.fa-rod-asclepius {
    --fa: "\e579"
}

.fa-rod-snake {
    --fa: "\e579"
}

.fa-staff-aesculapius {
    --fa: "\e579"
}

.fa-sun-plant-wilt {
    --fa: "\e57a"
}

.fa-tarp {
    --fa: "\e57b"
}

.fa-tarp-droplet {
    --fa: "\e57c"
}

.fa-tent {
    --fa: "\e57d"
}

.fa-tent-arrow-down-to-line {
    --fa: "\e57e"
}

.fa-tent-arrow-left-right {
    --fa: "\e57f"
}

.fa-tent-arrow-turn-left {
    --fa: "\e580"
}

.fa-tent-arrows-down {
    --fa: "\e581"
}

.fa-tents {
    --fa: "\e582"
}

.fa-toilet-portable {
    --fa: "\e583"
}

.fa-toilets-portable {
    --fa: "\e584"
}

.fa-tower-cell {
    --fa: "\e585"
}

.fa-tower-observation {
    --fa: "\e586"
}

.fa-tree-city {
    --fa: "\e587"
}

.fa-trillium {
    --fa: "\e588"
}

.fa-trowel {
    --fa: "\e589"
}

.fa-trowel-bricks {
    --fa: "\e58a"
}

.fa-truck-arrow-right {
    --fa: "\e58b"
}

.fa-truck-droplet {
    --fa: "\e58c"
}

.fa-truck-field {
    --fa: "\e58d"
}

.fa-truck-field-un {
    --fa: "\e58e"
}

.fa-truck-plane {
    --fa: "\e58f"
}

.fa-up-from-bracket {
    --fa: "\e590"
}

.fa-users-between-lines {
    --fa: "\e591"
}

.fa-users-line {
    --fa: "\e592"
}

.fa-users-rays {
    --fa: "\e593"
}

.fa-users-rectangle {
    --fa: "\e594"
}

.fa-users-viewfinder {
    --fa: "\e595"
}

.fa-vial-circle-check {
    --fa: "\e596"
}

.fa-vial-virus {
    --fa: "\e597"
}

.fa-wheat-awn-circle-exclamation {
    --fa: "\e598"
}

.fa-worm {
    --fa: "\e599"
}

.fa-xmarks-lines {
    --fa: "\e59a"
}

.fa-xmark-large {
    --fa: "\e59b"
}

.fa-child-dress {
    --fa: "\e59c"
}

.fa-child-reaching {
    --fa: "\e59d"
}

.fa-plus-large {
    --fa: "\e59e"
}

.fa-crosshairs-simple {
    --fa: "\e59f"
}

.fa-file-circle-check {
    --fa: "\e5a0"
}

.fa-file-circle-xmark {
    --fa: "\e5a1"
}

.fa-gamepad-modern {
    --fa: "\e5a2"
}

.fa-gamepad-alt {
    --fa: "\e5a2"
}

.fa-grill {
    --fa: "\e5a3"
}

.fa-grill-fire {
    --fa: "\e5a4"
}

.fa-grill-hot {
    --fa: "\e5a5"
}

.fa-lightbulb-cfl {
    --fa: "\e5a6"
}

.fa-lightbulb-cfl-on {
    --fa: "\e5a7"
}

.fa-mouse-field {
    --fa: "\e5a8"
}

.fa-person-through-window {
    --fa: "\e5a9"
}

.fa-plant-wilt {
    --fa: "\e5aa"
}

.fa-ring-diamond {
    --fa: "\e5ab"
}

.fa-stapler {
    --fa: "\e5af"
}

.fa-toggle-large-off {
    --fa: "\e5b0"
}

.fa-toggle-large-on {
    --fa: "\e5b1"
}

.fa-toilet-paper-check {
    --fa: "\e5b2"
}

.fa-toilet-paper-xmark {
    --fa: "\e5b3"
}

.fa-train-tram {
    --fa: "\e5b4"
}

.fa-buoy {
    --fa: "\e5b5"
}

.fa-buoy-mooring {
    --fa: "\e5b6"
}

.fa-diamond-half {
    --fa: "\e5b7"
}

.fa-diamond-half-stroke {
    --fa: "\e5b8"
}

.fa-game-console-handheld-crank {
    --fa: "\e5b9"
}

.fa-interrobang {
    --fa: "\e5ba"
}

.fa-mailbox-flag-up {
    --fa: "\e5bb"
}

.fa-mustache {
    --fa: "\e5bc"
}

.fa-nose {
    --fa: "\e5bd"
}

.fa-phone-arrow-right {
    --fa: "\e5be"
}

.fa-pickaxe {
    --fa: "\e5bf"
}

.fa-prescription-bottle-pill {
    --fa: "\e5c0"
}

.fa-snowflake-droplets {
    --fa: "\e5c1"
}

.fa-square-dashed-circle-plus {
    --fa: "\e5c2"
}

.fa-tricycle {
    --fa: "\e5c3"
}

.fa-tricycle-adult {
    --fa: "\e5c4"
}

.fa-user-magnifying-glass {
    --fa: "\e5c5"
}

.fa-comment-heart {
    --fa: "\e5c8"
}

.fa-message-heart {
    --fa: "\e5c9"
}

.fa-pencil-mechanical {
    --fa: "\e5ca"
}

.fa-skeleton-ribs {
    --fa: "\e5cb"
}

.fa-billboard {
    --fa: "\e5cd"
}

.fa-circle-euro {
    --fa: "\e5ce"
}

.fa-circle-sterling {
    --fa: "\e5cf"
}

.fa-circle-yen {
    --fa: "\e5d0"
}

.fa-broom-wide {
    --fa: "\e5d1"
}

.fa-wreath-laurel {
    --fa: "\e5d2"
}

.fa-circle-quarter-stroke {
    --fa: "\e5d3"
}

.fa-circle-three-quarters-stroke {
    --fa: "\e5d4"
}

.fa-webhook {
    --fa: "\e5d5"
}

.fa-sparkle {
    --fa: "\e5d6"
}

.fa-chart-line-up-down {
    --fa: "\e5d7"
}

.fa-chart-mixed-up-circle-currency {
    --fa: "\e5d8"
}

.fa-chart-mixed-up-circle-dollar {
    --fa: "\e5d9"
}

.fa-grid-round {
    --fa: "\e5da"
}

.fa-grid-round-2 {
    --fa: "\e5db"
}

.fa-grid-round-2-plus {
    --fa: "\e5dc"
}

.fa-grid-round-4 {
    --fa: "\e5dd"
}

.fa-grid-round-5 {
    --fa: "\e5de"
}

.fa-arrow-progress {
    --fa: "\e5df"
}

.fa-right-left-large {
    --fa: "\e5e1"
}

.fa-calendar-users {
    --fa: "\e5e2"
}

.fa-display-chart-up {
    --fa: "\e5e3"
}

.fa-display-chart-up-circle-currency {
    --fa: "\e5e5"
}

.fa-display-chart-up-circle-dollar {
    --fa: "\e5e6"
}

.fa-laptop-binary {
    --fa: "\e5e7"
}

.fa-gear-code {
    --fa: "\e5e8"
}

.fa-gear-complex {
    --fa: "\e5e9"
}

.fa-gear-complex-code {
    --fa: "\e5eb"
}

.fa-file-doc {
    --fa: "\e5ed"
}

.fa-file-zip {
    --fa: "\e5ee"
}

.fa-flask-gear {
    --fa: "\e5f1"
}

.fa-bag-seedling {
    --fa: "\e5f2"
}

.fa-bin-bottles {
    --fa: "\e5f5"
}

.fa-bin-bottles-recycle {
    --fa: "\e5f6"
}

.fa-bin-recycle {
    --fa: "\e5f7"
}

.fa-conveyor-belt-arm {
    --fa: "\e5f8"
}

.fa-jug-bottle {
    --fa: "\e5fb"
}

.fa-lightbulb-gear {
    --fa: "\e5fd"
}

.fa-dinosaur {
    --fa: "\e5fe"
}

.fa-person-running-fast {
    --fa: "\e5ff"
}

.fa-circles-overlap {
    --fa: "\e600"
}

.fa-cloud-binary {
    --fa: "\e601"
}

.fa-chf-sign {
    --fa: "\e602"
}

.fa-user-group-simple {
    --fa: "\e603"
}

.fa-chart-pie-simple-circle-currency {
    --fa: "\e604"
}

.fa-chart-pie-simple-circle-dollar {
    --fa: "\e605"
}

.fa-hat-beach {
    --fa: "\e606"
}

.fa-person-dress-fairy {
    --fa: "\e607"
}

.fa-person-fairy {
    --fa: "\e608"
}

.fa-swap {
    --fa: "\e609"
}

.fa-swap-arrows {
    --fa: "\e60a"
}

.fa-angles-up-down {
    --fa: "\e60d"
}

.fa-globe-pointer {
    --fa: "\e60e"
}

.fa-subtitles {
    --fa: "\e60f"
}

.fa-subtitles-slash {
    --fa: "\e610"
}

.fa-head-side-gear {
    --fa: "\e611"
}

.fa-lighthouse {
    --fa: "\e612"
}

.fa-raccoon {
    --fa: "\e613"
}

.fa-arrow-down-from-arc {
    --fa: "\e614"
}

.fa-arrow-left-from-arc {
    --fa: "\e615"
}

.fa-arrow-left-to-arc {
    --fa: "\e616"
}

.fa-arrow-up-to-arc {
    --fa: "\e617"
}

.fa-building-magnifying-glass {
    --fa: "\e61c"
}

.fa-building-memo {
    --fa: "\e61e"
}

.fa-hammer-brush {
    --fa: "\e620"
}

.fa-hand-holding-circle-dollar {
    --fa: "\e621"
}

.fa-landmark-magnifying-glass {
    --fa: "\e622"
}

.fa-sign-post {
    --fa: "\e624"
}

.fa-sign-posts {
    --fa: "\e625"
}

.fa-sign-posts-wrench {
    --fa: "\e626"
}

.fa-tent-double-peak {
    --fa: "\e627"
}

.fa-truck-utensils {
    --fa: "\e628"
}

.fa-t-rex {
    --fa: "\e629"
}

.fa-spinner-scale {
    --fa: "\e62a"
}

.fa-bell-ring {
    --fa: "\e62c"
}

.fa-arrows-rotate-reverse {
    --fa: "\e630"
}

.fa-rotate-reverse {
    --fa: "\e631"
}

.fa-arrow-turn-left {
    --fa: "\e632"
}

.fa-arrow-turn-left-down {
    --fa: "\e633"
}

.fa-arrow-turn-left-up {
    --fa: "\e634"
}

.fa-arrow-turn-right {
    --fa: "\e635"
}

.fa-turn-left {
    --fa: "\e636"
}

.fa-turn-left-down {
    --fa: "\e637"
}

.fa-turn-left-up {
    --fa: "\e638"
}

.fa-turn-right {
    --fa: "\e639"
}

.fa-location-arrow-up {
    --fa: "\e63a"
}

.fa-ticket-perforated {
    --fa: "\e63e"
}

.fa-tickets-perforated {
    --fa: "\e63f"
}

.fa-cannon {
    --fa: "\e642"
}

.fa-court-sport {
    --fa: "\e643"
}

.fa-file-eps {
    --fa: "\e644"
}

.fa-file-gif {
    --fa: "\e645"
}

.fa-file-jpg {
    --fa: "\e646"
}

.fa-file-mov {
    --fa: "\e647"
}

.fa-file-mp3 {
    --fa: "\e648"
}

.fa-file-mp4 {
    --fa: "\e649"
}

.fa-file-ppt {
    --fa: "\e64a"
}

.fa-file-svg {
    --fa: "\e64b"
}

.fa-file-vector {
    --fa: "\e64c"
}

.fa-file-xls {
    --fa: "\e64d"
}

.fa-folder-check {
    --fa: "\e64e"
}

.fa-chart-kanban {
    --fa: "\e64f"
}

.fa-bag-shopping-minus {
    --fa: "\e650"
}

.fa-bag-shopping-plus {
    --fa: "\e651"
}

.fa-basket-shopping-minus {
    --fa: "\e652"
}

.fa-basket-shopping-plus {
    --fa: "\e653"
}

.fa-file-xml {
    --fa: "\e654"
}

.fa-bulldozer {
    --fa: "\e655"
}

.fa-excavator {
    --fa: "\e656"
}

.fa-truck-ladder {
    --fa: "\e657"
}

.fa-tickets {
    --fa: "\e658"
}

.fa-tickets-simple {
    --fa: "\e659"
}

.fa-truck-fire {
    --fa: "\e65a"
}

.fa-wave {
    --fa: "\e65b"
}

.fa-waves-sine {
    --fa: "\e65d"
}

.fa-magnifying-glass-arrows-rotate {
    --fa: "\e65e"
}

.fa-magnifying-glass-music {
    --fa: "\e65f"
}

.fa-magnifying-glass-play {
    --fa: "\e660"
}

.fa-magnifying-glass-waveform {
    --fa: "\e661"
}

.fa-music-magnifying-glass {
    --fa: "\e662"
}

.fa-reflect-horizontal {
    --fa: "\e664"
}

.fa-reflect-vertical {
    --fa: "\e665"
}

.fa-file-png {
    --fa: "\e666"
}

.fa-arrow-down-from-bracket {
    --fa: "\e667"
}

.fa-arrow-left-from-bracket {
    --fa: "\e668"
}

.fa-arrow-left-to-bracket {
    --fa: "\e669"
}

.fa-arrow-up-to-bracket {
    --fa: "\e66a"
}

.fa-down-from-bracket {
    --fa: "\e66b"
}

.fa-left-from-bracket {
    --fa: "\e66c"
}

.fa-left-to-bracket {
    --fa: "\e66d"
}

.fa-up-to-bracket {
    --fa: "\e66e"
}

.fa-reflect-both {
    --fa: "\e66f"
}

.fa-file-cad {
    --fa: "\e672"
}

.fa-bottle-baby {
    --fa: "\e673"
}

.fa-table-cells-column-lock {
    --fa: "\e678"
}

.fa-table-cells-lock {
    --fa: "\e679"
}

.fa-table-cells-row-lock {
    --fa: "\e67a"
}

.fa-circle-wifi {
    --fa: "\e67d"
}

.fa-circle-wifi-circle-wifi {
    --fa: "\e67e"
}

.fa-circle-wifi-group {
    --fa: "\e67e"
}

.fa-circle-gf {
    --fa: "\e67f"
}

.fa-ant {
    --fa: "\e680"
}

.fa-caduceus {
    --fa: "\e681"
}

.fa-web-awesome {
    --fa: "\e682"
}

.fa-globe-wifi {
    --fa: "\e685"
}

.fa-hydra {
    --fa: "\e686"
}

.fa-lightbulb-message {
    --fa: "\e687"
}

.fa-octopus {
    --fa: "\e688"
}

.fa-user-beard-bolt {
    --fa: "\e689"
}

.fa-user-hoodie {
    --fa: "\e68a"
}

.fa-diamonds-4 {
    --fa: "\e68b"
}

.fa-thumbtack-slash {
    --fa: "\e68f"
}

.fa-thumb-tack-slash {
    --fa: "\e68f"
}

.fa-table-cells-column-unlock {
    --fa: "\e690"
}

.fa-table-cells-row-unlock {
    --fa: "\e691"
}

.fa-table-cells-unlock {
    --fa: "\e692"
}

.fa-chart-diagram {
    --fa: "\e695"
}

.fa-comment-nodes {
    --fa: "\e696"
}

.fa-file-fragment {
    --fa: "\e697"
}

.fa-file-half-dashed {
    --fa: "\e698"
}

.fa-hexagon-nodes {
    --fa: "\e699"
}

.fa-hexagon-nodes-bolt {
    --fa: "\e69a"
}

.fa-square-binary {
    --fa: "\e69b"
}

.fa-carpool {
    --fa: "\e69c"
}

.fa-car-people {
    --fa: "\e69c"
}

.fa-chart-sine {
    --fa: "\e69d"
}

.fa-chart-fft {
    --fa: "\e69e"
}

.fa-circles-overlap-3 {
    --fa: "\e6a1"
}

.fa-pronoun {
    --fa: "\e6a1"
}

.fa-bar-progress {
    --fa: "\e6a4"
}

.fa-bar-progress-empty {
    --fa: "\e6a5"
}

.fa-bar-progress-full {
    --fa: "\e6a6"
}

.fa-bar-progress-half {
    --fa: "\e6a7"
}

.fa-bar-progress-quarter {
    --fa: "\e6a8"
}

.fa-bar-progress-three-quarters {
    --fa: "\e6a9"
}

.fa-grid-2-minus {
    --fa: "\e6aa"
}

.fa-grid-round-2-minus {
    --fa: "\e6ab"
}

.fa-table-cells-columns {
    --fa: "\e6ac"
}

.fa-table-cells-header {
    --fa: "\e6ad"
}

.fa-table-cells-header-lock {
    --fa: "\e6ae"
}

.fa-table-cells-header-unlock {
    --fa: "\e6af"
}

.fa-table-cells-rows {
    --fa: "\e6b0"
}

.fa-circle-equals {
    --fa: "\e6b1"
}

.fa-hexagon-equals {
    --fa: "\e6b2"
}

.fa-octagon-equals {
    --fa: "\e6b3"
}

.fa-rectangle-minus {
    --fa: "\e6b4"
}

.fa-rectangle-plus {
    --fa: "\e6b5"
}

.fa-square-equals {
    --fa: "\e6b6"
}

.fa-arrow-down-long-to-line {
    --fa: "\e6b7"
}

.fa-arrow-left-arrow-right {
    --fa: "\e6b8"
}

.fa-arrow-left-from-dotted-line {
    --fa: "\e6b9"
}

.fa-arrow-left-to-dotted-line {
    --fa: "\e6ba"
}

.fa-arrow-right-from-dotted-line {
    --fa: "\e6bb"
}

.fa-arrow-right-to-dotted-line {
    --fa: "\e6bc"
}

.fa-arrow-up-long-to-line {
    --fa: "\e6bd"
}

.fa-direction-left-right {
    --fa: "\e6be"
}

.fa-direction-up-down {
    --fa: "\e6bf"
}

.fa-down-long-to-line {
    --fa: "\e6c0"
}

.fa-down-up {
    --fa: "\e6c1"
}

.fa-left-from-dotted-line {
    --fa: "\e6c2"
}

.fa-left-to-dotted-line {
    --fa: "\e6c3"
}

.fa-right-from-dotted-line {
    --fa: "\e6c4"
}

.fa-right-to-dotted-line {
    --fa: "\e6c5"
}

.fa-up-long-to-line {
    --fa: "\e6c6"
}

.fa-barn {
    --fa: "\e6c7"
}

.fa-circle-house {
    --fa: "\e6c8"
}

.fa-garage-empty {
    --fa: "\e6c9"
}

.fa-house-unlock {
    --fa: "\e6ca"
}

.fa-school-unlock {
    --fa: "\e6cb"
}

.fa-stadium {
    --fa: "\e6cc"
}

.fa-tent-circus {
    --fa: "\e6cd"
}

.fa-ball-yarn {
    --fa: "\e6ce"
}

.fa-bra {
    --fa: "\e6cf"
}

.fa-briefs {
    --fa: "\e6d0"
}

.fa-dress {
    --fa: "\e6d1"
}

.fa-jeans {
    --fa: "\e6d2"
}

.fa-jeans-straight {
    --fa: "\e6d3"
}

.fa-panties {
    --fa: "\e6d4"
}

.fa-pants {
    --fa: "\e6d5"
}

.fa-pants-straight {
    --fa: "\e6d6"
}

.fa-shirt-jersey {
    --fa: "\e6d7"
}

.fa-shoe {
    --fa: "\e6d8"
}

.fa-shorts {
    --fa: "\e6d9"
}

.fa-sneaker {
    --fa: "\e6da"
}

.fa-circle-share-nodes {
    --fa: "\e6db"
}

.fa-comment-dot {
    --fa: "\e6dc"
}

.fa-comment-waveform {
    --fa: "\e6dd"
}

.fa-envelope-circle-user {
    --fa: "\e6de"
}

.fa-message-dot {
    --fa: "\e6df"
}

.fa-message-waveform {
    --fa: "\e6e0"
}

.fa-phone-connection {
    --fa: "\e6e1"
}

.fa-phone-waveform {
    --fa: "\e6e2"
}

.fa-postage-stamp {
    --fa: "\e6e3"
}

.fa-circle-florin {
    --fa: "\e6e4"
}

.fa-circle-ruble {
    --fa: "\e6e5"
}

.fa-square-chf {
    --fa: "\e6e6"
}

.fa-square-lira {
    --fa: "\e6e7"
}

.fa-norwegian-krone-sign {
    --fa: "\e6e8"
}

.fa-circle-renminbi {
    --fa: "\e6e9"
}

.fa-square-peseta {
    --fa: "\e6ea"
}

.fa-circle-brazilian-real {
    --fa: "\e6eb"
}

.fa-circle-won {
    --fa: "\e6ec"
}

.fa-square-cruzeiro {
    --fa: "\e6ed"
}

.fa-circle-currency {
    --fa: "\e6ee"
}

.fa-circle-hryvnia {
    --fa: "\e6ef"
}

.fa-square-cent {
    --fa: "\e6f0"
}

.fa-square-brazilian-real {
    --fa: "\e6f1"
}

.fa-square-bitcoin {
    --fa: "\e6f2"
}

.fa-circle-peruvian-soles {
    --fa: "\e6f3"
}

.fa-circle-litecoin {
    --fa: "\e6f4"
}

.fa-square-indian-rupee {
    --fa: "\e6f5"
}

.fa-circle-lira {
    --fa: "\e6f6"
}

.fa-square-litecoin {
    --fa: "\e6f7"
}

.fa-square-ruble {
    --fa: "\e6f8"
}

.fa-circle-malaysian-ringgit {
    --fa: "\e6f9"
}

.fa-malaysian-ringgit-sign {
    --fa: "\e6fa"
}

.fa-circle-manat {
    --fa: "\e6fb"
}

.fa-circle-colon {
    --fa: "\e6fc"
}

.fa-circle-kip {
    --fa: "\e6fd"
}

.fa-australian-dollar-sign {
    --fa: "\e6fe"
}

.fa-circle-peso {
    --fa: "\e6ff"
}

.fa-circle-polish-zloty {
    --fa: "\e700"
}

.fa-circle-bangladeshi-taka {
    --fa: "\e701"
}

.fa-circle-mill {
    --fa: "\e702"
}

.fa-circle-shekel {
    --fa: "\e703"
}

.fa-square-manat {
    --fa: "\e704"
}

.fa-peruvian-soles-sign {
    --fa: "\e705"
}

.fa-circle-rupiah {
    --fa: "\e706"
}

.fa-square-norwegian-krone {
    --fa: "\e707"
}

.fa-square-naira {
    --fa: "\e708"
}

.fa-square-won {
    --fa: "\e709"
}

.fa-square-mill {
    --fa: "\e70a"
}

.fa-polish-zloty-sign {
    --fa: "\e70b"
}

.fa-square-currency {
    --fa: "\e70c"
}

.fa-square-kip {
    --fa: "\e70d"
}

.fa-square-guarani {
    --fa: "\e70e"
}

.fa-square-dong {
    --fa: "\e70f"
}

.fa-square-hryvnia {
    --fa: "\e710"
}

.fa-circle-tugrik {
    --fa: "\e711"
}

.fa-square-rupiah {
    --fa: "\e712"
}

.fa-square-sterling {
    --fa: "\e713"
}

.fa-circle-rupee {
    --fa: "\e714"
}

.fa-square-rupee {
    --fa: "\e715"
}

.fa-square-peruvian-soles {
    --fa: "\e716"
}

.fa-square-florin {
    --fa: "\e717"
}

.fa-square-australian-dollar {
    --fa: "\e718"
}

.fa-square-baht {
    --fa: "\e719"
}

.fa-square-peso {
    --fa: "\e71a"
}

.fa-circle-austral {
    --fa: "\e71b"
}

.fa-square-swedish-krona {
    --fa: "\e71c"
}

.fa-circle-lari {
    --fa: "\e71d"
}

.fa-circleapore-dollar {
    --fa: "\e71e"
}

.fa-square-turkish-lira {
    --fa: "\e71f"
}

.fa-danish-krone-sign {
    --fa: "\e720"
}

.fa-circle-franc {
    --fa: "\e721"
}

.fa-circle-cruzeiro {
    --fa: "\e722"
}

.fa-circle-dong {
    --fa: "\e723"
}

.fa-square-yen {
    --fa: "\e724"
}

.fa-circle-tenge {
    --fa: "\e725"
}

.fa-square-austral {
    --fa: "\e726"
}

.fa-square-eurozone {
    --fa: "\e727"
}

.fa-square-tugrik {
    --fa: "\e728"
}

.fa-square-cedi {
    --fa: "\e729"
}

.fa-circle-cent {
    --fa: "\e72a"
}

.fa-currency-sign {
    --fa: "\e72b"
}

.fa-circle-chf {
    --fa: "\e72c"
}

.fa-circle-baht {
    --fa: "\e72d"
}

.fa-signapore-dollar-sign {
    --fa: "\e72e"
}

.fa-square-franc {
    --fa: "\e72f"
}

.fa-circle-australian-dollar {
    --fa: "\e730"
}

.fa-square-tenge {
    --fa: "\e731"
}

.fa-square-euro {
    --fa: "\e732"
}

.fa-squareapore-dollar {
    --fa: "\e733"
}

.fa-circle-indian-rupee {
    --fa: "\e734"
}

.fa-square-shekel {
    --fa: "\e735"
}

.fa-square-polish-zloty {
    --fa: "\e736"
}

.fa-circle-bitcoin {
    --fa: "\e737"
}

.fa-circle-norwegian-krone {
    --fa: "\e738"
}

.fa-circle-turkish-lira {
    --fa: "\e739"
}

.fa-square-colon {
    --fa: "\e73a"
}

.fa-circle-guarani {
    --fa: "\e73b"
}

.fa-renminbi-sign {
    --fa: "\e73c"
}

.fa-square-renminbi {
    --fa: "\e73d"
}

.fa-swedish-krona-sign {
    --fa: "\e73e"
}

.fa-square-lari {
    --fa: "\e73f"
}

.fa-eurozone-sign {
    --fa: "\e740"
}

.fa-circle-peseta {
    --fa: "\e741"
}

.fa-circle-cedi {
    --fa: "\e742"
}

.fa-circle-swedish-krona {
    --fa: "\e743"
}

.fa-square-bangladeshi-taka {
    --fa: "\e744"
}

.fa-circle-eurozone {
    --fa: "\e745"
}

.fa-circle-danish-krone {
    --fa: "\e746"
}

.fa-square-danish-krone {
    --fa: "\e747"
}

.fa-square-malaysian-ringgit {
    --fa: "\e748"
}

.fa-circle-naira {
    --fa: "\e749"
}

.fa-mobile-arrow-down {
    --fa: "\e74b"
}

.fa-clone-plus {
    --fa: "\e74c"
}

.fa-paintbrush-fine-slash {
    --fa: "\e74d"
}

.fa-paintbrush-slash {
    --fa: "\e74e"
}

.fa-pencil-line {
    --fa: "\e74f"
}

.fa-slider-circle {
    --fa: "\e750"
}

.fa-thumbtack-angle {
    --fa: "\e751"
}

.fa-thumbtack-angle-slash {
    --fa: "\e752"
}

.fa-book-open-lines {
    --fa: "\e753"
}

.fa-book-spine {
    --fa: "\e754"
}

.fa-bookmark-plus {
    --fa: "\e755"
}

.fa-clipboard-clock {
    --fa: "\e756"
}

.fa-clipboard-exclamation {
    --fa: "\e757"
}

.fa-file-ban {
    --fa: "\e758"
}

.fa-notes-sticky {
    --fa: "\e759"
}

.fa-capsule {
    --fa: "\e75a"
}

.fa-ear-circle-checkmark {
    --fa: "\e75b"
}

.fa-ear-triangle-exclamation {
    --fa: "\e75c"
}

.fa-ear-waveform {
    --fa: "\e75d"
}

.fa-head-side-circuit {
    --fa: "\e75e"
}

.fa-head-side-speak {
    --fa: "\e75f"
}

.fa-microphone-signal-meter {
    --fa: "\e760"
}

.fa-spine {
    --fa: "\e761"
}

.fa-vial-vertical {
    --fa: "\e762"
}

.fa-bin {
    --fa: "\e763"
}

.fa-seat {
    --fa: "\e764"
}

.fa-seats {
    --fa: "\e765"
}

.fa-camera-circle-ellipsis {
    --fa: "\e766"
}

.fa-camera-clock {
    --fa: "\e767"
}

.fa-camera-shutter {
    --fa: "\e768"
}

.fa-film-music {
    --fa: "\e769"
}

.fa-film-stack {
    --fa: "\e76b"
}

.fa-image-circle-arrow-down {
    --fa: "\e76c"
}

.fa-image-circle-check {
    --fa: "\e76d"
}

.fa-image-circle-plus {
    --fa: "\e76e"
}

.fa-image-circle-xmark {
    --fa: "\e76f"
}

.fa-image-music {
    --fa: "\e770"
}

.fa-image-stack {
    --fa: "\e771"
}

.fa-rectangle-4k {
    --fa: "\e772"
}

.fa-rectangle-high-dynamic-range {
    --fa: "\e773"
}

.fa-rectangle-hdr {
    --fa: "\e773"
}

.fa-rectangle-video-on-demand {
    --fa: "\e774"
}

.fa-user-viewfinder {
    --fa: "\e775"
}

.fa-video-down-to-line {
    --fa: "\e776"
}

.fa-video-question {
    --fa: "\e777"
}

.fa-gas-pump-left {
    --fa: "\e778"
}

.fa-gas-pump-right {
    --fa: "\e779"
}

.fa-location-arrow-slash {
    --fa: "\e77a"
}

.fa-airplay-audio {
    --fa: "\e77b"
}

.fa-headphones-slash {
    --fa: "\e77c"
}

.fa-microphone-circle-plus {
    --fa: "\e77d"
}

.fa-microphone-circle-xmark {
    --fa: "\e77e"
}

.fa-open-captioning {
    --fa: "\e77f"
}

.fa-play-flip {
    --fa: "\e780"
}

.fa-square-microphone {
    --fa: "\e781"
}

.fa-trombone {
    --fa: "\e782"
}

.fa-person-arms-raised {
    --fa: "\e783"
}

.fa-person-basketball {
    --fa: "\e784"
}

.fa-person-carry-empty {
    --fa: "\e785"
}

.fa-person-golfing {
    --fa: "\e786"
}

.fa-person-limbs-wide {
    --fa: "\e787"
}

.fa-person-seat-window {
    --fa: "\e788"
}

.fa-person-soccer {
    --fa: "\e789"
}

.fa-person-swimming-pool {
    --fa: "\e78a"
}

.fa-person-swimming-water {
    --fa: "\e78b"
}

.fa-person-water-arms-raised {
    --fa: "\e78c"
}

.fa-person-waving {
    --fa: "\e78d"
}

.fa-heart-slash {
    --fa: "\e78e"
}

.fa-hearts {
    --fa: "\e78f"
}

.fa-pentagon {
    --fa: "\e790"
}

.fa-rectangle-tall {
    --fa: "\e791"
}

.fa-square-half {
    --fa: "\e792"
}

.fa-square-half-stroke {
    --fa: "\e793"
}

.fa-box-arrow-down {
    --fa: "\e794"
}

.fa-box-arrow-down-arrow-up {
    --fa: "\e795"
}

.fa-box-arrow-down-magnifying-glass {
    --fa: "\e796"
}

.fa-box-isometric {
    --fa: "\e797"
}

.fa-box-isometric-tape {
    --fa: "\e798"
}

.fa-qrcode-read {
    --fa: "\e799"
}

.fa-shop-24 {
    --fa: "\e79a"
}

.fa-store-24 {
    --fa: "\e79b"
}

.fa-face-shaking {
    --fa: "\e79c"
}

.fa-face-shaking-horizontal {
    --fa: "\e79d"
}

.fa-face-shaking-vertical {
    --fa: "\e79e"
}

.fa-circle-user-circle-check {
    --fa: "\e79f"
}

.fa-circle-user-circle-exclamation {
    --fa: "\e7a0"
}

.fa-circle-user-circle-minus {
    --fa: "\e7a1"
}

.fa-circle-user-circle-moon {
    --fa: "\e7a2"
}

.fa-circle-user-circle-plus {
    --fa: "\e7a3"
}

.fa-circle-user-circle-question {
    --fa: "\e7a4"
}

.fa-circle-user-circle-user {
    --fa: "\e7a5"
}

.fa-circle-user-circle-xmark {
    --fa: "\e7a6"
}

.fa-circle-user-clock {
    --fa: "\e7a7"
}

.fa-user-beard {
    --fa: "\e7a8"
}

.fa-user-chef-hair-long {
    --fa: "\e7a9"
}

.fa-user-circle-minus {
    --fa: "\e7aa"
}

.fa-user-circle-plus {
    --fa: "\e7ab"
}

.fa-user-dashed {
    --fa: "\e7ac"
}

.fa-user-doctor-hair-mullet {
    --fa: "\e7ad"
}

.fa-user-hat-tie {
    --fa: "\e7ae"
}

.fa-user-hat-tie-magnifying-glass {
    --fa: "\e7af"
}

.fa-user-key {
    --fa: "\e7b0"
}

.fa-user-message {
    --fa: "\e7b1"
}

.fa-user-microphone {
    --fa: "\e7b2"
}

.fa-user-pilot-hair-long {
    --fa: "\e7b3"
}

.fa-user-pilot-tie-hair-long {
    --fa: "\e7b4"
}

.fa-user-police-hair-long {
    --fa: "\e7b5"
}

.fa-user-police-tie-hair-long {
    --fa: "\e7b6"
}

.fa-user-question {
    --fa: "\e7b7"
}

.fa-user-sith {
    --fa: "\e7b8"
}

.fa-user-tie-hair-mullet {
    --fa: "\e7b9"
}

.fa-user-vneck-hair-mullet {
    --fa: "\e7ba"
}

.fa-plane-flying {
    --fa: "\e7bb"
}

.fa-plane-landing-gear {
    --fa: "\e7bc"
}

.fa-rocket-vertical {
    --fa: "\e7bd"
}

.fa-seat-airline-window {
    --fa: "\e7be"
}

.fa-shuttle-space-vertical {
    --fa: "\e7bf"
}

.fa-car-key {
    --fa: "\e7c0"
}

.fa-car-siren {
    --fa: "\e7c1"
}

.fa-car-siren-on {
    --fa: "\e7c2"
}

.fa-scooter {
    --fa: "\e7c3"
}

.fa-snowmobile-blank {
    --fa: "\e7c4"
}

.fa-stair-car {
    --fa: "\e7c5"
}

.fa-truck-suv {
    --fa: "\e7c6"
}

.fa-unicycle {
    --fa: "\e7c7"
}

.fa-van {
    --fa: "\e7c8"
}

.fa-moon-star {
    --fa: "\e7c9"
}

.fa-rainbow-half {
    --fa: "\e7ca"
}

.fa-temperature-slash {
    --fa: "\e7cb"
}

.fa-dialpad {
    --fa: "\e7cc"
}

.fa-computer-mouse-button-left {
    --fa: "\e7cd"
}

.fa-computer-mouse-button-right {
    --fa: "\e7ce"
}

.fa-dot {
    --fa: "\e7d1"
}

.fa-folder-arrow-left {
    --fa: "\e7d2"
}

.fa-folder-arrow-right {
    --fa: "\e7d3"
}

.fa-wireless {
    --fa: "\e7df"
}

.fa-circle-moon {
    --fa: "\e7e0"
}

.fa-person-meditating {
    --fa: "\e7e1"
}

.fa-baseball-bat {
    --fa: "\e7e5"
}

.fa-hockey-stick {
    --fa: "\e7e6"
}

.fa-arrow-u-turn-down-left {
    --fa: "\e7e7"
}

.fa-arrow-u-turn-down-right {
    --fa: "\e7e8"
}

.fa-arrow-u-turn-left-down {
    --fa: "\e7e9"
}

.fa-arrow-u-turn-left-up {
    --fa: "\e7ea"
}

.fa-arrow-u-turn-right-down {
    --fa: "\e7eb"
}

.fa-arrow-u-turn-right-up {
    --fa: "\e7ec"
}

.fa-arrow-u-turn-up-left {
    --fa: "\e7ed"
}

.fa-arrow-u-turn-up-right {
    --fa: "\e7ee"
}

.fa-u-turn-down-left {
    --fa: "\e7ef"
}

.fa-u-turn-down-right {
    --fa: "\e7f0"
}

.fa-u-turn-left-down {
    --fa: "\e7f1"
}

.fa-u-turn {
    --fa: "\e7f1"
}

.fa-u-turn-left-up {
    --fa: "\e7f2"
}

.fa-u-turn-right-down {
    --fa: "\e7f3"
}

.fa-u-turn-right-up {
    --fa: "\e7f4"
}

.fa-u-turn-up-left {
    --fa: "\e7f5"
}

.fa-u-turn-up-right {
    --fa: "\e7f6"
}

.fa-triple-chevrons-down {
    --fa: "\e7f7"
}

.fa-triple-chevrons-left {
    --fa: "\e7f8"
}

.fa-triple-chevrons-right {
    --fa: "\e7f9"
}

.fa-triple-chevrons-up {
    --fa: "\e7fa"
}

.fa-file-aiff {
    --fa: "\e7fb"
}

.fa-file-odf {
    --fa: "\e7fc"
}

.fa-file-tex {
    --fa: "\e7fd"
}

.fa-file-wav {
    --fa: "\e7fe"
}

.fa-droplet-plus {
    --fa: "\e800"
}

.fa-hand-holding-star {
    --fa: "\e801"
}

.fa-transmission {
    --fa: "\e802"
}

.fa-alarm-minus {
    --fa: "\e803"
}

.fa-file-brackets-curly {
    --fa: "\e804"
}

.fa-file-midi {
    --fa: "\e805"
}

.fa-midi {
    --fa: "\e806"
}

.fa-non-binary {
    --fa: "\e807"
}

.fa-rectangle-beta {
    --fa: "\e808"
}

.fa-shield-user {
    --fa: "\e809"
}

.fa-spiral {
    --fa: "\e80a"
}

.fa-picture-in-picture {
    --fa: "\e80b"
}

.fa-circle-half-horizontal {
    --fa: "\e80c"
}

.fa-circle-half-stroke-horizontal {
    --fa: "\e80d"
}

.fa-square-half-horizontal {
    --fa: "\e80e"
}

.fa-square-half-stroke-horizontal {
    --fa: "\e80f"
}

.fa-ship-large {
    --fa: "\e810"
}

.fa-butterfly {
    --fa: "\e811"
}

.fa-mobile-rotate {
    --fa: "\e813"
}

.fa-mobile-rotate-reverse {
    --fa: "\e814"
}

.fa-mobile-slash {
    --fa: "\e815"
}

.fa-mobile-vibrate {
    --fa: "\e816"
}

.fa-mobile-vibrate-slash {
    --fa: "\e817"
}

.fa-almost-equal-to {
    --fa: "\e818"
}

.fa-sneaker-running {
    --fa: "\e819"
}

.fa-horseshoe {
    --fa: "\e81a"
}

.fa-single-quote-left {
    --fa: "\e81b"
}

.fa-single-quote-right {
    --fa: "\e81c"
}

.fa-bus-side {
    --fa: "\e81d"
}

.fa-bus-stop {
    --fa: "\e81e"
}

.fa-train-stop {
    --fa: "\e81f"
}

.fa-septagon {
    --fa: "\e820"
}

.fa-heptagon {
    --fa: "\e820"
}

.fa-mailbox-open-empty {
    --fa: "\e821"
}

.fa-mailbox-open-letter {
    --fa: "\e823"
}

.fa-lychee {
    --fa: "\e824"
}

.fa-tank-recovery {
    --fa: "\e825"
}

.fa-transducer {
    --fa: "\e826"
}

.fa-box-arrow-up {
    --fa: "\e827"
}

.fa-box-magnifying-glass {
    --fa: "\e828"
}

.fa-envelope-ribbon {
    --fa: "\e829"
}

.fa-envelope-certificate {
    --fa: "\e829"
}

.fa-water-temperature {
    --fa: "\e82a"
}

.fa-water-temp {
    --fa: "\e82a"
}

.fa-aeropress {
    --fa: "\e82b"
}

.fa-caret-large-down {
    --fa: "\e82c"
}

.fa-caret-large-left {
    --fa: "\e82d"
}

.fa-caret-large-right {
    --fa: "\e82e"
}

.fa-caret-large-up {
    --fa: "\e82f"
}

.fa-chemex {
    --fa: "\e830"
}

.fa-hand-shaka {
    --fa: "\e831"
}

.fa-kettlebell {
    --fa: "\e832"
}

.fa-foot-wing {
    --fa: "\e834"
}

.fa-pump-impeller {
    --fa: "\e835"
}

.fa-arrow-rotate-left-10 {
    --fa: "\e836"
}

.fa-arrow-rotate-right-10 {
    --fa: "\e837"
}

.fa-martini-glass-empty {
    --fa: "\f000"
}

.fa-glass-martini {
    --fa: "\f000"
}

.fa-music {
    --fa: "\f001"
}

.fa-magnifying-glass {
    --fa: "\f002"
}

.fa-search {
    --fa: "\f002"
}

.fa-heart {
    --fa: "\f004"
}

.fa-star {
    --fa: "\f005"
}

.fa-user {
    --fa: "\f007"
}

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

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

.fa-film {
    --fa: "\f008"
}

.fa-film-alt {
    --fa: "\f008"
}

.fa-film-simple {
    --fa: "\f008"
}

.fa-table-cells-large {
    --fa: "\f009"
}

.fa-th-large {
    --fa: "\f009"
}

.fa-table-cells {
    --fa: "\f00a"
}

.fa-th {
    --fa: "\f00a"
}

.fa-table-list {
    --fa: "\f00b"
}

.fa-th-list {
    --fa: "\f00b"
}

.fa-check {
    --fa: "\f00c"
}

.fa-xmark {
    --fa: "\f00d"
}

.fa-close {
    --fa: "\f00d"
}

.fa-multiply {
    --fa: "\f00d"
}

.fa-remove {
    --fa: "\f00d"
}

.fa-times {
    --fa: "\f00d"
}

.fa-magnifying-glass-plus {
    --fa: "\f00e"
}

.fa-search-plus {
    --fa: "\f00e"
}

.fa-magnifying-glass-minus {
    --fa: "\f010"
}

.fa-search-minus {
    --fa: "\f010"
}

.fa-power-off {
    --fa: "\f011"
}

.fa-signal {
    --fa: "\f012"
}

.fa-signal-5 {
    --fa: "\f012"
}

.fa-signal-perfect {
    --fa: "\f012"
}

.fa-gear {
    --fa: "\f013"
}

.fa-cog {
    --fa: "\f013"
}

.fa-house {
    --fa: "\f015"
}

.fa-home {
    --fa: "\f015"
}

.fa-home-alt {
    --fa: "\f015"
}

.fa-home-lg-alt {
    --fa: "\f015"
}

.fa-clock {
    --fa: "\f017"
}

.fa-clock-four {
    --fa: "\f017"
}

.fa-road {
    --fa: "\f018"
}

.fa-download {
    --fa: "\f019"
}

.fa-inbox {
    --fa: "\f01c"
}

.fa-arrow-rotate-right {
    --fa: "\f01e"
}

.fa-arrow-right-rotate {
    --fa: "\f01e"
}

.fa-arrow-rotate-forward {
    --fa: "\f01e"
}

.fa-redo {
    --fa: "\f01e"
}

.fa-arrows-rotate {
    --fa: "\f021"
}

.fa-refresh {
    --fa: "\f021"
}

.fa-sync {
    --fa: "\f021"
}

.fa-rectangle-list {
    --fa: "\f022"
}

.fa-list-alt {
    --fa: "\f022"
}

.fa-lock {
    --fa: "\f023"
}

.fa-flag {
    --fa: "\f024"
}

.fa-headphones {
    --fa: "\f025"
}

.fa-headphones-alt {
    --fa: "\f025"
}

.fa-headphones-simple {
    --fa: "\f025"
}

.fa-volume-off {
    --fa: "\f026"
}

.fa-volume-low {
    --fa: "\f027"
}

.fa-volume-down {
    --fa: "\f027"
}

.fa-volume-high {
    --fa: "\f028"
}

.fa-volume-up {
    --fa: "\f028"
}

.fa-qrcode {
    --fa: "\f029"
}

.fa-barcode {
    --fa: "\f02a"
}

.fa-tag {
    --fa: "\f02b"
}

.fa-tags {
    --fa: "\f02c"
}

.fa-book {
    --fa: "\f02d"
}

.fa-bookmark {
    --fa: "\f02e"
}

.fa-print {
    --fa: "\f02f"
}

.fa-camera {
    --fa: "\f030"
}

.fa-camera-alt {
    --fa: "\f030"
}

.fa-font {
    --fa: "\f031"
}

.fa-bold {
    --fa: "\f032"
}

.fa-italic {
    --fa: "\f033"
}

.fa-text-height {
    --fa: "\f034"
}

.fa-text-width {
    --fa: "\f035"
}

.fa-align-left {
    --fa: "\f036"
}

.fa-align-center {
    --fa: "\f037"
}

.fa-align-right {
    --fa: "\f038"
}

.fa-align-justify {
    --fa: "\f039"
}

.fa-list {
    --fa: "\f03a"
}

.fa-list-squares {
    --fa: "\f03a"
}

.fa-outdent {
    --fa: "\f03b"
}

.fa-dedent {
    --fa: "\f03b"
}

.fa-indent {
    --fa: "\f03c"
}

.fa-video {
    --fa: "\f03d"
}

.fa-video-camera {
    --fa: "\f03d"
}

.fa-image {
    --fa: "\f03e"
}

.fa-location-pin {
    --fa: "\f041"
}

.fa-map-marker {
    --fa: "\f041"
}

.fa-circle-half-stroke {
    --fa: "\f042"
}

.fa-adjust {
    --fa: "\f042"
}

.fa-droplet {
    --fa: "\f043"
}

.fa-tint {
    --fa: "\f043"
}

.fa-pen-to-square {
    --fa: "\f044"
}

.fa-edit {
    --fa: "\f044"
}

.fa-arrows-up-down-left-right {
    --fa: "\f047"
}

.fa-arrows {
    --fa: "\f047"
}

.fa-backward-step {
    --fa: "\f048"
}

.fa-step-backward {
    --fa: "\f048"
}

.fa-backward-fast {
    --fa: "\f049"
}

.fa-fast-backward {
    --fa: "\f049"
}

.fa-backward {
    --fa: "\f04a"
}

.fa-play {
    --fa: "\f04b"
}

.fa-pause {
    --fa: "\f04c"
}

.fa-stop {
    --fa: "\f04d"
}

.fa-forward {
    --fa: "\f04e"
}

.fa-forward-fast {
    --fa: "\f050"
}

.fa-fast-forward {
    --fa: "\f050"
}

.fa-forward-step {
    --fa: "\f051"
}

.fa-step-forward {
    --fa: "\f051"
}

.fa-eject {
    --fa: "\f052"
}

.fa-chevron-left {
    --fa: "\f053"
}

.fa-chevron-right {
    --fa: "\f054"
}

.fa-circle-plus {
    --fa: "\f055"
}

.fa-plus-circle {
    --fa: "\f055"
}

.fa-circle-minus {
    --fa: "\f056"
}

.fa-minus-circle {
    --fa: "\f056"
}

.fa-circle-xmark {
    --fa: "\f057"
}

.fa-times-circle {
    --fa: "\f057"
}

.fa-xmark-circle {
    --fa: "\f057"
}

.fa-circle-check {
    --fa: "\f058"
}

.fa-check-circle {
    --fa: "\f058"
}

.fa-circle-question {
    --fa: "\f059"
}

.fa-question-circle {
    --fa: "\f059"
}

.fa-circle-info {
    --fa: "\f05a"
}

.fa-info-circle {
    --fa: "\f05a"
}

.fa-crosshairs {
    --fa: "\f05b"
}

.fa-ban {
    --fa: "\f05e"
}

.fa-cancel {
    --fa: "\f05e"
}

.fa-arrow-left {
    --fa: "\f060"
}

.fa-arrow-right {
    --fa: "\f061"
}

.fa-arrow-up {
    --fa: "\f062"
}

.fa-arrow-down {
    --fa: "\f063"
}

.fa-share {
    --fa: "\f064"
}

.fa-mail-forward {
    --fa: "\f064"
}

.fa-expand {
    --fa: "\f065"
}

.fa-compress {
    --fa: "\f066"
}

.fa-minus {
    --fa: "\f068"
}

.fa-subtract {
    --fa: "\f068"
}

.fa-circle-exclamation {
    --fa: "\f06a"
}

.fa-exclamation-circle {
    --fa: "\f06a"
}

.fa-gift {
    --fa: "\f06b"
}

.fa-leaf {
    --fa: "\f06c"
}

.fa-fire {
    --fa: "\f06d"
}

.fa-eye {
    --fa: "\f06e"
}

.fa-eye-slash {
    --fa: "\f070"
}

.fa-triangle-exclamation {
    --fa: "\f071"
}

.fa-exclamation-triangle {
    --fa: "\f071"
}

.fa-warning {
    --fa: "\f071"
}

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

.fa-calendar-days {
    --fa: "\f073"
}

.fa-calendar-alt {
    --fa: "\f073"
}

.fa-shuffle {
    --fa: "\f074"
}

.fa-random {
    --fa: "\f074"
}

.fa-comment {
    --fa: "\f075"
}

.fa-magnet {
    --fa: "\f076"
}

.fa-chevron-up {
    --fa: "\f077"
}

.fa-chevron-down {
    --fa: "\f078"
}

.fa-retweet {
    --fa: "\f079"
}

.fa-cart-shopping {
    --fa: "\f07a"
}

.fa-shopping-cart {
    --fa: "\f07a"
}

.fa-folder {
    --fa: "\f07b"
}

.fa-folder-blank {
    --fa: "\f07b"
}

.fa-folder-open {
    --fa: "\f07c"
}

.fa-arrows-up-down {
    --fa: "\f07d"
}

.fa-arrows-v {
    --fa: "\f07d"
}

.fa-arrows-left-right {
    --fa: "\f07e"
}

.fa-arrows-h {
    --fa: "\f07e"
}

.fa-chart-bar {
    --fa: "\f080"
}

.fa-bar-chart {
    --fa: "\f080"
}

.fa-camera-retro {
    --fa: "\f083"
}

.fa-key {
    --fa: "\f084"
}

.fa-gears {
    --fa: "\f085"
}

.fa-cogs {
    --fa: "\f085"
}

.fa-comments {
    --fa: "\f086"
}

.fa-star-half {
    --fa: "\f089"
}

.fa-arrow-right-from-bracket {
    --fa: "\f08b"
}

.fa-sign-out {
    --fa: "\f08b"
}

.fa-thumbtack {
    --fa: "\f08d"
}

.fa-thumb-tack {
    --fa: "\f08d"
}

.fa-arrow-up-right-from-square {
    --fa: "\f08e"
}

.fa-external-link {
    --fa: "\f08e"
}

.fa-arrow-right-to-bracket {
    --fa: "\f090"
}

.fa-sign-in {
    --fa: "\f090"
}

.fa-trophy {
    --fa: "\f091"
}

.fa-upload {
    --fa: "\f093"
}

.fa-lemon {
    --fa: "\f094"
}

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

.fa-square-phone {
    --fa: "\f098"
}

.fa-phone-square {
    --fa: "\f098"
}

.fa-unlock {
    --fa: "\f09c"
}

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

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

.fa-rss {
    --fa: "\f09e"
}

.fa-feed {
    --fa: "\f09e"
}

.fa-hard-drive {
    --fa: "\f0a0"
}

.fa-hdd {
    --fa: "\f0a0"
}

.fa-bullhorn {
    --fa: "\f0a1"
}

.fa-certificate {
    --fa: "\f0a3"
}

.fa-hand-point-right {
    --fa: "\f0a4"
}

.fa-hand-point-left {
    --fa: "\f0a5"
}

.fa-hand-point-up {
    --fa: "\f0a6"
}

.fa-hand-point-down {
    --fa: "\f0a7"
}

.fa-circle-arrow-left {
    --fa: "\f0a8"
}

.fa-arrow-circle-left {
    --fa: "\f0a8"
}

.fa-circle-arrow-right {
    --fa: "\f0a9"
}

.fa-arrow-circle-right {
    --fa: "\f0a9"
}

.fa-circle-arrow-up {
    --fa: "\f0aa"
}

.fa-arrow-circle-up {
    --fa: "\f0aa"
}

.fa-circle-arrow-down {
    --fa: "\f0ab"
}

.fa-arrow-circle-down {
    --fa: "\f0ab"
}

.fa-globe {
    --fa: "\f0ac"
}

.fa-wrench {
    --fa: "\f0ad"
}

.fa-list-check {
    --fa: "\f0ae"
}

.fa-tasks {
    --fa: "\f0ae"
}

.fa-filter {
    --fa: "\f0b0"
}

.fa-briefcase {
    --fa: "\f0b1"
}

.fa-up-down-left-right {
    --fa: "\f0b2"
}

.fa-arrows-alt {
    --fa: "\f0b2"
}

.fa-users {
    --fa: "\f0c0"
}

.fa-link {
    --fa: "\f0c1"
}

.fa-chain {
    --fa: "\f0c1"
}

.fa-cloud {
    --fa: "\f0c2"
}

.fa-flask {
    --fa: "\f0c3"
}

.fa-scissors {
    --fa: "\f0c4"
}

.fa-cut {
    --fa: "\f0c4"
}

.fa-copy {
    --fa: "\f0c5"
}

.fa-paperclip {
    --fa: "\f0c6"
}

.fa-floppy-disk {
    --fa: "\f0c7"
}

.fa-save {
    --fa: "\f0c7"
}

.fa-square {
    --fa: "\f0c8"
}

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

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

.fa-list-ul {
    --fa: "\f0ca"
}

.fa-list-dots {
    --fa: "\f0ca"
}

.fa-list-ol {
    --fa: "\f0cb"
}

.fa-list-1-2 {
    --fa: "\f0cb"
}

.fa-list-numeric {
    --fa: "\f0cb"
}

.fa-strikethrough {
    --fa: "\f0cc"
}

.fa-underline {
    --fa: "\f0cd"
}

.fa-table {
    --fa: "\f0ce"
}

.fa-wand-magic {
    --fa: "\f0d0"
}

.fa-magic {
    --fa: "\f0d0"
}

.fa-truck {
    --fa: "\f0d1"
}

.fa-money-bill {
    --fa: "\f0d6"
}

.fa-caret-down {
    --fa: "\f0d7"
}

.fa-caret-up {
    --fa: "\f0d8"
}

.fa-caret-left {
    --fa: "\f0d9"
}

.fa-caret-right {
    --fa: "\f0da"
}

.fa-table-columns {
    --fa: "\f0db"
}

.fa-columns {
    --fa: "\f0db"
}

.fa-sort {
    --fa: "\f0dc"
}

.fa-unsorted {
    --fa: "\f0dc"
}

.fa-sort-down {
    --fa: "\f0dd"
}

.fa-sort-desc {
    --fa: "\f0dd"
}

.fa-sort-up {
    --fa: "\f0de"
}

.fa-sort-asc {
    --fa: "\f0de"
}

.fa-envelope {
    --fa: "\f0e0"
}

.fa-arrow-rotate-left {
    --fa: "\f0e2"
}

.fa-arrow-left-rotate {
    --fa: "\f0e2"
}

.fa-arrow-rotate-back {
    --fa: "\f0e2"
}

.fa-arrow-rotate-backward {
    --fa: "\f0e2"
}

.fa-undo {
    --fa: "\f0e2"
}

.fa-gavel {
    --fa: "\f0e3"
}

.fa-legal {
    --fa: "\f0e3"
}

.fa-bolt {
    --fa: "\f0e7"
}

.fa-zap {
    --fa: "\f0e7"
}

.fa-sitemap {
    --fa: "\f0e8"
}

.fa-umbrella {
    --fa: "\f0e9"
}

.fa-paste {
    --fa: "\f0ea"
}

.fa-file-clipboard {
    --fa: "\f0ea"
}

.fa-lightbulb {
    --fa: "\f0eb"
}

.fa-arrow-right-arrow-left {
    --fa: "\f0ec"
}

.fa-exchange {
    --fa: "\f0ec"
}

.fa-cloud-arrow-down {
    --fa: "\f0ed"
}

.fa-cloud-download {
    --fa: "\f0ed"
}

.fa-cloud-download-alt {
    --fa: "\f0ed"
}

.fa-cloud-arrow-up {
    --fa: "\f0ee"
}

.fa-cloud-upload {
    --fa: "\f0ee"
}

.fa-cloud-upload-alt {
    --fa: "\f0ee"
}

.fa-user-doctor {
    --fa: "\f0f0"
}

.fa-user-md {
    --fa: "\f0f0"
}

.fa-stethoscope {
    --fa: "\f0f1"
}

.fa-suitcase {
    --fa: "\f0f2"
}

.fa-bell {
    --fa: "\f0f3"
}

.fa-mug-saucer {
    --fa: "\f0f4"
}

.fa-coffee {
    --fa: "\f0f4"
}

.fa-hospital {
    --fa: "\f0f8"
}

.fa-hospital-alt {
    --fa: "\f0f8"
}

.fa-hospital-wide {
    --fa: "\f0f8"
}

.fa-truck-medical {
    --fa: "\f0f9"
}

.fa-ambulance {
    --fa: "\f0f9"
}

.fa-suitcase-medical {
    --fa: "\f0fa"
}

.fa-medkit {
    --fa: "\f0fa"
}

.fa-jet-fighter {
    --fa: "\f0fb"
}

.fa-fighter-jet {
    --fa: "\f0fb"
}

.fa-beer-mug-empty {
    --fa: "\f0fc"
}

.fa-beer {
    --fa: "\f0fc"
}

.fa-square-h {
    --fa: "\f0fd"
}

.fa-h-square {
    --fa: "\f0fd"
}

.fa-square-plus {
    --fa: "\f0fe"
}

.fa-plus-square {
    --fa: "\f0fe"
}

.fa-angles-left {
    --fa: "\f100"
}

.fa-angle-double-left {
    --fa: "\f100"
}

.fa-angles-right {
    --fa: "\f101"
}

.fa-angle-double-right {
    --fa: "\f101"
}

.fa-angles-up {
    --fa: "\f102"
}

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

.fa-angles-down {
    --fa: "\f103"
}

.fa-angle-double-down {
    --fa: "\f103"
}

.fa-angle-left {
    --fa: "\f104"
}

.fa-angle-right {
    --fa: "\f105"
}

.fa-angle-up {
    --fa: "\f106"
}

.fa-angle-down {
    --fa: "\f107"
}

.fa-laptop {
    --fa: "\f109"
}

.fa-tablet-button {
    --fa: "\f10a"
}

.fa-mobile-button {
    --fa: "\f10b"
}

.fa-quote-left {
    --fa: "\f10d"
}

.fa-quote-left-alt {
    --fa: "\f10d"
}

.fa-quote-right {
    --fa: "\f10e"
}

.fa-quote-right-alt {
    --fa: "\f10e"
}

.fa-spinner {
    --fa: "\f110"
}

.fa-circle {
    --fa: "\f111"
}

.fa-face-smile {
    --fa: "\f118"
}

.fa-smile {
    --fa: "\f118"
}

.fa-face-frown {
    --fa: "\f119"
}

.fa-frown {
    --fa: "\f119"
}

.fa-face-meh {
    --fa: "\f11a"
}

.fa-meh {
    --fa: "\f11a"
}

.fa-gamepad {
    --fa: "\f11b"
}

.fa-keyboard {
    --fa: "\f11c"
}

.fa-flag-checkered {
    --fa: "\f11e"
}

.fa-terminal {
    --fa: "\f120"
}

.fa-code {
    --fa: "\f121"
}

.fa-reply-all {
    --fa: "\f122"
}

.fa-mail-reply-all {
    --fa: "\f122"
}

.fa-location-arrow {
    --fa: "\f124"
}

.fa-crop {
    --fa: "\f125"
}

.fa-code-branch {
    --fa: "\f126"
}

.fa-link-slash {
    --fa: "\f127"
}

.fa-chain-broken {
    --fa: "\f127"
}

.fa-chain-slash {
    --fa: "\f127"
}

.fa-unlink {
    --fa: "\f127"
}

.fa-info {
    --fa: "\f129"
}

.fa-superscript {
    --fa: "\f12b"
}

.fa-subscript {
    --fa: "\f12c"
}

.fa-eraser {
    --fa: "\f12d"
}

.fa-puzzle-piece {
    --fa: "\f12e"
}

.fa-microphone {
    --fa: "\f130"
}

.fa-microphone-slash {
    --fa: "\f131"
}

.fa-shield {
    --fa: "\f132"
}

.fa-shield-blank {
    --fa: "\f132"
}

.fa-calendar {
    --fa: "\f133"
}

.fa-fire-extinguisher {
    --fa: "\f134"
}

.fa-rocket {
    --fa: "\f135"
}

.fa-circle-chevron-left {
    --fa: "\f137"
}

.fa-chevron-circle-left {
    --fa: "\f137"
}

.fa-circle-chevron-right {
    --fa: "\f138"
}

.fa-chevron-circle-right {
    --fa: "\f138"
}

.fa-circle-chevron-up {
    --fa: "\f139"
}

.fa-chevron-circle-up {
    --fa: "\f139"
}

.fa-circle-chevron-down {
    --fa: "\f13a"
}

.fa-chevron-circle-down {
    --fa: "\f13a"
}

.fa-anchor {
    --fa: "\f13d"
}

.fa-unlock-keyhole {
    --fa: "\f13e"
}

.fa-unlock-alt {
    --fa: "\f13e"
}

.fa-bullseye {
    --fa: "\f140"
}

.fa-ellipsis {
    --fa: "\f141"
}

.fa-ellipsis-h {
    --fa: "\f141"
}

.fa-ellipsis-vertical {
    --fa: "\f142"
}

.fa-ellipsis-v {
    --fa: "\f142"
}

.fa-square-rss {
    --fa: "\f143"
}

.fa-rss-square {
    --fa: "\f143"
}

.fa-circle-play {
    --fa: "\f144"
}

.fa-play-circle {
    --fa: "\f144"
}

.fa-ticket {
    --fa: "\f145"
}

.fa-square-minus {
    --fa: "\f146"
}

.fa-minus-square {
    --fa: "\f146"
}

.fa-arrow-turn-up {
    --fa: "\f148"
}

.fa-level-up {
    --fa: "\f148"
}

.fa-arrow-turn-down {
    --fa: "\f149"
}

.fa-level-down {
    --fa: "\f149"
}

.fa-square-check {
    --fa: "\f14a"
}

.fa-check-square {
    --fa: "\f14a"
}

.fa-square-pen {
    --fa: "\f14b"
}

.fa-pen-square {
    --fa: "\f14b"
}

.fa-pencil-square {
    --fa: "\f14b"
}

.fa-square-arrow-up-right {
    --fa: "\f14c"
}

.fa-external-link-square {
    --fa: "\f14c"
}

.fa-share-from-square {
    --fa: "\f14d"
}

.fa-share-square {
    --fa: "\f14d"
}

.fa-compass {
    --fa: "\f14e"
}

.fa-square-caret-down {
    --fa: "\f150"
}

.fa-caret-square-down {
    --fa: "\f150"
}

.fa-square-caret-up {
    --fa: "\f151"
}

.fa-caret-square-up {
    --fa: "\f151"
}

.fa-square-caret-right {
    --fa: "\f152"
}

.fa-caret-square-right {
    --fa: "\f152"
}

.fa-euro-sign {
    --fa: "\f153"
}

.fa-eur {
    --fa: "\f153"
}

.fa-euro {
    --fa: "\f153"
}

.fa-sterling-sign {
    --fa: "\f154"
}

.fa-gbp {
    --fa: "\f154"
}

.fa-pound-sign {
    --fa: "\f154"
}

.fa-rupee-sign {
    --fa: "\f156"
}

.fa-rupee {
    --fa: "\f156"
}

.fa-yen-sign {
    --fa: "\f157"
}

.fa-cny {
    --fa: "\f157"
}

.fa-jpy {
    --fa: "\f157"
}

.fa-rmb {
    --fa: "\f157"
}

.fa-yen {
    --fa: "\f157"
}

.fa-ruble-sign {
    --fa: "\f158"
}

.fa-rouble {
    --fa: "\f158"
}

.fa-rub {
    --fa: "\f158"
}

.fa-ruble {
    --fa: "\f158"
}

.fa-won-sign {
    --fa: "\f159"
}

.fa-krw {
    --fa: "\f159"
}

.fa-won {
    --fa: "\f159"
}

.fa-file {
    --fa: "\f15b"
}

.fa-file-lines {
    --fa: "\f15c"
}

.fa-file-alt {
    --fa: "\f15c"
}

.fa-file-text {
    --fa: "\f15c"
}

.fa-arrow-down-a-z {
    --fa: "\f15d"
}

.fa-sort-alpha-asc {
    --fa: "\f15d"
}

.fa-sort-alpha-down {
    --fa: "\f15d"
}

.fa-arrow-up-a-z {
    --fa: "\f15e"
}

.fa-sort-alpha-up {
    --fa: "\f15e"
}

.fa-arrow-down-wide-short {
    --fa: "\f160"
}

.fa-sort-amount-asc {
    --fa: "\f160"
}

.fa-sort-amount-down {
    --fa: "\f160"
}

.fa-arrow-up-wide-short {
    --fa: "\f161"
}

.fa-sort-amount-up {
    --fa: "\f161"
}

.fa-arrow-down-1-9 {
    --fa: "\f162"
}

.fa-sort-numeric-asc {
    --fa: "\f162"
}

.fa-sort-numeric-down {
    --fa: "\f162"
}

.fa-arrow-up-1-9 {
    --fa: "\f163"
}

.fa-sort-numeric-up {
    --fa: "\f163"
}

.fa-thumbs-up {
    --fa: "\f164"
}

.fa-thumbs-down {
    --fa: "\f165"
}

.fa-arrow-down-long {
    --fa: "\f175"
}

.fa-long-arrow-down {
    --fa: "\f175"
}

.fa-arrow-up-long {
    --fa: "\f176"
}

.fa-long-arrow-up {
    --fa: "\f176"
}

.fa-arrow-left-long {
    --fa: "\f177"
}

.fa-long-arrow-left {
    --fa: "\f177"
}

.fa-arrow-right-long {
    --fa: "\f178"
}

.fa-long-arrow-right {
    --fa: "\f178"
}

.fa-person-dress {
    --fa: "\f182"
}

.fa-female {
    --fa: "\f182"
}

.fa-person {
    --fa: "\f183"
}

.fa-male {
    --fa: "\f183"
}

.fa-sun {
    --fa: "\f185"
}

.fa-moon {
    --fa: "\f186"
}

.fa-box-archive {
    --fa: "\f187"
}

.fa-archive {
    --fa: "\f187"
}

.fa-bug {
    --fa: "\f188"
}

.fa-square-caret-left {
    --fa: "\f191"
}

.fa-caret-square-left {
    --fa: "\f191"
}

.fa-circle-dot {
    --fa: "\f192"
}

.fa-dot-circle {
    --fa: "\f192"
}

.fa-wheelchair {
    --fa: "\f193"
}

.fa-lira-sign {
    --fa: "\f195"
}

.fa-shuttle-space {
    --fa: "\f197"
}

.fa-space-shuttle {
    --fa: "\f197"
}

.fa-square-envelope {
    --fa: "\f199"
}

.fa-envelope-square {
    --fa: "\f199"
}

.fa-building-columns {
    --fa: "\f19c"
}

.fa-bank {
    --fa: "\f19c"
}

.fa-institution {
    --fa: "\f19c"
}

.fa-museum {
    --fa: "\f19c"
}

.fa-university {
    --fa: "\f19c"
}

.fa-graduation-cap {
    --fa: "\f19d"
}

.fa-mortar-board {
    --fa: "\f19d"
}

.fa-language {
    --fa: "\f1ab"
}

.fa-fax {
    --fa: "\f1ac"
}

.fa-building {
    --fa: "\f1ad"
}

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

.fa-paw {
    --fa: "\f1b0"
}

.fa-cube {
    --fa: "\f1b2"
}

.fa-cubes {
    --fa: "\f1b3"
}

.fa-recycle {
    --fa: "\f1b8"
}

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

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

.fa-taxi {
    --fa: "\f1ba"
}

.fa-cab {
    --fa: "\f1ba"
}

.fa-tree {
    --fa: "\f1bb"
}

.fa-database {
    --fa: "\f1c0"
}

.fa-file-pdf {
    --fa: "\f1c1"
}

.fa-file-word {
    --fa: "\f1c2"
}

.fa-file-excel {
    --fa: "\f1c3"
}

.fa-file-powerpoint {
    --fa: "\f1c4"
}

.fa-file-image {
    --fa: "\f1c5"
}

.fa-file-zipper {
    --fa: "\f1c6"
}

.fa-file-archive {
    --fa: "\f1c6"
}

.fa-file-audio {
    --fa: "\f1c7"
}

.fa-file-video {
    --fa: "\f1c8"
}

.fa-file-code {
    --fa: "\f1c9"
}

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

.fa-circle-notch {
    --fa: "\f1ce"
}

.fa-paper-plane {
    --fa: "\f1d8"
}

.fa-clock-rotate-left {
    --fa: "\f1da"
}

.fa-history {
    --fa: "\f1da"
}

.fa-heading {
    --fa: "\f1dc"
}

.fa-header {
    --fa: "\f1dc"
}

.fa-paragraph {
    --fa: "\f1dd"
}

.fa-sliders {
    --fa: "\f1de"
}

.fa-sliders-h {
    --fa: "\f1de"
}

.fa-share-nodes {
    --fa: "\f1e0"
}

.fa-share-alt {
    --fa: "\f1e0"
}

.fa-square-share-nodes {
    --fa: "\f1e1"
}

.fa-share-alt-square {
    --fa: "\f1e1"
}

.fa-bomb {
    --fa: "\f1e2"
}

.fa-futbol {
    --fa: "\f1e3"
}

.fa-futbol-ball {
    --fa: "\f1e3"
}

.fa-soccer-ball {
    --fa: "\f1e3"
}

.fa-tty {
    --fa: "\f1e4"
}

.fa-teletype {
    --fa: "\f1e4"
}

.fa-binoculars {
    --fa: "\f1e5"
}

.fa-plug {
    --fa: "\f1e6"
}

.fa-newspaper {
    --fa: "\f1ea"
}

.fa-wifi {
    --fa: "\f1eb"
}

.fa-wifi-3 {
    --fa: "\f1eb"
}

.fa-wifi-strong {
    --fa: "\f1eb"
}

.fa-calculator {
    --fa: "\f1ec"
}

.fa-bell-slash {
    --fa: "\f1f6"
}

.fa-trash {
    --fa: "\f1f8"
}

.fa-copyright {
    --fa: "\f1f9"
}

.fa-eye-dropper {
    --fa: "\f1fb"
}

.fa-eye-dropper-empty {
    --fa: "\f1fb"
}

.fa-eyedropper {
    --fa: "\f1fb"
}

.fa-paintbrush {
    --fa: "\f1fc"
}

.fa-paint-brush {
    --fa: "\f1fc"
}

.fa-cake-candles {
    --fa: "\f1fd"
}

.fa-birthday-cake {
    --fa: "\f1fd"
}

.fa-cake {
    --fa: "\f1fd"
}

.fa-chart-area {
    --fa: "\f1fe"
}

.fa-area-chart {
    --fa: "\f1fe"
}

.fa-chart-pie {
    --fa: "\f200"
}

.fa-pie-chart {
    --fa: "\f200"
}

.fa-chart-line {
    --fa: "\f201"
}

.fa-line-chart {
    --fa: "\f201"
}

.fa-toggle-off {
    --fa: "\f204"
}

.fa-toggle-on {
    --fa: "\f205"
}

.fa-bicycle {
    --fa: "\f206"
}

.fa-bus {
    --fa: "\f207"
}

.fa-closed-captioning {
    --fa: "\f20a"
}

.fa-shekel-sign {
    --fa: "\f20b"
}

.fa-ils {
    --fa: "\f20b"
}

.fa-shekel {
    --fa: "\f20b"
}

.fa-sheqel {
    --fa: "\f20b"
}

.fa-sheqel-sign {
    --fa: "\f20b"
}

.fa-cart-plus {
    --fa: "\f217"
}

.fa-cart-arrow-down {
    --fa: "\f218"
}

.fa-diamond {
    --fa: "\f219"
}

.fa-ship {
    --fa: "\f21a"
}

.fa-user-secret {
    --fa: "\f21b"
}

.fa-motorcycle {
    --fa: "\f21c"
}

.fa-street-view {
    --fa: "\f21d"
}

.fa-heart-pulse {
    --fa: "\f21e"
}

.fa-heartbeat {
    --fa: "\f21e"
}

.fa-venus {
    --fa: "\f221"
}

.fa-mars {
    --fa: "\f222"
}

.fa-mercury {
    --fa: "\f223"
}

.fa-mars-and-venus {
    --fa: "\f224"
}

.fa-transgender {
    --fa: "\f225"
}

.fa-transgender-alt {
    --fa: "\f225"
}

.fa-venus-double {
    --fa: "\f226"
}

.fa-mars-double {
    --fa: "\f227"
}

.fa-venus-mars {
    --fa: "\f228"
}

.fa-mars-stroke {
    --fa: "\f229"
}

.fa-mars-stroke-up {
    --fa: "\f22a"
}

.fa-mars-stroke-v {
    --fa: "\f22a"
}

.fa-mars-stroke-right {
    --fa: "\f22b"
}

.fa-mars-stroke-h {
    --fa: "\f22b"
}

.fa-neuter {
    --fa: "\f22c"
}

.fa-genderless {
    --fa: "\f22d"
}

.fa-server {
    --fa: "\f233"
}

.fa-user-plus {
    --fa: "\f234"
}

.fa-user-xmark {
    --fa: "\f235"
}

.fa-user-times {
    --fa: "\f235"
}

.fa-bed {
    --fa: "\f236"
}

.fa-train {
    --fa: "\f238"
}

.fa-train-subway {
    --fa: "\f239"
}

.fa-subway {
    --fa: "\f239"
}

.fa-battery-full {
    --fa: "\f240"
}

.fa-battery {
    --fa: "\f240"
}

.fa-battery-5 {
    --fa: "\f240"
}

.fa-battery-three-quarters {
    --fa: "\f241"
}

.fa-battery-4 {
    --fa: "\f241"
}

.fa-battery-half {
    --fa: "\f242"
}

.fa-battery-3 {
    --fa: "\f242"
}

.fa-battery-quarter {
    --fa: "\f243"
}

.fa-battery-2 {
    --fa: "\f243"
}

.fa-battery-empty {
    --fa: "\f244"
}

.fa-battery-0 {
    --fa: "\f244"
}

.fa-arrow-pointer {
    --fa: "\f245"
}

.fa-mouse-pointer {
    --fa: "\f245"
}

.fa-i-cursor {
    --fa: "\f246"
}

.fa-object-group {
    --fa: "\f247"
}

.fa-object-ungroup {
    --fa: "\f248"
}

.fa-note-sticky {
    --fa: "\f249"
}

.fa-sticky-note {
    --fa: "\f249"
}

.fa-clone {
    --fa: "\f24d"
}

.fa-scale-balanced {
    --fa: "\f24e"
}

.fa-balance-scale {
    --fa: "\f24e"
}

.fa-hourglass-start {
    --fa: "\f251"
}

.fa-hourglass-1 {
    --fa: "\f251"
}

.fa-hourglass-half {
    --fa: "\f252"
}

.fa-hourglass-2 {
    --fa: "\f252"
}

.fa-hourglass-end {
    --fa: "\f253"
}

.fa-hourglass-3 {
    --fa: "\f253"
}

.fa-hourglass {
    --fa: "\f254"
}

.fa-hourglass-empty {
    --fa: "\f254"
}

.fa-hand-back-fist {
    --fa: "\f255"
}

.fa-hand-rock {
    --fa: "\f255"
}

.fa-hand {
    --fa: "\f256"
}

.fa-hand-paper {
    --fa: "\f256"
}

.fa-hand-scissors {
    --fa: "\f257"
}

.fa-hand-lizard {
    --fa: "\f258"
}

.fa-hand-spock {
    --fa: "\f259"
}

.fa-hand-pointer {
    --fa: "\f25a"
}

.fa-hand-peace {
    --fa: "\f25b"
}

.fa-trademark {
    --fa: "\f25c"
}

.fa-registered {
    --fa: "\f25d"
}

.fa-tv {
    --fa: "\f26c"
}

.fa-television {
    --fa: "\f26c"
}

.fa-tv-alt {
    --fa: "\f26c"
}

.fa-calendar-plus {
    --fa: "\f271"
}

.fa-calendar-minus {
    --fa: "\f272"
}

.fa-calendar-xmark {
    --fa: "\f273"
}

.fa-calendar-times {
    --fa: "\f273"
}

.fa-calendar-check {
    --fa: "\f274"
}

.fa-industry {
    --fa: "\f275"
}

.fa-map-pin {
    --fa: "\f276"
}

.fa-signs-post {
    --fa: "\f277"
}

.fa-map-signs {
    --fa: "\f277"
}

.fa-map {
    --fa: "\f279"
}

.fa-message {
    --fa: "\f27a"
}

.fa-comment-alt {
    --fa: "\f27a"
}

.fa-circle-pause {
    --fa: "\f28b"
}

.fa-pause-circle {
    --fa: "\f28b"
}

.fa-circle-stop {
    --fa: "\f28d"
}

.fa-stop-circle {
    --fa: "\f28d"
}

.fa-bag-shopping {
    --fa: "\f290"
}

.fa-shopping-bag {
    --fa: "\f290"
}

.fa-basket-shopping {
    --fa: "\f291"
}

.fa-shopping-basket {
    --fa: "\f291"
}

.fa-bluetooth {
    --fa: "\f293"
}

.fa-universal-access {
    --fa: "\f29a"
}

.fa-person-walking-with-cane {
    --fa: "\f29d"
}

.fa-blind {
    --fa: "\f29d"
}

.fa-audio-description {
    --fa: "\f29e"
}

.fa-phone-volume {
    --fa: "\f2a0"
}

.fa-volume-control-phone {
    --fa: "\f2a0"
}

.fa-braille {
    --fa: "\f2a1"
}

.fa-ear-listen {
    --fa: "\f2a2"
}

.fa-assistive-listening-systems {
    --fa: "\f2a2"
}

.fa-hands-asl-interpreting {
    --fa: "\f2a3"
}

.fa-american-sign-language-interpreting {
    --fa: "\f2a3"
}

.fa-asl-interpreting {
    --fa: "\f2a3"
}

.fa-hands-american-sign-language-interpreting {
    --fa: "\f2a3"
}

.fa-ear-deaf {
    --fa: "\f2a4"
}

.fa-deaf {
    --fa: "\f2a4"
}

.fa-deafness {
    --fa: "\f2a4"
}

.fa-hard-of-hearing {
    --fa: "\f2a4"
}

.fa-hands {
    --fa: "\f2a7"
}

.fa-sign-language {
    --fa: "\f2a7"
}

.fa-signing {
    --fa: "\f2a7"
}

.fa-eye-low-vision {
    --fa: "\f2a8"
}

.fa-low-vision {
    --fa: "\f2a8"
}

.fa-font-awesome {
    --fa: "\f2b4"
}

.fa-font-awesome-flag {
    --fa: "\f2b4"
}

.fa-font-awesome-logo-full {
    --fa: "\f2b4"
}

.fa-handshake {
    --fa: "\f2b5"
}

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

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

.fa-envelope-open {
    --fa: "\f2b6"
}

.fa-address-book {
    --fa: "\f2b9"
}

.fa-contact-book {
    --fa: "\f2b9"
}

.fa-address-card {
    --fa: "\f2bb"
}

.fa-contact-card {
    --fa: "\f2bb"
}

.fa-vcard {
    --fa: "\f2bb"
}

.fa-circle-user {
    --fa: "\f2bd"
}

.fa-user-circle {
    --fa: "\f2bd"
}

.fa-id-badge {
    --fa: "\f2c1"
}

.fa-id-card {
    --fa: "\f2c2"
}

.fa-drivers-license {
    --fa: "\f2c2"
}

.fa-temperature-full {
    --fa: "\f2c7"
}

.fa-temperature-4 {
    --fa: "\f2c7"
}

.fa-thermometer-4 {
    --fa: "\f2c7"
}

.fa-thermometer-full {
    --fa: "\f2c7"
}

.fa-temperature-three-quarters {
    --fa: "\f2c8"
}

.fa-temperature-3 {
    --fa: "\f2c8"
}

.fa-thermometer-3 {
    --fa: "\f2c8"
}

.fa-thermometer-three-quarters {
    --fa: "\f2c8"
}

.fa-temperature-half {
    --fa: "\f2c9"
}

.fa-temperature-2 {
    --fa: "\f2c9"
}

.fa-thermometer-2 {
    --fa: "\f2c9"
}

.fa-thermometer-half {
    --fa: "\f2c9"
}

.fa-temperature-quarter {
    --fa: "\f2ca"
}

.fa-temperature-1 {
    --fa: "\f2ca"
}

.fa-thermometer-1 {
    --fa: "\f2ca"
}

.fa-thermometer-quarter {
    --fa: "\f2ca"
}

.fa-temperature-empty {
    --fa: "\f2cb"
}

.fa-temperature-0 {
    --fa: "\f2cb"
}

.fa-thermometer-0 {
    --fa: "\f2cb"
}

.fa-thermometer-empty {
    --fa: "\f2cb"
}

.fa-shower {
    --fa: "\f2cc"
}

.fa-bath {
    --fa: "\f2cd"
}

.fa-bathtub {
    --fa: "\f2cd"
}

.fa-podcast {
    --fa: "\f2ce"
}

.fa-window-maximize {
    --fa: "\f2d0"
}

.fa-window-minimize {
    --fa: "\f2d1"
}

.fa-window-restore {
    --fa: "\f2d2"
}

.fa-square-xmark {
    --fa: "\f2d3"
}

.fa-times-square {
    --fa: "\f2d3"
}

.fa-xmark-square {
    --fa: "\f2d3"
}

.fa-microchip {
    --fa: "\f2db"
}

.fa-snowflake {
    --fa: "\f2dc"
}

.fa-watch {
    --fa: "\f2e1"
}

.fa-volume-slash {
    --fa: "\f2e2"
}

.fa-fork {
    --fa: "\f2e3"
}

.fa-utensil-fork {
    --fa: "\f2e3"
}

.fa-knife {
    --fa: "\f2e4"
}

.fa-utensil-knife {
    --fa: "\f2e4"
}

.fa-spoon {
    --fa: "\f2e5"
}

.fa-utensil-spoon {
    --fa: "\f2e5"
}

.fa-fork-knife {
    --fa: "\f2e6"
}

.fa-utensils-alt {
    --fa: "\f2e6"
}

.fa-utensils {
    --fa: "\f2e7"
}

.fa-cutlery {
    --fa: "\f2e7"
}

.fa-circle-dollar {
    --fa: "\f2e8"
}

.fa-dollar-circle {
    --fa: "\f2e8"
}

.fa-usd-circle {
    --fa: "\f2e8"
}

.fa-square-dollar {
    --fa: "\f2e9"
}

.fa-dollar-square {
    --fa: "\f2e9"
}

.fa-usd-square {
    --fa: "\f2e9"
}

.fa-rotate-left {
    --fa: "\f2ea"
}

.fa-rotate-back {
    --fa: "\f2ea"
}

.fa-rotate-backward {
    --fa: "\f2ea"
}

.fa-undo-alt {
    --fa: "\f2ea"
}

.fa-trophy-star {
    --fa: "\f2eb"
}

.fa-trophy-alt {
    --fa: "\f2eb"
}

.fa-triangle {
    --fa: "\f2ec"
}

.fa-trash-can {
    --fa: "\f2ed"
}

.fa-trash-alt {
    --fa: "\f2ed"
}

.fa-hexagon-xmark {
    --fa: "\f2ee"
}

.fa-times-hexagon {
    --fa: "\f2ee"
}

.fa-xmark-hexagon {
    --fa: "\f2ee"
}

.fa-octagon-xmark {
    --fa: "\f2f0"
}

.fa-times-octagon {
    --fa: "\f2f0"
}

.fa-xmark-octagon {
    --fa: "\f2f0"
}

.fa-rotate {
    --fa: "\f2f1"
}

.fa-sync-alt {
    --fa: "\f2f1"
}

.fa-stopwatch {
    --fa: "\f2f2"
}

.fa-star-exclamation {
    --fa: "\f2f3"
}

.fa-spade {
    --fa: "\f2f4"
}

.fa-right-from-bracket {
    --fa: "\f2f5"
}

.fa-sign-out-alt {
    --fa: "\f2f5"
}

.fa-right-to-bracket {
    --fa: "\f2f6"
}

.fa-sign-in-alt {
    --fa: "\f2f6"
}

.fa-shield-check {
    --fa: "\f2f7"
}

.fa-scrubber {
    --fa: "\f2f8"
}

.fa-rotate-right {
    --fa: "\f2f9"
}

.fa-redo-alt {
    --fa: "\f2f9"
}

.fa-rotate-forward {
    --fa: "\f2f9"
}

.fa-rectangle {
    --fa: "\f2fa"
}

.fa-rectangle-landscape {
    --fa: "\f2fa"
}

.fa-rectangle-vertical {
    --fa: "\f2fb"
}

.fa-rectangle-portrait {
    --fa: "\f2fb"
}

.fa-rectangle-wide {
    --fa: "\f2fc"
}

.fa-square-question {
    --fa: "\f2fd"
}

.fa-question-square {
    --fa: "\f2fd"
}

.fa-poo {
    --fa: "\f2fe"
}

.fa-hexagon-plus {
    --fa: "\f300"
}

.fa-plus-hexagon {
    --fa: "\f300"
}

.fa-octagon-plus {
    --fa: "\f301"
}

.fa-plus-octagon {
    --fa: "\f301"
}

.fa-images {
    --fa: "\f302"
}

.fa-pencil {
    --fa: "\f303"
}

.fa-pencil-alt {
    --fa: "\f303"
}

.fa-pen {
    --fa: "\f304"
}

.fa-pen-clip {
    --fa: "\f305"
}

.fa-pen-alt {
    --fa: "\f305"
}

.fa-octagon {
    --fa: "\f306"
}

.fa-hexagon-minus {
    --fa: "\f307"
}

.fa-minus-hexagon {
    --fa: "\f307"
}

.fa-octagon-minus {
    --fa: "\f308"
}

.fa-minus-octagon {
    --fa: "\f308"
}

.fa-down-long {
    --fa: "\f309"
}

.fa-long-arrow-alt-down {
    --fa: "\f309"
}

.fa-left-long {
    --fa: "\f30a"
}

.fa-long-arrow-alt-left {
    --fa: "\f30a"
}

.fa-right-long {
    --fa: "\f30b"
}

.fa-long-arrow-alt-right {
    --fa: "\f30b"
}

.fa-up-long {
    --fa: "\f30c"
}

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

.fa-lock-keyhole {
    --fa: "\f30d"
}

.fa-lock-alt {
    --fa: "\f30d"
}

.fa-jack-o-lantern {
    --fa: "\f30e"
}

.fa-square-info {
    --fa: "\f30f"
}

.fa-info-square {
    --fa: "\f30f"
}

.fa-inbox-in {
    --fa: "\f310"
}

.fa-inbox-arrow-down {
    --fa: "\f310"
}

.fa-inbox-out {
    --fa: "\f311"
}

.fa-inbox-arrow-up {
    --fa: "\f311"
}

.fa-hexagon {
    --fa: "\f312"
}

.fa-h1 {
    --fa: "\f313"
}

.fa-h2 {
    --fa: "\f314"
}

.fa-h3 {
    --fa: "\f315"
}

.fa-file-check {
    --fa: "\f316"
}

.fa-file-xmark {
    --fa: "\f317"
}

.fa-file-times {
    --fa: "\f317"
}

.fa-file-minus {
    --fa: "\f318"
}

.fa-file-plus {
    --fa: "\f319"
}

.fa-file-exclamation {
    --fa: "\f31a"
}

.fa-file-pen {
    --fa: "\f31c"
}

.fa-file-edit {
    --fa: "\f31c"
}

.fa-arrows-maximize {
    --fa: "\f31d"
}

.fa-expand-arrows {
    --fa: "\f31d"
}

.fa-maximize {
    --fa: "\f31e"
}

.fa-expand-arrows-alt {
    --fa: "\f31e"
}

.fa-expand-wide {
    --fa: "\f320"
}

.fa-square-exclamation {
    --fa: "\f321"
}

.fa-exclamation-square {
    --fa: "\f321"
}

.fa-chevrons-down {
    --fa: "\f322"
}

.fa-chevron-double-down {
    --fa: "\f322"
}

.fa-chevrons-left {
    --fa: "\f323"
}

.fa-chevron-double-left {
    --fa: "\f323"
}

.fa-chevrons-right {
    --fa: "\f324"
}

.fa-chevron-double-right {
    --fa: "\f324"
}

.fa-chevrons-up {
    --fa: "\f325"
}

.fa-chevron-double-up {
    --fa: "\f325"
}

.fa-compress-wide {
    --fa: "\f326"
}

.fa-club {
    --fa: "\f327"
}

.fa-clipboard {
    --fa: "\f328"
}

.fa-square-chevron-down {
    --fa: "\f329"
}

.fa-chevron-square-down {
    --fa: "\f329"
}

.fa-square-chevron-left {
    --fa: "\f32a"
}

.fa-chevron-square-left {
    --fa: "\f32a"
}

.fa-square-chevron-right {
    --fa: "\f32b"
}

.fa-chevron-square-right {
    --fa: "\f32b"
}

.fa-square-chevron-up {
    --fa: "\f32c"
}

.fa-chevron-square-up {
    --fa: "\f32c"
}

.fa-circle-caret-down {
    --fa: "\f32d"
}

.fa-caret-circle-down {
    --fa: "\f32d"
}

.fa-circle-caret-left {
    --fa: "\f32e"
}

.fa-caret-circle-left {
    --fa: "\f32e"
}

.fa-circle-caret-right {
    --fa: "\f330"
}

.fa-caret-circle-right {
    --fa: "\f330"
}

.fa-circle-caret-up {
    --fa: "\f331"
}

.fa-caret-circle-up {
    --fa: "\f331"
}

.fa-calendar-pen {
    --fa: "\f333"
}

.fa-calendar-edit {
    --fa: "\f333"
}

.fa-calendar-exclamation {
    --fa: "\f334"
}

.fa-badge {
    --fa: "\f335"
}

.fa-badge-check {
    --fa: "\f336"
}

.fa-left-right {
    --fa: "\f337"
}

.fa-arrows-alt-h {
    --fa: "\f337"
}

.fa-up-down {
    --fa: "\f338"
}

.fa-arrows-alt-v {
    --fa: "\f338"
}

.fa-square-arrow-down {
    --fa: "\f339"
}

.fa-arrow-square-down {
    --fa: "\f339"
}

.fa-square-arrow-left {
    --fa: "\f33a"
}

.fa-arrow-square-left {
    --fa: "\f33a"
}

.fa-square-arrow-right {
    --fa: "\f33b"
}

.fa-arrow-square-right {
    --fa: "\f33b"
}

.fa-square-arrow-up {
    --fa: "\f33c"
}

.fa-arrow-square-up {
    --fa: "\f33c"
}

.fa-arrow-down-to-line {
    --fa: "\f33d"
}

.fa-arrow-to-bottom {
    --fa: "\f33d"
}

.fa-arrow-left-to-line {
    --fa: "\f33e"
}

.fa-arrow-to-left {
    --fa: "\f33e"
}

.fa-arrow-right-to-line {
    --fa: "\f340"
}

.fa-arrow-to-right {
    --fa: "\f340"
}

.fa-arrow-up-to-line {
    --fa: "\f341"
}

.fa-arrow-to-top {
    --fa: "\f341"
}

.fa-arrow-up-from-line {
    --fa: "\f342"
}

.fa-arrow-from-bottom {
    --fa: "\f342"
}

.fa-arrow-right-from-line {
    --fa: "\f343"
}

.fa-arrow-from-left {
    --fa: "\f343"
}

.fa-arrow-left-from-line {
    --fa: "\f344"
}

.fa-arrow-from-right {
    --fa: "\f344"
}

.fa-arrow-down-from-line {
    --fa: "\f345"
}

.fa-arrow-from-top {
    --fa: "\f345"
}

.fa-up-from-line {
    --fa: "\f346"
}

.fa-arrow-alt-from-bottom {
    --fa: "\f346"
}

.fa-right-from-line {
    --fa: "\f347"
}

.fa-arrow-alt-from-left {
    --fa: "\f347"
}

.fa-left-from-line {
    --fa: "\f348"
}

.fa-arrow-alt-from-right {
    --fa: "\f348"
}

.fa-down-from-line {
    --fa: "\f349"
}

.fa-arrow-alt-from-top {
    --fa: "\f349"
}

.fa-down-to-line {
    --fa: "\f34a"
}

.fa-arrow-alt-to-bottom {
    --fa: "\f34a"
}

.fa-left-to-line {
    --fa: "\f34b"
}

.fa-arrow-alt-to-left {
    --fa: "\f34b"
}

.fa-right-to-line {
    --fa: "\f34c"
}

.fa-arrow-alt-to-right {
    --fa: "\f34c"
}

.fa-up-to-line {
    --fa: "\f34d"
}

.fa-arrow-alt-to-top {
    --fa: "\f34d"
}

.fa-alarm-clock {
    --fa: "\f34e"
}

.fa-square-down {
    --fa: "\f350"
}

.fa-arrow-alt-square-down {
    --fa: "\f350"
}

.fa-square-left {
    --fa: "\f351"
}

.fa-arrow-alt-square-left {
    --fa: "\f351"
}

.fa-square-right {
    --fa: "\f352"
}

.fa-arrow-alt-square-right {
    --fa: "\f352"
}

.fa-square-up {
    --fa: "\f353"
}

.fa-arrow-alt-square-up {
    --fa: "\f353"
}

.fa-down {
    --fa: "\f354"
}

.fa-arrow-alt-down {
    --fa: "\f354"
}

.fa-left {
    --fa: "\f355"
}

.fa-arrow-alt-left {
    --fa: "\f355"
}

.fa-right {
    --fa: "\f356"
}

.fa-arrow-alt-right {
    --fa: "\f356"
}

.fa-up {
    --fa: "\f357"
}

.fa-arrow-alt-up {
    --fa: "\f357"
}

.fa-circle-down {
    --fa: "\f358"
}

.fa-arrow-alt-circle-down {
    --fa: "\f358"
}

.fa-circle-left {
    --fa: "\f359"
}

.fa-arrow-alt-circle-left {
    --fa: "\f359"
}

.fa-circle-right {
    --fa: "\f35a"
}

.fa-arrow-alt-circle-right {
    --fa: "\f35a"
}

.fa-circle-up {
    --fa: "\f35b"
}

.fa-arrow-alt-circle-up {
    --fa: "\f35b"
}

.fa-up-right-from-square {
    --fa: "\f35d"
}

.fa-external-link-alt {
    --fa: "\f35d"
}

.fa-square-up-right {
    --fa: "\f360"
}

.fa-external-link-square-alt {
    --fa: "\f360"
}

.fa-arrows-retweet {
    --fa: "\f361"
}

.fa-retweet-alt {
    --fa: "\f361"
}

.fa-right-left {
    --fa: "\f362"
}

.fa-exchange-alt {
    --fa: "\f362"
}

.fa-repeat {
    --fa: "\f363"
}

.fa-arrows-repeat {
    --fa: "\f364"
}

.fa-repeat-alt {
    --fa: "\f364"
}

.fa-repeat-1 {
    --fa: "\f365"
}

.fa-arrows-repeat-1 {
    --fa: "\f366"
}

.fa-repeat-1-alt {
    --fa: "\f366"
}

.fa-share-all {
    --fa: "\f367"
}

.fa-battery-bolt {
    --fa: "\f376"
}

.fa-battery-slash {
    --fa: "\f377"
}

.fa-browser {
    --fa: "\f37e"
}

.fa-code-commit {
    --fa: "\f386"
}

.fa-code-merge {
    --fa: "\f387"
}

.fa-credit-card-blank {
    --fa: "\f389"
}

.fa-credit-card-front {
    --fa: "\f38a"
}

.fa-desktop {
    --fa: "\f390"
}

.fa-desktop-alt {
    --fa: "\f390"
}

.fa-ellipsis-stroke {
    --fa: "\f39b"
}

.fa-ellipsis-h-alt {
    --fa: "\f39b"
}

.fa-ellipsis-stroke-vertical {
    --fa: "\f39c"
}

.fa-ellipsis-v-alt {
    --fa: "\f39c"
}

.fa-gem {
    --fa: "\f3a5"
}

.fa-industry-windows {
    --fa: "\f3b3"
}

.fa-industry-alt {
    --fa: "\f3b3"
}

.fa-turn-down {
    --fa: "\f3be"
}

.fa-level-down-alt {
    --fa: "\f3be"
}

.fa-turn-up {
    --fa: "\f3bf"
}

.fa-level-up-alt {
    --fa: "\f3bf"
}

.fa-lock-open {
    --fa: "\f3c1"
}

.fa-lock-keyhole-open {
    --fa: "\f3c2"
}

.fa-lock-open-alt {
    --fa: "\f3c2"
}

.fa-location-dot {
    --fa: "\f3c5"
}

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

.fa-microphone-lines {
    --fa: "\f3c9"
}

.fa-microphone-alt {
    --fa: "\f3c9"
}

.fa-mobile-screen-button {
    --fa: "\f3cd"
}

.fa-mobile-alt {
    --fa: "\f3cd"
}

.fa-mobile {
    --fa: "\f3ce"
}

.fa-mobile-android {
    --fa: "\f3ce"
}

.fa-mobile-phone {
    --fa: "\f3ce"
}

.fa-mobile-screen {
    --fa: "\f3cf"
}

.fa-mobile-android-alt {
    --fa: "\f3cf"
}

.fa-money-bill-1 {
    --fa: "\f3d1"
}

.fa-money-bill-alt {
    --fa: "\f3d1"
}

.fa-phone-slash {
    --fa: "\f3dd"
}

.fa-plane-engines {
    --fa: "\f3de"
}

.fa-plane-alt {
    --fa: "\f3de"
}

.fa-image-portrait {
    --fa: "\f3e0"
}

.fa-portrait {
    --fa: "\f3e0"
}

.fa-reply {
    --fa: "\f3e5"
}

.fa-mail-reply {
    --fa: "\f3e5"
}

.fa-shield-halved {
    --fa: "\f3ed"
}

.fa-shield-alt {
    --fa: "\f3ed"
}

.fa-square-sliders {
    --fa: "\f3f0"
}

.fa-sliders-h-square {
    --fa: "\f3f0"
}

.fa-sliders-up {
    --fa: "\f3f1"
}

.fa-sliders-v {
    --fa: "\f3f1"
}

.fa-square-sliders-vertical {
    --fa: "\f3f2"
}

.fa-sliders-v-square {
    --fa: "\f3f2"
}

.fa-spinner-third {
    --fa: "\f3f4"
}

.fa-tablet-screen-button {
    --fa: "\f3fa"
}

.fa-tablet-alt {
    --fa: "\f3fa"
}

.fa-tablet {
    --fa: "\f3fb"
}

.fa-tablet-android {
    --fa: "\f3fb"
}

.fa-tablet-screen {
    --fa: "\f3fc"
}

.fa-tablet-android-alt {
    --fa: "\f3fc"
}

.fa-ticket-simple {
    --fa: "\f3ff"
}

.fa-ticket-alt {
    --fa: "\f3ff"
}

.fa-tree-deciduous {
    --fa: "\f400"
}

.fa-tree-alt {
    --fa: "\f400"
}

.fa-tv-retro {
    --fa: "\f401"
}

.fa-window {
    --fa: "\f40e"
}

.fa-window-flip {
    --fa: "\f40f"
}

.fa-window-alt {
    --fa: "\f40f"
}

.fa-rectangle-xmark {
    --fa: "\f410"
}

.fa-rectangle-times {
    --fa: "\f410"
}

.fa-times-rectangle {
    --fa: "\f410"
}

.fa-window-close {
    --fa: "\f410"
}

.fa-down-left-and-up-right-to-center {
    --fa: "\f422"
}

.fa-compress-alt {
    --fa: "\f422"
}

.fa-up-right-and-down-left-from-center {
    --fa: "\f424"
}

.fa-expand-alt {
    --fa: "\f424"
}

.fa-baseball-bat-ball {
    --fa: "\f432"
}

.fa-baseball {
    --fa: "\f433"
}

.fa-baseball-ball {
    --fa: "\f433"
}

.fa-basketball {
    --fa: "\f434"
}

.fa-basketball-ball {
    --fa: "\f434"
}

.fa-basketball-hoop {
    --fa: "\f435"
}

.fa-bowling-ball {
    --fa: "\f436"
}

.fa-bowling-pins {
    --fa: "\f437"
}

.fa-boxing-glove {
    --fa: "\f438"
}

.fa-glove-boxing {
    --fa: "\f438"
}

.fa-chess {
    --fa: "\f439"
}

.fa-chess-bishop {
    --fa: "\f43a"
}

.fa-chess-bishop-piece {
    --fa: "\f43b"
}

.fa-chess-bishop-alt {
    --fa: "\f43b"
}

.fa-chess-board {
    --fa: "\f43c"
}

.fa-chess-clock {
    --fa: "\f43d"
}

.fa-chess-clock-flip {
    --fa: "\f43e"
}

.fa-chess-clock-alt {
    --fa: "\f43e"
}

.fa-chess-king {
    --fa: "\f43f"
}

.fa-chess-king-piece {
    --fa: "\f440"
}

.fa-chess-king-alt {
    --fa: "\f440"
}

.fa-chess-knight {
    --fa: "\f441"
}

.fa-chess-knight-piece {
    --fa: "\f442"
}

.fa-chess-knight-alt {
    --fa: "\f442"
}

.fa-chess-pawn {
    --fa: "\f443"
}

.fa-chess-pawn-piece {
    --fa: "\f444"
}

.fa-chess-pawn-alt {
    --fa: "\f444"
}

.fa-chess-queen {
    --fa: "\f445"
}

.fa-chess-queen-piece {
    --fa: "\f446"
}

.fa-chess-queen-alt {
    --fa: "\f446"
}

.fa-chess-rook {
    --fa: "\f447"
}

.fa-chess-rook-piece {
    --fa: "\f448"
}

.fa-chess-rook-alt {
    --fa: "\f448"
}

.fa-cricket-bat-ball {
    --fa: "\f449"
}

.fa-cricket {
    --fa: "\f449"
}

.fa-curling-stone {
    --fa: "\f44a"
}

.fa-curling {
    --fa: "\f44a"
}

.fa-dumbbell {
    --fa: "\f44b"
}

.fa-field-hockey-stick-ball {
    --fa: "\f44c"
}

.fa-field-hockey {
    --fa: "\f44c"
}

.fa-football {
    --fa: "\f44e"
}

.fa-football-ball {
    --fa: "\f44e"
}

.fa-football-helmet {
    --fa: "\f44f"
}

.fa-golf-ball-tee {
    --fa: "\f450"
}

.fa-golf-ball {
    --fa: "\f450"
}

.fa-golf-club {
    --fa: "\f451"
}

.fa-hockey-puck {
    --fa: "\f453"
}

.fa-hockey-sticks {
    --fa: "\f454"
}

.fa-luchador-mask {
    --fa: "\f455"
}

.fa-luchador {
    --fa: "\f455"
}

.fa-mask-luchador {
    --fa: "\f455"
}

.fa-flag-pennant {
    --fa: "\f456"
}

.fa-pennant {
    --fa: "\f456"
}

.fa-broom-ball {
    --fa: "\f458"
}

.fa-quidditch {
    --fa: "\f458"
}

.fa-quidditch-broom-ball {
    --fa: "\f458"
}

.fa-racquet {
    --fa: "\f45a"
}

.fa-shuttlecock {
    --fa: "\f45b"
}

.fa-square-full {
    --fa: "\f45c"
}

.fa-table-tennis-paddle-ball {
    --fa: "\f45d"
}

.fa-ping-pong-paddle-ball {
    --fa: "\f45d"
}

.fa-table-tennis {
    --fa: "\f45d"
}

.fa-tennis-ball {
    --fa: "\f45e"
}

.fa-volleyball {
    --fa: "\f45f"
}

.fa-volleyball-ball {
    --fa: "\f45f"
}

.fa-whistle {
    --fa: "\f460"
}

.fa-hand-dots {
    --fa: "\f461"
}

.fa-allergies {
    --fa: "\f461"
}

.fa-bandage {
    --fa: "\f462"
}

.fa-band-aid {
    --fa: "\f462"
}

.fa-rectangle-barcode {
    --fa: "\f463"
}

.fa-barcode-alt {
    --fa: "\f463"
}

.fa-barcode-read {
    --fa: "\f464"
}

.fa-barcode-scan {
    --fa: "\f465"
}

.fa-box {
    --fa: "\f466"
}

.fa-box-check {
    --fa: "\f467"
}

.fa-boxes-stacked {
    --fa: "\f468"
}

.fa-boxes {
    --fa: "\f468"
}

.fa-boxes-alt {
    --fa: "\f468"
}

.fa-briefcase-medical {
    --fa: "\f469"
}

.fa-fire-flame-simple {
    --fa: "\f46a"
}

.fa-burn {
    --fa: "\f46a"
}

.fa-capsules {
    --fa: "\f46b"
}

.fa-clipboard-check {
    --fa: "\f46c"
}

.fa-clipboard-list {
    --fa: "\f46d"
}

.fa-conveyor-belt {
    --fa: "\f46e"
}

.fa-conveyor-belt-boxes {
    --fa: "\f46f"
}

.fa-conveyor-belt-alt {
    --fa: "\f46f"
}

.fa-person-dots-from-line {
    --fa: "\f470"
}

.fa-diagnoses {
    --fa: "\f470"
}

.fa-dna {
    --fa: "\f471"
}

.fa-dolly {
    --fa: "\f472"
}

.fa-dolly-box {
    --fa: "\f472"
}

.fa-dolly-empty {
    --fa: "\f473"
}

.fa-cart-flatbed {
    --fa: "\f474"
}

.fa-dolly-flatbed {
    --fa: "\f474"
}

.fa-cart-flatbed-boxes {
    --fa: "\f475"
}

.fa-dolly-flatbed-alt {
    --fa: "\f475"
}

.fa-cart-flatbed-empty {
    --fa: "\f476"
}

.fa-dolly-flatbed-empty {
    --fa: "\f476"
}

.fa-file-medical {
    --fa: "\f477"
}

.fa-file-waveform {
    --fa: "\f478"
}

.fa-file-medical-alt {
    --fa: "\f478"
}

.fa-kit-medical {
    --fa: "\f479"
}

.fa-first-aid {
    --fa: "\f479"
}

.fa-forklift {
    --fa: "\f47a"
}

.fa-hand-holding-box {
    --fa: "\f47b"
}

.fa-hands-holding-diamond {
    --fa: "\f47c"
}

.fa-hand-receiving {
    --fa: "\f47c"
}

.fa-circle-h {
    --fa: "\f47e"
}

.fa-hospital-symbol {
    --fa: "\f47e"
}

.fa-id-card-clip {
    --fa: "\f47f"
}

.fa-id-card-alt {
    --fa: "\f47f"
}

.fa-shelves {
    --fa: "\f480"
}

.fa-inventory {
    --fa: "\f480"
}

.fa-notes-medical {
    --fa: "\f481"
}

.fa-pallet {
    --fa: "\f482"
}

.fa-pallet-boxes {
    --fa: "\f483"
}

.fa-palette-boxes {
    --fa: "\f483"
}

.fa-pallet-alt {
    --fa: "\f483"
}

.fa-pills {
    --fa: "\f484"
}

.fa-prescription-bottle {
    --fa: "\f485"
}

.fa-prescription-bottle-medical {
    --fa: "\f486"
}

.fa-prescription-bottle-alt {
    --fa: "\f486"
}

.fa-bed-pulse {
    --fa: "\f487"
}

.fa-procedures {
    --fa: "\f487"
}

.fa-scanner-gun {
    --fa: "\f488"
}

.fa-scanner {
    --fa: "\f488"
}

.fa-scanner-keyboard {
    --fa: "\f489"
}

.fa-scanner-touchscreen {
    --fa: "\f48a"
}

.fa-truck-fast {
    --fa: "\f48b"
}

.fa-shipping-fast {
    --fa: "\f48b"
}

.fa-truck-clock {
    --fa: "\f48c"
}

.fa-shipping-timed {
    --fa: "\f48c"
}

.fa-smoking {
    --fa: "\f48d"
}

.fa-syringe {
    --fa: "\f48e"
}

.fa-tablet-rugged {
    --fa: "\f48f"
}

.fa-tablets {
    --fa: "\f490"
}

.fa-thermometer {
    --fa: "\f491"
}

.fa-vial {
    --fa: "\f492"
}

.fa-vials {
    --fa: "\f493"
}

.fa-warehouse {
    --fa: "\f494"
}

.fa-warehouse-full {
    --fa: "\f495"
}

.fa-warehouse-alt {
    --fa: "\f495"
}

.fa-weight-scale {
    --fa: "\f496"
}

.fa-weight {
    --fa: "\f496"
}

.fa-x-ray {
    --fa: "\f497"
}

.fa-blanket {
    --fa: "\f498"
}

.fa-book-heart {
    --fa: "\f499"
}

.fa-box-taped {
    --fa: "\f49a"
}

.fa-box-alt {
    --fa: "\f49a"
}

.fa-square-fragile {
    --fa: "\f49b"
}

.fa-box-fragile {
    --fa: "\f49b"
}

.fa-square-wine-glass-crack {
    --fa: "\f49b"
}

.fa-box-open-full {
    --fa: "\f49c"
}

.fa-box-full {
    --fa: "\f49c"
}

.fa-box-heart {
    --fa: "\f49d"
}

.fa-box-open {
    --fa: "\f49e"
}

.fa-square-this-way-up {
    --fa: "\f49f"
}

.fa-box-up {
    --fa: "\f49f"
}

.fa-box-dollar {
    --fa: "\f4a0"
}

.fa-box-usd {
    --fa: "\f4a0"
}

.fa-message-check {
    --fa: "\f4a2"
}

.fa-comment-alt-check {
    --fa: "\f4a2"
}

.fa-message-dots {
    --fa: "\f4a3"
}

.fa-comment-alt-dots {
    --fa: "\f4a3"
}

.fa-messaging {
    --fa: "\f4a3"
}

.fa-message-pen {
    --fa: "\f4a4"
}

.fa-comment-alt-edit {
    --fa: "\f4a4"
}

.fa-message-edit {
    --fa: "\f4a4"
}

.fa-message-exclamation {
    --fa: "\f4a5"
}

.fa-comment-alt-exclamation {
    --fa: "\f4a5"
}

.fa-message-lines {
    --fa: "\f4a6"
}

.fa-comment-alt-lines {
    --fa: "\f4a6"
}

.fa-message-minus {
    --fa: "\f4a7"
}

.fa-comment-alt-minus {
    --fa: "\f4a7"
}

.fa-message-plus {
    --fa: "\f4a8"
}

.fa-comment-alt-plus {
    --fa: "\f4a8"
}

.fa-message-slash {
    --fa: "\f4a9"
}

.fa-comment-alt-slash {
    --fa: "\f4a9"
}

.fa-message-smile {
    --fa: "\f4aa"
}

.fa-comment-alt-smile {
    --fa: "\f4aa"
}

.fa-message-xmark {
    --fa: "\f4ab"
}

.fa-comment-alt-times {
    --fa: "\f4ab"
}

.fa-message-times {
    --fa: "\f4ab"
}

.fa-comment-check {
    --fa: "\f4ac"
}

.fa-comment-dots {
    --fa: "\f4ad"
}

.fa-commenting {
    --fa: "\f4ad"
}

.fa-comment-pen {
    --fa: "\f4ae"
}

.fa-comment-edit {
    --fa: "\f4ae"
}

.fa-comment-exclamation {
    --fa: "\f4af"
}

.fa-comment-lines {
    --fa: "\f4b0"
}

.fa-comment-minus {
    --fa: "\f4b1"
}

.fa-comment-plus {
    --fa: "\f4b2"
}

.fa-comment-slash {
    --fa: "\f4b3"
}

.fa-comment-smile {
    --fa: "\f4b4"
}

.fa-comment-xmark {
    --fa: "\f4b5"
}

.fa-comment-times {
    --fa: "\f4b5"
}

.fa-messages {
    --fa: "\f4b6"
}

.fa-comments-alt {
    --fa: "\f4b6"
}

.fa-container-storage {
    --fa: "\f4b7"
}

.fa-couch {
    --fa: "\f4b8"
}

.fa-circle-dollar-to-slot {
    --fa: "\f4b9"
}

.fa-donate {
    --fa: "\f4b9"
}

.fa-dove {
    --fa: "\f4ba"
}

.fa-wine-glass-crack {
    --fa: "\f4bb"
}

.fa-fragile {
    --fa: "\f4bb"
}

.fa-hand-heart {
    --fa: "\f4bc"
}

.fa-hand-holding {
    --fa: "\f4bd"
}

.fa-hand-holding-heart {
    --fa: "\f4be"
}

.fa-hand-holding-seedling {
    --fa: "\f4bf"
}

.fa-hand-holding-dollar {
    --fa: "\f4c0"
}

.fa-hand-holding-usd {
    --fa: "\f4c0"
}

.fa-hand-holding-droplet {
    --fa: "\f4c1"
}

.fa-hand-holding-water {
    --fa: "\f4c1"
}

.fa-hands-holding {
    --fa: "\f4c2"
}

.fa-hands-holding-heart {
    --fa: "\f4c3"
}

.fa-hands-heart {
    --fa: "\f4c3"
}

.fa-handshake-angle {
    --fa: "\f4c4"
}

.fa-hands-helping {
    --fa: "\f4c4"
}

.fa-hands-holding-dollar {
    --fa: "\f4c5"
}

.fa-hands-usd {
    --fa: "\f4c5"
}

.fa-circle-heart {
    --fa: "\f4c7"
}

.fa-heart-circle {
    --fa: "\f4c7"
}

.fa-square-heart {
    --fa: "\f4c8"
}

.fa-heart-square {
    --fa: "\f4c8"
}

.fa-house-heart {
    --fa: "\f4c9"
}

.fa-home-heart {
    --fa: "\f4c9"
}

.fa-lamp {
    --fa: "\f4ca"
}

.fa-leaf-heart {
    --fa: "\f4cb"
}

.fa-loveseat {
    --fa: "\f4cc"
}

.fa-couch-small {
    --fa: "\f4cc"
}

.fa-parachute-box {
    --fa: "\f4cd"
}

.fa-people-carry-box {
    --fa: "\f4ce"
}

.fa-people-carry {
    --fa: "\f4ce"
}

.fa-person-carry-box {
    --fa: "\f4cf"
}

.fa-person-carry {
    --fa: "\f4cf"
}

.fa-person-dolly {
    --fa: "\f4d0"
}

.fa-person-dolly-empty {
    --fa: "\f4d1"
}

.fa-phone-plus {
    --fa: "\f4d2"
}

.fa-piggy-bank {
    --fa: "\f4d3"
}

.fa-ramp-loading {
    --fa: "\f4d4"
}

.fa-ribbon {
    --fa: "\f4d6"
}

.fa-route {
    --fa: "\f4d7"
}

.fa-seedling {
    --fa: "\f4d8"
}

.fa-sprout {
    --fa: "\f4d8"
}

.fa-sign-hanging {
    --fa: "\f4d9"
}

.fa-sign {
    --fa: "\f4d9"
}

.fa-face-smile-wink {
    --fa: "\f4da"
}

.fa-smile-wink {
    --fa: "\f4da"
}

.fa-tape {
    --fa: "\f4db"
}

.fa-truck-container {
    --fa: "\f4dc"
}

.fa-truck-ramp-couch {
    --fa: "\f4dd"
}

.fa-truck-couch {
    --fa: "\f4dd"
}

.fa-truck-ramp-box {
    --fa: "\f4de"
}

.fa-truck-loading {
    --fa: "\f4de"
}

.fa-truck-moving {
    --fa: "\f4df"
}

.fa-truck-ramp {
    --fa: "\f4e0"
}

.fa-video-plus {
    --fa: "\f4e1"
}

.fa-video-slash {
    --fa: "\f4e2"
}

.fa-wine-glass {
    --fa: "\f4e3"
}

.fa-user-astronaut {
    --fa: "\f4fb"
}

.fa-user-check {
    --fa: "\f4fc"
}

.fa-user-clock {
    --fa: "\f4fd"
}

.fa-user-gear {
    --fa: "\f4fe"
}

.fa-user-cog {
    --fa: "\f4fe"
}

.fa-user-pen {
    --fa: "\f4ff"
}

.fa-user-edit {
    --fa: "\f4ff"
}

.fa-user-group {
    --fa: "\f500"
}

.fa-user-friends {
    --fa: "\f500"
}

.fa-user-graduate {
    --fa: "\f501"
}

.fa-user-lock {
    --fa: "\f502"
}

.fa-user-minus {
    --fa: "\f503"
}

.fa-user-ninja {
    --fa: "\f504"
}

.fa-user-shield {
    --fa: "\f505"
}

.fa-user-slash {
    --fa: "\f506"
}

.fa-user-alt-slash {
    --fa: "\f506"
}

.fa-user-large-slash {
    --fa: "\f506"
}

.fa-user-tag {
    --fa: "\f507"
}

.fa-user-tie {
    --fa: "\f508"
}

.fa-users-gear {
    --fa: "\f509"
}

.fa-users-cog {
    --fa: "\f509"
}

.fa-scale-unbalanced {
    --fa: "\f515"
}

.fa-balance-scale-left {
    --fa: "\f515"
}

.fa-scale-unbalanced-flip {
    --fa: "\f516"
}

.fa-balance-scale-right {
    --fa: "\f516"
}

.fa-blender {
    --fa: "\f517"
}

.fa-book-open {
    --fa: "\f518"
}

.fa-tower-broadcast {
    --fa: "\f519"
}

.fa-broadcast-tower {
    --fa: "\f519"
}

.fa-broom {
    --fa: "\f51a"
}

.fa-chalkboard {
    --fa: "\f51b"
}

.fa-blackboard {
    --fa: "\f51b"
}

.fa-chalkboard-user {
    --fa: "\f51c"
}

.fa-chalkboard-teacher {
    --fa: "\f51c"
}

.fa-church {
    --fa: "\f51d"
}

.fa-coins {
    --fa: "\f51e"
}

.fa-compact-disc {
    --fa: "\f51f"
}

.fa-crow {
    --fa: "\f520"
}

.fa-crown {
    --fa: "\f521"
}

.fa-dice {
    --fa: "\f522"
}

.fa-dice-five {
    --fa: "\f523"
}

.fa-dice-four {
    --fa: "\f524"
}

.fa-dice-one {
    --fa: "\f525"
}

.fa-dice-six {
    --fa: "\f526"
}

.fa-dice-three {
    --fa: "\f527"
}

.fa-dice-two {
    --fa: "\f528"
}

.fa-divide {
    --fa: "\f529"
}

.fa-door-closed {
    --fa: "\f52a"
}

.fa-door-open {
    --fa: "\f52b"
}

.fa-feather {
    --fa: "\f52d"
}

.fa-frog {
    --fa: "\f52e"
}

.fa-gas-pump {
    --fa: "\f52f"
}

.fa-glasses {
    --fa: "\f530"
}

.fa-greater-than-equal {
    --fa: "\f532"
}

.fa-helicopter {
    --fa: "\f533"
}

.fa-infinity {
    --fa: "\f534"
}

.fa-kiwi-bird {
    --fa: "\f535"
}

.fa-less-than-equal {
    --fa: "\f537"
}

.fa-memory {
    --fa: "\f538"
}

.fa-microphone-lines-slash {
    --fa: "\f539"
}

.fa-microphone-alt-slash {
    --fa: "\f539"
}

.fa-money-bill-wave {
    --fa: "\f53a"
}

.fa-money-bill-1-wave {
    --fa: "\f53b"
}

.fa-money-bill-wave-alt {
    --fa: "\f53b"
}

.fa-money-check {
    --fa: "\f53c"
}

.fa-money-check-dollar {
    --fa: "\f53d"
}

.fa-money-check-alt {
    --fa: "\f53d"
}

.fa-not-equal {
    --fa: "\f53e"
}

.fa-palette {
    --fa: "\f53f"
}

.fa-square-parking {
    --fa: "\f540"
}

.fa-parking {
    --fa: "\f540"
}

.fa-diagram-project {
    --fa: "\f542"
}

.fa-project-diagram {
    --fa: "\f542"
}

.fa-receipt {
    --fa: "\f543"
}

.fa-robot {
    --fa: "\f544"
}

.fa-ruler {
    --fa: "\f545"
}

.fa-ruler-combined {
    --fa: "\f546"
}

.fa-ruler-horizontal {
    --fa: "\f547"
}

.fa-ruler-vertical {
    --fa: "\f548"
}

.fa-school {
    --fa: "\f549"
}

.fa-screwdriver {
    --fa: "\f54a"
}

.fa-shoe-prints {
    --fa: "\f54b"
}

.fa-skull {
    --fa: "\f54c"
}

.fa-ban-smoking {
    --fa: "\f54d"
}

.fa-smoking-ban {
    --fa: "\f54d"
}

.fa-store {
    --fa: "\f54e"
}

.fa-shop {
    --fa: "\f54f"
}

.fa-store-alt {
    --fa: "\f54f"
}

.fa-bars-staggered {
    --fa: "\f550"
}

.fa-reorder {
    --fa: "\f550"
}

.fa-stream {
    --fa: "\f550"
}

.fa-stroopwafel {
    --fa: "\f551"
}

.fa-toolbox {
    --fa: "\f552"
}

.fa-shirt {
    --fa: "\f553"
}

.fa-t-shirt {
    --fa: "\f553"
}

.fa-tshirt {
    --fa: "\f553"
}

.fa-person-walking {
    --fa: "\f554"
}

.fa-walking {
    --fa: "\f554"
}

.fa-wallet {
    --fa: "\f555"
}

.fa-face-angry {
    --fa: "\f556"
}

.fa-angry {
    --fa: "\f556"
}

.fa-archway {
    --fa: "\f557"
}

.fa-book-atlas {
    --fa: "\f558"
}

.fa-atlas {
    --fa: "\f558"
}

.fa-award {
    --fa: "\f559"
}

.fa-delete-left {
    --fa: "\f55a"
}

.fa-backspace {
    --fa: "\f55a"
}

.fa-bezier-curve {
    --fa: "\f55b"
}

.fa-bong {
    --fa: "\f55c"
}

.fa-brush {
    --fa: "\f55d"
}

.fa-bus-simple {
    --fa: "\f55e"
}

.fa-bus-alt {
    --fa: "\f55e"
}

.fa-cannabis {
    --fa: "\f55f"
}

.fa-check-double {
    --fa: "\f560"
}

.fa-martini-glass-citrus {
    --fa: "\f561"
}

.fa-cocktail {
    --fa: "\f561"
}

.fa-bell-concierge {
    --fa: "\f562"
}

.fa-concierge-bell {
    --fa: "\f562"
}

.fa-cookie {
    --fa: "\f563"
}

.fa-cookie-bite {
    --fa: "\f564"
}

.fa-crop-simple {
    --fa: "\f565"
}

.fa-crop-alt {
    --fa: "\f565"
}

.fa-tachograph-digital {
    --fa: "\f566"
}

.fa-digital-tachograph {
    --fa: "\f566"
}

.fa-face-dizzy {
    --fa: "\f567"
}

.fa-dizzy {
    --fa: "\f567"
}

.fa-compass-drafting {
    --fa: "\f568"
}

.fa-drafting-compass {
    --fa: "\f568"
}

.fa-drum {
    --fa: "\f569"
}

.fa-drum-steelpan {
    --fa: "\f56a"
}

.fa-feather-pointed {
    --fa: "\f56b"
}

.fa-feather-alt {
    --fa: "\f56b"
}

.fa-file-contract {
    --fa: "\f56c"
}

.fa-file-arrow-down {
    --fa: "\f56d"
}

.fa-file-download {
    --fa: "\f56d"
}

.fa-file-export {
    --fa: "\f56e"
}

.fa-arrow-right-from-file {
    --fa: "\f56e"
}

.fa-file-import {
    --fa: "\f56f"
}

.fa-arrow-right-to-file {
    --fa: "\f56f"
}

.fa-file-invoice {
    --fa: "\f570"
}

.fa-file-invoice-dollar {
    --fa: "\f571"
}

.fa-file-prescription {
    --fa: "\f572"
}

.fa-file-signature {
    --fa: "\f573"
}

.fa-file-arrow-up {
    --fa: "\f574"
}

.fa-file-upload {
    --fa: "\f574"
}

.fa-fill {
    --fa: "\f575"
}

.fa-fill-drip {
    --fa: "\f576"
}

.fa-fingerprint {
    --fa: "\f577"
}

.fa-fish {
    --fa: "\f578"
}

.fa-face-flushed {
    --fa: "\f579"
}

.fa-flushed {
    --fa: "\f579"
}

.fa-face-frown-open {
    --fa: "\f57a"
}

.fa-frown-open {
    --fa: "\f57a"
}

.fa-martini-glass {
    --fa: "\f57b"
}

.fa-glass-martini-alt {
    --fa: "\f57b"
}

.fa-earth-africa {
    --fa: "\f57c"
}

.fa-globe-africa {
    --fa: "\f57c"
}

.fa-earth-americas {
    --fa: "\f57d"
}

.fa-earth {
    --fa: "\f57d"
}

.fa-earth-america {
    --fa: "\f57d"
}

.fa-globe-americas {
    --fa: "\f57d"
}

.fa-earth-asia {
    --fa: "\f57e"
}

.fa-globe-asia {
    --fa: "\f57e"
}

.fa-face-grimace {
    --fa: "\f57f"
}

.fa-grimace {
    --fa: "\f57f"
}

.fa-face-grin {
    --fa: "\f580"
}

.fa-grin {
    --fa: "\f580"
}

.fa-face-grin-wide {
    --fa: "\f581"
}

.fa-grin-alt {
    --fa: "\f581"
}

.fa-face-grin-beam {
    --fa: "\f582"
}

.fa-grin-beam {
    --fa: "\f582"
}

.fa-face-grin-beam-sweat {
    --fa: "\f583"
}

.fa-grin-beam-sweat {
    --fa: "\f583"
}

.fa-face-grin-hearts {
    --fa: "\f584"
}

.fa-grin-hearts {
    --fa: "\f584"
}

.fa-face-grin-squint {
    --fa: "\f585"
}

.fa-grin-squint {
    --fa: "\f585"
}

.fa-face-grin-squint-tears {
    --fa: "\f586"
}

.fa-grin-squint-tears {
    --fa: "\f586"
}

.fa-face-grin-stars {
    --fa: "\f587"
}

.fa-grin-stars {
    --fa: "\f587"
}

.fa-face-grin-tears {
    --fa: "\f588"
}

.fa-grin-tears {
    --fa: "\f588"
}

.fa-face-grin-tongue {
    --fa: "\f589"
}

.fa-grin-tongue {
    --fa: "\f589"
}

.fa-face-grin-tongue-squint {
    --fa: "\f58a"
}

.fa-grin-tongue-squint {
    --fa: "\f58a"
}

.fa-face-grin-tongue-wink {
    --fa: "\f58b"
}

.fa-grin-tongue-wink {
    --fa: "\f58b"
}

.fa-face-grin-wink {
    --fa: "\f58c"
}

.fa-grin-wink {
    --fa: "\f58c"
}

.fa-grip {
    --fa: "\f58d"
}

.fa-grid-horizontal {
    --fa: "\f58d"
}

.fa-grip-horizontal {
    --fa: "\f58d"
}

.fa-grip-vertical {
    --fa: "\f58e"
}

.fa-grid-vertical {
    --fa: "\f58e"
}

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

.fa-highlighter {
    --fa: "\f591"
}

.fa-hot-tub-person {
    --fa: "\f593"
}

.fa-hot-tub {
    --fa: "\f593"
}

.fa-hotel {
    --fa: "\f594"
}

.fa-joint {
    --fa: "\f595"
}

.fa-face-kiss {
    --fa: "\f596"
}

.fa-kiss {
    --fa: "\f596"
}

.fa-face-kiss-beam {
    --fa: "\f597"
}

.fa-kiss-beam {
    --fa: "\f597"
}

.fa-face-kiss-wink-heart {
    --fa: "\f598"
}

.fa-kiss-wink-heart {
    --fa: "\f598"
}

.fa-face-laugh {
    --fa: "\f599"
}

.fa-laugh {
    --fa: "\f599"
}

.fa-face-laugh-beam {
    --fa: "\f59a"
}

.fa-laugh-beam {
    --fa: "\f59a"
}

.fa-face-laugh-squint {
    --fa: "\f59b"
}

.fa-laugh-squint {
    --fa: "\f59b"
}

.fa-face-laugh-wink {
    --fa: "\f59c"
}

.fa-laugh-wink {
    --fa: "\f59c"
}

.fa-cart-flatbed-suitcase {
    --fa: "\f59d"
}

.fa-luggage-cart {
    --fa: "\f59d"
}

.fa-map-location {
    --fa: "\f59f"
}

.fa-map-marked {
    --fa: "\f59f"
}

.fa-map-location-dot {
    --fa: "\f5a0"
}

.fa-map-marked-alt {
    --fa: "\f5a0"
}

.fa-marker {
    --fa: "\f5a1"
}

.fa-medal {
    --fa: "\f5a2"
}

.fa-face-meh-blank {
    --fa: "\f5a4"
}

.fa-meh-blank {
    --fa: "\f5a4"
}

.fa-face-rolling-eyes {
    --fa: "\f5a5"
}

.fa-meh-rolling-eyes {
    --fa: "\f5a5"
}

.fa-monument {
    --fa: "\f5a6"
}

.fa-mortar-pestle {
    --fa: "\f5a7"
}

.fa-paintbrush-fine {
    --fa: "\f5a9"
}

.fa-paint-brush-alt {
    --fa: "\f5a9"
}

.fa-paint-brush-fine {
    --fa: "\f5a9"
}

.fa-paintbrush-alt {
    --fa: "\f5a9"
}

.fa-paint-roller {
    --fa: "\f5aa"
}

.fa-passport {
    --fa: "\f5ab"
}

.fa-pen-fancy {
    --fa: "\f5ac"
}

.fa-pen-nib {
    --fa: "\f5ad"
}

.fa-pen-ruler {
    --fa: "\f5ae"
}

.fa-pencil-ruler {
    --fa: "\f5ae"
}

.fa-plane-arrival {
    --fa: "\f5af"
}

.fa-plane-departure {
    --fa: "\f5b0"
}

.fa-prescription {
    --fa: "\f5b1"
}

.fa-face-sad-cry {
    --fa: "\f5b3"
}

.fa-sad-cry {
    --fa: "\f5b3"
}

.fa-face-sad-tear {
    --fa: "\f5b4"
}

.fa-sad-tear {
    --fa: "\f5b4"
}

.fa-van-shuttle {
    --fa: "\f5b6"
}

.fa-shuttle-van {
    --fa: "\f5b6"
}

.fa-signature {
    --fa: "\f5b7"
}

.fa-face-smile-beam {
    --fa: "\f5b8"
}

.fa-smile-beam {
    --fa: "\f5b8"
}

.fa-face-smile-plus {
    --fa: "\f5b9"
}

.fa-smile-plus {
    --fa: "\f5b9"
}

.fa-solar-panel {
    --fa: "\f5ba"
}

.fa-spa {
    --fa: "\f5bb"
}

.fa-splotch {
    --fa: "\f5bc"
}

.fa-spray-can {
    --fa: "\f5bd"
}

.fa-stamp {
    --fa: "\f5bf"
}

.fa-star-half-stroke {
    --fa: "\f5c0"
}

.fa-star-half-alt {
    --fa: "\f5c0"
}

.fa-suitcase-rolling {
    --fa: "\f5c1"
}

.fa-face-surprise {
    --fa: "\f5c2"
}

.fa-surprise {
    --fa: "\f5c2"
}

.fa-swatchbook {
    --fa: "\f5c3"
}

.fa-person-swimming {
    --fa: "\f5c4"
}

.fa-swimmer {
    --fa: "\f5c4"
}

.fa-water-ladder {
    --fa: "\f5c5"
}

.fa-ladder-water {
    --fa: "\f5c5"
}

.fa-swimming-pool {
    --fa: "\f5c5"
}

.fa-droplet-slash {
    --fa: "\f5c7"
}

.fa-tint-slash {
    --fa: "\f5c7"
}

.fa-face-tired {
    --fa: "\f5c8"
}

.fa-tired {
    --fa: "\f5c8"
}

.fa-tooth {
    --fa: "\f5c9"
}

.fa-umbrella-beach {
    --fa: "\f5ca"
}

.fa-weight-hanging {
    --fa: "\f5cd"
}

.fa-wine-glass-empty {
    --fa: "\f5ce"
}

.fa-wine-glass-alt {
    --fa: "\f5ce"
}

.fa-spray-can-sparkles {
    --fa: "\f5d0"
}

.fa-air-freshener {
    --fa: "\f5d0"
}

.fa-apple-whole {
    --fa: "\f5d1"
}

.fa-apple-alt {
    --fa: "\f5d1"
}

.fa-atom {
    --fa: "\f5d2"
}

.fa-atom-simple {
    --fa: "\f5d3"
}

.fa-atom-alt {
    --fa: "\f5d3"
}

.fa-backpack {
    --fa: "\f5d4"
}

.fa-bell-school {
    --fa: "\f5d5"
}

.fa-bell-school-slash {
    --fa: "\f5d6"
}

.fa-bone {
    --fa: "\f5d7"
}

.fa-bone-break {
    --fa: "\f5d8"
}

.fa-book-blank {
    --fa: "\f5d9"
}

.fa-book-alt {
    --fa: "\f5d9"
}

.fa-book-open-reader {
    --fa: "\f5da"
}

.fa-book-reader {
    --fa: "\f5da"
}

.fa-books {
    --fa: "\f5db"
}

.fa-brain {
    --fa: "\f5dc"
}

.fa-bus-school {
    --fa: "\f5dd"
}

.fa-car-rear {
    --fa: "\f5de"
}

.fa-car-alt {
    --fa: "\f5de"
}

.fa-car-battery {
    --fa: "\f5df"
}

.fa-battery-car {
    --fa: "\f5df"
}

.fa-car-bump {
    --fa: "\f5e0"
}

.fa-car-burst {
    --fa: "\f5e1"
}

.fa-car-crash {
    --fa: "\f5e1"
}

.fa-car-garage {
    --fa: "\f5e2"
}

.fa-car-wrench {
    --fa: "\f5e3"
}

.fa-car-mechanic {
    --fa: "\f5e3"
}

.fa-car-side {
    --fa: "\f5e4"
}

.fa-car-tilt {
    --fa: "\f5e5"
}

.fa-car-wash {
    --fa: "\f5e6"
}

.fa-charging-station {
    --fa: "\f5e7"
}

.fa-clipboard-prescription {
    --fa: "\f5e8"
}

.fa-compass-slash {
    --fa: "\f5e9"
}

.fa-diploma {
    --fa: "\f5ea"
}

.fa-scroll-ribbon {
    --fa: "\f5ea"
}

.fa-diamond-turn-right {
    --fa: "\f5eb"
}

.fa-directions {
    --fa: "\f5eb"
}

.fa-do-not-enter {
    --fa: "\f5ec"
}

.fa-draw-circle {
    --fa: "\f5ed"
}

.fa-vector-circle {
    --fa: "\f5ed"
}

.fa-draw-polygon {
    --fa: "\f5ee"
}

.fa-vector-polygon {
    --fa: "\f5ee"
}

.fa-draw-square {
    --fa: "\f5ef"
}

.fa-vector-square {
    --fa: "\f5ef"
}

.fa-ear {
    --fa: "\f5f0"
}

.fa-engine-warning {
    --fa: "\f5f2"
}

.fa-engine-exclamation {
    --fa: "\f5f2"
}

.fa-file-certificate {
    --fa: "\f5f3"
}

.fa-file-award {
    --fa: "\f5f3"
}

.fa-gas-pump-slash {
    --fa: "\f5f4"
}

.fa-glasses-round {
    --fa: "\f5f5"
}

.fa-glasses-alt {
    --fa: "\f5f5"
}

.fa-globe-stand {
    --fa: "\f5f6"
}

.fa-wave-pulse {
    --fa: "\f5f8"
}

.fa-heart-rate {
    --fa: "\f5f8"
}

.fa-inhaler {
    --fa: "\f5f9"
}

.fa-kidneys {
    --fa: "\f5fb"
}

.fa-laptop-code {
    --fa: "\f5fc"
}

.fa-layer-group {
    --fa: "\f5fd"
}

.fa-layer-minus {
    --fa: "\f5fe"
}

.fa-layer-group-minus {
    --fa: "\f5fe"
}

.fa-layer-plus {
    --fa: "\f5ff"
}

.fa-layer-group-plus {
    --fa: "\f5ff"
}

.fa-lips {
    --fa: "\f600"
}

.fa-location-crosshairs {
    --fa: "\f601"
}

.fa-location {
    --fa: "\f601"
}

.fa-circle-location-arrow {
    --fa: "\f602"
}

.fa-location-circle {
    --fa: "\f602"
}

.fa-location-crosshairs-slash {
    --fa: "\f603"
}

.fa-location-slash {
    --fa: "\f603"
}

.fa-lungs {
    --fa: "\f604"
}

.fa-location-dot-slash {
    --fa: "\f605"
}

.fa-map-marker-alt-slash {
    --fa: "\f605"
}

.fa-location-check {
    --fa: "\f606"
}

.fa-map-marker-check {
    --fa: "\f606"
}

.fa-location-pen {
    --fa: "\f607"
}

.fa-map-marker-edit {
    --fa: "\f607"
}

.fa-location-exclamation {
    --fa: "\f608"
}

.fa-map-marker-exclamation {
    --fa: "\f608"
}

.fa-location-minus {
    --fa: "\f609"
}

.fa-map-marker-minus {
    --fa: "\f609"
}

.fa-location-plus {
    --fa: "\f60a"
}

.fa-map-marker-plus {
    --fa: "\f60a"
}

.fa-location-question {
    --fa: "\f60b"
}

.fa-map-marker-question {
    --fa: "\f60b"
}

.fa-location-pin-slash {
    --fa: "\f60c"
}

.fa-map-marker-slash {
    --fa: "\f60c"
}

.fa-location-smile {
    --fa: "\f60d"
}

.fa-map-marker-smile {
    --fa: "\f60d"
}

.fa-location-xmark {
    --fa: "\f60e"
}

.fa-map-marker-times {
    --fa: "\f60e"
}

.fa-map-marker-xmark {
    --fa: "\f60e"
}

.fa-microscope {
    --fa: "\f610"
}

.fa-monitor-waveform {
    --fa: "\f611"
}

.fa-monitor-heart-rate {
    --fa: "\f611"
}

.fa-oil-can {
    --fa: "\f613"
}

.fa-oil-temperature {
    --fa: "\f614"
}

.fa-oil-temp {
    --fa: "\f614"
}

.fa-circle-parking {
    --fa: "\f615"
}

.fa-parking-circle {
    --fa: "\f615"
}

.fa-ban-parking {
    --fa: "\f616"
}

.fa-parking-circle-slash {
    --fa: "\f616"
}

.fa-square-parking-slash {
    --fa: "\f617"
}

.fa-parking-slash {
    --fa: "\f617"
}

.fa-pen-paintbrush {
    --fa: "\f618"
}

.fa-pencil-paintbrush {
    --fa: "\f618"
}

.fa-poop {
    --fa: "\f619"
}

.fa-route-highway {
    --fa: "\f61a"
}

.fa-route-interstate {
    --fa: "\f61b"
}

.fa-ruler-triangle {
    --fa: "\f61c"
}

.fa-scalpel {
    --fa: "\f61d"
}

.fa-scalpel-line-dashed {
    --fa: "\f61e"
}

.fa-scalpel-path {
    --fa: "\f61e"
}

.fa-shapes {
    --fa: "\f61f"
}

.fa-triangle-circle-square {
    --fa: "\f61f"
}

.fa-skeleton {
    --fa: "\f620"
}

.fa-star-of-life {
    --fa: "\f621"
}

.fa-steering-wheel {
    --fa: "\f622"
}

.fa-stomach {
    --fa: "\f623"
}

.fa-gauge {
    --fa: "\f624"
}

.fa-dashboard {
    --fa: "\f624"
}

.fa-gauge-med {
    --fa: "\f624"
}

.fa-tachometer-alt-average {
    --fa: "\f624"
}

.fa-gauge-high {
    --fa: "\f625"
}

.fa-tachometer-alt {
    --fa: "\f625"
}

.fa-tachometer-alt-fast {
    --fa: "\f625"
}

.fa-gauge-max {
    --fa: "\f626"
}

.fa-tachometer-alt-fastest {
    --fa: "\f626"
}

.fa-gauge-low {
    --fa: "\f627"
}

.fa-tachometer-alt-slow {
    --fa: "\f627"
}

.fa-gauge-min {
    --fa: "\f628"
}

.fa-tachometer-alt-slowest {
    --fa: "\f628"
}

.fa-gauge-simple {
    --fa: "\f629"
}

.fa-gauge-simple-med {
    --fa: "\f629"
}

.fa-tachometer-average {
    --fa: "\f629"
}

.fa-gauge-simple-high {
    --fa: "\f62a"
}

.fa-tachometer {
    --fa: "\f62a"
}

.fa-tachometer-fast {
    --fa: "\f62a"
}

.fa-gauge-simple-max {
    --fa: "\f62b"
}

.fa-tachometer-fastest {
    --fa: "\f62b"
}

.fa-gauge-simple-low {
    --fa: "\f62c"
}

.fa-tachometer-slow {
    --fa: "\f62c"
}

.fa-gauge-simple-min {
    --fa: "\f62d"
}

.fa-tachometer-slowest {
    --fa: "\f62d"
}

.fa-teeth {
    --fa: "\f62e"
}

.fa-teeth-open {
    --fa: "\f62f"
}

.fa-masks-theater {
    --fa: "\f630"
}

.fa-theater-masks {
    --fa: "\f630"
}

.fa-tire {
    --fa: "\f631"
}

.fa-tire-flat {
    --fa: "\f632"
}

.fa-tire-pressure-warning {
    --fa: "\f633"
}

.fa-tire-rugged {
    --fa: "\f634"
}

.fa-toothbrush {
    --fa: "\f635"
}

.fa-traffic-cone {
    --fa: "\f636"
}

.fa-traffic-light {
    --fa: "\f637"
}

.fa-traffic-light-go {
    --fa: "\f638"
}

.fa-traffic-light-slow {
    --fa: "\f639"
}

.fa-traffic-light-stop {
    --fa: "\f63a"
}

.fa-truck-monster {
    --fa: "\f63b"
}

.fa-truck-pickup {
    --fa: "\f63c"
}

.fa-screen-users {
    --fa: "\f63d"
}

.fa-users-class {
    --fa: "\f63d"
}

.fa-watch-fitness {
    --fa: "\f63e"
}

.fa-abacus {
    --fa: "\f640"
}

.fa-rectangle-ad {
    --fa: "\f641"
}

.fa-ad {
    --fa: "\f641"
}

.fa-chart-mixed {
    --fa: "\f643"
}

.fa-analytics {
    --fa: "\f643"
}

.fa-ankh {
    --fa: "\f644"
}

.fa-badge-dollar {
    --fa: "\f645"
}

.fa-badge-percent {
    --fa: "\f646"
}

.fa-book-bible {
    --fa: "\f647"
}

.fa-bible {
    --fa: "\f647"
}

.fa-bullseye-arrow {
    --fa: "\f648"
}

.fa-bullseye-pointer {
    --fa: "\f649"
}

.fa-business-time {
    --fa: "\f64a"
}

.fa-briefcase-clock {
    --fa: "\f64a"
}

.fa-cabinet-filing {
    --fa: "\f64b"
}

.fa-calculator-simple {
    --fa: "\f64c"
}

.fa-calculator-alt {
    --fa: "\f64c"
}

.fa-chart-line-down {
    --fa: "\f64d"
}

.fa-chart-pie-simple {
    --fa: "\f64e"
}

.fa-chart-pie-alt {
    --fa: "\f64e"
}

.fa-city {
    --fa: "\f64f"
}

.fa-message-dollar {
    --fa: "\f650"
}

.fa-comment-alt-dollar {
    --fa: "\f650"
}

.fa-comment-dollar {
    --fa: "\f651"
}

.fa-messages-dollar {
    --fa: "\f652"
}

.fa-comments-alt-dollar {
    --fa: "\f652"
}

.fa-comments-dollar {
    --fa: "\f653"
}

.fa-cross {
    --fa: "\f654"
}

.fa-dharmachakra {
    --fa: "\f655"
}

.fa-empty-set {
    --fa: "\f656"
}

.fa-envelope-open-dollar {
    --fa: "\f657"
}

.fa-envelope-open-text {
    --fa: "\f658"
}

.fa-file-chart-column {
    --fa: "\f659"
}

.fa-file-chart-line {
    --fa: "\f659"
}

.fa-file-chart-pie {
    --fa: "\f65a"
}

.fa-file-spreadsheet {
    --fa: "\f65b"
}

.fa-file-user {
    --fa: "\f65c"
}

.fa-folder-minus {
    --fa: "\f65d"
}

.fa-folder-plus {
    --fa: "\f65e"
}

.fa-folder-xmark {
    --fa: "\f65f"
}

.fa-folder-times {
    --fa: "\f65f"
}

.fa-folders {
    --fa: "\f660"
}

.fa-function {
    --fa: "\f661"
}

.fa-filter-circle-dollar {
    --fa: "\f662"
}

.fa-funnel-dollar {
    --fa: "\f662"
}

.fa-gift-card {
    --fa: "\f663"
}

.fa-gopuram {
    --fa: "\f664"
}

.fa-hamsa {
    --fa: "\f665"
}

.fa-bahai {
    --fa: "\f666"
}

.fa-haykal {
    --fa: "\f666"
}

.fa-integral {
    --fa: "\f667"
}

.fa-intersection {
    --fa: "\f668"
}

.fa-jedi {
    --fa: "\f669"
}

.fa-book-journal-whills {
    --fa: "\f66a"
}

.fa-journal-whills {
    --fa: "\f66a"
}

.fa-kaaba {
    --fa: "\f66b"
}

.fa-keynote {
    --fa: "\f66c"
}

.fa-khanda {
    --fa: "\f66d"
}

.fa-lambda {
    --fa: "\f66e"
}

.fa-landmark {
    --fa: "\f66f"
}

.fa-lightbulb-dollar {
    --fa: "\f670"
}

.fa-lightbulb-exclamation {
    --fa: "\f671"
}

.fa-lightbulb-on {
    --fa: "\f672"
}

.fa-lightbulb-slash {
    --fa: "\f673"
}

.fa-envelopes-bulk {
    --fa: "\f674"
}

.fa-mail-bulk {
    --fa: "\f674"
}

.fa-megaphone {
    --fa: "\f675"
}

.fa-menorah {
    --fa: "\f676"
}

.fa-brain-arrow-curved-right {
    --fa: "\f677"
}

.fa-mind-share {
    --fa: "\f677"
}

.fa-mosque {
    --fa: "\f678"
}

.fa-om {
    --fa: "\f679"
}

.fa-omega {
    --fa: "\f67a"
}

.fa-spaghetti-monster-flying {
    --fa: "\f67b"
}

.fa-pastafarianism {
    --fa: "\f67b"
}

.fa-peace {
    --fa: "\f67c"
}

.fa-phone-office {
    --fa: "\f67d"
}

.fa-pi {
    --fa: "\f67e"
}

.fa-place-of-worship {
    --fa: "\f67f"
}

.fa-podium {
    --fa: "\f680"
}

.fa-square-poll-vertical {
    --fa: "\f681"
}

.fa-poll {
    --fa: "\f681"
}

.fa-square-poll-horizontal {
    --fa: "\f682"
}

.fa-poll-h {
    --fa: "\f682"
}

.fa-person-praying {
    --fa: "\f683"
}

.fa-pray {
    --fa: "\f683"
}

.fa-hands-praying {
    --fa: "\f684"
}

.fa-praying-hands {
    --fa: "\f684"
}

.fa-presentation-screen {
    --fa: "\f685"
}

.fa-presentation {
    --fa: "\f685"
}

.fa-print-slash {
    --fa: "\f686"
}

.fa-book-quran {
    --fa: "\f687"
}

.fa-quran {
    --fa: "\f687"
}

.fa-magnifying-glass-dollar {
    --fa: "\f688"
}

.fa-search-dollar {
    --fa: "\f688"
}

.fa-magnifying-glass-location {
    --fa: "\f689"
}

.fa-search-location {
    --fa: "\f689"
}

.fa-shredder {
    --fa: "\f68a"
}

.fa-sigma {
    --fa: "\f68b"
}

.fa-signal-weak {
    --fa: "\f68c"
}

.fa-signal-1 {
    --fa: "\f68c"
}

.fa-signal-fair {
    --fa: "\f68d"
}

.fa-signal-2 {
    --fa: "\f68d"
}

.fa-signal-good {
    --fa: "\f68e"
}

.fa-signal-3 {
    --fa: "\f68e"
}

.fa-signal-strong {
    --fa: "\f68f"
}

.fa-signal-4 {
    --fa: "\f68f"
}

.fa-signal-bars {
    --fa: "\f690"
}

.fa-signal-alt {
    --fa: "\f690"
}

.fa-signal-alt-4 {
    --fa: "\f690"
}

.fa-signal-bars-strong {
    --fa: "\f690"
}

.fa-signal-bars-weak {
    --fa: "\f691"
}

.fa-signal-alt-1 {
    --fa: "\f691"
}

.fa-signal-bars-fair {
    --fa: "\f692"
}

.fa-signal-alt-2 {
    --fa: "\f692"
}

.fa-signal-bars-good {
    --fa: "\f693"
}

.fa-signal-alt-3 {
    --fa: "\f693"
}

.fa-signal-bars-slash {
    --fa: "\f694"
}

.fa-signal-alt-slash {
    --fa: "\f694"
}

.fa-signal-slash {
    --fa: "\f695"
}

.fa-socks {
    --fa: "\f696"
}

.fa-square-root {
    --fa: "\f697"
}

.fa-square-root-variable {
    --fa: "\f698"
}

.fa-square-root-alt {
    --fa: "\f698"
}

.fa-star-and-crescent {
    --fa: "\f699"
}

.fa-star-of-david {
    --fa: "\f69a"
}

.fa-synagogue {
    --fa: "\f69b"
}

.fa-tally {
    --fa: "\f69c"
}

.fa-tally-5 {
    --fa: "\f69c"
}

.fa-theta {
    --fa: "\f69e"
}

.fa-scroll-torah {
    --fa: "\f6a0"
}

.fa-torah {
    --fa: "\f6a0"
}

.fa-torii-gate {
    --fa: "\f6a1"
}

.fa-union {
    --fa: "\f6a2"
}

.fa-chart-user {
    --fa: "\f6a3"
}

.fa-user-chart {
    --fa: "\f6a3"
}

.fa-user-crown {
    --fa: "\f6a4"
}

.fa-user-group-crown {
    --fa: "\f6a5"
}

.fa-users-crown {
    --fa: "\f6a5"
}

.fa-value-absolute {
    --fa: "\f6a6"
}

.fa-vihara {
    --fa: "\f6a7"
}

.fa-volume {
    --fa: "\f6a8"
}

.fa-volume-medium {
    --fa: "\f6a8"
}

.fa-volume-xmark {
    --fa: "\f6a9"
}

.fa-volume-mute {
    --fa: "\f6a9"
}

.fa-volume-times {
    --fa: "\f6a9"
}

.fa-wifi-weak {
    --fa: "\f6aa"
}

.fa-wifi-1 {
    --fa: "\f6aa"
}

.fa-wifi-fair {
    --fa: "\f6ab"
}

.fa-wifi-2 {
    --fa: "\f6ab"
}

.fa-wifi-slash {
    --fa: "\f6ac"
}

.fa-yin-yang {
    --fa: "\f6ad"
}

.fa-acorn {
    --fa: "\f6ae"
}

.fa-alicorn {
    --fa: "\f6b0"
}

.fa-crate-apple {
    --fa: "\f6b1"
}

.fa-apple-crate {
    --fa: "\f6b1"
}

.fa-axe {
    --fa: "\f6b2"
}

.fa-axe-battle {
    --fa: "\f6b3"
}

.fa-badger-honey {
    --fa: "\f6b4"
}

.fa-bat {
    --fa: "\f6b5"
}

.fa-blender-phone {
    --fa: "\f6b6"
}

.fa-book-skull {
    --fa: "\f6b7"
}

.fa-book-dead {
    --fa: "\f6b7"
}

.fa-book-sparkles {
    --fa: "\f6b8"
}

.fa-book-spells {
    --fa: "\f6b8"
}

.fa-bow-arrow {
    --fa: "\f6b9"
}

.fa-campfire {
    --fa: "\f6ba"
}

.fa-campground {
    --fa: "\f6bb"
}

.fa-candle-holder {
    --fa: "\f6bc"
}

.fa-candy-corn {
    --fa: "\f6bd"
}

.fa-cat {
    --fa: "\f6be"
}

.fa-cauldron {
    --fa: "\f6bf"
}

.fa-chair {
    --fa: "\f6c0"
}

.fa-chair-office {
    --fa: "\f6c1"
}

.fa-claw-marks {
    --fa: "\f6c2"
}

.fa-cloud-moon {
    --fa: "\f6c3"
}

.fa-cloud-sun {
    --fa: "\f6c4"
}

.fa-cup-togo {
    --fa: "\f6c5"
}

.fa-coffee-togo {
    --fa: "\f6c5"
}

.fa-coffin {
    --fa: "\f6c6"
}

.fa-corn {
    --fa: "\f6c7"
}

.fa-cow {
    --fa: "\f6c8"
}

.fa-dagger {
    --fa: "\f6cb"
}

.fa-dice-d10 {
    --fa: "\f6cd"
}

.fa-dice-d12 {
    --fa: "\f6ce"
}

.fa-dice-d20 {
    --fa: "\f6cf"
}

.fa-dice-d4 {
    --fa: "\f6d0"
}

.fa-dice-d6 {
    --fa: "\f6d1"
}

.fa-dice-d8 {
    --fa: "\f6d2"
}

.fa-dog {
    --fa: "\f6d3"
}

.fa-dog-leashed {
    --fa: "\f6d4"
}

.fa-dragon {
    --fa: "\f6d5"
}

.fa-drumstick {
    --fa: "\f6d6"
}

.fa-drumstick-bite {
    --fa: "\f6d7"
}

.fa-duck {
    --fa: "\f6d8"
}

.fa-dungeon {
    --fa: "\f6d9"
}

.fa-elephant {
    --fa: "\f6da"
}

.fa-eye-evil {
    --fa: "\f6db"
}

.fa-file-csv {
    --fa: "\f6dd"
}

.fa-hand-fist {
    --fa: "\f6de"
}

.fa-fist-raised {
    --fa: "\f6de"
}

.fa-fire-flame {
    --fa: "\f6df"
}

.fa-flame {
    --fa: "\f6df"
}

.fa-flask-round-poison {
    --fa: "\f6e0"
}

.fa-flask-poison {
    --fa: "\f6e0"
}

.fa-flask-round-potion {
    --fa: "\f6e1"
}

.fa-flask-potion {
    --fa: "\f6e1"
}

.fa-ghost {
    --fa: "\f6e2"
}

.fa-hammer {
    --fa: "\f6e3"
}

.fa-hammer-war {
    --fa: "\f6e4"
}

.fa-hand-holding-magic {
    --fa: "\f6e5"
}

.fa-hanukiah {
    --fa: "\f6e6"
}

.fa-hat-witch {
    --fa: "\f6e7"
}

.fa-hat-wizard {
    --fa: "\f6e8"
}

.fa-head-side {
    --fa: "\f6e9"
}

.fa-head-side-goggles {
    --fa: "\f6ea"
}

.fa-head-vr {
    --fa: "\f6ea"
}

.fa-helmet-battle {
    --fa: "\f6eb"
}

.fa-person-hiking {
    --fa: "\f6ec"
}

.fa-hiking {
    --fa: "\f6ec"
}

.fa-hippo {
    --fa: "\f6ed"
}

.fa-hockey-mask {
    --fa: "\f6ee"
}

.fa-hood-cloak {
    --fa: "\f6ef"
}

.fa-horse {
    --fa: "\f6f0"
}

.fa-house-chimney-crack {
    --fa: "\f6f1"
}

.fa-house-damage {
    --fa: "\f6f1"
}

.fa-hryvnia-sign {
    --fa: "\f6f2"
}

.fa-hryvnia {
    --fa: "\f6f2"
}

.fa-key-skeleton {
    --fa: "\f6f3"
}

.fa-kite {
    --fa: "\f6f4"
}

.fa-knife-kitchen {
    --fa: "\f6f5"
}

.fa-leaf-maple {
    --fa: "\f6f6"
}

.fa-leaf-oak {
    --fa: "\f6f7"
}

.fa-mace {
    --fa: "\f6f8"
}

.fa-mandolin {
    --fa: "\f6f9"
}

.fa-mask {
    --fa: "\f6fa"
}

.fa-monkey {
    --fa: "\f6fb"
}

.fa-mountain {
    --fa: "\f6fc"
}

.fa-mountains {
    --fa: "\f6fd"
}

.fa-narwhal {
    --fa: "\f6fe"
}

.fa-network-wired {
    --fa: "\f6ff"
}

.fa-otter {
    --fa: "\f700"
}

.fa-paw-simple {
    --fa: "\f701"
}

.fa-paw-alt {
    --fa: "\f701"
}

.fa-paw-claws {
    --fa: "\f702"
}

.fa-pegasus {
    --fa: "\f703"
}

.fa-pie {
    --fa: "\f705"
}

.fa-pig {
    --fa: "\f706"
}

.fa-pumpkin {
    --fa: "\f707"
}

.fa-rabbit {
    --fa: "\f708"
}

.fa-rabbit-running {
    --fa: "\f709"
}

.fa-rabbit-fast {
    --fa: "\f709"
}

.fa-ram {
    --fa: "\f70a"
}

.fa-ring {
    --fa: "\f70b"
}

.fa-person-running {
    --fa: "\f70c"
}

.fa-running {
    --fa: "\f70c"
}

.fa-scarecrow {
    --fa: "\f70d"
}

.fa-scroll {
    --fa: "\f70e"
}

.fa-scroll-old {
    --fa: "\f70f"
}

.fa-scythe {
    --fa: "\f710"
}

.fa-sheep {
    --fa: "\f711"
}

.fa-shield-cross {
    --fa: "\f712"
}

.fa-shovel {
    --fa: "\f713"
}

.fa-skull-crossbones {
    --fa: "\f714"
}

.fa-slash {
    --fa: "\f715"
}

.fa-snake {
    --fa: "\f716"
}

.fa-spider {
    --fa: "\f717"
}

.fa-spider-black-widow {
    --fa: "\f718"
}

.fa-spider-web {
    --fa: "\f719"
}

.fa-squirrel {
    --fa: "\f71a"
}

.fa-staff {
    --fa: "\f71b"
}

.fa-sword {
    --fa: "\f71c"
}

.fa-swords {
    --fa: "\f71d"
}

.fa-toilet-paper {
    --fa: "\f71e"
}

.fa-toilet-paper-alt {
    --fa: "\f71e"
}

.fa-toilet-paper-blank {
    --fa: "\f71e"
}

.fa-tombstone {
    --fa: "\f720"
}

.fa-tombstone-blank {
    --fa: "\f721"
}

.fa-tombstone-alt {
    --fa: "\f721"
}

.fa-tractor {
    --fa: "\f722"
}

.fa-treasure-chest {
    --fa: "\f723"
}

.fa-trees {
    --fa: "\f724"
}

.fa-turkey {
    --fa: "\f725"
}

.fa-turtle {
    --fa: "\f726"
}

.fa-unicorn {
    --fa: "\f727"
}

.fa-user-injured {
    --fa: "\f728"
}

.fa-vr-cardboard {
    --fa: "\f729"
}

.fa-wand {
    --fa: "\f72a"
}

.fa-wand-sparkles {
    --fa: "\f72b"
}

.fa-whale {
    --fa: "\f72c"
}

.fa-wheat {
    --fa: "\f72d"
}

.fa-wind {
    --fa: "\f72e"
}

.fa-wine-bottle {
    --fa: "\f72f"
}

.fa-ballot {
    --fa: "\f732"
}

.fa-ballot-check {
    --fa: "\f733"
}

.fa-booth-curtain {
    --fa: "\f734"
}

.fa-box-ballot {
    --fa: "\f735"
}

.fa-calendar-star {
    --fa: "\f736"
}

.fa-clipboard-list-check {
    --fa: "\f737"
}

.fa-cloud-drizzle {
    --fa: "\f738"
}

.fa-cloud-hail {
    --fa: "\f739"
}

.fa-cloud-hail-mixed {
    --fa: "\f73a"
}

.fa-cloud-meatball {
    --fa: "\f73b"
}

.fa-cloud-moon-rain {
    --fa: "\f73c"
}

.fa-cloud-rain {
    --fa: "\f73d"
}

.fa-cloud-rainbow {
    --fa: "\f73e"
}

.fa-cloud-showers {
    --fa: "\f73f"
}

.fa-cloud-showers-heavy {
    --fa: "\f740"
}

.fa-cloud-sleet {
    --fa: "\f741"
}

.fa-cloud-snow {
    --fa: "\f742"
}

.fa-cloud-sun-rain {
    --fa: "\f743"
}

.fa-clouds {
    --fa: "\f744"
}

.fa-clouds-moon {
    --fa: "\f745"
}

.fa-clouds-sun {
    --fa: "\f746"
}

.fa-democrat {
    --fa: "\f747"
}

.fa-droplet-degree {
    --fa: "\f748"
}

.fa-dewpoint {
    --fa: "\f748"
}

.fa-eclipse {
    --fa: "\f749"
}

.fa-moon-over-sun {
    --fa: "\f74a"
}

.fa-eclipse-alt {
    --fa: "\f74a"
}

.fa-fire-smoke {
    --fa: "\f74b"
}

.fa-flag-swallowtail {
    --fa: "\f74c"
}

.fa-flag-alt {
    --fa: "\f74c"
}

.fa-flag-usa {
    --fa: "\f74d"
}

.fa-cloud-fog {
    --fa: "\f74e"
}

.fa-fog {
    --fa: "\f74e"
}

.fa-house-water {
    --fa: "\f74f"
}

.fa-house-flood {
    --fa: "\f74f"
}

.fa-droplet-percent {
    --fa: "\f750"
}

.fa-humidity {
    --fa: "\f750"
}

.fa-hurricane {
    --fa: "\f751"
}

.fa-landmark-dome {
    --fa: "\f752"
}

.fa-landmark-alt {
    --fa: "\f752"
}

.fa-meteor {
    --fa: "\f753"
}

.fa-moon-cloud {
    --fa: "\f754"
}

.fa-moon-stars {
    --fa: "\f755"
}

.fa-person-booth {
    --fa: "\f756"
}

.fa-person-sign {
    --fa: "\f757"
}

.fa-podium-star {
    --fa: "\f758"
}

.fa-poll-people {
    --fa: "\f759"
}

.fa-poo-storm {
    --fa: "\f75a"
}

.fa-poo-bolt {
    --fa: "\f75a"
}

.fa-rainbow {
    --fa: "\f75b"
}

.fa-raindrops {
    --fa: "\f75c"
}

.fa-republican {
    --fa: "\f75e"
}

.fa-smog {
    --fa: "\f75f"
}

.fa-smoke {
    --fa: "\f760"
}

.fa-snow-blowing {
    --fa: "\f761"
}

.fa-stars {
    --fa: "\f762"
}

.fa-sun-cloud {
    --fa: "\f763"
}

.fa-sun-dust {
    --fa: "\f764"
}

.fa-sun-haze {
    --fa: "\f765"
}

.fa-sunrise {
    --fa: "\f766"
}

.fa-sunset {
    --fa: "\f767"
}

.fa-temperature-snow {
    --fa: "\f768"
}

.fa-temperature-frigid {
    --fa: "\f768"
}

.fa-temperature-high {
    --fa: "\f769"
}

.fa-temperature-sun {
    --fa: "\f76a"
}

.fa-temperature-hot {
    --fa: "\f76a"
}

.fa-temperature-low {
    --fa: "\f76b"
}

.fa-cloud-bolt {
    --fa: "\f76c"
}

.fa-thunderstorm {
    --fa: "\f76c"
}

.fa-cloud-bolt-moon {
    --fa: "\f76d"
}

.fa-thunderstorm-moon {
    --fa: "\f76d"
}

.fa-cloud-bolt-sun {
    --fa: "\f76e"
}

.fa-thunderstorm-sun {
    --fa: "\f76e"
}

.fa-tornado {
    --fa: "\f76f"
}

.fa-volcano {
    --fa: "\f770"
}

.fa-xmark-to-slot {
    --fa: "\f771"
}

.fa-times-to-slot {
    --fa: "\f771"
}

.fa-vote-nay {
    --fa: "\f771"
}

.fa-check-to-slot {
    --fa: "\f772"
}

.fa-vote-yea {
    --fa: "\f772"
}

.fa-water {
    --fa: "\f773"
}

.fa-water-arrow-down {
    --fa: "\f774"
}

.fa-water-lower {
    --fa: "\f774"
}

.fa-water-arrow-up {
    --fa: "\f775"
}

.fa-water-rise {
    --fa: "\f775"
}

.fa-wind-warning {
    --fa: "\f776"
}

.fa-wind-circle-exclamation {
    --fa: "\f776"
}

.fa-windsock {
    --fa: "\f777"
}

.fa-angel {
    --fa: "\f779"
}

.fa-baby {
    --fa: "\f77c"
}

.fa-baby-carriage {
    --fa: "\f77d"
}

.fa-carriage-baby {
    --fa: "\f77d"
}

.fa-ball-pile {
    --fa: "\f77e"
}

.fa-bells {
    --fa: "\f77f"
}

.fa-biohazard {
    --fa: "\f780"
}

.fa-blog {
    --fa: "\f781"
}

.fa-boot {
    --fa: "\f782"
}

.fa-calendar-day {
    --fa: "\f783"
}

.fa-calendar-week {
    --fa: "\f784"
}

.fa-candy-cane {
    --fa: "\f786"
}

.fa-carrot {
    --fa: "\f787"
}

.fa-cash-register {
    --fa: "\f788"
}

.fa-chart-network {
    --fa: "\f78a"
}

.fa-chimney {
    --fa: "\f78b"
}

.fa-minimize {
    --fa: "\f78c"
}

.fa-compress-arrows-alt {
    --fa: "\f78c"
}

.fa-deer {
    --fa: "\f78e"
}

.fa-deer-rudolph {
    --fa: "\f78f"
}

.fa-dreidel {
    --fa: "\f792"
}

.fa-dumpster {
    --fa: "\f793"
}

.fa-dumpster-fire {
    --fa: "\f794"
}

.fa-ear-muffs {
    --fa: "\f795"
}

.fa-ethernet {
    --fa: "\f796"
}

.fa-fireplace {
    --fa: "\f79a"
}

.fa-snowman-head {
    --fa: "\f79b"
}

.fa-frosty-head {
    --fa: "\f79b"
}

.fa-gifts {
    --fa: "\f79c"
}

.fa-gingerbread-man {
    --fa: "\f79d"
}

.fa-champagne-glass {
    --fa: "\f79e"
}

.fa-glass-champagne {
    --fa: "\f79e"
}

.fa-champagne-glasses {
    --fa: "\f79f"
}

.fa-glass-cheers {
    --fa: "\f79f"
}

.fa-whiskey-glass {
    --fa: "\f7a0"
}

.fa-glass-whiskey {
    --fa: "\f7a0"
}

.fa-whiskey-glass-ice {
    --fa: "\f7a1"
}

.fa-glass-whiskey-rocks {
    --fa: "\f7a1"
}

.fa-earth-europe {
    --fa: "\f7a2"
}

.fa-globe-europe {
    --fa: "\f7a2"
}

.fa-globe-snow {
    --fa: "\f7a3"
}

.fa-grip-lines {
    --fa: "\f7a4"
}

.fa-grip-lines-vertical {
    --fa: "\f7a5"
}

.fa-guitar {
    --fa: "\f7a6"
}

.fa-hat-santa {
    --fa: "\f7a7"
}

.fa-hat-winter {
    --fa: "\f7a8"
}

.fa-heart-crack {
    --fa: "\f7a9"
}

.fa-heart-broken {
    --fa: "\f7a9"
}

.fa-holly-berry {
    --fa: "\f7aa"
}

.fa-horse-head {
    --fa: "\f7ab"
}

.fa-ice-skate {
    --fa: "\f7ac"
}

.fa-icicles {
    --fa: "\f7ad"
}

.fa-igloo {
    --fa: "\f7ae"
}

.fa-lights-holiday {
    --fa: "\f7b2"
}

.fa-mistletoe {
    --fa: "\f7b4"
}

.fa-mitten {
    --fa: "\f7b5"
}

.fa-mug-hot {
    --fa: "\f7b6"
}

.fa-mug-marshmallows {
    --fa: "\f7b7"
}

.fa-ornament {
    --fa: "\f7b8"
}

.fa-radiation {
    --fa: "\f7b9"
}

.fa-circle-radiation {
    --fa: "\f7ba"
}

.fa-radiation-alt {
    --fa: "\f7ba"
}

.fa-restroom {
    --fa: "\f7bd"
}

.fa-rv {
    --fa: "\f7be"
}

.fa-satellite {
    --fa: "\f7bf"
}

.fa-satellite-dish {
    --fa: "\f7c0"
}

.fa-scarf {
    --fa: "\f7c1"
}

.fa-sd-card {
    --fa: "\f7c2"
}

.fa-shovel-snow {
    --fa: "\f7c3"
}

.fa-sim-card {
    --fa: "\f7c4"
}

.fa-person-skating {
    --fa: "\f7c5"
}

.fa-skating {
    --fa: "\f7c5"
}

.fa-person-ski-jumping {
    --fa: "\f7c7"
}

.fa-ski-jump {
    --fa: "\f7c7"
}

.fa-person-ski-lift {
    --fa: "\f7c8"
}

.fa-ski-lift {
    --fa: "\f7c8"
}

.fa-person-skiing {
    --fa: "\f7c9"
}

.fa-skiing {
    --fa: "\f7c9"
}

.fa-person-skiing-nordic {
    --fa: "\f7ca"
}

.fa-skiing-nordic {
    --fa: "\f7ca"
}

.fa-person-sledding {
    --fa: "\f7cb"
}

.fa-sledding {
    --fa: "\f7cb"
}

.fa-sleigh {
    --fa: "\f7cc"
}

.fa-comment-sms {
    --fa: "\f7cd"
}

.fa-sms {
    --fa: "\f7cd"
}

.fa-person-snowboarding {
    --fa: "\f7ce"
}

.fa-snowboarding {
    --fa: "\f7ce"
}

.fa-snowflakes {
    --fa: "\f7cf"
}

.fa-snowman {
    --fa: "\f7d0"
}

.fa-person-snowmobiling {
    --fa: "\f7d1"
}

.fa-snowmobile {
    --fa: "\f7d1"
}

.fa-snowplow {
    --fa: "\f7d2"
}

.fa-star-christmas {
    --fa: "\f7d4"
}

.fa-stocking {
    --fa: "\f7d5"
}

.fa-tenge-sign {
    --fa: "\f7d7"
}

.fa-tenge {
    --fa: "\f7d7"
}

.fa-toilet {
    --fa: "\f7d8"
}

.fa-screwdriver-wrench {
    --fa: "\f7d9"
}

.fa-tools {
    --fa: "\f7d9"
}

.fa-cable-car {
    --fa: "\f7da"
}

.fa-tram {
    --fa: "\f7da"
}

.fa-tree-christmas {
    --fa: "\f7db"
}

.fa-tree-decorated {
    --fa: "\f7dc"
}

.fa-tree-large {
    --fa: "\f7dd"
}

.fa-truck-plow {
    --fa: "\f7de"
}

.fa-wreath {
    --fa: "\f7e2"
}

.fa-fire-flame-curved {
    --fa: "\f7e4"
}

.fa-fire-alt {
    --fa: "\f7e4"
}

.fa-bacon {
    --fa: "\f7e5"
}

.fa-book-medical {
    --fa: "\f7e6"
}

.fa-book-user {
    --fa: "\f7e7"
}

.fa-books-medical {
    --fa: "\f7e8"
}

.fa-brackets-square {
    --fa: "\f7e9"
}

.fa-brackets {
    --fa: "\f7e9"
}

.fa-brackets-curly {
    --fa: "\f7ea"
}

.fa-bread-loaf {
    --fa: "\f7eb"
}

.fa-bread-slice {
    --fa: "\f7ec"
}

.fa-burrito {
    --fa: "\f7ed"
}

.fa-chart-scatter {
    --fa: "\f7ee"
}

.fa-cheese {
    --fa: "\f7ef"
}

.fa-cheese-swiss {
    --fa: "\f7f0"
}

.fa-burger-cheese {
    --fa: "\f7f1"
}

.fa-cheeseburger {
    --fa: "\f7f1"
}

.fa-house-chimney-medical {
    --fa: "\f7f2"
}

.fa-clinic-medical {
    --fa: "\f7f2"
}

.fa-clipboard-user {
    --fa: "\f7f3"
}

.fa-message-medical {
    --fa: "\f7f4"
}

.fa-comment-alt-medical {
    --fa: "\f7f4"
}

.fa-comment-medical {
    --fa: "\f7f5"
}

.fa-croissant {
    --fa: "\f7f6"
}

.fa-crutch {
    --fa: "\f7f7"
}

.fa-crutches {
    --fa: "\f7f8"
}

.fa-ban-bug {
    --fa: "\f7f9"
}

.fa-debug {
    --fa: "\f7f9"
}

.fa-disease {
    --fa: "\f7fa"
}

.fa-egg {
    --fa: "\f7fb"
}

.fa-egg-fried {
    --fa: "\f7fc"
}

.fa-files-medical {
    --fa: "\f7fd"
}

.fa-fish-cooked {
    --fa: "\f7fe"
}

.fa-flower {
    --fa: "\f7ff"
}

.fa-flower-daffodil {
    --fa: "\f800"
}

.fa-flower-tulip {
    --fa: "\f801"
}

.fa-folder-tree {
    --fa: "\f802"
}

.fa-french-fries {
    --fa: "\f803"
}

.fa-glass {
    --fa: "\f804"
}

.fa-burger {
    --fa: "\f805"
}

.fa-hamburger {
    --fa: "\f805"
}

.fa-hand-middle-finger {
    --fa: "\f806"
}

.fa-helmet-safety {
    --fa: "\f807"
}

.fa-hard-hat {
    --fa: "\f807"
}

.fa-hat-hard {
    --fa: "\f807"
}

.fa-head-side-brain {
    --fa: "\f808"
}

.fa-head-side-medical {
    --fa: "\f809"
}

.fa-hospital-user {
    --fa: "\f80d"
}

.fa-hospitals {
    --fa: "\f80e"
}

.fa-hotdog {
    --fa: "\f80f"
}

.fa-ice-cream {
    --fa: "\f810"
}

.fa-island-tropical {
    --fa: "\f811"
}

.fa-island-tree-palm {
    --fa: "\f811"
}

.fa-laptop-medical {
    --fa: "\f812"
}

.fa-mailbox {
    --fa: "\f813"
}

.fa-meat {
    --fa: "\f814"
}

.fa-pager {
    --fa: "\f815"
}

.fa-pepper-hot {
    --fa: "\f816"
}

.fa-pizza {
    --fa: "\f817"
}

.fa-pizza-slice {
    --fa: "\f818"
}

.fa-popcorn {
    --fa: "\f819"
}

.fa-print-magnifying-glass {
    --fa: "\f81a"
}

.fa-print-search {
    --fa: "\f81a"
}

.fa-rings-wedding {
    --fa: "\f81b"
}

.fa-sack {
    --fa: "\f81c"
}

.fa-sack-dollar {
    --fa: "\f81d"
}

.fa-salad {
    --fa: "\f81e"
}

.fa-bowl-salad {
    --fa: "\f81e"
}

.fa-sandwich {
    --fa: "\f81f"
}

.fa-sausage {
    --fa: "\f820"
}

.fa-shish-kebab {
    --fa: "\f821"
}

.fa-sickle {
    --fa: "\f822"
}

.fa-bowl-hot {
    --fa: "\f823"
}

.fa-soup {
    --fa: "\f823"
}

.fa-steak {
    --fa: "\f824"
}

.fa-stretcher {
    --fa: "\f825"
}

.fa-taco {
    --fa: "\f826"
}

.fa-book-tanakh {
    --fa: "\f827"
}

.fa-tanakh {
    --fa: "\f827"
}

.fa-bars-progress {
    --fa: "\f828"
}

.fa-tasks-alt {
    --fa: "\f828"
}

.fa-trash-arrow-up {
    --fa: "\f829"
}

.fa-trash-restore {
    --fa: "\f829"
}

.fa-trash-can-arrow-up {
    --fa: "\f82a"
}

.fa-trash-restore-alt {
    --fa: "\f82a"
}

.fa-tree-palm {
    --fa: "\f82b"
}

.fa-user-helmet-safety {
    --fa: "\f82c"
}

.fa-user-construction {
    --fa: "\f82c"
}

.fa-user-hard-hat {
    --fa: "\f82c"
}

.fa-user-headset {
    --fa: "\f82d"
}

.fa-user-doctor-message {
    --fa: "\f82e"
}

.fa-user-md-chat {
    --fa: "\f82e"
}

.fa-user-nurse {
    --fa: "\f82f"
}

.fa-users-medical {
    --fa: "\f830"
}

.fa-walker {
    --fa: "\f831"
}

.fa-camera-web {
    --fa: "\f832"
}

.fa-webcam {
    --fa: "\f832"
}

.fa-camera-web-slash {
    --fa: "\f833"
}

.fa-webcam-slash {
    --fa: "\f833"
}

.fa-wave-square {
    --fa: "\f83e"
}

.fa-alarm-exclamation {
    --fa: "\f843"
}

.fa-alarm-plus {
    --fa: "\f844"
}

.fa-alarm-snooze {
    --fa: "\f845"
}

.fa-align-slash {
    --fa: "\f846"
}

.fa-bags-shopping {
    --fa: "\f847"
}

.fa-bell-exclamation {
    --fa: "\f848"
}

.fa-bell-plus {
    --fa: "\f849"
}

.fa-person-biking {
    --fa: "\f84a"
}

.fa-biking {
    --fa: "\f84a"
}

.fa-person-biking-mountain {
    --fa: "\f84b"
}

.fa-biking-mountain {
    --fa: "\f84b"
}

.fa-border-all {
    --fa: "\f84c"
}

.fa-border-bottom {
    --fa: "\f84d"
}

.fa-border-inner {
    --fa: "\f84e"
}

.fa-border-left {
    --fa: "\f84f"
}

.fa-border-none {
    --fa: "\f850"
}

.fa-border-outer {
    --fa: "\f851"
}

.fa-border-right {
    --fa: "\f852"
}

.fa-border-top-left {
    --fa: "\f853"
}

.fa-border-style {
    --fa: "\f853"
}

.fa-border-bottom-right {
    --fa: "\f854"
}

.fa-border-style-alt {
    --fa: "\f854"
}

.fa-border-top {
    --fa: "\f855"
}

.fa-bring-forward {
    --fa: "\f856"
}

.fa-bring-front {
    --fa: "\f857"
}

.fa-burger-soda {
    --fa: "\f858"
}

.fa-car-building {
    --fa: "\f859"
}

.fa-car-bus {
    --fa: "\f85a"
}

.fa-cars {
    --fa: "\f85b"
}

.fa-coin {
    --fa: "\f85c"
}

.fa-triangle-person-digging {
    --fa: "\f85d"
}

.fa-construction {
    --fa: "\f85d"
}

.fa-person-digging {
    --fa: "\f85e"
}

.fa-digging {
    --fa: "\f85e"
}

.fa-drone {
    --fa: "\f85f"
}

.fa-drone-front {
    --fa: "\f860"
}

.fa-drone-alt {
    --fa: "\f860"
}

.fa-dryer {
    --fa: "\f861"
}

.fa-dryer-heat {
    --fa: "\f862"
}

.fa-dryer-alt {
    --fa: "\f862"
}

.fa-fan {
    --fa: "\f863"
}

.fa-farm {
    --fa: "\f864"
}

.fa-barn-silo {
    --fa: "\f864"
}

.fa-file-magnifying-glass {
    --fa: "\f865"
}

.fa-file-search {
    --fa: "\f865"
}

.fa-font-case {
    --fa: "\f866"
}

.fa-game-board {
    --fa: "\f867"
}

.fa-game-board-simple {
    --fa: "\f868"
}

.fa-game-board-alt {
    --fa: "\f868"
}

.fa-glass-citrus {
    --fa: "\f869"
}

.fa-h4 {
    --fa: "\f86a"
}

.fa-hat-chef {
    --fa: "\f86b"
}

.fa-horizontal-rule {
    --fa: "\f86c"
}

.fa-icons {
    --fa: "\f86d"
}

.fa-heart-music-camera-bolt {
    --fa: "\f86d"
}

.fa-symbols {
    --fa: "\f86e"
}

.fa-icons-alt {
    --fa: "\f86e"
}

.fa-kerning {
    --fa: "\f86f"
}

.fa-line-columns {
    --fa: "\f870"
}

.fa-line-height {
    --fa: "\f871"
}

.fa-money-check-pen {
    --fa: "\f872"
}

.fa-money-check-edit {
    --fa: "\f872"
}

.fa-money-check-dollar-pen {
    --fa: "\f873"
}

.fa-money-check-edit-alt {
    --fa: "\f873"
}

.fa-mug {
    --fa: "\f874"
}

.fa-mug-tea {
    --fa: "\f875"
}

.fa-overline {
    --fa: "\f876"
}

.fa-file-dashed-line {
    --fa: "\f877"
}

.fa-page-break {
    --fa: "\f877"
}

.fa-paragraph-left {
    --fa: "\f878"
}

.fa-paragraph-rtl {
    --fa: "\f878"
}

.fa-phone-flip {
    --fa: "\f879"
}

.fa-phone-alt {
    --fa: "\f879"
}

.fa-laptop-mobile {
    --fa: "\f87a"
}

.fa-phone-laptop {
    --fa: "\f87a"
}

.fa-square-phone-flip {
    --fa: "\f87b"
}

.fa-phone-square-alt {
    --fa: "\f87b"
}

.fa-photo-film {
    --fa: "\f87c"
}

.fa-photo-video {
    --fa: "\f87c"
}

.fa-text-slash {
    --fa: "\f87d"
}

.fa-remove-format {
    --fa: "\f87d"
}

.fa-send-back {
    --fa: "\f87e"
}

.fa-send-backward {
    --fa: "\f87f"
}

.fa-snooze {
    --fa: "\f880"
}

.fa-zzz {
    --fa: "\f880"
}

.fa-arrow-down-z-a {
    --fa: "\f881"
}

.fa-sort-alpha-desc {
    --fa: "\f881"
}

.fa-sort-alpha-down-alt {
    --fa: "\f881"
}

.fa-arrow-up-z-a {
    --fa: "\f882"
}

.fa-sort-alpha-up-alt {
    --fa: "\f882"
}

.fa-arrow-down-arrow-up {
    --fa: "\f883"
}

.fa-sort-alt {
    --fa: "\f883"
}

.fa-arrow-down-short-wide {
    --fa: "\f884"
}

.fa-sort-amount-desc {
    --fa: "\f884"
}

.fa-sort-amount-down-alt {
    --fa: "\f884"
}

.fa-arrow-up-short-wide {
    --fa: "\f885"
}

.fa-sort-amount-up-alt {
    --fa: "\f885"
}

.fa-arrow-down-9-1 {
    --fa: "\f886"
}

.fa-sort-numeric-desc {
    --fa: "\f886"
}

.fa-sort-numeric-down-alt {
    --fa: "\f886"
}

.fa-arrow-up-9-1 {
    --fa: "\f887"
}

.fa-sort-numeric-up-alt {
    --fa: "\f887"
}

.fa-arrow-down-triangle-square {
    --fa: "\f888"
}

.fa-sort-shapes-down {
    --fa: "\f888"
}

.fa-arrow-down-square-triangle {
    --fa: "\f889"
}

.fa-sort-shapes-down-alt {
    --fa: "\f889"
}

.fa-arrow-up-triangle-square {
    --fa: "\f88a"
}

.fa-sort-shapes-up {
    --fa: "\f88a"
}

.fa-arrow-up-square-triangle {
    --fa: "\f88b"
}

.fa-sort-shapes-up-alt {
    --fa: "\f88b"
}

.fa-arrow-down-big-small {
    --fa: "\f88c"
}

.fa-sort-size-down {
    --fa: "\f88c"
}

.fa-arrow-down-small-big {
    --fa: "\f88d"
}

.fa-sort-size-down-alt {
    --fa: "\f88d"
}

.fa-arrow-up-big-small {
    --fa: "\f88e"
}

.fa-sort-size-up {
    --fa: "\f88e"
}

.fa-arrow-up-small-big {
    --fa: "\f88f"
}

.fa-sort-size-up-alt {
    --fa: "\f88f"
}

.fa-sparkles {
    --fa: "\f890"
}

.fa-spell-check {
    --fa: "\f891"
}

.fa-sunglasses {
    --fa: "\f892"
}

.fa-text {
    --fa: "\f893"
}

.fa-text-size {
    --fa: "\f894"
}

.fa-trash-undo {
    --fa: "\f895"
}

.fa-trash-arrow-turn-left {
    --fa: "\f895"
}

.fa-trash-can-undo {
    --fa: "\f896"
}

.fa-trash-can-arrow-turn-left {
    --fa: "\f896"
}

.fa-trash-undo-alt {
    --fa: "\f896"
}

.fa-voicemail {
    --fa: "\f897"
}

.fa-washing-machine {
    --fa: "\f898"
}

.fa-washer {
    --fa: "\f898"
}

.fa-wave-sine {
    --fa: "\f899"
}

.fa-wave-triangle {
    --fa: "\f89a"
}

.fa-wind-turbine {
    --fa: "\f89b"
}

.fa-border-center-h {
    --fa: "\f89c"
}

.fa-border-center-v {
    --fa: "\f89d"
}

.fa-album {
    --fa: "\f89f"
}

.fa-album-collection {
    --fa: "\f8a0"
}

.fa-amp-guitar {
    --fa: "\f8a1"
}

.fa-badge-sheriff {
    --fa: "\f8a2"
}

.fa-banjo {
    --fa: "\f8a3"
}

.fa-cassette-betamax {
    --fa: "\f8a4"
}

.fa-betamax {
    --fa: "\f8a4"
}

.fa-boombox {
    --fa: "\f8a5"
}

.fa-cactus {
    --fa: "\f8a7"
}

.fa-camcorder {
    --fa: "\f8a8"
}

.fa-video-handheld {
    --fa: "\f8a8"
}

.fa-camera-movie {
    --fa: "\f8a9"
}

.fa-camera-polaroid {
    --fa: "\f8aa"
}

.fa-cassette-tape {
    --fa: "\f8ab"
}

.fa-camera-cctv {
    --fa: "\f8ac"
}

.fa-cctv {
    --fa: "\f8ac"
}

.fa-clarinet {
    --fa: "\f8ad"
}

.fa-cloud-music {
    --fa: "\f8ae"
}

.fa-message-music {
    --fa: "\f8af"
}

.fa-comment-alt-music {
    --fa: "\f8af"
}

.fa-comment-music {
    --fa: "\f8b0"
}

.fa-computer-classic {
    --fa: "\f8b1"
}

.fa-computer-speaker {
    --fa: "\f8b2"
}

.fa-cowbell {
    --fa: "\f8b3"
}

.fa-cowbell-circle-plus {
    --fa: "\f8b4"
}

.fa-cowbell-more {
    --fa: "\f8b4"
}

.fa-disc-drive {
    --fa: "\f8b5"
}

.fa-file-music {
    --fa: "\f8b6"
}

.fa-film-canister {
    --fa: "\f8b7"
}

.fa-film-cannister {
    --fa: "\f8b7"
}

.fa-flashlight {
    --fa: "\f8b8"
}

.fa-flute {
    --fa: "\f8b9"
}

.fa-flux-capacitor {
    --fa: "\f8ba"
}

.fa-game-console-handheld {
    --fa: "\f8bb"
}

.fa-gramophone {
    --fa: "\f8bd"
}

.fa-guitar-electric {
    --fa: "\f8be"
}

.fa-guitars {
    --fa: "\f8bf"
}

.fa-hat-cowboy {
    --fa: "\f8c0"
}

.fa-hat-cowboy-side {
    --fa: "\f8c1"
}

.fa-head-side-headphones {
    --fa: "\f8c2"
}

.fa-horse-saddle {
    --fa: "\f8c3"
}

.fa-image-polaroid {
    --fa: "\f8c4"
}

.fa-joystick {
    --fa: "\f8c5"
}

.fa-jug {
    --fa: "\f8c6"
}

.fa-kazoo {
    --fa: "\f8c7"
}

.fa-lasso {
    --fa: "\f8c8"
}

.fa-list-music {
    --fa: "\f8c9"
}

.fa-microphone-stand {
    --fa: "\f8cb"
}

.fa-computer-mouse {
    --fa: "\f8cc"
}

.fa-mouse {
    --fa: "\f8cc"
}

.fa-computer-mouse-scrollwheel {
    --fa: "\f8cd"
}

.fa-mouse-alt {
    --fa: "\f8cd"
}

.fa-mp3-player {
    --fa: "\f8ce"
}

.fa-music-note {
    --fa: "\f8cf"
}

.fa-music-alt {
    --fa: "\f8cf"
}

.fa-music-note-slash {
    --fa: "\f8d0"
}

.fa-music-alt-slash {
    --fa: "\f8d0"
}

.fa-music-slash {
    --fa: "\f8d1"
}

.fa-phone-rotary {
    --fa: "\f8d3"
}

.fa-piano {
    --fa: "\f8d4"
}

.fa-piano-keyboard {
    --fa: "\f8d5"
}

.fa-projector {
    --fa: "\f8d6"
}

.fa-radio {
    --fa: "\f8d7"
}

.fa-radio-tuner {
    --fa: "\f8d8"
}

.fa-radio-alt {
    --fa: "\f8d8"
}

.fa-record-vinyl {
    --fa: "\f8d9"
}

.fa-router {
    --fa: "\f8da"
}

.fa-saxophone-fire {
    --fa: "\f8db"
}

.fa-sax-hot {
    --fa: "\f8db"
}

.fa-saxophone {
    --fa: "\f8dc"
}

.fa-signal-stream {
    --fa: "\f8dd"
}

.fa-skull-cow {
    --fa: "\f8de"
}

.fa-speaker {
    --fa: "\f8df"
}

.fa-speakers {
    --fa: "\f8e0"
}

.fa-triangle-instrument {
    --fa: "\f8e2"
}

.fa-triangle-music {
    --fa: "\f8e2"
}

.fa-trumpet {
    --fa: "\f8e3"
}

.fa-turntable {
    --fa: "\f8e4"
}

.fa-tv-music {
    --fa: "\f8e6"
}

.fa-typewriter {
    --fa: "\f8e7"
}

.fa-usb-drive {
    --fa: "\f8e9"
}

.fa-user-cowboy {
    --fa: "\f8ea"
}

.fa-user-music {
    --fa: "\f8eb"
}

.fa-cassette-vhs {
    --fa: "\f8ec"
}

.fa-vhs {
    --fa: "\f8ec"
}

.fa-violin {
    --fa: "\f8ed"
}

.fa-wagon-covered {
    --fa: "\f8ee"
}

.fa-walkie-talkie {
    --fa: "\f8ef"
}

.fa-watch-calculator {
    --fa: "\f8f0"
}

.fa-waveform {
    --fa: "\f8f1"
}

.fa-waveform-lines {
    --fa: "\f8f2"
}

.fa-waveform-path {
    --fa: "\f8f2"
}

.fa-scanner-image {
    --fa: "\f8f3"
}

.fa-air-conditioner {
    --fa: "\f8f4"
}

.fa-alien {
    --fa: "\f8f5"
}

.fa-alien-8bit {
    --fa: "\f8f6"
}

.fa-alien-monster {
    --fa: "\f8f6"
}

.fa-bed-front {
    --fa: "\f8f7"
}

.fa-bed-alt {
    --fa: "\f8f7"
}

.fa-bed-bunk {
    --fa: "\f8f8"
}

.fa-bed-empty {
    --fa: "\f8f9"
}

.fa-bell-on {
    --fa: "\f8fa"
}

.fa-blinds {
    --fa: "\f8fb"
}

.fa-blinds-open {
    --fa: "\f8fc"
}

.fa-blinds-raised {
    --fa: "\f8fd"
}

.fa-camera-security {
    --fa: "\f8fe"
}

.fa-camera-home {
    --fa: "\f8fe"
}

.fa-caravan {
    --fa: "\f8ff"
}

:host,
:root {
    --fa-family-brands: 'Font Awesome 7 Brands';
    --fa-font-brands: normal 400 1em/1 var(--fa-family-brands)
}

@font-face {
    font-family: "Font Awesome 7 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../0000/font/font-awesome/7.1.0/fa-brands-400.woff2)
}

.fa-brands,
.fa-classic.fa-brands,
.fab {
    --fa-family: var(--fa-family-brands);
    --fa-style: 400
}

.fa-firefox-browser {
    --fa: "\e007"
}

.fa-ideal {
    --fa: "\e013"
}

.fa-microblog {
    --fa: "\e01a"
}

.fa-square-pied-piper {
    --fa: "\e01e"
}

.fa-pied-piper-square {
    --fa: "\e01e"
}

.fa-unity {
    --fa: "\e049"
}

.fa-dailymotion {
    --fa: "\e052"
}

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

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

.fa-mixer {
    --fa: "\e056"
}

.fa-shopify {
    --fa: "\e057"
}

.fa-deezer {
    --fa: "\e077"
}

.fa-edge-legacy {
    --fa: "\e078"
}

.fa-google-pay {
    --fa: "\e079"
}

.fa-rust {
    --fa: "\e07a"
}

.fa-tiktok {
    --fa: "\e07b"
}

.fa-unsplash {
    --fa: "\e07c"
}

.fa-cloudflare {
    --fa: "\e07d"
}

.fa-guilded {
    --fa: "\e07e"
}

.fa-hive {
    --fa: "\e07f"
}

.fa-42-group {
    --fa: "\e080"
}

.fa-innosoft {
    --fa: "\e080"
}

.fa-instalod {
    --fa: "\e081"
}

.fa-octopus-deploy {
    --fa: "\e082"
}

.fa-perbyte {
    --fa: "\e083"
}

.fa-uncharted {
    --fa: "\e084"
}

.fa-watchman-monitoring {
    --fa: "\e087"
}

.fa-wodu {
    --fa: "\e088"
}

.fa-wirsindhandwerk {
    --fa: "\e2d0"
}

.fa-wsh {
    --fa: "\e2d0"
}

.fa-bots {
    --fa: "\e340"
}

.fa-cmplid {
    --fa: "\e360"
}

.fa-bilibili {
    --fa: "\e3d9"
}

.fa-golang {
    --fa: "\e40f"
}

.fa-pix {
    --fa: "\e43a"
}

.fa-sitrox {
    --fa: "\e44a"
}

.fa-hashnode {
    --fa: "\e499"
}

.fa-meta {
    --fa: "\e49b"
}

.fa-padlet {
    --fa: "\e4a0"
}

.fa-nfc-directional {
    --fa: "\e530"
}

.fa-nfc-symbol {
    --fa: "\e531"
}

.fa-screenpal {
    --fa: "\e570"
}

.fa-space-awesome {
    --fa: "\e5ac"
}

.fa-square-font-awesome {
    --fa: "\e5ad"
}

.fa-square-gitlab {
    --fa: "\e5ae"
}

.fa-gitlab-square {
    --fa: "\e5ae"
}

.fa-odysee {
    --fa: "\e5c6"
}

.fa-stubber {
    --fa: "\e5c7"
}

.fa-debian {
    --fa: "\e60b"
}

.fa-shoelace {
    --fa: "\e60c"
}

.fa-threads {
    --fa: "\e618"
}

.fa-square-threads {
    --fa: "\e619"
}

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

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

.fa-opensuse {
    --fa: "\e62b"
}

.fa-letterboxd {
    --fa: "\e62d"
}

.fa-square-letterboxd {
    --fa: "\e62e"
}

.fa-mintbit {
    --fa: "\e62f"
}

.fa-google-scholar {
    --fa: "\e63b"
}

.fa-brave {
    --fa: "\e63c"
}

.fa-brave-reverse {
    --fa: "\e63d"
}

.fa-pixiv {
    --fa: "\e640"
}

.fa-upwork {
    --fa: "\e641"
}

.fa-webflow {
    --fa: "\e65c"
}

.fa-signal-messenger {
    --fa: "\e663"
}

.fa-bluesky {
    --fa: "\e671"
}

.fa-jxl {
    --fa: "\e67b"
}

.fa-square-upwork {
    --fa: "\e67c"
}

.fa-web-awesome {
    --fa: "\e682"
}

.fa-square-web-awesome {
    --fa: "\e683"
}

.fa-square-web-awesome-stroke {
    --fa: "\e684"
}

.fa-dart-lang {
    --fa: "\e693"
}

.fa-flutter {
    --fa: "\e694"
}

.fa-files-pinwheel {
    --fa: "\e69f"
}

.fa-css {
    --fa: "\e6a2"
}

.fa-square-bluesky {
    --fa: "\e6a3"
}

.fa-openai {
    --fa: "\e7cf"
}

.fa-square-linkedin {
    --fa: "\e7d0"
}

.fa-cash-app {
    --fa: "\e7d4"
}

.fa-disqus {
    --fa: "\e7d5"
}

.fa-eleventy {
    --fa: "\e7d6"
}

.fa-11ty {
    --fa: "\e7d6"
}

.fa-kakao-talk {
    --fa: "\e7d7"
}

.fa-linktree {
    --fa: "\e7d8"
}

.fa-notion {
    --fa: "\e7d9"
}

.fa-pandora {
    --fa: "\e7da"
}

.fa-pixelfed {
    --fa: "\e7db"
}

.fa-tidal {
    --fa: "\e7dc"
}

.fa-vsco {
    --fa: "\e7dd"
}

.fa-w3c {
    --fa: "\e7de"
}

.fa-lumon {
    --fa: "\e7e2"
}

.fa-lumon-drop {
    --fa: "\e7e3"
}

.fa-square-figma {
    --fa: "\e7e4"
}

.fa-tex {
    --fa: "\e7ff"
}

.fa-duolingo {
    --fa: "\e812"
}

.fa-supportnow {
    --fa: "\e833"
}

.fa-tor-browser {
    --fa: "\e838"
}

.fa-square-twitter {
    --fa: "\f081"
}

.fa-twitter-square {
    --fa: "\f081"
}

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

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

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

.fa-square-github {
    --fa: "\f092"
}

.fa-github-square {
    --fa: "\f092"
}

.fa-twitter {
    --fa: "\f099"
}

.fa-facebook {
    --fa: "\f09a"
}

.fa-github {
    --fa: "\f09b"
}

.fa-pinterest {
    --fa: "\f0d2"
}

.fa-square-pinterest {
    --fa: "\f0d3"
}

.fa-pinterest-square {
    --fa: "\f0d3"
}

.fa-square-google-plus {
    --fa: "\f0d4"
}

.fa-google-plus-square {
    --fa: "\f0d4"
}

.fa-google-plus-g {
    --fa: "\f0d5"
}

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

.fa-github-alt {
    --fa: "\f113"
}

.fa-maxcdn {
    --fa: "\f136"
}

.fa-html5 {
    --fa: "\f13b"
}

.fa-css3 {
    --fa: "\f13c"
}

.fa-btc {
    --fa: "\f15a"
}

.fa-youtube {
    --fa: "\f167"
}

.fa-xing {
    --fa: "\f168"
}

.fa-square-xing {
    --fa: "\f169"
}

.fa-xing-square {
    --fa: "\f169"
}

.fa-dropbox {
    --fa: "\f16b"
}

.fa-stack-overflow {
    --fa: "\f16c"
}

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

.fa-flickr {
    --fa: "\f16e"
}

.fa-adn {
    --fa: "\f170"
}

.fa-bitbucket {
    --fa: "\f171"
}

.fa-tumblr {
    --fa: "\f173"
}

.fa-square-tumblr {
    --fa: "\f174"
}

.fa-tumblr-square {
    --fa: "\f174"
}

.fa-apple {
    --fa: "\f179"
}

.fa-windows {
    --fa: "\f17a"
}

.fa-android {
    --fa: "\f17b"
}

.fa-linux {
    --fa: "\f17c"
}

.fa-dribbble {
    --fa: "\f17d"
}

.fa-skype {
    --fa: "\f17e"
}

.fa-foursquare {
    --fa: "\f180"
}

.fa-trello {
    --fa: "\f181"
}

.fa-gratipay {
    --fa: "\f184"
}

.fa-vk {
    --fa: "\f189"
}

.fa-weibo {
    --fa: "\f18a"
}

.fa-renren {
    --fa: "\f18b"
}

.fa-pagelines {
    --fa: "\f18c"
}

.fa-stack-exchange {
    --fa: "\f18d"
}

.fa-square-vimeo {
    --fa: "\f194"
}

.fa-vimeo-square {
    --fa: "\f194"
}

.fa-slack {
    --fa: "\f198"
}

.fa-slack-hash {
    --fa: "\f198"
}

.fa-wordpress {
    --fa: "\f19a"
}

.fa-openid {
    --fa: "\f19b"
}

.fa-yahoo {
    --fa: "\f19e"
}

.fa-google {
    --fa: "\f1a0"
}

.fa-reddit {
    --fa: "\f1a1"
}

.fa-square-reddit {
    --fa: "\f1a2"
}

.fa-reddit-square {
    --fa: "\f1a2"
}

.fa-stumbleupon-circle {
    --fa: "\f1a3"
}

.fa-stumbleupon {
    --fa: "\f1a4"
}

.fa-delicious {
    --fa: "\f1a5"
}

.fa-digg {
    --fa: "\f1a6"
}

.fa-pied-piper-pp {
    --fa: "\f1a7"
}

.fa-pied-piper-alt {
    --fa: "\f1a8"
}

.fa-drupal {
    --fa: "\f1a9"
}

.fa-joomla {
    --fa: "\f1aa"
}

.fa-behance {
    --fa: "\f1b4"
}

.fa-square-behance {
    --fa: "\f1b5"
}

.fa-behance-square {
    --fa: "\f1b5"
}

.fa-steam {
    --fa: "\f1b6"
}

.fa-square-steam {
    --fa: "\f1b7"
}

.fa-steam-square {
    --fa: "\f1b7"
}

.fa-spotify {
    --fa: "\f1bc"
}

.fa-deviantart {
    --fa: "\f1bd"
}

.fa-soundcloud {
    --fa: "\f1be"
}

.fa-vine {
    --fa: "\f1ca"
}

.fa-codepen {
    --fa: "\f1cb"
}

.fa-jsfiddle {
    --fa: "\f1cc"
}

.fa-rebel {
    --fa: "\f1d0"
}

.fa-empire {
    --fa: "\f1d1"
}

.fa-square-git {
    --fa: "\f1d2"
}

.fa-git-square {
    --fa: "\f1d2"
}

.fa-git {
    --fa: "\f1d3"
}

.fa-hacker-news {
    --fa: "\f1d4"
}

.fa-tencent-weibo {
    --fa: "\f1d5"
}

.fa-qq {
    --fa: "\f1d6"
}

.fa-weixin {
    --fa: "\f1d7"
}

.fa-slideshare {
    --fa: "\f1e7"
}

.fa-twitch {
    --fa: "\f1e8"
}

.fa-yelp {
    --fa: "\f1e9"
}

.fa-paypal {
    --fa: "\f1ed"
}

.fa-google-wallet {
    --fa: "\f1ee"
}

.fa-cc-visa {
    --fa: "\f1f0"
}

.fa-cc-mastercard {
    --fa: "\f1f1"
}

.fa-cc-discover {
    --fa: "\f1f2"
}

.fa-cc-amex {
    --fa: "\f1f3"
}

.fa-cc-paypal {
    --fa: "\f1f4"
}

.fa-cc-stripe {
    --fa: "\f1f5"
}

.fa-lastfm {
    --fa: "\f202"
}

.fa-square-lastfm {
    --fa: "\f203"
}

.fa-lastfm-square {
    --fa: "\f203"
}

.fa-ioxhost {
    --fa: "\f208"
}

.fa-angellist {
    --fa: "\f209"
}

.fa-buysellads {
    --fa: "\f20d"
}

.fa-connectdevelop {
    --fa: "\f20e"
}

.fa-dashcube {
    --fa: "\f210"
}

.fa-forumbee {
    --fa: "\f211"
}

.fa-leanpub {
    --fa: "\f212"
}

.fa-sellsy {
    --fa: "\f213"
}

.fa-shirtsinbulk {
    --fa: "\f214"
}

.fa-simplybuilt {
    --fa: "\f215"
}

.fa-skyatlas {
    --fa: "\f216"
}

.fa-pinterest-p {
    --fa: "\f231"
}

.fa-whatsapp {
    --fa: "\f232"
}

.fa-viacoin {
    --fa: "\f237"
}

.fa-medium {
    --fa: "\f23a"
}

.fa-medium-m {
    --fa: "\f23a"
}

.fa-y-combinator {
    --fa: "\f23b"
}

.fa-optin-monster {
    --fa: "\f23c"
}

.fa-opencart {
    --fa: "\f23d"
}

.fa-expeditedssl {
    --fa: "\f23e"
}

.fa-cc-jcb {
    --fa: "\f24b"
}

.fa-cc-diners-club {
    --fa: "\f24c"
}

.fa-creative-commons {
    --fa: "\f25e"
}

.fa-gg {
    --fa: "\f260"
}

.fa-gg-circle {
    --fa: "\f261"
}

.fa-odnoklassniki {
    --fa: "\f263"
}

.fa-square-odnoklassniki {
    --fa: "\f264"
}

.fa-odnoklassniki-square {
    --fa: "\f264"
}

.fa-get-pocket {
    --fa: "\f265"
}

.fa-wikipedia-w {
    --fa: "\f266"
}

.fa-safari {
    --fa: "\f267"
}

.fa-chrome {
    --fa: "\f268"
}

.fa-firefox {
    --fa: "\f269"
}

.fa-opera {
    --fa: "\f26a"
}

.fa-internet-explorer {
    --fa: "\f26b"
}

.fa-contao {
    --fa: "\f26d"
}

.fa-500px {
    --fa: "\f26e"
}

.fa-amazon {
    --fa: "\f270"
}

.fa-houzz {
    --fa: "\f27c"
}

.fa-vimeo-v {
    --fa: "\f27d"
}

.fa-black-tie {
    --fa: "\f27e"
}

.fa-fonticons {
    --fa: "\f280"
}

.fa-reddit-alien {
    --fa: "\f281"
}

.fa-edge {
    --fa: "\f282"
}

.fa-codiepie {
    --fa: "\f284"
}

.fa-modx {
    --fa: "\f285"
}

.fa-fort-awesome {
    --fa: "\f286"
}

.fa-usb {
    --fa: "\f287"
}

.fa-product-hunt {
    --fa: "\f288"
}

.fa-mixcloud {
    --fa: "\f289"
}

.fa-scribd {
    --fa: "\f28a"
}

.fa-bluetooth {
    --fa: "\f293"
}

.fa-bluetooth-b {
    --fa: "\f294"
}

.fa-gitlab {
    --fa: "\f296"
}

.fa-wpbeginner {
    --fa: "\f297"
}

.fa-wpforms {
    --fa: "\f298"
}

.fa-envira {
    --fa: "\f299"
}

.fa-glide {
    --fa: "\f2a5"
}

.fa-glide-g {
    --fa: "\f2a6"
}

.fa-viadeo {
    --fa: "\f2a9"
}

.fa-square-viadeo {
    --fa: "\f2aa"
}

.fa-viadeo-square {
    --fa: "\f2aa"
}

.fa-snapchat {
    --fa: "\f2ab"
}

.fa-snapchat-ghost {
    --fa: "\f2ab"
}

.fa-square-snapchat {
    --fa: "\f2ad"
}

.fa-snapchat-square {
    --fa: "\f2ad"
}

.fa-pied-piper {
    --fa: "\f2ae"
}

.fa-first-order {
    --fa: "\f2b0"
}

.fa-yoast {
    --fa: "\f2b1"
}

.fa-themeisle {
    --fa: "\f2b2"
}

.fa-google-plus {
    --fa: "\f2b3"
}

.fa-font-awesome {
    --fa: "\f2b4"
}

.fa-font-awesome-flag {
    --fa: "\f2b4"
}

.fa-font-awesome-logo-full {
    --fa: "\f2b4"
}

.fa-linode {
    --fa: "\f2b8"
}

.fa-quora {
    --fa: "\f2c4"
}

.fa-free-code-camp {
    --fa: "\f2c5"
}

.fa-telegram {
    --fa: "\f2c6"
}

.fa-telegram-plane {
    --fa: "\f2c6"
}

.fa-bandcamp {
    --fa: "\f2d5"
}

.fa-grav {
    --fa: "\f2d6"
}

.fa-etsy {
    --fa: "\f2d7"
}

.fa-imdb {
    --fa: "\f2d8"
}

.fa-ravelry {
    --fa: "\f2d9"
}

.fa-sellcast {
    --fa: "\f2da"
}

.fa-superpowers {
    --fa: "\f2dd"
}

.fa-wpexplorer {
    --fa: "\f2de"
}

.fa-meetup {
    --fa: "\f2e0"
}

.fa-square-font-awesome-stroke {
    --fa: "\f35c"
}

.fa-font-awesome-alt {
    --fa: "\f35c"
}

.fa-accessible-icon {
    --fa: "\f368"
}

.fa-accusoft {
    --fa: "\f369"
}

.fa-adversal {
    --fa: "\f36a"
}

.fa-affiliatetheme {
    --fa: "\f36b"
}

.fa-algolia {
    --fa: "\f36c"
}

.fa-amilia {
    --fa: "\f36d"
}

.fa-angrycreative {
    --fa: "\f36e"
}

.fa-app-store {
    --fa: "\f36f"
}

.fa-app-store-ios {
    --fa: "\f370"
}

.fa-apper {
    --fa: "\f371"
}

.fa-asymmetrik {
    --fa: "\f372"
}

.fa-audible {
    --fa: "\f373"
}

.fa-avianex {
    --fa: "\f374"
}

.fa-aws {
    --fa: "\f375"
}

.fa-bimobject {
    --fa: "\f378"
}

.fa-bitcoin {
    --fa: "\f379"
}

.fa-bity {
    --fa: "\f37a"
}

.fa-blackberry {
    --fa: "\f37b"
}

.fa-blogger {
    --fa: "\f37c"
}

.fa-blogger-b {
    --fa: "\f37d"
}

.fa-buromobelexperte {
    --fa: "\f37f"
}

.fa-centercode {
    --fa: "\f380"
}

.fa-cloudscale {
    --fa: "\f383"
}

.fa-cloudsmith {
    --fa: "\f384"
}

.fa-cloudversify {
    --fa: "\f385"
}

.fa-cpanel {
    --fa: "\f388"
}

.fa-css3-alt {
    --fa: "\f38b"
}

.fa-cuttlefish {
    --fa: "\f38c"
}

.fa-d-and-d {
    --fa: "\f38d"
}

.fa-deploydog {
    --fa: "\f38e"
}

.fa-deskpro {
    --fa: "\f38f"
}

.fa-digital-ocean {
    --fa: "\f391"
}

.fa-discord {
    --fa: "\f392"
}

.fa-discourse {
    --fa: "\f393"
}

.fa-dochub {
    --fa: "\f394"
}

.fa-docker {
    --fa: "\f395"
}

.fa-draft2digital {
    --fa: "\f396"
}

.fa-square-dribbble {
    --fa: "\f397"
}

.fa-dribbble-square {
    --fa: "\f397"
}

.fa-dyalog {
    --fa: "\f399"
}

.fa-earlybirds {
    --fa: "\f39a"
}

.fa-erlang {
    --fa: "\f39d"
}

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

.fa-facebook-messenger {
    --fa: "\f39f"
}

.fa-firstdraft {
    --fa: "\f3a1"
}

.fa-fonticons-fi {
    --fa: "\f3a2"
}

.fa-fort-awesome-alt {
    --fa: "\f3a3"
}

.fa-freebsd {
    --fa: "\f3a4"
}

.fa-gitkraken {
    --fa: "\f3a6"
}

.fa-gofore {
    --fa: "\f3a7"
}

.fa-goodreads {
    --fa: "\f3a8"
}

.fa-goodreads-g {
    --fa: "\f3a9"
}

.fa-google-drive {
    --fa: "\f3aa"
}

.fa-google-play {
    --fa: "\f3ab"
}

.fa-gripfire {
    --fa: "\f3ac"
}

.fa-grunt {
    --fa: "\f3ad"
}

.fa-gulp {
    --fa: "\f3ae"
}

.fa-square-hacker-news {
    --fa: "\f3af"
}

.fa-hacker-news-square {
    --fa: "\f3af"
}

.fa-hire-a-helper {
    --fa: "\f3b0"
}

.fa-hotjar {
    --fa: "\f3b1"
}

.fa-hubspot {
    --fa: "\f3b2"
}

.fa-itunes {
    --fa: "\f3b4"
}

.fa-itunes-note {
    --fa: "\f3b5"
}

.fa-jenkins {
    --fa: "\f3b6"
}

.fa-joget {
    --fa: "\f3b7"
}

.fa-js {
    --fa: "\f3b8"
}

.fa-square-js {
    --fa: "\f3b9"
}

.fa-js-square {
    --fa: "\f3b9"
}

.fa-keycdn {
    --fa: "\f3ba"
}

.fa-kickstarter {
    --fa: "\f3bb"
}

.fa-square-kickstarter {
    --fa: "\f3bb"
}

.fa-kickstarter-k {
    --fa: "\f3bc"
}

.fa-laravel {
    --fa: "\f3bd"
}

.fa-line {
    --fa: "\f3c0"
}

.fa-lyft {
    --fa: "\f3c3"
}

.fa-magento {
    --fa: "\f3c4"
}

.fa-medapps {
    --fa: "\f3c6"
}

.fa-medrt {
    --fa: "\f3c8"
}

.fa-microsoft {
    --fa: "\f3ca"
}

.fa-mix {
    --fa: "\f3cb"
}

.fa-mizuni {
    --fa: "\f3cc"
}

.fa-monero {
    --fa: "\f3d0"
}

.fa-napster {
    --fa: "\f3d2"
}

.fa-node-js {
    --fa: "\f3d3"
}

.fa-npm {
    --fa: "\f3d4"
}

.fa-ns8 {
    --fa: "\f3d5"
}

.fa-nutritionix {
    --fa: "\f3d6"
}

.fa-page4 {
    --fa: "\f3d7"
}

.fa-palfed {
    --fa: "\f3d8"
}

.fa-patreon {
    --fa: "\f3d9"
}

.fa-periscope {
    --fa: "\f3da"
}

.fa-phabricator {
    --fa: "\f3db"
}

.fa-phoenix-framework {
    --fa: "\f3dc"
}

.fa-playstation {
    --fa: "\f3df"
}

.fa-pushed {
    --fa: "\f3e1"
}

.fa-python {
    --fa: "\f3e2"
}

.fa-red-river {
    --fa: "\f3e3"
}

.fa-wpressr {
    --fa: "\f3e4"
}

.fa-rendact {
    --fa: "\f3e4"
}

.fa-replyd {
    --fa: "\f3e6"
}

.fa-resolving {
    --fa: "\f3e7"
}

.fa-rocketchat {
    --fa: "\f3e8"
}

.fa-rockrms {
    --fa: "\f3e9"
}

.fa-schlix {
    --fa: "\f3ea"
}

.fa-searchengin {
    --fa: "\f3eb"
}

.fa-servicestack {
    --fa: "\f3ec"
}

.fa-sistrix {
    --fa: "\f3ee"
}

.fa-speakap {
    --fa: "\f3f3"
}

.fa-staylinked {
    --fa: "\f3f5"
}

.fa-steam-symbol {
    --fa: "\f3f6"
}

.fa-sticker-mule {
    --fa: "\f3f7"
}

.fa-studiovinari {
    --fa: "\f3f8"
}

.fa-supple {
    --fa: "\f3f9"
}

.fa-uber {
    --fa: "\f402"
}

.fa-uikit {
    --fa: "\f403"
}

.fa-uniregistry {
    --fa: "\f404"
}

.fa-untappd {
    --fa: "\f405"
}

.fa-ussunnah {
    --fa: "\f407"
}

.fa-vaadin {
    --fa: "\f408"
}

.fa-viber {
    --fa: "\f409"
}

.fa-vimeo {
    --fa: "\f40a"
}

.fa-vnv {
    --fa: "\f40b"
}

.fa-square-whatsapp {
    --fa: "\f40c"
}

.fa-whatsapp-square {
    --fa: "\f40c"
}

.fa-whmcs {
    --fa: "\f40d"
}

.fa-wordpress-simple {
    --fa: "\f411"
}

.fa-xbox {
    --fa: "\f412"
}

.fa-yandex {
    --fa: "\f413"
}

.fa-yandex-international {
    --fa: "\f414"
}

.fa-apple-pay {
    --fa: "\f415"
}

.fa-cc-apple-pay {
    --fa: "\f416"
}

.fa-fly {
    --fa: "\f417"
}

.fa-node {
    --fa: "\f419"
}

.fa-osi {
    --fa: "\f41a"
}

.fa-react {
    --fa: "\f41b"
}

.fa-autoprefixer {
    --fa: "\f41c"
}

.fa-less {
    --fa: "\f41d"
}

.fa-sass {
    --fa: "\f41e"
}

.fa-vuejs {
    --fa: "\f41f"
}

.fa-angular {
    --fa: "\f420"
}

.fa-aviato {
    --fa: "\f421"
}

.fa-ember {
    --fa: "\f423"
}

.fa-gitter {
    --fa: "\f426"
}

.fa-hooli {
    --fa: "\f427"
}

.fa-strava {
    --fa: "\f428"
}

.fa-stripe {
    --fa: "\f429"
}

.fa-stripe-s {
    --fa: "\f42a"
}

.fa-typo3 {
    --fa: "\f42b"
}

.fa-amazon-pay {
    --fa: "\f42c"
}

.fa-cc-amazon-pay {
    --fa: "\f42d"
}

.fa-ethereum {
    --fa: "\f42e"
}

.fa-korvue {
    --fa: "\f42f"
}

.fa-elementor {
    --fa: "\f430"
}

.fa-square-youtube {
    --fa: "\f431"
}

.fa-youtube-square {
    --fa: "\f431"
}

.fa-flipboard {
    --fa: "\f44d"
}

.fa-hips {
    --fa: "\f452"
}

.fa-php {
    --fa: "\f457"
}

.fa-quinscape {
    --fa: "\f459"
}

.fa-readme {
    --fa: "\f4d5"
}

.fa-java {
    --fa: "\f4e4"
}

.fa-pied-piper-hat {
    --fa: "\f4e5"
}

.fa-creative-commons-by {
    --fa: "\f4e7"
}

.fa-creative-commons-nc {
    --fa: "\f4e8"
}

.fa-creative-commons-nc-eu {
    --fa: "\f4e9"
}

.fa-creative-commons-nc-jp {
    --fa: "\f4ea"
}

.fa-creative-commons-nd {
    --fa: "\f4eb"
}

.fa-creative-commons-pd {
    --fa: "\f4ec"
}

.fa-creative-commons-pd-alt {
    --fa: "\f4ed"
}

.fa-creative-commons-remix {
    --fa: "\f4ee"
}

.fa-creative-commons-sa {
    --fa: "\f4ef"
}

.fa-creative-commons-sampling {
    --fa: "\f4f0"
}

.fa-creative-commons-sampling-plus {
    --fa: "\f4f1"
}

.fa-creative-commons-share {
    --fa: "\f4f2"
}

.fa-creative-commons-zero {
    --fa: "\f4f3"
}

.fa-ebay {
    --fa: "\f4f4"
}

.fa-keybase {
    --fa: "\f4f5"
}

.fa-mastodon {
    --fa: "\f4f6"
}

.fa-r-project {
    --fa: "\f4f7"
}

.fa-researchgate {
    --fa: "\f4f8"
}

.fa-teamspeak {
    --fa: "\f4f9"
}

.fa-first-order-alt {
    --fa: "\f50a"
}

.fa-fulcrum {
    --fa: "\f50b"
}

.fa-galactic-republic {
    --fa: "\f50c"
}

.fa-galactic-senate {
    --fa: "\f50d"
}

.fa-jedi-order {
    --fa: "\f50e"
}

.fa-mandalorian {
    --fa: "\f50f"
}

.fa-old-republic {
    --fa: "\f510"
}

.fa-phoenix-squadron {
    --fa: "\f511"
}

.fa-sith {
    --fa: "\f512"
}

.fa-trade-federation {
    --fa: "\f513"
}

.fa-wolf-pack-battalion {
    --fa: "\f514"
}

.fa-hornbill {
    --fa: "\f592"
}

.fa-mailchimp {
    --fa: "\f59e"
}

.fa-megaport {
    --fa: "\f5a3"
}

.fa-nimblr {
    --fa: "\f5a8"
}

.fa-rev {
    --fa: "\f5b2"
}

.fa-shopware {
    --fa: "\f5b5"
}

.fa-squarespace {
    --fa: "\f5be"
}

.fa-themeco {
    --fa: "\f5c6"
}

.fa-weebly {
    --fa: "\f5cc"
}

.fa-wix {
    --fa: "\f5cf"
}

.fa-ello {
    --fa: "\f5f1"
}

.fa-hackerrank {
    --fa: "\f5f7"
}

.fa-kaggle {
    --fa: "\f5fa"
}

.fa-markdown {
    --fa: "\f60f"
}

.fa-neos {
    --fa: "\f612"
}

.fa-zhihu {
    --fa: "\f63f"
}

.fa-alipay {
    --fa: "\f642"
}

.fa-the-red-yeti {
    --fa: "\f69d"
}

.fa-critical-role {
    --fa: "\f6c9"
}

.fa-d-and-d-beyond {
    --fa: "\f6ca"
}

.fa-dev {
    --fa: "\f6cc"
}

.fa-fantasy-flight-games {
    --fa: "\f6dc"
}

.fa-wizards-of-the-coast {
    --fa: "\f730"
}

.fa-think-peaks {
    --fa: "\f731"
}

.fa-reacteurope {
    --fa: "\f75d"
}

.fa-artstation {
    --fa: "\f77a"
}

.fa-atlassian {
    --fa: "\f77b"
}

.fa-canadian-maple-leaf {
    --fa: "\f785"
}

.fa-centos {
    --fa: "\f789"
}

.fa-confluence {
    --fa: "\f78d"
}

.fa-dhl {
    --fa: "\f790"
}

.fa-diaspora {
    --fa: "\f791"
}

.fa-fedex {
    --fa: "\f797"
}

.fa-fedora {
    --fa: "\f798"
}

.fa-figma {
    --fa: "\f799"
}

.fa-intercom {
    --fa: "\f7af"
}

.fa-invision {
    --fa: "\f7b0"
}

.fa-jira {
    --fa: "\f7b1"
}

.fa-mendeley {
    --fa: "\f7b3"
}

.fa-raspberry-pi {
    --fa: "\f7bb"
}

.fa-redhat {
    --fa: "\f7bc"
}

.fa-sketch {
    --fa: "\f7c6"
}

.fa-sourcetree {
    --fa: "\f7d3"
}

.fa-suse {
    --fa: "\f7d6"
}

.fa-ubuntu {
    --fa: "\f7df"
}

.fa-ups {
    --fa: "\f7e0"
}

.fa-usps {
    --fa: "\f7e1"
}

.fa-yarn {
    --fa: "\f7e3"
}

.fa-airbnb {
    --fa: "\f834"
}

.fa-battle-net {
    --fa: "\f835"
}

.fa-bootstrap {
    --fa: "\f836"
}

.fa-buffer {
    --fa: "\f837"
}

.fa-chromecast {
    --fa: "\f838"
}

.fa-evernote {
    --fa: "\f839"
}

.fa-itch-io {
    --fa: "\f83a"
}

.fa-salesforce {
    --fa: "\f83b"
}

.fa-speaker-deck {
    --fa: "\f83c"
}

.fa-symfony {
    --fa: "\f83d"
}

.fa-waze {
    --fa: "\f83f"
}

.fa-yammer {
    --fa: "\f840"
}

.fa-git-alt {
    --fa: "\f841"
}

.fa-stackpath {
    --fa: "\f842"
}

.fa-cotton-bureau {
    --fa: "\f89e"
}

.fa-buy-n-large {
    --fa: "\f8a6"
}

.fa-mdb {
    --fa: "\f8ca"
}

.fa-orcid {
    --fa: "\f8d2"
}

.fa-swift {
    --fa: "\f8e1"
}

.fa-umbraco {
    --fa: "\f8e8"
}

:host,
:root {
    --fa-family-classic: 'Font Awesome 7 Pro';
    --fa-font-solid: normal 900 1em/1 var(--fa-family-classic);
    --fa-style-family-classic: var(--fa-family-classic)
}

@font-face {
    font-family: "Font Awesome 7 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../0000/font/font-awesome/7.1.0/fa-solid-900.woff2)
}

.fas {
    --fa-family: var(--fa-family-classic);
    --fa-style: 900
}

.fa-classic,
.score span.full,
.score span.half,
.score span.none {
    --fa-family: var(--fa-family-classic)
}

.fa-solid,
.score span.full,
.score span.half {
    --fa-style: 900
}

:host,
:root {
    --fa-family-classic: 'Font Awesome 7 Pro';
    --fa-font-regular: normal 400 1em/1 var(--fa-family-classic);
    --fa-style-family-classic: var(--fa-family-classic)
}

@font-face {
    font-family: "Font Awesome 7 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../0000/font/font-awesome/7.1.0/fa-regular-400.woff2)
}

.far {
    --fa-family: var(--fa-family-classic);
    --fa-style: 400
}

.fa-classic,
.score span.full,
.score span.half,
.score span.none {
    --fa-family: var(--fa-family-classic)
}

.fa-regular,
.score span.none {
    --fa-style: 400
}

:host,
:root {
    --fa-family-classic: 'Font Awesome 7 Pro';
    --fa-font-light: normal 300 1em/1 var(--fa-family-classic);
    --fa-style-family-classic: var(--fa-family-classic)
}

@font-face {
    font-family: "Font Awesome 7 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: block;
    src: url(../0000/font/font-awesome/7.1.0/fa-light-300.woff2)
}

.fal {
    --fa-family: var(--fa-family-classic);
    --fa-style: 300
}

.fa-classic,
.slide-basic .swiper-button-next,
.slide-basic .swiper-button-prev,
.slide-generic .swiper-button-next,
.slide-generic .swiper-button-prev,
.slide-header .swiper-button-next,
.slide-header .swiper-button-prev,
.slide-horizontal .swiper-button-next,
.slide-horizontal .swiper-button-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon {
    --fa-family: var(--fa-family-classic)
}

.fa-light,
.slide-basic .swiper-button-next,
.slide-basic .swiper-button-prev,
.slide-generic .swiper-button-next,
.slide-generic .swiper-button-prev,
.slide-header .swiper-button-next,
.slide-header .swiper-button-prev,
.slide-horizontal .swiper-button-next,
.slide-horizontal .swiper-button-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon {
    --fa-style: 300
}

:host,
:root {
    --fa-family-duotone: 'Font Awesome 7 Duotone';
    --fa-font-duotone: normal 900 1em/1 var(--fa-family-duotone);
    --fa-style-family-duotone: var(--fa-family-duotone)
}

@font-face {
    font-family: "Font Awesome 7 Duotone";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../0000/font/font-awesome/7.1.0/fa-duotone-900.woff2)
}

.fa-duotone,
.fad {
    --fa-family: var(--fa-family-duotone);
    --fa-style: 900;
    position: relative;
    letter-spacing: normal
}

.fa-duotone::before,
.fad::before {
    position: absolute;
    color: var(--fa-primary-color, currentColor);
    opacity: var(--fa-primary-opacity, 1)
}

.fa-duotone::after,
.fad::after {
    color: var(--fa-secondary-color, currentColor);
    opacity: var(--fa-secondary-opacity, .4)
}

.fa-duotone.fa-swap-opacity::before,
.fa-swap-opacity .fa-duotone::before,
.fa-swap-opacity .fad::before,
.fad.fa-swap-opacity::before {
    opacity: var(--fa-secondary-opacity, .4)
}

.fa-duotone.fa-swap-opacity::after,
.fa-swap-opacity .fa-duotone::after,
.fa-swap-opacity .fad::after,
.fad.fa-swap-opacity::after {
    opacity: var(--fa-primary-opacity, 1)
}

.fa-duotone.fa-li,
.fa-duotone.fa-stack-1x,
.fa-duotone.fa-stack-2x,
.fad.fa-li,
.fad.fa-stack-1x,
.fad.fa-stack-2x {
    position: absolute
}

.fa.fa-glass {
    --fa: "\f000"
}

.fa.fa-envelope-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-envelope-o {
    --fa: "\f0e0"
}

.fa.fa-star-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-star-o {
    --fa: "\f005"
}

.fa.fa-remove {
    --fa: "\f00d"
}

.fa.fa-close {
    --fa: "\f00d"
}

.fa.fa-gear {
    --fa: "\f013"
}

.fa.fa-trash-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-trash-o {
    --fa: "\f2ed"
}

.fa.fa-home {
    --fa: "\f015"
}

.fa.fa-file-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-file-o {
    --fa: "\f15b"
}

.fa.fa-clock-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-clock-o {
    --fa: "\f017"
}

.fa.fa-arrow-circle-o-down {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-arrow-circle-o-down {
    --fa: "\f358"
}

.fa.fa-arrow-circle-o-up {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-arrow-circle-o-up {
    --fa: "\f35b"
}

.fa.fa-play-circle-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-play-circle-o {
    --fa: "\f144"
}

.fa.fa-repeat {
    --fa: "\f01e"
}

.fa.fa-rotate-right {
    --fa: "\f01e"
}

.fa.fa-refresh {
    --fa: "\f021"
}

.fa.fa-list-alt {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-list-alt {
    --fa: "\f022"
}

.fa.fa-dedent {
    --fa: "\f03b"
}

.fa.fa-video-camera {
    --fa: "\f03d"
}

.fa.fa-picture-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-picture-o {
    --fa: "\f03e"
}

.fa.fa-photo {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-photo {
    --fa: "\f03e"
}

.fa.fa-image {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-image {
    --fa: "\f03e"
}

.fa.fa-map-marker {
    --fa: "\f3c5"
}

.fa.fa-pencil-square-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-pencil-square-o {
    --fa: "\f044"
}

.fa.fa-edit {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-edit {
    --fa: "\f044"
}

.fa.fa-share-square-o {
    --fa: "\f14d"
}

.fa.fa-check-square-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-check-square-o {
    --fa: "\f14a"
}

.fa.fa-arrows {
    --fa: "\f0b2"
}

.fa.fa-times-circle-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-times-circle-o {
    --fa: "\f057"
}

.fa.fa-check-circle-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-check-circle-o {
    --fa: "\f058"
}

.fa.fa-mail-forward {
    --fa: "\f064"
}

.fa.fa-expand {
    --fa: "\f424"
}

.fa.fa-compress {
    --fa: "\f422"
}

.fa.fa-eye {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-eye-slash {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-warning {
    --fa: "\f071"
}

.fa.fa-calendar {
    --fa: "\f073"
}

.fa.fa-arrows-v {
    --fa: "\f338"
}

.fa.fa-arrows-h {
    --fa: "\f337"
}

.fa.fa-bar-chart {
    --fa: "\e0e3"
}

.fa.fa-bar-chart-o {
    --fa: "\e0e3"
}

.fa.fa-twitter-square {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-twitter-square {
    --fa: "\f081"
}

.fa.fa-facebook-square {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

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

.fa.fa-gears {
    --fa: "\f085"
}

.fa.fa-thumbs-o-up {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-thumbs-o-up {
    --fa: "\f164"
}

.fa.fa-thumbs-o-down {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-thumbs-o-down {
    --fa: "\f165"
}

.fa.fa-heart-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-heart-o {
    --fa: "\f004"
}

.fa.fa-sign-out {
    --fa: "\f2f5"
}

.fa.fa-linkedin-square {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

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

.fa.fa-thumb-tack {
    --fa: "\f08d"
}

.fa.fa-external-link {
    --fa: "\f35d"
}

.fa.fa-sign-in {
    --fa: "\f2f6"
}

.fa.fa-github-square {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-github-square {
    --fa: "\f092"
}

.fa.fa-lemon-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-lemon-o {
    --fa: "\f094"
}

.fa.fa-square-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-square-o {
    --fa: "\f0c8"
}

.fa.fa-bookmark-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-bookmark-o {
    --fa: "\f02e"
}

.fa.fa-twitter {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-facebook {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

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

.fa.fa-facebook-f {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

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

.fa.fa-github {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-credit-card {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-feed {
    --fa: "\f09e"
}

.fa.fa-hdd-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-hdd-o {
    --fa: "\f0a0"
}

.fa.fa-hand-o-right {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-hand-o-right {
    --fa: "\f0a4"
}

.fa.fa-hand-o-left {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-hand-o-left {
    --fa: "\f0a5"
}

.fa.fa-hand-o-up {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-hand-o-up {
    --fa: "\f0a6"
}

.fa.fa-hand-o-down {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-hand-o-down {
    --fa: "\f0a7"
}

.fa.fa-globe {
    --fa: "\f57d"
}

.fa.fa-tasks {
    --fa: "\f828"
}

.fa.fa-arrows-alt {
    --fa: "\f31e"
}

.fa.fa-group {
    --fa: "\f0c0"
}

.fa.fa-chain {
    --fa: "\f0c1"
}

.fa.fa-cut {
    --fa: "\f0c4"
}

.fa.fa-files-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-files-o {
    --fa: "\f0c5"
}

.fa.fa-floppy-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-floppy-o {
    --fa: "\f0c7"
}

.fa.fa-save {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-save {
    --fa: "\f0c7"
}

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

.fa.fa-reorder {
    --fa: "\f0c9"
}

.fa.fa-magic {
    --fa: "\e2ca"
}

.fa.fa-pinterest {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-pinterest-square {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-pinterest-square {
    --fa: "\f0d3"
}

.fa.fa-google-plus-square {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-google-plus-square {
    --fa: "\f0d4"
}

.fa.fa-google-plus {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-google-plus {
    --fa: "\f0d5"
}

.fa.fa-money {
    --fa: "\f3d1"
}

.fa.fa-unsorted {
    --fa: "\f0dc"
}

.fa.fa-sort-desc {
    --fa: "\f0dd"
}

.fa.fa-sort-asc {
    --fa: "\f0de"
}

.fa.fa-linkedin {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

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

.fa.fa-rotate-left {
    --fa: "\f0e2"
}

.fa.fa-legal {
    --fa: "\f0e3"
}

.fa.fa-tachometer {
    --fa: "\f625"
}

.fa.fa-dashboard {
    --fa: "\f625"
}

.fa.fa-comment-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-comment-o {
    --fa: "\f075"
}

.fa.fa-comments-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-comments-o {
    --fa: "\f086"
}

.fa.fa-flash {
    --fa: "\f0e7"
}

.fa.fa-clipboard {
    --fa: "\f0ea"
}

.fa.fa-lightbulb-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-lightbulb-o {
    --fa: "\f0eb"
}

.fa.fa-exchange {
    --fa: "\f362"
}

.fa.fa-cloud-download {
    --fa: "\f0ed"
}

.fa.fa-cloud-upload {
    --fa: "\f0ee"
}

.fa.fa-bell-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-bell-o {
    --fa: "\f0f3"
}

.fa.fa-cutlery {
    --fa: "\f2e7"
}

.fa.fa-file-text-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-file-text-o {
    --fa: "\f15c"
}

.fa.fa-building-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-building-o {
    --fa: "\f1ad"
}

.fa.fa-hospital-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-hospital-o {
    --fa: "\f0f8"
}

.fa.fa-tablet {
    --fa: "\f3fa"
}

.fa.fa-mobile {
    --fa: "\f3cd"
}

.fa.fa-mobile-phone {
    --fa: "\f3cd"
}

.fa.fa-circle-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-circle-o {
    --fa: "\f111"
}

.fa.fa-mail-reply {
    --fa: "\f3e5"
}

.fa.fa-github-alt {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-folder-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-folder-o {
    --fa: "\f07b"
}

.fa.fa-folder-open-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-folder-open-o {
    --fa: "\f07c"
}

.fa.fa-smile-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-smile-o {
    --fa: "\f118"
}

.fa.fa-frown-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-frown-o {
    --fa: "\f119"
}

.fa.fa-meh-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-meh-o {
    --fa: "\f11a"
}

.fa.fa-keyboard-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-keyboard-o {
    --fa: "\f11c"
}

.fa.fa-flag-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-flag-o {
    --fa: "\f024"
}

.fa.fa-mail-reply-all {
    --fa: "\f122"
}

.fa.fa-star-half-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-star-half-o {
    --fa: "\f5c0"
}

.fa.fa-star-half-empty {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-star-half-empty {
    --fa: "\f5c0"
}

.fa.fa-star-half-full {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-star-half-full {
    --fa: "\f5c0"
}

.fa.fa-code-fork {
    --fa: "\f126"
}

.fa.fa-chain-broken {
    --fa: "\f127"
}

.fa.fa-unlink {
    --fa: "\f127"
}

.fa.fa-calendar-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-calendar-o {
    --fa: "\f133"
}

.fa.fa-maxcdn {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-html5 {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-css3 {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-unlock-alt {
    --fa: "\f09c"
}

.fa.fa-minus-square-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-minus-square-o {
    --fa: "\f146"
}

.fa.fa-level-up {
    --fa: "\f3bf"
}

.fa.fa-level-down {
    --fa: "\f3be"
}

.fa.fa-pencil-square {
    --fa: "\f14b"
}

.fa.fa-external-link-square {
    --fa: "\f360"
}

.fa.fa-compass {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-caret-square-o-down {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-caret-square-o-down {
    --fa: "\f150"
}

.fa.fa-toggle-down {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-toggle-down {
    --fa: "\f150"
}

.fa.fa-caret-square-o-up {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-caret-square-o-up {
    --fa: "\f151"
}

.fa.fa-toggle-up {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-toggle-up {
    --fa: "\f151"
}

.fa.fa-caret-square-o-right {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-caret-square-o-right {
    --fa: "\f152"
}

.fa.fa-toggle-right {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-toggle-right {
    --fa: "\f152"
}

.fa.fa-eur {
    --fa: "\f153"
}

.fa.fa-euro {
    --fa: "\f153"
}

.fa.fa-gbp {
    --fa: "\f154"
}

.fa.fa-usd {
    --fa: "\$"
}

.fa.fa-dollar {
    --fa: "\$"
}

.fa.fa-inr {
    --fa: "\e1bc"
}

.fa.fa-rupee {
    --fa: "\e1bc"
}

.fa.fa-jpy {
    --fa: "\f157"
}

.fa.fa-cny {
    --fa: "\f157"
}

.fa.fa-rmb {
    --fa: "\f157"
}

.fa.fa-yen {
    --fa: "\f157"
}

.fa.fa-rub {
    --fa: "\f158"
}

.fa.fa-ruble {
    --fa: "\f158"
}

.fa.fa-rouble {
    --fa: "\f158"
}

.fa.fa-krw {
    --fa: "\f159"
}

.fa.fa-won {
    --fa: "\f159"
}

.fa.fa-btc {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-bitcoin {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-bitcoin {
    --fa: "\f15a"
}

.fa.fa-file-text {
    --fa: "\f15c"
}

.fa.fa-sort-alpha-asc {
    --fa: "\f15d"
}

.fa.fa-sort-alpha-desc {
    --fa: "\f881"
}

.fa.fa-sort-amount-asc {
    --fa: "\f884"
}

.fa.fa-sort-amount-desc {
    --fa: "\f160"
}

.fa.fa-sort-numeric-asc {
    --fa: "\f162"
}

.fa.fa-sort-numeric-desc {
    --fa: "\f886"
}

.fa.fa-youtube-square {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-youtube-square {
    --fa: "\f431"
}

.fa.fa-youtube {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-xing {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-xing-square {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-xing-square {
    --fa: "\f169"
}

.fa.fa-youtube-play {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-youtube-play {
    --fa: "\f167"
}

.fa.fa-dropbox {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-stack-overflow {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-instagram {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-flickr {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-adn {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-bitbucket {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-bitbucket-square {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-bitbucket-square {
    --fa: "\f171"
}

.fa.fa-tumblr {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-tumblr-square {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-tumblr-square {
    --fa: "\f174"
}

.fa.fa-long-arrow-down {
    --fa: "\f309"
}

.fa.fa-long-arrow-up {
    --fa: "\f30c"
}

.fa.fa-long-arrow-left {
    --fa: "\f30a"
}

.fa.fa-long-arrow-right {
    --fa: "\f30b"
}

.fa.fa-apple {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-windows {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-android {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-linux {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-dribbble {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-skype {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-foursquare {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-trello {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-gratipay {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-gittip {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-gittip {
    --fa: "\f184"
}

.fa.fa-sun-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-sun-o {
    --fa: "\f185"
}

.fa.fa-moon-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-moon-o {
    --fa: "\f186"
}

.fa.fa-vk {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-weibo {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-renren {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-pagelines {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-stack-exchange {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-arrow-circle-o-right {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-arrow-circle-o-right {
    --fa: "\f35a"
}

.fa.fa-arrow-circle-o-left {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-arrow-circle-o-left {
    --fa: "\f359"
}

.fa.fa-caret-square-o-left {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-caret-square-o-left {
    --fa: "\f191"
}

.fa.fa-toggle-left {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-toggle-left {
    --fa: "\f191"
}

.fa.fa-dot-circle-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-dot-circle-o {
    --fa: "\f192"
}

.fa.fa-vimeo-square {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-vimeo-square {
    --fa: "\f194"
}

.fa.fa-try {
    --fa: "\e2bb"
}

.fa.fa-turkish-lira {
    --fa: "\e2bb"
}

.fa.fa-plus-square-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-plus-square-o {
    --fa: "\f0fe"
}

.fa.fa-slack {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-wordpress {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-openid {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-institution {
    --fa: "\f19c"
}

.fa.fa-bank {
    --fa: "\f19c"
}

.fa.fa-mortar-board {
    --fa: "\f19d"
}

.fa.fa-yahoo {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-google {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-reddit {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-reddit-square {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-reddit-square {
    --fa: "\f1a2"
}

.fa.fa-stumbleupon-circle {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-stumbleupon {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-delicious {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-digg {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-pied-piper-pp {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-pied-piper-alt {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-drupal {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-joomla {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-behance {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-behance-square {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-behance-square {
    --fa: "\f1b5"
}

.fa.fa-steam {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-steam-square {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-steam-square {
    --fa: "\f1b7"
}

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

.fa.fa-cab {
    --fa: "\f1ba"
}

.fa.fa-spotify {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-deviantart {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-soundcloud {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-file-pdf-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-file-pdf-o {
    --fa: "\f1c1"
}

.fa.fa-file-word-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-file-word-o {
    --fa: "\f1c2"
}

.fa.fa-file-excel-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-file-excel-o {
    --fa: "\f1c3"
}

.fa.fa-file-powerpoint-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-file-powerpoint-o {
    --fa: "\f1c4"
}

.fa.fa-file-image-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-file-image-o {
    --fa: "\f1c5"
}

.fa.fa-file-photo-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-file-photo-o {
    --fa: "\f1c5"
}

.fa.fa-file-picture-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-file-picture-o {
    --fa: "\f1c5"
}

.fa.fa-file-archive-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-file-archive-o {
    --fa: "\f1c6"
}

.fa.fa-file-zip-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-file-zip-o {
    --fa: "\f1c6"
}

.fa.fa-file-audio-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-file-audio-o {
    --fa: "\f1c7"
}

.fa.fa-file-sound-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-file-sound-o {
    --fa: "\f1c7"
}

.fa.fa-file-video-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-file-video-o {
    --fa: "\f1c8"
}

.fa.fa-file-movie-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-file-movie-o {
    --fa: "\f1c8"
}

.fa.fa-file-code-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-file-code-o {
    --fa: "\f1c9"
}

.fa.fa-vine {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-codepen {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-jsfiddle {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

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

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

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

.fa.fa-support {
    --fa: "\f1cd"
}

.fa.fa-circle-o-notch {
    --fa: "\f1ce"
}

.fa.fa-rebel {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-ra {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-ra {
    --fa: "\f1d0"
}

.fa.fa-resistance {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-resistance {
    --fa: "\f1d0"
}

.fa.fa-empire {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-ge {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-ge {
    --fa: "\f1d1"
}

.fa.fa-git-square {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-git-square {
    --fa: "\f1d2"
}

.fa.fa-git {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-hacker-news {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-y-combinator-square {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-y-combinator-square {
    --fa: "\f1d4"
}

.fa.fa-yc-square {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-yc-square {
    --fa: "\f1d4"
}

.fa.fa-tencent-weibo {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-qq {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-weixin {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-wechat {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-wechat {
    --fa: "\f1d7"
}

.fa.fa-send {
    --fa: "\f1d8"
}

.fa.fa-paper-plane-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-paper-plane-o {
    --fa: "\f1d8"
}

.fa.fa-send-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-send-o {
    --fa: "\f1d8"
}

.fa.fa-circle-thin {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-circle-thin {
    --fa: "\f111"
}

.fa.fa-header {
    --fa: "\f1dc"
}

.fa.fa-futbol-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-futbol-o {
    --fa: "\f1e3"
}

.fa.fa-soccer-ball-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-soccer-ball-o {
    --fa: "\f1e3"
}

.fa.fa-slideshare {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-twitch {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-yelp {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-newspaper-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-newspaper-o {
    --fa: "\f1ea"
}

.fa.fa-paypal {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-google-wallet {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-cc-visa {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-cc-mastercard {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-cc-discover {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-cc-amex {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-cc-paypal {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-cc-stripe {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-bell-slash-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-bell-slash-o {
    --fa: "\f1f6"
}

.fa.fa-trash {
    --fa: "\f2ed"
}

.fa.fa-copyright {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-eyedropper {
    --fa: "\f1fb"
}

.fa.fa-area-chart {
    --fa: "\f1fe"
}

.fa.fa-pie-chart {
    --fa: "\f200"
}

.fa.fa-line-chart {
    --fa: "\f201"
}

.fa.fa-lastfm {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-lastfm-square {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-lastfm-square {
    --fa: "\f203"
}

.fa.fa-ioxhost {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-angellist {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-cc {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-cc {
    --fa: "\f20a"
}

.fa.fa-ils {
    --fa: "\f20b"
}

.fa.fa-shekel {
    --fa: "\f20b"
}

.fa.fa-sheqel {
    --fa: "\f20b"
}

.fa.fa-buysellads {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-connectdevelop {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-dashcube {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-forumbee {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-leanpub {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-sellsy {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-shirtsinbulk {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-simplybuilt {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-skyatlas {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-diamond {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-diamond {
    --fa: "\f3a5"
}

.fa.fa-transgender {
    --fa: "\f224"
}

.fa.fa-intersex {
    --fa: "\f224"
}

.fa.fa-transgender-alt {
    --fa: "\f225"
}

.fa.fa-facebook-official {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-facebook-official {
    --fa: "\f09a"
}

.fa.fa-pinterest-p {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-whatsapp {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-hotel {
    --fa: "\f236"
}

.fa.fa-viacoin {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-medium {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-y-combinator {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-yc {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-yc {
    --fa: "\f23b"
}

.fa.fa-optin-monster {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-opencart {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-expeditedssl {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-battery-4 {
    --fa: "\f240"
}

.fa.fa-battery {
    --fa: "\f240"
}

.fa.fa-battery-3 {
    --fa: "\f241"
}

.fa.fa-battery-2 {
    --fa: "\f242"
}

.fa.fa-battery-1 {
    --fa: "\f243"
}

.fa.fa-battery-0 {
    --fa: "\f244"
}

.fa.fa-object-group {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-object-ungroup {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-sticky-note-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-sticky-note-o {
    --fa: "\f249"
}

.fa.fa-cc-jcb {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-cc-diners-club {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-clone {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-hourglass-o {
    --fa: "\f254"
}

.fa.fa-hourglass-1 {
    --fa: "\f251"
}

.fa.fa-hourglass-2 {
    --fa: "\f252"
}

.fa.fa-hourglass-3 {
    --fa: "\f253"
}

.fa.fa-hand-rock-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-hand-rock-o {
    --fa: "\f255"
}

.fa.fa-hand-grab-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-hand-grab-o {
    --fa: "\f255"
}

.fa.fa-hand-paper-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-hand-paper-o {
    --fa: "\f256"
}

.fa.fa-hand-stop-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-hand-stop-o {
    --fa: "\f256"
}

.fa.fa-hand-scissors-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-hand-scissors-o {
    --fa: "\f257"
}

.fa.fa-hand-lizard-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-hand-lizard-o {
    --fa: "\f258"
}

.fa.fa-hand-spock-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-hand-spock-o {
    --fa: "\f259"
}

.fa.fa-hand-pointer-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-hand-pointer-o {
    --fa: "\f25a"
}

.fa.fa-hand-peace-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-hand-peace-o {
    --fa: "\f25b"
}

.fa.fa-registered {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-creative-commons {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-gg {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-gg-circle {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-odnoklassniki {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-odnoklassniki-square {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-odnoklassniki-square {
    --fa: "\f264"
}

.fa.fa-get-pocket {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-wikipedia-w {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-safari {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-chrome {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-firefox {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-opera {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-internet-explorer {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-television {
    --fa: "\f26c"
}

.fa.fa-contao {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-500px {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-amazon {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-calendar-plus-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-calendar-plus-o {
    --fa: "\f271"
}

.fa.fa-calendar-minus-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-calendar-minus-o {
    --fa: "\f272"
}

.fa.fa-calendar-times-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-calendar-times-o {
    --fa: "\f273"
}

.fa.fa-calendar-check-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-calendar-check-o {
    --fa: "\f274"
}

.fa.fa-map-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-map-o {
    --fa: "\f279"
}

.fa.fa-commenting {
    --fa: "\f4ad"
}

.fa.fa-commenting-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-commenting-o {
    --fa: "\f4ad"
}

.fa.fa-houzz {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-vimeo {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-vimeo {
    --fa: "\f27d"
}

.fa.fa-black-tie {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-fonticons {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-reddit-alien {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-edge {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

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

.fa.fa-codiepie {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-modx {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-fort-awesome {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-usb {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-product-hunt {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-mixcloud {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-scribd {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-pause-circle-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-pause-circle-o {
    --fa: "\f28b"
}

.fa.fa-stop-circle-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-stop-circle-o {
    --fa: "\f28d"
}

.fa.fa-bluetooth {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-bluetooth-b {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-gitlab {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-wpbeginner {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-wpforms {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-envira {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-wheelchair-alt {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-wheelchair-alt {
    --fa: "\f368"
}

.fa.fa-question-circle-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-question-circle-o {
    --fa: "\f059"
}

.fa.fa-volume-control-phone {
    --fa: "\f2a0"
}

.fa.fa-asl-interpreting {
    --fa: "\f2a3"
}

.fa.fa-deafness {
    --fa: "\f2a4"
}

.fa.fa-hard-of-hearing {
    --fa: "\f2a4"
}

.fa.fa-glide {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-glide-g {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-signing {
    --fa: "\f2a7"
}

.fa.fa-viadeo {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-viadeo-square {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-viadeo-square {
    --fa: "\f2aa"
}

.fa.fa-snapchat {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-snapchat-ghost {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-snapchat-ghost {
    --fa: "\f2ab"
}

.fa.fa-snapchat-square {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-snapchat-square {
    --fa: "\f2ad"
}

.fa.fa-pied-piper {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-first-order {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-yoast {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-themeisle {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-google-plus-official {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-google-plus-official {
    --fa: "\f2b3"
}

.fa.fa-google-plus-circle {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-google-plus-circle {
    --fa: "\f2b3"
}

.fa.fa-font-awesome {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-fa {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-fa {
    --fa: "\f2b4"
}

.fa.fa-handshake-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-handshake-o {
    --fa: "\f2b5"
}

.fa.fa-envelope-open-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-envelope-open-o {
    --fa: "\f2b6"
}

.fa.fa-linode {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-address-book-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-address-book-o {
    --fa: "\f2b9"
}

.fa.fa-vcard {
    --fa: "\f2bb"
}

.fa.fa-address-card-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-address-card-o {
    --fa: "\f2bb"
}

.fa.fa-vcard-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-vcard-o {
    --fa: "\f2bb"
}

.fa.fa-user-circle-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-user-circle-o {
    --fa: "\f2bd"
}

.fa.fa-user-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-user-o {
    --fa: "\f007"
}

.fa.fa-id-badge {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-drivers-license {
    --fa: "\f2c2"
}

.fa.fa-id-card-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-id-card-o {
    --fa: "\f2c2"
}

.fa.fa-drivers-license-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-drivers-license-o {
    --fa: "\f2c2"
}

.fa.fa-quora {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-free-code-camp {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-telegram {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-thermometer-4 {
    --fa: "\f2c7"
}

.fa.fa-thermometer {
    --fa: "\f2c7"
}

.fa.fa-thermometer-3 {
    --fa: "\f2c8"
}

.fa.fa-thermometer-2 {
    --fa: "\f2c9"
}

.fa.fa-thermometer-1 {
    --fa: "\f2ca"
}

.fa.fa-thermometer-0 {
    --fa: "\f2cb"
}

.fa.fa-bathtub {
    --fa: "\f2cd"
}

.fa.fa-s15 {
    --fa: "\f2cd"
}

.fa.fa-window-maximize {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-window-restore {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-times-rectangle {
    --fa: "\f410"
}

.fa.fa-window-close-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-window-close-o {
    --fa: "\f410"
}

.fa.fa-times-rectangle-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-times-rectangle-o {
    --fa: "\f410"
}

.fa.fa-bandcamp {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-grav {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-etsy {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-imdb {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-ravelry {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-eercast {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-eercast {
    --fa: "\f2da"
}

.fa.fa-snowflake-o {
    font-family: "Font Awesome 7 Pro";
    font-weight: 400
}

.fa.fa-snowflake-o {
    --fa: "\f2dc"
}

.fa.fa-superpowers {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-wpexplorer {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

.fa.fa-meetup {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400
}

@font-face {
    font-family: FontCustom;
    src: url(../0000/font/font-custom/1.0.18/FontCustom.woff) format("woff"), url(../0000/font/font-custom/1.0.18/FontCustom.ttf) format("truetype"), url(../0000/font/font-custom/1.0.18/FontCustom.svg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

.fc {
    display: inline-block;
    font-family: FontCustom !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fc-cookie:before {
    content: "\e912"
}

.fc-hooba-imagotip:before {
    content: "\e906"
}

.fc-hooba-isotip:before {
    content: "\e908"
}

.fc-hooba-logotip:before {
    content: "\e909"
}

.fc-envelope-open:before {
    content: "\e913"
}

.fc-angle-down:before {
    content: "\e900"
}

.fc-angle-left:before {
    content: "\e901"
}

.fc-angle-obtuse-left:before {
    content: "\e902"
}

.fc-angle-obtuse-right:before {
    content: "\e903"
}

.fc-angle-right:before {
    content: "\e904"
}

.fc-angle-up:before {
    content: "\e905"
}

.fc-globe-o:before {
    content: "\e907"
}

.fc-magnifying-glass:before {
    content: "\e90a"
}

.fc-map-marker-o:before {
    content: "\e90b"
}

.fc-percentage:before {
    content: "\e90c"
}

.fc-phone-call-o:before {
    content: "\e90d"
}

.fc-shopping-bag-o:before {
    content: "\e90e"
}

.fc-xxss-tripadvisor:before {
    content: "\e90f"
}

.fc-user-o:before {
    content: "\e910"
}

.fc-whatsapp-o:before {
    content: "\e911"
}

.fc-xxss-wikiloc:before {
    content: "\e914"
}

.fc-xxss-issuu:before {
    content: "\e915"
}

.fc-xxss-imdb:before {
    content: "\e916"
}

.fc-xxss-ivoox:before {
    content: "\e918"
}

.fc-xxss-applepodcast:before {
    content: "\e917"
}

.fc-xxss-applemusic:before {
    content: "\e919"
}

.fc-xxss-wallapop:before {
    content: "\e91a"
}

.fc-xxss-models:before {
    content: "\e91b"
}

.contingut--spacing {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.h100 {
    min-height: 100vh
}

figure {
    margin: 0
}

.button-loader {
    margin-left: 5px !important;
    display: none
}

.button-loader.button-loader-visible {
    display: inline-block
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.object-fit-cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.object-fit-contain {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.object-fit-none {
    width: 100%;
    height: 100%;
    -o-object-fit: none;
    object-fit: none
}

.object-position-top-left {
    -o-object-position: top left;
    object-position: top left
}

.object-position-top-center {
    -o-object-position: top center;
    object-position: top center
}

.object-position-top-right {
    -o-object-position: top right;
    object-position: top right
}

.object-position-center-left {
    -o-object-position: center left;
    object-position: center left
}

.object-position-center-center {
    -o-object-position: center center;
    object-position: center center
}

.object-position-center-right {
    -o-object-position: center right;
    object-position: center right
}

.object-position-bottom-left {
    -o-object-position: bottom left;
    object-position: bottom left
}

.object-position-bottom-center {
    -o-object-position: bottom center;
    object-position: bottom center
}

.object-position-bottom-right {
    -o-object-position: bottom right;
    object-position: bottom right
}

.text-bold {
    font-weight: 700
}

.text-underline {
    text-decoration: underline
}

.text-uppercase {
    text-transform: uppercase
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

@media screen and (max-width:639.98px) {
    .text-sm-only-center {
        text-align: center
    }

    .text-sm-only-left {
        text-align: left
    }

    .text-sm-only-right {
        text-align: right
    }
}

@media screen {
    .text-sm-center {
        text-align: center
    }

    .text-sm-left {
        text-align: left
    }

    .text-sm-right {
        text-align: right
    }
}

@media screen and (min-width:640px) and (max-width:1023.98px) {
    .text-md-only-center {
        text-align: center
    }

    .text-md-only-left {
        text-align: left
    }

    .text-md-only-right {
        text-align: right
    }
}

@media screen and (min-width:640px) {
    .text-md-center {
        text-align: center
    }

    .text-md-left {
        text-align: left
    }

    .text-md-right {
        text-align: right
    }
}

@media screen and (min-width:1024px) and (max-width:1279.98px) {
    .text-lg-only-center {
        text-align: center
    }

    .text-lg-only-left {
        text-align: left
    }

    .text-lg-only-right {
        text-align: right
    }
}

@media screen and (min-width:1024px) {
    .text-lg-center {
        text-align: center
    }

    .text-lg-left {
        text-align: left
    }

    .text-lg-right {
        text-align: right
    }
}

.clndr {
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: 1rem
}

.clndr-widget {
    position: relative
}

.clndr-content {
    position: relative
}

.clndr-grid {
    padding: .5rem
}

.clndr-grid-title {
    margin: 0 0 .25rem 0;
    line-height: 2rem;
    font-size: .85em;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize
}

.clndr-grid-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 0 .25rem 0
}

.clndr-grid-header-day {
    width: calc(14.2857142857% - 4px);
    margin: 0 2px;
    padding: 2px 4px;
    font-size: .75em;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase
}

.clndr-grid-days {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.clndr-grid-days .day {
    position: relative;
    width: calc(14.2857142857% - 4px);
    margin: 2px;
    padding: 2px 4px 10px 4px;
    font-size: .85em;
    text-align: center;
    -webkit-transition: color 250ms ease, background-color 250ms ease;
    transition: color 250ms ease, background-color 250ms ease
}

.clndr-grid-days .day:hover {
    background-color: #f9f9f9
}

.clndr-grid-days .adjacent-month,
.clndr-grid-days .last-month,
.clndr-grid-days .next-month {
    opacity: 0
}

.clndr-grid-days .inactive {
    opacity: .2;
    pointer-events: none
}

.clndr-grid-days .event {
    cursor: pointer
}

.clndr-grid-days .event-bullets {
    position: absolute;
    bottom: 4px;
    left: 4px;
    right: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.clndr-grid-days .event-bullets .event-bullet {
    background-color: #000
}

.clndr-grid-days .event-bullet {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 2px;
    border-radius: 100%
}

.clndr-grid--months-12 .adjacent-month,
.clndr-grid--months-12 .last-month,
.clndr-grid--months-12 .next-month {
    opacity: 0;
    pointer-events: none
}

.clndr-next-button,
.clndr-previous-button {
    position: absolute;
    top: .9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    font-size: 1.5rem;
    cursor: pointer;
    -webkit-transition: color 250ms ease, background-color 250ms ease, opacity 250ms ease;
    transition: color 250ms ease, background-color 250ms ease, opacity 250ms ease
}

.clndr-next-button:hover,
.clndr-previous-button:hover {
    background-color: #f9f9f9
}

.clndr-previous-button {
    left: .5rem
}

.clndr-next-button {
    right: .5rem
}

.clndr-events {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 250ms ease;
    transition: opacity 250ms ease
}

.clndr-events-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    -webkit-transition: -webkit-transform 250ms ease;
    transition: -webkit-transform 250ms ease;
    transition: transform 250ms ease;
    transition: transform 250ms ease, -webkit-transform 250ms ease
}

.clndr-events--centered {
    background-color: rgba(255, 255, 255, .75)
}

.clndr-events--centered .clndr-events-inner {
    width: 480px;
    height: 480px;
    max-width: calc(100% - 1rem);
    max-height: calc(100% - 1rem);
    border: 1px solid #f0f0f0;
    -webkit-box-shadow: 0 2px 20px -6px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 20px -6px rgba(0, 0, 0, .15)
}

.clndr-events--visible {
    opacity: 1;
    pointer-events: auto
}

.clndr-events--visible .clndr-events-inner {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.clndr-events-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.clndr-events-header-title {
    padding: 4px 8px;
    font-size: .85em;
    font-weight: 600
}

.clndr-events-header-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2em;
    height: 1.5em;
    font-size: 1.2rem;
    text-align: center;
    cursor: pointer;
    -webkit-transition: color 250ms ease, background-color 250ms ease, opacity 250ms ease;
    transition: color 250ms ease, background-color 250ms ease, opacity 250ms ease
}

.clndr-events-header-close:hover {
    background-color: #f9f9f9
}

.clndr-events-list {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 4px
}

.clndr-events-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 4px 6px;
    color: inherit;
    font-size: .9em;
    text-decoration: none;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease
}

.clndr-events-item:hover {
    text-decoration: none;
    background-color: #f9f9f9
}

.clndr-events-item-color {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 0 10px 0 0
}

.clndr-events-item-title {
    line-height: 1.25;
    font-weight: 600
}

.clndr-events-item-text {
    font-size: .85em;
    opacity: .75
}

.clndr-legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 4px .5rem
}

.clndr-legend-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px 6px
}

.clndr-legend-item-color {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    width: 6px;
    height: 6px;
    margin: 0 3px 0 0;
    border-radius: 100%
}

.clndr-legend-item-text {
    color: inherit;
    font-size: .75em
}

@media screen and (min-width:1024px) {
    .clndr-grid {
        padding: 1rem
    }

    .clndr-legend {
        padding: 4px .8rem
    }
}

.attachment-list {
    list-style: none
}

.attachment-list>li:not(:first-child) {
    margin-top: .25rem
}

.attachment-item {
    display: block;
    margin: 0;
    padding: 10px 14px
}

.attachment-item:hover {
    text-decoration: none
}

.attachment-item-name {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 12px;
    font-size: 14px
}

.attachment-item-size {
    margin: 0 0 0 6px;
    font-size: 12px;
    opacity: .75
}

.attachment-item .fa {
    font-size: 15px
}

.agenda-item .btn {
    text-align: center;
    width: 100%
}

.agenda-item-image .btn {
    width: auto
}

.button-top {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    z-index: 999;
    outline: 0;
    background-color: transparent;
    border-color: transparent;
    border-radius: 50%;
    border-width: 0;
    border-style: solid;
    -webkit-box-shadow: rgba(0, 0, 0, .3) 0 4px 12px 0;
    box-shadow: rgba(0, 0, 0, .3) 0 4px 12px 0;
    color: #000;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.button-top span {
    font-size: 1.2rem
}

.button-top span:hover:after {
    background: rgba(0, 0, 0, .1)
}

.button-top.visible {
    opacity: 1;
    pointer-events: auto
}

.button-top--position-top-left {
    top: 20px;
    left: 20px
}

.button-top--position-top-center {
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.button-top--position-top-right {
    top: 20px;
    right: 20px
}

.button-top--position-middle-left {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px
}

.button-top--position-middle-right {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px
}

.button-top--position-bottom-left {
    bottom: 20px;
    left: 20px
}

.button-top--position-bottom-center {
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.button-top--position-bottom-right {
    bottom: 20px;
    right: 20px
}

.button-cookies {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    outline: 0;
    border-radius: 50%;
    -webkit-box-shadow: rgba(0, 0, 0, .3) 0 4px 12px 0;
    box-shadow: rgba(0, 0, 0, .3) 0 4px 12px 0;
    width: 64px;
    height: 64px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 999;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.button-cookies span {
    font-size: 1.2rem
}

.button-cookies:hover {
    text-decoration: none
}

.button-cookies.visible {
    opacity: 1;
    pointer-events: auto
}

.button-cookies--position-bottom-left {
    bottom: 20px;
    left: 20px
}

.button-cookies--position-bottom-center {
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.button-cookies--position-bottom-right {
    bottom: 20px;
    right: 20px
}

@-webkit-keyframes fade-in {
    0% {
        bottom: calc(96px - 30px);
        opacity: 0
    }

    100% {
        bottom: 96px;
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        bottom: calc(96px - 30px);
        opacity: 0
    }

    100% {
        bottom: 96px;
        opacity: 1
    }
}

@-webkit-keyframes fade-out {
    0% {
        bottom: 96px;
        opacity: 1
    }

    100% {
        bottom: calc(96px - 30px);
        opacity: 0
    }
}

@keyframes fade-out {
    0% {
        bottom: 96px;
        opacity: 1
    }

    100% {
        bottom: calc(96px - 30px);
        opacity: 0
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

@-webkit-keyframes dot1 {
    0% {
        background-color: #b6b5ba
    }

    15% {
        background-color: #111
    }

    25% {
        background-color: #b6b5ba
    }
}

@keyframes dot1 {
    0% {
        background-color: #b6b5ba
    }

    15% {
        background-color: #111
    }

    25% {
        background-color: #b6b5ba
    }
}

@-webkit-keyframes dot2 {
    15% {
        background-color: #b6b5ba
    }

    25% {
        background-color: #111
    }

    35% {
        background-color: #b6b5ba
    }
}

@keyframes dot2 {
    15% {
        background-color: #b6b5ba
    }

    25% {
        background-color: #111
    }

    35% {
        background-color: #b6b5ba
    }
}

@-webkit-keyframes dot3 {
    25% {
        background-color: #b6b5ba
    }

    35% {
        background-color: #111
    }

    45% {
        background-color: #b6b5ba
    }
}

@keyframes dot3 {
    25% {
        background-color: #b6b5ba
    }

    35% {
        background-color: #111
    }

    45% {
        background-color: #b6b5ba
    }
}

.whatsapp-wrapper {
    position: fixed;
    z-index: 999;
    inset: auto 0 0 auto;
    margin: 20px
}

.whatsapp-floating-btn {
    position: relative;
    max-width: 100%;
    outline: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #fff;
    border-color: transparent;
    border-radius: 50%;
    border-width: 0;
    border-style: solid;
    -webkit-box-shadow: rgba(0, 0, 0, .3) 0 4px 12px 0;
    box-shadow: rgba(0, 0, 0, .3) 0 4px 12px 0;
    color: #028a02;
    cursor: pointer;
    padding: 0
}

.whatsapp-floating-btn .fa.fa-whatsapp {
    position: relative;
    width: 100%;
    z-index: 5;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px
}

.whatsapp-floating-btn .fa.fa-whatsapp:after {
    content: "";
    position: absolute;
    -webkit-transition: background 1s;
    transition: background 1s;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.whatsapp-floating-btn .fa.fa-whatsapp:hover:after {
    background: rgba(37, 211, 102, .1)
}

.whatsapp-floating-btn.inverted {
    background-color: #028a02;
    color: #fff
}

.whatsapp-floating-btn .red-dot {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 10px;
    height: 10px;
    z-index: 1;
    background-color: red;
    border-radius: 50%;
    display: block !important
}

.whatsapp-floating-btn:after,
.whatsapp-floating-btn:before {
    content: "";
    position: absolute;
    z-index: 0;
    border: 1px solid #028a02;
    border-radius: 50%;
    inset: -2px;
    opacity: 0
}

.whatsapp-floating-btn.animated-pulse:after,
.whatsapp-floating-btn.animated-pulse:before {
    -webkit-animation: 1s linear infinite pulse;
    animation: 1s linear infinite pulse
}

.whatsapp-floating-btn.animated-pulse:after {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.whatsapp-chat {
    overflow: hidden;
    position: fixed;
    right: 20px;
    bottom: 96px;
    left: auto;
    width: 360px;
    -webkit-box-shadow: rgba(0, 0, 0, .1) 12px 12px 24px 12px;
    box-shadow: rgba(0, 0, 0, .1) 12px 12px 24px 12px;
    border-radius: 20px;
    display: block;
    font-size: 16px;
    pointer-events: none;
    -ms-touch-action: none;
    touch-action: none;
    visibility: hidden
}

.whatsapp-chat.animated-open {
    -webkit-animation: fade-in 1s ease;
    animation: fade-in 1s ease
}

.whatsapp-chat.animated-close {
    -webkit-animation: fade-out 1s ease;
    animation: fade-out 1s ease
}

.whatsapp-chat-open-btn {
    overflow: hidden;
    width: calc(100% - 40px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #028a02;
    border: none;
    border-radius: 24px;
    color: #fff;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    font-weight: 700;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px;
    padding: 8px 10px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.whatsapp-chat-open-btn .whatsapp-icon {
    font-size: 1.75rem;
    margin: 0 8px 0 0
}

.whatsapp-chat-open-btn:after {
    content: "";
    position: absolute;
    -webkit-transition: background .25s;
    transition: background .25s;
    width: inherit;
    height: 50px;
    background: rgba(255, 255, 255, .1)
}

.whatsapp-chat-open-btn:hover:after {
    background: rgba(255, 255, 255, .2)
}

.whatsapp-chat-close-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    outline: transparent;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    font-size: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: .4;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.whatsapp-chat-close-btn:hover {
    opacity: .8
}

.whatsapp-chat-name {
    font-weight: 700;
    margin-bottom: 4px
}

.whatsapp-chat-hour {
    color: #a3a3a3;
    font-size: 12px;
    line-height: 16px;
    margin: 4px 0 -4px -8px;
    text-align: right
}

.whatsapp-chat-header {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #095e54;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.whatsapp-chat-header-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 20px
}

.whatsapp-chat-header-content-logo {
    position: relative;
    width: 52px;
    height: 52px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-box-shadow: rgba(17, 17, 17, .1) 0 0 2px inset;
    box-shadow: rgba(17, 17, 17, .1) 0 0 2px inset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 15px 0 0
}

.whatsapp-chat-header-content-logo:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    z-index: 15;
    background-color: #028a02;
    border: 2px solid #095e54;
    border-radius: 50%;
    display: block
}

.whatsapp-chat-header-content-logo:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color: #fff;
    border-radius: 50%;
    opacity: .15
}

.whatsapp-chat-header-content-logo>img {
    overflow: hidden;
    border-radius: 50%;
    z-index: 10
}

.whatsapp-chat-header-content-logo>span {
    font-size: 1.5rem;
    opacity: .35
}

.whatsapp-chat-header .whatsapp-chat-status {
    font-size: 13px
}

.whatsapp-chat-body {
    position: relative;
    background-color: #e6ddd4;
    color: #000;
    max-height: 382px;
    padding: 20px 20px 20px 10px
}

.whatsapp-chat-body-loading {
    position: relative;
    width: 52.5px;
    height: 32px;
    z-index: 20;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 16px;
    -webkit-box-shadow: rgba(0, 0, 0, .13) 0 1px .5px;
    box-shadow: rgba(0, 0, 0, .13) 0 1px .5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 10px;
    opacity: 1;
    -webkit-transition: all .1s ease 0s;
    transition: all .1s ease 0s
}

.whatsapp-chat-body-loading div[class*=dot-] {
    position: relative;
    top: 0;
    width: 5px;
    height: 5px;
    background-color: #76767d;
    border-radius: 50%;
    display: inline-block !important;
    margin: 0 2px;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.whatsapp-chat-body-loading .dot-1 {
    -webkit-animation: dot1;
    animation: dot1
}

.whatsapp-chat-body-loading .dot-2 {
    -webkit-animation: dot2;
    animation: dot2
}

.whatsapp-chat-body-loading .dot-3 {
    -webkit-animation: dot3;
    animation: dot3
}

.whatsapp-chat-body-bubble {
    position: relative;
    z-index: 20;
    background-color: #fff;
    border-radius: 0 8px 8px;
    color: #111;
    font-size: 14px;
    line-height: 1.39;
    margin: 4px 0 0 15px;
    max-width: calc(100% - 66px);
    display: none;
    padding: 7px 14px 6px
}

.whatsapp-chat-body-bubble:before {
    content: "";
    position: absolute;
    top: 0;
    left: -12px;
    width: 12px;
    height: 19px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.whatsapp-chat-body-bubble .whatsapp-chat-name {
    color: #76767d;
    font-size: 13px
}

.whatsapp-chat-body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../web/img/whatsapp.png);
    display: block;
    opacity: .08
}

.whatsapp-chat-footer {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:639.98px) {
    .whatsapp-chat {
        width: 75%
    }
}

@media (max-height:460px) and (orientation:landscape) {
    @-webkit-keyframes fade-in {
        0% {
            bottom: calc(20px - 30px);
            opacity: 0
        }

        100% {
            bottom: 20px;
            opacity: 1
        }
    }

    @keyframes fade-in {
        0% {
            bottom: calc(20px - 30px);
            opacity: 0
        }

        100% {
            bottom: 20px;
            opacity: 1
        }
    }

    @-webkit-keyframes fade-out {
        0% {
            bottom: 20px;
            opacity: 1
        }

        100% {
            bottom: calc(20px - 30px);
            opacity: 0
        }
    }

    @keyframes fade-out {
        0% {
            bottom: 20px;
            opacity: 1
        }

        100% {
            bottom: calc(20px - 30px);
            opacity: 0
        }
    }

    .whatsapp-chat {
        zoom: 85%;
        width: 75%;
        bottom: 20px;
        right: 115px
    }
}

.cart-error {
    margin-bottom: 5px
}

.cart-error>td {
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-top: 0 none !important
}

.cart-error-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px;
    color: #fa9600;
    background-color: rgba(250, 150, 0, .1)
}

.cart-error-box:not(:first-child) {
    margin-top: 5px
}

.cart-error-box .fa {
    margin-right: .5em;
    font-size: 2em
}

.cart-info {
    margin-bottom: 5px
}

.cart-info>td {
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-top: 0 none !important
}

.cart-info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px;
    color: #333;
    background-color: #fafafa
}

.cart-info-box .fa {
    margin-right: .5em;
    font-size: 2em
}

.compra h3 span {
    vertical-align: middle;
    display: inline-block
}

.compra h3 .number {
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    width: 18px;
    height: 18px;
    font-size: 11px;
    line-height: 18px
}

.article_afegit img {
    width: 100%
}

.article_afegit .btn {
    padding: 10px 20px
}

.article_afegit .titol {
    font-size: 18px;
    line-height: 1.2
}

.estoc-no {
    display: inline-block;
    line-height: 1;
    padding: 5px 7px;
    color: #fff;
    background-color: #d61c1c;
    font-size: .875em;
    border-radius: 5px;
    font-weight: 500
}

.estoc-insuficient {
    list-style: none;
    margin: 10px 0 0 0
}

.estoc-insuficient li {
    line-height: 1.25
}

.estoc-insuficient li:not(:first-child) {
    margin-top: 6px;
    padding-top: 6px;
    border-top: .5px dashed #eee
}

.estoc-insuficient-article {
    font-weight: 600
}

.estoc-insuficient-atributs {
    font-size: .9em;
    opacity: .75
}

.estoc-insuficient-estoc {
    text-decoration: underline
}

.variant-configurador-atribut {
    margin-top: .5em
}

.variant-configurador-atribut label {
    line-height: 1
}

.variant-configurador-atribut-valor {
    margin: 0 5px 10px 0;
    padding: 8px 10px;
    border: 1px dotted #ddd;
    color: #ddd;
    display: inline-block;
    cursor: not-allowed;
    line-height: 1
}

.variant-configurador-atribut-valor-actiu {
    border: 1px solid #aaa !important;
    color: #000;
    cursor: pointer !important
}

.variant-configurador-atribut-valor-triat {
    border: 1px solid #aaa !important;
    color: #000;
    background: #f2f2f2
}

.configuracio-atribut {
    margin-bottom: 1rem
}

@media screen and (min-width:640px) {
    .article_afegit {
        max-width: 510px;
        min-width: 450px
    }
}

.card {
    overflow: hidden;
    position: relative;
    display: block
}

.card-image {
    display: block
}

.card-image img {
    display: inline-block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.card-content {
    padding: 1em 1.25em
}

.card-title {
    display: block;
    width: 100%;
    color: inherit;
    margin-bottom: 0
}

.card-description {
    margin-top: .9em;
    width: 100%
}

.card-description p:not(:last-child) {
    margin-bottom: 1em
}

.card-description ol,
.card-description ul {
    margin: 0 0 1em 1.5em;
    list-style-position: outside;
    padding: 0
}

.card-description ol li,
.card-description ul li {
    margin-top: .2em
}

.card-description ul {
    list-style-type: disc
}

.card .btn {
    margin-top: .9em
}

.card-align-text-center .card-content {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card-align-text-left .card-content {
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.card-align-text-right .card-content {
    text-align: right;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.card-align-text-under .card-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.card-title a {
    color: inherit !important
}

.card.card-vertical-top .card-content {
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.card.card-vertical-center .card-content {
    -ms-flex-line-pack: center;
    align-content: center
}

.card.card-vertical-bottom .card-content {
    -ms-flex-line-pack: end;
    align-content: flex-end
}

.card-align-under .card-image {
    width: 100%
}

.card-align-under .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.card-align-under .card-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-align-under.card-vertical-top .card-content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.card-align-under.card-vertical-center .card-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.card-align-under.card-vertical-bottom .card-content {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (min-width:640px) {
    .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .card-align-center {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .card-align-center .card-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .card-align-left,
    .card-align-right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .card-align-left .card-image,
    .card-align-right .card-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        width: 40%
    }

    .card-align-right .card-image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .card-align-right .card-content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .card-content {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
}

@media screen and (min-width:640px) and (max-width:1023.98px) {
    .card-align-text-md-center .card-content {
        text-align: center
    }

    .card-align-text-md-left .card-content {
        text-align: left
    }

    .card-align-text-md-right .card-content {
        text-align: right
    }
}

@media screen and (max-width:639.98px) {
    .card-align-text-sm-center .card-content {
        text-align: center
    }

    .card-align-text-sm-left .card-content {
        text-align: left
    }

    .card-align-text-sm-right .card-content {
        text-align: right
    }
}

.ui-datepicker {
    display: none;
    width: 18rem;
    max-width: 100%;
    margin: 2px 0 0 0;
    color: #222;
    font-size: .875rem;
    background-color: #fafafa;
    border: 1px solid #d5d5d5
}

.ui-datepicker .ui-datepicker-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 2rem;
    margin: 6px
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    position: relative;
    width: 2.5rem;
    color: #222;
    background-color: #f0f0f0;
    -webkit-transition: color .3s ease, background-color .3s ease;
    transition: color .3s ease, background-color .3s ease;
    cursor: pointer
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-disabled,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled {
    cursor: not-allowed
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-disabled .ui-icon,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled .ui-icon {
    opacity: .2
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next:not(.ui-state-disabled).ui-state-hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:not(.ui-state-disabled):hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:not(.ui-state-disabled).ui-state-hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:not(.ui-state-disabled):hover {
    color: #222;
    background-color: #e4e4e4
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 0;
    --fa-width: auto
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon:before,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon:before {
    font-size: .8rem
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon {
    --_fa-family: var(--fa-family, var(--fa-style-family, 'Font Awesome 7 Pro'));
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: var(--fa-display, inline-block);
    font-family: var(--_fa-family);
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-style: normal;
    font-synthesis: none;
    font-variant: normal;
    font-weight: var(--fa-style, 900);
    line-height: 1;
    text-align: center;
    text-rendering: auto;
    width: var(--fa-width, 1.25em)
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon::before {
    content: "\f104"
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
    --_fa-family: var(--fa-family, var(--fa-style-family, 'Font Awesome 7 Pro'));
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: var(--fa-display, inline-block);
    font-family: var(--_fa-family);
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-style: normal;
    font-synthesis: none;
    font-variant: normal;
    font-weight: var(--fa-style, 900);
    line-height: 1;
    text-align: center;
    text-rendering: auto;
    width: var(--fa-width, 1.25em)
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon::before {
    content: "\f105"
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 2px
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month,
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 .5em;
    color: #222;
    font-size: inherit;
    text-transform: capitalize;
    background-color: #f0f0f0;
    border: 0 none;
    outline: 0 none;
    cursor: pointer;
    -webkit-transition: color .3s ease, background-color .3s ease;
    transition: color .3s ease, background-color .3s ease
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month:hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year:hover {
    color: #222;
    background-color: #e4e4e4
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month:focus,
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
    margin-right: 2px
}

.ui-datepicker .ui-datepicker-calendar {
    border-collapse: separate;
    border-spacing: 2px;
    width: calc(100% - 8px);
    margin: 4px
}

.ui-datepicker tbody,
.ui-datepicker tfoot,
.ui-datepicker thead {
    background: 0 0;
    border: 0 none
}

.ui-datepicker tr:nth-child(even) {
    background: 0 0
}

.ui-datepicker th {
    padding: 0;
    text-align: center
}

.ui-datepicker th span {
    display: block;
    line-height: 2rem;
    background: 0 0;
    color: #222;
    font-weight: 600
}

.ui-datepicker td {
    width: 14.2857142857%;
    padding: 0
}

.ui-datepicker td a,
.ui-datepicker td span {
    display: block;
    line-height: 1.75rem;
    color: #222;
    text-align: center;
    text-decoration: none;
    background: 0 0
}

.ui-datepicker td a.ui-state-hover,
.ui-datepicker td span.ui-state-hover {
    color: #222;
    background-color: #e4e4e4
}

.ui-datepicker td.ui-datepicker-today a,
.ui-datepicker td.ui-datepicker-today span {
    font-weight: 700
}

.ui-datepicker td.ui-datepicker-current-day a,
.ui-datepicker td.ui-datepicker-current-day span {
    color: #fff;
    background-color: #444
}

.ui-datepicker td.ui-datepicker-unselectable a,
.ui-datepicker td.ui-datepicker-unselectable span {
    opacity: .25;
    cursor: default
}

@media screen and (max-width:639.98px) {
    .ui-datepicker {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        top: auto !important;
        width: 100%;
        min-height: calc(22rem + 36px);
        margin: 0;
        font-size: 1rem;
        -webkit-box-shadow: 0 0 0 100vh rgba(0, 0, 0, .25);
        box-shadow: 0 0 0 100vh rgba(0, 0, 0, .25)
    }

    .ui-datepicker .ui-datepicker-header {
        height: 3rem
    }

    .ui-datepicker .ui-datepicker-header .ui-datepicker-next,
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
        width: 3.5rem
    }

    .ui-datepicker th span {
        line-height: 2.5rem
    }

    .ui-datepicker td a,
    .ui-datepicker td span {
        line-height: 2.75rem
    }
}

.dialog-adult {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 20px
}

.dialog-adult-content {
    max-width: 600px;
    padding: 40px 20px
}

.dialog-adult-content-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.15;
    text-wrap: balance
}

.dialog-adult-content-text {
    margin-top: 32px;
    font-size: 16px;
    line-height: 1.25
}

.dialog-adult-content-error {
    margin-top: 32px;
    display: none;
    color: #ce0000;
    font-size: 16px;
    line-height: 1.25;
    text-wrap: balance;
    font-weight: 700
}

.dialog-adult-content-buttons {
    margin-top: 32px
}

.dialog-adult-content-buttons button {
    padding: 12px 24px;
    font-size: 17px;
    font-weight: 700;
    border-radius: 5px;
    line-height: 1;
    width: 100%;
    border-width: 1px;
    border-style: solid
}

.dialog-adult-content-buttons-close {
    margin-top: 16px;
    background-color: transparent
}

.dialog-adult--error .dialog-adult-content-error {
    display: block
}

.dialog-adult--error .dialog-adult-content-buttons {
    display: none
}

.dialog-adult--light {
    background: rgba(255, 255, 255, .95);
    color: #000
}

.dialog-adult--light .dialog-adult-content--transparent .dialog-adult-content-buttons-continue {
    background-color: #000;
    border-color: #000;
    color: #fff
}

.dialog-adult--light .dialog-adult-content--transparent .dialog-adult-content-buttons-close {
    color: #000;
    border-color: #000
}

.dialog-adult--light .dialog-adult-content--solid {
    background: #000;
    color: #fff
}

.dialog-adult--light .dialog-adult-content--solid .dialog-adult-content-buttons-continue {
    background-color: #fff;
    border-color: #fff;
    color: #000
}

.dialog-adult--light .dialog-adult-content--solid .dialog-adult-content-buttons-close {
    color: #fff;
    border-color: #fff
}

.dialog-adult--dark {
    background: rgba(0, 0, 0, .95)
}

.dialog-adult--dark .dialog-adult-content--transparent {
    color: #fff
}

.dialog-adult--dark .dialog-adult-content--transparent .dialog-adult-content-buttons-continue {
    background-color: #fff;
    border-color: #fff;
    color: #000
}

.dialog-adult--dark .dialog-adult-content--transparent .dialog-adult-content-buttons-close {
    color: #fff;
    border-color: #fff
}

.dialog-adult--dark .dialog-adult-content--solid {
    background: #fff;
    color: #000
}

.dialog-adult--dark .dialog-adult-content--solid .dialog-adult-content-buttons-continue {
    background-color: #000;
    border-color: #000;
    color: #fff
}

.dialog-adult--dark .dialog-adult-content--solid .dialog-adult-content-buttons-close {
    color: #000;
    border-color: #000
}

@media screen and (min-width:640px) {
    .dialog-adult-content-text {
        text-wrap: balance
    }

    .dialog-adult-content-buttons button {
        width: 180px;
        margin-left: 5px;
        margin-right: 5px
    }

    .dialog-adult-content-buttons-close {
        margin-top: 0
    }
}

.element {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.element-image {
    overflow: hidden
}

.element-image img {
    width: 100%;
    display: block;
    border: 0
}

.element .element-cont-nom {
    line-height: 1.25
}

.element .element-cont-resum,
.element .element-content-preu-inside,
.element .element-content-preu-outside {
    margin-top: .7em
}

.element-content {
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.element-content-text {
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.element-content-text>:last-child {
    margin-bottom: 0
}

.element-content .element-cont-nom {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.element-content-preu-inside .old {
    text-decoration: line-through;
    padding-right: .5em
}

.element-content-preu-outside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f6f6f6;
    color: #333;
    text-align: center
}

.element-content-preu-outside-import {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 3.3em;
    padding: .4em .5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.element-content-preu-outside-import .old {
    font-size: 1.1em;
    line-height: 1;
    text-decoration: line-through
}

.element-content-preu-outside-import .current {
    line-height: 1;
    font-size: 1.4em
}

.element-content-preu-outside-boto {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    border-radius: 0;
    border-width: 0;
    padding: .75em 0;
    text-align: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.element-content-preu-outside-boto span {
    margin: 0
}

.element-content-preu-outside-boto.btn {
    border-radius: 0;
    padding: .4em .5em;
    font-size: 1.5em
}

.element-content-align-left .element-content-text {
    text-align: left
}

.element-content-align-center .element-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.element-content-align-center .element-content-text {
    text-align: center
}

.element-content-align-right .element-content-text {
    text-align: right
}

.element.element-overlay .element-content-text {
    color: #fff
}

.element-image-position-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.element-image-position-left .element-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.element-image-position-left .element-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

.element-image-position-left .element-content-text {
    padding: 0 10px
}

.element-image-position-left.element-radius .element-image {
    border-radius: 50%;
    overflow: hidden
}

.element-image-position-bottom,
.element-image-position-top {
    height: 100%
}

.element-image-position-bottom .element-image,
.element-image-position-top .element-image {
    width: 100%;
    padding-bottom: 0
}

.element-image-position-bottom .element-content,
.element-image-position-top .element-content {
    width: 100%;
    padding: 10px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.element-image-position-bottom .element-content .element-content-text,
.element-image-position-top .element-content .element-content-text {
    height: 100%
}

.element-image-position-bottom.element-radius .element-image,
.element-image-position-top.element-radius .element-image {
    border-radius: 50%;
    overflow: hidden
}

.element-image-position-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.element-image-position-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.element-image-position-bottom.element-radius-round-big-all img,
.element-image-position-left.element-radius-round-big-all img,
.element-image-position-top.element-radius-round-big-all img {
    border-radius: 50%;
    overflow: hidden
}

.element-image-position-bottom.element-radius-round-big-left img,
.element-image-position-left.element-radius-round-big-left img,
.element-image-position-top.element-radius-round-big-left img {
    border-radius: 50% 0 0 50%;
    overflow: hidden
}

.element-image-position-bottom.element-radius-round-big-right img,
.element-image-position-left.element-radius-round-big-right img,
.element-image-position-top.element-radius-round-big-right img {
    border-radius: 0 50% 50% 0;
    overflow: hidden
}

.element-image-position-bottom.element-radius-round-big-tlbr img,
.element-image-position-left.element-radius-round-big-tlbr img,
.element-image-position-top.element-radius-round-big-tlbr img {
    border-radius: 50% 0 50% 0;
    overflow: hidden
}

.element-image-position-bottom.element-radius-round-big-trbl img,
.element-image-position-left.element-radius-round-big-trbl img,
.element-image-position-top.element-radius-round-big-trbl img {
    border-radius: 0 50% 0 50%;
    overflow: hidden
}

.element-image-position-bottom.element-radius-round-small-all img,
.element-image-position-left.element-radius-round-small-all img,
.element-image-position-top.element-radius-round-small-all img {
    border-radius: 15px;
    overflow: hidden
}

.element-image-position-bottom.element-radius-round-small-tlbr img,
.element-image-position-left.element-radius-round-small-tlbr img,
.element-image-position-top.element-radius-round-small-tlbr img {
    border-radius: 15px 0 15px 0;
    overflow: hidden
}

.element-image-position-bottom.element-radius-round-small-trbl img,
.element-image-position-left.element-radius-round-small-trbl img,
.element-image-position-top.element-radius-round-small-trbl img {
    border-radius: 0 15px 0 15px;
    overflow: hidden
}

.element-image-position-bottom.element-radius-round-small-left img,
.element-image-position-left.element-radius-round-small-left img,
.element-image-position-top.element-radius-round-small-left img {
    border-radius: 0 15px 15px 0;
    overflow: hidden
}

.element-image-position-bottom.element-radius-round-small-right img,
.element-image-position-left.element-radius-round-small-right img,
.element-image-position-top.element-radius-round-small-right img {
    border-radius: 15px 0 0 15px;
    overflow: hidden
}

.element-image-position-inside .element-image {
    width: 100%
}

.element-image-position-inside .element-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.element-image-position-inside.element-radius-round-big-all {
    border-radius: 50%;
    overflow: hidden
}

.element-image-position-inside.element-radius-round-big-left {
    border-radius: 50% 0 0 50%;
    overflow: hidden
}

.element-image-position-inside.element-radius-round-big-right {
    border-radius: 0 50% 50% 0;
    overflow: hidden
}

.element-image-position-inside.element-radius-round-big-tlbr {
    border-radius: 50% 0 50% 0;
    overflow: hidden
}

.element-image-position-inside.element-radius-round-big-trbl {
    border-radius: 0 50% 0 50%;
    overflow: hidden
}

.element-image-position-inside.element-radius-round-small-all {
    border-radius: 15px;
    overflow: hidden
}

.element-image-position-inside.element-radius-round-small-tlbr {
    border-radius: 15px 0 15px 0;
    overflow: hidden
}

.element-image-position-inside.element-radius-round-small-trbl {
    border-radius: 0 15px 0 15px;
    overflow: hidden
}

.element-image-position-inside.element-radius-round-small-left {
    border-radius: 0 15px 15px 0;
    overflow: hidden
}

.element-image-position-inside.element-radius-round-small-right {
    border-radius: 15px 0 0 15px;
    overflow: hidden
}

.element-image-position-inside.element-content-radius-round-big-all .element-content-text {
    border-radius: 50%;
    overflow: hidden
}

.element-image-position-inside.element-content-radius-round-big-left .element-content-text {
    border-radius: 50% 0 0 50%;
    overflow: hidden
}

.element-image-position-inside.element-content-radius-round-big-right .element-content-text {
    border-radius: 0 50% 50% 0;
    overflow: hidden
}

.element-image-position-inside.element-content-radius-round-big-tlbr .element-content-text {
    border-radius: 50% 0 50% 0;
    overflow: hidden
}

.element-image-position-inside.element-content-radius-round-big-trbl .element-content-text {
    border-radius: 0 50% 0 50%;
    overflow: hidden
}

.element-image-position-inside.element-content-radius-round-small-all .element-content-text {
    border-radius: 15px;
    overflow: hidden
}

.element-image-position-inside.element-content-radius-round-small-tlbr .element-content-text {
    border-radius: 15px 0 15px 0;
    overflow: hidden
}

.element-image-position-inside.element-content-radius-round-small-trbl .element-content-text {
    border-radius: 0 15px 0 15px;
    overflow: hidden
}

.element-image-position-inside.element-content-radius-round-small-left .element-content-text {
    border-radius: 0 15px 15px 0;
    overflow: hidden
}

.element-image-position-inside.element-content-radius-round-small-right .element-content-text {
    border-radius: 15px 0 0 15px;
    overflow: hidden
}

.element-image-position-inside.element-content-position-tl .element-content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.element-image-position-inside.element-content-position-tc .element-content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.element-image-position-inside.element-content-position-tr .element-content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.element-image-position-inside.element-content-position-cl .element-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.element-image-position-inside.element-content-position-cc .element-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.element-image-position-inside.element-content-position-cr .element-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.element-image-position-inside.element-content-position-bl .element-content {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.element-image-position-inside.element-content-position-bc .element-content {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.element-image-position-inside.element-content-position-br .element-content {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.element-image-position-inside.element-content-position-tl.element-radius-round-big-right .element-content-text,
.element-image-position-inside.element-content-position-tl.element-radius-round-big-trbl .element-content-text {
    padding-right: 35%
}

.element-image-position-inside.element-content-position-bl.element-radius-round-big-right .element-content-text,
.element-image-position-inside.element-content-position-bl.element-radius-round-big-tlbr .element-content-text {
    padding-right: 35%
}

.element-image-position-inside.element-content-position-tr.element-radius-round-big-left .element-content-text,
.element-image-position-inside.element-content-position-tr.element-radius-round-big-tlbr .element-content-text {
    padding-left: 35%
}

.element-image-position-inside.element-content-position-br.element-radius-round-big-left .element-content-text,
.element-image-position-inside.element-content-position-br.element-radius-round-big-trbl .element-content-text {
    padding-left: 35%
}

.fab-button {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3em;
    height: 3em;
    overflow: hidden;
    color: #222;
    font-size: 13px;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
    -webkit-transition: background-color .3s ease, -webkit-box-shadow .3s ease;
    transition: background-color .3s ease, -webkit-box-shadow .3s ease;
    transition: background-color .3s ease, box-shadow .3s ease;
    transition: background-color .3s ease, box-shadow .3s ease, -webkit-box-shadow .3s ease;
    cursor: pointer;
    outline: 0;
    -webkit-tap-highlight-color: transparent
}

.fab-button:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0 rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0 rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2)
}

.fab-button.disabled,
.fab-button:disabled,
.fab-button[disabled] {
    pointer-events: none;
    background-color: #dfdfdf !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #9f9f9f !important;
    cursor: default
}

.fab-button.disabled:hover,
.fab-button:disabled:hover,
.fab-button[disabled]:hover {
    background-color: #dfdfdf !important;
    color: #9f9f9f !important
}

.fab-button i {
    font-size: 24px
}

.fab-button i.fa-envelope,
.fab-button i.fa-envelope-o {
    font-size: 18px
}

.fab-button-large {
    font-size: 18px
}

.fab-button-cesw {
    color: #fff;
    background-color: #029cd0
}

.fab-button-green {
    color: #fff;
    background-color: #25d366
}

.fab-button-blue {
    color: #fff;
    background-color: #4285f4
}

.fab-button-red {
    color: #fff;
    background-color: #ea4335
}

.fab-menu {
    position: fixed;
    right: 12px;
    bottom: 12px;
    margin-bottom: 0;
    z-index: 100000
}

.fab-menu.active ul {
    visibility: visible;
    pointer-events: auto
}

.fab-menu.active ul .fab-button {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

.fab-menu ul {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 0;
    text-align: center;
    visibility: hidden;
    pointer-events: none
}

.fab-menu ul li {
    margin-bottom: 12px
}

.fab-menu ul .fab-button {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: visibility 0s ease .2s, -webkit-transform .3s ease;
    transition: visibility 0s ease .2s, -webkit-transform .3s ease;
    transition: transform .3s ease, visibility 0s ease .2s;
    transition: transform .3s ease, visibility 0s ease .2s, -webkit-transform .3s ease
}

@media screen and (min-width:640px) {
    .fab-menu {
        display: none
    }
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-align-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.flex-align-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.flex-align-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-align-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.flex-align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.flex-align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.flex-align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex-align-justify {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex-align-spaced {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.flex-align-evenly {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.flex-small-1 {
    width: 8.3333333333%
}

.flex-small-2 {
    width: 16.6666666667%
}

.flex-small-3 {
    width: 25%
}

.flex-small-4 {
    width: 33.3333333333%
}

.flex-small-5 {
    width: 41.6666666667%
}

.flex-small-6 {
    width: 50%
}

.flex-small-7 {
    width: 58.3333333333%
}

.flex-small-8 {
    width: 66.6666666667%
}

.flex-small-9 {
    width: 75%
}

.flex-small-10 {
    width: 83.3333333333%
}

.flex-small-11 {
    width: 91.6666666667%
}

.flex-small-12 {
    width: 100%
}

@media screen and (min-width:640px) {
    .flex-medium-hidden {
        display: none
    }

    .flex-medium-expand {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: auto
    }

    .flex-medium-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: auto
    }

    .flex-medium-1 {
        width: 8.3333333333%
    }

    .flex-medium-2 {
        width: 16.6666666667%
    }

    .flex-medium-3 {
        width: 25%
    }

    .flex-medium-4 {
        width: 33.3333333333%
    }

    .flex-medium-5 {
        width: 41.6666666667%
    }

    .flex-medium-6 {
        width: 50%
    }

    .flex-medium-7 {
        width: 58.3333333333%
    }

    .flex-medium-8 {
        width: 66.6666666667%
    }

    .flex-medium-9 {
        width: 75%
    }

    .flex-medium-10 {
        width: 83.3333333333%
    }

    .flex-medium-11 {
        width: 91.6666666667%
    }

    .flex-medium-12 {
        width: 100%
    }
}

@media screen and (min-width:1024px) {
    .flex-large-hidden {
        display: none
    }

    .flex-large-1 {
        width: 8.3333333333%
    }

    .flex-large-2 {
        width: 16.6666666667%
    }

    .flex-large-3 {
        width: 25%
    }

    .flex-large-4 {
        width: 33.3333333333%
    }

    .flex-large-5 {
        width: 41.6666666667%
    }

    .flex-large-6 {
        width: 50%
    }

    .flex-large-7 {
        width: 58.3333333333%
    }

    .flex-large-8 {
        width: 66.6666666667%
    }

    .flex-large-9 {
        width: 75%
    }

    .flex-large-10 {
        width: 83.3333333333%
    }

    .flex-large-11 {
        width: 91.6666666667%
    }

    .flex-large-12 {
        width: 100%
    }
}

.flex-align-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.flex-align-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.flex-align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-align-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.flex-justify-left,
.flex-justify-top {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.flex-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex-justify-bottom,
.flex-justify-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (max-width:639.98px) {
    .flex-sm-only-align-stretch {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .flex-sm-only-align-left,
    .flex-sm-only-align-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .flex-sm-only-align-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .flex-sm-only-align-bottom,
    .flex-sm-only-align-right {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .flex-sm-only-justify-left,
    .flex-sm-only-justify-top {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .flex-sm-only-justify-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .flex-sm-only-justify-bottom,
    .flex-sm-only-justify-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media screen {

    .flex-sm-justify-left,
    .flex-sm-justify-top {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .flex-sm-justify-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .flex-sm-justify-bottom,
    .flex-sm-justify-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .flex-sm-align-stretch {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .flex-sm-align-left,
    .flex-sm-align-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .flex-sm-align-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .flex-sm-align-bottom,
    .flex-sm-align-right {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media screen and (min-width:640px) and (max-width:1023.98px) {
    .flex-md-only-align-stretch {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .flex-md-only-align-left,
    .flex-md-only-align-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .flex-md-only-align-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .flex-md-only-align-bottom,
    .flex-md-only-align-right {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .flex-md-only-justify-left,
    .flex-md-only-justify-top {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .flex-md-only-justify-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .flex-md-only-justify-bottom,
    .flex-md-only-justify-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media screen and (min-width:640px) {
    .flex-medium-hidden {
        display: none
    }

    .flex-medium-expand {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: auto
    }

    .flex-medium-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: auto
    }

    .flex-medium-1 {
        width: 8.3333333333%
    }

    .flex-medium-2 {
        width: 16.6666666667%
    }

    .flex-medium-3 {
        width: 25%
    }

    .flex-medium-4 {
        width: 33.3333333333%
    }

    .flex-medium-5 {
        width: 41.6666666667%
    }

    .flex-medium-6 {
        width: 50%
    }

    .flex-medium-7 {
        width: 58.3333333333%
    }

    .flex-medium-8 {
        width: 66.6666666667%
    }

    .flex-medium-9 {
        width: 75%
    }

    .flex-medium-10 {
        width: 83.3333333333%
    }

    .flex-medium-11 {
        width: 91.6666666667%
    }

    .flex-medium-12 {
        width: 100%
    }

    .flex-md-justify-left,
    .flex-md-justify-top {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .flex-md-justify-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .flex-md-justify-bottom,
    .flex-md-justify-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .flex-md-align-stretch {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .flex-md-align-left,
    .flex-md-align-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .flex-md-align-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .flex-md-align-bottom,
    .flex-md-align-right {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media screen and (min-width:1024px) and (max-width:1279.98px) {
    .flex-lg-only-align-stretch {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .flex-lg-only-align-left,
    .flex-lg-only-align-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .flex-lg-only-align-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .flex-lg-only-align-bottom,
    .flex-lg-only-align-right {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .flex-lg-only-justify-left,
    .flex-lg-only-justify-top {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .flex-lg-only-justify-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .flex-lg-only-justify-bottom,
    .flex-lg-only-justify-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media screen and (min-width:1024px) {
    .flex-large-hidden {
        display: none
    }

    .flex-large-expand {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: auto
    }

    .flex-large-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: auto
    }

    .flex-large-1 {
        width: 8.3333333333%
    }

    .flex-large-2 {
        width: 16.6666666667%
    }

    .flex-large-3 {
        width: 25%
    }

    .flex-large-4 {
        width: 33.3333333333%
    }

    .flex-large-5 {
        width: 41.6666666667%
    }

    .flex-large-6 {
        width: 50%
    }

    .flex-large-7 {
        width: 58.3333333333%
    }

    .flex-large-8 {
        width: 66.6666666667%
    }

    .flex-large-9 {
        width: 75%
    }

    .flex-large-10 {
        width: 83.3333333333%
    }

    .flex-large-11 {
        width: 91.6666666667%
    }

    .flex-large-12 {
        width: 100%
    }

    .flex-lg-justify-left,
    .flex-lg-justify-top {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .flex-lg-justify-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .flex-lg-justify-bottom,
    .flex-lg-justify-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .flex-lg-align-stretch {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .flex-lg-align-left,
    .flex-lg-align-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .flex-lg-align-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .flex-lg-align-bottom,
    .flex-lg-align-right {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media print {
    .flex-print-1 {
        width: 8.3333333333%
    }

    .flex-print-2 {
        width: 16.6666666667%
    }

    .flex-print-3 {
        width: 25%
    }

    .flex-print-4 {
        width: 33.3333333333%
    }

    .flex-print-5 {
        width: 41.6666666667%
    }

    .flex-print-6 {
        width: 50%
    }

    .flex-print-7 {
        width: 58.3333333333%
    }

    .flex-print-8 {
        width: 66.6666666667%
    }

    .flex-print-9 {
        width: 75%
    }

    .flex-print-10 {
        width: 83.3333333333%
    }

    .flex-print-11 {
        width: 91.6666666667%
    }

    .flex-print-12 {
        width: 100%
    }
}

.imgfit {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden
}

.imgfit-custom {
    padding-bottom: var(--ar-large, 54%)
}

@media screen and (min-width:640px) and (max-width:1023.98px) {
    .imgfit-custom {
        padding-bottom: var(--ar-medium, 54%)
    }
}

@media screen and (max-width:639.98px) {
    .imgfit-custom {
        padding-bottom: var(--ar-small, 54%)
    }
}

.imgfit embed,
.imgfit iframe,
.imgfit img,
.imgfit object,
.imgfit video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.imgfit iframe {
    border: none
}

.flex-video {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 54%
}

.flex-video.widescreen {
    padding-bottom: 56.25%
}

.flex-video.tv {
    padding-bottom: 75%
}

.flex-video.photo {
    padding-bottom: 66.6666666667%
}

.flex-video.cinema {
    padding-bottom: 42.8571428571%
}

.flex-video.ultrawide {
    padding-bottom: 27.7777777778%
}

.flex-video.square {
    padding-bottom: 100%
}

.flex-video.portrait {
    padding-bottom: 133.3333333333%
}

.flex-video.photo-portrait {
    padding-bottom: 150%
}

.flex-video.widescreen-portrait {
    padding-bottom: 177.7777777778%
}

.flex-video.fullscreen {
    padding-bottom: 100vh
}

.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

.ar,
.video-background {
    position: relative;
    width: 100%
}

.ar.widescreen,
.video-background.widescreen {
    aspect-ratio: 16/9
}

.ar.tv,
.video-background.tv {
    aspect-ratio: 4/3
}

.ar.photo,
.video-background.photo {
    aspect-ratio: 3/2
}

.ar.cinema,
.video-background.cinema {
    aspect-ratio: 21/9
}

.ar.ultrawide,
.video-background.ultrawide {
    aspect-ratio: 36/10
}

.ar.square,
.video-background.square {
    aspect-ratio: 1
}

.ar.portrait,
.video-background.portrait {
    aspect-ratio: 3/4
}

.ar.photo-portrait,
.video-background.photo-portrait {
    aspect-ratio: 2/3
}

.ar.widescreen-portrait,
.video-background.widescreen-portrait {
    aspect-ratio: 9/16
}

.ar video,
.video-background video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.d-none {
    display: none
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.d-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.d-block {
    display: block
}

.d-inline-block {
    display: inline-block
}

@media screen and (min-width:640px) {
    .d-md-none {
        display: none
    }

    .d-md-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .d-md-inline-flex {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .d-md-block {
        display: block
    }

    .d-md-inline-block {
        display: inline-block
    }
}

@media screen and (min-width:1024px) {
    .d-lg-none {
        display: none
    }

    .d-lg-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .d-lg-block {
        display: block
    }

    .d-lg-inline-block {
        display: inline-block
    }
}

@media print {
    .d-print-none {
        display: none
    }

    .d-print-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .d-print-inline-flex {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .d-print-block {
        display: block
    }

    .d-print-inline-block {
        display: inline-block
    }
}

.btn-expand {
    width: 100%
}

.btn--icon-left .btn-icon {
    margin-right: 8px !important
}

.btn--icon-right .btn-icon {
    margin-left: 8px !important
}

.lnk {
    display: none;
    border: none;
    background-color: transparent
}

.lnk i {
    font-size: .7em;
    margin-right: 5px
}

.lnk span {
    font-size: .9em
}

.lnk--visible {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

select.padded-small {
    padding: 2px !important
}

input.padded-small {
    padding: 3px 2px !important
}

form {
    position: relative
}

input::-webkit-input-placeholder {
    color: inherit;
    opacity: .5
}

input::-moz-placeholder {
    color: inherit;
    opacity: .5
}

input:-ms-input-placeholder {
    color: inherit;
    opacity: .5
}

input::-ms-input-placeholder {
    color: inherit;
    opacity: .5
}

input::placeholder {
    color: inherit;
    opacity: .5
}

.form label.error {
    color: #ab2525;
    font-size: .9em;
    margin-top: 2px
}

.form label.error a {
    color: #ab2525;
    text-decoration: underline
}

.form .js-password {
    position: relative
}

.form .js-password span {
    position: absolute;
    top: .75em;
    right: .6em;
    cursor: pointer
}

.form .js-password input {
    padding-right: 30px
}

.form .title3,
.form h3 {
    margin: 0
}

.form-bloc {
    margin: 0
}

.form-bloc-condicio,
.form-bloc-legal,
.form-bloc-newsletter {
    padding-bottom: 0 !important
}

.form-bloc-legal-info {
    padding-top: 1em
}

.form .fk-file {
    position: relative;
    margin-bottom: 6px
}

.form .fk-file-control {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    font-size: 0;
    line-height: 20px;
    color: #000;
    background-color: #fff;
    border: 1px solid #ccc
}

.form .fk-file-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 16px;
    padding: .5em .6em;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    pointer-events: none
}

.form .fk-file-text span {
    margin-left: .5em;
    color: #555;
    font-size: .9em
}

.form .fk-file-btn {
    display: inline-block;
    padding: .5em 1em;
    color: #000;
    font-size: 13px;
    background-color: #ccc;
    pointer-events: none
}

.form .fk-file-help {
    color: #757575;
    font-size: 11px;
    font-style: italic
}

.form .fk-file.error .fk-file-btn {
    background-color: #f0aaa1
}

.form .fk-file.error .fk-file-control {
    border-color: #f0aaa1
}

.form .fk-file input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 100px;
    margin: 0;
    opacity: 0;
    cursor: pointer
}

.form .fk-file input[type=file]::-webkit-file-upload-button {
    cursor: pointer
}

.form_error {
    padding: 1em;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .15), inset 0 1px rgba(255, 255, 255, .75);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .15), inset 0 1px rgba(255, 255, 255, .75);
    border: solid 1px #bd9191;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fbe3e4), to(#ecc5c7));
    background-image: linear-gradient(to bottom, #fbe3e4, #ecc5c7);
    text-shadow: 0 1px #fefdf2;
    color: #855757;
    margin-bottom: 1em;
    line-height: 1.2
}

.form_error .btn {
    padding: 5px 10px;
    text-shadow: none
}

.form_success {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .15), inset 0 1px rgba(255, 255, 255, .75);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .15), inset 0 1px rgba(255, 255, 255, .75);
    border: solid 1px #a5b36b;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#e6efc2), to(#f1f7db));
    background-image: linear-gradient(to top, #e6efc2, #f1f7db);
    height: auto;
    padding: 1em;
    text-shadow: 0 1px #fefdf2;
    color: #6f7a42;
    margin-bottom: 1em;
    line-height: 1.2
}

.form_success .btn {
    padding: 5px 10px;
    text-shadow: none
}

.form_info {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .15), inset 0 1px rgba(255, 255, 255, .75);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .15), inset 0 1px rgba(255, 255, 255, .75);
    border: solid 1px rgba(170, 170, 170, .6666666667);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f1f1f1), to(#fcfcfc));
    background-image: linear-gradient(to top, #f1f1f1, #fcfcfc);
    height: auto;
    padding: 1em;
    text-shadow: 0 1px #fefdf2;
    color: #555;
    margin-bottom: 1em;
    line-height: 1.2
}

.form_info .btn {
    padding: 5px 10px;
    text-shadow: none
}

.botons .btn {
    vertical-align: top
}

.botons .gris {
    background: #666;
    border-color: #444
}

.comentari-notes {
    height: 0;
    overflow: hidden
}

.enclosure label {
    line-height: 1;
    margin: 0
}

.enclosure label a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px
}

.enclosure.error {
    margin-bottom: .5em
}

.form-wizard-step:not(:first-child) {
    display: none
}

.form-wizard-page {
    margin-left: 1em
}

.generic-header {
    position: relative;
    margin-bottom: 2rem
}

.generic-header-slider-item--top-left {
    background-position: left top
}

.generic-header-slider-item--top-center {
    background-position: center top
}

.generic-header-slider-item--top-right {
    background-position: right top
}

.generic-header-slider-item--middle-left {
    background-position: left center
}

.generic-header-slider-item--middle-center {
    background-position: center center
}

.generic-header-slider-item--middle-right {
    background-position: right center
}

.generic-header-slider-item--bottom-left {
    background-position: left bottom
}

.generic-header-slider-item--bottom-center {
    background-position: center bottom
}

.generic-header-slider-item--bottom-right {
    background-position: right bottom
}

.generic-header-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 25
}

.generic-header-container {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    z-index: 50
}

.generic-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 15rem;
    padding: 1.5rem;
    color: #fff
}

.generic-header-inner--top-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    padding-right: 30%
}

.generic-header-inner--top-center {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding-left: 10rem;
    padding-right: 10rem
}

.generic-header-inner--top-right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right;
    padding-left: 30%
}

.generic-header-inner--middle-left {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    padding-right: 30%;
    padding-top: 3rem;
    padding-bottom: 3rem
}

.generic-header-inner--middle-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding-left: 10rem;
    padding-right: 10rem;
    padding-top: 3rem;
    padding-bottom: 3rem
}

.generic-header-inner--middle-right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right;
    padding-left: 30%;
    padding-top: 3rem;
    padding-bottom: 3rem
}

.generic-header-inner--bottom-left {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    padding-right: 30%
}

.generic-header-inner--bottom-center {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding-left: 10rem;
    padding-right: 10rem
}

.generic-header-inner--bottom-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right;
    padding-left: 30%
}

.generic-header-title {
    margin: 0;
    color: inherit;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1em
}

.generic-header-text {
    color: inherit;
    font-size: 1rem
}

.generic-header-text:not(:only-child) {
    margin-top: 1em
}

@media screen and (max-width:639.98px) {
    .generic-header-inner:not(.generic-header-inner--no-center) {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        padding: 1.5em !important;
        text-align: center !important
    }

    .generic-header-inner {
        min-height: 12rem !important
    }

    .generic-header-title {
        font-size: 1.75rem
    }
}

#s-mobile-header {
    padding: 2em;
    background-color: #fff
}

.header-mobile .logo img {
    max-width: 260px;
    max-height: 100px
}

@media screen and (max-width:1023.98px) {
    #header .header-desktop {
        display: none
    }
}

@media screen and (min-width:1024px) {
    #header .header-mobile {
        display: none
    }
}

.image-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.image-view li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.image-view-main {
    position: relative
}

.image-view-main-img {
    cursor: pointer
}

.image-view-main-icon {
    position: absolute;
    bottom: .75rem;
    right: .75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2em;
    height: 2em;
    font-size: 1.5em;
    pointer-events: none
}

.image-view-main-icon--light {
    background-color: rgba(255, 255, 255, .9);
    opacity: .5
}

.image-view-main-icon--dark {
    background-color: rgba(0, 0, 0, .9);
    opacity: .4
}

.image-view-main-icon--dark:before {
    color: #fff
}

.image-view-main-icon--top {
    top: .75rem;
    bottom: unset
}

.image-view--active {
    outline: 1px solid #aaa
}

.item-list>li>a {
    height: 100%
}

.item-list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.item-list .item .img[class*=item-img-] {
    position: relative
}

.item-list-image-bottom .item,
.item-list-image-top .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.item-list.item-list-image-top .img {
    margin-top: 0;
    margin-bottom: auto
}

.item-list.item-list-image-top .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.item-list.item-list-image-top .price-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: .4em .5em
}

.item-list.item-list-image-top .price-text-current {
    line-height: 1;
    padding-left: 1rem;
    font-size: 1.3em;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap
}

.item-list.item-list-image-top .price-text-old {
    font-size: 1.1em;
    line-height: 1;
    margin: 0 0 0 1em;
    text-decoration: line-through;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap
}

.item-list.item-list-image-top .price-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: .3em .4em;
    font-size: 1.4em
}

.item-list.item-list-image-bottom .img {
    margin-top: auto;
    margin-bottom: 0
}

.swiper-container .item-list.flex-row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.item-radius {
    border-radius: 50%;
    overflow: hidden
}

.item-align-middle .item-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.item-align-middle .item-content .txt {
    position: relative;
    -ms-flex-item-align: center;
    align-self: center
}

.item-h100 .txt {
    height: 100% !important
}

.product-label-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px
}

.product-label-list .product-label {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    line-height: 1;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.elements .product-label-list,
.item-list .product-label-list {
    position: absolute;
    top: .5rem;
    left: .5rem;
    right: .5rem
}

.elements .product-label-list.has-wishlist,
.item-list .product-label-list.has-wishlist {
    margin-right: 30px
}

.product-detail .product-label-list.has-wishlist {
    margin-bottom: 15px
}

.avislegal .title5,
.avislegal .title6 {
    font-weight: 600
}

.avislegal>ol,
.avislegal>ul {
    -webkit-padding-start: 20px;
    padding-inline-start: 20px
}

.avislegal table {
    width: 100%;
    border-collapse: collapse
}

.avislegal table td,
.avislegal table th {
    border: 1px solid #000;
    padding: 5px;
    text-align: left
}

.avislegal table th {
    background: #eee
}

.avislegal .titol {
    margin-top: 2.5em
}

.avislegal .order-list-item>div {
    padding-top: 8px;
    padding-bottom: 8px
}

.avislegal .order-list-item p {
    margin-bottom: 0
}

.enviar-per-correu {
    border: 1px solid #eee;
    background: #f5f5f5;
    list-style: none !important;
    padding: 1em;
    margin: .5em 0 1.5em 0 !important
}

.legal-more {
    font-size: 9px
}

.legal-more a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px
}

.legal-more p {
    margin: 0
}

.legal-recaptcha {
    font-size: 9px;
    margin-bottom: 20px
}

.legal-recaptcha a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px
}

.theme-dark .enviar-per-correu {
    background: #222;
    border-color: #666
}

.loader {
    position: relative;
    display: none;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.loader:after,
.loader:before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 50%
}

.loader:before {
    border: 0 solid #d0d0d0
}

.loader:after {
    position: absolute;
    top: 0;
    left: 0;
    border: 0 solid transparent;
    border-right-color: #000;
    -webkit-animation: loader-rotate .8s infinite linear;
    animation: loader-rotate .8s infinite linear;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.loader-12 {
    font-size: 12px
}

.loader-12:after,
.loader-12:before {
    border-width: 2px
}

.loader-16 {
    font-size: 16px
}

.loader-16:after,
.loader-16:before {
    border-width: 2px
}

.loader-24 {
    font-size: 24px
}

.loader-24:after,
.loader-24:before {
    border-width: 2px
}

.loader-32 {
    font-size: 32px
}

.loader-32:after,
.loader-32:before {
    border-width: 3px
}

.loader-48 {
    font-size: 48px
}

.loader-48:after,
.loader-48:before {
    border-width: 4px
}

.loader-64 {
    font-size: 64px
}

.loader-64:after,
.loader-64:before {
    border-width: 5px
}

.loader-96 {
    font-size: 96px
}

.loader-96:after,
.loader-96:before {
    border-width: 8px
}

.loader-128 {
    font-size: 128px
}

.loader-128:after,
.loader-128:before {
    border-width: 10px
}

.loader-inline {
    width: 1em;
    height: 1em
}

.loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.loader-overlay:after,
.loader-overlay:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -.5em 0 0 -.5em
}

.loader-overlay-fixed {
    position: fixed;
    z-index: 1000
}

.loader-overlay-white {
    background-color: rgba(255, 255, 255, .7)
}

.loader-overlay-black {
    background-color: rgba(0, 0, 0, .7)
}

.loader-visible {
    display: inline-block
}

.loader-visible:after {
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.loader-white:before {
    border-color: rgba(255, 255, 255, .2)
}

.loader-white:after {
    border-right-color: #fff
}

.loader-primary:before {
    border-color: rgba(238, 238, 238, .9)
}

.loader-primary:after {
    border-right-color: currentColor
}

@-webkit-keyframes loader-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

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

@keyframes loader-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

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

.map-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, .01)
}

.map-popup {
    min-width: 180px;
    color: #000;
    font-size: 11px
}

.map-popup p {
    margin: 0;
    font-size: 11px
}

.map-popup a {
    color: #000;
    text-decoration: none !important
}

.map-popup a span:last-child {
    text-decoration: underline
}

:root {
    --mobile-menu-color: #333;
    --mobile-menu-bg-color: #fff;
    --mobile-menu-bg-color-dimmed: #f7f7f7;
    --mobile-menu-border-color: #e5e5e5;
    --mobile-menu-shadow-color: #ccc
}

.mobile-theme-dark {
    --mobile-menu-color: #f5f5f5;
    --mobile-menu-bg-color: #333;
    --mobile-menu-bg-color-dimmed: #404040;
    --mobile-menu-border-color: #555;
    --mobile-menu-shadow-color: #555
}

.mobile-drawer {
    position: relative;
    height: 100%;
    overflow: hidden
}

.mobile-nav {
    max-height: 100%;
    overflow-y: auto
}

.mobile-search {
    position: relative
}

.mobile-search label {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--mobile-menu-color);
    padding: .5em 3.5em .5em 1.5em;
    height: 4em;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mobile-search input {
    height: 4em;
    padding: .5em 3.5em .5em 1.5em;
    color: var(--mobile-menu-color);
    background-color: var(--mobile-menu-bg-color);
    border: 0 none;
    outline: 0 none
}

.mobile-search input::-webkit-input-placeholder {
    color: inherit;
    opacity: .5
}

.mobile-search input::-moz-placeholder {
    color: inherit;
    opacity: .5
}

.mobile-search input:-ms-input-placeholder {
    color: inherit;
    opacity: .5
}

.mobile-search input::-ms-input-placeholder {
    color: inherit;
    opacity: .5
}

.mobile-search input::placeholder {
    color: inherit;
    opacity: .5
}

.mobile-search input::-webkit-input-placeholder {
    color: transparent
}

.mobile-search input::-moz-placeholder {
    color: transparent
}

.mobile-search input:-ms-input-placeholder {
    color: transparent
}

.mobile-search input::-ms-input-placeholder {
    color: transparent
}

.mobile-search input::placeholder {
    color: transparent
}

.mobile-search input:not(:-moz-placeholder)~label {
    opacity: 0
}

.mobile-search input:not(:-ms-input-placeholder)~label {
    opacity: 0
}

.mobile-search input:focus~label,
.mobile-search input:not(:placeholder-shown)~label {
    opacity: 0
}

.mobile-search button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3rem;
    padding: 0;
    color: var(--mobile-menu-color);
    font-size: 1.5em;
    background: none transparent;
    border: 0 none;
    outline: 0 none;
    -webkit-tap-highlight-color: transparent;
    opacity: .75
}

.mobile-menu:not(:first-child) {
    border-top: 1px solid var(--mobile-menu-border-color)
}

.mobile-menu .mobile-lang-btn,
.mobile-menu .mobile-menu-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 3.5em;
    padding: .5em 1.5em;
    color: var(--mobile-menu-color);
    -webkit-tap-highlight-color: transparent
}

.mobile-menu .mobile-lang-btn:hover,
.mobile-menu .mobile-menu-item:hover {
    text-decoration: none
}

.mobile-menu .mobile-lang-btn.active,
.mobile-menu .mobile-menu-item.active {
    font-weight: 700
}

.mobile-menu ul {
    display: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 0 1em 2em;
    font-size: .9em
}

.mobile-menu li.has-submenu>.mobile-menu-item {
    padding-right: calc(.2em + 3rem)
}

.mobile-menu li.has-submenu-open>a .mobile-menu-toggle:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.mobile-menu li.has-submenu-open>ul {
    display: block
}

.mobile-menu-icon-left {
    margin-right: .5em;
    font-size: 1.5em
}

.mobile-menu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3rem;
    color: inherit;
    font-size: 1rem
}

.mobile-menu-toggle:before {
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease
}

.mobile-menu-langs {
    background-color: var(--mobile-menu-bg-color-dimmed)
}

.mobile-menu-langs li:not(:first-child) {
    border-top: 1px solid var(--mobile-menu-border-color)
}

.mobile-menu-main>li {
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease
}

.mobile-menu-main>li:not(:first-child) {
    border-top: 1px solid var(--mobile-menu-border-color)
}

.mobile-menu-main>li>a {
    text-transform: uppercase
}

.mobile-menu-main>li>ul>li {
    border-top: 1px solid var(--mobile-menu-border-color)
}

.mobile-menu-main>li>ul>li>ul a {
    height: 3em;
    padding: .25em 1em
}

.mobile-menu-secondary {
    padding: .5em 0
}

.mobile-menu-secondary a {
    height: 3em;
    font-size: .9em
}

.mobile-lang {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: var(--mobile-menu-bg-color);
    border-top: 1px solid var(--mobile-menu-border-color);
    -webkit-transform: translateY(-56px);
    transform: translateY(-56px);
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

.mobile-lang-open {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.mobile-lang-open .mobile-menu-toggle:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.mobile-lang-open .mobile-lang-btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: var(--mobile-menu-bg-color);
    color: var(--mobile-menu-color) !important
}

.mobile-lang ul ul {
    display: block;
    padding: 0 0 0 2.75em
}

.mobile-lang ul ul a {
    height: 3em
}

.mobile-lang+.mobile-nav {
    max-height: calc(100% - 56px)
}

.mobile-lang-btn {
    background-color: var(--mobile-menu-bg-color-dimmed)
}

.mobile-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .5em 1em;
    border-top: 1px solid var(--mobile-menu-border-color)
}

.mobile-social a {
    padding: .25em;
    color: var(--mobile-menu-color);
    font-size: 1.4em;
    text-decoration: none;
    opacity: .7
}

.form-newsletter p {
    margin: 0 0 .3em
}

.form-newsletter label {
    line-height: 1
}

.form-newsletter label.error {
    display: block;
    width: 100%;
    font-size: 11px !important
}

.form-newsletter .form-newsletter-form-lopd {
    margin-bottom: 0;
    font-size: 11px;
    width: 100%
}

.form-newsletter .form-newsletter-form-lopd .enclosure {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.form-newsletter .form-newsletter-form-lopd .enclosure input {
    margin-right: 5px
}

.form-newsletter .form-newsletter-form-lopd .enclosure.error {
    padding: .5em .6em
}

.form-newsletter .form-newsletter-form-boto,
.form-newsletter .form-newsletter-form-inputs-boto {
    margin-top: 10px
}

.form-newsletter .form-newsletter-form-inputs-boto {
    display: none
}

.form-newsletter .form-newsletter-form-boto {
    display: inline-block
}

.newsletter-unsubscribe {
    padding: 1rem 1rem 10rem 1rem;
    text-align: center
}

.newsletter-unsubscribe .wrap-img {
    margin: 0 0 2rem 0
}

@media screen and (min-width:640px) {
    .form-newsletter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .form-newsletter--horizontal {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .form-newsletter--horizontal .form-newsletter-text {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .form-newsletter--horizontal .form-newsletter-form {
        width: 60%
    }

    .form-newsletter--horizontal .form-newsletter-form .form-newsletter-form-inputs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .form-newsletter--horizontal .form-newsletter-form .form-newsletter-form-inputs-email,
    .form-newsletter--horizontal .form-newsletter-form .form-newsletter-form-inputs-name {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .form-newsletter--horizontal .form-newsletter-form .form-newsletter-form-inputs-boto {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
        margin-top: 0;
        display: inline-block
    }

    .form-newsletter--vertical {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .form-newsletter--vertical .form-newsletter-form-inputs-boto {
        display: none
    }

    .form-newsletter--vertical .form-newsletter-form-boto {
        display: inline-block
    }

    .newsletter-unsubscribe {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 100%
    }
}

.box-search--simple form {
    position: relative
}

.box-search--simple form label {
    position: absolute;
    top: 0;
    left: 0;
    padding: .25em 2em .25em .25em
}

.box-search--simple form input::-webkit-input-placeholder {
    color: transparent
}

.box-search--simple form input::-moz-placeholder {
    color: transparent
}

.box-search--simple form input:-ms-input-placeholder {
    color: transparent
}

.box-search--simple form input::-ms-input-placeholder {
    color: transparent
}

.box-search--simple form input::placeholder {
    color: transparent
}

.box-search--simple form input:not(:-moz-placeholder)~label {
    opacity: 0
}

.box-search--simple form input:not(:-ms-input-placeholder)~label {
    opacity: 0
}

.box-search--simple form input:focus~label,
.box-search--simple form input:not(:placeholder-shown)~label {
    opacity: 0
}

.noticia-list>li {
    margin-bottom: 1.5rem
}

.noticia-list>li:not(:last-child) {
    border-bottom: 1px solid currentColor
}

.noticia-list .img {
    display: block;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.noticia-list .img img {
    display: block
}

.noticia-list .img:hover {
    opacity: .9
}

.noticia-list .content {
    padding: .8rem 0
}

.noticia-list .content .title3 {
    margin: 0
}

.noticia-list .content .title3 a {
    color: inherit
}

:root {
    --offcanvas-header-color: #333;
    --offcanvas-header-bg-color: #fff;
    --offcanvas-header-border-color: #e5e5e5;
    --offcanvas-header-menu-toggle-color: #b2b2b2;
    --offcanvas-header-menu-toggle-active-bg-color: #f7f7f7;
    --offcanvas-header-icon-color: #bebebe;
    --offcanvas-header-icon-color-highlight: #333;
    --offcanvas-header-icon-badge-color: #fff;
    --offcanvas-header-icon-badge-bg-color: #000;
    --offcanvas-bg-color: #fff
}

.mobile-theme-dark {
    --offcanvas-header-color: #f5f5f5;
    --offcanvas-header-bg-color: #333;
    --offcanvas-header-border-color: #555;
    --offcanvas-header-menu-toggle-color: #ccc;
    --offcanvas-header-menu-toggle-active-bg-color: #404040;
    --offcanvas-header-icon-color: #ccc;
    --offcanvas-header-icon-color-highlight: #f5f5f5;
    --offcanvas-header-icon-badge-color: #333;
    --offcanvas-header-icon-badge-bg-color: #f5f5f5;
    --offcanvas-bg-color: #333
}

.offcanvas-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden
}

.offcanvas-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1015;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 56px;
    color: var(--offcanvas-header-color);
    background-color: var(--offcanvas-header-bg-color);
    border-bottom: 1px solid var(--offcanvas-header-border-color)
}

.offcanvas-header-logo {
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.offcanvas-header-logo a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1em;
    height: 100%;
    max-width: 200px
}

.offcanvas-header-logo img {
    max-height: 40px
}

.offcanvas-header-logo--svg img {
    display: block;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain
}

.offcanvas-header-links {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0
}

.offcanvas-header-menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 1px 14px 0 14px;
    border-left: 1px solid var(--offcanvas-header-border-color);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease
}

.offcanvas-header-menu-toggle-inner {
    position: relative
}

.offcanvas-header-menu-toggle-inner,
.offcanvas-header-menu-toggle-inner::after,
.offcanvas-header-menu-toggle-inner::before {
    width: 26px;
    height: 2px;
    background-color: var(--offcanvas-header-menu-toggle-color)
}

.offcanvas-header-menu-toggle-inner::after,
.offcanvas-header-menu-toggle-inner::before {
    content: "";
    position: absolute;
    display: block
}

.offcanvas-header-menu-toggle-inner::before {
    top: -7px;
    -webkit-transition: top .1s .1s, -webkit-transform .1s;
    transition: top .1s .1s, -webkit-transform .1s;
    transition: top .1s .1s, transform .1s;
    transition: top .1s .1s, transform .1s, -webkit-transform .1s
}

.offcanvas-header-menu-toggle-inner::after {
    bottom: -7px;
    -webkit-transition: bottom .1s .1s, -webkit-transform .1s;
    transition: bottom .1s .1s, -webkit-transform .1s;
    transition: bottom .1s .1s, transform .1s;
    transition: bottom .1s .1s, transform .1s, -webkit-transform .1s
}

.offcanvas-header-menu-toggle.is-active {
    background-color: var(--offcanvas-header-menu-toggle-active-bg-color)
}

.offcanvas-header-menu-toggle.is-active .offcanvas-header-menu-toggle-inner {
    background-color: transparent;
    -webkit-transition: background-color .1s, -webkit-transform .1s .1s;
    transition: background-color .1s, -webkit-transform .1s .1s;
    transition: background-color .1s, transform .1s .1s;
    transition: background-color .1s, transform .1s .1s, -webkit-transform .1s .1s
}

.offcanvas-header-menu-toggle.is-active .offcanvas-header-menu-toggle-inner::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top .1s, -webkit-transform .1s .1s;
    transition: top .1s, -webkit-transform .1s .1s;
    transition: top .1s, transform .1s .1s;
    transition: top .1s, transform .1s .1s, -webkit-transform .1s .1s
}

.offcanvas-header-menu-toggle.is-active .offcanvas-header-menu-toggle-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: bottom .1s, -webkit-transform .1s .1s;
    transition: bottom .1s, -webkit-transform .1s .1s;
    transition: bottom .1s, transform .1s .1s;
    transition: bottom .1s, transform .1s .1s, -webkit-transform .1s .1s
}

.offcanvas-header-icon-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px
}

.offcanvas-header-icon {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    color: var(--offcanvas-header-icon-color);
    line-height: 1em;
    font-size: 26px;
    text-align: center;
    outline: 0 none;
    -webkit-tap-highlight-color: transparent
}

.offcanvas-header-icon--active,
.offcanvas-header-icon:active,
.offcanvas-header-icon:hover {
    color: var(--offcanvas-header-icon-color-highlight)
}

.offcanvas-header-icon:hover {
    text-decoration: none
}

.offcanvas-header-icon-badge {
    position: absolute;
    bottom: 2px;
    right: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 1.5em;
    height: 1.5em;
    padding: 2px;
    color: var(--offcanvas-header-icon-badge-color);
    font-size: 10px;
    line-height: 1em;
    font-weight: 600;
    text-align: center;
    background-color: var(--offcanvas-header-icon-badge-bg-color);
    border-radius: 1em
}

.offcanvas {
    position: fixed;
    top: 56px;
    z-index: 1012;
    width: 100%;
    max-width: 100%;
    height: calc(100% - 56px);
    overflow-y: auto;
    background-color: var(--offcanvas-bg-color);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
    transition: -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
    transition: transform .3s ease, box-shadow .3s ease;
    transition: transform .3s ease, box-shadow .3s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
    will-change: transform
}

.offcanvas.is-open~.offcanvas-overlay {
    opacity: 1;
    visibility: visible
}

.offcanvas.position-left {
    right: 100%
}

.offcanvas.position-left.is-open {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-box-shadow: -14px 0 33px 10px rgba(0, 0, 0, .5);
    box-shadow: -14px 0 33px 10px rgba(0, 0, 0, .5)
}

.offcanvas.position-right {
    left: 100%
}

.offcanvas.position-right.is-open {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-box-shadow: 14px 0 33px 10px rgba(0, 0, 0, .5);
    box-shadow: 14px 0 33px 10px rgba(0, 0, 0, .5)
}

.offcanvas-content {
    z-index: 1010;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden
}

.offcanvas-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1011;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .35);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

@media screen and (min-width:640px) {
    .offcanvas {
        width: 320px
    }
}

@media screen and (max-width:1023.98px) {
    .offcanvas-wrapper {
        padding-top: 56px
    }

    .offcanvas-content.h100 {
        min-height: calc(100vh - 56px)
    }
}

@media screen and (min-width:1024px) {

    .offcanvas,
    .offcanvas-header,
    .offcanvas-overlay {
        display: none
    }
}

.ripple {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.ripple:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background: radial-gradient(circle, currentColor 10%, transparent 10.01%) no-repeat center;
    opacity: 0;
    -webkit-transform: scale(10, 10);
    transform: scale(10, 10);
    -webkit-transition: opacity 1s, -webkit-transform .5s;
    transition: opacity 1s, -webkit-transform .5s;
    transition: transform .5s, opacity 1s;
    transition: transform .5s, opacity 1s, -webkit-transform .5s
}

.ripple:active:after {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: .2;
    -webkit-transition: 0s;
    transition: 0s
}

.text .title1:last-child,
.text .title2:last-child,
.text .title3:last-child,
.text .title4:last-child,
.text .title5:last-child,
.text .title6:last-child,
.text h1:last-child,
.text h2:last-child,
.text h3:last-child,
.text h4:last-child,
.text h5:last-child,
.text h6:last-child,
.text ol:last-child,
.text p:last-child,
.text table:last-child,
.text ul:last-child {
    margin-bottom: 0 !important
}

.ubicacio {
    list-style: none;
    line-height: 1.6
}

.ubicacio-name {
    display: block;
    margin-bottom: 3px;
    font-weight: 600;
    text-transform: uppercase
}

.ubicacio-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.ubicacio-item-icon {
    text-align: center;
    display: none
}

.ubicacio-item-line {
    display: inline-block;
    margin: 0;
    line-height: 1.25
}

.ubicacio-item-line .fa,
.ubicacio-item-line .fc {
    min-width: 17px;
    display: none
}

.ubicacio-item .tooltip {
    cursor: pointer
}

.ubicacio-item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.ubicacio-block .ubicacio-item-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.ubicacio-block .ubicacio-item-content {
    overflow: hidden
}

.ubicacio-block.ubicacio-text .ubicacio-item-icon {
    display: none
}

.ubicacio-inline {
    -webkit-box-align: first baseline;
    -ms-flex-align: first baseline;
    align-items: first baseline
}

.ubicacio-inline .ubicacio-item:not(:last-child):after {
    content: "·";
    margin-right: 5px;
    margin-left: 5px
}

.ubicacio-inline .ubicacio-item-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ubicacio-inline .ubicacio-item-line {
    display: inline-block;
    vertical-align: baseline
}

.ubicacio-inline.ubicacio-text .ubicacio-item-list>.ubicacio-item-list .ubicacio-item-icon:before {
    content: "·";
    margin: 0 .4em
}

.ubicacio-icones .ubicacio-item {
    margin-right: 8px
}

.ubicacio-icones .ubicacio-item:after {
    display: none
}

.ubicacio-icones .ubicacio-item-content-label {
    display: none
}

.ubicacio-align-left {
    text-align: left
}

.ubicacio-align-left.ubicacio-inline .ubicacio-item-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.ubicacio-align-left.ubicacio-inline.ubicacio-icones .ubicacio-item {
    margin-right: 8px
}

.ubicacio-align-left.ubicacio-inline.ubicacio-text .ubicacio-item-icon {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.ubicacio-align-left.ubicacio-inline.ubicacio-text .ubicacio-item:last-child .ubicacio-item-icon {
    display: none
}

.ubicacio-align-left.ubicacio-icones .ubicacio-item-icon {
    margin: 0 .25em 0 0
}

.ubicacio-align-right {
    text-align: right
}

.ubicacio-align-right.ubicacio-block .ubicacio-item-list {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.ubicacio-align-right.ubicacio-inline .ubicacio-item-list {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.ubicacio-align-right.ubicacio-inline.ubicacio-icones .ubicacio-item {
    margin-left: 8px
}

.ubicacio-align-right.ubicacio-inline.ubicacio-text .ubicacio-item:first-child .ubicacio-item-icon {
    display: none
}

.ubicacio-align-right.ubicacio-icones .ubicacio-item-icon {
    margin: 0 .25em 0 0
}

.ubicacio-align-right.ubicacio-icones .ubicacio-item-icon .fa,
.ubicacio-align-right.ubicacio-icones .ubicacio-item-icon .fc {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.ubicacio-align-center {
    text-align: center
}

.ubicacio-align-center.ubicacio-block .ubicacio-item-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ubicacio-align-center.ubicacio-inline .ubicacio-item-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ubicacio-align-center.ubicacio-inline.ubicacio-icones .ubicacio-item {
    margin-right: 8px
}

.ubicacio-align-center.ubicacio-inline.ubicacio-text .ubicacio-item-icon {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.ubicacio-align-center.ubicacio-inline.ubicacio-text .ubicacio-item:last-child .ubicacio-item-icon {
    display: none
}

.ubicacio-align-center.ubicacio-icones .ubicacio-item-icon {
    margin: 0 .25em 0 0
}

@media screen and (min-width:640px) {
    .ubicacio-icones .ubicacio-item-icon {
        display: inline-block;
        width: 1.25em
    }
}

@media screen and (max-width:639.98px) {
    .ubicacio {
        text-align: center
    }

    .ubicacio.ubicacio-block .ubicacio-item-list {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .ubicacio.ubicacio-inline .ubicacio-item-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .ubicacio.ubicacio-inline.ubicacio-icones .ubicacio-item {
        margin-right: 8px
    }

    .ubicacio.ubicacio-inline.ubicacio-text .ubicacio-item-icon {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .ubicacio.ubicacio-inline.ubicacio-text .ubicacio-item:last-child .ubicacio-item-icon {
        display: none
    }

    .ubicacio .ubicacio-item-line .fa,
    .ubicacio .ubicacio-item-line .fc {
        display: none
    }

    .ubicacio .ubicacio-item-content-label {
        display: inline-block
    }
}

.login-menu .list {
    display: none
}

.login-menu--opened .list {
    display: block
}

.login-menu--position-left .list {
    left: 0
}

.login-menu--position-right .list {
    right: 0
}

.login-menu--position-top .list {
    top: 100%
}

.login-menu--position-bottom .list {
    bottom: 100%
}

.player-audio {
    background-color: rgba(0, 0, 0, .025);
    padding: 10px 14px
}

.player-audio-display {
    font-size: 14px;
    margin-bottom: 10px
}

.player-audio-display-name {
    margin-left: 14px;
    margin-right: 6px
}

.player-audio-display-extension {
    opacity: .75
}

.player-audio-controls {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 350px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.player-audio-controls-download,
.player-audio-controls-pause,
.player-audio-controls-play {
    background-color: #eee;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer
}

.player-audio-controls-download span,
.player-audio-controls-pause span,
.player-audio-controls-play span {
    color: #000;
    font-size: 12px
}

.player-audio-controls-download:hover,
.player-audio-controls-pause:hover,
.player-audio-controls-play:hover {
    text-decoration: none;
    background-color: #ddd
}

.player-audio-controls-pause {
    display: none
}

.player-audio-controls-time {
    margin-right: 10px;
    font-size: 12px;
    white-space: nowrap
}

.player-audio-controls-range {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-appearance: none;
    padding: 0;
    height: 25px;
    outline: 0;
    background: 0 0
}

.player-audio-controls-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    background: #777;
    border-radius: 5px
}

.player-audio-controls-range::-moz-range-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    background: #777;
    border-radius: 5px
}

.player-audio-controls-range::-webkit-slider-thumb {
    position: relative;
    -webkit-appearance: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #777;
    cursor: pointer;
    margin: -4px 0 0 0
}

.player-audio-controls-range::-moz-range-thumb {
    position: relative;
    -webkit-appearance: none;
    box-sizing: content-box;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #777;
    cursor: pointer;
    margin: -4px 0 0 0
}

.player-audio--play .player-audio-controls-play {
    display: none
}

.player-audio--play .player-audio-controls-pause {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.slide-basic {
    position: relative
}

.slide-basic--arrows-inside {
    margin: 0 2.25rem
}

.slide-basic--pagination .swiper-container {
    padding-bottom: 2.5rem
}

.slide-basic--pagination .swiper-button-next,
.slide-basic--pagination .swiper-button-prev {
    margin-top: -2.5rem
}

.slide-basic--pagination .swiper-pagination {
    bottom: 0;
    line-height: 1
}

.slide-basic--dots-inside .swiper-container {
    padding-bottom: 0 !important
}

.slide-basic--dots-white .swiper-pagination-bullets>span {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .5)
}

.slide-basic--dots-grey .swiper-pagination-bullets>span {
    background-color: #ccc
}

.slide-basic--navigation .swiper-button-next,
.slide-basic--navigation .swiper-button-prev {
    display: none !important;
    background-color: transparent !important
}

.slide-basic--navigation-inside {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.slide-basic--navigation-inside .swiper-button-prev {
    left: 0;
    right: auto
}

.slide-basic--navigation-inside .swiper-button-next {
    right: 0;
    left: auto
}

.slide-basic--navigation-outside .swiper-button-prev {
    left: -3em;
    right: auto
}

.slide-basic--navigation-outside .swiper-button-next {
    right: -3em;
    left: auto
}

.slide-basic--navigation-over .swiper-button-prev {
    left: .75rem !important;
    right: auto
}

.slide-basic--navigation-over .swiper-button-next {
    right: .75rem !important;
    left: auto
}

.slide-basic--cover img.swiper-image {
    -o-object-fit: cover;
    object-fit: cover
}

.slide-basic--cover .swiper-pagination-bullets {
    bottom: 1.5rem
}

.slide-basic .swiper-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.slide-basic .swiper-container {
    position: relative
}

.slide-basic .swiper-button-next,
.slide-basic .swiper-button-prev {
    display: none;
    --swiper-navigation-size: 35px;
    opacity: .75;
    cursor: pointer;
    background-color: transparent !important
}

.slide-basic .swiper-button-next:after,
.slide-basic .swiper-button-prev:after {
    display: none
}

.slide-basic .swiper-button-next:hover,
.slide-basic .swiper-button-prev:hover {
    text-decoration: none;
    opacity: 1
}

.slide-basic .swiper-pagination-bullets>span {
    width: 13px;
    height: 13px;
    padding: 0;
    border: 0 none;
    border-radius: 100%;
    text-indent: -9999px;
    outline: 0
}

.slide-basic .swiper-caption {
    background-color: rgba(0, 0, 0, .6);
    line-height: 1.4;
    padding: 1em 0;
    position: absolute;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    width: 30%;
    height: auto
}

.slide-basic .swiper-caption h3 {
    font-size: 40px;
    font-weight: 700
}

.slide-basic .swiper-caption-slide {
    color: #fff
}

.slide-basic .swiper-caption-title {
    line-height: 1.25;
    font-size: 1.1em;
    font-weight: 600
}

.slide-basic .swiper-caption-title:not(:only-child) {
    margin: .75em 0 1em
}

.slide-basic .swiper-caption-text {
    line-height: 1.4;
    font-size: 1em;
    font-weight: 300
}

.slide-basic .swiper-caption-crono {
    position: relative;
    display: block;
    width: calc(100% + .6rem);
    height: 2px;
    margin: .75rem 0 .75rem -.3rem
}

.slide-basic .swiper-caption-crono:after,
.slide-basic .swiper-caption-crono:before {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 50%;
    height: 100%;
    background-color: currentColor
}

.slide-basic .swiper-caption-crono:after {
    left: 50%
}

.slide-basic .swiper-caption-crono--first:before {
    display: none
}

.slide-basic .swiper-caption-crono--last:after {
    display: none
}

.slide-basic .swiper-caption-crono-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 14px;
    height: 14px;
    margin: -7px 0 0 -7px;
    background-color: currentColor;
    border-radius: 100%
}

.slide-basic .swiper-image {
    display: block;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    width: 100%
}

.slide-basic .swiper-image[href]:hover {
    opacity: .9
}

.slide-basic .swiper-image img {
    display: block;
    width: 100%
}

.slide-basic--crono .swiper-container .swiper-wrapper .swiper-slide .swiper-caption {
    display: block;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    font-size: inherit
}

.slide-basic:hover .swiper-button-next,
.slide-basic:hover .swiper-button-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.slide-basic .swiper-button-v1.swiper-button-next,
.slide-basic .swiper-button-v1.swiper-button-prev {
    color: #fff !important
}

.slide-widget.slide-basic--navigation-outside .swiper-button-next,
.slide-widget.slide-basic--navigation-outside .swiper-button-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.slide-widget .swiper-container .swiper-slide .swiper-image {
    position: relative;
    height: auto
}

.slide-widget .swiper-container .swiper-slide .swiper-caption {
    position: relative;
    height: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent
}

.slide-widget .swiper-container .swiper-slide .swiper-caption--top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.slide-widget .swiper-container .swiper-slide .swiper-caption--middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.slide-widget .swiper-container .swiper-slide .swiper-caption--bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.slide-widget .swiper-container .swiper-slide .swiper-caption--left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.slide-widget .swiper-container .swiper-slide .swiper-caption--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.slide-widget .swiper-container .swiper-slide .swiper-caption--right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.slide-widget .swiper-container .swiper-slide .swiper-caption--text-left {
    text-align: left
}

.slide-widget .swiper-container .swiper-slide .swiper-caption--text-center {
    text-align: center
}

.slide-widget .swiper-container .swiper-slide .swiper-caption--text-right {
    text-align: right
}

.slide-widget .swiper-container .swiper-slide .swiper-caption-box {
    display: block
}

.slide-widget .swiper-container .swiper-slide .swiper-caption-title {
    font-size: 1.1rem;
    text-shadow: none
}

.slide-widget .swiper-container .swiper-pagination {
    top: auto;
    bottom: 0
}

@media screen and (min-width:1024px) {
    .slide-basic--navigation-none {
        padding-left: 0;
        padding-right: 0
    }

    .slide-basic--navigation-none .swiper-button-next,
    .slide-basic--navigation-none .swiper-button-prev {
        display: none !important
    }
}

@media screen and (max-width:1023.98px) {
    .slide-basic .swiper-button-prev {
        left: .75rem !important;
        right: auto
    }

    .slide-basic .swiper-button-next {
        right: .75rem !important;
        left: auto
    }

    .slide-basic--navigation--medium-inside .swiper-button-next,
    .slide-basic--navigation--medium-inside .swiper-button-prev,
    .slide-basic--navigation--medium-over .swiper-button-next,
    .slide-basic--navigation--medium-over .swiper-button-prev {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .slide-basic--navigation--medium-inside {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .slide-basic--navigation--medium-none {
        padding-left: 0;
        padding-right: 0
    }

    .slide-basic--navigation--medium-none .swiper-button-next,
    .slide-basic--navigation--medium-none .swiper-button-prev {
        display: none !important
    }
}

@media screen and (max-width:639.98px) {
    .slide-basic .swiper-container .swiper-slide .slick-caption-visible {
        display: block;
        width: auto !important;
        padding: 1em 1em 2em 1em !important;
        left: auto !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        position: relative !important;
        -webkit-transform: none !important;
        transform: none !important
    }

    .slide-basic .swiper-container .swiper-slide a:hover {
        text-decoration: none
    }

    .slide-basic .swiper-caption--s-hidden {
        display: none !important
    }

    .slide-basic--navigation--small-inside .swiper-button-next,
    .slide-basic--navigation--small-inside .swiper-button-prev,
    .slide-basic--navigation--small-over .swiper-button-next,
    .slide-basic--navigation--small-over .swiper-button-prev {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        font-size: 2.5rem;
        text-shadow: 0 1px 2px rgba(0, 0, 0, .35);
        width: 3rem
    }

    .slide-basic--navigation--small-inside {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .slide-basic--navigation--small-none {
        padding-left: 0;
        padding-right: 0
    }

    .slide-basic--navigation--small-none .swiper-button-next,
    .slide-basic--navigation--small-none .swiper-button-prev {
        display: none !important
    }
}

.slide-basic,
.slide-generic,
.slide-header {
    position: relative
}

.slide-basic .swiper-button-next,
.slide-basic .swiper-button-prev,
.slide-generic .swiper-button-next,
.slide-generic .swiper-button-prev,
.slide-header .swiper-button-next,
.slide-header .swiper-button-prev {
    font-size: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    --fa-width: auto
}

.slide-basic .swiper-button-next,
.slide-generic .swiper-button-next,
.slide-header .swiper-button-next {
    --_fa-family: var(--fa-family, var(--fa-style-family, 'Font Awesome 7 Pro'));
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: var(--fa-display, inline-block);
    font-family: var(--_fa-family);
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-style: normal;
    font-synthesis: none;
    font-variant: normal;
    font-weight: var(--fa-style, 900);
    line-height: 1;
    text-align: center;
    text-rendering: auto;
    width: var(--fa-width, 1.25em)
}

.slide-basic .swiper-button-next::before,
.slide-generic .swiper-button-next::before,
.slide-header .swiper-button-next::before {
    content: "\f054"
}

.slide-basic .swiper-button-prev,
.slide-generic .swiper-button-prev,
.slide-header .swiper-button-prev {
    --_fa-family: var(--fa-family, var(--fa-style-family, 'Font Awesome 7 Pro'));
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: var(--fa-display, inline-block);
    font-family: var(--_fa-family);
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-style: normal;
    font-synthesis: none;
    font-variant: normal;
    font-weight: var(--fa-style, 900);
    line-height: 1;
    text-align: center;
    text-rendering: auto;
    width: var(--fa-width, 1.25em)
}

.slide-basic .swiper-button-prev::before,
.slide-generic .swiper-button-prev::before,
.slide-header .swiper-button-prev::before {
    content: "\f053"
}

.slide-basic .swiper-container,
.slide-generic .swiper-container,
.slide-header .swiper-container {
    height: auto;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.slide-basic .swiper-container.swiper-horizontal .swiper-pagination-progressbar,
.slide-generic .swiper-container.swiper-horizontal .swiper-pagination-progressbar,
.slide-header .swiper-container.swiper-horizontal .swiper-pagination-progressbar {
    top: auto;
    bottom: 0
}

.slide-basic .swiper-container.swiper-initialized,
.slide-generic .swiper-container.swiper-initialized,
.slide-header .swiper-container.swiper-initialized {
    opacity: 1;
    -webkit-transition: none;
    transition: none
}

.slide-basic .swiper--pagination-outside,
.slide-generic .swiper--pagination-outside,
.slide-header .swiper--pagination-outside {
    padding-bottom: 2.5rem
}

.slide-basic .swiper--pagination-outside .swiper-pagination,
.slide-generic .swiper--pagination-outside .swiper-pagination,
.slide-header .swiper--pagination-outside .swiper-pagination {
    bottom: 2px
}

.slide-basic .swiper-wrapper,
.slide-generic .swiper-wrapper,
.slide-header .swiper-wrapper {
    height: auto
}

.slide-basic .swiper-slide,
.slide-generic .swiper-slide,
.slide-header .swiper-slide {
    height: auto;
    overflow: hidden
}

.slide-basic .swiper-slide>a:hover,
.slide-generic .swiper-slide>a:hover,
.slide-header .swiper-slide>a:hover {
    text-decoration: none
}

.slide-basic .swiper-slide--caption-over .swiper-caption,
.slide-generic .swiper-slide--caption-over .swiper-caption,
.slide-header .swiper-slide--caption-over .swiper-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.slide-basic .swiper-slide--caption-bottom,
.slide-generic .swiper-slide--caption-bottom,
.slide-header .swiper-slide--caption-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.slide-basic .swiper-slide--caption-bottom .swiper-caption,
.slide-generic .swiper-slide--caption-bottom .swiper-caption,
.slide-header .swiper-slide--caption-bottom .swiper-caption {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.slide-basic .swiper-slide--caption-bottom .swiper-caption-box,
.slide-generic .swiper-slide--caption-bottom .swiper-caption-box,
.slide-header .swiper-slide--caption-bottom .swiper-caption-box {
    height: 100% !important
}

.slide-basic .swiper-sizer,
.slide-generic .swiper-sizer,
.slide-header .swiper-sizer {
    position: relative;
    width: 100%;
    overflow: hidden
}

.slide-basic .swiper-lazy-preloader,
.slide-generic .swiper-lazy-preloader,
.slide-header .swiper-lazy-preloader {
    border-bottom-color: transparent !important
}

.slide-basic .swiper-overlay,
.slide-generic .swiper-overlay,
.slide-header .swiper-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.slide-basic .swiper-pagination-fraction,
.slide-generic .swiper-pagination-fraction,
.slide-header .swiper-pagination-fraction {
    left: 50%;
    width: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.slide-basic .swiper-pagination-bullet,
.slide-generic .swiper-pagination-bullet,
.slide-header .swiper-pagination-bullet {
    opacity: 1
}

.slide-basic .swiper-pagination-bullets-dynamic,
.slide-generic .swiper-pagination-bullets-dynamic,
.slide-header .swiper-pagination-bullets-dynamic {
    padding: 4px
}

.slide-basic .swiper-button-next,
.slide-basic .swiper-button-prev,
.slide-generic .swiper-button-next,
.slide-generic .swiper-button-prev,
.slide-header .swiper-button-next,
.slide-header .swiper-button-prev {
    outline: 0 none
}

.slide-basic .swiper-caption,
.slide-generic .swiper-caption,
.slide-header .swiper-caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.slide-basic .swiper-caption--top,
.slide-generic .swiper-caption--top,
.slide-header .swiper-caption--top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.slide-basic .swiper-caption--middle,
.slide-generic .swiper-caption--middle,
.slide-header .swiper-caption--middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.slide-basic .swiper-caption--bottom,
.slide-generic .swiper-caption--bottom,
.slide-header .swiper-caption--bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.slide-basic .swiper-caption--left,
.slide-generic .swiper-caption--left,
.slide-header .swiper-caption--left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.slide-basic .swiper-caption--center,
.slide-generic .swiper-caption--center,
.slide-header .swiper-caption--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.slide-basic .swiper-caption--right,
.slide-generic .swiper-caption--right,
.slide-header .swiper-caption--right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.slide-basic .swiper-caption--text-left,
.slide-generic .swiper-caption--text-left,
.slide-header .swiper-caption--text-left {
    text-align: left
}

.slide-basic .swiper-caption--text-center,
.slide-generic .swiper-caption--text-center,
.slide-header .swiper-caption--text-center {
    text-align: center
}

.slide-basic .swiper-caption--text-right,
.slide-generic .swiper-caption--text-right,
.slide-header .swiper-caption--text-right {
    text-align: right
}

.slide-basic .swiper-caption-box,
.slide-generic .swiper-caption-box,
.slide-header .swiper-caption-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.slide-basic .swiper-caption-title:only-child,
.slide-generic .swiper-caption-title:only-child,
.slide-header .swiper-caption-title:only-child {
    margin-bottom: 0 !important
}

.slide-basic .swiper-caption-text,
.slide-generic .swiper-caption-text,
.slide-header .swiper-caption-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden
}

.slide-basic .swiper-caption-text p,
.slide-generic .swiper-caption-text p,
.slide-header .swiper-caption-text p {
    line-height: 1.25
}

.slide-basic .swiper-caption-text p:not(:last-child),
.slide-generic .swiper-caption-text p:not(:last-child),
.slide-header .swiper-caption-text p:not(:last-child) {
    margin-bottom: 1em
}

.slide-basic .swiper-caption-button,
.slide-generic .swiper-caption-button,
.slide-header .swiper-caption-button {
    display: inline-block
}

.slide-basic .swiper-caption-button:hover,
.slide-generic .swiper-caption-button:hover,
.slide-header .swiper-caption-button:hover {
    text-decoration: none;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease
}

.slide-basic--thumbnails .swiper-container,
.slide-generic--thumbnails .swiper-container,
.slide-header--thumbnails .swiper-container {
    position: relative
}

.slide-basic--thumbnails .swiper--main .swiper-button-next,
.slide-basic--thumbnails .swiper--main .swiper-button-prev,
.slide-generic--thumbnails .swiper--main .swiper-button-next,
.slide-generic--thumbnails .swiper--main .swiper-button-prev,
.slide-header--thumbnails .swiper--main .swiper-button-next,
.slide-header--thumbnails .swiper--main .swiper-button-prev {
    display: none;
    left: .75rem;
    --swiper-navigation-size: 35px
}

.slide-basic--thumbnails .swiper--main .swiper-button-prev,
.slide-generic--thumbnails .swiper--main .swiper-button-prev,
.slide-header--thumbnails .swiper--main .swiper-button-prev {
    left: .75rem !important;
    right: auto
}

.slide-basic--thumbnails .swiper--main .swiper-button-next,
.slide-generic--thumbnails .swiper--main .swiper-button-next,
.slide-header--thumbnails .swiper--main .swiper-button-next {
    right: .75rem !important;
    left: auto
}

.slide-basic--thumbnails .swiper--main:hover .swiper-button-next,
.slide-basic--thumbnails .swiper--main:hover .swiper-button-prev,
.slide-generic--thumbnails .swiper--main:hover .swiper-button-next,
.slide-generic--thumbnails .swiper--main:hover .swiper-button-prev,
.slide-header--thumbnails .swiper--main:hover .swiper-button-next,
.slide-header--thumbnails .swiper--main:hover .swiper-button-prev {
    display: block
}

.slide-basic--thumbnails .swiper--thumbnail .swiper-button-next,
.slide-basic--thumbnails .swiper--thumbnail .swiper-button-prev,
.slide-generic--thumbnails .swiper--thumbnail .swiper-button-next,
.slide-generic--thumbnails .swiper--thumbnail .swiper-button-prev,
.slide-header--thumbnails .swiper--thumbnail .swiper-button-next,
.slide-header--thumbnails .swiper--thumbnail .swiper-button-prev {
    display: none;
    font-weight: 600
}

.slide-basic--thumbnails .swiper--thumbnail:hover .swiper-button-next,
.slide-basic--thumbnails .swiper--thumbnail:hover .swiper-button-prev,
.slide-generic--thumbnails .swiper--thumbnail:hover .swiper-button-next,
.slide-generic--thumbnails .swiper--thumbnail:hover .swiper-button-prev,
.slide-header--thumbnails .swiper--thumbnail:hover .swiper-button-next,
.slide-header--thumbnails .swiper--thumbnail:hover .swiper-button-prev {
    display: block
}

.slide-basic--thumbnails .swiper--thumbnail .swiper-wrapper,
.slide-generic--thumbnails .swiper--thumbnail .swiper-wrapper,
.slide-header--thumbnails .swiper--thumbnail .swiper-wrapper {
    margin-top: 8px
}

.slide-basic--thumbnails .swiper--thumbnail .swiper-wrapper .swiper-slide,
.slide-generic--thumbnails .swiper--thumbnail .swiper-wrapper .swiper-slide,
.slide-header--thumbnails .swiper--thumbnail .swiper-wrapper .swiper-slide {
    width: 20%;
    height: 100%;
    overflow: hidden;
    cursor: pointer
}

.slide-basic--thumbnails .swiper--thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active,
.slide-generic--thumbnails .swiper--thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active,
.slide-header--thumbnails .swiper--thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
    cursor: default
}

.slide-generic .swiper-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 1;
    -webkit-transition: opacity 150ms ease;
    transition: opacity 150ms ease
}

.slide-generic .swiper-image:not([src]) {
    opacity: 0
}

.slide-generic .swiper-image--contain {
    -o-object-fit: contain;
    object-fit: contain
}

.slide-generic .swiper--navigation-none .swiper-button-next,
.slide-generic .swiper--navigation-none .swiper-button-prev {
    display: none
}

.slide-generic .swiper--navigation-inside {
    margin-left: 2.5rem;
    margin-right: 2.5rem
}

.slide-generic .swiper--navigation-inside .swiper-button-prev,
.slide-generic .swiper--navigation-inside .swiper-container-rtl .swiper-button-next {
    left: 0;
    right: auto
}

.slide-generic .swiper--navigation-inside .swiper-button-next,
.slide-generic .swiper--navigation-inside .swiper-container-rtl .swiper-button-prev {
    right: 0;
    left: auto
}

.slide-generic .swiper--navigation-outside .swiper-button-prev,
.slide-generic .swiper--navigation-outside .swiper-container-rtl .swiper-button-next {
    left: -3em;
    right: auto
}

.slide-generic .swiper--navigation-outside .swiper-button-next,
.slide-generic .swiper--navigation-outside .swiper-container-rtl .swiper-button-prev {
    right: -3em;
    left: auto
}

.slide-generic .swiper--navigation-over .swiper-button-prev,
.slide-generic .swiper--navigation-over .swiper-container-rtl .swiper-button-next {
    left: 2rem;
    right: auto
}

.slide-generic .swiper--navigation-over .swiper-button-next,
.slide-generic .swiper--navigation-over .swiper-container-rtl .swiper-button-prev {
    right: 2rem;
    left: auto
}

.slide-generic .swiper-sizer {
    height: 0;
    padding-bottom: var(--swiper-sizer-padding-bottom-desktop, 56.25%)
}

.slide-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.slide-header .swiper-clip,
.slide-header .swiper-container,
.slide-header .swiper-wrapper {
    width: 100%;
    height: 100%
}

.slide-header .swiper-slide {
    background-size: cover;
    height: auto
}

.slide-header .swiper-container {
    z-index: 0
}

@media screen and (max-width:639.98px) {
    :root {
        --swiper-navigation-size: 32px
    }

    .slide-generic .swiper--navigation-over .swiper-button-prev,
    .slide-generic .swiper--navigation-over .swiper-container-rtl .swiper-button-next {
        left: .5rem
    }

    .slide-generic .swiper--navigation-over .swiper-button-next,
    .slide-generic .swiper--navigation-over .swiper-container-rtl .swiper-button-prev {
        right: .5rem
    }

    .slide-generic .swiper--navigation--small-inside .swiper-button-prev,
    .slide-generic .swiper--navigation--small-over .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 10px)
    }

    .slide-generic .swiper--navigation--small-inside .swiper-button-next,
    .slide-generic .swiper--navigation--small-over .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 10px)
    }

    .slide-generic .swiper--navigation--small-inside {
        margin-left: 2.5rem;
        margin-right: 2.5rem
    }

    .slide-generic .swiper--navigation--small-outside {
        margin-left: 0;
        margin-right: 0
    }

    .slide-generic .swiper--navigation--small-outside .swiper-button-prev,
    .slide-generic .swiper--navigation--small-outside .swiper-container-rtl .swiper-button-next {
        left: -3em;
        right: auto
    }

    .slide-generic .swiper--navigation--small-outside .swiper-button-next,
    .slide-generic .swiper--navigation--small-outside .swiper-container-rtl .swiper-button-prev {
        right: -3em;
        left: auto
    }

    .slide-generic .swiper--navigation--small-none {
        margin-left: 0;
        margin-right: 0
    }

    .slide-generic .swiper--navigation--small-none .swiper-button-next,
    .slide-generic .swiper--navigation--small-none .swiper-button-prev {
        display: none !important
    }

    .slide-generic .swiper-sizer {
        padding-bottom: var(--swiper-sizer-padding-bottom-mobile, 75%)
    }

    .slide-generic .swiper-caption--s-hidden {
        display: none
    }
}

@media screen and (min-width:640px) and (max-width:1023.98px) {
    :root {
        --swiper-navigation-size: 32px
    }

    .slide-generic .swiper-sizer {
        padding-bottom: var(--swiper-sizer-padding-bottom-tablet, 56.25%)
    }

    .slide-generic .swiper--navigation--medium-inside .swiper-button-prev,
    .slide-generic .swiper--navigation--medium-over .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 10px)
    }

    .slide-generic .swiper--navigation--medium-inside .swiper-button-next,
    .slide-generic .swiper--navigation--medium-over .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 10px)
    }

    .slide-generic .swiper--navigation--medium-inside {
        margin-left: 2.5rem;
        margin-right: 2.5rem
    }

    .slide-generic .swiper--navigation--medium-outside {
        margin-left: 0;
        margin-right: 0
    }

    .slide-generic .swiper--navigation--medium-outside .swiper-button-prev,
    .slide-generic .swiper--navigation--medium-outside .swiper-container-rtl .swiper-button-next {
        left: -3em;
        right: auto
    }

    .slide-generic .swiper--navigation--medium-outside .swiper-button-next,
    .slide-generic .swiper--navigation--medium-outside .swiper-container-rtl .swiper-button-prev {
        right: -3em;
        left: auto
    }

    .slide-generic .swiper--navigation--medium-none {
        margin-left: 0;
        margin-right: 0
    }

    .slide-generic .swiper--navigation--medium-none .swiper-button-next,
    .slide-generic .swiper--navigation--medium-none .swiper-button-prev {
        display: none !important
    }
}

@media screen and (min-width:640px) {
    :root {
        --swiper-navigation-size: 40px
    }
}

@media screen and (min-width:1024px) {
    :root {
        --swiper-navigation-size: 48px
    }

    .slide-generic .swiper-sizer--fullscreen {
        padding-bottom: 100vh
    }
}

.slide-horizontal {
    position: relative;
    padding: 1rem
}

.slide-horizontal-sizer {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: var(--swiper-sizer-padding-bottom-desktop, 56.25%)
}

.slide-horizontal .swiper-wrapper {
    -webkit-transition-timing-function: cubic-bezier(.785, .135, .15, .86) !important;
    transition-timing-function: cubic-bezier(.785, .135, .15, .86) !important;
    height: auto
}

.slide-horizontal .swiper-container {
    overflow: hidden;
    width: 100%;
    height: auto
}

.slide-horizontal .swiper-container-initialized {
    opacity: 1;
    -webkit-transition: none;
    transition: none
}

.slide-horizontal .swiper-button-next,
.slide-horizontal .swiper-button-prev {
    outline: 0 none;
    font-size: 40px;
    height: 40px;
    margin-top: -20px;
    --fa-width: auto
}

.slide-horizontal .swiper-button-next {
    --_fa-family: var(--fa-family, var(--fa-style-family, 'Font Awesome 7 Pro'));
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: var(--fa-display, inline-block);
    font-family: var(--_fa-family);
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-style: normal;
    font-synthesis: none;
    font-variant: normal;
    font-weight: var(--fa-style, 900);
    line-height: 1;
    text-align: center;
    text-rendering: auto;
    width: var(--fa-width, 1.25em)
}

.slide-horizontal .swiper-button-next::before {
    content: "\f054"
}

.slide-horizontal .swiper-button-prev {
    --_fa-family: var(--fa-family, var(--fa-style-family, 'Font Awesome 7 Pro'));
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: var(--fa-display, inline-block);
    font-family: var(--_fa-family);
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-style: normal;
    font-synthesis: none;
    font-variant: normal;
    font-weight: var(--fa-style, 900);
    line-height: 1;
    text-align: center;
    text-rendering: auto;
    width: var(--fa-width, 1.25em)
}

.slide-horizontal .swiper-button-prev::before {
    content: "\f053"
}

.slide-horizontal .swiper-slide {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.slide-horizontal .swiper-slide>a:hover {
    text-decoration: none
}

.slide-horizontal-content {
    margin-top: 2rem;
    width: 100%
}

.slide-horizontal-content .swiper-slide {
    background: #fff
}

.slide-horizontal img {
    width: 100%
}

.slide-horizontal--arrows-mobile-none .swiper-button-next,
.slide-horizontal--arrows-mobile-none .swiper-button-prev {
    display: none
}

.slide-horizontal--pagination-bullets {
    padding-bottom: 3rem
}

.slide-horizontal--pagination-bullets .swiper-pagination {
    bottom: 10px;
    left: 0;
    width: 100%
}

.slide-horizontal--pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .5);
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .5)
}

.slide-horizontal--text-align-mobile-left .swiper-slide {
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.slide-horizontal--text-align-mobile-center .swiper-slide {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.slide-horizontal--text-align-mobile-right .swiper-slide {
    text-align: right;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.slide-horizontal .swiper-caption-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.slide-horizontal .swiper-caption-title:only-child {
    margin-bottom: 0 !important
}

.slide-horizontal .swiper-caption-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden
}

.slide-horizontal .swiper-caption-text p {
    line-height: 1.25
}

.slide-horizontal .swiper-caption-text p:not(:last-child) {
    margin-bottom: 1em
}

.slide-horizontal .swiper-caption-button {
    display: inline-block
}

.slide-horizontal .swiper-caption-button:hover {
    text-decoration: none;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease
}

@media screen and (max-width:639.98px) {
    :root {
        --swiper-navigation-size: 32px
    }
}

@media screen and (min-width:1024px) {
    :root {
        --swiper-navigation-size: 48px
    }

    .slide-horizontal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .slide-horizontal-images {
        width: 50%
    }

    .slide-horizontal-content {
        width: 50%;
        padding-top: 0;
        padding-right: 60px;
        padding-left: 60px;
        margin-top: 0
    }

    .slide-horizontal--left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .slide-horizontal--right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .slide-horizontal--arrows-none .swiper-button-next,
    .slide-horizontal--arrows-none .swiper-button-prev {
        display: none
    }

    .slide-horizontal--arrows-over>.swiper-button-next,
    .slide-horizontal--arrows-over>.swiper-button-prev {
        display: none
    }

    .slide-horizontal--arrows-outside {
        padding-left: 60px;
        padding-right: 60px
    }

    .slide-horizontal--arrows-outside>.swiper-button-next,
    .slide-horizontal--arrows-outside>.swiper-button-prev {
        font-size: 2.5rem;
        display: block
    }

    .slide-horizontal--arrows-outside .slide-horizontal-images .swiper-button-next,
    .slide-horizontal--arrows-outside .slide-horizontal-images .swiper-button-prev {
        display: none
    }

    .slide-horizontal--text-align-left .swiper-slide {
        text-align: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .slide-horizontal--text-align-center .swiper-slide {
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .slide-horizontal--text-align-right .swiper-slide {
        text-align: right;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.filters {
    margin-bottom: 1rem
}

.filters-item {
    margin-bottom: 1rem;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content
}

.filters label {
    font-size: 1em;
    font-weight: 600 !important;
    line-height: 1
}

.filters input,
.filters select {
    height: 35px
}

.filters input:focus,
.filters select:focus {
    border-color: #ccc !important
}

.filters .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.filters .search input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right: 0
}

.filters .search button {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 .5em;
    border: 1px solid #ccc;
    background-color: #f5f5f5
}

.accordion-item-header {
    min-height: 40px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1rem;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    border-color: transparent
}

.accordion-item-header .item-title {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: 1rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0
}

.accordion-item-header .fa {
    font-weight: 700;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0
}

.accordion-item-header:hover .fa {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.accordion-item:last-of-type .accordion-item-header {
    border-width: 1px
}

.accordion-item-content {
    overflow: hidden;
    height: 0
}

.accordion-item--opened {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.accordion-item--opened .accordion-item-header {
    border-width: 1px
}

.accordion-item--opened .accordion-item-header .fa {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.accordion-item--opened .accordion-item-content {
    height: auto;
    border-style: solid;
    border-width: 0 1px;
    border-color: transparent
}

.accordion-item--opened:last-of-type .accordion-item-content {
    border-width: 0 1px 1px 1px
}

.logos-kd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.logos-kd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 500px;
    width: 100%
}

.logos-kd ul img {
    width: 100%
}

.logos-kd ul li.ue {
    padding-right: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.logos-kd ul li.govern {
    width: 20.5%
}

.logos-kd ul li.plan {
    width: 36%
}

.logos-kd--align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.logos-kd--align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.review-item-text {
    margin-top: 10px
}

.review-item-author {
    margin-top: 10px;
    text-decoration: underline
}

.score {
    color: #feb714;
    font-size: 0
}

.score span {
    display: inline-block;
    font-size: 16px
}

.score span.none {
    --_fa-family: var(--fa-family, var(--fa-style-family, 'Font Awesome 7 Pro'));
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: var(--fa-display, inline-block);
    font-family: var(--_fa-family);
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-style: normal;
    font-synthesis: none;
    font-variant: normal;
    font-weight: var(--fa-style, 900);
    line-height: 1;
    text-align: center;
    text-rendering: auto;
    width: var(--fa-width, 1.25em)
}

.score span.none::before {
    content: "\f005"
}

.score span.half {
    --_fa-family: var(--fa-family, var(--fa-style-family, 'Font Awesome 7 Pro'));
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: var(--fa-display, inline-block);
    font-family: var(--_fa-family);
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-style: normal;
    font-synthesis: none;
    font-variant: normal;
    font-weight: var(--fa-style, 900);
    line-height: 1;
    text-align: center;
    text-rendering: auto;
    width: var(--fa-width, 1.25em)
}

.score span.half::before {
    content: "\f5c0"
}

.score span.full {
    --_fa-family: var(--fa-family, var(--fa-style-family, 'Font Awesome 7 Pro'));
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: var(--fa-display, inline-block);
    font-family: var(--_fa-family);
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-style: normal;
    font-synthesis: none;
    font-variant: normal;
    font-weight: var(--fa-style, 900);
    line-height: 1;
    text-align: center;
    text-rendering: auto;
    width: var(--fa-width, 1.25em)
}

.score span.full::before {
    content: "\f005"
}

.share a {
    display: inline-block;
    vertical-align: top;
    font-size: 20px
}

.share-facebook .fab {
    color: #3b5998
}

.share-twitter .fab {
    color: #000
}

.social {
    line-height: 100%
}

.social a {
    display: block;
    font-size: 23px
}

.social a:hover {
    text-decoration: none
}

.social.inline li {
    margin: 0 .25em
}

.social-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 0 0 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    aspect-ratio: 1;
    font-size: 13px;
    cursor: pointer;
    color: var(--color)
}

.social-item a {
    font-size: inherit !important;
    color: inherit !important
}

.social-item span {
    font-size: inherit !important
}

.social--normal .social-item {
    width: auto !important
}

.social--normal .social-item:hover {
    color: var(--color-hover, inherit)
}

.social--rounded-solid .social-item,
.social--square-solid .social-item {
    background-color: var(--color)
}

.social--rounded-solid .social-item span,
.social--square-solid .social-item span {
    color: var(--color-text, inherit)
}

.social--rounded-solid .social-item:hover,
.social--square-solid .social-item:hover {
    background-color: var(--color-hover, inherit)
}

.social--rounded-outline .social-item,
.social--square-outline .social-item {
    border-width: 1px;
    border-style: solid;
    border-color: var(--color);
    color: var(--color)
}

.social--rounded-outline .social-item:hover,
.social--square-outline .social-item:hover {
    color: var(--color-hover, inherit);
    border-color: var(--color-hover, inherit)
}

.social--rounded-solid .social-item {
    border-radius: 50%
}

.social--rounded-outline .social-item {
    border-radius: 50%
}

@media (max-width:639.98px) {
    .social li {
        float: none
    }
}

.wishlist .imatge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wishlist .imatge img {
    border: 1px solid #ccc;
    margin-right: 10px
}

.wishlist_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .7);
    border: none;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    font-size: 1.1rem
}

.wishlist_btn span {
    margin-top: 3px;
    cursor: pointer
}

.wishlist_btn span.active {
    color: #000
}

.elements .wishlist_btn,
.item-list .wishlist_btn {
    position: absolute;
    top: .5rem;
    right: .5rem
}

.elements.item-list-image-lateral .wishlist_btn,
.item-list.item-list-image-lateral .wishlist_btn {
    top: .25rem;
    left: .25rem;
    right: unset
}

.fancybox-caption strong {
    display: block
}

.fancybox__slide.has-caption .f-caption {
    text-align: center
}

[data-fancybox] {
    cursor: pointer
}

.lbvXTF {
    z-index: 999 !important
}

.leaflet-control-attribution a {
    color: #333
}

.leaflet-grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.leaflet-control-zoom-in:hover,
.leaflet-control-zoom-out:hover {
    text-decoration: none
}

.grecaptcha-badge {
    visibility: hidden
}

.swiper-button-next svg,
.swiper-button-prev svg {
    display: none
}

.widget-type-account a:hover {
    text-decoration: none
}

.widget-type-account .account-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.widget-type-account .account-button a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.widget-type-account .account-button-text {
    padding-left: .4em
}

.breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: .9em;
    line-height: 1em;
    padding: 5px 0 0 0
}

.breadcrumbs ul li {
    line-height: 1.5em;
    margin: 0 .5em 0 0
}

.breadcrumbs ul li a {
    padding: 0 .5em 0 0
}

.widget-type-button .btn span {
    margin: 0
}

.widget-type-card .card {
    overflow: hidden;
    border-radius: 3px;
    position: relative
}

.widget-type-card .card-image img {
    display: inline-block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.widget-type-card .card-content {
    padding: 1rem
}

.widget-type-card .card-title {
    display: block;
    width: 100%;
    margin-bottom: 0
}

.widget-type-card .card-title a {
    color: inherit !important
}

.widget-type-card .card-description {
    margin-top: .9em
}

.widget-type-card .card-description p:not(:last-child) {
    margin-bottom: 1em
}

.widget-type-card .card-align-text-center .card-content {
    text-align: center
}

.widget-type-card .card-align-text-left .card-content {
    text-align: left
}

.widget-type-card .card-align-text-right .card-content {
    text-align: right
}

.widget-type-card .card-align-text-under .card-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.widget-type-card .card-align-under .card-image {
    width: 100%
}

.widget-type-card .card-align-under .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.widget-type-card .card-align-under .card-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.widget-type-card .card-align-under.card-vertical-top .card-content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.widget-type-card .card-align-under.card-vertical-center .card-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.widget-type-card .card-align-under.card-vertical-bottom .card-content {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.widget-type-card .card-px-none .card-content {
    padding-left: 0;
    padding-right: 0
}

.widget-type-card .card-py-none .card-content {
    padding-top: 0;
    padding-bottom: 0
}

.widget-type-card .card-px-small .card-content {
    padding-left: 1rem;
    padding-right: 1rem
}

.widget-type-card .card-py-small .card-content {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.widget-type-card .card-px-medium .card-content {
    padding-left: 2rem;
    padding-right: 2rem
}

.widget-type-card .card-py-medium .card-content {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.widget-type-card .card-px-large .card-content {
    padding-left: 4rem;
    padding-right: 4rem
}

.widget-type-card .card-py-large .card-content {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.widget-type-card .card-px-xlarge .card-content {
    padding-left: 6rem;
    padding-right: 6rem
}

.widget-type-card .card-py-xlarge .card-content {
    padding-top: 6rem;
    padding-bottom: 6rem
}

@media screen and (min-width:640px) {
    .widget-type-card .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .widget-type-card .card-align-center {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .widget-type-card .card-align-center .card-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .widget-type-card .card-align-left,
    .widget-type-card .card-align-right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .widget-type-card .card-align-left .card-image,
    .widget-type-card .card-align-right .card-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        width: 40%
    }

    .widget-type-card .card-align-right .card-image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .widget-type-card .card-align-right .card-content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .widget-type-card .card-content {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
}

@media screen and (min-width:640px) and (max-width:1023.98px) {
    .widget-type-card .card-align-text-md-center .card-content {
        text-align: center
    }

    .widget-type-card .card-align-text-md-left .card-content {
        text-align: left
    }

    .widget-type-card .card-align-text-md-right .card-content {
        text-align: right
    }
}

@media screen and (max-width:639.98px) {
    .widget-type-card .card-align-text-sm-center .card-content {
        text-align: center
    }

    .widget-type-card .card-align-text-sm-left .card-content {
        text-align: left
    }

    .widget-type-card .card-align-text-sm-right .card-content {
        text-align: right
    }
}

.widget-type-cart>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.widget-type-cart a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.widget-type-cart a:hover {
    text-decoration: none
}

.widget-type-cart .cart-icon {
    display: inline-block;
    position: relative;
    padding-right: .5em;
    line-height: 1
}

.widget-type-cart .cart-icon-units {
    position: absolute;
    top: -.5em;
    right: 0;
    font-size: .6em;
    border-radius: 50%;
    min-width: 1.4em;
    height: 1.4em;
    font-weight: 700;
    aspect-ratio: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: .6em
}

.widget-type-cart .cart-text {
    padding-left: .4em
}

.widget-type-diapositiva-carousel .card-align-left,
.widget-type-diapositiva-carousel .card-align-right {
    height: 100%
}

.widget-type-diapositiva-carousel .card-px-none .card-content {
    padding-left: 0;
    padding-right: 0
}

.widget-type-diapositiva-carousel .card-py-none .card-content {
    padding-top: 0;
    padding-bottom: 0
}

.widget-type-diapositiva-carousel .card-px-small .card-content {
    padding-left: 1rem;
    padding-right: 1rem
}

.widget-type-diapositiva-carousel .card-py-small .card-content {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.widget-type-diapositiva-carousel .card-px-medium .card-content {
    padding-left: 2rem;
    padding-right: 2rem
}

.widget-type-diapositiva-carousel .card-py-medium .card-content {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.widget-type-diapositiva-carousel .card-px-large .card-content {
    padding-left: 4rem;
    padding-right: 4rem
}

.widget-type-diapositiva-carousel .card-py-large .card-content {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.widget-type-diapositiva-carousel .card-px-xlarge .card-content {
    padding-left: 6rem;
    padding-right: 6rem
}

.widget-type-diapositiva-carousel .card-py-xlarge .card-content {
    padding-top: 6rem;
    padding-bottom: 6rem
}

.widget-type-diapositiva-slide .swiper-caption-title {
    margin: 0;
    line-height: 1
}

.widget-type-diapositiva-slide .swiper-caption-text p {
    margin-top: 1rem
}

.widget-type-diapositiva-slide .swiper-caption-text ol,
.widget-type-diapositiva-slide .swiper-caption-text ul {
    margin: 0 0 1em 1.5em;
    list-style-position: outside;
    padding: 0
}

.widget-type-diapositiva-slide .swiper-caption-text ol li,
.widget-type-diapositiva-slide .swiper-caption-text ul li {
    margin-top: .2em
}

.widget-type-diapositiva-slide .swiper-caption-text ul {
    list-style-type: disc
}

.widget-type-diapositiva-slide .btn {
    margin-top: 1rem
}

.widget-type-diapositiva-slide .swiper--pagination-over .swiper-caption {
    padding-bottom: 35px
}

.widget-type-diapositiva-slide .swiper--navigation-over .swiper-caption {
    padding-left: calc(2rem + 30px);
    padding-right: calc(2rem + 30px)
}

.widget-type-diapositiva-slide .swiper--padding-small .swiper-caption-box {
    padding: 1rem
}

.widget-type-diapositiva-slide .swiper--padding-medium .swiper-caption-box {
    padding: 2rem
}

.widget-type-diapositiva-slide .swiper--padding-large .swiper-caption-box {
    padding: 4rem
}

.widget-type-embed embed,
.widget-type-embed iframe,
.widget-type-embed object,
.widget-type-embed video {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.widget-type-gallery .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: calc(100% + .5rem);
    margin: 0 -.25rem
}

.widget-type-gallery .gallery img {
    width: 100%
}

.widget-type-gallery .gallery>li {
    padding: .25rem
}

.widget-type-gallery .gallery figcaption {
    padding: .25em 0 0 0;
    font-size: .9em;
    font-style: italic;
    opacity: .6
}

.widget-type-gallery .gallery-col-2>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.widget-type-gallery .gallery-col-3>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.widget-type-gallery .gallery-col-4>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.widget-type-gallery .gallery-col-5>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.widget-type-gallery .gallery-col-6>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

@media screen and (max-width:639.98px) {
    .widget-type-gallery .gallery>li {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }
}

.widget-type-image,
.widget-type-image-svg {
    text-align: center
}

.widget-type-image figure,
.widget-type-image-svg figure {
    display: block;
    max-width: 100%;
    margin: 0;
    position: relative
}

.widget-type-image figure img,
.widget-type-image-svg figure img {
    display: block;
    width: 100%
}

.widget-type-image figure figcaption,
.widget-type-image-svg figure figcaption {
    padding: .25em 0 0 0;
    font-size: .9em;
    font-style: italic;
    opacity: .6
}

.widget-type-image figure.width-full,
.widget-type-image-svg figure.width-full {
    width: 100% !important
}

.widget-type-map figure {
    display: block;
    margin: 0
}

.widget-type-map figure figcaption {
    padding: .25em 0 0 0;
    font-size: .9em;
    font-style: italic;
    text-align: left;
    opacity: .6
}

.widget-type-menu-list .menu-list {
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.widget-type-menu-list .menu-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.widget-type-menu-list .menu-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.widget-type-menu-list .menu-list li.active a {
    text-decoration: underline
}

.widget-type-menu-list .menu-list--direction-horizontal {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.widget-type-menu-list .menu-list--direction-horizontal li:not(:first-child) {
    margin-top: 0;
    margin-left: 1em
}

.widget-type-menu-list .menu-list--direction-horizontal.menu-list--align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.widget-type-menu-list .menu-list--direction-horizontal.menu-list--align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.widget-type-menu-list .menu-list--direction-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.widget-type-menu-list .menu-list--direction-vertical.menu-list--align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.widget-type-menu-list .menu-list--direction-vertical.menu-list--align-right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media screen and (min-width:640px) and (max-width:1023.98px) {
    .widget-type-menu-list .menu-list--direction-md-horizontal {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .widget-type-menu-list .menu-list--direction-md-horizontal li:not(:first-child) {
        margin-left: 1em
    }

    .widget-type-menu-list .menu-list--direction-md-horizontal.menu-list--align-md-left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .widget-type-menu-list .menu-list--direction-md-horizontal.menu-list--align-md-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .widget-type-menu-list .menu-list--direction-md-horizontal.menu-list--align-md-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .widget-type-menu-list .menu-list--direction-md-vertical {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .widget-type-menu-list .menu-list--direction-md-vertical.menu-list--align-md-left {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .widget-type-menu-list .menu-list--direction-md-vertical.menu-list--align-md-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .widget-type-menu-list .menu-list--direction-md-vertical.menu-list--align-md-right {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media screen and (max-width:639.98px) {
    .widget-type-menu-list .menu-list--direction-sm-horizontal {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .widget-type-menu-list .menu-list--direction-sm-horizontal li:not(:first-child) {
        margin-left: 1em
    }

    .widget-type-menu-list .menu-list--direction-sm-horizontal.menu-list--align-sm-left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .widget-type-menu-list .menu-list--direction-sm-horizontal.menu-list--align-sm-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .widget-type-menu-list .menu-list--direction-sm-horizontal.menu-list--align-sm-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .widget-type-menu-list .menu-list--direction-sm-vertical {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .widget-type-menu-list .menu-list--direction-sm-vertical.menu-list--align-sm-left {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .widget-type-menu-list .menu-list--direction-sm-vertical.menu-list--align-sm-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .widget-type-menu-list .menu-list--direction-sm-vertical.menu-list--align-sm-right {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.widget-type-menu-dropdown .menu-dropdown {
    list-style: none;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.widget-type-menu-dropdown .menu-dropdown a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color 150ms ease-in, color 150ms ease-in;
    transition: background-color 150ms ease-in, color 150ms ease-in
}

.widget-type-menu-dropdown .menu-dropdown a .menu-dropdown-icon {
    margin-left: .3em;
    font-size: .7em
}

.widget-type-menu-dropdown .menu-dropdown li ul {
    -webkit-box-shadow: none;
    box-shadow: none
}

.widget-type-menu-dropdown .menu-dropdown li ul a {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.widget-type-language-list .language-list {
    list-style: none;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.widget-type-language-list .language-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.widget-type-language-list .language-list li span.language-list-flag {
    width: 19px;
    display: block
}

.widget-type-language-list .language-list li.active a {
    text-decoration: underline
}

.widget-type-language-list .language-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.widget-type-language-list .language-list--style-flag-code .language-list-flag,
.widget-type-language-list .language-list--style-flag-name .language-list-flag {
    margin-right: .5em
}

.widget-type-language-list .language-list--direction-horizontal {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.widget-type-language-list .language-list--direction-horizontal li:not(:first-child) {
    margin-top: 0;
    margin-left: 1em
}

.widget-type-language-list .language-list--direction-horizontal.language-list--align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.widget-type-language-list .language-list--direction-horizontal.language-list--align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.widget-type-language-list .language-list--direction-vertical {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.widget-type-language-list .language-list--direction-vertical.language-list--align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.widget-type-language-list .language-list--direction-vertical.language-list--align-right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media screen and (min-width:640px) and (max-width:1023.98px) {
    .widget-type-language-list .language-list--direction-md-horizontal li:not(:first-child) {
        margin-left: 1em
    }

    .widget-type-language-list .language-list--direction-md-horizontal.language-list--align-md-left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .widget-type-language-list .language-list--direction-md-horizontal.language-list--align-md-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .widget-type-language-list .language-list--direction-md-horizontal.language-list--align-md-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .widget-type-language-list .language-list--direction-md-vertical {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .widget-type-language-list .language-list--direction-md-vertical li:not(:first-child) {
        margin-left: 0
    }

    .widget-type-language-list .language-list--direction-md-vertical.language-list--align-md-left {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .widget-type-language-list .language-list--direction-md-vertical.language-list--align-md-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .widget-type-language-list .language-list--direction-md-vertical.language-list--align-md-right {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media screen and (max-width:639.98px) {
    .widget-type-language-list .language-list--direction-sm-horizontal li:not(:first-child) {
        margin-left: 1em
    }

    .widget-type-language-list .language-list--direction-sm-horizontal.language-list--align-sm-left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .widget-type-language-list .language-list--direction-sm-horizontal.language-list--align-sm-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .widget-type-language-list .language-list--direction-sm-horizontal.language-list--align-sm-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .widget-type-language-list .language-list--direction-sm-vertical {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .widget-type-language-list .language-list--direction-sm-vertical li:not(:first-child) {
        margin-left: 0
    }

    .widget-type-language-list .language-list--direction-sm-vertical.language-list--align-sm-left {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .widget-type-language-list .language-list--direction-sm-vertical.language-list--align-sm-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .widget-type-language-list .language-list--direction-sm-vertical.language-list--align-sm-right {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.widget-type-language-dropdown .language-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.widget-type-language-dropdown .language-dropdown a {
    -webkit-transition: background-color 150ms ease-in, color 150ms ease-in;
    transition: background-color 150ms ease-in, color 150ms ease-in
}

.widget-type-language-dropdown .language-dropdown>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.widget-type-language-dropdown .language-dropdown>li ul {
    padding-top: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: 6em
}

.widget-type-language-dropdown .language-dropdown>li ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.widget-type-language-dropdown .language-dropdown>li ul li.active a {
    text-decoration: underline
}

.widget-type-language-dropdown .language-dropdown .language-dropdown-text-flag {
    width: 19px;
    display: block;
    margin-right: .5em;
    line-height: 1
}

.widget-type-language-dropdown .language-dropdown-text {
    padding-left: .6em
}

.widget-type-language-dropdown .language-dropdown-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.widget-type-language-dropdown .language-dropdown-angle {
    margin-left: .5em;
    display: inline-block
}

.widget-type-language-dropdown .language-dropdown--style-text .language-dropdown-icon {
    display: none
}

.widget-type-language-dropdown .language-dropdown--style-icon .language-dropdown-language {
    display: none
}

.widget-type-language-dropdown .language-dropdown--style-all .language-dropdown-icon {
    margin-right: .4em
}

.widget-type-language-dropdown .language-dropdown--content-flag-code .language-dropdown-text-flag,
.widget-type-language-dropdown .language-dropdown--content-flag-name .language-dropdown-text-flag {
    margin-right: .5em
}

.widget-type-marquee .marquee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
    --textWidth: 100;
    --animSpeed: 100
}

.widget-type-marquee .marquee-content {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.widget-type-marquee .marquee-content.title1,
.widget-type-marquee .marquee-content.title2,
.widget-type-marquee .marquee-content.title3,
.widget-type-marquee .marquee-content.title4,
.widget-type-marquee .marquee-content.title5 {
    margin: 0
}

.widget-type-marquee .marquee-text {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin: 0;
    padding-right: 25px
}

.widget-type-marquee .marquee-copies {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.widget-type-marquee .marquee--direction-left .marquee-content {
    -webkit-animation: marquee-to-left calc(var(--textWidth) * 1s / var(--animSpeed)) linear infinite;
    animation: marquee-to-left calc(var(--textWidth) * 1s / var(--animSpeed)) linear infinite
}

.widget-type-marquee .marquee--direction-right .marquee-content {
    -webkit-animation: marquee-to-right calc(var(--textWidth) * 1s / var(--animSpeed)) linear infinite;
    animation: marquee-to-right calc(var(--textWidth) * 1s / var(--animSpeed)) linear infinite
}

.widget-type-marquee .marquee--duration-slow .marquee-content {
    --animSpeed: 50
}

.widget-type-marquee .marquee--duration-normal .marquee-content {
    --animSpeed: 100
}

.widget-type-marquee .marquee--duration-fast .marquee-content {
    --animSpeed: 150
}

@-webkit-keyframes marquee-to-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes marquee-to-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@-webkit-keyframes marquee-to-right {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes marquee-to-right {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@media screen and (min-width:640px) {
    .widget-type-marquee .marquee--duration-slow .marquee-content {
        --animSpeed: 50
    }

    .widget-type-marquee .marquee--duration-normal .marquee-content {
        --animSpeed: 100
    }

    .widget-type-marquee .marquee--duration-fast .marquee-content {
        --animSpeed: 150
    }
}

@media screen and (min-width:1024px) {
    .widget-type-marquee .marquee--duration-slow .marquee-content {
        --animSpeed: 50
    }

    .widget-type-marquee .marquee--duration-normal .marquee-content {
        --animSpeed: 100
    }

    .widget-type-marquee .marquee--duration-fast .marquee-content {
        --animSpeed: 150
    }
}

.widget-newsletter {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px
}

.widget-newsletter-lopd {
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.widget-newsletter-lopd label {
    margin-left: 8px;
    margin-bottom: 0;
    font-size: .85em !important
}

.widget-newsletter-lopd label a {
    text-decoration: underline;
    color: inherit
}

.widget-newsletter--direction-horizontal {
    grid-template-columns: repeat(2, 1fr)
}

.widget-newsletter--direction-horizontal>div {
    grid-column: span 2
}

.widget-newsletter--direction-horizontal>div.widget-newsletter-email,
.widget-newsletter--direction-horizontal>div.widget-newsletter-name {
    grid-column: span 1
}

.widget-newsletter--align-center .widget-newsletter-button,
.widget-newsletter--align-center .widget-newsletter-lopd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.widget-newsletter--align-center .widget-newsletter-recaptcha,
.widget-newsletter--align-center .widget-newsletter-result {
    text-align: center
}

.widget-newsletter--align-right .widget-newsletter-button,
.widget-newsletter--align-right .widget-newsletter-lopd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.widget-newsletter--align-right .widget-newsletter-recaptcha,
.widget-newsletter--align-right .widget-newsletter-result {
    text-align: right
}

.widget-type-separator .separator {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: 0;
    background: 0 0
}

.widget-type-separator .separator--width-25 {
    width: 25%
}

.widget-type-separator .separator--width-50 {
    width: 50%
}

.widget-type-separator .separator--width-75 {
    width: 75%
}

.widget-type-separator .separator--width-100 {
    width: 100%
}

.widget-type-separator .separator--height-20 {
    height: 20px
}

.widget-type-separator .separator--height-40 {
    height: 40px
}

.widget-type-separator .separator--height-60 {
    height: 60px
}

.widget-type-separator .separator--height-100 {
    height: 100px
}

.widget-type-separator .separator--height-150 {
    height: 150px
}

.widget-type-separator .separator--height-200 {
    height: 200px
}

.widget-type-separator .separator--align-center {
    margin: 0 auto
}

.widget-type-separator .separator--align-left {
    margin: 0 auto 0 0
}

.widget-type-separator .separator--align-right {
    margin: 0 0 0 auto
}

.widget-type-separator .separator--orientation-horizontal.separator--style-solid {
    border-top-style: solid
}

.widget-type-separator .separator--orientation-horizontal.separator--style-dashed {
    border-top-style: dashed
}

.widget-type-separator .separator--orientation-horizontal.separator--style-dotted {
    border-top-style: dotted
}

.widget-type-separator .separator--orientation-horizontal.separator--size-1 {
    border-width: 1px 0 0 0
}

.widget-type-separator .separator--orientation-horizontal.separator--size-2 {
    border-width: 2px 0 0 0
}

.widget-type-separator .separator--orientation-horizontal.separator--size-3 {
    border-width: 3px 0 0 0
}

.widget-type-separator .separator--orientation-horizontal.separator--size-5 {
    border-width: 5px 0 0 0
}

.widget-type-separator .separator--orientation-horizontal.separator--size-10 {
    border-width: 10px 0 0 0
}

.widget-type-separator .separator--orientation-vertical.separator--style-solid {
    border-left-style: solid
}

.widget-type-separator .separator--orientation-vertical.separator--style-dashed {
    border-left-style: dashed
}

.widget-type-separator .separator--orientation-vertical.separator--style-dotted {
    border-left-style: dotted
}

.widget-type-separator .separator--orientation-vertical.separator--size-1 {
    border-width: 0 0 0 1px;
    width: 1px
}

.widget-type-separator .separator--orientation-vertical.separator--size-2 {
    border-width: 0 0 0 2px;
    width: 2px
}

.widget-type-separator .separator--orientation-vertical.separator--size-3 {
    border-width: 0 0 0 3px;
    width: 3px
}

.widget-type-separator .separator--orientation-vertical.separator--size-5 {
    border-width: 0 0 0 5px;
    width: 5px
}

.widget-type-separator .separator--orientation-vertical.separator--size-10 {
    border-width: 0 0 0 10px;
    width: 10px
}

@media screen and (min-width:640px) and (max-width:1023.98px) {
    .widget-type-separator .separator--align-md-center {
        margin: 0 auto
    }

    .widget-type-separator .separator--align-md-left {
        margin: 0 auto 0 0
    }

    .widget-type-separator .separator--align-md-right {
        margin: 0 0 0 auto
    }
}

@media screen and (max-width:639.98px) {
    .widget-type-separator .separator--align-sm-center {
        margin: 0 auto
    }

    .widget-type-separator .separator--align-sm-left {
        margin: 0 auto 0 0
    }

    .widget-type-separator .separator--align-sm-right {
        margin: 0 0 0 auto
    }
}

.widget-type-subapartat-list .elements {
    width: calc(100% + 2em);
    margin: 0 -1em
}

.widget-type-product-list>div {
    width: calc(100% + 2em);
    margin: 0 -1em
}

.widget-type-search-simple .search-simple-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.widget-type-search-simple .search-simple-icon a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.widget-type-search-simple .search-simple-background form,
.widget-type-search-simple .search-simple-line form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.widget-type-search-simple .search-simple-background label,
.widget-type-search-simple .search-simple-line label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    margin-bottom: 0;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.widget-type-search-simple .search-simple-background input,
.widget-type-search-simple .search-simple-line input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: 0 0;
    border: none;
    width: 180px;
    line-height: 1;
    outline: 0;
    font-family: inherit
}

.widget-type-search-simple .search-simple-background input::-webkit-input-placeholder,
.widget-type-search-simple .search-simple-line input::-webkit-input-placeholder {
    color: transparent
}

.widget-type-search-simple .search-simple-background input::-moz-placeholder,
.widget-type-search-simple .search-simple-line input::-moz-placeholder {
    color: transparent
}

.widget-type-search-simple .search-simple-background input:-ms-input-placeholder,
.widget-type-search-simple .search-simple-line input:-ms-input-placeholder {
    color: transparent
}

.widget-type-search-simple .search-simple-background input::-ms-input-placeholder,
.widget-type-search-simple .search-simple-line input::-ms-input-placeholder {
    color: transparent
}

.widget-type-search-simple .search-simple-background input::placeholder,
.widget-type-search-simple .search-simple-line input::placeholder {
    color: transparent
}

.widget-type-search-simple .search-simple-background input:active+label,
.widget-type-search-simple .search-simple-background input:focus+label,
.widget-type-search-simple .search-simple-line input:active+label,
.widget-type-search-simple .search-simple-line input:focus+label {
    display: none
}

.widget-type-search-simple .search-simple-background input:not(:-moz-placeholder)+label,
.widget-type-search-simple .search-simple-line input:not(:-moz-placeholder)+label {
    display: none
}

.widget-type-search-simple .search-simple-background input:not(:-ms-input-placeholder)+label,
.widget-type-search-simple .search-simple-line input:not(:-ms-input-placeholder)+label {
    display: none
}

.widget-type-search-simple .search-simple-background input:not(:placeholder-shown)+label,
.widget-type-search-simple .search-simple-line input:not(:placeholder-shown)+label {
    display: none
}

.widget-type-search-simple .search-simple-background button,
.widget-type-search-simple .search-simple-line button {
    background-color: transparent;
    border: none;
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.widget-type-search-simple .search-simple-line input,
.widget-type-search-simple .search-simple-line label {
    padding: .4em .5em
}

.widget-type-search-simple .search-simple-background input,
.widget-type-search-simple .search-simple-background label {
    padding: .4em .5em .4em .7em
}

.widget-type-search-simple .search-simple-background button {
    padding: .4em .5em
}

.widget-type-search-advanced .search-advanced .form .filters-item:nth-last-child(2) {
    padding-bottom: .3em
}

.widget-type-search-advanced .search-advanced-horizontal .form input[type=submit] {
    width: 100%
}

@media (min-width:1024px) {
    .widget-type-search-advanced .search-advanced-horizontal .form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 1em;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end
    }

    .widget-type-search-advanced .search-advanced-horizontal .form .filters-item {
        min-width: initial;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-bottom: .3em
    }

    .widget-type-search-advanced .search-advanced-horizontal .form .filters-item:last-child {
        padding-bottom: 0
    }
}

.widget-type-social-list .social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    line-height: 1
}

.widget-type-social-list .social-list li:not(:first-child) {
    margin-left: 5px
}

.widget-type-social-list .social-list a {
    width: 2em;
    height: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background-color 150ms ease-in, border-color 150ms ease-in;
    transition: background-color 150ms ease-in, border-color 150ms ease-in
}

.widget-type-social-list .social-list a:hover {
    text-decoration: none
}

.widget-type-social-list .social-list--style-rounded-outline a,
.widget-type-social-list .social-list--style-rounded-solid a {
    border-radius: 50%
}

.widget-type-social-list .social-list--style-rounded-outline a,
.widget-type-social-list .social-list--style-square-outline a {
    border-width: 1px;
    border-style: solid
}

.widget-type-text .text table {
    margin-bottom: 1.5em
}

.widget-type-text .text table th,
.widget-type-text .text table thead td {
    padding: .25em .75em;
    font-weight: 700
}

.widget-type-text .text table td {
    padding: .25em .75em
}

@media screen and (min-width:640px) {
    .widget-type-text .text-columns-2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 2rem;
        -moz-column-gap: 2rem;
        column-gap: 2rem
    }

    .widget-type-text .text-columns-3 {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 2rem;
        -moz-column-gap: 2rem;
        column-gap: 2rem
    }
}

@media screen and (max-width:1023.98px) {
    .widget-type-text .text table {
        display: block;
        overflow-x: scroll;
        width: 100% !important;
        height: auto !important
    }

    .widget-type-text .text table tbody {
        display: table;
        width: 100%
    }

    .widget-type-text .text table tr {
        width: 100%
    }
}

.widget-type-title h1,
.widget-type-title h2,
.widget-type-title h3,
.widget-type-title h4,
.widget-type-title h5 {
    margin: 0;
    padding: 0
}

.widget-type-ubicacio-list .ubicacio {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2em;
    grid-column: span 1
}

@media screen and (min-width:640px) {
    .widget-type-ubicacio-list .ubicacio--medium-cols-1 {
        grid-template-columns: repeat(1, 1fr)
    }

    .widget-type-ubicacio-list .ubicacio--medium-cols-2 {
        grid-template-columns: repeat(2, 1fr)
    }

    .widget-type-ubicacio-list .ubicacio--medium-cols-3 {
        grid-template-columns: repeat(3, 1fr)
    }

    .widget-type-ubicacio-list .ubicacio--medium-cols-4 {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media screen and (min-width:1024px) {
    .widget-type-ubicacio-list .ubicacio--large-cols-1 {
        grid-template-columns: repeat(1, 1fr)
    }

    .widget-type-ubicacio-list .ubicacio--large-cols-2 {
        grid-template-columns: repeat(2, 1fr)
    }

    .widget-type-ubicacio-list .ubicacio--large-cols-3 {
        grid-template-columns: repeat(3, 1fr)
    }

    .widget-type-ubicacio-list .ubicacio--large-cols-4 {
        grid-template-columns: repeat(4, 1fr)
    }
}

.widget-list {
    position: relative;
    z-index: 0
}

.widget-list-edges {
    margin-left: -1em;
    margin-right: -1em
}

.widget-list .widget-section {
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.widget-list .widget-section video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.widget-list .widget-section>.cookienator-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.widget-list .widget-section>.cookienator-placeholder button {
    display: none
}

.widget-list .widget-section .widget-section-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1
}

.widget-list .widget-section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.widget-list .widget-section-content {
    position: relative;
    max-width: 1072px;
    width: 100%;
    margin: 0 auto;
    z-index: 3
}

.widget-list .widget-section-content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.widget-list .widget-section-content-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-repeat: no-repeat
}

@media screen {
    .widget-list .widget-section-content-content>.flex-small-3 {
        margin-left: calc(var(--section-gap-column)/ 2);
        margin-right: calc(var(--section-gap-column)/ 2);
        width: calc(25% - var(--section-gap-column))
    }

    .widget-list .widget-section-content-content>.flex-small-4 {
        margin-left: calc(var(--section-gap-column)/ 2);
        margin-right: calc(var(--section-gap-column)/ 2);
        width: calc(33.3333333333% - var(--section-gap-column))
    }

    .widget-list .widget-section-content-content>.flex-small-6 {
        margin-left: calc(var(--section-gap-column)/ 2);
        margin-right: calc(var(--section-gap-column)/ 2);
        width: calc(50% - var(--section-gap-column))
    }

    .widget-list .widget-section-content-content>.flex-small-8 {
        margin-left: calc(var(--section-gap-column)/ 2);
        margin-right: calc(var(--section-gap-column)/ 2);
        width: calc(66.6666666667% - var(--section-gap-column))
    }

    .widget-list .widget-section-content-content>.flex-small-9 {
        margin-left: calc(var(--section-gap-column)/ 2);
        margin-right: calc(var(--section-gap-column)/ 2);
        width: calc(75% - var(--section-gap-column))
    }

    .widget-list .widget-section-content-content>.flex-small-12 {
        margin-left: calc(var(--section-gap-column)/ 2);
        margin-right: calc(var(--section-gap-column)/ 2);
        width: calc(100% - var(--section-gap-column))
    }

    .widget-list .widget-section-content-content .flex-small-expand {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: auto
    }

    .widget-list .widget-section-content-content .flex-small-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: auto
    }
}

@media screen and (min-width:640px) {
    .widget-list .widget-section-content-content>.flex-medium-3 {
        margin-left: calc(var(--section-gap-column)/ 2);
        margin-right: calc(var(--section-gap-column)/ 2);
        width: calc(25% - var(--section-gap-column))
    }

    .widget-list .widget-section-content-content>.flex-medium-4 {
        margin-left: calc(var(--section-gap-column)/ 2);
        margin-right: calc(var(--section-gap-column)/ 2);
        width: calc(33.3333333333% - var(--section-gap-column))
    }

    .widget-list .widget-section-content-content>.flex-medium-6 {
        margin-left: calc(var(--section-gap-column)/ 2);
        margin-right: calc(var(--section-gap-column)/ 2);
        width: calc(50% - var(--section-gap-column))
    }

    .widget-list .widget-section-content-content>.flex-medium-8 {
        margin-left: calc(var(--section-gap-column)/ 2);
        margin-right: calc(var(--section-gap-column)/ 2);
        width: calc(66.6666666667% - var(--section-gap-column))
    }

    .widget-list .widget-section-content-content>.flex-medium-9 {
        margin-left: calc(var(--section-gap-column)/ 2);
        margin-right: calc(var(--section-gap-column)/ 2);
        width: calc(75% - var(--section-gap-column))
    }

    .widget-list .widget-section-content-content>.flex-medium-12 {
        margin-left: calc(var(--section-gap-column)/ 2);
        margin-right: calc(var(--section-gap-column)/ 2);
        width: calc(100% - var(--section-gap-column))
    }

    .widget-list .widget-section-content-content .flex-medium-expand {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: auto
    }

    .widget-list .widget-section-content-content .flex-medium-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: auto
    }
}

@media screen and (min-width:1024px) {
    .widget-list .widget-section-content-content>.flex-large-3 {
        margin-left: calc(var(--section-gap-column)/ 2);
        margin-right: calc(var(--section-gap-column)/ 2);
        width: calc(25% - var(--section-gap-column))
    }

    .widget-list .widget-section-content-content>.flex-large-4 {
        margin-left: calc(var(--section-gap-column)/ 2);
        margin-right: calc(var(--section-gap-column)/ 2);
        width: calc(33.3333333333% - var(--section-gap-column))
    }

    .widget-list .widget-section-content-content>.flex-large-6 {
        margin-left: calc(var(--section-gap-column)/ 2);
        margin-right: calc(var(--section-gap-column)/ 2);
        width: calc(50% - var(--section-gap-column))
    }

    .widget-list .widget-section-content-content>.flex-large-8 {
        margin-left: calc(var(--section-gap-column)/ 2);
        margin-right: calc(var(--section-gap-column)/ 2);
        width: calc(66.6666666667% - var(--section-gap-column))
    }

    .widget-list .widget-section-content-content>.flex-large-9 {
        margin-left: calc(var(--section-gap-column)/ 2);
        margin-right: calc(var(--section-gap-column)/ 2);
        width: calc(75% - var(--section-gap-column))
    }

    .widget-list .widget-section-content-content>.flex-large-12 {
        margin-left: calc(var(--section-gap-column)/ 2);
        margin-right: calc(var(--section-gap-column)/ 2);
        width: calc(100% - var(--section-gap-column))
    }

    .widget-list .widget-section-content-content .flex-large-expand {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: auto
    }

    .widget-list .widget-section-content-content .flex-large-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: auto
    }
}

@media screen and (min-width:1280px) {
    .widget-list .widget-section-content-content>.flex-xlarge-3 {
        margin-left: calc(var(--section-gap-column)/ 2);
        margin-right: calc(var(--section-gap-column)/ 2);
        width: calc(25% - var(--section-gap-column))
    }

    .widget-list .widget-section-content-content>.flex-xlarge-4 {
        margin-left: calc(var(--section-gap-column)/ 2);
        margin-right: calc(var(--section-gap-column)/ 2);
        width: calc(33.3333333333% - var(--section-gap-column))
    }

    .widget-list .widget-section-content-content>.flex-xlarge-6 {
        margin-left: calc(var(--section-gap-column)/ 2);
        margin-right: calc(var(--section-gap-column)/ 2);
        width: calc(50% - var(--section-gap-column))
    }

    .widget-list .widget-section-content-content>.flex-xlarge-8 {
        margin-left: calc(var(--section-gap-column)/ 2);
        margin-right: calc(var(--section-gap-column)/ 2);
        width: calc(66.6666666667% - var(--section-gap-column))
    }

    .widget-list .widget-section-content-content>.flex-xlarge-9 {
        margin-left: calc(var(--section-gap-column)/ 2);
        margin-right: calc(var(--section-gap-column)/ 2);
        width: calc(75% - var(--section-gap-column))
    }

    .widget-list .widget-section-content-content>.flex-xlarge-12 {
        margin-left: calc(var(--section-gap-column)/ 2);
        margin-right: calc(var(--section-gap-column)/ 2);
        width: calc(100% - var(--section-gap-column))
    }

    .widget-list .widget-section-content-content .flex-xlarge-expand {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: auto
    }

    .widget-list .widget-section-content-content .flex-xlarge-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: auto
    }
}

@media screen and (min-width:1440px) {
    .widget-list .widget-section-content-content>.flex-xxlarge-3 {
        margin-left: calc(var(--section-gap-column)/ 2);
        margin-right: calc(var(--section-gap-column)/ 2);
        width: calc(25% - var(--section-gap-column))
    }

    .widget-list .widget-section-content-content>.flex-xxlarge-4 {
        margin-left: calc(var(--section-gap-column)/ 2);
        margin-right: calc(var(--section-gap-column)/ 2);
        width: calc(33.3333333333% - var(--section-gap-column))
    }

    .widget-list .widget-section-content-content>.flex-xxlarge-6 {
        margin-left: calc(var(--section-gap-column)/ 2);
        margin-right: calc(var(--section-gap-column)/ 2);
        width: calc(50% - var(--section-gap-column))
    }

    .widget-list .widget-section-content-content>.flex-xxlarge-8 {
        margin-left: calc(var(--section-gap-column)/ 2);
        margin-right: calc(var(--section-gap-column)/ 2);
        width: calc(66.6666666667% - var(--section-gap-column))
    }

    .widget-list .widget-section-content-content>.flex-xxlarge-9 {
        margin-left: calc(var(--section-gap-column)/ 2);
        margin-right: calc(var(--section-gap-column)/ 2);
        width: calc(75% - var(--section-gap-column))
    }

    .widget-list .widget-section-content-content>.flex-xxlarge-12 {
        margin-left: calc(var(--section-gap-column)/ 2);
        margin-right: calc(var(--section-gap-column)/ 2);
        width: calc(100% - var(--section-gap-column))
    }

    .widget-list .widget-section-content-content .flex-xxlarge-expand {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: auto
    }

    .widget-list .widget-section-content-content .flex-xxlarge-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: auto
    }
}

.widget-list .widget-section.gx-none .widget-section-content-content {
    --section-gap-column: 0px;
    margin-left: calc(-1 * var(--section-gap-column)/ 2);
    margin-right: calc(-1 * var(--section-gap-column)/ 2)
}

.widget-list .widget-section.gy-none .widget-section-content-content {
    --section-gap-row: 0px;
    row-gap: var(--section-gap-row)
}

.widget-list .widget-section.gx-small .widget-section-content-content {
    --section-gap-column: 1rem;
    margin-left: calc(-1 * var(--section-gap-column)/ 2);
    margin-right: calc(-1 * var(--section-gap-column)/ 2)
}

.widget-list .widget-section.gy-small .widget-section-content-content {
    --section-gap-row: 1rem;
    row-gap: var(--section-gap-row)
}

.widget-list .widget-section.gx-medium .widget-section-content-content {
    --section-gap-column: 2rem;
    margin-left: calc(-1 * var(--section-gap-column)/ 2);
    margin-right: calc(-1 * var(--section-gap-column)/ 2)
}

.widget-list .widget-section.gy-medium .widget-section-content-content {
    --section-gap-row: 2rem;
    row-gap: var(--section-gap-row)
}

.widget-list .widget-section.gx-large .widget-section-content-content {
    --section-gap-column: 4rem;
    margin-left: calc(-1 * var(--section-gap-column)/ 2);
    margin-right: calc(-1 * var(--section-gap-column)/ 2)
}

.widget-list .widget-section.gy-large .widget-section-content-content {
    --section-gap-row: 4rem;
    row-gap: var(--section-gap-row)
}

.widget-list .widget-section.gx-xlarge .widget-section-content-content {
    --section-gap-column: 6rem;
    margin-left: calc(-1 * var(--section-gap-column)/ 2);
    margin-right: calc(-1 * var(--section-gap-column)/ 2)
}

.widget-list .widget-section.gy-xlarge .widget-section-content-content {
    --section-gap-row: 6rem;
    row-gap: var(--section-gap-row)
}

.widget-list .widget-section--fluid .widget-section-content {
    max-width: none
}

.widget-list .widget-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative
}

.widget-list .widget-column-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.widget-list .widget-column-content {
    position: relative;
    width: 100%
}

.widget-list .widget-column.gy-none .widget-column-content {
    --column-gap-row: 0px;
    row-gap: var(--column-gap-row)
}

.widget-list .widget-column.gy-small .widget-column-content {
    --column-gap-row: 1rem;
    row-gap: var(--column-gap-row)
}

.widget-list .widget-column.gy-medium .widget-column-content {
    --column-gap-row: 2rem;
    row-gap: var(--column-gap-row)
}

.widget-list .widget-column.gy-large .widget-column-content {
    --column-gap-row: 4rem;
    row-gap: var(--column-gap-row)
}

.widget-list .widget-column.gy-xlarge .widget-column-content {
    --column-gap-row: 6rem;
    row-gap: var(--column-gap-row)
}

.widget-list .widget-item {
    width: 100%
}

.widget-list .background-position-top-left {
    background-position: top left
}

.widget-list .background-position-top-center {
    background-position: top center
}

.widget-list .background-position-top-right {
    background-position: top right
}

.widget-list .background-position-center-left {
    background-position: center left
}

.widget-list .background-position-center-center {
    background-position: center center
}

.widget-list .background-position-center-right {
    background-position: center right
}

.widget-list .background-position-bottom-left {
    background-position: bottom left
}

.widget-list .background-position-bottom-center {
    background-position: bottom center
}

.widget-list .background-position-bottom-right {
    background-position: bottom right
}

.widget-list .background-position-top-left {
    background-position: top left
}

.widget-list .background-size-contain {
    background-size: contain
}

.widget-list .background-size-cover {
    background-size: cover
}

.widget-list .background-attachment-fixed {
    background-attachment: fixed
}

.widget-list .px-none {
    padding-left: 0;
    padding-right: 0
}

.widget-list .py-none {
    padding-top: 0;
    padding-bottom: 0
}

.widget-list .px-small {
    padding-left: 1rem;
    padding-right: 1rem
}

.widget-list .py-small {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.widget-list .px-medium {
    padding-left: 2rem;
    padding-right: 2rem
}

.widget-list .py-medium {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.widget-list .px-large {
    padding-left: 4rem;
    padding-right: 4rem
}

.widget-list .py-large {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.widget-list .px-xlarge {
    padding-left: 6rem;
    padding-right: 6rem
}

.widget-list .py-xlarge {
    padding-top: 6rem;
    padding-bottom: 6rem
}

.widget-list .mt-none {
    margin-top: 0
}

.widget-list .mb-none {
    margin-bottom: 0
}

.widget-list .mt-small {
    margin-top: 1rem
}

.widget-list .mb-small {
    margin-bottom: 1rem
}

.widget-list .mt-medium {
    margin-top: 2rem
}

.widget-list .mb-medium {
    margin-bottom: 2rem
}

.widget-list .mt-large {
    margin-top: 4rem
}

.widget-list .mb-large {
    margin-bottom: 4rem
}

.widget-list .mt-xlarge {
    margin-top: 6rem
}

.widget-list .mb-xlarge {
    margin-bottom: 6rem
}

@media screen and (min-width:640px) and (max-width:1023.98px) {

    .widget-list .widget-column.m-hidden,
    .widget-list .widget-section.m-hidden {
        display: none
    }

    .widget-list .widget-section--md-reverse .widget-section-content-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse
    }

    .widget-list .px-md-none {
        padding-left: 0;
        padding-right: 0
    }

    .widget-list .py-md-none {
        padding-top: 0;
        padding-bottom: 0
    }

    .widget-list .px-md-small {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .widget-list .py-md-small {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .widget-list .px-md-medium {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .widget-list .py-md-medium {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .widget-list .px-md-large {
        padding-left: 4rem;
        padding-right: 4rem
    }

    .widget-list .py-md-large {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .widget-list .px-md-xlarge {
        padding-left: 6rem;
        padding-right: 6rem
    }

    .widget-list .py-md-xlarge {
        padding-top: 6rem;
        padding-bottom: 6rem
    }
}

@media screen and (max-width:639.98px) {

    .widget-list .widget-column.s-hidden,
    .widget-list .widget-section.s-hidden {
        display: none
    }

    .widget-list .widget-section--sm-reverse .widget-section-content-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse
    }

    .widget-list .px-sm-none {
        padding-left: 0;
        padding-right: 0
    }

    .widget-list .py-sm-none {
        padding-top: 0;
        padding-bottom: 0
    }

    .widget-list .px-sm-small {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .widget-list .py-sm-small {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .widget-list .px-sm-medium {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .widget-list .py-sm-medium {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .widget-list .px-sm-large {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .widget-list .py-sm-large {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .widget-list .px-sm-xlarge {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .widget-list .py-sm-xlarge {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

.content-block {
    margin-bottom: 2rem
}

.generic .generic-slider-image img {
    width: 100%
}

.generic .form p {
    margin-top: 0
}

.generic .form .title3 {
    margin-top: .5rem;
    margin-bottom: 0
}

.generic .form .form-bloc-first {
    margin-top: 0
}

.generic .form .form-bloc-first .title3 {
    margin-top: 0
}

.product-detail-purchase {
    border-top: 1px solid #eee
}

.product-detail-purchase-add {
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #eee
}

.product-detail-purchase-add-quantity {
    margin-top: 1em
}

.product-detail-purchase-add-quantity .quantity {
    margin-top: 0
}

.product-detail-purchase-add-quantity .quantity .btn {
    margin-left: .5em;
    padding: 10px 15px
}

.product-detail-purchase-add .product-price {
    line-height: 1
}

.product-detail-purchase-add .product-price .info {
    margin-top: 5px
}

.product-detail-purchase-add .product-price .info:empty {
    display: none
}

.product-detail-purchase #preus_volum {
    margin-top: 1em
}

.product-detail-purchase #preus_volum td {
    border: 1px solid #bbb;
    padding: .2em .5em .2em .5em
}

.product-detail-purchase #preus_volum:empty {
    display: none
}

.product-detail-purchase .form p {
    margin-top: 0
}

.product-detail-purchase .form .title3 {
    margin-bottom: 0
}

.product-detail-purchase .form .form-bloc-first {
    margin-top: 0
}

.product-detail-purchase .form .form-bloc-first .title3 {
    margin-top: 0
}

@media screen and (min-width:640px) {
    .product-detail-purchase-add {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .product-detail-purchase-add-price {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .product-detail-purchase-add-quantity {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content;
        margin-top: 0
    }
}

.news-detail .form p {
    margin-top: 0
}

.news-detail .form .title3 {
    margin-bottom: 0
}

.news-detail .form .form-bloc-first {
    margin-top: 0
}

.news-detail .form .form-bloc-first .title3 {
    margin-top: 0
}

.news-detail .form p {
    margin-top: 0
}

.news-detail .form .title3 {
    margin-bottom: 0
}

.news-detail .form .form-bloc-first {
    margin-top: 0
}

.news-detail .form .form-bloc-first .title3 {
    margin-top: 0
}

.agenda-session .form p {
    margin-top: 0
}

.agenda-session .form .title3 {
    margin-bottom: 0
}

.agenda-session .form .form-bloc-first {
    margin-top: 0
}

.agenda-session .form .form-bloc-first .title3 {
    margin-top: 0
}

:root {
    --cart-header-border-color: #333;
    --cart-totals-background-color: #f9fafb
}

.theme-dark {
    --cart-header-border-color: #fff;
    --cart-totals-background-color: #333
}

.cart-list {
    margin-bottom: 4rem
}

.cart-list-items {
    padding-right: 32px
}

.cart-list-items-header {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: var(--cart-header-border-color, #000);
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1
}

.cart-list-items-header>div {
    padding: 16px 12px
}

.cart-list-bases {
    background: var(--cart-totals-background-color, #f9fafb);
    padding: 16px;
    border: none
}

.cart-list-bases:empty {
    display: none
}

.cart-list-bases-item:not(:first-child) {
    border-top: 1px solid rgba(136, 136, 136, .4)
}

.cart-list-bases-item>div {
    padding: 10px;
    line-height: 1
}

.cart-list-bases-item>div strong {
    font-weight: 600
}

.cart-list-bases-item--total>div {
    font-weight: 700;
    line-height: 1;
    font-size: 1.4em
}

.cart-list-bases-item--annex {
    font-size: 10px;
    padding: 10px;
    text-align: right
}

.cart-list-item:not(:first-child) {
    border-top: 1px solid rgba(136, 136, 136, .4)
}

.cart-list-item-unavailable {
    opacity: .6;
    background-color: rgba(250, 150, 0, .1)
}

.cart-list-item>div {
    padding: 16px 12px
}

.cart-list-item .imatge img {
    min-height: 40px;
    width: 100%
}

.cart-list-item-units {
    white-space: nowrap
}

.cart-list-item .quantitats {
    display: inline-block;
    position: relative;
    padding-right: 15px;
    border-radius: 2px;
    vertical-align: middle;
    border: 1px solid #ccc
}

.cart-list-item .quantitats .quantitat {
    padding: 7px 5px;
    width: 40px;
    display: inline-block;
    line-height: 1
}

.cart-list-item .quantitats .minus,
.cart-list-item .quantitats .plus {
    cursor: pointer;
    color: #999;
    position: absolute;
    right: 0;
    height: 50%;
    width: 15px;
    border-left: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cart-list-item .quantitats .minus span,
.cart-list-item .quantitats .plus span {
    height: 8px;
    line-height: 1;
    font-size: 11px
}

.cart-list-item .quantitats .plus {
    top: 0;
    border-bottom: 1px solid #ccc
}

.cart-list-item .quantitats .minus {
    bottom: 0
}

.cart-list-item .fa-trash {
    margin-left: 5px;
    color: #999;
    cursor: pointer;
    vertical-align: -1px;
    display: inline-block
}

.cart-list-item .cart-list-item-name .fa,
.cart-list-item .cart-list-item-name .fas {
    margin-right: 10px
}

.cart-list-item--coupon button,
.cart-list-item--coupon input {
    width: 100%;
    padding: .5em .6em
}

.cart-list-item--unavailable {
    background-image: linear-gradient(135deg, transparent 25%, rgba(0, 0, 0, .05) 25%, rgba(0, 0, 0, .05) 50%, transparent 50%, transparent 75%, rgba(0, 0, 0, .05) 75%, rgba(0, 0, 0, .05) 100%);
    background-size: 30px 30px
}

.cart-list-item--unavailable>div {
    opacity: .5
}

.cart-list-item .tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 3px 4px;
    font-size: .75em;
    color: #000;
    border-radius: 5px;
    line-height: 1
}

.cart-list-item .tag.tag-no-transport {
    border: 1px solid #ffc800;
    background: #faea73
}

.cart-list-item .tag.tag-digital {
    border: 1px solid #8133ff;
    background: #ceb3fa
}

@media screen and (max-width:1023.98px) {
    .cart-list-items {
        padding-right: 0
    }

    .cart-list-item .quantitats {
        margin-top: 16px
    }

    .cart-list-item .total {
        margin-top: 16px
    }

    .cart-list-item .total {
        font-weight: 600
    }

    .cart-list-item .fa-trash {
        margin-left: 0
    }
}

:root {
    --order-list-header-border-color: #333;
    --order-list-link-color: #333;
    --order-list-link-hover-color: #fff
}

.theme-dark {
    --order-list-header-border-color: #fff;
    --order-list-link-color: #fff;
    --order-list-link-hover-color: #333
}

.order-list {
    margin-bottom: 4rem
}

.order-list-items-header {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: var(--order-list-header-border-color);
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1
}

.order-list-items-header>div {
    padding: 16px 12px
}

.order-list-items-header>div:first-child {
    padding-left: 0
}

.order-list-items-header>div:last-child {
    padding-right: 0
}

.order-list-item:not(:first-child) {
    border-top: 1px solid rgba(136, 136, 136, .4)
}

.order-list-item>div {
    padding: 16px 12px
}

.order-list-item>div:first-child {
    padding-left: 0
}

.order-list-item>div:last-child {
    padding-right: 0
}

.order-list-item-name {
    font-weight: 700;
    font-size: 1.1em
}

.order-list-item-button {
    border: 1px solid var(--order-list-link-color);
    color: var(--order-list-link-color);
    border-radius: 50%;
    aspect-ratio: 1;
    width: 27px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
    margin-left: 5px;
    cursor: pointer
}

.order-list-item-button:hover {
    background: var(--order-list-link-color);
    color: var(--order-list-link-hover-color);
    text-decoration: none
}

.order-list-item .tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 3px 4px;
    font-size: .75em;
    color: #000;
    border-radius: 5px;
    line-height: 1
}

.order-list-item .tag.tag-no-transport {
    border: 1px solid #ffc800;
    background: #faea73
}

.order-list-item .tag.tag-digital {
    border: 1px solid #8133ff;
    background: #ceb3fa
}

.account-order-detail-articles-item-ean,
.account-order-detail-articles-item-variant {
    font-size: .9em;
    font-style: italic
}

.account-order-detail-status-item-comments {
    font-size: .9em;
    font-style: italic
}

.mapaweb .nivell0>li {
    padding: 1rem;
    border: 1px solid #ddd;
    margin-bottom: 1rem
}

.mapaweb .nivell0>li>a {
    font-size: 1rem
}

.mapaweb .nivell0 ul {
    list-style: outside;
    padding-left: 1rem
}

.mapaweb .nivell1 {
    padding-top: 1rem
}

.mapaweb .nivell1>li ul {
    padding: .5rem 0 .5rem 1rem
}

@media screen and (min-width:640px) {
    .mapaweb .nivell1 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
        row-gap: 10px
    }
}

@media screen and (min-width:1024px) {
    .mapaweb .nivell1 {
        grid-template-columns: 1fr 1fr 1fr
    }
}

.responsive-mq {
    font-family: "small=0&medium=640px&large=1024px&xlarge=1280px&xxlarge=1440px"
}

.pt5 {
    padding-top: .5em
}

.pt10 {
    padding-top: 1em
}

.pt15 {
    padding-top: 1.5em
}

.pt20 {
    padding-top: 2em
}

.pt25 {
    padding-top: 2.5em
}

.pt30 {
    padding-top: 3em
}

.mb5 {
    margin-bottom: .5em
}

.mb10 {
    margin-bottom: 1em
}

.mb15 {
    margin-bottom: 1.5em
}

.mb0 {
    margin-bottom: 0 !important
}

.upper {
    text-transform: uppercase
}

.ellipsis {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.text td,
.text th {
    border-style: solid;
    border-width: 1px;
    border-color: #fff0
}

#preus_volum:empty,
.variants:empty {
    display: none !important
}

.valign-middle {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.valign-bottom {
    position: relative;
    top: 100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

#slider-thumb {
    overflow: hidden;
    padding: 5px;
    border-radius: 4px
}

#carousel-thumb {
    overflow: hidden;
    padding: 5px;
    border-radius: 4px
}

#carousel-thumb li {
    margin-right: 5px;
    cursor: pointer
}

.horari {
    position: relative
}

.horari .text {
    position: absolute;
    top: 5px;
    left: 0;
    background: #fff
}

.dialogContent {
    color: #000
}

.dialogBottom {
    margin-top: 20px
}

.panel-info {
    background: #f5f5f5;
    margin-bottom: 1em
}

.dialog .btn {
    cursor: pointer;
    border-radius: 0 !important
}

.dialog .btn.center {
    margin-left: auto;
    margin-right: auto;
    display: block
}

table.impostos {
    width: 100%;
    margin-bottom: 40px
}

table.impostos tr td {
    border-top: 1px solid #ddd;
    padding: .4em .5em
}

table.impostos tr:first-child td {
    border-top: 0
}

table.impostos .preu {
    width: 100px
}

.flag {
    display: inline-block;
    width: 18px;
    height: 13.5px;
    background: 0 0
}

.flag svg {
    -webkit-box-shadow: 1px 1px 2px #666;
    box-shadow: 1px 1px 2px #666
}

b,
strong {
    font-weight: 700
}

@media print {
    body {
        padding-top: 0 !important
    }

    #breadcrumbs,
    #footer,
    #header,
    .button-cookies,
    .button-top,
    .comments,
    .cookienator,
    .menuv,
    .offcanvas-header,
    .offcanvas-overlay,
    .related,
    .videos,
    .whatsapp-wrapper,
    a[href]:after {
        display: none
    }

    .cont-right {
        width: 100%
    }

    .image-standard .s-grid-6 {
        width: 100%
    }

    #main {
        padding-bottom: 0 !important;
        overflow-y: hidden
    }

    #main .container,
    #main>.content--spacing {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .cart-confirmation {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
        font-size: 12px
    }

    .cart-confirmation .form_error,
    .cart-confirmation .form_success {
        border: none;
        background: #f5f5f5;
        padding: 0
    }

    .cart-confirmation h1,
    .cart-confirmation h2,
    .cart-confirmation h3,
    .cart-confirmation h4,
    .cart-confirmation h5,
    .cart-confirmation h6 {
        font-size: 1.3em
    }

    .cart-confirmation .cart-list-bases {
        page-break-inside: avoid;
        background: #f5f5f5 !important;
        padding: 5px
    }

    .cart-confirmation .order-list-items-header>div {
        padding: 8px
    }

    .cart-confirmation .order-list-item>div {
        padding: 5px
    }
}

html {
    height: 100%
}

body {
    height: 100%;
    color: #000;
    font-family: Comfortaa, sans-serif;
    font-size: 15px;
    font-weight: 400;
    background-position: left top;
    background-repeat: repeat;
    background-attachment: scroll
}

img {
    height: auto;
    max-width: 100%
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

a {
    color: #476163;
    text-decoration: none;
    outline: none !important;
    transition: border-color 0.3s ease 0s, background-color 0.3s ease 0s, color 0.3s ease 0s
}

a:hover {
    text-decoration: underline
}

.fullwidth .container {
    max-width: none
}

.container {
    position: relative;
    max-width: 1100px;
    margin: 0 auto
}

#main .container {
    background-color: #fff
}

#main>.content--spacing {
    margin-top: 65px;
    margin-bottom: 65px
}

.gmap img {
    max-width: none
}

.portrait {
    max-width: none !important;
    max-height: 100%
}

.dn {
    display: none
}

.h100 #footer {
    position: absolute;
    bottom: 0;
    width: 100%
}

.h100 #home,
.h100 #main {
    padding: 0 0 150px 0
}

.btn {
    display: inline-block;
    padding: 1em 2em;
    color: #fff;
    font-family: Comfortaa, sans-serif;
    font-weight: 400;
    line-height: normal;
    text-transform: none;
    background-color: #88659a;
    border-style: solid;
    border-width: 1px;
    border-color: #88659a;
    border-radius: 18px;
    transition: all 300ms ease
}

.btn:hover {
    text-decoration: none;
    opacity: .9
}

.btn:disabled {
    opacity: .5;
    cursor: not-allowed
}

.btn span {
    margin: 0 .5em 0 0
}

.btn span:only-child {
    margin: 0
}

label {
    display: block;
    margin-bottom: .35em
}

/* =============================================
   Form Styles — Contact Form
   ============================================= */

.widget-type-form {
    width: 100%
}

.widget-type-form form {
    width: 100%
}

.widget-type-form .form-bloc {
    margin-bottom: 1.25rem
}

.widget-type-form label {
    display: block;
    margin-bottom: .4em;
    font-family: Comfortaa, sans-serif;
    font-size: .9em;
    font-weight: 400;
    color: #476163
}

.widget-type-form label em {
    color: #d00;
    font-style: normal
}

.widget-type-form .input,
.widget-type-form input[type="text"],
.widget-type-form input[type="email"],
.widget-type-form input[type="tel"],
.widget-type-form textarea {
    display: block;
    width: 100%;
    padding: .75em 1em;
    font-family: Comfortaa, sans-serif;
    font-size: .95em;
    color: #476163;
    background-color: #fff;
    border: 1px solid #d0ccc7;
    border-radius: 8px;
    outline: none;
    transition: border-color .25s ease, box-shadow .25s ease;
    box-sizing: border-box
}

.widget-type-form .input:focus,
.widget-type-form input[type="text"]:focus,
.widget-type-form input[type="email"]:focus,
.widget-type-form input[type="tel"]:focus,
.widget-type-form textarea:focus {
    border-color: #88659a;
    box-shadow: 0 0 0 3px rgba(136, 101, 154, .12)
}

.widget-type-form textarea {
    min-height: 9em;
    resize: vertical
}

.widget-type-form .input.error,
.widget-type-form input.error,
.widget-type-form textarea.error {
    border-color: #d00;
    box-shadow: 0 0 0 3px rgba(221, 0, 0, .08)
}

.widget-type-form .form-bloc-legal .enclosure,
.widget-type-form .form-bloc-newsletter .enclosure {
    border: none
}

.widget-type-form .form-bloc-legal .line,
.widget-type-form .form-bloc-newsletter .line {
    padding: .25em 0
}

.widget-type-form .form-bloc-legal label,
.widget-type-form .form-bloc-newsletter label {
    display: flex;
    align-items: flex-start;
    gap: .5em;
    font-size: .85em;
    line-height: 1.45;
    cursor: pointer
}

.widget-type-form .form-bloc-legal input[type="checkbox"],
.widget-type-form .form-bloc-newsletter input[type="checkbox"] {
    flex-shrink: 0;
    width: 1.1em;
    height: 1.1em;
    margin-top: .15em;
    accent-color: #88659a;
    cursor: pointer
}

.widget-type-form .form-bloc-legal a,
.widget-type-form .form-bloc-newsletter a {
    color: #88659a;
    text-decoration: underline
}

.widget-type-form .form-bloc-legal a:hover,
.widget-type-form .form-bloc-newsletter a:hover {
    color: #6b4d7a
}

.widget-type-form .legal-more {
    font-size: .78em;
    line-height: 1.5;
    color: #666;
    margin: .5em 0
}

.widget-type-form .legal-more a {
    color: #88659a
}

.widget-type-form .legal-recaptcha {
    font-size: .78em;
    color: #888;
    margin: .5em 0
}

.widget-type-form .legal-recaptcha a {
    color: #88659a
}

.widget-type-form .form-bloc-submit {
    text-align: left;
    margin-top: .5rem
}

.widget-type-form .form-bloc-submit .btn {
    display: inline-block;
    padding: .85em 2.5em;
    font-family: Comfortaa, sans-serif;
    font-size: 1em;
    font-weight: 400;
    color: #fff;
    background-color: #88659a;
    border: 1px solid #88659a;
    border-radius: 25px;
    cursor: pointer;
    transition: all .3s ease
}

.widget-type-form .form-bloc-submit .btn:hover {
    background-color: #6b4d7a;
    border-color: #6b4d7a;
    opacity: 1;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(136, 101, 154, .3)
}

.widget-type-form .form-bloc-submit .btn:active {
    transform: translateY(0);
    box-shadow: none
}

.widget-type-form .form-error {
    display: block;
    color: #d00;
    font-size: .8em;
    margin-top: .35em;
    font-family: Comfortaa, sans-serif
}

/* Form success/error messages */
.form_success {
    padding: 1em 1.25em;
    border-radius: 8px;
    border: 1px solid #a5b36b;
    background: #f1f7db;
    color: #6f7a42;
    margin-bottom: 1.5em;
    font-family: Comfortaa, sans-serif;
    font-size: .95em;
    line-height: 1.5
}

.form_error {
    padding: 1em 1.25em;
    border-radius: 8px;
    border: 1px solid #bd9191;
    background: #fbe3e4;
    color: #855757;
    margin-bottom: 1.5em;
    font-family: Comfortaa, sans-serif;
    font-size: .95em;
    line-height: 1.5
}

/* Responsive adjustments */
@media (max-width: 639px) {
    .widget-type-form .form-bloc-submit {
        text-align: center
    }

    .widget-type-form .form-bloc-submit .btn {
        width: 100%;
        padding: .9em 1.5em
    }

    .widget-type-form label {
        font-size: .85em
    }

    .widget-type-form .input,
    .widget-type-form input[type="text"],
    .widget-type-form input[type="email"],
    .widget-type-form input[type="tel"],
    .widget-type-form textarea {
        font-size: 1em;
        padding: .8em .9em
    }
}

.horari span {
    color: #476163;
    cursor: pointer
}

.loader-primary:after {
    color: #000
}

.cb {
    height: 0;
    font-size: 0;
    line-height: 0;
    clear: both
}

.inline li,
.inline p {
    margin: 0 1.5em 0 0;
    float: left
}

.justify {
    text-align: justify
}

h1,
h2,
h3,
h4,
h5,
h6,
.title1,
.title2,
.title3,
.title4,
.title5,
.title6,
.generic-header-title {
    margin: 0;
    font-family: Comfortaa, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25em
}

h1,
.title1 {
    margin: 0 0 .5em 0;
    color: #color3;
    font-size: 2em;
    font-weight: 400
}

h2,
.title2 {
    color: #color3;
    font-size: 1.75em;
    font-weight: 400
}

h3,
.title3 {
    margin: 0 0 .5em 0;
    color: #color4;
    font-size: 1.5em;
    font-weight: 400
}

h4,
.title4 {
    margin: 0 0 1em 0;
    color: #color4;
    font-size: 1.25em;
    font-weight: 400
}

h5,
.title5 {
    margin: 0 0 1.15em 0;
    color: #color4;
    font-size: 1.15em;
    font-weight: 400
}

h6,
.title6 {
    margin: 0 0 1em 0;
    color: #color4;
    font-size: 1em
}

p {
    margin: 0
}

p.strong {
    margin: 20px 0 10px 0;
    font-weight: 700;
    text-transform: uppercase
}

.summary {
    font-size: 1.125em;
    font-weight: 400
}

.text {
    line-height: inherit
}

.text p {
    margin: 0 0 1em 0
}

.text ul {
    margin: .5em 0 1.25em 1.5em;
    list-style: disc outside
}

.text ol {
    margin: .5em 0 1.25em 1.5em;
    list-style: decimal outside
}

.text ul li,
.text ol li {
    margin: 0 0 .75em 0
}

.text ul ul,
.text ol ol {
    margin: .25em 0 .5em 1em
}

.text table {
    margin: 0 0 1.5em 0
}

.widget-type-card .card-title,
.element-image-position-inside .element-content-nom,
.item-list .item-title {
    font-family: Comfortaa, sans-serif
}

.attachment-item {
    color: inherit;
    background-color: rgb(0 0 0 / .025)
}

.attachment-item:hover {
    background-color: rgb(0 0 0 / .05)
}

#header {
    position: relative;
    z-index: 200;
    background-color: #ffe6ce;
    box-shadow: 1px
}

.lang,
.translate {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.lang .handler,
.translate .handler {
    display: block;
    padding: .25em .5em;
    color: inherit;
    cursor: pointer
}

.lang .handler:hover i,
.translate .handler:hover i {
    text-decoration: none
}

.lang ul,
.translate ul {
    position: absolute;
    left: 0;
    z-index: 300;
    display: none;
    min-width: 100%;
    max-height: 25em;
    overflow: auto;
    padding: .25em 0;
    white-space: normal;
    background-color: inherit
}

.lang ul li,
.translate ul li {
    padding: .25em .5em;
    text-align: left
}

.lang ul a,
.translate ul a {
    display: block;
    white-space: nowrap
}

.lang.inline {
    background: none
}

.lang.inline ul {
    position: static;
    display: block;
    width: auto;
    min-width: inherit;
    max-height: none;
    overflow: visible;
    padding: 0;
    background: none;
    box-shadow: none
}

.lang.inline li {
    display: inline-block;
    width: auto;
    margin: 0 10px 0 0;
    padding: 0;
    float: none
}

.lang.inline ul a {
    padding: 0
}

.lang.inline .handler {
    display: none
}

.lang .icon-angle-down,
.translate .icon-angle-down {
    margin: 0 0 0 .5em
}

.lang-text ul span.flag {
    display: none
}

.lang-flag ul .flag {
    display: inline-block;
    vertical-align: middle
}

.sf-menu {
    margin: 0
}

.sf-menu ul {
    z-index: 200
}

.sf-menu>li {
    display: inline-block;
    float: none
}

.sf-menu a {
    padding: .4em .8em
}

.menu>ul>li:first-child {
    margin-left: 0 !important;
    padding-left: 0 !important;
    border-left: none !important
}

.menu>ul>li:first-child li {
    margin-left: 0 !important
}

.menu ul ul {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important
}

.menu ul ul a {
    border-radius: 0 !important
}

.menu .sf-with-ul {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.menu-inline>li {
    display: inline-block
}

.menu-inline a {
    display: block
}

.menu-inline a:hover {
    text-decoration: none
}

#main .menu h3 {
    margin: 0 0 .2em 0;
    font-size: 1.33333em;
    font-weight: 400;
    text-transform: uppercase;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #333
}

#main .menu a {
    display: block;
    padding: .2em .8em;
    color: #000;
    font-size: 1.1em;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #c7c7c7
}

#main .menu a:hover,
#main .menu li.actiu a,
#main .menu li.actiu ul a:hover,
#main .menu li.actiu li.actiu>a {
    color: #476163;
    text-decoration: none
}

#main .menu li.actiu ul a {
    padding: .2em .8em .2em 1.6em;
    color: #000;
    font-size: 1em
}

#main .menu li.actiu ul ul a {
    padding: .2em .8em .2em 3.2em;
    color: #000
}

.top-left {
    top: 2em;
    left: 2em
}

.top-center {
    top: 2em;
    left: 50%;
    transform: translateX(-50%)
}

.top-right {
    top: 2em;
    right: 2em
}

.center-left {
    top: 50%;
    left: 2em;
    transform: translateY(-50%)
}

.center-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.center-right {
    top: 50%;
    right: 2em;
    transform: translateY(-50%)
}

.bottom-left {
    bottom: 2em;
    left: 2em
}

.bottom-center {
    bottom: 2em;
    left: 50%;
    transform: translateX(-50%)
}

.bottom-right {
    right: 2em;
    bottom: 2em
}

#breadcrumbs ul {
    display: block;
    padding: 5px 0 0 0;
    font-size: .9em;
    line-height: 1
}

#breadcrumbs li {
    margin: 0 .5em 0 0;
    line-height: 1.5;
    float: left
}

#breadcrumbs ul a {
    padding: 0 .5em 0 0
}

#breadcrumbs {
    position: relative
}

#breadcrumbs .addthis_toolbox {
    display: inline-block
}

.form label,
.form legend {
    font-weight: 400
}

.form .input {
    padding: .5em .6em;
    color: #000;
    font-family: Comfortaa, sans-serif;
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    border-radius: 1px;
    outline: none;
    transition: border linear .2s;
    resize: none
}

.form .input:focus {
    border-color: #999
}

.form textarea {
    height: 7.5em
}

.form .error {
    border-color: #f0aaa1 !important
}

.form .error:focus {
    border-color: #f0aaa1
}

.form .text {
    margin: 0 0 1em 0
}

.form h2 {
    margin: 0
}

.form p {
    margin: .5em 0
}

.form.bg-color1 {
    background-color: #f7f7f7;
    border-style: solid;
    border-width: 1px;
    border-color: #e4e4e4
}

input[type="text"],
input[type="password"],
input[type="number"],
textarea,
select {
    display: block;
    width: 100%
}

input[type="file"] {
    margin: .25em 0 .5em 0;
    color: #000
}

.form .enclosure {
    display: block;
    border-style: solid;
    border-width: 1px;
    border-color: #fff0
}

.form .enclosure .input {
    margin: 0 3px 0 0
}

.form .enclosure .line {
    display: flex;
    align-items: flex-start;
    padding: .43em 0
}

.form input[disabled='disabled'],
.form select[disabled='disabled'] {
    color: #999;
    background-color: #eee
}

.form .enclosure label {
    display: inline-block
}

.pagination {
    margin-top: 2rem;
    text-align: right
}

.pagination-item {
    display: inline-block;
    min-width: 2.2em;
    padding: 6px;
    text-align: center;
    border-style: solid;
    border-width: 1px
}

.pagination span.current {
    color: #fff;
    background-color: #476163;
    border-color: #476163
}

.pagination a {
    color: #555;
    border-color: #ccc
}

.pagination a:hover {
    color: #476163;
    text-decoration: none;
    border-color: #476163
}

.pagination-item--adjacent {
    color: #555;
    border: none
}

.list-img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #212121
}

.list-img img {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.3s ease-in-out
}

.list-img:hover img {
    transform: scale(1.2)
}

.list-img a {
    display: block
}

.list-img .overlay {
    position: absolute;
    z-index: 4;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 0 0 -.6px;
    padding: 0 .6px 0 0;
    color: #fff;
    background-color: #FB3C2D;
    opacity: 0;
    transition: all 0.3s ease-in-out
}

.list-img:hover>a>.overlay {
    margin: -1.6px 0 0 -.6px;
    padding: 0 .6px 1.6px 0;
    text-decoration: none;
    opacity: .9
}

.list-img .thumb-info {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease-in-out
}

.list-img:hover .overlay .thumb-info {
    opacity: 1;
    transform: scale(1)
}

.overlay .thumb-info span {
    position: absolute;
    top: 53%;
    display: block;
    width: 80%;
    margin: 1em 0;
    padding: 0 10%;
    font-size: 1.25em;
    line-height: 20px;
    text-shadow: 0 0 5px rgb(0 0 0 / .2);
    text-align: center
}

.overlay .thumb-info i {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 30px;
    margin: -15px 0 0 0;
    font-size: 44px;
    line-height: 33px;
    text-shadow: 0 0 5px rgb(0 0 0 / .2);
    text-align: center
}

.overlay .thumb-info i.small-icon {
    top: 42%;
    font-size: 32px
}

.product-label-list .product-label {
    padding: 4px 7px 2px 7px;
    font-size: .8em;
    border-radius: 3px
}

#product-header {
    position: relative
}

#product-header .highlights {
    position: absolute;
    top: .75em;
    right: .5em
}

#product-header .highlights span {
    display: inline-block
}

.product-price {
    display: none;
    font-size: 2em
}

.product-price .current {
    margin: 0 .25em 0 0;
    line-height: 100%
}

.product-price .old {
    color: #999;
    font-size: 75%;
    text-decoration: line-through
}

.product-detail #quantitat {
    display: inline-block;
    width: 60px;
    height: 28px;
    padding: 0 0 0 .5em;
    color: #000;
    line-height: 28px;
    text-align: left;
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #aaa;
    border-radius: 1px
}

.variants {
    margin-top: 1em
}

.variants li {
    margin: .5em 0
}

.variants .input {
    margin-bottom: 0
}

.quantity {
    margin: .3em 0 0 0
}

.quantity select {
    margin: 0 0 0 .25em
}

.product-price .info {
    display: block;
    font-size: .425em
}

.quantity label {
    display: inline-block;
    padding-right: 5px
}

ul.features>li>div {
    padding: .25em 1em;
    line-height: 150%;
    text-align: left
}

ul.features {
    width: 100%;
    overflow: hidden;
    margin-bottom: 1em;
    border-style: solid;
    border-width: 1px;
    border-color: #e4e4e4;
    border-radius: 0
}

ul.features>li>div:first-child {
    font-weight: 700;
    background-color: rgb(0 0 0 / .05);
    border-right: 1px solid;
    border-right-color: #e4e4e4
}

ul.features>li:not(:last-child)>div {
    border-bottom: 1px solid;
    border-bottom-color: #e4e4e4
}

.comments .title4 {
    display: inline-block;
    margin: 0 0 .5em 0;
    padding: 0 0 .25em 0;
    border-style: solid;
    border-width: 0 0 2px 0;
    border-color: #000
}

.comments li {
    margin: 0
}

.comments li ul {
    margin: 0 0 0 30px
}

.comments .comment-wrap {
    padding: 1em 0;
    border-style: dotted;
    border-width: 0 0 1px 0;
    border-color: #ccc
}

.comment-content .comment-title {
    margin-bottom: .125rem;
    font-weight: 600
}

.comment-content .comment-body {
    margin-bottom: .25rem
}

.comment-meta {
    font-size: .9em;
    opacity: .75
}

.comment-meta .comment-author {
    display: inline-block
}

.comment-meta .comment-date {
    display: inline-block;
    margin: 0 0 0 .2em;
    font-size: .9em
}

.comment-meta .comment-reply {
    display: inline-block;
    margin: 0 0 0 .2em;
    font-size: .9em
}

.comment-meta .comment-reply a {
    color: #FB3C2D
}

.comments .status {
    display: none;
    margin: 1em 0
}

.box li {
    position: relative
}

.box a {
    display: block;
    padding: 1em;
    background-color: #f7f7f7;
    border-style: solid;
    border-width: 1px;
    border-color: #e4e4e4
}

.box a:hover {
    text-decoration: none;
    background-color: #e7e7e7
}

.box img {
    margin: 0 0 .5em 0
}

.box h3 {
    margin: 0 0 .25em 0;
    font-size: 1.25em;
    line-height: 100%
}

.ui-widget {
    font-family: Comfortaa, sans-serif;
    font-size: 1em
}

.ui-widget a {
    outline: none
}

.ui-widget p {
    margin: .5em 0
}

.ui-widget-content {
    padding: 0
}

.ui-widget-content ul {
    margin: 1em 0;
    padding: 0 0 0 2em;
    list-style: disc inside
}

.ui-widget-content .text p {
    margin: 1em 0 0 0
}

.ui-widget-content .text p:first-child {
    margin: 0
}

.ui-accordion-content ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.accordion .ui-accordion-header {
    position: relative;
    margin: 5px 0 0 0;
    padding: 0 0 0 2.2em;
    background-color: #f7f7f7;
    border-color: #e4e4e4;
    border-radius: 0;
    transition: all 0.3s ease 0.1s
}

.accordion .ui-accordion-header:hover {
    color: #fff;
    background-color: #FB3C2D
}

.accordion .ui-accordion-header-active {
    color: #FB3C2D;
    background-color: #fff;
    border-width: 1px 1px 0 1px
}

.accordion .ui-accordion-header-active:hover {
    color: #FB3C2D;
    background-color: #fff
}

.accordion .ui-accordion-content {
    border-color: #e4e4e4;
    border-radius: 0
}

.accordion .ui-accordion-header .icon-plus,
.accordion .ui-accordion-header .icon-minus {
    position: absolute;
    top: 50%;
    left: .5em;
    margin: -7px 0 0 0;
    line-height: 14px
}

.accordion .ui-accordion-header .icon-minus {
    display: none
}

.accordion .ui-accordion-header-active .icon-plus {
    display: none
}

.accordion .ui-accordion-header-active .icon-minus {
    display: block
}

.tabs {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0
}

.tabs .ui-tabs-nav {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #e4e4e4;
    border-radius: 0
}

.tabs .ui-tabs-nav li {
    margin: 0;
    padding: 0;
    border-width: 1px 1px 1px 0;
    border-color: #e4e4e4;
    border-radius: 0
}

.tabs .ui-tabs-nav a {
    background-color: #f7f7f7
}

.tabs .ui-tabs-nav li:first-child {
    border-width: 1px
}

.tabs .ui-tabs-active {
    background-color: #fff;
    border-color: #e4e4e4
}

.tabs .ui-tabs-active a {
    color: #FB3C2D;
    background-color: #fff
}

.tabs .ui-tabs-active a:hover {
    color: #FB3C2D;
    background-color: #fff
}

.tabs .ui-tabs-nav a:hover {
    color: #fff;
    background-color: #FB3C2D
}

.tabs .ui-tabs-panel {
    border-style: solid;
    border-width: 0 1px 1px 1px;
    border-color: #e4e4e4;
    border-radius: 0
}

.ui-tabs-panel ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.ui-tabs .ui-tabs-panel {
    padding: 0
}

.generic-slider .slick-dots>li>button,
.slide-generic .swiper-pagination-bullets .swiper-pagination-bullet,
.slide-basic .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background-color: #f0f0f0;
    border-style: solid;
    border-width: 1px;
    border-color: #f0f0f0;
    border-radius: 50%
}

.generic-slider .slick-dots>li.slick-active>button,
.slide-generic .swiper-pagination-bullets .swiper-pagination-bullet-active,
.slide-basic .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #476163;
    border-color: #476163
}

.generic-slider .slick-prev,
.generic-slider .slick-next,
.slide-generic .swiper-button-prev,
.slide-generic .swiper-button-next,
.slide-basic .swiper-button-prev,
.slide-basic .swiper-button-next {
    color: #476163;
    background-color: #fff0
}

#footer {
    font-size: .9em
}

.agenda ul {
    color: inherit
}

.agenda li {
    margin-top: 1em;
    background-color: #f7f7f7
}

.agenda li:first-child {
    margin-top: 0
}

.agenda .datahora {
    color: #color4
}

.agenda .title2 {
    margin: 0 0 .25em 0
}

.agenda .mesinfo {
    margin-top: 1em
}

.widget-type-separator hr {
    width: 100%;
    height: 1px;
    background-color: rgb(0 0 0 / .25)
}

.widget-type-button a {
    color: #fff;
    background-color: #476163;
    border-color: #476163
}

.contingut .filtres .input {
    margin: .25em 0 0 0
}

.contingut .filtres p {
    margin: 0
}

.z-content-inner {
    padding: 0 !important
}

.z-icon-menu {
    display: none !important
}

.z-title {
    margin: 0 !important
}

.z-tabs.z-multiline.medium>ul.z-tabs-nav>li>a.z-link {
    height: auto
}

.logo a {
    display: inline-block;
    max-width: 100%
}

.related .title4 {
    padding-bottom: .3em;
    border-bottom: 1px solid #999
}

.data {
    display: block;
    margin-bottom: 1em;
    line-height: 1.5
}

.a-color {
    color: #476163
}

.a-bg {
    color: #fff;
    background-color: #476163
}

.fc-cesw:hover {
    text-decoration: none
}

.element:hover {
    text-decoration: none
}

.data-border {
    padding: .5em 0;
    border-top: 1px solid currentColor;
    border-bottom: 1px solid currentColor
}

.dialog .dialogContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    max-width: 550px;
    margin: -100px 0 0 -100px;
    border-style: solid;
    border-width: .4em;
    border-color: rgb(0 0 0 / .5);
    border-radius: 5px
}

.dialog {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20000000;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / .4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#30000000, endColorstr=#30000000)
}

.dialogContent {
    width: 100%;
    height: 100%;
    background-color: #fff
}

.privat {
    color: #fff
}

.item-list a {
    display: block
}

.item-list a:hover {
    text-decoration: none
}

.border .item {
    border-style: solid;
    border-width: 1px;
    border-color: #ddd
}

.border .item .txt {
    padding: 1em
}

.fill .item {
    background-color: #fff
}

.radius .item {
    border-radius: .5em
}

.circle .item img {
    border-radius: 1024px
}

.btn-expand .price {
    height: 6.2em !important
}

.btn-expand .btn {
    display: block;
    width: 100%;
    border-radius: 0
}

.item {
    position: relative;
    display: block;
    overflow: hidden
}

.item .img img {
    width: 100%;
    max-width: none
}

.item .txt {
    padding: .75em 0;
    transition: color 0.3s ease 0s, background-color 0.3s ease 0s
}

.item .data {
    display: block;
    height: 1.4em;
    overflow: hidden;
    margin: 0 0 .5em 0;
    color: #000;
    font-size: .9em
}

.element-content-text .element-cont-nom {
    font-size: 1.1em
}

.item .txt p {
    overflow: hidden;
    margin: .25em 0 0 0
}

.item .price {
    color: #333
}

.item .price .old {
    margin: 0 .5em 0 0;
    font-size: 1.1em;
    line-height: 1;
    text-decoration: line-through;
    vertical-align: middle
}

.item .price .current {
    font-size: 1.5em;
    line-height: 1;
    vertical-align: middle
}

.item .price .grid-2 .btn span {
    margin: 0
}

.item .btn {
    text-transform: uppercase;
    text-align: center
}

.item-list-image-lateral.border .img img {
    border-width: 0
}

.item-list-image-lateral .txt {
    padding: 0 1em
}

.item-list-image-lateral .price {
    margin: 1em 0 0 0
}

.item-list-image-lateral .price .current {
    margin: 0 10px
}

.item-list-image-lateral .grid-4 .current {
    display: block;
    margin: .25em 0 0 0
}

.item-list-image-lateral .grid-4 .btn span {
    margin: 0
}

.item-list-image-lateral a:hover h3 {
    text-decoration: underline
}

.item-list-image-top .price {
    height: 3em;
    text-align: center;
    background-color: #f6f6f6
}

.item-list-image-top .price .current {
    line-height: 2em
}

.item-list-image-top .item .price .grid-2 {
    float: right
}

.item-list-image-top .btn {
    display: block;
    text-align: center;
    border-width: 0;
    border-radius: 0
}

.item-list-image-background .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    color: #fff;
    background-color: rgb(0 0 0 / .7)
}

.item-list-image-background .txt div {
    padding: .5em 1em
}

.item-list-image-background a:hover .txt {
    background-color: rgb(0 0 0 / .5)
}

.item-list-image-background .item-title,
.item-list-image-background .data {
    color: inherit
}

.item-list-image-background p {
    margin: .5em 0 0 0
}

.item-list-image-background .btn {
    margin: .5em 0 0 0
}

.item-list-image-background.border .item .txt,
.border .item-list-image-background .item .txt {
    padding: 0
}

.item-title {
    margin: 0 0 .5em 0
}

.item-list-image-top:not(.item-list-widget) .txt p {
    color: #000
}

.item-list-image-lateral:not(.item-list-widget) .txt p {
    color: #000
}

#user {
    position: relative;
    display: inline-block;
    height: 100%
}

#user li {
    background-color: inherit
}

#user a {
    display: block
}

#user .list {
    position: absolute;
    z-index: 100;
    width: 200px;
    text-align: left;
    background-color: inherit
}

#user .list li {
    margin: 3px 0 3px 5px
}

#user .list li a {
    color: #000
}

#user a:hover span {
    text-decoration: underline
}

#user a:hover {
    color: #476163;
    text-decoration: none
}

#user .input {
    margin: 0 0 .5em 0
}

#user .resend {
    font-size: .75em
}

#user .btn {
    display: block;
    width: 100%;
    margin: .5em 0
}

#user form a {
    display: inline-block
}

#steps li {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #666
}

#steps li.active {
    color: #a50b00 !important;
    background-color: #cb8f8f;
    border-color: #a50b00
}

.cistell {
    margin: 0 0 40px 0
}

.cistell td {
    padding: .4em .5em;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #eee
}

.cistell th {
    padding: .4em .5em
}

.cistell .special select {
    display: inline-block;
    width: 40%;
    margin: 0 0 5px 0
}

.cistell .special span {
    margin: 4px 10px 0 0;
    color: #476163;
    font-size: 1.5em
}

.error_pagament {
    color: #bf6565;
    font-size: 1.05em;
    font-weight: 700;
    text-align: center;
    background-color: #fff4f3
}

#user label {
    line-height: 1
}

#cookieLayer {
    color: #f0f0f0;
    background-color: rgb(0 0 0 / .85)
}

#cookieLayer a {
    color: inherit
}

#cookieLayer .close {
    color: #f0f0f0;
    background-color: rgb(255 255 255 / .2)
}

.bkg-texture1 {
    background-image: url(/web/img/bkg_texture1.png);
    background-repeat: repeat
}

.bkg-texture2 {
    background-image: url(/web/img/bkg_texture2.png);
    background-repeat: repeat
}

.bkg-texture3 {
    background-image: url(/web/img/bkg_texture3.png);
    background-repeat: repeat
}

.bkg-texture4 {
    background-image: url(/web/img/bkg_texture4.png);
    background-repeat: repeat
}

.bkg-texture5 {
    background-image: url(/web/img/bkg_texture5.png);
    background-repeat: repeat
}

.icon-interactiu {
    cursor: pointer
}

.icon-interactiu:hover {
    text-decoration: none
}

.icon-cesw {
    cursor: pointer
}

.icon-cesw:hover {
    text-decoration: none
}

.carret-v2 .link {
    display: inline-block
}

.carret-v2 .wrap {
    position: relative
}

.carret-v2 .units {
    position: absolute;
    top: -1.1em;
    right: -1.4em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.8em;
    height: 1.8em
}

.cercador {
    position: relative;
    resize: both
}

.cercador .input {
    width: 100%;
    padding: .25em 2em .25em .25em;
    font-family: Comfortaa, sans-serif;
    border-style: solid;
    border-width: 1px;
    border-color: #aaa;
    outline: none;
    resize: none
}

.cercador button {
    position: absolute;
    top: 50%;
    right: 0;
    height: 90%;
    color: #666;
    background: #fff0;
    border: none;
    outline: none;
    transform: translateY(-50%)
}

@media (max-width:639.98px) {

    .lang ul,
    .translate ul {
        width: 100%
    }

    .dialog .dialogContainer {
        position: fixed;
        top: 50%;
        right: 3%;
        left: 50%;
        width: 94%
    }

    .element-content-text .element-cont-nom {
        height: auto
    }

    .item .txt p {
        height: auto
    }

    .item-list img {
        width: 100%
    }

    #user .list {
        position: static;
        width: 100%
    }
}

.cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2d2d2d;
    color: #fff;
    z-index: 10000;
    padding: 20px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    box-shadow: 0 -2px 20px rgba(0, 0, 0, .3);
    font-size: 14px;
    line-height: 1.6;
    transform: translateY(100%);
    transition: transform .4s ease
}

.cookie-consent-banner.is-visible {
    transform: translateY(0)
}

.cookie-consent-banner p {
    margin: 0;
    flex: 1 1 300px
}

.cookie-consent-banner a {
    color: #ffe6ce;
    text-decoration: underline
}

.cookie-consent-banner .cookie-buttons {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
    flex-wrap: wrap
}

.cookie-consent-banner .btn-cookie {
    padding: 10px 22px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    transition: all .2s;
    white-space: nowrap
}

.cookie-consent-banner .btn-accept {
    background: #ffe6ce;
    color: #2d2d2d
}

.cookie-consent-banner .btn-accept:hover {
    background: #ffd8b5
}

.cookie-consent-banner .btn-reject {
    background: transparent;
    color: #fff;
    border: 2px solid #fff
}

.cookie-consent-banner .btn-reject:hover {
    background: #fff;
    color: #2d2d2d
}

.cookie-consent-banner .btn-settings {
    background: transparent;
    color: #ffe6ce;
    border: 2px solid #ffe6ce
}

.cookie-consent-banner .btn-settings:hover {
    background: #ffe6ce;
    color: #2d2d2d
}

/* Shared navigation and cookie controls */
.button-cookies {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    padding: 1px 6px;
}

.button-cookies:hover,
.button-cookies:focus-visible {
    color: #000;
    background-color: #fff;
    border-color: #000;
}

@media screen and (max-width:1023.98px) {
    .offcanvas-header {
        height: 56px;
    }

    .offcanvas-header-icon {
        width: 46px;
        height: 46px;
        padding: 10px;
    }

    .offcanvas-header-icon .icon {
        width: 26px;
        height: 26px;
    }

    .offcanvas-header-menu-toggle {
        min-width: 56px;
    }
}

/* Footer */
.site-footer .footer-section--main,
.site-footer .footer-section--copyright {
    background-color: #fff;
}

.site-footer .footer-section--legal {
    background-color: #ffe6ce;
}

.footer-kit-digital {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-kit-digital-logos {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-kit-digital-logo {
    display: flex;
    align-items: center;
}

.footer-kit-digital-logo img {
    display: block;
    height: auto;
}

.footer-kit-digital-logo--ue img {
    width: 139px;
}

.footer-kit-digital-logo--govern img {
    width: 75px;
}

.footer-kit-digital-logo--plan img {
    width: 132px;
}

.footer-provider {
    align-self: center;
    margin-top: 10px;
    color: #476163;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
}

.footer-provider:hover {
    color: #476163;
}

.site-footer .widget-type-ubicacio-list .ubicacio-item-list {
    gap: 4px;
}

.site-footer .widget-type-ubicacio-list .ubicacio-item-line {
    display: none;
}

.site-footer .widget-type-ubicacio-list .ubicacio-item {
    align-items: center;
    min-height: 20px;
    color: #476163;
    font-size: 14px;
    line-height: 1.45;
}

.site-footer .widget-type-ubicacio-list .ubicacio-item-icon {
    display: inline-flex;
    flex: 0 0 20px;
    align-items: center;
    justify-content: center;
    width: 20px;
    margin: 0 6px 0 0;
    color: #476163;
}

.site-footer .widget-type-ubicacio-list .ubicacio-item-icon .icon {
    width: 16px;
    height: 16px;
}

.site-footer .widget-type-ubicacio-list .ubicacio-item-content,
.site-footer .widget-type-ubicacio-list a {
    color: #476163;
    font-weight: 400;
}

.site-footer .widget-type-ubicacio-list .ubicacio-item-content {
    flex: 1;
}

.site-footer .widget-type-ubicacio-list .ubicacio-item-content-label {
    display: inline;
}

#widget-1441361 .ubicacio-item-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#widget-1441361 .ubicacio-item-icon .icon {
    width: 16px;
    height: 16px;
}

@media screen and (max-width:639.98px) {
    .footer-kit-digital {
        align-items: center;
    }

    .footer-kit-digital-logos {
        justify-content: center;
        gap: 8px;
    }

    .footer-kit-digital-logo--ue img {
        width: 120px;
    }

    .footer-kit-digital-logo--govern img {
        width: 65px;
    }

    .footer-kit-digital-logo--plan img {
        width: 114px;
    }
}