/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900)
}

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

.fa-brands:before,.fa-regular:before,.fa-solid:before,.fa:before,.fab:before,.far:before,.fas:before {
    content: var(--fa)
}

.fa-classic,.fa-regular,.fa-solid,.far,.fas {
    font-family: "Font Awesome 6 Free"
}

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

.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-radius: var(--fa-border-radius,.1em);
    border: var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);
    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: fa-beat;
            animation-name: fa-beat;
    -webkit-animation-delay: var(--fa-animation-delay,0s);
            animation-delay: var(--fa-animation-delay,0s);
    -webkit-animation-direction: var(--fa-animation-direction,normal);
            animation-direction: var(--fa-animation-direction,normal);
    -webkit-animation-duration: var(--fa-animation-duration,1s);
            animation-duration: var(--fa-animation-duration,1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
            animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing,ease-in-out);
            animation-timing-function: var(--fa-animation-timing,ease-in-out)
}

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

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

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

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

.fa-shake {
    -webkit-animation-name: fa-shake;
            animation-name: fa-shake;
    -webkit-animation-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,0s);
            animation-delay: var(--fa-animation-delay,0s);
    -webkit-animation-direction: var(--fa-animation-direction,normal);
            animation-direction: var(--fa-animation-direction,normal)
}

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

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

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

@media (prefers-reduced-motion:reduce) {
    .fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse {
        -webkit-animation-delay: -1ms;
                animation-delay: -1ms;
        -webkit-animation-duration: 1ms;
                animation-duration: 1ms;
        -webkit-animation-iteration-count: 1;
                animation-iteration-count: 1;
        transition-delay: 0s;
        transition-duration: 0s
    }
}

@-webkit-keyframes fa-beat {
    0%,90% {
        transform: scale(1)
    }

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

@keyframes fa-beat {
    0%,90% {
        transform: scale(1)
    }

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

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

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

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

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

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

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

    to {
        transform: scale(1) translateY(0)
    }
}

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

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

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

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

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

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

    to {
        transform: scale(1) translateY(0)
    }
}

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

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

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

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

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

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

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

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

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

    4% {
        transform: rotate(15deg)
    }

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

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

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

    20% {
        transform: rotate(22deg)
    }

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

    36% {
        transform: rotate(12deg)
    }

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

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

    4% {
        transform: rotate(15deg)
    }

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

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

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

    20% {
        transform: rotate(22deg)
    }

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

    36% {
        transform: rotate(12deg)
    }

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

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

    to {
        transform: rotate(1turn)
    }
}

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

    to {
        transform: rotate(1turn)
    }
}

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

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

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

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

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

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

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

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

.fa-stack-1x,.fa-stack-2x {
    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 {
    --fa: "\30"
}

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

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

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

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

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

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

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

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

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

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

.fa-arrows-to-circle {
    --fa: "\e4bd"
}

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

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

.fa-trash-alt,.fa-trash-can {
    --fa: "\f2ed"
}

.fa-text-height {
    --fa: "\f034"
}

.fa-user-times,.fa-user-xmark {
    --fa: "\f235"
}

.fa-stethoscope {
    --fa: "\f0f1"
}

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

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

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

.fa-explosion {
    --fa: "\e4e9"
}

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

.fa-wave-square {
    --fa: "\f83e"
}

.fa-ring {
    --fa: "\f70b"
}

.fa-building-un {
    --fa: "\e4d9"
}

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

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

.fa-anchor-circle-check {
    --fa: "\e4aa"
}

.fa-building-circle-arrow-right {
    --fa: "\e4d1"
}

.fa-volleyball,.fa-volleyball-ball {
    --fa: "\f45f"
}

.fa-arrows-up-to-line {
    --fa: "\e4c2"
}

.fa-sort-desc,.fa-sort-down {
    --fa: "\f0dd"
}

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

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

.fa-right-from-bracket,.fa-sign-out-alt {
    --fa: "\f2f5"
}

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

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

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

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

.fa-bridge-circle-check {
    --fa: "\e4c9"
}

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

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

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

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

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

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

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

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

.fa-school-circle-exclamation {
    --fa: "\e56c"
}

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

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

.fa-users-rectangle {
    --fa: "\e594"
}

.fa-people-roof {
    --fa: "\e537"
}

.fa-people-line {
    --fa: "\e534"
}

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

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

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

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

.fa-male,.fa-person {
    --fa: "\f183"
}

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

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

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

.fa-truck-plane {
    --fa: "\e58f"
}

.fa-record-vinyl {
    --fa: "\f8d9"
}

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

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

.fa-pastafarianism,.fa-spaghetti-monster-flying {
    --fa: "\f67b"
}

.fa-arrow-down-up-across-line {
    --fa: "\e4af"
}

.fa-spoon,.fa-utensil-spoon {
    --fa: "\f2e5"
}

.fa-jar-wheat {
    --fa: "\e517"
}

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

.fa-file-circle-exclamation {
    --fa: "\e4eb"
}

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

.fa-pager {
    --fa: "\f815"
}

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

.fa-strikethrough {
    --fa: "\f0cc"
}

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

.fa-landmark-flag {
    --fa: "\e51c"
}

.fa-pencil,.fa-pencil-alt {
    --fa: "\f303"
}

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

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

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

.fa-file-clipboard,.fa-paste {
    --fa: "\f0ea"
}

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

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

.fa-truck-loading,.fa-truck-ramp-box {
    --fa: "\f4de"
}

.fa-user-check {
    --fa: "\f4fc"
}

.fa-vial-virus {
    --fa: "\e597"
}

.fa-sheet-plastic {
    --fa: "\e571"
}

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

.fa-user-ninja {
    --fa: "\f504"
}

.fa-person-arrow-up-from-line {
    --fa: "\e539"
}

.fa-scroll-torah,.fa-torah {
    --fa: "\f6a0"
}

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

.fa-toggle-off {
    --fa: "\f204"
}

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

.fa-person-drowning {
    --fa: "\e545"
}

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

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

.fa-spray-can {
    --fa: "\f5bd"
}

.fa-truck-monster {
    --fa: "\f63b"
}

.fa-w {
    --fa: "\57"
}

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

.fa-rainbow {
    --fa: "\f75b"
}

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

.fa-tablet-alt,.fa-tablet-screen-button {
    --fa: "\f3fa"
}

.fa-paw {
    --fa: "\f1b0"
}

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

.fa-trowel-bricks {
    --fa: "\e58a"
}

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

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

.fa-tent-arrow-left-right {
    --fa: "\e57f"
}

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

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

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

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

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

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

.fa-pen-ruler,.fa-pencil-ruler {
    --fa: "\f5ae"
}

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

.fa-mars-and-venus-burst {
    --fa: "\e523"
}

.fa-caret-square-right,.fa-square-caret-right {
    --fa: "\f152"
}

.fa-cut,.fa-scissors {
    --fa: "\f0c4"
}

.fa-sun-plant-wilt {
    --fa: "\e57a"
}

.fa-toilets-portable {
    --fa: "\e584"
}

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

.fa-table {
    --fa: "\f0ce"
}

.fa-magnifying-glass-arrow-right {
    --fa: "\e521"
}

.fa-digital-tachograph,.fa-tachograph-digital {
    --fa: "\f566"
}

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

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

.fa-mail-reply,.fa-reply {
    --fa: "\f3e5"
}

.fa-star-and-crescent {
    --fa: "\f699"
}

.fa-house-fire {
    --fa: "\e50c"
}

.fa-minus-square,.fa-square-minus {
    --fa: "\f146"
}

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

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

.fa-caret-square-down,.fa-square-caret-down {
    --fa: "\f150"
}

.fa-file-circle-question {
    --fa: "\e4ef"
}

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

.fa-swatchbook {
    --fa: "\f5c3"
}

.fa-prescription-bottle {
    --fa: "\f485"
}

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

.fa-people-group {
    --fa: "\e533"
}

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

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

.fa-external-link-square-alt,.fa-square-up-right {
    --fa: "\f360"
}

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

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

.fa-ruler-horizontal {
    --fa: "\f547"
}

.fa-people-robbery {
    --fa: "\e536"
}

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

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

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

.fa-school-circle-xmark {
    --fa: "\e56d"
}

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

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

.fa-unlock-alt,.fa-unlock-keyhole {
    --fa: "\f13e"
}

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

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

.fa-sitemap {
    --fa: "\f0e8"
}

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

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

.fa-road-spikes {
    --fa: "\e568"
}

.fa-fire-burner {
    --fa: "\e4f1"
}

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

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

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

.fa-volume-down,.fa-volume-low {
    --fa: "\f027"
}

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

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

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

.fa-wheat-alt,.fa-wheat-awn {
    --fa: "\e2cd"
}

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

.fa-hands-holding-child {
    --fa: "\e4fa"
}

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

.fa-check-square,.fa-square-check {
    --fa: "\f14a"
}

.fa-peseta-sign {
    --fa: "\e221"
}

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

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

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

.fa-phone-square-alt,.fa-square-phone-flip {
    --fa: "\f87b"
}

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

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

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

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

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

.fa-house-medical-circle-xmark {
    --fa: "\e513"
}

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

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

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

.fa-paint-brush,.fa-paintbrush {
    --fa: "\f1fc"
}

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

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

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

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

.fa-house-flood-water {
    --fa: "\e50e"
}

.fa-tree {
    --fa: "\f1bb"
}

.fa-bridge-lock {
    --fa: "\e4cc"
}

.fa-sack-dollar {
    --fa: "\f81d"
}

.fa-edit,.fa-pen-to-square {
    --fa: "\f044"
}

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

.fa-share-alt,.fa-share-nodes {
    --fa: "\f1e0"
}

.fa-heart-circle-minus {
    --fa: "\e4ff"
}

.fa-hourglass-2,.fa-hourglass-half {
    --fa: "\f252"
}

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

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

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

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

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

.fa-person-rays {
    --fa: "\e54d"
}

.fa-users {
    --fa: "\f0c0"
}

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

.fa-flask-vial {
    --fa: "\e4f3"
}

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

.fa-om {
    --fa: "\f679"
}

.fa-worm {
    --fa: "\e599"
}

.fa-house-circle-xmark {
    --fa: "\e50b"
}

.fa-plug {
    --fa: "\f1e6"
}

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

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

.fa-stopwatch {
    --fa: "\f2f2"
}

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

.fa-bridge-circle-xmark {
    --fa: "\e4cb"
}

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

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

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

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

.fa-road-circle-check {
    --fa: "\e564"
}

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

.fa-rss-square,.fa-square-rss {
    --fa: "\f143"
}

.fa-land-mine-on {
    --fa: "\e51b"
}

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

.fa-stamp {
    --fa: "\f5bf"
}

.fa-stairs {
    --fa: "\e289"
}

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

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

.fa-pills {
    --fa: "\f484"
}

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

.fa-tooth {
    --fa: "\f5c9"
}

.fa-v {
    --fa: "\56"
}

.fa-bangladeshi-taka-sign {
    --fa: "\e2e6"
}

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

.fa-rod-asclepius,.fa-rod-snake,.fa-staff-aesculapius,.fa-staff-snake {
    --fa: "\e579"
}

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

.fa-ambulance,.fa-truck-medical {
    --fa: "\f0f9"
}

.fa-wheat-awn-circle-exclamation {
    --fa: "\e598"
}

.fa-snowman {
    --fa: "\f7d0"
}

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

.fa-road-barrier {
    --fa: "\e562"
}

.fa-school {
    --fa: "\f549"
}

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

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

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

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

.fa-q {
    --fa: "\51"
}

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

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

.fa-temperature-2,.fa-temperature-half,.fa-thermometer-2,.fa-thermometer-half {
    --fa: "\f2c9"
}

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

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

.fa-poo-bolt,.fa-poo-storm {
    --fa: "\f75a"
}

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

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

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

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

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

.fa-umbrella-beach {
    --fa: "\f5ca"
}

.fa-helmet-un {
    --fa: "\e503"
}

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

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

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

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

.fa-folder,.fa-folder-blank {
    --fa: "\f07b"
}

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

.fa-radiation {
    --fa: "\f7b9"
}

.fa-chart-simple {
    --fa: "\e473"
}

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

.fa-vial {
    --fa: "\f492"
}

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

.fa-magic-wand-sparkles,.fa-wand-magic-sparkles {
    --fa: "\e2ca"
}

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

.fa-pen-alt,.fa-pen-clip {
    --fa: "\f305"
}

.fa-bridge-circle-exclamation {
    --fa: "\e4ca"
}

.fa-user {
    --fa: "\f007"
}

.fa-school-circle-check {
    --fa: "\e56b"
}

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

.fa-shuttle-van,.fa-van-shuttle {
    --fa: "\f5b6"
}

.fa-building-user {
    --fa: "\e4da"
}

.fa-caret-square-left,.fa-square-caret-left {
    --fa: "\f191"
}

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

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

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

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

.fa-synagogue {
    --fa: "\f69b"
}

.fa-person-half-dress {
    --fa: "\e548"
}

.fa-road-bridge {
    --fa: "\e563"
}

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

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

.fa-tablet-button {
    --fa: "\f10a"
}

.fa-building-lock {
    --fa: "\e4d6"
}

.fa-pizza-slice {
    --fa: "\f818"
}

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

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

.fa-house-flag {
    --fa: "\e50d"
}

.fa-person-circle-minus {
    --fa: "\e540"
}

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

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

.fa-air-freshener,.fa-spray-can-sparkles {
    --fa: "\f5d0"
}

.fa-star {
    --fa: "\f005"
}

.fa-repeat {
    --fa: "\f363"
}

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

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

.fa-venus-mars {
    --fa: "\f228"
}

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

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

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

.fa-shapes,.fa-triangle-circle-square {
    --fa: "\f61f"
}

.fa-random,.fa-shuffle {
    --fa: "\f074"
}

.fa-person-running,.fa-running {
    --fa: "\f70c"
}

.fa-mobile-retro {
    --fa: "\e527"
}

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

.fa-spider {
    --fa: "\f717"
}

.fa-hands-bound {
    --fa: "\e4f9"
}

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

.fa-plane-circle-exclamation {
    --fa: "\e556"
}

.fa-x-ray {
    --fa: "\f497"
}

.fa-spell-check {
    --fa: "\f891"
}

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

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

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

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

.fa-server {
    --fa: "\f233"
}

.fa-virus-covid-slash {
    --fa: "\e4a9"
}

.fa-shop-lock {
    --fa: "\e4a5"
}

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

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

.fa-building-wheat {
    --fa: "\e4db"
}

.fa-person-breastfeeding {
    --fa: "\e53a"
}

.fa-right-to-bracket,.fa-sign-in-alt {
    --fa: "\f2f6"
}

.fa-venus {
    --fa: "\f221"
}

.fa-passport {
    --fa: "\f5ab"
}

.fa-thumb-tack-slash,.fa-thumbtack-slash {
    --fa: "\e68f"
}

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

.fa-people-carry,.fa-people-carry-box {
    --fa: "\f4ce"
}

.fa-temperature-high {
    --fa: "\f769"
}

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

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

.fa-weight-hanging {
    --fa: "\f5cd"
}

.fa-xmarks-lines {
    --fa: "\e59a"
}

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

.fa-weight,.fa-weight-scale {
    --fa: "\f496"
}

.fa-user-friends,.fa-user-group {
    --fa: "\f500"
}

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

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

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

.fa-wheelchair {
    --fa: "\f193"
}

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

.fa-toggle-on {
    --fa: "\f205"
}

.fa-person-walking,.fa-walking {
    --fa: "\f554"
}

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

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

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

.fa-shuttle-space,.fa-space-shuttle {
    --fa: "\f197"
}

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

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

.fa-heart-circle-plus {
    --fa: "\e500"
}

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

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

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

.fa-pepper-hot {
    --fa: "\f816"
}

.fa-unlock {
    --fa: "\f09c"
}

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

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

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

.fa-road-circle-xmark {
    --fa: "\e566"
}

.fa-user-minus {
    --fa: "\f503"
}

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

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

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

.fa-house-circle-exclamation {
    --fa: "\e50a"
}

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

.fa-wifi,.fa-wifi-3,.fa-wifi-strong {
    --fa: "\f1eb"
}

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

.fa-underline {
    --fa: "\f0cd"
}

.fa-user-edit,.fa-user-pen {
    --fa: "\f4ff"
}

.fa-signature {
    --fa: "\f5b7"
}

.fa-stroopwafel {
    --fa: "\f551"
}

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

.fa-anchor-lock {
    --fa: "\e4ad"
}

.fa-building-ngo {
    --fa: "\e4d7"
}

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

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

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

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

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

.fa-poll,.fa-square-poll-vertical {
    --fa: "\f681"
}

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

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

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

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

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

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

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

.fa-building-circle-check {
    --fa: "\e4d2"
}

.fa-person-chalkboard {
    --fa: "\e53d"
}

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

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

.fa-caret-square-up,.fa-square-caret-up {
    --fa: "\f151"
}

.fa-cloud-showers-water {
    --fa: "\e4e4"
}

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

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

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

.fa-train {
    --fa: "\f238"
}

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

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

.fa-sailboat {
    --fa: "\e445"
}

.fa-window-restore {
    --fa: "\f2d2"
}

.fa-plus-square,.fa-square-plus {
    --fa: "\f0fe"
}

.fa-torii-gate {
    --fa: "\f6a1"
}

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

.fa-bucket {
    --fa: "\e4cf"
}

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

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

.fa-cow {
    --fa: "\f6c8"
}

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

.fa-screwdriver {
    --fa: "\f54a"
}

.fa-folder-closed {
    --fa: "\e185"
}

.fa-house-tsunami {
    --fa: "\e515"
}

.fa-square-nfi {
    --fa: "\e576"
}

.fa-arrow-up-from-ground-water {
    --fa: "\e4b5"
}

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

.fa-square-binary {
    --fa: "\e69b"
}

.fa-rotate-back,.fa-rotate-backward,.fa-rotate-left,.fa-undo-alt {
    --fa: "\f2ea"
}

.fa-columns,.fa-table-columns {
    --fa: "\f0db"
}

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

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

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

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

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

.fa-smoking {
    --fa: "\f48d"
}

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

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

.fa-snowplow {
    --fa: "\f7d2"
}

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

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

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

.fa-tablets {
    --fa: "\f490"
}

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

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

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

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

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

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

.fa-plate-wheat {
    --fa: "\e55a"
}

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

.fa-person-shelter {
    --fa: "\e54f"
}

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

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

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

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

.fa-helicopter-symbol {
    --fa: "\e502"
}

.fa-universal-access {
    --fa: "\f29a"
}

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

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

.fa-volcano {
    --fa: "\f770"
}

.fa-person-walking-dashed-line-arrow-right {
    --fa: "\e553"
}

.fa-gbp,.fa-pound-sign,.fa-sterling-sign {
    --fa: "\f154"
}

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

.fa-square-person-confined {
    --fa: "\e577"
}

.fa-user-tie {
    --fa: "\f508"
}

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

.fa-tent-arrow-down-to-line {
    --fa: "\e57e"
}

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

.fa-mail-reply-all,.fa-reply-all {
    --fa: "\f122"
}

.fa-suitcase {
    --fa: "\f0f2"
}

.fa-person-skating,.fa-skating {
    --fa: "\f7c5"
}

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

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

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

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

.fa-external-link-square,.fa-square-arrow-up-right {
    --fa: "\f14c"
}

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

.fa-scroll {
    --fa: "\f70e"
}

.fa-spa {
    --fa: "\f5bb"
}

.fa-location-pin-lock {
    --fa: "\e51f"
}

.fa-pause {
    --fa: "\f04c"
}

.fa-hill-avalanche {
    --fa: "\e507"
}

.fa-temperature-0,.fa-temperature-empty,.fa-thermometer-0,.fa-thermometer-empty {
    --fa: "\f2cb"
}

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

.fa-registered {
    --fa: "\f25d"
}

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

.fa-balance-scale-right,.fa-scale-unbalanced-flip {
    --fa: "\f516"
}

.fa-subscript {
    --fa: "\f12c"
}

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

.fa-burst {
    --fa: "\e4dc"
}

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

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

.fa-money-bills {
    --fa: "\e1f3"
}

.fa-smog {
    --fa: "\f75f"
}

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

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

.fa-palette {
    --fa: "\f53f"
}

.fa-arrows-turn-right {
    --fa: "\e4c0"
}

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

.fa-ferry {
    --fa: "\e4ea"
}

.fa-arrows-down-to-people {
    --fa: "\e4b9"
}

.fa-seedling,.fa-sprout {
    --fa: "\f4d8"
}

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

.fa-boxes-packing {
    --fa: "\e4c7"
}

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

.fa-group-arrows-rotate {
    --fa: "\e4f6"
}

.fa-bowl-food {
    --fa: "\e4c6"
}

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

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

.fa-cloud-bolt,.fa-thunderstorm {
    --fa: "\f76c"
}

.fa-remove-format,.fa-text-slash {
    --fa: "\f87d"
}

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

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

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

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

.fa-house-lock {
    --fa: "\e510"
}

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

.fa-children {
    --fa: "\e4e1"
}

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

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

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

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

.fa-mattress-pillow {
    --fa: "\e525"
}

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

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

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

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

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

.fa-shield-alt,.fa-shield-halved {
    --fa: "\f3ed"
}

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

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

.fa-envelope-circle-check {
    --fa: "\e4e8"
}

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

.fa-arrows-to-dot {
    --fa: "\e4be"
}

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

.fa-heart-circle-check {
    --fa: "\e4fd"
}

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

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

.fa-square {
    --fa: "\f0c8"
}

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

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

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

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

.fa-table-cells-column-lock {
    --fa: "\e678"
}

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

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

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

.fa-z {
    --fa: "\5a"
}

.fa-person-skiing,.fa-skiing {
    --fa: "\f7c9"
}

.fa-road-lock {
    --fa: "\e567"
}

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

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

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

.fa-p {
    --fa: "\50"
}

.fa-snowflake {
    --fa: "\f2dc"
}

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

.fa-ad,.fa-rectangle-ad {
    --fa: "\f641"
}

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

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

.fa-locust {
    --fa: "\e520"
}

.fa-sort,.fa-unsorted {
    --fa: "\f0dc"
}

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

.fa-person-dress-burst {
    --fa: "\e544"
}

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

.fa-vector-square {
    --fa: "\f5cb"
}

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

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

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

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

.fa-question {
    --fa: "\3f"
}

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

.fa-arrows-alt,.fa-up-down-left-right {
    --fa: "\f0b2"
}

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

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

.fa-puzzle-piece {
    --fa: "\f12e"
}

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

.fa-star-half-alt,.fa-star-half-stroke {
    --fa: "\f5c0"
}

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

.fa-glass-whiskey,.fa-whiskey-glass {
    --fa: "\f7a0"
}

.fa-building-circle-exclamation {
    --fa: "\e4d3"
}

.fa-magnifying-glass-chart {
    --fa: "\e522"
}

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

.fa-cubes-stacked {
    --fa: "\e4e6"
}

.fa-krw,.fa-won,.fa-won-sign {
    --fa: "\f159"
}

.fa-virus-covid {
    --fa: "\e4a8"
}

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

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

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

.fa-road {
    --fa: "\f018"
}

.fa-cab,.fa-taxi {
    --fa: "\f1ba"
}

.fa-person-circle-plus {
    --fa: "\e541"
}

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

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

.fa-sack-xmark {
    --fa: "\e56a"
}

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

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

.fa-fish-fins {
    --fa: "\e4f2"
}

.fa-building-flag {
    --fa: "\e4d5"
}

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

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

.fa-poop {
    --fa: "\f619"
}

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

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

.fa-toilet-paper {
    --fa: "\f71e"
}

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

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

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

.fa-plane-circle-check {
    --fa: "\e555"
}

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

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

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

.fa-mask-ventilator {
    --fa: "\e524"
}

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

.fa-map-signs,.fa-signs-post {
    --fa: "\f277"
}

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

.fa-person-circle-question {
    --fa: "\e542"
}

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

.fa-tarp {
    --fa: "\e57b"
}

.fa-screwdriver-wrench,.fa-tools {
    --fa: "\f7d9"
}

.fa-arrows-to-eye {
    --fa: "\e4bf"
}

.fa-plug-circle-bolt {
    --fa: "\e55b"
}

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

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

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

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

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

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

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

.fa-bottle-water {
    --fa: "\e4c5"
}

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

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

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

.fa-kitchen-set {
    --fa: "\e51a"
}

.fa-r {
    --fa: "\52"
}

.fa-temperature-1,.fa-temperature-quarter,.fa-thermometer-1,.fa-thermometer-quarter {
    --fa: "\f2ca"
}

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

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

.fa-shield-dog {
    --fa: "\e573"
}

.fa-solar-panel {
    --fa: "\f5ba"
}

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

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

.fa-money-bill-transfer {
    --fa: "\e528"
}

.fa-money-bill-trend-up {
    --fa: "\e529"
}

.fa-house-flood-water-circle-arrow-right {
    --fa: "\e50f"
}

.fa-poll-h,.fa-square-poll-horizontal {
    --fa: "\f682"
}

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

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

.fa-recycle {
    --fa: "\f1b8"
}

.fa-user-astronaut {
    --fa: "\f4fb"
}

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

.fa-trademark {
    --fa: "\f25c"
}

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

.fa-satellite-dish {
    --fa: "\f7c0"
}

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

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

.fa-volume-high,.fa-volume-up {
    --fa: "\f028"
}

.fa-users-rays {
    --fa: "\e593"
}

.fa-wallet {
    --fa: "\f555"
}

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

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

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

.fa-wrench {
    --fa: "\f0ad"
}

.fa-bugs {
    --fa: "\e4d0"
}

.fa-rupee,.fa-rupee-sign {
    --fa: "\f156"
}

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

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

.fa-plane-departure {
    --fa: "\f5b0"
}

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

.fa-book-bookmark {
    --fa: "\e0bb"
}

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

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

.fa-bridge {
    --fa: "\e4c8"
}

.fa-phone-alt,.fa-phone-flip {
    --fa: "\f879"
}

.fa-truck-front {
    --fa: "\e2b7"
}

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

.fa-anchor-circle-exclamation {
    --fa: "\e4ab"
}

.fa-truck-field {
    --fa: "\e58d"
}

.fa-route {
    --fa: "\f4d7"
}

.fa-clipboard-question {
    --fa: "\e4e3"
}

.fa-panorama {
    --fa: "\e209"
}

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

.fa-teeth-open {
    --fa: "\f62f"
}

.fa-file-circle-minus {
    --fa: "\e4ed"
}

.fa-tags {
    --fa: "\f02c"
}

.fa-wine-glass {
    --fa: "\f4e3"
}

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

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

.fa-parking,.fa-square-parking {
    --fa: "\f540"
}

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

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

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

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

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

.fa-terminal {
    --fa: "\f120"
}

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

.fa-house-medical-flag {
    --fa: "\e514"
}

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

.fa-tape {
    --fa: "\f4db"
}

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

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

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

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

.fa-person-military-to-person {
    --fa: "\e54c"
}

.fa-file-shield {
    --fa: "\e4f0"
}

.fa-user-slash {
    --fa: "\f506"
}

.fa-pen {
    --fa: "\f304"
}

.fa-tower-observation {
    --fa: "\e586"
}

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

.fa-signal,.fa-signal-5,.fa-signal-perfect {
    --fa: "\f012"
}

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

.fa-heart-circle-xmark {
    --fa: "\e501"
}

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

.fa-window-maximize {
    --fa: "\f2d0"
}

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

.fa-prescription {
    --fa: "\f5b1"
}

.fa-shop,.fa-store-alt {
    --fa: "\f54f"
}

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

.fa-vihara {
    --fa: "\f6a7"
}

.fa-balance-scale-left,.fa-scale-unbalanced {
    --fa: "\f515"
}

.fa-sort-asc,.fa-sort-up {
    --fa: "\f0de"
}

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

.fa-plant-wilt {
    --fa: "\e5aa"
}

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

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

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

.fa-chart-diagram {
    --fa: "\e695"
}

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

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

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

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

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

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

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

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

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

.fa-child-dress {
    --fa: "\e59c"
}

.fa-users-between-lines {
    --fa: "\e591"
}

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

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

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

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

.fa-child-reaching {
    --fa: "\e59d"
}

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

.fa-user-cog,.fa-user-gear {
    --fa: "\f4fe"
}

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

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

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

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

.fa-mosquito-net {
    --fa: "\e52c"
}

.fa-file-fragment {
    --fa: "\e697"
}

.fa-bridge-water {
    --fa: "\e4ce"
}

.fa-person-booth {
    --fa: "\f756"
}

.fa-text-width {
    --fa: "\f035"
}

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

.fa-pen-fancy {
    --fa: "\f5ac"
}

.fa-digging,.fa-person-digging {
    --fa: "\f85e"
}

.fa-trash {
    --fa: "\f1f8"
}

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

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

.fa-poo {
    --fa: "\f2fe"
}

.fa-quote-right,.fa-quote-right-alt {
    --fa: "\f10e"
}

.fa-shirt,.fa-t-shirt,.fa-tshirt {
    --fa: "\f553"
}

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

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

.fa-tenge,.fa-tenge-sign {
    --fa: "\f7d7"
}

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

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

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

.fa-republican {
    --fa: "\f75e"
}

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

.fa-person-circle-xmark {
    --fa: "\e543"
}

.fa-ruler {
    --fa: "\f545"
}

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

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

.fa-restroom {
    --fa: "\f7bd"
}

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

.fa-users-viewfinder {
    --fa: "\e595"
}

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

.fa-external-link-alt,.fa-up-right-from-square {
    --fa: "\f35d"
}

.fa-table-cells,.fa-th {
    --fa: "\f00a"
}

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

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

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

.fa-medkit,.fa-suitcase-medical {
    --fa: "\f0fa"
}

.fa-user-secret {
    --fa: "\f21b"
}

.fa-otter {
    --fa: "\f700"
}

.fa-female,.fa-person-dress {
    --fa: "\f182"
}

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

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

.fa-table-cells-large,.fa-th-large {
    --fa: "\f009"
}

.fa-book-tanakh,.fa-tanakh {
    --fa: "\f827"
}

.fa-phone-volume,.fa-volume-control-phone {
    --fa: "\f2a0"
}

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

.fa-clipboard-user {
    --fa: "\f7f3"
}

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

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

.fa-satellite {
    --fa: "\f7bf"
}

.fa-plane-lock {
    --fa: "\e558"
}

.fa-tag {
    --fa: "\f02b"
}

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

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

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

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

.fa-paperclip {
    --fa: "\f0c6"
}

.fa-arrow-right-to-city {
    --fa: "\e4b3"
}

.fa-ribbon {
    --fa: "\f4d6"
}

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

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

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

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

.fa-circle-nodes {
    --fa: "\e4e2"
}

.fa-parachute-box {
    --fa: "\f4cd"
}

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

.fa-truck-field-un {
    --fa: "\e58e"
}

.fa-hourglass,.fa-hourglass-empty {
    --fa: "\f254"
}

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

.fa-user-doctor,.fa-user-md {
    --fa: "\f0f0"
}

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

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

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

.fa-square-virus {
    --fa: "\e578"
}

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

.fa-car-on {
    --fa: "\e4dd"
}

.fa-sleigh {
    --fa: "\f7cc"
}

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

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

.fa-water {
    --fa: "\f773"
}

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

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

.fa-prescription-bottle-alt,.fa-prescription-bottle-medical {
    --fa: "\f486"
}

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

.fa-truck {
    --fa: "\f0d1"
}

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

.fa-person-cane {
    --fa: "\e53c"
}

.fa-tent {
    --fa: "\e57d"
}

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

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

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

.fa-money-bill-wheat {
    --fa: "\e52a"
}

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

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

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

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

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

.fa-list-alt,.fa-rectangle-list {
    --fa: "\f022"
}

.fa-tarp-droplet {
    --fa: "\e57c"
}

.fa-house-medical-circle-check {
    --fa: "\e511"
}

.fa-person-skiing-nordic,.fa-skiing-nordic {
    --fa: "\f7ca"
}

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

.fa-plane-arrival {
    --fa: "\f5af"
}

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

.fa-subway,.fa-train-subway {
    --fa: "\f239"
}

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

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

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

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

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

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

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

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

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

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

.fa-plug-circle-check {
    --fa: "\e55c"
}

.fa-street-view {
    --fa: "\f21d"
}

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

.fa-volume-off {
    --fa: "\f026"
}

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

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

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

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

.fa-mosquito {
    --fa: "\e52b"
}

.fa-star-of-david {
    --fa: "\f69a"
}

.fa-person-military-rifle {
    --fa: "\e54b"
}

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

.fa-vials {
    --fa: "\f493"
}

.fa-plug-circle-plus {
    --fa: "\e55f"
}

.fa-place-of-worship {
    --fa: "\f67f"
}

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

.fa-hexagon-nodes {
    --fa: "\e699"
}

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

.fa-u {
    --fa: "\55"
}

.fa-square-root-alt,.fa-square-root-variable {
    --fa: "\f698"
}

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

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

.fa-pallet {
    --fa: "\f482"
}

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

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

.fa-s {
    --fa: "\53"
}

.fa-timeline {
    --fa: "\e29c"
}

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

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

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

.fa-temperature-3,.fa-temperature-three-quarters,.fa-thermometer-3,.fa-thermometer-three-quarters {
    --fa: "\f2c8"
}

.fa-mobile-android-alt,.fa-mobile-screen {
    --fa: "\f3cf"
}

.fa-plane-up {
    --fa: "\e22d"
}

.fa-piggy-bank {
    --fa: "\f4d3"
}

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

.fa-mountain-city {
    --fa: "\e52e"
}

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

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

.fa-sliders,.fa-sliders-h {
    --fa: "\f1de"
}

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

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

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

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

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

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

.fa-person-pregnant {
    --fa: "\e31e"
}

.fa-wand-sparkles {
    --fa: "\f72b"
}

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

.fa-ticket {
    --fa: "\f145"
}

.fa-power-off {
    --fa: "\f011"
}

.fa-long-arrow-alt-right,.fa-right-long {
    --fa: "\f30b"
}

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

.fa-laptop-file {
    --fa: "\e51d"
}

.fa-teletype,.fa-tty {
    --fa: "\f1e4"
}

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

.fa-person-rifle {
    --fa: "\e54e"
}

.fa-house-medical-circle-exclamation {
    --fa: "\e512"
}

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

.fa-hiking,.fa-person-hiking {
    --fa: "\f6ec"
}

.fa-venus-double {
    --fa: "\f226"
}

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

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

.fa-people-pulling {
    --fa: "\e535"
}

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

.fa-cable-car,.fa-tram {
    --fa: "\f7da"
}

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

.fa-building-circle-xmark {
    --fa: "\e4d4"
}

.fa-ship {
    --fa: "\f21a"
}

.fa-arrows-down-to-line {
    --fa: "\e4b8"
}

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

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

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

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

.fa-file-circle-check {
    --fa: "\e5a0"
}

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

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

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

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

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

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

.fa-dedent,.fa-outdent {
    --fa: "\f03b"
}

.fa-heart-circle-exclamation {
    --fa: "\e4fe"
}

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

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

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

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

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

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

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

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

.fa-redo-alt,.fa-rotate-forward,.fa-rotate-right {
    --fa: "\f2f9"
}

.fa-cutlery,.fa-utensils {
    --fa: "\f2e7"
}

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

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

.fa-bowl-rice {
    --fa: "\e2eb"
}

.fa-skull {
    --fa: "\f54c"
}

.fa-broadcast-tower,.fa-tower-broadcast {
    --fa: "\f519"
}

.fa-truck-pickup {
    --fa: "\f63c"
}

.fa-long-arrow-alt-up,.fa-up-long {
    --fa: "\f30c"
}

.fa-stop {
    --fa: "\f04d"
}

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

.fa-upload {
    --fa: "\f093"
}

.fa-hurricane {
    --fa: "\f751"
}

.fa-mound {
    --fa: "\e52d"
}

.fa-toilet-portable {
    --fa: "\e583"
}

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

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

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

.fa-shield-cat {
    --fa: "\e572"
}

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

.fa-glass-water {
    --fa: "\e4f4"
}

.fa-oil-well {
    --fa: "\e532"
}

.fa-vault {
    --fa: "\e2c5"
}

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

.fa-toilet {
    --fa: "\f7d8"
}

.fa-plane-circle-xmark {
    --fa: "\e557"
}

.fa-cny,.fa-jpy,.fa-rmb,.fa-yen,.fa-yen-sign {
    --fa: "\f157"
}

.fa-rouble,.fa-rub,.fa-ruble,.fa-ruble-sign {
    --fa: "\f158"
}

.fa-sun {
    --fa: "\f185"
}

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

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

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

.fa-bore-hole {
    --fa: "\e4c3"
}

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

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

.fa-arrows-turn-to-dots {
    --fa: "\e4c1"
}

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

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

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

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

.fa-car-tunnel {
    --fa: "\e4de"
}

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

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

.fa-thumbs-down {
    --fa: "\f165"
}

.fa-user-lock {
    --fa: "\f502"
}

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

.fa-anchor-circle-xmark {
    --fa: "\e4ac"
}

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

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

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

.fa-person-through-window {
    --fa: "\e5a9"
}

.fa-toolbox {
    --fa: "\f552"
}

.fa-hands-holding-circle {
    --fa: "\e4fb"
}

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

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

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

.fa-hand-holding-hand {
    --fa: "\e4f7"
}

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

.fa-mountain-sun {
    --fa: "\e52f"
}

.fa-arrows-left-right-to-line {
    --fa: "\e4ba"
}

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

.fa-truck-droplet {
    --fa: "\e58c"
}

.fa-file-circle-xmark {
    --fa: "\e5a1"
}

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

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

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

.fa-h-square,.fa-square-h {
    --fa: "\f0fd"
}

.fa-podcast {
    --fa: "\f2ce"
}

.fa-temperature-4,.fa-temperature-full,.fa-thermometer-4,.fa-thermometer-full {
    --fa: "\f2c7"
}

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

.fa-superscript {
    --fa: "\f12b"
}

.fa-plug-circle-xmark {
    --fa: "\e560"
}

.fa-star-of-life {
    --fa: "\f621"
}

.fa-phone-slash {
    --fa: "\f3dd"
}

.fa-paint-roller {
    --fa: "\f5aa"
}

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

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

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

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

.fa-person-swimming,.fa-swimmer {
    --fa: "\f5c4"
}

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

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

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

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

.fa-person-burst {
    --fa: "\e53b"
}

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

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

.fa-socks {
    --fa: "\f696"
}

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

.fa-section {
    --fa: "\e447"
}

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

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

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

.fa-wine-bottle {
    --fa: "\f72f"
}

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

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

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

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

.fa-blind,.fa-person-walking-with-cane {
    --fa: "\f29d"
}

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

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

.fa-heart-circle-bolt {
    --fa: "\e4fc"
}

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

.fa-paragraph {
    --fa: "\f1dd"
}

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

.fa-star-half {
    --fa: "\f089"
}

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

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

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

.fa-tree-city {
    --fa: "\e587"
}

.fa-play {
    --fa: "\f04b"
}

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

.fa-table-cells-row-lock {
    --fa: "\e67a"
}

.fa-rupiah-sign {
    --fa: "\e23d"
}

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

.fa-ping-pong-paddle-ball,.fa-table-tennis,.fa-table-tennis-paddle-ball {
    --fa: "\f45d"
}

.fa-diagnoses,.fa-person-dots-from-line {
    --fa: "\f470"
}

.fa-trash-can-arrow-up,.fa-trash-restore-alt {
    --fa: "\f82a"
}

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

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

.fa-walkie-talkie {
    --fa: "\f8ef"
}

.fa-file-edit,.fa-file-pen {
    --fa: "\f31c"
}

.fa-receipt {
    --fa: "\f543"
}

.fa-pen-square,.fa-pencil-square,.fa-square-pen {
    --fa: "\f14b"
}

.fa-suitcase-rolling {
    --fa: "\f5c1"
}

.fa-person-circle-exclamation {
    --fa: "\e53f"
}

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

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

.fa-skull-crossbones {
    --fa: "\f714"
}

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

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

.fa-school-lock {
    --fa: "\e56f"
}

.fa-tower-cell {
    --fa: "\e585"
}

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

.fa-ranking-star {
    --fa: "\e561"
}

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

.fa-person-harassing {
    --fa: "\e549"
}

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

.fa-landmark-alt,.fa-landmark-dome {
    --fa: "\f752"
}

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

.fa-television,.fa-tv,.fa-tv-alt {
    --fa: "\f26c"
}

.fa-shrimp {
    --fa: "\e448"
}

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

.fa-jug-detergent {
    --fa: "\e519"
}

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

.fa-user-shield {
    --fa: "\f505"
}

.fa-wind {
    --fa: "\f72e"
}

.fa-car-burst,.fa-car-crash {
    --fa: "\f5e1"
}

.fa-y {
    --fa: "\59"
}

.fa-person-snowboarding,.fa-snowboarding {
    --fa: "\f7ce"
}

.fa-shipping-fast,.fa-truck-fast {
    --fa: "\f48b"
}

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

.fa-user-graduate {
    --fa: "\f501"
}

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

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

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

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

.fa-jet-fighter-up {
    --fa: "\e518"
}

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

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

.fa-volume-mute,.fa-volume-times,.fa-volume-xmark {
    --fa: "\f6a9"
}

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

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

.fa-share-from-square,.fa-share-square {
    --fa: "\f14d"
}

.fa-child-combatant,.fa-child-rifle {
    --fa: "\e4e0"
}

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

.fa-phone-square,.fa-square-phone {
    --fa: "\f098"
}

.fa-add,.fa-plus {
    --fa: "\2b"
}

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

.fa-computer {
    --fa: "\e4e5"
}

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

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

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

.fa-peso-sign {
    --fa: "\e222"
}

.fa-building-shield {
    --fa: "\e4d8"
}

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

.fa-users-line {
    --fa: "\e592"
}

.fa-quote-left,.fa-quote-left-alt {
    --fa: "\f10d"
}

.fa-tractor {
    --fa: "\f722"
}

.fa-trash-arrow-up,.fa-trash-restore {
    --fa: "\f829"
}

.fa-arrow-down-up-lock {
    --fa: "\e4b0"
}

.fa-lines-leaning {
    --fa: "\e51e"
}

.fa-ruler-combined {
    --fa: "\f546"
}

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

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

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

.fa-teeth {
    --fa: "\f62e"
}

.fa-ils,.fa-shekel,.fa-shekel-sign,.fa-sheqel,.fa-sheqel-sign {
    --fa: "\f20b"
}

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

.fa-rocket {
    --fa: "\f135"
}

.fa-photo-film,.fa-photo-video {
    --fa: "\f87c"
}

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

.fa-hexagon-nodes-bolt {
    --fa: "\e69a"
}

.fa-store {
    --fa: "\f54e"
}

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

.fa-plug-circle-minus {
    --fa: "\e55e"
}

.fa-sign,.fa-sign-hanging {
    --fa: "\f4d9"
}

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

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

.fa-tablet,.fa-tablet-android {
    --fa: "\f3fb"
}

.fa-school-flag {
    --fa: "\e56e"
}

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

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

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

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

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

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

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

.fa-notdef {
    --fa: "\e1fe"
}

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

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

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

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

.fa-retweet {
    --fa: "\f079"
}

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

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

.fa-video-slash {
    --fa: "\f4e2"
}

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

.fa-radio {
    --fa: "\f8d7"
}

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

.fa-traffic-light {
    --fa: "\f637"
}

.fa-thermometer {
    --fa: "\f491"
}

.fa-vr-cardboard {
    --fa: "\f729"
}

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

.fa-percent,.fa-percentage {
    --fa: "\25"
}

.fa-truck-moving {
    --fa: "\f4df"
}

.fa-glass-water-droplet {
    --fa: "\e4f5"
}

.fa-display {
    --fa: "\e163"
}

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

.fa-thumb-tack,.fa-thumbtack {
    --fa: "\f08d"
}

.fa-trophy {
    --fa: "\f091"
}

.fa-person-praying,.fa-pray {
    --fa: "\f683"
}

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

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

.fa-rotate,.fa-sync-alt {
    --fa: "\f2f1"
}

.fa-spinner {
    --fa: "\f110"
}

.fa-robot {
    --fa: "\f544"
}

.fa-peace {
    --fa: "\f67c"
}

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

.fa-warehouse {
    --fa: "\f494"
}

.fa-arrow-up-right-dots {
    --fa: "\e4b7"
}

.fa-splotch {
    --fa: "\f5bc"
}

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

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

.fa-sim-card {
    --fa: "\f7c4"
}

.fa-transgender,.fa-transgender-alt {
    --fa: "\f225"
}

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

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

.fa-person-falling-burst {
    --fa: "\e547"
}

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

.fa-ticket-alt,.fa-ticket-simple {
    --fa: "\f3ff"
}

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

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

.fa-qrcode {
    --fa: "\f029"
}

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

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

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

.fa-shield,.fa-shield-blank {
    --fa: "\f132"
}

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

.fa-comment-nodes {
    --fa: "\e696"
}

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

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

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

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

.fa-pen-nib {
    --fa: "\f5ad"
}

.fa-tent-arrow-turn-left {
    --fa: "\e580"
}

.fa-tents {
    --fa: "\e582"
}

.fa-magic,.fa-wand-magic {
    --fa: "\f0d0"
}

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

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

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

.fa-wine-glass-alt,.fa-wine-glass-empty {
    --fa: "\f5ce"
}

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

.fa-yin-yang {
    --fa: "\f6ad"
}

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

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

.fa-temperature-low {
    --fa: "\f76b"
}

.fa-biking,.fa-person-biking {
    --fa: "\f84a"
}

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

.fa-shield-heart {
    --fa: "\e574"
}

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

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

.fa-square-xmark,.fa-times-square,.fa-xmark-square {
    --fa: "\f2d3"
}

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

.fa-expand-alt,.fa-up-right-and-down-left-from-center {
    --fa: "\f424"
}

.fa-oil-can {
    --fa: "\f613"
}

.fa-t {
    --fa: "\54"
}

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

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

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

.fa-vial-circle-check {
    --fa: "\e596"
}

.fa-person-arrow-down-to-line {
    --fa: "\e538"
}

.fa-voicemail {
    --fa: "\f897"
}

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

.fa-person-walking-luggage {
    --fa: "\e554"
}

.fa-arrows-alt-v,.fa-up-down {
    --fa: "\f338"
}

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

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

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

.fa-bahai,.fa-haykal {
    --fa: "\f666"
}

.fa-sd-card {
    --fa: "\f7c2"
}

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

.fa-shoe-prints {
    --fa: "\f54b"
}

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

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

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

.fa-plug-circle-exclamation {
    --fa: "\e55d"
}

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

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

.fa-person-walking-arrow-loop-left {
    --fa: "\e551"
}

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

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

.fa-tornado {
    --fa: "\f76f"
}

.fa-file-circle-plus {
    --fa: "\e494"
}

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

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

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

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

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

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

.fa-feed,.fa-rss {
    --fa: "\f09e"
}

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

.fa-balance-scale,.fa-scale-balanced {
    --fa: "\f24e"
}

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

.fa-shower {
    --fa: "\f2cc"
}

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

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

.fa-table-list,.fa-th-list {
    --fa: "\f00b"
}

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

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

.fa-user-plus {
    --fa: "\f234"
}

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

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

.fa-house-circle-check {
    --fa: "\e509"
}

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

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

.fa-truck-arrow-right {
    --fa: "\e58b"
}

.fa-arrows-split-up-and-left {
    --fa: "\e4bc"
}

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

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

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

.fa-person-falling {
    --fa: "\e546"
}

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

.fa-user-tag {
    --fa: "\f507"
}

.fa-rug {
    --fa: "\e569"
}

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

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

.fa-rectangle-times,.fa-rectangle-xmark,.fa-times-rectangle,.fa-window-close {
    --fa: "\f410"
}

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

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

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

.fa-handcuffs {
    --fa: "\e4f8"
}

.fa-exclamation-triangle,.fa-triangle-exclamation,.fa-warning {
    --fa: "\f071"
}

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

.fa-mail-forward,.fa-share {
    --fa: "\f064"
}

.fa-bottle-droplet {
    --fa: "\e4c4"
}

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

.fa-hill-rockslide {
    --fa: "\e508"
}

.fa-exchange-alt,.fa-right-left {
    --fa: "\f362"
}

.fa-paper-plane {
    --fa: "\f1d8"
}

.fa-road-circle-exclamation {
    --fa: "\e565"
}

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

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

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

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

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

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

.fa-ladder-water,.fa-swimming-pool,.fa-water-ladder {
    --fa: "\f5c5"
}

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

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

.fa-wheelchair-alt,.fa-wheelchair-move {
    --fa: "\e2ce"
}

.fa-level-down-alt,.fa-turn-down {
    --fa: "\f3be"
}

.fa-person-walking-arrow-right {
    --fa: "\e552"
}

.fa-envelope-square,.fa-square-envelope {
    --fa: "\f199"
}

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

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

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

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

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

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

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

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

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

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

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

.fa-thumbs-up {
    --fa: "\f164"
}

.fa-user-clock {
    --fa: "\f4fd"
}

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

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

.fa-window-minimize {
    --fa: "\f2d1"
}

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

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

.fa-file-half-dashed {
    --fa: "\e698"
}

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

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

.fa-ruler-vertical {
    --fa: "\f548"
}

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

.fa-train-tram {
    --fa: "\e5b4"
}

.fa-user-nurse {
    --fa: "\f82f"
}

.fa-syringe {
    --fa: "\f48e"
}

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

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

.fa-square-full {
    --fa: "\f45c"
}

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

.fa-jar {
    --fa: "\e516"
}

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

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

.fa-arrow-up-from-water-pump {
    --fa: "\e4b6"
}

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

.fa-table-cells-row-unlock {
    --fa: "\e691"
}

.fa-user-injured {
    --fa: "\f728"
}

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

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

.fa-tent-arrows-down {
    --fa: "\e581"
}

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

.fa-arrows-spin {
    --fa: "\e4bb"
}

.fa-print {
    --fa: "\f02f"
}

.fa-try,.fa-turkish-lira,.fa-turkish-lira-sign {
    --fa: "\e2bb"
}

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

.fa-x {
    --fa: "\58"
}

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

.fa-users-cog,.fa-users-gear {
    --fa: "\f509"
}

.fa-person-military-pointing {
    --fa: "\e54a"
}

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

.fa-umbrella {
    --fa: "\f0e9"
}

.fa-trowel {
    --fa: "\e589"
}

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

.fa-stapler {
    --fa: "\e5af"
}

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

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

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

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

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

.fa-share-alt-square,.fa-square-share-nodes {
    --fa: "\f1e1"
}

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

.fa-plus-minus {
    --fa: "\e43c"
}

.fa-video,.fa-video-camera {
    --fa: "\f03d"
}

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

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

.fa-person-circle-check {
    --fa: "\e53e"
}

.fa-level-up-alt,.fa-turn-up {
    --fa: "\f3bf"
}

.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-style-family-brands: "Font Awesome 6 Brands";
    --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(/webfonts/free-fa-brands-400.woff2) format("woff2"),url(/webfonts/free-fa-brands-400.ttf) format("truetype")
}

.fa-brands,.fab {
    font-weight: 400
}

.fa-monero {
    --fa: "\f3d0"
}

.fa-hooli {
    --fa: "\f427"
}

.fa-yelp {
    --fa: "\f1e9"
}

.fa-cc-visa {
    --fa: "\f1f0"
}

.fa-lastfm {
    --fa: "\f202"
}

.fa-shopware {
    --fa: "\f5b5"
}

.fa-creative-commons-nc {
    --fa: "\f4e8"
}

.fa-aws {
    --fa: "\f375"
}

.fa-redhat {
    --fa: "\f7bc"
}

.fa-yoast {
    --fa: "\f2b1"
}

.fa-cloudflare {
    --fa: "\e07d"
}

.fa-ups {
    --fa: "\f7e0"
}

.fa-pixiv {
    --fa: "\e640"
}

.fa-wpexplorer {
    --fa: "\f2de"
}

.fa-dyalog {
    --fa: "\f399"
}

.fa-bity {
    --fa: "\f37a"
}

.fa-stackpath {
    --fa: "\f842"
}

.fa-buysellads {
    --fa: "\f20d"
}

.fa-first-order {
    --fa: "\f2b0"
}

.fa-modx {
    --fa: "\f285"
}

.fa-guilded {
    --fa: "\e07e"
}

.fa-vnv {
    --fa: "\f40b"
}

.fa-js-square,.fa-square-js {
    --fa: "\f3b9"
}

.fa-microsoft {
    --fa: "\f3ca"
}

.fa-qq {
    --fa: "\f1d6"
}

.fa-orcid {
    --fa: "\f8d2"
}

.fa-java {
    --fa: "\f4e4"
}

.fa-invision {
    --fa: "\f7b0"
}

.fa-creative-commons-pd-alt {
    --fa: "\f4ed"
}

.fa-centercode {
    --fa: "\f380"
}

.fa-glide-g {
    --fa: "\f2a6"
}

.fa-drupal {
    --fa: "\f1a9"
}

.fa-jxl {
    --fa: "\e67b"
}

.fa-dart-lang {
    --fa: "\e693"
}

.fa-hire-a-helper {
    --fa: "\f3b0"
}

.fa-creative-commons-by {
    --fa: "\f4e7"
}

.fa-unity {
    --fa: "\e049"
}

.fa-whmcs {
    --fa: "\f40d"
}

.fa-rocketchat {
    --fa: "\f3e8"
}

.fa-vk {
    --fa: "\f189"
}

.fa-untappd {
    --fa: "\f405"
}

.fa-mailchimp {
    --fa: "\f59e"
}

.fa-css3-alt {
    --fa: "\f38b"
}

.fa-reddit-square,.fa-square-reddit {
    --fa: "\f1a2"
}

.fa-vimeo-v {
    --fa: "\f27d"
}

.fa-contao {
    --fa: "\f26d"
}

.fa-square-font-awesome {
    --fa: "\e5ad"
}

.fa-deskpro {
    --fa: "\f38f"
}

.fa-brave {
    --fa: "\e63c"
}

.fa-sistrix {
    --fa: "\f3ee"
}

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

.fa-battle-net {
    --fa: "\f835"
}

.fa-the-red-yeti {
    --fa: "\f69d"
}

.fa-hacker-news-square,.fa-square-hacker-news {
    --fa: "\f3af"
}

.fa-edge {
    --fa: "\f282"
}

.fa-threads {
    --fa: "\e618"
}

.fa-napster {
    --fa: "\f3d2"
}

.fa-snapchat-square,.fa-square-snapchat {
    --fa: "\f2ad"
}

.fa-google-plus-g {
    --fa: "\f0d5"
}

.fa-artstation {
    --fa: "\f77a"
}

.fa-markdown {
    --fa: "\f60f"
}

.fa-sourcetree {
    --fa: "\f7d3"
}

.fa-google-plus {
    --fa: "\f2b3"
}

.fa-diaspora {
    --fa: "\f791"
}

.fa-foursquare {
    --fa: "\f180"
}

.fa-stack-overflow {
    --fa: "\f16c"
}

.fa-github-alt {
    --fa: "\f113"
}

.fa-phoenix-squadron {
    --fa: "\f511"
}

.fa-pagelines {
    --fa: "\f18c"
}

.fa-algolia {
    --fa: "\f36c"
}

.fa-red-river {
    --fa: "\f3e3"
}

.fa-creative-commons-sa {
    --fa: "\f4ef"
}

.fa-safari {
    --fa: "\f267"
}

.fa-google {
    --fa: "\f1a0"
}

.fa-font-awesome-alt,.fa-square-font-awesome-stroke {
    --fa: "\f35c"
}

.fa-atlassian {
    --fa: "\f77b"
}

.fa-linkedin-in {
    --fa: "\f0e1"
}

.fa-digital-ocean {
    --fa: "\f391"
}

.fa-nimblr {
    --fa: "\f5a8"
}

.fa-chromecast {
    --fa: "\f838"
}

.fa-evernote {
    --fa: "\f839"
}

.fa-hacker-news {
    --fa: "\f1d4"
}

.fa-creative-commons-sampling {
    --fa: "\f4f0"
}

.fa-adversal {
    --fa: "\f36a"
}

.fa-creative-commons {
    --fa: "\f25e"
}

.fa-watchman-monitoring {
    --fa: "\e087"
}

.fa-fonticons {
    --fa: "\f280"
}

.fa-weixin {
    --fa: "\f1d7"
}

.fa-shirtsinbulk {
    --fa: "\f214"
}

.fa-codepen {
    --fa: "\f1cb"
}

.fa-git-alt {
    --fa: "\f841"
}

.fa-lyft {
    --fa: "\f3c3"
}

.fa-rev {
    --fa: "\f5b2"
}

.fa-windows {
    --fa: "\f17a"
}

.fa-wizards-of-the-coast {
    --fa: "\f730"
}

.fa-square-viadeo,.fa-viadeo-square {
    --fa: "\f2aa"
}

.fa-meetup {
    --fa: "\f2e0"
}

.fa-centos {
    --fa: "\f789"
}

.fa-adn {
    --fa: "\f170"
}

.fa-cloudsmith {
    --fa: "\f384"
}

.fa-opensuse {
    --fa: "\e62b"
}

.fa-pied-piper-alt {
    --fa: "\f1a8"
}

.fa-dribbble-square,.fa-square-dribbble {
    --fa: "\f397"
}

.fa-codiepie {
    --fa: "\f284"
}

.fa-node {
    --fa: "\f419"
}

.fa-mix {
    --fa: "\f3cb"
}

.fa-steam {
    --fa: "\f1b6"
}

.fa-cc-apple-pay {
    --fa: "\f416"
}

.fa-scribd {
    --fa: "\f28a"
}

.fa-debian {
    --fa: "\e60b"
}

.fa-openid {
    --fa: "\f19b"
}

.fa-instalod {
    --fa: "\e081"
}

.fa-files-pinwheel {
    --fa: "\e69f"
}

.fa-expeditedssl {
    --fa: "\f23e"
}

.fa-sellcast {
    --fa: "\f2da"
}

.fa-square-twitter,.fa-twitter-square {
    --fa: "\f081"
}

.fa-r-project {
    --fa: "\f4f7"
}

.fa-delicious {
    --fa: "\f1a5"
}

.fa-freebsd {
    --fa: "\f3a4"
}

.fa-vuejs {
    --fa: "\f41f"
}

.fa-accusoft {
    --fa: "\f369"
}

.fa-ioxhost {
    --fa: "\f208"
}

.fa-fonticons-fi {
    --fa: "\f3a2"
}

.fa-app-store {
    --fa: "\f36f"
}

.fa-cc-mastercard {
    --fa: "\f1f1"
}

.fa-itunes-note {
    --fa: "\f3b5"
}

.fa-golang {
    --fa: "\e40f"
}

.fa-kickstarter,.fa-square-kickstarter {
    --fa: "\f3bb"
}

.fa-grav {
    --fa: "\f2d6"
}

.fa-weibo {
    --fa: "\f18a"
}

.fa-uncharted {
    --fa: "\e084"
}

.fa-firstdraft {
    --fa: "\f3a1"
}

.fa-square-youtube,.fa-youtube-square {
    --fa: "\f431"
}

.fa-wikipedia-w {
    --fa: "\f266"
}

.fa-rendact,.fa-wpressr {
    --fa: "\f3e4"
}

.fa-angellist {
    --fa: "\f209"
}

.fa-galactic-republic {
    --fa: "\f50c"
}

.fa-nfc-directional {
    --fa: "\e530"
}

.fa-skype {
    --fa: "\f17e"
}

.fa-joget {
    --fa: "\f3b7"
}

.fa-fedora {
    --fa: "\f798"
}

.fa-stripe-s {
    --fa: "\f42a"
}

.fa-meta {
    --fa: "\e49b"
}

.fa-laravel {
    --fa: "\f3bd"
}

.fa-hotjar {
    --fa: "\f3b1"
}

.fa-bluetooth-b {
    --fa: "\f294"
}

.fa-square-letterboxd {
    --fa: "\e62e"
}

.fa-sticker-mule {
    --fa: "\f3f7"
}

.fa-creative-commons-zero {
    --fa: "\f4f3"
}

.fa-hips {
    --fa: "\f452"
}

.fa-css {
    --fa: "\e6a2"
}

.fa-behance {
    --fa: "\f1b4"
}

.fa-reddit {
    --fa: "\f1a1"
}

.fa-discord {
    --fa: "\f392"
}

.fa-chrome {
    --fa: "\f268"
}

.fa-app-store-ios {
    --fa: "\f370"
}

.fa-cc-discover {
    --fa: "\f1f2"
}

.fa-wpbeginner {
    --fa: "\f297"
}

.fa-confluence {
    --fa: "\f78d"
}

.fa-shoelace {
    --fa: "\e60c"
}

.fa-mdb {
    --fa: "\f8ca"
}

.fa-dochub {
    --fa: "\f394"
}

.fa-accessible-icon {
    --fa: "\f368"
}

.fa-ebay {
    --fa: "\f4f4"
}

.fa-amazon {
    --fa: "\f270"
}

.fa-unsplash {
    --fa: "\e07c"
}

.fa-yarn {
    --fa: "\f7e3"
}

.fa-square-steam,.fa-steam-square {
    --fa: "\f1b7"
}

.fa-500px {
    --fa: "\f26e"
}

.fa-square-vimeo,.fa-vimeo-square {
    --fa: "\f194"
}

.fa-asymmetrik {
    --fa: "\f372"
}

.fa-font-awesome,.fa-font-awesome-flag,.fa-font-awesome-logo-full {
    --fa: "\f2b4"
}

.fa-gratipay {
    --fa: "\f184"
}

.fa-apple {
    --fa: "\f179"
}

.fa-hive {
    --fa: "\e07f"
}

.fa-gitkraken {
    --fa: "\f3a6"
}

.fa-keybase {
    --fa: "\f4f5"
}

.fa-apple-pay {
    --fa: "\f415"
}

.fa-padlet {
    --fa: "\e4a0"
}

.fa-amazon-pay {
    --fa: "\f42c"
}

.fa-github-square,.fa-square-github {
    --fa: "\f092"
}

.fa-stumbleupon {
    --fa: "\f1a4"
}

.fa-fedex {
    --fa: "\f797"
}

.fa-phoenix-framework {
    --fa: "\f3dc"
}

.fa-shopify {
    --fa: "\e057"
}

.fa-neos {
    --fa: "\f612"
}

.fa-square-threads {
    --fa: "\e619"
}

.fa-hackerrank {
    --fa: "\f5f7"
}

.fa-researchgate {
    --fa: "\f4f8"
}

.fa-swift {
    --fa: "\f8e1"
}

.fa-angular {
    --fa: "\f420"
}

.fa-speakap {
    --fa: "\f3f3"
}

.fa-angrycreative {
    --fa: "\f36e"
}

.fa-y-combinator {
    --fa: "\f23b"
}

.fa-empire {
    --fa: "\f1d1"
}

.fa-envira {
    --fa: "\f299"
}

.fa-google-scholar {
    --fa: "\e63b"
}

.fa-gitlab-square,.fa-square-gitlab {
    --fa: "\e5ae"
}

.fa-studiovinari {
    --fa: "\f3f8"
}

.fa-pied-piper {
    --fa: "\f2ae"
}

.fa-wordpress {
    --fa: "\f19a"
}

.fa-product-hunt {
    --fa: "\f288"
}

.fa-firefox {
    --fa: "\f269"
}

.fa-linode {
    --fa: "\f2b8"
}

.fa-goodreads {
    --fa: "\f3a8"
}

.fa-odnoklassniki-square,.fa-square-odnoklassniki {
    --fa: "\f264"
}

.fa-jsfiddle {
    --fa: "\f1cc"
}

.fa-sith {
    --fa: "\f512"
}

.fa-themeisle {
    --fa: "\f2b2"
}

.fa-page4 {
    --fa: "\f3d7"
}

.fa-hashnode {
    --fa: "\e499"
}

.fa-react {
    --fa: "\f41b"
}

.fa-cc-paypal {
    --fa: "\f1f4"
}

.fa-squarespace {
    --fa: "\f5be"
}

.fa-cc-stripe {
    --fa: "\f1f5"
}

.fa-creative-commons-share {
    --fa: "\f4f2"
}

.fa-bitcoin {
    --fa: "\f379"
}

.fa-keycdn {
    --fa: "\f3ba"
}

.fa-opera {
    --fa: "\f26a"
}

.fa-itch-io {
    --fa: "\f83a"
}

.fa-umbraco {
    --fa: "\f8e8"
}

.fa-galactic-senate {
    --fa: "\f50d"
}

.fa-ubuntu {
    --fa: "\f7df"
}

.fa-draft2digital {
    --fa: "\f396"
}

.fa-stripe {
    --fa: "\f429"
}

.fa-houzz {
    --fa: "\f27c"
}

.fa-gg {
    --fa: "\f260"
}

.fa-dhl {
    --fa: "\f790"
}

.fa-pinterest-square,.fa-square-pinterest {
    --fa: "\f0d3"
}

.fa-xing {
    --fa: "\f168"
}

.fa-blackberry {
    --fa: "\f37b"
}

.fa-creative-commons-pd {
    --fa: "\f4ec"
}

.fa-playstation {
    --fa: "\f3df"
}

.fa-quinscape {
    --fa: "\f459"
}

.fa-less {
    --fa: "\f41d"
}

.fa-blogger-b {
    --fa: "\f37d"
}

.fa-opencart {
    --fa: "\f23d"
}

.fa-vine {
    --fa: "\f1ca"
}

.fa-signal-messenger {
    --fa: "\e663"
}

.fa-paypal {
    --fa: "\f1ed"
}

.fa-gitlab {
    --fa: "\f296"
}

.fa-typo3 {
    --fa: "\f42b"
}

.fa-reddit-alien {
    --fa: "\f281"
}

.fa-yahoo {
    --fa: "\f19e"
}

.fa-dailymotion {
    --fa: "\e052"
}

.fa-affiliatetheme {
    --fa: "\f36b"
}

.fa-pied-piper-pp {
    --fa: "\f1a7"
}

.fa-bootstrap {
    --fa: "\f836"
}

.fa-odnoklassniki {
    --fa: "\f263"
}

.fa-nfc-symbol {
    --fa: "\e531"
}

.fa-mintbit {
    --fa: "\e62f"
}

.fa-ethereum {
    --fa: "\f42e"
}

.fa-speaker-deck {
    --fa: "\f83c"
}

.fa-creative-commons-nc-eu {
    --fa: "\f4e9"
}

.fa-patreon {
    --fa: "\f3d9"
}

.fa-avianex {
    --fa: "\f374"
}

.fa-ello {
    --fa: "\f5f1"
}

.fa-gofore {
    --fa: "\f3a7"
}

.fa-bimobject {
    --fa: "\f378"
}

.fa-brave-reverse {
    --fa: "\e63d"
}

.fa-facebook-f {
    --fa: "\f39e"
}

.fa-google-plus-square,.fa-square-google-plus {
    --fa: "\f0d4"
}

.fa-web-awesome {
    --fa: "\e682"
}

.fa-mandalorian {
    --fa: "\f50f"
}

.fa-first-order-alt {
    --fa: "\f50a"
}

.fa-osi {
    --fa: "\f41a"
}

.fa-google-wallet {
    --fa: "\f1ee"
}

.fa-d-and-d-beyond {
    --fa: "\f6ca"
}

.fa-periscope {
    --fa: "\f3da"
}

.fa-fulcrum {
    --fa: "\f50b"
}

.fa-cloudscale {
    --fa: "\f383"
}

.fa-forumbee {
    --fa: "\f211"
}

.fa-mizuni {
    --fa: "\f3cc"
}

.fa-schlix {
    --fa: "\f3ea"
}

.fa-square-xing,.fa-xing-square {
    --fa: "\f169"
}

.fa-bandcamp {
    --fa: "\f2d5"
}

.fa-wpforms {
    --fa: "\f298"
}

.fa-cloudversify {
    --fa: "\f385"
}

.fa-usps {
    --fa: "\f7e1"
}

.fa-megaport {
    --fa: "\f5a3"
}

.fa-magento {
    --fa: "\f3c4"
}

.fa-spotify {
    --fa: "\f1bc"
}

.fa-optin-monster {
    --fa: "\f23c"
}

.fa-fly {
    --fa: "\f417"
}

.fa-square-bluesky {
    --fa: "\e6a3"
}

.fa-aviato {
    --fa: "\f421"
}

.fa-itunes {
    --fa: "\f3b4"
}

.fa-cuttlefish {
    --fa: "\f38c"
}

.fa-blogger {
    --fa: "\f37c"
}

.fa-flickr {
    --fa: "\f16e"
}

.fa-viber {
    --fa: "\f409"
}

.fa-soundcloud {
    --fa: "\f1be"
}

.fa-digg {
    --fa: "\f1a6"
}

.fa-tencent-weibo {
    --fa: "\f1d5"
}

.fa-letterboxd {
    --fa: "\e62d"
}

.fa-symfony {
    --fa: "\f83d"
}

.fa-maxcdn {
    --fa: "\f136"
}

.fa-etsy {
    --fa: "\f2d7"
}

.fa-facebook-messenger {
    --fa: "\f39f"
}

.fa-audible {
    --fa: "\f373"
}

.fa-think-peaks {
    --fa: "\f731"
}

.fa-bilibili {
    --fa: "\e3d9"
}

.fa-erlang {
    --fa: "\f39d"
}

.fa-x-twitter {
    --fa: "\e61b"
}

.fa-cotton-bureau {
    --fa: "\f89e"
}

.fa-dashcube {
    --fa: "\f210"
}

.fa-42-group,.fa-innosoft {
    --fa: "\e080"
}

.fa-stack-exchange {
    --fa: "\f18d"
}

.fa-elementor {
    --fa: "\f430"
}

.fa-pied-piper-square,.fa-square-pied-piper {
    --fa: "\e01e"
}

.fa-creative-commons-nd {
    --fa: "\f4eb"
}

.fa-palfed {
    --fa: "\f3d8"
}

.fa-superpowers {
    --fa: "\f2dd"
}

.fa-resolving {
    --fa: "\f3e7"
}

.fa-xbox {
    --fa: "\f412"
}

.fa-square-web-awesome-stroke {
    --fa: "\e684"
}

.fa-searchengin {
    --fa: "\f3eb"
}

.fa-tiktok {
    --fa: "\e07b"
}

.fa-facebook-square,.fa-square-facebook {
    --fa: "\f082"
}

.fa-renren {
    --fa: "\f18b"
}

.fa-linux {
    --fa: "\f17c"
}

.fa-glide {
    --fa: "\f2a5"
}

.fa-linkedin {
    --fa: "\f08c"
}

.fa-hubspot {
    --fa: "\f3b2"
}

.fa-deploydog {
    --fa: "\f38e"
}

.fa-twitch {
    --fa: "\f1e8"
}

.fa-flutter {
    --fa: "\e694"
}

.fa-ravelry {
    --fa: "\f2d9"
}

.fa-mixer {
    --fa: "\e056"
}

.fa-lastfm-square,.fa-square-lastfm {
    --fa: "\f203"
}

.fa-vimeo {
    --fa: "\f40a"
}

.fa-mendeley {
    --fa: "\f7b3"
}

.fa-uniregistry {
    --fa: "\f404"
}

.fa-figma {
    --fa: "\f799"
}

.fa-creative-commons-remix {
    --fa: "\f4ee"
}

.fa-cc-amazon-pay {
    --fa: "\f42d"
}

.fa-dropbox {
    --fa: "\f16b"
}

.fa-instagram {
    --fa: "\f16d"
}

.fa-cmplid {
    --fa: "\e360"
}

.fa-upwork {
    --fa: "\e641"
}

.fa-facebook {
    --fa: "\f09a"
}

.fa-gripfire {
    --fa: "\f3ac"
}

.fa-jedi-order {
    --fa: "\f50e"
}

.fa-uikit {
    --fa: "\f403"
}

.fa-fort-awesome-alt {
    --fa: "\f3a3"
}

.fa-phabricator {
    --fa: "\f3db"
}

.fa-ussunnah {
    --fa: "\f407"
}

.fa-earlybirds {
    --fa: "\f39a"
}

.fa-trade-federation {
    --fa: "\f513"
}

.fa-autoprefixer {
    --fa: "\f41c"
}

.fa-whatsapp {
    --fa: "\f232"
}

.fa-square-upwork {
    --fa: "\e67c"
}

.fa-slideshare {
    --fa: "\f1e7"
}

.fa-google-play {
    --fa: "\f3ab"
}

.fa-viadeo {
    --fa: "\f2a9"
}

.fa-line {
    --fa: "\f3c0"
}

.fa-google-drive {
    --fa: "\f3aa"
}

.fa-servicestack {
    --fa: "\f3ec"
}

.fa-simplybuilt {
    --fa: "\f215"
}

.fa-bitbucket {
    --fa: "\f171"
}

.fa-imdb {
    --fa: "\f2d8"
}

.fa-deezer {
    --fa: "\e077"
}

.fa-raspberry-pi {
    --fa: "\f7bb"
}

.fa-jira {
    --fa: "\f7b1"
}

.fa-docker {
    --fa: "\f395"
}

.fa-screenpal {
    --fa: "\e570"
}

.fa-bluetooth {
    --fa: "\f293"
}

.fa-gitter {
    --fa: "\f426"
}

.fa-d-and-d {
    --fa: "\f38d"
}

.fa-microblog {
    --fa: "\e01a"
}

.fa-cc-diners-club {
    --fa: "\f24c"
}

.fa-gg-circle {
    --fa: "\f261"
}

.fa-pied-piper-hat {
    --fa: "\f4e5"
}

.fa-kickstarter-k {
    --fa: "\f3bc"
}

.fa-yandex {
    --fa: "\f413"
}

.fa-readme {
    --fa: "\f4d5"
}

.fa-html5 {
    --fa: "\f13b"
}

.fa-sellsy {
    --fa: "\f213"
}

.fa-square-web-awesome {
    --fa: "\e683"
}

.fa-sass {
    --fa: "\f41e"
}

.fa-wirsindhandwerk,.fa-wsh {
    --fa: "\e2d0"
}

.fa-buromobelexperte {
    --fa: "\f37f"
}

.fa-salesforce {
    --fa: "\f83b"
}

.fa-octopus-deploy {
    --fa: "\e082"
}

.fa-medapps {
    --fa: "\f3c6"
}

.fa-ns8 {
    --fa: "\f3d5"
}

.fa-pinterest-p {
    --fa: "\f231"
}

.fa-apper {
    --fa: "\f371"
}

.fa-fort-awesome {
    --fa: "\f286"
}

.fa-waze {
    --fa: "\f83f"
}

.fa-bluesky {
    --fa: "\e671"
}

.fa-cc-jcb {
    --fa: "\f24b"
}

.fa-snapchat,.fa-snapchat-ghost {
    --fa: "\f2ab"
}

.fa-fantasy-flight-games {
    --fa: "\f6dc"
}

.fa-rust {
    --fa: "\e07a"
}

.fa-wix {
    --fa: "\f5cf"
}

.fa-behance-square,.fa-square-behance {
    --fa: "\f1b5"
}

.fa-supple {
    --fa: "\f3f9"
}

.fa-webflow {
    --fa: "\e65c"
}

.fa-rebel {
    --fa: "\f1d0"
}

.fa-css3 {
    --fa: "\f13c"
}

.fa-staylinked {
    --fa: "\f3f5"
}

.fa-kaggle {
    --fa: "\f5fa"
}

.fa-space-awesome {
    --fa: "\e5ac"
}

.fa-deviantart {
    --fa: "\f1bd"
}

.fa-cpanel {
    --fa: "\f388"
}

.fa-goodreads-g {
    --fa: "\f3a9"
}

.fa-git-square,.fa-square-git {
    --fa: "\f1d2"
}

.fa-square-tumblr,.fa-tumblr-square {
    --fa: "\f174"
}

.fa-trello {
    --fa: "\f181"
}

.fa-creative-commons-nc-jp {
    --fa: "\f4ea"
}

.fa-get-pocket {
    --fa: "\f265"
}

.fa-perbyte {
    --fa: "\e083"
}

.fa-grunt {
    --fa: "\f3ad"
}

.fa-weebly {
    --fa: "\f5cc"
}

.fa-connectdevelop {
    --fa: "\f20e"
}

.fa-leanpub {
    --fa: "\f212"
}

.fa-black-tie {
    --fa: "\f27e"
}

.fa-themeco {
    --fa: "\f5c6"
}

.fa-python {
    --fa: "\f3e2"
}

.fa-android {
    --fa: "\f17b"
}

.fa-bots {
    --fa: "\e340"
}

.fa-free-code-camp {
    --fa: "\f2c5"
}

.fa-hornbill {
    --fa: "\f592"
}

.fa-js {
    --fa: "\f3b8"
}

.fa-ideal {
    --fa: "\e013"
}

.fa-git {
    --fa: "\f1d3"
}

.fa-dev {
    --fa: "\f6cc"
}

.fa-sketch {
    --fa: "\f7c6"
}

.fa-yandex-international {
    --fa: "\f414"
}

.fa-cc-amex {
    --fa: "\f1f3"
}

.fa-uber {
    --fa: "\f402"
}

.fa-github {
    --fa: "\f09b"
}

.fa-php {
    --fa: "\f457"
}

.fa-alipay {
    --fa: "\f642"
}

.fa-youtube {
    --fa: "\f167"
}

.fa-skyatlas {
    --fa: "\f216"
}

.fa-firefox-browser {
    --fa: "\e007"
}

.fa-replyd {
    --fa: "\f3e6"
}

.fa-suse {
    --fa: "\f7d6"
}

.fa-jenkins {
    --fa: "\f3b6"
}

.fa-twitter {
    --fa: "\f099"
}

.fa-rockrms {
    --fa: "\f3e9"
}

.fa-pinterest {
    --fa: "\f0d2"
}

.fa-buffer {
    --fa: "\f837"
}

.fa-npm {
    --fa: "\f3d4"
}

.fa-yammer {
    --fa: "\f840"
}

.fa-btc {
    --fa: "\f15a"
}

.fa-dribbble {
    --fa: "\f17d"
}

.fa-stumbleupon-circle {
    --fa: "\f1a3"
}

.fa-internet-explorer {
    --fa: "\f26b"
}

.fa-stubber {
    --fa: "\e5c7"
}

.fa-telegram,.fa-telegram-plane {
    --fa: "\f2c6"
}

.fa-old-republic {
    --fa: "\f510"
}

.fa-odysee {
    --fa: "\e5c6"
}

.fa-square-whatsapp,.fa-whatsapp-square {
    --fa: "\f40c"
}

.fa-node-js {
    --fa: "\f3d3"
}

.fa-edge-legacy {
    --fa: "\e078"
}

.fa-slack,.fa-slack-hash {
    --fa: "\f198"
}

.fa-medrt {
    --fa: "\f3c8"
}

.fa-usb {
    --fa: "\f287"
}

.fa-tumblr {
    --fa: "\f173"
}

.fa-vaadin {
    --fa: "\f408"
}

.fa-quora {
    --fa: "\f2c4"
}

.fa-square-x-twitter {
    --fa: "\e61a"
}

.fa-reacteurope {
    --fa: "\f75d"
}

.fa-medium,.fa-medium-m {
    --fa: "\f23a"
}

.fa-amilia {
    --fa: "\f36d"
}

.fa-mixcloud {
    --fa: "\f289"
}

.fa-flipboard {
    --fa: "\f44d"
}

.fa-viacoin {
    --fa: "\f237"
}

.fa-critical-role {
    --fa: "\f6c9"
}

.fa-sitrox {
    --fa: "\e44a"
}

.fa-discourse {
    --fa: "\f393"
}

.fa-joomla {
    --fa: "\f1aa"
}

.fa-mastodon {
    --fa: "\f4f6"
}

.fa-airbnb {
    --fa: "\f834"
}

.fa-wolf-pack-battalion {
    --fa: "\f514"
}

.fa-buy-n-large {
    --fa: "\f8a6"
}

.fa-gulp {
    --fa: "\f3ae"
}

.fa-creative-commons-sampling-plus {
    --fa: "\f4f1"
}

.fa-strava {
    --fa: "\f428"
}

.fa-ember {
    --fa: "\f423"
}

.fa-canadian-maple-leaf {
    --fa: "\f785"
}

.fa-teamspeak {
    --fa: "\f4f9"
}

.fa-pushed {
    --fa: "\f3e1"
}

.fa-wordpress-simple {
    --fa: "\f411"
}

.fa-nutritionix {
    --fa: "\f3d6"
}

.fa-wodu {
    --fa: "\e088"
}

.fa-google-pay {
    --fa: "\e079"
}

.fa-intercom {
    --fa: "\f7af"
}

.fa-zhihu {
    --fa: "\f63f"
}

.fa-korvue {
    --fa: "\f42f"
}

.fa-pix {
    --fa: "\e43a"
}

.fa-steam-symbol {
    --fa: "\f3f6"
}

: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(/webfonts/free-fa-regular-400.woff2) format("woff2"),url(/webfonts/free-fa-regular-400.ttf) format("truetype")
}

.fa-regular,.far {
    font-weight: 400
}

:host,:root {
    --fa-style-family-classic: "Font Awesome 6 Free";
    --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(/webfonts/free-fa-solid-900.woff2) format("woff2"),url(/webfonts/free-fa-solid-900.ttf) format("truetype")
}

.fa-solid,.fas {
    font-weight: 900
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-display: block;
    font-weight: 400;
    src: url(/webfonts/free-fa-brands-400.woff2) format("woff2"),url(/webfonts/free-fa-brands-400.ttf) format("truetype")
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-display: block;
    font-weight: 900;
    src: url(/webfonts/free-fa-solid-900.woff2) format("woff2"),url(/webfonts/free-fa-solid-900.ttf) format("truetype")
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-display: block;
    font-weight: 400;
    src: url(/webfonts/free-fa-regular-400.woff2) format("woff2"),url(/webfonts/free-fa-regular-400.ttf) format("truetype")
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(/webfonts/free-fa-solid-900.woff2) format("woff2"),url(/webfonts/free-fa-solid-900.ttf) format("truetype")
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(/webfonts/free-fa-brands-400.woff2) format("woff2"),url(/webfonts/free-fa-brands-400.ttf) format("truetype")
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(/webfonts/free-fa-regular-400.woff2) format("woff2"),url(/webfonts/free-fa-regular-400.ttf) format("truetype");
    unicode-range: u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(/webfonts/free-fa-v4compatibility.woff2) format("woff2"),url(/webfonts/free-fa-v4compatibility.ttf) format("truetype");
    unicode-range: u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a
}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa.fa-glass {
    --fa: "\f000"
}

.fa.fa-envelope-o {
    --fa: "\f0e0"
}

.fa.fa-envelope-o,.fa.fa-star-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-star-o {
    --fa: "\f005"
}

.fa.fa-close,.fa.fa-remove {
    --fa: "\f00d"
}

.fa.fa-gear {
    --fa: "\f013"
}

.fa.fa-trash-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    --fa: "\f2ed"
}

.fa.fa-home {
    --fa: "\f015"
}

.fa.fa-file-o {
    --fa: "\f15b"
}

.fa.fa-clock-o,.fa.fa-file-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-clock-o {
    --fa: "\f017"
}

.fa.fa-arrow-circle-o-down {
    --fa: "\f358"
}

.fa.fa-arrow-circle-o-down,.fa.fa-arrow-circle-o-up {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-arrow-circle-o-up {
    --fa: "\f35b"
}

.fa.fa-play-circle-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    --fa: "\f144"
}

.fa.fa-repeat,.fa.fa-rotate-right {
    --fa: "\f01e"
}

.fa.fa-refresh {
    --fa: "\f021"
}

.fa.fa-list-alt {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    --fa: "\f022"
}

.fa.fa-dedent {
    --fa: "\f03b"
}

.fa.fa-video-camera {
    --fa: "\f03d"
}

.fa.fa-picture-o {
    --fa: "\f03e"
}

.fa.fa-photo,.fa.fa-picture-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-photo {
    --fa: "\f03e"
}

.fa.fa-image {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    --fa: "\f03e"
}

.fa.fa-map-marker {
    --fa: "\f3c5"
}

.fa.fa-pencil-square-o {
    --fa: "\f044"
}

.fa.fa-edit,.fa.fa-pencil-square-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-edit {
    --fa: "\f044"
}

.fa.fa-share-square-o {
    --fa: "\f14d"
}

.fa.fa-check-square-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    --fa: "\f14a"
}

.fa.fa-arrows {
    --fa: "\f0b2"
}

.fa.fa-times-circle-o {
    --fa: "\f057"
}

.fa.fa-check-circle-o,.fa.fa-times-circle-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-check-circle-o {
    --fa: "\f058"
}

.fa.fa-mail-forward {
    --fa: "\f064"
}

.fa.fa-expand {
    --fa: "\f424"
}

.fa.fa-compress {
    --fa: "\f422"
}

.fa.fa-eye,.fa.fa-eye-slash {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-warning {
    --fa: "\f071"
}

.fa.fa-calendar {
    --fa: "\f073"
}

.fa.fa-arrows-v {
    --fa: "\f338"
}

.fa.fa-arrows-h {
    --fa: "\f337"
}

.fa.fa-bar-chart,.fa.fa-bar-chart-o {
    --fa: "\e0e3"
}

.fa.fa-twitter-square {
    --fa: "\f081"
}

.fa.fa-facebook-square,.fa.fa-twitter-square {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-facebook-square {
    --fa: "\f082"
}

.fa.fa-gears {
    --fa: "\f085"
}

.fa.fa-thumbs-o-up {
    --fa: "\f164"
}

.fa.fa-thumbs-o-down,.fa.fa-thumbs-o-up {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-thumbs-o-down {
    --fa: "\f165"
}

.fa.fa-heart-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    --fa: "\f004"
}

.fa.fa-sign-out {
    --fa: "\f2f5"
}

.fa.fa-linkedin-square {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    --fa: "\f08c"
}

.fa.fa-thumb-tack {
    --fa: "\f08d"
}

.fa.fa-external-link {
    --fa: "\f35d"
}

.fa.fa-sign-in {
    --fa: "\f2f6"
}

.fa.fa-github-square {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    --fa: "\f092"
}

.fa.fa-lemon-o {
    --fa: "\f094"
}

.fa.fa-lemon-o,.fa.fa-square-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-square-o {
    --fa: "\f0c8"
}

.fa.fa-bookmark-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    --fa: "\f02e"
}

.fa.fa-facebook,.fa.fa-twitter {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-facebook {
    --fa: "\f39e"
}

.fa.fa-facebook-f {
    --fa: "\f39e"
}

.fa.fa-facebook-f,.fa.fa-github {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-credit-card {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-feed {
    --fa: "\f09e"
}

.fa.fa-hdd-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    --fa: "\f0a0"
}

.fa.fa-hand-o-right {
    --fa: "\f0a4"
}

.fa.fa-hand-o-left,.fa.fa-hand-o-right {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-hand-o-left {
    --fa: "\f0a5"
}

.fa.fa-hand-o-up {
    --fa: "\f0a6"
}

.fa.fa-hand-o-down,.fa.fa-hand-o-up {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-hand-o-down {
    --fa: "\f0a7"
}

.fa.fa-globe {
    --fa: "\f57d"
}

.fa.fa-tasks {
    --fa: "\f828"
}

.fa.fa-arrows-alt {
    --fa: "\f31e"
}

.fa.fa-group {
    --fa: "\f0c0"
}

.fa.fa-chain {
    --fa: "\f0c1"
}

.fa.fa-cut {
    --fa: "\f0c4"
}

.fa.fa-files-o {
    --fa: "\f0c5"
}

.fa.fa-files-o,.fa.fa-floppy-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-floppy-o {
    --fa: "\f0c7"
}

.fa.fa-save {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    --fa: "\f0c7"
}

.fa.fa-navicon,.fa.fa-reorder {
    --fa: "\f0c9"
}

.fa.fa-magic {
    --fa: "\e2ca"
}

.fa.fa-pinterest,.fa.fa-pinterest-square {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-pinterest-square {
    --fa: "\f0d3"
}

.fa.fa-google-plus-square {
    --fa: "\f0d4"
}

.fa.fa-google-plus,.fa.fa-google-plus-square {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-google-plus {
    --fa: "\f0d5"
}

.fa.fa-money {
    --fa: "\f3d1"
}

.fa.fa-unsorted {
    --fa: "\f0dc"
}

.fa.fa-sort-desc {
    --fa: "\f0dd"
}

.fa.fa-sort-asc {
    --fa: "\f0de"
}

.fa.fa-linkedin {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    --fa: "\f0e1"
}

.fa.fa-rotate-left {
    --fa: "\f0e2"
}

.fa.fa-legal {
    --fa: "\f0e3"
}

.fa.fa-dashboard,.fa.fa-tachometer {
    --fa: "\f625"
}

.fa.fa-comment-o {
    --fa: "\f075"
}

.fa.fa-comment-o,.fa.fa-comments-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-comments-o {
    --fa: "\f086"
}

.fa.fa-flash {
    --fa: "\f0e7"
}

.fa.fa-clipboard {
    --fa: "\f0ea"
}

.fa.fa-lightbulb-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    --fa: "\f0eb"
}

.fa.fa-exchange {
    --fa: "\f362"
}

.fa.fa-cloud-download {
    --fa: "\f0ed"
}

.fa.fa-cloud-upload {
    --fa: "\f0ee"
}

.fa.fa-bell-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    --fa: "\f0f3"
}

.fa.fa-cutlery {
    --fa: "\f2e7"
}

.fa.fa-file-text-o {
    --fa: "\f15c"
}

.fa.fa-building-o,.fa.fa-file-text-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-building-o {
    --fa: "\f1ad"
}

.fa.fa-hospital-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    --fa: "\f0f8"
}

.fa.fa-tablet {
    --fa: "\f3fa"
}

.fa.fa-mobile,.fa.fa-mobile-phone {
    --fa: "\f3cd"
}

.fa.fa-circle-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    --fa: "\f111"
}

.fa.fa-mail-reply {
    --fa: "\f3e5"
}

.fa.fa-github-alt {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-folder-o {
    --fa: "\f07b"
}

.fa.fa-folder-o,.fa.fa-folder-open-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-folder-open-o {
    --fa: "\f07c"
}

.fa.fa-smile-o {
    --fa: "\f118"
}

.fa.fa-frown-o,.fa.fa-smile-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-frown-o {
    --fa: "\f119"
}

.fa.fa-meh-o {
    --fa: "\f11a"
}

.fa.fa-keyboard-o,.fa.fa-meh-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-keyboard-o {
    --fa: "\f11c"
}

.fa.fa-flag-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    --fa: "\f024"
}

.fa.fa-mail-reply-all {
    --fa: "\f122"
}

.fa.fa-star-half-o {
    --fa: "\f5c0"
}

.fa.fa-star-half-empty,.fa.fa-star-half-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-star-half-empty {
    --fa: "\f5c0"
}

.fa.fa-star-half-full {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    --fa: "\f5c0"
}

.fa.fa-code-fork {
    --fa: "\f126"
}

.fa.fa-chain-broken,.fa.fa-unlink {
    --fa: "\f127"
}

.fa.fa-calendar-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    --fa: "\f133"
}

.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-unlock-alt {
    --fa: "\f09c"
}

.fa.fa-minus-square-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    --fa: "\f146"
}

.fa.fa-level-up {
    --fa: "\f3bf"
}

.fa.fa-level-down {
    --fa: "\f3be"
}

.fa.fa-pencil-square {
    --fa: "\f14b"
}

.fa.fa-external-link-square {
    --fa: "\f360"
}

.fa.fa-compass {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-caret-square-o-down {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    --fa: "\f150"
}

.fa.fa-toggle-down {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    --fa: "\f150"
}

.fa.fa-caret-square-o-up {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    --fa: "\f151"
}

.fa.fa-toggle-up {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    --fa: "\f151"
}

.fa.fa-caret-square-o-right {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    --fa: "\f152"
}

.fa.fa-toggle-right {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    --fa: "\f152"
}

.fa.fa-eur,.fa.fa-euro {
    --fa: "\f153"
}

.fa.fa-gbp {
    --fa: "\f154"
}

.fa.fa-dollar,.fa.fa-usd {
    --fa: "\24"
}

.fa.fa-inr,.fa.fa-rupee {
    --fa: "\e1bc"
}

.fa.fa-cny,.fa.fa-jpy,.fa.fa-rmb,.fa.fa-yen {
    --fa: "\f157"
}

.fa.fa-rouble,.fa.fa-rub,.fa.fa-ruble {
    --fa: "\f158"
}

.fa.fa-krw,.fa.fa-won {
    --fa: "\f159"
}

.fa.fa-bitcoin,.fa.fa-btc {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-bitcoin {
    --fa: "\f15a"
}

.fa.fa-file-text {
    --fa: "\f15c"
}

.fa.fa-sort-alpha-asc {
    --fa: "\f15d"
}

.fa.fa-sort-alpha-desc {
    --fa: "\f881"
}

.fa.fa-sort-amount-asc {
    --fa: "\f884"
}

.fa.fa-sort-amount-desc {
    --fa: "\f160"
}

.fa.fa-sort-numeric-asc {
    --fa: "\f162"
}

.fa.fa-sort-numeric-desc {
    --fa: "\f886"
}

.fa.fa-youtube-square {
    --fa: "\f431"
}

.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube,.fa.fa-youtube-square {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-xing-square {
    --fa: "\f169"
}

.fa.fa-youtube-play {
    --fa: "\f167"
}

.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow,.fa.fa-youtube-play {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-bitbucket-square {
    --fa: "\f171"
}

.fa.fa-tumblr,.fa.fa-tumblr-square {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-tumblr-square {
    --fa: "\f174"
}

.fa.fa-long-arrow-down {
    --fa: "\f309"
}

.fa.fa-long-arrow-up {
    --fa: "\f30c"
}

.fa.fa-long-arrow-left {
    --fa: "\f30a"
}

.fa.fa-long-arrow-right {
    --fa: "\f30b"
}

.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-gittip {
    --fa: "\f184"
}

.fa.fa-sun-o {
    --fa: "\f185"
}

.fa.fa-moon-o,.fa.fa-sun-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-moon-o {
    --fa: "\f186"
}

.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-arrow-circle-o-right {
    --fa: "\f35a"
}

.fa.fa-arrow-circle-o-left,.fa.fa-arrow-circle-o-right {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-arrow-circle-o-left {
    --fa: "\f359"
}

.fa.fa-caret-square-o-left {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    --fa: "\f191"
}

.fa.fa-toggle-left {
    --fa: "\f191"
}

.fa.fa-dot-circle-o,.fa.fa-toggle-left {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-dot-circle-o {
    --fa: "\f192"
}

.fa.fa-vimeo-square {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    --fa: "\f194"
}

.fa.fa-try,.fa.fa-turkish-lira {
    --fa: "\e2bb"
}

.fa.fa-plus-square-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    --fa: "\f0fe"
}

.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-bank,.fa.fa-institution {
    --fa: "\f19c"
}

.fa.fa-mortar-board {
    --fa: "\f19d"
}

.fa.fa-google,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-yahoo {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-reddit-square {
    --fa: "\f1a2"
}

.fa.fa-behance,.fa.fa-behance-square,.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-behance-square {
    --fa: "\f1b5"
}

.fa.fa-steam,.fa.fa-steam-square {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-steam-square {
    --fa: "\f1b7"
}

.fa.fa-automobile {
    --fa: "\f1b9"
}

.fa.fa-cab {
    --fa: "\f1ba"
}

.fa.fa-deviantart,.fa.fa-soundcloud,.fa.fa-spotify {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-file-pdf-o {
    --fa: "\f1c1"
}

.fa.fa-file-pdf-o,.fa.fa-file-word-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-file-word-o {
    --fa: "\f1c2"
}

.fa.fa-file-excel-o {
    --fa: "\f1c3"
}

.fa.fa-file-excel-o,.fa.fa-file-powerpoint-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-file-powerpoint-o {
    --fa: "\f1c4"
}

.fa.fa-file-image-o {
    --fa: "\f1c5"
}

.fa.fa-file-image-o,.fa.fa-file-photo-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-file-photo-o {
    --fa: "\f1c5"
}

.fa.fa-file-picture-o {
    --fa: "\f1c5"
}

.fa.fa-file-archive-o,.fa.fa-file-picture-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-file-archive-o {
    --fa: "\f1c6"
}

.fa.fa-file-zip-o {
    --fa: "\f1c6"
}

.fa.fa-file-audio-o,.fa.fa-file-zip-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-file-audio-o {
    --fa: "\f1c7"
}

.fa.fa-file-sound-o {
    --fa: "\f1c7"
}

.fa.fa-file-sound-o,.fa.fa-file-video-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-file-video-o {
    --fa: "\f1c8"
}

.fa.fa-file-movie-o {
    --fa: "\f1c8"
}

.fa.fa-file-code-o,.fa.fa-file-movie-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-file-code-o {
    --fa: "\f1c9"
}

.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-life-bouy,.fa.fa-life-buoy,.fa.fa-life-saver,.fa.fa-support {
    --fa: "\f1cd"
}

.fa.fa-circle-o-notch {
    --fa: "\f1ce"
}

.fa.fa-ra,.fa.fa-rebel {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-ra {
    --fa: "\f1d0"
}

.fa.fa-resistance {
    --fa: "\f1d0"
}

.fa.fa-empire,.fa.fa-ge,.fa.fa-resistance {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-ge {
    --fa: "\f1d1"
}

.fa.fa-git-square {
    --fa: "\f1d2"
}

.fa.fa-git,.fa.fa-git-square,.fa.fa-hacker-news,.fa.fa-y-combinator-square {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-y-combinator-square {
    --fa: "\f1d4"
}

.fa.fa-yc-square {
    --fa: "\f1d4"
}

.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin,.fa.fa-yc-square {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-wechat {
    --fa: "\f1d7"
}

.fa.fa-send {
    --fa: "\f1d8"
}

.fa.fa-paper-plane-o {
    --fa: "\f1d8"
}

.fa.fa-paper-plane-o,.fa.fa-send-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-send-o {
    --fa: "\f1d8"
}

.fa.fa-circle-thin {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    --fa: "\f111"
}

.fa.fa-header {
    --fa: "\f1dc"
}

.fa.fa-futbol-o {
    --fa: "\f1e3"
}

.fa.fa-futbol-o,.fa.fa-soccer-ball-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-soccer-ball-o {
    --fa: "\f1e3"
}

.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-newspaper-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    --fa: "\f1ea"
}

.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-bell-slash-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    --fa: "\f1f6"
}

.fa.fa-trash {
    --fa: "\f2ed"
}

.fa.fa-copyright {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-eyedropper {
    --fa: "\f1fb"
}

.fa.fa-area-chart {
    --fa: "\f1fe"
}

.fa.fa-pie-chart {
    --fa: "\f200"
}

.fa.fa-line-chart {
    --fa: "\f201"
}

.fa.fa-lastfm,.fa.fa-lastfm-square {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-lastfm-square {
    --fa: "\f203"
}

.fa.fa-angellist,.fa.fa-ioxhost {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-cc {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    --fa: "\f20a"
}

.fa.fa-ils,.fa.fa-shekel,.fa.fa-sheqel {
    --fa: "\f20b"
}

.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-diamond {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    --fa: "\f3a5"
}

.fa.fa-intersex,.fa.fa-transgender {
    --fa: "\f224"
}

.fa.fa-transgender-alt {
    --fa: "\f225"
}

.fa.fa-facebook-official {
    --fa: "\f09a"
}

.fa.fa-facebook-official,.fa.fa-pinterest-p,.fa.fa-whatsapp {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-hotel {
    --fa: "\f236"
}

.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-yc {
    --fa: "\f23b"
}

.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-battery,.fa.fa-battery-4 {
    --fa: "\f240"
}

.fa.fa-battery-3 {
    --fa: "\f241"
}

.fa.fa-battery-2 {
    --fa: "\f242"
}

.fa.fa-battery-1 {
    --fa: "\f243"
}

.fa.fa-battery-0 {
    --fa: "\f244"
}

.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-sticky-note-o {
    --fa: "\f249"
}

.fa.fa-cc-diners-club,.fa.fa-cc-jcb {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-clone {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-hourglass-o {
    --fa: "\f254"
}

.fa.fa-hourglass-1 {
    --fa: "\f251"
}

.fa.fa-hourglass-2 {
    --fa: "\f252"
}

.fa.fa-hourglass-3 {
    --fa: "\f253"
}

.fa.fa-hand-rock-o {
    --fa: "\f255"
}

.fa.fa-hand-grab-o,.fa.fa-hand-rock-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-hand-grab-o {
    --fa: "\f255"
}

.fa.fa-hand-paper-o {
    --fa: "\f256"
}

.fa.fa-hand-paper-o,.fa.fa-hand-stop-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-hand-stop-o {
    --fa: "\f256"
}

.fa.fa-hand-scissors-o {
    --fa: "\f257"
}

.fa.fa-hand-lizard-o,.fa.fa-hand-scissors-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-hand-lizard-o {
    --fa: "\f258"
}

.fa.fa-hand-spock-o {
    --fa: "\f259"
}

.fa.fa-hand-pointer-o,.fa.fa-hand-spock-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-hand-pointer-o {
    --fa: "\f25a"
}

.fa.fa-hand-peace-o {
    --fa: "\f25b"
}

.fa.fa-hand-peace-o,.fa.fa-registered {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-creative-commons,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-odnoklassniki-square {
    --fa: "\f264"
}

.fa.fa-chrome,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-internet-explorer,.fa.fa-opera,.fa.fa-safari,.fa.fa-wikipedia-w {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-television {
    --fa: "\f26c"
}

.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-calendar-plus-o {
    --fa: "\f271"
}

.fa.fa-calendar-minus-o,.fa.fa-calendar-plus-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-calendar-minus-o {
    --fa: "\f272"
}

.fa.fa-calendar-times-o {
    --fa: "\f273"
}

.fa.fa-calendar-check-o,.fa.fa-calendar-times-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-calendar-check-o {
    --fa: "\f274"
}

.fa.fa-map-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    --fa: "\f279"
}

.fa.fa-commenting {
    --fa: "\f4ad"
}

.fa.fa-commenting-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    --fa: "\f4ad"
}

.fa.fa-houzz,.fa.fa-vimeo {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-vimeo {
    --fa: "\f27d"
}

.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-credit-card-alt {
    --fa: "\f09d"
}

.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-pause-circle-o {
    --fa: "\f28b"
}

.fa.fa-pause-circle-o,.fa.fa-stop-circle-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-stop-circle-o {
    --fa: "\f28d"
}

.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-wheelchair-alt {
    --fa: "\f368"
}

.fa.fa-question-circle-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    --fa: "\f059"
}

.fa.fa-volume-control-phone {
    --fa: "\f2a0"
}

.fa.fa-asl-interpreting {
    --fa: "\f2a3"
}

.fa.fa-deafness,.fa.fa-hard-of-hearing {
    --fa: "\f2a4"
}

.fa.fa-glide,.fa.fa-glide-g {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-signing {
    --fa: "\f2a7"
}

.fa.fa-viadeo,.fa.fa-viadeo-square {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-viadeo-square {
    --fa: "\f2aa"
}

.fa.fa-snapchat,.fa.fa-snapchat-ghost {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-snapchat-ghost {
    --fa: "\f2ab"
}

.fa.fa-snapchat-square {
    --fa: "\f2ad"
}

.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-snapchat-square,.fa.fa-themeisle,.fa.fa-yoast {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-google-plus-official {
    --fa: "\f2b3"
}

.fa.fa-google-plus-circle {
    --fa: "\f2b3"
}

.fa.fa-fa,.fa.fa-font-awesome,.fa.fa-google-plus-circle {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-fa {
    --fa: "\f2b4"
}

.fa.fa-handshake-o {
    --fa: "\f2b5"
}

.fa.fa-envelope-open-o,.fa.fa-handshake-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-envelope-open-o {
    --fa: "\f2b6"
}

.fa.fa-linode {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-address-book-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    --fa: "\f2b9"
}

.fa.fa-vcard {
    --fa: "\f2bb"
}

.fa.fa-address-card-o {
    --fa: "\f2bb"
}

.fa.fa-address-card-o,.fa.fa-vcard-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-vcard-o {
    --fa: "\f2bb"
}

.fa.fa-user-circle-o {
    --fa: "\f2bd"
}

.fa.fa-user-circle-o,.fa.fa-user-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-user-o {
    --fa: "\f007"
}

.fa.fa-id-badge {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-drivers-license {
    --fa: "\f2c2"
}

.fa.fa-id-card-o {
    --fa: "\f2c2"
}

.fa.fa-drivers-license-o,.fa.fa-id-card-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-drivers-license-o {
    --fa: "\f2c2"
}

.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-thermometer,.fa.fa-thermometer-4 {
    --fa: "\f2c7"
}

.fa.fa-thermometer-3 {
    --fa: "\f2c8"
}

.fa.fa-thermometer-2 {
    --fa: "\f2c9"
}

.fa.fa-thermometer-1 {
    --fa: "\f2ca"
}

.fa.fa-thermometer-0 {
    --fa: "\f2cb"
}

.fa.fa-bathtub,.fa.fa-s15 {
    --fa: "\f2cd"
}

.fa.fa-window-maximize,.fa.fa-window-restore {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-times-rectangle {
    --fa: "\f410"
}

.fa.fa-window-close-o {
    --fa: "\f410"
}

.fa.fa-times-rectangle-o,.fa.fa-window-close-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-times-rectangle-o {
    --fa: "\f410"
}

.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-eercast {
    --fa: "\f2da"
}

.fa.fa-snowflake-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    --fa: "\f2dc"
}

.fa.fa-meetup,.fa.fa-superpowers,.fa.fa-wpexplorer {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
@font-face {
    font-family: "Font Awesome 5 Brands";
    font-display: block;
    font-weight: 400;
    src: url(/webfonts/free-fa-brands-400.woff2) format("woff2"),url(/webfonts/free-fa-brands-400.ttf) format("truetype")
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-display: block;
    font-weight: 900;
    src: url(/webfonts/free-fa-solid-900.woff2) format("woff2"),url(/webfonts/free-fa-solid-900.ttf) format("truetype")
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-display: block;
    font-weight: 400;
    src: url(/webfonts/free-fa-regular-400.woff2) format("woff2"),url(/webfonts/free-fa-regular-400.ttf) format("truetype")
}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(/webfonts/free-fa-solid-900.woff2) format("woff2"),url(/webfonts/free-fa-solid-900.ttf) format("truetype")
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(/webfonts/free-fa-brands-400.woff2) format("woff2"),url(/webfonts/free-fa-brands-400.ttf) format("truetype")
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(/webfonts/free-fa-regular-400.woff2) format("woff2"),url(/webfonts/free-fa-regular-400.ttf) format("truetype");
    unicode-range: u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(/webfonts/free-fa-v4compatibility.woff2) format("woff2"),url(/webfonts/free-fa-v4compatibility.ttf) format("truetype");
    unicode-range: u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a
}

@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  box-sizing: border-box;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1260px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1400px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1260px) {
  .container {
    width: 1200px;
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1360px;
    max-width: 100%;
  }
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1260px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1400px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1260px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1400px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxl, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .col-xxl, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .col-xxl, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .col-xxl, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1260px) {
  .col-xxl, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1400px) {
  .col-xxl, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.3333333333%;
}

.pull-2 {
  right: 16.6666666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.3333333333%;
}

.pull-5 {
  right: 41.6666666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.3333333333%;
}

.pull-8 {
  right: 66.6666666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.3333333333%;
}

.pull-11 {
  right: 91.6666666667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.3333333333%;
}

.push-2 {
  left: 16.6666666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.3333333333%;
}

.push-5 {
  left: 41.6666666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.3333333333%;
}

.push-8 {
  left: 66.6666666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.3333333333%;
}

.push-11 {
  left: 91.6666666667%;
}

.push-12 {
  left: 100%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.3333333333%;
  }

  .pull-sm-2 {
    right: 16.6666666667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.3333333333%;
  }

  .pull-sm-5 {
    right: 41.6666666667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.3333333333%;
  }

  .pull-sm-8 {
    right: 66.6666666667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.3333333333%;
  }

  .pull-sm-11 {
    right: 91.6666666667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.3333333333%;
  }

  .push-sm-2 {
    left: 16.6666666667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.3333333333%;
  }

  .push-sm-5 {
    left: 41.6666666667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.3333333333%;
  }

  .push-sm-8 {
    left: 66.6666666667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.3333333333%;
  }

  .push-sm-11 {
    left: 91.6666666667%;
  }

  .push-sm-12 {
    left: 100%;
  }

  .offset-sm-0 {
    margin-left: 0%;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.3333333333%;
  }

  .pull-md-2 {
    right: 16.6666666667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.3333333333%;
  }

  .pull-md-5 {
    right: 41.6666666667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.3333333333%;
  }

  .pull-md-8 {
    right: 66.6666666667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.3333333333%;
  }

  .pull-md-11 {
    right: 91.6666666667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.3333333333%;
  }

  .push-md-2 {
    left: 16.6666666667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.3333333333%;
  }

  .push-md-5 {
    left: 41.6666666667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.3333333333%;
  }

  .push-md-8 {
    left: 66.6666666667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.3333333333%;
  }

  .push-md-11 {
    left: 91.6666666667%;
  }

  .push-md-12 {
    left: 100%;
  }

  .offset-md-0 {
    margin-left: 0%;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.3333333333%;
  }

  .pull-lg-2 {
    right: 16.6666666667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.3333333333%;
  }

  .pull-lg-5 {
    right: 41.6666666667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.3333333333%;
  }

  .pull-lg-8 {
    right: 66.6666666667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.3333333333%;
  }

  .pull-lg-11 {
    right: 91.6666666667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.3333333333%;
  }

  .push-lg-2 {
    left: 16.6666666667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.3333333333%;
  }

  .push-lg-5 {
    left: 41.6666666667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.3333333333%;
  }

  .push-lg-8 {
    left: 66.6666666667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.3333333333%;
  }

  .push-lg-11 {
    left: 91.6666666667%;
  }

  .push-lg-12 {
    left: 100%;
  }

  .offset-lg-0 {
    margin-left: 0%;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1260px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.3333333333%;
  }

  .pull-xl-2 {
    right: 16.6666666667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.3333333333%;
  }

  .pull-xl-5 {
    right: 41.6666666667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.3333333333%;
  }

  .pull-xl-8 {
    right: 66.6666666667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.3333333333%;
  }

  .pull-xl-11 {
    right: 91.6666666667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.3333333333%;
  }

  .push-xl-2 {
    left: 16.6666666667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.3333333333%;
  }

  .push-xl-5 {
    left: 41.6666666667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.3333333333%;
  }

  .push-xl-8 {
    left: 66.6666666667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.3333333333%;
  }

  .push-xl-11 {
    left: 91.6666666667%;
  }

  .push-xl-12 {
    left: 100%;
  }

  .offset-xl-0 {
    margin-left: 0%;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-xxl-0 {
    right: auto;
  }

  .pull-xxl-1 {
    right: 8.3333333333%;
  }

  .pull-xxl-2 {
    right: 16.6666666667%;
  }

  .pull-xxl-3 {
    right: 25%;
  }

  .pull-xxl-4 {
    right: 33.3333333333%;
  }

  .pull-xxl-5 {
    right: 41.6666666667%;
  }

  .pull-xxl-6 {
    right: 50%;
  }

  .pull-xxl-7 {
    right: 58.3333333333%;
  }

  .pull-xxl-8 {
    right: 66.6666666667%;
  }

  .pull-xxl-9 {
    right: 75%;
  }

  .pull-xxl-10 {
    right: 83.3333333333%;
  }

  .pull-xxl-11 {
    right: 91.6666666667%;
  }

  .pull-xxl-12 {
    right: 100%;
  }

  .push-xxl-0 {
    left: auto;
  }

  .push-xxl-1 {
    left: 8.3333333333%;
  }

  .push-xxl-2 {
    left: 16.6666666667%;
  }

  .push-xxl-3 {
    left: 25%;
  }

  .push-xxl-4 {
    left: 33.3333333333%;
  }

  .push-xxl-5 {
    left: 41.6666666667%;
  }

  .push-xxl-6 {
    left: 50%;
  }

  .push-xxl-7 {
    left: 58.3333333333%;
  }

  .push-xxl-8 {
    left: 66.6666666667%;
  }

  .push-xxl-9 {
    left: 75%;
  }

  .push-xxl-10 {
    left: 83.3333333333%;
  }

  .push-xxl-11 {
    left: 91.6666666667%;
  }

  .push-xxl-12 {
    left: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0%;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.flex-first {
  order: -1;
}

.flex-last {
  order: 1;
}

.flex-unordered {
  order: 0;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-first {
    order: -1;
  }

  .flex-sm-last {
    order: 1;
  }

  .flex-sm-unordered {
    order: 0;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-first {
    order: -1;
  }

  .flex-md-last {
    order: 1;
  }

  .flex-md-unordered {
    order: 0;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-first {
    order: -1;
  }

  .flex-lg-last {
    order: 1;
  }

  .flex-lg-unordered {
    order: 0;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1260px) {
  .flex-xl-first {
    order: -1;
  }

  .flex-xl-last {
    order: 1;
  }

  .flex-xl-unordered {
    order: 0;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1400px) {
  .flex-xxl-first {
    order: -1;
  }

  .flex-xxl-last {
    order: 1;
  }

  .flex-xxl-unordered {
    order: 0;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1260px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.sb-opened {
  overflow: hidden;
  position: relative;
}

.sb-opened body {
  overflow: hidden;
  height: 100%;
}

.sb-right {
  max-width: 80%;
  min-width: 140px;
  width: 80%;
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: transform 0.4s ease 0s;
  transform: translate(100%, 0);
}

.sb-left {
  max-width: 80%;
  min-width: 140px;
  width: 80%;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  top: 0;
  z-index: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: transform 0.4s ease 0s;
  transform: translate(-100%, 0);
}

.sb-blocker {
  display: none;
  transition: transform 0.4s ease 0s;
  background: rgba(3, 2, 1, 0);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  cursor: pointer;
}

.sb-page {
  min-height: 100vh;
  position: relative;
  z-index: 100;
  overflow: hidden;
  transition: transform 0.4s ease 0s;
  box-sizing: border-box;
}

.sb-opened .sb-page {
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: transform 0.4s ease 0s;
}

.sb-opened .sb-blocker {
  display: block;
  animation: fade 500ms;
  -webkit-animation: fade 500ms;
}

.sb-opened-right .sb-page,
.sb-opened-right .sb-blocker {
  transform: translate(-80%, 0);
}

.sb-opened-right .sb-left {
  transform: translate(-100%, 0);
}

.sb-opened-right .sb-right {
  transform: translate(0, 0);
}

.sb-opened-left .sb-page,
.sb-opened-left .sb-blocker {
  transform: translate(80%, 0);
}

.sb-opened-left .sb-right {
  transform: translate(100%, 0);
}

.sb-opened-left .sb-left {
  transform: translate(0, 0);
}

@media (min-width: 768px) {
  .sb-right,
.sb-left {
    width: 420px;
  }

  .sb-opened-right .sb-page,
.sb-opened-right .sb-blocker {
    transform: translate(-420px, 0);
  }

  .sb-opened-left .sb-page,
.sb-opened-left .sb-blocker {
    transform: translate(420px, 0);
  }

  .sb-opened-left .sb-right {
    transform: translate(420px, 0);
  }

  .sb-opened-left .sb-left {
    transform: translate(0, 0);
  }
}
@media (min-width: 1260px) {
  /* ezen a méreten már nem jelenik meg az sbbar.*/
  .sb-opened {
    overflow: auto !important;
  }

  .sb-opened body {
    height: auto !important;
    overflow: visible !important;
  }

  .sb-left {
    display: none !important;
    width: 0px !important;
    min-width: 0px !important;
    transform: translate(0, 0);
  }

  .sb-right {
    display: none !important;
    width: 0px !important;
    min-width: 0px !important;
    transform: translate(100%, 0);
  }

  .sb-page {
    min-height: auto;
    position: static !important;
    height: auto !important;
    overflow: visible !important;
    transform: none !important;
  }

  .sb-blocker {
    display: none !important;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("/../fonts/icomoon.eot?8cz6");
  src: url("/../fonts/icomoon.eot?8cz6#iefix") format("embedded-opentype"), url("/../fonts/icomoon.ttf?8cz6") format("truetype"), url("/../fonts/icomoon.woff?8cz6") format("woff"), url("/../fonts/icomoon.svg?8cz6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pinterest-with-circle:before {
  content: "";
}

.icon-facebook-with-circle:before {
  content: "";
}

.icon-instagram-with-circle:before {
  content: "";
}

.icon-linkedin-with-circle:before {
  content: "";
}

@font-face {
  font-family: "jkiticon";
  src: url("/../fonts/jkiticon/jkiticon.eot?bv8d8l");
  src: url("/../fonts/jkiticon/jkiticon.eot?bv8d8l#iefix") format("embedded-opentype"), url("/../fonts/jkiticon/jkiticon.woff2?bv8d8l") format("woff2"), url("/../fonts/jkiticon/jkiticon.woff?bv8d8l") format("woff"), url("/../fonts/jkiticon/jkiticon.ttf?bv8d8l") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class*="jki jki-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "jkiticon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.jki-500px:before {
  content: "";
}

.jki-accessible-icon:before {
  content: "";
}

.jki-accusoft:before {
  content: "";
}

.jki-acquisitions-incorporated:before {
  content: "";
}

.jki-ad-solid:before {
  content: "";
}

.jki-address-book-solid:before {
  content: "";
}

.jki-address-book:before {
  content: "";
}

.jki-address-card-solid:before {
  content: "";
}

.jki-address-card:before {
  content: "";
}

.jki-adjust-solid:before {
  content: "";
}

.jki-adn:before {
  content: "";
}

.jki-adobe:before {
  content: "";
}

.jki-adversal:before {
  content: "";
}

.jki-affiliatetheme:before {
  content: "";
}

.jki-air-freshener-solid:before {
  content: "";
}

.jki-airbnb:before {
  content: "";
}

.jki-algolia:before {
  content: "";
}

.jki-align-center-solid:before {
  content: "";
}

.jki-align-justify-solid:before {
  content: "";
}

.jki-align-left-solid:before {
  content: "";
}

.jki-align-right-solid:before {
  content: "";
}

.jki-alipay:before {
  content: "";
}

.jki-allergies-solid:before {
  content: "";
}

.jki-amazon-pay:before {
  content: "";
}

.jki-amazon:before {
  content: "";
}

.jki-ambulance-solid:before {
  content: "";
}

.jki-american-sign-language-interpreting-solid:before {
  content: "";
}

.jki-amilia:before {
  content: "";
}

.jki-anchor-solid:before {
  content: "";
}

.jki-android:before {
  content: "";
}

.jki-angellist:before {
  content: "";
}

.jki-angle-double-down-solid:before {
  content: "";
}

.jki-angle-double-left-solid:before {
  content: "";
}

.jki-angle-double-right-solid:before {
  content: "";
}

.jki-angle-double-up-solid:before {
  content: "";
}

.jki-angle-down-solid:before {
  content: "";
}

.jki-angle-left-solid:before {
  content: "";
}

.jki-angle-right-solid:before {
  content: "";
}

.jki-angle-up-solid:before {
  content: "";
}

.jki-angry-solid:before {
  content: "";
}

.jki-angry:before {
  content: "";
}

.jki-angrycreative:before {
  content: "";
}

.jki-angular:before {
  content: "";
}

.jki-ankh-solid:before {
  content: "";
}

.jki-app-store-ios:before {
  content: "";
}

.jki-app-store:before {
  content: "";
}

.jki-apper:before {
  content: "";
}

.jki-apple-alt-solid:before {
  content: "";
}

.jki-apple-pay:before {
  content: "";
}

.jki-apple:before {
  content: "";
}

.jki-archive-solid:before {
  content: "";
}

.jki-archway-solid:before {
  content: "";
}

.jki-arrow-alt-circle-down-solid:before {
  content: "";
}

.jki-arrow-alt-circle-down:before {
  content: "";
}

.jki-arrow-alt-circle-left-solid:before {
  content: "";
}

.jki-arrow-alt-circle-left:before {
  content: "";
}

.jki-arrow-alt-circle-right-solid:before {
  content: "";
}

.jki-arrow-alt-circle-right:before {
  content: "";
}

.jki-arrow-alt-circle-up-solid:before {
  content: "";
}

.jki-arrow-alt-circle-up:before {
  content: "";
}

.jki-arrow-circle-down-solid:before {
  content: "";
}

.jki-arrow-circle-left-solid:before {
  content: "";
}

.jki-arrow-circle-right-solid:before {
  content: "";
}

.jki-arrow-circle-up-solid:before {
  content: "";
}

.jki-arrow-down-solid:before {
  content: "";
}

.jki-arrow-left-solid:before {
  content: "";
}

.jki-arrow-right-solid:before {
  content: "";
}

.jki-arrow-up-solid:before {
  content: "";
}

.jki-arrows-alt-h-solid:before {
  content: "";
}

.jki-arrows-alt-solid:before {
  content: "";
}

.jki-arrows-alt-v-solid:before {
  content: "";
}

.jki-artstation:before {
  content: "";
}

.jki-assistive-listening-systems-solid:before {
  content: "";
}

.jki-asterisk-solid:before {
  content: "";
}

.jki-asymmetrik:before {
  content: "";
}

.jki-at-solid:before {
  content: "";
}

.jki-atlas-solid:before {
  content: "";
}

.jki-atlassian:before {
  content: "";
}

.jki-atom-solid:before {
  content: "";
}

.jki-audible:before {
  content: "";
}

.jki-audio-description-solid:before {
  content: "";
}

.jki-autoprefixer:before {
  content: "";
}

.jki-avianex:before {
  content: "";
}

.jki-aviato:before {
  content: "";
}

.jki-award-solid:before {
  content: "";
}

.jki-aws:before {
  content: "";
}

.jki-baby-carriage-solid:before {
  content: "";
}

.jki-baby-solid:before {
  content: "";
}

.jki-backspace-solid:before {
  content: "";
}

.jki-backward-solid:before {
  content: "";
}

.jki-bacon-solid:before {
  content: "";
}

.jki-balance-scale-left-solid:before {
  content: "";
}

.jki-balance-scale-right-solid:before {
  content: "";
}

.jki-balance-scale-solid:before {
  content: "";
}

.jki-ban-solid:before {
  content: "";
}

.jki-band-aid-solid:before {
  content: "";
}

.jki-bandcamp:before {
  content: "";
}

.jki-barcode-solid:before {
  content: "";
}

.jki-bars-solid:before {
  content: "";
}

.jki-baseball-ball-solid:before {
  content: "";
}

.jki-basketball-ball-solid:before {
  content: "";
}

.jki-bath-solid:before {
  content: "";
}

.jki-battery-empty-solid:before {
  content: "";
}

.jki-battery-full-solid:before {
  content: "";
}

.jki-battery-half-solid:before {
  content: "";
}

.jki-battery-quarter-solid:before {
  content: "";
}

.jki-battery-three-quarters-solid:before {
  content: "";
}

.jki-battle-net:before {
  content: "";
}

.jki-bed-solid:before {
  content: "";
}

.jki-beer-solid:before {
  content: "";
}

.jki-behance-square:before {
  content: "";
}

.jki-behance:before {
  content: "";
}

.jki-bell-slash-solid:before {
  content: "";
}

.jki-bell-slash:before {
  content: "";
}

.jki-bell-solid:before {
  content: "";
}

.jki-bell:before {
  content: "";
}

.jki-bezier-curve-solid:before {
  content: "";
}

.jki-bible-solid:before {
  content: "";
}

.jki-bicycle-solid:before {
  content: "";
}

.jki-biking-solid:before {
  content: "";
}

.jki-bimobject:before {
  content: "";
}

.jki-binoculars-solid:before {
  content: "";
}

.jki-biohazard-solid:before {
  content: "";
}

.jki-birthday-cake-solid:before {
  content: "";
}

.jki-bitbucket:before {
  content: "";
}

.jki-bitcoin:before {
  content: "";
}

.jki-bity:before {
  content: "";
}

.jki-black-tie:before {
  content: "";
}

.jki-blackberry:before {
  content: "";
}

.jki-blender-phone-solid:before {
  content: "";
}

.jki-blender-solid:before {
  content: "";
}

.jki-blind-solid:before {
  content: "";
}

.jki-blog-solid:before {
  content: "";
}

.jki-blogger-b:before {
  content: "";
}

.jki-blogger:before {
  content: "";
}

.jki-bluetooth-b:before {
  content: "";
}

.jki-bluetooth:before {
  content: "";
}

.jki-bold-solid:before {
  content: "";
}

.jki-bolt-solid:before {
  content: "";
}

.jki-bomb-solid:before {
  content: "";
}

.jki-bone-solid:before {
  content: "";
}

.jki-bong-solid:before {
  content: "";
}

.jki-book-dead-solid:before {
  content: "";
}

.jki-book-medical-solid:before {
  content: "";
}

.jki-book-open-solid:before {
  content: "";
}

.jki-book-reader-solid:before {
  content: "";
}

.jki-book-solid:before {
  content: "";
}

.jki-bookmark-solid:before {
  content: "";
}

.jki-bookmark:before {
  content: "";
}

.jki-bootstrap:before {
  content: "";
}

.jki-border-all-solid:before {
  content: "";
}

.jki-border-none-solid:before {
  content: "";
}

.jki-border-style-solid:before {
  content: "";
}

.jki-bowling-ball-solid:before {
  content: "";
}

.jki-box-open-solid:before {
  content: "";
}

.jki-box-solid:before {
  content: "";
}

.jki-boxes-solid:before {
  content: "";
}

.jki-braille-solid:before {
  content: "";
}

.jki-brain-solid:before {
  content: "";
}

.jki-bread-slice-solid:before {
  content: "";
}

.jki-briefcase-medical-solid:before {
  content: "";
}

.jki-briefcase-solid:before {
  content: "";
}

.jki-broadcast-tower-solid:before {
  content: "";
}

.jki-broom-solid:before {
  content: "";
}

.jki-brush-solid:before {
  content: "";
}

.jki-btc:before {
  content: "";
}

.jki-buffer:before {
  content: "";
}

.jki-bug-solid:before {
  content: "";
}

.jki-building-solid:before {
  content: "";
}

.jki-building:before {
  content: "";
}

.jki-bullhorn-solid:before {
  content: "";
}

.jki-bullseye-solid:before {
  content: "";
}

.jki-burn-solid:before {
  content: "";
}

.jki-buromobelexperte:before {
  content: "";
}

.jki-bus-alt-solid:before {
  content: "";
}

.jki-bus-solid:before {
  content: "";
}

.jki-business-time-solid:before {
  content: "";
}

.jki-buy-n-large:before {
  content: "";
}

.jki-buysellads:before {
  content: "";
}

.jki-calculator-solid:before {
  content: "";
}

.jki-calendar-alt-solid:before {
  content: "";
}

.jki-calendar-alt:before {
  content: "";
}

.jki-calendar-check-solid:before {
  content: "";
}

.jki-calendar-check:before {
  content: "";
}

.jki-calendar-day-solid:before {
  content: "";
}

.jki-calendar-minus-solid:before {
  content: "";
}

.jki-calendar-minus:before {
  content: "";
}

.jki-calendar-plus-solid:before {
  content: "";
}

.jki-calendar-plus:before {
  content: "";
}

.jki-calendar-solid:before {
  content: "";
}

.jki-calendar-times-solid:before {
  content: "";
}

.jki-calendar-times:before {
  content: "";
}

.jki-calendar-week-solid:before {
  content: "";
}

.jki-calendar:before {
  content: "";
}

.jki-camera-retro-solid:before {
  content: "";
}

.jki-camera-solid:before {
  content: "";
}

.jki-campground-solid:before {
  content: "";
}

.jki-canadian-maple-leaf:before {
  content: "";
}

.jki-candy-cane-solid:before {
  content: "";
}

.jki-cannabis-solid:before {
  content: "";
}

.jki-capsules-solid:before {
  content: "";
}

.jki-car-alt-solid:before {
  content: "";
}

.jki-car-battery-solid:before {
  content: "";
}

.jki-car-crash-solid:before {
  content: "";
}

.jki-car-side-solid:before {
  content: "";
}

.jki-car-solid:before {
  content: "";
}

.jki-caret-down-solid:before {
  content: "";
}

.jki-caret-left-solid:before {
  content: "";
}

.jki-caret-right-solid:before {
  content: "";
}

.jki-caret-square-down-solid:before {
  content: "";
}

.jki-caret-square-down:before {
  content: "";
}

.jki-caret-square-left-solid:before {
  content: "";
}

.jki-caret-square-left:before {
  content: "";
}

.jki-caret-square-right-solid:before {
  content: "";
}

.jki-caret-square-right:before {
  content: "";
}

.jki-caret-square-up-solid:before {
  content: "";
}

.jki-caret-square-up:before {
  content: "";
}

.jki-caret-up-solid:before {
  content: "";
}

.jki-carrot-solid:before {
  content: "";
}

.jki-cart-arrow-down-solid:before {
  content: "";
}

.jki-cart-plus-solid:before {
  content: "";
}

.jki-cash-register-solid:before {
  content: "";
}

.jki-cat-solid:before {
  content: "";
}

.jki-cc-amazon-pay:before {
  content: "";
}

.jki-cc-amex:before {
  content: "";
}

.jki-cc-apple-pay:before {
  content: "";
}

.jki-cc-diners-club:before {
  content: "";
}

.jki-cc-discover:before {
  content: "";
}

.jki-cc-jcb:before {
  content: "";
}

.jki-cc-mastercard:before {
  content: "";
}

.jki-cc-paypal:before {
  content: "";
}

.jki-cc-stripe:before {
  content: "";
}

.jki-cc-visa:before {
  content: "";
}

.jki-centercode:before {
  content: "";
}

.jki-centos:before {
  content: "";
}

.jki-certificate-solid:before {
  content: "";
}

.jki-chair-solid:before {
  content: "";
}

.jki-chalkboard-solid:before {
  content: "";
}

.jki-chalkboard-teacher-solid:before {
  content: "";
}

.jki-charging-station-solid:before {
  content: "";
}

.jki-chart-area-solid:before {
  content: "";
}

.jki-chart-bar-solid:before {
  content: "";
}

.jki-chart-bar:before {
  content: "";
}

.jki-chart-line-solid:before {
  content: "";
}

.jki-chart-pie-solid:before {
  content: "";
}

.jki-check-circle-solid:before {
  content: "";
}

.jki-check-circle:before {
  content: "";
}

.jki-check-double-solid:before {
  content: "";
}

.jki-check-solid:before {
  content: "";
}

.jki-check-square-solid:before {
  content: "";
}

.jki-check-square:before {
  content: "";
}

.jki-cheese-solid:before {
  content: "";
}

.jki-chess-bishop-solid:before {
  content: "";
}

.jki-chess-board-solid:before {
  content: "";
}

.jki-chess-king-solid:before {
  content: "";
}

.jki-chess-knight-solid:before {
  content: "";
}

.jki-chess-pawn-solid:before {
  content: "";
}

.jki-chess-queen-solid:before {
  content: "";
}

.jki-chess-rook-solid:before {
  content: "";
}

.jki-chess-solid:before {
  content: "";
}

.jki-chevron-circle-down-solid:before {
  content: "";
}

.jki-chevron-circle-left-solid:before {
  content: "";
}

.jki-chevron-circle-right-solid:before {
  content: "";
}

.jki-chevron-circle-up-solid:before {
  content: "";
}

.jki-chevron-down-solid:before {
  content: "";
}

.jki-chevron-left-solid:before {
  content: "";
}

.jki-chevron-right-solid:before {
  content: "";
}

.jki-chevron-up-solid:before {
  content: "";
}

.jki-child-solid:before {
  content: "";
}

.jki-chrome:before {
  content: "";
}

.jki-chromecast:before {
  content: "";
}

.jki-church-solid:before {
  content: "";
}

.jki-circle-notch-solid:before {
  content: "";
}

.jki-circle-solid:before {
  content: "";
}

.jki-circle:before {
  content: "";
}

.jki-city-solid:before {
  content: "";
}

.jki-clinic-medical-solid:before {
  content: "";
}

.jki-clipboard-check-solid:before {
  content: "";
}

.jki-clipboard-list-solid:before {
  content: "";
}

.jki-clipboard-solid:before {
  content: "";
}

.jki-clipboard:before {
  content: "";
}

.jki-clock-solid:before {
  content: "";
}

.jki-clock:before {
  content: "";
}

.jki-clone-solid:before {
  content: "";
}

.jki-clone:before {
  content: "";
}

.jki-closed-captioning-solid:before {
  content: "";
}

.jki-closed-captioning:before {
  content: "";
}

.jki-cloud-download-alt-solid:before {
  content: "";
}

.jki-cloud-meatball-solid:before {
  content: "";
}

.jki-cloud-moon-rain-solid:before {
  content: "";
}

.jki-cloud-moon-solid:before {
  content: "";
}

.jki-cloud-rain-solid:before {
  content: "";
}

.jki-cloud-showers-heavy-solid:before {
  content: "";
}

.jki-cloud-solid:before {
  content: "";
}

.jki-cloud-sun-rain-solid:before {
  content: "";
}

.jki-cloud-sun-solid:before {
  content: "";
}

.jki-cloud-upload-alt-solid:before {
  content: "";
}

.jki-cloudscale:before {
  content: "";
}

.jki-cloudsmith:before {
  content: "";
}

.jki-cloudversify:before {
  content: "";
}

.jki-cocktail-solid:before {
  content: "";
}

.jki-code-branch-solid:before {
  content: "";
}

.jki-code-solid:before {
  content: "";
}

.jki-codepen:before {
  content: "";
}

.jki-codiepie:before {
  content: "";
}

.jki-coffee-solid:before {
  content: "";
}

.jki-cog-solid:before {
  content: "";
}

.jki-cogs-solid:before {
  content: "";
}

.jki-coins-solid:before {
  content: "";
}

.jki-columns-solid:before {
  content: "";
}

.jki-comment-alt-solid:before {
  content: "";
}

.jki-comment-alt:before {
  content: "";
}

.jki-comment-dollar-solid:before {
  content: "";
}

.jki-comment-dots-solid:before {
  content: "";
}

.jki-comment-dots:before {
  content: "";
}

.jki-comment-medical-solid:before {
  content: "";
}

.jki-comment-slash-solid:before {
  content: "";
}

.jki-comment-solid:before {
  content: "";
}

.jki-comment:before {
  content: "";
}

.jki-comments-dollar-solid:before {
  content: "";
}

.jki-comments-solid:before {
  content: "";
}

.jki-comments:before {
  content: "";
}

.jki-compact-disc-solid:before {
  content: "";
}

.jki-compass-solid:before {
  content: "";
}

.jki-compass:before {
  content: "";
}

.jki-compress-arrows-alt-solid:before {
  content: "";
}

.jki-compress-solid:before {
  content: "";
}

.jki-concierge-bell-solid:before {
  content: "";
}

.jki-confluence:before {
  content: "";
}

.jki-connectdevelop:before {
  content: "";
}

.jki-contao:before {
  content: "";
}

.jki-cookie-bite-solid:before {
  content: "";
}

.jki-cookie-solid:before {
  content: "";
}

.jki-copy-solid:before {
  content: "";
}

.jki-copy:before {
  content: "";
}

.jki-copyright-solid:before {
  content: "";
}

.jki-copyright:before {
  content: "";
}

.jki-cotton-bureau:before {
  content: "";
}

.jki-couch-solid:before {
  content: "";
}

.jki-cpanel:before {
  content: "";
}

.jki-creative-commons-by:before {
  content: "";
}

.jki-creative-commons-nc-eu:before {
  content: "";
}

.jki-creative-commons-nc-jp:before {
  content: "";
}

.jki-creative-commons-nc:before {
  content: "";
}

.jki-creative-commons-nd:before {
  content: "";
}

.jki-creative-commons-pd-alt:before {
  content: "";
}

.jki-creative-commons-pd:before {
  content: "";
}

.jki-creative-commons-remix:before {
  content: "";
}

.jki-creative-commons-sa:before {
  content: "";
}

.jki-creative-commons-sampling-plus:before {
  content: "";
}

.jki-creative-commons-sampling:before {
  content: "";
}

.jki-creative-commons-share:before {
  content: "";
}

.jki-creative-commons-zero:before {
  content: "";
}

.jki-creative-commons:before {
  content: "";
}

.jki-credit-card-solid:before {
  content: "";
}

.jki-credit-card:before {
  content: "";
}

.jki-critical-role:before {
  content: "";
}

.jki-crop-alt-solid:before {
  content: "";
}

.jki-crop-solid:before {
  content: "";
}

.jki-cross-solid:before {
  content: "";
}

.jki-crosshairs-solid:before {
  content: "";
}

.jki-crow-solid:before {
  content: "";
}

.jki-crown-solid:before {
  content: "";
}

.jki-crutch-solid:before {
  content: "";
}

.jki-css3-alt:before {
  content: "";
}

.jki-css3:before {
  content: "";
}

.jki-cube-solid:before {
  content: "";
}

.jki-cubes-solid:before {
  content: "";
}

.jki-cut-solid:before {
  content: "";
}

.jki-cuttlefish:before {
  content: "";
}

.jki-d-and-d-beyond:before {
  content: "";
}

.jki-d-and-d:before {
  content: "";
}

.jki-dashcube:before {
  content: "";
}

.jki-database-solid:before {
  content: "";
}

.jki-deaf-solid:before {
  content: "";
}

.jki-delicious:before {
  content: "";
}

.jki-democrat-solid:before {
  content: "";
}

.jki-deploydog:before {
  content: "";
}

.jki-deskpro:before {
  content: "";
}

.jki-desktop-solid:before {
  content: "";
}

.jki-dev:before {
  content: "";
}

.jki-deviantart:before {
  content: "";
}

.jki-dharmachakra-solid:before {
  content: "";
}

.jki-dhl:before {
  content: "";
}

.jki-diagnoses-solid:before {
  content: "";
}

.jki-diaspora:before {
  content: "";
}

.jki-dice-d6-solid:before {
  content: "";
}

.jki-dice-d20-solid:before {
  content: "";
}

.jki-dice-five-solid:before {
  content: "";
}

.jki-dice-four-solid:before {
  content: "";
}

.jki-dice-one-solid:before {
  content: "";
}

.jki-dice-six-solid:before {
  content: "";
}

.jki-dice-solid:before {
  content: "";
}

.jki-dice-three-solid:before {
  content: "";
}

.jki-dice-two-solid:before {
  content: "";
}

.jki-digg:before {
  content: "";
}

.jki-digital-ocean:before {
  content: "";
}

.jki-digital-tachograph-solid:before {
  content: "";
}

.jki-directions-solid:before {
  content: "";
}

.jki-discord:before {
  content: "";
}

.jki-discourse:before {
  content: "";
}

.jki-divide-solid:before {
  content: "";
}

.jki-dizzy-solid:before {
  content: "";
}

.jki-dizzy:before {
  content: "";
}

.jki-dna-solid:before {
  content: "";
}

.jki-dochub:before {
  content: "";
}

.jki-docker:before {
  content: "";
}

.jki-dog-solid:before {
  content: "";
}

.jki-dollar-sign-solid:before {
  content: "";
}

.jki-dolly-flatbed-solid:before {
  content: "";
}

.jki-dolly-solid:before {
  content: "";
}

.jki-donate-solid:before {
  content: "";
}

.jki-door-closed-solid:before {
  content: "";
}

.jki-door-open-solid:before {
  content: "";
}

.jki-dot-circle-solid:before {
  content: "";
}

.jki-dot-circle:before {
  content: "";
}

.jki-dove-solid:before {
  content: "";
}

.jki-download-solid:before {
  content: "";
}

.jki-draft2digital:before {
  content: "";
}

.jki-drafting-compass-solid:before {
  content: "";
}

.jki-dragon-solid:before {
  content: "";
}

.jki-draw-polygon-solid:before {
  content: "";
}

.jki-dribbble-square:before {
  content: "";
}

.jki-dribbble:before {
  content: "";
}

.jki-dropbox:before {
  content: "";
}

.jki-drum-solid:before {
  content: "";
}

.jki-drum-steelpan-solid:before {
  content: "";
}

.jki-drumstick-bite-solid:before {
  content: "";
}

.jki-drupal:before {
  content: "";
}

.jki-dumbbell-solid:before {
  content: "";
}

.jki-dumpster-fire-solid:before {
  content: "";
}

.jki-dumpster-solid:before {
  content: "";
}

.jki-dungeon-solid:before {
  content: "";
}

.jki-dyalog:before {
  content: "";
}

.jki-earlybirds:before {
  content: "";
}

.jki-ebay:before {
  content: "";
}

.jki-edge:before {
  content: "";
}

.jki-edit-solid:before {
  content: "";
}

.jki-edit:before {
  content: "";
}

.jki-egg-solid:before {
  content: "";
}

.jki-eject-solid:before {
  content: "";
}

.jki-elementor:before {
  content: "";
}

.jki-ellipsis-h-solid:before {
  content: "";
}

.jki-ellipsis-v-solid:before {
  content: "";
}

.jki-ello:before {
  content: "";
}

.jki-ember:before {
  content: "";
}

.jki-empire:before {
  content: "";
}

.jki-envelope-open-solid:before {
  content: "";
}

.jki-envelope-open-text-solid:before {
  content: "";
}

.jki-envelope-open:before {
  content: "";
}

.jki-envelope-solid:before {
  content: "";
}

.jki-envelope-square-solid:before {
  content: "";
}

.jki-envelope:before {
  content: "";
}

.jki-envira:before {
  content: "";
}

.jki-equals-solid:before {
  content: "";
}

.jki-eraser-solid:before {
  content: "";
}

.jki-erlang:before {
  content: "";
}

.jki-ethereum:before {
  content: "";
}

.jki-ethernet-solid:before {
  content: "";
}

.jki-etsy:before {
  content: "";
}

.jki-euro-sign-solid:before {
  content: "";
}

.jki-evernote:before {
  content: "";
}

.jki-exchange-alt-solid:before {
  content: "";
}

.jki-exclamation-circle-solid:before {
  content: "";
}

.jki-exclamation-solid:before {
  content: "";
}

.jki-exclamation-triangle-solid:before {
  content: "";
}

.jki-expand-arrows-alt-solid:before {
  content: "";
}

.jki-expand-solid:before {
  content: "";
}

.jki-expeditedssl:before {
  content: "";
}

.jki-external-link-alt-solid:before {
  content: "";
}

.jki-external-link-square-alt-solid:before {
  content: "";
}

.jki-eye-dropper-solid:before {
  content: "";
}

.jki-eye-slash-solid:before {
  content: "";
}

.jki-eye-slash:before {
  content: "";
}

.jki-eye-solid:before {
  content: "";
}

.jki-eye:before {
  content: "";
}

.jki-facebook-f:before {
  content: "";
}

.jki-facebook-messenger:before {
  content: "";
}

.jki-facebook-square:before {
  content: "";
}

.jki-facebook:before {
  content: "";
}

.jki-fan-solid:before {
  content: "";
}

.jki-fantasy-flight-games:before {
  content: "";
}

.jki-fast-backward-solid:before {
  content: "";
}

.jki-fast-forward-solid:before {
  content: "";
}

.jki-fax-solid:before {
  content: "";
}

.jki-feather-alt-solid:before {
  content: "";
}

.jki-feather-solid:before {
  content: "";
}

.jki-fedex:before {
  content: "";
}

.jki-fedora:before {
  content: "";
}

.jki-female-solid:before {
  content: "";
}

.jki-fighter-jet-solid:before {
  content: "";
}

.jki-figma:before {
  content: "";
}

.jki-file-alt-solid:before {
  content: "";
}

.jki-file-alt:before {
  content: "";
}

.jki-file-archive-solid:before {
  content: "";
}

.jki-file-archive:before {
  content: "";
}

.jki-file-audio-solid:before {
  content: "";
}

.jki-file-audio:before {
  content: "";
}

.jki-file-code-solid:before {
  content: "";
}

.jki-file-code:before {
  content: "";
}

.jki-file-contract-solid:before {
  content: "";
}

.jki-file-csv-solid:before {
  content: "";
}

.jki-file-download-solid:before {
  content: "";
}

.jki-file-excel-solid:before {
  content: "";
}

.jki-file-excel:before {
  content: "";
}

.jki-file-export-solid:before {
  content: "";
}

.jki-file-image-solid:before {
  content: "";
}

.jki-file-image:before {
  content: "";
}

.jki-file-import-solid:before {
  content: "";
}

.jki-file-invoice-dollar-solid:before {
  content: "";
}

.jki-file-invoice-solid:before {
  content: "";
}

.jki-file-medical-alt-solid:before {
  content: "";
}

.jki-file-medical-solid:before {
  content: "";
}

.jki-file-pdf-solid:before {
  content: "";
}

.jki-file-pdf:before {
  content: "";
}

.jki-file-powerpoint-solid:before {
  content: "";
}

.jki-file-powerpoint:before {
  content: "";
}

.jki-file-prescription-solid:before {
  content: "";
}

.jki-file-signature-solid:before {
  content: "";
}

.jki-file-solid:before {
  content: "";
}

.jki-file-upload-solid:before {
  content: "";
}

.jki-file-video-solid:before {
  content: "";
}

.jki-file-video:before {
  content: "";
}

.jki-file-word-solid:before {
  content: "";
}

.jki-file-word:before {
  content: "";
}

.jki-file:before {
  content: "";
}

.jki-fill-drip-solid:before {
  content: "";
}

.jki-fill-solid:before {
  content: "";
}

.jki-film-solid:before {
  content: "";
}

.jki-filter-solid:before {
  content: "";
}

.jki-fingerprint-solid:before {
  content: "";
}

.jki-fire-alt-solid:before {
  content: "";
}

.jki-fire-extinguisher-solid:before {
  content: "";
}

.jki-fire-solid:before {
  content: "";
}

.jki-firefox:before {
  content: "";
}

.jki-first-aid-solid:before {
  content: "";
}

.jki-first-order-alt:before {
  content: "";
}

.jki-first-order:before {
  content: "";
}

.jki-firstdraft:before {
  content: "";
}

.jki-fish-solid:before {
  content: "";
}

.jki-fist-raised-solid:before {
  content: "";
}

.jki-flag-checkered-solid:before {
  content: "";
}

.jki-flag-solid:before {
  content: "";
}

.jki-flag-usa-solid:before {
  content: "";
}

.jki-flag:before {
  content: "";
}

.jki-flask-solid:before {
  content: "";
}

.jki-flickr:before {
  content: "";
}

.jki-flipboard:before {
  content: "";
}

.jki-flushed-solid:before {
  content: "";
}

.jki-flushed:before {
  content: "";
}

.jki-fly:before {
  content: "";
}

.jki-folder-minus-solid:before {
  content: "";
}

.jki-folder-open-solid:before {
  content: "";
}

.jki-folder-open:before {
  content: "";
}

.jki-folder-plus-solid:before {
  content: "";
}

.jki-folder-solid:before {
  content: "";
}

.jki-folder:before {
  content: "";
}

.jki-font-awesome-alt:before {
  content: "";
}

.jki-font-awesome-flag:before {
  content: "";
}

.jki-font-awesome:before {
  content: "";
}

.jki-font-solid:before {
  content: "";
}

.jki-fonticons-fi:before {
  content: "";
}

.jki-fonticons:before {
  content: "";
}

.jki-football-ball-solid:before {
  content: "";
}

.jki-fort-awesome-alt:before {
  content: "";
}

.jki-fort-awesome:before {
  content: "";
}

.jki-forumbee:before {
  content: "";
}

.jki-forward-solid:before {
  content: "";
}

.jki-foursquare:before {
  content: "";
}

.jki-free-code-camp:before {
  content: "";
}

.jki-freebsd:before {
  content: "";
}

.jki-frog-solid:before {
  content: "";
}

.jki-frown-open-solid:before {
  content: "";
}

.jki-frown-open:before {
  content: "";
}

.jki-frown-solid:before {
  content: "";
}

.jki-frown:before {
  content: "";
}

.jki-fulcrum:before {
  content: "";
}

.jki-funnel-dollar-solid:before {
  content: "";
}

.jki-futbol-solid:before {
  content: "";
}

.jki-futbol:before {
  content: "";
}

.jki-galactic-republic:before {
  content: "";
}

.jki-galactic-senate:before {
  content: "";
}

.jki-gamepad-solid:before {
  content: "";
}

.jki-gas-pump-solid:before {
  content: "";
}

.jki-gavel-solid:before {
  content: "";
}

.jki-gem-solid:before {
  content: "";
}

.jki-gem:before {
  content: "";
}

.jki-genderless-solid:before {
  content: "";
}

.jki-get-pocket:before {
  content: "";
}

.jki-gg-circle:before {
  content: "";
}

.jki-gg:before {
  content: "";
}

.jki-ghost-solid:before {
  content: "";
}

.jki-gift-solid:before {
  content: "";
}

.jki-gifts-solid:before {
  content: "";
}

.jki-git-alt:before {
  content: "";
}

.jki-git-square:before {
  content: "";
}

.jki-git:before {
  content: "";
}

.jki-github-alt:before {
  content: "";
}

.jki-github-square:before {
  content: "";
}

.jki-github:before {
  content: "";
}

.jki-gitkraken:before {
  content: "";
}

.jki-gitlab:before {
  content: "";
}

.jki-gitter:before {
  content: "";
}

.jki-glass-cheers-solid:before {
  content: "";
}

.jki-glass-martini-alt-solid:before {
  content: "";
}

.jki-glass-martini-solid:before {
  content: "";
}

.jki-glass-whiskey-solid:before {
  content: "";
}

.jki-glasses-solid:before {
  content: "";
}

.jki-glide-g:before {
  content: "";
}

.jki-glide:before {
  content: "";
}

.jki-globe-africa-solid:before {
  content: "";
}

.jki-globe-americas-solid:before {
  content: "";
}

.jki-globe-asia-solid:before {
  content: "";
}

.jki-globe-europe-solid:before {
  content: "";
}

.jki-globe-solid:before {
  content: "";
}

.jki-gofore:before {
  content: "";
}

.jki-golf-ball-solid:before {
  content: "";
}

.jki-goodreads-g:before {
  content: "";
}

.jki-goodreads:before {
  content: "";
}

.jki-google-drive:before {
  content: "";
}

.jki-google-play:before {
  content: "";
}

.jki-google-plus-g:before {
  content: "";
}

.jki-google-plus-square:before {
  content: "";
}

.jki-google-plus:before {
  content: "";
}

.jki-google-wallet:before {
  content: "";
}

.jki-google:before {
  content: "";
}

.jki-gopuram-solid:before {
  content: "";
}

.jki-graduation-cap-solid:before {
  content: "";
}

.jki-gratipay:before {
  content: "";
}

.jki-grav:before {
  content: "";
}

.jki-greater-than-equal-solid:before {
  content: "";
}

.jki-greater-than-solid:before {
  content: "";
}

.jki-grimace-solid:before {
  content: "";
}

.jki-grimace:before {
  content: "";
}

.jki-grin-alt-solid:before {
  content: "";
}

.jki-grin-alt:before {
  content: "";
}

.jki-grin-beam-solid:before {
  content: "";
}

.jki-grin-beam-sweat-solid:before {
  content: "";
}

.jki-grin-beam-sweat:before {
  content: "";
}

.jki-grin-beam:before {
  content: "";
}

.jki-grin-hearts-solid:before {
  content: "";
}

.jki-grin-hearts:before {
  content: "";
}

.jki-grin-solid:before {
  content: "";
}

.jki-grin-squint-solid:before {
  content: "";
}

.jki-grin-squint-tears-solid:before {
  content: "";
}

.jki-grin-squint-tears:before {
  content: "";
}

.jki-grin-squint:before {
  content: "";
}

.jki-grin-stars-solid:before {
  content: "";
}

.jki-grin-stars:before {
  content: "";
}

.jki-grin-tears-solid:before {
  content: "";
}

.jki-grin-tears:before {
  content: "";
}

.jki-grin-tongue-solid:before {
  content: "";
}

.jki-grin-tongue-squint-solid:before {
  content: "";
}

.jki-grin-tongue-squint:before {
  content: "";
}

.jki-grin-tongue-wink-solid:before {
  content: "";
}

.jki-grin-tongue-wink:before {
  content: "";
}

.jki-grin-tongue:before {
  content: "";
}

.jki-grin-wink-solid:before {
  content: "";
}

.jki-grin-wink:before {
  content: "";
}

.jki-grin:before {
  content: "";
}

.jki-grip-horizontal-solid:before {
  content: "";
}

.jki-grip-lines-solid:before {
  content: "";
}

.jki-grip-lines-vertical-solid:before {
  content: "";
}

.jki-grip-vertical-solid:before {
  content: "";
}

.jki-gripfire:before {
  content: "";
}

.jki-grunt:before {
  content: "";
}

.jki-guitar-solid:before {
  content: "";
}

.jki-gulp:before {
  content: "";
}

.jki-h-square-solid:before {
  content: "";
}

.jki-hacker-news-square:before {
  content: "";
}

.jki-hacker-news:before {
  content: "";
}

.jki-hackerrank:before {
  content: "";
}

.jki-hamburger-solid:before {
  content: "";
}

.jki-hammer-solid:before {
  content: "";
}

.jki-hamsa-solid:before {
  content: "";
}

.jki-hand-holding-heart-solid:before {
  content: "";
}

.jki-hand-holding-solid:before {
  content: "";
}

.jki-hand-holding-usd-solid:before {
  content: "";
}

.jki-hand-lizard-solid:before {
  content: "";
}

.jki-hand-lizard:before {
  content: "";
}

.jki-hand-middle-finger-solid:before {
  content: "";
}

.jki-hand-paper-solid:before {
  content: "";
}

.jki-hand-paper:before {
  content: "";
}

.jki-hand-peace-solid:before {
  content: "";
}

.jki-hand-peace:before {
  content: "";
}

.jki-hand-point-down-solid:before {
  content: "";
}

.jki-hand-point-down:before {
  content: "";
}

.jki-hand-point-left-solid:before {
  content: "";
}

.jki-hand-point-left:before {
  content: "";
}

.jki-hand-point-right-solid:before {
  content: "";
}

.jki-hand-point-right:before {
  content: "";
}

.jki-hand-point-up-solid:before {
  content: "";
}

.jki-hand-point-up:before {
  content: "";
}

.jki-hand-pointer-solid:before {
  content: "";
}

.jki-hand-pointer:before {
  content: "";
}

.jki-hand-rock-solid:before {
  content: "";
}

.jki-hand-rock:before {
  content: "";
}

.jki-hand-scissors-solid:before {
  content: "";
}

.jki-hand-scissors:before {
  content: "";
}

.jki-hand-spock-solid:before {
  content: "";
}

.jki-hand-spock:before {
  content: "";
}

.jki-hands-helping-solid:before {
  content: "";
}

.jki-hands-solid:before {
  content: "";
}

.jki-handshake-solid:before {
  content: "";
}

.jki-handshake:before {
  content: "";
}

.jki-hanukiah-solid:before {
  content: "";
}

.jki-hard-hat-solid:before {
  content: "";
}

.jki-hashtag-solid:before {
  content: "";
}

.jki-hat-cowboy-side-solid:before {
  content: "";
}

.jki-hat-cowboy-solid:before {
  content: "";
}

.jki-hat-wizard-solid:before {
  content: "";
}

.jki-haykal-solid:before {
  content: "";
}

.jki-hdd-solid:before {
  content: "";
}

.jki-hdd:before {
  content: "";
}

.jki-heading-solid:before {
  content: "";
}

.jki-headphones-alt-solid:before {
  content: "";
}

.jki-headphones-solid:before {
  content: "";
}

.jki-headset-solid:before {
  content: "";
}

.jki-heart-broken-solid:before {
  content: "";
}

.jki-heart-solid:before {
  content: "";
}

.jki-heart:before {
  content: "";
}

.jki-heartbeat-solid:before {
  content: "";
}

.jki-helicopter-solid:before {
  content: "";
}

.jki-highlighter-solid:before {
  content: "";
}

.jki-hiking-solid:before {
  content: "";
}

.jki-hippo-solid:before {
  content: "";
}

.jki-hips:before {
  content: "";
}

.jki-hire-a-helper:before {
  content: "";
}

.jki-history-solid:before {
  content: "";
}

.jki-hockey-puck-solid:before {
  content: "";
}

.jki-holly-berry-solid:before {
  content: "";
}

.jki-home-solid:before {
  content: "";
}

.jki-hooli:before {
  content: "";
}

.jki-hornbill:before {
  content: "";
}

.jki-horse-head-solid:before {
  content: "";
}

.jki-horse-solid:before {
  content: "";
}

.jki-hospital-alt-solid:before {
  content: "";
}

.jki-hospital-solid:before {
  content: "";
}

.jki-hospital-symbol-solid:before {
  content: "";
}

.jki-hospital:before {
  content: "";
}

.jki-hot-tub-solid:before {
  content: "";
}

.jki-hotdog-solid:before {
  content: "";
}

.jki-hotel-solid:before {
  content: "";
}

.jki-hotjar:before {
  content: "";
}

.jki-hourglass-end-solid:before {
  content: "";
}

.jki-hourglass-half-solid:before {
  content: "";
}

.jki-hourglass-solid:before {
  content: "";
}

.jki-hourglass-start-solid:before {
  content: "";
}

.jki-hourglass:before {
  content: "";
}

.jki-house-damage-solid:before {
  content: "";
}

.jki-houzz:before {
  content: "";
}

.jki-hryvnia-solid:before {
  content: "";
}

.jki-html5:before {
  content: "";
}

.jki-hubspot:before {
  content: "";
}

.jki-i-cursor-solid:before {
  content: "";
}

.jki-ice-cream-solid:before {
  content: "";
}

.jki-icicles-solid:before {
  content: "";
}

.jki-icons-solid:before {
  content: "";
}

.jki-id-badge-solid:before {
  content: "";
}

.jki-id-badge:before {
  content: "";
}

.jki-id-card-alt-solid:before {
  content: "";
}

.jki-id-card-solid:before {
  content: "";
}

.jki-id-card:before {
  content: "";
}

.jki-igloo-solid:before {
  content: "";
}

.jki-image-solid:before {
  content: "";
}

.jki-image:before {
  content: "";
}

.jki-images-solid:before {
  content: "";
}

.jki-images:before {
  content: "";
}

.jki-imdb:before {
  content: "";
}

.jki-inbox-solid:before {
  content: "";
}

.jki-indent-solid:before {
  content: "";
}

.jki-industry-solid:before {
  content: "";
}

.jki-infinity-solid:before {
  content: "";
}

.jki-info-circle-solid:before {
  content: "";
}

.jki-info-solid:before {
  content: "";
}

.jki-instagram:before {
  content: "";
}

.jki-intercom:before {
  content: "";
}

.jki-internet-explorer:before {
  content: "";
}

.jki-invision:before {
  content: "";
}

.jki-ioxhost:before {
  content: "";
}

.jki-italic-solid:before {
  content: "";
}

.jki-itch-io:before {
  content: "";
}

.jki-itunes-note:before {
  content: "";
}

.jki-itunes:before {
  content: "";
}

.jki-java:before {
  content: "";
}

.jki-jedi-order:before {
  content: "";
}

.jki-jedi-solid:before {
  content: "";
}

.jki-jenkins:before {
  content: "";
}

.jki-jira:before {
  content: "";
}

.jki-joget:before {
  content: "";
}

.jki-joint-solid:before {
  content: "";
}

.jki-joomla:before {
  content: "";
}

.jki-journal-whills-solid:before {
  content: "";
}

.jki-js-square:before {
  content: "";
}

.jki-js:before {
  content: "";
}

.jki-jsfiddle:before {
  content: "";
}

.jki-kaaba-solid:before {
  content: "";
}

.jki-kaggle:before {
  content: "";
}

.jki-key-solid:before {
  content: "";
}

.jki-keybase:before {
  content: "";
}

.jki-keyboard-solid:before {
  content: "";
}

.jki-keyboard:before {
  content: "";
}

.jki-keycdn:before {
  content: "";
}

.jki-khanda-solid:before {
  content: "";
}

.jki-kickstarter-k:before {
  content: "";
}

.jki-kickstarter:before {
  content: "";
}

.jki-kiss-beam-solid:before {
  content: "";
}

.jki-kiss-beam:before {
  content: "";
}

.jki-kiss-solid:before {
  content: "";
}

.jki-kiss-wink-heart-solid:before {
  content: "";
}

.jki-kiss-wink-heart:before {
  content: "";
}

.jki-kiss:before {
  content: "";
}

.jki-kiwi-bird-solid:before {
  content: "";
}

.jki-korvue:before {
  content: "";
}

.jki-landmark-solid:before {
  content: "";
}

.jki-language-solid:before {
  content: "";
}

.jki-laptop-code-solid:before {
  content: "";
}

.jki-laptop-medical-solid:before {
  content: "";
}

.jki-laptop-solid:before {
  content: "";
}

.jki-laravel:before {
  content: "";
}

.jki-lastfm-square:before {
  content: "";
}

.jki-lastfm:before {
  content: "";
}

.jki-laugh-beam-solid:before {
  content: "";
}

.jki-laugh-beam:before {
  content: "";
}

.jki-laugh-solid:before {
  content: "";
}

.jki-laugh-squint-solid:before {
  content: "";
}

.jki-laugh-squint:before {
  content: "";
}

.jki-laugh-wink-solid:before {
  content: "";
}

.jki-laugh-wink:before {
  content: "";
}

.jki-laugh:before {
  content: "";
}

.jki-layer-group-solid:before {
  content: "";
}

.jki-leaf-solid:before {
  content: "";
}

.jki-leanpub:before {
  content: "";
}

.jki-lemon-solid:before {
  content: "";
}

.jki-lemon:before {
  content: "";
}

.jki-less-than-equal-solid:before {
  content: "";
}

.jki-less-than-solid:before {
  content: "";
}

.jki-less:before {
  content: "";
}

.jki-level-down-alt-solid:before {
  content: "";
}

.jki-level-up-alt-solid:before {
  content: "";
}

.jki-life-ring-solid:before {
  content: "";
}

.jki-life-ring:before {
  content: "";
}

.jki-lightbulb-solid:before {
  content: "";
}

.jki-lightbulb:before {
  content: "";
}

.jki-line:before {
  content: "";
}

.jki-link-solid:before {
  content: "";
}

.jki-linkedin-in:before {
  content: "";
}

.jki-linkedin:before {
  content: "";
}

.jki-linode:before {
  content: "";
}

.jki-linux:before {
  content: "";
}

.jki-lira-sign-solid:before {
  content: "";
}

.jki-list-alt-solid:before {
  content: "";
}

.jki-list-alt:before {
  content: "";
}

.jki-list-ol-solid:before {
  content: "";
}

.jki-list-solid:before {
  content: "";
}

.jki-list-ul-solid:before {
  content: "";
}

.jki-location-arrow-solid:before {
  content: "";
}

.jki-lock-open-solid:before {
  content: "";
}

.jki-lock-solid:before {
  content: "";
}

.jki-long-arrow-alt-down-solid:before {
  content: "";
}

.jki-long-arrow-alt-left-solid:before {
  content: "";
}

.jki-long-arrow-alt-right-solid:before {
  content: "";
}

.jki-long-arrow-alt-up-solid:before {
  content: "";
}

.jki-low-vision-solid:before {
  content: "";
}

.jki-luggage-cart-solid:before {
  content: "";
}

.jki-lyft:before {
  content: "";
}

.jki-magento:before {
  content: "";
}

.jki-magic-solid:before {
  content: "";
}

.jki-magnet-solid:before {
  content: "";
}

.jki-mail-bulk-solid:before {
  content: "";
}

.jki-mailchimp:before {
  content: "";
}

.jki-male-solid:before {
  content: "";
}

.jki-mandalorian:before {
  content: "";
}

.jki-map-marked-alt-solid:before {
  content: "";
}

.jki-map-marked-solid:before {
  content: "";
}

.jki-map-marker-alt-solid:before {
  content: "";
}

.jki-map-marker-solid:before {
  content: "";
}

.jki-map-pin-solid:before {
  content: "";
}

.jki-map-signs-solid:before {
  content: "";
}

.jki-map-solid:before {
  content: "";
}

.jki-map:before {
  content: "";
}

.jki-markdown:before {
  content: "";
}

.jki-marker-solid:before {
  content: "";
}

.jki-mars-double-solid:before {
  content: "";
}

.jki-mars-solid:before {
  content: "";
}

.jki-mars-stroke-h-solid:before {
  content: "";
}

.jki-mars-stroke-solid:before {
  content: "";
}

.jki-mars-stroke-v-solid:before {
  content: "";
}

.jki-mask-solid:before {
  content: "";
}

.jki-mastodon:before {
  content: "";
}

.jki-maxcdn:before {
  content: "";
}

.jki-mdb:before {
  content: "";
}

.jki-medal-solid:before {
  content: "";
}

.jki-medapps:before {
  content: "";
}

.jki-medium-m:before {
  content: "";
}

.jki-medium:before {
  content: "";
}

.jki-medkit-solid:before {
  content: "";
}

.jki-medrt:before {
  content: "";
}

.jki-meetup:before {
  content: "";
}

.jki-megaport:before {
  content: "";
}

.jki-meh-blank-solid:before {
  content: "";
}

.jki-meh-blank:before {
  content: "";
}

.jki-meh-rolling-eyes-solid:before {
  content: "";
}

.jki-meh-rolling-eyes:before {
  content: "";
}

.jki-meh-solid:before {
  content: "";
}

.jki-meh:before {
  content: "";
}

.jki-memory-solid:before {
  content: "";
}

.jki-mendeley:before {
  content: "";
}

.jki-menorah-solid:before {
  content: "";
}

.jki-mercury-solid:before {
  content: "";
}

.jki-meteor-solid:before {
  content: "";
}

.jki-microchip-solid:before {
  content: "";
}

.jki-microphone-alt-slash-solid:before {
  content: "";
}

.jki-microphone-alt-solid:before {
  content: "";
}

.jki-microphone-slash-solid:before {
  content: "";
}

.jki-microphone-solid:before {
  content: "";
}

.jki-microscope-solid:before {
  content: "";
}

.jki-microsoft:before {
  content: "";
}

.jki-minus-circle-solid:before {
  content: "";
}

.jki-minus-solid:before {
  content: "";
}

.jki-minus-square-solid:before {
  content: "";
}

.jki-minus-square:before {
  content: "";
}

.jki-mitten-solid:before {
  content: "";
}

.jki-mix:before {
  content: "";
}

.jki-mixcloud:before {
  content: "";
}

.jki-mizuni:before {
  content: "";
}

.jki-mobile-alt-solid:before {
  content: "";
}

.jki-mobile-solid:before {
  content: "";
}

.jki-modx:before {
  content: "";
}

.jki-monero:before {
  content: "";
}

.jki-money-bill-alt-solid:before {
  content: "";
}

.jki-money-bill-alt:before {
  content: "";
}

.jki-money-bill-solid:before {
  content: "";
}

.jki-money-bill-wave-alt-solid:before {
  content: "";
}

.jki-money-bill-wave-solid:before {
  content: "";
}

.jki-money-check-alt-solid:before {
  content: "";
}

.jki-money-check-solid:before {
  content: "";
}

.jki-monument-solid:before {
  content: "";
}

.jki-moon-solid:before {
  content: "";
}

.jki-moon:before {
  content: "";
}

.jki-mortar-pestle-solid:before {
  content: "";
}

.jki-mosque-solid:before {
  content: "";
}

.jki-motorcycle-solid:before {
  content: "";
}

.jki-mountain-solid:before {
  content: "";
}

.jki-mouse-pointer-solid:before {
  content: "";
}

.jki-mouse-solid:before {
  content: "";
}

.jki-mug-hot-solid:before {
  content: "";
}

.jki-music-solid:before {
  content: "";
}

.jki-napster:before {
  content: "";
}

.jki-neos:before {
  content: "";
}

.jki-network-wired-solid:before {
  content: "";
}

.jki-neuter-solid:before {
  content: "";
}

.jki-newspaper-solid:before {
  content: "";
}

.jki-newspaper:before {
  content: "";
}

.jki-nimblr:before {
  content: "";
}

.jki-node-js:before {
  content: "";
}

.jki-node:before {
  content: "";
}

.jki-not-equal-solid:before {
  content: "";
}

.jki-notes-medical-solid:before {
  content: "";
}

.jki-npm:before {
  content: "";
}

.jki-ns8:before {
  content: "";
}

.jki-nutritionix:before {
  content: "";
}

.jki-object-group-solid:before {
  content: "";
}

.jki-object-group:before {
  content: "";
}

.jki-object-ungroup-solid:before {
  content: "";
}

.jki-object-ungroup:before {
  content: "";
}

.jki-odnoklassniki-square:before {
  content: "";
}

.jki-odnoklassniki:before {
  content: "";
}

.jki-oil-can-solid:before {
  content: "";
}

.jki-old-republic:before {
  content: "";
}

.jki-om-solid:before {
  content: "";
}

.jki-opencart:before {
  content: "";
}

.jki-openid:before {
  content: "";
}

.jki-opera:before {
  content: "";
}

.jki-optin-monster:before {
  content: "";
}

.jki-orcid:before {
  content: "";
}

.jki-osi:before {
  content: "";
}

.jki-otter-solid:before {
  content: "";
}

.jki-outdent-solid:before {
  content: "";
}

.jki-page4:before {
  content: "";
}

.jki-pagelines:before {
  content: "";
}

.jki-pager-solid:before {
  content: "";
}

.jki-paint-brush-solid:before {
  content: "";
}

.jki-paint-roller-solid:before {
  content: "";
}

.jki-palette-solid:before {
  content: "";
}

.jki-palfed:before {
  content: "";
}

.jki-pallet-solid:before {
  content: "";
}

.jki-paper-plane-solid:before {
  content: "";
}

.jki-paper-plane:before {
  content: "";
}

.jki-paperclip-solid:before {
  content: "";
}

.jki-parachute-box-solid:before {
  content: "";
}

.jki-paragraph-solid:before {
  content: "";
}

.jki-parking-solid:before {
  content: "";
}

.jki-passport-solid:before {
  content: "";
}

.jki-pastafarianism-solid:before {
  content: "";
}

.jki-paste-solid:before {
  content: "";
}

.jki-patreon:before {
  content: "";
}

.jki-pause-circle-solid:before {
  content: "";
}

.jki-pause-circle:before {
  content: "";
}

.jki-pause-solid:before {
  content: "";
}

.jki-paw-solid:before {
  content: "";
}

.jki-paypal:before {
  content: "";
}

.jki-peace-solid:before {
  content: "";
}

.jki-pen-alt-solid:before {
  content: "";
}

.jki-pen-fancy-solid:before {
  content: "";
}

.jki-pen-nib-solid:before {
  content: "";
}

.jki-pen-solid:before {
  content: "";
}

.jki-pen-square-solid:before {
  content: "";
}

.jki-pencil-alt-solid:before {
  content: "";
}

.jki-pencil-ruler-solid:before {
  content: "";
}

.jki-penny-arcade:before {
  content: "";
}

.jki-people-carry-solid:before {
  content: "";
}

.jki-pepper-hot-solid:before {
  content: "";
}

.jki-percent-solid:before {
  content: "";
}

.jki-percentage-solid:before {
  content: "";
}

.jki-periscope:before {
  content: "";
}

.jki-person-booth-solid:before {
  content: "";
}

.jki-phabricator:before {
  content: "";
}

.jki-phoenix-framework:before {
  content: "";
}

.jki-phoenix-squadron:before {
  content: "";
}

.jki-phone-alt-solid:before {
  content: "";
}

.jki-phone-slash-solid:before {
  content: "";
}

.jki-phone-solid:before {
  content: "";
}

.jki-phone-square-alt-solid:before {
  content: "";
}

.jki-phone-square-solid:before {
  content: "";
}

.jki-phone-volume-solid:before {
  content: "";
}

.jki-photo-video-solid:before {
  content: "";
}

.jki-php:before {
  content: "";
}

.jki-pied-piper-alt:before {
  content: "";
}

.jki-pied-piper-hat:before {
  content: "";
}

.jki-pied-piper-pp:before {
  content: "";
}

.jki-pied-piper:before {
  content: "";
}

.jki-piggy-bank-solid:before {
  content: "";
}

.jki-pills-solid:before {
  content: "";
}

.jki-pinterest-p:before {
  content: "";
}

.jki-pinterest-square:before {
  content: "";
}

.jki-pinterest:before {
  content: "";
}

.jki-pizza-slice-solid:before {
  content: "";
}

.jki-place-of-worship-solid:before {
  content: "";
}

.jki-plane-arrival-solid:before {
  content: "";
}

.jki-plane-departure-solid:before {
  content: "";
}

.jki-plane-solid:before {
  content: "";
}

.jki-play-circle-solid:before {
  content: "";
}

.jki-play-circle:before {
  content: "";
}

.jki-play-solid:before {
  content: "";
}

.jki-playstation:before {
  content: "";
}

.jki-plug-solid:before {
  content: "";
}

.jki-plus-circle-solid:before {
  content: "";
}

.jki-plus-solid:before {
  content: "";
}

.jki-plus-square-solid:before {
  content: "";
}

.jki-plus-square:before {
  content: "";
}

.jki-podcast-solid:before {
  content: "";
}

.jki-poll-h-solid:before {
  content: "";
}

.jki-poll-solid:before {
  content: "";
}

.jki-poo-solid:before {
  content: "";
}

.jki-poo-storm-solid:before {
  content: "";
}

.jki-poop-solid:before {
  content: "";
}

.jki-portrait-solid:before {
  content: "";
}

.jki-pound-sign-solid:before {
  content: "";
}

.jki-power-off-solid:before {
  content: "";
}

.jki-pray-solid:before {
  content: "";
}

.jki-praying-hands-solid:before {
  content: "";
}

.jki-prescription-bottle-alt-solid:before {
  content: "";
}

.jki-prescription-bottle-solid:before {
  content: "";
}

.jki-prescription-solid:before {
  content: "";
}

.jki-print-solid:before {
  content: "";
}

.jki-procedures-solid:before {
  content: "";
}

.jki-product-hunt:before {
  content: "";
}

.jki-project-diagram-solid:before {
  content: "";
}

.jki-pushed:before {
  content: "";
}

.jki-puzzle-piece-solid:before {
  content: "";
}

.jki-python:before {
  content: "";
}

.jki-qq:before {
  content: "";
}

.jki-qrcode-solid:before {
  content: "";
}

.jki-question-circle-solid:before {
  content: "";
}

.jki-question-circle:before {
  content: "";
}

.jki-question-solid:before {
  content: "";
}

.jki-quidditch-solid:before {
  content: "";
}

.jki-quinscape:before {
  content: "";
}

.jki-quora:before {
  content: "";
}

.jki-quote-left-solid:before {
  content: "";
}

.jki-quote-right-solid:before {
  content: "";
}

.jki-quran-solid:before {
  content: "";
}

.jki-r-project:before {
  content: "";
}

.jki-radiation-alt-solid:before {
  content: "";
}

.jki-radiation-solid:before {
  content: "";
}

.jki-rainbow-solid:before {
  content: "";
}

.jki-random-solid:before {
  content: "";
}

.jki-raspberry-pi:before {
  content: "";
}

.jki-ravelry:before {
  content: "";
}

.jki-react:before {
  content: "";
}

.jki-reacteurope:before {
  content: "";
}

.jki-readme:before {
  content: "";
}

.jki-rebel:before {
  content: "";
}

.jki-receipt-solid:before {
  content: "";
}

.jki-record-vinyl-solid:before {
  content: "";
}

.jki-recycle-solid:before {
  content: "";
}

.jki-red-river:before {
  content: "";
}

.jki-reddit-alien:before {
  content: "";
}

.jki-reddit-square:before {
  content: "";
}

.jki-reddit:before {
  content: "";
}

.jki-redhat:before {
  content: "";
}

.jki-redo-alt-solid:before {
  content: "";
}

.jki-redo-solid:before {
  content: "";
}

.jki-registered-solid:before {
  content: "";
}

.jki-registered:before {
  content: "";
}

.jki-remove-format-solid:before {
  content: "";
}

.jki-renren:before {
  content: "";
}

.jki-reply-all-solid:before {
  content: "";
}

.jki-reply-solid:before {
  content: "";
}

.jki-replyd:before {
  content: "";
}

.jki-republican-solid:before {
  content: "";
}

.jki-researchgate:before {
  content: "";
}

.jki-resolving:before {
  content: "";
}

.jki-restroom-solid:before {
  content: "";
}

.jki-retweet-solid:before {
  content: "";
}

.jki-rev:before {
  content: "";
}

.jki-ribbon-solid:before {
  content: "";
}

.jki-ring-solid:before {
  content: "";
}

.jki-road-solid:before {
  content: "";
}

.jki-robot-solid:before {
  content: "";
}

.jki-rocket-solid:before {
  content: "";
}

.jki-rocketchat:before {
  content: "";
}

.jki-rockrms:before {
  content: "";
}

.jki-route-solid:before {
  content: "";
}

.jki-rss-solid:before {
  content: "";
}

.jki-rss-square-solid:before {
  content: "";
}

.jki-ruble-sign-solid:before {
  content: "";
}

.jki-ruler-combined-solid:before {
  content: "";
}

.jki-ruler-horizontal-solid:before {
  content: "";
}

.jki-ruler-solid:before {
  content: "";
}

.jki-ruler-vertical-solid:before {
  content: "";
}

.jki-running-solid:before {
  content: "";
}

.jki-rupee-sign-solid:before {
  content: "";
}

.jki-sad-cry-solid:before {
  content: "";
}

.jki-sad-cry:before {
  content: "";
}

.jki-sad-tear-solid:before {
  content: "";
}

.jki-sad-tear:before {
  content: "";
}

.jki-safari:before {
  content: "";
}

.jki-salesforce:before {
  content: "";
}

.jki-sass:before {
  content: "";
}

.jki-satellite-dish-solid:before {
  content: "";
}

.jki-satellite-solid:before {
  content: "";
}

.jki-save-solid:before {
  content: "";
}

.jki-save:before {
  content: "";
}

.jki-schlix:before {
  content: "";
}

.jki-school-solid:before {
  content: "";
}

.jki-screwdriver-solid:before {
  content: "";
}

.jki-scribd:before {
  content: "";
}

.jki-scroll-solid:before {
  content: "";
}

.jki-sd-card-solid:before {
  content: "";
}

.jki-search-dollar-solid:before {
  content: "";
}

.jki-search-location-solid:before {
  content: "";
}

.jki-search-minus-solid:before {
  content: "";
}

.jki-search-plus-solid:before {
  content: "";
}

.jki-search-solid:before {
  content: "";
}

.jki-searchengin:before {
  content: "";
}

.jki-seedling-solid:before {
  content: "";
}

.jki-sellcast:before {
  content: "";
}

.jki-sellsy:before {
  content: "";
}

.jki-server-solid:before {
  content: "";
}

.jki-servicestack:before {
  content: "";
}

.jki-shapes-solid:before {
  content: "";
}

.jki-share-alt-solid:before {
  content: "";
}

.jki-share-alt-square-solid:before {
  content: "";
}

.jki-share-solid:before {
  content: "";
}

.jki-share-square-solid:before {
  content: "";
}

.jki-share-square:before {
  content: "";
}

.jki-shekel-sign-solid:before {
  content: "";
}

.jki-shield-alt-solid:before {
  content: "";
}

.jki-ship-solid:before {
  content: "";
}

.jki-shipping-fast-solid:before {
  content: "";
}

.jki-shirtsinbulk:before {
  content: "";
}

.jki-shoe-prints-solid:before {
  content: "";
}

.jki-shopping-bag-solid:before {
  content: "";
}

.jki-shopping-basket-solid:before {
  content: "";
}

.jki-shopping-cart-solid:before {
  content: "";
}

.jki-shopware:before {
  content: "";
}

.jki-shower-solid:before {
  content: "";
}

.jki-shuttle-van-solid:before {
  content: "";
}

.jki-sign-in-alt-solid:before {
  content: "";
}

.jki-sign-language-solid:before {
  content: "";
}

.jki-sign-out-alt-solid:before {
  content: "";
}

.jki-sign-solid:before {
  content: "";
}

.jki-signal-solid:before {
  content: "";
}

.jki-signature-solid:before {
  content: "";
}

.jki-sim-card-solid:before {
  content: "";
}

.jki-simplybuilt:before {
  content: "";
}

.jki-sistrix:before {
  content: "";
}

.jki-sitemap-solid:before {
  content: "";
}

.jki-sith:before {
  content: "";
}

.jki-skating-solid:before {
  content: "";
}

.jki-sketch:before {
  content: "";
}

.jki-skiing-nordic-solid:before {
  content: "";
}

.jki-skiing-solid:before {
  content: "";
}

.jki-skull-crossbones-solid:before {
  content: "";
}

.jki-skull-solid:before {
  content: "";
}

.jki-skyatlas:before {
  content: "";
}

.jki-skype:before {
  content: "";
}

.jki-slack-hash:before {
  content: "";
}

.jki-slack:before {
  content: "";
}

.jki-slash-solid:before {
  content: "";
}

.jki-sleigh-solid:before {
  content: "";
}

.jki-sliders-h-solid:before {
  content: "";
}

.jki-slideshare:before {
  content: "";
}

.jki-smile-beam-solid:before {
  content: "";
}

.jki-smile-beam:before {
  content: "";
}

.jki-smile-solid:before {
  content: "";
}

.jki-smile-wink-solid:before {
  content: "";
}

.jki-smile-wink:before {
  content: "";
}

.jki-smile:before {
  content: "";
}

.jki-smog-solid:before {
  content: "";
}

.jki-smoking-ban-solid:before {
  content: "";
}

.jki-smoking-solid:before {
  content: "";
}

.jki-sms-solid:before {
  content: "";
}

.jki-snapchat-ghost:before {
  content: "";
}

.jki-snapchat-square:before {
  content: "";
}

.jki-snapchat:before {
  content: "";
}

.jki-snowboarding-solid:before {
  content: "";
}

.jki-snowflake-solid:before {
  content: "";
}

.jki-snowflake:before {
  content: "";
}

.jki-snowman-solid:before {
  content: "";
}

.jki-snowplow-solid:before {
  content: "";
}

.jki-socks-solid:before {
  content: "";
}

.jki-solar-panel-solid:before {
  content: "";
}

.jki-sort-alpha-down-alt-solid:before {
  content: "";
}

.jki-sort-alpha-down-solid:before {
  content: "";
}

.jki-sort-alpha-up-alt-solid:before {
  content: "";
}

.jki-sort-alpha-up-solid:before {
  content: "";
}

.jki-sort-amount-down-alt-solid:before {
  content: "";
}

.jki-sort-amount-down-solid:before {
  content: "";
}

.jki-sort-amount-up-alt-solid:before {
  content: "";
}

.jki-sort-amount-up-solid:before {
  content: "";
}

.jki-sort-down-solid:before {
  content: "";
}

.jki-sort-numeric-down-alt-solid:before {
  content: "";
}

.jki-sort-numeric-down-solid:before {
  content: "";
}

.jki-sort-numeric-up-alt-solid:before {
  content: "";
}

.jki-sort-numeric-up-solid:before {
  content: "";
}

.jki-sort-solid:before {
  content: "";
}

.jki-sort-up-solid:before {
  content: "";
}

.jki-soundcloud:before {
  content: "";
}

.jki-sourcetree:before {
  content: "";
}

.jki-spa-solid:before {
  content: "";
}

.jki-space-shuttle-solid:before {
  content: "";
}

.jki-speakap:before {
  content: "";
}

.jki-speaker-deck:before {
  content: "";
}

.jki-spell-check-solid:before {
  content: "";
}

.jki-spider-solid:before {
  content: "";
}

.jki-spinner-solid:before {
  content: "";
}

.jki-splotch-solid:before {
  content: "";
}

.jki-spotify:before {
  content: "";
}

.jki-spray-can-solid:before {
  content: "";
}

.jki-square-full-solid:before {
  content: "";
}

.jki-square-root-alt-solid:before {
  content: "";
}

.jki-square-solid:before {
  content: "";
}

.jki-square:before {
  content: "";
}

.jki-squarespace:before {
  content: "";
}

.jki-stack-exchange:before {
  content: "";
}

.jki-stack-overflow:before {
  content: "";
}

.jki-stackpath:before {
  content: "";
}

.jki-stamp-solid:before {
  content: "";
}

.jki-star-and-crescent-solid:before {
  content: "";
}

.jki-star-half-alt-solid:before {
  content: "";
}

.jki-star-half-solid:before {
  content: "";
}

.jki-star-half:before {
  content: "";
}

.jki-star-of-david-solid:before {
  content: "";
}

.jki-star-of-life-solid:before {
  content: "";
}

.jki-star-solid:before {
  content: "";
}

.jki-star:before {
  content: "";
}

.jki-staylinked:before {
  content: "";
}

.jki-steam-square:before {
  content: "";
}

.jki-steam-symbol:before {
  content: "";
}

.jki-steam:before {
  content: "";
}

.jki-step-backward-solid:before {
  content: "";
}

.jki-step-forward-solid:before {
  content: "";
}

.jki-stethoscope-solid:before {
  content: "";
}

.jki-sticker-mule:before {
  content: "";
}

.jki-sticky-note-solid:before {
  content: "";
}

.jki-sticky-note:before {
  content: "";
}

.jki-stop-circle-solid:before {
  content: "";
}

.jki-stop-circle:before {
  content: "";
}

.jki-stop-solid:before {
  content: "";
}

.jki-stopwatch-solid:before {
  content: "";
}

.jki-store-alt-solid:before {
  content: "";
}

.jki-store-solid:before {
  content: "";
}

.jki-strava:before {
  content: "";
}

.jki-stream-solid:before {
  content: "";
}

.jki-street-view-solid:before {
  content: "";
}

.jki-strikethrough-solid:before {
  content: "";
}

.jki-stripe-s:before {
  content: "";
}

.jki-stripe:before {
  content: "";
}

.jki-stroopwafel-solid:before {
  content: "";
}

.jki-studiovinari:before {
  content: "";
}

.jki-stumbleupon-circle:before {
  content: "";
}

.jki-stumbleupon:before {
  content: "";
}

.jki-subscript-solid:before {
  content: "";
}

.jki-subway-solid:before {
  content: "";
}

.jki-suitcase-rolling-solid:before {
  content: "";
}

.jki-suitcase-solid:before {
  content: "";
}

.jki-sun-solid:before {
  content: "";
}

.jki-sun:before {
  content: "";
}

.jki-superpowers:before {
  content: "";
}

.jki-superscript-solid:before {
  content: "";
}

.jki-supple:before {
  content: "";
}

.jki-surprise-solid:before {
  content: "";
}

.jki-surprise:before {
  content: "";
}

.jki-suse:before {
  content: "";
}

.jki-swatchbook-solid:before {
  content: "";
}

.jki-swift:before {
  content: "";
}

.jki-swimmer-solid:before {
  content: "";
}

.jki-swimming-pool-solid:before {
  content: "";
}

.jki-symfony:before {
  content: "";
}

.jki-synagogue-solid:before {
  content: "";
}

.jki-sync-alt-solid:before {
  content: "";
}

.jki-sync-solid:before {
  content: "";
}

.jki-syringe-solid:before {
  content: "";
}

.jki-table-solid:before {
  content: "";
}

.jki-table-tennis-solid:before {
  content: "";
}

.jki-tablet-alt-solid:before {
  content: "";
}

.jki-tablet-solid:before {
  content: "";
}

.jki-tablets-solid:before {
  content: "";
}

.jki-tachometer-alt-solid:before {
  content: "";
}

.jki-tag-solid:before {
  content: "";
}

.jki-tags-solid:before {
  content: "";
}

.jki-tape-solid:before {
  content: "";
}

.jki-tasks-solid:before {
  content: "";
}

.jki-taxi-solid:before {
  content: "";
}

.jki-teamspeak:before {
  content: "";
}

.jki-teeth-open-solid:before {
  content: "";
}

.jki-teeth-solid:before {
  content: "";
}

.jki-telegram-plane:before {
  content: "";
}

.jki-telegram:before {
  content: "";
}

.jki-temperature-high-solid:before {
  content: "";
}

.jki-temperature-low-solid:before {
  content: "";
}

.jki-tencent-weibo:before {
  content: "";
}

.jki-tenge-solid:before {
  content: "";
}

.jki-terminal-solid:before {
  content: "";
}

.jki-text-height-solid:before {
  content: "";
}

.jki-text-width-solid:before {
  content: "";
}

.jki-th-large-solid:before {
  content: "";
}

.jki-th-list-solid:before {
  content: "";
}

.jki-th-solid:before {
  content: "";
}

.jki-the-red-yeti:before {
  content: "";
}

.jki-theater-masks-solid:before {
  content: "";
}

.jki-themeco:before {
  content: "";
}

.jki-themeisle:before {
  content: "";
}

.jki-thermometer-empty-solid:before {
  content: "";
}

.jki-thermometer-full-solid:before {
  content: "";
}

.jki-thermometer-half-solid:before {
  content: "";
}

.jki-thermometer-quarter-solid:before {
  content: "";
}

.jki-thermometer-solid:before {
  content: "";
}

.jki-thermometer-three-quarters-solid:before {
  content: "";
}

.jki-think-peaks:before {
  content: "";
}

.jki-thumbs-down-solid:before {
  content: "";
}

.jki-thumbs-down:before {
  content: "";
}

.jki-thumbs-up-solid:before {
  content: "";
}

.jki-thumbs-up:before {
  content: "";
}

.jki-thumbtack-solid:before {
  content: "";
}

.jki-ticket-alt-solid:before {
  content: "";
}

.jki-times-circle-solid:before {
  content: "";
}

.jki-times-circle:before {
  content: "";
}

.jki-times-solid:before {
  content: "";
}

.jki-tint-slash-solid:before {
  content: "";
}

.jki-tint-solid:before {
  content: "";
}

.jki-tired-solid:before {
  content: "";
}

.jki-tired:before {
  content: "";
}

.jki-toggle-off-solid:before {
  content: "";
}

.jki-toggle-on-solid:before {
  content: "";
}

.jki-toilet-paper-solid:before {
  content: "";
}

.jki-toilet-solid:before {
  content: "";
}

.jki-toolbox-solid:before {
  content: "";
}

.jki-tools-solid:before {
  content: "";
}

.jki-tooth-solid:before {
  content: "";
}

.jki-torah-solid:before {
  content: "";
}

.jki-torii-gate-solid:before {
  content: "";
}

.jki-tractor-solid:before {
  content: "";
}

.jki-trade-federation:before {
  content: "";
}

.jki-trademark-solid:before {
  content: "";
}

.jki-traffic-light-solid:before {
  content: "";
}

.jki-train-solid:before {
  content: "";
}

.jki-tram-solid:before {
  content: "";
}

.jki-transgender-alt-solid:before {
  content: "";
}

.jki-transgender-solid:before {
  content: "";
}

.jki-trash-alt-solid:before {
  content: "";
}

.jki-trash-alt:before {
  content: "";
}

.jki-trash-restore-alt-solid:before {
  content: "";
}

.jki-trash-restore-solid:before {
  content: "";
}

.jki-trash-solid:before {
  content: "";
}

.jki-tree-solid:before {
  content: "";
}

.jki-trello:before {
  content: "";
}

.jki-tripadvisor:before {
  content: "";
}

.jki-trophy-solid:before {
  content: "";
}

.jki-truck-loading-solid:before {
  content: "";
}

.jki-truck-monster-solid:before {
  content: "";
}

.jki-truck-moving-solid:before {
  content: "";
}

.jki-truck-pickup-solid:before {
  content: "";
}

.jki-truck-solid:before {
  content: "";
}

.jki-tshirt-solid:before {
  content: "";
}

.jki-tty-solid:before {
  content: "";
}

.jki-tumblr-square:before {
  content: "";
}

.jki-tumblr:before {
  content: "";
}

.jki-tv-solid:before {
  content: "";
}

.jki-twitch:before {
  content: "";
}

.jki-twitter-square:before {
  content: "";
}

.jki-twitter:before {
  content: "";
}

.jki-typo3:before {
  content: "";
}

.jki-uber:before {
  content: "";
}

.jki-ubuntu:before {
  content: "";
}

.jki-uikit:before {
  content: "";
}

.jki-umbraco:before {
  content: "";
}

.jki-umbrella-beach-solid:before {
  content: "";
}

.jki-umbrella-solid:before {
  content: "";
}

.jki-underline-solid:before {
  content: "";
}

.jki-undo-alt-solid:before {
  content: "";
}

.jki-undo-solid:before {
  content: "";
}

.jki-uniregistry:before {
  content: "";
}

.jki-universal-access-solid:before {
  content: "";
}

.jki-university-solid:before {
  content: "";
}

.jki-unlink-solid:before {
  content: "";
}

.jki-unlock-alt-solid:before {
  content: "";
}

.jki-unlock-solid:before {
  content: "";
}

.jki-untappd:before {
  content: "";
}

.jki-upload-solid:before {
  content: "";
}

.jki-ups:before {
  content: "";
}

.jki-usb:before {
  content: "";
}

.jki-user-alt-slash-solid:before {
  content: "";
}

.jki-user-alt-solid:before {
  content: "";
}

.jki-user-astronaut-solid:before {
  content: "";
}

.jki-user-check-solid:before {
  content: "";
}

.jki-user-circle-solid:before {
  content: "";
}

.jki-user-circle:before {
  content: "";
}

.jki-user-clock-solid:before {
  content: "";
}

.jki-user-cog-solid:before {
  content: "";
}

.jki-user-edit-solid:before {
  content: "";
}

.jki-user-friends-solid:before {
  content: "";
}

.jki-user-graduate-solid:before {
  content: "";
}

.jki-user-injured-solid:before {
  content: "";
}

.jki-user-lock-solid:before {
  content: "";
}

.jki-user-md-solid:before {
  content: "";
}

.jki-user-minus-solid:before {
  content: "";
}

.jki-user-ninja-solid:before {
  content: "";
}

.jki-user-nurse-solid:before {
  content: "";
}

.jki-user-plus-solid:before {
  content: "";
}

.jki-user-secret-solid:before {
  content: "";
}

.jki-user-shield-solid:before {
  content: "";
}

.jki-user-slash-solid:before {
  content: "";
}

.jki-user-solid:before {
  content: "";
}

.jki-user-tag-solid:before {
  content: "";
}

.jki-user-tie-solid:before {
  content: "";
}

.jki-user-times-solid:before {
  content: "";
}

.jki-user:before {
  content: "";
}

.jki-users-cog-solid:before {
  content: "";
}

.jki-users-solid:before {
  content: "";
}

.jki-usps:before {
  content: "";
}

.jki-ussunnah:before {
  content: "";
}

.jki-utensil-spoon-solid:before {
  content: "";
}

.jki-utensils-solid:before {
  content: "";
}

.jki-vaadin:before {
  content: "";
}

.jki-vector-square-solid:before {
  content: "";
}

.jki-venus-double-solid:before {
  content: "";
}

.jki-venus-mars-solid:before {
  content: "";
}

.jki-venus-solid:before {
  content: "";
}

.jki-viacoin:before {
  content: "";
}

.jki-viadeo-square:before {
  content: "";
}

.jki-viadeo:before {
  content: "";
}

.jki-vial-solid:before {
  content: "";
}

.jki-vials-solid:before {
  content: "";
}

.jki-viber:before {
  content: "";
}

.jki-video-slash-solid:before {
  content: "";
}

.jki-video-solid:before {
  content: "";
}

.jki-vihara-solid:before {
  content: "";
}

.jki-vimeo-square:before {
  content: "";
}

.jki-vimeo-v:before {
  content: "";
}

.jki-vimeo:before {
  content: "";
}

.jki-vine:before {
  content: "";
}

.jki-vk:before {
  content: "";
}

.jki-vnv:before {
  content: "";
}

.jki-voicemail-solid:before {
  content: "";
}

.jki-volleyball-ball-solid:before {
  content: "";
}

.jki-volume-down-solid:before {
  content: "";
}

.jki-volume-mute-solid:before {
  content: "";
}

.jki-volume-off-solid:before {
  content: "";
}

.jki-volume-up-solid:before {
  content: "";
}

.jki-vote-yea-solid:before {
  content: "";
}

.jki-vr-cardboard-solid:before {
  content: "";
}

.jki-vuejs:before {
  content: "";
}

.jki-walking-solid:before {
  content: "";
}

.jki-wallet-solid:before {
  content: "";
}

.jki-warehouse-solid:before {
  content: "";
}

.jki-water-solid:before {
  content: "";
}

.jki-wave-square-solid:before {
  content: "";
}

.jki-waze:before {
  content: "";
}

.jki-weebly:before {
  content: "";
}

.jki-weibo:before {
  content: "";
}

.jki-weight-hanging-solid:before {
  content: "";
}

.jki-weight-solid:before {
  content: "";
}

.jki-weixin:before {
  content: "";
}

.jki-whatsapp-square:before {
  content: "";
}

.jki-whatsapp:before {
  content: "";
}

.jki-wheelchair-solid:before {
  content: "";
}

.jki-whmcs:before {
  content: "";
}

.jki-wifi-solid:before {
  content: "";
}

.jki-wikipedia-w:before {
  content: "";
}

.jki-wind-solid:before {
  content: "";
}

.jki-window-close-solid:before {
  content: "";
}

.jki-window-close:before {
  content: "";
}

.jki-window-maximize-solid:before {
  content: "";
}

.jki-window-maximize:before {
  content: "";
}

.jki-window-minimize-solid:before {
  content: "";
}

.jki-window-minimize:before {
  content: "";
}

.jki-window-restore-solid:before {
  content: "";
}

.jki-window-restore:before {
  content: "";
}

.jki-windows:before {
  content: "";
}

.jki-wine-bottle-solid:before {
  content: "";
}

.jki-wine-glass-alt-solid:before {
  content: "";
}

.jki-wine-glass-solid:before {
  content: "";
}

.jki-wix:before {
  content: "";
}

.jki-wizards-of-the-coast:before {
  content: "";
}

.jki-wolf-pack-battalion:before {
  content: "";
}

.jki-won-sign-solid:before {
  content: "";
}

.jki-wordpress-simple:before {
  content: "";
}

.jki-wordpress:before {
  content: "";
}

.jki-wpbeginner:before {
  content: "";
}

.jki-wpexplorer:before {
  content: "";
}

.jki-wpforms:before {
  content: "";
}

.jki-wpressr:before {
  content: "";
}

.jki-wrench-solid:before {
  content: "";
}

.jki-x-ray-solid:before {
  content: "";
}

.jki-xbox:before {
  content: "";
}

.jki-xing-square:before {
  content: "";
}

.jki-xing:before {
  content: "";
}

.jki-y-combinator:before {
  content: "";
}

.jki-yahoo:before {
  content: "";
}

.jki-yammer:before {
  content: "";
}

.jki-yandex-international:before {
  content: "";
}

.jki-yandex:before {
  content: "";
}

.jki-yarn:before {
  content: "";
}

.jki-yelp:before {
  content: "";
}

.jki-yen-sign-solid:before {
  content: "";
}

.jki-yin-yang-solid:before {
  content: "";
}

.jki-yoast:before {
  content: "";
}

.jki-youtube-square:before {
  content: "";
}

.jki-youtube:before {
  content: "";
}

.jki-zhihu:before {
  content: "";
}

.jki-activity-line:before {
  content: "";
}

.jki-airplay-line:before {
  content: "";
}

.jki-alert-circle-line:before {
  content: "";
}

.jki-alert-octagon-line:before {
  content: "";
}

.jki-alert-triangle-line:before {
  content: "";
}

.jki-align-center-line:before {
  content: "";
}

.jki-align-justify-line:before {
  content: "";
}

.jki-align-left-line:before {
  content: "";
}

.jki-align-right-line:before {
  content: "";
}

.jki-anchor-line:before {
  content: "";
}

.jki-aperture-line:before {
  content: "";
}

.jki-archive-line:before {
  content: "";
}

.jki-arrow-down-circle-line:before {
  content: "";
}

.jki-arrow-down-left-line:before {
  content: "";
}

.jki-arrow-down-line:before {
  content: "";
}

.jki-arrow-down-right-line:before {
  content: "";
}

.jki-arrow-left-circle-line:before {
  content: "";
}

.jki-arrow-left-line:before {
  content: "";
}

.jki-arrow-right-circle-line:before {
  content: "";
}

.jki-arrow-right-line:before {
  content: "";
}

.jki-arrow-up-circle-line:before {
  content: "";
}

.jki-arrow-up-left-line:before {
  content: "";
}

.jki-arrow-up-line:before {
  content: "";
}

.jki-arrow-up-right-line:before {
  content: "";
}

.jki-at-sign-line:before {
  content: "";
}

.jki-award-line:before {
  content: "";
}

.jki-bar-chart-2-line:before {
  content: "";
}

.jki-bar-chart-line:before {
  content: "";
}

.jki-battery-charging-line:before {
  content: "";
}

.jki-battery-line:before {
  content: "";
}

.jki-bell-line:before {
  content: "";
}

.jki-bell-off-line:before {
  content: "";
}

.jki-bluetooth-line:before {
  content: "";
}

.jki-bold-line:before {
  content: "";
}

.jki-book-line:before {
  content: "";
}

.jki-book-open-line:before {
  content: "";
}

.jki-bookmark-line:before {
  content: "";
}

.jki-box-line:before {
  content: "";
}

.jki-briefcase-line:before {
  content: "";
}

.jki-calendar-line:before {
  content: "";
}

.jki-camera-line:before {
  content: "";
}

.jki-camera-off-line:before {
  content: "";
}

.jki-cast-line:before {
  content: "";
}

.jki-check-circle-line:before {
  content: "";
}

.jki-check-line:before {
  content: "";
}

.jki-check-square-line:before {
  content: "";
}

.jki-chevron-down-line:before {
  content: "";
}

.jki-chevron-left-line:before {
  content: "";
}

.jki-chevron-right-line:before {
  content: "";
}

.jki-chevron-up-line:before {
  content: "";
}

.jki-chevrons-down-line:before {
  content: "";
}

.jki-chevrons-left-line:before {
  content: "";
}

.jki-chevrons-right-line:before {
  content: "";
}

.jki-chevrons-up-line:before {
  content: "";
}

.jki-chrome-line:before {
  content: "";
}

.jki-circle-line:before {
  content: "";
}

.jki-clipboard-line:before {
  content: "";
}

.jki-clock-line:before {
  content: "";
}

.jki-cloud-drizzle-line:before {
  content: "";
}

.jki-cloud-lightning-line:before {
  content: "";
}

.jki-cloud-line:before {
  content: "";
}

.jki-cloud-off-line:before {
  content: "";
}

.jki-cloud-rain-line:before {
  content: "";
}

.jki-cloud-snow-line:before {
  content: "";
}

.jki-code-line:before {
  content: "";
}

.jki-codepen-line:before {
  content: "";
}

.jki-codesandbox-line:before {
  content: "";
}

.jki-coffee-line:before {
  content: "";
}

.jki-columns-line:before {
  content: "";
}

.jki-command-line:before {
  content: "";
}

.jki-compass-line:before {
  content: "";
}

.jki-copy-line:before {
  content: "";
}

.jki-corner-down-left-line:before {
  content: "";
}

.jki-corner-down-right-line:before {
  content: "";
}

.jki-corner-left-down-line:before {
  content: "";
}

.jki-corner-left-up-line:before {
  content: "";
}

.jki-corner-right-down-line:before {
  content: "";
}

.jki-corner-right-up-line:before {
  content: "";
}

.jki-corner-up-left-line:before {
  content: "";
}

.jki-corner-up-right-line:before {
  content: "";
}

.jki-cpu-line:before {
  content: "";
}

.jki-credit-card-line:before {
  content: "";
}

.jki-crop-line:before {
  content: "";
}

.jki-crosshair-line:before {
  content: "";
}

.jki-database-line:before {
  content: "";
}

.jki-delete-line:before {
  content: "";
}

.jki-disc-line:before {
  content: "";
}

.jki-divide-circle-line:before {
  content: "";
}

.jki-divide-line:before {
  content: "";
}

.jki-divide-square-line:before {
  content: "";
}

.jki-dollar-sign-line:before {
  content: "";
}

.jki-download-cloud-line:before {
  content: "";
}

.jki-download-line:before {
  content: "";
}

.jki-dribbble-line:before {
  content: "";
}

.jki-droplet-line:before {
  content: "";
}

.jki-edit-2-line:before {
  content: "";
}

.jki-edit-3-line:before {
  content: "";
}

.jki-edit-line:before {
  content: "";
}

.jki-external-link-line:before {
  content: "";
}

.jki-eye-line:before {
  content: "";
}

.jki-eye-off-line:before {
  content: "";
}

.jki-facebook-line:before {
  content: "";
}

.jki-fast-forward-line:before {
  content: "";
}

.jki-feather-line:before {
  content: "";
}

.jki-figma-line:before {
  content: "";
}

.jki-file-line:before {
  content: "";
}

.jki-file-minus-line:before {
  content: "";
}

.jki-file-plus-line:before {
  content: "";
}

.jki-file-text-line:before {
  content: "";
}

.jki-film-line:before {
  content: "";
}

.jki-filter-line:before {
  content: "";
}

.jki-flag-line:before {
  content: "";
}

.jki-folder-line:before {
  content: "";
}

.jki-folder-minus-line:before {
  content: "";
}

.jki-folder-plus-line:before {
  content: "";
}

.jki-framer-line:before {
  content: "";
}

.jki-frown-line:before {
  content: "";
}

.jki-gift-line:before {
  content: "";
}

.jki-git-branch-line:before {
  content: "";
}

.jki-git-commit-line:before {
  content: "";
}

.jki-git-merge-line:before {
  content: "";
}

.jki-git-pull-request-line:before {
  content: "";
}

.jki-github-line:before {
  content: "";
}

.jki-gitlab-line:before {
  content: "";
}

.jki-globe-line:before {
  content: "";
}

.jki-grid-line:before {
  content: "";
}

.jki-hard-drive-line:before {
  content: "";
}

.jki-hash-line:before {
  content: "";
}

.jki-headphones-line:before {
  content: "";
}

.jki-heart-line:before {
  content: "";
}

.jki-help-circle-line:before {
  content: "";
}

.jki-hexagon-line:before {
  content: "";
}

.jki-home-line:before {
  content: "";
}

.jki-image-line:before {
  content: "";
}

.jki-inbox-line:before {
  content: "";
}

.jki-info-line:before {
  content: "";
}

.jki-instagram-line:before {
  content: "";
}

.jki-italic-line:before {
  content: "";
}

.jki-key-line:before {
  content: "";
}

.jki-layers-line:before {
  content: "";
}

.jki-layout-line:before {
  content: "";
}

.jki-life-buoy-line:before {
  content: "";
}

.jki-link-2-line:before {
  content: "";
}

.jki-link-line:before {
  content: "";
}

.jki-linkedin-line:before {
  content: "";
}

.jki-list-line:before {
  content: "";
}

.jki-loader-line:before {
  content: "";
}

.jki-lock-line:before {
  content: "";
}

.jki-log-in-line:before {
  content: "";
}

.jki-log-out-line:before {
  content: "";
}

.jki-mail-line:before {
  content: "";
}

.jki-map-line:before {
  content: "";
}

.jki-map-pin-line:before {
  content: "";
}

.jki-maximize-2-line:before {
  content: "";
}

.jki-maximize-line:before {
  content: "";
}

.jki-meh-line:before {
  content: "";
}

.jki-menu-line:before {
  content: "";
}

.jki-message-circle-line:before {
  content: "";
}

.jki-message-square-line:before {
  content: "";
}

.jki-mic-line:before {
  content: "";
}

.jki-mic-off-line:before {
  content: "";
}

.jki-minimize-2-line:before {
  content: "";
}

.jki-minimize-line:before {
  content: "";
}

.jki-minus-circle-line:before {
  content: "";
}

.jki-minus-line:before {
  content: "";
}

.jki-minus-square-line:before {
  content: "";
}

.jki-monitor-line:before {
  content: "";
}

.jki-moon-line:before {
  content: "";
}

.jki-more-horizontal-line:before {
  content: "";
}

.jki-more-vertical-line:before {
  content: "";
}

.jki-mouse-pointer-line:before {
  content: "";
}

.jki-move-line:before {
  content: "";
}

.jki-music-line:before {
  content: "";
}

.jki-navigation-2-line:before {
  content: "";
}

.jki-navigation-line:before {
  content: "";
}

.jki-octagon-line:before {
  content: "";
}

.jki-package-line:before {
  content: "";
}

.jki-paperclip-line:before {
  content: "";
}

.jki-pause-circle-line:before {
  content: "";
}

.jki-pause-line:before {
  content: "";
}

.jki-pen-tool-line:before {
  content: "";
}

.jki-percent-line:before {
  content: "";
}

.jki-phone-call-line:before {
  content: "";
}

.jki-phone-forwarded-line:before {
  content: "";
}

.jki-phone-incoming-line:before {
  content: "";
}

.jki-phone-line:before {
  content: "";
}

.jki-phone-missed-line:before {
  content: "";
}

.jki-phone-off-line:before {
  content: "";
}

.jki-phone-outgoing-line:before {
  content: "";
}

.jki-pie-chart-line:before {
  content: "";
}

.jki-play-circle-line:before {
  content: "";
}

.jki-play-line:before {
  content: "";
}

.jki-plus-circle-line:before {
  content: "";
}

.jki-plus-line:before {
  content: "";
}

.jki-plus-square-line:before {
  content: "";
}

.jki-pocket-line:before {
  content: "";
}

.jki-power-line:before {
  content: "";
}

.jki-printer-line:before {
  content: "";
}

.jki-radio-line:before {
  content: "";
}

.jki-refresh-ccw-line:before {
  content: "";
}

.jki-refresh-cw-line:before {
  content: "";
}

.jki-repeat-line:before {
  content: "";
}

.jki-rewind-line:before {
  content: "";
}

.jki-rotate-ccw-line:before {
  content: "";
}

.jki-rotate-cw-line:before {
  content: "";
}

.jki-rss-line:before {
  content: "";
}

.jki-save-line:before {
  content: "";
}

.jki-scissors-line:before {
  content: "";
}

.jki-search-line:before {
  content: "";
}

.jki-send-line:before {
  content: "";
}

.jki-server-line:before {
  content: "";
}

.jki-settings-line:before {
  content: "";
}

.jki-share-2-line:before {
  content: "";
}

.jki-share-line:before {
  content: "";
}

.jki-shield-line:before {
  content: "";
}

.jki-shield-off-line:before {
  content: "";
}

.jki-shopping-bag-line:before {
  content: "";
}

.jki-shopping-cart-line:before {
  content: "";
}

.jki-shuffle-line:before {
  content: "";
}

.jki-sidebar-line:before {
  content: "";
}

.jki-skip-back-line:before {
  content: "";
}

.jki-skip-forward-line:before {
  content: "";
}

.jki-slack-line:before {
  content: "";
}

.jki-slash-line:before {
  content: "";
}

.jki-sliders-line:before {
  content: "";
}

.jki-smartphone-line:before {
  content: "";
}

.jki-smile-line:before {
  content: "";
}

.jki-speaker-line:before {
  content: "";
}

.jki-square-line:before {
  content: "";
}

.jki-star-line:before {
  content: "";
}

.jki-stop-circle-line:before {
  content: "";
}

.jki-sun-line:before {
  content: "";
}

.jki-sunrise-line:before {
  content: "";
}

.jki-sunset-line:before {
  content: "";
}

.jki-tablet-line:before {
  content: "";
}

.jki-tag-line:before {
  content: "";
}

.jki-target-line:before {
  content: "";
}

.jki-team-1-line:before {
  content: "";
}

.jki-team-2-line:before {
  content: "";
}

.jki-team-presentation-line:before {
  content: "";
}

.jki-team-worker-line:before {
  content: "";
}

.jki-terminal-line:before {
  content: "";
}

.jki-thermometer-line:before {
  content: "";
}

.jki-thumbs-down-line:before {
  content: "";
}

.jki-thumbs-up-line:before {
  content: "";
}

.jki-toggle-left-line:before {
  content: "";
}

.jki-toggle-right-line:before {
  content: "";
}

.jki-tool-line:before {
  content: "";
}

.jki-trash-2-line:before {
  content: "";
}

.jki-trash-line:before {
  content: "";
}

.jki-trello-line:before {
  content: "";
}

.jki-trending-down-line:before {
  content: "";
}

.jki-trending-up-line:before {
  content: "";
}

.jki-triangle-line:before {
  content: "";
}

.jki-truck-line:before {
  content: "";
}

.jki-tv-line:before {
  content: "";
}

.jki-twitch-line:before {
  content: "";
}

.jki-twitter-line:before {
  content: "";
}

.jki-type-line:before {
  content: "";
}

.jki-umbrella-line:before {
  content: "";
}

.jki-underline-line:before {
  content: "";
}

.jki-unlock-line:before {
  content: "";
}

.jki-upload-cloud-line:before {
  content: "";
}

.jki-upload-line:before {
  content: "";
}

.jki-user-check-line:before {
  content: "";
}

.jki-user-line:before {
  content: "";
}

.jki-user-minus-line:before {
  content: "";
}

.jki-user-plus-line:before {
  content: "";
}

.jki-user-x-line:before {
  content: "";
}

.jki-users-line:before {
  content: "";
}

.jki-video-line:before {
  content: "";
}

.jki-video-off-line:before {
  content: "";
}

.jki-voicemail-line:before {
  content: "";
}

.jki-volume-1-line:before {
  content: "";
}

.jki-volume-2-line:before {
  content: "";
}

.jki-volume-line:before {
  content: "";
}

.jki-volume-x-line:before {
  content: "";
}

.jki-watch-line:before {
  content: "";
}

.jki-wifi-line:before {
  content: "";
}

.jki-wifi-off-line:before {
  content: "";
}

.jki-wind-line:before {
  content: "";
}

.jki-x-circle-line:before {
  content: "";
}

.jki-x-line:before {
  content: "";
}

.jki-x-octagon-line:before {
  content: "";
}

.jki-x-square-line:before {
  content: "";
}

.jki-youtube-line:before {
  content: "";
}

.jki-zap-line:before {
  content: "";
}

.jki-zap-off-line:before {
  content: "";
}

.jki-zoom-in-line:before {
  content: "";
}

.jki-zoom-out-line:before {
  content: "";
}

.jki-jeg-kit-logo:before {
  content: "";
}

.jki-jeg-kit-logo-solid:before {
  content: "";
}

.jki-home-light::before {
  content: "";
}

.jki-apartment1-light::before {
  content: "";
}

.jki-pencil-light::before {
  content: "";
}

.jki-magic-wand-light::before {
  content: "";
}

.jki-drop-light::before {
  content: "";
}

.jki-lighter-light::before {
  content: "";
}

.jki-poop-light::before {
  content: "";
}

.jki-sun-light::before {
  content: "";
}

.jki-moon-light::before {
  content: "";
}

.jki-cloud1-light::before {
  content: "";
}

.jki-cloud-upload-light::before {
  content: "";
}

.jki-cloud-download-light::before {
  content: "";
}

.jki-cloud-sync-light::before {
  content: "";
}

.jki-cloud-check-light::before {
  content: "";
}

.jki-database1-light::before {
  content: "";
}

.jki-lock-light::before {
  content: "";
}

.jki-cog-light::before {
  content: "";
}

.jki-trash-light::before {
  content: "";
}

.jki-dice-light::before {
  content: "";
}

.jki-heart1-light::before {
  content: "";
}

.jki-star1-light::before {
  content: "";
}

.jki-star-half-light::before {
  content: "";
}

.jki-star-empty-light::before {
  content: "";
}

.jki-flag-light::before {
  content: "";
}

.jki-envelope1-light::before {
  content: "";
}

.jki-paperclip-light::before {
  content: "";
}

.jki-inbox-light::before {
  content: "";
}

.jki-eye-light::before {
  content: "";
}

.jki-printer-light::before {
  content: "";
}

.jki-file-empty-light::before {
  content: "";
}

.jki-file-add-light::before {
  content: "";
}

.jki-enter-light::before {
  content: "";
}

.jki-exit-light::before {
  content: "";
}

.jki-graduation-hat-light::before {
  content: "";
}

.jki-license-light::before {
  content: "";
}

.jki-music-note-light::before {
  content: "";
}

.jki-film-play-light::before {
  content: "";
}

.jki-camera-video-light::before {
  content: "";
}

.jki-camera-light::before {
  content: "";
}

.jki-picture-light::before {
  content: "";
}

.jki-book-light::before {
  content: "";
}

.jki-bookmark-light::before {
  content: "";
}

.jki-user-light::before {
  content: "";
}

.jki-users-light::before {
  content: "";
}

.jki-shirt-light::before {
  content: "";
}

.jki-store-light::before {
  content: "";
}

.jki-cart2-light::before {
  content: "";
}

.jki-tag-light::before {
  content: "";
}

.jki-phone-handset-light::before {
  content: "";
}

.jki-phone-light::before {
  content: "";
}

.jki-pushpin-light::before {
  content: "";
}

.jki-map-marker-light::before {
  content: "";
}

.jki-map-light::before {
  content: "";
}

.jki-location-light::before {
  content: "";
}

.jki-calendar-full-light::before {
  content: "";
}

.jki-keyboard-light::before {
  content: "";
}

.jki-spell-check-light::before {
  content: "";
}

.jki-screen-light::before {
  content: "";
}

.jki-smartphone-light::before {
  content: "";
}

.jki-tablet-light::before {
  content: "";
}

.jki-laptop-light::before {
  content: "";
}

.jki-laptop-phone-light::before {
  content: "";
}

.jki-power-switch-light::before {
  content: "";
}

.jki-bubble-light::before {
  content: "";
}

.jki-heart-pulse-light::before {
  content: "";
}

.jki-construction-light::before {
  content: "";
}

.jki-pie-chart-light::before {
  content: "";
}

.jki-chart-bars-light::before {
  content: "";
}

.jki-gift1-light::before {
  content: "";
}

.jki-diamond1-light::before {
  content: "";
}

.jki-dinner-light::before {
  content: "";
}

.jki-coffee-cup-light::before {
  content: "";
}

.jki-leaf-light::before {
  content: "";
}

.jki-paw-light::before {
  content: "";
}

.jki-rocket-light::before {
  content: "";
}

.jki-briefcase-light::before {
  content: "";
}

.jki-bus-light::before {
  content: "";
}

.jki-car1-light::before {
  content: "";
}

.jki-train-light::before {
  content: "";
}

.jki-bicycle-light::before {
  content: "";
}

.jki-wheelchair-light::before {
  content: "";
}

.jki-select-light::before {
  content: "";
}

.jki-earth-light::before {
  content: "";
}

.jki-smile-light::before {
  content: "";
}

.jki-sad-light::before {
  content: "";
}

.jki-neutral-light::before {
  content: "";
}

.jki-mustache-light::before {
  content: "";
}

.jki-alarm-light::before {
  content: "";
}

.jki-bullhorn-light::before {
  content: "";
}

.jki-volume-high-light::before {
  content: "";
}

.jki-volume-medium-light::before {
  content: "";
}

.jki-volume-low-light::before {
  content: "";
}

.jki-volume-light::before {
  content: "";
}

.jki-mic-light::before {
  content: "";
}

.jki-hourglass-light::before {
  content: "";
}

.jki-undo-light::before {
  content: "";
}

.jki-redo-light::before {
  content: "";
}

.jki-sync-light::before {
  content: "";
}

.jki-history-light::before {
  content: "";
}

.jki-clock1-light::before {
  content: "";
}

.jki-download-light::before {
  content: "";
}

.jki-upload-light::before {
  content: "";
}

.jki-enter-down-light::before {
  content: "";
}

.jki-exit-up-light::before {
  content: "";
}

.jki-bug-light::before {
  content: "";
}

.jki-code-light::before {
  content: "";
}

.jki-link-light::before {
  content: "";
}

.jki-unlink-light::before {
  content: "";
}

.jki-thumbs-up-light::before {
  content: "";
}

.jki-thumbs-down-light::before {
  content: "";
}

.jki-magnifier-light::before {
  content: "";
}

.jki-cross-light::before {
  content: "";
}

.jki-chevron-up-light::before {
  content: "";
}

.jki-chevron-down-light::before {
  content: "";
}

.jki-chevron-left-light::before {
  content: "";
}

.jki-chevron-right-light::before {
  content: "";
}

.jki-arrow-up-light::before {
  content: "";
}

.jki-arrow-down-light::before {
  content: "";
}

.jki-arrow-left-light::before {
  content: "";
}

.jki-arrow-right-light::before {
  content: "";
}

.jki-right-arrow-light::before {
  content: "暈";
}

.jki-left-arrow-light::before {
  content: "壘";
}

.jki-download-arrow-light::before {
  content: "屢";
}

.jki-up-arrow-light::before {
  content: "遼";
}

.jki-arrows-light::before {
  content: "龍";
}

.jki-double-angle-pointing-to-right-light::before {
  content: "雷";
}

.jki-double-left-chevron-light::before {
  content: "賂";
}

.jki-left-arrow2-light::before {
  content: "樓";
}

.jki-right-arrow2-light::before {
  content: "淚";
}

.jki-warning-light::before {
  content: "";
}

.jki-down-arrow1-light::before {
  content: "璉";
}

.jki-up-arrow1-light::before {
  content: "秊";
}

.jki-right-arrow1-light::before {
  content: "練";
}

.jki-left-arrows-light::before {
  content: "聯";
}

.jki-question-circle-light::before {
  content: "";
}

.jki-menu-circle-light::before {
  content: "";
}

.jki-checkmark-circle-light::before {
  content: "";
}

.jki-cross-circle-light::before {
  content: "";
}

.jki-plus-circle-light::before {
  content: "";
}

.jki-move-light::before {
  content: "";
}

.jki-circle-minus-light::before {
  content: "";
}

.jki-arrow-up-circle-light::before {
  content: "";
}

.jki-arrow-down-circle-light::before {
  content: "";
}

.jki-arrow-left-circle-light::before {
  content: "";
}

.jki-arrow-right-circle-light::before {
  content: "";
}

.jki-chevron-up-circle-light::before {
  content: "";
}

.jki-chevron-down-circle-light::before {
  content: "";
}

.jki-chevron-left-circle-light::before {
  content: "";
}

.jki-chevron-right-circle-light::before {
  content: "";
}

.jki-crop-light::before {
  content: "";
}

.jki-frame-expand-light::before {
  content: "";
}

.jki-frame-contract-light::before {
  content: "";
}

.jki-layers-light::before {
  content: "";
}

.jki-funnel-light::before {
  content: "";
}

.jki-text-format-light::before {
  content: "";
}

.jki-text-size-light::before {
  content: "";
}

.jki-bold-light::before {
  content: "";
}

.jki-italic-light::before {
  content: "";
}

.jki-underline-light::before {
  content: "";
}

.jki-strikethrough-light::before {
  content: "";
}

.jki-highlight-light::before {
  content: "";
}

.jki-text-align-left-light::before {
  content: "";
}

.jki-text-align-center-light::before {
  content: "";
}

.jki-text-align-right-light::before {
  content: "";
}

.jki-text-align-justify-light::before {
  content: "";
}

.jki-line-spacing-light::before {
  content: "";
}

.jki-indent-increase-light::before {
  content: "";
}

.jki-indent-decrease-light::before {
  content: "";
}

.jki-page-break-light::before {
  content: "";
}

.jki-hand-light::before {
  content: "";
}

.jki-pointer-up-light::before {
  content: "";
}

.jki-pointer-right-light::before {
  content: "";
}

.jki-pointer-down-light::before {
  content: "";
}

.jki-pointer-left-light::before {
  content: "";
}

.jki-burger-light::before {
  content: "漏";
}

.jki-cakes-light::before {
  content: "累";
}

.jki-cheese-light::before {
  content: "縷";
}

.jki-drink-glass-light::before {
  content: "陋";
}

.jki-pizza-light::before {
  content: "勒";
}

.jki-vplay-light::before {
  content: "肋";
}

.jki-newsletter-light::before {
  content: "凜";
}

.jki-coins-2-light::before {
  content: "凌";
}

.jki-commerce-2-light::before {
  content: "稜";
}

.jki-monitor-light::before {
  content: "綾";
}

.jki-business-light::before {
  content: "菱";
}

.jki-graphic-2-light::before {
  content: "陵";
}

.jki-commerce-1-light::before {
  content: "讀";
}

.jki-hammer-light::before {
  content: "拏";
}

.jki-justice-1-light::before {
  content: "樂";
}

.jki-line-light::before {
  content: "諾";
}

.jki-money-3-light::before {
  content: "丹";
}

.jki-commerce-light::before {
  content: "寧";
}

.jki-agenda-light::before {
  content: "怒";
}

.jki-justice-light::before {
  content: "率";
}

.jki-technology-light::before {
  content: "異";
}

.jki-coins-1-light::before {
  content: "北";
}

.jki-bank-light::before {
  content: "磻";
}

.jki-calculator-light::before {
  content: "便";
}

.jki-soundcloud-light::before {
  content: "復";
}

.jki-chart2-light::before {
  content: "不";
}

.jki-checked-light::before {
  content: "泌";
}

.jki-clock11-light::before {
  content: "數";
}

.jki-comment2-light::before {
  content: "索";
}

.jki-comments-light::before {
  content: "參";
}

.jki-consult-light::before {
  content: "塞";
}

.jki-consut2-light::before {
  content: "省";
}

.jki-deal-light::before {
  content: "葉";
}

.jki-envelope11-light::before {
  content: "說";
}

.jki-folder-light::before {
  content: "殺";
}

.jki-folder2-light::before {
  content: "頻";
}

.jki-invest-light::before {
  content: "辰";
}

.jki-loan-light::before {
  content: "沈";
}

.jki-menu1-light::before {
  content: "";
}

.jki-list1-light::before {
  content: "";
}

.jki-map-marker1-light::before {
  content: "拾";
}

.jki-mutual-fund-light::before {
  content: "若";
}

.jki-google-plus-light::before {
  content: "掠";
}

.jki-phone1-light::before {
  content: "略";
}

.jki-pie-chart1-light::before {
  content: "亮";
}

.jki-play-light::before {
  content: "兩";
}

.jki-savings-light::before {
  content: "凉";
}

.jki-search2-light::before {
  content: "梁";
}

.jki-tag1-light::before {
  content: "糧";
}

.jki-tags-light::before {
  content: "良";
}

.jki-instagram1-light::before {
  content: "諒";
}

.jki-quote-light::before {
  content: "量";
}

.jki-arrow-point-to-down-light::before {
  content: "勵";
}

.jki-play-button-light::before {
  content: "呂";
}

.jki-minus-light::before {
  content: "女";
}

.jki-plus-light::before {
  content: "廬";
}

.jki-tick-light::before {
  content: "旅";
}

.jki-check-light::before {
  content: "絛";
}

.jki-edit-light::before {
  content: "濾";
}

.jki-reply-light::before {
  content: "礪";
}

.jki-cogwheel-outline-light::before {
  content: "閭";
}

.jki-abacus-light::before {
  content: "驪";
}

.jki-abacus1-light::before {
  content: "麗";
}

.jki-agenda1-light::before {
  content: "黎";
}

.jki-shopping-basket-light::before {
  content: "力";
}

.jki-users1-light::before {
  content: "曆";
}

.jki-man-light::before {
  content: "歷";
}

.jki-support1-light::before {
  content: "轢";
}

.jki-favorites-light::before {
  content: "年";
}

.jki-calendar-light::before {
  content: "憐";
}

.jki-paper-plane-light::before {
  content: "戀";
}

.jki-placeholder-light::before {
  content: "撚";
}

.jki-phone-call-light::before {
  content: "漣";
}

.jki-contact-light::before {
  content: "煉";
}

.jki-email-light::before {
  content: "輦";
}

.jki-internet-light::before {
  content: "蓮";
}

.jki-quote1-light::before {
  content: "連";
}

.jki-medical-light::before {
  content: "鍊";
}

.jki-eye1-light::before {
  content: "列";
}

.jki-full-screen-light::before {
  content: "劣";
}

.jki-tools-light::before {
  content: "咽";
}

.jki-pie-chart2-light::before {
  content: "烈";
}

.jki-diamond11-light::before {
  content: "裂";
}

.jki-valentines-heart-light::before {
  content: "說";
}

.jki-like-light::before {
  content: "廉";
}

.jki-team-light::before {
  content: "念";
}

.jki-tshirt-light::before {
  content: "捻";
}

.jki-cancel-light::before {
  content: "殮";
}

.jki-drink-light::before {
  content: "簾";
}

.jki-home1-light::before {
  content: "獵";
}

.jki-music-light::before {
  content: "令";
}

.jki-rich-light::before {
  content: "囹";
}

.jki-brush-light::before {
  content: "寧";
}

.jki-opposite-way-light::before {
  content: "嶺";
}

.jki-cloud-computing1-light::before {
  content: "怜";
}

.jki-technology-1-light::before {
  content: "玲";
}

.jki-rotate-light::before {
  content: "瑩";
}

.jki-medical1-light::before {
  content: "羚";
}

.jki-flash-1-light::before {
  content: "聆";
}

.jki-flash-light::before {
  content: "鈴";
}

.jki-uturn-light::before {
  content: "零";
}

.jki-down-arrow-light::before {
  content: "靈";
}

.jki-hours-support-light::before {
  content: "領";
}

.jki-bag-light::before {
  content: "例";
}

.jki-photo-camera-light::before {
  content: "禮";
}

.jki-school-light::before {
  content: "醴";
}

.jki-settings-light::before {
  content: "隸";
}

.jki-smartphone1-light::before {
  content: "惡";
}

.jki-technology-11-light::before {
  content: "了";
}

.jki-tool-light::before {
  content: "僚";
}

.jki-business1-light::before {
  content: "寮";
}

.jki-shuffle-arrow-light::before {
  content: "尿";
}

.jki-van-1-light::before {
  content: "料";
}

.jki-van-light::before {
  content: "樂";
}

.jki-vegetables-light::before {
  content: "燎";
}

.jki-women-light::before {
  content: "療";
}

.jki-vintage-light::before {
  content: "蓼";
}

.jki-team-1-light::before {
  content: "阮";
}

.jki-team1-light::before {
  content: "劉";
}

.jki-apple-light::before {
  content: "柳";
}

.jki-watch-light::before {
  content: "流";
}

.jki-cogwheel-light::before {
  content: "溜";
}

.jki-light-bulb-light::before {
  content: "琉";
}

.jki-light-bulb-1-light::before {
  content: "留";
}

.jki-heart-shape-outline-light::before {
  content: "硫";
}

.jki-online-shopping-cart-light::before {
  content: "紐";
}

.jki-shopping-cart1-light::before {
  content: "類";
}

.jki-star2-light::before {
  content: "六";
}

.jki-star-1-light::before {
  content: "戮";
}

.jki-favorite1-light::before {
  content: "陸";
}

.jki-agenda2-light::before {
  content: "倫";
}

.jki-agenda-1-light::before {
  content: "崙";
}

.jki-alarm-clock-light::before {
  content: "淪";
}

.jki-alarm-clock1-light::before {
  content: "輪";
}

.jki-atomic-light::before {
  content: "律";
}

.jki-auction-light::before {
  content: "慄";
}

.jki-balance-light::before {
  content: "栗";
}

.jki-balance1-light::before {
  content: "率";
}

.jki-bank1-light::before {
  content: "隆";
}

.jki-bar-chart-light::before {
  content: "利";
}

.jki-barrier-light::before {
  content: "吏";
}

.jki-battery-light::before {
  content: "履";
}

.jki-battery-1-light::before {
  content: "易";
}

.jki-bell-light::before {
  content: "李";
}

.jki-bluetooth-light::before {
  content: "梨";
}

.jki-book1-light::before {
  content: "泥";
}

.jki-briefcase1-light::before {
  content: "理";
}

.jki-briefcase-1-light::before {
  content: "痢";
}

.jki-briefcase-2-light::before {
  content: "罹";
}

.jki-calculator1-light::before {
  content: "裏";
}

.jki-calculator2-light::before {
  content: "裡";
}

.jki-calculator-1-light::before {
  content: "里";
}

.jki-calendar1-light::before {
  content: "離";
}

.jki-calendar2-light::before {
  content: "匿";
}

.jki-calendar-1-light::before {
  content: "溺";
}

.jki-calendar-page-empty-light::before {
  content: "窱";
}

.jki-calendar3-light::before {
  content: "ﮜ";
}

.jki-car11-light::before {
  content: "吝";
}

.jki-carrier-light::before {
  content: "燐";
}

.jki-cash-light::before {
  content: "璘";
}

.jki-chat-light::before {
  content: "藺";
}

.jki-chat-1-light::before {
  content: "隣";
}

.jki-checked1-light::before {
  content: "鱗";
}

.jki-clip-light::before {
  content: "麟";
}

.jki-clip1-light::before {
  content: "林";
}

.jki-clipboard1-light::before {
  content: "淋";
}

.jki-clipboard11-light::before {
  content: "臨";
}

.jki-clock2-light::before {
  content: "立";
}

.jki-clock-1-light::before {
  content: "笠";
}

.jki-cloud11-light::before {
  content: "粒";
}

.jki-cloud-computing11-light::before {
  content: "狀";
}

.jki-cloud-computing-1-light::before {
  content: "炙";
}

.jki-cogwheel1-light::before {
  content: "識";
}

.jki-coins1-light::before {
  content: "什";
}

.jki-compass-light::before {
  content: "茶";
}

.jki-contract-light::before {
  content: "刺";
}

.jki-conversation-light::before {
  content: "切";
}

.jki-crane1-light::before {
  content: "度";
}

.jki-crane-2-light::before {
  content: "拓";
}

.jki-credit-card-light::before {
  content: "糖";
}

.jki-credit-card1-light::before {
  content: "宅";
}

.jki-cursor-light::before {
  content: "洞";
}

.jki-customer-service-light::before {
  content: "暴";
}

.jki-cutlery-light::before {
  content: "輻";
}

.jki-dart-board-light::before {
  content: "行";
}

.jki-decision-making-light::before {
  content: "降";
}

.jki-desk-chair-light::before {
  content: "見";
}

.jki-desk-lamp-light::before {
  content: "廓";
}

.jki-diamond2-light::before {
  content: "兀";
}

.jki-direction-light::before {
  content: "嗀";
}

.jki-document-light::before {
  content: "﨎";
}

.jki-dollar-bill-light::before {
  content: "﨏";
}

.jki-download1-light::before {
  content: "塚";
}

.jki-edit1-light::before {
  content: "﨑";
}

.jki-email1-light::before {
  content: "晴";
}

.jki-envelope2-light::before {
  content: "﨓";
}

.jki-envelope3-light::before {
  content: "﨔";
}

.jki-eraser-light::before {
  content: "凞";
}

.jki-eye2-light::before {
  content: "猪";
}

.jki-factory-light::before {
  content: "益";
}

.jki-fast-forward-light::before {
  content: "礼";
}

.jki-favorites1-light::before {
  content: "神";
}

.jki-file-light::before {
  content: "祥";
}

.jki-file-1-light::before {
  content: "福";
}

.jki-file-2-light::before {
  content: "靖";
}

.jki-file-3-light::before {
  content: "精";
}

.jki-filter-light::before {
  content: "羽";
}

.jki-finance-book-light::before {
  content: "﨟";
}

.jki-flag1-light::before {
  content: "蘒";
}

.jki-folder1-light::before {
  content: "﨡";
}

.jki-folder-1-light::before {
  content: "諸";
}

.jki-folders-light::before {
  content: "﨣";
}

.jki-folders1-light::before {
  content: "﨤";
}

.jki-gamepad-light::before {
  content: "逸";
}

.jki-gift11-light::before {
  content: "都";
}

.jki-growth-light::before {
  content: "﨧";
}

.jki-heart11-light::before {
  content: "﨨";
}

.jki-home2-light::before {
  content: "﨩";
}

.jki-house-light::before {
  content: "飯";
}

.jki-house-1-light::before {
  content: "飼";
}

.jki-house-2-light::before {
  content: "館";
}

.jki-id-card-light::before {
  content: "鶴";
}

.jki-id-card1-light::before {
  content: "郞";
}

.jki-id-card-1-light::before {
  content: "隷";
}

.jki-idea1-light::before {
  content: "侮";
}

.jki-image-light::before {
  content: "僧";
}

.jki-improvement-light::before {
  content: "免";
}

.jki-inbox1-light::before {
  content: "勉";
}

.jki-information-light::before {
  content: "勤";
}

.jki-key-light::before {
  content: "卑";
}

.jki-key1-light::before {
  content: "喝";
}

.jki-laptop1-light::before {
  content: "嘆";
}

.jki-layers1-light::before {
  content: "器";
}

.jki-light-bulb1-light::before {
  content: "塀";
}

.jki-like1-light::before {
  content: "墨";
}

.jki-line-chart1-light::before {
  content: "層";
}

.jki-mail-light::before {
  content: "屮";
}

.jki-manager-light::before {
  content: "悔";
}

.jki-map1-light::before {
  content: "慨";
}

.jki-medal1-light::before {
  content: "憎";
}

.jki-megaphone-light::before {
  content: "懲";
}

.jki-megaphone1-light::before {
  content: "敏";
}

.jki-message-light::before {
  content: "既";
}

.jki-message-1-light::before {
  content: "暑";
}

.jki-message-2-light::before {
  content: "梅";
}

.jki-microphone-light::before {
  content: "海";
}

.jki-money1-light::before {
  content: "渚";
}

.jki-money-bag1-light::before {
  content: "漢";
}

.jki-monitor1-light::before {
  content: "煮";
}

.jki-music1-light::before {
  content: "爫";
}

.jki-next-light::before {
  content: "琢";
}

.jki-open-book1-light::before {
  content: "碑";
}

.jki-padlock-light::before {
  content: "社";
}

.jki-padlock-1-light::before {
  content: "祉";
}

.jki-paint-brush-light::before {
  content: "祈";
}

.jki-pause-light::before {
  content: "祐";
}

.jki-pen-light::before {
  content: "祖";
}

.jki-pencil1-light::before {
  content: "祝";
}

.jki-percentage-light::before {
  content: "禍";
}

.jki-phone-call1-light::before {
  content: "禎";
}

.jki-phone-call2-light::before {
  content: "穀";
}

.jki-photo-camera1-light::before {
  content: "突";
}

.jki-pie-chart3-light::before {
  content: "節";
}

.jki-pipe-light::before {
  content: "練";
}

.jki-placeholder1-light::before {
  content: "縉";
}

.jki-placeholder2-light::before {
  content: "繁";
}

.jki-planet-earth-light::before {
  content: "署";
}

.jki-play-button1-light::before {
  content: "者";
}

.jki-power-button-light::before {
  content: "臭";
}

.jki-presentation-light::before {
  content: "艹";
}

.jki-presentation1-light::before {
  content: "艹";
}

.jki-printer1-light::before {
  content: "著";
}

.jki-push-pin-light::before {
  content: "褐";
}

.jki-push-pin1-light::before {
  content: "視";
}

.jki-refresh-light::before {
  content: "謁";
}

.jki-reload-light::before {
  content: "謹";
}

.jki-return-light::before {
  content: "賓";
}

.jki-rocket-ship-light::before {
  content: "贈";
}

.jki-rss1-light::before {
  content: "辶";
}

.jki-safebox-light::before {
  content: "逸";
}

.jki-safebox1-light::before {
  content: "難";
}

.jki-settings1-light::before {
  content: "響";
}

.jki-settings-2-light::before {
  content: "恵";
}

.jki-sewing-machine-light::before {
  content: "𤋮";
}

.jki-share2-light::before {
  content: "舘";
}

.jki-shield1-light::before {
  content: "﩮";
}

.jki-shield11-light::before {
  content: "﩯";
}

.jki-shopping-light::before {
  content: "並";
}

.jki-shopping-bag-light::before {
  content: "况";
}

.jki-shopping-bag-1-light::before {
  content: "全";
}

.jki-shopping-bag-2-light::before {
  content: "侀";
}

.jki-shopping-cart11-light::before {
  content: "充";
}

.jki-shopping-cart2-light::before {
  content: "冀";
}

.jki-shopping-cart-1-light::before {
  content: "勇";
}

.jki-shopping-cart-2-light::before {
  content: "勺";
}

.jki-shopping-cart-3-light::before {
  content: "喝";
}

.jki-smartphone2-light::before {
  content: "啕";
}

.jki-speaker-light::before {
  content: "喙";
}

.jki-speakers-light::before {
  content: "嗢";
}

.jki-stats-light::before {
  content: "塚";
}

.jki-stats-1-light::before {
  content: "墳";
}

.jki-stats-2-light::before {
  content: "奄";
}

.jki-stats-3-light::before {
  content: "奔";
}

.jki-stats-4-light::before {
  content: "婢";
}

.jki-stats-5-light::before {
  content: "嬨";
}

.jki-stats-6-light::before {
  content: "廒";
}

.jki-sticky-note-light::before {
  content: "廙";
}

.jki-store1-light::before {
  content: "彩";
}

.jki-store-1-light::before {
  content: "徭";
}

.jki-suitcase-light::before {
  content: "惘";
}

.jki-suitcase-1-light::before {
  content: "慎";
}

.jki-tag2-light::before {
  content: "愈";
}

.jki-target-light::before {
  content: "憎";
}

.jki-team2-light::before {
  content: "慠";
}

.jki-tie-light::before {
  content: "懲";
}

.jki-trash1-light::before {
  content: "戴";
}

.jki-trolley-light::before {
  content: "揄";
}

.jki-trolley-1-light::before {
  content: "搜";
}

.jki-trolley-2-light::before {
  content: "摒";
}

.jki-trophy1-light::before {
  content: "敖";
}

.jki-truck1-light::before {
  content: "晴";
}

.jki-truck-1-light::before {
  content: "朗";
}

.jki-truck-2-light::before {
  content: "望";
}

.jki-umbrella-light::before {
  content: "杖";
}

.jki-upload1-light::before {
  content: "歹";
}

.jki-user1-light::before {
  content: "殺";
}

.jki-user-1-light::before {
  content: "流";
}

.jki-user-2-light::before {
  content: "滛";
}

.jki-user-3-light::before {
  content: "滋";
}

.jki-users2-light::before {
  content: "漢";
}

.jki-video-camera-light::before {
  content: "瀞";
}

.jki-voucher-light::before {
  content: "煮";
}

.jki-voucher-1-light::before {
  content: "瞧";
}

.jki-voucher-2-light::before {
  content: "爵";
}

.jki-voucher-3-light::before {
  content: "犯";
}

.jki-voucher-4-light::before {
  content: "猪";
}

.jki-wallet-light::before {
  content: "瑱";
}

.jki-wallet1-light::before {
  content: "甆";
}

.jki-wifi-light::before {
  content: "画";
}

.jki-worker-light::before {
  content: "瘝";
}

.jki-zoom-in-light::before {
  content: "瘟";
}

.jki-zoom-out-light::before {
  content: "益";
}

.jki-burger-menu-light::before {
  content: "視";
}

.jki-squares-light::before {
  content: "盛";
}

.jki-options-light::before {
  content: "直";
}

.jki-apps-light::before {
  content: "睊";
}

.jki-menu-11-light::before {
  content: "着";
}

.jki-menu11-light::before {
  content: "磌";
}

.jki-back_up-light::before {
  content: "節";
}

.jki-cart11-light::before {
  content: "类";
}

.jki-checkmark-light::before {
  content: "練";
}

.jki-dollar-light::before {
  content: "缾";
}

.jki-domian-light::before {
  content: "者";
}

.jki-hosting1-light::before {
  content: "荒";
}

.jki-key2-light::before {
  content: "華";
}

.jki-migration-light::before {
  content: "蝹";
}

.jki-play1-light::before {
  content: "襁";
}

.jki-quote2-light::before {
  content: "覆";
}

.jki-api_setup-light::before {
  content: "調";
}

.jki-coin-light::before {
  content: "諸";
}

.jki-hand_shake-light::before {
  content: "請";
}

.jki-idea_generate-light::before {
  content: "謁";
}

.jki-page_search-light::before {
  content: "諾";
}

.jki-pen_shape-light::before {
  content: "諭";
}

.jki-pencil_art-light::before {
  content: "謹";
}

.jki-review-light::before {
  content: "變";
}

.jki-star-light::before {
  content: "贈";
}

.jki-timing-light::before {
  content: "輸";
}

.jki-trophy-light::before {
  content: "遲";
}

.jki-communication-light::before {
  content: "醙";
}

.jki-money-bag2-light::before {
  content: "鉶";
}

.jki-dentist-light::before {
  content: "陼";
}

.jki-bill-light::before {
  content: "難";
}

.jki-label-light::before {
  content: "靖";
}

.jki-money-light::before {
  content: "韛";
}

.jki-shield-light::before {
  content: "響";
}

.jki-support-light::before {
  content: "頋";
}

.jki-one-light::before {
  content: "頻";
}

.jki-clock-light::before {
  content: "鬒";
}

.jki-cart-light::before {
  content: "龜";
}

.jki-globe-light::before {
  content: "𢡊";
}

.jki-tooth-light::before {
  content: "𢡄";
}

.jki-tooth-1-light::before {
  content: "𣏕";
}

.jki-tooth-2-light::before {
  content: "㮝";
}

.jki-brain-light::before {
  content: "䀘";
}

.jki-view-light::before {
  content: "䀹";
}

.jki-doctor-light::before {
  content: "𥉉";
}

.jki-heart-light::before {
  content: "𥳐";
}

.jki-medicine-light::before {
  content: "𧻓";
}

.jki-stethoscope-light::before {
  content: "齃";
}

.jki-hospital-light::before {
  content: "龎";
}

.jki-clipboard-light::before {
  content: "﫚";
}

.jki-medicine-1-light::before {
  content: "﫛";
}

.jki-hospital-1-light::before {
  content: "﫜";
}

.jki-customer-support-light::before {
  content: "﫝";
}

.jki-brickwall-light::before {
  content: "﫞";
}

.jki-crane2-light::before {
  content: "﫟";
}

.jki-valve-light::before {
  content: "﫡";
}

.jki-safety-light::before {
  content: "﫢";
}

.jki-energy-saving-light::before {
  content: "﫣";
}

.jki-paint-roller-light::before {
  content: "﫤";
}

.jki-paint-brushes-light::before {
  content: "﫥";
}

.jki-construction-tool-vehicle-with-crane-lifting-materials-light::before {
  content: "﫦";
}

.jki-trowel-light::before {
  content: "﫧";
}

.jki-bucket-light::before {
  content: "﫨";
}

.jki-smart-light::before {
  content: "﫩";
}

.jki-repair-light::before {
  content: "﫪";
}

.jki-saw-light::before {
  content: "﫫";
}

.jki-cutter-light::before {
  content: "﫬";
}

.jki-plier-light::before {
  content: "﫭";
}

.jki-drill-light::before {
  content: "﫮";
}

.jki-save-money-light::before {
  content: "﫯";
}

.jki-planting-light::before {
  content: "﫰";
}

.jki-line-chart-light::before {
  content: "﫱";
}

.jki-open-book-light::before {
  content: "﫲";
}

.jki-money-bag3-light::before {
  content: "﫳";
}

.jki-server-light::before {
  content: "﫴";
}

.jki-server-1-light::before {
  content: "﫵";
}

.jki-server-2-light::before {
  content: "﫶";
}

.jki-cloud-computing-light::before {
  content: "﫷";
}

.jki-cloud-light::before {
  content: "﫸";
}

.jki-database-light::before {
  content: "﫹";
}

.jki-computer-light::before {
  content: "﫺";
}

.jki-server-3-light::before {
  content: "﫻";
}

.jki-server-4-light::before {
  content: "﫼";
}

.jki-server-5-light::before {
  content: "﫽";
}

.jki-server-6-light::before {
  content: "﫾";
}

.jki-server-7-light::before {
  content: "﫿";
}

.jki-cloud-1-light::before {
  content: "ﬀ";
}

.jki-server-8-light::before {
  content: "ﬁ";
}

.jki-business-and-finance-light::before {
  content: "ﬂ";
}

.jki-cloud-2-light::before {
  content: "ﬃ";
}

.jki-server-9-light::before {
  content: "ﬄ";
}

.jki-hosting-light::before {
  content: "ﬅ";
}

.jki-car-light::before {
  content: "ﬆ";
}

.jki-car-frontal-view-light::before {
  content: "﬇";
}

.jki-car-1-light::before {
  content: "﬈";
}

.jki-racing-light::before {
  content: "﬉";
}

.jki-car-wheel-light::before {
  content: "﬊";
}

.jki-steering-wheel-light::before {
  content: "﬋";
}

.jki-frontal-taxi-cab-light::before {
  content: "﬌";
}

.jki-taxi-light::before {
  content: "﬍";
}

.jki-cosmetics-light::before {
  content: "﬎";
}

.jki-flower-light::before {
  content: "﬏";
}

.jki-mirror-light::before {
  content: "﬐";
}

.jki-itunes-light::before {
  content: "ﭫ";
}

.jki-salon-light::before {
  content: "﬑";
}

.jki-hair-dryer-light::before {
  content: "﬒";
}

.jki-shampoo-light::before {
  content: "ﬓ";
}

.jki-download-button-light::before {
  content: "喇";
}

.jki-list-light::before {
  content: "ﬔ";
}

.jki-loupe-light::before {
  content: "ﬕ";
}

.jki-search-light::before {
  content: "ﬖ";
}

.jki-search-1-light::before {
  content: "ﬗ";
}

.jki-shopping-cart-light::before {
  content: "﬘";
}

.jki-menu-light::before {
  content: "﬙";
}

.jki-menu-1-light::before {
  content: "﬚";
}

.jki-menu-button-of-three-horizontal-lines-light::before {
  content: "﬛";
}

.jki-menu-2-light::before {
  content: "﬜";
}

.jki-menu-3-light::before {
  content: "יִ";
}

.jki-menu-5-light::before {
  content: "ײַ";
}

.jki-menu-button-light::before {
  content: "ﬠ";
}

.jki-list-1-light::before {
  content: "ﬡ";
}

.jki-menu-6-light::before {
  content: "ﬢ";
}

.jki-menu-7-light::before {
  content: "ﬣ";
}

.jki-menu-8-light::before {
  content: "ﬤ";
}

.jki-list-2-light::before {
  content: "ﬥ";
}

.jki-dot-light::before {
  content: "ﬦ";
}

.jki-menu-9-light::before {
  content: "ﬧ";
}

.jki-search11-light::before {
  content: "ﬨ";
}

.jki-search-minus-light::before {
  content: "﬩";
}

.jki-search-11-light::before {
  content: "שׁ";
}

.jki-search-2-light::before {
  content: "שׂ";
}

.jki-search-3-light::before {
  content: "שּׁ";
}

.jki-magnifying-glass-search-light::before {
  content: "שּׂ";
}

.jki-loupe1-light::before {
  content: "אַ";
}

.jki-speed-light::before {
  content: "אָ";
}

.jki-search21-light::before {
  content: "אּ";
}

.jki-search-4-light::before {
  content: "בּ";
}

.jki-search-5-light::before {
  content: "גּ";
}

.jki-detective-light::before {
  content: "דּ";
}

.jki-cart1-light::before {
  content: "הּ";
}

.jki-buying-on-smartphone-light::before {
  content: "וּ";
}

.jki-badge-light::before {
  content: "זּ";
}

.jki-basket1-light::before {
  content: "﬷";
}

.jki-commerce-and-shopping-light::before {
  content: "טּ";
}

.jki-comment-light::before {
  content: "יּ";
}

.jki-comment-1-light::before {
  content: "ךּ";
}

.jki-share-light::before {
  content: "כּ";
}

.jki-share-1-light::before {
  content: "לּ";
}

.jki-share-2-light::before {
  content: "﬽";
}

.jki-share-3-light::before {
  content: "מּ";
}

.jki-comment1-light::before {
  content: "﬿";
}

.jki-favorite-light::before {
  content: "נּ";
}

.jki-retweet-light::before {
  content: "סּ";
}

.jki-share1-light::before {
  content: "﭂";
}

.jki-facebook-light::before {
  content: "ףּ";
}

.jki-twitter-light::before {
  content: "פּ";
}

.jki-linkedin-light::before {
  content: "﭅";
}

.jki-whatsapp-1-light::before {
  content: "צּ";
}

.jki-dribbble-light::before {
  content: "קּ";
}

.jki-facebook-2-light::before {
  content: "רּ";
}

.jki-twitter1-light::before {
  content: "שּ";
}

.jki-vk-light::before {
  content: "תּ";
}

.jki-youtube-v-light::before {
  content: "וֹ";
}

.jki-vimeo-light::before {
  content: "﫠";
}

.jki-youtube-light::before {
  content: "בֿ";
}

.jki-snapchat-1-light::before {
  content: "כֿ";
}

.jki-behance-light::before {
  content: "פֿ";
}

.jki-github-light::before {
  content: "ﭏ";
}

.jki-pinterest-light::before {
  content: "ﭐ";
}

.jki-spotify-light::before {
  content: "ﭑ";
}

.jki-soundcloud-1-light::before {
  content: "ﭒ";
}

.jki-skype-1-light::before {
  content: "ﭓ";
}

.jki-rss-light::before {
  content: "ﭔ";
}

.jki-reddit-1-light::before {
  content: "ﭕ";
}

.jki-dribbble-1-light::before {
  content: "ﭖ";
}

.jki-wordpress-1-light::before {
  content: "ﭗ";
}

.jki-logo-light::before {
  content: "ﭘ";
}

.jki-dropbox-1-light::before {
  content: "ﭙ";
}

.jki-blogger-1-light::before {
  content: "ﭚ";
}

.jki-photo-light::before {
  content: "ﭛ";
}

.jki-hangouts-light::before {
  content: "ﭜ";
}

.jki-xing-light::before {
  content: "ﭝ";
}

.jki-myspace-light::before {
  content: "ﭞ";
}

.jki-flickr-1-light::before {
  content: "ﭟ";
}

.jki-envato-light::before {
  content: "ﭠ";
}

.jki-picasa-1-light::before {
  content: "ﭡ";
}

.jki-wattpad-light::before {
  content: "ﭢ";
}

.jki-emoji-light::before {
  content: "ﭣ";
}

.jki-deviantart-1-light::before {
  content: "ﭤ";
}

.jki-yahoo-1-light::before {
  content: "ﭥ";
}

.jki-vine-1-light::before {
  content: "ﭦ";
}

.jki-delicious-light::before {
  content: "ﭧ";
}

.jki-kickstarter-1-light::before {
  content: "ﭨ";
}

.jki-stumbleupon-1-light::before {
  content: "ﭩ";
}

.jki-brands-and-logotypes-light::before {
  content: "ﭪ";
}

.jki-instagram-1-light::before {
  content: "ﭬ";
}

.jki-facebook-1-light::before {
  content: "ﭭ";
}

.jki-instagram-2-light::before {
  content: "ﭮ";
}

.jki-twitter-1-light::before {
  content: "ﭯ";
}

.jki-whatsapp-2-light::before {
  content: "ﭰ";
}

.jki-youtube-1-light::before {
  content: "ﭱ";
}

.jki-linkedin-1-light::before {
  content: "ﭲ";
}

.jki-telegram-light::before {
  content: "ﭳ";
}

.jki-github-1-light::before {
  content: "ﭴ";
}

.jki-vk-1-light::before {
  content: "ﭵ";
}

.jki-pinterest-1-light::before {
  content: "ﭶ";
}

.jki-rss-1-light::before {
  content: "ﭷ";
}

.jki-twitch-light::before {
  content: "ﭸ";
}

.jki-snapchat-2-light::before {
  content: "ﭹ";
}

.jki-skype-2-light::before {
  content: "ﭺ";
}

.jki-behance-2-light::before {
  content: "ﭻ";
}

.jki-spotify-1-light::before {
  content: "ﭼ";
}

.jki-periscope-light::before {
  content: "ﭽ";
}

.jki-dribbble-2-light::before {
  content: "ﭾ";
}

.jki-tumblr-1-light::before {
  content: "ﭿ";
}

.jki-soundcloud-2-light::before {
  content: "ﮀ";
}

.jki-google-drive-1-light::before {
  content: "ﮁ";
}

.jki-dropbox-2-light::before {
  content: "ﮂ";
}

.jki-reddit-2-light::before {
  content: "ﮃ";
}

.jki-html-light::before {
  content: "ﮄ";
}

.jki-vimeo-1-light::before {
  content: "ﮅ";
}

.jki-hangout-light::before {
  content: "ﮆ";
}

.jki-blogger-2-light::before {
  content: "ﮇ";
}

.jki-yahoo-2-light::before {
  content: "ﮈ";
}

.jki-path-light::before {
  content: "ﮉ";
}

.jki-yelp-1-light::before {
  content: "ﮊ";
}

.jki-slideshare-light::before {
  content: "ﮋ";
}

.jki-picasa-2-light::before {
  content: "ﮌ";
}

.jki-myspace-1-light::before {
  content: "ﮍ";
}

.jki-flickr-2-light::before {
  content: "ﮎ";
}

.jki-xing-1-light::before {
  content: "ﮏ";
}

.jki-envato-1-light::before {
  content: "ﮐ";
}

.jki-swarm-light::before {
  content: "ﮑ";
}

.jki-wattpad-1-light::before {
  content: "ﮒ";
}

.jki-foursquare-light::before {
  content: "ﮓ";
}

.jki-deviantart-2-light::before {
  content: "ﮔ";
}

.jki-kickstarter-2-light::before {
  content: "ﮕ";
}

.jki-delicious-1-light::before {
  content: "ﮖ";
}

.jki-vine-2-light::before {
  content: "ﮗ";
}

.jki-digg-light::before {
  content: "ﮘ";
}

.jki-bebo-light::before {
  content: "ﮙ";
}

.jki-stumbleupon-2-light::before {
  content: "ﮚ";
}

.jki-forrst-light::before {
  content: "ﮛ";
}

.jki-eye3-light::before {
  content: "ﮝ";
}

.jki-microscope-light::before {
  content: "ﮞ";
}

.jki-Anti-Lock-light::before {
  content: "ﮟ";
}

.jki-apartment-light::before {
  content: "ﮠ";
}

.jki-app-light::before {
  content: "ﮢ";
}

.jki-Aroma-light::before {
  content: "ﮣ";
}

.jki-bamboo-Leaf-light::before {
  content: "ﮥ";
}

.jki-basket-light::before {
  content: "ﮦ";
}

.jki-Battery-light::before {
  content: "ﮧ";
}

.jki-Bettery-light::before {
  content: "ﮨ";
}

.jki-building-light::before {
  content: "ﮩ";
}

.jki-car-2-light::before {
  content: "ﮪ";
}

.jki-Car-light::before {
  content: "ﮫ";
}

.jki-Child-light::before {
  content: "ﮬ";
}

.jki-cityscape-light::before {
  content: "ﮭ";
}

.jki-cleaner-light::before {
  content: "ﮮ";
}

.jki-Coffee-cup-light::before {
  content: "ﮯ";
}

.jki-coins-light::before {
  content: "ﮰ";
}

.jki-Computer-light::before {
  content: "ﮱ";
}

.jki-Consultancy-light::before {
  content: "﮲";
}

.jki-cottage-light::before {
  content: "﮳";
}

.jki-crane-light::before {
  content: "﮴";
}

.jki-Custom-api-light::before {
  content: "﮵";
}

.jki-customer-support-2-light::before {
  content: "﮶";
}

.jki-Design-2-light::before {
  content: "﮷";
}

.jki-Design-3-light::before {
  content: "﮸";
}

.jki-design-light::before {
  content: "﮹";
}

.jki-diamond-light::before {
  content: "﮺";
}

.jki-diploma-light::before {
  content: "﮻";
}

.jki-Document-Search-light::before {
  content: "﮼";
}

.jki-Download-light::before {
  content: "﮽";
}

.jki-drilling-light::before {
  content: "﮾";
}

.jki-engine-light::before {
  content: "﮿";
}

.jki-engineer-light::before {
  content: "﯀";
}

.jki-envelope-light::before {
  content: "﯁";
}

.jki-Family-light::before {
  content: "﯂";
}

.jki-friendship-light::before {
  content: "﯃";
}

.jki-gift-light::before {
  content: "﯄";
}

.jki-graph-2-light::before {
  content: "﯅";
}

.jki-graph-light::before {
  content: "﯆";
}

.jki-hamburger-2-light::before {
  content: "﯇";
}

.jki-handshake-light::before {
  content: "﯈";
}

.jki-Helmet-light::before {
  content: "﯉";
}

.jki-hot-Stone-2-light::before {
  content: "﯊";
}

.jki-hot-stone-light::before {
  content: "﯋";
}

.jki-idea-light::before {
  content: "﯌";
}

.jki-Leaf-light::before {
  content: "﯍";
}

.jki-management-light::before {
  content: "﯎";
}

.jki-Massage-table-light::before {
  content: "﯏";
}

.jki-Mechanic-light::before {
  content: "﯐";
}

.jki-Money-2-light::before {
  content: "﯒";
}

.jki-money-bag-light::before {
  content: "ﯓ";
}

.jki-Money-light::before {
  content: "ﯔ";
}

.jki-oil-bottle-light::before {
  content: "ﯕ";
}

.jki-Physiotherapy-light::before {
  content: "ﯖ";
}

.jki-Profile-light::before {
  content: "ﯗ";
}

.jki-Rating-light::before {
  content: "ﯘ";
}

.jki-right-mark-light::before {
  content: "ﯙ";
}

.jki-rings-light::before {
  content: "ﯚ";
}

.jki-Safe-house-light::before {
  content: "ﯛ";
}

.jki-Scan-light::before {
  content: "ﯜ";
}

.jki-social-care-light::before {
  content: "ﯝ";
}

.jki-Speed-Clock-light::before {
  content: "ﯞ";
}

.jki-stopwatch-light::before {
  content: "ﯟ";
}

.jki-Support-2-light::before {
  content: "ﯠ";
}

.jki-target-2-light::before {
  content: "ﯡ";
}

.jki-Target-light::before {
  content: "ﯢ";
}

.jki-tripod-light::before {
  content: "ﯣ";
}

.jki-truck-light::before {
  content: "ﯤ";
}

.jki-university-light::before {
  content: "ﯥ";
}

.jki-User-light::before {
  content: "ﯦ";
}

.jki-Web-Portals-light::before {
  content: "ﯧ";
}

.jki-window-light::before {
  content: "ﯨ";
}

.jki-ek_line_icon-light::before {
  content: "ﯩ";
}

.jki-ek_stroke_icon-light::before {
  content: "ﮡ";
}

.jki-ekit-light::before {
  content: "磊";
}

.jki-elements-kit-logo-light::before {
  content: "懶";
}

.jki-degree-image-light::before {
  content: "豈";
}

.jki-accordion-light::before {
  content: "更";
}

.jki-animated-flip-box-light::before {
  content: "車";
}

.jki-animated-text-light::before {
  content: "賈";
}

.jki-brands-light::before {
  content: "滑";
}

.jki-business-hour-light::before {
  content: "串";
}

.jki-button-light::before {
  content: "句";
}

.jki-carousel-light::before {
  content: "龜";
}

.jki-Circle-progress-light::before {
  content: "龜";
}

.jki-contact-form-light::before {
  content: "契";
}

.jki-countdown-timer-light::before {
  content: "金";
}

.jki-dropbar-light::before {
  content: "奈";
}

.jki-faq-light::before {
  content: "癩";
}

.jki-full-width-scroll-light::before {
  content: "羅";
}

.jki-google-map-light::before {
  content: "蘿";
}

.jki-heading-style-light::before {
  content: "螺";
}

.jki-help-desk-light::before {
  content: "裸";
}

.jki-horizontal-timeline-light::before {
  content: "邏";
}

.jki-iframe-light::before {
  content: "樂";
}

.jki-image-comparison-light::before {
  content: "洛";
}

.jki-image-gallery-light::before {
  content: "烙";
}

.jki-image-justify-light::before {
  content: "珞";
}

.jki-image-magnifier-light::before {
  content: "落";
}

.jki-image-masonry-light::before {
  content: "酪";
}

.jki-inline-svg-light::before {
  content: "駱";
}

.jki-instagram-light::before {
  content: "亂";
}

.jki-listing-light::before {
  content: "卵";
}

.jki-music-player-light::before {
  content: "欄";
}

.jki-news-ticker-light::before {
  content: "爛";
}

.jki-off-canvus-menu-light::before {
  content: "蘭";
}

.jki-parallax-light::before {
  content: "鸞";
}

.jki-portfolio-light::before {
  content: "嵐";
}

.jki-post-banner-light::before {
  content: "濫";
}

.jki-post-carousel-light::before {
  content: "藍";
}

.jki-post-grid-light::before {
  content: "襤";
}

.jki-post-slider-light::before {
  content: "拉";
}

.jki-pricing-list-light::before {
  content: "臘";
}

.jki-pricing-table-light::before {
  content: "蠟";
}

.jki-product-featured-light::before {
  content: "廊";
}

.jki-product-image-light::before {
  content: "朗";
}

.jki-product-recent-light::before {
  content: "浪";
}

.jki-product-sale-light::before {
  content: "狼";
}

.jki-product-top-rated-light::before {
  content: "郎";
}

.jki-product-top-seller-light::before {
  content: "來";
}

.jki-progress-bar-light::before {
  content: "冷";
}

.jki-protected-content-v2-light::before {
  content: "勞";
}

.jki-protected-content-v3-light::before {
  content: "擄";
}

.jki-protected-content-light::before {
  content: "櫓";
}

.jki-qr_code-light::before {
  content: "爐";
}

.jki-scroll-button-light::before {
  content: "盧";
}

.jki-search1-light::before {
  content: "老";
}

.jki-service-light::before {
  content: "蘆";
}

.jki-slider-image-light::before {
  content: "虜";
}

.jki-social-share-light::before {
  content: "路";
}

.jki-subscribe-light::before {
  content: "露";
}

.jki-tab-light::before {
  content: "魯";
}

.jki-table-light::before {
  content: "鷺";
}

.jki-team-join-light::before {
  content: "碌";
}

.jki-team-member-light::before {
  content: "祿";
}

.jki-testimonial-carousel-light::before {
  content: "綠";
}

.jki-testimonial-grid-light::before {
  content: "菉";
}

.jki-testimonial-quote-light::before {
  content: "錄";
}

.jki-testimonial-slider-light::before {
  content: "鹿";
}

.jki-toggle-light::before {
  content: "論";
}

.jki-user-login-light::before {
  content: "壟";
}

.jki-user-registration-light::before {
  content: "弄";
}

.jki-vertical-timeline-light::before {
  content: "籠";
}

.jki-video-player-light::before {
  content: "聾";
}

.jki-weather-light::before {
  content: "牢";
}

.jki-badge:before {
  content: "";
}

.jki-balance-scale:before {
  content: "";
}

.jki-diagonal-arrow-1:before {
  content: "";
}

.jki-diagonal-arrow-2:before {
  content: "";
}

.jki-diagonal-arrow-3:before {
  content: "";
}

.jki-diagonal-arrow-4:before {
  content: "";
}

.jki-diagonal-arrow-5:before {
  content: "";
}

.jki-diagonal-arrow-6:before {
  content: "";
}

.jki-diagonal-arrow-7:before {
  content: "";
}

.jki-diagonal-arrow-8:before {
  content: "";
}

.jki-diagonal-arrow-9:before {
  content: "";
}

.jki-diagonal-arrow-10:before {
  content: "";
}

.jki-diagonal-arrow-11:before {
  content: "";
}

.jki-diagonal-arrow-12:before {
  content: "";
}

.jki-diagonal-arrow-13:before {
  content: "";
}

.jki-diagonal-arrow-14:before {
  content: "";
}

.jki-diagonal-arrow-15:before {
  content: "";
}

.jki-diagonal-arrow:before {
  content: "";
}

.jki-down-arrow-1:before {
  content: "";
}

.jki-down-arrow-2:before {
  content: "";
}

.jki-down-arrow-3:before {
  content: "";
}

.jki-down-arrow-4:before {
  content: "";
}

.jki-down-arrow-5:before {
  content: "";
}

.jki-down-arrow-6:before {
  content: "";
}

.jki-down-arrow-7:before {
  content: "";
}

.jki-down-arrow-8:before {
  content: "";
}

.jki-down-arrow-9:before {
  content: "";
}

.jki-down-arrow-10:before {
  content: "";
}

.jki-down-arrow-11:before {
  content: "";
}

.jki-down-arrow:before {
  content: "";
}

.jki-left-arrow-1:before {
  content: "";
}

.jki-left-arrow-2:before {
  content: "";
}

.jki-left-arrow-3:before {
  content: "";
}

.jki-left-arrow-4:before {
  content: "";
}

.jki-left-arrow-5:before {
  content: "";
}

.jki-left-arrow-6:before {
  content: "";
}

.jki-left-arrow-7:before {
  content: "";
}

.jki-left-arrow-8:before {
  content: "";
}

.jki-left-arrow-9:before {
  content: "";
}

.jki-left-arrow-10:before {
  content: "";
}

.jki-left-arrow-11:before {
  content: "";
}

.jki-left-arrow-12:before {
  content: "";
}

.jki-left-arrow-13:before {
  content: "";
}

.jki-left-arrow-14:before {
  content: "";
}

.jki-left-arrow:before {
  content: "";
}

.jki-medal:before {
  content: "";
}

.jki-play-button:before {
  content: "";
}

.jki-play:before {
  content: "";
}

.jki-right-arrow-1:before {
  content: "";
}

.jki-right-arrow-2:before {
  content: "";
}

.jki-right-arrow-3:before {
  content: "";
}

.jki-right-arrow-4:before {
  content: "";
}

.jki-right-arrow-5:before {
  content: "";
}

.jki-right-arrow-6:before {
  content: "";
}

.jki-right-arrow-7:before {
  content: "";
}

.jki-right-arrow-8:before {
  content: "";
}

.jki-right-arrow-9:before {
  content: "";
}

.jki-right-arrow-10:before {
  content: "";
}

.jki-right-arrow-11:before {
  content: "";
}

.jki-right-arrow-12:before {
  content: "";
}

.jki-right-arrow-13:before {
  content: "";
}

.jki-right-arrow-14:before {
  content: "";
}

.jki-right-arrow:before {
  content: "";
}

.jki-suitcase:before {
  content: "";
}

.jki-up-arrow-1:before {
  content: "";
}

.jki-up-arrow-2:before {
  content: "";
}

.jki-up-arrow-3:before {
  content: "";
}

.jki-up-arrow-4:before {
  content: "";
}

.jki-up-arrow-5:before {
  content: "";
}

.jki-up-arrow-6:before {
  content: "";
}

.jki-up-arrow-7:before {
  content: "";
}

.jki-up-arrow-8:before {
  content: "";
}

.jki-up-arrow-9:before {
  content: "";
}

.jki-up-arrow-10:before {
  content: "";
}

.jki-up-arrow-11:before {
  content: "";
}

.jki-up-arrow:before {
  content: "";
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:focus, .fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(99, 99, 99, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
body.swal2-shown {
  overflow-y: hidden;
}

body.swal2-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}

.swal2-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  background-color: transparent;
  z-index: 1060;
}

.swal2-container.swal2-top {
  align-items: flex-start;
}

.swal2-container.swal2-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.swal2-container.swal2-center {
  align-items: center;
}

.swal2-container.swal2-center-left {
  align-items: center;
  justify-content: flex-start;
}

.swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end;
}

.swal2-container.swal2-bottom {
  align-items: flex-end;
}

.swal2-container.swal2-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center;
}

.swal2-container.swal2-grow-row > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column;
}

.swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
  align-items: center;
}

.swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
  align-items: flex-start;
}

.swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
  align-items: flex-end;
}

.swal2-container.swal2-grow-column > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

.swal2-container:not(.swal2-top):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-left):not(.swal2-bottom-right) > .swal2-modal {
  margin: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}
.swal2-container.swal2-fade {
  transition: background-color 0.1s;
}

.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4);
}

.swal2-modal {
  flex-direction: column;
  background-color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  position: relative;
  max-width: 100%;
}

.swal2-modal:focus {
  outline: none;
}

.swal2-modal.swal2-loading {
  overflow-y: hidden;
}

.swal2-modal .swal2-title {
  color: #595959;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 0 0 0.4em;
  padding: 0;
  display: block;
  word-wrap: break-word;
}

.swal2-modal .swal2-buttonswrapper {
  margin-top: 15px;
}

.swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
  cursor: no-drop;
}

.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
  box-sizing: border-box;
  border: 4px solid transparent;
  border-color: transparent;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 7.5px;
  vertical-align: top;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  border-radius: 100%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel {
  margin-left: 30px;
  margin-right: 30px;
}

.swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  display: inline-block;
  content: "";
  margin-left: 5px;
  vertical-align: -1px;
  height: 15px;
  width: 15px;
  border: 3px solid #999999;
  box-shadow: 1px 1px 1px #fff;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  animation: rotate-loading 1.5s linear 0s infinite normal;
}

.swal2-modal .swal2-styled {
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  margin: 15px 5px 0;
  padding: 10px 32px;
}

.swal2-modal .swal2-styled:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
}

.swal2-modal .swal2-image {
  margin: 20px auto;
  max-width: 100%;
}

.swal2-modal .swal2-close {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  width: 38px;
  height: 40px;
  font-size: 36px;
  line-height: 40px;
  font-family: serif;
  position: absolute;
  top: 5px;
  right: 8px;
  cursor: pointer;
  color: #cccccc;
  transition: color 0.1s ease;
}

.swal2-modal .swal2-close:hover {
  color: #d55;
}

.swal2-modal > .swal2-input,
.swal2-modal > .swal2-file,
.swal2-modal > .swal2-textarea,
.swal2-modal > .swal2-select,
.swal2-modal > .swal2-radio,
.swal2-modal > .swal2-checkbox {
  display: none;
}

.swal2-modal .swal2-content {
  font-size: 18px;
  text-align: center;
  font-weight: 300;
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  color: #545454;
  word-wrap: break-word;
}

.swal2-modal .swal2-input,
.swal2-modal .swal2-file,
.swal2-modal .swal2-textarea,
.swal2-modal .swal2-select,
.swal2-modal .swal2-radio,
.swal2-modal .swal2-checkbox {
  margin: 20px auto;
}

.swal2-modal .swal2-input,
.swal2-modal .swal2-file,
.swal2-modal .swal2-textarea {
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  transition: border-color 0.3s, box-shadow 0.3s;
}

.swal2-modal .swal2-input.swal2-inputerror,
.swal2-modal .swal2-file.swal2-inputerror,
.swal2-modal .swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

.swal2-modal .swal2-input:focus,
.swal2-modal .swal2-file:focus,
.swal2-modal .swal2-textarea:focus {
  outline: none;
  border: 1px solid #b4dbed;
  box-shadow: 0 0 3px #c4e6f5;
}

.swal2-modal .swal2-input:-ms-input-placeholder,
.swal2-modal .swal2-file:-ms-input-placeholder,
.swal2-modal .swal2-textarea:-ms-input-placeholder {
  color: #cccccc;
}

.swal2-modal .swal2-input::-moz-placeholder, .swal2-modal .swal2-file::-moz-placeholder, .swal2-modal .swal2-textarea::-moz-placeholder {
  color: #cccccc;
}

.swal2-modal .swal2-input:-ms-input-placeholder, .swal2-modal .swal2-file:-ms-input-placeholder, .swal2-modal .swal2-textarea:-ms-input-placeholder {
  color: #cccccc;
}

.swal2-modal .swal2-input::placeholder,
.swal2-modal .swal2-file::placeholder,
.swal2-modal .swal2-textarea::placeholder {
  color: #cccccc;
}

.swal2-modal .swal2-range input {
  float: left;
  width: 80%;
}

.swal2-modal .swal2-range output {
  float: right;
  width: 20%;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.swal2-modal .swal2-range input,
.swal2-modal .swal2-range output {
  height: 43px;
  line-height: 43px;
  vertical-align: middle;
  margin: 20px auto;
  padding: 0;
}

.swal2-modal .swal2-input {
  height: 43px;
  padding: 0 12px;
}

.swal2-modal .swal2-input[type=number] {
  max-width: 150px;
}

.swal2-modal .swal2-file {
  font-size: 20px;
}

.swal2-modal .swal2-textarea {
  height: 108px;
  padding: 12px;
}

.swal2-modal .swal2-select {
  color: #545454;
  font-size: inherit;
  padding: 5px 10px;
  min-width: 40%;
  max-width: 100%;
}

.swal2-modal .swal2-radio {
  border: 0;
}

.swal2-modal .swal2-radio label:not(:first-child) {
  margin-left: 20px;
}

.swal2-modal .swal2-radio input,
.swal2-modal .swal2-radio span {
  vertical-align: middle;
}

.swal2-modal .swal2-radio input {
  margin: 0 3px 0 0;
}

.swal2-modal .swal2-checkbox {
  color: #545454;
}

.swal2-modal .swal2-checkbox input,
.swal2-modal .swal2-checkbox span {
  vertical-align: middle;
}

.swal2-modal .swal2-validationerror {
  background-color: #f0f0f0;
  margin: 0 -20px;
  overflow: hidden;
  padding: 10px;
  color: gray;
  font-size: 16px;
  font-weight: 300;
  display: none;
}

.swal2-modal .swal2-validationerror::before {
  content: "!";
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: #fff;
  line-height: 24px;
  text-align: center;
  margin-right: 10px;
}

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }

  .swal2-range output {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }

  .swal2-range output {
    display: none;
  }
}
.swal2-icon {
  width: 80px;
  height: 80px;
  border: 4px solid transparent;
  border-radius: 50%;
  margin: 20px auto 30px;
  padding: 0;
  position: relative;
  box-sizing: content-box;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swal2-icon.swal2-error {
  border-color: #f27474;
}

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  display: block;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #f27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  transform: rotate(45deg);
  left: 17px;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  transform: rotate(-45deg);
  right: 16px;
}

.swal2-icon.swal2-warning {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #f8bb86;
  border-color: #facea8;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}

.swal2-icon.swal2-info {
  font-family: "Open Sans", sans-serif;
  color: #3fc3ee;
  border-color: #9de0f6;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}

.swal2-icon.swal2-question {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #87adbd;
  border-color: #c9dae1;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}

.swal2-icon.swal2-success {
  border-color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  transform: rotate(-45deg);
  transform-origin: 60px 60px;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  transform: rotate(-45deg);
  transform-origin: 0 60px;
}

.swal2-icon.swal2-success .swal2-success-ring {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.swal2-icon.swal2-success .swal2-success-fix {
  width: 7px;
  height: 90px;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  height: 5px;
  background-color: #a5dc86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  width: 25px;
  left: 14px;
  top: 46px;
  transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  width: 47px;
  right: 8px;
  top: 38px;
  transform: rotate(-45deg);
}

.swal2-progresssteps {
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0;
}

.swal2-progresssteps li {
  display: inline-block;
  position: relative;
}

.swal2-progresssteps .swal2-progresscircle {
  background: #3085d6;
  border-radius: 2em;
  color: #fff;
  height: 2em;
  line-height: 2em;
  text-align: center;
  width: 2em;
  z-index: 20;
}

.swal2-progresssteps .swal2-progresscircle:first-child {
  margin-left: 0;
}

.swal2-progresssteps .swal2-progresscircle:last-child {
  margin-right: 0;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
  background: #3085d6;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
  background: #add8e6;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
  background: #add8e6;
}

.swal2-progresssteps .swal2-progressline {
  background: #3085d6;
  height: 0.4em;
  margin: 0 -1px;
  z-index: 10;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
.swal2-show {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}

.swal2-show.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}

.swal2-hide {
  -webkit-animation: hideSweetAlert 0.15s forwards;
  animation: hideSweetAlert 0.15s forwards;
}

.swal2-hide.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}

@-webkit-keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
.swal2-animate-success-line-tip {
  -webkit-animation: animate-success-tip 0.75s;
  animation: animate-success-tip 0.75s;
}

.swal2-animate-success-line-long {
  -webkit-animation: animate-success-long 0.75s;
  animation: animate-success-long 0.75s;
}

.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
.swal2-animate-error-icon {
  -webkit-animation: animate-error-icon 0.5s;
  animation: animate-error-icon 0.5s;
}

@-webkit-keyframes animate-x-mark {
  0% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes animate-x-mark {
  0% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.swal2-animate-x-mark {
  -webkit-animation: animate-x-mark 0.5s;
  animation: animate-x-mark 0.5s;
}

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  content: "";
}
.dropdown-toggle:focus {
  outline: 0;
}

.dropup .dropdown-toggle::after {
  border-top: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  text-align: left;
  list-style: none;
}

.dropdown-item {
  display: block;
  width: 100%;
  clear: both;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}
.dropdown-item.active, .dropdown-item:active {
  text-decoration: none;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  background-color: transparent;
}

.show > .dropdown-menu {
  display: block;
}
.show > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.nav {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
}
.nav-link.disabled {
  cursor: default;
}

.nav-tabs .nav-link.disabled {
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  cursor: default;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex: 1 1 100%;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: "";
  display: inline-block;
  position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action=today]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}

.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 23px;
  height: 100%;
  width: 100%;
  direction: ltr;
  cursor: pointer;
}

.fileinput {
  margin-bottom: 9px;
  display: inline-block;
}
.fileinput .form-control {
  padding-top: 7px;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: text;
}
.fileinput .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
}
.fileinput .thumbnail > img {
  max-height: 100%;
}
.fileinput .btn {
  vertical-align: middle;
}

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none;
}

.fileinput-inline .fileinput-controls {
  display: inline;
}

.fileinput-filename {
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
}

.form-control .fileinput-filename {
  vertical-align: bottom;
}

.fileinput.input-group {
  display: table;
}

.fileinput-new.input-group .btn-file,
.fileinput-new .input-group .btn-file {
  border-radius: 0 0 0 0;
}
.fileinput-new.input-group .btn-file.btn-xs, .fileinput-new.input-group .btn-file.btn-sm,
.fileinput-new .input-group .btn-file.btn-xs,
.fileinput-new .input-group .btn-file.btn-sm {
  border-radius: 0 0 0 0;
}
.fileinput-new.input-group .btn-file.btn-lg,
.fileinput-new .input-group .btn-file.btn-lg {
  border-radius: 0 0 0 0;
}

.input-group-addon:not(:first-child) {
  border-left: 0;
}

.dkselect {
  display: none;
}

.dk-select,
.dk-select *,
.dk-select *:before,
.dk-select *:after,
.dk-select-multi,
.dk-select-multi *,
.dk-select-multi *:before,
.dk-select-multi *:after {
  box-sizing: border-box;
}

.dkselect.dk-select,
.dkselect.dk-select-multi {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
  cursor: pointer;
}

.dk-selected {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  line-height: 30px;
  background-color: transparent;
  padding: 0 35px 0 5px;
  text-overflow: ellipsis;
  font-weight: bold;
  color: #ea148e;
}

.dk-selected:before {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 30px;
  width: 30px;
  border-radius: 2px;
  background: #e0e0e0;
  content: "";
  font-family: "icomoon";
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  transition: all 0.2s linear;
}

.dk-select:hover .dk-selected:before {
  background: #ea148e;
  color: #fff;
  transition: all 0.2s linear;
}

.dk-selected-disabled {
  color: #BBBBBB;
}

.dk-select .dk-select-options {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
}

.dk-select-open-up .dk-select-options {
  bottom: 100%;
}

.dk-select-open-down .dk-select-options {
  top: 100%;
}

.dk-select-multi .dk-select-options {
  max-height: 10em;
}

.dk-select-options {
  background-color: #d5d5d5;
  list-style: none;
  margin: 0;
  max-height: 10.5em;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.25em 0;
  width: auto;
  z-index: 100;
}

.dk-option-selected {
  background-color: #ea148e;
  color: #fff;
}

.dk-select-options-highlight .dk-option-selected {
  background-color: transparent;
  color: inherit;
}

.dk-option {
  padding: 0 0.5em;
}

.dk-select-options .dk-option-highlight {
  background-color: #ea148e;
  color: #fff;
}

.dk-select-options .dk-option-disabled {
  color: #BBBBBB;
  background-color: transparent;
}

.dk-select-options .dk-option-hidden {
  display: none;
}

.dk-optgroup {
  border: solid #CCCCCC;
  border-width: 1px 0;
  padding: 0.25em 0;
  margin-top: 0.25em;
}

.dk-optgroup + .dk-option {
  margin-top: 0.25em;
}

.dk-optgroup + .dk-optgroup {
  border-top-width: 0;
  margin-top: 0;
}

.dk-optgroup:nth-child(2) {
  padding-top: 0;
  border-top: none;
  margin-top: 0;
}

.dk-optgroup:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.dk-optgroup-disabled {
  opacity: 0.6;
  color: #BBBBBB;
  cursor: not-allowed;
}

.dk-optgroup-label {
  padding: 0 0.5em 0.25em;
  font-weight: bold;
  width: 100%;
}

.dk-optgroup-options {
  list-style: none;
  padding-left: 0;
}

.dk-optgroup-options li {
  padding-left: 1.2em;
}

.dk-select-open-up .dk-selected {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: #3297fd;
}

.dk-select-open-down .dk-selected {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #3297fd;
}

.dk-select-open-up .dk-selected:before,
.dk-select-open-down .dk-selected:before {
  border-width: 0 0.25em 0.25em;
  border-bottom-color: #3297fd;
}

.dk-select-open-up .dk-selected:after,
.dk-select-open-down .dk-selected:after {
  border-left-color: #3297fd;
}

.dk-select-open-up .dk-select-options,
.dk-select-open-down .dk-select-options,
.dk-select-multi:focus .dk-select-options {
  display: block;
  border-color: #3297fd;
}

.dk-select-multi:hover,
.dk-select-multi:focus {
  outline: none;
}

.dk-selected:hover,
.dk-selected:focus {
  outline: none;
  border-color: #3297fd;
}

.dk-selected:hover:before,
.dk-selected:focus:before {
  border-top-color: #3297fd;
}

.dk-selected:hover:after,
.dk-selected:focus:after {
  border-left-color: #3297fd;
}

.dk-select-disabled {
  opacity: 0.6;
  color: #BBBBBB;
  cursor: not-allowed;
}

.dk-select-disabled .dk-selected:hover, .dk-select-disabled .dk-selected:focus {
  border-color: inherit;
}

.dk-select-disabled .dk-selected:hover:before, .dk-select-disabled .dk-selected:focus:before {
  border-top-color: inherit;
}

.dk-select-disabled .dk-selected:hover:after, .dk-select-disabled .dk-selected:focus:after {
  border-left-color: inherit;
}

select[data-dkcacheid] {
  display: none;
}

body {
  box-sizing: border-box;
}

@-webkit-keyframes pulse-circle {
  from {
    scale: 0;
    opacity: 1;
  }
  to {
    scale: 2;
    opacity: 0;
  }
}

@keyframes pulse-circle {
  from {
    scale: 0;
    opacity: 1;
  }
  to {
    scale: 2;
    opacity: 0;
  }
}
.m-0 {
  margin: 0 0 !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-r-0 {
  margin-right: 0 !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-l-0 {
  margin-left: 0 !important;
}

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-5 {
  margin: 5px 5px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.m-x-5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.m-y-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.m-default {
  margin: 30px 30px !important;
}

.m-t-default {
  margin-top: 30px !important;
}

.m-r-default {
  margin-right: 30px !important;
}

.m-b-default {
  margin-bottom: 30px !important;
}

.m-l-default {
  margin-left: 30px !important;
}

.m-x-default {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.m-y-default {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.m-10 {
  margin: 10px 10px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-x-10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.m-y-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.m-15 {
  margin: 15px 15px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.m-x-15 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.m-y-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.m-20 {
  margin: 20px 20px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.m-x-20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.m-y-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.m-30 {
  margin: 30px 30px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.m-x-30 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.m-y-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.m-40 {
  margin: 40px 40px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.m-x-40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.m-y-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.m-50 {
  margin: 50px 50px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.m-x-50 {
  margin-right: 50px !important;
  margin-left: 50px !important;
}

.m-y-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.m-60 {
  margin: 60px 60px !important;
}

.m-t-60 {
  margin-top: 60px !important;
}

.m-r-60 {
  margin-right: 60px !important;
}

.m-b-60 {
  margin-bottom: 60px !important;
}

.m-l-60 {
  margin-left: 60px !important;
}

.m-x-60 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.m-y-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.m-100 {
  margin: 100px 100px !important;
}

.m-t-100 {
  margin-top: 100px !important;
}

.m-r-100 {
  margin-right: 100px !important;
}

.m-b-100 {
  margin-bottom: 100px !important;
}

.m-l-100 {
  margin-left: 100px !important;
}

.m-x-100 {
  margin-right: 100px !important;
  margin-left: 100px !important;
}

.m-y-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.m-160 {
  margin: 160px 160px !important;
}

.m-t-160 {
  margin-top: 160px !important;
}

.m-r-160 {
  margin-right: 160px !important;
}

.m-b-160 {
  margin-bottom: 160px !important;
}

.m-l-160 {
  margin-left: 160px !important;
}

.m-x-160 {
  margin-right: 160px !important;
  margin-left: 160px !important;
}

.m-y-160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}

.m-200 {
  margin: 200px 200px !important;
}

.m-t-200 {
  margin-top: 200px !important;
}

.m-r-200 {
  margin-right: 200px !important;
}

.m-b-200 {
  margin-bottom: 200px !important;
}

.m-l-200 {
  margin-left: 200px !important;
}

.m-x-200 {
  margin-right: 200px !important;
  margin-left: 200px !important;
}

.m-y-200 {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}

.p-0 {
  padding: 0 0 !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-5 {
  padding: 5px 5px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.p-x-5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.p-y-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.p-default {
  padding: 30px 30px !important;
}

.p-t-default {
  padding-top: 30px !important;
}

.p-r-default {
  padding-right: 30px !important;
}

.p-b-default {
  padding-bottom: 30px !important;
}

.p-l-default {
  padding-left: 30px !important;
}

.p-x-default {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.p-y-default {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.p-10 {
  padding: 10px 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.p-x-10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.p-y-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.p-15 {
  padding: 15px 15px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.p-x-15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.p-y-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.p-20 {
  padding: 20px 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.p-x-20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.p-y-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.p-30 {
  padding: 30px 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.p-x-30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.p-y-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.p-40 {
  padding: 40px 40px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.p-x-40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.p-y-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.p-50 {
  padding: 50px 50px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.p-x-50 {
  padding-right: 50px !important;
  padding-left: 50px !important;
}

.p-y-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.p-60 {
  padding: 60px 60px !important;
}

.p-t-60 {
  padding-top: 60px !important;
}

.p-r-60 {
  padding-right: 60px !important;
}

.p-b-60 {
  padding-bottom: 60px !important;
}

.p-l-60 {
  padding-left: 60px !important;
}

.p-x-60 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

.p-y-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.p-100 {
  padding: 100px 100px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}

.p-r-100 {
  padding-right: 100px !important;
}

.p-b-100 {
  padding-bottom: 100px !important;
}

.p-l-100 {
  padding-left: 100px !important;
}

.p-x-100 {
  padding-right: 100px !important;
  padding-left: 100px !important;
}

.p-y-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.p-160 {
  padding: 160px 160px !important;
}

.p-t-160 {
  padding-top: 160px !important;
}

.p-r-160 {
  padding-right: 160px !important;
}

.p-b-160 {
  padding-bottom: 160px !important;
}

.p-l-160 {
  padding-left: 160px !important;
}

.p-x-160 {
  padding-right: 160px !important;
  padding-left: 160px !important;
}

.p-y-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}

.p-200 {
  padding: 200px 200px !important;
}

.p-t-200 {
  padding-top: 200px !important;
}

.p-r-200 {
  padding-right: 200px !important;
}

.p-b-200 {
  padding-bottom: 200px !important;
}

.p-l-200 {
  padding-left: 200px !important;
}

.p-x-200 {
  padding-right: 200px !important;
  padding-left: 200px !important;
}

.p-y-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

.m-auto {
  margin: auto !important;
}

.m-t-auto {
  margin-top: auto !important;
}

.m-r-auto {
  margin-right: auto !important;
}

.m-b-auto {
  margin-bottom: auto !important;
}

.m-l-auto {
  margin-left: auto !important;
}

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.m-y-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important;
  }

  .m-t-sm-0 {
    margin-top: 0 !important;
  }

  .m-r-sm-0 {
    margin-right: 0 !important;
  }

  .m-b-sm-0 {
    margin-bottom: 0 !important;
  }

  .m-l-sm-0 {
    margin-left: 0 !important;
  }

  .m-x-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .m-y-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-sm-5 {
    margin: 5px 5px !important;
  }

  .m-t-sm-5 {
    margin-top: 5px !important;
  }

  .m-r-sm-5 {
    margin-right: 5px !important;
  }

  .m-b-sm-5 {
    margin-bottom: 5px !important;
  }

  .m-l-sm-5 {
    margin-left: 5px !important;
  }

  .m-x-sm-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .m-y-sm-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .m-sm-default {
    margin: 30px 30px !important;
  }

  .m-t-sm-default {
    margin-top: 30px !important;
  }

  .m-r-sm-default {
    margin-right: 30px !important;
  }

  .m-b-sm-default {
    margin-bottom: 30px !important;
  }

  .m-l-sm-default {
    margin-left: 30px !important;
  }

  .m-x-sm-default {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .m-y-sm-default {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .m-sm-10 {
    margin: 10px 10px !important;
  }

  .m-t-sm-10 {
    margin-top: 10px !important;
  }

  .m-r-sm-10 {
    margin-right: 10px !important;
  }

  .m-b-sm-10 {
    margin-bottom: 10px !important;
  }

  .m-l-sm-10 {
    margin-left: 10px !important;
  }

  .m-x-sm-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .m-y-sm-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .m-sm-15 {
    margin: 15px 15px !important;
  }

  .m-t-sm-15 {
    margin-top: 15px !important;
  }

  .m-r-sm-15 {
    margin-right: 15px !important;
  }

  .m-b-sm-15 {
    margin-bottom: 15px !important;
  }

  .m-l-sm-15 {
    margin-left: 15px !important;
  }

  .m-x-sm-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .m-y-sm-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .m-sm-20 {
    margin: 20px 20px !important;
  }

  .m-t-sm-20 {
    margin-top: 20px !important;
  }

  .m-r-sm-20 {
    margin-right: 20px !important;
  }

  .m-b-sm-20 {
    margin-bottom: 20px !important;
  }

  .m-l-sm-20 {
    margin-left: 20px !important;
  }

  .m-x-sm-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .m-y-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .m-sm-30 {
    margin: 30px 30px !important;
  }

  .m-t-sm-30 {
    margin-top: 30px !important;
  }

  .m-r-sm-30 {
    margin-right: 30px !important;
  }

  .m-b-sm-30 {
    margin-bottom: 30px !important;
  }

  .m-l-sm-30 {
    margin-left: 30px !important;
  }

  .m-x-sm-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .m-y-sm-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .m-sm-40 {
    margin: 40px 40px !important;
  }

  .m-t-sm-40 {
    margin-top: 40px !important;
  }

  .m-r-sm-40 {
    margin-right: 40px !important;
  }

  .m-b-sm-40 {
    margin-bottom: 40px !important;
  }

  .m-l-sm-40 {
    margin-left: 40px !important;
  }

  .m-x-sm-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .m-y-sm-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .m-sm-50 {
    margin: 50px 50px !important;
  }

  .m-t-sm-50 {
    margin-top: 50px !important;
  }

  .m-r-sm-50 {
    margin-right: 50px !important;
  }

  .m-b-sm-50 {
    margin-bottom: 50px !important;
  }

  .m-l-sm-50 {
    margin-left: 50px !important;
  }

  .m-x-sm-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }

  .m-y-sm-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .m-sm-60 {
    margin: 60px 60px !important;
  }

  .m-t-sm-60 {
    margin-top: 60px !important;
  }

  .m-r-sm-60 {
    margin-right: 60px !important;
  }

  .m-b-sm-60 {
    margin-bottom: 60px !important;
  }

  .m-l-sm-60 {
    margin-left: 60px !important;
  }

  .m-x-sm-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .m-y-sm-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .m-sm-100 {
    margin: 100px 100px !important;
  }

  .m-t-sm-100 {
    margin-top: 100px !important;
  }

  .m-r-sm-100 {
    margin-right: 100px !important;
  }

  .m-b-sm-100 {
    margin-bottom: 100px !important;
  }

  .m-l-sm-100 {
    margin-left: 100px !important;
  }

  .m-x-sm-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }

  .m-y-sm-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .m-sm-160 {
    margin: 160px 160px !important;
  }

  .m-t-sm-160 {
    margin-top: 160px !important;
  }

  .m-r-sm-160 {
    margin-right: 160px !important;
  }

  .m-b-sm-160 {
    margin-bottom: 160px !important;
  }

  .m-l-sm-160 {
    margin-left: 160px !important;
  }

  .m-x-sm-160 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }

  .m-y-sm-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }

  .m-sm-200 {
    margin: 200px 200px !important;
  }

  .m-t-sm-200 {
    margin-top: 200px !important;
  }

  .m-r-sm-200 {
    margin-right: 200px !important;
  }

  .m-b-sm-200 {
    margin-bottom: 200px !important;
  }

  .m-l-sm-200 {
    margin-left: 200px !important;
  }

  .m-x-sm-200 {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }

  .m-y-sm-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .p-sm-0 {
    padding: 0 0 !important;
  }

  .p-t-sm-0 {
    padding-top: 0 !important;
  }

  .p-r-sm-0 {
    padding-right: 0 !important;
  }

  .p-b-sm-0 {
    padding-bottom: 0 !important;
  }

  .p-l-sm-0 {
    padding-left: 0 !important;
  }

  .p-x-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .p-y-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-sm-5 {
    padding: 5px 5px !important;
  }

  .p-t-sm-5 {
    padding-top: 5px !important;
  }

  .p-r-sm-5 {
    padding-right: 5px !important;
  }

  .p-b-sm-5 {
    padding-bottom: 5px !important;
  }

  .p-l-sm-5 {
    padding-left: 5px !important;
  }

  .p-x-sm-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .p-y-sm-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .p-sm-default {
    padding: 30px 30px !important;
  }

  .p-t-sm-default {
    padding-top: 30px !important;
  }

  .p-r-sm-default {
    padding-right: 30px !important;
  }

  .p-b-sm-default {
    padding-bottom: 30px !important;
  }

  .p-l-sm-default {
    padding-left: 30px !important;
  }

  .p-x-sm-default {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .p-y-sm-default {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .p-sm-10 {
    padding: 10px 10px !important;
  }

  .p-t-sm-10 {
    padding-top: 10px !important;
  }

  .p-r-sm-10 {
    padding-right: 10px !important;
  }

  .p-b-sm-10 {
    padding-bottom: 10px !important;
  }

  .p-l-sm-10 {
    padding-left: 10px !important;
  }

  .p-x-sm-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .p-y-sm-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .p-sm-15 {
    padding: 15px 15px !important;
  }

  .p-t-sm-15 {
    padding-top: 15px !important;
  }

  .p-r-sm-15 {
    padding-right: 15px !important;
  }

  .p-b-sm-15 {
    padding-bottom: 15px !important;
  }

  .p-l-sm-15 {
    padding-left: 15px !important;
  }

  .p-x-sm-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .p-y-sm-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .p-sm-20 {
    padding: 20px 20px !important;
  }

  .p-t-sm-20 {
    padding-top: 20px !important;
  }

  .p-r-sm-20 {
    padding-right: 20px !important;
  }

  .p-b-sm-20 {
    padding-bottom: 20px !important;
  }

  .p-l-sm-20 {
    padding-left: 20px !important;
  }

  .p-x-sm-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .p-y-sm-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .p-sm-30 {
    padding: 30px 30px !important;
  }

  .p-t-sm-30 {
    padding-top: 30px !important;
  }

  .p-r-sm-30 {
    padding-right: 30px !important;
  }

  .p-b-sm-30 {
    padding-bottom: 30px !important;
  }

  .p-l-sm-30 {
    padding-left: 30px !important;
  }

  .p-x-sm-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .p-y-sm-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .p-sm-40 {
    padding: 40px 40px !important;
  }

  .p-t-sm-40 {
    padding-top: 40px !important;
  }

  .p-r-sm-40 {
    padding-right: 40px !important;
  }

  .p-b-sm-40 {
    padding-bottom: 40px !important;
  }

  .p-l-sm-40 {
    padding-left: 40px !important;
  }

  .p-x-sm-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .p-y-sm-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .p-sm-50 {
    padding: 50px 50px !important;
  }

  .p-t-sm-50 {
    padding-top: 50px !important;
  }

  .p-r-sm-50 {
    padding-right: 50px !important;
  }

  .p-b-sm-50 {
    padding-bottom: 50px !important;
  }

  .p-l-sm-50 {
    padding-left: 50px !important;
  }

  .p-x-sm-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .p-y-sm-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .p-sm-60 {
    padding: 60px 60px !important;
  }

  .p-t-sm-60 {
    padding-top: 60px !important;
  }

  .p-r-sm-60 {
    padding-right: 60px !important;
  }

  .p-b-sm-60 {
    padding-bottom: 60px !important;
  }

  .p-l-sm-60 {
    padding-left: 60px !important;
  }

  .p-x-sm-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .p-y-sm-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .p-sm-100 {
    padding: 100px 100px !important;
  }

  .p-t-sm-100 {
    padding-top: 100px !important;
  }

  .p-r-sm-100 {
    padding-right: 100px !important;
  }

  .p-b-sm-100 {
    padding-bottom: 100px !important;
  }

  .p-l-sm-100 {
    padding-left: 100px !important;
  }

  .p-x-sm-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }

  .p-y-sm-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .p-sm-160 {
    padding: 160px 160px !important;
  }

  .p-t-sm-160 {
    padding-top: 160px !important;
  }

  .p-r-sm-160 {
    padding-right: 160px !important;
  }

  .p-b-sm-160 {
    padding-bottom: 160px !important;
  }

  .p-l-sm-160 {
    padding-left: 160px !important;
  }

  .p-x-sm-160 {
    padding-right: 160px !important;
    padding-left: 160px !important;
  }

  .p-y-sm-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }

  .p-sm-200 {
    padding: 200px 200px !important;
  }

  .p-t-sm-200 {
    padding-top: 200px !important;
  }

  .p-r-sm-200 {
    padding-right: 200px !important;
  }

  .p-b-sm-200 {
    padding-bottom: 200px !important;
  }

  .p-l-sm-200 {
    padding-left: 200px !important;
  }

  .p-x-sm-200 {
    padding-right: 200px !important;
    padding-left: 200px !important;
  }

  .p-y-sm-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .m-t-sm-auto {
    margin-top: auto !important;
  }

  .m-r-sm-auto {
    margin-right: auto !important;
  }

  .m-b-sm-auto {
    margin-bottom: auto !important;
  }

  .m-l-sm-auto {
    margin-left: auto !important;
  }

  .m-x-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .m-y-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important;
  }

  .m-t-md-0 {
    margin-top: 0 !important;
  }

  .m-r-md-0 {
    margin-right: 0 !important;
  }

  .m-b-md-0 {
    margin-bottom: 0 !important;
  }

  .m-l-md-0 {
    margin-left: 0 !important;
  }

  .m-x-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .m-y-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-md-5 {
    margin: 5px 5px !important;
  }

  .m-t-md-5 {
    margin-top: 5px !important;
  }

  .m-r-md-5 {
    margin-right: 5px !important;
  }

  .m-b-md-5 {
    margin-bottom: 5px !important;
  }

  .m-l-md-5 {
    margin-left: 5px !important;
  }

  .m-x-md-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .m-y-md-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .m-md-default {
    margin: 30px 30px !important;
  }

  .m-t-md-default {
    margin-top: 30px !important;
  }

  .m-r-md-default {
    margin-right: 30px !important;
  }

  .m-b-md-default {
    margin-bottom: 30px !important;
  }

  .m-l-md-default {
    margin-left: 30px !important;
  }

  .m-x-md-default {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .m-y-md-default {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .m-md-10 {
    margin: 10px 10px !important;
  }

  .m-t-md-10 {
    margin-top: 10px !important;
  }

  .m-r-md-10 {
    margin-right: 10px !important;
  }

  .m-b-md-10 {
    margin-bottom: 10px !important;
  }

  .m-l-md-10 {
    margin-left: 10px !important;
  }

  .m-x-md-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .m-y-md-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .m-md-15 {
    margin: 15px 15px !important;
  }

  .m-t-md-15 {
    margin-top: 15px !important;
  }

  .m-r-md-15 {
    margin-right: 15px !important;
  }

  .m-b-md-15 {
    margin-bottom: 15px !important;
  }

  .m-l-md-15 {
    margin-left: 15px !important;
  }

  .m-x-md-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .m-y-md-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .m-md-20 {
    margin: 20px 20px !important;
  }

  .m-t-md-20 {
    margin-top: 20px !important;
  }

  .m-r-md-20 {
    margin-right: 20px !important;
  }

  .m-b-md-20 {
    margin-bottom: 20px !important;
  }

  .m-l-md-20 {
    margin-left: 20px !important;
  }

  .m-x-md-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .m-y-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .m-md-30 {
    margin: 30px 30px !important;
  }

  .m-t-md-30 {
    margin-top: 30px !important;
  }

  .m-r-md-30 {
    margin-right: 30px !important;
  }

  .m-b-md-30 {
    margin-bottom: 30px !important;
  }

  .m-l-md-30 {
    margin-left: 30px !important;
  }

  .m-x-md-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .m-y-md-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .m-md-40 {
    margin: 40px 40px !important;
  }

  .m-t-md-40 {
    margin-top: 40px !important;
  }

  .m-r-md-40 {
    margin-right: 40px !important;
  }

  .m-b-md-40 {
    margin-bottom: 40px !important;
  }

  .m-l-md-40 {
    margin-left: 40px !important;
  }

  .m-x-md-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .m-y-md-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .m-md-50 {
    margin: 50px 50px !important;
  }

  .m-t-md-50 {
    margin-top: 50px !important;
  }

  .m-r-md-50 {
    margin-right: 50px !important;
  }

  .m-b-md-50 {
    margin-bottom: 50px !important;
  }

  .m-l-md-50 {
    margin-left: 50px !important;
  }

  .m-x-md-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }

  .m-y-md-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .m-md-60 {
    margin: 60px 60px !important;
  }

  .m-t-md-60 {
    margin-top: 60px !important;
  }

  .m-r-md-60 {
    margin-right: 60px !important;
  }

  .m-b-md-60 {
    margin-bottom: 60px !important;
  }

  .m-l-md-60 {
    margin-left: 60px !important;
  }

  .m-x-md-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .m-y-md-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .m-md-100 {
    margin: 100px 100px !important;
  }

  .m-t-md-100 {
    margin-top: 100px !important;
  }

  .m-r-md-100 {
    margin-right: 100px !important;
  }

  .m-b-md-100 {
    margin-bottom: 100px !important;
  }

  .m-l-md-100 {
    margin-left: 100px !important;
  }

  .m-x-md-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }

  .m-y-md-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .m-md-160 {
    margin: 160px 160px !important;
  }

  .m-t-md-160 {
    margin-top: 160px !important;
  }

  .m-r-md-160 {
    margin-right: 160px !important;
  }

  .m-b-md-160 {
    margin-bottom: 160px !important;
  }

  .m-l-md-160 {
    margin-left: 160px !important;
  }

  .m-x-md-160 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }

  .m-y-md-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }

  .m-md-200 {
    margin: 200px 200px !important;
  }

  .m-t-md-200 {
    margin-top: 200px !important;
  }

  .m-r-md-200 {
    margin-right: 200px !important;
  }

  .m-b-md-200 {
    margin-bottom: 200px !important;
  }

  .m-l-md-200 {
    margin-left: 200px !important;
  }

  .m-x-md-200 {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }

  .m-y-md-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .p-md-0 {
    padding: 0 0 !important;
  }

  .p-t-md-0 {
    padding-top: 0 !important;
  }

  .p-r-md-0 {
    padding-right: 0 !important;
  }

  .p-b-md-0 {
    padding-bottom: 0 !important;
  }

  .p-l-md-0 {
    padding-left: 0 !important;
  }

  .p-x-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .p-y-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-md-5 {
    padding: 5px 5px !important;
  }

  .p-t-md-5 {
    padding-top: 5px !important;
  }

  .p-r-md-5 {
    padding-right: 5px !important;
  }

  .p-b-md-5 {
    padding-bottom: 5px !important;
  }

  .p-l-md-5 {
    padding-left: 5px !important;
  }

  .p-x-md-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .p-y-md-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .p-md-default {
    padding: 30px 30px !important;
  }

  .p-t-md-default {
    padding-top: 30px !important;
  }

  .p-r-md-default {
    padding-right: 30px !important;
  }

  .p-b-md-default {
    padding-bottom: 30px !important;
  }

  .p-l-md-default {
    padding-left: 30px !important;
  }

  .p-x-md-default {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .p-y-md-default {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .p-md-10 {
    padding: 10px 10px !important;
  }

  .p-t-md-10 {
    padding-top: 10px !important;
  }

  .p-r-md-10 {
    padding-right: 10px !important;
  }

  .p-b-md-10 {
    padding-bottom: 10px !important;
  }

  .p-l-md-10 {
    padding-left: 10px !important;
  }

  .p-x-md-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .p-y-md-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .p-md-15 {
    padding: 15px 15px !important;
  }

  .p-t-md-15 {
    padding-top: 15px !important;
  }

  .p-r-md-15 {
    padding-right: 15px !important;
  }

  .p-b-md-15 {
    padding-bottom: 15px !important;
  }

  .p-l-md-15 {
    padding-left: 15px !important;
  }

  .p-x-md-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .p-y-md-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .p-md-20 {
    padding: 20px 20px !important;
  }

  .p-t-md-20 {
    padding-top: 20px !important;
  }

  .p-r-md-20 {
    padding-right: 20px !important;
  }

  .p-b-md-20 {
    padding-bottom: 20px !important;
  }

  .p-l-md-20 {
    padding-left: 20px !important;
  }

  .p-x-md-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .p-y-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .p-md-30 {
    padding: 30px 30px !important;
  }

  .p-t-md-30 {
    padding-top: 30px !important;
  }

  .p-r-md-30 {
    padding-right: 30px !important;
  }

  .p-b-md-30 {
    padding-bottom: 30px !important;
  }

  .p-l-md-30 {
    padding-left: 30px !important;
  }

  .p-x-md-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .p-y-md-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .p-md-40 {
    padding: 40px 40px !important;
  }

  .p-t-md-40 {
    padding-top: 40px !important;
  }

  .p-r-md-40 {
    padding-right: 40px !important;
  }

  .p-b-md-40 {
    padding-bottom: 40px !important;
  }

  .p-l-md-40 {
    padding-left: 40px !important;
  }

  .p-x-md-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .p-y-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .p-md-50 {
    padding: 50px 50px !important;
  }

  .p-t-md-50 {
    padding-top: 50px !important;
  }

  .p-r-md-50 {
    padding-right: 50px !important;
  }

  .p-b-md-50 {
    padding-bottom: 50px !important;
  }

  .p-l-md-50 {
    padding-left: 50px !important;
  }

  .p-x-md-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .p-y-md-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .p-md-60 {
    padding: 60px 60px !important;
  }

  .p-t-md-60 {
    padding-top: 60px !important;
  }

  .p-r-md-60 {
    padding-right: 60px !important;
  }

  .p-b-md-60 {
    padding-bottom: 60px !important;
  }

  .p-l-md-60 {
    padding-left: 60px !important;
  }

  .p-x-md-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .p-y-md-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .p-md-100 {
    padding: 100px 100px !important;
  }

  .p-t-md-100 {
    padding-top: 100px !important;
  }

  .p-r-md-100 {
    padding-right: 100px !important;
  }

  .p-b-md-100 {
    padding-bottom: 100px !important;
  }

  .p-l-md-100 {
    padding-left: 100px !important;
  }

  .p-x-md-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }

  .p-y-md-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .p-md-160 {
    padding: 160px 160px !important;
  }

  .p-t-md-160 {
    padding-top: 160px !important;
  }

  .p-r-md-160 {
    padding-right: 160px !important;
  }

  .p-b-md-160 {
    padding-bottom: 160px !important;
  }

  .p-l-md-160 {
    padding-left: 160px !important;
  }

  .p-x-md-160 {
    padding-right: 160px !important;
    padding-left: 160px !important;
  }

  .p-y-md-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }

  .p-md-200 {
    padding: 200px 200px !important;
  }

  .p-t-md-200 {
    padding-top: 200px !important;
  }

  .p-r-md-200 {
    padding-right: 200px !important;
  }

  .p-b-md-200 {
    padding-bottom: 200px !important;
  }

  .p-l-md-200 {
    padding-left: 200px !important;
  }

  .p-x-md-200 {
    padding-right: 200px !important;
    padding-left: 200px !important;
  }

  .p-y-md-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .m-t-md-auto {
    margin-top: auto !important;
  }

  .m-r-md-auto {
    margin-right: auto !important;
  }

  .m-b-md-auto {
    margin-bottom: auto !important;
  }

  .m-l-md-auto {
    margin-left: auto !important;
  }

  .m-x-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .m-y-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important;
  }

  .m-t-lg-0 {
    margin-top: 0 !important;
  }

  .m-r-lg-0 {
    margin-right: 0 !important;
  }

  .m-b-lg-0 {
    margin-bottom: 0 !important;
  }

  .m-l-lg-0 {
    margin-left: 0 !important;
  }

  .m-x-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .m-y-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-lg-5 {
    margin: 5px 5px !important;
  }

  .m-t-lg-5 {
    margin-top: 5px !important;
  }

  .m-r-lg-5 {
    margin-right: 5px !important;
  }

  .m-b-lg-5 {
    margin-bottom: 5px !important;
  }

  .m-l-lg-5 {
    margin-left: 5px !important;
  }

  .m-x-lg-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .m-y-lg-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .m-lg-default {
    margin: 30px 30px !important;
  }

  .m-t-lg-default {
    margin-top: 30px !important;
  }

  .m-r-lg-default {
    margin-right: 30px !important;
  }

  .m-b-lg-default {
    margin-bottom: 30px !important;
  }

  .m-l-lg-default {
    margin-left: 30px !important;
  }

  .m-x-lg-default {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .m-y-lg-default {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .m-lg-10 {
    margin: 10px 10px !important;
  }

  .m-t-lg-10 {
    margin-top: 10px !important;
  }

  .m-r-lg-10 {
    margin-right: 10px !important;
  }

  .m-b-lg-10 {
    margin-bottom: 10px !important;
  }

  .m-l-lg-10 {
    margin-left: 10px !important;
  }

  .m-x-lg-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .m-y-lg-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .m-lg-15 {
    margin: 15px 15px !important;
  }

  .m-t-lg-15 {
    margin-top: 15px !important;
  }

  .m-r-lg-15 {
    margin-right: 15px !important;
  }

  .m-b-lg-15 {
    margin-bottom: 15px !important;
  }

  .m-l-lg-15 {
    margin-left: 15px !important;
  }

  .m-x-lg-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .m-y-lg-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .m-lg-20 {
    margin: 20px 20px !important;
  }

  .m-t-lg-20 {
    margin-top: 20px !important;
  }

  .m-r-lg-20 {
    margin-right: 20px !important;
  }

  .m-b-lg-20 {
    margin-bottom: 20px !important;
  }

  .m-l-lg-20 {
    margin-left: 20px !important;
  }

  .m-x-lg-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .m-y-lg-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .m-lg-30 {
    margin: 30px 30px !important;
  }

  .m-t-lg-30 {
    margin-top: 30px !important;
  }

  .m-r-lg-30 {
    margin-right: 30px !important;
  }

  .m-b-lg-30 {
    margin-bottom: 30px !important;
  }

  .m-l-lg-30 {
    margin-left: 30px !important;
  }

  .m-x-lg-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .m-y-lg-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .m-lg-40 {
    margin: 40px 40px !important;
  }

  .m-t-lg-40 {
    margin-top: 40px !important;
  }

  .m-r-lg-40 {
    margin-right: 40px !important;
  }

  .m-b-lg-40 {
    margin-bottom: 40px !important;
  }

  .m-l-lg-40 {
    margin-left: 40px !important;
  }

  .m-x-lg-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .m-y-lg-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .m-lg-50 {
    margin: 50px 50px !important;
  }

  .m-t-lg-50 {
    margin-top: 50px !important;
  }

  .m-r-lg-50 {
    margin-right: 50px !important;
  }

  .m-b-lg-50 {
    margin-bottom: 50px !important;
  }

  .m-l-lg-50 {
    margin-left: 50px !important;
  }

  .m-x-lg-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }

  .m-y-lg-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .m-lg-60 {
    margin: 60px 60px !important;
  }

  .m-t-lg-60 {
    margin-top: 60px !important;
  }

  .m-r-lg-60 {
    margin-right: 60px !important;
  }

  .m-b-lg-60 {
    margin-bottom: 60px !important;
  }

  .m-l-lg-60 {
    margin-left: 60px !important;
  }

  .m-x-lg-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .m-y-lg-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .m-lg-100 {
    margin: 100px 100px !important;
  }

  .m-t-lg-100 {
    margin-top: 100px !important;
  }

  .m-r-lg-100 {
    margin-right: 100px !important;
  }

  .m-b-lg-100 {
    margin-bottom: 100px !important;
  }

  .m-l-lg-100 {
    margin-left: 100px !important;
  }

  .m-x-lg-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }

  .m-y-lg-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .m-lg-160 {
    margin: 160px 160px !important;
  }

  .m-t-lg-160 {
    margin-top: 160px !important;
  }

  .m-r-lg-160 {
    margin-right: 160px !important;
  }

  .m-b-lg-160 {
    margin-bottom: 160px !important;
  }

  .m-l-lg-160 {
    margin-left: 160px !important;
  }

  .m-x-lg-160 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }

  .m-y-lg-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }

  .m-lg-200 {
    margin: 200px 200px !important;
  }

  .m-t-lg-200 {
    margin-top: 200px !important;
  }

  .m-r-lg-200 {
    margin-right: 200px !important;
  }

  .m-b-lg-200 {
    margin-bottom: 200px !important;
  }

  .m-l-lg-200 {
    margin-left: 200px !important;
  }

  .m-x-lg-200 {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }

  .m-y-lg-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .p-lg-0 {
    padding: 0 0 !important;
  }

  .p-t-lg-0 {
    padding-top: 0 !important;
  }

  .p-r-lg-0 {
    padding-right: 0 !important;
  }

  .p-b-lg-0 {
    padding-bottom: 0 !important;
  }

  .p-l-lg-0 {
    padding-left: 0 !important;
  }

  .p-x-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .p-y-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-lg-5 {
    padding: 5px 5px !important;
  }

  .p-t-lg-5 {
    padding-top: 5px !important;
  }

  .p-r-lg-5 {
    padding-right: 5px !important;
  }

  .p-b-lg-5 {
    padding-bottom: 5px !important;
  }

  .p-l-lg-5 {
    padding-left: 5px !important;
  }

  .p-x-lg-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .p-y-lg-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .p-lg-default {
    padding: 30px 30px !important;
  }

  .p-t-lg-default {
    padding-top: 30px !important;
  }

  .p-r-lg-default {
    padding-right: 30px !important;
  }

  .p-b-lg-default {
    padding-bottom: 30px !important;
  }

  .p-l-lg-default {
    padding-left: 30px !important;
  }

  .p-x-lg-default {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .p-y-lg-default {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .p-lg-10 {
    padding: 10px 10px !important;
  }

  .p-t-lg-10 {
    padding-top: 10px !important;
  }

  .p-r-lg-10 {
    padding-right: 10px !important;
  }

  .p-b-lg-10 {
    padding-bottom: 10px !important;
  }

  .p-l-lg-10 {
    padding-left: 10px !important;
  }

  .p-x-lg-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .p-y-lg-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .p-lg-15 {
    padding: 15px 15px !important;
  }

  .p-t-lg-15 {
    padding-top: 15px !important;
  }

  .p-r-lg-15 {
    padding-right: 15px !important;
  }

  .p-b-lg-15 {
    padding-bottom: 15px !important;
  }

  .p-l-lg-15 {
    padding-left: 15px !important;
  }

  .p-x-lg-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .p-y-lg-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .p-lg-20 {
    padding: 20px 20px !important;
  }

  .p-t-lg-20 {
    padding-top: 20px !important;
  }

  .p-r-lg-20 {
    padding-right: 20px !important;
  }

  .p-b-lg-20 {
    padding-bottom: 20px !important;
  }

  .p-l-lg-20 {
    padding-left: 20px !important;
  }

  .p-x-lg-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .p-y-lg-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .p-lg-30 {
    padding: 30px 30px !important;
  }

  .p-t-lg-30 {
    padding-top: 30px !important;
  }

  .p-r-lg-30 {
    padding-right: 30px !important;
  }

  .p-b-lg-30 {
    padding-bottom: 30px !important;
  }

  .p-l-lg-30 {
    padding-left: 30px !important;
  }

  .p-x-lg-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .p-y-lg-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .p-lg-40 {
    padding: 40px 40px !important;
  }

  .p-t-lg-40 {
    padding-top: 40px !important;
  }

  .p-r-lg-40 {
    padding-right: 40px !important;
  }

  .p-b-lg-40 {
    padding-bottom: 40px !important;
  }

  .p-l-lg-40 {
    padding-left: 40px !important;
  }

  .p-x-lg-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .p-y-lg-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .p-lg-50 {
    padding: 50px 50px !important;
  }

  .p-t-lg-50 {
    padding-top: 50px !important;
  }

  .p-r-lg-50 {
    padding-right: 50px !important;
  }

  .p-b-lg-50 {
    padding-bottom: 50px !important;
  }

  .p-l-lg-50 {
    padding-left: 50px !important;
  }

  .p-x-lg-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .p-y-lg-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .p-lg-60 {
    padding: 60px 60px !important;
  }

  .p-t-lg-60 {
    padding-top: 60px !important;
  }

  .p-r-lg-60 {
    padding-right: 60px !important;
  }

  .p-b-lg-60 {
    padding-bottom: 60px !important;
  }

  .p-l-lg-60 {
    padding-left: 60px !important;
  }

  .p-x-lg-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .p-y-lg-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .p-lg-100 {
    padding: 100px 100px !important;
  }

  .p-t-lg-100 {
    padding-top: 100px !important;
  }

  .p-r-lg-100 {
    padding-right: 100px !important;
  }

  .p-b-lg-100 {
    padding-bottom: 100px !important;
  }

  .p-l-lg-100 {
    padding-left: 100px !important;
  }

  .p-x-lg-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }

  .p-y-lg-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .p-lg-160 {
    padding: 160px 160px !important;
  }

  .p-t-lg-160 {
    padding-top: 160px !important;
  }

  .p-r-lg-160 {
    padding-right: 160px !important;
  }

  .p-b-lg-160 {
    padding-bottom: 160px !important;
  }

  .p-l-lg-160 {
    padding-left: 160px !important;
  }

  .p-x-lg-160 {
    padding-right: 160px !important;
    padding-left: 160px !important;
  }

  .p-y-lg-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }

  .p-lg-200 {
    padding: 200px 200px !important;
  }

  .p-t-lg-200 {
    padding-top: 200px !important;
  }

  .p-r-lg-200 {
    padding-right: 200px !important;
  }

  .p-b-lg-200 {
    padding-bottom: 200px !important;
  }

  .p-l-lg-200 {
    padding-left: 200px !important;
  }

  .p-x-lg-200 {
    padding-right: 200px !important;
    padding-left: 200px !important;
  }

  .p-y-lg-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .m-t-lg-auto {
    margin-top: auto !important;
  }

  .m-r-lg-auto {
    margin-right: auto !important;
  }

  .m-b-lg-auto {
    margin-bottom: auto !important;
  }

  .m-l-lg-auto {
    margin-left: auto !important;
  }

  .m-x-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .m-y-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1260px) {
  .m-xl-0 {
    margin: 0 0 !important;
  }

  .m-t-xl-0 {
    margin-top: 0 !important;
  }

  .m-r-xl-0 {
    margin-right: 0 !important;
  }

  .m-b-xl-0 {
    margin-bottom: 0 !important;
  }

  .m-l-xl-0 {
    margin-left: 0 !important;
  }

  .m-x-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .m-y-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-xl-5 {
    margin: 5px 5px !important;
  }

  .m-t-xl-5 {
    margin-top: 5px !important;
  }

  .m-r-xl-5 {
    margin-right: 5px !important;
  }

  .m-b-xl-5 {
    margin-bottom: 5px !important;
  }

  .m-l-xl-5 {
    margin-left: 5px !important;
  }

  .m-x-xl-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .m-y-xl-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .m-xl-default {
    margin: 30px 30px !important;
  }

  .m-t-xl-default {
    margin-top: 30px !important;
  }

  .m-r-xl-default {
    margin-right: 30px !important;
  }

  .m-b-xl-default {
    margin-bottom: 30px !important;
  }

  .m-l-xl-default {
    margin-left: 30px !important;
  }

  .m-x-xl-default {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .m-y-xl-default {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .m-xl-10 {
    margin: 10px 10px !important;
  }

  .m-t-xl-10 {
    margin-top: 10px !important;
  }

  .m-r-xl-10 {
    margin-right: 10px !important;
  }

  .m-b-xl-10 {
    margin-bottom: 10px !important;
  }

  .m-l-xl-10 {
    margin-left: 10px !important;
  }

  .m-x-xl-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .m-y-xl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .m-xl-15 {
    margin: 15px 15px !important;
  }

  .m-t-xl-15 {
    margin-top: 15px !important;
  }

  .m-r-xl-15 {
    margin-right: 15px !important;
  }

  .m-b-xl-15 {
    margin-bottom: 15px !important;
  }

  .m-l-xl-15 {
    margin-left: 15px !important;
  }

  .m-x-xl-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .m-y-xl-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .m-xl-20 {
    margin: 20px 20px !important;
  }

  .m-t-xl-20 {
    margin-top: 20px !important;
  }

  .m-r-xl-20 {
    margin-right: 20px !important;
  }

  .m-b-xl-20 {
    margin-bottom: 20px !important;
  }

  .m-l-xl-20 {
    margin-left: 20px !important;
  }

  .m-x-xl-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .m-y-xl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .m-xl-30 {
    margin: 30px 30px !important;
  }

  .m-t-xl-30 {
    margin-top: 30px !important;
  }

  .m-r-xl-30 {
    margin-right: 30px !important;
  }

  .m-b-xl-30 {
    margin-bottom: 30px !important;
  }

  .m-l-xl-30 {
    margin-left: 30px !important;
  }

  .m-x-xl-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .m-y-xl-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .m-xl-40 {
    margin: 40px 40px !important;
  }

  .m-t-xl-40 {
    margin-top: 40px !important;
  }

  .m-r-xl-40 {
    margin-right: 40px !important;
  }

  .m-b-xl-40 {
    margin-bottom: 40px !important;
  }

  .m-l-xl-40 {
    margin-left: 40px !important;
  }

  .m-x-xl-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .m-y-xl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .m-xl-50 {
    margin: 50px 50px !important;
  }

  .m-t-xl-50 {
    margin-top: 50px !important;
  }

  .m-r-xl-50 {
    margin-right: 50px !important;
  }

  .m-b-xl-50 {
    margin-bottom: 50px !important;
  }

  .m-l-xl-50 {
    margin-left: 50px !important;
  }

  .m-x-xl-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }

  .m-y-xl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .m-xl-60 {
    margin: 60px 60px !important;
  }

  .m-t-xl-60 {
    margin-top: 60px !important;
  }

  .m-r-xl-60 {
    margin-right: 60px !important;
  }

  .m-b-xl-60 {
    margin-bottom: 60px !important;
  }

  .m-l-xl-60 {
    margin-left: 60px !important;
  }

  .m-x-xl-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .m-y-xl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .m-xl-100 {
    margin: 100px 100px !important;
  }

  .m-t-xl-100 {
    margin-top: 100px !important;
  }

  .m-r-xl-100 {
    margin-right: 100px !important;
  }

  .m-b-xl-100 {
    margin-bottom: 100px !important;
  }

  .m-l-xl-100 {
    margin-left: 100px !important;
  }

  .m-x-xl-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }

  .m-y-xl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .m-xl-160 {
    margin: 160px 160px !important;
  }

  .m-t-xl-160 {
    margin-top: 160px !important;
  }

  .m-r-xl-160 {
    margin-right: 160px !important;
  }

  .m-b-xl-160 {
    margin-bottom: 160px !important;
  }

  .m-l-xl-160 {
    margin-left: 160px !important;
  }

  .m-x-xl-160 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }

  .m-y-xl-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }

  .m-xl-200 {
    margin: 200px 200px !important;
  }

  .m-t-xl-200 {
    margin-top: 200px !important;
  }

  .m-r-xl-200 {
    margin-right: 200px !important;
  }

  .m-b-xl-200 {
    margin-bottom: 200px !important;
  }

  .m-l-xl-200 {
    margin-left: 200px !important;
  }

  .m-x-xl-200 {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }

  .m-y-xl-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .p-xl-0 {
    padding: 0 0 !important;
  }

  .p-t-xl-0 {
    padding-top: 0 !important;
  }

  .p-r-xl-0 {
    padding-right: 0 !important;
  }

  .p-b-xl-0 {
    padding-bottom: 0 !important;
  }

  .p-l-xl-0 {
    padding-left: 0 !important;
  }

  .p-x-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .p-y-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-xl-5 {
    padding: 5px 5px !important;
  }

  .p-t-xl-5 {
    padding-top: 5px !important;
  }

  .p-r-xl-5 {
    padding-right: 5px !important;
  }

  .p-b-xl-5 {
    padding-bottom: 5px !important;
  }

  .p-l-xl-5 {
    padding-left: 5px !important;
  }

  .p-x-xl-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .p-y-xl-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .p-xl-default {
    padding: 30px 30px !important;
  }

  .p-t-xl-default {
    padding-top: 30px !important;
  }

  .p-r-xl-default {
    padding-right: 30px !important;
  }

  .p-b-xl-default {
    padding-bottom: 30px !important;
  }

  .p-l-xl-default {
    padding-left: 30px !important;
  }

  .p-x-xl-default {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .p-y-xl-default {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .p-xl-10 {
    padding: 10px 10px !important;
  }

  .p-t-xl-10 {
    padding-top: 10px !important;
  }

  .p-r-xl-10 {
    padding-right: 10px !important;
  }

  .p-b-xl-10 {
    padding-bottom: 10px !important;
  }

  .p-l-xl-10 {
    padding-left: 10px !important;
  }

  .p-x-xl-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .p-y-xl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .p-xl-15 {
    padding: 15px 15px !important;
  }

  .p-t-xl-15 {
    padding-top: 15px !important;
  }

  .p-r-xl-15 {
    padding-right: 15px !important;
  }

  .p-b-xl-15 {
    padding-bottom: 15px !important;
  }

  .p-l-xl-15 {
    padding-left: 15px !important;
  }

  .p-x-xl-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .p-y-xl-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .p-xl-20 {
    padding: 20px 20px !important;
  }

  .p-t-xl-20 {
    padding-top: 20px !important;
  }

  .p-r-xl-20 {
    padding-right: 20px !important;
  }

  .p-b-xl-20 {
    padding-bottom: 20px !important;
  }

  .p-l-xl-20 {
    padding-left: 20px !important;
  }

  .p-x-xl-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .p-y-xl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .p-xl-30 {
    padding: 30px 30px !important;
  }

  .p-t-xl-30 {
    padding-top: 30px !important;
  }

  .p-r-xl-30 {
    padding-right: 30px !important;
  }

  .p-b-xl-30 {
    padding-bottom: 30px !important;
  }

  .p-l-xl-30 {
    padding-left: 30px !important;
  }

  .p-x-xl-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .p-y-xl-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .p-xl-40 {
    padding: 40px 40px !important;
  }

  .p-t-xl-40 {
    padding-top: 40px !important;
  }

  .p-r-xl-40 {
    padding-right: 40px !important;
  }

  .p-b-xl-40 {
    padding-bottom: 40px !important;
  }

  .p-l-xl-40 {
    padding-left: 40px !important;
  }

  .p-x-xl-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .p-y-xl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .p-xl-50 {
    padding: 50px 50px !important;
  }

  .p-t-xl-50 {
    padding-top: 50px !important;
  }

  .p-r-xl-50 {
    padding-right: 50px !important;
  }

  .p-b-xl-50 {
    padding-bottom: 50px !important;
  }

  .p-l-xl-50 {
    padding-left: 50px !important;
  }

  .p-x-xl-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .p-y-xl-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .p-xl-60 {
    padding: 60px 60px !important;
  }

  .p-t-xl-60 {
    padding-top: 60px !important;
  }

  .p-r-xl-60 {
    padding-right: 60px !important;
  }

  .p-b-xl-60 {
    padding-bottom: 60px !important;
  }

  .p-l-xl-60 {
    padding-left: 60px !important;
  }

  .p-x-xl-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .p-y-xl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .p-xl-100 {
    padding: 100px 100px !important;
  }

  .p-t-xl-100 {
    padding-top: 100px !important;
  }

  .p-r-xl-100 {
    padding-right: 100px !important;
  }

  .p-b-xl-100 {
    padding-bottom: 100px !important;
  }

  .p-l-xl-100 {
    padding-left: 100px !important;
  }

  .p-x-xl-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }

  .p-y-xl-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .p-xl-160 {
    padding: 160px 160px !important;
  }

  .p-t-xl-160 {
    padding-top: 160px !important;
  }

  .p-r-xl-160 {
    padding-right: 160px !important;
  }

  .p-b-xl-160 {
    padding-bottom: 160px !important;
  }

  .p-l-xl-160 {
    padding-left: 160px !important;
  }

  .p-x-xl-160 {
    padding-right: 160px !important;
    padding-left: 160px !important;
  }

  .p-y-xl-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }

  .p-xl-200 {
    padding: 200px 200px !important;
  }

  .p-t-xl-200 {
    padding-top: 200px !important;
  }

  .p-r-xl-200 {
    padding-right: 200px !important;
  }

  .p-b-xl-200 {
    padding-bottom: 200px !important;
  }

  .p-l-xl-200 {
    padding-left: 200px !important;
  }

  .p-x-xl-200 {
    padding-right: 200px !important;
    padding-left: 200px !important;
  }

  .p-y-xl-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .m-t-xl-auto {
    margin-top: auto !important;
  }

  .m-r-xl-auto {
    margin-right: auto !important;
  }

  .m-b-xl-auto {
    margin-bottom: auto !important;
  }

  .m-l-xl-auto {
    margin-left: auto !important;
  }

  .m-x-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .m-y-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 0 !important;
  }

  .m-t-xxl-0 {
    margin-top: 0 !important;
  }

  .m-r-xxl-0 {
    margin-right: 0 !important;
  }

  .m-b-xxl-0 {
    margin-bottom: 0 !important;
  }

  .m-l-xxl-0 {
    margin-left: 0 !important;
  }

  .m-x-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .m-y-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-xxl-5 {
    margin: 5px 5px !important;
  }

  .m-t-xxl-5 {
    margin-top: 5px !important;
  }

  .m-r-xxl-5 {
    margin-right: 5px !important;
  }

  .m-b-xxl-5 {
    margin-bottom: 5px !important;
  }

  .m-l-xxl-5 {
    margin-left: 5px !important;
  }

  .m-x-xxl-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .m-y-xxl-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .m-xxl-default {
    margin: 30px 30px !important;
  }

  .m-t-xxl-default {
    margin-top: 30px !important;
  }

  .m-r-xxl-default {
    margin-right: 30px !important;
  }

  .m-b-xxl-default {
    margin-bottom: 30px !important;
  }

  .m-l-xxl-default {
    margin-left: 30px !important;
  }

  .m-x-xxl-default {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .m-y-xxl-default {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .m-xxl-10 {
    margin: 10px 10px !important;
  }

  .m-t-xxl-10 {
    margin-top: 10px !important;
  }

  .m-r-xxl-10 {
    margin-right: 10px !important;
  }

  .m-b-xxl-10 {
    margin-bottom: 10px !important;
  }

  .m-l-xxl-10 {
    margin-left: 10px !important;
  }

  .m-x-xxl-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .m-y-xxl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .m-xxl-15 {
    margin: 15px 15px !important;
  }

  .m-t-xxl-15 {
    margin-top: 15px !important;
  }

  .m-r-xxl-15 {
    margin-right: 15px !important;
  }

  .m-b-xxl-15 {
    margin-bottom: 15px !important;
  }

  .m-l-xxl-15 {
    margin-left: 15px !important;
  }

  .m-x-xxl-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .m-y-xxl-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .m-xxl-20 {
    margin: 20px 20px !important;
  }

  .m-t-xxl-20 {
    margin-top: 20px !important;
  }

  .m-r-xxl-20 {
    margin-right: 20px !important;
  }

  .m-b-xxl-20 {
    margin-bottom: 20px !important;
  }

  .m-l-xxl-20 {
    margin-left: 20px !important;
  }

  .m-x-xxl-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .m-y-xxl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .m-xxl-30 {
    margin: 30px 30px !important;
  }

  .m-t-xxl-30 {
    margin-top: 30px !important;
  }

  .m-r-xxl-30 {
    margin-right: 30px !important;
  }

  .m-b-xxl-30 {
    margin-bottom: 30px !important;
  }

  .m-l-xxl-30 {
    margin-left: 30px !important;
  }

  .m-x-xxl-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .m-y-xxl-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .m-xxl-40 {
    margin: 40px 40px !important;
  }

  .m-t-xxl-40 {
    margin-top: 40px !important;
  }

  .m-r-xxl-40 {
    margin-right: 40px !important;
  }

  .m-b-xxl-40 {
    margin-bottom: 40px !important;
  }

  .m-l-xxl-40 {
    margin-left: 40px !important;
  }

  .m-x-xxl-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .m-y-xxl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .m-xxl-50 {
    margin: 50px 50px !important;
  }

  .m-t-xxl-50 {
    margin-top: 50px !important;
  }

  .m-r-xxl-50 {
    margin-right: 50px !important;
  }

  .m-b-xxl-50 {
    margin-bottom: 50px !important;
  }

  .m-l-xxl-50 {
    margin-left: 50px !important;
  }

  .m-x-xxl-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }

  .m-y-xxl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .m-xxl-60 {
    margin: 60px 60px !important;
  }

  .m-t-xxl-60 {
    margin-top: 60px !important;
  }

  .m-r-xxl-60 {
    margin-right: 60px !important;
  }

  .m-b-xxl-60 {
    margin-bottom: 60px !important;
  }

  .m-l-xxl-60 {
    margin-left: 60px !important;
  }

  .m-x-xxl-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .m-y-xxl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .m-xxl-100 {
    margin: 100px 100px !important;
  }

  .m-t-xxl-100 {
    margin-top: 100px !important;
  }

  .m-r-xxl-100 {
    margin-right: 100px !important;
  }

  .m-b-xxl-100 {
    margin-bottom: 100px !important;
  }

  .m-l-xxl-100 {
    margin-left: 100px !important;
  }

  .m-x-xxl-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }

  .m-y-xxl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .m-xxl-160 {
    margin: 160px 160px !important;
  }

  .m-t-xxl-160 {
    margin-top: 160px !important;
  }

  .m-r-xxl-160 {
    margin-right: 160px !important;
  }

  .m-b-xxl-160 {
    margin-bottom: 160px !important;
  }

  .m-l-xxl-160 {
    margin-left: 160px !important;
  }

  .m-x-xxl-160 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }

  .m-y-xxl-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }

  .m-xxl-200 {
    margin: 200px 200px !important;
  }

  .m-t-xxl-200 {
    margin-top: 200px !important;
  }

  .m-r-xxl-200 {
    margin-right: 200px !important;
  }

  .m-b-xxl-200 {
    margin-bottom: 200px !important;
  }

  .m-l-xxl-200 {
    margin-left: 200px !important;
  }

  .m-x-xxl-200 {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }

  .m-y-xxl-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .p-xxl-0 {
    padding: 0 0 !important;
  }

  .p-t-xxl-0 {
    padding-top: 0 !important;
  }

  .p-r-xxl-0 {
    padding-right: 0 !important;
  }

  .p-b-xxl-0 {
    padding-bottom: 0 !important;
  }

  .p-l-xxl-0 {
    padding-left: 0 !important;
  }

  .p-x-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .p-y-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-xxl-5 {
    padding: 5px 5px !important;
  }

  .p-t-xxl-5 {
    padding-top: 5px !important;
  }

  .p-r-xxl-5 {
    padding-right: 5px !important;
  }

  .p-b-xxl-5 {
    padding-bottom: 5px !important;
  }

  .p-l-xxl-5 {
    padding-left: 5px !important;
  }

  .p-x-xxl-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .p-y-xxl-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .p-xxl-default {
    padding: 30px 30px !important;
  }

  .p-t-xxl-default {
    padding-top: 30px !important;
  }

  .p-r-xxl-default {
    padding-right: 30px !important;
  }

  .p-b-xxl-default {
    padding-bottom: 30px !important;
  }

  .p-l-xxl-default {
    padding-left: 30px !important;
  }

  .p-x-xxl-default {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .p-y-xxl-default {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .p-xxl-10 {
    padding: 10px 10px !important;
  }

  .p-t-xxl-10 {
    padding-top: 10px !important;
  }

  .p-r-xxl-10 {
    padding-right: 10px !important;
  }

  .p-b-xxl-10 {
    padding-bottom: 10px !important;
  }

  .p-l-xxl-10 {
    padding-left: 10px !important;
  }

  .p-x-xxl-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .p-y-xxl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .p-xxl-15 {
    padding: 15px 15px !important;
  }

  .p-t-xxl-15 {
    padding-top: 15px !important;
  }

  .p-r-xxl-15 {
    padding-right: 15px !important;
  }

  .p-b-xxl-15 {
    padding-bottom: 15px !important;
  }

  .p-l-xxl-15 {
    padding-left: 15px !important;
  }

  .p-x-xxl-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .p-y-xxl-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .p-xxl-20 {
    padding: 20px 20px !important;
  }

  .p-t-xxl-20 {
    padding-top: 20px !important;
  }

  .p-r-xxl-20 {
    padding-right: 20px !important;
  }

  .p-b-xxl-20 {
    padding-bottom: 20px !important;
  }

  .p-l-xxl-20 {
    padding-left: 20px !important;
  }

  .p-x-xxl-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .p-y-xxl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .p-xxl-30 {
    padding: 30px 30px !important;
  }

  .p-t-xxl-30 {
    padding-top: 30px !important;
  }

  .p-r-xxl-30 {
    padding-right: 30px !important;
  }

  .p-b-xxl-30 {
    padding-bottom: 30px !important;
  }

  .p-l-xxl-30 {
    padding-left: 30px !important;
  }

  .p-x-xxl-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .p-y-xxl-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .p-xxl-40 {
    padding: 40px 40px !important;
  }

  .p-t-xxl-40 {
    padding-top: 40px !important;
  }

  .p-r-xxl-40 {
    padding-right: 40px !important;
  }

  .p-b-xxl-40 {
    padding-bottom: 40px !important;
  }

  .p-l-xxl-40 {
    padding-left: 40px !important;
  }

  .p-x-xxl-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .p-y-xxl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .p-xxl-50 {
    padding: 50px 50px !important;
  }

  .p-t-xxl-50 {
    padding-top: 50px !important;
  }

  .p-r-xxl-50 {
    padding-right: 50px !important;
  }

  .p-b-xxl-50 {
    padding-bottom: 50px !important;
  }

  .p-l-xxl-50 {
    padding-left: 50px !important;
  }

  .p-x-xxl-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .p-y-xxl-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .p-xxl-60 {
    padding: 60px 60px !important;
  }

  .p-t-xxl-60 {
    padding-top: 60px !important;
  }

  .p-r-xxl-60 {
    padding-right: 60px !important;
  }

  .p-b-xxl-60 {
    padding-bottom: 60px !important;
  }

  .p-l-xxl-60 {
    padding-left: 60px !important;
  }

  .p-x-xxl-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .p-y-xxl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .p-xxl-100 {
    padding: 100px 100px !important;
  }

  .p-t-xxl-100 {
    padding-top: 100px !important;
  }

  .p-r-xxl-100 {
    padding-right: 100px !important;
  }

  .p-b-xxl-100 {
    padding-bottom: 100px !important;
  }

  .p-l-xxl-100 {
    padding-left: 100px !important;
  }

  .p-x-xxl-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }

  .p-y-xxl-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .p-xxl-160 {
    padding: 160px 160px !important;
  }

  .p-t-xxl-160 {
    padding-top: 160px !important;
  }

  .p-r-xxl-160 {
    padding-right: 160px !important;
  }

  .p-b-xxl-160 {
    padding-bottom: 160px !important;
  }

  .p-l-xxl-160 {
    padding-left: 160px !important;
  }

  .p-x-xxl-160 {
    padding-right: 160px !important;
    padding-left: 160px !important;
  }

  .p-y-xxl-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }

  .p-xxl-200 {
    padding: 200px 200px !important;
  }

  .p-t-xxl-200 {
    padding-top: 200px !important;
  }

  .p-r-xxl-200 {
    padding-right: 200px !important;
  }

  .p-b-xxl-200 {
    padding-bottom: 200px !important;
  }

  .p-l-xxl-200 {
    padding-left: 200px !important;
  }

  .p-x-xxl-200 {
    padding-right: 200px !important;
    padding-left: 200px !important;
  }

  .p-y-xxl-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .m-t-xxl-auto {
    margin-top: auto !important;
  }

  .m-r-xxl-auto {
    margin-right: auto !important;
  }

  .m-b-xxl-auto {
    margin-bottom: auto !important;
  }

  .m-l-xxl-auto {
    margin-left: auto !important;
  }

  .m-x-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .m-y-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
* {
  outline: none;
}

.text-center {
  text-align: center;
}

.text-small {
  font-size: 14px;
  line-height: 18px;
}

.text-light {
  color: #F2EEFF;
}

.text-medium {
  font-size: 18px;
}

.text-muted {
  color: #9DA1B2;
}

strong, b {
  font-weight: 700;
}

.fullwidth {
  width: 100%;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

.row--grid-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row--grid-10 > div {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}

.row--grid-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.row--grid-30 > div {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  color: #9DA1B2;
  overflow-x: hidden;
  background-color: #16171a;
  font-size: 16px;
  line-height: 1.5;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }
}
a {
  color: #f81a78;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.heading-1,
.html h1,
.heading-2,
.html h2,
.heading-3,
.html h3 {
  color: #F2EEFF;
  font-family: "Noto Sans", serif;
}

.heading-1,
.html h1 {
  color: #F2EEFF;
  font-size: 30px;
  line-height: 38px;
  margin: 0 0 20px 0;
  letter-spacing: -2px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .heading-1 {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .heading-1 {
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 40px;
  }
}
.heading-2,
.html h2 {
  color: #F2EEFF;
  font-size: 26px;
  line-height: 32px;
  margin: 0 0 20px 0;
  font-weight: 700;
}

@media (min-width: 768px) {
  .heading-2,
.html h2 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
  }
}
.heading-3,
.html h3 {
  color: #F2EEFF;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 16px 0;
  font-weight: 600;
}

@media (min-width: 768px) {
  .heading-3,
.html h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 18px;
  }
}
.heading-4 {
  text-transform: uppercase;
  font-style: italic;
  color: #F2EEFF;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1.3px;
  font-family: "Noto Sans", sans-serif;
  margin-bottom: 18px;
}

@media (min-width: 768px) {
  .heading-4 {
    font-size: 14px;
    line-height: 18px;
  }
}
.heading-light {
  color: #F2EEFF;
}

.html > *:first-child {
  margin-top: 0;
}
.html > *:last-child {
  margin-bottom: 0;
}

.global-loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
}
.global-loader__icon {
  display: block;
  font-size: 30px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  margin: 0 auto 10px auto;
  -webkit-animation: rotating 1s linear infinite;
          animation: rotating 1s linear infinite;
}
.global-loader__content {
  border-radius: 10px;
  display: block;
  background: linear-gradient(111deg, #FC0441 0%, #F62DA8 100%) 0% 0%;
  padding: 30px 50px;
  font-style: italic;
  color: #fff;
  font-weight: 700;
}
.global-loader--hide {
  display: none;
}

.bg-colors {
  background-image: url("/assets/site/images/bg_colors.webp");
  background-position: top center;
  background-size: 100% auto;
  background-color: #020002;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .bg-colors {
    background-position: center -20vw;
  }
}
@media (min-width: 992px) {
  .bg-colors {
    background-position: center -50vw;
  }
}
@media (min-width: 1400px) {
  .bg-colors {
    background-position: center -60vw;
  }
}
@media (min-width: 2000px) {
  .bg-colors {
    background-position: center -70vw;
  }
}
.site-logo {
  display: block;
}
.site-logo img {
  display: block;
  height: 30px;
  width: auto;
}

@media (min-width: 768px) {
  .site-logo img {
    height: 50px;
  }
}
.logo-hero {
  display: block;
  height: auto;
  width: 260px;
  margin-top: 100px;
}

@media (min-width: 768px) {
  .logo-hero {
    width: 400px;
    margin-top: 160px;
  }
}
@media (min-width: 992px) {
  .logo-hero {
    width: 720px;
    margin-top: 200px;
  }
}
.shadow {
  box-shadow: rgba(0, 0, 0, 0.08) 0px 5px 50px 0px;
}

.header-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
}
.header-wrapper .header {
  display: flex;
  justify-content: space-between;
  height: 60px;
  align-items: center;
  position: relative;
}
body.sticky-header .header-wrapper {
  position: fixed;
  transition: background-color 0.2s linear;
  background: #16171a;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 5px 50px 0px;
}

.sticky-header-spacer {
  height: 60px;
}

@media (min-width: 768px) {
  .sticky-header-spacer {
    height: 130px;
  }
}
@media (min-width: 768px) {
  .header-wrapper .header {
    height: 130px;
  }
  .header-wrapper .header.sticky-header {
    height: 60px;
  }
}
.header__right {
  /*display: flex;
  align-items: center;*/
}

.bg-helper {
  background-color: #020002;
}

.social-icons {
  display: flex;
  margin-left: 16px;
}
.social-icons a {
  color: #fff;
  transition: color 0.2s linear;
  text-decoration: none;
  display: block;
  margin-left: 5px;
  font-size: 24px;
  line-height: 24px;
}
.social-icons a i {
  font-size: 24px;
  line-height: 24px;
}
.social-icons a:hover {
  color: #f81a78;
  text-decoration: none;
  transition: color 0.2s linear;
}

.scroll-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .scroll-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.sb-toggler {
  display: block;
  width: 28px;
  cursor: pointer;
  margin-left: 15px;
}
.sb-toggler span {
  background: white;
  display: block;
  height: 3px;
  margin-bottom: 5px;
  transition: all 0.2s linear;
}
.sb-toggler span:first-of-type {
  width: 60%;
}
.sb-toggler span:last-of-type {
  width: 80%;
}
.sb-toggler span:last-of-type {
  margin-bottom: 0;
}
.sb-toggler:hover {
  cursor: pointer;
}
.sb-toggler:hover span:first-of-type {
  width: 80%;
}
.sb-toggler:hover span:last-of-type {
  width: 60%;
}

@media (min-width: 992px) {
  .sb-toggler {
    display: none;
  }
}
.navbar {
  display: none;
}

@media (min-width: 992px) {
  .navbar {
    position: relative;
    list-style: none;
    margin: 0;
    display: flex;
    gap: 10px;
  }
  .navbar > li > a {
    display: block;
    padding: 10px 5px;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    transition: color 0.2s linear;
    color: rgba(255, 255, 255, 0.8);
  }
  .navbar > li > a:hover {
    color: #F2EEFF;
    transition: color 0.2s linear;
  }
  .navbar > li > a.active {
    color: #F2EEFF;
    border-bottom: 2px solid #F2EEFF;
  }
  .navbar li {
    position: relative;
  }
  .navbar li ul {
    display: none;
    position: absolute;
    top: 100%;
    background: #fff;
    list-style: none;
    color: #f81a78;
    padding: 5px 15px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 5px 50px 0px;
  }
  .navbar li ul li {
    border-bottom: 1px solid #E0E4E8;
  }
  .navbar li ul li:last-of-type {
    border: none;
  }
  .navbar li ul li a {
    display: block;
    padding: 10px 5px;
    text-decoration: none;
    white-space: nowrap;
  }
  .navbar li ul li a:hover {
    text-decoration: none;
    color: #f62ca6;
  }
  .navbar li:hover ul {
    display: block;
  }

  .sticky-header .navbar a {
    /*font-size: 12px;*/
  }
}
@media (min-width: 1260px) {
  .navbar {
    gap: 30px;
  }
}
.secondnavbar {
  display: none;
}

@media (min-width: 992px) {
  .secondnavbar {
    list-style: none;
    margin: 0;
    display: flex;
    gap: 10px;
    position: absolute;
    top: 10px;
    right: 0;
  }
  .secondnavbar a {
    font-family: "Noto Sans", sans-serif;
    display: block;
    padding: 0 5px;
    color: #000;
    text-decoration: none;
    font-size: 11px;
    font-weight: 500;
    transition: color 0.2s linear;
  }
  .secondnavbar a:hover {
    color: #f81a78;
    transition: color 0.2s linear;
  }
  .secondnavbar a.active {
    color: #f81a78;
  }

  .sticky-header .secondnavbar {
    top: -2px;
  }
}
.lang-selector {
  margin-left: 20px;
}
.lang-selector a {
  color: #fff;
  transition: color 0.2s linear;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
}
.lang-selector a:hover {
  color: #f81a78;
  transition: color 0.2s linear;
}

.sb-right {
  background: #020002;
}

.mobile-nav {
  list-style: none;
  margin: 0;
  padding: 20px;
}
.mobile-nav li {
  padding: 10px 5px;
  border-bottom: 1px solid #16171a;
}
.mobile-nav li:last-of-type {
  border-bottom: none;
}
.mobile-nav li a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.2s linear;
  text-transform: uppercase;
}
.mobile-nav li a:hover {
  color: #F2EEFF;
  transition: color 0.2s linear;
}
.mobile-nav li a.active {
  color: #f81a78;
}
.mobile-nav li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-nav li ul li {
  border-bottom: none;
  padding-left: 20px;
}
.mobile-nav li ul li a {
  text-transform: none;
}

.flyer-slider {
  display: none;
}
.flyer-slider.slick-initialized {
  display: block;
}
.flyer-slider__slide {
  height: 70vh;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.flyer-slider__slide-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  padding-bottom: 60px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 50%);
}
.flyer-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 40px;
  color: #fff;
  z-index: 100;
  opacity: 0.5;
  cursor: pointer;
}
.flyer-slider .slick-arrow:hover {
  opacity: 1;
}
.flyer-slider .slick-arrow.slick-prev {
  left: 20px;
}
.flyer-slider .slick-arrow.slick-next {
  right: 20px;
}

@media (min-width: 992px) {
  .flyer-slider__slide-overlay {
    padding-bottom: 100px;
  }
}
.flyer__title {
  color: #fff;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  font-family: "Noto Sans", serif;
  margin-bottom: 10px;
}
.flyer__description {
  font-size: 18px;
  color: #fff;
}

@media (min-width: 768px) {
  .flyer__title {
    font-size: 62px;
    line-height: 86px;
    margin-bottom: 10px;
  }
  .flyer__description {
    font-size: 22px;
    color: #fff;
  }
}
@media (min-width: 992px) {
  .flyer__title {
    margin-bottom: 10px;
  }
}
.flyer-boxes {
  gap: 10px;
}

@media (min-width: 768px) {
  .flyer-boxes {
    gap: 30px;
  }
}
.flyer-box {
  border: 1px solid rgba(255, 255, 255, 0.21);
  width: 100px;
  height: 92px;
  color: #fff;
  padding: 14px 10px 18px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  background-color: rgba(255, 255, 255, 0.26);
  transition: all 0.2s linear;
}
.flyer-box:hover {
  text-decoration: none;
  transform: scale(0.9) translateY(-5%);
  transition: all 0.2s linear;
}
.flyer-box__icon {
  font-size: 25px;
}
.flyer-box__title {
  font-size: 9px;
  line-height: 11px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1.3px;
  font-family: "Noto Sans", sans-serif;
}

@media (min-width: 768px) {
  .flyer-box {
    width: 130px;
  }
  .flyer-box__title {
    font-size: 10px;
    line-height: 12px;
  }
}
.subpage-header {
  background-size: cover;
  background-position: center center;
  background-image: url("/assets/site/images/bg_colors.webp");
  height: 60px;
}

@media (min-width: 768px) {
  .subpage-header {
    height: 130px;
  }
}
.section {
  padding: 40px 0;
  position: relative;
}
.section--with-image {
  padding: 0;
}
.section--about-bottom {
  background: #FFFBF4;
}
.section--about-bottom:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  height: 80px;
  background: #fff;
}
.section-content {
  position: relative;
}
.section--light {
  background-color: #FFFBF4;
}
.section--dark {
  background: #16171a;
}

@media (min-width: 768px) {
  .section {
    padding: 60px 0;
  }
  .section--light .section-content {
    padding: 40px 0;
    background: none;
  }
  .section--dark .section-content {
    padding: 0;
    background: none;
  }
}
@media (min-width: 1260px) {
  .section {
    padding: 60px 0;
  }
}
.section-image {
  width: 100%;
  padding-top: 56%;
  background-size: cover;
  background-position: center center;
}
.section-image--position-top {
  background-position: top center;
}

@media (min-width: 768px) {
  .section-image {
    position: absolute;
    left: 0;
    right: 50%;
    bottom: 0;
    top: 0;
    width: auto;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .section-content__spacing-left {
    padding-left: 40px;
  }

  .section--with-image {
    padding: 0;
  }
  .section--with-image .section-content {
    display: flex;
    align-items: center;
    min-height: calc( (100vw / 2) * 0.83);
  }
}
@media (min-width: 1260px) {
  .section-content__spacing-left {
    padding-left: 60px;
  }
}
.section-title {
  font-size: 24px;
  margin: 0 0 20px 0;
}
.section-title__icon {
  color: #f81a78;
}

@media (min-width: 768px) {
  .section-title {
    position: relative;
  }
  .section-title__icon {
    position: absolute;
    top: 4px;
    right: calc(100% + 5px);
  }
}
.section-separator:after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  margin: 0 auto;
  opacity: 0.4;
}

.pulse-circle-wrapper .pulse-circle > *::before, .pulse-circle-wrapper .pulse-circle > *::after, .pulse-circle-wrapper .pulse-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 1em;
  height: 1em;
}

.pulse-circle-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  translate: -5px -1px;
  --pulse-animation-duration: 6s;
  margin-left: 26px;
}

.pulse-circle-wrapper .pulse-circle {
  font-size: 24px;
}

.pulse-circle-wrapper .pulse-circle > *::before, .pulse-circle-wrapper .pulse-circle > *::after {
  content: "";
  border-radius: 50%;
  z-index: -1;
  background: rgba(30, 91, 124, 0.8);
  opacity: 0;
  -webkit-animation: pulse-circle 6s infinite linear;
          animation: pulse-circle 6s infinite linear;
}

.pulse-circle-wrapper .pulse-circle > :first-child:after {
  -webkit-animation-delay: calc(6s / 2);
          animation-delay: calc(6s / 2);
}

.pulse-circle-wrapper .pulse-circle > :last-child:before {
  -webkit-animation-delay: calc(6s / 4);
          animation-delay: calc(6s / 4);
}

.pulse-circle-wrapper .pulse-circle > :last-child:after {
  -webkit-animation-delay: calc(6s * 3 / 4);
          animation-delay: calc(6s * 3 / 4);
}

.btn,
.swal2-modal .swal2-confirm.swal2-styled {
  outline: none;
  box-shadow: none !important;
  display: inline-flex;
  min-height: 48px;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 15px 24px;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  border: none;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(100deg, #FC0441 0%, #F62DA8 100%) 0% 0%;
  font-weight: 600;
  position: relative;
  transition: all 0.2s linear;
}
.btn:hover,
.swal2-modal .swal2-confirm.swal2-styled:hover {
  background: linear-gradient(100deg, #F62DA8 0%, #FC0441 100%) 0% 0%;
  text-decoration: none;
  transition: all 0.2s linear;
}
.btn--secondary,
.swal2-modal .swal2-confirm.swal2-styled--secondary {
  background: #FFFFFF26;
}
.btn--secondary:hover,
.swal2-modal .swal2-confirm.swal2-styled--secondary:hover {
  color: #fff;
  background: linear-gradient(100deg, #F62DA8 0%, #FC0441 100%) 0% 0%;
}

@media (min-width: 768px) {
  .btn,
.swal2-modal .swal2-confirm.swal2-styled {
    padding: 15px 40px;
  }
}
.btn--with-icon {
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  gap: 0px;
}
.btn--with-icon i {
  outline: none;
  box-shadow: none !important;
  display: inline-flex;
  min-height: 48px;
  min-width: 48px;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 15px 15px;
  line-height: 18px;
  text-align: center;
  border: none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  gap: 10px;
  font-size: 14px;
}

.btn-text {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
.btn-text:hover {
  text-decoration: none;
  color: #f81a78;
}
.btn-text--pulse {
  margin: 20px 0 0 30px;
  line-height: 32px;
}
.btn-text--pulse span {
  position: relative;
}
.btn-text--white {
  color: white;
}
.btn-text--white:hover {
  color: white;
}

.btn-icon {
  outline: none;
  box-shadow: none !important;
  display: inline-flex;
  min-height: 48px;
  min-width: 48px;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 15px 15px;
  line-height: 18px;
  text-align: center;
  border: none;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(100deg, #FC0441 0%, #F62DA8 100%) 0% 0%;
  font-weight: 700;
  gap: 10px;
  font-size: 14px;
  position: relative;
  transition: all 0.2s linear;
}
.btn-icon i {
  font-size: 18px;
}
.btn-icon:hover {
  background: linear-gradient(100deg, #F62DA8 0%, #FC0441 100%) 0% 0%;
  text-decoration: none;
  transition: all 0.2s linear;
}

.watch-tour-link {
  font-size: 12px;
  color: #F2EEFF;
  line-height: 14px;
  display: flex;
  align-items: center;
  gap: 15px;
  text-transform: uppercase;
  font-family: "Noto Sans", sans-serif;
  letter-spacing: 1.3px;
  text-decoration: none;
  transition: all 0.2s linear;
}
.watch-tour-link i {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid #F2EEFF;
  color: #F2EEFF;
  font-size: 18px;
  line-height: 52px;
  text-align: center;
  padding-left: 3px;
  transition: all 0.2s linear;
}
.watch-tour-link:hover {
  color: #f81a78;
  text-decoration: none;
  transition: all 0.2s linear;
}
.watch-tour-link:hover i {
  color: #ffffff;
  background-color: #F2EEFF;
  transition: all 0.2s linear;
}

.footer {
  padding: 60px;
  color: white;
  background: linear-gradient(111deg, #FC0441 0%, #F62DA8 100%) 0% 0%;
}
.footer a {
  text-decoration: none;
  color: inherit;
  transition: all 0.2s linear;
}
.footer a:hover {
  color: white;
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.2s linear;
}
.footer .heading-3 {
  color: #fff;
}

.footer-bottom {
  color: #fff;
  font-size: 14px;
  /*
      &__separator {
          border-top: 1px solid $grayBorder;
      }
   */
}
.footer-bottom a {
  color: #fff;
}

.site-author {
  display: flex;
  justify-content: center;
  opacity: 0.7;
  margin-top: 0px;
}
.site-author img {
  height: 8px;
  width: auto;
}
.site-author:hover {
  opacity: 1;
}

.datatable tr td {
  vertical-align: top;
  line-height: 1.1;
  padding-bottom: 8px;
}

.datatable tr td:first-child {
  padding-right: 20px;
}

@media (min-width: 768px) {
  .datatable tr td:first-child {
    padding-right: 40px;
  }
}
.datatable tr td:last-child {
  white-space: nowrap;
}

.cookie-consent-info {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1100;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 15px;
  font-size: 12px;
  line-height: 1.4;
}
.cookie-consent-info__title {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
}
.cookie-consent-info__center-modal-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cookie-consent-info__modal {
  background: #252629;
  padding: 15px;
  /*border-radius: 6px;
  box-shadow: 0 2px 3px 0 rgb(0 0 0 / 20%);*/
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

@media (min-width: 768px) {
  .cookie-consent-info {
    width: 50%;
    left: 50%;
  }
}
.cookie-consent-settings {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1100;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 14px;
}
.cookie-consent-settings__center-modal-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.75rem auto;
  min-height: calc(100% - (1.75rem * 2));
}
.cookie-consent-settings__modal {
  background: #252629;
  padding: 20px;
  width: calc(100vw - 40px);
  border-radius: 6px;
}

@media (min-width: 768px) {
  .cookie-consent-settings__modal {
    max-width: 700px;
  }
}
body.cookie-consent-modal-opened {
  overflow: hidden;
}

.red-banner-line {
  background: linear-gradient(-47deg, #C32149 0%, #870c26 100%);
}
.red-banner-line .banner-area__title {
  color: #fff;
}

.banner-zone__after-head {
  /*background: url('/assets/site/gfx/concrete_80.jpg') center center;*/
}
.banner-zone img {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}

.banner-area {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.banner-area__content {
  position: relative;
  max-width: 100%;
}
.banner-area__title {
  position: absolute;
  top: -14px;
  right: 0;
  font-size: 10px;
  line-height: 12px;
  padding: 2px 4px;
}
.banner-area__banner {
  max-width: 100%;
  overflow-x: hidden;
}
.banner-area__banner img {
  display: block;
}

.page-image-bg {
  position: relative;
  color: #fff;
}

.program-component {
  position: relative;
}
.program-component__description {
  margin-bottom: 30px;
}

.partners {
  padding: 70px 0;
  background: linear-gradient(101deg, #FC0441 0%, #F62DA8 100%) 0% 0%;
}

.partners-slider__slide a {
  display: block;
  width: 180px;
  height: 38px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.marked-partners-slider__slide {
  display: block;
  width: 170px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.partners-slider__slide {
  display: block;
  width: 170px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
}
.partners-slider__slide:hover {
  opacity: 0.7;
}

.professional-partners-slider__slide {
  display: block;
  width: 100px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.7;
}
.professional-partners-slider__slide:hover {
  opacity: 1;
}

.partner-slider__slide {
  padding: 4px 10px;
}

.html {
  word-wrap: break-word;
}
.html:after {
  content: "";
  display: block;
  clear: both;
}
.html a {
  /*
  &:hover {
  	color: $defaultColor;
  	text-decoration: underline;
  }
         */
}
.html > *:first-child {
  margin-top: 0 !important;
}
.html > *:last-child {
  margin-bottom: 0 !important;
}
.html img {
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  height: auto !important;
  display: inline-block;
}
.html img.floated-left, .html img.floated-right {
  max-width: 40%;
  height: auto;
}
.html img.floated-left {
  float: left !important;
  margin-right: 20px !important;
}
.html img.floated-right {
  float: right !important;
  margin-left: 20px !important;
}
.html table {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100% !important;
  border-collapse: collapse;
}
.html table tbody tr {
  border-bottom: 1px solid #E0E4E8;
}
.html table tbody tr:last-of-type {
  border: none;
}
.html table tbody tr td {
  padding: 10px;
  vertical-align: top;
}
.html table tbody tr td p:first-child {
  margin-top: 0;
}
.html table tbody tr td p:last-child {
  margin-bottom: 0;
}
.html p {
  margin-top: 16px;
  margin-bottom: 16px;
}
.html ul li {
  list-style: none;
  padding-left: 16px;
  margin-bottom: 8px;
  position: relative;
}
.html ul li p:first-of-type {
  margin-top: 0;
}
.html ul li p:last-of-type {
  margin-bottom: 0;
}
.html ul li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
  background: #9DA1B2;
}

@media (min-width: 768px) {
  .html img {
    margin: 0 0 0px 0;
    vertical-align: middle;
  }
}
.html-content--larger-text {
  font-size: 22px;
  line-height: 1.1;
}
.html-content--larger-text ul li {
  padding-left: 94px;
  margin-bottom: 26px;
}
.html-content--larger-text ul li:before {
  top: 2px;
  width: 26px;
  height: 26px;
}

.partnerbox {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.7;
}
.partnerbox:hover {
  opacity: 1;
}
.partnerbox--marked-partner {
  width: 180px;
  height: 64px;
}
.partnerbox--partner {
  width: 120px;
  height: 44px;
}
.partnerbox--professional-partner {
  width: 100px;
  height: 34px;
}

.partnerlist-component {
  background: #f5f5f5;
}

.hover-image-container {
  display: block;
  overflow: hidden;
}
.hover-image-container img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.2s linear;
}
.hover-image-container:hover img {
  transform: scale(1.1);
  transition: all 0.2s linear;
}

.hover-image-wrapper {
  display: block;
  overflow: hidden;
}

.gallery-video-box {
  width: 100%;
  display: block;
  overflow: hidden;
  color: #9DA1B2;
  position: relative;
}
.gallery-video-box img {
  display: block;
  width: 100%;
  height: auto;
}
.gallery-video-box__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 40%);
}
.gallery-video-box__title {
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  color: #fff !important;
}
.gallery-video-box__lead {
  font-size: 15px;
  line-height: 17px;
  color: #f0f0f0;
}
.gallery-video-box__video-preview {
  width: 100%;
  height: 0;
  padding-top: calc(9/16 * 100%);
  background-size: cover;
  background-position: center center;
  position: relative;
}
.gallery-video-box__video-preview:before, .gallery-video-box__video-preview:after {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s linear;
}
.gallery-video-box__video-preview:before {
  left: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f81a78;
  z-index: 100;
}
.gallery-video-box__video-preview:after {
  left: calc(50% + 3px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0px 12px 24px;
  border-color: transparent transparent transparent #fff;
  z-index: 200;
}
.gallery-video-box:hover {
  text-decoration: none;
}
.gallery-video-box:hover .gallery-video-box__title {
  color: #f81a78;
  text-decoration: none;
}
.gallery-video-box:hover .gallery-video-box__video-preview:before, .gallery-video-box:hover .gallery-video-box__video-preview:after {
  opacity: 1;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li {
  list-style: none;
  margin: 0;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.ratings {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ratings i {
  color: #FFB646;
}

.rating-info__heading {
  text-align: center;
}
.rating-info .ratings {
  justify-content: center;
}
.rating-info__left {
  padding-bottom: 20px;
  border-bottom: 1px solid #E0E4E8;
}
.rating-info__right {
  text-align: center;
}

@media (min-width: 768px) {
  .rating-info {
    display: flex;
    justify-content: center;
  }
  .rating-info__left {
    padding: 0 40px 0 0;
    border-right: 1px solid #E0E4E8;
    border-bottom: none;
    display: flex;
    align-items: center;
  }
  .rating-info__heading {
    text-align: left;
    margin-bottom: 0;
  }
  .rating-info .ratings {
    justify-content: flex-start;
  }
  .rating-info__right {
    padding-left: 40px;
    text-align: center;
    white-space: nowrap;
  }
}
.comment {
  background: black;
  padding: 40px 20px;
}
.comment__avatar {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
}
.comment__author {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  font-family: "Noto Sans", serif;
}
.comment__author-firm {
  font-size: 14px;
  line-height: 16px;
}
.comment__content {
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  font-weight: 300;
}

@media (min-width: 768px) {
  .comment__author {
    font-size: 20px;
    line-height: 26px;
  }
  .comment__content {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  .comments-slider {
    margin: 0 -15px;
  }
  .comments-slider .slick-slide > div {
    padding: 0 15px;
  }
}
.gallery-container {
  display: flex;
  gap: 3px;
  flex-wrap: wrap;
}
.gallery-container > div {
  display: block;
  width: calc( (100% - 9px) / 4);
}
.gallery-container img {
  display: block;
}

@media (min-width: 768px) {
  .gallery-container {
    gap: 20px;
  }
  .gallery-container > div {
    display: block;
    width: calc((100% - 40px) / 3);
  }
}
.footer-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-nav li {
  margin-bottom: 10px;
  text-align: center;
}
.footer-nav li:last-of-type {
  margin-bottom: 0;
}
.footer-nav a {
  color: #fff;
  font-weight: 600;
  transition: all 0.2s linear;
}
.footer-nav a:hover {
  opacity: 0.8;
  text-decoration: none;
  transition: all 0.2s linear;
}

@media (min-width: 992px) {
  .footer-nav li {
    text-align: left;
  }
}
.footer-social-icons {
  display: flex;
  gap: 10px;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 48px;
  height: 48px;
  color: #3F3F3F;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  transition: all 0.2s linear;
}
.social-icon:hover {
  background: #16171a;
  color: #F2EEFF;
  transition: all 0.2s linear;
}

.form-group {
  margin-bottom: 16px;
}

.form-group .error,
[data-message-for] {
  color: #f91c78;
  font-size: 12px;
}

.form-control,
.choices__inner {
  border: none;
  border-radius: 26px;
  background: #252629;
  height: 52px;
  line-height: 52px;
  padding: 0 20px;
  width: 100%;
  font-family: "Noto Sans", sans-serif;
  color: #F2EEFF;
}
.form-control:focus,
.choices__inner:focus {
  background: #252629;
  line-height: 48px;
  padding: 0 16px;
  border: 2px solid #f81a78;
}

.choices {
  margin-bottom: 0;
}

.is-open .choices__inner {
  border-radius: 26px 26px 0 0;
}

.choices__list--single {
  padding: 0;
}

.choices__list {
  background: #252629;
  color: #F2EEFF;
  border: none;
  border-radius: 0 0 26px 26px;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background: linear-gradient(111deg, #FC0441 0%, #F62DA8 100%) 0% 0%;
  color: #fff;
}

.choices__list--dropdown .choices__item--selectable {
  padding-right: 20px;
}

.choices__input,
.choices[data-type*=select-one] .choices__input {
  border: 8px solid #252629 !important;
  background: #FFFFFF26;
  color: #fff;
  border-radius: 31px;
}

textarea.form-control {
  height: 140px;
  line-height: 18px !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  resize: none;
}

.checkbox-wrapper {
  display: flex;
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
}

/*
input[type="checkbox"]{
	display: none;

	& + span {
		cursor: pointer;
		position: relative;
		display: block;
		width: 18px;
		height: 18px;
		min-width: 18px;
		border-radius: 3px;
		background: $gray;
		border: 1px solid $gray;
		margin-right: 5px;
	}
	&:checked + span:after {
		content: '';
		position: absolute;
		border-left: 3px solid var(--default-color);
		border-bottom: 3px solid var(--default-color);
		width: 10px;
		height: 6px;
		transform: rotate(-45deg);
		left: 3px;
		top: 4px;
	}
}
*/
input[type=checkbox] {
  display: none;
}
input[type=checkbox] + label {
  display: inline-block;
  cursor: pointer;
  padding: 4px 0 0 26px;
  position: relative;
  font-size: 14px;
  line-height: 18px;
}
input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  margin-right: 5px;
  position: absolute;
  top: 1px;
  left: 0;
  background: none;
  border: 2px solid #f81a78;
}
input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  border-left: 2px solid #F2EEFF;
  border-bottom: 2px solid #F2EEFF;
  border-top: 2px solid transparent;
  width: 12px;
  height: 7px;
  transform: rotate(-45deg);
  left: 5px;
  top: 7px;
}

.form-label {
  padding-top: 4px;
  display: block;
  color: #F2EEFF;
  font-size: 13px;
}
.form-label.marked {
  font-weight: bold;
}
.form-label.marked:after {
  content: "*";
}

@media (min-width: 768px) {
  .form-horizontal .form-label {
    text-align: right;
  }
}
.form-description {
  font-style: italic;
  font-size: 13px;
}

.daterangepicker {
  border: 1px solid #E0E4E8;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.ui-datepicker-inline .ui-datepicker-prev,
.ui-datepicker-inline .ui-datepicker-next {
  display: none;
}
.ui-datepicker-inline .ui-datepicker-title {
  text-align: center;
  font-family: "Noto Sans", serif;
  color: #F2EEFF;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.ui-datepicker-inline .ui-datepicker-calendar {
  width: 100%;
}
.ui-datepicker-inline .ui-datepicker-calendar td {
  text-align: right;
}
.ui-datepicker-inline .ui-datepicker-calendar td a,
.ui-datepicker-inline .ui-datepicker-calendar td .ui-state-default {
  display: block;
  padding: 4px;
  background: rgba(16, 167, 52, 0.2);
  color: #F2EEFF;
  cursor: default;
}
.ui-datepicker-inline .ui-datepicker-calendar td a:hover,
.ui-datepicker-inline .ui-datepicker-calendar td .ui-state-default:hover {
  text-decoration: none;
}
.ui-datepicker-inline .ui-datepicker-calendar td.ui-state-reserved a {
  display: block;
  padding: 4px;
  background: rgba(206, 36, 36, 0.2) !important;
  color: #F2EEFF;
  cursor: default;
}
.ui-datepicker-inline .ui-datepicker-calendar td.ui-state-reserved a:hover {
  text-decoration: none;
}

.daterangepicker td.available:hover {
  background: rgba(16, 167, 52, 0.2);
}
.daterangepicker td.active {
  background: #f4f4f4;
}
.daterangepicker td.active:hover {
  background: #10a734;
}
.daterangepicker td.in-range {
  background: rgba(16, 167, 52, 0.2);
}
.daterangepicker td.in-range.range-error {
  background: rgba(167, 16, 16, 0.2);
}
.daterangepicker td.start-date, .daterangepicker td.end-date {
  background: #10a734;
}
.daterangepicker td.start-date.end-date.active:not(.disabled) {
  background: none;
  color: #999;
}
.daterangepicker td.start-date.range-error, .daterangepicker td.end-date.range-error {
  background: #a71010;
}
.daterangepicker td.start-date.end-date.active.disabled, .daterangepicker td.disabled {
  background: rgba(167, 16, 16, 0.2);
  text-decoration: none;
  color: #999;
}
.daterangepicker td.another-month {
  visibility: hidden !important;
}

.reservation-price__info {
  margin: 50px 0 30px 0;
  padding: 30px 0;
  background: #FFFBF4;
  color: #000;
}
.reservation-price__title {
  font-size: 16px;
  font-weight: 600;
}
.reservation-price__amount {
  font-weight: 600;
  font-size: 22px;
}

.videoWrapper {
  max-width: 560px;
  margin: 20px auto;
}
.videoWrapper__iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 20px auto;
}
.videoWrapper__iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  .videoWrapper--right {
    float: right;
    margin-left: 20px;
    width: 560px;
  }
}
.daterangepicker_input_label {
  font-size: 14px;
  font-weight: bold;
  color: black;
}

.home-section2-image {
  height: 440px;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 768px) {
  .home-section2-image {
    height: 560px;
  }
}
.home-section2-card {
  margin-top: -60px;
}

.sectionbox {
  width: 100%;
  aspect-ratio: 420/480;
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  margin-bottom: 24px;
}
.sectionbox__content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 24px 24px 48px 24px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%);
}
.sectionbox__bottom-content-helper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 25%);
}
.sectionbox__title {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
}
.sectionbox__lead {
  color: #fff;
  font-weight: 400;
}
.sectionbox__bottomtext {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.sectionbox__bottomtext .price-text {
  font-size: 22px;
}
.sectionbox__btn {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.sectionbox:hover .sectionbox__btn {
  background: #f81a78;
}

@media (min-width: 1260px) {
  .sectionbox__content {
    padding: 32px 32px 56px 32px;
  }
}
.gallery-box {
  width: 100%;
  aspect-ratio: 960/840;
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
}
.gallery-box__content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 24px 24px 24px 24px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.gallery-box__title {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
}
.gallery-box__lead {
  color: #fff;
  font-weight: 400;
  margin-top: 20px;
}
.gallery-box__btn {
  position: absolute;
  bottom: -24px;
  right: 14px;
}
.gallery-box:hover .gallery-box__btn {
  background: #f81a78;
}

.prizebox {
  display: flex;
  gap: 20px;
}
.prizebox__icon {
  min-width: 56px;
  height: 56px;
  background: #FFFFFF26;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prizebox__title {
  margin-top: 11px;
}
.prizebox__description {
  color: #fff;
}

body.modal-opened {
  overflow: hidden;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(22, 23, 26, 0.8);
  z-index: 1000;
}

.modal-layer {
  padding: 20px;
  display: grid;
  place-items: center;
  overflow: auto;
  ovreflow-x: none;
  height: 100dvh;
}

.modal {
  background: #020002;
  border-radius: 20px;
  padding: 40px 20px;
  max-width: 360px;
  margin: 0;
  position: relative;
}
.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.modal__close:hover {
  color: #fff;
}

@media (min-width: 768px) {
  .modal {
    max-width: 800px;
  }
}
.swal2-container {
  background: rgba(22, 23, 26, 0.8);
}

.swal2-modal {
  background: #020002 !important;
  border-radius: 20px !important;
  padding: 40px 20px !important;
}

.swal2-modal .swal2-content {
  color: #F2EEFF !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}

.card {
  background: #16171a;
  border-radius: 20px;
  padding: 20px 20px;
  /*max-width: 800px;*/
  margin: 0;
}
.card--dark {
  background: #020002;
}

.no-avatar {
  background: #FFFFFF26;
  color: #F2EEFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  min-width: 70px;
  font-size: 40px;
}

@media (min-width: 768px) {
  .no-avatar {
    width: 120px;
    height: 120px;
    min-width: 120px;
    font-size: 70px;
  }
}
.avatar {
  display: block;
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 768px) {
  .avatar {
    width: 120px;
    height: 120px;
    min-width: 120px;
  }
}
.avatar-field {
  display: inline-block;
  position: relative;
}
.avatar-field input[type=file] {
  display: none;
}
.avatar-field__delete input + i {
  font-size: 18px;
  width: 32px;
  height: 32px;
  background: #fff;
  color: #020002;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.avatar-field__delete input:checked + i {
  color: red;
}

.avatar-field label {
  cursor: pointer;
}

.section--promotion-link {
  background-size: cover;
  background-position: center center;
  background-image: url("/assets/site/images/bg_colors.webp");
}

.home-banner-container {
  width: 340px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .home-banner-container {
    width: 690px;
  }
}
@media (min-width: 992px) {
  .home-banner-container {
    width: 930px;
  }
}
@media (min-width: 1260px) {
  .home-banner-container {
    width: 1130px;
  }
}
.slick-slide {
  display: block;
}
.slick-slide a, .slick-slide img {
  display: block;
  vertical-align: middle;
}
.slick-slide > div > div {
  vertical-align: middle;
}

.small-square-banner-slider {
  margin-left: -5px;
  margin-right: -5px;
}
.small-square-banner-slider .slick-slide > div {
  padding: 0 5px 10px 5px;
}

@media (min-width: 768px) {
  .small-square-banner-slider {
    margin-left: -10px;
    margin-right: -10px;
  }
  .small-square-banner-slider .slick-slide > div {
    padding: 0 10px 20px 10px;
  }
}
@media (min-width: 992px) {
  .small-square-banner-slider {
    margin-left: -15px;
    margin-right: -15px;
  }
  .small-square-banner-slider .slick-slide > div {
    padding: 0 15px 30px 15px;
  }
}
.counter-container {
  position: relative;
  width: 200px;
  height: 200px;
}

.progress-ring {
  transform: rotate(-90deg);
}

.circle-bg, .circle-fg {
  fill: none;
  stroke-width: 16;
}

.circle-bg {
  stroke: #FFFFFF26;
}

.circle-fg {
  stroke: #f81a78;
  stroke-dasharray: 578;
  /* 2π * 92 */
  stroke-dashoffset: 578;
  transition: stroke-dashoffset 0.3s;
}

.counter-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.counter__number {
  display: flex;
  gap: 4px;
  white-space: nowrap;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}
.counter__number.smaller {
  font-size: 24px;
}

.counter__title {
  white-space: nowrap;
  padding-top: 5px;
}

.gradient-border {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.gradient-border::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 4px;
  border-radius: inherit;
  background: linear-gradient(100deg, #FC0441 0%, #F62DA8 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
