
#fountainG {
    position: relative;
    width: 234px;
    height: 28px;
    margin: auto;
}

.fountainG {
    position: absolute;
    top: 0;
    background-color: rgb(0, 0, 0);
    width: 20px;
    height: 20px;
    animation-name: bounce_fountainG;
    -o-animation-name: bounce_fountainG;
    -ms-animation-name: bounce_fountainG;
    -webkit-animation-name: bounce_fountainG;
    -moz-animation-name: bounce_fountainG;
    animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(.3);
    -o-transform: scale(.3);
    -ms-transform: scale(.3);
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    border-radius: 19px;
    -o-border-radius: 19px;
    -ms-border-radius: 19px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
}

#fountainG_1 {
    left: 0;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}

#fountainG_2 {
    left: 29px;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
}

#fountainG_3 {
    left: 58px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}

#fountainG_4 {
    left: 88px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
}

#fountainG_5 {
    left: 117px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
}

#fountainG_6 {
    left: 146px;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
}

#fountainG_7 {
    left: 175px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}

#fountainG_8 {
    left: 205px;
    animation-delay: 1.64s;
    -o-animation-delay: 1.64s;
    -ms-animation-delay: 1.64s;
    -webkit-animation-delay: 1.64s;
    -moz-animation-delay: 1.64s;
}



@keyframes bounce_fountainG {
    0% {
        transform: scale(1);
        background-color: rgb(0, 0, 0);
    }

    100% {
        transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-o-keyframes bounce_fountainG {
    0% {
        -o-transform: scale(1);
        background-color: rgb(0, 0, 0);
    }

    100% {
        -o-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-ms-keyframes bounce_fountainG {
    0% {
        -ms-transform: scale(1);
        background-color: rgb(0, 0, 0);
    }

    100% {
        -ms-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-webkit-keyframes bounce_fountainG {
    0% {
        -webkit-transform: scale(1);
        background-color: rgb(0, 0, 0);
    }

    100% {
        -webkit-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-moz-keyframes bounce_fountainG {
    0% {
        -moz-transform: scale(1);
        background-color: rgb(0, 0, 0);
    }

    100% {
        -moz-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}


.loader22 {
    width: 48px;
    height: 48px;
    border: 5px solid #292929;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation22 1s linear infinite;
}

@keyframes rotation22 {
    0% {
        transform: rotate(0deg);
    }

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

.loader23 {
    width: 48px;
    height: 48px;
    border: 5px dotted #272727;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation23 2s linear infinite;
}

@keyframes rotation23 {
    0% {
        transform: rotate(0deg);
    }

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


.loader24 {
    color: #272727;
    font-size: 45px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    transform: translateZ(0);
    animation: mltShdSpin24 1.7s infinite ease, round24 1.7s infinite ease;
}

@keyframes mltShdSpin24 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em,
            0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
            0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em,
            0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
            0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em,
            -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em,
            -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
            -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
            -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
            -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
            -0.82em -0.09em 0 -0.477em;
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em,
            0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@keyframes round24 {
    0% {
        transform: rotate(0deg)
    }

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


.loader25 {
    font-size: 10px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    animation: mulShdSpin25 1.1s infinite ease;
    transform: translateZ(0);
}

@keyframes mulShdSpin25 {

    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}



.loader26 {
    color: #1a1a1a;
    font-size: 10px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    animation: mulShdSpin26 1.3s infinite linear;
    transform: translateZ(0);
}

@keyframes mulShdSpin26 {

    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em,
            2em -2em 0 0em, 3em 0 0 -1em,
            2em 2em 0 -1em, 0 3em 0 -1em,
            -2em 2em 0 -1em, -3em 0 0 -1em,
            -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em,
            3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em,
            -2em 2em 0 -1em, -3em 0 0 -1em,
            -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em,
            2em -2em 0 0, 3em 0 0 0.2em,
            2em 2em 0 0, 0 3em 0 -1em,
            -2em 2em 0 -1em, -3em 0 0 -1em,
            -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
            3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em,
            -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
            3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em,
            -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
            3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0,
            -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em,
            3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em,
            -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em,
            3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em,
            -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

@font-face {
    font-family: FigtreeVF;
    src: url(chrome-extension://majdfhpaihoncoakbjgbdhglocklcgno/fonts/FigtreeVF.woff2) format("woff2 supports variations"), url(chrome-extension://majdfhpaihoncoakbjgbdhglocklcgno/fonts/FigtreeVF.woff2) format("woff2-variations");
    font-weight: 100 1000;
    font-display: swap
}

[data-feather-bg="none-dark"] {
    fill: !important;
}

[data-feather-bg="none-light"] {
    fill: !important;
}

[data-feather-bg="red1-dark"] {
    fill: #e00020 !important;
}

[data-feather-bg="red1-light"] {
    fill: #e00020 !important;
}

[data-feather-bg="red2-dark"] {
    fill: #DA4453 !important;
}

[data-feather-bg="red2-light"] {
    fill: #ED5565 !important;
}

[data-feather-bg="orange-dark"] {
    fill: #E9573F !important;
}

[data-feather-bg="orange-light"] {
    fill: #FC6E51 !important;
}

[data-feather-bg="yellow1-dark"] {
    fill: #e39100 !important;
}

[data-feather-bg="yellow1-light"] {
    fill: #e39100 !important;
}

[data-feather-bg="yellow2-dark"] {
    fill: #f7b538 !important;
}

[data-feather-bg="yellow2-light"] {
    fill: #f7b538 !important;
}

[data-feather-bg="green1-dark"] {
    fill: #8CC152 !important;
}

[data-feather-bg="green1-light"] {
    fill: #A0D468 !important;
}

[data-feather-bg="green2-dark"] {
    fill: #008000 !important;
}

[data-feather-bg="green2-light"] {
    fill: #008000 !important;
}

[data-feather-bg="mint-dark"] {
    fill: #37BC9B !important;
}

[data-feather-bg="mint-light"] {
    fill: #48CFAD !important;
}

[data-feather-bg="teal-dark"] {
    fill: #7DB1B1 !important;
}

[data-feather-bg="teal-light"] {
    fill: #A0CECB !important;
}

[data-feather-bg="aqua-dark"] {
    fill: #3BAFDA !important;
}

[data-feather-bg="aqua-light"] {
    fill: #4FC1E9 !important;
}

[data-feather-bg="blue1-dark"] {
    fill: #3BAFDA !important;
}

[data-feather-bg="blue1-light"] {
    fill: #4FC1E9 !important;
}

[data-feather-bg="blue2-dark"] {
    fill: #f7b538 !important;
}

[data-feather-bg="blue2-light"] {
    fill: #5D9CEC !important;
}

[data-feather-bg="magenta1-dark"] {
    fill: #967ADC !important;
}

[data-feather-bg="magenta1-light"] {
    fill: #AC92EC !important;
}

[data-feather-bg="magenta2-dark"] {
    fill: #6A50A7 !important;
}

[data-feather-bg="magenta2-light"] {
    fill: #8067B7 !important;
}

[data-feather-bg="pink1-dark"] {
    fill: #D770AD !important;
}

[data-feather-bg="pink1-light"] {
    fill: #EC87C0 !important;
}

[data-feather-bg="pink2-dark"] {
    fill: #fb3365 !important;
}

[data-feather-bg="pink2-light"] {
    fill: #fa6a8e !important;
}

[data-feather-bg="brown1-dark"] {
    fill: #AA8E69 !important;
}

[data-feather-bg="brown1-light"] {
    fill: #BAA286 !important;
}

[data-feather-bg="brown2-dark"] {
    fill: #7B7163 !important;
}

[data-feather-bg="brown2-light"] {
    fill: #8E8271 !important;
}

[data-feather-bg="gray1-dark"] {
    fill: #E6E9ED !important;
}

[data-feather-bg="gray1-light"] {
    fill: #F5F7FA !important;
}

[data-feather-bg="gray2-dark"] {
    fill: #555556 !important;
}

[data-feather-bg="gray2-light"] {
    fill: #CCD1D9 !important;
}

[data-feather-bg="gray3-dark"] {
    fill: #777777 !important;
}

[data-feather-bg="gray3-light"] {
    fill: #777777 !important;
}

[data-feather-bg="dark1-dark"] {
    fill: #434A54 !important;
}

[data-feather-bg="dark1-light"] {
    fill: #656D78 !important;
}

[data-feather-bg="dark2-dark"] {
    fill: #323133 !important;
}

[data-feather-bg="dark2-light"] {
    fill: #3C3B3D !important;
}

[data-feather-bg="none-fade-dark"] {
    fill: undefined !important;
}

[data-feather-bg="none-fade-light"] {
    fill: undefined !important;
}

[data-feather-bg="red1-fade-dark"] {
    fill: rgba(224, 0, 32, 0.3) !important;
}

[data-feather-bg="red1-fade-light"] {
    fill: rgba(224, 0, 32, 0.3) !important;
}

[data-feather-bg="red2-fade-dark"] {
    fill: rgba(218, 68, 83, 0.3) !important;
}

[data-feather-bg="red2-fade-light"] {
    fill: rgba(237, 85, 101, 0.3) !important;
}

[data-feather-bg="orange-fade-dark"] {
    fill: rgba(233, 87, 63, 0.3) !important;
}

[data-feather-bg="orange-fade-light"] {
    fill: rgba(252, 110, 81, 0.3) !important;
}

[data-feather-bg="yellow1-fade-dark"] {
    fill: rgba(227, 145, 0, 0.3) !important;
}

[data-feather-bg="yellow1-fade-light"] {
    fill: rgba(227, 145, 0, 0.3) !important;
}

[data-feather-bg="yellow2-fade-dark"] {
    fill: rgba(247, 181, 56, 0.3) !important;
}

[data-feather-bg="yellow2-fade-light"] {
    fill: rgba(247, 181, 56, 0.3) !important;
}

[data-feather-bg="green1-fade-dark"] {
    fill: rgba(140, 193, 82, 0.3) !important;
}

[data-feather-bg="green1-fade-light"] {
    fill: rgba(160, 212, 104, 0.3) !important;
}

[data-feather-bg="green2-fade-dark"] {
    fill: rgba(0, 128, 0, 0.3) !important;
}

[data-feather-bg="green2-fade-light"] {
    fill: rgba(0, 128, 0, 0.3) !important;
}

[data-feather-bg="mint-fade-dark"] {
    fill: rgba(55, 188, 155, 0.3) !important;
}

[data-feather-bg="mint-fade-light"] {
    fill: rgba(72, 207, 173, 0.3) !important;
}

[data-feather-bg="teal-fade-dark"] {
    fill: rgba(125, 177, 177, 0.3) !important;
}

[data-feather-bg="teal-fade-light"] {
    fill: rgba(160, 206, 203, 0.3) !important;
}

[data-feather-bg="aqua-fade-dark"] {
    fill: rgba(59, 175, 218, 0.3) !important;
}

[data-feather-bg="aqua-fade-light"] {
    fill: rgba(79, 193, 233, 0.3) !important;
}

[data-feather-bg="blue1-fade-dark"] {
    fill: rgba(59, 175, 218, 0.3) !important;
}

[data-feather-bg="blue1-fade-light"] {
    fill: rgba(79, 193, 233, 0.3) !important;
}

[data-feather-bg="blue2-fade-dark"] {
    fill: rgba(247, 181, 56, 0.3) !important;
}

[data-feather-bg="blue2-fade-light"] {
    fill: rgba(93, 156, 236, 0.3) !important;
}

[data-feather-bg="magenta1-fade-dark"] {
    fill: rgba(150, 122, 220, 0.3) !important;
}

[data-feather-bg="magenta1-fade-light"] {
    fill: rgba(172, 146, 236, 0.3) !important;
}

[data-feather-bg="magenta2-fade-dark"] {
    fill: rgba(106, 80, 167, 0.3) !important;
}

[data-feather-bg="magenta2-fade-light"] {
    fill: rgba(128, 103, 183, 0.3) !important;
}

[data-feather-bg="pink1-fade-dark"] {
    fill: rgba(215, 112, 173, 0.3) !important;
}

[data-feather-bg="pink1-fade-light"] {
    fill: rgba(236, 135, 192, 0.3) !important;
}

[data-feather-bg="pink2-fade-dark"] {
    fill: rgba(251, 51, 101, 0.3) !important;
}

[data-feather-bg="pink2-fade-light"] {
    fill: rgba(250, 106, 142, 0.3) !important;
}

[data-feather-bg="brown1-fade-dark"] {
    fill: rgba(170, 142, 105, 0.3) !important;
}

[data-feather-bg="brown1-fade-light"] {
    fill: rgba(186, 162, 134, 0.3) !important;
}

[data-feather-bg="brown2-fade-dark"] {
    fill: rgba(123, 113, 99, 0.3) !important;
}

[data-feather-bg="brown2-fade-light"] {
    fill: rgba(142, 130, 113, 0.3) !important;
}

[data-feather-bg="gray1-fade-dark"] {
    fill: rgba(230, 233, 237, 0.3) !important;
}

[data-feather-bg="gray1-fade-light"] {
    fill: rgba(245, 247, 250, 0.3) !important;
}

[data-feather-bg="gray2-fade-dark"] {
    fill: rgba(85, 85, 86, 0.3) !important;
}

[data-feather-bg="gray2-fade-light"] {
    fill: rgba(204, 209, 217, 0.3) !important;
}

[data-feather-bg="gray3-fade-dark"] {
    fill: rgba(119, 119, 119, 0.3) !important;
}

[data-feather-bg="gray3-fade-light"] {
    fill: rgba(119, 119, 119, 0.3) !important;
}

[data-feather-bg="dark1-fade-dark"] {
    fill: rgba(67, 74, 84, 0.3) !important;
}

[data-feather-bg="dark1-fade-light"] {
    fill: rgba(101, 109, 120, 0.3) !important;
}

[data-feather-bg="dark2-fade-dark"] {
    fill: rgba(50, 49, 51, 0.3) !important;
}

[data-feather-bg="dark2-fade-light"] {
    fill: rgba(60, 59, 61, 0.3) !important;
}

[data-feather-color="none-dark"] {
    stroke: !important;
}

[data-feather-color="none-light"] {
    stroke: !important;
}

[data-feather-color="red1-dark"] {
    stroke: #e00020 !important;
}

[data-feather-color="red1-light"] {
    stroke: #e00020 !important;
}

[data-feather-color="red2-dark"] {
    stroke: #DA4453 !important;
}

[data-feather-color="red2-light"] {
    stroke: #ED5565 !important;
}

[data-feather-color="orange-dark"] {
    stroke: #E9573F !important;
}

[data-feather-color="orange-light"] {
    stroke: #FC6E51 !important;
}

[data-feather-color="yellow1-dark"] {
    stroke: #e39100 !important;
}

[data-feather-color="yellow1-light"] {
    stroke: #e39100 !important;
}

[data-feather-color="yellow2-dark"] {
    stroke: #f7b538 !important;
}

[data-feather-color="yellow2-light"] {
    stroke: #f7b538 !important;
}

[data-feather-color="green1-dark"] {
    stroke: #8CC152 !important;
}

[data-feather-color="green1-light"] {
    stroke: #A0D468 !important;
}

[data-feather-color="green2-dark"] {
    stroke: #008000 !important;
}

[data-feather-color="green2-light"] {
    stroke: #008000 !important;
}

[data-feather-color="mint-dark"] {
    stroke: #37BC9B !important;
}

[data-feather-color="mint-light"] {
    stroke: #48CFAD !important;
}

[data-feather-color="teal-dark"] {
    stroke: #7DB1B1 !important;
}

[data-feather-color="teal-light"] {
    stroke: #A0CECB !important;
}

[data-feather-color="aqua-dark"] {
    stroke: #3BAFDA !important;
}

[data-feather-color="aqua-light"] {
    stroke: #4FC1E9 !important;
}

[data-feather-color="blue1-dark"] {
    stroke: #3BAFDA !important;
}

[data-feather-color="blue1-light"] {
    stroke: #4FC1E9 !important;
}

[data-feather-color="blue2-dark"] {
    stroke: #f7b538 !important;
}

[data-feather-color="blue2-light"] {
    stroke: #5D9CEC !important;
}

[data-feather-color="magenta1-dark"] {
    stroke: #967ADC !important;
}

[data-feather-color="magenta1-light"] {
    stroke: #AC92EC !important;
}

[data-feather-color="magenta2-dark"] {
    stroke: #6A50A7 !important;
}

[data-feather-color="magenta2-light"] {
    stroke: #8067B7 !important;
}

[data-feather-color="pink1-dark"] {
    stroke: #D770AD !important;
}

[data-feather-color="pink1-light"] {
    stroke: #EC87C0 !important;
}

[data-feather-color="pink2-dark"] {
    stroke: #fb3365 !important;
}

[data-feather-color="pink2-light"] {
    stroke: #fa6a8e !important;
}

[data-feather-color="brown1-dark"] {
    stroke: #AA8E69 !important;
}

[data-feather-color="brown1-light"] {
    stroke: #BAA286 !important;
}

[data-feather-color="brown2-dark"] {
    stroke: #7B7163 !important;
}

[data-feather-color="brown2-light"] {
    stroke: #8E8271 !important;
}

[data-feather-color="gray1-dark"] {
    stroke: #E6E9ED !important;
}

[data-feather-color="gray1-light"] {
    stroke: #F5F7FA !important;
}

[data-feather-color="gray2-dark"] {
    stroke: #555556 !important;
}

[data-feather-color="gray2-light"] {
    stroke: #CCD1D9 !important;
}

[data-feather-color="gray3-dark"] {
    stroke: #777777 !important;
}

[data-feather-color="gray3-light"] {
    stroke: #777777 !important;
}

[data-feather-color="dark1-dark"] {
    stroke: #434A54 !important;
}

[data-feather-color="dark1-light"] {
    stroke: #656D78 !important;
}

[data-feather-color="dark2-dark"] {
    stroke: #323133 !important;
}

[data-feather-color="dark2-light"] {
    stroke: #3C3B3D !important;
}

[data-feather-color="none-fade-dark"] {
    stroke: undefined !important;
}

[data-feather-color="none-fade-light"] {
    stroke: undefined !important;
}

[data-feather-color="red1-fade-dark"] {
    stroke: rgba(224, 0, 32, 0.3) !important;
}

[data-feather-color="red1-fade-light"] {
    stroke: rgba(224, 0, 32, 0.3) !important;
}

[data-feather-color="red2-fade-dark"] {
    stroke: rgba(218, 68, 83, 0.3) !important;
}

[data-feather-color="red2-fade-light"] {
    stroke: rgba(237, 85, 101, 0.3) !important;
}

[data-feather-color="orange-fade-dark"] {
    stroke: rgba(233, 87, 63, 0.3) !important;
}

[data-feather-color="orange-fade-light"] {
    stroke: rgba(252, 110, 81, 0.3) !important;
}

[data-feather-color="yellow1-fade-dark"] {
    stroke: rgba(227, 145, 0, 0.3) !important;
}

[data-feather-color="yellow1-fade-light"] {
    stroke: rgba(227, 145, 0, 0.3) !important;
}

[data-feather-color="yellow2-fade-dark"] {
    stroke: rgba(247, 181, 56, 0.3) !important;
}

[data-feather-color="yellow2-fade-light"] {
    stroke: rgba(247, 181, 56, 0.3) !important;
}

[data-feather-color="green1-fade-dark"] {
    stroke: rgba(140, 193, 82, 0.3) !important;
}

[data-feather-color="green1-fade-light"] {
    stroke: rgba(160, 212, 104, 0.3) !important;
}

[data-feather-color="green2-fade-dark"] {
    stroke: rgba(0, 128, 0, 0.3) !important;
}

[data-feather-color="green2-fade-light"] {
    stroke: rgba(0, 128, 0, 0.3) !important;
}

[data-feather-color="mint-fade-dark"] {
    stroke: rgba(55, 188, 155, 0.3) !important;
}

[data-feather-color="mint-fade-light"] {
    stroke: rgba(72, 207, 173, 0.3) !important;
}

[data-feather-color="teal-fade-dark"] {
    stroke: rgba(125, 177, 177, 0.3) !important;
}

[data-feather-color="teal-fade-light"] {
    stroke: rgba(160, 206, 203, 0.3) !important;
}

[data-feather-color="aqua-fade-dark"] {
    stroke: rgba(59, 175, 218, 0.3) !important;
}

[data-feather-color="aqua-fade-light"] {
    stroke: rgba(79, 193, 233, 0.3) !important;
}

[data-feather-color="blue1-fade-dark"] {
    stroke: rgba(59, 175, 218, 0.3) !important;
}

[data-feather-color="blue1-fade-light"] {
    stroke: rgba(79, 193, 233, 0.3) !important;
}

[data-feather-color="blue2-fade-dark"] {
    stroke: rgba(247, 181, 56, 0.3) !important;
}

[data-feather-color="blue2-fade-light"] {
    stroke: rgba(93, 156, 236, 0.3) !important;
}

[data-feather-color="magenta1-fade-dark"] {
    stroke: rgba(150, 122, 220, 0.3) !important;
}

[data-feather-color="magenta1-fade-light"] {
    stroke: rgba(172, 146, 236, 0.3) !important;
}

[data-feather-color="magenta2-fade-dark"] {
    stroke: rgba(106, 80, 167, 0.3) !important;
}

[data-feather-color="magenta2-fade-light"] {
    stroke: rgba(128, 103, 183, 0.3) !important;
}

[data-feather-color="pink1-fade-dark"] {
    stroke: rgba(215, 112, 173, 0.3) !important;
}

[data-feather-color="pink1-fade-light"] {
    stroke: rgba(236, 135, 192, 0.3) !important;
}

[data-feather-color="pink2-fade-dark"] {
    stroke: rgba(251, 51, 101, 0.3) !important;
}

[data-feather-color="pink2-fade-light"] {
    stroke: rgba(250, 106, 142, 0.3) !important;
}

[data-feather-color="brown1-fade-dark"] {
    stroke: rgba(170, 142, 105, 0.3) !important;
}

[data-feather-color="brown1-fade-light"] {
    stroke: rgba(186, 162, 134, 0.3) !important;
}

[data-feather-color="brown2-fade-dark"] {
    stroke: rgba(123, 113, 99, 0.3) !important;
}

[data-feather-color="brown2-fade-light"] {
    stroke: rgba(142, 130, 113, 0.3) !important;
}

[data-feather-color="gray1-fade-dark"] {
    stroke: rgba(230, 233, 237, 0.3) !important;
}

[data-feather-color="gray1-fade-light"] {
    stroke: rgba(245, 247, 250, 0.3) !important;
}

[data-feather-color="gray2-fade-dark"] {
    stroke: rgba(85, 85, 86, 0.3) !important;
}

[data-feather-color="gray2-fade-light"] {
    stroke: rgba(204, 209, 217, 0.3) !important;
}

[data-feather-color="gray3-fade-dark"] {
    stroke: rgba(119, 119, 119, 0.3) !important;
}

[data-feather-color="gray3-fade-light"] {
    stroke: rgba(119, 119, 119, 0.3) !important;
}

[data-feather-color="dark1-fade-dark"] {
    stroke: rgba(67, 74, 84, 0.3) !important;
}

[data-feather-color="dark1-fade-light"] {
    stroke: rgba(101, 109, 120, 0.3) !important;
}

[data-feather-color="dark2-fade-dark"] {
    stroke: rgba(50, 49, 51, 0.3) !important;
}

[data-feather-color="dark2-fade-light"] {
    stroke: rgba(60, 59, 61, 0.3) !important;
}

.bg-none-light {
    background-color: !important;
    color: #FFFFFF !important;
}

.bg-none-light i, .bg-none-dark i {
    color: #FFFFFF;
}

.bg-none-dark {
    background-color: !important;
    color: #FFFFFF !important;
}

.border-none-light {
    border-color: !important;
}

.border-none-dark {
    border-color: !important;
}

.color-none-light {
    color: !important;
}

.color-none-dark {
    color: !important;
}

.bg-red1-light {
    background-color: #e00020 !important;
    color: #FFFFFF !important;
}

.bg-red1-light i, .bg-red1-dark i {
    color: #FFFFFF;
}

.bg-red1-dark {
    background-color: #e00020 !important;
    color: #FFFFFF !important;
}

.border-red1-light {
    border-color: #e00020 !important;
}

.border-red1-dark {
    border-color: #e00020 !important;
}

.color-red1-light {
    color: #e00020 !important;
}

.color-red1-dark {
    color: #e00020 !important;
}

.bg-red2-light {
    background-color: #ED5565 !important;
    color: #FFFFFF !important;
}

.bg-red2-light i, .bg-red2-dark i {
    color: #FFFFFF;
}

.bg-red2-dark {
    background-color: #DA4453 !important;
    color: #FFFFFF !important;
}

.border-red2-light {
    border-color: #ED5565 !important;
}

.border-red2-dark {
    border-color: #DA4453 !important;
}

.color-red2-light {
    color: #ED5565 !important;
}

.color-red2-dark {
    color: #DA4453 !important;
}

.bg-orange-light {
    background-color: #FC6E51 !important;
    color: #FFFFFF !important;
}

.bg-orange-light i, .bg-orange-dark i {
    color: #FFFFFF;
}

.bg-orange-dark {
    background-color: #E9573F !important;
    color: #FFFFFF !important;
}

.border-orange-light {
    border-color: #FC6E51 !important;
}

.border-orange-dark {
    border-color: #E9573F !important;
}

.color-orange-light {
    color: #FC6E51 !important;
}

.color-orange-dark {
    color: #E9573F !important;
}

.bg-yellow1-light {
    background-color: #e39100 !important;
    color: #FFFFFF !important;
}

.bg-yellow1-light i, .bg-yellow1-dark i {
    color: #FFFFFF;
}

.bg-yellow1-dark {
    background-color: #e39100 !important;
    color: #FFFFFF !important;
}

.border-yellow1-light {
    border-color: #e39100 !important;
}

.border-yellow1-dark {
    border-color: #e39100 !important;
}

.color-yellow1-light {
    color: #e39100 !important;
}

.color-yellow1-dark {
    color: #e39100 !important;
}

.bg-yellow2-light {
    background-color: #f7b538 !important;
    color: #FFFFFF !important;
}

.bg-yellow2-light i, .bg-yellow2-dark i {
    color: #FFFFFF;
}

.bg-yellow2-dark {
    background-color: #f7b538 !important;
    color: #FFFFFF !important;
}

.border-yellow2-light {
    border-color: #f7b538 !important;
}

.border-yellow2-dark {
    border-color: #f7b538 !important;
}

.color-yellow2-light {
    color: #f7b538 !important;
}

.color-yellow2-dark {
    color: #f7b538 !important;
}

.bg-green1-light {
    background-color: #A0D468 !important;
    color: #FFFFFF !important;
}

.bg-green1-light i, .bg-green1-dark i {
    color: #FFFFFF;
}

.bg-green1-dark {
    background-color: #8CC152 !important;
    color: #FFFFFF !important;
}

.border-green1-light {
    border-color: #A0D468 !important;
}

.border-green1-dark {
    border-color: #8CC152 !important;
}

.color-green1-light {
    color: #A0D468 !important;
}

.color-green1-dark {
    color: #8CC152 !important;
}

.bg-green2-light {
    background-color: #008000 !important;
    color: #FFFFFF !important;
}

.bg-green2-light i, .bg-green2-dark i {
    color: #FFFFFF;
}

.bg-green2-dark {
    background-color: #008000 !important;
    color: #FFFFFF !important;
}

.border-green2-light {
    border-color: #008000 !important;
}

.border-green2-dark {
    border-color: #008000 !important;
}

.color-green2-light {
    color: #008000 !important;
}

.color-green2-dark {
    color: #008000 !important;
}

.bg-mint-light {
    background-color: #48CFAD !important;
    color: #FFFFFF !important;
}

.bg-mint-light i, .bg-mint-dark i {
    color: #FFFFFF;
}

.bg-mint-dark {
    background-color: #37BC9B !important;
    color: #FFFFFF !important;
}

.border-mint-light {
    border-color: #48CFAD !important;
}

.border-mint-dark {
    border-color: #37BC9B !important;
}

.color-mint-light {
    color: #48CFAD !important;
}

.color-mint-dark {
    color: #37BC9B !important;
}

.bg-teal-light {
    background-color: #A0CECB !important;
    color: #FFFFFF !important;
}

.bg-teal-light i, .bg-teal-dark i {
    color: #FFFFFF;
}

.bg-teal-dark {
    background-color: #7DB1B1 !important;
    color: #FFFFFF !important;
}

.border-teal-light {
    border-color: #A0CECB !important;
}

.border-teal-dark {
    border-color: #7DB1B1 !important;
}

.color-teal-light {
    color: #A0CECB !important;
}

.color-teal-dark {
    color: #7DB1B1 !important;
}

.bg-aqua-light {
    background-color: #4FC1E9 !important;
    color: #FFFFFF !important;
}

.bg-aqua-light i, .bg-aqua-dark i {
    color: #FFFFFF;
}

.bg-aqua-dark {
    background-color: #3BAFDA !important;
    color: #FFFFFF !important;
}

.border-aqua-light {
    border-color: #4FC1E9 !important;
}

.border-aqua-dark {
    border-color: #3BAFDA !important;
}

.color-aqua-light {
    color: #4FC1E9 !important;
}

.color-aqua-dark {
    color: #3BAFDA !important;
}

.bg-blue1-light {
    background-color: #4FC1E9 !important;
    color: #FFFFFF !important;
}

.bg-blue1-light i, .bg-blue1-dark i {
    color: #FFFFFF;
}

.bg-blue1-dark {
    background-color: #3BAFDA !important;
    color: #FFFFFF !important;
}

.border-blue1-light {
    border-color: #4FC1E9 !important;
}

.border-blue1-dark {
    border-color: #3BAFDA !important;
}

.color-blue1-light {
    color: #4FC1E9 !important;
}

.color-blue1-dark {
    color: #3BAFDA !important;
}

.bg-blue2-light {
    background-color: #5D9CEC !important;
    color: #FFFFFF !important;
}

.bg-blue2-light i, .bg-blue2-dark i {
    color: #FFFFFF;
}

.bg-blue2-dark {
    background-color: #f7b538 !important;
    color: #FFFFFF !important;
}

.border-blue2-light {
    border-color: #5D9CEC !important;
}

.border-blue2-dark {
    border-color: #f7b538 !important;
}

.color-blue2-light {
    color: #5D9CEC !important;
}

.color-blue2-dark {
    color: #f7b538 !important;
}

.bg-magenta1-light {
    background-color: #AC92EC !important;
    color: #FFFFFF !important;
}

.bg-magenta1-light i, .bg-magenta1-dark i {
    color: #FFFFFF;
}

.bg-magenta1-dark {
    background-color: #967ADC !important;
    color: #FFFFFF !important;
}

.border-magenta1-light {
    border-color: #AC92EC !important;
}

.border-magenta1-dark {
    border-color: #967ADC !important;
}

.color-magenta1-light {
    color: #AC92EC !important;
}

.color-magenta1-dark {
    color: #967ADC !important;
}

.bg-magenta2-light {
    background-color: #8067B7 !important;
    color: #FFFFFF !important;
}

.bg-magenta2-light i, .bg-magenta2-dark i {
    color: #FFFFFF;
}

.bg-magenta2-dark {
    background-color: #6A50A7 !important;
    color: #FFFFFF !important;
}

.border-magenta2-light {
    border-color: #8067B7 !important;
}

.border-magenta2-dark {
    border-color: #6A50A7 !important;
}

.color-magenta2-light {
    color: #8067B7 !important;
}

.color-magenta2-dark {
    color: #6A50A7 !important;
}

.bg-pink1-light {
    background-color: #EC87C0 !important;
    color: #FFFFFF !important;
}

.bg-pink1-light i, .bg-pink1-dark i {
    color: #FFFFFF;
}

.bg-pink1-dark {
    background-color: #D770AD !important;
    color: #FFFFFF !important;
}

.border-pink1-light {
    border-color: #EC87C0 !important;
}

.border-pink1-dark {
    border-color: #D770AD !important;
}

.color-pink1-light {
    color: #EC87C0 !important;
}

.color-pink1-dark {
    color: #D770AD !important;
}

.bg-pink2-light {
    background-color: #fa6a8e !important;
    color: #FFFFFF !important;
}

.bg-pink2-light i, .bg-pink2-dark i {
    color: #FFFFFF;
}

.bg-pink2-dark {
    background-color: #fb3365 !important;
    color: #FFFFFF !important;
}

.border-pink2-light {
    border-color: #fa6a8e !important;
}

.border-pink2-dark {
    border-color: #fb3365 !important;
}

.color-pink2-light {
    color: #fa6a8e !important;
}

.color-pink2-dark {
    color: #fb3365 !important;
}

.bg-brown1-light {
    background-color: #BAA286 !important;
    color: #FFFFFF !important;
}

.bg-brown1-light i, .bg-brown1-dark i {
    color: #FFFFFF;
}

.bg-brown1-dark {
    background-color: #AA8E69 !important;
    color: #FFFFFF !important;
}

.border-brown1-light {
    border-color: #BAA286 !important;
}

.border-brown1-dark {
    border-color: #AA8E69 !important;
}

.color-brown1-light {
    color: #BAA286 !important;
}

.color-brown1-dark {
    color: #AA8E69 !important;
}

.bg-brown2-light {
    background-color: #8E8271 !important;
    color: #FFFFFF !important;
}

.bg-brown2-light i, .bg-brown2-dark i {
    color: #FFFFFF;
}

.bg-brown2-dark {
    background-color: #7B7163 !important;
    color: #FFFFFF !important;
}

.border-brown2-light {
    border-color: #8E8271 !important;
}

.border-brown2-dark {
    border-color: #7B7163 !important;
}

.color-brown2-light {
    color: #8E8271 !important;
}

.color-brown2-dark {
    color: #7B7163 !important;
}

.bg-gray1-light {
    background-color: #F5F7FA !important;
    color: #FFFFFF !important;
}

.bg-gray1-light i, .bg-gray1-dark i {
    color: #FFFFFF;
}

.bg-gray1-dark {
    background-color: #E6E9ED !important;
    color: #FFFFFF !important;
}

.border-gray1-light {
    border-color: #F5F7FA !important;
}

.border-gray1-dark {
    border-color: #E6E9ED !important;
}

.color-gray1-light {
    color: #F5F7FA !important;
}

.color-gray1-dark {
    color: #E6E9ED !important;
}

.bg-gray2-light {
    background-color: #CCD1D9 !important;
    color: #FFFFFF !important;
}

.bg-gray2-light i, .bg-gray2-dark i {
    color: #FFFFFF;
}

.bg-gray2-dark {
    background-color: #555556 !important;
    color: #FFFFFF !important;
}

.border-gray2-light {
    border-color: #CCD1D9 !important;
}

.border-gray2-dark {
    border-color: #555556 !important;
}

.color-gray2-light {
    color: #CCD1D9 !important;
}

.color-gray2-dark {
    color: #555556 !important;
}

.bg-gray3-light {
    background-color: #777777 !important;
    color: #FFFFFF !important;
}

.bg-gray3-light i, .bg-gray3-dark i {
    color: #FFFFFF;
}

.bg-gray3-dark {
    background-color: #777777 !important;
    color: #FFFFFF !important;
}

.border-gray3-light {
    border-color: #777777 !important;
}

.border-gray3-dark {
    border-color: #777777 !important;
}

.color-gray3-light {
    color: #777777 !important;
}

.color-gray3-dark {
    color: #777777 !important;
}

.bg-dark1-light {
    background-color: #656D78 !important;
    color: #FFFFFF !important;
}

.bg-dark1-light i, .bg-dark1-dark i {
    color: #FFFFFF;
}

.bg-dark1-dark {
    background-color: #434A54 !important;
    color: #FFFFFF !important;
}

.border-dark1-light {
    border-color: #656D78 !important;
}

.border-dark1-dark {
    border-color: #434A54 !important;
}

.color-dark1-light {
    color: #656D78 !important;
}

.color-dark1-dark {
    color: #434A54 !important;
}

.bg-dark2-light {
    background-color: #3C3B3D !important;
    color: #FFFFFF !important;
}

.bg-dark2-light i, .bg-dark2-dark i {
    color: #FFFFFF;
}

.bg-dark2-dark {
    background-color: #323133 !important;
    color: #FFFFFF !important;
}

.border-dark2-light {
    border-color: #3C3B3D !important;
}

.border-dark2-dark {
    border-color: #323133 !important;
}

.color-dark2-light {
    color: #3C3B3D !important;
}

.color-dark2-dark {
    color: #323133 !important;
}

.bg-fade-none-light {
    background-color: undefined !important;
    color: #FFFFFF;
}

.bg-fade-none-light i, .bg-none-dark i {
    color: #FFFFFF;
}

.bg-fade-none-dark {
    background-color: undefined !important;
    color: #FFFFFF;
}

.border-fade-none-light {
    border-color: undefined !important;
}

.border-fade-none-dark {
    border-color: undefined !important;
}

.color-fade-none-light {
    color: undefined !important;
}

.color-fade-none-dark {
    color: undefined !important;
}

.bg-fade-red1-light {
    background-color: rgba(224, 0, 32, 0.3) !important;
    color: #FFFFFF;
}

.bg-fade-red1-light i, .bg-red1-dark i {
    color: #FFFFFF;
}

.bg-fade-red1-dark {
    background-color: rgba(224, 0, 32, 0.3) !important;
    color: #FFFFFF;
}

.border-fade-red1-light {
    border-color: rgba(224, 0, 32, 0.3) !important;
}

.border-fade-red1-dark {
    border-color: rgba(224, 0, 32, 0.3) !important;
}

.color-fade-red1-light {
    color: rgba(224, 0, 32, 0.3) !important;
}

.color-fade-red1-dark {
    color: rgba(224, 0, 32, 0.3) !important;
}

.bg-fade-red2-light {
    background-color: rgba(237, 85, 101, 0.3) !important;
    color: #FFFFFF;
}

.bg-fade-red2-light i, .bg-red2-dark i {
    color: #FFFFFF;
}

.bg-fade-red2-dark {
    background-color: rgba(218, 68, 83, 0.3) !important;
    color: #FFFFFF;
}

.border-fade-red2-light {
    border-color: rgba(237, 85, 101, 0.3) !important;
}

.border-fade-red2-dark {
    border-color: rgba(218, 68, 83, 0.3) !important;
}

.color-fade-red2-light {
    color: rgba(237, 85, 101, 0.3) !important;
}

.color-fade-red2-dark {
    color: rgba(218, 68, 83, 0.3) !important;
}

.bg-fade-orange-light {
    background-color: rgba(252, 110, 81, 0.3) !important;
    color: #FFFFFF;
}

.bg-fade-orange-light i, .bg-orange-dark i {
    color: #FFFFFF;
}

.bg-fade-orange-dark {
    background-color: rgba(233, 87, 63, 0.3) !important;
    color: #FFFFFF;
}

.border-fade-orange-light {
    border-color: rgba(252, 110, 81, 0.3) !important;
}

.border-fade-orange-dark {
    border-color: rgba(233, 87, 63, 0.3) !important;
}

.color-fade-orange-light {
    color: rgba(252, 110, 81, 0.3) !important;
}

.color-fade-orange-dark {
    color: rgba(233, 87, 63, 0.3) !important;
}

.bg-fade-yellow1-light {
    background-color: rgba(227, 145, 0, 0.3) !important;
    color: #FFFFFF;
}

.bg-fade-yellow1-light i, .bg-yellow1-dark i {
    color: #FFFFFF;
}

.bg-fade-yellow1-dark {
    background-color: rgba(227, 145, 0, 0.3) !important;
    color: #FFFFFF;
}

.border-fade-yellow1-light {
    border-color: rgba(227, 145, 0, 0.3) !important;
}

.border-fade-yellow1-dark {
    border-color: rgba(227, 145, 0, 0.3) !important;
}

.color-fade-yellow1-light {
    color: rgba(227, 145, 0, 0.3) !important;
}

.color-fade-yellow1-dark {
    color: rgba(227, 145, 0, 0.3) !important;
}

.bg-fade-yellow2-light {
    background-color: rgba(247, 181, 56, 0.3) !important;
    color: #FFFFFF;
}

.bg-fade-yellow2-light i, .bg-yellow2-dark i {
    color: #FFFFFF;
}

.bg-fade-yellow2-dark {
    background-color: rgba(247, 181, 56, 0.3) !important;
    color: #FFFFFF;
}

.border-fade-yellow2-light {
    border-color: rgba(247, 181, 56, 0.3) !important;
}

.border-fade-yellow2-dark {
    border-color: rgba(247, 181, 56, 0.3) !important;
}

.color-fade-yellow2-light {
    color: rgba(247, 181, 56, 0.3) !important;
}

.color-fade-yellow2-dark {
    color: rgba(247, 181, 56, 0.3) !important;
}

.bg-fade-green1-light {
    background-color: rgba(160, 212, 104, 0.3) !important;
    color: #FFFFFF;
}

.bg-fade-green1-light i, .bg-green1-dark i {
    color: #FFFFFF;
}

.bg-fade-green1-dark {
    background-color: rgba(140, 193, 82, 0.3) !important;
    color: #FFFFFF;
}

.border-fade-green1-light {
    border-color: rgba(160, 212, 104, 0.3) !important;
}

.border-fade-green1-dark {
    border-color: rgba(140, 193, 82, 0.3) !important;
}

.color-fade-green1-light {
    color: rgba(160, 212, 104, 0.3) !important;
}

.color-fade-green1-dark {
    color: rgba(140, 193, 82, 0.3) !important;
}

.bg-fade-green2-light {
    background-color: rgba(0, 128, 0, 0.3) !important;
    color: #FFFFFF;
}

.bg-fade-green2-light i, .bg-green2-dark i {
    color: #FFFFFF;
}

.bg-fade-green2-dark {
    background-color: rgba(0, 128, 0, 0.3) !important;
    color: #FFFFFF;
}

.border-fade-green2-light {
    border-color: rgba(0, 128, 0, 0.3) !important;
}

.border-fade-green2-dark {
    border-color: rgba(0, 128, 0, 0.3) !important;
}

.color-fade-green2-light {
    color: rgba(0, 128, 0, 0.3) !important;
}

.color-fade-green2-dark {
    color: rgba(0, 128, 0, 0.3) !important;
}

.bg-fade-mint-light {
    background-color: rgba(72, 207, 173, 0.3) !important;
    color: #FFFFFF;
}

.bg-fade-mint-light i, .bg-mint-dark i {
    color: #FFFFFF;
}

.bg-fade-mint-dark {
    background-color: rgba(55, 188, 155, 0.3) !important;
    color: #FFFFFF;
}

.border-fade-mint-light {
    border-color: rgba(72, 207, 173, 0.3) !important;
}

.border-fade-mint-dark {
    border-color: rgba(55, 188, 155, 0.3) !important;
}

.color-fade-mint-light {
    color: rgba(72, 207, 173, 0.3) !important;
}

.color-fade-mint-dark {
    color: rgba(55, 188, 155, 0.3) !important;
}

.bg-fade-teal-light {
    background-color: rgba(160, 206, 203, 0.3) !important;
    color: #FFFFFF;
}

.bg-fade-teal-light i, .bg-teal-dark i {
    color: #FFFFFF;
}

.bg-fade-teal-dark {
    background-color: rgba(125, 177, 177, 0.3) !important;
    color: #FFFFFF;
}

.border-fade-teal-light {
    border-color: rgba(160, 206, 203, 0.3) !important;
}

.border-fade-teal-dark {
    border-color: rgba(125, 177, 177, 0.3) !important;
}

.color-fade-teal-light {
    color: rgba(160, 206, 203, 0.3) !important;
}

.color-fade-teal-dark {
    color: rgba(125, 177, 177, 0.3) !important;
}

.bg-fade-aqua-light {
    background-color: rgba(79, 193, 233, 0.3) !important;
    color: #FFFFFF;
}

.bg-fade-aqua-light i, .bg-aqua-dark i {
    color: #FFFFFF;
}

.bg-fade-aqua-dark {
    background-color: rgba(59, 175, 218, 0.3) !important;
    color: #FFFFFF;
}

.border-fade-aqua-light {
    border-color: rgba(79, 193, 233, 0.3) !important;
}

.border-fade-aqua-dark {
    border-color: rgba(59, 175, 218, 0.3) !important;
}

.color-fade-aqua-light {
    color: rgba(79, 193, 233, 0.3) !important;
}

.color-fade-aqua-dark {
    color: rgba(59, 175, 218, 0.3) !important;
}

.bg-fade-blue1-light {
    background-color: rgba(79, 193, 233, 0.3) !important;
    color: #FFFFFF;
}

.bg-fade-blue1-light i, .bg-blue1-dark i {
    color: #FFFFFF;
}

.bg-fade-blue1-dark {
    background-color: rgba(59, 175, 218, 0.3) !important;
    color: #FFFFFF;
}

.border-fade-blue1-light {
    border-color: rgba(79, 193, 233, 0.3) !important;
}

.border-fade-blue1-dark {
    border-color: rgba(59, 175, 218, 0.3) !important;
}

.color-fade-blue1-light {
    color: rgba(79, 193, 233, 0.3) !important;
}

.color-fade-blue1-dark {
    color: rgba(59, 175, 218, 0.3) !important;
}

.bg-fade-blue2-light {
    background-color: rgba(93, 156, 236, 0.3) !important;
    color: #FFFFFF;
}

.bg-fade-blue2-light i, .bg-blue2-dark i {
    color: #FFFFFF;
}

.bg-fade-blue2-dark {
    background-color: rgba(247, 181, 56, 0.3) !important;
    color: #FFFFFF;
}

.border-fade-blue2-light {
    border-color: rgba(93, 156, 236, 0.3) !important;
}

.border-fade-blue2-dark {
    border-color: rgba(247, 181, 56, 0.3) !important;
}

.color-fade-blue2-light {
    color: rgba(93, 156, 236, 0.3) !important;
}

.color-fade-blue2-dark {
    color: rgba(247, 181, 56, 0.3) !important;
}

.bg-fade-magenta1-light {
    background-color: rgba(172, 146, 236, 0.3) !important;
    color: #FFFFFF;
}

.bg-fade-magenta1-light i, .bg-magenta1-dark i {
    color: #FFFFFF;
}

.bg-fade-magenta1-dark {
    background-color: rgba(150, 122, 220, 0.3) !important;
    color: #FFFFFF;
}

.border-fade-magenta1-light {
    border-color: rgba(172, 146, 236, 0.3) !important;
}

.border-fade-magenta1-dark {
    border-color: rgba(150, 122, 220, 0.3) !important;
}

.color-fade-magenta1-light {
    color: rgba(172, 146, 236, 0.3) !important;
}

.color-fade-magenta1-dark {
    color: rgba(150, 122, 220, 0.3) !important;
}

.bg-fade-magenta2-light {
    background-color: rgba(128, 103, 183, 0.3) !important;
    color: #FFFFFF;
}

.bg-fade-magenta2-light i, .bg-magenta2-dark i {
    color: #FFFFFF;
}

.bg-fade-magenta2-dark {
    background-color: rgba(106, 80, 167, 0.3) !important;
    color: #FFFFFF;
}

.border-fade-magenta2-light {
    border-color: rgba(128, 103, 183, 0.3) !important;
}

.border-fade-magenta2-dark {
    border-color: rgba(106, 80, 167, 0.3) !important;
}

.color-fade-magenta2-light {
    color: rgba(128, 103, 183, 0.3) !important;
}

.color-fade-magenta2-dark {
    color: rgba(106, 80, 167, 0.3) !important;
}

.bg-fade-pink1-light {
    background-color: rgba(236, 135, 192, 0.3) !important;
    color: #FFFFFF;
}

.bg-fade-pink1-light i, .bg-pink1-dark i {
    color: #FFFFFF;
}

.bg-fade-pink1-dark {
    background-color: rgba(215, 112, 173, 0.3) !important;
    color: #FFFFFF;
}

.border-fade-pink1-light {
    border-color: rgba(236, 135, 192, 0.3) !important;
}

.border-fade-pink1-dark {
    border-color: rgba(215, 112, 173, 0.3) !important;
}

.color-fade-pink1-light {
    color: rgba(236, 135, 192, 0.3) !important;
}

.color-fade-pink1-dark {
    color: rgba(215, 112, 173, 0.3) !important;
}

.bg-fade-pink2-light {
    background-color: rgba(250, 106, 142, 0.3) !important;
    color: #FFFFFF;
}

.bg-fade-pink2-light i, .bg-pink2-dark i {
    color: #FFFFFF;
}

.bg-fade-pink2-dark {
    background-color: rgba(251, 51, 101, 0.3) !important;
    color: #FFFFFF;
}

.border-fade-pink2-light {
    border-color: rgba(250, 106, 142, 0.3) !important;
}

.border-fade-pink2-dark {
    border-color: rgba(251, 51, 101, 0.3) !important;
}

.color-fade-pink2-light {
    color: rgba(250, 106, 142, 0.3) !important;
}

.color-fade-pink2-dark {
    color: rgba(251, 51, 101, 0.3) !important;
}

.bg-fade-brown1-light {
    background-color: rgba(186, 162, 134, 0.3) !important;
    color: #FFFFFF;
}

.bg-fade-brown1-light i, .bg-brown1-dark i {
    color: #FFFFFF;
}

.bg-fade-brown1-dark {
    background-color: rgba(170, 142, 105, 0.3) !important;
    color: #FFFFFF;
}

.border-fade-brown1-light {
    border-color: rgba(186, 162, 134, 0.3) !important;
}

.border-fade-brown1-dark {
    border-color: rgba(170, 142, 105, 0.3) !important;
}

.color-fade-brown1-light {
    color: rgba(186, 162, 134, 0.3) !important;
}

.color-fade-brown1-dark {
    color: rgba(170, 142, 105, 0.3) !important;
}

.bg-fade-brown2-light {
    background-color: rgba(142, 130, 113, 0.3) !important;
    color: #FFFFFF;
}

.bg-fade-brown2-light i, .bg-brown2-dark i {
    color: #FFFFFF;
}

.bg-fade-brown2-dark {
    background-color: rgba(123, 113, 99, 0.3) !important;
    color: #FFFFFF;
}

.border-fade-brown2-light {
    border-color: rgba(142, 130, 113, 0.3) !important;
}

.border-fade-brown2-dark {
    border-color: rgba(123, 113, 99, 0.3) !important;
}

.color-fade-brown2-light {
    color: rgba(142, 130, 113, 0.3) !important;
}

.color-fade-brown2-dark {
    color: rgba(123, 113, 99, 0.3) !important;
}

.bg-fade-gray1-light {
    background-color: rgba(245, 247, 250, 0.3) !important;
    color: #FFFFFF;
}

.bg-fade-gray1-light i, .bg-gray1-dark i {
    color: #FFFFFF;
}

.bg-fade-gray1-dark {
    background-color: rgba(230, 233, 237, 0.3) !important;
    color: #FFFFFF;
}

.border-fade-gray1-light {
    border-color: rgba(245, 247, 250, 0.3) !important;
}

.border-fade-gray1-dark {
    border-color: rgba(230, 233, 237, 0.3) !important;
}

.color-fade-gray1-light {
    color: rgba(245, 247, 250, 0.3) !important;
}

.color-fade-gray1-dark {
    color: rgba(230, 233, 237, 0.3) !important;
}

.bg-fade-gray2-light {
    background-color: rgba(204, 209, 217, 0.3) !important;
    color: #FFFFFF;
}

.bg-fade-gray2-light i, .bg-gray2-dark i {
    color: #FFFFFF;
}

.bg-fade-gray2-dark {
    background-color: rgba(85, 85, 86, 0.3) !important;
    color: #FFFFFF;
}

.border-fade-gray2-light {
    border-color: rgba(204, 209, 217, 0.3) !important;
}

.border-fade-gray2-dark {
    border-color: rgba(85, 85, 86, 0.3) !important;
}

.color-fade-gray2-light {
    color: rgba(204, 209, 217, 0.3) !important;
}

.color-fade-gray2-dark {
    color: rgba(85, 85, 86, 0.3) !important;
}

.bg-fade-gray3-light {
    background-color: rgba(119, 119, 119, 0.3) !important;
    color: #FFFFFF;
}

.bg-fade-gray3-light i, .bg-gray3-dark i {
    color: #FFFFFF;
}

.bg-fade-gray3-dark {
    background-color: rgba(119, 119, 119, 0.3) !important;
    color: #FFFFFF;
}

.border-fade-gray3-light {
    border-color: rgba(119, 119, 119, 0.3) !important;
}

.border-fade-gray3-dark {
    border-color: rgba(119, 119, 119, 0.3) !important;
}

.color-fade-gray3-light {
    color: rgba(119, 119, 119, 0.3) !important;
}

.color-fade-gray3-dark {
    color: rgba(119, 119, 119, 0.3) !important;
}

.bg-fade-dark1-light {
    background-color: rgba(101, 109, 120, 0.3) !important;
    color: #FFFFFF;
}

.bg-fade-dark1-light i, .bg-dark1-dark i {
    color: #FFFFFF;
}

.bg-fade-dark1-dark {
    background-color: rgba(67, 74, 84, 0.3) !important;
    color: #FFFFFF;
}

.border-fade-dark1-light {
    border-color: rgba(101, 109, 120, 0.3) !important;
}

.border-fade-dark1-dark {
    border-color: rgba(67, 74, 84, 0.3) !important;
}

.color-fade-dark1-light {
    color: rgba(101, 109, 120, 0.3) !important;
}

.color-fade-dark1-dark {
    color: rgba(67, 74, 84, 0.3) !important;
}

.bg-fade-dark2-light {
    background-color: rgba(60, 59, 61, 0.3) !important;
    color: #FFFFFF;
}

.bg-fade-dark2-light i, .bg-dark2-dark i {
    color: #FFFFFF;
}

.bg-fade-dark2-dark {
    background-color: rgba(50, 49, 51, 0.3) !important;
    color: #FFFFFF;
}

.border-fade-dark2-light {
    border-color: rgba(60, 59, 61, 0.3) !important;
}

.border-fade-dark2-dark {
    border-color: rgba(50, 49, 51, 0.3) !important;
}

.color-fade-dark2-light {
    color: rgba(60, 59, 61, 0.3) !important;
}

.color-fade-dark2-dark {
    color: rgba(50, 49, 51, 0.3) !important;
}

.bg-gradient-none {
    background-image: linear-gradient(to bottom, 0, 100%)
}

.bg-gradient-red1 {
    background-image: linear-gradient(to bottom, #e00020 0, #e00020 100%)
}

.bg-gradient-red2 {
    background-image: linear-gradient(to bottom, #ED5565 0, #DA4453 100%)
}

.bg-gradient-orange {
    background-image: linear-gradient(to bottom, #FC6E51 0, #E9573F 100%)
}

.bg-gradient-yellow1 {
    background-image: linear-gradient(to bottom, #e39100 0, #e39100 100%)
}

.bg-gradient-yellow2 {
    background-image: linear-gradient(to bottom, #f7b538 0, #f7b538 100%)
}

.bg-gradient-green1 {
    background-image: linear-gradient(to bottom, #A0D468 0, #8CC152 100%)
}

.bg-gradient-green2 {
    background-image: linear-gradient(to bottom, #008000 0, #008000 100%)
}

.bg-gradient-mint {
    background-image: linear-gradient(to bottom, #48CFAD 0, #37BC9B 100%)
}

.bg-gradient-teal {
    background-image: linear-gradient(to bottom, #A0CECB 0, #7DB1B1 100%)
}

.bg-gradient-aqua {
    background-image: linear-gradient(to bottom, #4FC1E9 0, #3BAFDA 100%)
}

.bg-gradient-blue1 {
    background-image: linear-gradient(to bottom, #4FC1E9 0, #3BAFDA 100%)
}

.bg-gradient-blue2 {
    background-image: linear-gradient(to bottom, #5D9CEC 0, #f7b538 100%)
}

.bg-gradient-magenta1 {
    background-image: linear-gradient(to bottom, #AC92EC 0, #967ADC 100%)
}

.bg-gradient-magenta2 {
    background-image: linear-gradient(to bottom, #8067B7 0, #6A50A7 100%)
}

.bg-gradient-pink1 {
    background-image: linear-gradient(to bottom, #EC87C0 0, #D770AD 100%)
}

.bg-gradient-pink2 {
    background-image: linear-gradient(to bottom, #fa6a8e 0, #fb3365 100%)
}

.bg-gradient-brown1 {
    background-image: linear-gradient(to bottom, #BAA286 0, #AA8E69 100%)
}

.bg-gradient-brown2 {
    background-image: linear-gradient(to bottom, #8E8271 0, #7B7163 100%)
}

.bg-gradient-gray1 {
    background-image: linear-gradient(to bottom, #F5F7FA 0, #E6E9ED 100%)
}

.bg-gradient-gray2 {
    background-image: linear-gradient(to bottom, #CCD1D9 0, #555556 100%)
}

.bg-gradient-gray3 {
    background-image: linear-gradient(to bottom, #777777 0, #777777 100%)
}

.bg-gradient-dark1 {
    background-image: linear-gradient(to bottom, #656D78 0, #434A54 100%)
}

.bg-gradient-dark2 {
    background-image: linear-gradient(to bottom, #3C3B3D 0, #323133 100%)
}

.bg-facebook {
    background-color: #3b5998 !important;
    color: #FFFFFF;
}

.color-facebook {
    color: #3b5998 !important;
}

.bg-linkedin {
    background-color: #0077B5 !important;
    color: #FFFFFF;
}

.color-linkedin {
    color: #0077B5 !important;
}

.bg-twitter {
    background-color: #4099ff !important;
    color: #FFFFFF;
}

.color-twitter {
    color: #4099ff !important;
}

.bg-google {
    background-color: #d34836 !important;
    color: #FFFFFF;
}

.color-google {
    color: #d34836 !important;
}

.bg-whatsapp {
    background-color: #34AF23 !important;
    color: #FFFFFF;
}

.color-whatsapp {
    color: #34AF23 !important;
}

.bg-pinterest {
    background-color: #C92228 !important;
    color: #FFFFFF;
}

.color-pinterest {
    color: #C92228 !important;
}

.bg-sms {
    background-color: #27ae60 !important;
    color: #FFFFFF;
}

.color-sms {
    color: #27ae60 !important;
}

.bg-mail {
    background-color: #3498db !important;
    color: #FFFFFF;
}

.color-mail {
    color: #3498db !important;
}

.bg-dribbble {
    background-color: #EA4C89 !important;
    color: #FFFFFF;
}

.color-dribbble {
    color: #EA4C89 !important;
}

.bg-phone {
    background-color: #27ae60 !important;
    color: #FFFFFF;
}

.color-phone {
    color: #27ae60 !important;
}

.bg-skype {
    background-color: #12A5F4 !important;
    color: #FFFFFF;
}

.color-skype {
    color: #12A5F4 !important;
}

.bg-snapchat {
    background-color: #fffc01 !important;
    color: #FFFFFF;
}

.color-snapchat {
    color: #fffc01 !important;
}

.bg-instagram {
    background-color: #e1306c !important;
    color: #FFFFFF;
}

.color-instagram {
    color: #e1306c !important;
}

.body-none {
    background-image: linear-gradient(to bottom, 0, 100%)
}

.body-red1 {
    background-image: linear-gradient(to bottom, #e00020 0, #e00020 100%)
}

.body-red2 {
    background-image: linear-gradient(to bottom, #ED5565 0, #a71222 100%)
}

.body-orange {
    background-image: linear-gradient(to bottom, #FC6E51 0, #ce3319 100%)
}

.body-yellow1 {
    background-image: linear-gradient(to bottom, #e39100 0, #e39100 100%)
}

.body-yellow2 {
    background-image: linear-gradient(to bottom, #f7b538 0, #f7b538 100%)
}

.body-green1 {
    background-image: linear-gradient(to bottom, #A0D468 0, #5ba30b 100%)
}

.body-green2 {
    background-image: linear-gradient(to bottom, #008000 0, #008000 100%)
}

.body-mint {
    background-image: linear-gradient(to bottom, #48CFAD 0, #0fa781 100%)
}

.body-teal {
    background-image: linear-gradient(to bottom, #A0CECB 0, #158383 100%)
}

.body-aqua {
    background-image: linear-gradient(to bottom, #4FC1E9 0, #0a8ab9 100%)
}

.body-blue1 {
    background-image: linear-gradient(to bottom, #4FC1E9 0, #0b769d 100%)
}

.body-blue2 {
    background-image: linear-gradient(to bottom, #5D9CEC 0, #1a64c6 100%)
}

.body-magenta1 {
    background-image: linear-gradient(to bottom, #AC92EC 0, #704dc9 100%)
}

.body-magenta2 {
    background-image: linear-gradient(to bottom, #8067B7 0, #4e3190 100%)
}

.body-pink1 {
    background-image: linear-gradient(to bottom, #EC87C0 0, #c73c8e 100%)
}

.body-pink2 {
    background-image: linear-gradient(to bottom, #fa6a8e 0, #d30e3f 100%)
}

.body-brown1 {
    background-image: linear-gradient(to bottom, #BAA286 0, #896b43 100%)
}

.body-brown2 {
    background-image: linear-gradient(to bottom, #8E8271 0, #584934 100%)
}

.body-gray1 {
    background-image: linear-gradient(to bottom, #F5F7FA 0, #c2c5c9 100%)
}

.body-gray2 {
    background-image: linear-gradient(to bottom, #CCD1D9 0, #88919d 100%)
}

.body-gray3 {
    background-image: linear-gradient(to bottom, #777777 0, #777777 100%)
}

.body-dark1 {
    background-image: linear-gradient(to bottom, #656D78 0, #242b34 100%)
}

.body-dark2 {
    background-image: linear-gradient(to bottom, #3C3B3D 0, #1c191f 100%)
}


html {
     box-sizing: border-box;
     text-size-adjust: 100%;
     word-break: normal;
     -moz-tab-size: 4;
     tab-size: 4
 }

*, :before, :after {
    background-repeat: no-repeat;
    box-sizing: border-box
}

:before, :after {
    text-decoration: inherit;
    vertical-align: inherit
}

* {
    padding: 0;
    margin: 0
}

hr {
    overflow: visible;
    height: 0;
    color: inherit;
    border: 0;
    border-top: 1px solid
}

details, main {
    display: block
}

summary {
    display: list-item
}

small {
    font-size: 80%
}

[hidden] {
    display: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline-width: 0
}

code, kbd, pre, samp {
    font-family: monospace
}

pre {
    font-size: 1em
}

b, strong {
    font-weight: bolder
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    border-color: inherit;
    text-indent: 0
}

iframe {
    border-style: none
}

input {
    border-radius: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

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

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

textarea {
    overflow: auto;
    resize: vertical
}

button, input, optgroup, select, textarea {
    font: inherit;
    color: inherit
}

optgroup {
    font-weight: 700
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type=button], [type=reset], [type=submit], [role=button] {
    cursor: pointer
}

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, html [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button
}

button, input, select, textarea {
    background-color: transparent;
    border-style: none
}

button:-moz-focusring, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    outline: 1px dotted ButtonText
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
    outline-width: 0
}

select::-ms-expand {
    display: none
}

select::-ms-value {
    color: currentcolor
}

legend {
    border: 0;
    color: inherit;
    display: table;
    white-space: normal;
    max-width: 100%
}

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

[disabled] {
    cursor: default
}

img {
    border-style: none
}

progress {
    vertical-align: baseline
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled=true] {
    cursor: default
}

ul, ol {
    list-style-type: none
}

figure {
    margin: 0
}

.guard-popup {
    font-family: FigtreeVF, sans-serif;
    position: fixed;
    z-index: 2147483638;
    top: 8px;
    left: 24px;
    overflow: visible;
    color: #222e3a;
    background-color: #fff;
    max-width: 416px;
    width: calc(100% - 48px);
    border-radius: 16px;
    box-shadow: 0 4px 20px #00000040;
    padding: 24px
}

.guard-popup__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 16px;
    margin-bottom: 24px
}

.guard-popup__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    opacity: .7
}

.guard-popup__img {
    line-height: 0;
    margin-bottom: 24px
}

.guard-popup__img img {
    width: 100%;
    aspect-ratio: 368/142;
    object-fit: cover;
    border-radius: 12px;
    overflow: hidden
}

.guard-popup__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px
}

.guard-popup__description {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #4a5764;
    margin-bottom: 28px
}

.guard-popup__actions {
    display: flex;
    justify-content: flex-end;
    column-gap: 16px
}

.guard-popup__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    cursor: pointer;
    color: #fff;
    background: linear-gradient(180deg, #5695fd, #1554ff)
}

@font-face {
    font-family: FigtreeVF;
    src: url(chrome-extension://majdfhpaihoncoakbjgbdhglocklcgno/fonts/FigtreeVF.woff2) format("woff2 supports variations"), url(chrome-extension://majdfhpaihoncoakbjgbdhglocklcgno/fonts/FigtreeVF.woff2) format("woff2-variations");
    font-weight: 100 1000;
    font-display: swap
}

html {
     box-sizing: border-box;
     text-size-adjust: 100%;
     word-break: normal;
     -moz-tab-size: 4;
     tab-size: 4
 }

*, :before, :after {
    background-repeat: no-repeat;
    box-sizing: border-box
}

:before, :after {
    text-decoration: inherit;
    vertical-align: inherit
}

* {
    padding: 0;
    margin: 0
}

hr {
    overflow: visible;
    height: 0;
    color: inherit;
    border: 0;
    border-top: 1px solid
}

details, main {
    display: block
}

summary {
    display: list-item
}

small {
    font-size: 80%
}

[hidden] {
    display: none !important
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline-width: 0
}

code, kbd, pre, samp {
    font-family: monospace
}

pre {
    font-size: 1em
}

b, strong {
    font-weight: bolder
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    border-color: inherit;
    text-indent: 0
}

iframe {
    border-style: none
}

input {
    border-radius: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

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

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

textarea {
    overflow: auto;
    resize: vertical
}

button, input, optgroup, select, textarea {
    font: inherit;
    color: inherit
}

optgroup {
    font-weight: 700
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type=button], [type=reset], [type=submit], [role=button] {
    cursor: pointer
}

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, html [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button
}

button, input, select, textarea {
    background-color: transparent;
    border-style: none
}

button:-moz-focusring, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    outline: 1px dotted ButtonText
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
    outline-width: 0
}

select::-ms-expand {
    display: none
}

select::-ms-value {
    color: currentcolor
}

legend {
    border: 0;
    color: inherit;
    display: table;
    white-space: normal;
    max-width: 100%
}

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

[disabled] {
    cursor: default
}

img {
    border-style: none
}

progress {
    vertical-align: baseline
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled=true] {
    cursor: default
}

ul, ol {
    list-style-type: none
}

figure {
    margin: 0
}

.lock-screen {
    font-family: FigtreeVF, sans-serif;
    letter-spacing: normal;
    position: fixed;
    z-index: 2147483638;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 32px 40px;
    color: #222e3a;
    background-color: #fdfdfd;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    overflow: auto;
    background-image: radial-gradient(circle at 0% 0%, #e6fffdcc, #e6fffd00 50%), radial-gradient(circle at 100% 0%, #ebfffecc, #ebfffe00 50%), radial-gradient(circle at 100% 100%, #f0f5ffcc, #f0f5ff00 50%), radial-gradient(circle at 0% 100%, #f2f2ffcc, #f2f2ff00 50%), radial-gradient(circle at 50% 50%, #fff, #fffc, #f5f5ff66, #f0f0ff33, #f0f0ff00), linear-gradient(to bottom right, #e6fffd, #f2f2ff);
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.lock-screen__header {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.lock-screen__logo {
    display: inline-flex;
    align-items: center;
    column-gap: 12px;
    font-size: 18px;
    font-weight: 600
}

.lock-screen__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #222e3a1a
}

.lock-screen__main {
    flex-grow: 1;
    align-content: center
}

.lock-screen__container {
    max-width: 1120px;
    margin-inline: auto;
    display: flex;
    align-items: center;
    gap: 24px
}

@media (width < 972px) {
    .lock-screen__container {
        flex-direction: column
    }
}

.lock-screen__timer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.lock-screen__content {
    width: 100%
}

.lock-screen__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 16px
}

.lock-screen__description {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 24px
}

.lock-screen__actions {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px
}

.lock-screen__action {
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 8px 24px
}

.upgrade-btn {
    color: #fff;
    background: linear-gradient(180deg, #20df9e, #13cf8f)
}

.skip-btn {
    color: #3066ff;
    border-width: 1px;
    border-style: solid;
    border-color: #3066ff;
    position: relative
}

.skip-btn__tooltip {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: calc(100% + 18px);
    padding: 8px 12px;
    color: #fff;
    border: 1px solid #4a5764;
    background-color: #222e3a;
    border-radius: 8px;
    width: max-content;
    pointer-events: none;
    animation: slide-in .6s ease-in-out forwards
}

@keyframes slide-in {
    0% {
        opacity: 0;
        transform: translate(-50%, -100%)
    }
    to {
        opacity: 1;
        transform: translate(-50%)
    }
}

.skip-btn__tooltip:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: -8px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px;
    border-color: transparent transparent #222e3a;
    transform: translate(-6px)
}

.skip-btn__icon {
    display: none
}

.skip-btn:disabled {
    cursor: not-allowed
}

.skip-btn:disabled .skip-btn__tooltip, .skip-btn:disabled .skip-btn__text {
    display: none
}

.skip-btn:disabled .skip-btn__icon {
    display: initial;
    animation: tick-tock .8s steps(8, end) infinite
}

@keyframes tick-tock {
    to {
        transform: rotate(360deg)
    }
}

.timer {
    position: relative;
    max-width: 422px;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 40px #2b374114;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none
}

.timer__circle-backward {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    max-width: 100%;
    height: auto;
    opacity: .4
}

.timer__circle-forward {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: 1;
    max-width: 100%;
    height: auto;
    animation: sector 5s linear forwards
}

.timer__fire-icon {
    position: absolute;
    top: 22%;
    left: 50%;
    transform: translate(-50%);
    z-index: 2
}

.timer__text {
    font-size: clamp(18px, 10vw, 88px);
    letter-spacing: -1px;
    text-align: center;
    font-variant-numeric: tabular-nums;
    position: relative;
    z-index: 3
}

.timer--finished .timer__text {
    color: #98a0a9
}

.timer--finished .timer__circle-forward {
    display: none
}

@keyframes sector {
    0% {
        clip-path: polygon(50% 50%, 0% 2%, 100% 0%, 100% 100%, 0% 100%, 0% 2%)
    }
    25% {
        clip-path: polygon(50% 50%, 0% 2%, 100% 0%, 100% 100%, 0% 100%, 0% 100%)
    }
    25.000001% {
        clip-path: polygon(50% 50%, 0% 2%, 100% 0%, 100% 100%, 0% 100%)
    }
    50% {
        clip-path: polygon(50% 50%, 0% 2%, 100% 0%, 100% 100%, 100% 100%)
    }
    50.000001% {
        clip-path: polygon(50% 50%, 0% 2%, 100% 0%, 100% 100%)
    }
    75% {
        clip-path: polygon(50% 50%, 0% 2%, 100% 0%, 100% 0%)
    }
    75.000001% {
        clip-path: polygon(50% 50%, 0% 2%, 100% 0%)
    }
    to {
        clip-path: polygon(50% 50%, 0% 2%, 0% 0%)
    }
}

@media (prefers-color-scheme: dark) {
    .lock-screen {
        color: #fff;
        background-image: radial-gradient(circle at 0% 0%, #2f4f4fcc, #2f4f4f00 50%), radial-gradient(circle at 100% 0%, #193042cc, #19304200 50%), radial-gradient(circle at 100% 100%, #1c3041cc, #1c304100 50%), radial-gradient(circle at 0% 100%, #1b263bcc, #1b263b00 50%), radial-gradient(circle at 50% 50%, #141e28, #141e28cc, #1b263b66, #1c304133, #1c304100), linear-gradient(to bottom right, #2f4f4f, #1b263b)
    }

    .lock-screen__close {
        background-color: #ffffff1a
    }

    .skip-btn {
        color: #fff;
        border-color: #fff
    }

    .skip-btn__tooltip {
        color: #222e3a;
        border: 1px solid #f5f6f7;
        background-color: #fff
    }

    .skip-btn__tooltip:after {
        border-color: transparent transparent #fff
    }

    .timer {
        background-color: #191b25
    }

    .timer__circle-backward {
        opacity: 1
    }

    .timer--finished .timer__text {
        color: #5c6977
    }
}
.bg-highlight, .page-item.active a {
    background-color: #f7b538 !important
}

.footer-bar-1 .active-nav *, .footer-bar-3 .active-nav i {
    color: #f7b538 !important
}

.footer-bar-2 strong, .footer-bar-4 strong, .footer-bar-5 strong {
    background-color: #f7b538 !important;
    color: #FFF;
}

.border-highlight {
    border-color: #f7b538 !important
}

.header-tab-active {
    border-color: #f7b538 !important
}.color-highlight {
     color: #f7b538 !important
 }
#web-sidebar {
    position: relative;
    z-index: 100;
    color: #252f3f;
}

#web-sidebar .sidebar {
    padding: 20px;
}

#web-sidebar .sidebar-header .logo {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 30px;
}

#web-sidebar .sidebar-header .logo img {

    width: 100%;
    height: 100%;
    border-radius: 100%;
}

#web-sidebar .sidebar-header .title {
    position: absolute;
    top: 60px;
    right: 92px;
    font-size: 16px;
    font-weight: bold;
}

#web-sidebar .sidebar-content .close-sidebar {
    width: 40px;
    height: 40px;
    background-color: #CCC;
    border-radius: 100%;
    position: absolute;
    top: 10px;
    left: 20px;
    display: flex;
    justify-content: center;
}

#web-sidebar .sidebar-content .close-sidebar i {
    font-size: 18px;
    margin-top: 12px;
}

#web-sidebar .sidebar-content {
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: #0000001c;
    height: 100%;
    z-index: 99;
}

#web-sidebar .tail {
    position: absolute;
    bottom: 0;
    right: 67px;
    display: block;
}

#web-sidebar .sidebar-content.open {
    transform: translateX(0%);
    opacity: 1;
    transition: 0.3s ease;
}

#web-sidebar .sidebar-content.close {
    transform: translateX(100%);
    opacity: 0;
    transition: 0.3s ease;
}

#web-sidebar .sidebar-body {
    padding-top: 0px;
    border-top: 2px solid #252f3f;
}

#web-sidebar .sidebar-body a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0;
    color: #252f3f;
    border-bottom: 1px solid #252f3f;
}

#web-sidebar .sidebar-body a:focus {
    color: #252f3f;
}

#web-sidebar .sidebar-content .sidebar {
    /* position: fixed;
    top: 0px; */
    width: 270px;
    z-index: 101;
    background-color: #81AB21;
    height: 100%;
}

.sidebar-body {
    color: #FFF;
}