@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800);

/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    50%,
    from,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    50%,
    from,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {

    11.1%,
    from,
    to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {

    11.1%,
    from,
    to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(/assets/icons/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(/assets/icons/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(/assets/icons/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(/assets/icons/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(/assets/icons/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(/assets/icons/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

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

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

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

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

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

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

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

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

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

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

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

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

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none
}

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

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

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

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

.fa-inverse {
    color: #fff
}

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

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

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

.fa-envelope-o:before {
    content: "\f003"
}

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

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

.fa-star-o:before {
    content: "\f006"
}

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

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

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

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

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}

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

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

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

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

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

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

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

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

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

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

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

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

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

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

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

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

.fa-tag:before {
    content: "\f02b"
}

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

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

.mark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

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

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

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

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

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

.fa-text-width:before {
    content: "\f035"
}

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

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

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

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

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

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

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

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

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

.fa-adjust:before {
    content: "\f042"
}

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

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

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

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

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

.fa-play:before {
    content: "\f04b"
}

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

.fa-stop:before {
    content: "\f04d"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

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

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

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

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

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

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

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

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

.fa-plus:before {
    content: "\f067"
}

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

.fa-asterisk:before {
    content: "\f069"
}

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

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

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

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

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

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

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

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

.fa-random:before {
    content: "\f074"
}

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

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

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

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

.fa-retweet:before {
    content: "\f079"
}

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

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

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

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

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

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

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

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

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

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

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

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

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

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

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

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

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

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

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

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

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

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

.fa-paperclip:before {
    content: "\f0c6"
}

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

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

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

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

.fa-list-ol:before {
    content: "\f0cb"
}

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

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

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

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

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

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

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

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

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

.fa-columns:before {
    content: "\f0db"
}

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

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

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

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

.fa-linkedin:before {
    content: "\f0e1"
}

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

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

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

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

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

.fa-umbrella:before {
    content: "\f0e9"
}

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

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

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

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

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

.fa-bell-o:before {
    content: "\f0a2"
}

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

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

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

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

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

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

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

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

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

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

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

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

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

.fa-desktop:before {
    content: "\f108"
}

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

.fa-tablet:before {
    content: "\f10a"
}

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

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

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

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

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

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

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

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

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

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

.fa-flag-o:before {
    content: "\f11d"
}

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

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

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

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

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

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

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

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

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

.fa-question:before {
    content: "\f128"
}

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

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

.fa-superscript:before {
    content: "\f12b"
}

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

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

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

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

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

.fa-shield:before {
    content: "\f132"
}

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

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

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

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

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

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

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

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

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

.fa-unlock-alt:before {
    content: "\f13e"
}

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

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

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

.fa-rss-square:before {
    content: "\f143"
}

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

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

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

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

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

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

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}

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

.fa-gbp:before {
    content: "\f154"
}

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

.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}

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

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

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

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

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

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

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

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

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

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

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

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

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

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}

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

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

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

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

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

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

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

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

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

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

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

.fa-spoon:before {
    content: "\f1b1"
}

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

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

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

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

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

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

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

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

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

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

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

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

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

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}

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

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

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

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

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}

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

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

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

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

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

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

.fa-tty:before {
    content: "\f1e4"
}

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

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

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

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

.fa-wifi:before {
    content: "\f1eb"
}

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

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

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

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

.fa-trash:before {
    content: "\f1f8"
}

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

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

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

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

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

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

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

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

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

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

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

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

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

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

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

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

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

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

.fa-street-view:before {
    content: "\f21d"
}

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

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

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

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

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

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

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

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

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

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

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

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

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

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

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

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

.fa-viacoin:before {
    content: "\f237"
}

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

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

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

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

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

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

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

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

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

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

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

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

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

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

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

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

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

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

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

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

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

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

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

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

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

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

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

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

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

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

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

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

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

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

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

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

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

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

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

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

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

.fa-pause-circle-o:before {
    content: "\f28c"
}

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

.fa-stop-circle-o:before {
    content: "\f28e"
}

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

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

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

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

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

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

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

.fa-volume-control-phone:before {
    content: "\f2a0"
}

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

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

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

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

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

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

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

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

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

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

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

.fa-linode:before {
    content: "\f2b8"
}

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

.fa-address-book-o:before {
    content: "\f2ba"
}

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

.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "\f2bc"
}

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

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

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

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

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

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

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

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

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

.fa-shower:before {
    content: "\f2cc"
}

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

.fa-podcast:before {
    content: "\f2ce"
}

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

.fa-window-minimize:before {
    content: "\f2d1"
}

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

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

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

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

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

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

@font-face {
    font-family: icomoon;
    src: url(/assets/icons/iconmind/fonts/icomoon.eot?-rdmvgc);
    src: url(/assets/icons/iconmind/fonts/icomoon.eot?#iefix-rdmvgc) format("embedded-opentype"), url(/assets/icons/iconmind/fonts/icomoon.woff?-rdmvgc) format("woff"), url(/assets/icons/iconmind/fonts/icomoon.ttf?-rdmvgc) format("truetype"), url(/assets/icons/iconmind/fonts/icomoon.svg?-rdmvgc#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-A-Z:before {
    content: "\e600"
}

.icon-Aa:before {
    content: "\e601"
}

.icon-Add-Bag:before {
    content: "\e602"
}

.icon-Add-Basket:before {
    content: "\e603"
}

.icon-Add-Cart:before {
    content: "\e604"
}

.icon-Add-File:before {
    content: "\e605"
}

.icon-Add-SpaceAfterParagraph:before {
    content: "\e606"
}

.icon-Add-SpaceBeforeParagraph:before {
    content: "\e607"
}

.icon-Add-User:before {
    content: "\e608"
}

.icon-Add-UserStar:before {
    content: "\e609"
}

.icon-Add-Window:before {
    content: "\e60a"
}

.icon-Add:before {
    content: "\e60b"
}

.icon-Address-Book:before {
    content: "\e60c"
}

.icon-Address-Book2:before {
    content: "\e60d"
}

.icon-Administrator:before {
    content: "\e60e"
}

.icon-Aerobics-2:before {
    content: "\e60f"
}

.icon-Aerobics-3:before {
    content: "\e610"
}

.icon-Aerobics:before {
    content: "\e611"
}

.icon-Affiliate:before {
    content: "\e612"
}

.icon-Aim:before {
    content: "\e613"
}

.icon-Air-Balloon:before {
    content: "\e614"
}

.icon-Airbrush:before {
    content: "\e615"
}

.icon-Airship:before {
    content: "\e616"
}

.icon-Alarm-Clock:before {
    content: "\e617"
}

.icon-Alarm-Clock2:before {
    content: "\e618"
}

.icon-Alarm:before {
    content: "\e619"
}

.icon-Alien-2:before {
    content: "\e61a"
}

.icon-Alien:before {
    content: "\e61b"
}

.icon-Aligator:before {
    content: "\e61c"
}

.icon-Align-Center:before {
    content: "\e61d"
}

.icon-Align-JustifyAll:before {
    content: "\e61e"
}

.icon-Align-JustifyCenter:before {
    content: "\e61f"
}

.icon-Align-JustifyLeft:before {
    content: "\e620"
}

.icon-Align-JustifyRight:before {
    content: "\e621"
}

.icon-Align-Left:before {
    content: "\e622"
}

.icon-Align-Right:before {
    content: "\e623"
}

.icon-Alpha:before {
    content: "\e624"
}

.icon-Ambulance:before {
    content: "\e625"
}

.icon-AMX:before {
    content: "\e626"
}

.icon-Anchor-2:before {
    content: "\e627"
}

.icon-Anchor:before {
    content: "\e628"
}

.icon-Android-Store:before {
    content: "\e629"
}

.icon-Android:before {
    content: "\e62a"
}

.icon-Angel-Smiley:before {
    content: "\e62b"
}

.icon-Angel:before {
    content: "\e62c"
}

.icon-Angry:before {
    content: "\e62d"
}

.icon-Apple-Bite:before {
    content: "\e62e"
}

.icon-Apple-Store:before {
    content: "\e62f"
}

.icon-Apple:before {
    content: "\e630"
}

.icon-Approved-Window:before {
    content: "\e631"
}

.icon-Aquarius-2:before {
    content: "\e632"
}

.icon-Aquarius:before {
    content: "\e633"
}

.icon-Archery-2:before {
    content: "\e634"
}

.icon-Archery:before {
    content: "\e635"
}

.icon-Argentina:before {
    content: "\e636"
}

.icon-Aries-2:before {
    content: "\e637"
}

.icon-Aries:before {
    content: "\e638"
}

.icon-Army-Key:before {
    content: "\e639"
}

.icon-Arrow-Around:before {
    content: "\e63a"
}

.icon-Arrow-Back3:before {
    content: "\e63b"
}

.icon-Arrow-Back:before {
    content: "\e63c"
}

.icon-Arrow-Back2:before {
    content: "\e63d"
}

.icon-Arrow-Barrier:before {
    content: "\e63e"
}

.icon-Arrow-Circle:before {
    content: "\e63f"
}

.icon-Arrow-Cross:before {
    content: "\e640"
}

.icon-Arrow-Down:before {
    content: "\e641"
}

.icon-Arrow-Down2:before {
    content: "\e642"
}

.icon-Arrow-Down3:before {
    content: "\e643"
}

.icon-Arrow-DowninCircle:before {
    content: "\e644"
}

.icon-Arrow-Fork:before {
    content: "\e645"
}

.icon-Arrow-Forward:before {
    content: "\e646"
}

.icon-Arrow-Forward2:before {
    content: "\e647"
}

.icon-Arrow-From:before {
    content: "\e648"
}

.icon-Arrow-Inside:before {
    content: "\e649"
}

.icon-Arrow-Inside45:before {
    content: "\e64a"
}

.icon-Arrow-InsideGap:before {
    content: "\e64b"
}

.icon-Arrow-InsideGap45:before {
    content: "\e64c"
}

.icon-Arrow-Into:before {
    content: "\e64d"
}

.icon-Arrow-Join:before {
    content: "\e64e"
}

.icon-Arrow-Junction:before {
    content: "\e64f"
}

.icon-Arrow-Left:before {
    content: "\e650"
}

.icon-Arrow-Left2:before {
    content: "\e651"
}

.icon-Arrow-LeftinCircle:before {
    content: "\e652"
}

.icon-Arrow-Loop:before {
    content: "\e653"
}

.icon-Arrow-Merge:before {
    content: "\e654"
}

.icon-Arrow-Mix:before {
    content: "\e655"
}

.icon-Arrow-Next:before {
    content: "\e656"
}

.icon-Arrow-OutLeft:before {
    content: "\e657"
}

.icon-Arrow-OutRight:before {
    content: "\e658"
}

.icon-Arrow-Outside:before {
    content: "\e659"
}

.icon-Arrow-Outside45:before {
    content: "\e65a"
}

.icon-Arrow-OutsideGap:before {
    content: "\e65b"
}

.icon-Arrow-OutsideGap45:before {
    content: "\e65c"
}

.icon-Arrow-Over:before {
    content: "\e65d"
}

.icon-Arrow-Refresh:before {
    content: "\e65e"
}

.icon-Arrow-Refresh2:before {
    content: "\e65f"
}

.icon-Arrow-Right:before {
    content: "\e660"
}

.icon-Arrow-Right2:before {
    content: "\e661"
}

.icon-Arrow-RightinCircle:before {
    content: "\e662"
}

.icon-Arrow-Shuffle:before {
    content: "\e663"
}

.icon-Arrow-Squiggly:before {
    content: "\e664"
}

.icon-Arrow-Through:before {
    content: "\e665"
}

.icon-Arrow-To:before {
    content: "\e666"
}

.icon-Arrow-TurnLeft:before {
    content: "\e667"
}

.icon-Arrow-TurnRight:before {
    content: "\e668"
}

.icon-Arrow-Up:before {
    content: "\e669"
}

.icon-Arrow-Up2:before {
    content: "\e66a"
}

.icon-Arrow-Up3:before {
    content: "\e66b"
}

.icon-Arrow-UpinCircle:before {
    content: "\e66c"
}

.icon-Arrow-XLeft:before {
    content: "\e66d"
}

.icon-Arrow-XRight:before {
    content: "\e66e"
}

.icon-Ask:before {
    content: "\e66f"
}

.icon-Assistant:before {
    content: "\e670"
}

.icon-Astronaut:before {
    content: "\e671"
}

.icon-At-Sign:before {
    content: "\e672"
}

.icon-ATM:before {
    content: "\e673"
}

.icon-Atom:before {
    content: "\e674"
}

.icon-Audio:before {
    content: "\e675"
}

.icon-Auto-Flash:before {
    content: "\e676"
}

.icon-Autumn:before {
    content: "\e677"
}

.icon-Baby-Clothes:before {
    content: "\e678"
}

.icon-Baby-Clothes2:before {
    content: "\e679"
}

.icon-Baby-Cry:before {
    content: "\e67a"
}

.icon-Baby:before {
    content: "\e67b"
}

.icon-Back2:before {
    content: "\e67c"
}

.icon-Back-Media:before {
    content: "\e67d"
}

.icon-Back-Music:before {
    content: "\e67e"
}

.icon-Back:before {
    content: "\e67f"
}

.icon-Background:before {
    content: "\e680"
}

.icon-Bacteria:before {
    content: "\e681"
}

.icon-Bag-Coins:before {
    content: "\e682"
}

.icon-Bag-Items:before {
    content: "\e683"
}

.icon-Bag-Quantity:before {
    content: "\e684"
}

.icon-Bag:before {
    content: "\e685"
}

.icon-Bakelite:before {
    content: "\e686"
}

.icon-Ballet-Shoes:before {
    content: "\e687"
}

.icon-Balloon:before {
    content: "\e688"
}

.icon-Banana:before {
    content: "\e689"
}

.icon-Band-Aid:before {
    content: "\e68a"
}

.icon-Bank:before {
    content: "\e68b"
}

.icon-Bar-Chart:before {
    content: "\e68c"
}

.icon-Bar-Chart2:before {
    content: "\e68d"
}

.icon-Bar-Chart3:before {
    content: "\e68e"
}

.icon-Bar-Chart4:before {
    content: "\e68f"
}

.icon-Bar-Chart5:before {
    content: "\e690"
}

.icon-Bar-Code:before {
    content: "\e691"
}

.icon-Barricade-2:before {
    content: "\e692"
}

.icon-Barricade:before {
    content: "\e693"
}

.icon-Baseball:before {
    content: "\e694"
}

.icon-Basket-Ball:before {
    content: "\e695"
}

.icon-Basket-Coins:before {
    content: "\e696"
}

.icon-Basket-Items:before {
    content: "\e697"
}

.icon-Basket-Quantity:before {
    content: "\e698"
}

.icon-Bat-2:before {
    content: "\e699"
}

.icon-Bat:before {
    content: "\e69a"
}

.icon-Bathrobe:before {
    content: "\e69b"
}

.icon-Batman-Mask:before {
    content: "\e69c"
}

.icon-Battery-0:before {
    content: "\e69d"
}

.icon-Battery-25:before {
    content: "\e69e"
}

.icon-Battery-50:before {
    content: "\e69f"
}

.icon-Battery-75:before {
    content: "\e6a0"
}

.icon-Battery-100:before {
    content: "\e6a1"
}

.icon-Battery-Charge:before {
    content: "\e6a2"
}

.icon-Bear:before {
    content: "\e6a3"
}

.icon-Beard-2:before {
    content: "\e6a4"
}

.icon-Beard-3:before {
    content: "\e6a5"
}

.icon-Beard:before {
    content: "\e6a6"
}

.icon-Bebo:before {
    content: "\e6a7"
}

.icon-Bee:before {
    content: "\e6a8"
}

.icon-Beer-Glass:before {
    content: "\e6a9"
}

.icon-Beer:before {
    content: "\e6aa"
}

.icon-Bell-2:before {
    content: "\e6ab"
}

.icon-Bell:before {
    content: "\e6ac"
}

.icon-Belt-2:before {
    content: "\e6ad"
}

.icon-Belt-3:before {
    content: "\e6ae"
}

.icon-Belt:before {
    content: "\e6af"
}

.icon-Berlin-Tower:before {
    content: "\e6b0"
}

.icon-Beta:before {
    content: "\e6b1"
}

.icon-Betvibes:before {
    content: "\e6b2"
}

.icon-Bicycle-2:before {
    content: "\e6b3"
}

.icon-Bicycle-3:before {
    content: "\e6b4"
}

.icon-Bicycle:before {
    content: "\e6b5"
}

.icon-Big-Bang:before {
    content: "\e6b6"
}

.icon-Big-Data:before {
    content: "\e6b7"
}

.icon-Bike-Helmet:before {
    content: "\e6b8"
}

.icon-Bikini:before {
    content: "\e6b9"
}

.icon-Bilk-Bottle2:before {
    content: "\e6ba"
}

.icon-Billing:before {
    content: "\e6bb"
}

.icon-Bing:before {
    content: "\e6bc"
}

.icon-Binocular:before {
    content: "\e6bd"
}

.icon-Bio-Hazard:before {
    content: "\e6be"
}

.icon-Biotech:before {
    content: "\e6bf"
}

.icon-Bird-DeliveringLetter:before {
    content: "\e6c0"
}

.icon-Bird:before {
    content: "\e6c1"
}

.icon-Birthday-Cake:before {
    content: "\e6c2"
}

.icon-Bisexual:before {
    content: "\e6c3"
}

.icon-Bishop:before {
    content: "\e6c4"
}

.icon-Bitcoin:before {
    content: "\e6c5"
}

.icon-Black-Cat:before {
    content: "\e6c6"
}

.icon-Blackboard:before {
    content: "\e6c7"
}

.icon-Blinklist:before {
    content: "\e6c8"
}

.icon-Block-Cloud:before {
    content: "\e6c9"
}

.icon-Block-Window:before {
    content: "\e6ca"
}

.icon-Blogger:before {
    content: "\e6cb"
}

.icon-Blood:before {
    content: "\e6cc"
}

.icon-Blouse:before {
    content: "\e6cd"
}

.icon-Blueprint:before {
    content: "\e6ce"
}

.icon-Board:before {
    content: "\e6cf"
}

.icon-Bodybuilding:before {
    content: "\e6d0"
}

.icon-Bold-Text:before {
    content: "\e6d1"
}

.icon-Bone:before {
    content: "\e6d2"
}

.icon-Bones:before {
    content: "\e6d3"
}

.icon-Book:before {
    content: "\e6d4"
}

.icon-Bookmark:before {
    content: "\e6d5"
}

.icon-Books-2:before {
    content: "\e6d6"
}

.icon-Books:before {
    content: "\e6d7"
}

.icon-Boom:before {
    content: "\e6d8"
}

.icon-Boot-2:before {
    content: "\e6d9"
}

.icon-Boot:before {
    content: "\e6da"
}

.icon-Bottom-ToTop:before {
    content: "\e6db"
}

.icon-Bow-2:before {
    content: "\e6dc"
}

.icon-Bow-3:before {
    content: "\e6dd"
}

.icon-Bow-4:before {
    content: "\e6de"
}

.icon-Bow-5:before {
    content: "\e6df"
}

.icon-Bow-6:before {
    content: "\e6e0"
}

.icon-Bow:before {
    content: "\e6e1"
}

.icon-Bowling-2:before {
    content: "\e6e2"
}

.icon-Bowling:before {
    content: "\e6e3"
}

.icon-Box2:before {
    content: "\e6e4"
}

.icon-Box-Close:before {
    content: "\e6e5"
}

.icon-Box-Full:before {
    content: "\e6e6"
}

.icon-Box-Open:before {
    content: "\e6e7"
}

.icon-Box-withFolders:before {
    content: "\e6e8"
}

.icon-Box:before {
    content: "\e6e9"
}

.icon-Boy:before {
    content: "\e6ea"
}

.icon-Bra:before {
    content: "\e6eb"
}

.icon-Brain-2:before {
    content: "\e6ec"
}

.icon-Brain-3:before {
    content: "\e6ed"
}

.icon-Brain:before {
    content: "\e6ee"
}

.icon-Brazil:before {
    content: "\e6ef"
}

.icon-Bread-2:before {
    content: "\e6f0"
}

.icon-Bread:before {
    content: "\e6f1"
}

.icon-Bridge:before {
    content: "\e6f2"
}

.icon-Brightkite:before {
    content: "\e6f3"
}

.icon-Broke-Link2:before {
    content: "\e6f4"
}

.icon-Broken-Link:before {
    content: "\e6f5"
}

.icon-Broom:before {
    content: "\e6f6"
}

.icon-Brush:before {
    content: "\e6f7"
}

.icon-Bucket:before {
    content: "\e6f8"
}

.icon-Bug:before {
    content: "\e6f9"
}

.icon-Building:before {
    content: "\e6fa"
}

.icon-Bulleted-List:before {
    content: "\e6fb"
}

.icon-Bus-2:before {
    content: "\e6fc"
}

.icon-Bus:before {
    content: "\e6fd"
}

.icon-Business-Man:before {
    content: "\e6fe"
}

.icon-Business-ManWoman:before {
    content: "\e6ff"
}

.icon-Business-Mens:before {
    content: "\e700"
}

.icon-Business-Woman:before {
    content: "\e701"
}

.icon-Butterfly:before {
    content: "\e702"
}

.icon-Button:before {
    content: "\e703"
}

.icon-Cable-Car:before {
    content: "\e704"
}

.icon-Cake:before {
    content: "\e705"
}

.icon-Calculator-2:before {
    content: "\e706"
}

.icon-Calculator-3:before {
    content: "\e707"
}

.icon-Calculator:before {
    content: "\e708"
}

.icon-Calendar-2:before {
    content: "\e709"
}

.icon-Calendar-3:before {
    content: "\e70a"
}

.icon-Calendar-4:before {
    content: "\e70b"
}

.icon-Calendar-Clock:before {
    content: "\e70c"
}

.icon-Calendar:before {
    content: "\e70d"
}

.icon-Camel:before {
    content: "\e70e"
}

.icon-Camera-2:before {
    content: "\e70f"
}

.icon-Camera-3:before {
    content: "\e710"
}

.icon-Camera-4:before {
    content: "\e711"
}

.icon-Camera-5:before {
    content: "\e712"
}

.icon-Camera-Back:before {
    content: "\e713"
}

.icon-Camera:before {
    content: "\e714"
}

.icon-Can-2:before {
    content: "\e715"
}

.icon-Can:before {
    content: "\e716"
}

.icon-Canada:before {
    content: "\e717"
}

.icon-Cancer-2:before {
    content: "\e718"
}

.icon-Cancer-3:before {
    content: "\e719"
}

.icon-Cancer:before {
    content: "\e71a"
}

.icon-Candle:before {
    content: "\e71b"
}

.icon-Candy-Cane:before {
    content: "\e71c"
}

.icon-Candy:before {
    content: "\e71d"
}

.icon-Cannon:before {
    content: "\e71e"
}

.icon-Cap-2:before {
    content: "\e71f"
}

.icon-Cap-3:before {
    content: "\e720"
}

.icon-Cap-Smiley:before {
    content: "\e721"
}

.icon-Cap:before {
    content: "\e722"
}

.icon-Capricorn-2:before {
    content: "\e723"
}

.icon-Capricorn:before {
    content: "\e724"
}

.icon-Car-2:before {
    content: "\e725"
}

.icon-Car-3:before {
    content: "\e726"
}

.icon-Car-Coins:before {
    content: "\e727"
}

.icon-Car-Items:before {
    content: "\e728"
}

.icon-Car-Wheel:before {
    content: "\e729"
}

.icon-Car:before {
    content: "\e72a"
}

.icon-Cardigan:before {
    content: "\e72b"
}

.icon-Cardiovascular:before {
    content: "\e72c"
}

.icon-Cart-Quantity:before {
    content: "\e72d"
}

.icon-Casette-Tape:before {
    content: "\e72e"
}

.icon-Cash-Register:before {
    content: "\e72f"
}

.icon-Cash-register2:before {
    content: "\e730"
}

.icon-Castle:before {
    content: "\e731"
}

.icon-Cat:before {
    content: "\e732"
}

.icon-Cathedral:before {
    content: "\e733"
}

.icon-Cauldron:before {
    content: "\e734"
}

.icon-CD-2:before {
    content: "\e735"
}

.icon-CD-Cover:before {
    content: "\e736"
}

.icon-CD:before {
    content: "\e737"
}

.icon-Cello:before {
    content: "\e738"
}

.icon-Celsius:before {
    content: "\e739"
}

.icon-Chacked-Flag:before {
    content: "\e73a"
}

.icon-Chair:before {
    content: "\e73b"
}

.icon-Charger:before {
    content: "\e73c"
}

.icon-Check-2:before {
    content: "\e73d"
}

.icon-Check:before {
    content: "\e73e"
}

.icon-Checked-User:before {
    content: "\e73f"
}

.icon-Checkmate:before {
    content: "\e740"
}

.icon-Checkout-Bag:before {
    content: "\e741"
}

.icon-Checkout-Basket:before {
    content: "\e742"
}

.icon-Checkout:before {
    content: "\e743"
}

.icon-Cheese:before {
    content: "\e744"
}

.icon-Cheetah:before {
    content: "\e745"
}

.icon-Chef-Hat:before {
    content: "\e746"
}

.icon-Chef-Hat2:before {
    content: "\e747"
}

.icon-Chef:before {
    content: "\e748"
}

.icon-Chemical-2:before {
    content: "\e749"
}

.icon-Chemical-3:before {
    content: "\e74a"
}

.icon-Chemical-4:before {
    content: "\e74b"
}

.icon-Chemical-5:before {
    content: "\e74c"
}

.icon-Chemical:before {
    content: "\e74d"
}

.icon-Chess-Board:before {
    content: "\e74e"
}

.icon-Chess:before {
    content: "\e74f"
}

.icon-Chicken:before {
    content: "\e750"
}

.icon-Chile:before {
    content: "\e751"
}

.icon-Chimney:before {
    content: "\e752"
}

.icon-China:before {
    content: "\e753"
}

.icon-Chinese-Temple:before {
    content: "\e754"
}

.icon-Chip:before {
    content: "\e755"
}

.icon-Chopsticks-2:before {
    content: "\e756"
}

.icon-Chopsticks:before {
    content: "\e757"
}

.icon-Christmas-Ball:before {
    content: "\e758"
}

.icon-Christmas-Bell:before {
    content: "\e759"
}

.icon-Christmas-Candle:before {
    content: "\e75a"
}

.icon-Christmas-Hat:before {
    content: "\e75b"
}

.icon-Christmas-Sleigh:before {
    content: "\e75c"
}

.icon-Christmas-Snowman:before {
    content: "\e75d"
}

.icon-Christmas-Sock:before {
    content: "\e75e"
}

.icon-Christmas-Tree:before {
    content: "\e75f"
}

.icon-Christmas:before {
    content: "\e760"
}

.icon-Chrome:before {
    content: "\e761"
}

.icon-Chrysler-Building:before {
    content: "\e762"
}

.icon-Cinema:before {
    content: "\e763"
}

.icon-Circular-Point:before {
    content: "\e764"
}

.icon-City-Hall:before {
    content: "\e765"
}

.icon-Clamp:before {
    content: "\e766"
}

.icon-Clapperboard-Close:before {
    content: "\e767"
}

.icon-Clapperboard-Open:before {
    content: "\e768"
}

.icon-Claps:before {
    content: "\e769"
}

.icon-Clef:before {
    content: "\e76a"
}

.icon-Clinic:before {
    content: "\e76b"
}

.icon-Clock-2:before {
    content: "\e76c"
}

.icon-Clock-3:before {
    content: "\e76d"
}

.icon-Clock-4:before {
    content: "\e76e"
}

.icon-Clock-Back:before {
    content: "\e76f"
}

.icon-Clock-Forward:before {
    content: "\e770"
}

.icon-Clock:before {
    content: "\e771"
}

.icon-Close-Window:before {
    content: "\e772"
}

.icon-Close:before {
    content: "\e773"
}

.icon-Clothing-Store:before {
    content: "\e774"
}

.icon-Cloud--:before {
    content: "\e775"
}

.icon-Cloud-:before {
    content: "\e776"
}

.icon-Cloud-Camera:before {
    content: "\e777"
}

.icon-Cloud-Computer:before {
    content: "\e778"
}

.icon-Cloud-Email:before {
    content: "\e779"
}

.icon-Cloud-Hail:before {
    content: "\e77a"
}

.icon-Cloud-Laptop:before {
    content: "\e77b"
}

.icon-Cloud-Lock:before {
    content: "\e77c"
}

.icon-Cloud-Moon:before {
    content: "\e77d"
}

.icon-Cloud-Music:before {
    content: "\e77e"
}

.icon-Cloud-Picture:before {
    content: "\e77f"
}

.icon-Cloud-Rain:before {
    content: "\e780"
}

.icon-Cloud-Remove:before {
    content: "\e781"
}

.icon-Cloud-Secure:before {
    content: "\e782"
}

.icon-Cloud-Settings:before {
    content: "\e783"
}

.icon-Cloud-Smartphone:before {
    content: "\e784"
}

.icon-Cloud-Snow:before {
    content: "\e785"
}

.icon-Cloud-Sun:before {
    content: "\e786"
}

.icon-Cloud-Tablet:before {
    content: "\e787"
}

.icon-Cloud-Video:before {
    content: "\e788"
}

.icon-Cloud-Weather:before {
    content: "\e789"
}

.icon-Cloud:before {
    content: "\e78a"
}

.icon-Clouds-Weather:before {
    content: "\e78b"
}

.icon-Clouds:before {
    content: "\e78c"
}

.icon-Clown:before {
    content: "\e78d"
}

.icon-CMYK:before {
    content: "\e78e"
}

.icon-Coat:before {
    content: "\e78f"
}

.icon-Cocktail:before {
    content: "\e790"
}

.icon-Coconut:before {
    content: "\e791"
}

.icon-Code-Window:before {
    content: "\e792"
}

.icon-Coding:before {
    content: "\e793"
}

.icon-Coffee-2:before {
    content: "\e794"
}

.icon-Coffee-Bean:before {
    content: "\e795"
}

.icon-Coffee-Machine:before {
    content: "\e796"
}

.icon-Coffee-toGo:before {
    content: "\e797"
}

.icon-Coffee:before {
    content: "\e798"
}

.icon-Coffin:before {
    content: "\e799"
}

.icon-Coin:before {
    content: "\e79a"
}

.icon-Coins-2:before {
    content: "\e79b"
}

.icon-Coins-3:before {
    content: "\e79c"
}

.icon-Coins:before {
    content: "\e79d"
}

.icon-Colombia:before {
    content: "\e79e"
}

.icon-Colosseum:before {
    content: "\e79f"
}

.icon-Column-2:before {
    content: "\e7a0"
}

.icon-Column-3:before {
    content: "\e7a1"
}

.icon-Column:before {
    content: "\e7a2"
}

.icon-Comb-2:before {
    content: "\e7a3"
}

.icon-Comb:before {
    content: "\e7a4"
}

.icon-Communication-Tower:before {
    content: "\e7a5"
}

.icon-Communication-Tower2:before {
    content: "\e7a6"
}

.icon-Compass-2:before {
    content: "\e7a7"
}

.icon-Compass-3:before {
    content: "\e7a8"
}

.icon-Compass-4:before {
    content: "\e7a9"
}

.icon-Compass-Rose:before {
    content: "\e7aa"
}

.icon-Compass:before {
    content: "\e7ab"
}

.icon-Computer-2:before {
    content: "\e7ac"
}

.icon-Computer-3:before {
    content: "\e7ad"
}

.icon-Computer-Secure:before {
    content: "\e7ae"
}

.icon-Computer:before {
    content: "\e7af"
}

.icon-Conference:before {
    content: "\e7b0"
}

.icon-Confused:before {
    content: "\e7b1"
}

.icon-Conservation:before {
    content: "\e7b2"
}

.icon-Consulting:before {
    content: "\e7b3"
}

.icon-Contrast:before {
    content: "\e7b4"
}

.icon-Control-2:before {
    content: "\e7b5"
}

.icon-Control:before {
    content: "\e7b6"
}

.icon-Cookie-Man:before {
    content: "\e7b7"
}

.icon-Cookies:before {
    content: "\e7b8"
}

.icon-Cool-Guy:before {
    content: "\e7b9"
}

.icon-Cool:before {
    content: "\e7ba"
}

.icon-Copyright:before {
    content: "\e7bb"
}

.icon-Costume:before {
    content: "\e7bc"
}

.icon-Couple-Sign:before {
    content: "\e7bd"
}

.icon-Cow:before {
    content: "\e7be"
}

.icon-CPU:before {
    content: "\e7bf"
}

.icon-Crane:before {
    content: "\e7c0"
}

.icon-Cranium:before {
    content: "\e7c1"
}

.icon-Credit-Card:before {
    content: "\e7c2"
}

.icon-Credit-Card2:before {
    content: "\e7c3"
}

.icon-Credit-Card3:before {
    content: "\e7c4"
}

.icon-Cricket:before {
    content: "\e7c5"
}

.icon-Criminal:before {
    content: "\e7c6"
}

.icon-Croissant:before {
    content: "\e7c7"
}

.icon-Crop-2:before {
    content: "\e7c8"
}

.icon-Crop-3:before {
    content: "\e7c9"
}

.icon-Crown-2:before {
    content: "\e7ca"
}

.icon-Crown:before {
    content: "\e7cb"
}

.icon-Crying:before {
    content: "\e7cc"
}

.icon-Cube-Molecule:before {
    content: "\e7cd"
}

.icon-Cube-Molecule2:before {
    content: "\e7ce"
}

.icon-Cupcake:before {
    content: "\e7cf"
}

.icon-Cursor-Click:before {
    content: "\e7d0"
}

.icon-Cursor-Click2:before {
    content: "\e7d1"
}

.icon-Cursor-Move:before {
    content: "\e7d2"
}

.icon-Cursor-Move2:before {
    content: "\e7d3"
}

.icon-Cursor-Select:before {
    content: "\e7d4"
}

.icon-Cursor:before {
    content: "\e7d5"
}

.icon-D-Eyeglasses:before {
    content: "\e7d6"
}

.icon-D-Eyeglasses2:before {
    content: "\e7d7"
}

.icon-Dam:before {
    content: "\e7d8"
}

.icon-Danemark:before {
    content: "\e7d9"
}

.icon-Danger-2:before {
    content: "\e7da"
}

.icon-Danger:before {
    content: "\e7db"
}

.icon-Dashboard:before {
    content: "\e7dc"
}

.icon-Data-Backup:before {
    content: "\e7dd"
}

.icon-Data-Block:before {
    content: "\e7de"
}

.icon-Data-Center:before {
    content: "\e7df"
}

.icon-Data-Clock:before {
    content: "\e7e0"
}

.icon-Data-Cloud:before {
    content: "\e7e1"
}

.icon-Data-Compress:before {
    content: "\e7e2"
}

.icon-Data-Copy:before {
    content: "\e7e3"
}

.icon-Data-Download:before {
    content: "\e7e4"
}

.icon-Data-Financial:before {
    content: "\e7e5"
}

.icon-Data-Key:before {
    content: "\e7e6"
}

.icon-Data-Lock:before {
    content: "\e7e7"
}

.icon-Data-Network:before {
    content: "\e7e8"
}

.icon-Data-Password:before {
    content: "\e7e9"
}

.icon-Data-Power:before {
    content: "\e7ea"
}

.icon-Data-Refresh:before {
    content: "\e7eb"
}

.icon-Data-Save:before {
    content: "\e7ec"
}

.icon-Data-Search:before {
    content: "\e7ed"
}

.icon-Data-Security:before {
    content: "\e7ee"
}

.icon-Data-Settings:before {
    content: "\e7ef"
}

.icon-Data-Sharing:before {
    content: "\e7f0"
}

.icon-Data-Shield:before {
    content: "\e7f1"
}

.icon-Data-Signal:before {
    content: "\e7f2"
}

.icon-Data-Storage:before {
    content: "\e7f3"
}

.icon-Data-Stream:before {
    content: "\e7f4"
}

.icon-Data-Transfer:before {
    content: "\e7f5"
}

.icon-Data-Unlock:before {
    content: "\e7f6"
}

.icon-Data-Upload:before {
    content: "\e7f7"
}

.icon-Data-Yes:before {
    content: "\e7f8"
}

.icon-Data:before {
    content: "\e7f9"
}

.icon-David-Star:before {
    content: "\e7fa"
}

.icon-Daylight:before {
    content: "\e7fb"
}

.icon-Death:before {
    content: "\e7fc"
}

.icon-Debian:before {
    content: "\e7fd"
}

.icon-Dec:before {
    content: "\e7fe"
}

.icon-Decrase-Inedit:before {
    content: "\e7ff"
}

.icon-Deer-2:before {
    content: "\e800"
}

.icon-Deer:before {
    content: "\e801"
}

.icon-Delete-File:before {
    content: "\e802"
}

.icon-Delete-Window:before {
    content: "\e803"
}

.icon-Delicious:before {
    content: "\e804"
}

.icon-Depression:before {
    content: "\e805"
}

.icon-Deviantart:before {
    content: "\e806"
}

.icon-Device-SyncwithCloud:before {
    content: "\e807"
}

.icon-Diamond:before {
    content: "\e808"
}

.icon-Dice-2:before {
    content: "\e809"
}

.icon-Dice:before {
    content: "\e80a"
}

.icon-Digg:before {
    content: "\e80b"
}

.icon-Digital-Drawing:before {
    content: "\e80c"
}

.icon-Diigo:before {
    content: "\e80d"
}

.icon-Dinosaur:before {
    content: "\e80e"
}

.icon-Diploma-2:before {
    content: "\e80f"
}

.icon-Diploma:before {
    content: "\e810"
}

.icon-Direction-East:before {
    content: "\e811"
}

.icon-Direction-North:before {
    content: "\e812"
}

.icon-Direction-South:before {
    content: "\e813"
}

.icon-Direction-West:before {
    content: "\e814"
}

.icon-Director:before {
    content: "\e815"
}

.icon-Disk:before {
    content: "\e816"
}

.icon-Dj:before {
    content: "\e817"
}

.icon-DNA-2:before {
    content: "\e818"
}

.icon-DNA-Helix:before {
    content: "\e819"
}

.icon-DNA:before {
    content: "\e81a"
}

.icon-Doctor:before {
    content: "\e81b"
}

.icon-Dog:before {
    content: "\e81c"
}

.icon-Dollar-Sign:before {
    content: "\e81d"
}

.icon-Dollar-Sign2:before {
    content: "\e81e"
}

.icon-Dollar:before {
    content: "\e81f"
}

.icon-Dolphin:before {
    content: "\e820"
}

.icon-Domino:before {
    content: "\e821"
}

.icon-Door-Hanger:before {
    content: "\e822"
}

.icon-Door:before {
    content: "\e823"
}

.icon-Doplr:before {
    content: "\e824"
}

.icon-Double-Circle:before {
    content: "\e825"
}

.icon-Double-Tap:before {
    content: "\e826"
}

.icon-Doughnut:before {
    content: "\e827"
}

.icon-Dove:before {
    content: "\e828"
}

.icon-Down-2:before {
    content: "\e829"
}

.icon-Down-3:before {
    content: "\e82a"
}

.icon-Down-4:before {
    content: "\e82b"
}

.icon-Down:before {
    content: "\e82c"
}

.icon-Download-2:before {
    content: "\e82d"
}

.icon-Download-fromCloud:before {
    content: "\e82e"
}

.icon-Download-Window:before {
    content: "\e82f"
}

.icon-Download:before {
    content: "\e830"
}

.icon-Downward:before {
    content: "\e831"
}

.icon-Drag-Down:before {
    content: "\e832"
}

.icon-Drag-Left:before {
    content: "\e833"
}

.icon-Drag-Right:before {
    content: "\e834"
}

.icon-Drag-Up:before {
    content: "\e835"
}

.icon-Drag:before {
    content: "\e836"
}

.icon-Dress:before {
    content: "\e837"
}

.icon-Drill-2:before {
    content: "\e838"
}

.icon-Drill:before {
    content: "\e839"
}

.icon-Drop:before {
    content: "\e83a"
}

.icon-Dropbox:before {
    content: "\e83b"
}

.icon-Drum:before {
    content: "\e83c"
}

.icon-Dry:before {
    content: "\e83d"
}

.icon-Duck:before {
    content: "\e83e"
}

.icon-Dumbbell:before {
    content: "\e83f"
}

.icon-Duplicate-Layer:before {
    content: "\e840"
}

.icon-Duplicate-Window:before {
    content: "\e841"
}

.icon-DVD:before {
    content: "\e842"
}

.icon-Eagle:before {
    content: "\e843"
}

.icon-Ear:before {
    content: "\e844"
}

.icon-Earphones-2:before {
    content: "\e845"
}

.icon-Earphones:before {
    content: "\e846"
}

.icon-Eci-Icon:before {
    content: "\e847"
}

.icon-Edit-Map:before {
    content: "\e848"
}

.icon-Edit:before {
    content: "\e849"
}

.icon-Eggs:before {
    content: "\e84a"
}

.icon-Egypt:before {
    content: "\e84b"
}

.icon-Eifel-Tower:before {
    content: "\e84c"
}

.icon-eject-2:before {
    content: "\e84d"
}

.icon-Eject:before {
    content: "\e84e"
}

.icon-El-Castillo:before {
    content: "\e84f"
}

.icon-Elbow:before {
    content: "\e850"
}

.icon-Electric-Guitar:before {
    content: "\e851"
}

.icon-Electricity:before {
    content: "\e852"
}

.icon-Elephant:before {
    content: "\e853"
}

.icon-Email:before {
    content: "\e854"
}

.icon-Embassy:before {
    content: "\e855"
}

.icon-Empire-StateBuilding:before {
    content: "\e856"
}

.icon-Empty-Box:before {
    content: "\e857"
}

.icon-End2:before {
    content: "\e858"
}

.icon-End-2:before {
    content: "\e859"
}

.icon-End:before {
    content: "\e85a"
}

.icon-Endways:before {
    content: "\e85b"
}

.icon-Engineering:before {
    content: "\e85c"
}

.icon-Envelope-2:before {
    content: "\e85d"
}

.icon-Envelope:before {
    content: "\e85e"
}

.icon-Environmental-2:before {
    content: "\e85f"
}

.icon-Environmental-3:before {
    content: "\e860"
}

.icon-Environmental:before {
    content: "\e861"
}

.icon-Equalizer:before {
    content: "\e862"
}

.icon-Eraser-2:before {
    content: "\e863"
}

.icon-Eraser-3:before {
    content: "\e864"
}

.icon-Eraser:before {
    content: "\e865"
}

.icon-Error-404Window:before {
    content: "\e866"
}

.icon-Euro-Sign:before {
    content: "\e867"
}

.icon-Euro-Sign2:before {
    content: "\e868"
}

.icon-Euro:before {
    content: "\e869"
}

.icon-Evernote:before {
    content: "\e86a"
}

.icon-Evil:before {
    content: "\e86b"
}

.icon-Explode:before {
    content: "\e86c"
}

.icon-Eye-2:before {
    content: "\e86d"
}

.icon-Eye-Blind:before {
    content: "\e86e"
}

.icon-Eye-Invisible:before {
    content: "\e86f"
}

.icon-Eye-Scan:before {
    content: "\e870"
}

.icon-Eye-Visible:before {
    content: "\e871"
}

.icon-Eye:before {
    content: "\e872"
}

.icon-Eyebrow-2:before {
    content: "\e873"
}

.icon-Eyebrow-3:before {
    content: "\e874"
}

.icon-Eyebrow:before {
    content: "\e875"
}

.icon-Eyeglasses-Smiley:before {
    content: "\e876"
}

.icon-Eyeglasses-Smiley2:before {
    content: "\e877"
}

.icon-Face-Style:before {
    content: "\e878"
}

.icon-Face-Style2:before {
    content: "\e879"
}

.icon-Face-Style3:before {
    content: "\e87a"
}

.icon-Face-Style4:before {
    content: "\e87b"
}

.icon-Face-Style5:before {
    content: "\e87c"
}

.icon-Face-Style6:before {
    content: "\e87d"
}

.icon-Facebook-2:before {
    content: "\e87e"
}

.icon-Facebook:before {
    content: "\e87f"
}

.icon-Factory-2:before {
    content: "\e880"
}

.icon-Factory:before {
    content: "\e881"
}

.icon-Fahrenheit:before {
    content: "\e882"
}

.icon-Family-Sign:before {
    content: "\e883"
}

.icon-Fan:before {
    content: "\e884"
}

.icon-Farmer:before {
    content: "\e885"
}

.icon-Fashion:before {
    content: "\e886"
}

.icon-Favorite-Window:before {
    content: "\e887"
}

.icon-Fax:before {
    content: "\e888"
}

.icon-Feather:before {
    content: "\e889"
}

.icon-Feedburner:before {
    content: "\e88a"
}

.icon-Female-2:before {
    content: "\e88b"
}

.icon-Female-Sign:before {
    content: "\e88c"
}

.icon-Female:before {
    content: "\e88d"
}

.icon-File-Block:before {
    content: "\e88e"
}

.icon-File-Bookmark:before {
    content: "\e88f"
}

.icon-File-Chart:before {
    content: "\e890"
}

.icon-File-Clipboard:before {
    content: "\e891"
}

.icon-File-ClipboardFileText:before {
    content: "\e892"
}

.icon-File-ClipboardTextImage:before {
    content: "\e893"
}

.icon-File-Cloud:before {
    content: "\e894"
}

.icon-File-Copy:before {
    content: "\e895"
}

.icon-File-Copy2:before {
    content: "\e896"
}

.icon-File-CSV:before {
    content: "\e897"
}

.icon-File-Download:before {
    content: "\e898"
}

.icon-File-Edit:before {
    content: "\e899"
}

.icon-File-Excel:before {
    content: "\e89a"
}

.icon-File-Favorite:before {
    content: "\e89b"
}

.icon-File-Fire:before {
    content: "\e89c"
}

.icon-File-Graph:before {
    content: "\e89d"
}

.icon-File-Hide:before {
    content: "\e89e"
}

.icon-File-Horizontal:before {
    content: "\e89f"
}

.icon-File-HorizontalText:before {
    content: "\e8a0"
}

.icon-File-HTML:before {
    content: "\e8a1"
}

.icon-File-JPG:before {
    content: "\e8a2"
}

.icon-File-Link:before {
    content: "\e8a3"
}

.icon-File-Loading:before {
    content: "\e8a4"
}

.icon-File-Lock:before {
    content: "\e8a5"
}

.icon-File-Love:before {
    content: "\e8a6"
}

.icon-File-Music:before {
    content: "\e8a7"
}

.icon-File-Network:before {
    content: "\e8a8"
}

.icon-File-Pictures:before {
    content: "\e8a9"
}

.icon-File-Pie:before {
    content: "\e8aa"
}

.icon-File-Presentation:before {
    content: "\e8ab"
}

.icon-File-Refresh:before {
    content: "\e8ac"
}

.icon-File-Search:before {
    content: "\e8ad"
}

.icon-File-Settings:before {
    content: "\e8ae"
}

.icon-File-Share:before {
    content: "\e8af"
}

.icon-File-TextImage:before {
    content: "\e8b0"
}

.icon-File-Trash:before {
    content: "\e8b1"
}

.icon-File-TXT:before {
    content: "\e8b2"
}

.icon-File-Upload:before {
    content: "\e8b3"
}

.icon-File-Video:before {
    content: "\e8b4"
}

.icon-File-Word:before {
    content: "\e8b5"
}

.icon-File-Zip:before {
    content: "\e8b6"
}

.icon-File:before {
    content: "\e8b7"
}

.icon-Files:before {
    content: "\e8b8"
}

.icon-Film-Board:before {
    content: "\e8b9"
}

.icon-Film-Cartridge:before {
    content: "\e8ba"
}

.icon-Film-Strip:before {
    content: "\e8bb"
}

.icon-Film-Video:before {
    content: "\e8bc"
}

.icon-Film:before {
    content: "\e8bd"
}

.icon-Filter-2:before {
    content: "\e8be"
}

.icon-Filter:before {
    content: "\e8bf"
}

.icon-Financial:before {
    content: "\e8c0"
}

.icon-Find-User:before {
    content: "\e8c1"
}

.icon-Finger-DragFourSides:before {
    content: "\e8c2"
}

.icon-Finger-DragTwoSides:before {
    content: "\e8c3"
}

.icon-Finger-Print:before {
    content: "\e8c4"
}

.icon-Finger:before {
    content: "\e8c5"
}

.icon-Fingerprint-2:before {
    content: "\e8c6"
}

.icon-Fingerprint:before {
    content: "\e8c7"
}

.icon-Fire-Flame:before {
    content: "\e8c8"
}

.icon-Fire-Flame2:before {
    content: "\e8c9"
}

.icon-Fire-Hydrant:before {
    content: "\e8ca"
}

.icon-Fire-Staion:before {
    content: "\e8cb"
}

.icon-Firefox:before {
    content: "\e8cc"
}

.icon-Firewall:before {
    content: "\e8cd"
}

.icon-First-Aid:before {
    content: "\e8ce"
}

.icon-First:before {
    content: "\e8cf"
}

.icon-Fish-Food:before {
    content: "\e8d0"
}

.icon-Fish:before {
    content: "\e8d1"
}

.icon-Fit-To:before {
    content: "\e8d2"
}

.icon-Fit-To2:before {
    content: "\e8d3"
}

.icon-Five-Fingers:before {
    content: "\e8d4"
}

.icon-Five-FingersDrag:before {
    content: "\e8d5"
}

.icon-Five-FingersDrag2:before {
    content: "\e8d6"
}

.icon-Five-FingersTouch:before {
    content: "\e8d7"
}

.icon-Flag-2:before {
    content: "\e8d8"
}

.icon-Flag-3:before {
    content: "\e8d9"
}

.icon-Flag-4:before {
    content: "\e8da"
}

.icon-Flag-5:before {
    content: "\e8db"
}

.icon-Flag-6:before {
    content: "\e8dc"
}

.icon-Flag:before {
    content: "\e8dd"
}

.icon-Flamingo:before {
    content: "\e8de"
}

.icon-Flash-2:before {
    content: "\e8df"
}

.icon-Flash-Video:before {
    content: "\e8e0"
}

.icon-Flash:before {
    content: "\e8e1"
}

.icon-Flashlight:before {
    content: "\e8e2"
}

.icon-Flask-2:before {
    content: "\e8e3"
}

.icon-Flask:before {
    content: "\e8e4"
}

.icon-Flick:before {
    content: "\e8e5"
}

.icon-Flickr:before {
    content: "\e8e6"
}

.icon-Flowerpot:before {
    content: "\e8e7"
}

.icon-Fluorescent:before {
    content: "\e8e8"
}

.icon-Fog-Day:before {
    content: "\e8e9"
}

.icon-Fog-Night:before {
    content: "\e8ea"
}

.icon-Folder-Add:before {
    content: "\e8eb"
}

.icon-Folder-Archive:before {
    content: "\e8ec"
}

.icon-Folder-Binder:before {
    content: "\e8ed"
}

.icon-Folder-Binder2:before {
    content: "\e8ee"
}

.icon-Folder-Block:before {
    content: "\e8ef"
}

.icon-Folder-Bookmark:before {
    content: "\e8f0"
}

.icon-Folder-Close:before {
    content: "\e8f1"
}

.icon-Folder-Cloud:before {
    content: "\e8f2"
}

.icon-Folder-Delete:before {
    content: "\e8f3"
}

.icon-Folder-Download:before {
    content: "\e8f4"
}

.icon-Folder-Edit:before {
    content: "\e8f5"
}

.icon-Folder-Favorite:before {
    content: "\e8f6"
}

.icon-Folder-Fire:before {
    content: "\e8f7"
}

.icon-Folder-Hide:before {
    content: "\e8f8"
}

.icon-Folder-Link:before {
    content: "\e8f9"
}

.icon-Folder-Loading:before {
    content: "\e8fa"
}

.icon-Folder-Lock:before {
    content: "\e8fb"
}

.icon-Folder-Love:before {
    content: "\e8fc"
}

.icon-Folder-Music:before {
    content: "\e8fd"
}

.icon-Folder-Network:before {
    content: "\e8fe"
}

.icon-Folder-Open:before {
    content: "\e8ff"
}

.icon-Folder-Open2:before {
    content: "\e900"
}

.icon-Folder-Organizing:before {
    content: "\e901"
}

.icon-Folder-Pictures:before {
    content: "\e902"
}

.icon-Folder-Refresh:before {
    content: "\e903"
}

.icon-Folder-Remove-:before {
    content: "\e904"
}

.icon-Folder-Search:before {
    content: "\e905"
}

.icon-Folder-Settings:before {
    content: "\e906"
}

.icon-Folder-Share:before {
    content: "\e907"
}

.icon-Folder-Trash:before {
    content: "\e908"
}

.icon-Folder-Upload:before {
    content: "\e909"
}

.icon-Folder-Video:before {
    content: "\e90a"
}

.icon-Folder-WithDocument:before {
    content: "\e90b"
}

.icon-Folder-Zip:before {
    content: "\e90c"
}

.icon-Folder:before {
    content: "\e90d"
}

.icon-Folders:before {
    content: "\e90e"
}

.icon-Font-Color:before {
    content: "\e90f"
}

.icon-Font-Name:before {
    content: "\e910"
}

.icon-Font-Size:before {
    content: "\e911"
}

.icon-Font-Style:before {
    content: "\e912"
}

.icon-Font-StyleSubscript:before {
    content: "\e913"
}

.icon-Font-StyleSuperscript:before {
    content: "\e914"
}

.icon-Font-Window:before {
    content: "\e915"
}

.icon-Foot-2:before {
    content: "\e916"
}

.icon-Foot:before {
    content: "\e917"
}

.icon-Football-2:before {
    content: "\e918"
}

.icon-Football:before {
    content: "\e919"
}

.icon-Footprint-2:before {
    content: "\e91a"
}

.icon-Footprint-3:before {
    content: "\e91b"
}

.icon-Footprint:before {
    content: "\e91c"
}

.icon-Forest:before {
    content: "\e91d"
}

.icon-Fork:before {
    content: "\e91e"
}

.icon-Formspring:before {
    content: "\e91f"
}

.icon-Formula:before {
    content: "\e920"
}

.icon-Forsquare:before {
    content: "\e921"
}

.icon-Forward:before {
    content: "\e922"
}

.icon-Fountain-Pen:before {
    content: "\e923"
}

.icon-Four-Fingers:before {
    content: "\e924"
}

.icon-Four-FingersDrag:before {
    content: "\e925"
}

.icon-Four-FingersDrag2:before {
    content: "\e926"
}

.icon-Four-FingersTouch:before {
    content: "\e927"
}

.icon-Fox:before {
    content: "\e928"
}

.icon-Frankenstein:before {
    content: "\e929"
}

.icon-French-Fries:before {
    content: "\e92a"
}

.icon-Friendfeed:before {
    content: "\e92b"
}

.icon-Friendster:before {
    content: "\e92c"
}

.icon-Frog:before {
    content: "\e92d"
}

.icon-Fruits:before {
    content: "\e92e"
}

.icon-Fuel:before {
    content: "\e92f"
}

.icon-Full-Bag:before {
    content: "\e930"
}

.icon-Full-Basket:before {
    content: "\e931"
}

.icon-Full-Cart:before {
    content: "\e932"
}

.icon-Full-Moon:before {
    content: "\e933"
}

.icon-Full-Screen:before {
    content: "\e934"
}

.icon-Full-Screen2:before {
    content: "\e935"
}

.icon-Full-View:before {
    content: "\e936"
}

.icon-Full-View2:before {
    content: "\e937"
}

.icon-Full-ViewWindow:before {
    content: "\e938"
}

.icon-Function:before {
    content: "\e939"
}

.icon-Funky:before {
    content: "\e93a"
}

.icon-Funny-Bicycle:before {
    content: "\e93b"
}

.icon-Furl:before {
    content: "\e93c"
}

.icon-Gamepad-2:before {
    content: "\e93d"
}

.icon-Gamepad:before {
    content: "\e93e"
}

.icon-Gas-Pump:before {
    content: "\e93f"
}

.icon-Gaugage-2:before {
    content: "\e940"
}

.icon-Gaugage:before {
    content: "\e941"
}

.icon-Gay:before {
    content: "\e942"
}

.icon-Gear-2:before {
    content: "\e943"
}

.icon-Gear:before {
    content: "\e944"
}

.icon-Gears-2:before {
    content: "\e945"
}

.icon-Gears:before {
    content: "\e946"
}

.icon-Geek-2:before {
    content: "\e947"
}

.icon-Geek:before {
    content: "\e948"
}

.icon-Gemini-2:before {
    content: "\e949"
}

.icon-Gemini:before {
    content: "\e94a"
}

.icon-Genius:before {
    content: "\e94b"
}

.icon-Gentleman:before {
    content: "\e94c"
}

.icon-Geo--:before {
    content: "\e94d"
}

.icon-Geo-:before {
    content: "\e94e"
}

.icon-Geo-Close:before {
    content: "\e94f"
}

.icon-Geo-Love:before {
    content: "\e950"
}

.icon-Geo-Number:before {
    content: "\e951"
}

.icon-Geo-Star:before {
    content: "\e952"
}

.icon-Geo:before {
    content: "\e953"
}

.icon-Geo2--:before {
    content: "\e954"
}

.icon-Geo2-:before {
    content: "\e955"
}

.icon-Geo2-Close:before {
    content: "\e956"
}

.icon-Geo2-Love:before {
    content: "\e957"
}

.icon-Geo2-Number:before {
    content: "\e958"
}

.icon-Geo2-Star:before {
    content: "\e959"
}

.icon-Geo2:before {
    content: "\e95a"
}

.icon-Geo3--:before {
    content: "\e95b"
}

.icon-Geo3-:before {
    content: "\e95c"
}

.icon-Geo3-Close:before {
    content: "\e95d"
}

.icon-Geo3-Love:before {
    content: "\e95e"
}

.icon-Geo3-Number:before {
    content: "\e95f"
}

.icon-Geo3-Star:before {
    content: "\e960"
}

.icon-Geo3:before {
    content: "\e961"
}

.icon-Gey:before {
    content: "\e962"
}

.icon-Gift-Box:before {
    content: "\e963"
}

.icon-Giraffe:before {
    content: "\e964"
}

.icon-Girl:before {
    content: "\e965"
}

.icon-Glass-Water:before {
    content: "\e966"
}

.icon-Glasses-2:before {
    content: "\e967"
}

.icon-Glasses-3:before {
    content: "\e968"
}

.icon-Glasses:before {
    content: "\e969"
}

.icon-Global-Position:before {
    content: "\e96a"
}

.icon-Globe-2:before {
    content: "\e96b"
}

.icon-Globe:before {
    content: "\e96c"
}

.icon-Gloves:before {
    content: "\e96d"
}

.icon-Go-Bottom:before {
    content: "\e96e"
}

.icon-Go-Top:before {
    content: "\e96f"
}

.icon-Goggles:before {
    content: "\e970"
}

.icon-Golf-2:before {
    content: "\e971"
}

.icon-Golf:before {
    content: "\e972"
}

.icon-Google-Buzz:before {
    content: "\e973"
}

.icon-Google-Drive:before {
    content: "\e974"
}

.icon-Google-Play:before {
    content: "\e975"
}

.icon-Google-Plus:before {
    content: "\e976"
}

.icon-Google:before {
    content: "\e977"
}

.icon-Gopro:before {
    content: "\e978"
}

.icon-Gorilla:before {
    content: "\e979"
}

.icon-Gowalla:before {
    content: "\e97a"
}

.icon-Grave:before {
    content: "\e97b"
}

.icon-Graveyard:before {
    content: "\e97c"
}

.icon-Greece:before {
    content: "\e97d"
}

.icon-Green-Energy:before {
    content: "\e97e"
}

.icon-Green-House:before {
    content: "\e97f"
}

.icon-Guitar:before {
    content: "\e980"
}

.icon-Gun-2:before {
    content: "\e981"
}

.icon-Gun-3:before {
    content: "\e982"
}

.icon-Gun:before {
    content: "\e983"
}

.icon-Gymnastics:before {
    content: "\e984"
}

.icon-Hair-2:before {
    content: "\e985"
}

.icon-Hair-3:before {
    content: "\e986"
}

.icon-Hair-4:before {
    content: "\e987"
}

.icon-Hair:before {
    content: "\e988"
}

.icon-Half-Moon:before {
    content: "\e989"
}

.icon-Halloween-HalfMoon:before {
    content: "\e98a"
}

.icon-Halloween-Moon:before {
    content: "\e98b"
}

.icon-Hamburger:before {
    content: "\e98c"
}

.icon-Hammer:before {
    content: "\e98d"
}

.icon-Hand-Touch:before {
    content: "\e98e"
}

.icon-Hand-Touch2:before {
    content: "\e98f"
}

.icon-Hand-TouchSmartphone:before {
    content: "\e990"
}

.icon-Hand:before {
    content: "\e991"
}

.icon-Hands:before {
    content: "\e992"
}

.icon-Handshake:before {
    content: "\e993"
}

.icon-Hanger:before {
    content: "\e994"
}

.icon-Happy:before {
    content: "\e995"
}

.icon-Hat-2:before {
    content: "\e996"
}

.icon-Hat:before {
    content: "\e997"
}

.icon-Haunted-House:before {
    content: "\e998"
}

.icon-HD-Video:before {
    content: "\e999"
}

.icon-HD:before {
    content: "\e99a"
}

.icon-HDD:before {
    content: "\e99b"
}

.icon-Headphone:before {
    content: "\e99c"
}

.icon-Headphones:before {
    content: "\e99d"
}

.icon-Headset:before {
    content: "\e99e"
}

.icon-Heart-2:before {
    content: "\e99f"
}

.icon-Heart:before {
    content: "\e9a0"
}

.icon-Heels-2:before {
    content: "\e9a1"
}

.icon-Heels:before {
    content: "\e9a2"
}

.icon-Height-Window:before {
    content: "\e9a3"
}

.icon-Helicopter-2:before {
    content: "\e9a4"
}

.icon-Helicopter:before {
    content: "\e9a5"
}

.icon-Helix-2:before {
    content: "\e9a6"
}

.icon-Hello:before {
    content: "\e9a7"
}

.icon-Helmet-2:before {
    content: "\e9a8"
}

.icon-Helmet-3:before {
    content: "\e9a9"
}

.icon-Helmet:before {
    content: "\e9aa"
}

.icon-Hipo:before {
    content: "\e9ab"
}

.icon-Hipster-Glasses:before {
    content: "\e9ac"
}

.icon-Hipster-Glasses2:before {
    content: "\e9ad"
}

.icon-Hipster-Glasses3:before {
    content: "\e9ae"
}

.icon-Hipster-Headphones:before {
    content: "\e9af"
}

.icon-Hipster-Men:before {
    content: "\e9b0"
}

.icon-Hipster-Men2:before {
    content: "\e9b1"
}

.icon-Hipster-Men3:before {
    content: "\e9b2"
}

.icon-Hipster-Sunglasses:before {
    content: "\e9b3"
}

.icon-Hipster-Sunglasses2:before {
    content: "\e9b4"
}

.icon-Hipster-Sunglasses3:before {
    content: "\e9b5"
}

.icon-Hokey:before {
    content: "\e9b6"
}

.icon-Holly:before {
    content: "\e9b7"
}

.icon-Home-2:before {
    content: "\e9b8"
}

.icon-Home-3:before {
    content: "\e9b9"
}

.icon-Home-4:before {
    content: "\e9ba"
}

.icon-Home-5:before {
    content: "\e9bb"
}

.icon-Home-Window:before {
    content: "\e9bc"
}

.icon-Home:before {
    content: "\e9bd"
}

.icon-Homosexual:before {
    content: "\e9be"
}

.icon-Honey:before {
    content: "\e9bf"
}

.icon-Hong-Kong:before {
    content: "\e9c0"
}

.icon-Hoodie:before {
    content: "\e9c1"
}

.icon-Horror:before {
    content: "\e9c2"
}

.icon-Horse:before {
    content: "\e9c3"
}

.icon-Hospital-2:before {
    content: "\e9c4"
}

.icon-Hospital:before {
    content: "\e9c5"
}

.icon-Host:before {
    content: "\e9c6"
}

.icon-Hot-Dog:before {
    content: "\e9c7"
}

.icon-Hotel:before {
    content: "\e9c8"
}

.icon-Hour:before {
    content: "\e9c9"
}

.icon-Hub:before {
    content: "\e9ca"
}

.icon-Humor:before {
    content: "\e9cb"
}

.icon-Hurt:before {
    content: "\e9cc"
}

.icon-Ice-Cream:before {
    content: "\e9cd"
}

.icon-ICQ:before {
    content: "\e9ce"
}

.icon-ID-2:before {
    content: "\e9cf"
}

.icon-ID-3:before {
    content: "\e9d0"
}

.icon-ID-Card:before {
    content: "\e9d1"
}

.icon-Idea-2:before {
    content: "\e9d2"
}

.icon-Idea-3:before {
    content: "\e9d3"
}

.icon-Idea-4:before {
    content: "\e9d4"
}

.icon-Idea-5:before {
    content: "\e9d5"
}

.icon-Idea:before {
    content: "\e9d6"
}

.icon-Identification-Badge:before {
    content: "\e9d7"
}

.icon-ImDB:before {
    content: "\e9d8"
}

.icon-Inbox-Empty:before {
    content: "\e9d9"
}

.icon-Inbox-Forward:before {
    content: "\e9da"
}

.icon-Inbox-Full:before {
    content: "\e9db"
}

.icon-Inbox-Into:before {
    content: "\e9dc"
}

.icon-Inbox-Out:before {
    content: "\e9dd"
}

.icon-Inbox-Reply:before {
    content: "\e9de"
}

.icon-Inbox:before {
    content: "\e9df"
}

.icon-Increase-Inedit:before {
    content: "\e9e0"
}

.icon-Indent-FirstLine:before {
    content: "\e9e1"
}

.icon-Indent-LeftMargin:before {
    content: "\e9e2"
}

.icon-Indent-RightMargin:before {
    content: "\e9e3"
}

.icon-India:before {
    content: "\e9e4"
}

.icon-Info-Window:before {
    content: "\e9e5"
}

.icon-Information:before {
    content: "\e9e6"
}

.icon-Inifity:before {
    content: "\e9e7"
}

.icon-Instagram:before {
    content: "\e9e8"
}

.icon-Internet-2:before {
    content: "\e9e9"
}

.icon-Internet-Explorer:before {
    content: "\e9ea"
}

.icon-Internet-Smiley:before {
    content: "\e9eb"
}

.icon-Internet:before {
    content: "\e9ec"
}

.icon-iOS-Apple:before {
    content: "\e9ed"
}

.icon-Israel:before {
    content: "\e9ee"
}

.icon-Italic-Text:before {
    content: "\e9ef"
}

.icon-Jacket-2:before {
    content: "\e9f0"
}

.icon-Jacket:before {
    content: "\e9f1"
}

.icon-Jamaica:before {
    content: "\e9f2"
}

.icon-Japan:before {
    content: "\e9f3"
}

.icon-Japanese-Gate:before {
    content: "\e9f4"
}

.icon-Jeans:before {
    content: "\e9f5"
}

.icon-Jeep-2:before {
    content: "\e9f6"
}

.icon-Jeep:before {
    content: "\e9f7"
}

.icon-Jet:before {
    content: "\e9f8"
}

.icon-Joystick:before {
    content: "\e9f9"
}

.icon-Juice:before {
    content: "\e9fa"
}

.icon-Jump-Rope:before {
    content: "\e9fb"
}

.icon-Kangoroo:before {
    content: "\e9fc"
}

.icon-Kenya:before {
    content: "\e9fd"
}

.icon-Key-2:before {
    content: "\e9fe"
}

.icon-Key-3:before {
    content: "\e9ff"
}

.icon-Key-Lock:before {
    content: "\ea00"
}

.icon-Key:before {
    content: "\ea01"
}

.icon-Keyboard:before {
    content: "\ea02"
}

.icon-Keyboard3:before {
    content: "\ea03"
}

.icon-Keypad:before {
    content: "\ea04"
}

.icon-King-2:before {
    content: "\ea05"
}

.icon-King:before {
    content: "\ea06"
}

.icon-Kiss:before {
    content: "\ea07"
}

.icon-Knee:before {
    content: "\ea08"
}

.icon-Knife-2:before {
    content: "\ea09"
}

.icon-Knife:before {
    content: "\ea0a"
}

.icon-Knight:before {
    content: "\ea0b"
}

.icon-Koala:before {
    content: "\ea0c"
}

.icon-Korea:before {
    content: "\ea0d"
}

.icon-Lamp:before {
    content: "\ea0e"
}

.icon-Landscape-2:before {
    content: "\ea0f"
}

.icon-Landscape:before {
    content: "\ea10"
}

.icon-Lantern:before {
    content: "\ea11"
}

.icon-Laptop-2:before {
    content: "\ea12"
}

.icon-Laptop-3:before {
    content: "\ea13"
}

.icon-Laptop-Phone:before {
    content: "\ea14"
}

.icon-Laptop-Secure:before {
    content: "\ea15"
}

.icon-Laptop-Tablet:before {
    content: "\ea16"
}

.icon-Laptop:before {
    content: "\ea17"
}

.icon-Laser:before {
    content: "\ea18"
}

.icon-Last-FM:before {
    content: "\ea19"
}

.icon-Last:before {
    content: "\ea1a"
}

.icon-Laughing:before {
    content: "\ea1b"
}

.icon-Layer-1635:before {
    content: "\ea1c"
}

.icon-Layer-1646:before {
    content: "\ea1d"
}

.icon-Layer-Backward:before {
    content: "\ea1e"
}

.icon-Layer-Forward:before {
    content: "\ea1f"
}

.icon-Leafs-2:before {
    content: "\ea20"
}

.icon-Leafs:before {
    content: "\ea21"
}

.icon-Leaning-Tower:before {
    content: "\ea22"
}

.icon-Left--Right:before {
    content: "\ea23"
}

.icon-Left--Right3:before {
    content: "\ea24"
}

.icon-Left-2:before {
    content: "\ea25"
}

.icon-Left-3:before {
    content: "\ea26"
}

.icon-Left-4:before {
    content: "\ea27"
}

.icon-Left-ToRight:before {
    content: "\ea28"
}

.icon-Left:before {
    content: "\ea29"
}

.icon-Leg-2:before {
    content: "\ea2a"
}

.icon-Leg:before {
    content: "\ea2b"
}

.icon-Lego:before {
    content: "\ea2c"
}

.icon-Lemon:before {
    content: "\ea2d"
}

.icon-Len-2:before {
    content: "\ea2e"
}

.icon-Len-3:before {
    content: "\ea2f"
}

.icon-Len:before {
    content: "\ea30"
}

.icon-Leo-2:before {
    content: "\ea31"
}

.icon-Leo:before {
    content: "\ea32"
}

.icon-Leopard:before {
    content: "\ea33"
}

.icon-Lesbian:before {
    content: "\ea34"
}

.icon-Lesbians:before {
    content: "\ea35"
}

.icon-Letter-Close:before {
    content: "\ea36"
}

.icon-Letter-Open:before {
    content: "\ea37"
}

.icon-Letter-Sent:before {
    content: "\ea38"
}

.icon-Libra-2:before {
    content: "\ea39"
}

.icon-Libra:before {
    content: "\ea3a"
}

.icon-Library-2:before {
    content: "\ea3b"
}

.icon-Library:before {
    content: "\ea3c"
}

.icon-Life-Jacket:before {
    content: "\ea3d"
}

.icon-Life-Safer:before {
    content: "\ea3e"
}

.icon-Light-Bulb:before {
    content: "\ea3f"
}

.icon-Light-Bulb2:before {
    content: "\ea40"
}

.icon-Light-BulbLeaf:before {
    content: "\ea41"
}

.icon-Lighthouse:before {
    content: "\ea42"
}

.icon-Like-2:before {
    content: "\ea43"
}

.icon-Like:before {
    content: "\ea44"
}

.icon-Line-Chart:before {
    content: "\ea45"
}

.icon-Line-Chart2:before {
    content: "\ea46"
}

.icon-Line-Chart3:before {
    content: "\ea47"
}

.icon-Line-Chart4:before {
    content: "\ea48"
}

.icon-Line-Spacing:before {
    content: "\ea49"
}

.icon-Line-SpacingText:before {
    content: "\ea4a"
}

.icon-Link-2:before {
    content: "\ea4b"
}

.icon-Link:before {
    content: "\ea4c"
}

.icon-Linkedin-2:before {
    content: "\ea4d"
}

.icon-Linkedin:before {
    content: "\ea4e"
}

.icon-Linux:before {
    content: "\ea4f"
}

.icon-Lion:before {
    content: "\ea50"
}

.icon-Livejournal:before {
    content: "\ea51"
}

.icon-Loading-2:before {
    content: "\ea52"
}

.icon-Loading-3:before {
    content: "\ea53"
}

.icon-Loading-Window:before {
    content: "\ea54"
}

.icon-Loading:before {
    content: "\ea55"
}

.icon-Location-2:before {
    content: "\ea56"
}

.icon-Location:before {
    content: "\ea57"
}

.icon-Lock-2:before {
    content: "\ea58"
}

.icon-Lock-3:before {
    content: "\ea59"
}

.icon-Lock-User:before {
    content: "\ea5a"
}

.icon-Lock-Window:before {
    content: "\ea5b"
}

.icon-Lock:before {
    content: "\ea5c"
}

.icon-Lollipop-2:before {
    content: "\ea5d"
}

.icon-Lollipop-3:before {
    content: "\ea5e"
}

.icon-Lollipop:before {
    content: "\ea5f"
}

.icon-Loop:before {
    content: "\ea60"
}

.icon-Loud:before {
    content: "\ea61"
}

.icon-Loudspeaker:before {
    content: "\ea62"
}

.icon-Love-2:before {
    content: "\ea63"
}

.icon-Love-User:before {
    content: "\ea64"
}

.icon-Love-Window:before {
    content: "\ea65"
}

.icon-Love:before {
    content: "\ea66"
}

.icon-Lowercase-Text:before {
    content: "\ea67"
}

.icon-Luggafe-Front:before {
    content: "\ea68"
}

.icon-Luggage-2:before {
    content: "\ea69"
}

.icon-Macro:before {
    content: "\ea6a"
}

.icon-Magic-Wand:before {
    content: "\ea6b"
}

.icon-Magnet:before {
    content: "\ea6c"
}

.icon-Magnifi-Glass-:before {
    content: "\ea6d"
}

.icon-Magnifi-Glass:before {
    content: "\ea6e"
}

.icon-Magnifi-Glass2:before {
    content: "\ea6f"
}

.icon-Mail-2:before {
    content: "\ea70"
}

.icon-Mail-3:before {
    content: "\ea71"
}

.icon-Mail-Add:before {
    content: "\ea72"
}

.icon-Mail-Attachement:before {
    content: "\ea73"
}

.icon-Mail-Block:before {
    content: "\ea74"
}

.icon-Mail-Delete:before {
    content: "\ea75"
}

.icon-Mail-Favorite:before {
    content: "\ea76"
}

.icon-Mail-Forward:before {
    content: "\ea77"
}

.icon-Mail-Gallery:before {
    content: "\ea78"
}

.icon-Mail-Inbox:before {
    content: "\ea79"
}

.icon-Mail-Link:before {
    content: "\ea7a"
}

.icon-Mail-Lock:before {
    content: "\ea7b"
}

.icon-Mail-Love:before {
    content: "\ea7c"
}

.icon-Mail-Money:before {
    content: "\ea7d"
}

.icon-Mail-Open:before {
    content: "\ea7e"
}

.icon-Mail-Outbox:before {
    content: "\ea7f"
}

.icon-Mail-Password:before {
    content: "\ea80"
}

.icon-Mail-Photo:before {
    content: "\ea81"
}

.icon-Mail-Read:before {
    content: "\ea82"
}

.icon-Mail-Removex:before {
    content: "\ea83"
}

.icon-Mail-Reply:before {
    content: "\ea84"
}

.icon-Mail-ReplyAll:before {
    content: "\ea85"
}

.icon-Mail-Search:before {
    content: "\ea86"
}

.icon-Mail-Send:before {
    content: "\ea87"
}

.icon-Mail-Settings:before {
    content: "\ea88"
}

.icon-Mail-Unread:before {
    content: "\ea89"
}

.icon-Mail-Video:before {
    content: "\ea8a"
}

.icon-Mail-withAtSign:before {
    content: "\ea8b"
}

.icon-Mail-WithCursors:before {
    content: "\ea8c"
}

.icon-Mail:before {
    content: "\ea8d"
}

.icon-Mailbox-Empty:before {
    content: "\ea8e"
}

.icon-Mailbox-Full:before {
    content: "\ea8f"
}

.icon-Male-2:before {
    content: "\ea90"
}

.icon-Male-Sign:before {
    content: "\ea91"
}

.icon-Male:before {
    content: "\ea92"
}

.icon-MaleFemale:before {
    content: "\ea93"
}

.icon-Man-Sign:before {
    content: "\ea94"
}

.icon-Management:before {
    content: "\ea95"
}

.icon-Mans-Underwear:before {
    content: "\ea96"
}

.icon-Mans-Underwear2:before {
    content: "\ea97"
}

.icon-Map-Marker:before {
    content: "\ea98"
}

.icon-Map-Marker2:before {
    content: "\ea99"
}

.icon-Map-Marker3:before {
    content: "\ea9a"
}

.icon-Map:before {
    content: "\ea9b"
}

.icon-Map2:before {
    content: "\ea9c"
}

.icon-Marker-2:before {
    content: "\ea9d"
}

.icon-Marker-3:before {
    content: "\ea9e"
}

.icon-Marker:before {
    content: "\ea9f"
}

.icon-Martini-Glass:before {
    content: "\eaa0"
}

.icon-Mask:before {
    content: "\eaa1"
}

.icon-Master-Card:before {
    content: "\eaa2"
}

.icon-Maximize-Window:before {
    content: "\eaa3"
}

.icon-Maximize:before {
    content: "\eaa4"
}

.icon-Medal-2:before {
    content: "\eaa5"
}

.icon-Medal-3:before {
    content: "\eaa6"
}

.icon-Medal:before {
    content: "\eaa7"
}

.icon-Medical-Sign:before {
    content: "\eaa8"
}

.icon-Medicine-2:before {
    content: "\eaa9"
}

.icon-Medicine-3:before {
    content: "\eaaa"
}

.icon-Medicine:before {
    content: "\eaab"
}

.icon-Megaphone:before {
    content: "\eaac"
}

.icon-Memory-Card:before {
    content: "\eaad"
}

.icon-Memory-Card2:before {
    content: "\eaae"
}

.icon-Memory-Card3:before {
    content: "\eaaf"
}

.icon-Men:before {
    content: "\eab0"
}

.icon-Menorah:before {
    content: "\eab1"
}

.icon-Mens:before {
    content: "\eab2"
}

.icon-Metacafe:before {
    content: "\eab3"
}

.icon-Mexico:before {
    content: "\eab4"
}

.icon-Mic:before {
    content: "\eab5"
}

.icon-Microphone-2:before {
    content: "\eab6"
}

.icon-Microphone-3:before {
    content: "\eab7"
}

.icon-Microphone-4:before {
    content: "\eab8"
}

.icon-Microphone-5:before {
    content: "\eab9"
}

.icon-Microphone-6:before {
    content: "\eaba"
}

.icon-Microphone-7:before {
    content: "\eabb"
}

.icon-Microphone:before {
    content: "\eabc"
}

.icon-Microscope:before {
    content: "\eabd"
}

.icon-Milk-Bottle:before {
    content: "\eabe"
}

.icon-Mine:before {
    content: "\eabf"
}

.icon-Minimize-Maximize-Close-Window:before {
    content: "\eac0"
}

.icon-Minimize-Window:before {
    content: "\eac1"
}

.icon-Minimize:before {
    content: "\eac2"
}

.icon-Mirror:before {
    content: "\eac3"
}

.icon-Mixer:before {
    content: "\eac4"
}

.icon-Mixx:before {
    content: "\eac5"
}

.icon-Money-2:before {
    content: "\eac6"
}

.icon-Money-Bag:before {
    content: "\eac7"
}

.icon-Money-Smiley:before {
    content: "\eac8"
}

.icon-Money:before {
    content: "\eac9"
}

.icon-Monitor-2:before {
    content: "\eaca"
}

.icon-Monitor-3:before {
    content: "\eacb"
}

.icon-Monitor-4:before {
    content: "\eacc"
}

.icon-Monitor-5:before {
    content: "\eacd"
}

.icon-Monitor-Analytics:before {
    content: "\eace"
}

.icon-Monitor-Laptop:before {
    content: "\eacf"
}

.icon-Monitor-phone:before {
    content: "\ead0"
}

.icon-Monitor-Tablet:before {
    content: "\ead1"
}

.icon-Monitor-Vertical:before {
    content: "\ead2"
}

.icon-Monitor:before {
    content: "\ead3"
}

.icon-Monitoring:before {
    content: "\ead4"
}

.icon-Monkey:before {
    content: "\ead5"
}

.icon-Monster:before {
    content: "\ead6"
}

.icon-Morocco:before {
    content: "\ead7"
}

.icon-Motorcycle:before {
    content: "\ead8"
}

.icon-Mouse-2:before {
    content: "\ead9"
}

.icon-Mouse-3:before {
    content: "\eada"
}

.icon-Mouse-4:before {
    content: "\eadb"
}

.icon-Mouse-Pointer:before {
    content: "\eadc"
}

.icon-Mouse:before {
    content: "\eadd"
}

.icon-Moustache-Smiley:before {
    content: "\eade"
}

.icon-Movie-Ticket:before {
    content: "\eadf"
}

.icon-Movie:before {
    content: "\eae0"
}

.icon-Mp3-File:before {
    content: "\eae1"
}

.icon-Museum:before {
    content: "\eae2"
}

.icon-Mushroom:before {
    content: "\eae3"
}

.icon-Music-Note:before {
    content: "\eae4"
}

.icon-Music-Note2:before {
    content: "\eae5"
}

.icon-Music-Note3:before {
    content: "\eae6"
}

.icon-Music-Note4:before {
    content: "\eae7"
}

.icon-Music-Player:before {
    content: "\eae8"
}

.icon-Mustache-2:before {
    content: "\eae9"
}

.icon-Mustache-3:before {
    content: "\eaea"
}

.icon-Mustache-4:before {
    content: "\eaeb"
}

.icon-Mustache-5:before {
    content: "\eaec"
}

.icon-Mustache-6:before {
    content: "\eaed"
}

.icon-Mustache-7:before {
    content: "\eaee"
}

.icon-Mustache-8:before {
    content: "\eaef"
}

.icon-Mustache:before {
    content: "\eaf0"
}

.icon-Mute:before {
    content: "\eaf1"
}

.icon-Myspace:before {
    content: "\eaf2"
}

.icon-Navigat-Start:before {
    content: "\eaf3"
}

.icon-Navigate-End:before {
    content: "\eaf4"
}

.icon-Navigation-LeftWindow:before {
    content: "\eaf5"
}

.icon-Navigation-RightWindow:before {
    content: "\eaf6"
}

.icon-Nepal:before {
    content: "\eaf7"
}

.icon-Netscape:before {
    content: "\eaf8"
}

.icon-Network-Window:before {
    content: "\eaf9"
}

.icon-Network:before {
    content: "\eafa"
}

.icon-Neutron:before {
    content: "\eafb"
}

.icon-New-Mail:before {
    content: "\eafc"
}

.icon-New-Tab:before {
    content: "\eafd"
}

.icon-Newspaper-2:before {
    content: "\eafe"
}

.icon-Newspaper:before {
    content: "\eaff"
}

.icon-Newsvine:before {
    content: "\eb00"
}

.icon-Next2:before {
    content: "\eb01"
}

.icon-Next-3:before {
    content: "\eb02"
}

.icon-Next-Music:before {
    content: "\eb03"
}

.icon-Next:before {
    content: "\eb04"
}

.icon-No-Battery:before {
    content: "\eb05"
}

.icon-No-Drop:before {
    content: "\eb06"
}

.icon-No-Flash:before {
    content: "\eb07"
}

.icon-No-Smoking:before {
    content: "\eb08"
}

.icon-Noose:before {
    content: "\eb09"
}

.icon-Normal-Text:before {
    content: "\eb0a"
}

.icon-Note:before {
    content: "\eb0b"
}

.icon-Notepad-2:before {
    content: "\eb0c"
}

.icon-Notepad:before {
    content: "\eb0d"
}

.icon-Nuclear:before {
    content: "\eb0e"
}

.icon-Numbering-List:before {
    content: "\eb0f"
}

.icon-Nurse:before {
    content: "\eb10"
}

.icon-Office-Lamp:before {
    content: "\eb11"
}

.icon-Office:before {
    content: "\eb12"
}

.icon-Oil:before {
    content: "\eb13"
}

.icon-Old-Camera:before {
    content: "\eb14"
}

.icon-Old-Cassette:before {
    content: "\eb15"
}

.icon-Old-Clock:before {
    content: "\eb16"
}

.icon-Old-Radio:before {
    content: "\eb17"
}

.icon-Old-Sticky:before {
    content: "\eb18"
}

.icon-Old-Sticky2:before {
    content: "\eb19"
}

.icon-Old-Telephone:before {
    content: "\eb1a"
}

.icon-Old-TV:before {
    content: "\eb1b"
}

.icon-On-Air:before {
    content: "\eb1c"
}

.icon-On-Off-2:before {
    content: "\eb1d"
}

.icon-On-Off-3:before {
    content: "\eb1e"
}

.icon-On-off:before {
    content: "\eb1f"
}

.icon-One-Finger:before {
    content: "\eb20"
}

.icon-One-FingerTouch:before {
    content: "\eb21"
}

.icon-One-Window:before {
    content: "\eb22"
}

.icon-Open-Banana:before {
    content: "\eb23"
}

.icon-Open-Book:before {
    content: "\eb24"
}

.icon-Opera-House:before {
    content: "\eb25"
}

.icon-Opera:before {
    content: "\eb26"
}

.icon-Optimization:before {
    content: "\eb27"
}

.icon-Orientation-2:before {
    content: "\eb28"
}

.icon-Orientation-3:before {
    content: "\eb29"
}

.icon-Orientation:before {
    content: "\eb2a"
}

.icon-Orkut:before {
    content: "\eb2b"
}

.icon-Ornament:before {
    content: "\eb2c"
}

.icon-Over-Time:before {
    content: "\eb2d"
}

.icon-Over-Time2:before {
    content: "\eb2e"
}

.icon-Owl:before {
    content: "\eb2f"
}

.icon-Pac-Man:before {
    content: "\eb30"
}

.icon-Paint-Brush:before {
    content: "\eb31"
}

.icon-Paint-Bucket:before {
    content: "\eb32"
}

.icon-Paintbrush:before {
    content: "\eb33"
}

.icon-Palette:before {
    content: "\eb34"
}

.icon-Palm-Tree:before {
    content: "\eb35"
}

.icon-Panda:before {
    content: "\eb36"
}

.icon-Panorama:before {
    content: "\eb37"
}

.icon-Pantheon:before {
    content: "\eb38"
}

.icon-Pantone:before {
    content: "\eb39"
}

.icon-Pants:before {
    content: "\eb3a"
}

.icon-Paper-Plane:before {
    content: "\eb3b"
}

.icon-Paper:before {
    content: "\eb3c"
}

.icon-Parasailing:before {
    content: "\eb3d"
}

.icon-Parrot:before {
    content: "\eb3e"
}

.icon-Password-2shopping:before {
    content: "\eb3f"
}

.icon-Password-Field:before {
    content: "\eb40"
}

.icon-Password-shopping:before {
    content: "\eb41"
}

.icon-Password:before {
    content: "\eb42"
}

.icon-pause-2:before {
    content: "\eb43"
}

.icon-Pause:before {
    content: "\eb44"
}

.icon-Paw:before {
    content: "\eb45"
}

.icon-Pawn:before {
    content: "\eb46"
}

.icon-Paypal:before {
    content: "\eb47"
}

.icon-Pen-2:before {
    content: "\eb48"
}

.icon-Pen-3:before {
    content: "\eb49"
}

.icon-Pen-4:before {
    content: "\eb4a"
}

.icon-Pen-5:before {
    content: "\eb4b"
}

.icon-Pen-6:before {
    content: "\eb4c"
}

.icon-Pen:before {
    content: "\eb4d"
}

.icon-Pencil-Ruler:before {
    content: "\eb4e"
}

.icon-Pencil:before {
    content: "\eb4f"
}

.icon-Penguin:before {
    content: "\eb50"
}

.icon-Pentagon:before {
    content: "\eb51"
}

.icon-People-onCloud:before {
    content: "\eb52"
}

.icon-Pepper-withFire:before {
    content: "\eb53"
}

.icon-Pepper:before {
    content: "\eb54"
}

.icon-Petrol:before {
    content: "\eb55"
}

.icon-Petronas-Tower:before {
    content: "\eb56"
}

.icon-Philipines:before {
    content: "\eb57"
}

.icon-Phone-2:before {
    content: "\eb58"
}

.icon-Phone-3:before {
    content: "\eb59"
}

.icon-Phone-3G:before {
    content: "\eb5a"
}

.icon-Phone-4G:before {
    content: "\eb5b"
}

.icon-Phone-Simcard:before {
    content: "\eb5c"
}

.icon-Phone-SMS:before {
    content: "\eb5d"
}

.icon-Phone-Wifi:before {
    content: "\eb5e"
}

.icon-Phone:before {
    content: "\eb5f"
}

.icon-Photo-2:before {
    content: "\eb60"
}

.icon-Photo-3:before {
    content: "\eb61"
}

.icon-Photo-Album:before {
    content: "\eb62"
}

.icon-Photo-Album2:before {
    content: "\eb63"
}

.icon-Photo-Album3:before {
    content: "\eb64"
}

.icon-Photo:before {
    content: "\eb65"
}

.icon-Photos:before {
    content: "\eb66"
}

.icon-Physics:before {
    content: "\eb67"
}

.icon-Pi:before {
    content: "\eb68"
}

.icon-Piano:before {
    content: "\eb69"
}

.icon-Picasa:before {
    content: "\eb6a"
}

.icon-Pie-Chart:before {
    content: "\eb6b"
}

.icon-Pie-Chart2:before {
    content: "\eb6c"
}

.icon-Pie-Chart3:before {
    content: "\eb6d"
}

.icon-Pilates-2:before {
    content: "\eb6e"
}

.icon-Pilates-3:before {
    content: "\eb6f"
}

.icon-Pilates:before {
    content: "\eb70"
}

.icon-Pilot:before {
    content: "\eb71"
}

.icon-Pinch:before {
    content: "\eb72"
}

.icon-Ping-Pong:before {
    content: "\eb73"
}

.icon-Pinterest:before {
    content: "\eb74"
}

.icon-Pipe:before {
    content: "\eb75"
}

.icon-Pipette:before {
    content: "\eb76"
}

.icon-Piramids:before {
    content: "\eb77"
}

.icon-Pisces-2:before {
    content: "\eb78"
}

.icon-Pisces:before {
    content: "\eb79"
}

.icon-Pizza-Slice:before {
    content: "\eb7a"
}

.icon-Pizza:before {
    content: "\eb7b"
}

.icon-Plane-2:before {
    content: "\eb7c"
}

.icon-Plane:before {
    content: "\eb7d"
}

.icon-Plant:before {
    content: "\eb7e"
}

.icon-Plasmid:before {
    content: "\eb7f"
}

.icon-Plaster:before {
    content: "\eb80"
}

.icon-Plastic-CupPhone:before {
    content: "\eb81"
}

.icon-Plastic-CupPhone2:before {
    content: "\eb82"
}

.icon-Plate:before {
    content: "\eb83"
}

.icon-Plates:before {
    content: "\eb84"
}

.icon-Plaxo:before {
    content: "\eb85"
}

.icon-Play-Music:before {
    content: "\eb86"
}

.icon-Plug-In:before {
    content: "\eb87"
}

.icon-Plug-In2:before {
    content: "\eb88"
}

.icon-Plurk:before {
    content: "\eb89"
}

.icon-Pointer:before {
    content: "\eb8a"
}

.icon-Poland:before {
    content: "\eb8b"
}

.icon-Police-Man:before {
    content: "\eb8c"
}

.icon-Police-Station:before {
    content: "\eb8d"
}

.icon-Police-Woman:before {
    content: "\eb8e"
}

.icon-Police:before {
    content: "\eb8f"
}

.icon-Polo-Shirt:before {
    content: "\eb90"
}

.icon-Portrait:before {
    content: "\eb91"
}

.icon-Portugal:before {
    content: "\eb92"
}

.icon-Post-Mail:before {
    content: "\eb93"
}

.icon-Post-Mail2:before {
    content: "\eb94"
}

.icon-Post-Office:before {
    content: "\eb95"
}

.icon-Post-Sign:before {
    content: "\eb96"
}

.icon-Post-Sign2ways:before {
    content: "\eb97"
}

.icon-Posterous:before {
    content: "\eb98"
}

.icon-Pound-Sign:before {
    content: "\eb99"
}

.icon-Pound-Sign2:before {
    content: "\eb9a"
}

.icon-Pound:before {
    content: "\eb9b"
}

.icon-Power-2:before {
    content: "\eb9c"
}

.icon-Power-3:before {
    content: "\eb9d"
}

.icon-Power-Cable:before {
    content: "\eb9e"
}

.icon-Power-Station:before {
    content: "\eb9f"
}

.icon-Power:before {
    content: "\eba0"
}

.icon-Prater:before {
    content: "\eba1"
}

.icon-Present:before {
    content: "\eba2"
}

.icon-Presents:before {
    content: "\eba3"
}

.icon-Press:before {
    content: "\eba4"
}

.icon-Preview:before {
    content: "\eba5"
}

.icon-Previous:before {
    content: "\eba6"
}

.icon-Pricing:before {
    content: "\eba7"
}

.icon-Printer:before {
    content: "\eba8"
}

.icon-Professor:before {
    content: "\eba9"
}

.icon-Profile:before {
    content: "\ebaa"
}

.icon-Project:before {
    content: "\ebab"
}

.icon-Projector-2:before {
    content: "\ebac"
}

.icon-Projector:before {
    content: "\ebad"
}

.icon-Pulse:before {
    content: "\ebae"
}

.icon-Pumpkin:before {
    content: "\ebaf"
}

.icon-Punk:before {
    content: "\ebb0"
}

.icon-Punker:before {
    content: "\ebb1"
}

.icon-Puzzle:before {
    content: "\ebb2"
}

.icon-QIK:before {
    content: "\ebb3"
}

.icon-QR-Code:before {
    content: "\ebb4"
}

.icon-Queen-2:before {
    content: "\ebb5"
}

.icon-Queen:before {
    content: "\ebb6"
}

.icon-Quill-2:before {
    content: "\ebb7"
}

.icon-Quill-3:before {
    content: "\ebb8"
}

.icon-Quill:before {
    content: "\ebb9"
}

.icon-Quotes-2:before {
    content: "\ebba"
}

.icon-Quotes:before {
    content: "\ebbb"
}

.icon-Radio:before {
    content: "\ebbc"
}

.icon-Radioactive:before {
    content: "\ebbd"
}

.icon-Rafting:before {
    content: "\ebbe"
}

.icon-Rain-Drop:before {
    content: "\ebbf"
}

.icon-Rainbow-2:before {
    content: "\ebc0"
}

.icon-Rainbow:before {
    content: "\ebc1"
}

.icon-Ram:before {
    content: "\ebc2"
}

.icon-Razzor-Blade:before {
    content: "\ebc3"
}

.icon-Receipt-2:before {
    content: "\ebc4"
}

.icon-Receipt-3:before {
    content: "\ebc5"
}

.icon-Receipt-4:before {
    content: "\ebc6"
}

.icon-Receipt:before {
    content: "\ebc7"
}

.icon-Record2:before {
    content: "\ebc8"
}

.icon-Record-3:before {
    content: "\ebc9"
}

.icon-Record-Music:before {
    content: "\ebca"
}

.icon-Record:before {
    content: "\ebcb"
}

.icon-Recycling-2:before {
    content: "\ebcc"
}

.icon-Recycling:before {
    content: "\ebcd"
}

.icon-Reddit:before {
    content: "\ebce"
}

.icon-Redhat:before {
    content: "\ebcf"
}

.icon-Redirect:before {
    content: "\ebd0"
}

.icon-Redo:before {
    content: "\ebd1"
}

.icon-Reel:before {
    content: "\ebd2"
}

.icon-Refinery:before {
    content: "\ebd3"
}

.icon-Refresh-Window:before {
    content: "\ebd4"
}

.icon-Refresh:before {
    content: "\ebd5"
}

.icon-Reload-2:before {
    content: "\ebd6"
}

.icon-Reload-3:before {
    content: "\ebd7"
}

.icon-Reload:before {
    content: "\ebd8"
}

.icon-Remote-Controll:before {
    content: "\ebd9"
}

.icon-Remote-Controll2:before {
    content: "\ebda"
}

.icon-Remove-Bag:before {
    content: "\ebdb"
}

.icon-Remove-Basket:before {
    content: "\ebdc"
}

.icon-Remove-Cart:before {
    content: "\ebdd"
}

.icon-Remove-File:before {
    content: "\ebde"
}

.icon-Remove-User:before {
    content: "\ebdf"
}

.icon-Remove-Window:before {
    content: "\ebe0"
}

.icon-Remove:before {
    content: "\ebe1"
}

.icon-Rename:before {
    content: "\ebe2"
}

.icon-Repair:before {
    content: "\ebe3"
}

.icon-Repeat-2:before {
    content: "\ebe4"
}

.icon-Repeat-3:before {
    content: "\ebe5"
}

.icon-Repeat-4:before {
    content: "\ebe6"
}

.icon-Repeat-5:before {
    content: "\ebe7"
}

.icon-Repeat-6:before {
    content: "\ebe8"
}

.icon-Repeat-7:before {
    content: "\ebe9"
}

.icon-Repeat:before {
    content: "\ebea"
}

.icon-Reset:before {
    content: "\ebeb"
}

.icon-Resize:before {
    content: "\ebec"
}

.icon-Restore-Window:before {
    content: "\ebed"
}

.icon-Retouching:before {
    content: "\ebee"
}

.icon-Retro-Camera:before {
    content: "\ebef"
}

.icon-Retro:before {
    content: "\ebf0"
}

.icon-Retweet:before {
    content: "\ebf1"
}

.icon-Reverbnation:before {
    content: "\ebf2"
}

.icon-Rewind:before {
    content: "\ebf3"
}

.icon-RGB:before {
    content: "\ebf4"
}

.icon-Ribbon-2:before {
    content: "\ebf5"
}

.icon-Ribbon-3:before {
    content: "\ebf6"
}

.icon-Ribbon:before {
    content: "\ebf7"
}

.icon-Right-2:before {
    content: "\ebf8"
}

.icon-Right-3:before {
    content: "\ebf9"
}

.icon-Right-4:before {
    content: "\ebfa"
}

.icon-Right-ToLeft:before {
    content: "\ebfb"
}

.icon-Right:before {
    content: "\ebfc"
}

.icon-Road-2:before {
    content: "\ebfd"
}

.icon-Road-3:before {
    content: "\ebfe"
}

.icon-Road:before {
    content: "\ebff"
}

.icon-Robot-2:before {
    content: "\ec00"
}

.icon-Robot:before {
    content: "\ec01"
}

.icon-Rock-andRoll:before {
    content: "\ec02"
}

.icon-Rocket:before {
    content: "\ec03"
}

.icon-Roller:before {
    content: "\ec04"
}

.icon-Roof:before {
    content: "\ec05"
}

.icon-Rook:before {
    content: "\ec06"
}

.icon-Rotate-Gesture:before {
    content: "\ec07"
}

.icon-Rotate-Gesture2:before {
    content: "\ec08"
}

.icon-Rotate-Gesture3:before {
    content: "\ec09"
}

.icon-Rotation-390:before {
    content: "\ec0a"
}

.icon-Rotation:before {
    content: "\ec0b"
}

.icon-Router-2:before {
    content: "\ec0c"
}

.icon-Router:before {
    content: "\ec0d"
}

.icon-RSS:before {
    content: "\ec0e"
}

.icon-Ruler-2:before {
    content: "\ec0f"
}

.icon-Ruler:before {
    content: "\ec10"
}

.icon-Running-Shoes:before {
    content: "\ec11"
}

.icon-Running:before {
    content: "\ec12"
}

.icon-Safari:before {
    content: "\ec13"
}

.icon-Safe-Box:before {
    content: "\ec14"
}

.icon-Safe-Box2:before {
    content: "\ec15"
}

.icon-Safety-PinClose:before {
    content: "\ec16"
}

.icon-Safety-PinOpen:before {
    content: "\ec17"
}

.icon-Sagittarus-2:before {
    content: "\ec18"
}

.icon-Sagittarus:before {
    content: "\ec19"
}

.icon-Sailing-Ship:before {
    content: "\ec1a"
}

.icon-Sand-watch:before {
    content: "\ec1b"
}

.icon-Sand-watch2:before {
    content: "\ec1c"
}

.icon-Santa-Claus:before {
    content: "\ec1d"
}

.icon-Santa-Claus2:before {
    content: "\ec1e"
}

.icon-Santa-onSled:before {
    content: "\ec1f"
}

.icon-Satelite-2:before {
    content: "\ec20"
}

.icon-Satelite:before {
    content: "\ec21"
}

.icon-Save-Window:before {
    content: "\ec22"
}

.icon-Save:before {
    content: "\ec23"
}

.icon-Saw:before {
    content: "\ec24"
}

.icon-Saxophone:before {
    content: "\ec25"
}

.icon-Scale:before {
    content: "\ec26"
}

.icon-Scarf:before {
    content: "\ec27"
}

.icon-Scissor:before {
    content: "\ec28"
}

.icon-Scooter-Front:before {
    content: "\ec29"
}

.icon-Scooter:before {
    content: "\ec2a"
}

.icon-Scorpio-2:before {
    content: "\ec2b"
}

.icon-Scorpio:before {
    content: "\ec2c"
}

.icon-Scotland:before {
    content: "\ec2d"
}

.icon-Screwdriver:before {
    content: "\ec2e"
}

.icon-Scroll-Fast:before {
    content: "\ec2f"
}

.icon-Scroll:before {
    content: "\ec30"
}

.icon-Scroller-2:before {
    content: "\ec31"
}

.icon-Scroller:before {
    content: "\ec32"
}

.icon-Sea-Dog:before {
    content: "\ec33"
}

.icon-Search-onCloud:before {
    content: "\ec34"
}

.icon-Search-People:before {
    content: "\ec35"
}

.icon-secound:before {
    content: "\ec36"
}

.icon-secound2:before {
    content: "\ec37"
}

.icon-Security-Block:before {
    content: "\ec38"
}

.icon-Security-Bug:before {
    content: "\ec39"
}

.icon-Security-Camera:before {
    content: "\ec3a"
}

.icon-Security-Check:before {
    content: "\ec3b"
}

.icon-Security-Settings:before {
    content: "\ec3c"
}

.icon-Security-Smiley:before {
    content: "\ec3d"
}

.icon-Securiy-Remove:before {
    content: "\ec3e"
}

.icon-Seed:before {
    content: "\ec3f"
}

.icon-Selfie:before {
    content: "\ec40"
}

.icon-Serbia:before {
    content: "\ec41"
}

.icon-Server-2:before {
    content: "\ec42"
}

.icon-Server:before {
    content: "\ec43"
}

.icon-Servers:before {
    content: "\ec44"
}

.icon-Settings-Window:before {
    content: "\ec45"
}

.icon-Sewing-Machine:before {
    content: "\ec46"
}

.icon-Sexual:before {
    content: "\ec47"
}

.icon-Share-onCloud:before {
    content: "\ec48"
}

.icon-Share-Window:before {
    content: "\ec49"
}

.icon-Share:before {
    content: "\ec4a"
}

.icon-Sharethis:before {
    content: "\ec4b"
}

.icon-Shark:before {
    content: "\ec4c"
}

.icon-Sheep:before {
    content: "\ec4d"
}

.icon-Sheriff-Badge:before {
    content: "\ec4e"
}

.icon-Shield:before {
    content: "\ec4f"
}

.icon-Ship-2:before {
    content: "\ec50"
}

.icon-Ship:before {
    content: "\ec51"
}

.icon-Shirt:before {
    content: "\ec52"
}

.icon-Shoes-2:before {
    content: "\ec53"
}

.icon-Shoes-3:before {
    content: "\ec54"
}

.icon-Shoes:before {
    content: "\ec55"
}

.icon-Shop-2:before {
    content: "\ec56"
}

.icon-Shop-3:before {
    content: "\ec57"
}

.icon-Shop-4:before {
    content: "\ec58"
}

.icon-Shop:before {
    content: "\ec59"
}

.icon-Shopping-Bag:before {
    content: "\ec5a"
}

.icon-Shopping-Basket:before {
    content: "\ec5b"
}

.icon-Shopping-Cart:before {
    content: "\ec5c"
}

.icon-Short-Pants:before {
    content: "\ec5d"
}

.icon-Shoutwire:before {
    content: "\ec5e"
}

.icon-Shovel:before {
    content: "\ec5f"
}

.icon-Shuffle-2:before {
    content: "\ec60"
}

.icon-Shuffle-3:before {
    content: "\ec61"
}

.icon-Shuffle-4:before {
    content: "\ec62"
}

.icon-Shuffle:before {
    content: "\ec63"
}

.icon-Shutter:before {
    content: "\ec64"
}

.icon-Sidebar-Window:before {
    content: "\ec65"
}

.icon-Signal:before {
    content: "\ec66"
}

.icon-Singapore:before {
    content: "\ec67"
}

.icon-Skate-Shoes:before {
    content: "\ec68"
}

.icon-Skateboard-2:before {
    content: "\ec69"
}

.icon-Skateboard:before {
    content: "\ec6a"
}

.icon-Skeleton:before {
    content: "\ec6b"
}

.icon-Ski:before {
    content: "\ec6c"
}

.icon-Skirt:before {
    content: "\ec6d"
}

.icon-Skrill:before {
    content: "\ec6e"
}

.icon-Skull:before {
    content: "\ec6f"
}

.icon-Skydiving:before {
    content: "\ec70"
}

.icon-Skype:before {
    content: "\ec71"
}

.icon-Sled-withGifts:before {
    content: "\ec72"
}

.icon-Sled:before {
    content: "\ec73"
}

.icon-Sleeping:before {
    content: "\ec74"
}

.icon-Sleet:before {
    content: "\ec75"
}

.icon-Slippers:before {
    content: "\ec76"
}

.icon-Smart:before {
    content: "\ec77"
}

.icon-Smartphone-2:before {
    content: "\ec78"
}

.icon-Smartphone-3:before {
    content: "\ec79"
}

.icon-Smartphone-4:before {
    content: "\ec7a"
}

.icon-Smartphone-Secure:before {
    content: "\ec7b"
}

.icon-Smartphone:before {
    content: "\ec7c"
}

.icon-Smile:before {
    content: "\ec7d"
}

.icon-Smoking-Area:before {
    content: "\ec7e"
}

.icon-Smoking-Pipe:before {
    content: "\ec7f"
}

.icon-Snake:before {
    content: "\ec80"
}

.icon-Snorkel:before {
    content: "\ec81"
}

.icon-Snow-2:before {
    content: "\ec82"
}

.icon-Snow-Dome:before {
    content: "\ec83"
}

.icon-Snow-Storm:before {
    content: "\ec84"
}

.icon-Snow:before {
    content: "\ec85"
}

.icon-Snowflake-2:before {
    content: "\ec86"
}

.icon-Snowflake-3:before {
    content: "\ec87"
}

.icon-Snowflake-4:before {
    content: "\ec88"
}

.icon-Snowflake:before {
    content: "\ec89"
}

.icon-Snowman:before {
    content: "\ec8a"
}

.icon-Soccer-Ball:before {
    content: "\ec8b"
}

.icon-Soccer-Shoes:before {
    content: "\ec8c"
}

.icon-Socks:before {
    content: "\ec8d"
}

.icon-Solar:before {
    content: "\ec8e"
}

.icon-Sound-Wave:before {
    content: "\ec8f"
}

.icon-Sound:before {
    content: "\ec90"
}

.icon-Soundcloud:before {
    content: "\ec91"
}

.icon-Soup:before {
    content: "\ec92"
}

.icon-South-Africa:before {
    content: "\ec93"
}

.icon-Space-Needle:before {
    content: "\ec94"
}

.icon-Spain:before {
    content: "\ec95"
}

.icon-Spam-Mail:before {
    content: "\ec96"
}

.icon-Speach-Bubble:before {
    content: "\ec97"
}

.icon-Speach-Bubble2:before {
    content: "\ec98"
}

.icon-Speach-Bubble3:before {
    content: "\ec99"
}

.icon-Speach-Bubble4:before {
    content: "\ec9a"
}

.icon-Speach-Bubble5:before {
    content: "\ec9b"
}

.icon-Speach-Bubble6:before {
    content: "\ec9c"
}

.icon-Speach-Bubble7:before {
    content: "\ec9d"
}

.icon-Speach-Bubble8:before {
    content: "\ec9e"
}

.icon-Speach-Bubble9:before {
    content: "\ec9f"
}

.icon-Speach-Bubble10:before {
    content: "\eca0"
}

.icon-Speach-Bubble11:before {
    content: "\eca1"
}

.icon-Speach-Bubble12:before {
    content: "\eca2"
}

.icon-Speach-Bubble13:before {
    content: "\eca3"
}

.icon-Speach-BubbleAsking:before {
    content: "\eca4"
}

.icon-Speach-BubbleComic:before {
    content: "\eca5"
}

.icon-Speach-BubbleComic2:before {
    content: "\eca6"
}

.icon-Speach-BubbleComic3:before {
    content: "\eca7"
}

.icon-Speach-BubbleComic4:before {
    content: "\eca8"
}

.icon-Speach-BubbleDialog:before {
    content: "\eca9"
}

.icon-Speach-Bubbles:before {
    content: "\ecaa"
}

.icon-Speak-2:before {
    content: "\ecab"
}

.icon-Speak:before {
    content: "\ecac"
}

.icon-Speaker-2:before {
    content: "\ecad"
}

.icon-Speaker:before {
    content: "\ecae"
}

.icon-Spell-Check:before {
    content: "\ecaf"
}

.icon-Spell-CheckABC:before {
    content: "\ecb0"
}

.icon-Spermium:before {
    content: "\ecb1"
}

.icon-Spider:before {
    content: "\ecb2"
}

.icon-Spiderweb:before {
    content: "\ecb3"
}

.icon-Split-FourSquareWindow:before {
    content: "\ecb4"
}

.icon-Split-Horizontal:before {
    content: "\ecb5"
}

.icon-Split-Horizontal2Window:before {
    content: "\ecb6"
}

.icon-Split-Vertical:before {
    content: "\ecb7"
}

.icon-Split-Vertical2:before {
    content: "\ecb8"
}

.icon-Split-Window:before {
    content: "\ecb9"
}

.icon-Spoder:before {
    content: "\ecba"
}

.icon-Spoon:before {
    content: "\ecbb"
}

.icon-Sport-Mode:before {
    content: "\ecbc"
}

.icon-Sports-Clothings1:before {
    content: "\ecbd"
}

.icon-Sports-Clothings2:before {
    content: "\ecbe"
}

.icon-Sports-Shirt:before {
    content: "\ecbf"
}

.icon-Spot:before {
    content: "\ecc0"
}

.icon-Spray:before {
    content: "\ecc1"
}

.icon-Spread:before {
    content: "\ecc2"
}

.icon-Spring:before {
    content: "\ecc3"
}

.icon-Spurl:before {
    content: "\ecc4"
}

.icon-Spy:before {
    content: "\ecc5"
}

.icon-Squirrel:before {
    content: "\ecc6"
}

.icon-SSL:before {
    content: "\ecc7"
}

.icon-St-BasilsCathedral:before {
    content: "\ecc8"
}

.icon-St-PaulsCathedral:before {
    content: "\ecc9"
}

.icon-Stamp-2:before {
    content: "\ecca"
}

.icon-Stamp:before {
    content: "\eccb"
}

.icon-Stapler:before {
    content: "\eccc"
}

.icon-Star-Track:before {
    content: "\eccd"
}

.icon-Star:before {
    content: "\ecce"
}

.icon-Starfish:before {
    content: "\eccf"
}

.icon-Start2:before {
    content: "\ecd0"
}

.icon-Start-3:before {
    content: "\ecd1"
}

.icon-Start-ways:before {
    content: "\ecd2"
}

.icon-Start:before {
    content: "\ecd3"
}

.icon-Statistic:before {
    content: "\ecd4"
}

.icon-Stethoscope:before {
    content: "\ecd5"
}

.icon-stop--2:before {
    content: "\ecd6"
}

.icon-Stop-Music:before {
    content: "\ecd7"
}

.icon-Stop:before {
    content: "\ecd8"
}

.icon-Stopwatch-2:before {
    content: "\ecd9"
}

.icon-Stopwatch:before {
    content: "\ecda"
}

.icon-Storm:before {
    content: "\ecdb"
}

.icon-Street-View:before {
    content: "\ecdc"
}

.icon-Street-View2:before {
    content: "\ecdd"
}

.icon-Strikethrough-Text:before {
    content: "\ecde"
}

.icon-Stroller:before {
    content: "\ecdf"
}

.icon-Structure:before {
    content: "\ece0"
}

.icon-Student-Female:before {
    content: "\ece1"
}

.icon-Student-Hat:before {
    content: "\ece2"
}

.icon-Student-Hat2:before {
    content: "\ece3"
}

.icon-Student-Male:before {
    content: "\ece4"
}

.icon-Student-MaleFemale:before {
    content: "\ece5"
}

.icon-Students:before {
    content: "\ece6"
}

.icon-Studio-Flash:before {
    content: "\ece7"
}

.icon-Studio-Lightbox:before {
    content: "\ece8"
}

.icon-Stumbleupon:before {
    content: "\ece9"
}

.icon-Suit:before {
    content: "\ecea"
}

.icon-Suitcase:before {
    content: "\eceb"
}

.icon-Sum-2:before {
    content: "\ecec"
}

.icon-Sum:before {
    content: "\eced"
}

.icon-Summer:before {
    content: "\ecee"
}

.icon-Sun-CloudyRain:before {
    content: "\ecef"
}

.icon-Sun:before {
    content: "\ecf0"
}

.icon-Sunglasses-2:before {
    content: "\ecf1"
}

.icon-Sunglasses-3:before {
    content: "\ecf2"
}

.icon-Sunglasses-Smiley:before {
    content: "\ecf3"
}

.icon-Sunglasses-Smiley2:before {
    content: "\ecf4"
}

.icon-Sunglasses-W:before {
    content: "\ecf5"
}

.icon-Sunglasses-W2:before {
    content: "\ecf6"
}

.icon-Sunglasses-W3:before {
    content: "\ecf7"
}

.icon-Sunglasses:before {
    content: "\ecf8"
}

.icon-Sunrise:before {
    content: "\ecf9"
}

.icon-Sunset:before {
    content: "\ecfa"
}

.icon-Superman:before {
    content: "\ecfb"
}

.icon-Support:before {
    content: "\ecfc"
}

.icon-Surprise:before {
    content: "\ecfd"
}

.icon-Sushi:before {
    content: "\ecfe"
}

.icon-Sweden:before {
    content: "\ecff"
}

.icon-Swimming-Short:before {
    content: "\ed00"
}

.icon-Swimming:before {
    content: "\ed01"
}

.icon-Swimmwear:before {
    content: "\ed02"
}

.icon-Switch:before {
    content: "\ed03"
}

.icon-Switzerland:before {
    content: "\ed04"
}

.icon-Sync-Cloud:before {
    content: "\ed05"
}

.icon-Sync:before {
    content: "\ed06"
}

.icon-Synchronize-2:before {
    content: "\ed07"
}

.icon-Synchronize:before {
    content: "\ed08"
}

.icon-T-Shirt:before {
    content: "\ed09"
}

.icon-Tablet-2:before {
    content: "\ed0a"
}

.icon-Tablet-3:before {
    content: "\ed0b"
}

.icon-Tablet-Orientation:before {
    content: "\ed0c"
}

.icon-Tablet-Phone:before {
    content: "\ed0d"
}

.icon-Tablet-Secure:before {
    content: "\ed0e"
}

.icon-Tablet-Vertical:before {
    content: "\ed0f"
}

.icon-Tablet:before {
    content: "\ed10"
}

.icon-Tactic:before {
    content: "\ed11"
}

.icon-Tag-2:before {
    content: "\ed12"
}

.icon-Tag-3:before {
    content: "\ed13"
}

.icon-Tag-4:before {
    content: "\ed14"
}

.icon-Tag-5:before {
    content: "\ed15"
}

.icon-Tag:before {
    content: "\ed16"
}

.icon-Taj-Mahal:before {
    content: "\ed17"
}

.icon-Talk-Man:before {
    content: "\ed18"
}

.icon-Tap:before {
    content: "\ed19"
}

.icon-Target-Market:before {
    content: "\ed1a"
}

.icon-Target:before {
    content: "\ed1b"
}

.icon-Taurus-2:before {
    content: "\ed1c"
}

.icon-Taurus:before {
    content: "\ed1d"
}

.icon-Taxi-2:before {
    content: "\ed1e"
}

.icon-Taxi-Sign:before {
    content: "\ed1f"
}

.icon-Taxi:before {
    content: "\ed20"
}

.icon-Teacher:before {
    content: "\ed21"
}

.icon-Teapot:before {
    content: "\ed22"
}

.icon-Technorati:before {
    content: "\ed23"
}

.icon-Teddy-Bear:before {
    content: "\ed24"
}

.icon-Tee-Mug:before {
    content: "\ed25"
}

.icon-Telephone-2:before {
    content: "\ed26"
}

.icon-Telephone:before {
    content: "\ed27"
}

.icon-Telescope:before {
    content: "\ed28"
}

.icon-Temperature-2:before {
    content: "\ed29"
}

.icon-Temperature-3:before {
    content: "\ed2a"
}

.icon-Temperature:before {
    content: "\ed2b"
}

.icon-Temple:before {
    content: "\ed2c"
}

.icon-Tennis-Ball:before {
    content: "\ed2d"
}

.icon-Tennis:before {
    content: "\ed2e"
}

.icon-Tent:before {
    content: "\ed2f"
}

.icon-Test-Tube:before {
    content: "\ed30"
}

.icon-Test-Tube2:before {
    content: "\ed31"
}

.icon-Testimonal:before {
    content: "\ed32"
}

.icon-Text-Box:before {
    content: "\ed33"
}

.icon-Text-Effect:before {
    content: "\ed34"
}

.icon-Text-HighlightColor:before {
    content: "\ed35"
}

.icon-Text-Paragraph:before {
    content: "\ed36"
}

.icon-Thailand:before {
    content: "\ed37"
}

.icon-The-WhiteHouse:before {
    content: "\ed38"
}

.icon-This-SideUp:before {
    content: "\ed39"
}

.icon-Thread:before {
    content: "\ed3a"
}

.icon-Three-ArrowFork:before {
    content: "\ed3b"
}

.icon-Three-Fingers:before {
    content: "\ed3c"
}

.icon-Three-FingersDrag:before {
    content: "\ed3d"
}

.icon-Three-FingersDrag2:before {
    content: "\ed3e"
}

.icon-Three-FingersTouch:before {
    content: "\ed3f"
}

.icon-Thumb:before {
    content: "\ed40"
}

.icon-Thumbs-DownSmiley:before {
    content: "\ed41"
}

.icon-Thumbs-UpSmiley:before {
    content: "\ed42"
}

.icon-Thunder:before {
    content: "\ed43"
}

.icon-Thunderstorm:before {
    content: "\ed44"
}

.icon-Ticket:before {
    content: "\ed45"
}

.icon-Tie-2:before {
    content: "\ed46"
}

.icon-Tie-3:before {
    content: "\ed47"
}

.icon-Tie-4:before {
    content: "\ed48"
}

.icon-Tie:before {
    content: "\ed49"
}

.icon-Tiger:before {
    content: "\ed4a"
}

.icon-Time-Backup:before {
    content: "\ed4b"
}

.icon-Time-Bomb:before {
    content: "\ed4c"
}

.icon-Time-Clock:before {
    content: "\ed4d"
}

.icon-Time-Fire:before {
    content: "\ed4e"
}

.icon-Time-Machine:before {
    content: "\ed4f"
}

.icon-Time-Window:before {
    content: "\ed50"
}

.icon-Timer-2:before {
    content: "\ed51"
}

.icon-Timer:before {
    content: "\ed52"
}

.icon-To-Bottom:before {
    content: "\ed53"
}

.icon-To-Bottom2:before {
    content: "\ed54"
}

.icon-To-Left:before {
    content: "\ed55"
}

.icon-To-Right:before {
    content: "\ed56"
}

.icon-To-Top:before {
    content: "\ed57"
}

.icon-To-Top2:before {
    content: "\ed58"
}

.icon-Token-:before {
    content: "\ed59"
}

.icon-Tomato:before {
    content: "\ed5a"
}

.icon-Tongue:before {
    content: "\ed5b"
}

.icon-Tooth-2:before {
    content: "\ed5c"
}

.icon-Tooth:before {
    content: "\ed5d"
}

.icon-Top-ToBottom:before {
    content: "\ed5e"
}

.icon-Touch-Window:before {
    content: "\ed5f"
}

.icon-Tourch:before {
    content: "\ed60"
}

.icon-Tower-2:before {
    content: "\ed61"
}

.icon-Tower-Bridge:before {
    content: "\ed62"
}

.icon-Tower:before {
    content: "\ed63"
}

.icon-Trace:before {
    content: "\ed64"
}

.icon-Tractor:before {
    content: "\ed65"
}

.icon-traffic-Light:before {
    content: "\ed66"
}

.icon-Traffic-Light2:before {
    content: "\ed67"
}

.icon-Train-2:before {
    content: "\ed68"
}

.icon-Train:before {
    content: "\ed69"
}

.icon-Tram:before {
    content: "\ed6a"
}

.icon-Transform-2:before {
    content: "\ed6b"
}

.icon-Transform-3:before {
    content: "\ed6c"
}

.icon-Transform-4:before {
    content: "\ed6d"
}

.icon-Transform:before {
    content: "\ed6e"
}

.icon-Trash-withMen:before {
    content: "\ed6f"
}

.icon-Tree-2:before {
    content: "\ed70"
}

.icon-Tree-3:before {
    content: "\ed71"
}

.icon-Tree-4:before {
    content: "\ed72"
}

.icon-Tree-5:before {
    content: "\ed73"
}

.icon-Tree:before {
    content: "\ed74"
}

.icon-Trekking:before {
    content: "\ed75"
}

.icon-Triangle-ArrowDown:before {
    content: "\ed76"
}

.icon-Triangle-ArrowLeft:before {
    content: "\ed77"
}

.icon-Triangle-ArrowRight:before {
    content: "\ed78"
}

.icon-Triangle-ArrowUp:before {
    content: "\ed79"
}

.icon-Tripod-2:before {
    content: "\ed7a"
}

.icon-Tripod-andVideo:before {
    content: "\ed7b"
}

.icon-Tripod-withCamera:before {
    content: "\ed7c"
}

.icon-Tripod-withGopro:before {
    content: "\ed7d"
}

.icon-Trophy-2:before {
    content: "\ed7e"
}

.icon-Trophy:before {
    content: "\ed7f"
}

.icon-Truck:before {
    content: "\ed80"
}

.icon-Trumpet:before {
    content: "\ed81"
}

.icon-Tumblr:before {
    content: "\ed82"
}

.icon-Turkey:before {
    content: "\ed83"
}

.icon-Turn-Down:before {
    content: "\ed84"
}

.icon-Turn-Down2:before {
    content: "\ed85"
}

.icon-Turn-DownFromLeft:before {
    content: "\ed86"
}

.icon-Turn-DownFromRight:before {
    content: "\ed87"
}

.icon-Turn-Left:before {
    content: "\ed88"
}

.icon-Turn-Left3:before {
    content: "\ed89"
}

.icon-Turn-Right:before {
    content: "\ed8a"
}

.icon-Turn-Right3:before {
    content: "\ed8b"
}

.icon-Turn-Up:before {
    content: "\ed8c"
}

.icon-Turn-Up2:before {
    content: "\ed8d"
}

.icon-Turtle:before {
    content: "\ed8e"
}

.icon-Tuxedo:before {
    content: "\ed8f"
}

.icon-TV:before {
    content: "\ed90"
}

.icon-Twister:before {
    content: "\ed91"
}

.icon-Twitter-2:before {
    content: "\ed92"
}

.icon-Twitter:before {
    content: "\ed93"
}

.icon-Two-Fingers:before {
    content: "\ed94"
}

.icon-Two-FingersDrag:before {
    content: "\ed95"
}

.icon-Two-FingersDrag2:before {
    content: "\ed96"
}

.icon-Two-FingersScroll:before {
    content: "\ed97"
}

.icon-Two-FingersTouch:before {
    content: "\ed98"
}

.icon-Two-Windows:before {
    content: "\ed99"
}

.icon-Type-Pass:before {
    content: "\ed9a"
}

.icon-Ukraine:before {
    content: "\ed9b"
}

.icon-Umbrela:before {
    content: "\ed9c"
}

.icon-Umbrella-2:before {
    content: "\ed9d"
}

.icon-Umbrella-3:before {
    content: "\ed9e"
}

.icon-Under-LineText:before {
    content: "\ed9f"
}

.icon-Undo:before {
    content: "\eda0"
}

.icon-United-Kingdom:before {
    content: "\eda1"
}

.icon-United-States:before {
    content: "\eda2"
}

.icon-University-2:before {
    content: "\eda3"
}

.icon-University:before {
    content: "\eda4"
}

.icon-Unlike-2:before {
    content: "\eda5"
}

.icon-Unlike:before {
    content: "\eda6"
}

.icon-Unlock-2:before {
    content: "\eda7"
}

.icon-Unlock-3:before {
    content: "\eda8"
}

.icon-Unlock:before {
    content: "\eda9"
}

.icon-Up--Down:before {
    content: "\edaa"
}

.icon-Up--Down3:before {
    content: "\edab"
}

.icon-Up-2:before {
    content: "\edac"
}

.icon-Up-3:before {
    content: "\edad"
}

.icon-Up-4:before {
    content: "\edae"
}

.icon-Up:before {
    content: "\edaf"
}

.icon-Upgrade:before {
    content: "\edb0"
}

.icon-Upload-2:before {
    content: "\edb1"
}

.icon-Upload-toCloud:before {
    content: "\edb2"
}

.icon-Upload-Window:before {
    content: "\edb3"
}

.icon-Upload:before {
    content: "\edb4"
}

.icon-Uppercase-Text:before {
    content: "\edb5"
}

.icon-Upward:before {
    content: "\edb6"
}

.icon-URL-Window:before {
    content: "\edb7"
}

.icon-Usb-2:before {
    content: "\edb8"
}

.icon-Usb-Cable:before {
    content: "\edb9"
}

.icon-Usb:before {
    content: "\edba"
}

.icon-User:before {
    content: "\edbb"
}

.icon-Ustream:before {
    content: "\edbc"
}

.icon-Vase:before {
    content: "\edbd"
}

.icon-Vector-2:before {
    content: "\edbe"
}

.icon-Vector-3:before {
    content: "\edbf"
}

.icon-Vector-4:before {
    content: "\edc0"
}

.icon-Vector-5:before {
    content: "\edc1"
}

.icon-Vector:before {
    content: "\edc2"
}

.icon-Venn-Diagram:before {
    content: "\edc3"
}

.icon-Vest-2:before {
    content: "\edc4"
}

.icon-Vest:before {
    content: "\edc5"
}

.icon-Viddler:before {
    content: "\edc6"
}

.icon-Video-2:before {
    content: "\edc7"
}

.icon-Video-3:before {
    content: "\edc8"
}

.icon-Video-4:before {
    content: "\edc9"
}

.icon-Video-5:before {
    content: "\edca"
}

.icon-Video-6:before {
    content: "\edcb"
}

.icon-Video-GameController:before {
    content: "\edcc"
}

.icon-Video-Len:before {
    content: "\edcd"
}

.icon-Video-Len2:before {
    content: "\edce"
}

.icon-Video-Photographer:before {
    content: "\edcf"
}

.icon-Video-Tripod:before {
    content: "\edd0"
}

.icon-Video:before {
    content: "\edd1"
}

.icon-Vietnam:before {
    content: "\edd2"
}

.icon-View-Height:before {
    content: "\edd3"
}

.icon-View-Width:before {
    content: "\edd4"
}

.icon-Vimeo:before {
    content: "\edd5"
}

.icon-Virgo-2:before {
    content: "\edd6"
}

.icon-Virgo:before {
    content: "\edd7"
}

.icon-Virus-2:before {
    content: "\edd8"
}

.icon-Virus-3:before {
    content: "\edd9"
}

.icon-Virus:before {
    content: "\edda"
}

.icon-Visa:before {
    content: "\eddb"
}

.icon-Voice:before {
    content: "\eddc"
}

.icon-Voicemail:before {
    content: "\eddd"
}

.icon-Volleyball:before {
    content: "\edde"
}

.icon-Volume-Down:before {
    content: "\eddf"
}

.icon-Volume-Up:before {
    content: "\ede0"
}

.icon-VPN:before {
    content: "\ede1"
}

.icon-Wacom-Tablet:before {
    content: "\ede2"
}

.icon-Waiter:before {
    content: "\ede3"
}

.icon-Walkie-Talkie:before {
    content: "\ede4"
}

.icon-Wallet-2:before {
    content: "\ede5"
}

.icon-Wallet-3:before {
    content: "\ede6"
}

.icon-Wallet:before {
    content: "\ede7"
}

.icon-Warehouse:before {
    content: "\ede8"
}

.icon-Warning-Window:before {
    content: "\ede9"
}

.icon-Watch-2:before {
    content: "\edea"
}

.icon-Watch-3:before {
    content: "\edeb"
}

.icon-Watch:before {
    content: "\edec"
}

.icon-Wave-2:before {
    content: "\eded"
}

.icon-Wave:before {
    content: "\edee"
}

.icon-Webcam:before {
    content: "\edef"
}

.icon-weight-Lift:before {
    content: "\edf0"
}

.icon-Wheelbarrow:before {
    content: "\edf1"
}

.icon-Wheelchair:before {
    content: "\edf2"
}

.icon-Width-Window:before {
    content: "\edf3"
}

.icon-Wifi-2:before {
    content: "\edf4"
}

.icon-Wifi-Keyboard:before {
    content: "\edf5"
}

.icon-Wifi:before {
    content: "\edf6"
}

.icon-Wind-Turbine:before {
    content: "\edf7"
}

.icon-Windmill:before {
    content: "\edf8"
}

.icon-Window-2:before {
    content: "\edf9"
}

.icon-Window:before {
    content: "\edfa"
}

.icon-Windows-2:before {
    content: "\edfb"
}

.icon-Windows-Microsoft:before {
    content: "\edfc"
}

.icon-Windows:before {
    content: "\edfd"
}

.icon-Windsock:before {
    content: "\edfe"
}

.icon-Windy:before {
    content: "\edff"
}

.icon-Wine-Bottle:before {
    content: "\ee00"
}

.icon-Wine-Glass:before {
    content: "\ee01"
}

.icon-Wink:before {
    content: "\ee02"
}

.icon-Winter-2:before {
    content: "\ee03"
}

.icon-Winter:before {
    content: "\ee04"
}

.icon-Wireless:before {
    content: "\ee05"
}

.icon-Witch-Hat:before {
    content: "\ee06"
}

.icon-Witch:before {
    content: "\ee07"
}

.icon-Wizard:before {
    content: "\ee08"
}

.icon-Wolf:before {
    content: "\ee09"
}

.icon-Woman-Sign:before {
    content: "\ee0a"
}

.icon-WomanMan:before {
    content: "\ee0b"
}

.icon-Womans-Underwear:before {
    content: "\ee0c"
}

.icon-Womans-Underwear2:before {
    content: "\ee0d"
}

.icon-Women:before {
    content: "\ee0e"
}

.icon-Wonder-Woman:before {
    content: "\ee0f"
}

.icon-Wordpress:before {
    content: "\ee10"
}

.icon-Worker-Clothes:before {
    content: "\ee11"
}

.icon-Worker:before {
    content: "\ee12"
}

.icon-Wrap-Text:before {
    content: "\ee13"
}

.icon-Wreath:before {
    content: "\ee14"
}

.icon-Wrench:before {
    content: "\ee15"
}

.icon-X-Box:before {
    content: "\ee16"
}

.icon-X-ray:before {
    content: "\ee17"
}

.icon-Xanga:before {
    content: "\ee18"
}

.icon-Xing:before {
    content: "\ee19"
}

.icon-Yacht:before {
    content: "\ee1a"
}

.icon-Yahoo-Buzz:before {
    content: "\ee1b"
}

.icon-Yahoo:before {
    content: "\ee1c"
}

.icon-Yelp:before {
    content: "\ee1d"
}

.icon-Yes:before {
    content: "\ee1e"
}

.icon-Ying-Yang:before {
    content: "\ee1f"
}

.icon-Youtube:before {
    content: "\ee20"
}

.icon-Z-A:before {
    content: "\ee21"
}

.icon-Zebra:before {
    content: "\ee22"
}

.icon-Zombie:before {
    content: "\ee23"
}

.icon-Zoom-Gesture:before {
    content: "\ee24"
}

.icon-Zootool:before {
    content: "\ee25"
}

@font-face {
    font-family: simple-line-icons;
    src: url(/assets/icons/simple-line-icons/fonts/Simple-Line-Icons.eot?-i3a2kk);
    src: url(/assets/icons/simple-line-icons/fonts/Simple-Line-Icons.eot?#iefix-i3a2kk) format('embedded-opentype'), url(/assets/icons/simple-line-icons/fonts/Simple-Line-Icons.ttf?-i3a2kk) format('truetype'), url(/assets/icons/simple-line-icons/fonts/Simple-Line-Icons.woff2?-i3a2kk) format('woff2'), url(/assets/icons/simple-line-icons/fonts/Simple-Line-Icons.woff?-i3a2kk) format('woff'), url(/assets/icons/simple-line-icons/fonts/Simple-Line-Icons.svg?-i3a2kk#simple-line-icons) format('svg');
    font-weight: 400;
    font-style: normal
}

.sl-icon-action-redo,
.sl-icon-action-undo,
.sl-icon-anchor,
.sl-icon-arrow-down,
.sl-icon-arrow-down-circle,
.sl-icon-arrow-left,
.sl-icon-arrow-left-circle,
.sl-icon-arrow-right,
.sl-icon-arrow-right-circle,
.sl-icon-arrow-up,
.sl-icon-arrow-up-circle,
.sl-icon-badge,
.sl-icon-bag,
.sl-icon-ban,
.sl-icon-basket,
.sl-icon-basket-loaded,
.sl-icon-bell,
.sl-icon-book-open,
.sl-icon-briefcase,
.sl-icon-bubble,
.sl-icon-bubbles,
.sl-icon-bulb,
.sl-icon-calculator,
.sl-icon-calender,
.sl-icon-call-end,
.sl-icon-call-in,
.sl-icon-call-out,
.sl-icon-camera,
.sl-icon-camrecorder,
.sl-icon-chart,
.sl-icon-check,
.sl-icon-chemistry,
.sl-icon-clock,
.sl-icon-close,
.sl-icon-cloud-download,
.sl-icon-cloud-upload,
.sl-icon-compass,
.sl-icon-control-end,
.sl-icon-control-forward,
.sl-icon-control-pause,
.sl-icon-control-play,
.sl-icon-control-rewind,
.sl-icon-control-start,
.sl-icon-credit-card,
.sl-icon-crop,
.sl-icon-cup,
.sl-icon-cursor,
.sl-icon-cursor-move,
.sl-icon-diamond,
.sl-icon-direction,
.sl-icon-directions,
.sl-icon-disc,
.sl-icon-dislike,
.sl-icon-doc,
.sl-icon-docs,
.sl-icon-drawar,
.sl-icon-drop,
.sl-icon-earphones,
.sl-icon-earphones-alt,
.sl-icon-emotsmile,
.sl-icon-energy,
.sl-icon-envelope,
.sl-icon-envelope-letter,
.sl-icon-envelope-open,
.sl-icon-equalizer,
.sl-icon-eye,
.sl-icon-eyeglass,
.sl-icon-feed,
.sl-icon-film,
.sl-icon-fire,
.sl-icon-flag,
.sl-icon-folder,
.sl-icon-folder-alt,
.sl-icon-frame,
.sl-icon-game-controller,
.sl-icon-ghost,
.sl-icon-globe,
.sl-icon-globe-alt,
.sl-icon-graduation,
.sl-icon-graph,
.sl-icon-grid,
.sl-icon-handbag,
.sl-icon-heart,
.sl-icon-home,
.sl-icon-hourglass,
.sl-icon-info,
.sl-icon-key,
.sl-icon-layers,
.sl-icon-like,
.sl-icon-link,
.sl-icon-list,
.sl-icon-location-pin,
.sl-icon-lock,
.sl-icon-lock-open,
.sl-icon-login,
.sl-icon-logout,
.sl-icon-loop,
.sl-icon-magic-wand,
.sl-icon-magnet,
.sl-icon-magnifier,
.sl-icon-magnifier-add,
.sl-icon-magnifier-remove,
.sl-icon-map,
.sl-icon-menu,
.sl-icon-microphone,
.sl-icon-mouse,
.sl-icon-music-tone,
.sl-icon-music-tone-alt,
.sl-icon-mustache,
.sl-icon-note,
.sl-icon-notebook,
.sl-icon-options,
.sl-icon-options-vertical,
.sl-icon-paper-clip,
.sl-icon-paper-plane,
.sl-icon-paypal,
.sl-icon-pencil,
.sl-icon-people,
.sl-icon-phone,
.sl-icon-picture,
.sl-icon-pie-chart,
.sl-icon-pin,
.sl-icon-plane,
.sl-icon-playlist,
.sl-icon-plus,
.sl-icon-power,
.sl-icon-present,
.sl-icon-printer,
.sl-icon-puzzle,
.sl-icon-question,
.sl-icon-refresh,
.sl-icon-reload,
.sl-icon-rocket,
.sl-icon-screen-desktop,
.sl-icon-screen-smartphone,
.sl-icon-screen-tablet,
.sl-icon-settings,
.sl-icon-share,
.sl-icon-share-alt,
.sl-icon-shield,
.sl-icon-shuffle,
.sl-icon-size-actual,
.sl-icon-size-fullscreen,
.sl-icon-social-behance,
.sl-icon-social-dribbble,
.sl-icon-social-dropbox,
.sl-icon-social-facebook,
.sl-icon-social-foursqare,
.sl-icon-social-github,
.sl-icon-social-gplus,
.sl-icon-social-instagram,
.sl-icon-social-linkedin,
.sl-icon-social-pintarest,
.sl-icon-social-reddit,
.sl-icon-social-skype,
.sl-icon-social-soundcloud,
.sl-icon-social-spotify,
.sl-icon-social-stumbleupon,
.sl-icon-social-tumblr,
.sl-icon-social-twitter,
.sl-icon-social-youtube,
.sl-icon-speech,
.sl-icon-speedometer,
.sl-icon-star,
.sl-icon-support,
.sl-icon-symble-female,
.sl-icon-symbol-male,
.sl-icon-tag,
.sl-icon-target,
.sl-icon-trash,
.sl-icon-trophy,
.sl-icon-umbrella,
.sl-icon-user,
.sl-icon-user-female,
.sl-icon-user-follow,
.sl-icon-user-following,
.sl-icon-user-unfollow,
.sl-icon-vector,
.sl-icon-volume-1,
.sl-icon-volume-2,
.sl-icon-volume-off,
.sl-icon-wallet,
.sl-icon-wrench {
    font-family: simple-line-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.sl-icon-user:before {
    content: "\e005"
}

.sl-icon-people:before {
    content: "\e001"
}

.sl-icon-user-female:before {
    content: "\e000"
}

.sl-icon-user-follow:before {
    content: "\e002"
}

.sl-icon-user-following:before {
    content: "\e003"
}

.sl-icon-user-unfollow:before {
    content: "\e004"
}

.sl-icon-login:before {
    content: "\e066"
}

.sl-icon-logout:before {
    content: "\e065"
}

.sl-icon-emotsmile:before {
    content: "\e021"
}

.sl-icon-phone:before {
    content: "\e600"
}

.sl-icon-call-end:before {
    content: "\e048"
}

.sl-icon-call-in:before {
    content: "\e047"
}

.sl-icon-call-out:before {
    content: "\e046"
}

.sl-icon-map:before {
    content: "\e033"
}

.sl-icon-location-pin:before {
    content: "\e096"
}

.sl-icon-direction:before {
    content: "\e042"
}

.sl-icon-directions:before {
    content: "\e041"
}

.sl-icon-compass:before {
    content: "\e045"
}

.sl-icon-layers:before {
    content: "\e034"
}

.sl-icon-menu:before {
    content: "\e601"
}

.sl-icon-list:before {
    content: "\e067"
}

.sl-icon-options-vertical:before {
    content: "\e602"
}

.sl-icon-options:before {
    content: "\e603"
}

.sl-icon-arrow-down:before {
    content: "\e604"
}

.sl-icon-arrow-left:before {
    content: "\e605"
}

.sl-icon-arrow-right:before {
    content: "\e606"
}

.sl-icon-arrow-up:before {
    content: "\e607"
}

.sl-icon-arrow-up-circle:before {
    content: "\e078"
}

.sl-icon-arrow-left-circle:before {
    content: "\e07a"
}

.sl-icon-arrow-right-circle:before {
    content: "\e079"
}

.sl-icon-arrow-down-circle:before {
    content: "\e07b"
}

.sl-icon-check:before {
    content: "\e080"
}

.sl-icon-clock:before {
    content: "\e081"
}

.sl-icon-plus:before {
    content: "\e095"
}

.sl-icon-close:before {
    content: "\e082"
}

.sl-icon-trophy:before {
    content: "\e006"
}

.sl-icon-screen-smartphone:before {
    content: "\e010"
}

.sl-icon-screen-desktop:before {
    content: "\e011"
}

.sl-icon-plane:before {
    content: "\e012"
}

.sl-icon-notebook:before {
    content: "\e013"
}

.sl-icon-mustache:before {
    content: "\e014"
}

.sl-icon-mouse:before {
    content: "\e015"
}

.sl-icon-magnet:before {
    content: "\e016"
}

.sl-icon-energy:before {
    content: "\e020"
}

.sl-icon-disc:before {
    content: "\e022"
}

.sl-icon-cursor:before {
    content: "\e06e"
}

.sl-icon-cursor-move:before {
    content: "\e023"
}

.sl-icon-crop:before {
    content: "\e024"
}

.sl-icon-chemistry:before {
    content: "\e026"
}

.sl-icon-speedometer:before {
    content: "\e007"
}

.sl-icon-shield:before {
    content: "\e00e"
}

.sl-icon-screen-tablet:before {
    content: "\e00f"
}

.sl-icon-magic-wand:before {
    content: "\e017"
}

.sl-icon-hourglass:before {
    content: "\e018"
}

.sl-icon-graduation:before {
    content: "\e019"
}

.sl-icon-ghost:before {
    content: "\e01a"
}

.sl-icon-game-controller:before {
    content: "\e01b"
}

.sl-icon-fire:before {
    content: "\e01c"
}

.sl-icon-eyeglass:before {
    content: "\e01d"
}

.sl-icon-envelope-open:before {
    content: "\e01e"
}

.sl-icon-envelope-letter:before {
    content: "\e01f"
}

.sl-icon-bell:before {
    content: "\e027"
}

.sl-icon-badge:before {
    content: "\e028"
}

.sl-icon-anchor:before {
    content: "\e029"
}

.sl-icon-wallet:before {
    content: "\e02a"
}

.sl-icon-vector:before {
    content: "\e02b"
}

.sl-icon-speech:before {
    content: "\e02c"
}

.sl-icon-puzzle:before {
    content: "\e02d"
}

.sl-icon-printer:before {
    content: "\e02e"
}

.sl-icon-present:before {
    content: "\e02f"
}

.sl-icon-playlist:before {
    content: "\e030"
}

.sl-icon-pin:before {
    content: "\e031"
}

.sl-icon-picture:before {
    content: "\e032"
}

.sl-icon-handbag:before {
    content: "\e035"
}

.sl-icon-globe-alt:before {
    content: "\e036"
}

.sl-icon-globe:before {
    content: "\e037"
}

.sl-icon-folder-alt:before {
    content: "\e039"
}

.sl-icon-folder:before {
    content: "\e089"
}

.sl-icon-film:before {
    content: "\e03a"
}

.sl-icon-feed:before {
    content: "\e03b"
}

.sl-icon-drop:before {
    content: "\e03e"
}

.sl-icon-drawar:before {
    content: "\e03f"
}

.sl-icon-docs:before {
    content: "\e040"
}

.sl-icon-doc:before {
    content: "\e085"
}

.sl-icon-diamond:before {
    content: "\e043"
}

.sl-icon-cup:before {
    content: "\e044"
}

.sl-icon-calculator:before {
    content: "\e049"
}

.sl-icon-bubbles:before {
    content: "\e04a"
}

.sl-icon-briefcase:before {
    content: "\e04b"
}

.sl-icon-book-open:before {
    content: "\e04c"
}

.sl-icon-basket-loaded:before {
    content: "\e04d"
}

.sl-icon-basket:before {
    content: "\e04e"
}

.sl-icon-bag:before {
    content: "\e04f"
}

.sl-icon-action-undo:before {
    content: "\e050"
}

.sl-icon-action-redo:before {
    content: "\e051"
}

.sl-icon-wrench:before {
    content: "\e052"
}

.sl-icon-umbrella:before {
    content: "\e053"
}

.sl-icon-trash:before {
    content: "\e054"
}

.sl-icon-tag:before {
    content: "\e055"
}

.sl-icon-support:before {
    content: "\e056"
}

.sl-icon-frame:before {
    content: "\e038"
}

.sl-icon-size-fullscreen:before {
    content: "\e057"
}

.sl-icon-size-actual:before {
    content: "\e058"
}

.sl-icon-shuffle:before {
    content: "\e059"
}

.sl-icon-share-alt:before {
    content: "\e05a"
}

.sl-icon-share:before {
    content: "\e05b"
}

.sl-icon-rocket:before {
    content: "\e05c"
}

.sl-icon-question:before {
    content: "\e05d"
}

.sl-icon-pie-chart:before {
    content: "\e05e"
}

.sl-icon-pencil:before {
    content: "\e05f"
}

.sl-icon-note:before {
    content: "\e060"
}

.sl-icon-loop:before {
    content: "\e064"
}

.sl-icon-home:before {
    content: "\e069"
}

.sl-icon-grid:before {
    content: "\e06a"
}

.sl-icon-graph:before {
    content: "\e06b"
}

.sl-icon-microphone:before {
    content: "\e063"
}

.sl-icon-music-tone-alt:before {
    content: "\e061"
}

.sl-icon-music-tone:before {
    content: "\e062"
}

.sl-icon-earphones-alt:before {
    content: "\e03c"
}

.sl-icon-earphones:before {
    content: "\e03d"
}

.sl-icon-equalizer:before {
    content: "\e06c"
}

.sl-icon-like:before {
    content: "\e068"
}

.sl-icon-dislike:before {
    content: "\e06d"
}

.sl-icon-control-start:before {
    content: "\e06f"
}

.sl-icon-control-rewind:before {
    content: "\e070"
}

.sl-icon-control-play:before {
    content: "\e071"
}

.sl-icon-control-pause:before {
    content: "\e072"
}

.sl-icon-control-forward:before {
    content: "\e073"
}

.sl-icon-control-end:before {
    content: "\e074"
}

.sl-icon-volume-1:before {
    content: "\e09f"
}

.sl-icon-volume-2:before {
    content: "\e0a0"
}

.sl-icon-volume-off:before {
    content: "\e0a1"
}

.sl-icon-calender:before {
    content: "\e075"
}

.sl-icon-bulb:before {
    content: "\e076"
}

.sl-icon-chart:before {
    content: "\e077"
}

.sl-icon-ban:before {
    content: "\e07c"
}

.sl-icon-bubble:before {
    content: "\e07d"
}

.sl-icon-camrecorder:before {
    content: "\e07e"
}

.sl-icon-camera:before {
    content: "\e07f"
}

.sl-icon-cloud-download:before {
    content: "\e083"
}

.sl-icon-cloud-upload:before {
    content: "\e084"
}

.sl-icon-envelope:before {
    content: "\e086"
}

.sl-icon-eye:before {
    content: "\e087"
}

.sl-icon-flag:before {
    content: "\e088"
}

.sl-icon-heart:before {
    content: "\e08a"
}

.sl-icon-info:before {
    content: "\e08b"
}

.sl-icon-key:before {
    content: "\e08c"
}

.sl-icon-link:before {
    content: "\e08d"
}

.sl-icon-lock:before {
    content: "\e08e"
}

.sl-icon-lock-open:before {
    content: "\e08f"
}

.sl-icon-magnifier:before {
    content: "\e090"
}

.sl-icon-magnifier-add:before {
    content: "\e091"
}

.sl-icon-magnifier-remove:before {
    content: "\e092"
}

.sl-icon-paper-clip:before {
    content: "\e093"
}

.sl-icon-paper-plane:before {
    content: "\e094"
}

.sl-icon-power:before {
    content: "\e097"
}

.sl-icon-refresh:before {
    content: "\e098"
}

.sl-icon-reload:before {
    content: "\e099"
}

.sl-icon-settings:before {
    content: "\e09a"
}

.sl-icon-star:before {
    content: "\e09b"
}

.sl-icon-symble-female:before {
    content: "\e09c"
}

.sl-icon-symbol-male:before {
    content: "\e09d"
}

.sl-icon-target:before {
    content: "\e09e"
}

.sl-icon-credit-card:before {
    content: "\e025"
}

.sl-icon-paypal:before {
    content: "\e608"
}

.sl-icon-social-tumblr:before {
    content: "\e00a"
}

.sl-icon-social-twitter:before {
    content: "\e009"
}

.sl-icon-social-facebook:before {
    content: "\e00b"
}

.sl-icon-social-instagram:before {
    content: "\e609"
}

.sl-icon-social-linkedin:before {
    content: "\e60a"
}

.sl-icon-social-pintarest:before {
    content: "\e60b"
}

.sl-icon-social-github:before {
    content: "\e60c"
}

.sl-icon-social-gplus:before {
    content: "\e60d"
}

.sl-icon-social-reddit:before {
    content: "\e60e"
}

.sl-icon-social-skype:before {
    content: "\e60f"
}

.sl-icon-social-dribbble:before {
    content: "\e00d"
}

.sl-icon-social-behance:before {
    content: "\e610"
}

.sl-icon-social-foursqare:before {
    content: "\e611"
}

.sl-icon-social-soundcloud:before {
    content: "\e612"
}

.sl-icon-social-spotify:before {
    content: "\e613"
}

.sl-icon-social-stumbleupon:before {
    content: "\e614"
}

.sl-icon-social-youtube:before {
    content: "\e008"
}

.sl-icon-social-dropbox:before {
    content: "\e00c"
}

@font-face {
    font-family: themify;
    src: url(/assets/icons/themify-icons/fonts/themify.eot?-fvbane);
    src: url(/assets/icons/themify-icons/fonts/themify.eot?#iefix-fvbane) format('embedded-opentype'), url(/assets/icons/themify-icons/fonts/themify.woff) format('woff'), url(/assets/icons/themify-icons/fonts/themify.ttf) format('truetype'), url(/assets/icons/themify-icons/fonts/themify.svg?-fvbane#themify) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" ti-"],
[class^=ti-] {
    font-family: themify;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ti-wand:before {
    content: "\e600"
}

.ti-volume:before {
    content: "\e601"
}

.ti-user:before {
    content: "\e602"
}

.ti-unlock:before {
    content: "\e603"
}

.ti-unlink:before {
    content: "\e604"
}

.ti-trash:before {
    content: "\e605"
}

.ti-thought:before {
    content: "\e606"
}

.ti-target:before {
    content: "\e607"
}

.ti-tag:before {
    content: "\e608"
}

.ti-tablet:before {
    content: "\e609"
}

.ti-star:before {
    content: "\e60a"
}

.ti-spray:before {
    content: "\e60b"
}

.ti-signal:before {
    content: "\e60c"
}

.ti-shopping-cart:before {
    content: "\e60d"
}

.ti-shopping-cart-full:before {
    content: "\e60e"
}

.ti-settings:before {
    content: "\e60f"
}

.ti-search:before {
    content: "\e610"
}

.ti-zoom-in:before {
    content: "\e611"
}

.ti-zoom-out:before {
    content: "\e612"
}

.ti-cut:before {
    content: "\e613"
}

.ti-ruler:before {
    content: "\e614"
}

.ti-ruler-pencil:before {
    content: "\e615"
}

.ti-ruler-alt:before {
    content: "\e616"
}

.ti-bookmark:before {
    content: "\e617"
}

.ti-bookmark-alt:before {
    content: "\e618"
}

.ti-reload:before {
    content: "\e619"
}

.ti-plus:before {
    content: "\e61a"
}

.ti-pin:before {
    content: "\e61b"
}

.ti-pencil:before {
    content: "\e61c"
}

.ti-pencil-alt:before {
    content: "\e61d"
}

.ti-paint-roller:before {
    content: "\e61e"
}

.ti-paint-bucket:before {
    content: "\e61f"
}

.ti-na:before {
    content: "\e620"
}

.ti-mobile:before {
    content: "\e621"
}

.ti-minus:before {
    content: "\e622"
}

.ti-medall:before {
    content: "\e623"
}

.ti-medall-alt:before {
    content: "\e624"
}

.ti-marker:before {
    content: "\e625"
}

.ti-marker-alt:before {
    content: "\e626"
}

.ti-arrow-up:before {
    content: "\e627"
}

.ti-arrow-right:before {
    content: "\e628"
}

.ti-arrow-left:before {
    content: "\e629"
}

.ti-arrow-down:before {
    content: "\e62a"
}

.ti-lock:before {
    content: "\e62b"
}

.ti-location-arrow:before {
    content: "\e62c"
}

.ti-link:before {
    content: "\e62d"
}

.ti-layout:before {
    content: "\e62e"
}

.ti-layers:before {
    content: "\e62f"
}

.ti-layers-alt:before {
    content: "\e630"
}

.ti-key:before {
    content: "\e631"
}

.ti-import:before {
    content: "\e632"
}

.ti-image:before {
    content: "\e633"
}

.ti-heart:before {
    content: "\e634"
}

.ti-heart-broken:before {
    content: "\e635"
}

.ti-hand-stop:before {
    content: "\e636"
}

.ti-hand-open:before {
    content: "\e637"
}

.ti-hand-drag:before {
    content: "\e638"
}

.ti-folder:before {
    content: "\e639"
}

.ti-flag:before {
    content: "\e63a"
}

.ti-flag-alt:before {
    content: "\e63b"
}

.ti-flag-alt-2:before {
    content: "\e63c"
}

.ti-eye:before {
    content: "\e63d"
}

.ti-export:before {
    content: "\e63e"
}

.ti-exchange-vertical:before {
    content: "\e63f"
}

.ti-desktop:before {
    content: "\e640"
}

.ti-cup:before {
    content: "\e641"
}

.ti-crown:before {
    content: "\e642"
}

.ti-comments:before {
    content: "\e643"
}

.ti-comment:before {
    content: "\e644"
}

.ti-comment-alt:before {
    content: "\e645"
}

.ti-close:before {
    content: "\e646"
}

.ti-clip:before {
    content: "\e647"
}

.ti-angle-up:before {
    content: "\e648"
}

.ti-angle-right:before {
    content: "\e649"
}

.ti-angle-left:before {
    content: "\e64a"
}

.ti-angle-down:before {
    content: "\e64b"
}

.ti-check:before {
    content: "\e64c"
}

.ti-check-box:before {
    content: "\e64d"
}

.ti-camera:before {
    content: "\e64e"
}

.ti-announcement:before {
    content: "\e64f"
}

.ti-brush:before {
    content: "\e650"
}

.ti-briefcase:before {
    content: "\e651"
}

.ti-bolt:before {
    content: "\e652"
}

.ti-bolt-alt:before {
    content: "\e653"
}

.ti-blackboard:before {
    content: "\e654"
}

.ti-bag:before {
    content: "\e655"
}

.ti-move:before {
    content: "\e656"
}

.ti-arrows-vertical:before {
    content: "\e657"
}

.ti-arrows-horizontal:before {
    content: "\e658"
}

.ti-fullscreen:before {
    content: "\e659"
}

.ti-arrow-top-right:before {
    content: "\e65a"
}

.ti-arrow-top-left:before {
    content: "\e65b"
}

.ti-arrow-circle-up:before {
    content: "\e65c"
}

.ti-arrow-circle-right:before {
    content: "\e65d"
}

.ti-arrow-circle-left:before {
    content: "\e65e"
}

.ti-arrow-circle-down:before {
    content: "\e65f"
}

.ti-angle-double-up:before {
    content: "\e660"
}

.ti-angle-double-right:before {
    content: "\e661"
}

.ti-angle-double-left:before {
    content: "\e662"
}

.ti-angle-double-down:before {
    content: "\e663"
}

.ti-zip:before {
    content: "\e664"
}

.ti-world:before {
    content: "\e665"
}

.ti-wheelchair:before {
    content: "\e666"
}

.ti-view-list:before {
    content: "\e667"
}

.ti-view-list-alt:before {
    content: "\e668"
}

.ti-view-grid:before {
    content: "\e669"
}

.ti-uppercase:before {
    content: "\e66a"
}

.ti-upload:before {
    content: "\e66b"
}

.ti-underline:before {
    content: "\e66c"
}

.ti-truck:before {
    content: "\e66d"
}

.ti-timer:before {
    content: "\e66e"
}

.ti-ticket:before {
    content: "\e66f"
}

.ti-thumb-up:before {
    content: "\e670"
}

.ti-thumb-down:before {
    content: "\e671"
}

.ti-text:before {
    content: "\e672"
}

.ti-stats-up:before {
    content: "\e673"
}

.ti-stats-down:before {
    content: "\e674"
}

.ti-split-v:before {
    content: "\e675"
}

.ti-split-h:before {
    content: "\e676"
}

.ti-smallcap:before {
    content: "\e677"
}

.ti-shine:before {
    content: "\e678"
}

.ti-shift-right:before {
    content: "\e679"
}

.ti-shift-left:before {
    content: "\e67a"
}

.ti-shield:before {
    content: "\e67b"
}

.ti-notepad:before {
    content: "\e67c"
}

.ti-server:before {
    content: "\e67d"
}

.ti-quote-right:before {
    content: "\e67e"
}

.ti-quote-left:before {
    content: "\e67f"
}

.ti-pulse:before {
    content: "\e680"
}

.ti-printer:before {
    content: "\e681"
}

.ti-power-off:before {
    content: "\e682"
}

.ti-plug:before {
    content: "\e683"
}

.ti-pie-chart:before {
    content: "\e684"
}

.ti-paragraph:before {
    content: "\e685"
}

.ti-panel:before {
    content: "\e686"
}

.ti-package:before {
    content: "\e687"
}

.ti-music:before {
    content: "\e688"
}

.ti-music-alt:before {
    content: "\e689"
}

.ti-mouse:before {
    content: "\e68a"
}

.ti-mouse-alt:before {
    content: "\e68b"
}

.ti-money:before {
    content: "\e68c"
}

.ti-microphone:before {
    content: "\e68d"
}

.ti-menu:before {
    content: "\e68e"
}

.ti-menu-alt:before {
    content: "\e68f"
}

.ti-map:before {
    content: "\e690"
}

.ti-map-alt:before {
    content: "\e691"
}

.ti-loop:before {
    content: "\e692"
}

.ti-location-pin:before {
    content: "\e693"
}

.ti-list:before {
    content: "\e694"
}

.ti-light-bulb:before {
    content: "\e695"
}

.ti-Italic:before {
    content: "\e696"
}

.ti-info:before {
    content: "\e697"
}

.ti-infinite:before {
    content: "\e698"
}

.ti-id-badge:before {
    content: "\e699"
}

.ti-hummer:before {
    content: "\e69a"
}

.ti-home:before {
    content: "\e69b"
}

.ti-help:before {
    content: "\e69c"
}

.ti-headphone:before {
    content: "\e69d"
}

.ti-harddrives:before {
    content: "\e69e"
}

.ti-harddrive:before {
    content: "\e69f"
}

.ti-gift:before {
    content: "\e6a0"
}

.ti-game:before {
    content: "\e6a1"
}

.ti-filter:before {
    content: "\e6a2"
}

.ti-files:before {
    content: "\e6a3"
}

.ti-file:before {
    content: "\e6a4"
}

.ti-eraser:before {
    content: "\e6a5"
}

.ti-envelope:before {
    content: "\e6a6"
}

.ti-download:before {
    content: "\e6a7"
}

.ti-direction:before {
    content: "\e6a8"
}

.ti-direction-alt:before {
    content: "\e6a9"
}

.ti-dashboard:before {
    content: "\e6aa"
}

.ti-control-stop:before {
    content: "\e6ab"
}

.ti-control-shuffle:before {
    content: "\e6ac"
}

.ti-control-play:before {
    content: "\e6ad"
}

.ti-control-pause:before {
    content: "\e6ae"
}

.ti-control-forward:before {
    content: "\e6af"
}

.ti-control-backward:before {
    content: "\e6b0"
}

.ti-cloud:before {
    content: "\e6b1"
}

.ti-cloud-up:before {
    content: "\e6b2"
}

.ti-cloud-down:before {
    content: "\e6b3"
}

.ti-clipboard:before {
    content: "\e6b4"
}

.ti-car:before {
    content: "\e6b5"
}

.ti-calendar:before {
    content: "\e6b6"
}

.ti-book:before {
    content: "\e6b7"
}

.ti-bell:before {
    content: "\e6b8"
}

.ti-basketball:before {
    content: "\e6b9"
}

.ti-bar-chart:before {
    content: "\e6ba"
}

.ti-bar-chart-alt:before {
    content: "\e6bb"
}

.ti-back-right:before {
    content: "\e6bc"
}

.ti-back-left:before {
    content: "\e6bd"
}

.ti-arrows-corner:before {
    content: "\e6be"
}

.ti-archive:before {
    content: "\e6bf"
}

.ti-anchor:before {
    content: "\e6c0"
}

.ti-align-right:before {
    content: "\e6c1"
}

.ti-align-left:before {
    content: "\e6c2"
}

.ti-align-justify:before {
    content: "\e6c3"
}

.ti-align-center:before {
    content: "\e6c4"
}

.ti-alert:before {
    content: "\e6c5"
}

.ti-alarm-clock:before {
    content: "\e6c6"
}

.ti-agenda:before {
    content: "\e6c7"
}

.ti-write:before {
    content: "\e6c8"
}

.ti-window:before {
    content: "\e6c9"
}

.ti-widgetized:before {
    content: "\e6ca"
}

.ti-widget:before {
    content: "\e6cb"
}

.ti-widget-alt:before {
    content: "\e6cc"
}

.ti-wallet:before {
    content: "\e6cd"
}

.ti-video-clapper:before {
    content: "\e6ce"
}

.ti-video-camera:before {
    content: "\e6cf"
}

.ti-vector:before {
    content: "\e6d0"
}

.ti-themify-logo:before {
    content: "\e6d1"
}

.ti-themify-favicon:before {
    content: "\e6d2"
}

.ti-themify-favicon-alt:before {
    content: "\e6d3"
}

.ti-support:before {
    content: "\e6d4"
}

.ti-stamp:before {
    content: "\e6d5"
}

.ti-split-v-alt:before {
    content: "\e6d6"
}

.ti-slice:before {
    content: "\e6d7"
}

.ti-shortcode:before {
    content: "\e6d8"
}

.ti-shift-right-alt:before {
    content: "\e6d9"
}

.ti-shift-left-alt:before {
    content: "\e6da"
}

.ti-ruler-alt-2:before {
    content: "\e6db"
}

.ti-receipt:before {
    content: "\e6dc"
}

.ti-pin2:before {
    content: "\e6dd"
}

.ti-pin-alt:before {
    content: "\e6de"
}

.ti-pencil-alt2:before {
    content: "\e6df"
}

.ti-palette:before {
    content: "\e6e0"
}

.ti-more:before {
    content: "\e6e1"
}

.ti-more-alt:before {
    content: "\e6e2"
}

.ti-microphone-alt:before {
    content: "\e6e3"
}

.ti-magnet:before {
    content: "\e6e4"
}

.ti-line-double:before {
    content: "\e6e5"
}

.ti-line-dotted:before {
    content: "\e6e6"
}

.ti-line-dashed:before {
    content: "\e6e7"
}

.ti-layout-width-full:before {
    content: "\e6e8"
}

.ti-layout-width-default:before {
    content: "\e6e9"
}

.ti-layout-width-default-alt:before {
    content: "\e6ea"
}

.ti-layout-tab:before {
    content: "\e6eb"
}

.ti-layout-tab-window:before {
    content: "\e6ec"
}

.ti-layout-tab-v:before {
    content: "\e6ed"
}

.ti-layout-tab-min:before {
    content: "\e6ee"
}

.ti-layout-slider:before {
    content: "\e6ef"
}

.ti-layout-slider-alt:before {
    content: "\e6f0"
}

.ti-layout-sidebar-right:before {
    content: "\e6f1"
}

.ti-layout-sidebar-none:before {
    content: "\e6f2"
}

.ti-layout-sidebar-left:before {
    content: "\e6f3"
}

.ti-layout-placeholder:before {
    content: "\e6f4"
}

.ti-layout-menu:before {
    content: "\e6f5"
}

.ti-layout-menu-v:before {
    content: "\e6f6"
}

.ti-layout-menu-separated:before {
    content: "\e6f7"
}

.ti-layout-menu-full:before {
    content: "\e6f8"
}

.ti-layout-media-right-alt:before {
    content: "\e6f9"
}

.ti-layout-media-right:before {
    content: "\e6fa"
}

.ti-layout-media-overlay:before {
    content: "\e6fb"
}

.ti-layout-media-overlay-alt:before {
    content: "\e6fc"
}

.ti-layout-media-overlay-alt-2:before {
    content: "\e6fd"
}

.ti-layout-media-left-alt:before {
    content: "\e6fe"
}

.ti-layout-media-left:before {
    content: "\e6ff"
}

.ti-layout-media-center-alt:before {
    content: "\e700"
}

.ti-layout-media-center:before {
    content: "\e701"
}

.ti-layout-list-thumb:before {
    content: "\e702"
}

.ti-layout-list-thumb-alt:before {
    content: "\e703"
}

.ti-layout-list-post:before {
    content: "\e704"
}

.ti-layout-list-large-image:before {
    content: "\e705"
}

.ti-layout-line-solid:before {
    content: "\e706"
}

.ti-layout-grid4:before {
    content: "\e707"
}

.ti-layout-grid3:before {
    content: "\e708"
}

.ti-layout-grid2:before {
    content: "\e709"
}

.ti-layout-grid2-thumb:before {
    content: "\e70a"
}

.ti-layout-cta-right:before {
    content: "\e70b"
}

.ti-layout-cta-left:before {
    content: "\e70c"
}

.ti-layout-cta-center:before {
    content: "\e70d"
}

.ti-layout-cta-btn-right:before {
    content: "\e70e"
}

.ti-layout-cta-btn-left:before {
    content: "\e70f"
}

.ti-layout-column4:before {
    content: "\e710"
}

.ti-layout-column3:before {
    content: "\e711"
}

.ti-layout-column2:before {
    content: "\e712"
}

.ti-layout-accordion-separated:before {
    content: "\e713"
}

.ti-layout-accordion-merged:before {
    content: "\e714"
}

.ti-layout-accordion-list:before {
    content: "\e715"
}

.ti-ink-pen:before {
    content: "\e716"
}

.ti-info-alt:before {
    content: "\e717"
}

.ti-help-alt:before {
    content: "\e718"
}

.ti-headphone-alt:before {
    content: "\e719"
}

.ti-hand-point-up:before {
    content: "\e71a"
}

.ti-hand-point-right:before {
    content: "\e71b"
}

.ti-hand-point-left:before {
    content: "\e71c"
}

.ti-hand-point-down:before {
    content: "\e71d"
}

.ti-gallery:before {
    content: "\e71e"
}

.ti-face-smile:before {
    content: "\e71f"
}

.ti-face-sad:before {
    content: "\e720"
}

.ti-credit-card:before {
    content: "\e721"
}

.ti-control-skip-forward:before {
    content: "\e722"
}

.ti-control-skip-backward:before {
    content: "\e723"
}

.ti-control-record:before {
    content: "\e724"
}

.ti-control-eject:before {
    content: "\e725"
}

.ti-comments-smiley:before {
    content: "\e726"
}

.ti-brush-alt:before {
    content: "\e727"
}

.ti-youtube:before {
    content: "\e728"
}

.ti-vimeo:before {
    content: "\e729"
}

.ti-twitter:before {
    content: "\e72a"
}

.ti-time:before {
    content: "\e72b"
}

.ti-tumblr:before {
    content: "\e72c"
}

.ti-skype:before {
    content: "\e72d"
}

.ti-share:before {
    content: "\e72e"
}

.ti-share-alt:before {
    content: "\e72f"
}

.ti-rocket:before {
    content: "\e730"
}

.ti-pinterest:before {
    content: "\e731"
}

.ti-new-window:before {
    content: "\e732"
}

.ti-microsoft:before {
    content: "\e733"
}

.ti-list-ol:before {
    content: "\e734"
}

.ti-linkedin:before {
    content: "\e735"
}

.ti-layout-sidebar-2:before {
    content: "\e736"
}

.ti-layout-grid4-alt:before {
    content: "\e737"
}

.ti-layout-grid3-alt:before {
    content: "\e738"
}

.ti-layout-grid2-alt:before {
    content: "\e739"
}

.ti-layout-column4-alt:before {
    content: "\e73a"
}

.ti-layout-column3-alt:before {
    content: "\e73b"
}

.ti-layout-column2-alt:before {
    content: "\e73c"
}

.ti-instagram:before {
    content: "\e73d"
}

.ti-google:before {
    content: "\e73e"
}

.ti-github:before {
    content: "\e73f"
}

.ti-flickr:before {
    content: "\e740"
}

.ti-facebook:before {
    content: "\e741"
}

.ti-dropbox:before {
    content: "\e742"
}

.ti-dribbble:before {
    content: "\e743"
}

.ti-apple:before {
    content: "\e744"
}

.ti-android:before {
    content: "\e745"
}

.ti-save:before {
    content: "\e746"
}

.ti-save-alt:before {
    content: "\e747"
}

.ti-yahoo:before {
    content: "\e748"
}

.ti-wordpress:before {
    content: "\e749"
}

.ti-vimeo-alt:before {
    content: "\e74a"
}

.ti-twitter-alt:before {
    content: "\e74b"
}

.ti-tumblr-alt:before {
    content: "\e74c"
}

.ti-trello:before {
    content: "\e74d"
}

.ti-stack-overflow:before {
    content: "\e74e"
}

.ti-soundcloud:before {
    content: "\e74f"
}

.ti-sharethis:before {
    content: "\e750"
}

.ti-sharethis-alt:before {
    content: "\e751"
}

.ti-reddit:before {
    content: "\e752"
}

.ti-pinterest-alt:before {
    content: "\e753"
}

.ti-microsoft-alt:before {
    content: "\e754"
}

.ti-linux:before {
    content: "\e755"
}

.ti-jsfiddle:before {
    content: "\e756"
}

.ti-joomla:before {
    content: "\e757"
}

.ti-html5:before {
    content: "\e758"
}

.ti-flickr-alt:before {
    content: "\e759"
}

.ti-email:before {
    content: "\e75a"
}

.ti-drupal:before {
    content: "\e75b"
}

.ti-dropbox-alt:before {
    content: "\e75c"
}

.ti-css3:before {
    content: "\e75d"
}

.ti-rss:before {
    content: "\e75e"
}

.ti-rss-alt:before {
    content: "\e75f"
}

:root {
    --bs-blue: #06a7fd;
    --bs-purple: #7460ee;
    --bs-red: #ff4d7e;
    --bs-orange: #ff6a5b;
    --bs-yellow: #fec500;
    --bs-green: #1dc8cc;
    --bs-teal: #20c997;
    --bs-cyan: #4fc3f7;
    --bs-white: #fff;
    --bs-primary: #316ce8;
    --bs-secondary: #727b84;
    --bs-success: #1dc8cc;
    --bs-info: #06a7fd;
    --bs-warning: #fec500;
    --bs-danger: #ff4d7e;
    --bs-light: #f2f8fb;
    --bs-dark: #15283a;
    --bs-light-danger: #f9e7eb;
    --bs-light-success: #e8fdeb;
    --bs-light-warning: #fff8ec;
    --bs-light-primary: #f1effd;
    --bs-light-info: #cfecfe;
    --bs-light-inverse: #f6f6f6;
    --bs-light-megna: #e0f2f4;
    --bs-dark-danger: #d73e6b;
    --bs-dark-success: #1dc8cd;
    --bs-dark-warning: #dcaf17;
    --bs-dark-primary: #345bcb;
    --bs-dark-info: #2c73cb;
    --bs-dark-red: #d61f1f;
    --bs-dark-inverse: #232a37;
    --bs-font-sans-serif: "Montserrat", sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}

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

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #4a5568;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #15283a
}

.h1,
h1 {
    font-size: calc(1.35rem + 1.2vw)
}

@media (min-width:1200px) {

    .h1,
    h1 {
        font-size: 2.25rem
    }
}

.h2,
h2 {
    font-size: calc(1.3125rem + .75vw)
}

@media (min-width:1200px) {

    .h2,
    h2 {
        font-size: 1.875rem
    }
}

.h3,
h3 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {

    .h3,
    h3 {
        font-size: 1.5rem
    }
}

.h4,
h4 {
    font-size: calc(1.25625rem + .075vw)
}

@media (min-width:1200px) {

    .h4,
    h4 {
        font-size: 1.3125rem
    }
}

.h5,
h5 {
    font-size: 1.125rem
}

.h6,
h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-bs-original-title],
abbr[title] {
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul {
    padding-left: 2rem
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

.small,
small {
    font-size: .875em
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #316ce8;
    text-decoration: underline
}

a:hover {
    color: #2756ba
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: .875em;
    color: #fff;
    background-color: #212529;
    border-radius: 1px
}

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #4a5568;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

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

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

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

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media (min-width:1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

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

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

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

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

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

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.35rem + 1.2vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-6 {
        font-size: 2.25rem
    }
}

.display-7 {
    font-size: calc(1.2875rem + .45vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-7 {
        font-size: 1.625rem
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: .875em;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote>:last-child {
    margin-bottom: 0
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: .875em;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: .875em;
    color: #6c757d
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5)
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.33333%
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.66667%
}

@media (min-width:576px) {
    .col-sm {
        flex: 1 0 0%
    }

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.66667%
    }
}

@media (min-width:768px) {
    .col-md {
        flex: 1 0 0%
    }

    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.66667%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex: 1 0 0%
    }

    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.66667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex: 1 0 0%
    }

    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.66667%
    }
}

@media (min-width:1400px) {
    .col-xxl {
        flex: 1 0 0%
    }

    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.66667%
    }
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem
}

@media (min-width:576px) {
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:768px) {
    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:992px) {
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:1200px) {
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:1400px) {
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333%
    }

    .offset-xxl-2 {
        margin-left: 16.66667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333%
    }

    .offset-xxl-5 {
        margin-left: 41.66667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333%
    }

    .offset-xxl-8 {
        margin-left: 66.66667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333%
    }

    .offset-xxl-11 {
        margin-left: 91.66667%
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #4a5568;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #4a5568;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #4a5568;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #4a5568;
    vertical-align: top;
    border-color: rgba(120, 130, 140, .13)
}

.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: currentColor
}

.caption-top {
    caption-side: top
}

.table-sm>:not(caption)>*>* {
    padding: .25rem .25rem
}

.table-bordered>:not(caption)>* {
    border-width: 1px 0
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 1px
}

.table-borderless>:not(caption)>*>* {
    border-bottom-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color)
}

.table-hover>tbody>tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color)
}

.table-primary {
    --bs-table-bg: #d6e2fa;
    --bs-table-striped-bg: #cbd7ee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #c1cbe1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c6d1e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #c1cbe1
}

.table-secondary {
    --bs-table-bg: #e3e5e6;
    --bs-table-striped-bg: #d8dadb;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cccecf;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d2d4d5;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cccecf
}

.table-success {
    --bs-table-bg: #d2f4f5;
    --bs-table-striped-bg: #c8e8e9;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bddcdd;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c2e2e3;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bddcdd
}

.table-info {
    --bs-table-bg: #cdedff;
    --bs-table-striped-bg: #c3e1f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #b9d5e6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bedbec;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #b9d5e6
}

.table-warning {
    --bs-table-bg: #fff3cc;
    --bs-table-striped-bg: #f2e7c2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb8;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1bd;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dbb8
}

.table-danger {
    --bs-table-bg: #ffdbe5;
    --bs-table-striped-bg: #f2d0da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6c5ce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #eccbd4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6c5ce
}

.table-light {
    --bs-table-bg: #f2f8fb;
    --bs-table-striped-bg: #e6ecee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dadfe2;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e0e5e8;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dadfe2
}

.table-dark {
    --bs-table-bg: #15283a;
    --bs-table-striped-bg: #213344;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #2c3e4e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #273849;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #2c3e4e
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

.form-label {
    margin-bottom: .5rem
}

.col-form-label {
    padding-top: calc(.75rem + 1px);
    padding-bottom: calc(.75rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem
}

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: #4a5568
}

.form-control {
    display: block;
    width: 100%;
    padding: .75rem .75rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #4a5568;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: #4a5568;
    background-color: #fff;
    border-color: #98b7f400;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(49, 107, 232, 0)
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::file-selector-button {
    padding: .75rem .75rem;
    margin: -.75rem -.75rem;
    margin-inline-end: .75rem;
    color: #4a5568;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.form-control::-webkit-file-upload-button {
    padding: .75rem .75rem;
    margin: -.75rem -.75rem;
    margin-inline-end: .75rem;
    color: #4a5568;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .75rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #4a5568;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    min-height: calc(1.5em + (.5rem + 2px));
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: 1px
}

.form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    margin-inline-end: .5rem
}

.form-control-sm::-webkit-file-upload-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    margin-inline-end: .5rem
}

.form-control-lg {
    min-height: calc(1.5em + (1rem + 2px));
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: 5px
}

.form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    margin-inline-end: 1rem
}

.form-control-lg::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    margin-inline-end: 1rem
}

textarea.form-control {
    min-height: calc(1.5em + (1.5rem + 2px))
}

textarea.form-control-sm {
    min-height: calc(1.5em + (.5rem + 2px))
}

textarea.form-control-lg {
    min-height: calc(1.5em + (1rem + 2px))
}

.form-control-color {
    max-width: 3rem;
    height: auto;
    padding: .75rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: 4px
}

.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: 4px
}

.form-select {
    display: block;
    width: 100%;
    padding: .75rem 2.25rem .75rem .75rem;
    -moz-padding-start: calc(.75rem - 3px);
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #4a5568;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .form-select {
        transition: none
    }
}

.form-select:focus {
    border-color: #98b6f4;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(49, 108, 232, .25)
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: .75rem;
    background-image: none
}

.form-select:disabled {
    background-color: #e9ecef
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #4a5568
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    appearance: none;
    color-adjust: exact
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #98b6f4;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(49, 108, 232, .25)
}

.form-check-input:checked {
    background-color: #316ce8;
    border-color: #316ce8
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #316ce8;
    border-color: #316ce8;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    opacity: .5
}

.form-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-switch .form-check-input {
        transition: none
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2398b6f4'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.btn-check:disabled+.btn,
.btn-check[disabled]+.btn {
    pointer-events: none;
    filter: none;
    opacity: .65
}

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    appearance: none
}

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(49, 108, 232, .25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(49, 108, 232, .25)
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #316ce8;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .form-range::-webkit-slider-thumb {
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #c1d3f8
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #316ce8;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .form-range::-moz-range-thumb {
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #c1d3f8
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range:disabled {
    pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.form-floating {
    position: relative
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-floating>label {
        transition: none
    }
}

.form-floating>.form-control {
    padding: 1rem .75rem
}

.form-floating>.form-control::placeholder {
    color: transparent
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
    z-index: 3
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 3
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .75rem .75rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #4a5568;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 4px
}

.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: 5px
}

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: 1px
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
    padding-right: 3rem
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #1dc8cc
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #000;
    background-color: rgba(29, 200, 204, .9);
    border-radius: 4px
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #1dc8cc;
    padding-right: calc(1.5em + 1.5rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231dc8cc' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .375rem) center;
    background-size: calc(.75em + .75rem) calc(.75em + .75rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #1dc8cc;
    box-shadow: 0 0 0 .25rem rgba(29, 200, 204, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 1.5rem);
    background-position: top calc(.375em + .375rem) right calc(.375em + .375rem)
}

.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: #1dc8cc
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231dc8cc' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .75rem) calc(.75em + .75rem)
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
    border-color: #1dc8cc;
    box-shadow: 0 0 0 .25rem rgba(29, 200, 204, .25)
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: #1dc8cc
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: #1dc8cc
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 .25rem rgba(29, 200, 204, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #1dc8cc
}

.form-check-inline .form-check-input~.valid-feedback {
    margin-left: .5em
}

.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
    z-index: 1
}

.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
    z-index: 3
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #ff4d7e
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #000;
    background-color: rgba(255, 77, 126, .9);
    border-radius: 4px
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #ff4d7e;
    padding-right: calc(1.5em + 1.5rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ff4d7e'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff4d7e' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .375rem) center;
    background-size: calc(.75em + .75rem) calc(.75em + .75rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #ff4d7e;
    box-shadow: 0 0 0 .25rem rgba(255, 77, 126, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 1.5rem);
    background-position: top calc(.375em + .375rem) right calc(.375em + .375rem)
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
    border-color: #ff4d7e
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ff4d7e'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff4d7e' stroke='none'/%3e%3c/svg%3e");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .75rem) calc(.75em + .75rem)
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
    border-color: #ff4d7e;
    box-shadow: 0 0 0 .25rem rgba(255, 77, 126, .25)
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: #ff4d7e
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
    background-color: #ff4d7e
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 77, 126, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #ff4d7e
}

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: .5em
}

.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
    z-index: 2
}

.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
    z-index: 3
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #4a5568;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: 4px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #4a5568
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(49, 108, 232, .25)
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65
}

.btn-primary {
    color: #fff;
    background-color: #316ce8;
    border-color: #316ce8
}

.btn-primary:hover {
    color: #fff;
    background-color: #2a5cc5;
    border-color: #2756ba
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #2a5cc5;
    border-color: #2756ba;
    box-shadow: 0 0 0 .25rem rgba(80, 130, 235, .5)
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2756ba;
    border-color: #2551ae
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(80, 130, 235, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #316ce8;
    border-color: #316ce8
}

.btn-secondary {
    color: #000;
    background-color: #727b84;
    border-color: #727b84
}

.btn-secondary:hover {
    color: #000;
    background-color: #878f96;
    border-color: #808890
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    color: #000;
    background-color: #878f96;
    border-color: #808890;
    box-shadow: 0 0 0 .25rem rgba(97, 105, 112, .5)
}

.btn-check:active+.btn-secondary,
.btn-check:checked+.btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
    color: #000;
    background-color: #8e959d;
    border-color: #808890
}

.btn-check:active+.btn-secondary:focus,
.btn-check:checked+.btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(97, 105, 112, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #000;
    background-color: #727b84;
    border-color: #727b84
}

.btn-success {
    color: #000;
    background-color: #1dc8cc;
    border-color: #1dc8cc
}

.btn-success:hover {
    color: #000;
    background-color: #3fd0d4;
    border-color: #34ced1
}

.btn-check:focus+.btn-success,
.btn-success:focus {
    color: #000;
    background-color: #3fd0d4;
    border-color: #34ced1;
    box-shadow: 0 0 0 .25rem rgba(25, 170, 173, .5)
}

.btn-check:active+.btn-success,
.btn-check:checked+.btn-success,
.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle {
    color: #000;
    background-color: #4ad3d6;
    border-color: #34ced1
}

.btn-check:active+.btn-success:focus,
.btn-check:checked+.btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 170, 173, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #000;
    background-color: #1dc8cc;
    border-color: #1dc8cc
}

.btn-info {
    color: #000;
    background-color: #06a7fd;
    border-color: #06a7fd
}

.btn-info:hover {
    color: #000;
    background-color: #2bb4fd;
    border-color: #1fb0fd
}

.btn-check:focus+.btn-info,
.btn-info:focus {
    color: #000;
    background-color: #2bb4fd;
    border-color: #1fb0fd;
    box-shadow: 0 0 0 .25rem rgba(5, 142, 215, .5)
}

.btn-check:active+.btn-info,
.btn-check:checked+.btn-info,
.btn-info.active,
.btn-info:active,
.show>.btn-info.dropdown-toggle {
    color: #000;
    background-color: #38b9fd;
    border-color: #1fb0fd
}

.btn-check:active+.btn-info:focus,
.btn-check:checked+.btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(5, 142, 215, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #000;
    background-color: #06a7fd;
    border-color: #06a7fd
}

.btn-warning {
    color: #000;
    background-color: #fec500;
    border-color: #fec500
}

.btn-warning:hover {
    color: #000;
    background-color: #fece26;
    border-color: #fecb1a
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
    color: #000;
    background-color: #fece26;
    border-color: #fecb1a;
    box-shadow: 0 0 0 .25rem rgba(216, 167, 0, .5)
}

.btn-check:active+.btn-warning,
.btn-check:checked+.btn-warning,
.btn-warning.active,
.btn-warning:active,
.show>.btn-warning.dropdown-toggle {
    color: #000;
    background-color: #fed133;
    border-color: #fecb1a
}

.btn-check:active+.btn-warning:focus,
.btn-check:checked+.btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(216, 167, 0, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #000;
    background-color: #fec500;
    border-color: #fec500
}

.btn-danger {
    color: #000;
    background-color: #ff4d7e;
    border-color: #ff4d7e
}

.btn-danger:hover {
    color: #000;
    background-color: #ff6891;
    border-color: #ff5f8b
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
    color: #000;
    background-color: #ff6891;
    border-color: #ff5f8b;
    box-shadow: 0 0 0 .25rem rgba(217, 65, 107, .5)
}

.btn-check:active+.btn-danger,
.btn-check:checked+.btn-danger,
.btn-danger.active,
.btn-danger:active,
.show>.btn-danger.dropdown-toggle {
    color: #000;
    background-color: #ff7198;
    border-color: #ff5f8b
}

.btn-check:active+.btn-danger:focus,
.btn-check:checked+.btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(217, 65, 107, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #000;
    background-color: #ff4d7e;
    border-color: #ff4d7e
}

.btn-light {
    color: #000;
    background-color: #f2f8fb;
    border-color: #f2f8fb
}

.btn-light:hover {
    color: #000;
    background-color: #f4f9fc;
    border-color: #f3f9fb
}

.btn-check:focus+.btn-light,
.btn-light:focus {
    color: #000;
    background-color: #f4f9fc;
    border-color: #f3f9fb;
    box-shadow: 0 0 0 .25rem rgba(206, 211, 213, .5)
}

.btn-check:active+.btn-light,
.btn-check:checked+.btn-light,
.btn-light.active,
.btn-light:active,
.show>.btn-light.dropdown-toggle {
    color: #000;
    background-color: #f5f9fc;
    border-color: #f3f9fb
}

.btn-check:active+.btn-light:focus,
.btn-check:checked+.btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(206, 211, 213, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #000;
    background-color: #f2f8fb;
    border-color: #f2f8fb
}

.btn-dark {
    color: #fff;
    background-color: #15283a;
    border-color: #15283a
}

.btn-dark:hover {
    color: #fff;
    background-color: #122231;
    border-color: #11202e
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
    color: #fff;
    background-color: #122231;
    border-color: #11202e;
    box-shadow: 0 0 0 .25rem rgba(56, 72, 88, .5)
}

.btn-check:active+.btn-dark,
.btn-check:checked+.btn-dark,
.btn-dark.active,
.btn-dark:active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #11202e;
    border-color: #101e2c
}

.btn-check:active+.btn-dark:focus,
.btn-check:checked+.btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(56, 72, 88, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #15283a;
    border-color: #15283a
}

.btn-light-danger {
    color: #000;
    background-color: #f9e7eb;
    border-color: #f9e7eb
}

.btn-light-danger:hover {
    color: #000;
    background-color: #faebee;
    border-color: #fae9ed
}

.btn-check:focus+.btn-light-danger,
.btn-light-danger:focus {
    color: #000;
    background-color: #faebee;
    border-color: #fae9ed;
    box-shadow: 0 0 0 .25rem rgba(212, 196, 200, .5)
}

.btn-check:active+.btn-light-danger,
.btn-check:checked+.btn-light-danger,
.btn-light-danger.active,
.btn-light-danger:active,
.show>.btn-light-danger.dropdown-toggle {
    color: #000;
    background-color: #faecef;
    border-color: #fae9ed
}

.btn-check:active+.btn-light-danger:focus,
.btn-check:checked+.btn-light-danger:focus,
.btn-light-danger.active:focus,
.btn-light-danger:active:focus,
.show>.btn-light-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(212, 196, 200, .5)
}

.btn-light-danger.disabled,
.btn-light-danger:disabled {
    color: #000;
    background-color: #f9e7eb;
    border-color: #f9e7eb
}

.btn-light-success {
    color: #000;
    background-color: #e8fdeb;
    border-color: #e8fdeb
}

.btn-light-success:hover {
    color: #000;
    background-color: #ebfdee;
    border-color: #eafded
}

.btn-check:focus+.btn-light-success,
.btn-light-success:focus {
    color: #000;
    background-color: #ebfdee;
    border-color: #eafded;
    box-shadow: 0 0 0 .25rem rgba(197, 215, 200, .5)
}

.btn-check:active+.btn-light-success,
.btn-check:checked+.btn-light-success,
.btn-light-success.active,
.btn-light-success:active,
.show>.btn-light-success.dropdown-toggle {
    color: #000;
    background-color: #edfdef;
    border-color: #eafded
}

.btn-check:active+.btn-light-success:focus,
.btn-check:checked+.btn-light-success:focus,
.btn-light-success.active:focus,
.btn-light-success:active:focus,
.show>.btn-light-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(197, 215, 200, .5)
}

.btn-light-success.disabled,
.btn-light-success:disabled {
    color: #000;
    background-color: #e8fdeb;
    border-color: #e8fdeb
}

.btn-light-warning {
    color: #000;
    background-color: #fff8ec;
    border-color: #fff8ec
}

.btn-light-warning:hover {
    color: #000;
    background-color: #fff9ef;
    border-color: #fff9ee
}

.btn-check:focus+.btn-light-warning,
.btn-light-warning:focus {
    color: #000;
    background-color: #fff9ef;
    border-color: #fff9ee;
    box-shadow: 0 0 0 .25rem rgba(217, 211, 201, .5)
}

.btn-check:active+.btn-light-warning,
.btn-check:checked+.btn-light-warning,
.btn-light-warning.active,
.btn-light-warning:active,
.show>.btn-light-warning.dropdown-toggle {
    color: #000;
    background-color: #fff9f0;
    border-color: #fff9ee
}

.btn-check:active+.btn-light-warning:focus,
.btn-check:checked+.btn-light-warning:focus,
.btn-light-warning.active:focus,
.btn-light-warning:active:focus,
.show>.btn-light-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(217, 211, 201, .5)
}

.btn-light-warning.disabled,
.btn-light-warning:disabled {
    color: #000;
    background-color: #fff8ec;
    border-color: #fff8ec
}

.btn-light-primary {
    color: #000;
    background-color: #f1effd;
    border-color: #f1effd
}

.btn-light-primary:hover {
    color: #000;
    background-color: #f3f1fd;
    border-color: #f2f1fd
}

.btn-check:focus+.btn-light-primary,
.btn-light-primary:focus {
    color: #000;
    background-color: #f3f1fd;
    border-color: #f2f1fd;
    box-shadow: 0 0 0 .25rem rgba(205, 203, 215, .5)
}

.btn-check:active+.btn-light-primary,
.btn-check:checked+.btn-light-primary,
.btn-light-primary.active,
.btn-light-primary:active,
.show>.btn-light-primary.dropdown-toggle {
    color: #000;
    background-color: #f4f2fd;
    border-color: #f2f1fd
}

.btn-check:active+.btn-light-primary:focus,
.btn-check:checked+.btn-light-primary:focus,
.btn-light-primary.active:focus,
.btn-light-primary:active:focus,
.show>.btn-light-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(205, 203, 215, .5)
}

.btn-light-primary.disabled,
.btn-light-primary:disabled {
    color: #000;
    background-color: #f1effd;
    border-color: #f1effd
}

.btn-light-info {
    color: #000;
    background-color: #cfecfe;
    border-color: #cfecfe
}

.btn-light-info:hover {
    color: #000;
    background-color: #d6effe;
    border-color: #d4eefe
}

.btn-check:focus+.btn-light-info,
.btn-light-info:focus {
    color: #000;
    background-color: #d6effe;
    border-color: #d4eefe;
    box-shadow: 0 0 0 .25rem rgba(176, 201, 216, .5)
}

.btn-check:active+.btn-light-info,
.btn-check:checked+.btn-light-info,
.btn-light-info.active,
.btn-light-info:active,
.show>.btn-light-info.dropdown-toggle {
    color: #000;
    background-color: #d9f0fe;
    border-color: #d4eefe
}

.btn-check:active+.btn-light-info:focus,
.btn-check:checked+.btn-light-info:focus,
.btn-light-info.active:focus,
.btn-light-info:active:focus,
.show>.btn-light-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(176, 201, 216, .5)
}

.btn-light-info.disabled,
.btn-light-info:disabled {
    color: #000;
    background-color: #cfecfe;
    border-color: #cfecfe
}

.btn-light-inverse {
    color: #000;
    background-color: #f6f6f6;
    border-color: #f6f6f6
}

.btn-light-inverse:hover {
    color: #000;
    background-color: #f7f7f7;
    border-color: #f7f7f7
}

.btn-check:focus+.btn-light-inverse,
.btn-light-inverse:focus {
    color: #000;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    box-shadow: 0 0 0 .25rem rgba(209, 209, 209, .5)
}

.btn-check:active+.btn-light-inverse,
.btn-check:checked+.btn-light-inverse,
.btn-light-inverse.active,
.btn-light-inverse:active,
.show>.btn-light-inverse.dropdown-toggle {
    color: #000;
    background-color: #f8f8f8;
    border-color: #f7f7f7
}

.btn-check:active+.btn-light-inverse:focus,
.btn-check:checked+.btn-light-inverse:focus,
.btn-light-inverse.active:focus,
.btn-light-inverse:active:focus,
.show>.btn-light-inverse.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(209, 209, 209, .5)
}

.btn-light-inverse.disabled,
.btn-light-inverse:disabled {
    color: #000;
    background-color: #f6f6f6;
    border-color: #f6f6f6
}

.btn-light-megna {
    color: #000;
    background-color: #e0f2f4;
    border-color: #e0f2f4
}

.btn-light-megna:hover {
    color: #000;
    background-color: #e5f4f6;
    border-color: #e3f3f5
}

.btn-check:focus+.btn-light-megna,
.btn-light-megna:focus {
    color: #000;
    background-color: #e5f4f6;
    border-color: #e3f3f5;
    box-shadow: 0 0 0 .25rem rgba(190, 206, 207, .5)
}

.btn-check:active+.btn-light-megna,
.btn-check:checked+.btn-light-megna,
.btn-light-megna.active,
.btn-light-megna:active,
.show>.btn-light-megna.dropdown-toggle {
    color: #000;
    background-color: #e6f5f6;
    border-color: #e3f3f5
}

.btn-check:active+.btn-light-megna:focus,
.btn-check:checked+.btn-light-megna:focus,
.btn-light-megna.active:focus,
.btn-light-megna:active:focus,
.show>.btn-light-megna.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(190, 206, 207, .5)
}

.btn-light-megna.disabled,
.btn-light-megna:disabled {
    color: #000;
    background-color: #e0f2f4;
    border-color: #e0f2f4
}

.btn-dark-danger {
    color: #000;
    background-color: #d73e6b;
    border-color: #d73e6b
}

.btn-dark-danger:hover {
    color: #000;
    background-color: #dd5b81;
    border-color: #db517a
}

.btn-check:focus+.btn-dark-danger,
.btn-dark-danger:focus {
    color: #000;
    background-color: #dd5b81;
    border-color: #db517a;
    box-shadow: 0 0 0 .25rem rgba(183, 53, 91, .5)
}

.btn-check:active+.btn-dark-danger,
.btn-check:checked+.btn-dark-danger,
.btn-dark-danger.active,
.btn-dark-danger:active,
.show>.btn-dark-danger.dropdown-toggle {
    color: #000;
    background-color: #df6589;
    border-color: #db517a
}

.btn-check:active+.btn-dark-danger:focus,
.btn-check:checked+.btn-dark-danger:focus,
.btn-dark-danger.active:focus,
.btn-dark-danger:active:focus,
.show>.btn-dark-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(183, 53, 91, .5)
}

.btn-dark-danger.disabled,
.btn-dark-danger:disabled {
    color: #000;
    background-color: #d73e6b;
    border-color: #d73e6b
}

.btn-dark-success {
    color: #000;
    background-color: #1dc8cd;
    border-color: #1dc8cd
}

.btn-dark-success:hover {
    color: #000;
    background-color: #3fd0d5;
    border-color: #34ced2
}

.btn-check:focus+.btn-dark-success,
.btn-dark-success:focus {
    color: #000;
    background-color: #3fd0d5;
    border-color: #34ced2;
    box-shadow: 0 0 0 .25rem rgba(25, 170, 174, .5)
}

.btn-check:active+.btn-dark-success,
.btn-check:checked+.btn-dark-success,
.btn-dark-success.active,
.btn-dark-success:active,
.show>.btn-dark-success.dropdown-toggle {
    color: #000;
    background-color: #4ad3d7;
    border-color: #34ced2
}

.btn-check:active+.btn-dark-success:focus,
.btn-check:checked+.btn-dark-success:focus,
.btn-dark-success.active:focus,
.btn-dark-success:active:focus,
.show>.btn-dark-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 170, 174, .5)
}

.btn-dark-success.disabled,
.btn-dark-success:disabled {
    color: #000;
    background-color: #1dc8cd;
    border-color: #1dc8cd
}

.btn-dark-warning {
    color: #000;
    background-color: #dcaf17;
    border-color: #dcaf17
}

.btn-dark-warning:hover {
    color: #000;
    background-color: #e1bb3a;
    border-color: #e0b72e
}

.btn-check:focus+.btn-dark-warning,
.btn-dark-warning:focus {
    color: #000;
    background-color: #e1bb3a;
    border-color: #e0b72e;
    box-shadow: 0 0 0 .25rem rgba(187, 149, 20, .5)
}

.btn-check:active+.btn-dark-warning,
.btn-check:checked+.btn-dark-warning,
.btn-dark-warning.active,
.btn-dark-warning:active,
.show>.btn-dark-warning.dropdown-toggle {
    color: #000;
    background-color: #e3bf45;
    border-color: #e0b72e
}

.btn-check:active+.btn-dark-warning:focus,
.btn-check:checked+.btn-dark-warning:focus,
.btn-dark-warning.active:focus,
.btn-dark-warning:active:focus,
.show>.btn-dark-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(187, 149, 20, .5)
}

.btn-dark-warning.disabled,
.btn-dark-warning:disabled {
    color: #000;
    background-color: #dcaf17;
    border-color: #dcaf17
}

.btn-dark-primary {
    color: #fff;
    background-color: #345bcb;
    border-color: #345bcb
}

.btn-dark-primary:hover {
    color: #fff;
    background-color: #2c4dad;
    border-color: #2a49a2
}

.btn-check:focus+.btn-dark-primary,
.btn-dark-primary:focus {
    color: #fff;
    background-color: #2c4dad;
    border-color: #2a49a2;
    box-shadow: 0 0 0 .25rem rgba(82, 116, 211, .5)
}

.btn-check:active+.btn-dark-primary,
.btn-check:checked+.btn-dark-primary,
.btn-dark-primary.active,
.btn-dark-primary:active,
.show>.btn-dark-primary.dropdown-toggle {
    color: #fff;
    background-color: #2a49a2;
    border-color: #274498
}

.btn-check:active+.btn-dark-primary:focus,
.btn-check:checked+.btn-dark-primary:focus,
.btn-dark-primary.active:focus,
.btn-dark-primary:active:focus,
.show>.btn-dark-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(82, 116, 211, .5)
}

.btn-dark-primary.disabled,
.btn-dark-primary:disabled {
    color: #fff;
    background-color: #345bcb;
    border-color: #345bcb
}

.btn-dark-info {
    color: #fff;
    background-color: #2c73cb;
    border-color: #2c73cb
}

.btn-dark-info:hover {
    color: #fff;
    background-color: #2562ad;
    border-color: #235ca2
}

.btn-check:focus+.btn-dark-info,
.btn-dark-info:focus {
    color: #fff;
    background-color: #2562ad;
    border-color: #235ca2;
    box-shadow: 0 0 0 .25rem rgba(76, 136, 211, .5)
}

.btn-check:active+.btn-dark-info,
.btn-check:checked+.btn-dark-info,
.btn-dark-info.active,
.btn-dark-info:active,
.show>.btn-dark-info.dropdown-toggle {
    color: #fff;
    background-color: #235ca2;
    border-color: #215698
}

.btn-check:active+.btn-dark-info:focus,
.btn-check:checked+.btn-dark-info:focus,
.btn-dark-info.active:focus,
.btn-dark-info:active:focus,
.show>.btn-dark-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(76, 136, 211, .5)
}

.btn-dark-info.disabled,
.btn-dark-info:disabled {
    color: #fff;
    background-color: #2c73cb;
    border-color: #2c73cb
}

.btn-dark-red {
    color: #fff;
    background-color: #d61f1f;
    border-color: #d61f1f
}

.btn-dark-red:hover {
    color: #fff;
    background-color: #b61a1a;
    border-color: #ab1919
}

.btn-check:focus+.btn-dark-red,
.btn-dark-red:focus {
    color: #fff;
    background-color: #b61a1a;
    border-color: #ab1919;
    box-shadow: 0 0 0 .25rem rgba(220, 65, 65, .5)
}

.btn-check:active+.btn-dark-red,
.btn-check:checked+.btn-dark-red,
.btn-dark-red.active,
.btn-dark-red:active,
.show>.btn-dark-red.dropdown-toggle {
    color: #fff;
    background-color: #ab1919;
    border-color: #a11717
}

.btn-check:active+.btn-dark-red:focus,
.btn-check:checked+.btn-dark-red:focus,
.btn-dark-red.active:focus,
.btn-dark-red:active:focus,
.show>.btn-dark-red.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 65, 65, .5)
}

.btn-dark-red.disabled,
.btn-dark-red:disabled {
    color: #fff;
    background-color: #d61f1f;
    border-color: #d61f1f
}

.btn-dark-inverse {
    color: #fff;
    background-color: #232a37;
    border-color: #232a37
}

.btn-dark-inverse:hover {
    color: #fff;
    background-color: #1e242f;
    border-color: #1c222c
}

.btn-check:focus+.btn-dark-inverse,
.btn-dark-inverse:focus {
    color: #fff;
    background-color: #1e242f;
    border-color: #1c222c;
    box-shadow: 0 0 0 .25rem rgba(68, 74, 85, .5)
}

.btn-check:active+.btn-dark-inverse,
.btn-check:checked+.btn-dark-inverse,
.btn-dark-inverse.active,
.btn-dark-inverse:active,
.show>.btn-dark-inverse.dropdown-toggle {
    color: #fff;
    background-color: #1c222c;
    border-color: #1a2029
}

.btn-check:active+.btn-dark-inverse:focus,
.btn-check:checked+.btn-dark-inverse:focus,
.btn-dark-inverse.active:focus,
.btn-dark-inverse:active:focus,
.show>.btn-dark-inverse.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(68, 74, 85, .5)
}

.btn-dark-inverse.disabled,
.btn-dark-inverse:disabled {
    color: #fff;
    background-color: #232a37;
    border-color: #232a37
}

.btn-outline-primary {
    color: #316ce8;
    border-color: #316ce8
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #316ce8;
    border-color: #316ce8
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(49, 108, 232, .5)
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    color: #fff;
    background-color: #316ce8;
    border-color: #316ce8
}

.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
    box-shadow: 0 0 0 .25rem rgba(49, 108, 232, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #316ce8;
    background-color: transparent
}

.btn-outline-secondary {
    color: #727b84;
    border-color: #727b84
}

.btn-outline-secondary:hover {
    color: #000;
    background-color: #727b84;
    border-color: #727b84
}

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .25rem rgba(114, 123, 132, .5)
}

.btn-check:active+.btn-outline-secondary,
.btn-check:checked+.btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
    color: #000;
    background-color: #727b84;
    border-color: #727b84
}

.btn-check:active+.btn-outline-secondary:focus,
.btn-check:checked+.btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
    box-shadow: 0 0 0 .25rem rgba(114, 123, 132, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #727b84;
    background-color: transparent
}

.btn-outline-success {
    color: #1dc8cc;
    border-color: #1dc8cc
}

.btn-outline-success:hover {
    color: #000;
    background-color: #1dc8cc;
    border-color: #1dc8cc
}

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .25rem rgba(29, 200, 204, .5)
}

.btn-check:active+.btn-outline-success,
.btn-check:checked+.btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
    color: #000;
    background-color: #1dc8cc;
    border-color: #1dc8cc
}

.btn-check:active+.btn-outline-success:focus,
.btn-check:checked+.btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
    box-shadow: 0 0 0 .25rem rgba(29, 200, 204, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #1dc8cc;
    background-color: transparent
}

.btn-outline-info {
    color: #06a7fd;
    border-color: #06a7fd
}

.btn-outline-info:hover {
    color: #000;
    background-color: #06a7fd;
    border-color: #06a7fd
}

.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .25rem rgba(6, 167, 253, .5)
}

.btn-check:active+.btn-outline-info,
.btn-check:checked+.btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
    color: #000;
    background-color: #06a7fd;
    border-color: #06a7fd
}

.btn-check:active+.btn-outline-info:focus,
.btn-check:checked+.btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
    box-shadow: 0 0 0 .25rem rgba(6, 167, 253, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #06a7fd;
    background-color: transparent
}

.btn-outline-warning {
    color: #fec500;
    border-color: #fec500
}

.btn-outline-warning:hover {
    color: #000;
    background-color: #fec500;
    border-color: #fec500
}

.btn-check:focus+.btn-outline-warning,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .25rem rgba(254, 197, 0, .5)
}

.btn-check:active+.btn-outline-warning,
.btn-check:checked+.btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
    color: #000;
    background-color: #fec500;
    border-color: #fec500
}

.btn-check:active+.btn-outline-warning:focus,
.btn-check:checked+.btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
    box-shadow: 0 0 0 .25rem rgba(254, 197, 0, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #fec500;
    background-color: transparent
}

.btn-outline-danger {
    color: #ff4d7e;
    border-color: #ff4d7e
}

.btn-outline-danger:hover {
    color: #000;
    background-color: #ff4d7e;
    border-color: #ff4d7e
}

.btn-check:focus+.btn-outline-danger,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 77, 126, .5)
}

.btn-check:active+.btn-outline-danger,
.btn-check:checked+.btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
    color: #000;
    background-color: #ff4d7e;
    border-color: #ff4d7e
}

.btn-check:active+.btn-outline-danger:focus,
.btn-check:checked+.btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 77, 126, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #ff4d7e;
    background-color: transparent
}

.btn-outline-light {
    color: #f2f8fb;
    border-color: #f2f8fb
}

.btn-outline-light:hover {
    color: #000;
    background-color: #f2f8fb;
    border-color: #f2f8fb
}

.btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .25rem rgba(242, 248, 251, .5)
}

.btn-check:active+.btn-outline-light,
.btn-check:checked+.btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
    color: #000;
    background-color: #f2f8fb;
    border-color: #f2f8fb
}

.btn-check:active+.btn-outline-light:focus,
.btn-check:checked+.btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
    box-shadow: 0 0 0 .25rem rgba(242, 248, 251, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f2f8fb;
    background-color: transparent
}

.btn-outline-dark {
    color: #15283a;
    border-color: #15283a
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #15283a;
    border-color: #15283a
}

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .25rem rgba(21, 40, 58, .5)
}

.btn-check:active+.btn-outline-dark,
.btn-check:checked+.btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
    color: #fff;
    background-color: #15283a;
    border-color: #15283a
}

.btn-check:active+.btn-outline-dark:focus,
.btn-check:checked+.btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
    box-shadow: 0 0 0 .25rem rgba(21, 40, 58, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #15283a;
    background-color: transparent
}

.btn-outline-light-danger {
    color: #f9e7eb;
    border-color: #f9e7eb
}

.btn-outline-light-danger:hover {
    color: #000;
    background-color: #f9e7eb;
    border-color: #f9e7eb
}

.btn-check:focus+.btn-outline-light-danger,
.btn-outline-light-danger:focus {
    box-shadow: 0 0 0 .25rem rgba(249, 231, 235, .5)
}

.btn-check:active+.btn-outline-light-danger,
.btn-check:checked+.btn-outline-light-danger,
.btn-outline-light-danger.active,
.btn-outline-light-danger.dropdown-toggle.show,
.btn-outline-light-danger:active {
    color: #000;
    background-color: #f9e7eb;
    border-color: #f9e7eb
}

.btn-check:active+.btn-outline-light-danger:focus,
.btn-check:checked+.btn-outline-light-danger:focus,
.btn-outline-light-danger.active:focus,
.btn-outline-light-danger.dropdown-toggle.show:focus,
.btn-outline-light-danger:active:focus {
    box-shadow: 0 0 0 .25rem rgba(249, 231, 235, .5)
}

.btn-outline-light-danger.disabled,
.btn-outline-light-danger:disabled {
    color: #f9e7eb;
    background-color: transparent
}

.btn-outline-light-success {
    color: #e8fdeb;
    border-color: #e8fdeb
}

.btn-outline-light-success:hover {
    color: #000;
    background-color: #e8fdeb;
    border-color: #e8fdeb
}

.btn-check:focus+.btn-outline-light-success,
.btn-outline-light-success:focus {
    box-shadow: 0 0 0 .25rem rgba(232, 253, 235, .5)
}

.btn-check:active+.btn-outline-light-success,
.btn-check:checked+.btn-outline-light-success,
.btn-outline-light-success.active,
.btn-outline-light-success.dropdown-toggle.show,
.btn-outline-light-success:active {
    color: #000;
    background-color: #e8fdeb;
    border-color: #e8fdeb
}

.btn-check:active+.btn-outline-light-success:focus,
.btn-check:checked+.btn-outline-light-success:focus,
.btn-outline-light-success.active:focus,
.btn-outline-light-success.dropdown-toggle.show:focus,
.btn-outline-light-success:active:focus {
    box-shadow: 0 0 0 .25rem rgba(232, 253, 235, .5)
}

.btn-outline-light-success.disabled,
.btn-outline-light-success:disabled {
    color: #e8fdeb;
    background-color: transparent
}

.btn-outline-light-warning {
    color: #fff8ec;
    border-color: #fff8ec
}

.btn-outline-light-warning:hover {
    color: #000;
    background-color: #fff8ec;
    border-color: #fff8ec
}

.btn-check:focus+.btn-outline-light-warning,
.btn-outline-light-warning:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 248, 236, .5)
}

.btn-check:active+.btn-outline-light-warning,
.btn-check:checked+.btn-outline-light-warning,
.btn-outline-light-warning.active,
.btn-outline-light-warning.dropdown-toggle.show,
.btn-outline-light-warning:active {
    color: #000;
    background-color: #fff8ec;
    border-color: #fff8ec
}

.btn-check:active+.btn-outline-light-warning:focus,
.btn-check:checked+.btn-outline-light-warning:focus,
.btn-outline-light-warning.active:focus,
.btn-outline-light-warning.dropdown-toggle.show:focus,
.btn-outline-light-warning:active:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 248, 236, .5)
}

.btn-outline-light-warning.disabled,
.btn-outline-light-warning:disabled {
    color: #fff8ec;
    background-color: transparent
}

.btn-outline-light-primary {
    color: #f1effd;
    border-color: #f1effd
}

.btn-outline-light-primary:hover {
    color: #000;
    background-color: #f1effd;
    border-color: #f1effd
}

.btn-check:focus+.btn-outline-light-primary,
.btn-outline-light-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(241, 239, 253, .5)
}

.btn-check:active+.btn-outline-light-primary,
.btn-check:checked+.btn-outline-light-primary,
.btn-outline-light-primary.active,
.btn-outline-light-primary.dropdown-toggle.show,
.btn-outline-light-primary:active {
    color: #000;
    background-color: #f1effd;
    border-color: #f1effd
}

.btn-check:active+.btn-outline-light-primary:focus,
.btn-check:checked+.btn-outline-light-primary:focus,
.btn-outline-light-primary.active:focus,
.btn-outline-light-primary.dropdown-toggle.show:focus,
.btn-outline-light-primary:active:focus {
    box-shadow: 0 0 0 .25rem rgba(241, 239, 253, .5)
}

.btn-outline-light-primary.disabled,
.btn-outline-light-primary:disabled {
    color: #f1effd;
    background-color: transparent
}

.btn-outline-light-info {
    color: #cfecfe;
    border-color: #cfecfe
}

.btn-outline-light-info:hover {
    color: #000;
    background-color: #cfecfe;
    border-color: #cfecfe
}

.btn-check:focus+.btn-outline-light-info,
.btn-outline-light-info:focus {
    box-shadow: 0 0 0 .25rem rgba(207, 236, 254, .5)
}

.btn-check:active+.btn-outline-light-info,
.btn-check:checked+.btn-outline-light-info,
.btn-outline-light-info.active,
.btn-outline-light-info.dropdown-toggle.show,
.btn-outline-light-info:active {
    color: #000;
    background-color: #cfecfe;
    border-color: #cfecfe
}

.btn-check:active+.btn-outline-light-info:focus,
.btn-check:checked+.btn-outline-light-info:focus,
.btn-outline-light-info.active:focus,
.btn-outline-light-info.dropdown-toggle.show:focus,
.btn-outline-light-info:active:focus {
    box-shadow: 0 0 0 .25rem rgba(207, 236, 254, .5)
}

.btn-outline-light-info.disabled,
.btn-outline-light-info:disabled {
    color: #cfecfe;
    background-color: transparent
}

.btn-outline-light-inverse {
    color: #f6f6f6;
    border-color: #f6f6f6
}

.btn-outline-light-inverse:hover {
    color: #000;
    background-color: #f6f6f6;
    border-color: #f6f6f6
}

.btn-check:focus+.btn-outline-light-inverse,
.btn-outline-light-inverse:focus {
    box-shadow: 0 0 0 .25rem rgba(246, 246, 246, .5)
}

.btn-check:active+.btn-outline-light-inverse,
.btn-check:checked+.btn-outline-light-inverse,
.btn-outline-light-inverse.active,
.btn-outline-light-inverse.dropdown-toggle.show,
.btn-outline-light-inverse:active {
    color: #000;
    background-color: #f6f6f6;
    border-color: #f6f6f6
}

.btn-check:active+.btn-outline-light-inverse:focus,
.btn-check:checked+.btn-outline-light-inverse:focus,
.btn-outline-light-inverse.active:focus,
.btn-outline-light-inverse.dropdown-toggle.show:focus,
.btn-outline-light-inverse:active:focus {
    box-shadow: 0 0 0 .25rem rgba(246, 246, 246, .5)
}

.btn-outline-light-inverse.disabled,
.btn-outline-light-inverse:disabled {
    color: #f6f6f6;
    background-color: transparent
}

.btn-outline-light-megna {
    color: #e0f2f4;
    border-color: #e0f2f4
}

.btn-outline-light-megna:hover {
    color: #000;
    background-color: #e0f2f4;
    border-color: #e0f2f4
}

.btn-check:focus+.btn-outline-light-megna,
.btn-outline-light-megna:focus {
    box-shadow: 0 0 0 .25rem rgba(224, 242, 244, .5)
}

.btn-check:active+.btn-outline-light-megna,
.btn-check:checked+.btn-outline-light-megna,
.btn-outline-light-megna.active,
.btn-outline-light-megna.dropdown-toggle.show,
.btn-outline-light-megna:active {
    color: #000;
    background-color: #e0f2f4;
    border-color: #e0f2f4
}

.btn-check:active+.btn-outline-light-megna:focus,
.btn-check:checked+.btn-outline-light-megna:focus,
.btn-outline-light-megna.active:focus,
.btn-outline-light-megna.dropdown-toggle.show:focus,
.btn-outline-light-megna:active:focus {
    box-shadow: 0 0 0 .25rem rgba(224, 242, 244, .5)
}

.btn-outline-light-megna.disabled,
.btn-outline-light-megna:disabled {
    color: #e0f2f4;
    background-color: transparent
}

.btn-outline-dark-danger {
    color: #d73e6b;
    border-color: #d73e6b
}

.btn-outline-dark-danger:hover {
    color: #000;
    background-color: #d73e6b;
    border-color: #d73e6b
}

.btn-check:focus+.btn-outline-dark-danger,
.btn-outline-dark-danger:focus {
    box-shadow: 0 0 0 .25rem rgba(215, 62, 107, .5)
}

.btn-check:active+.btn-outline-dark-danger,
.btn-check:checked+.btn-outline-dark-danger,
.btn-outline-dark-danger.active,
.btn-outline-dark-danger.dropdown-toggle.show,
.btn-outline-dark-danger:active {
    color: #000;
    background-color: #d73e6b;
    border-color: #d73e6b
}

.btn-check:active+.btn-outline-dark-danger:focus,
.btn-check:checked+.btn-outline-dark-danger:focus,
.btn-outline-dark-danger.active:focus,
.btn-outline-dark-danger.dropdown-toggle.show:focus,
.btn-outline-dark-danger:active:focus {
    box-shadow: 0 0 0 .25rem rgba(215, 62, 107, .5)
}

.btn-outline-dark-danger.disabled,
.btn-outline-dark-danger:disabled {
    color: #d73e6b;
    background-color: transparent
}

.btn-outline-dark-success {
    color: #1dc8cd;
    border-color: #1dc8cd
}

.btn-outline-dark-success:hover {
    color: #000;
    background-color: #1dc8cd;
    border-color: #1dc8cd
}

.btn-check:focus+.btn-outline-dark-success,
.btn-outline-dark-success:focus {
    box-shadow: 0 0 0 .25rem rgba(29, 200, 205, .5)
}

.btn-check:active+.btn-outline-dark-success,
.btn-check:checked+.btn-outline-dark-success,
.btn-outline-dark-success.active,
.btn-outline-dark-success.dropdown-toggle.show,
.btn-outline-dark-success:active {
    color: #000;
    background-color: #1dc8cd;
    border-color: #1dc8cd
}

.btn-check:active+.btn-outline-dark-success:focus,
.btn-check:checked+.btn-outline-dark-success:focus,
.btn-outline-dark-success.active:focus,
.btn-outline-dark-success.dropdown-toggle.show:focus,
.btn-outline-dark-success:active:focus {
    box-shadow: 0 0 0 .25rem rgba(29, 200, 205, .5)
}

.btn-outline-dark-success.disabled,
.btn-outline-dark-success:disabled {
    color: #1dc8cd;
    background-color: transparent
}

.btn-outline-dark-warning {
    color: #dcaf17;
    border-color: #dcaf17
}

.btn-outline-dark-warning:hover {
    color: #000;
    background-color: #dcaf17;
    border-color: #dcaf17
}

.btn-check:focus+.btn-outline-dark-warning,
.btn-outline-dark-warning:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 175, 23, .5)
}

.btn-check:active+.btn-outline-dark-warning,
.btn-check:checked+.btn-outline-dark-warning,
.btn-outline-dark-warning.active,
.btn-outline-dark-warning.dropdown-toggle.show,
.btn-outline-dark-warning:active {
    color: #000;
    background-color: #dcaf17;
    border-color: #dcaf17
}

.btn-check:active+.btn-outline-dark-warning:focus,
.btn-check:checked+.btn-outline-dark-warning:focus,
.btn-outline-dark-warning.active:focus,
.btn-outline-dark-warning.dropdown-toggle.show:focus,
.btn-outline-dark-warning:active:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 175, 23, .5)
}

.btn-outline-dark-warning.disabled,
.btn-outline-dark-warning:disabled {
    color: #dcaf17;
    background-color: transparent
}

.btn-outline-dark-primary {
    color: #345bcb;
    border-color: #345bcb
}

.btn-outline-dark-primary:hover {
    color: #fff;
    background-color: #345bcb;
    border-color: #345bcb
}

.btn-check:focus+.btn-outline-dark-primary,
.btn-outline-dark-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(52, 91, 203, .5)
}

.btn-check:active+.btn-outline-dark-primary,
.btn-check:checked+.btn-outline-dark-primary,
.btn-outline-dark-primary.active,
.btn-outline-dark-primary.dropdown-toggle.show,
.btn-outline-dark-primary:active {
    color: #fff;
    background-color: #345bcb;
    border-color: #345bcb
}

.btn-check:active+.btn-outline-dark-primary:focus,
.btn-check:checked+.btn-outline-dark-primary:focus,
.btn-outline-dark-primary.active:focus,
.btn-outline-dark-primary.dropdown-toggle.show:focus,
.btn-outline-dark-primary:active:focus {
    box-shadow: 0 0 0 .25rem rgba(52, 91, 203, .5)
}

.btn-outline-dark-primary.disabled,
.btn-outline-dark-primary:disabled {
    color: #345bcb;
    background-color: transparent
}

.btn-outline-dark-info {
    color: #2c73cb;
    border-color: #2c73cb
}

.btn-outline-dark-info:hover {
    color: #fff;
    background-color: #2c73cb;
    border-color: #2c73cb
}

.btn-check:focus+.btn-outline-dark-info,
.btn-outline-dark-info:focus {
    box-shadow: 0 0 0 .25rem rgba(44, 115, 203, .5)
}

.btn-check:active+.btn-outline-dark-info,
.btn-check:checked+.btn-outline-dark-info,
.btn-outline-dark-info.active,
.btn-outline-dark-info.dropdown-toggle.show,
.btn-outline-dark-info:active {
    color: #fff;
    background-color: #2c73cb;
    border-color: #2c73cb
}

.btn-check:active+.btn-outline-dark-info:focus,
.btn-check:checked+.btn-outline-dark-info:focus,
.btn-outline-dark-info.active:focus,
.btn-outline-dark-info.dropdown-toggle.show:focus,
.btn-outline-dark-info:active:focus {
    box-shadow: 0 0 0 .25rem rgba(44, 115, 203, .5)
}

.btn-outline-dark-info.disabled,
.btn-outline-dark-info:disabled {
    color: #2c73cb;
    background-color: transparent
}

.btn-outline-dark-red {
    color: #d61f1f;
    border-color: #d61f1f
}

.btn-outline-dark-red:hover {
    color: #fff;
    background-color: #d61f1f;
    border-color: #d61f1f
}

.btn-check:focus+.btn-outline-dark-red,
.btn-outline-dark-red:focus {
    box-shadow: 0 0 0 .25rem rgba(214, 31, 31, .5)
}

.btn-check:active+.btn-outline-dark-red,
.btn-check:checked+.btn-outline-dark-red,
.btn-outline-dark-red.active,
.btn-outline-dark-red.dropdown-toggle.show,
.btn-outline-dark-red:active {
    color: #fff;
    background-color: #d61f1f;
    border-color: #d61f1f
}

.btn-check:active+.btn-outline-dark-red:focus,
.btn-check:checked+.btn-outline-dark-red:focus,
.btn-outline-dark-red.active:focus,
.btn-outline-dark-red.dropdown-toggle.show:focus,
.btn-outline-dark-red:active:focus {
    box-shadow: 0 0 0 .25rem rgba(214, 31, 31, .5)
}

.btn-outline-dark-red.disabled,
.btn-outline-dark-red:disabled {
    color: #d61f1f;
    background-color: transparent
}

.btn-outline-dark-inverse {
    color: #232a37;
    border-color: #232a37
}

.btn-outline-dark-inverse:hover {
    color: #fff;
    background-color: #232a37;
    border-color: #232a37
}

.btn-check:focus+.btn-outline-dark-inverse,
.btn-outline-dark-inverse:focus {
    box-shadow: 0 0 0 .25rem rgba(35, 42, 55, .5)
}

.btn-check:active+.btn-outline-dark-inverse,
.btn-check:checked+.btn-outline-dark-inverse,
.btn-outline-dark-inverse.active,
.btn-outline-dark-inverse.dropdown-toggle.show,
.btn-outline-dark-inverse:active {
    color: #fff;
    background-color: #232a37;
    border-color: #232a37
}

.btn-check:active+.btn-outline-dark-inverse:focus,
.btn-check:checked+.btn-outline-dark-inverse:focus,
.btn-outline-dark-inverse.active:focus,
.btn-outline-dark-inverse.dropdown-toggle.show:focus,
.btn-outline-dark-inverse:active:focus {
    box-shadow: 0 0 0 .25rem rgba(35, 42, 55, .5)
}

.btn-outline-dark-inverse.disabled,
.btn-outline-dark-inverse:disabled {
    color: #232a37;
    background-color: transparent
}

.btn-link {
    font-weight: 400;
    color: #316ce8;
    text-decoration: underline
}

.btn-link:hover {
    color: #2756ba
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 5px
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .75rem;
    border-radius: 1px
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,
.dropend,
.dropstart,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #4a5568;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: .125rem
}

.dropdown-menu-start {
    --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0
}

.dropdown-menu-end {
    --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }

    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-end {
        --bs-position: end
    }

    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }

    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-end {
        --bs-position: end
    }

    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }

    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-end {
        --bs-position: end
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }

    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-end {
        --bs-position: end
    }

    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start
    }

    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xxl-end {
        --bs-position: end
    }

    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropend .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-toggle::after {
    vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropstart .dropdown-toggle::after {
    display: none
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, .15)
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1e2125;
    background-color: #e9ecef
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #316ce8
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1rem;
    color: #212529
}

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-dark .dropdown-item {
    color: #dee2e6
}

.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .15)
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: #316ce8
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
    color: #adb5bd
}

.dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6
}

.dropdown-menu-dark .dropdown-header {
    color: #adb5bd
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropstart .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: 1.125rem;
    padding-left: 1.125rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn~.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #316ce8;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:focus,
.nav-link:hover {
    color: #2756ba
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 4px
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #316ce8
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 .25rem
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

@media (min-width:1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .55)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .55)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .55)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .55);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .55)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, .125);
    border-radius: 4px
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem
}

.card-title {
    margin-bottom: .5rem
}

.card-subtitle {
    margin-top: -.25rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1rem
}

.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 0 solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: 4px 4px 0 0
}

.card-footer {
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 0 solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 4px 4px
}

.card-header-tabs {
    margin-right: -.5rem;
    margin-bottom: -.5rem;
    margin-left: -.5rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.5rem;
    margin-left: -.5rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: 4px
}

.card-img,
.card-img-bottom,
.card-img-top {
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.card-group>.card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #4a5568;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: #2c61d1;
    background-color: #eaf0fd;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125)
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232c61d1'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg)
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234a5568'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button::after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: #98b6f4;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(49, 108, 232, .25)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.accordion-item:first-of-type {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.accordion-body {
    padding: 1rem 1.25rem
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush .accordion-item:first-child {
    border-top: 0
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/")
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    position: relative;
    display: block;
    color: #316ce8;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .page-link {
        transition: none
    }
}

.page-link:hover {
    z-index: 2;
    color: #2756ba;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    color: #2756ba;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(49, 108, 232, .25)
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #316ce8;
    border-color: #316ce8
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6
}

.page-link {
    padding: .375rem .75rem
}

.page-item:first-child .page-link {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.page-item:last-child .page-link {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px
}

.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 4px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

#alert-container {
    position: relative;
}

.alert {
    position: absolute; /* Position relative to the parent container */
    bottom: 10vh; /* Adjust distance from the bottom of the container */
    right: 5vw; /* Adjust distance from the right of the container */
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 4px;
    z-index: 99; /* Ensures it's on top of other elements */
    max-width: 80vw; /* Keeps it responsive */
    max-height: 50vh; /* Ensures the alert doesn't overflow */
    box-sizing: border-box; /* Includes padding and border in width calculations */
    overflow: hidden; /* Prevents content overflow */
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3rem
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem
}

.alert-primary {
    color: #1d418b;
    background-color: #d6e2fa;
    border-color: #c1d3f8
}

.alert-primary .alert-link {
    color: #17346f
}

.alert-secondary {
    color: #444a4f;
    background-color: #e3e5e6;
    border-color: #d5d7da
}

.alert-secondary .alert-link {
    color: #363b3f
}

.alert-success {
    color: #11787a;
    background-color: #d2f4f5;
    border-color: #bbeff0
}

.alert-success .alert-link {
    color: #0e6062
}

.alert-info {
    color: #046498;
    background-color: #cdedff;
    border-color: #b4e5fe
}

.alert-info .alert-link {
    color: #03507a
}

.alert-warning {
    color: #664f00;
    background-color: #fff3cc;
    border-color: #ffeeb3
}

.alert-warning .alert-link {
    color: #523f00
}

.alert-danger {
    color: #992e4c;
    background-color: #ffdbe5;
    border-color: #ffcad8
}

.alert-danger .alert-link {
    color: #7a253d
}

.alert-light {
    color: #616364;
    background-color: #fcfefe;
    border-color: #fbfdfe
}

.alert-light .alert-link {
    color: #4e4f50
}

.alert-dark {
    color: #0d1823;
    background-color: #d0d4d8;
    border-color: #b9bfc4
}

.alert-dark .alert-link {
    color: #0a131c
}

.alert-light-danger {
    color: #645c5e;
    background-color: #fefafb;
    border-color: #fdf8f9
}

.alert-light-danger .alert-link {
    color: #504a4b
}

.alert-light-success {
    color: #5d655e;
    background-color: #fafffb;
    border-color: #f8fef9
}

.alert-light-success .alert-link {
    color: #4a514b
}

.alert-light-warning {
    color: #66635e;
    background-color: #fffefb;
    border-color: #fffdf9
}

.alert-light-warning .alert-link {
    color: #524f4b
}

.alert-light-primary {
    color: #606065;
    background-color: #fcfcff;
    border-color: #fbfafe
}

.alert-light-primary .alert-link {
    color: #4d4d51
}

.alert-light-info {
    color: #535e66;
    background-color: #f5fbff;
    border-color: #f1f9ff
}

.alert-light-info .alert-link {
    color: #424b52
}

.alert-light-inverse {
    color: #626262;
    background-color: #fdfdfd;
    border-color: #fcfcfc
}

.alert-light-inverse .alert-link {
    color: #4e4e4e
}

.alert-light-megna {
    color: #5a6162;
    background-color: #f9fcfd;
    border-color: #f6fbfc
}

.alert-light-megna .alert-link {
    color: #484e4e
}

.alert-dark-danger {
    color: #812540;
    background-color: #f7d8e1;
    border-color: #f3c5d3
}

.alert-dark-danger .alert-link {
    color: #671e33
}

.alert-dark-success {
    color: #11787b;
    background-color: #d2f4f5;
    border-color: #bbeff0
}

.alert-dark-success .alert-link {
    color: #0e6062
}

.alert-dark-warning {
    color: #84690e;
    background-color: #f8efd1;
    border-color: #f5e7b9
}

.alert-dark-warning .alert-link {
    color: #6a540b
}

.alert-dark-primary {
    color: #1f377a;
    background-color: #d6def5;
    border-color: #c2ceef
}

.alert-dark-primary .alert-link {
    color: #192c62
}

.alert-dark-info {
    color: #1a457a;
    background-color: #d5e3f5;
    border-color: #c0d5ef
}

.alert-dark-info .alert-link {
    color: #153762
}

.alert-dark-red {
    color: #801313;
    background-color: #f7d2d2;
    border-color: #f3bcbc
}

.alert-dark-red .alert-link {
    color: #660f0f
}

.alert-dark-inverse {
    color: #151921;
    background-color: #d3d4d7;
    border-color: #bdbfc3
}

.alert-dark-inverse .alert-link {
    color: #11141a
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 4px
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #316ce8;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 4px
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section
}

.list-group-numbered>li::before {
    content: counters(section, ".") ". ";
    counter-increment: section
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #4a5568;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #316ce8;
    border-color: #316ce8
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row
    }

    .list-group-horizontal-xxl>.list-group-item:first-child {
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item:last-child {
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #1d418b;
    background-color: #d6e2fa
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #1d418b;
    background-color: #c1cbe1
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #1d418b;
    border-color: #1d418b
}

.list-group-item-secondary {
    color: #444a4f;
    background-color: #e3e5e6
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #444a4f;
    background-color: #cccecf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #444a4f;
    border-color: #444a4f
}

.list-group-item-success {
    color: #11787a;
    background-color: #d2f4f5
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #11787a;
    background-color: #bddcdd
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #11787a;
    border-color: #11787a
}

.list-group-item-info {
    color: #046498;
    background-color: #cdedff
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #046498;
    background-color: #b9d5e6
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #046498;
    border-color: #046498
}

.list-group-item-warning {
    color: #664f00;
    background-color: #fff3cc
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #664f00;
    background-color: #e6dbb8
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #664f00;
    border-color: #664f00
}

.list-group-item-danger {
    color: #992e4c;
    background-color: #ffdbe5
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #992e4c;
    background-color: #e6c5ce
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #992e4c;
    border-color: #992e4c
}

.list-group-item-light {
    color: #616364;
    background-color: #fcfefe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #616364;
    background-color: #e3e5e5
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #616364;
    border-color: #616364
}

.list-group-item-dark {
    color: #0d1823;
    background-color: #d0d4d8
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #0d1823;
    background-color: #bbbfc2
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #0d1823;
    border-color: #0d1823
}

.list-group-item-light-danger {
    color: #645c5e;
    background-color: #fefafb
}

.list-group-item-light-danger.list-group-item-action:focus,
.list-group-item-light-danger.list-group-item-action:hover {
    color: #645c5e;
    background-color: #e5e1e2
}

.list-group-item-light-danger.list-group-item-action.active {
    color: #fff;
    background-color: #645c5e;
    border-color: #645c5e
}

.list-group-item-light-success {
    color: #5d655e;
    background-color: #fafffb
}

.list-group-item-light-success.list-group-item-action:focus,
.list-group-item-light-success.list-group-item-action:hover {
    color: #5d655e;
    background-color: #e1e6e2
}

.list-group-item-light-success.list-group-item-action.active {
    color: #fff;
    background-color: #5d655e;
    border-color: #5d655e
}

.list-group-item-light-warning {
    color: #66635e;
    background-color: #fffefb
}

.list-group-item-light-warning.list-group-item-action:focus,
.list-group-item-light-warning.list-group-item-action:hover {
    color: #66635e;
    background-color: #e6e5e2
}

.list-group-item-light-warning.list-group-item-action.active {
    color: #fff;
    background-color: #66635e;
    border-color: #66635e
}

.list-group-item-light-primary {
    color: #606065;
    background-color: #fcfcff
}

.list-group-item-light-primary.list-group-item-action:focus,
.list-group-item-light-primary.list-group-item-action:hover {
    color: #606065;
    background-color: #e3e3e6
}

.list-group-item-light-primary.list-group-item-action.active {
    color: #fff;
    background-color: #606065;
    border-color: #606065
}

.list-group-item-light-info {
    color: #535e66;
    background-color: #f5fbff
}

.list-group-item-light-info.list-group-item-action:focus,
.list-group-item-light-info.list-group-item-action:hover {
    color: #535e66;
    background-color: #dde2e6
}

.list-group-item-light-info.list-group-item-action.active {
    color: #fff;
    background-color: #535e66;
    border-color: #535e66
}

.list-group-item-light-inverse {
    color: #626262;
    background-color: #fdfdfd
}

.list-group-item-light-inverse.list-group-item-action:focus,
.list-group-item-light-inverse.list-group-item-action:hover {
    color: #626262;
    background-color: #e4e4e4
}

.list-group-item-light-inverse.list-group-item-action.active {
    color: #fff;
    background-color: #626262;
    border-color: #626262
}

.list-group-item-light-megna {
    color: #5a6162;
    background-color: #f9fcfd
}

.list-group-item-light-megna.list-group-item-action:focus,
.list-group-item-light-megna.list-group-item-action:hover {
    color: #5a6162;
    background-color: #e0e3e4
}

.list-group-item-light-megna.list-group-item-action.active {
    color: #fff;
    background-color: #5a6162;
    border-color: #5a6162
}

.list-group-item-dark-danger {
    color: #812540;
    background-color: #f7d8e1
}

.list-group-item-dark-danger.list-group-item-action:focus,
.list-group-item-dark-danger.list-group-item-action:hover {
    color: #812540;
    background-color: #dec2cb
}

.list-group-item-dark-danger.list-group-item-action.active {
    color: #fff;
    background-color: #812540;
    border-color: #812540
}

.list-group-item-dark-success {
    color: #11787b;
    background-color: #d2f4f5
}

.list-group-item-dark-success.list-group-item-action:focus,
.list-group-item-dark-success.list-group-item-action:hover {
    color: #11787b;
    background-color: #bddcdd
}

.list-group-item-dark-success.list-group-item-action.active {
    color: #fff;
    background-color: #11787b;
    border-color: #11787b
}

.list-group-item-dark-warning {
    color: #84690e;
    background-color: #f8efd1
}

.list-group-item-dark-warning.list-group-item-action:focus,
.list-group-item-dark-warning.list-group-item-action:hover {
    color: #84690e;
    background-color: #dfd7bc
}

.list-group-item-dark-warning.list-group-item-action.active {
    color: #fff;
    background-color: #84690e;
    border-color: #84690e
}

.list-group-item-dark-primary {
    color: #1f377a;
    background-color: #d6def5
}

.list-group-item-dark-primary.list-group-item-action:focus,
.list-group-item-dark-primary.list-group-item-action:hover {
    color: #1f377a;
    background-color: #c1c8dd
}

.list-group-item-dark-primary.list-group-item-action.active {
    color: #fff;
    background-color: #1f377a;
    border-color: #1f377a
}

.list-group-item-dark-info {
    color: #1a457a;
    background-color: #d5e3f5
}

.list-group-item-dark-info.list-group-item-action:focus,
.list-group-item-dark-info.list-group-item-action:hover {
    color: #1a457a;
    background-color: #c0ccdd
}

.list-group-item-dark-info.list-group-item-action.active {
    color: #fff;
    background-color: #1a457a;
    border-color: #1a457a
}

.list-group-item-dark-red {
    color: #801313;
    background-color: #f7d2d2
}

.list-group-item-dark-red.list-group-item-action:focus,
.list-group-item-dark-red.list-group-item-action:hover {
    color: #801313;
    background-color: #debdbd
}

.list-group-item-dark-red.list-group-item-action.active {
    color: #fff;
    background-color: #801313;
    border-color: #801313
}

.list-group-item-dark-inverse {
    color: #151921;
    background-color: #d3d4d7
}

.list-group-item-dark-inverse.list-group-item-action:focus,
.list-group-item-dark-inverse.list-group-item-action:hover {
    color: #151921;
    background-color: #bebfc2
}

.list-group-item-dark-inverse.list-group-item-action.active {
    color: #fff;
    background-color: #151921;
    border-color: #151921
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 4px;
    opacity: .5
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(49, 108, 232, .25);
    opacity: 1
}

.btn-close.disabled,
.btn-close:disabled {
    pointer-events: none;
    user-select: none;
    opacity: .25
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: .875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    border-radius: 4px
}

.toast:not(.showing):not(.show) {
    opacity: 0
}

.toast.hide {
    display: none
}

.toast-container {
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

.toast-container>:not(:last-child) {
    margin-bottom: .75rem
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .5rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.toast-header .btn-close {
    margin-right: -.375rem;
    margin-left: .75rem
}

.toast-body {
    padding: .75rem;
    word-wrap: break-word
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid rgba(120, 130, 140, .13);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid rgba(120, 130, 140, .13);
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.modal-footer>* {
    margin: .25rem
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

.modal-fullscreen .modal-footer {
    border-radius: 0
}

@media (max-width:575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0
    }
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[data-popper-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
    bottom: 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
    top: -1px;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[data-popper-placement^=right],
.bs-tooltip-end {
    padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
    right: -1px;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[data-popper-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
    top: 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[data-popper-placement^=left],
.bs-tooltip-start {
    padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
    left: -1px;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px
}

.popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem
}

.popover .popover-arrow::after,
.popover .popover-arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,
.bs-popover-top>.popover-arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,
.bs-popover-top>.popover-arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,
.bs-popover-top>.popover-arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,
.bs-popover-end>.popover-arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,
.bs-popover-end>.popover-arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,
.bs-popover-end>.popover-arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,
.bs-popover-bottom>.popover-arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,
.bs-popover-bottom>.popover-arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,
.bs-popover-bottom>.popover-arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,
.bs-popover-start>.popover-arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,
.bs-popover-start>.popover-arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,
.bs-popover-start>.popover-arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: #15283a;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: 1rem 1rem;
    color: #4a5568
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

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

    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

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

    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000
}

.carousel-dark .carousel-caption {
    color: #000
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

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

    .spinner-border,
    .spinner-grow {
        animation-duration: 1.5s
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .offcanvas {
        transition: none
    }
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem
}

.offcanvas-header .btn-close {
    padding: .5rem .5rem;
    margin-top: -.5rem;
    margin-right: -.5rem;
    margin-bottom: -.5rem
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5
}

.offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(-100%)
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(100%)
}

.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    transform: translateY(-100%)
}

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid rgba(0, 0, 0, .2);
    transform: translateY(100%)
}

.offcanvas.show {
    transform: none
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.link-primary {
    color: #316ce8
}

.link-primary:focus,
.link-primary:hover {
    color: #2756ba
}

.link-secondary {
    color: #727b84
}

.link-secondary:focus,
.link-secondary:hover {
    color: #8e959d
}

.link-success {
    color: #1dc8cc
}

.link-success:focus,
.link-success:hover {
    color: #4ad3d6
}

.link-info {
    color: #06a7fd
}

.link-info:focus,
.link-info:hover {
    color: #38b9fd
}

.link-warning {
    color: #fec500
}

.link-warning:focus,
.link-warning:hover {
    color: #fed133
}

.link-danger {
    color: #ff4d7e
}

.link-danger:focus,
.link-danger:hover {
    color: #ff7198
}

.link-light {
    color: #f2f8fb
}

.link-light:focus,
.link-light:hover {
    color: #f5f9fc
}

.link-dark {
    color: #15283a
}

.link-dark:focus,
.link-dark:hover {
    color: #11202e
}

.link-light-danger {
    color: #f9e7eb
}

.link-light-danger:focus,
.link-light-danger:hover {
    color: #faecef
}

.link-light-success {
    color: #e8fdeb
}

.link-light-success:focus,
.link-light-success:hover {
    color: #edfdef
}

.link-light-warning {
    color: #fff8ec
}

.link-light-warning:focus,
.link-light-warning:hover {
    color: #fff9f0
}

.link-light-primary {
    color: #f1effd
}

.link-light-primary:focus,
.link-light-primary:hover {
    color: #f4f2fd
}

.link-light-info {
    color: #cfecfe
}

.link-light-info:focus,
.link-light-info:hover {
    color: #d9f0fe
}

.link-light-inverse {
    color: #f6f6f6
}

.link-light-inverse:focus,
.link-light-inverse:hover {
    color: #f8f8f8
}

.link-light-megna {
    color: #e0f2f4
}

.link-light-megna:focus,
.link-light-megna:hover {
    color: #e6f5f6
}

.link-dark-danger {
    color: #d73e6b
}

.link-dark-danger:focus,
.link-dark-danger:hover {
    color: #df6589
}

.link-dark-success {
    color: #1dc8cd
}

.link-dark-success:focus,
.link-dark-success:hover {
    color: #4ad3d7
}

.link-dark-warning {
    color: #dcaf17
}

.link-dark-warning:focus,
.link-dark-warning:hover {
    color: #e3bf45
}

.link-dark-primary {
    color: #345bcb
}

.link-dark-primary:focus,
.link-dark-primary:hover {
    color: #2a49a2
}

.link-dark-info {
    color: #2c73cb
}

.link-dark-info:focus,
.link-dark-info:hover {
    color: #235ca2
}

.link-dark-red {
    color: #d61f1f
}

.link-dark-red:focus,
.link-dark-red:hover {
    color: #ab1919
}

.link-dark-inverse {
    color: #232a37
}

.link-dark-inverse:focus,
.link-dark-inverse:hover {
    color: #1c222c
}

.ratio {
    position: relative;
    width: 100%
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%)
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%)
}

.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%)
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
}

@media (min-width:576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: absolute !important 
}

.position-sticky {
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    transform: translateX(-50%) !important
}

.translate-middle-y {
    transform: translateY(-50%) !important
}

.border {
    border: 1px solid rgba(120, 130, 140, .13) !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: 1px solid rgba(120, 130, 140, .13) !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: 1px solid rgba(120, 130, 140, .13) !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: 1px solid rgba(120, 130, 140, .13) !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: 1px solid rgba(120, 130, 140, .13) !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #316ce8 !important
}

.border-secondary {
    border-color: #727b84 !important
}

.border-success {
    border-color: #1dc8cc !important
}

.border-info {
    border-color: #06a7fd !important
}

.border-warning {
    border-color: #fec500 !important
}

.border-danger {
    border-color: #ff4d7e !important
}

.border-light {
    border-color: #f2f8fb !important
}

.border-dark {
    border-color: #15283a !important
}

.border-light-danger {
    border-color: #f9e7eb !important
}

.border-light-success {
    border-color: #e8fdeb !important
}

.border-light-warning {
    border-color: #fff8ec !important
}

.border-light-primary {
    border-color: #f1effd !important
}

.border-light-info {
    border-color: #cfecfe !important
}

.border-light-inverse {
    border-color: #f6f6f6 !important
}

.border-light-megna {
    border-color: #e0f2f4 !important
}

.border-dark-danger {
    border-color: #d73e6b !important
}

.border-dark-success {
    border-color: #1dc8cd !important
}

.border-dark-warning {
    border-color: #dcaf17 !important
}

.border-dark-primary {
    border-color: #345bcb !important
}

.border-dark-info {
    border-color: #2c73cb !important
}

.border-dark-red {
    border-color: #d61f1f !important
}

.border-dark-inverse {
    border-color: #232a37 !important
}

.border-white {
    border-color: #fff !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.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-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !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
}

.justify-content-evenly {
    justify-content: space-evenly !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
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.fs-1 {
    font-size: .625rem !important
}

.fs-2 {
    font-size: .75rem !important
}

.fs-3 {
    font-size: .875rem !important
}

.fs-4 {
    font-size: 1rem !important
}

.fs-5 {
    font-size: 1.125rem !important
}

.fs-6 {
    font-size: 1.25rem !important
}

.fs-7 {
    font-size: calc(1.275rem + .3vw) !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-primary {
    color: #316ce8 !important
}

.text-secondary {
    color: #727b84 !important
}

.text-success {
    color: #1dc8cc !important
}

.text-info {
    color: #06a7fd !important
}

.text-warning {
    color: #fec500 !important
}

.text-danger {
    color: #ff4d7e !important
}

.text-light {
    color: #f2f8fb !important
}

.text-dark {
    color: #15283a !important
}

.text-light-danger {
    color: #f9e7eb !important
}

.text-light-success {
    color: #e8fdeb !important
}

.text-light-warning {
    color: #fff8ec !important
}

.text-light-primary {
    color: #f1effd !important
}

.text-light-info {
    color: #cfecfe !important
}

.text-light-inverse {
    color: #f6f6f6 !important
}

.text-light-megna {
    color: #e0f2f4 !important
}

.text-dark-danger {
    color: #d73e6b !important
}

.text-dark-success {
    color: #1dc8cd !important
}

.text-dark-warning {
    color: #dcaf17 !important
}

.text-dark-primary {
    color: #345bcb !important
}

.text-dark-info {
    color: #2c73cb !important
}

.text-dark-red {
    color: #d61f1f !important
}

.text-dark-inverse {
    color: #232a37 !important
}

.text-white {
    color: #fff !important
}

.text-body {
    color: #4a5568 !important
}

.text-muted {
    color: #4a5568 !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-reset {
    color: inherit !important
}

.bg-primary {
    background-color: #316ce8 !important
}

.bg-secondary {
    background-color: #727b84 !important
}

.bg-success {
    background-color: #1dc8cc !important
}

.bg-info {
    background-color: #06a7fd !important
}

.bg-warning {
    background-color: #fec500 !important
}

.bg-danger {
    background-color: #ff4d7e !important
}

.bg-light {
    background-color: #f2f8fb !important
}

.bg-dark {
    background-color: #15283a !important
}

.bg-light-danger {
    background-color: #f9e7eb !important
}

.bg-light-success {
    background-color: #e8fdeb !important
}

.bg-light-warning {
    background-color: #fff8ec !important
}

.bg-light-primary {
    background-color: #f1effd !important
}

.bg-light-info {
    background-color: #cfecfe !important
}

.bg-light-inverse {
    background-color: #f6f6f6 !important
}

.bg-light-megna {
    background-color: #e0f2f4 !important
}

.bg-dark-danger {
    background-color: #d73e6b !important
}

.bg-dark-success {
    background-color: #1dc8cd !important
}

.bg-dark-warning {
    background-color: #dcaf17 !important
}

.bg-dark-primary {
    background-color: #345bcb !important
}

.bg-dark-info {
    background-color: #2c73cb !important
}

.bg-dark-red {
    background-color: #d61f1f !important
}

.bg-dark-inverse {
    background-color: #232a37 !important
}

.bg-body {
    background-color: #fff !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.user-select-all {
    user-select: all !important
}

.user-select-auto {
    user-select: auto !important
}

.user-select-none {
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: 4px !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: 1px !important
}

.rounded-2 {
    border-radius: 4px !important
}

.rounded-3 {
    border-radius: 5px !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-top {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important
}

.rounded-end {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important
}

.rounded-bottom {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important
}

.rounded-start {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media (min-width:576px) {
    .float-sm-start {
        float: left !important
    }

    .float-sm-end {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .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-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .25rem !important
    }

    .gap-sm-2 {
        gap: .5rem !important
    }

    .gap-sm-3 {
        gap: 1rem !important
    }

    .gap-sm-4 {
        gap: 1.5rem !important
    }

    .gap-sm-5 {
        gap: 3rem !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
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !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
    }

    .order-sm-first {
        order: -1 !important
    }

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 3rem !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 3rem !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 3rem !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .float-md-start {
        float: left !important
    }

    .float-md-end {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .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-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: .25rem !important
    }

    .gap-md-2 {
        gap: .5rem !important
    }

    .gap-md-3 {
        gap: 1rem !important
    }

    .gap-md-4 {
        gap: 1.5rem !important
    }

    .gap-md-5 {
        gap: 3rem !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
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !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
    }

    .order-md-first {
        order: -1 !important
    }

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .order-md-last {
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 3rem !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 3rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 3rem !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .float-lg-start {
        float: left !important
    }

    .float-lg-end {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .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-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: .25rem !important
    }

    .gap-lg-2 {
        gap: .5rem !important
    }

    .gap-lg-3 {
        gap: 1rem !important
    }

    .gap-lg-4 {
        gap: 1.5rem !important
    }

    .gap-lg-5 {
        gap: 3rem !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
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !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
    }

    .order-lg-first {
        order: -1 !important
    }

    .order-lg-0 {
        order: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .order-lg-4 {
        order: 4 !important
    }

    .order-lg-5 {
        order: 5 !important
    }

    .order-lg-last {
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .float-xl-start {
        float: left !important
    }

    .float-xl-end {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .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-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: .25rem !important
    }

    .gap-xl-2 {
        gap: .5rem !important
    }

    .gap-xl-3 {
        gap: 1rem !important
    }

    .gap-xl-4 {
        gap: 1.5rem !important
    }

    .gap-xl-5 {
        gap: 3rem !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
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !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
    }

    .order-xl-first {
        order: -1 !important
    }

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .order-xl-last {
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 3rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width:1400px) {
    .float-xxl-start {
        float: left !important
    }

    .float-xxl-end {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-grid {
        display: grid !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .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-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: .25rem !important
    }

    .gap-xxl-2 {
        gap: .5rem !important
    }

    .gap-xxl-3 {
        gap: 1rem !important
    }

    .gap-xxl-4 {
        gap: 1.5rem !important
    }

    .gap-xxl-5 {
        gap: 3rem !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
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !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
    }

    .order-xxl-first {
        order: -1 !important
    }

    .order-xxl-0 {
        order: 0 !important
    }

    .order-xxl-1 {
        order: 1 !important
    }

    .order-xxl-2 {
        order: 2 !important
    }

    .order-xxl-3 {
        order: 3 !important
    }

    .order-xxl-4 {
        order: 4 !important
    }

    .order-xxl-5 {
        order: 5 !important
    }

    .order-xxl-last {
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .5rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxl-5 {
        margin-right: 3rem !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 3rem !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 3rem !important
    }

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .fs-7 {
        font-size: 1.5rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-grid {
        display: grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

.preloader {
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 99999;
    background: #fff
}

.preloader .cssload-speeding-wheel {
    position: absolute;
    top: calc(50% - 3.5px);
    left: calc(50% - 3.5px)
}

.loader,
.loader__figure {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.loader {
    overflow: visible;
    padding-top: 2em;
    height: 0;
    width: 2em
}

.loader__figure {
    height: 0;
    width: 0;
    box-sizing: border-box;
    border: 0 solid #1976d2;
    border-radius: 50%;
    -webkit-animation: loader-figure 1.15s infinite cubic-bezier(.215, .61, .355, 1);
    -moz-animation: loader-figure 1.15s infinite cubic-bezier(.215, .61, .355, 1);
    animation: loader-figure 1.15s infinite cubic-bezier(.215, .61, .355, 1)
}

.loader__label {
    float: left;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: .5em 0 0 50%;
    font-size: .875em;
    letter-spacing: .1em;
    line-height: 1.5em;
    color: #1976d2;
    white-space: nowrap;
    -webkit-animation: loader-label 1.15s infinite cubic-bezier(.215, .61, .355, 1);
    -moz-animation: loader-label 1.15s infinite cubic-bezier(.215, .61, .355, 1);
    animation: loader-label 1.15s infinite cubic-bezier(.215, .61, .355, 1)
}

@-webkit-keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background-color: #1976d2
    }

    29% {
        background-color: #1976d2
    }

    30% {
        height: 2em;
        width: 2em;
        background-color: transparent;
        border-width: 1em;
        opacity: 1
    }

    100% {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
        background-color: transparent
    }
}

@-moz-keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background-color: #1976d2
    }

    29% {
        background-color: #1976d2
    }

    30% {
        height: 2em;
        width: 2em;
        background-color: transparent;
        border-width: 1em;
        opacity: 1
    }

    100% {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
        background-color: transparent
    }
}

@keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background-color: #1976d2
    }

    29% {
        background-color: #1976d2
    }

    30% {
        height: 2em;
        width: 2em;
        background-color: transparent;
        border-width: 1em;
        opacity: 1
    }

    100% {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
        background-color: transparent
    }
}

@-webkit-keyframes loader-label {
    0% {
        opacity: .25
    }

    30% {
        opacity: 1
    }

    100% {
        opacity: .25
    }
}

@-moz-keyframes loader-label {
    0% {
        opacity: .25
    }

    30% {
        opacity: 1
    }

    100% {
        opacity: .25
    }
}

@keyframes loader-label {
    0% {
        opacity: .25
    }

    30% {
        opacity: 1
    }

    100% {
        opacity: .25
    }
}

* {
    outline: 0
}

body {
    margin: 0;
    overflow-x: hidden;
    font-weight: 300
}

html {
    position: relative;
    min-height: 100%;
    background: #fff
}

a:focus,
a:hover {
    text-decoration: none
}

a.link {
    color: #15283a
}

a.link:focus,
a.link:hover {
    color: #009efb
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

html body .mdi-set,
html body .mdi:before {
    line-height: initial
}

.h1,
h1 {
    line-height: 40px
}

.h2,
h2 {
    line-height: 36px
}

.h3,
h3 {
    line-height: 30px
}

.h4,
h4 {
    line-height: 26px
}

.h5,
h5 {
    line-height: 22px;
    font-weight: 400
}

.h6,
h6 {
    line-height: 20px;
    font-weight: 400
}

html body .dl {
    display: inline-block
}

html body .db {
    display: block
}

.no-wrap td,
.no-wrap th {
    white-space: nowrap
}

html body blockquote {
    border-left: 5px solid #009efb;
    border: 1px solid rgba(120, 130, 140, .13);
    padding: 15px
}

.clear {
    clear: both
}

ol li {
    margin: 5px 0
}

html body .p-0 {
    padding: 0
}

html body .p-10 {
    padding: 10px
}

html body .p-15 {
    padding: 15px
}

html body .p-20 {
    padding: 20px
}

html body .p-30 {
    padding: 30px
}

html body .p-40 {
    padding: 40px
}

html body .p-l-0 {
    padding-left: 0
}

html body .p-l-10 {
    padding-left: 10px
}

html body .p-l-20 {
    padding-left: 20px
}

html body .p-r-0 {
    padding-right: 0
}

html body .p-r-10 {
    padding-right: 10px
}

html body .p-r-20 {
    padding-right: 20px
}

html body .p-r-30 {
    padding-right: 30px
}

html body .p-r-40 {
    padding-right: 40px
}

html body .p-t-0 {
    padding-top: 0
}

html body .p-t-10 {
    padding-top: 10px
}

html body .p-t-20 {
    padding-top: 20px
}

html body .p-t-30 {
    padding-top: 30px
}

html body .p-b-0 {
    padding-bottom: 0
}

html body .p-b-5 {
    padding-bottom: 5px
}

html body .p-b-10 {
    padding-bottom: 10px
}

html body .p-b-20 {
    padding-bottom: 20px
}

html body .p-b-30 {
    padding-bottom: 30px
}

html body .p-b-40 {
    padding-bottom: 40px
}

html body .m-0 {
    margin: 0
}

html body .m-l-5 {
    margin-left: 5px
}

html body .m-l-10 {
    margin-left: 10px
}

html body .m-l-15 {
    margin-left: 15px
}

html body .m-l-20 {
    margin-left: 20px
}

html body .m-l-30 {
    margin-left: 30px
}

html body .m-l-40 {
    margin-left: 40px
}

html body .m-r-5 {
    margin-right: 5px
}

html body .m-r-10 {
    margin-right: 10px
}

html body .m-r-15 {
    margin-right: 15px
}

html body .m-r-20 {
    margin-right: 20px
}

html body .m-r-30 {
    margin-right: 30px
}

html body .m-r-40 {
    margin-right: 40px
}

html body .m-t-0 {
    margin-top: 0
}

html body .m-t-5 {
    margin-top: 5px
}

html body .m-t-10 {
    margin-top: 10px
}

html body .m-t-15 {
    margin-top: 15px
}

html body .m-t-20 {
    margin-top: 20px
}

html body .m-t-30 {
    margin-top: 30px
}

html body .m-t-40 {
    margin-top: 40px
}

html body .m-b-0 {
    margin-bottom: 0
}

html body .m-b-5 {
    margin-bottom: 5px
}

html body .m-b-10 {
    margin-bottom: 10px
}

html body .m-b-15 {
    margin-bottom: 15px
}

html body .m-b-20 {
    margin-bottom: 20px
}

html body .m-b-30 {
    margin-bottom: 30px
}

html body .m-b-40 {
    margin-bottom: 40px
}

html body .vt {
    vertical-align: top
}

html body .vm {
    vertical-align: middle
}

html body .vb {
    vertical-align: bottom
}

.op-8 {
    opacity: .8
}

.op-7 {
    opacity: .7
}

.op-5 {
    opacity: .5
}

.op-3 {
    opacity: .3
}

html body .fw-medium {
    font-weight: 500
}

html body .fw-semibold {
    font-weight: 600
}

html body .font-13 {
    font-size: 13px
}

html body .font-stylish {
    font-family: Calafia-Regular
}

html body .b-r,
html body .border-right {
    border-right: 1px solid rgba(120, 130, 140, .13) !important
}

html body .b-l,
html body .border-left {
    border-left: 1px solid rgba(120, 130, 140, .13) !important
}

.thumb-sm {
    height: 32px;
    width: 32px
}

.thumb-md {
    height: 48px;
    width: 48px
}

.thumb-lg {
    height: 88px;
    width: 88px
}

.hide {
    display: none
}

.text-inverse {
    color: #3e4555 !important
}

.text-blue {
    color: #06a7fd
}

.text-purple {
    color: #7460ee
}

.text-megna {
    color: #2cdd9b
}

.text-dark {
    color: #4a5568
}

.text-themecolor {
    color: #009efb
}

.bg-facebook {
    background-color: #3b5a9a;
    color: #fff
}

.bg-twitter {
    background-color: #56adf2;
    color: #fff
}

.bg-inverse {
    background-color: #3e4555
}

.label {
    padding: 3px 15px;
    color: #fff;
    font-weight: 400;
    border-radius: 4px;
    font-size: 75%
}

.label-rounded {
    border-radius: 60px
}

.label-custom {
    background-color: #2cdd9b
}

.label-success {
    background-color: #1dc8cc
}

.label-info {
    background-color: #06a7fd
}

.label-warning {
    background-color: #fec500
}

.label-danger {
    background-color: #ff4d7e
}

.label-primary {
    background-color: #316ce8
}

.label-light-info {
    background-color: #cfecfe;
    color: #06a7fd
}

.badge {
    font-weight: 400
}

.badge-xs {
    font-size: 9px
}

.badge-sm,
.badge-xs {
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    transform: translate(0, -2px)
}

.badge-success {
    background-color: #1dc8cc
}

.badge-info {
    background-color: #06a7fd
}

.badge-primary {
    background-color: #316ce8
}

.badge-warning {
    background-color: #fec500
}

.badge-danger {
    background-color: #ff4d7e
}

.badge-purple {
    background-color: #7460ee
}

.badge-red {
    background-color: #ff4d7e
}

.badge-inverse {
    background-color: #3e4555
}

ul.list-style-none {
    margin: 0;
    padding: 0
}

ul.list-style-none li {
    list-style: none
}

ul.list-style-none li a {
    color: #4a5568;
    padding: 8px 0;
    display: block;
    text-decoration: none
}

ul.list-style-none li a:hover {
    color: #009efb
}

.dropdown-item {
    padding: 8px 1rem;
    color: #4a5568
}

.btn {
    padding: 10px 25px;
    cursor: pointer;
    box-shadow: none;
    transition: 0s
}

.btn:hover {
    color: #fff
}

.btn:focus {
    box-shadow: none
}

.btn-link {
    box-shadow: none;
    color: #15283a;
    padding: 10px 15px
}

.btn-link .underline {
    border-bottom: 1px solid #15283a
}

.btn-link:hover {
    color: #1dc8cc
}

.btn-light {
    color: #15283a
}

.btn-light:hover {
    background: #15283a;
    color: #fff;
    border-color: #15283a
}

.btn-md {
    padding: 15px 45px;
    font-size: 16px
}

.btn-xs {
    padding: .25rem .5rem;
    font-size: 10px
}

.btn-circle {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 10px
}

.btn-circle.btn-md {
    padding: 18px 0;
    width: 60px;
    height: 60px;
    font-size: 20px
}

.btn-circle.btn-sm,
.btn-group-sm>.btn-circle.btn {
    width: 35px;
    height: 35px;
    padding: 8px 10px;
    font-size: 14px
}

.btn-circle.btn-lg,
.btn-group-lg>.btn-circle.btn {
    width: 70px;
    height: 70px;
    padding: 24px 15px;
    font-size: 20px;
    line-height: 23px
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 14px 15px;
    font-size: 24px
}

.btn-rounded {
    border-radius: 60px;
    -webkit-border-radius: 60px
}

.btn-arrow {
    position: relative
}

.btn-arrow span {
    display: inline-block;
    position: relative;
    transition: all .3s ease-out;
    will-change: transform
}

.btn-arrow:focus span,
.btn-arrow:hover span {
    transform: translate3d(-1rem, 0, 0)
}

.btn-arrow i {
    position: absolute;
    width: 1.1em;
    right: 0;
    right: 0;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease-out;
    will-change: right, opacity
}

.btn-arrow:focus i,
.btn-arrow:hover i {
    opacity: 1;
    right: -2rem
}

.btn-success-gradiant {
    background: #1dc8cc;
    background: -webkit-linear-gradient(legacy-direction(to right), #1dc8cc 0, #1dc8cd);
    background: linear-gradient(to right, #1dc8cc 0, #1dc8cd);
    border: 0;
    color: #fff
}

.btn-success-gradiant:hover {
    background: #1dc8cd;
    background: -webkit-linear-gradient(legacy-direction(to right), #1dc8cd 0, #1dc8cc);
    background: linear-gradient(to right, #1dc8cd 0, #1dc8cc)
}

.btn-success-gradiant.active,
.btn-success-gradiant:active,
.btn-success-gradiant:focus {
    box-shadow: 0;
    opacity: 1
}

.btn-danger-gradiant {
    background: #ff4d7e;
    background: -webkit-linear-gradient(legacy-direction(to right), #ff4d7e 0, #ff6a5b 100%);
    background: linear-gradient(to right, #ff4d7e 0, #ff6a5b 100%);
    border: 0;
    color: #fff
}

.btn-danger-gradiant:hover {
    background: #ff6a5b;
    background: -webkit-linear-gradient(legacy-direction(to right), #ff6a5b 0, #ff4d7e 100%);
    background: linear-gradient(to right, #ff6a5b 0, #ff4d7e 100%)
}

.btn-danger-gradiant.active,
.btn-danger-gradiant:active,
.btn-danger-gradiant:focus {
    box-shadow: 0;
    opacity: 1
}

.btn-info-gradiant {
    background: #06a7fd;
    background: -webkit-linear-gradient(legacy-direction(to right), #06a7fd 0, #316ce8 100%);
    background: linear-gradient(to right, #06a7fd 0, #316ce8 100%);
    border: 0;
    color: #fff
}

.btn-info-gradiant:hover {
    background: #316ce8;
    background: -webkit-linear-gradient(legacy-direction(to right), #316ce8 0, #06a7fd 100%);
    background: linear-gradient(to right, #316ce8 0, #06a7fd 100%)
}

.btn-info-gradiant.active,
.btn-info-gradiant:active,
.btn-info-gradiant:focus {
    box-shadow: 0;
    opacity: 1
}

.btn-outline-light:hover {
    color: #15283a !important
}

.btn span.btn-devider {
    display: inline-block;
    padding-left: 10px
}

.invisible {
    visibility: hidden !important
}

.topbar {
    padding: 0;
    transition: .2s ease-in;
    width: 100%;
    position: fixed;
    z-index: 20;
    background: #fff
}

.topbar.fixed-header {
    box-shadow: 0 0 30px rgba(115, 128, 157, .1);
    transition: .2s ease-in;
    background: #fff
}

.topbar.fixed-header .h15-infobar {
    display: none
}

.topbar.fixed-header .navbar .navbar-brand img {
    height: 50px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1)
}

.page-wrapper {
    padding-top: 0
}

#main-wrapper {
    overflow: hidden
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding: 0
}

.footer {
    padding: 20px 0;
    text-align: center;
    color: #acb5b0
}

.spacer {
    padding: 90px 0
}

.mini-spacer {
    padding: 40px 0
}

.title {
    margin: 20px 0 15px
}

.subtitle {
    color: #4a5568;
    line-height: 24px
}

.card {
    margin-bottom: 30px
}

.card.card-shadow {
    box-shadow: 0 0 30px rgba(115, 128, 157, .1)
}

.card-group .card {
    border: 1px solid rgba(120, 130, 140, .13);
    margin-bottom: 30px
}

.icon-space {
    margin: 20px 0
}

.linking {
    color: #15283a
}

.linking i {
    font-size: 14px;
    margin-left: 10px;
    transition: .2s ease-in
}

.linking:hover {
    color: #009efb
}

.linking:hover i {
    margin-left: 15px
}

.list-block {
    margin: 0;
    padding: 0
}

.list-block li {
    list-style: none;
    padding: 10px 0;
    display: flex
}

.list-block li i {
    margin-right: 10px;
    flex-shrink: 0;
    margin-top: 3px
}

.img-shadow {
    box-shadow: 0 0 30px rgba(115, 128, 157, .3)
}

.icon-round {
    width: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 100%;
    display: inline-block
}

.up {
    z-index: 10;
    position: relative
}

.bt-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    visibility: hidden
}

.owl-carousel {
    display: block;
    width: 100%
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden
}

.owl-carousel .owl-stage {
    position: relative
}

.owl-carousel .owl-item {
    float: left
}

.owl-carousel .owl-nav.disabled {
    display: none
}

.po-relative {
    position: relative
}

.navbar-nav .dropdown-toggle::after {
    display: none
}

.navbar-nav .dropdown-menu.b-none {
    border: 0;
    box-shadow: 0 0 30px rgba(115, 128, 157, .1)
}

.navbar-nav {
    font-weight: 400
}

.navbar-nav .dropdown-menu.b-none {
    border: 0;
    box-shadow: 0 0 30px rgba(115, 128, 157, .1)
}

.pre-scroll {
    position: relative
}

.mega-dropdown {
    position: static
}

.mega-dropdown .dropdown-menu {
    width: 100%;
    padding: 30px;
    margin-top: 0;
    overflow: hidden
}

.mega-dropdown .list-style-none {
    font-size: 14px
}

.mega-dropdown .inside-bg {
    margin: -30px 0 -30px -30px
}

.mega-dropdown .inside-bg-right {
    margin: -30px -30px -30px 0
}

.mega-dropdown .bg-img {
    background-size: cover;
    height: 100%;
    padding: 30px
}

.mega-dropdown .h6,
.mega-dropdown h6 {
    margin: 15px 0;
    font-size: 15px
}

.general-listing {
    padding: 0;
    margin: 0
}

.general-listing li {
    list-style: none
}

.general-listing li a {
    color: #4a5568;
    display: flex;
    padding: 10px 0;
    transition: .2s ease-in;
    align-items: center
}

.general-listing li:hover a {
    color: #009efb;
    padding-left: 10px
}

.general-listing li i {
    margin-right: 7px;
    vertical-align: middle
}

.general-listing.two-part li {
    width: 49%;
    display: inline-block
}

.general-listing.only-li li {
    padding: 5px 0
}

.form-control {
    border: 2px solid rgba(120, 130, 140, .13)
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 12px)
}

.button-group .btn {
    margin-bottom: 7px
}

.alert-rounded {
    border-radius: 60px
}

.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-vertical {
    min-height: 250px;
    height: 250px;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px
}

.progress-vertical-bottom {
    min-height: 250px;
    height: 250px;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
    transform: rotate(180deg)
}

.progress-animated {
    -webkit-animation-duration: 5s;
    -webkit-animation-name: myanimation;
    -webkit-transition: 5s all;
    animation-duration: 5s;
    animation-name: myanimation;
    transition: 5s all
}

@-webkit-keyframes myanimation {
    from {
        width: 0
    }
}

@keyframes myanimation {
    from {
        width: 0
    }
}

.vtabs {
    display: table
}

.vtabs .tabs-vertical {
    width: 150px;
    border-bottom: 0;
    border-right: 1px solid rgba(120, 130, 140, .13);
    display: table-cell;
    vertical-align: top
}

.vtabs .tabs-vertical li .nav-link {
    color: #15283a;
    margin-bottom: 10px;
    border: 0;
    border-radius: 4px 0 0 4px
}

.vtabs .tab-content {
    display: table-cell;
    padding: 20px;
    vertical-align: top
}

.tabs-vertical li .nav-link.active,
.tabs-vertical li .nav-link.active:focus,
.tabs-vertical li .nav-link:hover {
    background: #009efb;
    border: 0;
    color: #fff
}

.customvtab .tabs-vertical li .nav-link.active,
.customvtab .tabs-vertical li .nav-link:focus,
.customvtab .tabs-vertical li .nav-link:hover {
    background: #fff;
    border: 0;
    border-right: 2px solid #009efb;
    margin-right: -1px;
    color: #009efb
}

.tabcontent-border {
    border: 1px solid #ddd;
    border-top: 0
}

.customtab2 li a.nav-link {
    border: 0;
    margin-right: 3px;
    color: #4a5568
}

.customtab2 li a.nav-link.active {
    background: #009efb;
    color: #fff
}

.customtab2 li a.nav-link:hover {
    color: #fff;
    background: #009efb
}

.timeline {
    position: relative;
    padding: 20px 0 20px;
    list-style: none;
    max-width: 1200px;
    margin: 0 auto
}

.timeline:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    margin-left: -1.5px;
    background-color: #f2f8fb
}

.timeline>li {
    position: relative;
    margin-bottom: 20px
}

.timeline>li:after,
.timeline>li:before {
    content: " ";
    display: table
}

.timeline>li:after {
    clear: both
}

.timeline>li:after,
.timeline>li:before {
    content: " ";
    display: table
}

.timeline>li:after {
    clear: both
}

.timeline>li>.timeline-panel {
    float: left;
    position: relative;
    width: 46%;
    padding: 20px;
    border: 1px solid rgba(120, 130, 140, .13);
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .05)
}

.timeline>li>.timeline-panel:before {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 26px;
    right: -8px;
    border-top: 8px solid transparent;
    border-right: 0 solid rgba(120, 130, 140, .13);
    border-bottom: 8px solid transparent;
    border-left: 8px solid rgba(120, 130, 140, .13)
}

.timeline>li>.timeline-panel:after {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 27px;
    right: -7px;
    border-top: 7px solid transparent;
    border-right: 0 solid #fff;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #fff
}

.timeline>li>.timeline-badge {
    z-index: 10;
    position: absolute;
    top: 16px;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    border-radius: 50% 50% 50% 50%;
    text-align: center;
    font-size: 1.4em;
    line-height: 46px;
    color: #fff;
    overflow: hidden
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -8px;
    border-right-width: 8px;
    border-left-width: 0
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -7px;
    border-right-width: 7px;
    border-left-width: 0
}

.timeline-badge.primary {
    background-color: #316ce8
}

.timeline-badge.success {
    background-color: #1dc8cc
}

.timeline-badge.warning {
    background-color: #fec500
}

.timeline-badge.danger {
    background-color: #ff4d7e
}

.timeline-badge.info {
    background-color: #06a7fd
}

.timeline-title {
    margin-top: 0;
    color: inherit;
    font-weight: 400
}

.timeline-body>p,
.timeline-body>ul {
    margin-bottom: 0
}

.timeline-body>p+p {
    margin-top: 5px
}

ul.list-icons {
    margin: 0;
    padding: 0
}

ul.list-icons li {
    list-style: none;
    line-height: 30px;
    margin: 5px 0;
    transition: .2s ease-in
}

ul.list-icons li a {
    color: #4a5568
}

ul.list-icons li a:hover {
    color: #009efb
}

ul.list-icons li i {
    font-size: 13px;
    padding-right: 8px
}

ul.list-inline li {
    display: inline-block
}

ul.list-inline li:first-child {
    padding-left: 0
}

ul.list-inline li a {
    color: #4a5568
}

ul.list-inline li a:hover {
    color: #009efb
}

ul.two-part {
    margin: 0
}

ul.two-part li {
    width: 48.8%
}

html body .accordion .card {
    margin-bottom: 0
}

.bc-colored .breadcrumb-item,
.bc-colored .breadcrumb-item a {
    color: #fff
}

.bc-colored .breadcrumb-item a.active,
.bc-colored .breadcrumb-item.active {
    opacity: .7
}

.bc-colored .breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, .4)
}

.breadcrumb {
    margin-bottom: 0
}

.card-title {
    font-size: 18px
}

.card-subtitle {
    color: #4a5568;
    margin-bottom: 30px;
    font-size: 14px
}

.card-inverse .card-bodyquote .blockquote-footer,
.card-inverse .card-link,
.card-inverse .card-subtitle,
.card-inverse .card-text {
    color: rgba(255, 255, 255, .65)
}

.card-default .card-header {
    background: #fff;
    border-bottom: 0
}

.card-success {
    background: #1dc8cc;
    border-color: #1dc8cc
}

.card-danger {
    background: #ff4d7e;
    border-color: #ff4d7e
}

.card-warning {
    background: #fec500;
    border-color: #fec500
}

.card-info {
    background: #06a7fd;
    border-color: #06a7fd
}

.card-primary {
    background: #316ce8;
    border-color: #316ce8
}

.card-dark {
    background: #3e4555;
    border-color: #3e4555
}

.card-megna {
    background: #2cdd9b;
    border-color: #2cdd9b
}

.card-info {
    background: #06a7fd;
    border-color: #06a7fd
}

.card-primary {
    background: #316ce8;
    border-color: #316ce8
}

.card-outline-info {
    border-color: #06a7fd
}

.card-outline-info .card-header {
    background: #06a7fd;
    border-color: #06a7fd
}

.card-outline-inverse {
    border-color: #3e4555
}

.card-outline-inverse .card-header {
    background: #3e4555;
    border-color: #3e4555
}

.card-outline-warning {
    border-color: #fec500
}

.card-outline-warning .card-header {
    background: #fec500;
    border-color: #fec500
}

.card-outline-success {
    border-color: #1dc8cc
}

.card-outline-success .card-header {
    background: #1dc8cc;
    border-color: #1dc8cc
}

.card-outline-danger {
    border-color: #ff4d7e
}

.card-outline-danger .card-header {
    background: #ff4d7e;
    border-color: #ff4d7e
}

.card-outline-primary {
    border-color: #316ce8
}

.card-outline-primary .card-header {
    background: #316ce8;
    border-color: #316ce8
}

.custom-select {
    background: url(../images/ui/custom-select.png) right .75rem center no-repeat;
    border: 2px solid rgba(120, 130, 140, .13);
    height: calc(2.25rem + 12px)
}

textarea {
    resize: none
}

.form-control-danger,
.form-control-success,
.form-control-warning {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right .5625rem;
    -webkit-background-size: 1.125rem 1.125rem;
    background-size: 1.125rem 1.125rem
}

.has-success .col-form-label,
.has-success .custom-control,
.has-success .form-check-label,
.has-success .form-control-feedback,
.has-success .form-control-label {
    color: #1dc8cc
}

.has-success .form-control-success {
    background-image: url(dist/images/ui/success.svg)
}

.has-success .form-control {
    border-color: #1dc8cc
}

.has-warning .col-form-label,
.has-warning .custom-control,
.has-warning .form-check-label,
.has-warning .form-control-feedback,
.has-warning .form-control-label {
    color: #fec500
}

.has-warning .form-control-warning {
    background-image: url(dist/images/ui/warning.svg)
}

.has-warning .form-control {
    border-color: #fec500
}

.has-danger .col-form-label,
.has-danger .custom-control,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label {
    color: #ff4d7e
}

.has-danger .form-control-danger {
    background-image: url(dist/images/ui/danger.svg)
}

.has-danger .form-control {
    border-color: #ff4d7e
}

.input-group-addon [type=checkbox]:checked,
.input-group-addon [type=checkbox]:not(:checked),
.input-group-addon [type=radio]:checked,
.input-group-addon [type=radio]:not(:checked) {
    position: initial;
    opacity: 1
}

.input-form .btn {
    padding: 14px 12px
}

.form-control-sm {
    padding: .25rem .5rem
}

.custom-modal .close-btn {
    position: absolute;
    right: 12px;
    top: 10px;
    color: #4a5568;
    font-size: 25px;
    background: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    display: block;
    border-radius: 100%;
    line-height: 19px
}

.custom-modal .modal-body {
    overflow: hidden
}

.custom-modal .modal-bg-img {
    background-size: cover;
    background-position: center center;
    min-height: 300px
}

.modal1 .modal-bg {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 40px
}

.modal1 .input-group {
    margin-top: -45px
}

.modal2 .modal-bg {
    padding: 30px 30px 30px 15px
}

.modal3 .modal-bg {
    padding: 50px 40px 60px 25px
}

.modal4 .modal-bg {
    padding: 55px 55px 55px 40px
}

.header-overlay {
    position: absolute;
    width: 100%
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #009efb
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu .dropdown-item>.ml-auto {
    position: absolute;
    right: 15px;
    top: 10px
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0;
    border-radius: .25rem;
    display: none
}

.dropdown-submenu>.dropdown-menu.menu-right {
    left: auto;
    right: 100%
}

.dropdown-submenu.pull-left {
    float: none
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -75%
}

.dropdown-menu .divider {
    background-color: rgba(120, 130, 140, .13);
    height: 1px;
    margin: 9px 0;
    overflow: hidden
}

.banner-innerpage {
    padding: 50px 0;
    background-size: cover;
    background-position: center center
}

.banner-innerpage .title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px
}

@media (max-width:767px) {
    .banner-innerpage .title {
        font-size: 27px
    }
}

.with-noborder .media {
    border: 0;
    padding: 0;
    margin: 50px 0
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #009efb
}

.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto
}

@media (max-width:768px) {
    .modal-dialog {
        min-height: calc(100vh - 20px)
    }
}

.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

@font-face {
    font-family: icomoon;
    src: url(fonts/icomoonca27.ttf?-rdmvgc) format("truetype")
}

@font-face {
    font-family: simple-line-icons;
    src: url(fonts/Simple-Line-Icons4c82.ttf?-i3a2kk) format("truetype")
}

@font-face {
    font-family: themify;
    src: url(fonts/themify.ttf) format("truetype")
}

@font-face {
    font-family: FontAwesome;
    src: url(fonts/fontawesome-webfont3e6e.ttf?v=4.7.0) format("truetype")
}

.icon-list-demo div {
    cursor: pointer;
    line-height: 60px;
    white-space: nowrap
}

.icon-list-demo div p {
    margin: 10px 0;
    padding: 5px 0
}

.icon-list-demo div:hover {
    color: #15283a
}

.icon-list-demo div:hover i {
    font-size: 2em
}

.icon-list-demo i {
    -webkit-transition: all .2s;
    -webkit-transition: font-size .2s;
    display: inline-block;
    font-size: 18px;
    margin: 0 15px 0 10px;
    text-align: left;
    -o-transition: all .2s;
    transition: all .2s;
    -o-transition: font-size .2s;
    transition: font-size .2s;
    vertical-align: middle;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.icon-list-demo .col-3,
.icon-list-demo .col-md-4 {
    border-radius: 4px
}

.font-default {
    font-family: Montserrat, sans-serif
}

.progress {
    height: 6px
}

.btn-info:hover,
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #028ed8 !important;
    border-color: #028ed8 !important
}

.element-dropdown {
    position: absolute;
    left: 0
}

a {
    text-decoration: none;
    color: #009efb
}

.m-t-15 {
    margin-top: 15px !important
}

.row {
    --bs-gutter-x: 1.875rem
}

.toast:not(.showing):not(.show) {
    opacity: 1
}

@media (max-width:575px) {
    .spacer {
        padding: 40px 0
    }
}

.h-100 {
    height: 100%
}

.slide-text {
    margin: auto;
    position: absolute;
    text-align: left;
    max-width: 1170px;
    padding: 0 15px;
    top: 50%;
    left: 50%;
    right: auto;
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #0000004d !important
}

.item {
    position: relative
}

.owl-dots {
    z-index: 1 !important
}

.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 3px;
    margin: 5px 3px;
    background: #263238;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px
}

.m-t-60 {
    margin-top: 60px
}

@media (min-width:1024px) {
    .testimonial2 .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 30px !important;
        z-index: 1 !important
    }
}

@media (max-width:1024px) {
    .testimonial2 .owl-theme .owl-nav.disabled+.owl-dots {
        z-index: 1 !important
    }
}

@media (max-width:991px) {
    .testimonial2 .testi2 .image-thumb {
        background-size: 300px !important
    }

    .testimonial2 .testi2 .image-thumb img {
        width: 250px !important
    }

    .testimonial2 .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 100px !important;
        z-index: 1
    }
}

@media (max-width:767px) {
    .overlay-img {
        height: 430px
    }

    .testimonial2 .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 40px !important;
        z-index: 1
    }
}

@media (max-width:439px) {
    .overlay-img {
        height: 450px
    }
}

@media (max-width:411px) {
    .overlay-img {
        height: 500px
    }
}

@media (max-width:380px) {
    .overlay-img {
        height: 540px
    }
}

@media (max-width:336px) {
    .overlay-img {
        height: 600px
    }
}

.btn-danger,
.btn-info,
.btn-secondary,
.btn-success,
.btn-warning {
    color: #fff
}

.btn-danger:focus,
.btn-danger:hover,
.btn-info:focus,
.btn-info:hover,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-success:focus,
.btn-success:hover,
.btn-warning:focus,
.btn-warning:hover {
    color: #fff
}

.btn-outline-danger.dropdown-toggle.show,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-warning.dropdown-toggle.show {
    color: #fff
}

.banner {
    position: relative;
    max-height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    display: table
}

.banner .banner-content {
    display: table-cell;
    vertical-align: middle;
    width: 100%
}

@media (max-width:992px) {
    .banner {
        height: auto !important;
        padding: 100px 0
    }
}

@media (max-width:767px) {
    .banner {
        padding: 30px 0
    }
}

.btn .text-active {
    display: none
}

.btn.active .text {
    display: none
}

.btn.active .text-active {
    display: inline-block
}

.h15-topbar {
    border-bottom: 1px solid rgba(120, 130, 140, .13)
}

.h15-topbar .navbar-brand {
    font-size: 14px;
    color: #15283a;
    font-weight: 500;
    padding: 15px 0
}

.h15-topbar .navbar {
    padding: 0
}

.h15-topbar .navbar .search-box {
    padding: 15px;
    width: 240px
}

.h15-topbar .navbar .nav-item .nav-link {
    color: #4a5568;
    padding: 15px 20px
}

.h15-topbar .navbar .nav-item .nav-link:first-child {
    padding-left: 0
}

.h15-topbar .navbar .nav-item:hover .nav-link {
    color: #06a7fd
}

.h15-topbar .navbar .search .dropdown-menu {
    padding: 20px;
    min-width: 300px
}

.h15-navbar .navbar {
    padding: 0
}

.h15-navbar .navbar .hidden-lg-up {
    padding: 15px;
    color: #15283a;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase
}

.h15-navbar .navbar .navbar-nav .nav-link {
    padding: 18px 15px;
    color: #15283a;
    font-weight: 400;
    font-size: 14px;
    border-bottom: 1px solid transparent
}

.h15-navbar .navbar .navbar-nav .nav-item.active .nav-link,
.h15-navbar .navbar .navbar-nav .nav-item:hover .nav-link {
    color: #06a7fd;
    border-bottom: 1px solid #06a7fd
}

.h15-navbar .navbar .navbar-nav .search .nav-link {
    padding: 18px 23px;
    transition: .2s ease-in;
    background: #06a7fd;
    color: #fff
}

.h15-navbar .navbar .navbar-nav .search:hover .nav-link {
    color: #fff;
    border-bottom: 1px solid transparent;
    background: #06a7fd
}

.h15-navbar .navbar .navbar-nav .search .dropdown-menu {
    padding: 20px;
    min-width: 300px
}

.h15-navbar .navbar .dropdown-menu {
    border-radius: 0 0 4px 4px;
    margin-top: 0
}

.h15-navbar .navbar .dropdown-menu .dropdown-item.active,
.h15-navbar .navbar .dropdown-menu .dropdown-item:active,
.h15-navbar .navbar .dropdown-menu .dropdown-item:hover {
    background: rgba(120, 130, 140, .13)
}

.h15-info-bar {
    padding: 1px 0
}

.h15-info-bar .donate-btn a {
    font-size: 13px;
    font-weight: 500;
    padding: 13px 25px;
    margin-left: 15px
}

.h15-info-bar .nav-item .nav-link {
    display: flex;
    padding: 0 25px
}

@keyframes imagescale {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1)
    }

    100% {
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3)
    }
}

.slider7 .item,
.slider7 .owl-item {
    max-height: 700px
}

.slider7 .slide-image {
    animation: imagescale 15s ease-in-out infinite alternate;
    -webkit-animation: imagescale 15s ease-in-out infinite alternate;
    -moz-animation: imagescale 15s ease-in-out infinite alternate;
    -o-webkit-animation: imagescale 15s ease-in-out infinite alternate;
    width: 100%
}

.slider7 .h2,
.slider7 h2 {
    font-size: 32px
}

.slider7 .slide-content {
    padding: 80px 25px;
    position: relative;
    border-radius: 100%;
    max-width: 400px;
    min-height: 400px
}

.slider7 label {
    line-height: 31px;
    min-width: 110px
}

.slider7 a {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    position: absolute;
    font-size: 28px;
    right: 70px;
    bottom: 0
}

.slider7 a i {
    line-height: 60px
}

.slider7 a:hover {
    background: #06a7fd !important
}

.slider7 .carousel-indicators {
    bottom: 0
}

.slider7 .carousel-indicators li {
    background-color: rgba(0, 0, 0, .3)
}

.slider7 .carousel-indicators li.active {
    background-color: #15283a
}

.wrap-feature6-box {
    transition: .2s ease-in
}

.wrap-feature6-box .card-body {
    padding: 30px
}

.wrap-feature6-box .card-body .linking {
    color: #fff
}

.wrap-feature6-box .card-body .linking:hover {
    color: #15283a
}

.wrap-feature6-box .card-body p {
    opacity: .8
}

.wrap-feature6-box:hover {
    transform: scale(1.1)
}

.wrap-feature6-box .bg-success-light {
    background: #2cdd9b
}

.wrap-feature9-box .card-body {
    padding: 40px 40px 0
}

.wrap-feature9-box .card-body .icon-space {
    padding: 0 40px 20px 0
}

.wrap-feature-18 {
    margin-top: 60px
}

.wrap-feature-18 [class*=col-lg-6] .card {
    overflow: hidden
}

.wrap-feature-18 .icon-position {
    position: relative;
    background-size: cover;
    background-position: center center;
    min-height: 200px
}

.wrap-feature-18 .icon-position .icon-round {
    position: absolute;
    right: -38px;
    top: 20px
}

.wrap-feature41-box .f41-tab {
    display: block
}

.wrap-feature41-box .f41-tab li a {
    display: flex;
    margin-bottom: 20px;
    padding: 25px
}

.wrap-feature41-box .f41-tab li a .t-icon {
    margin-right: 25px;
    color: #4a5568
}

.wrap-feature41-box .f41-tab li a .h5,
.wrap-feature41-box .f41-tab li a h5 {
    font-weight: 500
}

.wrap-feature41-box .f41-tab li a .h6,
.wrap-feature41-box .f41-tab li a h6 {
    font-size: 14px;
    margin-bottom: 0
}

.wrap-feature41-box .f41-tab li a.active,
.wrap-feature41-box .f41-tab li a:hover {
    background: #fff;
    box-shadow: 0 0 30px rgba(115, 128, 157, .1)
}

.wrap-feature41-box .f41-tab li a.active .t-icon,
.wrap-feature41-box .f41-tab li a:hover .t-icon {
    color: #06a7fd
}

.testimonial2 .testi2 .image-thumb {
    background: url(../images/grbg.jpg) no-repeat center center;
    text-align: center;
    padding: 70px 0
}

.testimonial2 .testi2 .image-thumb img {
    width: 400px
}

.testimonial2 .testi2 .owl-dots {
    display: inline-block;
    position: relative;
    top: -100px
}

.testimonial2 .testi2 .owl-dots .owl-dot {
    border-radius: 100%;
    width: 70px;
    height: 70px;
    background-size: cover;
    margin-right: 10px;
    opacity: .4;
    cursor: pointer
}

.testimonial2 .testi2 .owl-dots .owl-dot span {
    display: none
}

.testimonial2 .testi2 .owl-dots .owl-dot.active,
.testimonial2 .testi2 .owl-dots .owl-dot:hover {
    opacity: 1
}

.blog-home1 [class*=col-] {
    transition: .2s ease-in
}

.blog-home1 [class*=col-]:hover {
    transform: translateY(-10px)
}

.footer2 {
    padding: 60px 0;
    color: #a3a7ab
}

.footer2 .f2-middle {
    padding-top: 40px
}

.footer2 .link {
    color: #a3a7ab;
    padding: 10px 15px 10px 0
}

.footer2 .general-listing li a {
    color: #a3a7ab
}

.footer2 .general-listing li a i {
    font-size: 9px;
    margin-right: 10px
}

.footer2 .general-listing li:hover a {
    color: #06a7fd
}

.footer2 .info-box .d-flex {
    padding: 15px 0;
    border-bottom: 1px solid rgba(120, 130, 140, .13)
}

.footer2 .subscribe-box {
    background: rgba(120, 130, 140, .13);
    padding: 25px
}

.footer2 .subscribe-box .form-control {
    background: 0 0;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px solid rgba(120, 130, 140, .13);
    color: #fff;
    border-radius: 0
}

.footer2 .subscribe-box .form-control:focus {
    border-bottom: 1px solid #fff
}

.appointment-form button {
    cursor: pointer;
    border-radius: 0
}

.appointment-form button.active,
.appointment-form button:active {
    background: #ff4d7e;
    background: -webkit-linear-gradient(legacy-direction(to right), #ff4d7e 0, #ff6a5b 100%);
    background: linear-gradient(to right, #ff4d7e 0, #ff6a5b 100%)
}

.wrap-feature5-box .card-body {
    padding: 8px;
}

.wrap-feature5-box .card-body .icon-space {
    padding: 0 30px 20px 0;
    font-size: 45px;
    margin: 0
}

.wrap-feature5-box .card-body p {
    margin-bottom: 0
}

.testimonial6 .testi6 {
    border-right: 1px solid rgba(120, 130, 140, .13)
}

.testimonial6 .testi6 .nav-link {
    border-radius: 0;
    margin: 8px -2px 8px 0
}

.testimonial6 .testi6 .nav-link img {
    width: 70px;
    opacity: .5
}

.testimonial6 .testi6 .nav-link.active {
    background: #f2f8fb;
    color: #4a5568;
    border-right: 3px solid #1dc8cc
}

.testimonial6 .testi6 .nav-link.active img {
    opacity: 1
}

@media (max-width:767px) {
    .testimonial6 .testi6 {
        flex-direction: row !important;
        border-right: 0 solid rgba(120, 130, 140, .13);
        border-bottom: 1px solid rgba(120, 130, 140, .13);
        margin-bottom: 40px
    }

    .testimonial6 .testi6 .nav-link {
        margin: 0 0 -2px 0;
        padding: 10px;
        flex-basis: 0;
        flex-grow: 1
    }

    .testimonial6 .testi6 .nav-link.active {
        border-right: 0 solid #1dc8cc;
        border-bottom: 3px solid #1dc8cc
    }

    .testimonial6 .testi6 .nav-link img {
        width: 40px
    }
}

.timeTableFilters li {
    color: #15283a;
    font-weight: 500;
    cursor: pointer
}

.timeTableFilters li.active a {
    color: #06a7fd;
    cursor: auto
}

.timeTable thead tr th {
    border: 2px solid #fff;
    text-transform: capitalize;
    font-weight: 500;
    color: #404d5f;
    text-align: center;
    line-height: 60px;
    padding: 0
}

.timeTable tbody tr:nth-child(odd) td:first-child {
    background: #ebf0f5
}

.timeTable tbody tr td {
    border: 2px solid #fff;
    font-weight: 500;
    color: #15283a;
    text-align: center;
    padding: 11px;
    visibility: visible;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.timeTable tbody tr td span {
    display: block
}

.timeTable tbody tr td span.room {
    line-height: 1;
    font-size: 12px;
    font-weight: 300;
    margin: 15px 0
}

.timeTable tbody tr td span.time_b {
    margin-bottom: 10px;
    white-space: nowrap
}

.timeTable tbody tr td:first-child {
    color: #404d5f;
    white-space: nowrap;
    line-height: 60px;
    padding: 0 45px
}

.timeTable tbody tr td.cardiac {
    background: #cfecfe
}

.timeTable tbody tr td.cancer {
    background: #fff8ec
}

.timeTable tbody tr td.bgf {
    background: #fff;
    visibility: hidden
}

.timeTable tbody tr td.dental,
.timeTable tbody tr td.general_health,
.timeTable tbody tr td.nurology,
.timeTable tbody tr td.rehabilitation {
    background: #e8fdeb
}

.error-box {
    height: 100%;
    position: fixed;
    background: url(../images/auth-bg.jpg) no-repeat center center #fff;
    width: 100%;
    background-size: cover
}

.error-box .error-body {
    padding-top: 5%
}

.error-box .error-title {
    font-size: 210px;
    font-weight: 900;
    text-shadow: 4px 4px 0 #fff, 6px 6px 0 #15283a;
    line-height: 210px
}

.team1 .pro-pic {
    min-height: 200px
}

.team1 .pro-pic .card-img-overlay {
    background: rgba(26, 139, 243, .87);
    display: none
}

.team1 .pro-pic .card-img-overlay ul {
    position: relative
}

.team1 .pro-pic .card-img-overlay ul li a {
    color: #fff;
    padding: 0 10px;
    transition: .1s ease-in;
    display: block
}

.team1 .pro-pic .card-img-overlay ul li a:hover {
    transform: translate3d(0, -5px, 0)
}

.team1 .pro-pic:hover .card-img-overlay {
    display: block
}

@media (max-width:767px) {
    .team1 .pro-pic {
        background-size: 293px !important
    }
}

.background-list .list-item {
    background: #fff;
    margin-bottom: 12px
}

.background-list .list-item:hover {
    background: #06a7fd
}

.background-list .list-item:hover a {
    color: #fff
}

.background-list .list-item:hover a i {
    color: #fff
}

.background-list .list-item a {
    display: flex;
    align-items: center;
    padding: 17px 20px;
    width: 100%
}

.background-list .list-item a i {
    font-size: 25px;
    color: #06a7fd
}

.lh-29 {
    line-height: 29px
}

@media (min-width:1024px) {
    .page-wrapper {
        padding-top: 164px
    }

    .hover-dropdown .navbar-nav>.dropdown:hover>.dropdown-menu {
        display: block;
        margin-top: 0
    }

    .navbar-nav>.dropdown .dropdown-menu {
        min-width: 100px;
        margin-top: 16px;
    }

    .dropdown-submenu:hover>.dropdown-menu {
        display: block
    }
}

@media (max-width:1023px) {
    .d-flex {
        display: block !important
    }

    .d-flex.no-block {
        display: flex !important
    }

    .h15-info-bar .donate-btn a {
        display: block;
        margin-left: 0
    }

    .h15-info-bar .nav-item .nav-link {
        padding: 0 10px;
        margin: 10px 0
    }

    .po-absolute {
        position: relative
    }

    .slider7 .slide-text {
        padding: 0 !important;
        width: 100% !important
    }

    .slider7 .slide-image {
        height: 430px;
        left: -30%;
        position: relative;
        width: auto !important
    }

    .topbar {
        position: relative
    }

    .topbar.animated {
        animation-duration: 0s
    }

    .topbar.animated.slideInDown {
        -webkit-animation-name: none;
        animation-name: none
    }

    .topbar.inner-topbar {
        position: fixed
    }
}

@media (max-width:767px) {

    .b-l,
    .b-r {
        border-left: 0;
        border-right: 0;
        border-bottom: 1px solid rgba(120, 130, 140, .13)
    }

    .img-inline li.half-width {
        width: 100%
    }

    .both-space {
        margin: 10px 0
    }

    .side-content {
        padding: 40px 20px
    }

    .general-listing.two-part li {
        width: 100%;
        display: block
    }

    .testimonial2 .testi2 .owl-dots {
        top: 0
    }

    .slider7 .slide-image {
        left: -90%;
        width: auto
    }

    .slider7 .slide-content {
        min-width: 100px;
        max-width: 300px;
        min-height: 300px;
        padding: 40px 25px
    }

    .slider7 .h2,
    .slider7 h2 {
        font-size: 28px
    }

    .slider7 p {
        font-size: 14px;
        margin-top: 20px !important
    }

    .slider7 a {
        height: 50px;
        width: 50px;
        font-size: 26px;
        right: 55px
    }

    .slider7 a i {
        line-height: 50px
    }

    .dropdown-submenu>.dropdown-menu.show {
        display: block
    }
}


.side-sticky-social-icon {
    width: initial;
    max-width: initial;
    position: fixed;
    top: 50vh;
    right: 0;
    z-index: 100;
    transform: translateY(-50%);
}



.side-sticky-social-icon-list a {   
    display: block;   
    text-align: center;   
    padding: 8px 16px;   
    transition: all 0.5s ease;   
    color: white;   
    font-size: 20px;   
    } 

.side-sticky-social-icon-list a:hover {
    color: #000;
    /* width: 20px; */
}

.side-sticky-social-icon-list .whatsapp {
    background: #25d366;
    color: white;
}

.side-sticky-social-icon-list .facebook {
    background: #3b5998;
    color: white;
}

.side-sticky-social-icon-list .twitter {
    color: white;
    background: #00acee;
}

.side-sticky-social-icon-list .spotify {
    background: #0e76a8;
    color: white;
}

.side-sticky-social-icon-list .instagram {
    background: linear-gradient(135deg, #f9ce34, #ee2a7b, #6228d7);
    color: white;
}


/* Above xs breakpoint (min-width: 576px) */
@media (min-width: 576px) {
  .hero-banner-category {
    border-right: 1px solid #c7c7c7;
    border-bottom: 0px;
  }
}

/* Below xs breakpoint (max-width: 575.98px) */
@media (max-width: 575.98px) {
  .hero-banner-category {
    border-right: 0px;
    border-bottom: 1px solid #e4e4e4;
    padding: 0.5rem 0 ;
  }
}
