@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@600;800&family=Spectral&family=Work+Sans:wght@500;600;700&display=swap");.fa {
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-ul > li {
    position: relative
}

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

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

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

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

.fa-beat {
    -webkit-animation-name: a;
    animation-name: a;
    -webkit-animation-delay: var(--fa-animation-delay,0);
    animation-delay: var(--fa-animation-delay,0);
    -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: b;
    animation-name: b;
    -webkit-animation-delay: var(--fa-animation-delay,0);
    animation-delay: var(--fa-animation-delay,0);
    -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: c;
    animation-name: c;
    -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,.fa-fade {
    -webkit-animation-delay: var(--fa-animation-delay,0);
    animation-delay: var(--fa-animation-delay,0);
    -webkit-animation-direction: var(--fa-animation-direction,normal);
    animation-direction: var(--fa-animation-direction,normal);
    -webkit-animation-duration: var(--fa-animation-duration,1s);
    animation-duration: var(--fa-animation-duration,1s)
}

.fa-beat-fade {
    -webkit-animation-name: d;
    animation-name: d;
    -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: e;
    animation-name: e;
    -webkit-animation-delay: var(--fa-animation-delay,0);
    animation-delay: var(--fa-animation-delay,0);
    -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: f;
    animation-name: f;
    -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-shake,.fa-spin {
    -webkit-animation-delay: var(--fa-animation-delay,0);
    animation-delay: var(--fa-animation-delay,0);
    -webkit-animation-direction: var(--fa-animation-direction,normal);
    animation-direction: var(--fa-animation-direction,normal)
}

.fa-spin {
    -webkit-animation-name: g;
    animation-name: g;
    -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: g;
    animation-name: g;
    -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-delay: -1ms;
        animation-delay: -1ms;
        -webkit-animation-duration: 1ms;
        animation-duration: 1ms;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition-duration: 0s;
        -o-transition-duration: 0s;
        transition-duration: 0s
    }
}

@-webkit-keyframes a {
    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 a {
    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 b {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes d {
    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 d {
    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 e {
    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 e {
    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 f {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-a::before {
    content: "\41"
}

.fa-address-book::before,.fa-contact-book::before {
    content: "\f2b9"
}

.fa-address-card::before,.fa-contact-card::before,.fa-vcard::before {
    content: "\f2bb"
}

.fa-align-center::before {
    content: "\f037"
}

.fa-align-justify::before {
    content: "\f039"
}

.fa-align-left::before {
    content: "\f036"
}

.fa-align-right::before {
    content: "\f038"
}

.fa-anchor::before {
    content: "\f13d"
}

.fa-angle-down::before {
    content: "\f107"
}

.fa-angle-left::before {
    content: "\f104"
}

.fa-angle-right::before {
    content: "\f105"
}

.fa-angle-up::before {
    content: "\f106"
}

.fa-angle-double-down::before,.fa-angles-down::before {
    content: "\f103"
}

.fa-angle-double-left::before,.fa-angles-left::before {
    content: "\f100"
}

.fa-angle-double-right::before,.fa-angles-right::before {
    content: "\f101"
}

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

.fa-ankh::before {
    content: "\f644"
}

.fa-apple-alt::before,.fa-apple-whole::before {
    content: "\f5d1"
}

.fa-archway::before {
    content: "\f557"
}

.fa-arrow-down::before {
    content: "\f063"
}

.fa-arrow-down-1-9::before,.fa-sort-numeric-asc::before,.fa-sort-numeric-down::before {
    content: "\f162"
}

.fa-arrow-down-9-1::before,.fa-sort-numeric-desc::before,.fa-sort-numeric-down-alt::before {
    content: "\f886"
}

.fa-arrow-down-a-z::before,.fa-sort-alpha-asc::before,.fa-sort-alpha-down::before {
    content: "\f15d"
}

.fa-arrow-down-long::before,.fa-long-arrow-down::before {
    content: "\f175"
}

.fa-arrow-down-short-wide::before,.fa-sort-amount-desc::before,.fa-sort-amount-down-alt::before {
    content: "\f884"
}

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

.fa-arrow-down-z-a::before,.fa-sort-alpha-desc::before,.fa-sort-alpha-down-alt::before {
    content: "\f881"
}

.fa-arrow-left::before {
    content: "\f060"
}

.fa-arrow-left-long::before,.fa-long-arrow-left::before {
    content: "\f177"
}

.fa-arrow-pointer::before,.fa-mouse-pointer::before {
    content: "\f245"
}

.fa-arrow-right::before {
    content: "\f061"
}

.fa-arrow-right-arrow-left::before,.fa-exchange::before {
    content: "\f0ec"
}

.fa-arrow-right-from-bracket::before,.fa-sign-out::before {
    content: "\f08b"
}

.fa-arrow-right-long::before,.fa-long-arrow-right::before {
    content: "\f178"
}

.fa-arrow-right-to-bracket::before,.fa-sign-in::before {
    content: "\f090"
}

.fa-arrow-left-rotate::before,.fa-arrow-rotate-back::before,.fa-arrow-rotate-backward::before,.fa-arrow-rotate-left::before,.fa-undo::before {
    content: "\f0e2"
}

.fa-arrow-right-rotate::before,.fa-arrow-rotate-forward::before,.fa-arrow-rotate-right::before,.fa-redo::before {
    content: "\f01e"
}

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

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

.fa-arrow-turn-down::before,.fa-level-down::before {
    content: "\f149"
}

.fa-arrow-turn-up::before,.fa-level-up::before {
    content: "\f148"
}

.fa-arrow-up::before {
    content: "\f062"
}

.fa-arrow-up-1-9::before,.fa-sort-numeric-up::before {
    content: "\f163"
}

.fa-arrow-up-9-1::before,.fa-sort-numeric-up-alt::before {
    content: "\f887"
}

.fa-arrow-up-a-z::before,.fa-sort-alpha-up::before {
    content: "\f15e"
}

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

.fa-arrow-up-long::before,.fa-long-arrow-up::before {
    content: "\f176"
}

.fa-arrow-up-right-from-square::before,.fa-external-link::before {
    content: "\f08e"
}

.fa-arrow-up-short-wide::before,.fa-sort-amount-up-alt::before {
    content: "\f885"
}

.fa-arrow-up-wide-short::before,.fa-sort-amount-up::before {
    content: "\f161"
}

.fa-arrow-up-z-a::before,.fa-sort-alpha-up-alt::before {
    content: "\f882"
}

.fa-arrows-h::before,.fa-arrows-left-right::before {
    content: "\f07e"
}

.fa-arrows-rotate::before,.fa-refresh::before,.fa-sync::before {
    content: "\f021"
}

.fa-arrows-up-down::before,.fa-arrows-v::before {
    content: "\f07d"
}

.fa-arrows-up-down-left-right::before,.fa-arrows::before {
    content: "\f047"
}

.fa-asterisk::before {
    content: "\2a"
}

.fa-at::before {
    content: "\40"
}

.fa-atom::before {
    content: "\f5d2"
}

.fa-audio-description::before {
    content: "\f29e"
}

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

.fa-award::before {
    content: "\f559"
}

.fa-b::before {
    content: "\42"
}

.fa-baby::before {
    content: "\f77c"
}

.fa-baby-carriage::before,.fa-carriage-baby::before {
    content: "\f77d"
}

.fa-backward::before {
    content: "\f04a"
}

.fa-backward-fast::before,.fa-fast-backward::before {
    content: "\f049"
}

.fa-backward-step::before,.fa-step-backward::before {
    content: "\f048"
}

.fa-bacon::before {
    content: "\f7e5"
}

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

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

.fa-bag-shopping::before,.fa-shopping-bag::before {
    content: "\f290"
}

.fa-bahai::before {
    content: "\f666"
}

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

.fa-ban::before,.fa-cancel::before {
    content: "\f05e"
}

.fa-ban-smoking::before,.fa-smoking-ban::before {
    content: "\f54d"
}

.fa-band-aid::before,.fa-bandage::before {
    content: "\f462"
}

.fa-barcode::before {
    content: "\f02a"
}

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

.fa-bars-progress::before,.fa-tasks-alt::before {
    content: "\f828"
}

.fa-bars-staggered::before,.fa-reorder::before,.fa-stream::before {
    content: "\f550"
}

.fa-baseball-ball::before,.fa-baseball::before {
    content: "\f433"
}

.fa-baseball-bat-ball::before {
    content: "\f432"
}

.fa-basket-shopping::before,.fa-shopping-basket::before {
    content: "\f291"
}

.fa-basketball-ball::before,.fa-basketball::before {
    content: "\f434"
}

.fa-bath::before,.fa-bathtub::before {
    content: "\f2cd"
}

.fa-battery-0::before,.fa-battery-empty::before {
    content: "\f244"
}

.fa-battery-5::before,.fa-battery-full::before,.fa-battery::before {
    content: "\f240"
}

.fa-battery-3::before,.fa-battery-half::before {
    content: "\f242"
}

.fa-battery-2::before,.fa-battery-quarter::before {
    content: "\f243"
}

.fa-battery-4::before,.fa-battery-three-quarters::before {
    content: "\f241"
}

.fa-bed::before {
    content: "\f236"
}

.fa-bed-pulse::before,.fa-procedures::before {
    content: "\f487"
}

.fa-beer-mug-empty::before,.fa-beer::before {
    content: "\f0fc"
}

.fa-bell::before {
    content: "\f0f3"
}

.fa-bell-concierge::before,.fa-concierge-bell::before {
    content: "\f562"
}

.fa-bell-slash::before {
    content: "\f1f6"
}

.fa-bezier-curve::before {
    content: "\f55b"
}

.fa-bicycle::before {
    content: "\f206"
}

.fa-binoculars::before {
    content: "\f1e5"
}

.fa-biohazard::before {
    content: "\f780"
}

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

.fa-blender::before {
    content: "\f517"
}

.fa-blender-phone::before {
    content: "\f6b6"
}

.fa-blog::before {
    content: "\f781"
}

.fa-bold::before {
    content: "\f032"
}

.fa-bolt::before,.fa-zap::before {
    content: "\f0e7"
}

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

.fa-bomb::before {
    content: "\f1e2"
}

.fa-bone::before {
    content: "\f5d7"
}

.fa-bong::before {
    content: "\f55c"
}

.fa-book::before {
    content: "\f02d"
}

.fa-atlas::before,.fa-book-atlas::before {
    content: "\f558"
}

.fa-bible::before,.fa-book-bible::before {
    content: "\f647"
}

.fa-book-journal-whills::before,.fa-journal-whills::before {
    content: "\f66a"
}

.fa-book-medical::before {
    content: "\f7e6"
}

.fa-book-open::before {
    content: "\f518"
}

.fa-book-open-reader::before,.fa-book-reader::before {
    content: "\f5da"
}

.fa-book-quran::before,.fa-quran::before {
    content: "\f687"
}

.fa-book-dead::before,.fa-book-skull::before {
    content: "\f6b7"
}

.fa-bookmark::before {
    content: "\f02e"
}

.fa-border-all::before {
    content: "\f84c"
}

.fa-border-none::before {
    content: "\f850"
}

.fa-border-style::before,.fa-border-top-left::before {
    content: "\f853"
}

.fa-bowling-ball::before {
    content: "\f436"
}

.fa-box::before {
    content: "\f466"
}

.fa-archive::before,.fa-box-archive::before {
    content: "\f187"
}

.fa-box-open::before {
    content: "\f49e"
}

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

.fa-boxes-alt::before,.fa-boxes-stacked::before,.fa-boxes::before {
    content: "\f468"
}

.fa-braille::before {
    content: "\f2a1"
}

.fa-brain::before {
    content: "\f5dc"
}

.fa-brazilian-real-sign::before {
    content: "\e46c"
}

.fa-bread-slice::before {
    content: "\f7ec"
}

.fa-briefcase::before {
    content: "\f0b1"
}

.fa-briefcase-medical::before {
    content: "\f469"
}

.fa-broom::before {
    content: "\f51a"
}

.fa-broom-ball::before,.fa-quidditch-broom-ball::before,.fa-quidditch::before {
    content: "\f458"
}

.fa-brush::before {
    content: "\f55d"
}

.fa-bug::before {
    content: "\f188"
}

.fa-bug-slash::before {
    content: "\e490"
}

.fa-building::before {
    content: "\f1ad"
}

.fa-bank::before,.fa-building-columns::before,.fa-institution::before,.fa-museum::before,.fa-university::before {
    content: "\f19c"
}

.fa-bullhorn::before {
    content: "\f0a1"
}

.fa-bullseye::before {
    content: "\f140"
}

.fa-burger::before,.fa-hamburger::before {
    content: "\f805"
}

.fa-bus::before {
    content: "\f207"
}

.fa-bus-alt::before,.fa-bus-simple::before {
    content: "\f55e"
}

.fa-briefcase-clock::before,.fa-business-time::before {
    content: "\f64a"
}

.fa-c::before {
    content: "\43"
}

.fa-birthday-cake::before,.fa-cake-candles::before,.fa-cake::before {
    content: "\f1fd"
}

.fa-calculator::before {
    content: "\f1ec"
}

.fa-calendar::before {
    content: "\f133"
}

.fa-calendar-check::before {
    content: "\f274"
}

.fa-calendar-day::before {
    content: "\f783"
}

.fa-calendar-alt::before,.fa-calendar-days::before {
    content: "\f073"
}

.fa-calendar-minus::before {
    content: "\f272"
}

.fa-calendar-plus::before {
    content: "\f271"
}

.fa-calendar-week::before {
    content: "\f784"
}

.fa-calendar-times::before,.fa-calendar-xmark::before {
    content: "\f273"
}

.fa-camera-alt::before,.fa-camera::before {
    content: "\f030"
}

.fa-camera-retro::before {
    content: "\f083"
}

.fa-camera-rotate::before {
    content: "\e0d8"
}

.fa-campground::before {
    content: "\f6bb"
}

.fa-candy-cane::before {
    content: "\f786"
}

.fa-cannabis::before {
    content: "\f55f"
}

.fa-capsules::before {
    content: "\f46b"
}

.fa-automobile::before,.fa-car::before {
    content: "\f1b9"
}

.fa-battery-car::before,.fa-car-battery::before {
    content: "\f5df"
}

.fa-car-crash::before {
    content: "\f5e1"
}

.fa-car-alt::before,.fa-car-rear::before {
    content: "\f5de"
}

.fa-car-side::before {
    content: "\f5e4"
}

.fa-caravan::before {
    content: "\f8ff"
}

.fa-caret-down::before {
    content: "\f0d7"
}

.fa-caret-left::before {
    content: "\f0d9"
}

.fa-caret-right::before {
    content: "\f0da"
}

.fa-caret-up::before {
    content: "\f0d8"
}

.fa-carrot::before {
    content: "\f787"
}

.fa-cart-arrow-down::before {
    content: "\f218"
}

.fa-cart-flatbed::before,.fa-dolly-flatbed::before {
    content: "\f474"
}

.fa-cart-flatbed-suitcase::before,.fa-luggage-cart::before {
    content: "\f59d"
}

.fa-cart-plus::before {
    content: "\f217"
}

.fa-cart-shopping::before,.fa-shopping-cart::before {
    content: "\f07a"
}

.fa-cash-register::before {
    content: "\f788"
}

.fa-cat::before {
    content: "\f6be"
}

.fa-cedi-sign::before {
    content: "\e0df"
}

.fa-cent-sign::before {
    content: "\e3f5"
}

.fa-certificate::before {
    content: "\f0a3"
}

.fa-chair::before {
    content: "\f6c0"
}

.fa-blackboard::before,.fa-chalkboard::before {
    content: "\f51b"
}

.fa-chalkboard-teacher::before,.fa-chalkboard-user::before {
    content: "\f51c"
}

.fa-champagne-glasses::before,.fa-glass-cheers::before {
    content: "\f79f"
}

.fa-charging-station::before {
    content: "\f5e7"
}

.fa-area-chart::before,.fa-chart-area::before {
    content: "\f1fe"
}

.fa-bar-chart::before,.fa-chart-bar::before {
    content: "\f080"
}

.fa-chart-column::before {
    content: "\e0e3"
}

.fa-chart-gantt::before {
    content: "\e0e4"
}

.fa-chart-line::before,.fa-line-chart::before {
    content: "\f201"
}

.fa-chart-pie::before,.fa-pie-chart::before {
    content: "\f200"
}

.fa-check::before {
    content: "\f00c"
}

.fa-check-double::before {
    content: "\f560"
}

.fa-check-to-slot::before,.fa-vote-yea::before {
    content: "\f772"
}

.fa-cheese::before {
    content: "\f7ef"
}

.fa-chess::before {
    content: "\f439"
}

.fa-chess-bishop::before {
    content: "\f43a"
}

.fa-chess-board::before {
    content: "\f43c"
}

.fa-chess-king::before {
    content: "\f43f"
}

.fa-chess-knight::before {
    content: "\f441"
}

.fa-chess-pawn::before {
    content: "\f443"
}

.fa-chess-queen::before {
    content: "\f445"
}

.fa-chess-rook::before {
    content: "\f447"
}

.fa-chevron-down::before {
    content: "\f078"
}

.fa-chevron-left::before {
    content: "\f053"
}

.fa-chevron-right::before {
    content: "\f054"
}

.fa-chevron-up::before {
    content: "\f077"
}

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

.fa-church::before {
    content: "\f51d"
}

.fa-circle::before {
    content: "\f111"
}

.fa-arrow-circle-down::before,.fa-circle-arrow-down::before {
    content: "\f0ab"
}

.fa-arrow-circle-left::before,.fa-circle-arrow-left::before {
    content: "\f0a8"
}

.fa-arrow-circle-right::before,.fa-circle-arrow-right::before {
    content: "\f0a9"
}

.fa-arrow-circle-up::before,.fa-circle-arrow-up::before {
    content: "\f0aa"
}

.fa-check-circle::before,.fa-circle-check::before {
    content: "\f058"
}

.fa-chevron-circle-down::before,.fa-circle-chevron-down::before {
    content: "\f13a"
}

.fa-chevron-circle-left::before,.fa-circle-chevron-left::before {
    content: "\f137"
}

.fa-chevron-circle-right::before,.fa-circle-chevron-right::before {
    content: "\f138"
}

.fa-chevron-circle-up::before,.fa-circle-chevron-up::before {
    content: "\f139"
}

.fa-circle-dollar-to-slot::before,.fa-donate::before {
    content: "\f4b9"
}

.fa-circle-dot::before,.fa-dot-circle::before {
    content: "\f192"
}

.fa-arrow-alt-circle-down::before,.fa-circle-down::before {
    content: "\f358"
}

.fa-circle-exclamation::before,.fa-exclamation-circle::before {
    content: "\f06a"
}

.fa-circle-h::before,.fa-hospital-symbol::before {
    content: "\f47e"
}

.fa-adjust::before,.fa-circle-half-stroke::before {
    content: "\f042"
}

.fa-circle-info::before,.fa-info-circle::before {
    content: "\f05a"
}

.fa-arrow-alt-circle-left::before,.fa-circle-left::before {
    content: "\f359"
}

.fa-circle-minus::before,.fa-minus-circle::before {
    content: "\f056"
}

.fa-circle-notch::before {
    content: "\f1ce"
}

.fa-circle-pause::before,.fa-pause-circle::before {
    content: "\f28b"
}

.fa-circle-play::before,.fa-play-circle::before {
    content: "\f144"
}

.fa-circle-plus::before,.fa-plus-circle::before {
    content: "\f055"
}

.fa-circle-question::before,.fa-question-circle::before {
    content: "\f059"
}

.fa-circle-radiation::before,.fa-radiation-alt::before {
    content: "\f7ba"
}

.fa-arrow-alt-circle-right::before,.fa-circle-right::before {
    content: "\f35a"
}

.fa-circle-stop::before,.fa-stop-circle::before {
    content: "\f28d"
}

.fa-arrow-alt-circle-up::before,.fa-circle-up::before {
    content: "\f35b"
}

.fa-circle-user::before,.fa-user-circle::before {
    content: "\f2bd"
}

.fa-circle-xmark::before,.fa-times-circle::before,.fa-xmark-circle::before {
    content: "\f057"
}

.fa-city::before {
    content: "\f64f"
}

.fa-clapperboard::before {
    content: "\e131"
}

.fa-clipboard::before {
    content: "\f328"
}

.fa-clipboard-check::before {
    content: "\f46c"
}

.fa-clipboard-list::before {
    content: "\f46d"
}

.fa-clock-four::before,.fa-clock::before {
    content: "\f017"
}

.fa-clock-rotate-left::before,.fa-history::before {
    content: "\f1da"
}

.fa-clone::before {
    content: "\f24d"
}

.fa-closed-captioning::before {
    content: "\f20a"
}

.fa-cloud::before {
    content: "\f0c2"
}

.fa-cloud-arrow-down::before,.fa-cloud-download-alt::before,.fa-cloud-download::before {
    content: "\f0ed"
}

.fa-cloud-arrow-up::before,.fa-cloud-upload-alt::before,.fa-cloud-upload::before {
    content: "\f0ee"
}

.fa-cloud-meatball::before {
    content: "\f73b"
}

.fa-cloud-moon::before {
    content: "\f6c3"
}

.fa-cloud-moon-rain::before {
    content: "\f73c"
}

.fa-cloud-rain::before {
    content: "\f73d"
}

.fa-cloud-showers-heavy::before {
    content: "\f740"
}

.fa-cloud-sun::before {
    content: "\f6c4"
}

.fa-cloud-sun-rain::before {
    content: "\f743"
}

.fa-clover::before {
    content: "\e139"
}

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

.fa-code-branch::before {
    content: "\f126"
}

.fa-code-commit::before {
    content: "\f386"
}

.fa-code-compare::before {
    content: "\e13a"
}

.fa-code-fork::before {
    content: "\e13b"
}

.fa-code-merge::before {
    content: "\f387"
}

.fa-code-pull-request::before {
    content: "\e13c"
}

.fa-coins::before {
    content: "\f51e"
}

.fa-colon-sign::before {
    content: "\e140"
}

.fa-comment::before {
    content: "\f075"
}

.fa-comment-dollar::before {
    content: "\f651"
}

.fa-comment-dots::before,.fa-commenting::before {
    content: "\f4ad"
}

.fa-comment-medical::before {
    content: "\f7f5"
}

.fa-comment-slash::before {
    content: "\f4b3"
}

.fa-comment-sms::before,.fa-sms::before {
    content: "\f7cd"
}

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

.fa-comments-dollar::before {
    content: "\f653"
}

.fa-compact-disc::before {
    content: "\f51f"
}

.fa-compass::before {
    content: "\f14e"
}

.fa-compass-drafting::before,.fa-drafting-compass::before {
    content: "\f568"
}

.fa-compress::before {
    content: "\f066"
}

.fa-computer-mouse::before,.fa-mouse::before {
    content: "\f8cc"
}

.fa-cookie::before {
    content: "\f563"
}

.fa-cookie-bite::before {
    content: "\f564"
}

.fa-copy::before {
    content: "\f0c5"
}

.fa-copyright::before {
    content: "\f1f9"
}

.fa-couch::before {
    content: "\f4b8"
}

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

.fa-crop::before {
    content: "\f125"
}

.fa-crop-alt::before,.fa-crop-simple::before {
    content: "\f565"
}

.fa-cross::before {
    content: "\f654"
}

.fa-crosshairs::before {
    content: "\f05b"
}

.fa-crow::before {
    content: "\f520"
}

.fa-crown::before {
    content: "\f521"
}

.fa-crutch::before {
    content: "\f7f7"
}

.fa-cruzeiro-sign::before {
    content: "\e152"
}

.fa-cube::before {
    content: "\f1b2"
}

.fa-cubes::before {
    content: "\f1b3"
}

.fa-d::before {
    content: "\44"
}

.fa-database::before {
    content: "\f1c0"
}

.fa-backspace::before,.fa-delete-left::before {
    content: "\f55a"
}

.fa-democrat::before {
    content: "\f747"
}

.fa-desktop-alt::before,.fa-desktop::before {
    content: "\f390"
}

.fa-dharmachakra::before {
    content: "\f655"
}

.fa-diagram-next::before {
    content: "\e476"
}

.fa-diagram-predecessor::before {
    content: "\e477"
}

.fa-diagram-project::before,.fa-project-diagram::before {
    content: "\f542"
}

.fa-diagram-successor::before {
    content: "\e47a"
}

.fa-diamond::before {
    content: "\f219"
}

.fa-diamond-turn-right::before,.fa-directions::before {
    content: "\f5eb"
}

.fa-dice::before {
    content: "\f522"
}

.fa-dice-d20::before {
    content: "\f6cf"
}

.fa-dice-d6::before {
    content: "\f6d1"
}

.fa-dice-five::before {
    content: "\f523"
}

.fa-dice-four::before {
    content: "\f524"
}

.fa-dice-one::before {
    content: "\f525"
}

.fa-dice-six::before {
    content: "\f526"
}

.fa-dice-three::before {
    content: "\f527"
}

.fa-dice-two::before {
    content: "\f528"
}

.fa-disease::before {
    content: "\f7fa"
}

.fa-divide::before {
    content: "\f529"
}

.fa-dna::before {
    content: "\f471"
}

.fa-dog::before {
    content: "\f6d3"
}

.fa-dollar-sign::before,.fa-dollar::before,.fa-usd::before {
    content: "\24"
}

.fa-dolly-box::before,.fa-dolly::before {
    content: "\f472"
}

.fa-dong-sign::before {
    content: "\e169"
}

.fa-door-closed::before {
    content: "\f52a"
}

.fa-door-open::before {
    content: "\f52b"
}

.fa-dove::before {
    content: "\f4ba"
}

.fa-compress-alt::before,.fa-down-left-and-up-right-to-center::before {
    content: "\f422"
}

.fa-down-long::before,.fa-long-arrow-alt-down::before {
    content: "\f309"
}

.fa-download::before {
    content: "\f019"
}

.fa-dragon::before {
    content: "\f6d5"
}

.fa-draw-polygon::before {
    content: "\f5ee"
}

.fa-droplet::before,.fa-tint::before {
    content: "\f043"
}

.fa-droplet-slash::before,.fa-tint-slash::before {
    content: "\f5c7"
}

.fa-drum::before {
    content: "\f569"
}

.fa-drum-steelpan::before {
    content: "\f56a"
}

.fa-drumstick-bite::before {
    content: "\f6d7"
}

.fa-dumbbell::before {
    content: "\f44b"
}

.fa-dumpster::before {
    content: "\f793"
}

.fa-dumpster-fire::before {
    content: "\f794"
}

.fa-dungeon::before {
    content: "\f6d9"
}

.fa-e::before {
    content: "\45"
}

.fa-deaf::before,.fa-deafness::before,.fa-ear-deaf::before,.fa-hard-of-hearing::before {
    content: "\f2a4"
}

.fa-assistive-listening-systems::before,.fa-ear-listen::before {
    content: "\f2a2"
}

.fa-earth-africa::before,.fa-globe-africa::before {
    content: "\f57c"
}

.fa-earth-america::before,.fa-earth-americas::before,.fa-earth::before,.fa-globe-americas::before {
    content: "\f57d"
}

.fa-earth-asia::before,.fa-globe-asia::before {
    content: "\f57e"
}

.fa-earth-europe::before,.fa-globe-europe::before {
    content: "\f7a2"
}

.fa-earth-oceania::before,.fa-globe-oceania::before {
    content: "\e47b"
}

.fa-egg::before {
    content: "\f7fb"
}

.fa-eject::before {
    content: "\f052"
}

.fa-elevator::before {
    content: "\e16d"
}

.fa-ellipsis-h::before,.fa-ellipsis::before {
    content: "\f141"
}

.fa-ellipsis-v::before,.fa-ellipsis-vertical::before {
    content: "\f142"
}

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

.fa-envelope-open::before {
    content: "\f2b6"
}

.fa-envelope-open-text::before {
    content: "\f658"
}

.fa-envelopes-bulk::before,.fa-mail-bulk::before {
    content: "\f674"
}

.fa-equals::before {
    content: "\3d"
}

.fa-eraser::before {
    content: "\f12d"
}

.fa-ethernet::before {
    content: "\f796"
}

.fa-eur::before,.fa-euro-sign::before,.fa-euro::before {
    content: "\f153"
}

.fa-exclamation::before {
    content: "\21"
}

.fa-expand::before {
    content: "\f065"
}

.fa-eye::before {
    content: "\f06e"
}

.fa-eye-dropper-empty::before,.fa-eye-dropper::before,.fa-eyedropper::before {
    content: "\f1fb"
}

.fa-eye-low-vision::before,.fa-low-vision::before {
    content: "\f2a8"
}

.fa-eye-slash::before {
    content: "\f070"
}

.fa-f::before {
    content: "\46"
}

.fa-angry::before,.fa-face-angry::before {
    content: "\f556"
}

.fa-dizzy::before,.fa-face-dizzy::before {
    content: "\f567"
}

.fa-face-flushed::before,.fa-flushed::before {
    content: "\f579"
}

.fa-face-frown::before,.fa-frown::before {
    content: "\f119"
}

.fa-face-frown-open::before,.fa-frown-open::before {
    content: "\f57a"
}

.fa-face-grimace::before,.fa-grimace::before {
    content: "\f57f"
}

.fa-face-grin::before,.fa-grin::before {
    content: "\f580"
}

.fa-face-grin-beam::before,.fa-grin-beam::before {
    content: "\f582"
}

.fa-face-grin-beam-sweat::before,.fa-grin-beam-sweat::before {
    content: "\f583"
}

.fa-face-grin-hearts::before,.fa-grin-hearts::before {
    content: "\f584"
}

.fa-face-grin-squint::before,.fa-grin-squint::before {
    content: "\f585"
}

.fa-face-grin-squint-tears::before,.fa-grin-squint-tears::before {
    content: "\f586"
}

.fa-face-grin-stars::before,.fa-grin-stars::before {
    content: "\f587"
}

.fa-face-grin-tears::before,.fa-grin-tears::before {
    content: "\f588"
}

.fa-face-grin-tongue::before,.fa-grin-tongue::before {
    content: "\f589"
}

.fa-face-grin-tongue-squint::before,.fa-grin-tongue-squint::before {
    content: "\f58a"
}

.fa-face-grin-tongue-wink::before,.fa-grin-tongue-wink::before {
    content: "\f58b"
}

.fa-face-grin-wide::before,.fa-grin-alt::before {
    content: "\f581"
}

.fa-face-grin-wink::before,.fa-grin-wink::before {
    content: "\f58c"
}

.fa-face-kiss::before,.fa-kiss::before {
    content: "\f596"
}

.fa-face-kiss-beam::before,.fa-kiss-beam::before {
    content: "\f597"
}

.fa-face-kiss-wink-heart::before,.fa-kiss-wink-heart::before {
    content: "\f598"
}

.fa-face-laugh::before,.fa-laugh::before {
    content: "\f599"
}

.fa-face-laugh-beam::before,.fa-laugh-beam::before {
    content: "\f59a"
}

.fa-face-laugh-squint::before,.fa-laugh-squint::before {
    content: "\f59b"
}

.fa-face-laugh-wink::before,.fa-laugh-wink::before {
    content: "\f59c"
}

.fa-face-meh::before,.fa-meh::before {
    content: "\f11a"
}

.fa-face-meh-blank::before,.fa-meh-blank::before {
    content: "\f5a4"
}

.fa-face-rolling-eyes::before,.fa-meh-rolling-eyes::before {
    content: "\f5a5"
}

.fa-face-sad-cry::before,.fa-sad-cry::before {
    content: "\f5b3"
}

.fa-face-sad-tear::before,.fa-sad-tear::before {
    content: "\f5b4"
}

.fa-face-smile::before,.fa-smile::before {
    content: "\f118"
}

.fa-face-smile-beam::before,.fa-smile-beam::before {
    content: "\f5b8"
}

.fa-face-smile-wink::before,.fa-smile-wink::before {
    content: "\f4da"
}

.fa-face-surprise::before,.fa-surprise::before {
    content: "\f5c2"
}

.fa-face-tired::before,.fa-tired::before {
    content: "\f5c8"
}

.fa-fan::before {
    content: "\f863"
}

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

.fa-fax::before {
    content: "\f1ac"
}

.fa-feather::before {
    content: "\f52d"
}

.fa-feather-alt::before,.fa-feather-pointed::before {
    content: "\f56b"
}

.fa-file::before {
    content: "\f15b"
}

.fa-file-arrow-down::before,.fa-file-download::before {
    content: "\f56d"
}

.fa-file-arrow-up::before,.fa-file-upload::before {
    content: "\f574"
}

.fa-file-audio::before {
    content: "\f1c7"
}

.fa-file-code::before {
    content: "\f1c9"
}

.fa-file-contract::before {
    content: "\f56c"
}

.fa-file-csv::before {
    content: "\f6dd"
}

.fa-file-excel::before {
    content: "\f1c3"
}

.fa-arrow-right-from-file::before,.fa-file-export::before {
    content: "\f56e"
}

.fa-file-image::before {
    content: "\f1c5"
}

.fa-arrow-right-to-file::before,.fa-file-import::before {
    content: "\f56f"
}

.fa-file-invoice::before {
    content: "\f570"
}

.fa-file-invoice-dollar::before {
    content: "\f571"
}

.fa-file-alt::before,.fa-file-lines::before,.fa-file-text::before {
    content: "\f15c"
}

.fa-file-medical::before {
    content: "\f477"
}

.fa-file-pdf::before {
    content: "\f1c1"
}

.fa-file-powerpoint::before {
    content: "\f1c4"
}

.fa-file-prescription::before {
    content: "\f572"
}

.fa-file-signature::before {
    content: "\f573"
}

.fa-file-video::before {
    content: "\f1c8"
}

.fa-file-medical-alt::before,.fa-file-waveform::before {
    content: "\f478"
}

.fa-file-word::before {
    content: "\f1c2"
}

.fa-file-archive::before,.fa-file-zipper::before {
    content: "\f1c6"
}

.fa-fill::before {
    content: "\f575"
}

.fa-fill-drip::before {
    content: "\f576"
}

.fa-film::before {
    content: "\f008"
}

.fa-filter::before {
    content: "\f0b0"
}

.fa-filter-circle-dollar::before,.fa-funnel-dollar::before {
    content: "\f662"
}

.fa-filter-circle-xmark::before {
    content: "\e17b"
}

.fa-fingerprint::before {
    content: "\f577"
}

.fa-fire::before {
    content: "\f06d"
}

.fa-fire-extinguisher::before {
    content: "\f134"
}

.fa-fire-alt::before,.fa-fire-flame-curved::before {
    content: "\f7e4"
}

.fa-burn::before,.fa-fire-flame-simple::before {
    content: "\f46a"
}

.fa-fish::before {
    content: "\f578"
}

.fa-flag::before {
    content: "\f024"
}

.fa-flag-checkered::before {
    content: "\f11e"
}

.fa-flag-usa::before {
    content: "\f74d"
}

.fa-flask::before {
    content: "\f0c3"
}

.fa-floppy-disk::before,.fa-save::before {
    content: "\f0c7"
}

.fa-florin-sign::before {
    content: "\e184"
}

.fa-folder::before {
    content: "\f07b"
}

.fa-folder-minus::before {
    content: "\f65d"
}

.fa-folder-open::before {
    content: "\f07c"
}

.fa-folder-plus::before {
    content: "\f65e"
}

.fa-folder-tree::before {
    content: "\f802"
}

.fa-font::before {
    content: "\f031"
}

.fa-football-ball::before,.fa-football::before {
    content: "\f44e"
}

.fa-forward::before {
    content: "\f04e"
}

.fa-fast-forward::before,.fa-forward-fast::before {
    content: "\f050"
}

.fa-forward-step::before,.fa-step-forward::before {
    content: "\f051"
}

.fa-franc-sign::before {
    content: "\e18f"
}

.fa-frog::before {
    content: "\f52e"
}

.fa-futbol-ball::before,.fa-futbol::before,.fa-soccer-ball::before {
    content: "\f1e3"
}

.fa-g::before {
    content: "\47"
}

.fa-gamepad::before {
    content: "\f11b"
}

.fa-gas-pump::before {
    content: "\f52f"
}

.fa-dashboard::before,.fa-gauge-med::before,.fa-gauge::before,.fa-tachometer-alt-average::before {
    content: "\f624"
}

.fa-gauge-high::before,.fa-tachometer-alt-fast::before,.fa-tachometer-alt::before {
    content: "\f625"
}

.fa-gauge-simple-med::before,.fa-gauge-simple::before,.fa-tachometer-average::before {
    content: "\f629"
}

.fa-gauge-simple-high::before,.fa-tachometer-fast::before,.fa-tachometer::before {
    content: "\f62a"
}

.fa-gavel::before,.fa-legal::before {
    content: "\f0e3"
}

.fa-cog::before,.fa-gear::before {
    content: "\f013"
}

.fa-cogs::before,.fa-gears::before {
    content: "\f085"
}

.fa-gem::before {
    content: "\f3a5"
}

.fa-genderless::before {
    content: "\f22d"
}

.fa-ghost::before {
    content: "\f6e2"
}

.fa-gift::before {
    content: "\f06b"
}

.fa-gifts::before {
    content: "\f79c"
}

.fa-glasses::before {
    content: "\f530"
}

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

.fa-golf-ball-tee::before,.fa-golf-ball::before {
    content: "\f450"
}

.fa-gopuram::before {
    content: "\f664"
}

.fa-graduation-cap::before,.fa-mortar-board::before {
    content: "\f19d"
}

.fa-greater-than::before {
    content: "\3e"
}

.fa-greater-than-equal::before {
    content: "\f532"
}

.fa-grip-horizontal::before,.fa-grip::before {
    content: "\f58d"
}

.fa-grip-lines::before {
    content: "\f7a4"
}

.fa-grip-lines-vertical::before {
    content: "\f7a5"
}

.fa-grip-vertical::before {
    content: "\f58e"
}

.fa-guarani-sign::before {
    content: "\e19a"
}

.fa-guitar::before {
    content: "\f7a6"
}

.fa-gun::before {
    content: "\e19b"
}

.fa-h::before {
    content: "\48"
}

.fa-hammer::before {
    content: "\f6e3"
}

.fa-hamsa::before {
    content: "\f665"
}

.fa-hand-paper::before,.fa-hand::before {
    content: "\f256"
}

.fa-hand-back-fist::before,.fa-hand-rock::before {
    content: "\f255"
}

.fa-allergies::before,.fa-hand-dots::before {
    content: "\f461"
}

.fa-fist-raised::before,.fa-hand-fist::before {
    content: "\f6de"
}

.fa-hand-holding::before {
    content: "\f4bd"
}

.fa-hand-holding-dollar::before,.fa-hand-holding-usd::before {
    content: "\f4c0"
}

.fa-hand-holding-droplet::before,.fa-hand-holding-water::before {
    content: "\f4c1"
}

.fa-hand-holding-heart::before {
    content: "\f4be"
}

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

.fa-hand-lizard::before {
    content: "\f258"
}

.fa-hand-middle-finger::before {
    content: "\f806"
}

.fa-hand-peace::before {
    content: "\f25b"
}

.fa-hand-point-down::before {
    content: "\f0a7"
}

.fa-hand-point-left::before {
    content: "\f0a5"
}

.fa-hand-point-right::before {
    content: "\f0a4"
}

.fa-hand-point-up::before {
    content: "\f0a6"
}

.fa-hand-pointer::before {
    content: "\f25a"
}

.fa-hand-scissors::before {
    content: "\f257"
}

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

.fa-hand-spock::before {
    content: "\f259"
}

.fa-hands::before,.fa-sign-language::before,.fa-signing::before {
    content: "\f2a7"
}

.fa-american-sign-language-interpreting::before,.fa-asl-interpreting::before,.fa-hands-american-sign-language-interpreting::before,.fa-hands-asl-interpreting::before {
    content: "\f2a3"
}

.fa-hands-bubbles::before,.fa-hands-wash::before {
    content: "\e05e"
}

.fa-hands-clapping::before {
    content: "\e1a8"
}

.fa-hands-holding::before {
    content: "\f4c2"
}

.fa-hands-praying::before,.fa-praying-hands::before {
    content: "\f684"
}

.fa-handshake::before {
    content: "\f2b5"
}

.fa-hands-helping::before,.fa-handshake-angle::before {
    content: "\f4c4"
}

.fa-handshake-alt-slash::before,.fa-handshake-simple-slash::before {
    content: "\e05f"
}

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

.fa-hanukiah::before {
    content: "\f6e6"
}

.fa-hard-drive::before,.fa-hdd::before {
    content: "\f0a0"
}

.fa-hashtag::before {
    content: "\23"
}

.fa-hat-cowboy::before {
    content: "\f8c0"
}

.fa-hat-cowboy-side::before {
    content: "\f8c1"
}

.fa-hat-wizard::before {
    content: "\f6e8"
}

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

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

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

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

.fa-header::before,.fa-heading::before {
    content: "\f1dc"
}

.fa-headphones::before {
    content: "\f025"
}

.fa-headphones-alt::before,.fa-headphones-simple::before {
    content: "\f58f"
}

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

.fa-heart::before {
    content: "\f004"
}

.fa-heart-broken::before,.fa-heart-crack::before {
    content: "\f7a9"
}

.fa-heart-pulse::before,.fa-heartbeat::before {
    content: "\f21e"
}

.fa-helicopter::before {
    content: "\f533"
}

.fa-hard-hat::before,.fa-hat-hard::before,.fa-helmet-safety::before {
    content: "\f807"
}

.fa-highlighter::before {
    content: "\f591"
}

.fa-hippo::before {
    content: "\f6ed"
}

.fa-hockey-puck::before {
    content: "\f453"
}

.fa-holly-berry::before {
    content: "\f7aa"
}

.fa-horse::before {
    content: "\f6f0"
}

.fa-horse-head::before {
    content: "\f7ab"
}

.fa-hospital-alt::before,.fa-hospital-wide::before,.fa-hospital::before {
    content: "\f0f8"
}

.fa-hospital-user::before {
    content: "\f80d"
}

.fa-hot-tub-person::before,.fa-hot-tub::before {
    content: "\f593"
}

.fa-hotdog::before {
    content: "\f80f"
}

.fa-hotel::before {
    content: "\f594"
}

.fa-hourglass-2::before,.fa-hourglass-half::before,.fa-hourglass::before {
    content: "\f254"
}

.fa-hourglass-empty::before {
    content: "\f252"
}

.fa-hourglass-3::before,.fa-hourglass-end::before {
    content: "\f253"
}

.fa-hourglass-1::before,.fa-hourglass-start::before {
    content: "\f251"
}

.fa-home-alt::before,.fa-home-lg-alt::before,.fa-home::before,.fa-house::before {
    content: "\f015"
}

.fa-home-lg::before,.fa-house-chimney::before {
    content: "\e3af"
}

.fa-house-chimney-crack::before,.fa-house-damage::before {
    content: "\f6f1"
}

.fa-clinic-medical::before,.fa-house-chimney-medical::before {
    content: "\f7f2"
}

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

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

.fa-house-crack::before {
    content: "\e3b1"
}

.fa-house-laptop::before,.fa-laptop-house::before {
    content: "\e066"
}

.fa-house-medical::before {
    content: "\e3b2"
}

.fa-home-user::before,.fa-house-user::before {
    content: "\e1b0"
}

.fa-hryvnia-sign::before,.fa-hryvnia::before {
    content: "\f6f2"
}

.fa-i::before {
    content: "\49"
}

.fa-i-cursor::before {
    content: "\f246"
}

.fa-ice-cream::before {
    content: "\f810"
}

.fa-icicles::before {
    content: "\f7ad"
}

.fa-heart-music-camera-bolt::before,.fa-icons::before {
    content: "\f86d"
}

.fa-id-badge::before {
    content: "\f2c1"
}

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

.fa-id-card-alt::before,.fa-id-card-clip::before {
    content: "\f47f"
}

.fa-igloo::before {
    content: "\f7ae"
}

.fa-image::before {
    content: "\f03e"
}

.fa-image-portrait::before,.fa-portrait::before {
    content: "\f3e0"
}

.fa-images::before {
    content: "\f302"
}

.fa-inbox::before {
    content: "\f01c"
}

.fa-indent::before {
    content: "\f03c"
}

.fa-indian-rupee-sign::before,.fa-indian-rupee::before,.fa-inr::before {
    content: "\e1bc"
}

.fa-industry::before {
    content: "\f275"
}

.fa-infinity::before {
    content: "\f534"
}

.fa-info::before {
    content: "\f129"
}

.fa-italic::before {
    content: "\f033"
}

.fa-j::before {
    content: "\4a"
}

.fa-jedi::before {
    content: "\f669"
}

.fa-fighter-jet::before,.fa-jet-fighter::before {
    content: "\f0fb"
}

.fa-joint::before {
    content: "\f595"
}

.fa-k::before {
    content: "\4b"
}

.fa-kaaba::before {
    content: "\f66b"
}

.fa-key::before {
    content: "\f084"
}

.fa-keyboard::before {
    content: "\f11c"
}

.fa-khanda::before {
    content: "\f66d"
}

.fa-kip-sign::before {
    content: "\e1c4"
}

.fa-first-aid::before,.fa-kit-medical::before {
    content: "\f479"
}

.fa-kiwi-bird::before {
    content: "\f535"
}

.fa-l::before {
    content: "\4c"
}

.fa-landmark::before {
    content: "\f66f"
}

.fa-language::before {
    content: "\f1ab"
}

.fa-laptop::before {
    content: "\f109"
}

.fa-laptop-code::before {
    content: "\f5fc"
}

.fa-laptop-medical::before {
    content: "\f812"
}

.fa-lari-sign::before {
    content: "\e1c8"
}

.fa-layer-group::before {
    content: "\f5fd"
}

.fa-leaf::before {
    content: "\f06c"
}

.fa-left-long::before,.fa-long-arrow-alt-left::before {
    content: "\f30a"
}

.fa-arrows-alt-h::before,.fa-left-right::before {
    content: "\f337"
}

.fa-lemon::before {
    content: "\f094"
}

.fa-less-than::before {
    content: "\3c"
}

.fa-less-than-equal::before {
    content: "\f537"
}

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

.fa-lightbulb::before {
    content: "\f0eb"
}

.fa-chain::before,.fa-link::before {
    content: "\f0c1"
}

.fa-chain-broken::before,.fa-chain-slash::before,.fa-link-slash::before,.fa-unlink::before {
    content: "\f127"
}

.fa-lira-sign::before {
    content: "\f195"
}

.fa-list-squares::before,.fa-list::before {
    content: "\f03a"
}

.fa-list-check::before,.fa-tasks::before {
    content: "\f0ae"
}

.fa-list-1-2::before,.fa-list-numeric::before,.fa-list-ol::before {
    content: "\f0cb"
}

.fa-list-dots::before,.fa-list-ul::before {
    content: "\f0ca"
}

.fa-litecoin-sign::before {
    content: "\e1d3"
}

.fa-location-arrow::before {
    content: "\f124"
}

.fa-location-crosshairs::before,.fa-location::before {
    content: "\f601"
}

.fa-location-dot::before,.fa-map-marker-alt::before {
    content: "\f3c5"
}

.fa-location-pin::before,.fa-map-marker::before {
    content: "\f041"
}

.fa-lock::before {
    content: "\f023"
}

.fa-lock-open::before {
    content: "\f3c1"
}

.fa-lungs::before {
    content: "\f604"
}

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

.fa-m::before {
    content: "\4d"
}

.fa-magnet::before {
    content: "\f076"
}

.fa-magnifying-glass::before,.fa-search::before {
    content: "\f002"
}

.fa-magnifying-glass-dollar::before,.fa-search-dollar::before {
    content: "\f688"
}

.fa-magnifying-glass-location::before,.fa-search-location::before {
    content: "\f689"
}

.fa-magnifying-glass-minus::before,.fa-search-minus::before {
    content: "\f010"
}

.fa-magnifying-glass-plus::before,.fa-search-plus::before {
    content: "\f00e"
}

.fa-manat-sign::before {
    content: "\e1d5"
}

.fa-map::before {
    content: "\f279"
}

.fa-map-location::before,.fa-map-marked::before {
    content: "\f59f"
}

.fa-map-location-dot::before,.fa-map-marked-alt::before {
    content: "\f5a0"
}

.fa-map-pin::before {
    content: "\f276"
}

.fa-marker::before {
    content: "\f5a1"
}

.fa-mars::before {
    content: "\f222"
}

.fa-mars-and-venus::before {
    content: "\f224"
}

.fa-mars-double::before {
    content: "\f227"
}

.fa-mars-stroke::before {
    content: "\f229"
}

.fa-mars-stroke-h::before,.fa-mars-stroke-right::before {
    content: "\f22b"
}

.fa-mars-stroke-up::before,.fa-mars-stroke-v::before {
    content: "\f22a"
}

.fa-glass-martini-alt::before,.fa-martini-glass::before {
    content: "\f57b"
}

.fa-cocktail::before,.fa-martini-glass-citrus::before {
    content: "\f561"
}

.fa-glass-martini::before,.fa-martini-glass-empty::before {
    content: "\f000"
}

.fa-mask::before {
    content: "\f6fa"
}

.fa-mask-face::before {
    content: "\e1d7"
}

.fa-masks-theater::before,.fa-theater-masks::before {
    content: "\f630"
}

.fa-expand-arrows-alt::before,.fa-maximize::before {
    content: "\f31e"
}

.fa-medal::before {
    content: "\f5a2"
}

.fa-memory::before {
    content: "\f538"
}

.fa-menorah::before {
    content: "\f676"
}

.fa-mercury::before {
    content: "\f223"
}

.fa-comment-alt::before,.fa-message::before {
    content: "\f27a"
}

.fa-meteor::before {
    content: "\f753"
}

.fa-microchip::before {
    content: "\f2db"
}

.fa-microphone::before {
    content: "\f130"
}

.fa-microphone-alt::before,.fa-microphone-lines::before {
    content: "\f3c9"
}

.fa-microphone-alt-slash::before,.fa-microphone-lines-slash::before {
    content: "\f539"
}

.fa-microphone-slash::before {
    content: "\f131"
}

.fa-microscope::before {
    content: "\f610"
}

.fa-mill-sign::before {
    content: "\e1ed"
}

.fa-compress-arrows-alt::before,.fa-minimize::before {
    content: "\f78c"
}

.fa-minus::before,.fa-subtract::before {
    content: "\f068"
}

.fa-mitten::before {
    content: "\f7b5"
}

.fa-mobile-android::before,.fa-mobile-phone::before,.fa-mobile::before {
    content: "\f3ce"
}

.fa-mobile-button::before {
    content: "\f10b"
}

.fa-mobile-alt::before,.fa-mobile-screen-button::before {
    content: "\f3cd"
}

.fa-money-bill::before {
    content: "\f0d6"
}

.fa-money-bill-1::before,.fa-money-bill-alt::before {
    content: "\f3d1"
}

.fa-money-bill-1-wave::before,.fa-money-bill-wave-alt::before {
    content: "\f53b"
}

.fa-money-bill-wave::before {
    content: "\f53a"
}

.fa-money-check::before {
    content: "\f53c"
}

.fa-money-check-alt::before,.fa-money-check-dollar::before {
    content: "\f53d"
}

.fa-monument::before {
    content: "\f5a6"
}

.fa-moon::before {
    content: "\f186"
}

.fa-mortar-pestle::before {
    content: "\f5a7"
}

.fa-mosque::before {
    content: "\f678"
}

.fa-motorcycle::before {
    content: "\f21c"
}

.fa-mountain::before {
    content: "\f6fc"
}

.fa-mug-hot::before {
    content: "\f7b6"
}

.fa-coffee::before,.fa-mug-saucer::before {
    content: "\f0f4"
}

.fa-music::before {
    content: "\f001"
}

.fa-n::before {
    content: "\4e"
}

.fa-naira-sign::before {
    content: "\e1f6"
}

.fa-network-wired::before {
    content: "\f6ff"
}

.fa-neuter::before {
    content: "\f22c"
}

.fa-newspaper::before {
    content: "\f1ea"
}

.fa-not-equal::before {
    content: "\f53e"
}

.fa-note-sticky::before,.fa-sticky-note::before {
    content: "\f249"
}

.fa-notes-medical::before {
    content: "\f481"
}

.fa-o::before {
    content: "\4f"
}

.fa-object-group::before {
    content: "\f247"
}

.fa-object-ungroup::before {
    content: "\f248"
}

.fa-oil-can::before {
    content: "\f613"
}

.fa-om::before {
    content: "\f679"
}

.fa-otter::before {
    content: "\f700"
}

.fa-dedent::before,.fa-outdent::before {
    content: "\f03b"
}

.fa-p::before {
    content: "\50"
}

.fa-pager::before {
    content: "\f815"
}

.fa-paint-roller::before {
    content: "\f5aa"
}

.fa-paint-brush::before,.fa-paintbrush::before {
    content: "\f1fc"
}

.fa-palette::before {
    content: "\f53f"
}

.fa-pallet::before {
    content: "\f482"
}

.fa-panorama::before {
    content: "\e209"
}

.fa-paper-plane::before {
    content: "\f1d8"
}

.fa-paperclip::before {
    content: "\f0c6"
}

.fa-parachute-box::before {
    content: "\f4cd"
}

.fa-paragraph::before {
    content: "\f1dd"
}

.fa-passport::before {
    content: "\f5ab"
}

.fa-file-clipboard::before,.fa-paste::before {
    content: "\f0ea"
}

.fa-pause::before {
    content: "\f04c"
}

.fa-paw::before {
    content: "\f1b0"
}

.fa-peace::before {
    content: "\f67c"
}

.fa-pen::before {
    content: "\f304"
}

.fa-pen-alt::before,.fa-pen-clip::before {
    content: "\f305"
}

.fa-pen-fancy::before {
    content: "\f5ac"
}

.fa-pen-nib::before {
    content: "\f5ad"
}

.fa-pen-ruler::before,.fa-pencil-ruler::before {
    content: "\f5ae"
}

.fa-edit::before,.fa-pen-to-square::before {
    content: "\f044"
}

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

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

.fa-people-carry-box::before,.fa-people-carry::before {
    content: "\f4ce"
}

.fa-pepper-hot::before {
    content: "\f816"
}

.fa-percent::before,.fa-percentage::before {
    content: "\25"
}

.fa-male::before,.fa-person::before {
    content: "\f183"
}

.fa-biking::before,.fa-person-biking::before {
    content: "\f84a"
}

.fa-person-booth::before {
    content: "\f756"
}

.fa-diagnoses::before,.fa-person-dots-from-line::before {
    content: "\f470"
}

.fa-female::before,.fa-person-dress::before {
    content: "\f182"
}

.fa-hiking::before,.fa-person-hiking::before {
    content: "\f6ec"
}

.fa-person-praying::before,.fa-pray::before {
    content: "\f683"
}

.fa-person-running::before,.fa-running::before {
    content: "\f70c"
}

.fa-person-skating::before,.fa-skating::before {
    content: "\f7c5"
}

.fa-person-skiing::before,.fa-skiing::before {
    content: "\f7c9"
}

.fa-person-skiing-nordic::before,.fa-skiing-nordic::before {
    content: "\f7ca"
}

.fa-person-snowboarding::before,.fa-snowboarding::before {
    content: "\f7ce"
}

.fa-person-swimming::before,.fa-swimmer::before {
    content: "\f5c4"
}

.fa-person-walking::before,.fa-walking::before {
    content: "\f554"
}

.fa-blind::before,.fa-person-walking-with-cane::before {
    content: "\f29d"
}

.fa-peseta-sign::before {
    content: "\e221"
}

.fa-peso-sign::before {
    content: "\e222"
}

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

.fa-phone-alt::before,.fa-phone-flip::before {
    content: "\f879"
}

.fa-phone-slash::before {
    content: "\f3dd"
}

.fa-phone-volume::before,.fa-volume-control-phone::before {
    content: "\f2a0"
}

.fa-photo-film::before,.fa-photo-video::before {
    content: "\f87c"
}

.fa-piggy-bank::before {
    content: "\f4d3"
}

.fa-pills::before {
    content: "\f484"
}

.fa-pizza-slice::before {
    content: "\f818"
}

.fa-place-of-worship::before {
    content: "\f67f"
}

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

.fa-plane-arrival::before {
    content: "\f5af"
}

.fa-plane-departure::before {
    content: "\f5b0"
}

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

.fa-play::before {
    content: "\f04b"
}

.fa-plug::before {
    content: "\f1e6"
}

.fa-add::before,.fa-plus::before {
    content: "\2b"
}

.fa-plus-minus::before {
    content: "\e43c"
}

.fa-podcast::before {
    content: "\f2ce"
}

.fa-poo::before {
    content: "\f2fe"
}

.fa-poo-bolt::before,.fa-poo-storm::before {
    content: "\f75a"
}

.fa-poop::before {
    content: "\f619"
}

.fa-power-off::before {
    content: "\f011"
}

.fa-prescription::before {
    content: "\f5b1"
}

.fa-prescription-bottle::before {
    content: "\f485"
}

.fa-prescription-bottle-alt::before,.fa-prescription-bottle-medical::before {
    content: "\f486"
}

.fa-print::before {
    content: "\f02f"
}

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

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

.fa-puzzle-piece::before {
    content: "\f12e"
}

.fa-q::before {
    content: "\51"
}

.fa-qrcode::before {
    content: "\f029"
}

.fa-question::before {
    content: "\3f"
}

.fa-quote-left-alt::before,.fa-quote-left::before {
    content: "\f10d"
}

.fa-quote-right-alt::before,.fa-quote-right::before {
    content: "\f10e"
}

.fa-r::before {
    content: "\52"
}

.fa-radiation::before {
    content: "\f7b9"
}

.fa-rainbow::before {
    content: "\f75b"
}

.fa-receipt::before {
    content: "\f543"
}

.fa-record-vinyl::before {
    content: "\f8d9"
}

.fa-ad::before,.fa-rectangle-ad::before {
    content: "\f641"
}

.fa-list-alt::before,.fa-rectangle-list::before {
    content: "\f022"
}

.fa-rectangle-times::before,.fa-rectangle-xmark::before,.fa-times-rectangle::before,.fa-window-close::before {
    content: "\f410"
}

.fa-recycle::before {
    content: "\f1b8"
}

.fa-registered::before {
    content: "\f25d"
}

.fa-repeat::before {
    content: "\f363"
}

.fa-mail-reply::before,.fa-reply::before {
    content: "\f3e5"
}

.fa-mail-reply-all::before,.fa-reply-all::before {
    content: "\f122"
}

.fa-republican::before {
    content: "\f75e"
}

.fa-restroom::before {
    content: "\f7bd"
}

.fa-retweet::before {
    content: "\f079"
}

.fa-ribbon::before {
    content: "\f4d6"
}

.fa-right-from-bracket::before,.fa-sign-out-alt::before {
    content: "\f2f5"
}

.fa-exchange-alt::before,.fa-right-left::before {
    content: "\f362"
}

.fa-long-arrow-alt-right::before,.fa-right-long::before {
    content: "\f30b"
}

.fa-right-to-bracket::before,.fa-sign-in-alt::before {
    content: "\f2f6"
}

.fa-ring::before {
    content: "\f70b"
}

.fa-road::before {
    content: "\f018"
}

.fa-robot::before {
    content: "\f544"
}

.fa-rocket::before {
    content: "\f135"
}

.fa-rotate::before,.fa-sync-alt::before {
    content: "\f2f1"
}

.fa-rotate-back::before,.fa-rotate-backward::before,.fa-rotate-left::before,.fa-undo-alt::before {
    content: "\f2ea"
}

.fa-redo-alt::before,.fa-rotate-forward::before,.fa-rotate-right::before {
    content: "\f2f9"
}

.fa-route::before {
    content: "\f4d7"
}

.fa-feed::before,.fa-rss::before {
    content: "\f09e"
}

.fa-rouble::before,.fa-rub::before,.fa-ruble-sign::before,.fa-ruble::before {
    content: "\f158"
}

.fa-ruler::before {
    content: "\f545"
}

.fa-ruler-combined::before {
    content: "\f546"
}

.fa-ruler-horizontal::before {
    content: "\f547"
}

.fa-ruler-vertical::before {
    content: "\f548"
}

.fa-rupee-sign::before,.fa-rupee::before {
    content: "\f156"
}

.fa-rupiah-sign::before {
    content: "\e23d"
}

.fa-s::before {
    content: "\53"
}

.fa-sailboat::before {
    content: "\e445"
}

.fa-satellite::before {
    content: "\f7bf"
}

.fa-satellite-dish::before {
    content: "\f7c0"
}

.fa-balance-scale::before,.fa-scale-balanced::before {
    content: "\f24e"
}

.fa-balance-scale-left::before,.fa-scale-unbalanced::before {
    content: "\f515"
}

.fa-balance-scale-right::before,.fa-scale-unbalanced-flip::before {
    content: "\f516"
}

.fa-school::before {
    content: "\f549"
}

.fa-cut::before,.fa-scissors::before {
    content: "\f0c4"
}

.fa-screwdriver::before {
    content: "\f54a"
}

.fa-screwdriver-wrench::before,.fa-tools::before {
    content: "\f7d9"
}

.fa-scroll::before {
    content: "\f70e"
}

.fa-scroll-torah::before,.fa-torah::before {
    content: "\f6a0"
}

.fa-sd-card::before {
    content: "\f7c2"
}

.fa-section::before {
    content: "\e447"
}

.fa-seedling::before,.fa-sprout::before {
    content: "\f4d8"
}

.fa-server::before {
    content: "\f233"
}

.fa-shapes::before,.fa-triangle-circle-square::before {
    content: "\f61f"
}

.fa-arrow-turn-right::before,.fa-mail-forward::before,.fa-share::before {
    content: "\f064"
}

.fa-share-from-square::before,.fa-share-square::before {
    content: "\f14d"
}

.fa-share-alt::before,.fa-share-nodes::before {
    content: "\f1e0"
}

.fa-ils::before,.fa-shekel-sign::before,.fa-shekel::before,.fa-sheqel-sign::before,.fa-sheqel::before {
    content: "\f20b"
}

.fa-shield::before {
    content: "\f132"
}

.fa-shield-alt::before,.fa-shield-blank::before {
    content: "\f3ed"
}

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

.fa-ship::before {
    content: "\f21a"
}

.fa-shirt::before,.fa-t-shirt::before,.fa-tshirt::before {
    content: "\f553"
}

.fa-shoe-prints::before {
    content: "\f54b"
}

.fa-shop::before,.fa-store-alt::before {
    content: "\f54f"
}

.fa-shop-slash::before,.fa-store-alt-slash::before {
    content: "\e070"
}

.fa-shower::before {
    content: "\f2cc"
}

.fa-shrimp::before {
    content: "\e448"
}

.fa-random::before,.fa-shuffle::before {
    content: "\f074"
}

.fa-shuttle-space::before,.fa-space-shuttle::before {
    content: "\f197"
}

.fa-sign-hanging::before,.fa-sign::before {
    content: "\f4d9"
}

.fa-signal-5::before,.fa-signal-perfect::before,.fa-signal::before {
    content: "\f012"
}

.fa-signature::before {
    content: "\f5b7"
}

.fa-map-signs::before,.fa-signs-post::before {
    content: "\f277"
}

.fa-sim-card::before {
    content: "\f7c4"
}

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

.fa-sitemap::before {
    content: "\f0e8"
}

.fa-skull::before {
    content: "\f54c"
}

.fa-skull-crossbones::before {
    content: "\f714"
}

.fa-slash::before {
    content: "\f715"
}

.fa-sleigh::before {
    content: "\f7cc"
}

.fa-sliders-h::before,.fa-sliders::before {
    content: "\f1de"
}

.fa-smog::before {
    content: "\f75f"
}

.fa-smoking::before {
    content: "\f48d"
}

.fa-snowflake::before {
    content: "\f2dc"
}

.fa-snowman::before {
    content: "\f7d0"
}

.fa-snowplow::before {
    content: "\f7d2"
}

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

.fa-socks::before {
    content: "\f696"
}

.fa-solar-panel::before {
    content: "\f5ba"
}

.fa-sort::before,.fa-unsorted::before {
    content: "\f0dc"
}

.fa-sort-desc::before,.fa-sort-down::before {
    content: "\f0dd"
}

.fa-sort-asc::before,.fa-sort-up::before {
    content: "\f0de"
}

.fa-spa::before {
    content: "\f5bb"
}

.fa-pastafarianism::before,.fa-spaghetti-monster-flying::before {
    content: "\f67b"
}

.fa-spell-check::before {
    content: "\f891"
}

.fa-spider::before {
    content: "\f717"
}

.fa-spinner::before {
    content: "\f110"
}

.fa-splotch::before {
    content: "\f5bc"
}

.fa-spoon::before,.fa-utensil-spoon::before {
    content: "\f2e5"
}

.fa-spray-can::before {
    content: "\f5bd"
}

.fa-air-freshener::before,.fa-spray-can-sparkles::before {
    content: "\f5d0"
}

.fa-square::before {
    content: "\f0c8"
}

.fa-external-link-square::before,.fa-square-arrow-up-right::before {
    content: "\f14c"
}

.fa-caret-square-down::before,.fa-square-caret-down::before {
    content: "\f150"
}

.fa-caret-square-left::before,.fa-square-caret-left::before {
    content: "\f191"
}

.fa-caret-square-right::before,.fa-square-caret-right::before {
    content: "\f152"
}

.fa-caret-square-up::before,.fa-square-caret-up::before {
    content: "\f151"
}

.fa-check-square::before,.fa-square-check::before {
    content: "\f14a"
}

.fa-envelope-square::before,.fa-square-envelope::before {
    content: "\f199"
}

.fa-square-full::before {
    content: "\f45c"
}

.fa-h-square::before,.fa-square-h::before {
    content: "\f0fd"
}

.fa-minus-square::before,.fa-square-minus::before {
    content: "\f146"
}

.fa-parking::before,.fa-square-parking::before {
    content: "\f540"
}

.fa-pen-square::before,.fa-pencil-square::before,.fa-square-pen::before {
    content: "\f14b"
}

.fa-phone-square::before,.fa-square-phone::before {
    content: "\f098"
}

.fa-phone-square-alt::before,.fa-square-phone-flip::before {
    content: "\f87b"
}

.fa-plus-square::before,.fa-square-plus::before {
    content: "\f0fe"
}

.fa-poll-h::before,.fa-square-poll-horizontal::before {
    content: "\f682"
}

.fa-poll::before,.fa-square-poll-vertical::before {
    content: "\f681"
}

.fa-square-root-alt::before,.fa-square-root-variable::before {
    content: "\f698"
}

.fa-rss-square::before,.fa-square-rss::before {
    content: "\f143"
}

.fa-share-alt-square::before,.fa-square-share-nodes::before {
    content: "\f1e1"
}

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

.fa-square-xmark::before,.fa-times-square::before,.fa-xmark-square::before {
    content: "\f2d3"
}

.fa-stairs::before {
    content: "\e289"
}

.fa-stamp::before {
    content: "\f5bf"
}

.fa-star::before {
    content: "\f005"
}

.fa-star-and-crescent::before {
    content: "\f699"
}

.fa-star-half::before {
    content: "\f089"
}

.fa-star-half-alt::before,.fa-star-half-stroke::before {
    content: "\f5c0"
}

.fa-star-of-david::before {
    content: "\f69a"
}

.fa-star-of-life::before {
    content: "\f621"
}

.fa-gbp::before,.fa-pound-sign::before,.fa-sterling-sign::before {
    content: "\f154"
}

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

.fa-stop::before {
    content: "\f04d"
}

.fa-stopwatch::before {
    content: "\f2f2"
}

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

.fa-store::before {
    content: "\f54e"
}

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

.fa-street-view::before {
    content: "\f21d"
}

.fa-strikethrough::before {
    content: "\f0cc"
}

.fa-stroopwafel::before {
    content: "\f551"
}

.fa-subscript::before {
    content: "\f12c"
}

.fa-suitcase::before {
    content: "\f0f2"
}

.fa-medkit::before,.fa-suitcase-medical::before {
    content: "\f0fa"
}

.fa-suitcase-rolling::before {
    content: "\f5c1"
}

.fa-sun::before {
    content: "\f185"
}

.fa-superscript::before {
    content: "\f12b"
}

.fa-swatchbook::before {
    content: "\f5c3"
}

.fa-synagogue::before {
    content: "\f69b"
}

.fa-syringe::before {
    content: "\f48e"
}

.fa-t::before {
    content: "\54"
}

.fa-table::before {
    content: "\f0ce"
}

.fa-table-cells::before,.fa-th::before {
    content: "\f00a"
}

.fa-table-cells-large::before,.fa-th-large::before {
    content: "\f009"
}

.fa-columns::before,.fa-table-columns::before {
    content: "\f0db"
}

.fa-table-list::before,.fa-th-list::before {
    content: "\f00b"
}

.fa-ping-pong-paddle-ball::before,.fa-table-tennis-paddle-ball::before,.fa-table-tennis::before {
    content: "\f45d"
}

.fa-tablet-android::before,.fa-tablet::before {
    content: "\f3fb"
}

.fa-tablet-button::before {
    content: "\f10a"
}

.fa-tablet-alt::before,.fa-tablet-screen-button::before {
    content: "\f3fa"
}

.fa-tablets::before {
    content: "\f490"
}

.fa-digital-tachograph::before,.fa-tachograph-digital::before {
    content: "\f566"
}

.fa-tag::before {
    content: "\f02b"
}

.fa-tags::before {
    content: "\f02c"
}

.fa-tape::before {
    content: "\f4db"
}

.fa-cab::before,.fa-taxi::before {
    content: "\f1ba"
}

.fa-teeth::before {
    content: "\f62e"
}

.fa-teeth-open::before {
    content: "\f62f"
}

.fa-temperature-0::before,.fa-temperature-empty::before,.fa-thermometer-0::before,.fa-thermometer-empty::before {
    content: "\f2cb"
}

.fa-temperature-4::before,.fa-temperature-full::before,.fa-thermometer-4::before,.fa-thermometer-full::before {
    content: "\f2c7"
}

.fa-temperature-2::before,.fa-temperature-half::before,.fa-thermometer-2::before,.fa-thermometer-half::before {
    content: "\f2c9"
}

.fa-temperature-high::before {
    content: "\f769"
}

.fa-temperature-low::before {
    content: "\f76b"
}

.fa-temperature-1::before,.fa-temperature-quarter::before,.fa-thermometer-1::before,.fa-thermometer-quarter::before {
    content: "\f2ca"
}

.fa-temperature-3::before,.fa-temperature-three-quarters::before,.fa-thermometer-3::before,.fa-thermometer-three-quarters::before {
    content: "\f2c8"
}

.fa-tenge-sign::before,.fa-tenge::before {
    content: "\f7d7"
}

.fa-terminal::before {
    content: "\f120"
}

.fa-text-height::before {
    content: "\f034"
}

.fa-remove-format::before,.fa-text-slash::before {
    content: "\f87d"
}

.fa-text-width::before {
    content: "\f035"
}

.fa-thermometer::before {
    content: "\f491"
}

.fa-thumbs-down::before {
    content: "\f165"
}

.fa-thumbs-up::before {
    content: "\f164"
}

.fa-thumb-tack::before,.fa-thumbtack::before {
    content: "\f08d"
}

.fa-ticket::before {
    content: "\f145"
}

.fa-ticket-alt::before,.fa-ticket-simple::before {
    content: "\f3ff"
}

.fa-timeline::before {
    content: "\e29c"
}

.fa-toggle-off::before {
    content: "\f204"
}

.fa-toggle-on::before {
    content: "\f205"
}

.fa-toilet::before {
    content: "\f7d8"
}

.fa-toilet-paper::before {
    content: "\f71e"
}

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

.fa-toolbox::before {
    content: "\f552"
}

.fa-tooth::before {
    content: "\f5c9"
}

.fa-torii-gate::before {
    content: "\f6a1"
}

.fa-broadcast-tower::before,.fa-tower-broadcast::before {
    content: "\f519"
}

.fa-tractor::before {
    content: "\f722"
}

.fa-trademark::before {
    content: "\f25c"
}

.fa-traffic-light::before {
    content: "\f637"
}

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

.fa-train::before {
    content: "\f238"
}

.fa-subway::before,.fa-train-subway::before {
    content: "\f239"
}

.fa-train-tram::before,.fa-tram::before {
    content: "\f7da"
}

.fa-transgender-alt::before,.fa-transgender::before {
    content: "\f225"
}

.fa-trash::before {
    content: "\f1f8"
}

.fa-trash-arrow-up::before,.fa-trash-restore::before {
    content: "\f829"
}

.fa-trash-alt::before,.fa-trash-can::before {
    content: "\f2ed"
}

.fa-trash-can-arrow-up::before,.fa-trash-restore-alt::before {
    content: "\f82a"
}

.fa-tree::before {
    content: "\f1bb"
}

.fa-exclamation-triangle::before,.fa-triangle-exclamation::before,.fa-warning::before {
    content: "\f071"
}

.fa-trophy::before {
    content: "\f091"
}

.fa-truck::before {
    content: "\f0d1"
}

.fa-shipping-fast::before,.fa-truck-fast::before {
    content: "\f48b"
}

.fa-ambulance::before,.fa-truck-medical::before {
    content: "\f0f9"
}

.fa-truck-monster::before {
    content: "\f63b"
}

.fa-truck-moving::before {
    content: "\f4df"
}

.fa-truck-pickup::before {
    content: "\f63c"
}

.fa-truck-loading::before,.fa-truck-ramp-box::before {
    content: "\f4de"
}

.fa-teletype::before,.fa-tty::before {
    content: "\f1e4"
}

.fa-try::before,.fa-turkish-lira-sign::before,.fa-turkish-lira::before {
    content: "\e2bb"
}

.fa-level-down-alt::before,.fa-turn-down::before {
    content: "\f3be"
}

.fa-level-up-alt::before,.fa-turn-up::before {
    content: "\f3bf"
}

.fa-television::before,.fa-tv-alt::before,.fa-tv::before {
    content: "\f26c"
}

.fa-u::before {
    content: "\55"
}

.fa-umbrella::before {
    content: "\f0e9"
}

.fa-umbrella-beach::before {
    content: "\f5ca"
}

.fa-underline::before {
    content: "\f0cd"
}

.fa-universal-access::before {
    content: "\f29a"
}

.fa-unlock::before {
    content: "\f09c"
}

.fa-unlock-alt::before,.fa-unlock-keyhole::before {
    content: "\f13e"
}

.fa-arrows-alt-v::before,.fa-up-down::before {
    content: "\f338"
}

.fa-arrows-alt::before,.fa-up-down-left-right::before {
    content: "\f0b2"
}

.fa-long-arrow-alt-up::before,.fa-up-long::before {
    content: "\f30c"
}

.fa-expand-alt::before,.fa-up-right-and-down-left-from-center::before {
    content: "\f424"
}

.fa-external-link-alt::before,.fa-up-right-from-square::before {
    content: "\f35d"
}

.fa-upload::before {
    content: "\f093"
}

.fa-user::before {
    content: "\f007"
}

.fa-user-astronaut::before {
    content: "\f4fb"
}

.fa-user-check::before {
    content: "\f4fc"
}

.fa-user-clock::before {
    content: "\f4fd"
}

.fa-user-doctor::before,.fa-user-md::before {
    content: "\f0f0"
}

.fa-user-cog::before,.fa-user-gear::before {
    content: "\f4fe"
}

.fa-user-graduate::before {
    content: "\f501"
}

.fa-user-friends::before,.fa-user-group::before {
    content: "\f500"
}

.fa-user-injured::before {
    content: "\f728"
}

.fa-user-alt::before,.fa-user-large::before {
    content: "\f406"
}

.fa-user-alt-slash::before,.fa-user-large-slash::before {
    content: "\f4fa"
}

.fa-user-lock::before {
    content: "\f502"
}

.fa-user-minus::before {
    content: "\f503"
}

.fa-user-ninja::before {
    content: "\f504"
}

.fa-user-nurse::before {
    content: "\f82f"
}

.fa-user-edit::before,.fa-user-pen::before {
    content: "\f4ff"
}

.fa-user-plus::before {
    content: "\f234"
}

.fa-user-secret::before {
    content: "\f21b"
}

.fa-user-shield::before {
    content: "\f505"
}

.fa-user-slash::before {
    content: "\f506"
}

.fa-user-tag::before {
    content: "\f507"
}

.fa-user-tie::before {
    content: "\f508"
}

.fa-user-times::before,.fa-user-xmark::before {
    content: "\f235"
}

.fa-users::before {
    content: "\f0c0"
}

.fa-users-cog::before,.fa-users-gear::before {
    content: "\f509"
}

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

.fa-cutlery::before,.fa-utensils::before {
    content: "\f2e7"
}

.fa-v::before {
    content: "\56"
}

.fa-shuttle-van::before,.fa-van-shuttle::before {
    content: "\f5b6"
}

.fa-vault::before {
    content: "\e2c5"
}

.fa-vector-square::before {
    content: "\f5cb"
}

.fa-venus::before {
    content: "\f221"
}

.fa-venus-double::before {
    content: "\f226"
}

.fa-venus-mars::before {
    content: "\f228"
}

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

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

.fa-vial::before {
    content: "\f492"
}

.fa-vials::before {
    content: "\f493"
}

.fa-video-camera::before,.fa-video::before {
    content: "\f03d"
}

.fa-video-slash::before {
    content: "\f4e2"
}

.fa-vihara::before {
    content: "\f6a7"
}

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

.fa-virus-covid::before {
    content: "\e4a8"
}

.fa-virus-covid-slash::before {
    content: "\e4a9"
}

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

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

.fa-voicemail::before {
    content: "\f897"
}

.fa-volleyball-ball::before,.fa-volleyball::before {
    content: "\f45f"
}

.fa-volume-high::before,.fa-volume-up::before {
    content: "\f028"
}

.fa-volume-down::before,.fa-volume-low::before {
    content: "\f027"
}

.fa-volume-off::before {
    content: "\f026"
}

.fa-volume-mute::before,.fa-volume-times::before,.fa-volume-xmark::before {
    content: "\f6a9"
}

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

.fa-w::before {
    content: "\57"
}

.fa-wallet::before {
    content: "\f555"
}

.fa-magic::before,.fa-wand-magic::before {
    content: "\f0d0"
}

.fa-magic-wand-sparkles::before,.fa-wand-magic-sparkles::before {
    content: "\e2ca"
}

.fa-wand-sparkles::before {
    content: "\f72b"
}

.fa-warehouse::before {
    content: "\f494"
}

.fa-water::before {
    content: "\f773"
}

.fa-ladder-water::before,.fa-swimming-pool::before,.fa-water-ladder::before {
    content: "\f5c5"
}

.fa-wave-square::before {
    content: "\f83e"
}

.fa-weight-hanging::before {
    content: "\f5cd"
}

.fa-weight-scale::before,.fa-weight::before {
    content: "\f496"
}

.fa-wheelchair::before {
    content: "\f193"
}

.fa-glass-whiskey::before,.fa-whiskey-glass::before {
    content: "\f7a0"
}

.fa-wifi-3::before,.fa-wifi-strong::before,.fa-wifi::before {
    content: "\f1eb"
}

.fa-wind::before {
    content: "\f72e"
}

.fa-window-maximize::before {
    content: "\f2d0"
}

.fa-window-minimize::before {
    content: "\f2d1"
}

.fa-window-restore::before {
    content: "\f2d2"
}

.fa-wine-bottle::before {
    content: "\f72f"
}

.fa-wine-glass::before {
    content: "\f4e3"
}

.fa-wine-glass-alt::before,.fa-wine-glass-empty::before {
    content: "\f5ce"
}

.fa-krw::before,.fa-won-sign::before,.fa-won::before {
    content: "\f159"
}

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

.fa-x::before {
    content: "\58"
}

.fa-x-ray::before {
    content: "\f497"
}

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

.fa-y::before {
    content: "\59"
}

.fa-cny::before,.fa-jpy::before,.fa-rmb::before,.fa-yen-sign::before,.fa-yen::before {
    content: "\f157"
}

.fa-yin-yang::before {
    content: "\f6ad"
}

.fa-z::before {
    content: "\5a"
}

.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0
}

:host,:root {
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"
}

@font-face {
    font-family: Font Awesome\ 6 Brands;
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../fonts/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")
}

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

.fa-42-group:before,.fa-innosoft:before {
    content: "\e080"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-audible:before {
    content: "\f373"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-aws:before {
    content: "\f375"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bilibili:before {
    content: "\e3d9"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-bots:before {
    content: "\e340"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-cloudflare:before {
    content: "\e07d"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cmplid:before {
    content: "\e360"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dailymotion:before {
    content: "\e052"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-deezer:before {
    content: "\e077"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edge-legacy:before {
    content: "\e078"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envira:before {
    content: "\f299"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-facebook:before {
    content: "\f09a"
}

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

.fa-facebook-messenger:before {
    content: "\f39f"
}

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

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-figma:before {
    content: "\f799"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-firefox-browser:before {
    content: "\e007"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-fly:before {
    content: "\f417"
}

.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golang:before {
    content: "\e40f"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-pay:before {
    content: "\e079"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guilded:before {
    content: "\e07e"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hashnode:before {
    content: "\e499"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-hive:before {
    content: "\e07f"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-ideal:before {
    content: "\e013"
}

.fa-imdb:before {
    content: "\f2d8"
}

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

.fa-instagram-square:before {
    content: "\e055"
}

.fa-instalod:before {
    content: "\e081"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-less:before {
    content: "\f41d"
}

.fa-line:before {
    content: "\f3c0"
}

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

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

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium-m:before,.fa-medium:before {
    content: "\f23a"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-microblog:before {
    content: "\e01a"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mixer:before {
    content: "\e056"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-octopus-deploy:before {
    content: "\e082"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-padlet:before {
    content: "\e4a0"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-perbyte:before {
    content: "\e083"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-square:before {
    content: "\e01e"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pix:before {
    content: "\e43a"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-rust:before {
    content: "\e07a"
}

.fa-safari:before {
    content: "\f267"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shopify:before {
    content: "\e057"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sith:before {
    content: "\f512"
}

.fa-sitrox:before {
    content: "\e44a"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack-hash:before,.fa-slack:before {
    content: "\f198"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-snapchat-ghost:before,.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-square-font-awesome:before {
    content: "\f425"
}

.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before {
    content: "\f35c"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-telegram-plane:before,.fa-telegram:before {
    content: "\f2c6"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-tiktok:before {
    content: "\e07b"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-uncharted:before {
    content: "\e084"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-unity:before {
    content: "\e049"
}

.fa-unsplash:before {
    content: "\e07c"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-viber:before {
    content: "\f409"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-watchman-monitoring:before {
    content: "\e087"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wirsindhandwerk:before,.fa-wsh:before {
    content: "\e2d0"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wodu:before {
    content: "\e088"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

:host,:root {
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"
}

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

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

:host,:root {
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"
}

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

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

@font-face {
    font-family: Font Awesome\ 5 Free;
    font-display: block;
    font-weight: 900;
    src: url(../fonts/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")
}

@font-face {
    font-family: Font Awesome\ 5 Free;
    font-display: block;
    font-weight: 400;
    src: url(../fonts/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8
}

.mfp-bg,.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed
}

.mfp-wrap {
    z-index: 1043;
    outline: none!important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none!important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace
}

.mfp-close:focus,.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure,img.mfp-img {
    line-height: 0
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-height: 300px),screen and (max-width:800px) and (orientation:landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left:0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform:scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

@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
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-android .swiper-slide,.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height,-webkit-transform;
    transition-property: height,-webkit-transform;
    -o-transition-property: transform,height;
    transition-property: transform,height;
    transition-property: transform,height,-webkit-transform
}

.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.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,.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.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: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));
    background-image: -o-linear-gradient(right,rgba(0,0,0,.5),transparent);
    background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5),transparent);
    background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));
    background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),transparent);
    background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));
    background-image: -o-linear-gradient(top,rgba(0,0,0,.5),transparent);
    background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}

.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-horizontal.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-centered > .swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-horizontal > .swiper-wrapper: :before {
    height:100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-vertical > .swiper-wrapper: :before {
    width:100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(var(--swiper-navigation-size) / -2);
    z-index: 10;
    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;
    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:after,.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: normal;
    line-height: 1
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity .3s;
    -o-transition: .3s opacity;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-horizontal > .swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    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: 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;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-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: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    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%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-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;
    -webkit-transition: top .2s,-webkit-transform .2s;
    transition: top .2s,-webkit-transform .2s;
    -o-transition: .2s transform,.2s top;
    transition: transform .2s,top .2s;
    transition: transform .2s,top .2s,-webkit-transform .2s
}

.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%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-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 {
    -webkit-transition: left .2s,-webkit-transform .2s;
    transition: left .2s,-webkit-transform .2s;
    -o-transition: .2s transform,.2s left;
    transition: transform .2s,left .2s;
    transition: transform .2s,left .2s,-webkit-transform .2s
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right .2s,-webkit-transform .2s;
    transition: right .2s,-webkit-transform .2s;
    -o-transition: .2s transform,.2s right;
    transition: transform .2s,right .2s;
    transition: transform .2s,right .2s,-webkit-transform .2s
}

.swiper-pagination-progressbar {
    background: 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%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    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: 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: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    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: -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;
    text-align: center
}

.swiper-zoom-container > canvas,.swiper-zoom-container > img,.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

:root {
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-slide-visible .swiper-lazy-preloader {
    -webkit-animation: h 1s infinite linear;
    animation: h 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes h {
    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes h {
    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-grid-column > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next + .swiper-slide,.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity,height,-webkit-transform;
    transition-property: opacity,height,-webkit-transform;
    -o-transition-property: transform,opacity,height;
    transition-property: transform,opacity,height;
    transition-property: transform,opacity,height,-webkit-transform
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos] {
    -webkit-transition-duration: 50ms;
    -o-transition-duration: 50ms;
    transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate {
    -webkit-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos] {
    -webkit-transition-duration: .1s;
    -o-transition-duration: .1s;
    transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos] {
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate {
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos] {
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos] {
    -webkit-transition-duration: .25s;
    -o-transition-duration: .25s;
    transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate {
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos] {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos] {
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate {
    -webkit-transition-delay: .35s;
    -o-transition-delay: .35s;
    transition-delay: .35s
}

[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos] {
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos] {
    -webkit-transition-duration: .45s;
    -o-transition-duration: .45s;
    transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate {
    -webkit-transition-delay: .45s;
    -o-transition-delay: .45s;
    transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos] {
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos] {
    -webkit-transition-duration: .55s;
    -o-transition-duration: .55s;
    transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate {
    -webkit-transition-delay: .55s;
    -o-transition-delay: .55s;
    transition-delay: .55s
}

[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos] {
    -webkit-transition-duration: .6s;
    -o-transition-duration: .6s;
    transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos] {
    -webkit-transition-duration: .65s;
    -o-transition-duration: .65s;
    transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate {
    -webkit-transition-delay: .65s;
    -o-transition-delay: .65s;
    transition-delay: .65s
}

[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos] {
    -webkit-transition-duration: .7s;
    -o-transition-duration: .7s;
    transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos] {
    -webkit-transition-duration: .75s;
    -o-transition-duration: .75s;
    transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate {
    -webkit-transition-delay: .75s;
    -o-transition-delay: .75s;
    transition-delay: .75s
}

[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos] {
    -webkit-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos] {
    -webkit-transition-duration: .85s;
    -o-transition-duration: .85s;
    transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate {
    -webkit-transition-delay: .85s;
    -o-transition-delay: .85s;
    transition-delay: .85s
}

[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos] {
    -webkit-transition-duration: .9s;
    -o-transition-duration: .9s;
    transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos] {
    -webkit-transition-duration: .95s;
    -o-transition-duration: .95s;
    transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate {
    -webkit-transition-delay: .95s;
    -o-transition-delay: .95s;
    transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos] {
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos] {
    -webkit-transition-duration: 1.05s;
    -o-transition-duration: 1.05s;
    transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.05s;
    -o-transition-delay: 1.05s;
    transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos] {
    -webkit-transition-duration: 1.1s;
    -o-transition-duration: 1.1s;
    transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos] {
    -webkit-transition-duration: 1.15s;
    -o-transition-duration: 1.15s;
    transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.15s;
    -o-transition-delay: 1.15s;
    transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos] {
    -webkit-transition-duration: 1.2s;
    -o-transition-duration: 1.2s;
    transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos] {
    -webkit-transition-duration: 1.25s;
    -o-transition-duration: 1.25s;
    transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.25s;
    -o-transition-delay: 1.25s;
    transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos] {
    -webkit-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos] {
    -webkit-transition-duration: 1.35s;
    -o-transition-duration: 1.35s;
    transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.35s;
    -o-transition-delay: 1.35s;
    transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos] {
    -webkit-transition-duration: 1.4s;
    -o-transition-duration: 1.4s;
    transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos] {
    -webkit-transition-duration: 1.45s;
    -o-transition-duration: 1.45s;
    transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.45s;
    -o-transition-delay: 1.45s;
    transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos] {
    -webkit-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos] {
    -webkit-transition-duration: 1.55s;
    -o-transition-duration: 1.55s;
    transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.55s;
    -o-transition-delay: 1.55s;
    transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos] {
    -webkit-transition-duration: 1.6s;
    -o-transition-duration: 1.6s;
    transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos] {
    -webkit-transition-duration: 1.65s;
    -o-transition-duration: 1.65s;
    transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.65s;
    -o-transition-delay: 1.65s;
    transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos] {
    -webkit-transition-duration: 1.7s;
    -o-transition-duration: 1.7s;
    transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos] {
    -webkit-transition-duration: 1.75s;
    -o-transition-duration: 1.75s;
    transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.75s;
    -o-transition-delay: 1.75s;
    transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos] {
    -webkit-transition-duration: 1.8s;
    -o-transition-duration: 1.8s;
    transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos] {
    -webkit-transition-duration: 1.85s;
    -o-transition-duration: 1.85s;
    transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.85s;
    -o-transition-delay: 1.85s;
    transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos] {
    -webkit-transition-duration: 1.9s;
    -o-transition-duration: 1.9s;
    transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.9s;
    -o-transition-delay: 1.9s;
    transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos] {
    -webkit-transition-duration: 1.95s;
    -o-transition-duration: 1.95s;
    transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.95s;
    -o-transition-delay: 1.95s;
    transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos] {
    -webkit-transition-duration: 2s;
    -o-transition-duration: 2s;
    transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate {
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos] {
    -webkit-transition-duration: 2.05s;
    -o-transition-duration: 2.05s;
    transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.05s;
    -o-transition-delay: 2.05s;
    transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos] {
    -webkit-transition-duration: 2.1s;
    -o-transition-duration: 2.1s;
    transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.1s;
    -o-transition-delay: 2.1s;
    transition-delay: 2.1s
}

[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos] {
    -webkit-transition-duration: 2.15s;
    -o-transition-duration: 2.15s;
    transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.15s;
    -o-transition-delay: 2.15s;
    transition-delay: 2.15s
}

[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos] {
    -webkit-transition-duration: 2.2s;
    -o-transition-duration: 2.2s;
    transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.2s;
    -o-transition-delay: 2.2s;
    transition-delay: 2.2s
}

[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos] {
    -webkit-transition-duration: 2.25s;
    -o-transition-duration: 2.25s;
    transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.25s;
    -o-transition-delay: 2.25s;
    transition-delay: 2.25s
}

[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos] {
    -webkit-transition-duration: 2.3s;
    -o-transition-duration: 2.3s;
    transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.3s;
    -o-transition-delay: 2.3s;
    transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos] {
    -webkit-transition-duration: 2.35s;
    -o-transition-duration: 2.35s;
    transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.35s;
    -o-transition-delay: 2.35s;
    transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos] {
    -webkit-transition-duration: 2.4s;
    -o-transition-duration: 2.4s;
    transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.4s;
    -o-transition-delay: 2.4s;
    transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos] {
    -webkit-transition-duration: 2.45s;
    -o-transition-duration: 2.45s;
    transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.45s;
    -o-transition-delay: 2.45s;
    transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos] {
    -webkit-transition-duration: 2.5s;
    -o-transition-duration: 2.5s;
    transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.5s;
    -o-transition-delay: 2.5s;
    transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos] {
    -webkit-transition-duration: 2.55s;
    -o-transition-duration: 2.55s;
    transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.55s;
    -o-transition-delay: 2.55s;
    transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos] {
    -webkit-transition-duration: 2.6s;
    -o-transition-duration: 2.6s;
    transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.6s;
    -o-transition-delay: 2.6s;
    transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos] {
    -webkit-transition-duration: 2.65s;
    -o-transition-duration: 2.65s;
    transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.65s;
    -o-transition-delay: 2.65s;
    transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos] {
    -webkit-transition-duration: 2.7s;
    -o-transition-duration: 2.7s;
    transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.7s;
    -o-transition-delay: 2.7s;
    transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos] {
    -webkit-transition-duration: 2.75s;
    -o-transition-duration: 2.75s;
    transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.75s;
    -o-transition-delay: 2.75s;
    transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos] {
    -webkit-transition-duration: 2.8s;
    -o-transition-duration: 2.8s;
    transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.8s;
    -o-transition-delay: 2.8s;
    transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos] {
    -webkit-transition-duration: 2.85s;
    -o-transition-duration: 2.85s;
    transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.85s;
    -o-transition-delay: 2.85s;
    transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos] {
    -webkit-transition-duration: 2.9s;
    -o-transition-duration: 2.9s;
    transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.9s;
    -o-transition-delay: 2.9s;
    transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos] {
    -webkit-transition-duration: 2.95s;
    -o-transition-duration: 2.95s;
    transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.95s;
    -o-transition-delay: 2.95s;
    transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos] {
    -webkit-transition-duration: 3s;
    -o-transition-duration: 3s;
    transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate {
    -webkit-transition-delay: 3s;
    -o-transition-delay: 3s;
    transition-delay: 3s
}

[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.25,.25,.75,.75);
    -o-transition-timing-function: cubic-bezier(.25,.25,.75,.75);
    transition-timing-function: cubic-bezier(.25,.25,.75,.75)
}

[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos] {
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos] {
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos] {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos] {
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.6,-.28,.735,.045);
    -o-transition-timing-function: cubic-bezier(.6,-.28,.735,.045);
    transition-timing-function: cubic-bezier(.6,-.28,.735,.045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
    -o-transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
    transition-timing-function: cubic-bezier(.175,.885,.32,1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.68,-.55,.265,1.55);
    -o-transition-timing-function: cubic-bezier(.68,-.55,.265,1.55);
    transition-timing-function: cubic-bezier(.68,-.55,.265,1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.47,0,.745,.715);
    -o-transition-timing-function: cubic-bezier(.47,0,.745,.715);
    transition-timing-function: cubic-bezier(.47,0,.745,.715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.39,.575,.565,1);
    -o-transition-timing-function: cubic-bezier(.39,.575,.565,1);
    transition-timing-function: cubic-bezier(.39,.575,.565,1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.445,.05,.55,.95);
    -o-transition-timing-function: cubic-bezier(.445,.05,.55,.95);
    transition-timing-function: cubic-bezier(.445,.05,.55,.95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.55,.085,.68,.53);
    -o-transition-timing-function: cubic-bezier(.55,.085,.68,.53);
    transition-timing-function: cubic-bezier(.55,.085,.68,.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.25,.46,.45,.94);
    -o-transition-timing-function: cubic-bezier(.25,.46,.45,.94);
    transition-timing-function: cubic-bezier(.25,.46,.45,.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.455,.03,.515,.955);
    -o-transition-timing-function: cubic-bezier(.455,.03,.515,.955);
    transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.55,.085,.68,.53);
    -o-transition-timing-function: cubic-bezier(.55,.085,.68,.53);
    transition-timing-function: cubic-bezier(.55,.085,.68,.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.25,.46,.45,.94);
    -o-transition-timing-function: cubic-bezier(.25,.46,.45,.94);
    transition-timing-function: cubic-bezier(.25,.46,.45,.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.455,.03,.515,.955);
    -o-transition-timing-function: cubic-bezier(.455,.03,.515,.955);
    transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.55,.085,.68,.53);
    -o-transition-timing-function: cubic-bezier(.55,.085,.68,.53);
    transition-timing-function: cubic-bezier(.55,.085,.68,.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.25,.46,.45,.94);
    -o-transition-timing-function: cubic-bezier(.25,.46,.45,.94);
    transition-timing-function: cubic-bezier(.25,.46,.45,.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.455,.03,.515,.955);
    -o-transition-timing-function: cubic-bezier(.455,.03,.515,.955);
    transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    -o-transition-property: opacity,transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

[data-aos=fade-up] {
    -webkit-transform: translate3d(0,100px,0);
    transform: translate3d(0,100px,0)
}

[data-aos=fade-down] {
    -webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-100px,0)
}

[data-aos=fade-right] {
    -webkit-transform: translate3d(-100px,0,0);
    transform: translate3d(-100px,0,0)
}

[data-aos=fade-left] {
    -webkit-transform: translate3d(100px,0,0);
    transform: translate3d(100px,0,0)
}

[data-aos=fade-up-right] {
    -webkit-transform: translate3d(-100px,100px,0);
    transform: translate3d(-100px,100px,0)
}

[data-aos=fade-up-left] {
    -webkit-transform: translate3d(100px,100px,0);
    transform: translate3d(100px,100px,0)
}

[data-aos=fade-down-right] {
    -webkit-transform: translate3d(-100px,-100px,0);
    transform: translate3d(-100px,-100px,0)
}

[data-aos=fade-down-left] {
    -webkit-transform: translate3d(100px,-100px,0);
    transform: translate3d(100px,-100px,0)
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    -o-transition-property: opacity,transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

[data-aos=zoom-in] {
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6)
}

[data-aos=zoom-in-up] {
    -webkit-transform: translate3d(0,100px,0) scale(.6);
    transform: translate3d(0,100px,0) scale(.6)
}

[data-aos=zoom-in-down] {
    -webkit-transform: translate3d(0,-100px,0) scale(.6);
    transform: translate3d(0,-100px,0) scale(.6)
}

[data-aos=zoom-in-right] {
    -webkit-transform: translate3d(-100px,0,0) scale(.6);
    transform: translate3d(-100px,0,0) scale(.6)
}

[data-aos=zoom-in-left] {
    -webkit-transform: translate3d(100px,0,0) scale(.6);
    transform: translate3d(100px,0,0) scale(.6)
}

[data-aos=zoom-out] {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

[data-aos=zoom-out-up] {
    -webkit-transform: translate3d(0,100px,0) scale(1.2);
    transform: translate3d(0,100px,0) scale(1.2)
}

[data-aos=zoom-out-down] {
    -webkit-transform: translate3d(0,-100px,0) scale(1.2);
    transform: translate3d(0,-100px,0) scale(1.2)
}

[data-aos=zoom-out-right] {
    -webkit-transform: translate3d(-100px,0,0) scale(1.2);
    transform: translate3d(-100px,0,0) scale(1.2)
}

[data-aos=zoom-out-left] {
    -webkit-transform: translate3d(100px,0,0) scale(1.2);
    transform: translate3d(100px,0,0) scale(1.2)
}

[data-aos^=slide][data-aos^=slide] {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

[data-aos^=slide][data-aos^=slide].aos-animate {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

[data-aos=slide-up] {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
}

[data-aos=slide-down] {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
}

[data-aos=slide-right] {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

[data-aos=slide-left] {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

[data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

[data-aos=flip-left] {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg)
}

[data-aos=flip-left].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-right] {
    -webkit-transform: perspective(2500px) rotateY(100deg);
    transform: perspective(2500px) rotateY(100deg)
}

[data-aos=flip-right].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-up] {
    -webkit-transform: perspective(2500px) rotateX(-100deg);
    transform: perspective(2500px) rotateX(-100deg)
}

[data-aos=flip-up].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0)
}

[data-aos=flip-down] {
    -webkit-transform: perspective(2500px) rotateX(100deg);
    transform: perspective(2500px) rotateX(100deg)
}

[data-aos=flip-down].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0)
}

* {
    padding: 0;
    margin: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*:after,*:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

template {
    display: none
}

html {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    tap-highlight-color: transparent
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none
}

audio,iframe,img,object,video {
    max-width: 100%
}

iframe,img {
    border: 0 none
}

img {
    height: auto;
    display: inline-block;
    vertical-align: middle
}

b,strong {
    font-weight: 700
}

address {
    font-style: normal
}

svg:not(:root) {
    overflow: hidden
}

a,button,input[type="button"],input[type="file"],input[type="image"],input[type="reset"],input[type="submit"],label[for] {
    cursor: pointer
}

a[href^="tel"],button[disabled],input[disabled],select[disabled],textarea[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    padding: 0;
    border: 0
}

a[href^="tel"],input[type="color"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="email"],input[type="month"],input[type="number"],input[type="password"],input[type="search"],input[type="tel"],input[type="text"],input[type="time"],input[type="url"],input[type="week"],textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none
}

textarea {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

button,select {
    text-transform: none
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

nav ol,nav ul {
    list-style: none outside none
}

input::-webkit-input-placeholder {
    color: inherit;
    opacity: 1
}

input::-moz-placeholder {
    color: inherit;
    opacity: 1
}

input:-ms-input-placeholder,input::-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

input::placeholder {
    color: inherit;
    opacity: 1
}

textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: 1
}

textarea::-moz-placeholder {
    color: inherit;
    opacity: 1
}

textarea:-ms-input-placeholder,textarea::-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

textarea::placeholder {
    color: inherit;
    opacity: 1
}

input:-webkit-autofill {
    -webkit-text-fill-color: inherit;
    -webkit-box-shadow: 0 0 0 1000px #fff inset
}

input[type=button],input[type=date],input[type=email],input[type=search],input[type=submit],input[type=tel],input[type=text],textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@font-face {
    font-family: Font Awesome\ 6 Brands;
    src: url(../fonts/FontAwesome6Brands-Regular.woff2) format("woff2"),url(../fonts/FontAwesome6Brands-Regular.woff) format("woff"),url(../fonts/FontAwesome6Brands-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

body {
    min-width: 320px;
    background: #fff;
    font-family: Work Sans,sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #424b5a
}

::-moz-selection {
    color: #fff;
    background: #f8bd00
}

::selection {
    color: #fff;
    background: #f8bd00
}

p {
    line-height: 1.71
}

a {
    color: inherit;
    text-decoration: underline
}

a:hover,a[href^="tel"] {
    text-decoration: none
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-bottom: .6em
}

.h1,h1 {
    font-size: 4.8rem;
    line-height: 1.25
}

@media (max-width: 1281px) {
    .h1,h1 {
        font-size:4.4rem
    }
}

@media (max-width: 1023px) {
    .h1,h1 {
        font-size:3.6rem
    }
}

@media (max-width: 575px) {
    .h1,h1 {
        font-size:3rem
    }
}

@media (max-width: 374px) {
    .h1,h1 {
        font-size:2.6rem
    }
}

.h2,h2 {
    font-size: 3.6rem;
    line-height: 1.67;
    color: #000
}

@media (max-width: 1281px) {
    .h2,h2 {
        font-size:3rem
    }
}

@media (max-width: 575px) {
    .h2,h2 {
        font-size:2.6rem
    }
}

@media (max-width: 374px) {
    .h2,h2 {
        font-size:2.4rem
    }
}

.h3,h3 {
    font-size: 3rem
}

@media (max-width: 1281px) {
    .h3,h3 {
        font-size:2.7rem
    }
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .h3,h3 {
        font-size:2.4rem
    }
}

@media (max-width: 374px) {
    .h3,h3 {
        font-size:2.3rem
    }
}

.h4,h4 {
    font-size: 2.4rem
}

@media (max-width: 1281px) {
    .h4,h4 {
        font-size:2.2rem
    }
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .h4,h4 {
        font-size:2rem
    }
}

.h5,h5 {
    font-size: 1.8rem;
    color: #000
}

@media (max-width: 1023px) {
    .h5,h5 {
        font-size:1.6rem
    }
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .h5,h5 {
        font-size:1.4rem
    }
}

.h6,h6 {
    font-size: 1.6rem
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .h6,h6 {
        font-size:1.4rem
    }
}

@media (max-width: 374px) {
    .h6,h6 {
        font-size:1.2rem
    }
}

blockquote,dl,hr,ol,p,table,ul {
    margin-bottom: 1.2em
}

blockquote:last-child,dl:last-child,h1:last-child,h1[class],h2:last-child,h2[class],h3:last-child,h3[class],h4:last-child,h4[class],h5:last-child,h5[class],h6:last-child,h6[class],ol:last-child,p:last-child,table:last-child,ul:last-child {
    margin-bottom: 0
}

.clear:after {
    content: "";
    line-height: 0;
    display: table;
    clear: both
}

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

.notext {
    white-space: nowrap;
    text-indent: 100%;
    text-shadow: none;
    overflow: hidden
}

.notext-old {
    font-size: 0;
    line-height: 0;
    text-indent: -4000px
}

.hidden,[hidden] {
    display: none
}

.disabled,[disabled] {
    cursor: default
}

.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block {
    display: none!important
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .hidden-xs {
        display:none!important
    }

    .visible-xs-block {
        display: block!important
    }

    .visible-xs-inline {
        display: inline!important
    }

    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media (min-width: 767.02px) and (max-width:1023px) {
    .hidden-sm {
        display:none!important
    }

    .visible-sm-block {
        display: block!important
    }

    .visible-sm-inline {
        display: inline!important
    }

    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media (min-width: 1023.02px) and (max-width:1281px) {
    .hidden-md {
        display:none!important
    }

    .visible-md-block {
        display: block!important
    }

    .visible-md-inline {
        display: inline!important
    }

    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media (min-width: 1281.02px) {
    .hidden-lg {
        display:none!important
    }

    .visible-lg-block {
        display: block!important
    }

    .visible-lg-inline {
        display: inline!important
    }

    .visible-lg-inline-block {
        display: inline-block!important
    }
}

.aligncenter,.alignleft,.alignnone,.alignright {
    margin: 5px 15px 1.2em
}

.alignleft {
    margin-left: 0
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .alignleft {
        margin:5px 0 10px
    }
}

.alignright {
    margin-right: 0
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .alignright {
        margin:5px 0 10px
    }
}

.alignnone {
    margin-left: 0;
    margin-right: 0
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .alignnone {
        margin:5px 0 10px
    }
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .aligncenter {
        margin:5px 0 10px
    }
}

.wp-caption {
    position: relative
}

.wp-caption img {
    width: 100%
}

.wp-caption-text {
    padding: 8px;
    font-size: .8em;
    color: inherit;
    background: transparent;
    text-align: center
}

.nocomments {
    padding-top: 12px;
    font-weight: 700;
    font-size: 18px
}

.widgets {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px -20px
}

.widgets h2 {
    color: #f8bd00
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .widgets {
        margin:0
    }
}

.widgets > li {
    width: 50%;
    padding: 10px 20px
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .widgets > li {
        width:100%;
        padding: 10px 0
    }
}

.widgets .wp-block-latest-comments__comment-meta a {
    text-decoration: none;
    color: #282842;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.widgets .wp-block-latest-comments__comment-meta a:hover {
    color: #f8bd00
}

.widgets .wp-block-search .wp-block-search__input {
    padding: 5px 10px
}

.widgets .wp-block-search__button {
    padding: 10px;
    background: #f8bd00;
    border: 1px solid #f8bd00;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: color .3s,border .3s,background .3s;
    -o-transition: color .3s,border .3s,background .3s;
    transition: color .3s,border .3s,background .3s;
    border-radius: 4px
}

.widgets .wp-block-search__button:hover {
    color: #f8bd00;
    border: 1px solid #f8bd00;
    background: none
}

.widgets .wp-block-latest-posts.wp-block-latest-posts__list a {
    text-decoration: none;
    color: #282842;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.widgets .wp-block-latest-posts.wp-block-latest-posts__list a:hover {
    color: #f8bd00
}

.widget {
    margin-bottom: 15px
}

.widget:last-child {
    margin-bottom: 0
}

.widget > ul {
    list-style: none outside none;
    margin: 0
}

.widget > ul li {
    padding: 5px 0
}

.widget > ul a {
    text-decoration: none;
    border-bottom: 1px solid transparent
}

.widget > ul a:hover {
    border-bottom-color: #f8bd00;
    color: #f8bd00
}

.widget_calendar table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: center
}

.widget_calendar td,.widget_calendar th {
    padding: 5px;
    border: 1px solid #000
}

.widget_calendar caption {
    padding: 12px;
    font-weight: 700
}

.widget_calendar tfoot {
    font-weight: 700
}

.widget_rss .rsswidget {
    vertical-align: middle
}

.widget_rss .rsswidget img {
    float: left;
    margin: 5px 8px 0 0
}

.widget_categories .screen-reader-text {
    display: none
}

.widget_categories .post-form {
    width: 100%;
    padding: 5px
}

.widget_nav_menu ul {
    list-style: none
}

.widget_nav_menu ul li {
    padding: 5px 0
}

.widget_pages ul ul {
    padding: 5px 0 0 25px
}

.comments {
    position: relative
}

.comments .logged-in-as a {
    text-decoration: none;
    color: #282842;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.comments .logged-in-as a:hover {
    color: #f8bd00
}

.comments .children {
    position: relative;
    padding-left: 70px
}

.comments .children:after,.comments .children:before {
    content: "";
    position: absolute;
    display: block
}

.comments .children:before {
    top: 33px;
    left: 23px;
    width: 32px;
    height: 27px;
    border-left: 8px solid #c3c3c3;
    border-bottom: 8px solid #c3c3c3;
    border-radius: 0 0 0 8px
}

.comments .children:after {
    top: -5px;
    left: 8px;
    border: 20px solid transparent;
    border-width: 20px 19px;
    border-bottom-color: #c3c3c3
}

.comments .comment {
    position: relative;
    border-top: 1px dashed #363636
}

.comments .avatar {
    position: absolute;
    top: 28px;
    left: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #ccc
}

.comments .says {
    padding-left: 5px
}

.comments .moderation-notice {
    display: inline-block;
    margin: 3px 0 8px;
    color: #999
}

.comments .comment__entry {
    position: relative;
    padding: 30px 0 30px 65px
}

.comments .comment__text p:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

.comments .comment__meta {
    padding-bottom: 12px
}

.comments .comment__meta a {
    color: #363636
}

.comments .comment__reply {
    padding-top: 10px;
    text-align: right
}

.comments .form-submit a {
    padding: 10px;
    height: auto
}

.comments .comment__reply a {
    display: inline-block;
    padding: 10px;
    text-transform: uppercase;
    background: #363636;
    border-radius: 6px;
    background: #f8bd00;
    color: #fff;
    border: 1px solid transparent;
    -webkit-transition: color .3s,border .3s,background .3s;
    -o-transition: color .3s,border .3s,background .3s;
    transition: color .3s,border .3s,background .3s
}

.comments .comment__reply a:hover {
    color: #f8bd00;
    border: 1px solid #f8bd00;
    background: none
}

.comment-respond {
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid #363636
}

.comment-respond h3 {
    position: relative
}

.comment-respond small {
    position: absolute;
    top: 0;
    right: 0
}

.comment-respond label {
    display: inline-block;
    padding-bottom: 4px
}

.comment-respond input[type="text"],.comment-respond textarea {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    background: #f7f7f7
}

.comment-respond textarea {
    height: 100px
}

.comment-respond input[type="text"]:focus {
    background-color: #fff
}

.comment-respond input[type="text"]::-webkit-input-placeholder {
    color: #777
}

.comment-respond input[type="text"]:-ms-input-placeholder,.comment-respond input[type="text"]::-moz-placeholder,.comment-respond input[type="text"]::-webkit-input-placeholder,.comment-respond input[type="text"]::placeholder {
    color: #777
}

.comment-respond .required {
    color: #e40000
}

.comment-respond .comment-notes {
    padding-top: 15px
}

.comment-respond .form-submit input {
    display: block;
    padding: 10px;
    border: 1px solid transparent;
    font-size: 20px;
    font-weight: 400;
    background: #363636;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 4px;
    background: #f8bd00;
    color: #fff;
    -webkit-transition: color .3s,border .3s,background .3s;
    -o-transition: color .3s,border .3s,background .3s;
    transition: color .3s,border .3s,background .3s
}

.comment-respond .form-submit input:hover {
    color: #f8bd00;
    border: 1px solid #f8bd00;
    background: none
}

.paging {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .paging {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

.paging a {
    text-decoration: none
}

.paging ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 auto;
    padding: 0 20px
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .paging ul {
        width:100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding: 0;
        margin-bottom: 20px
    }
}

.paging ul li {
    margin: 0 5px
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .paging ul li:first-child {
        margin-left:0
    }
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .paging ul li:last-child {
        margin-right:0
    }
}

.paging ul a,.paging ul li.paging__spacer {
    background-color: #fff;
    font-size: 14px;
    color: #000;
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    line-height: 35px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.paging ul a:hover,.paging ul li.is-current a {
    color: #fff;
    background-color: #f8bd00
}

.paging .paging__next,.paging .paging__prev {
    font-size: 16px;
    color: #000;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.paging .paging__next:hover,.paging .paging__prev:hover {
    color: #f8bd00
}

.paging .paging__next:only-child {
    margin-left: auto;
    margin-right: 0
}

.paging .paging__prev:only-child {
    margin-right: auto;
    margin-left: 0
}

.paging .paging__first,.paging .paging__label,.paging .paging__last,.paging .paging__next,.paging .paging__prev {
    margin: 9px
}

.search-form {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    margin-bottom: 100px
}

.search-form label {
    width: 35%;
    margin-right: 10px
}

.search-form .search__field {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #949494;
    background: #fff
}

.search-form .search__field:focus {
    background-color: #fff
}

.search-form .search__field::-webkit-input-placeholder {
    color: #777
}

.search-form .search__field:-ms-input-placeholder,.search-form .search__field::-moz-placeholder,.search-form .search__field::-webkit-input-placeholder,.search-form .search__field::placeholder {
    color: #777
}

.search-form .search__btn {
    padding: 10px;
    background: #f8bd00;
    border: 1px solid #f8bd00;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: color .3s,border .3s,background .3s;
    -o-transition: color .3s,border .3s,background .3s;
    transition: color .3s,border .3s,background .3s;
    border-radius: 4px
}

.search-form .search__btn:hover {
    color: #f8bd00;
    background: #fff;
    border: 1px solid #f8bd00
}

.section-comments {
    padding-top: 15px
}

.section-comments a {
    text-decoration: none
}

.section-comments p {
    padding-bottom: 18px;
    width: 100%
}

.section-comments ol,.section-comments ul {
    padding: 0;
    margin: 0;
    list-style: none outside none
}

.section-comments h3 {
    position: relative;
    padding: 0 0 10px;
    color: #f8bd00
}

.section-comments h3 small {
    position: absolute;
    top: 0;
    right: 0
}

.section-comments form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section-comments .comment-form-author,.section-comments .comment-form-email,.section-comments .comment-form-url {
    width: 33.3%;
    padding-right: 10px
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .section-comments .comment-form-author,.section-comments .comment-form-email,.section-comments .comment-form-url {
        width:100%
    }
}

.section-comments .comment-form-cookies-consent {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.section-comments .comment-form-comment {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.section-comments .form-submit {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.accordion .accordion__section {
    margin: 0 auto 2.23rem;
    background: #fff;
    border-radius: 1.4rem;
    -webkit-box-shadow: 0 0 24px -6px rgba(68,68,76,.18);
    box-shadow: 0 0 24px -6px rgba(68,68,76,.18);
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

@media (max-width: 1281px) {
    .accordion .accordion__section {
        margin-bottom:2rem
    }
}

.accordion .accordion__head {
    position: relative;
    padding-right: 15.4rem;
    cursor: pointer;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
    padding: 3.5rem 15.4rem 3.5rem 4.1rem;
    border-radius: 1rem;
    background: #fff
}

@media (max-width: 1281px) {
    .accordion .accordion__head {
        padding:2rem 5rem 2rem 2rem
    }
}

.accordion .accordion__head:hover,.accordion .accordion__head:hover h5 {
    color: #f8bd00
}

.accordion .accordion__head:hover:after {
    background: #f8bd00
}

.accordion .accordion__head:after {
    content: "\f078";
    display: block;
    position: absolute;
    top: 50%;
    right: 3.6rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    font-size: 1.3rem;
    -webkit-transition: background .4s,-webkit-transform .4s;
    transition: background .4s,-webkit-transform .4s;
    -o-transition: transform .4s,background .4s;
    transition: transform .4s,background .4s;
    transition: transform .4s,background .4s,-webkit-transform .4s;
    width: 2.4rem;
    height: 2.4rem;
    color: #fff;
    background: #282842;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1
}

@media (max-width: 1281px) {
    .accordion .accordion__head:after {
        right:2rem
    }
}

.accordion .accordion__section.is-active {
    padding-bottom: 3rem
}

.accordion .accordion__section.is-active .accordion__head:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.accordion .accordion__body {
    padding: .6rem 16rem .4rem 4.7rem;
    line-height: 1.43;
    color: #6a6a6a;
    background: #fff;
    border-radius: 0 0 1rem 1rem;
    font-weight: 400
}

.accordion h5 {
    color: #000;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s
}

.accordion ol,.accordion ul {
    list-style-position: inside
}

.accordion blockquote {
    border-left: 2px solid #f8bd00;
    margin-left: 0;
    padding: 0 0 0 16px
}

.app-block-boxes {
    margin-bottom: 6rem;
    margin-top: 6rem;
    position: relative
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .app-block-boxes {
        margin-bottom:4rem;
        margin-top: 4rem
    }
}

.app-block-boxes .app__block-head {
    text-align: center;
    padding-bottom: 6.4rem
}

@media (max-width: 1281px) {
    .app-block-boxes .app__block-head {
        padding-bottom:4rem
    }
}

@media (max-width: 1023px) {
    .app-block-boxes .app__block-head {
        padding-bottom:2rem
    }
}

.app-block-boxes .app__block-decoration {
    position: absolute;
    top: 6rem;
    left: 0;
    width: 100%;
    height: auto
}

.app-block-boxes .app__block-actions {
    padding-top: 5.5rem;
    margin-left: -.3rem
}

@media (max-width: 1281px) {
    .app-block-boxes .app__block-actions {
        padding-top:4rem;
        margin-left: 0
    }
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .app-block-boxes .app__block-actions {
        padding-top:2rem
    }
}

.app-block-boxes a.btn-arrow {
    padding-right: 4.5rem
}

.app-block-boxes h4 {
    color: #000
}

.app-block-boxes ol,.app-block-boxes ul {
    list-style-position: inside
}

.app-block-boxes blockquote {
    border-left: 2px solid #f8bd00;
    margin-left: 0;
    padding: 0 0 0 16px
}

.app-block-boxes.app-block-boxes--alt {
    margin-bottom: 10.4rem
}

@media (max-width: 1281px) {
    .app-block-boxes.app-block-boxes--alt {
        margin-bottom:8rem
    }
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .app-block-boxes.app-block-boxes--alt {
        margin-bottom:4rem
    }
}

.app-block-boxes.app-block-boxes--alt .app__block-head {
    text-align: left
}

.app-block-companions {
    margin-bottom: 90px
}

@media (max-width: 1281px) {
    .app-block-companions {
        margin-bottom:8rem
    }
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .app-block-companions {
        margin-bottom:4rem
    }
}

.app-block-comparison {
    margin-bottom: 12rem
}

@media (max-width: 1281px) {
    .app-block-comparison {
        margin-bottom:8rem
    }
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .app-block-comparison {
        margin-bottom:4rem
    }
}

.app-block-comparison .app__block-inner {
    max-width: 84.1rem;
    margin: 0 auto
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .app-block-comparison .app__block-inner {
        overflow-x:scroll
    }
}

.app-block-comparison .app__block-head {
    text-align: center;
    padding-bottom: 3.3rem
}

@media (max-width: 1281px) {
    .app-block-comparison .app__block-head {
        padding-bottom:2rem
    }
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .app-block-comparison .app__block-body {
        overflow-x: scroll;
        width: 100%;
        min-width: 320px;
    }
}

.app-block-comparison h4 {
    margin-bottom: .8rem;
    color: #000
}

.app-block-comparison ol,.app-block-comparison ul {
    list-style-position: inside
}

.app-block-comparison blockquote {
    border-left: 2px solid #f8bd00;
    margin-left: 0;
    padding: 0 0 0 16px
}

.app-block-contacts {
    margin-bottom: 6.8rem
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .app-block-contacts {
        margin-bottom:4rem
    }
}

.app-block-contacts .app__block-img {
    max-width: 21.1rem;
    height: 21.1rem;
    width: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto 3.8rem
}

@media (max-width: 1281px) {
    .app-block-contacts .app__block-img {
        margin-bottom:2rem
    }
}

.app-block-contacts .app__block-inner {
    max-width: 52.2rem;
    margin: 0 auto;
    text-align: center
}

.app-block-contacts .app__block-content {
    max-width: 46.2rem;
    margin: 0 auto 4rem
}

@media (max-width: 1281px) {
    .app-block-contacts .app__block-content {
        margin-bottom:2rem
    }
}

.app-block-contacts .app__block-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: 1.8rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1023px) {
    .app-block-contacts .app__block-actions {
        grid-gap:.7rem
    }
}

@media (max-width: 575px) {
    .app-block-contacts .app__block-actions {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.app-block-contacts h4 {
    margin-bottom: .7rem;
    color: #000
}

.app-block-contacts p {
    max-width: 37.2rem;
    margin: 0 auto
}

.app-block-contacts ol,.app-block-contacts ul {
    list-style-position: inside
}

.app-block-contacts blockquote {
    border-left: 2px solid #f8bd00;
    margin-left: 0;
    padding: 0 0 0 16px
}

.app-block-content-video {
    margin-bottom: 9.5rem;
    position: relative
}

@media (max-width: 1281px) {
    .app-block-content-video {
        margin-bottom:8rem
    }
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .app-block-content-video {
        margin-bottom:4rem
    }
}

.app-block-content-video .app__block-inner {
    display: grid;
    grid-template-columns: 49% 51%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 1023px) {
    .app-block-content-video .app__block-inner {
        grid-template-columns:100%
    }
}

.app-block-content-video .app__block-img {
    border-radius: 2rem;
    -webkit-box-shadow: 0 6px 24px 0 rgba(68,68,76,.06);
    box-shadow: 0 6px 24px 0 rgba(68,68,76,.06);
    padding-bottom: 58.6%
}

@media (max-width: 1023px) {
    .app-block-content-video .app__block-img {
        -webkit-box-ordinal-group:2;
        -ms-flex-order: 1;
        order: 1;
        max-width: 60rem;
        width: 100%;
        padding-bottom: 0;
        min-height: 33rem;
        margin: 0 auto
    }
}

@media (max-width: 575px) {
    .app-block-content-video .app__block-img {
        min-height:25rem
    }
}

@media (max-width: 458px) {
    .app-block-content-video .app__block-img {
        min-height:20rem
    }
}

.app-block-content-video .app__block-img:hover:after {
    -webkit-transform: translate(-50%,-50%) scale(1.1);
    -ms-transform: translate(-50%,-50%) scale(1.1);
    transform: translate(-50%,-50%) scale(1.1)
}

.app-block-content-video .app__block-img:after {
    content: "\f04b";
    font-family: Font Awesome\ 6 Free;
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 4.8rem;
    color: #fff;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s,-webkit-transform .4s
}

.app-block-content-video .app__block-img a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.app-block-content-video .app__block-content {
    padding: 4.8rem 0;
    padding-right: 13%
}

@media (max-width: 1281px) {
    .app-block-content-video .app__block-content {
        padding:2rem 2rem 0 0
    }
}

@media (max-width: 1023px) {
    .app-block-content-video .app__block-content {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2;
        padding-right: 0
    }
}

.app-block-content-video .app__block-decoration {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: auto
}

.app-block-content-video h2 {
    margin-bottom: .7rem
}

.app-block-content-video h5 {
    margin-bottom: 2rem
}

.app-block-content-video p {
    margin-bottom: 4rem
}

@media (max-width: 1281px) {
    .app-block-content-video p {
        margin-bottom:2rem
    }
}

.app-block-content-video ol,.app-block-content-video ul {
    list-style-position: inside
}

.app-block-content-video blockquote {
    border-left: 2px solid #f8bd00;
    margin-left: 0;
    padding: 0 0 0 16px
}

.app-block-content-video.app-block-content-video--reversed {
    padding: 6.5rem 0;
    margin-bottom: 8.8rem
}

@media (max-width: 1281px) {
    .app-block-content-video.app-block-content-video--reversed {
        padding:4rem 0 0;
        margin-bottom: 8rem
    }
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .app-block-content-video.app-block-content-video--reversed {
        margin-bottom:4rem
    }
}

.app-block-content-video.app-block-content-video--reversed .app__block-inner {
    grid-template-columns: 51% calc(49% - 10.2rem);
    grid-gap: 10.2rem
}

@media (max-width: 1023px) {
    .app-block-content-video.app-block-content-video--reversed .app__block-inner {
        grid-template-columns:100%;
        grid-gap: 2rem
    }
}

.app-block-content-video.app-block-content-video--reversed .app__block-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 4.8rem 0 2rem;
    padding-right: 0;
    margin-right: -1rem
}

@media (max-width: 1281px) {
    .app-block-content-video.app-block-content-video--reversed .app__block-content {
        padding-bottom:0
    }
}

@media (max-width: 1023px) {
    .app-block-content-video.app-block-content-video--reversed .app__block-content {
        margin-right:0;
        padding: 0
    }
}

.app-block-content-video.app-block-content-video--reversed .app__block-img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.app-block-content-video.app-block-content-video-smaller--img {
    padding-bottom: 4.2rem
}

@media (max-width: 1281px) {
    .app-block-content-video.app-block-content-video-smaller--img {
        padding-bottom:0
    }
}

.app-block-content-video.app-block-content-video-smaller--img .app__block-inner {
    grid-template-columns: calc(51% - 12.5rem) 49%;
    grid-gap: 12.5rem
}

@media (max-width: 1023px) {
    .app-block-content-video.app-block-content-video-smaller--img .app__block-inner {
        grid-template-columns:100%;
        grid-gap: 2rem
    }
}

.app-block-content-video.app-block-content-video-smaller--img .app__block-img {
    border-radius: 1rem;
    padding-bottom: 58.8%
}

@media (max-width: 1023px) {
    .app-block-content-video.app-block-content-video-smaller--img .app__block-img {
        padding-bottom:0
    }
}

.app-block-content-video.app-block-content-video-smaller--img .app__block-content {
    padding: 4.1rem 0 2rem
}

@media (max-width: 1281px) {
    .app-block-content-video.app-block-content-video-smaller--img .app__block-content {
        padding-bottom:0
    }
}

@media (max-width: 1023px) {
    .app-block-content-video.app-block-content-video-smaller--img .app__block-content {
        padding:0
    }
}

.app-block-content-video.app-block-content-video--reversed.app-block-content-video-smaller--img {
    padding-bottom: 4.2rem
}

@media (max-width: 1281px) {
    .app-block-content-video.app-block-content-video--reversed.app-block-content-video-smaller--img {
        padding-bottom:0
    }
}

.app-block-content-video.app-block-content-video--reversed.app-block-content-video-smaller--img .app__block-inner {
    grid-template-columns: 49% calc(51% - 12.5rem);
    grid-gap: 12.5rem
}

@media (max-width: 1281px) {
    .app-block-content-video.app-block-content-video--reversed.app-block-content-video-smaller--img .app__block-inner {
        grid-template-columns:49% calc(51% - 4rem);
        grid-gap: 4rem
    }
}

@media (max-width: 1023px) {
    .app-block-content-video.app-block-content-video--reversed.app-block-content-video-smaller--img .app__block-inner {
        grid-gap:2rem;
        grid-template-columns: 100%
    }
}

.app-block-content-video.app-block-content-video--reversed.app-block-content-video-smaller--img .app__block-img {
    border-radius: 1rem;
    padding-bottom: 58.8%
}

@media (max-width: 1023px) {
    .app-block-content-video.app-block-content-video--reversed.app-block-content-video-smaller--img .app__block-img {
        padding-bottom:0
    }
}

.app-block-content-video.app-block-content-video--reversed.app-block-content-video-smaller--img .app__block-content {
    padding: 4.1rem 0 2rem
}

@media (max-width: 1281px) {
    .app-block-content-video.app-block-content-video--reversed.app-block-content-video-smaller--img .app__block-content {
        padding-bottom:0
    }
}

@media (max-width: 1023px) {
    .app-block-content-video.app-block-content-video--reversed.app-block-content-video-smaller--img .app__block-content {
        padding:0
    }
}

.app-block-faq {
    margin-bottom: 9.1rem;
    margin-top: 10rem
}

@media (max-width: 1281px) {
    .app-block-faq {
        margin-bottom:8rem
    }
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .app-block-faq {
        margin-bottom:4rem
    }
}

.app-block-faq .app__block-head {
    text-align: center;
    padding-bottom: 7rem
}

@media (max-width: 1281px) {
    .app-block-faq .app__block-head {
        padding-bottom:4rem
    }
}

@media (max-width: 1023px) {
    .app-block-faq .app__block-head {
        padding-bottom:2rem
    }
}

.app-block-faq h4 {
    color: #000
}

.app-block-faq ol,.app-block-faq ul {
    list-style-position: inside
}

.app-block-faq blockquote {
    border-left: 2px solid #f8bd00;
    margin-left: 0;
    padding: 0 0 0 16px
}

.app-block-hero-subpage {
    position: relative;
    color: #fff;
    text-align: center
}

.app-block-hero-subpage .app__block-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none
}

.app-block-hero-subpage .app__block-decoration {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 294px;
    pointer-events: none;
		z-index: -1;
}

@media (max-width: 1023px) {
    .app-block-hero-subpage .app__block-decoration {
        height:auto
    }
}

.app-block-hero-subpage .app__block-inner {
    min-height: 26.4rem;
    padding: 8rem 0 4rem
}

@media (max-width: 1023px) {
    .app-block-hero-subpage .app__block-inner {
        min-height:1rem;
        padding: 4rem 0
    }
}

.app-block-hero-subpage h1 {
    margin-bottom: 1.2rem
}

.app-block-hero-subpage h5 {
    color: #fff
}

.app-block-hero-subpage ol,.app-block-hero-subpage ul {
    list-style-position: inside
}

.app-block-hero-subpage blockquote {
    border-left: 2px solid #f8bd00;
    margin-left: 0;
    padding: 0 0 0 16px
}

.app-block-hero {
    color: #fff;
    position: relative
}

.app-block-hero .app__block-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none
}

.app-block-hero .app__block-decoration {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 294px;
    pointer-events: none
}

@media (max-width: 1023px) {
    .app-block-hero .app__block-decoration {
        height:auto
    }
}

.app-block-hero .app__block-inner {
    min-height: 50.4rem;
    padding: 15.2rem 0 4.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 1023px) {
    .app-block-hero .app__block-inner {
        min-height:1rem
    }
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .app-block-hero .app__block-inner {
        padding-top:10rem
    }
}

.app-block-hero h1 {
    margin-bottom: 1.2rem;
    max-width: 52.3rem
}

.app-block-hero h5 {
    color: #fff
}

@media (max-width: 1023px) {
    .app-block-hero h5 {
        margin-bottom:3rem
    }
}

.app-block-hero a {
    margin-top: auto;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
    font-weight: 500;
    font-size: 1.8rem;
    position: relative;
    padding-left: 7.2rem
}

@media (max-width: 1023px) {
    .app-block-hero a {
        padding-left:4rem
    }
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .app-block-hero a {
        font-size:1.6rem
    }
}

.app-block-hero a:hover {
    color: #f8bd00
}

.app-block-hero a img {
    margin-right: 1.8rem;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 1023px) {
    .app-block-hero a img {
        max-width:3rem;
        margin-right: 1rem
    }
}

.app-block-hero a strong {
    margin-right: .5rem
}

.app-block-hero ol,.app-block-hero ul {
    list-style-position: inside
}

.app-block-hero blockquote {
    border-left: 2px solid #f8bd00;
    margin-left: 0;
    padding: 0 0 0 16px
}

.app-block-img-content {
    position: relative;
    margin-bottom: 6.8rem
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .app-block-img-content {
        margin-bottom:4rem
    }
}

.app-block-img-content .app__block-decoration {
    position: absolute;
    top: 4.2rem;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: auto
}

.app-block-img-content .app__block-inner {
    display: grid;
    grid-template-columns: 65.5rem calc(100% - 65.5rem)
}

@media (max-width: 1449px) {
    .app-block-img-content .app__block-inner {
        grid-template-columns:50rem calc(100% - 50rem)
    }
}

@media (max-width: 1023px) {
    .app-block-img-content .app__block-inner {
        grid-template-columns:100%
    }
}

.app-block-img-content .app__block-img {
    margin-left: -8.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    width: auto;
    height: auto
}

@media (max-width: 1449px) {
    .app-block-img-content .app__block-img {
        margin-left:0
    }
}

@media (max-width: 1023px) {
    .app-block-img-content .app__block-img {
        max-width:50rem;
        margin: 0 auto
    }
}

.app-block-img-content .app__block-img img {
    -o-object-fit: contain;
    object-fit: contain
}

.app-block-img-content .app__block-content {
    padding: 13.8rem 3.5rem 5rem;
    padding-right: 3%
}

@media (max-width: 1449px) {
    .app-block-img-content .app__block-content {
        padding:8rem 3rem
    }
}

@media (max-width: 1281px) {
    .app-block-img-content .app__block-content {
        padding:6rem 3rem
    }
}

@media (max-width: 1023px) {
    .app-block-img-content .app__block-content {
        padding:1rem 0 0;
        text-align: center
    }
}

.app-block-img-content h2 {
    margin-bottom: .6rem
}

.app-block-img-content h5 {
    margin-bottom: 2.2rem;
    color: #000
}

@media (max-width: 1281px) {
    .app-block-img-content h5 {
        margin-bottom:2rem
    }
}

.app-block-img-content p {
    margin-bottom: 4rem
}

@media (max-width: 1281px) {
    .app-block-img-content p {
        margin-bottom:2rem
    }
}

.app-block-img-content ol,.app-block-img-content ul {
    list-style-position: inside
}

.app-block-img-content blockquote {
    border-left: 2px solid #f8bd00;
    margin-left: 0;
    padding: 0 0 0 16px
}

.app-block-products-listing {
    margin: 7rem 0 8.3rem
}

@media (max-width: 1281px) {
    .app-block-products-listing {
        margin:8rem 0
    }
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .app-block-products-listing {
        margin:4rem 0
    }
}

.app-block-products {
    margin-bottom: 4rem
}

.app-block-products .app__block-head {
    padding-bottom: 5rem
}

@media (max-width: 1281px) {
    .app-block-products .app__block-head {
        padding-bottom:4rem
    }
}

@media (max-width: 1023px) {
    .app-block-products .app__block-head {
        padding-bottom:2rem
    }
}

.app-block-products .app__block-body {
    padding-bottom: 5.5rem
}

@media (max-width: 1281px) {
    .app-block-products .app__block-body {
        padding-bottom:4rem
    }
}

@media (max-width: 1023px) {
    .app-block-products .app__block-body {
        padding-bottom:2rem
    }
}

.app-block-products h4 {
    color: #000
}

.app-block-products ol,.app-block-products ul {
    list-style-position: inside
}

.app-block-products blockquote {
    border-left: 2px solid #f8bd00;
    margin-left: 0;
    padding: 0 0 0 16px
}

.app-block-reviews {
    margin: 5rem 0 10.7rem
}

@media (max-width: 1281px) {
    .app-block-reviews {
        margin:4rem 0 8rem
    }
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .app-block-reviews {
        margin-bottom:4rem
    }
}

.app-block-reviews .app__block-inner {
    max-width: 77.9rem;
    margin: 0 auto
}

.app-block-slider-gallery {
    margin: 5rem 0 7rem
}

.app-block-slider-gallery .app__block-inner {
    display: grid;
    grid-template-columns: 51% 49%;
}

@media (max-width: 1023px) {
    .app-block-slider-gallery .app__block-inner {
        grid-template-columns: 100%;
        grid-gap: 2rem;
    }
}

.app-block-slider-gallery .app__block-head {
    padding: 2rem 0;
    padding-right: 16%
}

@media (max-width: 1281px) {
    .app-block-slider-gallery .app__block-head {
        padding-right:4rem
    }
}

@media (max-width: 1023px) {
    .app-block-slider-gallery .app__block-head {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2;
        padding: 0
    }
}

@media (max-width: 1023px) {
    .app-block-slider-gallery .app__block-body {
        -webkit-box-ordinal-group:2;
        -ms-flex-order: 1;
        order: 1;
        max-width: 60rem;
        width: 100%;
        margin: 0 auto
    }
}

.app-block-slider-gallery h2 {
    margin-bottom: .7rem
}

.app-block-slider-gallery h5 {
    margin-bottom: 2rem
}

.app-block-slider-gallery p {
    margin-bottom: 4rem
}

@media (max-width: 1281px) {
    .app-block-slider-gallery p {
        margin-bottom:2rem
    }
}

.app-block-slider-gallery ol,.app-block-slider-gallery ul {
    list-style-position: inside
}

.app-block-slider-gallery blockquote {
    border-left: 2px solid #f8bd00;
    margin-left: 0;
    padding: 0 0 0 16px
}

.app-block-slider-testimonials {
    margin-bottom: 13.9rem;
    margin-top: 11.5rem
}

@media (max-width: 1281px) {
    .app-block-slider-testimonials {
        margin-bottom:8rem;
        margin-top: 8rem
    }
}

@media (max-width: 1023px) {
    .app-block-slider-testimonials {
        margin-bottom:10rem
    }
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .app-block-slider-testimonials {
        margin-bottom:6rem;
        margin-top: 4rem
    }
}

.app-block-slider-testimonials .app__block-head {
    text-align: center;
    padding-bottom: 7.4rem
}

@media (max-width: 1281px) {
    .app-block-slider-testimonials .app__block-head {
        padding-bottom:4rem
    }
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .app-block-slider-testimonials .app__block-head {
        padding-bottom:2rem
    }
}

.app-block-slider-testimonials h4 {
    color: #000
}

.app-block-slider-testimonials ol,.app-block-slider-testimonials ul {
    list-style-position: inside
}

.app-block-slider-testimonials blockquote {
    border-left: 2px solid #f8bd00;
    margin-left: 0;
    padding: 0 0 0 16px
}

.app-block-text {
    margin: 7rem 0 8.3rem;
    /*text-align: justify*/
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .app-block-text {
        margin:4rem 0
    }
}

.app-block-text p {
    margin-bottom: 3rem
}

@media (max-width: 1281px) {
    .app-block-text p {
        margin-bottom:2rem
    }
}

.app-block-text p:last-child {
    margin-bottom: 0
}

.app-block-text ol,.app-block-text ul {
    list-style-position: inside
}

.app-block-text blockquote {
    border-left: 2px solid #f8bd00;
    margin-left: 0;
    padding: 0 0 0 16px
}

.article-single .article__head {
    margin-bottom: 40px
}

.article-single .article__head:last-child {
    margin-bottom: 0
}

.article-single .article__title {
    font-size: 35px;
    font-family: Work Sans,sans-serif;
    color: #f8bd00
}

@media (max-width: 575px) {
    .article-single .article__title {
        font-size:30px
    }
}

.article-single .article__meta a {
    text-decoration: none;
    color: #282842;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.article-single .article__meta a:hover {
    color: #f8bd00
}

.article {
    text-align: center
}

.article .article__head {
    margin-bottom: 10px
}

.article .article__head:last-child {
    margin-bottom: 0
}

.article .article__head .article__image img {
    border-radius: 10px
}

.articles > ol {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 40px
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .articles > ol {
        grid-template-columns:repeat(1,1fr)
    }
}

.articles .articles__items {
    list-style: none;
    padding: 0
}

.articles .articles__item .article__title {
    font-size: 35px;
    font-family: Work Sans,sans-serif;
    color: #f8bd00
}

@media (max-width: 575px) {
    .articles .articles__item .article__title {
        font-size:30px
    }
}

.articles .articles__item .article__title a {
    color: #f8bd00;
    text-decoration: none;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.articles .articles__item .article__title a:hover {
    color: #282842
}

.articles .articles__item p {
    font-size: 22px
}

.articles .article__title a {
    color: #282842;
    text-decoration: none;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.articles .article__title a:hover {
    color: #f8bd00
}

.articles .articles__item + .articles__item {
    margin-top: 30px
}

.articles .article__meta a {
    text-decoration: none;
    color: #282842;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.articles .article__meta a:hover {
    color: #f8bd00
}

body {
    opacity: 0
}

body.is-loaded {
    opacity: 1
}

.boxes {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 2.4rem
}

@media (max-width: 1281px) {
    .boxes {
        grid-gap:2rem
    }
}

@media (max-width: 1023px) {
    .boxes {
        grid-template-columns:repeat(2,1fr)
    }
}

@media (max-width: 575px) {
    .boxes {
        grid-template-columns:100%
    }
}

.boxes .box {
    border-radius: 1.4rem;
    -webkit-box-shadow: 0 6px 24px 0 rgba(68,68,76,.06);
    box-shadow: 0 6px 24px 0 rgba(68,68,76,.06);
    background: #fff
}

.boxes .box .box__img {
    padding-bottom: 62.3%;
    border-radius: 1.4rem 1.4rem 0 0
}

.boxes .box .box__img:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.boxes .box .box__img img {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s,-webkit-transform .4s
}

.boxes .box .box__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

.boxes .box .box__content {
    text-align: center;
    padding: 3.1rem 2rem 4.9rem
}

@media (max-width: 1281px) {
    .boxes .box .box__content {
        padding:2rem
    }
}

.boxes .box h5 {
    margin-bottom: 3.2rem;
    color: #000
}

@media (max-width: 1281px) {
    .boxes .box h5 {
        margin-bottom:2rem
    }
}

.boxes .box h5 a {
    display: block;
    text-decoration: none;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s
}

.boxes .box h5 a:hover {
    color: #f8bd00
}

.boxes .box ol,.boxes .box ul {
    list-style-position: inside
}

.boxes .box blockquote {
    border-left: 2px solid #f8bd00;
    margin-left: 0;
    padding: 0 0 0 16px
}

.breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: 1.8rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.breadcrumbs a {
    display: inline-block;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: 500;
    position: relative;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .breadcrumbs a {
        font-size:1.6rem
    }
}

.breadcrumbs a:hover {
    color: #f8bd00
}

.breadcrumbs a:after {
    position: absolute;
    top: 50%;
    right: -1.4rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "/";
    display: block;
    font-weight: 700
}

.breadcrumbs .is-current a {
    pointer-events: none;
    font-weight: 700
}

.breadcrumbs .is-current a:after {
    content: none
}

.btn-arrow {
    font-size: 1.6rem;
    font-weight: 500;
    text-decoration: none;
    color: #282842;
    position: relative;
    display: inline-block;
    padding: .3rem 5rem .3rem .3rem;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s,-webkit-transform .4s
}

.btn-arrow:hover {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

.btn-arrow img {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2.6rem;
    max-width: 2.5rem;
    width: 2.8rem;
    height: 1.5rem
}

.btn-img {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    font-family: Open Sans,sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fcfcfc;
    background: #f8bd00;
    padding: 1.3rem 2.3rem 1.3rem 4.5rem;
    -webkit-box-shadow: 0 4px 18px 0 rgba(248,189,0,.2);
    box-shadow: 0 4px 18px 0 rgba(248,189,0,.2);
    border-radius: 99em;
    position: relative;
    -webkit-transition: color .4s,border .4s,background .4s;
    -o-transition: color .4s,border .4s,background .4s;
    transition: color .4s,border .4s,background .4s
}

@media (max-width: 1281px) {
    .btn-img {
        font-size:1.5rem;
        padding: 1.2rem 2rem 1.2rem 3.5rem
    }
}

.btn-img:hover {
    color: #f8bd00;
    border: 1px solid #f8bd00;
    background: transparent
}

.btn-img i {
    position: absolute;
    top: 50%;
    left: 2rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 1281px) {
    .btn-img i {
        left:1rem
    }
}

.btn-img .fa-phone {
    font-size: 1.8rem
}

@media (max-width: 1281px) {
    .btn-img .fa-phone {
        font-size:1.5rem
    }
}

.btn-img.btn-img-larger--text {
    font-size: 1.8rem;
    padding: 1.2rem 1.9rem 1.2rem 5.2rem
}

@media (max-width: 1281px) {
    .btn-img.btn-img-larger--text {
        font-size:1.5rem;
        padding: 1.2rem 2rem 1.2rem 3.5rem
    }
}

.btn-img.btn-img--no-img {
    padding-left: 2.5rem
}

.btn {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    color: #fff;
    background: #f8bd00;
    -webkit-box-shadow: 0 4px 18px 0 rgba(248,189,0,.2);
    box-shadow: 0 4px 18px 0 rgba(248,189,0,.2);
    border-radius: 99em;
    padding: 1.3rem 4.4rem;
    -webkit-transition: color .4s,border .4s,background .4s;
    -o-transition: color .4s,border .4s,background .4s;
    transition: color .4s,border .4s,background .4s
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .btn {
        padding:1.2rem 3rem;
        font-size: 1.4rem
    }
}

.btn:hover {
    color: #f8bd00;
    border: 1px solid #f8bd00;
    background: transparent
}

.btn--block {
    display: block;
    padding-left: 0;
    padding-right: 0
}

.btn.btn--small {
    padding: .5rem 1.2rem;
    font-size: 1.2rem
}

.cols {
    padding-left: 21rem;
    display: grid;
    grid-template-columns: 30.8% 32.2% 30.5%;
    grid-gap: 1%;
    position: relative
}

@media (max-width: 1281px) {
    .cols {
        grid-template-columns:32.6% 32.6% 32.6%
    }
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .cols {
        width:71.9rem
    }
}

.cols:after {
    content: "";
    display: block;
    position: absolute;
    top: 6.4rem;
    left: 0;
    width: 100%;
    height: 1px;
    background: #979797
}

@media (max-width: 1281px) {
    .cols:after {
        top:5rem
    }
}

.cols .col {
    text-align: center;
    padding: 2rem 1rem 4.1rem;
    border-radius: 1.4rem
}

.cols .col .col__title {
    margin-bottom: 4.8rem;
    color: #000
}

@media (max-width: 1281px) {
    .cols .col .col__title {
        margin-bottom:3rem
    }
}

.cols .col ul {
    list-style: none;
    color: #424b5a
}

.cols .col li {
    margin-bottom: 3rem;
    position: relative;
    min-height: 2.4rem
}

@media (max-width: 1281px) {
    .cols .col li {
        margin-bottom:2rem
    }
}

.cols .col li:before {
    content: attr(data-title);
    display: block;
    position: absolute;
    top: 34%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -21rem;
    width: 18.5rem;
    text-align: center;
    font-weight: 500
}

.cols .col li:last-child {
    margin-bottom: 0
}

.companions {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.companions .companion .companion__img {
    height: 12.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.companions .companion .companion__img img {
    max-width: 20rem;
    max-height: 12.3rem;
    width: auto;
    height: auto
}

.companions .companion .companion__content {
    text-align: center;
    padding: 1.2rem 0
}

.companions .companion h5 {
    margin-bottom: 1.5rem;
    color: #161726
}

.companions .companion ol,.companions .companion ul {
    list-style-position: inside
}

.companions .companion blockquote {
    border-left: 2px solid #f8bd00;
    margin-left: 0;
    padding: 0 0 0 16px
}

.footer {
    width: 100%;
    background: #282842;
    color: #fff;
    padding: 10.1rem 0;
    font-size: 1.8rem;
    padding-left: calc(50% - 61.5rem);
    padding-right: 8rem
}

@media (max-width: 1281px) {
    .footer {
        padding:8rem 0
    }
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .footer {
        padding:4rem 0;
        font-size: 1.6rem
    }
}

.footer .footer__logo {
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    display: inline-block
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .footer .footer__logo {
        width:19rem
    }
}

.footer .footer__logo:hover {
    opacity: .7
}

.footer .footer__inner {
    display: grid;
    grid-template-columns: 29.2% 45.1% 25.7%
}

@media (max-width: 1449px) {
    .footer .footer__inner {
        grid-template-columns:28% 50% 23%
    }
}

@media (max-width: 1281px) {
    .footer .footer__inner {
        grid-template-columns:35% 65%
    }
}

@media (max-width: 1023px) {
    .footer .footer__inner {
        grid-template-columns:100%
    }
}

.footer .footer__aside {
    padding-right: 2rem
}

@media (max-width: 1281px) {
    .footer .footer__aside {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column
    }
}

@media (max-width: 1023px) {
    .footer .footer__aside {
        display:grid;
        grid-template-columns: 50% 50%;
        padding-right: 0
    }
}

@media (max-width: 575px) {
    .footer .footer__aside {
        grid-template-columns:100%
    }
}

.footer .footer__aside-content {
    padding-bottom: 10.3rem
}

@media (max-width: 1281px) {
    .footer .footer__aside-content {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2;
        padding-bottom: 2rem
    }
}

@media (max-width: 1281px) {
    .footer .footer__aside-logo {
        -webkit-box-ordinal-group:2;
        -ms-flex-order: 1;
        order: 1;
        padding-bottom: 4rem
    }
}

.footer .footer__socials p {
    margin-bottom: 1.1rem
}

.footer .footer__socials-content {
    padding-left: 1.4rem
}

@media (max-width: 1281px) {
    .footer .footer__socials-content {
        padding-left:0
    }
}

.footer .footer__socials-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 3.3rem;
    padding-top: 7.2rem
}

@media (max-width: 1281px) {
    .footer .footer__socials-logos {
        padding-top:2rem
    }
}

.footer .footer__socials-logos a,
.footer .footer__socials-logos span{
    display: inline-block;
    width: 13.4rem;
    height: 13.4rem;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s
}

@media (max-width: 1449px) {
    .footer .footer__socials-logos a,
	.footer .footer__socials-logos span{
        width:10rem;
        height: 10rem
    }
}

.footer .footer__socials-logos a:hover {
    opacity: .7
}

@media (max-width: 1281px) {
    .footer .footer__contacts {
        padding-bottom:2rem;
        padding-top: 10rem
    }
}

@media (max-width: 1023px) {
    .footer .footer__contacts {
        padding-top:0
    }
}

.footer .footer__contacts ul {
    display: grid;
    grid-template-columns: 51.3% 48.7%;
    list-style: none
}

@media (max-width: 1281px) {
    .footer .footer__contacts ul {
        grid-template-columns:50% 50%
    }
}

@media (max-width: 575px) {
    .footer .footer__contacts ul {
        grid-template-columns:100%;
        grid-gap: 2rem
    }
}

.footer .footer__contacts ul li {
    min-height: 29.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding-right: 2rem
}

@media (max-width: 1281px) {
    .footer .footer__contacts ul li {
        min-height:1rem
    }
}

.footer a[href^="tel:"] {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s
}

.footer a[href^="tel:"]:hover {
    color: #f8bd00
}

.footer a[href^="mailto:"] {
    margin-top: auto;
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s
}

.footer a[href^="mailto:"]:hover {
    color: #f8bd00
}

.footer h5 {
    margin-bottom: 2.8rem;
    color: #fff
}

@media (max-width: 1281px) {
    .footer h5 {
        margin-bottom:2rem
    }
}

.footer p {
    line-height: 1.83
}

.grid .grid__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px
}

.grid .grid__col {
    width: 100%;
    padding: 15px
}

.grid .grid__col--1of2 {
    width: 50%
}

.header {
    width: 100%;
    position: relative;
    z-index: 100;
    padding: 2.3rem 0
}

@media (max-width: 1023px) {
    .header {
        position:fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 1.5rem
    }
}

.header .header__inner {
    display: grid;
    grid-template-columns: 21.5rem calc(100% - 21.5rem);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1281px) {
    .header .header__inner {
        grid-template-columns:18rem calc(100% - 18rem)
    }
}

@media (max-width: 1023px) {
    .header .header__inner {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.header .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    grid-gap: 2rem 7%
}

@media (max-width: 1281px) {
    .header .header__nav {
        grid-gap:2rem
    }
}

@media (max-width: 1023px) {
    .header .header__nav {
        -webkit-transform:translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        padding: 100px 0;
        position: fixed;
        overflow-y: visibile;
        top: -100%;
        left: 0;
        width: 100%;
        text-align: center;
        display: block;
        height: 100vh;
        margin-top: 0;
        z-index: 100;
        background: #282842;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s
    }
}

.header .header__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: 1rem
}

@media (max-width: 1023px) {
    .header .header__actions {
        padding-top:2rem;
        grid-gap: 2rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.header.has-nav .header__nav {
    opacity: 1;
    display: block;
    pointer-events: auto;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.header.has-nav .nav-trigger--active span {
    -webkit-transition: background .2s,top .2s,opacity .2s,-webkit-transform .2s .25s;
    transition: background .2s,top .2s,opacity .2s,-webkit-transform .2s .25s;
    -o-transition: background .2s,top .2s,opacity .2s,transform .2s .25s;
    transition: background .2s,top .2s,opacity .2s,transform .2s .25s;
    transition: background .2s,top .2s,opacity .2s,transform .2s .25s,-webkit-transform .2s .25s;
    background: #fff
}

.header.has-nav .nav-trigger--active span:nth-child(1),.header.has-nav .nav-trigger--active span:nth-child(3) {
    top: 11px
}

.header.has-nav .nav-trigger--active span:nth-child(2) {
    opacity: 0
}

.header.has-nav .nav-trigger--active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header.has-nav .nav-trigger--active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

html {
    font-size: 62.5%
}

.ico {
    font-size: 0;
    line-height: 0;
    text-indent: -4004px;
    display: inline-block;
    vertical-align: top
}

.ico,.image-fit {
    position: relative
}

.image-fit {
    overflow: hidden;
    background-size: cover;
    background-position: 50%
}

.image-fit > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.image-fit--bottom {
    background-position: bottom
}

.image-fit--bottom img {
    -o-object-position: center bottom;
    object-position: center bottom
}

.logo {
    font-size: 0;
    line-height: 0;
    text-indent: -4004px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    width: 21.5rem
}

@media (max-width: 1281px) {
    .logo {
        width:18rem
    }
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .logo {
        width:15rem
    }
}

.logo > img {
    display: block;
    width: 100%
}

.main {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.main .page__entry > ol,.main .page__entry > ul {
    list-style-position: inside
}

@media (max-width: 1023px) {
    .main {
        padding-top:7.1rem
    }
}

@media (max-width: 575px) {
    .main {
        padding-top:6.4rem
    }
}

body.error404 .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body.error404 .main > section {
    width: 100%
}

.nav-trigger {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
    z-index: 999;
    display: none
}

@media (max-width: 1023px) {
    .nav-trigger {
        display:block
    }
}

@media (max-width: 575px) {
    .nav-trigger {
        width:33px;
        height: 15px
    }
}

.nav-trigger span {
    position: absolute;
    display: block;
    height: 2px;
    width: 100%;
    background: #282842;
    -webkit-transition: top .2s .25s,left .2s .25s,opacity .2s .25s,-webkit-transform .2s 0s;
    transition: top .2s .25s,left .2s .25s,opacity .2s .25s,-webkit-transform .2s 0s;
    -o-transition: top .2s .25s,left .2s .25s,opacity .2s .25s,transform .2s 0s;
    transition: top .2s .25s,left .2s .25s,opacity .2s .25s,transform .2s 0s;
    transition: top .2s .25s,left .2s .25s,opacity .2s .25s,transform .2s 0s,-webkit-transform .2s 0s
}

.nav-trigger span:nth-child(1) {
    top: 0
}

.nav-trigger span:nth-child(2) {
    top: 10px
}

@media (max-width: 575px) {
    .nav-trigger span:nth-child(2) {
        top:6px
    }
}

.nav-trigger span:nth-child(3) {
    top: 20px
}

@media (max-width: 575px) {
    .nav-trigger span:nth-child(3) {
        top:12px
    }
}

.nav {
}

.nav > ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: 2rem 4rem
}

@media (max-width: 1281px) {
    .nav > ul {
        grid-gap:2rem 1.2rem
    }
}

@media (max-width: 1023px) {
    .nav > ul {
        display:block
    }
}

.nav > ul > li {
    position: relative
}

@media (max-width: 1023px) {
    .nav > ul > li {
        padding-bottom:1rem
    }

    .nav > ul > li:last-child {
        padding-bottom: 0
    }
}

.nav > ul > li a {
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
    color: #191929;
    padding: 10px 0;
    display: block;
}

@media (max-width: 1023px) {
    .nav > ul > li a {
        font-size:2rem;
        color: #fff
    }
}

.nav > ul > li a:hover {
    color: #f8bd00
}

.nav .menu > li > ul {
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    pointer-events: none;
    padding: 0px;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    background: #fff;
    min-width: 25rem;
    -webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,.2);
    box-shadow: 0 4px 6px 0 rgba(0,0,0,.2)
}

@media (max-width: 1023px) {
    .nav .menu > li > ul {
        display:block;
        position: relative;
        opacity: 1;
        pointer-events: auto;
        background: none;
        margin-bottom: 20px;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-bottom: 0;
        padding: 0
    }
}

.nav .menu > li > ul > li,
.nav .menu > li > ul > li li {
    padding: 3px 18px;
    position: relative;
    border-bottom: 1px solid #e9e9e9;
}

.nav .menu > li > ul > li:last-child {
    padding-bottom: 0
}

.nav .menu ul a:hover {
    color: #f8bd00
}

/*.nav .menu ul a:hover:after {
    content: none
}*/

.nav .menu > li:hover > a:before {
    opacity: 1
}

.nav .menu > li:hover > ul {
    opacity: 1;
    pointer-events: auto
}

.nav .menu > li > ul ul{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 100%;
    pointer-events: none;
    padding: 0px;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    background: #fff;
    min-width: 25rem;
    -webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,.2);
    box-shadow: 0 4px 6px 0 rgba(0,0,0,.2)
}
.nav .menu > li > ul li:hover > ul {
    opacity: 1;
    pointer-events: auto
}

@media(max-width:1023px){
    .nav .menu > li > ul > li,
    .nav .menu > li > ul > li li{
        border:none;
        position:static;
    }
    .nav .menu > li > ul,
    .nav .menu > li > ul ul{
        position:absolute;
        left:100%;
        top:0;
        opacity: 0;
        pointer-events: auto;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-bottom: 0;
        padding: 0;
        width: 100vw;
    }

    .nav .menu > li.mobile-active > ul,
    .nav .menu > li > ul li.mobile-active ul{
        opacity:1;
        z-index: 99;
    }

    .nav > ul > li {
        position: static;
    }
    .header__nav .nav{
        position:relative;
    }
    .header__inner[data-depth="0"] .header__nav > * {
        transform: translateX(0vw); 
    }
    .header__inner[data-depth="1"] .header__nav > * {
        transform: translateX(-100vw); 
    }
    .header__inner[data-depth="2"] .header__nav > * {
        transform: translateX(-200vw); 
    }
}

.nav-trigger--back{
    top:5px;
    display:none;
    width: 33px;
    height: 15px;
    position: relative;
    z-index: 999;
}

.nav-trigger--back span {
    position: absolute;
    display: block;
    height: 2px;
}
.header__nav .menu-item-has-children > a:after{
    content:"^";
    transform: rotate(180deg);
    display: inline-block;
    margin: 0 0 0 6px;
    height: 9px;
    font-size: 10px;
    color: #393f83;
}

.header__nav .sub-menu .menu-item-has-children > a:after{
    transform: rotate(90deg);
    float:right;
    margin-top:3px
}

@media(max-width:1023px){
    .header.has-nav .nav-trigger--back span{
        -webkit-transition: background .2s,top .2s,opacity .2s,-webkit-transform .2s .25s;
        transition: background .2s,top .2s,opacity .2s,-webkit-transform .2s .25s;
        -o-transition: background .2s,top .2s,opacity .2s,transform .2s .25s;
        transition: background .2s,top .2s,opacity .2s,transform .2s .25s;
        transition: background .2s,top .2s,opacity .2s,transform .2s .25s,-webkit-transform .2s .25s;
        background: #fff
    }
    .header.has-nav .nav-trigger--back span:nth-child(1) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    
    .header.has-nav .nav-trigger--back span:nth-child(3) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
        width:10px;
        top: 11px;
    }
    
    .header.has-nav .nav-trigger--back span:nth-child(2) {
        opacity: 0;
    }
    
    .nav-trigger--back span{
        width:50%;
    }
    .nav-trigger--back{
        top:5px;
    }
    .has-nav .header__inner:not([data-depth="0"]) .nav-trigger--back{
        display:block;
    }
    .header__nav .menu-item-has-children > a:after,
    .header__nav .sub-menu .menu-item-has-children > a:after{
        transform: rotate(90deg);
        margin-top: 9px;
        color: #fff;
        position: absolute;
    }
}

.product-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    grid-gap: 12.1rem 2rem
}

@media (max-width: 1281px) {
    .product-items {
        grid-gap:8rem 2rem
    }
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .product-items {
        grid-gap:4rem 2rem
    }
}

.product-items .product-item {
    display: grid;
    grid-template-columns: 48.6% 51.4%
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .product-items .product-item {
        grid-template-columns:100%
    }
}

.product-items .product-item .product__item-img {
    padding-top: 5rem;
    margin-right: -1rem
}

@media (max-width: 1449px) {
    .product-items .product-item .product__item-img {
        margin-right:0
    }
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .product-items .product-item .product__item-img {
        -webkit-box-ordinal-group:2;
        -ms-flex-order: 1;
        order: 1;
        padding-top: 0;
        max-width: 50rem;
        margin: 0 auto
    }
}

.product-items .product-item .product__item-content {
    padding-right: 12%
}

@media (max-width: 1023px) {
    .product-items .product-item .product__item-content {
        padding-right:2rem
    }
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .product-items .product-item .product__item-content {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2;
        padding-top: 1rem;
        padding-right: 0
    }
}

.product-items .product-item h2 {
    margin-bottom: .7rem
}

.product-items .product-item h5 {
    margin-bottom: 2rem
}

.product-items .product-item p {
    margin-bottom: 4.1rem
}

@media (max-width: 1281px) {
    .product-items .product-item p {
        margin-bottom:2rem
    }
}

.product-items .product-item ol,.product-items .product-item ul {
    list-style-position: inside
}

.product-items .product-item blockquote {
    border-left: 2px solid #f8bd00;
    margin-left: 0;
    padding: 0 0 0 16px
}

.product-items .product-item.product-item--reversed {
    grid-template-columns: 50.7% 49.3%;
    padding-top: 2.5rem
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .product-items .product-item.product-item--reversed {
        grid-template-columns:100%;
        padding-top: 0
    }
}

.product-items .product-item.product-item--reversed .product__item-img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: -1.5rem;
    margin-right: 0;
    padding-top: .2rem
}

@media (max-width: 1449px) {
    .product-items .product-item.product-item--reversed .product__item-img {
        margin-left:0
    }
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .product-items .product-item.product-item--reversed .product__item-img {
        margin:0 auto
    }
}

.product-items .product-item.product-item--reversed .product__item-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-right: 0;
    padding-left: 17.9%;
    margin-right: -1rem
}

@media (max-width: 1281px) {
    .product-items .product-item.product-item--reversed .product__item-content {
        margin-right:0;
        padding-left: 4rem
    }
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .product-items .product-item.product-item--reversed .product__item-content {
        padding-left:0
    }
}

.products {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 2.4rem
}

@media (max-width: 1281px) {
    .products {
        grid-gap:2rem;
        grid-template-columns: repeat(3,1fr)
    }
}

@media (max-width: 1023px) {
    .products {
        grid-template-columns:repeat(2,1fr)
    }
}

@media (max-width: 575px) {
    .products {
        grid-template-columns:100%
    }
}

.products .product {
    -webkit-box-shadow: 0 0 24px -6px rgba(68,68,76,.18);
    box-shadow: 0 0 24px -6px rgba(68,68,76,.18);
    border-radius: 1.4rem;
    padding: 2.5rem 2.4rem 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

@media (max-width: 1023px) {
    .products .product br {
        display:none
    }
}

.products .product .product__actions {
    grid-gap: 1rem;
    padding-bottom: 2rem
}

.products .product .product__actions,.products .product .product__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.products .product .product__img {
    width: 100%;
    height: 16.5rem;
    margin-bottom: 3.1rem;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 1281px) {
    .products .product .product__img {
        margin-bottom:2rem
    }
}
.products .product .product__img a {
    display: flex;
    width: 100%;
    align-items: stretch;
    justify-content: stretch;
}
.products .product .product__img img {
    max-width: 100%;
    max-height: 16.5rem;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: cover;
}

.products .product .product__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.products .product h5 + h5 {
    font-weight: 400;
    font-size: 16px;
}

.products .product h5 {
    line-height: 1.33;
    margin-bottom: 6px;
    color: #161726;
}

@media (max-width: 1281px) {
    .products .product h5 {
        margin-bottom:2rem
    }
}

.products .product h5:last-child {
    margin-top: auto;
    margin-bottom: 0
}

.products .product h5 a {
    display: block;
    text-decoration: none;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s
}

.products .product h5 a:hover {
    color: #f8bd00
}

.products .product ol,.products .product ul {
    list-style-position: inside
}

.products .product blockquote {
    border-left: 2px solid #f8bd00;
    margin-left: 0;
    padding: 0 0 0 16px
}

.reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1023px) {
    .reviews {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        grid-gap: 2rem
    }
}

.reviews .review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #161d1d
}

@media (max-width: 1281px) {
    .reviews .review {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center
    }
}

.reviews .review .review__rating {
    margin-right: 1.7rem
}

@media (max-width: 1023px) {
    .reviews .review .review__rating {
        margin-right:1rem
    }
}

@media (max-width: 374px) {
    .reviews .review .review__rating {
        margin-right:.5rem
    }
}

.reviews .review .review__rating ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #ffba48;
    font-size: 1.8rem;
    grid-gap: .4rem
}

@media (max-width: 1023px) {
    .reviews .review .review__rating ul {
        font-size:1.4rem
    }
}

@media (max-width: 374px) {
    .reviews .review .review__rating ul {
        font-size:1rem
    }
}

.reviews .review .review__img {
    margin-right: 1.5rem
}

.reviews .review .review__img img {
    max-width: 8rem;
    max-height: 2.4rem;
    width: auto;
    height: auto
}

@media (max-width: 575px) {
    .reviews .review .review__img img {
        max-width:7rem
    }
}

@media (max-width: 374px) {
    .reviews .review .review__img img {
        max-width:6rem
    }
}

.reviews .review .review__grade {
    margin-right: 2rem
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .reviews .review .review__grade {
        margin-right:1rem
    }
}

@media (max-width: 374px) {
    .reviews .review .review__grade {
        margin-right:.5rem
    }
}

.richtext-entry > ol:not([class]),.richtext-entry > ol:not([class]) ol,.richtext-entry > ol:not([class]) ul,.richtext-entry > ul:not([class]),.richtext-entry > ul:not([class]) ol,.richtext-entry > ul:not([class]) ul {
    padding-left: 30px
}

.richtext-entry > blockquote {
    border-left: 2px solid #f8bd00;
    margin-left: 0;
    padding: 0 0 0 16px
}

.richtext-entry > *.alignwide {
    width: 100%;
    max-width: 100%;
    clear: both
}

.richtext-entry > *.aligncenter {
    margin-left: auto;
    margin-right: auto
}

.richtext-entry > *.alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
    padding: 0 20px
}

.section-default {
    margin: 50px 0
}

.section-default .section__content {
    margin-bottom: 40px
}

.section-default .section__content:last-child {
    margin-bottom: 0
}

.section-default .section__title {
    margin-bottom: 20px;
    color: #f8bd00
}

.section-default .section__title:last-child {
    margin-bottom: 0
}

.section-default--404 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-align: center
}

.section-default--404 .section__shell {
    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
}

.section-default--404 .section__btn {
    padding: 10px;
    text-transform: uppercase;
    margin-top: 20px;
    background: #f8bd00;
    color: #fff;
    -webkit-transition: color .3s,border .3s,background .3s;
    -o-transition: color .3s,border .3s,background .3s;
    transition: color .3s,border .3s,background .3s;
    border: 1px solid transparent
}

.section-default--404 .section__btn:hover {
    color: #f8bd00;
    border: 1px solid #f8bd00;
    background: none
}

.section-default--404 h2 {
    color: #f8bd00
}

.shell {
    position: relative;
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    width: 100%
}

@media (max-width: 1449px) {
    .shell {
        padding-left:3rem;
        padding-right: 3rem
    }
}

.shell--fluid {
    max-width: none
}

.slider-gallery {
}

.slider-gallery .slider__slide {
    padding-bottom: 6rem
}

.slider-gallery .slider__clip.swiper--main {
    margin-bottom: 1.7rem
}

.slider-gallery .slider__clip.swiper--main .slider__slide {
    -webkit-box-shadow: 0 0 12px 0 rgba(68,68,76,.18);
    box-shadow: 0 0 12px 0 rgba(68,68,76,.18);
    padding-bottom: 59.05%;
    border-radius: 1rem
}

.slider-gallery .slider__clip.swiper--main .slider__slide:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.slider-gallery .slider__clip.swiper--main .slider__slide img {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s,-webkit-transform .4s
}

.slider-gallery .slider__clip.swiper--main .slider__slide a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

.slider-gallery .slider__clip.swiper--secondary {
    overflow: hidden
}

.slider-gallery .slider__clip.swiper--secondary .slider__slide {
    padding-bottom: 14.4%;
    border-radius: .8rem;
    opacity: .5;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    cursor: pointer
}

@media (max-width: 575px) {
    .slider-gallery .slider__clip.swiper--secondary .slider__slide {
        padding-bottom:25%
    }
}

.slider-gallery .slider__clip.swiper--secondary .slider__slide.swiper-slide-thumb-active,.slider-gallery .slider__clip.swiper--secondary .slider__slide:hover {
    opacity: 1
}

.slider-testimonials {
    position: relative;
    padding: 0 6.5%
}

@media (max-width: 1023px) {
    .slider-testimonials {
        padding:0
    }
}

.slider-testimonials .swiper-button-next,.slider-testimonials .swiper-button-prev {
    top: 54.1%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto;
    height: auto
}

@media (max-width: 1023px) {
    .slider-testimonials .swiper-button-next,.slider-testimonials .swiper-button-prev {
        display:none
    }
}

.slider-testimonials .swiper-button-next:hover:after,.slider-testimonials .swiper-button-prev:hover:after {
    color: #f8bd00
}

.slider-testimonials .swiper-button-next:after,.slider-testimonials .swiper-button-prev:after {
    font-size: 1.8rem;
    content: "\f053";
    color: #424b5a;
    font-family: Font Awesome\ 6 Free;
    font-weight: 900;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s
}

.slider-testimonials .swiper-button-prev {
    left: -2.2rem
}

@media (max-width: 1449px) {
    .slider-testimonials .swiper-button-prev {
        left:0
    }
}

.slider-testimonials .swiper-button-next {
    right: -2.2rem
}

@media (max-width: 1449px) {
    .slider-testimonials .swiper-button-next {
        right:0
    }
}

.slider-testimonials .swiper-button-next:after {
    content: "\f054";
    left: auto
}

.slider-testimonials .swiper-pagination {
    bottom: -3rem;
    display: none
}

@media (max-width: 1023px) {
    .slider-testimonials .swiper-pagination {
        display:block
    }
}

.slider-testimonials .swiper-pagination-bullet {
    background: #282842
}

.socials {
    padding-left: 1.4rem
}

@media (max-width: 1281px) {
    .socials {
        padding-left:0
    }
}

.socials ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 1.7rem
}

.socials a {
    font-size: 2.532rem;
    display: inline-block;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s
}

.socials a:hover {
    color: #f8bd00
}

.testimonial .testimonial__head {
    display: grid;
    grid-template-columns: auto auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 2.5rem;
    grid-gap: 2rem
}

@media (max-width: 1281px) {
    .testimonial .testimonial__head {
        padding-bottom:2rem
    }
}

@media (max-width: 374px) {
    .testimonial .testimonial__head {
        grid-gap:1rem
    }
}

.testimonial .testimonial__avatar {
    display: grid;
    grid-template-columns: auto auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-gap: 2.4rem
}

@media (max-width: 1281px) {
    .testimonial .testimonial__avatar {
        grid-gap:2rem
    }
}

.testimonial .testimonial__avatar-img {
    width: 4.8rem;
    height: 4.8rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #282842;
    border-radius: 50%;
    color: #fff;
    font-size: 1.8rem
}

.testimonial .testimonial__avatar-img,.testimonial .testimonial__rating ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.testimonial .testimonial__rating ul {
    grid-gap: .55rem;
    padding: .3rem 0;
    list-style: none;
    color: #f8bd00;
    font-size: 1.4rem
}

@media (max-width: 374px) {
    .testimonial .testimonial__rating ul {
        font-size:1.2rem
    }
}

.testimonial h6 {
    font-size: 1.2rem;
    font-weight: 600
}

.testimonial h5 {
    color: #000;
    margin-bottom: 1rem
}

.testimonial ol,.testimonial ul {
    list-style-position: inside
}

.testimonial blockquote {
    border-left: 2px solid #f8bd00;
    margin-left: 0;
    padding: 0 0 0 16px
}

.wrapper {
    position: relative;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden
}

.wrapper,.wrapper .wrapper__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.wrapper .wrapper__inner {
    width: 100%;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

body.admin-bar .wrapper .wrapper__inner {
    min-height: calc(100vh - 32px)
}

@media (max-width: 782px) {
    body.admin-bar .wrapper .wrapper__inner {
        min-height:calc(100vh - 46px)
    }
}

body.wp-admin {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none
}

.acf-block-component .acf-block-preview {
    font-family: Work Sans,sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2
}

.acf-block-component .acf-block-preview .h1,.acf-block-component .acf-block-preview .h2,.acf-block-component .acf-block-preview .h3,.acf-block-component .acf-block-preview .h4,.acf-block-component .acf-block-preview .h5,.acf-block-component .acf-block-preview .h6,.acf-block-component .acf-block-preview h1,.acf-block-component .acf-block-preview h2,.acf-block-component .acf-block-preview h3,.acf-block-component .acf-block-preview h4,.acf-block-component .acf-block-preview h5,.acf-block-component .acf-block-preview h6 {
    margin-bottom: .6em;
    font-family: Spectral,serif
}

.gform_wrapper .gform_body .gform_fields .gfield,.gform_wrapper .gform_body .gform_fields .gfield .gfield_description,.gform_wrapper .gform_body .gform_fields .gfield .gfield_label,.gform_wrapper .gform_body .gform_fields .gfield .ginput_container,.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_select select,.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_textarea textarea,.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li label,.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label,.gform_wrapper.gform_wrapper,.gform_wrapper.gform_wrapper.gf_browser_ie .gform_footer input.button,.gform_wrapper.gform_wrapper .gform_body,.gform_wrapper.gform_wrapper .gform_footer,.gform_wrapper.gform_wrapper .gform_footer input.button,.gform_wrapper.gform_wrapper .gform_footer input[type=submit],.gform_wrapper.gform_wrapper .gform_heading,.gform_wrapper.gform_wrapper .gform_heading .gform_title,.gform_wrapper.gform_wrapper .gform_page_footer input.button,.gform_wrapper.gform_wrapper .gform_page_footer input[type=submit] {
    padding: 0;
    margin: 0
}

.gform_wrapper .gform_footer {
    position: relative
}

.gform_wrapper .gform_footer .gform_ajax_spinner {
    position: absolute;
    top: 50%;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.gform_wrapper .gform_body .gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.gform_wrapper .gform_body .gform_fields .gfield,.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield.gfield_error {
    width: 100%;
    max-width: 100%!important;
    margin-bottom: 0!important;
    margin-top: 0!important;
    border: 0;
    background-color: transparent
}

.gform_wrapper .gform_body .gform_fields .gfield--medium,.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--medium.gfield_error {
    width: 50%;
    max-width: 50%
}

.gform_wrapper .gform_body .gform_fields .gfield--small,.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--small.gfield_error {
    width: 33.33%;
    max-width: 33.33%
}

.gform_wrapper .gform_body .gform_fields .gfield--address,.gform_wrapper .gform_body .gform_fields .gfield--checkbox,.gform_wrapper .gform_body .gform_fields .gfield--consent,.gform_wrapper .gform_body .gform_fields .gfield--date,.gform_wrapper .gform_body .gform_fields .gfield--fileupload,.gform_wrapper .gform_body .gform_fields .gfield--html,.gform_wrapper .gform_body .gform_fields .gfield--large,.gform_wrapper .gform_body .gform_fields .gfield--name,.gform_wrapper .gform_body .gform_fields .gfield--radio,.gform_wrapper .gform_body .gform_fields .gfield--rangeslider,.gform_wrapper .gform_body .gform_fields .gfield--section,.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--address.gfield_error,.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--checkbox.gfield_error,.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--consent.gfield_error,.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--date.gfield_error,.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--fileupload.gfield_error,.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--html.gfield_error,.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--large.gfield_error,.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--name.gfield_error,.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--radio.gfield_error,.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--rangeslider.gfield_error,.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--section.gfield_error {
    width: 100%;
    max-width: 100%
}

.gform_wrapper.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,.gform_wrapper.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0
}

.gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper .gform_footer input.button,.gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper .gform_footer input[type=submit],.gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper .gform_page_footer input.button,.gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper .gform_page_footer input[type=submit] {
    line-height: normal;
    min-height: 0;
    width: auto
}

.gform_wrapper .gform_body .gform_fields {
    margin: 0 -15px!important
}

.gform_wrapper .gform_body .gform_fields .gfield,.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield.gfield_error {
    padding: 0 15px;
    margin-bottom: 20px!important
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_select select,.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_textarea textarea,.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border: 1px solid grey;
    border-radius: 0;
    font-weight: inherit
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
    height: 200px;
    resize: vertical;
    padding: 15px
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_select select {
    padding: 0 15px
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_select select[multiple="multiple"] {
    padding: 15px
}

.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li input[type=checkbox],.gform_wrapper .gform_body .gform_fields ul.gfield_radio li input[type=radio] {
    display: none
}

.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li label,.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label {
    position: relative;
    padding-left: 20px
}

.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li label:after,.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li label:before,.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label:after,.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0
}

.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li label:before,.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label:before {
    width: 14px;
    height: 14px;
    border: 1px solid grey
}

.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li label:after,.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label:after {
    display: none
}

.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li input:checked + label,.gform_wrapper .gform_body .gform_fields ul.gfield_radio li input:checked + label {
    font-weight: 400
}

.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li input:checked + label:after,.gform_wrapper .gform_body .gform_fields ul.gfield_radio li input:checked + label:after {
    display: block
}

.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label:after,.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label:before {
    border-radius: 100%
}

.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li label:after,.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label:after {
    left: 2px;
    width: 10px;
    height: 10px;
    background: grey
}

.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label:after {
    border-radius: 100%
}

.ui-datepicker {
    display: none
}

.ui-datepicker select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0 5px;
    border: 0;
    background: transparent
}

.ui-datepicker select::-ms-expand {
    display: none
}

.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev {
    position: relative;
    background: transparent
}

.ui-datepicker .ui-datepicker-next:before,.ui-datepicker .ui-datepicker-prev:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border: solid;
    border-width: 5px 5px 0;
    border-color: #fff transparent transparent
}

.ui-datepicker .ui-datepicker-prev:before {
    -webkit-transform: translate(-50%,-50%) rotate(90deg);
    -ms-transform: translate(-50%,-50%) rotate(90deg);
    transform: translate(-50%,-50%) rotate(90deg)
}

.ui-datepicker .ui-datepicker-next:before {
    -webkit-transform: translate(-50%,-50%) rotate(-90deg);
    -ms-transform: translate(-50%,-50%) rotate(-90deg);
    transform: translate(-50%,-50%) rotate(-90deg)
}

.ui-datepicker .ui-datepicker-header {
    background: blue
}

.ui-datepicker .ui-datepicker-calendar .ui-state-default,.ui-datepicker .ui-datepicker-calendar tbody td,.ui-datepicker .ui-datepicker-calendar thead {
    background: #fff;
    text-shadow: none!important;
    -webkit-box-shadow: none;
    box-shadow: none
}

.ui-datepicker .ui-datepicker-calendar .ui-state-default:hover {
    background: blue;
    color: #fff
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today .ui-state-default {
    background: gray!important;
    color: #fff!important
}

.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    border: 0;
    background: blue;
    color: #fff;
    margin: 0
}

.gform_wrapper.gform_wrapper div.validation_error,.gform_wrapper.gform_wrapper li.gfield.gfield_error,.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    border-color: red;
    background-color: transparent
}

.gform_wrapper.gform_wrapper .gfield_error .gfield_label,.gform_wrapper.gform_wrapper .gfield_required,.gform_wrapper.gform_wrapper .validation_message,.gform_wrapper.gform_wrapper div.validation_error,.gform_wrapper.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,.gform_wrapper.gform_wrapper li.gfield_error ul.gfield_checkbox,.gform_wrapper.gform_wrapper li.gfield_error ul.gfield_radio {
    color: red
}

.gform_wrapper.gform_wrapper div.validation_error {
    display: none
}

.gform_confirmation_wrapper .gform_confirmation_message {
    text-align: center
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .gform_wrapper .gform_body .gform_fields .gfield,.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield.gfield_error {
        width:100%
    }
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.mfp-counter {
    display: none
}

.tablepress thead th {
    background: none!important;
    font-size: 1.6rem;
    padding-top: 2rem!important;
    padding-bottom: 2.5rem!important;
    color: #000;
    width: 192px!important;
    border-bottom: 1px solid #979797!important
}

.tablepress thead th:first-child {
    width: 186px!important
}

.tablepress thead th:nth-child(2) {
    width: 167px!important
}

@media(max-width: 767px){
    .tablepress thead th:first-child {
        width: 25%!important
    }
    .tablepress thead th:nth-child(2) {
        width: 75%!important
    }
}

.tablepress thead th strong {
    font-weight: 700
}

.tablepress thead th:nth-child(2) {
    background: #f3f5ff!important;
    border-radius: 1.4rem 1.4rem 0 0
}

.tablepress tbody {
    color: #424b5a
}

.tablepress tbody strong {
    font-weight: 400
}

.tablepress tbody tr:first-child td {
    padding-top: 2.35rem!important
}

.tablepress tbody tr:last-child td {
    border-radius: 0 0 1.4rem 1.4rem
}

.tablepress tbody td {
    background: none!important;
    font-size: 1.4rem;
    padding: 0!important;
    padding-bottom: 3.5rem!important;
    color: #000
}

.tablepress tbody td,.tablepress tfoot th {
    border-top: none!important
}

.tablepress tbody td:nth-child(2),.tablepress tfoot th:nth-child(2) {
    background: #f3f5ff!important
}

.tablepress td,.tablepress th {
    text-align: center!important
}

.tablepress .odd td {
    background: none!important
}

.testimonial__body {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wp-block-image {
    z-index: 1;
    position: relative;
}
.header__nav .nav {
    flex-grow: 1;
    flex-shrink: 0;
}

.header__nav .nav > ul {
    justify-content: center;
}

.footer {
	position: relative;
	z-index: 1;
}
.main .wp-block-group {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.wp-block-column iframe {width: 100%;}
.wp-block-columns .wp-block-column:not(:last-of-type){
    margin-bottom:30px;
}
@media(max-width:1023px){
    .companion {
        width: 33.3%;
    }
}
@media(max-width:767px){
    .companion {
        width: 50%;
    }
}
@media(max-width:464px){
    .companions .companion .companion__img img {
        max-width: 80%;
    }
}
.app-block-companions + .app-block-comparison{
    margin-top: -30px;
}

@media(max-width:1023px){
    .app-block-slider-gallery{
        margin:5rem 0 0em
    }
}

@media(max-width:1200px){
    .main .wp-block-group {
        padding:0 30px;
    }
}

@media(max-width:1023px){
    .accordion .accordion__body {
        padding: 0.6rem 4rem 0.4rem 2rem;
    }
}
.app-block-hero,
.app-block-hero-subpage{
    text-shadow: 3px 3px 8px #393f83;
}