@import url(https://fonts.googleapis.com/css?family=Fjalla+One|Open+Sans|Roboto|Yatra+One);
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

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

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(/images/vendor/owl.carousel/dist/owl.video.play.png?4a37f8008959c75f619bf0a3a4e2d7a2) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.open,
.wipe {
    margin: 0 auto
}

.open,
.typing,
.wipe {
    overflow: hidden
}

.cssanimation,
.cssanimation span {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.cssanimation span {
    display: inline-block
}

.infinite {
    -webkit-animation-iteration-count: infinite!important;
    animation-iteration-count: infinite!important
}

.hu__hu__ {
    -webkit-animation: hu__hu__ infinite 2s ease-in-out;
    animation: hu__hu__ infinite 2s ease-in-out
}

@-webkit-keyframes hu__hu__ {
    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
}

@keyframes hu__hu__ {
    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
}

.leSnake span {
    -webkit-animation: leSnake 1.5s ease-in-out;
    animation: leSnake 1.5s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes leSnake {
    0%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
}

@keyframes leSnake {
    0%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
}

.lePeek span {
    -webkit-animation-name: lePeek;
    animation-name: lePeek
}

@-webkit-keyframes lePeek {
    25% {
        -webkit-transform: rotateX(30deg) translateY(10px) rotate(-13deg);
        transform: rotateX(30deg) translateY(10px) rotate(-13deg)
    }
    50% {
        -webkit-transform: translateY(-22px) rotate(3deg) scale(1.1);
        transform: translateY(-22px) rotate(3deg) scale(1.1)
    }
}

@keyframes lePeek {
    25% {
        -webkit-transform: rotateX(30deg) translateY(10px) rotate(-13deg);
        transform: rotateX(30deg) translateY(10px) rotate(-13deg)
    }
    50% {
        -webkit-transform: translateY(-22px) rotate(3deg) scale(1.1);
        transform: translateY(-22px) rotate(3deg) scale(1.1)
    }
}

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

@-webkit-keyframes effect3d {
    to {
        text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15)
    }
}

@keyframes effect3d {
    to {
        text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15)
    }
}

.leRainDrop span {
    -webkit-animation-name: leRainDrop;
    animation-name: leRainDrop;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes leRainDrop {
    0%,
    25%,
    55%,
    75%,
    87%,
    97%,
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    26%,
    56%,
    76% {
        -webkit-transform: scaleX(1.3) scaleY(.8);
        transform: scaleX(1.3) scaleY(.8)
    }
    31%,
    61%,
    81% {
        -webkit-transform: scaleX(.8) scaleY(1.2);
        transform: scaleX(.8) scaleY(1.2)
    }
    76%,
    88% {
        -webkit-transform: scaleX(1.2);
        transform: scaleX(1.2)
    }
    98% {
        -webkit-transform: scaleX(1.1);
        transform: scaleX(1.1)
    }
}

@keyframes leRainDrop {
    0%,
    25%,
    55%,
    75%,
    87%,
    97%,
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    26%,
    56%,
    76% {
        -webkit-transform: scaleX(1.3) scaleY(.8);
        transform: scaleX(1.3) scaleY(.8)
    }
    31%,
    61%,
    81% {
        -webkit-transform: scaleX(.8) scaleY(1.2);
        transform: scaleX(.8) scaleY(1.2)
    }
    76%,
    88% {
        -webkit-transform: scaleX(1.2);
        transform: scaleX(1.2)
    }
    98% {
        -webkit-transform: scaleX(1.1);
        transform: scaleX(1.1)
    }
}

.pepe {
    -webkit-animation-name: pepe;
    animation-name: pepe;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes pepe {
    0%,
    33%,
    66%,
    to {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }
    16%,
    50%,
    83% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }
}

@keyframes pepe {
    0%,
    33%,
    66%,
    to {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }
    16%,
    50%,
    83% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }
}

.leWaterWave span {
    -webkit-animation: leWaterWave .2s linear infinite;
    animation: leWaterWave .2s linear infinite
}

@-webkit-keyframes leWaterWave {
    50% {
        -webkit-transform: skewY(1deg) skewX(-1deg) scale(1.06);
        transform: skewY(1deg) skewX(-1deg) scale(1.06)
    }
}

@keyframes leWaterWave {
    50% {
        -webkit-transform: skewY(1deg) skewX(-1deg) scale(1.06);
        transform: skewY(1deg) skewX(-1deg) scale(1.06)
    }
}

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

@-webkit-keyframes lightning {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes lightning {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.leJoltZoom span {
    -webkit-animation-name: leJoltZoom;
    animation-name: leJoltZoom
}

@-webkit-keyframes leJoltZoom {
    10% {
        font-size: 140%
    }
    40% {
        font-size: 80%
    }
    to {
        font-size: 100%
    }
}

@keyframes leJoltZoom {
    10% {
        font-size: 140%
    }
    40% {
        font-size: 80%
    }
    to {
        font-size: 100%
    }
}

.typing {
    width: 473px;
    white-space: nowrap;
    border-right: 2px solid #7e2ea0;
    -webkit-animation: typing 2s steps(12), cursor .2s steps(12) infinite;
    animation: typing 2s steps(12), cursor .2s steps(12) infinite
}

.electricity,
.leSkateX span {
    -webkit-animation-iteration-count: infinite
}

@-webkit-keyframes typing {
    0% {
        width: 0
    }
}

@keyframes typing {
    0% {
        width: 0
    }
}

@-webkit-keyframes cursor {
    50% {
        border-color: transparent
    }
}

@keyframes cursor {
    50% {
        border-color: transparent
    }
}

.electricity {
    -webkit-animation-name: electricity;
    animation-name: electricity;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes electricity {
    0%,
    37%,
    48%,
    67%,
    72%,
    80%,
    85%,
    93%,
    96% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    4%,
    12%,
    20%,
    28%,
    52%,
    56%,
    60%,
    64%,
    88% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    8%,
    16%,
    24%,
    32%,
    40%,
    44% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
    76%,
    to {
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
}

@keyframes electricity {
    0%,
    37%,
    48%,
    67%,
    72%,
    80%,
    85%,
    93%,
    96% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    4%,
    12%,
    20%,
    28%,
    52%,
    56%,
    60%,
    64%,
    88% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    8%,
    16%,
    24%,
    32%,
    40%,
    44% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
    76%,
    to {
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
}

.wipe {
    width: 473px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-animation-name: wipe;
    animation-name: wipe
}

@-webkit-keyframes wipe {
    to {
        width: 0
    }
}

@keyframes wipe {
    to {
        width: 0
    }
}

.open {
    width: 473px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-animation-name: open;
    animation-name: open
}

@-webkit-keyframes open {
    0% {
        width: 0
    }
}

@keyframes open {
    0% {
        width: 0
    }
}

.leMagnify span {
    -webkit-animation-name: leMagnify;
    animation-name: leMagnify
}

@-webkit-keyframes leMagnify {
    50% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        letter-spacing: 26px
    }
}

@keyframes leMagnify {
    50% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        letter-spacing: 26px
    }
}

.leBeat span {
    -webkit-animation-name: leBeat;
    animation-name: leBeat
}

@-webkit-keyframes leBeat {
    14%,
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    28%,
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes leBeat {
    14%,
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    28%,
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.leFadeIn span {
    -webkit-animation-name: leFadeIn;
    animation-name: leFadeIn
}

@-webkit-keyframes leFadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes leFadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.leFadeInLeft span {
    -webkit-animation-name: leFadeInLeft;
    animation-name: leFadeInLeft
}

@-webkit-keyframes leFadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-60px);
        transform: translateX(-60px)
    }
    to {
        opacity: 1
    }
}

@keyframes leFadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-60px);
        transform: translateX(-60px)
    }
    to {
        opacity: 1
    }
}

.leFadeInRight span {
    -webkit-animation-name: leFadeInRight;
    animation-name: leFadeInRight
}

@-webkit-keyframes leFadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(60px);
        transform: translateX(60px)
    }
    to {
        opacity: 1
    }
}

@keyframes leFadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(60px);
        transform: translateX(60px)
    }
    to {
        opacity: 1
    }
}

.leFadeInTop span {
    -webkit-animation-name: leFadeInTop;
    animation-name: leFadeInTop
}

@-webkit-keyframes leFadeInTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    to {
        opacity: 1
    }
}

@keyframes leFadeInTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    to {
        opacity: 1
    }
}

.leFadeInBottom span {
    -webkit-animation-name: leFadeInBottom;
    animation-name: leFadeInBottom
}

@-webkit-keyframes leFadeInBottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    to {
        opacity: 1
    }
}

@keyframes leFadeInBottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    to {
        opacity: 1
    }
}

.leFadeOut span {
    -webkit-animation-name: leFadeOut;
    animation-name: leFadeOut
}

@-webkit-keyframes leFadeOut {
    to {
        opacity: 0
    }
}

@keyframes leFadeOut {
    to {
        opacity: 0
    }
}

.leFadeOutLeft span {
    -webkit-animation-name: leFadeOutLeft;
    animation-name: leFadeOutLeft
}

@-webkit-keyframes leFadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(-60px);
        transform: translateX(-60px)
    }
}

@keyframes leFadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(-60px);
        transform: translateX(-60px)
    }
}

.leFadeOutRight span {
    -webkit-animation-name: leFadeOutRight;
    animation-name: leFadeOutRight
}

@-webkit-keyframes leFadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(60px);
        transform: translateX(60px)
    }
}

@keyframes leFadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(60px);
        transform: translateX(60px)
    }
}

.leFadeOutTop span {
    -webkit-animation-name: leFadeOutTop;
    animation-name: leFadeOutTop
}

@-webkit-keyframes leFadeOutTop {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes leFadeOutTop {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.leFadeOutBottom span {
    -webkit-animation-name: leFadeOutBottom;
    animation-name: leFadeOutBottom
}

@-webkit-keyframes leFadeOutBottom {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes leFadeOutBottom {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

.leMovingBackFromRight span {
    -webkit-animation-name: leMovingBackFromRight;
    animation-name: leMovingBackFromRight;
    -webkit-transform-origin: bottom;
    transform-origin: bottom
}

@-webkit-keyframes leMovingBackFromRight {
    40% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-animation-timing-function: cubic-bezier(0, .9, .7, 1.45);
        animation-timing-function: cubic-bezier(0, .9, .7, 1.45)
    }
}

@keyframes leMovingBackFromRight {
    40% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-animation-timing-function: cubic-bezier(0, .9, .7, 1.45);
        animation-timing-function: cubic-bezier(0, .9, .7, 1.45)
    }
}

.leMovingBackFromLeft span {
    -webkit-animation-name: leMovingBackFromLeft;
    animation-name: leMovingBackFromLeft;
    -webkit-transform-origin: bottom;
    transform-origin: bottom
}

@-webkit-keyframes leMovingBackFromLeft {
    40% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-animation-timing-function: cubic-bezier(0, .9, .7, 1.45);
        animation-timing-function: cubic-bezier(0, .9, .7, 1.45)
    }
}

@keyframes leMovingBackFromLeft {
    40% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-animation-timing-function: cubic-bezier(0, .9, .7, 1.45);
        animation-timing-function: cubic-bezier(0, .9, .7, 1.45)
    }
}

.leKickOutBehind span {
    -webkit-animation-name: leKickOutFront;
    animation-name: leKickOutFront;
    -webkit-transform-origin: top;
    transform-origin: top
}

@-webkit-keyframes leKickOutFront {
    40% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-animation-timing-function: cubic-bezier(0, .9, .7, 1.45);
        animation-timing-function: cubic-bezier(0, .9, .7, 1.45)
    }
}

@keyframes leKickOutFront {
    40% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-animation-timing-function: cubic-bezier(0, .9, .7, 1.45);
        animation-timing-function: cubic-bezier(0, .9, .7, 1.45)
    }
}

.leKickOutFront span {
    -webkit-animation-name: leKickOutBehind;
    animation-name: leKickOutBehind;
    -webkit-transform-origin: top;
    transform-origin: top
}

@-webkit-keyframes leKickOutBehind {
    40% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-animation-timing-function: cubic-bezier(0, .9, .7, 1.45);
        animation-timing-function: cubic-bezier(0, .9, .7, 1.45)
    }
}

@keyframes leKickOutBehind {
    40% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-animation-timing-function: cubic-bezier(0, .9, .7, 1.45);
        animation-timing-function: cubic-bezier(0, .9, .7, 1.45)
    }
}

.leSkateX span {
    -webkit-animation-name: leScaleX;
    animation-name: leScaleX;
    animation-iteration-count: infinite
}

.leSkateX span,
.leSkateXY span,
.leSkateY span {
    -webkit-animation-iteration-count: infinite
}

@-webkit-keyframes leScaleX {
    50% {
        -webkit-transform: scaleX(.4);
        transform: scaleX(.4)
    }
}

@keyframes leScaleX {
    50% {
        -webkit-transform: scaleX(.4);
        transform: scaleX(.4)
    }
}

.leSkateY span {
    -webkit-animation-name: leSkateY;
    animation-name: leSkateY;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes leSkateY {
    50% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }
}

@keyframes leSkateY {
    50% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }
}

.leSkateXY span {
    -webkit-animation-name: leSkateXY;
    animation-name: leSkateXY;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s
}

@-webkit-keyframes leSkateXY {
    25% {
        -webkit-transform: scale3d(1, .4, 0);
        transform: scale3d(1, .4, 0)
    }
    50% {
        -webkit-transform: scale3d(.4, .4, 1);
        transform: scale3d(.4, .4, 1)
    }
    75% {
        -webkit-transform: scaleX(.4);
        transform: scaleX(.4)
    }
}

@keyframes leSkateXY {
    25% {
        -webkit-transform: scale3d(1, .4, 0);
        transform: scale3d(1, .4, 0)
    }
    50% {
        -webkit-transform: scale3d(.4, .4, 1);
        transform: scale3d(.4, .4, 1)
    }
    75% {
        -webkit-transform: scaleX(.4);
        transform: scaleX(.4)
    }
}

.leScaleXIn span {
    -webkit-animation-name: leScaleXIn;
    animation-name: leScaleXIn
}

@-webkit-keyframes leScaleXIn {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    50% {
        opacity: 1
    }
}

@keyframes leScaleXIn {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    50% {
        opacity: 1
    }
}

.leScaleXOut span {
    -webkit-animation-name: leScaleXOut;
    animation-name: leScaleXOut
}

@-webkit-keyframes leScaleXOut {
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    0% {
        opacity: 1
    }
}

@keyframes leScaleXOut {
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    0% {
        opacity: 1
    }
}

.leScaleYIn span {
    -webkit-animation-name: leScaleYIn;
    animation-name: leScaleYIn
}

@-webkit-keyframes leScaleYIn {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    50% {
        opacity: 1
    }
}

@keyframes leScaleYIn {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    50% {
        opacity: 1
    }
}

.leScaleYOut span {
    -webkit-animation-name: leScaleYOut;
    animation-name: leScaleYOut
}

@-webkit-keyframes leScaleYOut {
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    0% {
        opacity: 1
    }
}

@keyframes leScaleYOut {
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    0% {
        opacity: 1
    }
}

.leJump span {
    -webkit-animation-name: leJump;
    animation-name: leJump;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes leJump {
    to {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes leJump {
    to {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

.leAboundTop span {
    -webkit-animation-name: leAboundTop;
    animation-name: leAboundTop
}

@-webkit-keyframes leAboundTop {
    50% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes leAboundTop {
    50% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.leAboundBottom span {
    -webkit-animation-name: leAboundBottom;
    animation-name: leAboundBottom
}

@-webkit-keyframes leAboundBottom {
    50% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes leAboundBottom {
    50% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.leAboundLeft span {
    -webkit-animation-name: leAboundLeft;
    animation-name: leAboundLeft
}

@-webkit-keyframes leAboundLeft {
    50% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes leAboundLeft {
    50% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.leAboundRight span {
    -webkit-animation-name: leAboundRight;
    animation-name: leAboundRight
}

@-webkit-keyframes leAboundRight {
    50% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes leAboundRight {
    50% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.leFlyInTop span {
    -webkit-animation-name: leFlyInTop;
    animation-name: leFlyInTop
}

@-webkit-keyframes leFlyInTop {
    0% {
        -webkit-transform: translateY(-80px);
        transform: translateY(-80px);
        opacity: 0
    }
    50% {
        -webkit-transform: translate(10px, 50px);
        transform: translate(10px, 50px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}

@keyframes leFlyInTop {
    0% {
        -webkit-transform: translateY(-80px);
        transform: translateY(-80px);
        opacity: 0
    }
    50% {
        -webkit-transform: translate(10px, 50px);
        transform: translate(10px, 50px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}

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

.leFlyInLeft span,
.leFlyInRight span,
.leFlyOutLeft span {
    -webkit-animation-timing-function: ease-in-out
}

@-webkit-keyframes leFlyInLeft {
    0% {
        -webkit-transform: translate(-40px);
        transform: translate(-40px);
        opacity: 0
    }
    50% {
        -webkit-transform: translate(40px);
        transform: translate(40px)
    }
}

@keyframes leFlyInLeft {
    0% {
        -webkit-transform: translate(-40px);
        transform: translate(-40px);
        opacity: 0
    }
    50% {
        -webkit-transform: translate(40px);
        transform: translate(40px)
    }
}

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

@-webkit-keyframes leFlyInRight {
    0% {
        -webkit-transform: translate(40px);
        transform: translate(40px);
        opacity: 0
    }
    50% {
        -webkit-transform: translate(-40px);
        transform: translate(-40px)
    }
}

@keyframes leFlyInRight {
    0% {
        -webkit-transform: translate(40px);
        transform: translate(40px);
        opacity: 0
    }
    50% {
        -webkit-transform: translate(-40px);
        transform: translate(-40px)
    }
}

.leFlyInBottom span {
    -webkit-animation-name: leFlyInBottom;
    animation-name: leFlyInBottom
}

@-webkit-keyframes leFlyInBottom {
    0% {
        -webkit-transform: translateY(80px);
        transform: translateY(80px);
        opacity: 0
    }
    50% {
        -webkit-transform: translate(10px, -50px);
        transform: translate(10px, -50px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}

@keyframes leFlyInBottom {
    0% {
        -webkit-transform: translateY(80px);
        transform: translateY(80px);
        opacity: 0
    }
    50% {
        -webkit-transform: translate(10px, -50px);
        transform: translate(10px, -50px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}

.leFlyOutTop span {
    -webkit-animation-name: leFlyOutTop;
    animation-name: leFlyOutTop
}

@-webkit-keyframes leFlyOutTop {
    50% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }
    to {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0
    }
}

@keyframes leFlyOutTop {
    50% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }
    to {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0
    }
}

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

@-webkit-keyframes leFlyOutLeft {
    50% {
        -webkit-transform: translate(40px);
        transform: translate(40px)
    }
    to {
        -webkit-transform: translate(-100px);
        transform: translate(-100px);
        opacity: 0
    }
}

@keyframes leFlyOutLeft {
    50% {
        -webkit-transform: translate(40px);
        transform: translate(40px)
    }
    to {
        -webkit-transform: translate(-100px);
        transform: translate(-100px);
        opacity: 0
    }
}

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

@-webkit-keyframes leFlyOutRight {
    50% {
        -webkit-transform: translate(-40px);
        transform: translate(-40px)
    }
    to {
        -webkit-transform: translate(100px);
        transform: translate(100px);
        opacity: 0
    }
}

@keyframes leFlyOutRight {
    50% {
        -webkit-transform: translate(-40px);
        transform: translate(-40px)
    }
    to {
        -webkit-transform: translate(100px);
        transform: translate(100px);
        opacity: 0
    }
}

.leFlyOutBottom span {
    -webkit-animation-name: leFlyOutBottom;
    animation-name: leFlyOutBottom
}

@-webkit-keyframes leFlyOutBottom {
    50% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }
    to {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0
    }
}

@keyframes leFlyOutBottom {
    50% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }
    to {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0
    }
}

.leDoorCloseLeft span {
    -webkit-animation-name: leDoorCloseLeft;
    animation-name: leDoorCloseLeft
}

@-webkit-keyframes leDoorCloseLeft {
    0%,
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-transform-origin: left;
        transform-origin: left
    }
    0% {
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes leDoorCloseLeft {
    0%,
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-transform-origin: left;
        transform-origin: left
    }
    0% {
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.leDoorOpenRight span {
    -webkit-animation-name: leDoorOpenRight;
    animation-name: leDoorOpenRight
}

@-webkit-keyframes leDoorOpenRight {
    0%,
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-transform-origin: left;
        transform-origin: left
    }
    to {
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
        opacity: 0
    }
}

@keyframes leDoorOpenRight {
    0%,
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-transform-origin: left;
        transform-origin: left
    }
    to {
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
        opacity: 0
    }
}

.leDoorCloseRight span {
    -webkit-animation-name: leDoorCloseRight;
    animation-name: leDoorCloseRight
}

@-webkit-keyframes leDoorCloseRight {
    0%,
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-transform-origin: right;
        transform-origin: right
    }
    0% {
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes leDoorCloseRight {
    0%,
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-transform-origin: right;
        transform-origin: right
    }
    0% {
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.leDoorOpenLeft span {
    -webkit-animation-name: leDoorOpenLeft;
    animation-name: leDoorOpenLeft
}

@-webkit-keyframes leDoorOpenLeft {
    0%,
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-transform-origin: right;
        transform-origin: right
    }
    to {
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
        opacity: 0
    }
}

@keyframes leDoorOpenLeft {
    0%,
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-transform-origin: right;
        transform-origin: right
    }
    to {
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
        opacity: 0
    }
}

.leHangAndDropLeft span {
    -webkit-animation-name: leHangAndDropLeft;
    animation-name: leHangAndDropLeft
}

@-webkit-keyframes leHangAndDropLeft {
    0% {
        -webkit-transform-origin: left;
        transform-origin: left
    }
    50% {
        -webkit-transform: rotate(100deg);
        transform: rotate(100deg);
        -webkit-transform-origin: left;
        transform-origin: left
    }
    60% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: left;
        transform-origin: left
    }
    to {
        -webkit-transform: translateY(800px) rotate(70deg);
        transform: translateY(800px) rotate(70deg);
        -webkit-transform-origin: left;
        transform-origin: left
    }
}

@keyframes leHangAndDropLeft {
    0% {
        -webkit-transform-origin: left;
        transform-origin: left
    }
    50% {
        -webkit-transform: rotate(100deg);
        transform: rotate(100deg);
        -webkit-transform-origin: left;
        transform-origin: left
    }
    60% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: left;
        transform-origin: left
    }
    to {
        -webkit-transform: translateY(800px) rotate(70deg);
        transform: translateY(800px) rotate(70deg);
        -webkit-transform-origin: left;
        transform-origin: left
    }
}

.leHangAndDropRight span {
    -webkit-animation-name: leHangAndDropRight;
    animation-name: leHangAndDropRight
}

@-webkit-keyframes leHangAndDropRight {
    0% {
        -webkit-transform-origin: right;
        transform-origin: right
    }
    50% {
        -webkit-transform: rotate(-100deg);
        transform: rotate(-100deg);
        -webkit-transform-origin: right;
        transform-origin: right
    }
    60% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: right;
        transform-origin: right
    }
    to {
        -webkit-transform: translateY(800px) rotate(-70deg);
        transform: translateY(800px) rotate(-70deg);
        -webkit-transform-origin: right;
        transform-origin: right
    }
}

@keyframes leHangAndDropRight {
    0% {
        -webkit-transform-origin: right;
        transform-origin: right
    }
    50% {
        -webkit-transform: rotate(-100deg);
        transform: rotate(-100deg);
        -webkit-transform-origin: right;
        transform-origin: right
    }
    60% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: right;
        transform-origin: right
    }
    to {
        -webkit-transform: translateY(800px) rotate(-70deg);
        transform: translateY(800px) rotate(-70deg);
        -webkit-transform-origin: right;
        transform-origin: right
    }
}

.leRencontre span {
    -webkit-animation: leRencontre .4s;
    animation: leRencontre .4s;
    animation-iteration-count: infinite
}

.leHorizontalShake span,
.lePulseShake span,
.leRencontre span {
    -webkit-animation-iteration-count: infinite
}

@-webkit-keyframes leRencontre {
    0%,
    33%,
    to {
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        -webkit-animation-timing-function: cubic-bezier(.17, .67, .79, 1.83);
        animation-timing-function: cubic-bezier(.17, .67, .79, 1.83)
    }
    33% {
        -webkit-transform: translateY(-2px) rotate(-3deg);
        transform: translateY(-2px) rotate(-3deg)
    }
    66% {
        -webkit-transform: translateY(2px) rotate(3deg);
        transform: translateY(2px) rotate(3deg)
    }
}

@keyframes leRencontre {
    0%,
    33%,
    to {
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        -webkit-animation-timing-function: cubic-bezier(.17, .67, .79, 1.83);
        animation-timing-function: cubic-bezier(.17, .67, .79, 1.83)
    }
    33% {
        -webkit-transform: translateY(-2px) rotate(-3deg);
        transform: translateY(-2px) rotate(-3deg)
    }
    66% {
        -webkit-transform: translateY(2px) rotate(3deg);
        transform: translateY(2px) rotate(3deg)
    }
}

.lePulseShake span {
    -webkit-animation-name: lePulseShake;
    animation-name: lePulseShake;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes lePulseShake {
    90% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    92% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    96% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    98% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes lePulseShake {
    90% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    92% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    96% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    98% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.leHorizontalShake span {
    -webkit-animation-name: leHorizontalShake;
    animation-name: leHorizontalShake;
    animation-iteration-count: infinite
}

.leHorizontalShake span,
.leMadMax span,
.leVerticalShake span {
    -webkit-animation-iteration-count: infinite
}

@-webkit-keyframes leHorizontalShake {
    3%,
    12%,
    21%,
    30%,
    39%,
    48%,
    57%,
    65%,
    74%,
    92% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }
    6%,
    15%,
    24%,
    33%,
    42%,
    51%,
    60%,
    68%,
    77%,
    86%,
    95% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px)
    }
    9%,
    18%,
    27%,
    36%,
    45%,
    54%,
    63%,
    71%,
    80%,
    89%,
    98% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }
}

@keyframes leHorizontalShake {
    3%,
    12%,
    21%,
    30%,
    39%,
    48%,
    57%,
    65%,
    74%,
    92% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }
    6%,
    15%,
    24%,
    33%,
    42%,
    51%,
    60%,
    68%,
    77%,
    86%,
    95% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px)
    }
    9%,
    18%,
    27%,
    36%,
    45%,
    54%,
    63%,
    71%,
    80%,
    89%,
    98% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }
}

.leVerticalShake span {
    -webkit-animation-name: leVerticalShake;
    animation-name: leVerticalShake;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes leVerticalShake {
    3%,
    12%,
    21%,
    30%,
    39%,
    48%,
    57%,
    65%,
    74%,
    83%,
    92% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
    6%,
    15%,
    24%,
    33%,
    42%,
    51%,
    60%,
    68%,
    77%,
    86%,
    95% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }
    9%,
    18%,
    27%,
    36%,
    45%,
    54%,
    63%,
    71%,
    80%,
    89%,
    98% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

@keyframes leVerticalShake {
    3%,
    12%,
    21%,
    30%,
    39%,
    48%,
    57%,
    65%,
    74%,
    83%,
    92% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
    6%,
    15%,
    24%,
    33%,
    42%,
    51%,
    60%,
    68%,
    77%,
    86%,
    95% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }
    9%,
    18%,
    27%,
    36%,
    45%,
    54%,
    63%,
    71%,
    80%,
    89%,
    98% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

.leMadMax span {
    -webkit-animation-name: leMadMax;
    animation-name: leMadMax;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes leMadMax {
    3%,
    12%,
    21%,
    30%,
    39%,
    48%,
    57%,
    65%,
    74%,
    83%,
    92% {
        -webkit-transform: translateY(5px) scale(1.1);
        transform: translateY(5px) scale(1.1)
    }
    6%,
    15%,
    24%,
    33%,
    42%,
    51%,
    60%,
    68%,
    77%,
    86%,
    95% {
        -webkit-transform: translateY(3px) scale(.8);
        transform: translateY(3px) scale(.8)
    }
    9%,
    18%,
    27%,
    36%,
    45%,
    54%,
    63%,
    71%,
    80%,
    89%,
    98% {
        -webkit-transform: translateY(-5px) scale(1.1);
        transform: translateY(-5px) scale(1.1)
    }
}

@keyframes leMadMax {
    3%,
    12%,
    21%,
    30%,
    39%,
    48%,
    57%,
    65%,
    74%,
    83%,
    92% {
        -webkit-transform: translateY(5px) scale(1.1);
        transform: translateY(5px) scale(1.1)
    }
    6%,
    15%,
    24%,
    33%,
    42%,
    51%,
    60%,
    68%,
    77%,
    86%,
    95% {
        -webkit-transform: translateY(3px) scale(.8);
        transform: translateY(3px) scale(.8)
    }
    9%,
    18%,
    27%,
    36%,
    45%,
    54%,
    63%,
    71%,
    80%,
    89%,
    98% {
        -webkit-transform: translateY(-5px) scale(1.1);
        transform: translateY(-5px) scale(1.1)
    }
}

.leHorizontalTremble span {
    -webkit-animation-name: leHorizontalTremble;
    animation-name: leHorizontalTremble;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes leHorizontalTremble {
    3%,
    21%,
    39%,
    57%,
    74%,
    92% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }
    6%,
    24%,
    42%,
    60%,
    77%,
    95% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px)
    }
    9%,
    27%,
    45%,
    63%,
    80%,
    98% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }
}

@keyframes leHorizontalTremble {
    3%,
    21%,
    39%,
    57%,
    74%,
    92% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }
    6%,
    24%,
    42%,
    60%,
    77%,
    95% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px)
    }
    9%,
    27%,
    45%,
    63%,
    80%,
    98% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }
}

.leVerticalTremble span {
    -webkit-animation-name: leVerticalTremble;
    animation-name: leVerticalTremble;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes leVerticalTremble {
    3%,
    21%,
    39%,
    57%,
    74%,
    92% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
    6%,
    24%,
    42%,
    60%,
    77%,
    95% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }
    9%,
    27%,
    45%,
    63%,
    80%,
    98% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

@keyframes leVerticalTremble {
    3%,
    21%,
    39%,
    57%,
    74%,
    92% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
    6%,
    24%,
    42%,
    60%,
    77%,
    95% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }
    9%,
    27%,
    45%,
    63%,
    80%,
    98% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

.leCrazyCool span {
    -webkit-animation-name: leCrazyCool;
    animation-name: leCrazyCool;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes leCrazyCool {
    3%,
    21%,
    39%,
    57%,
    74%,
    92% {
        -webkit-transform: translateY(5px) scale(1.1);
        transform: translateY(5px) scale(1.1)
    }
    6%,
    24%,
    42%,
    60%,
    77%,
    95% {
        -webkit-transform: translateY(3px) scale(.8);
        transform: translateY(3px) scale(.8)
    }
    9%,
    27%,
    45%,
    63%,
    80%,
    98% {
        -webkit-transform: translateY(-5px) scale(1.1);
        transform: translateY(-5px) scale(1.1)
    }
}

@keyframes leCrazyCool {
    3%,
    21%,
    39%,
    57%,
    74%,
    92% {
        -webkit-transform: translateY(5px) scale(1.1);
        transform: translateY(5px) scale(1.1)
    }
    6%,
    24%,
    42%,
    60%,
    77%,
    95% {
        -webkit-transform: translateY(3px) scale(.8);
        transform: translateY(3px) scale(.8)
    }
    9%,
    27%,
    45%,
    63%,
    80%,
    98% {
        -webkit-transform: translateY(-5px) scale(1.1);
        transform: translateY(-5px) scale(1.1)
    }
}

.leVibration span {
    -webkit-animation: leVibration .1s linear infinite;
    animation: leVibration .1s linear infinite
}

.heartbeatFast,
.heartbeatSlow {
    -webkit-animation-iteration-count: infinite
}

@-webkit-keyframes leVibration {
    50% {
        -webkit-transform: skewY(1deg) skewX(-1deg) scale(1.06);
        transform: skewY(1deg) skewX(-1deg) scale(1.06)
    }
}

@keyframes leVibration {
    50% {
        -webkit-transform: skewY(1deg) skewX(-1deg) scale(1.06);
        transform: skewY(1deg) skewX(-1deg) scale(1.06)
    }
}

.lePushReleaseFrom span {
    -webkit-animation-name: lePushReleaseFrom;
    animation-name: lePushReleaseFrom
}

@-webkit-keyframes lePushReleaseFrom {
    0% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0
    }
    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

@keyframes lePushReleaseFrom {
    0% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0
    }
    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

.lePushReleaseFromLeft span {
    -webkit-animation-name: lePushReleaseFromLeft;
    animation-name: lePushReleaseFromLeft
}

@-webkit-keyframes lePushReleaseFromLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }
    30% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }
}

@keyframes lePushReleaseFromLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }
    30% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }
}

.lePushReleaseFromTop span {
    -webkit-animation-name: lePushReleaseFromTop;
    animation-name: lePushReleaseFromTop
}

@-webkit-keyframes lePushReleaseFromTop {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0
    }
    30% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }
}

@keyframes lePushReleaseFromTop {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0
    }
    30% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }
}

.lePushReleaseFromBottom span {
    -webkit-animation-name: lePushReleaseFromBottom;
    animation-name: lePushReleaseFromBottom
}

@-webkit-keyframes lePushReleaseFromBottom {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0
    }
    30% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }
}

@keyframes lePushReleaseFromBottom {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0
    }
    30% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }
}

.lePushReleaseTo span {
    -webkit-animation-name: lePushReleaseTo;
    animation-name: lePushReleaseTo
}

@-webkit-keyframes lePushReleaseTo {
    30% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    to {
        -webkit-transform: scale(5);
        transform: scale(5);
        opacity: 0
    }
}

@keyframes lePushReleaseTo {
    30% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    to {
        -webkit-transform: scale(5);
        transform: scale(5);
        opacity: 0
    }
}

.lePushReleaseToTop span {
    -webkit-animation-name: lePushReleaseToTop;
    animation-name: lePushReleaseToTop
}

@-webkit-keyframes lePushReleaseToTop {
    30% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }
    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0
    }
}

@keyframes lePushReleaseToTop {
    30% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }
    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0
    }
}

.lePushReleaseToBottom span {
    -webkit-animation-name: lePushReleaseToBottom;
    animation-name: lePushReleaseToBottom
}

@-webkit-keyframes lePushReleaseToBottom {
    30% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }
    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0
    }
}

@keyframes lePushReleaseToBottom {
    30% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }
    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0
    }
}

.leFlipInTop span {
    -webkit-animation-name: leFlipInTop;
    animation-name: leFlipInTop
}

@-webkit-keyframes leFlipInTop {
    0% {
        -webkit-transform: perspective(600px);
        transform: perspective(600px);
        opacity: 0
    }
    30% {
        -webkit-transform: perspective(600px) rotateX(180deg);
        transform: perspective(600px) rotateX(180deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    to {
        -webkit-transform: perspective(600px);
        transform: perspective(600px)
    }
}

@keyframes leFlipInTop {
    0% {
        -webkit-transform: perspective(600px);
        transform: perspective(600px);
        opacity: 0
    }
    30% {
        -webkit-transform: perspective(600px) rotateX(180deg);
        transform: perspective(600px) rotateX(180deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    to {
        -webkit-transform: perspective(600px);
        transform: perspective(600px)
    }
}

.leFlipOutTop span {
    -webkit-animation-name: leFlipOutTop;
    animation-name: leFlipOutTop
}

@-webkit-keyframes leFlipOutTop {
    70% {
        -webkit-transform: perspective(600px) rotateX(180deg);
        transform: perspective(600px) rotateX(180deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    to {
        opacity: 0;
        -webkit-transform: perspective(600px);
        transform: perspective(600px)
    }
}

@keyframes leFlipOutTop {
    70% {
        -webkit-transform: perspective(600px) rotateX(180deg);
        transform: perspective(600px) rotateX(180deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    to {
        opacity: 0;
        -webkit-transform: perspective(600px);
        transform: perspective(600px)
    }
}

.leFlipInBottom span {
    -webkit-animation-name: leFlipInBottom;
    animation-name: leFlipInBottom
}

@-webkit-keyframes leFlipInBottom {
    0% {
        -webkit-transform: perspective(600px);
        transform: perspective(600px);
        opacity: 0
    }
    30% {
        -webkit-transform: perspective(600px) rotateX(180deg);
        transform: perspective(600px) rotateX(180deg);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    to {
        -webkit-transform: perspective(600px);
        transform: perspective(600px)
    }
}

@keyframes leFlipInBottom {
    0% {
        -webkit-transform: perspective(600px);
        transform: perspective(600px);
        opacity: 0
    }
    30% {
        -webkit-transform: perspective(600px) rotateX(180deg);
        transform: perspective(600px) rotateX(180deg);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    to {
        -webkit-transform: perspective(600px);
        transform: perspective(600px)
    }
}

.leFlipOutBottom span {
    -webkit-animation-name: leFlipOutBottom;
    animation-name: leFlipOutBottom
}

@-webkit-keyframes leFlipOutBottom {
    70% {
        -webkit-transform: perspective(600px) rotateX(180deg);
        transform: perspective(600px) rotateX(180deg);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    to {
        opacity: 0;
        -webkit-transform: perspective(600px);
        transform: perspective(600px)
    }
}

@keyframes leFlipOutBottom {
    70% {
        -webkit-transform: perspective(600px) rotateX(180deg);
        transform: perspective(600px) rotateX(180deg);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    to {
        opacity: 0;
        -webkit-transform: perspective(600px);
        transform: perspective(600px)
    }
}

.leElevateLeft span {
    -webkit-animation-name: leElevateLeft;
    animation-name: leElevateLeft
}

@-webkit-keyframes leElevateLeft {
    0% {
        -webkit-transform: translateY(100%) rotate(-20deg);
        transform: translateY(100%) rotate(-20deg);
        -webkit-transform-origin: right;
        transform-origin: right;
        opacity: 0
    }
    40% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
        -webkit-transform-origin: right;
        transform-origin: right
    }
    65% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: right;
        transform-origin: right
    }
}

@keyframes leElevateLeft {
    0% {
        -webkit-transform: translateY(100%) rotate(-20deg);
        transform: translateY(100%) rotate(-20deg);
        -webkit-transform-origin: right;
        transform-origin: right;
        opacity: 0
    }
    40% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
        -webkit-transform-origin: right;
        transform-origin: right
    }
    65% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: right;
        transform-origin: right
    }
}

.leElevateRight span {
    -webkit-animation-name: leElevateRight;
    animation-name: leElevateRight
}

@-webkit-keyframes leElevateRight {
    0% {
        -webkit-transform: translateY(100%) rotate(20deg);
        transform: translateY(100%) rotate(20deg);
        -webkit-transform-origin: left;
        transform-origin: left;
        opacity: 0
    }
    40% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
        -webkit-transform-origin: left;
        transform-origin: left
    }
    65% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: left;
        transform-origin: left
    }
}

@keyframes leElevateRight {
    0% {
        -webkit-transform: translateY(100%) rotate(20deg);
        transform: translateY(100%) rotate(20deg);
        -webkit-transform-origin: left;
        transform-origin: left;
        opacity: 0
    }
    40% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
        -webkit-transform-origin: left;
        transform-origin: left
    }
    65% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: left;
        transform-origin: left
    }
}

.leRollFromLeft span {
    -webkit-animation-name: leRollFromLeft;
    animation-name: leRollFromLeft
}

@-webkit-keyframes leRollFromLeft {
    0% {
        -webkit-transform: translateX(-60px) perspective(600px) rotateY(180deg);
        transform: translateX(-60px) perspective(600px) rotateY(180deg);
        opacity: 0
    }
}

@keyframes leRollFromLeft {
    0% {
        -webkit-transform: translateX(-60px) perspective(600px) rotateY(180deg);
        transform: translateX(-60px) perspective(600px) rotateY(180deg);
        opacity: 0
    }
}

.leRollFromRight span {
    -webkit-animation-name: leRollFromRight;
    animation-name: leRollFromRight
}

@-webkit-keyframes leRollFromRight {
    0% {
        -webkit-transform: translateX(60px) perspective(600px) rotateY(-180deg);
        transform: translateX(60px) perspective(600px) rotateY(-180deg);
        opacity: 0
    }
}

@keyframes leRollFromRight {
    0% {
        -webkit-transform: translateX(60px) perspective(600px) rotateY(-180deg);
        transform: translateX(60px) perspective(600px) rotateY(-180deg);
        opacity: 0
    }
}

.leRollFromTop span {
    -webkit-animation-name: leRollFromTop;
    animation-name: leRollFromTop
}

@-webkit-keyframes leRollFromTop {
    0% {
        -webkit-transform: translateY(-60px) perspective(600px) rotateX(180deg);
        transform: translateY(-60px) perspective(600px) rotateX(180deg);
        opacity: 0
    }
}

@keyframes leRollFromTop {
    0% {
        -webkit-transform: translateY(-60px) perspective(600px) rotateX(180deg);
        transform: translateY(-60px) perspective(600px) rotateX(180deg);
        opacity: 0
    }
}

.leRollFromBottom span {
    -webkit-animation-name: leRollFromBottom;
    animation-name: leRollFromBottom
}

@-webkit-keyframes leRollFromBottom {
    0% {
        -webkit-transform: translateY(60px) perspective(600px) rotateX(-180deg);
        transform: translateY(60px) perspective(600px) rotateX(-180deg);
        opacity: 0
    }
}

@keyframes leRollFromBottom {
    0% {
        -webkit-transform: translateY(60px) perspective(600px) rotateX(-180deg);
        transform: translateY(60px) perspective(600px) rotateX(-180deg);
        opacity: 0
    }
}

.leRollToLeft span {
    -webkit-animation-name: leRollToLeft;
    animation-name: leRollToLeft
}

@-webkit-keyframes leRollToLeft {
    to {
        -webkit-transform: translateX(-60px) perspective(600px) rotateY(180deg);
        transform: translateX(-60px) perspective(600px) rotateY(180deg);
        opacity: 0
    }
}

@keyframes leRollToLeft {
    to {
        -webkit-transform: translateX(-60px) perspective(600px) rotateY(180deg);
        transform: translateX(-60px) perspective(600px) rotateY(180deg);
        opacity: 0
    }
}

.leRollToRight span {
    -webkit-animation-name: leRollToRight;
    animation-name: leRollToRight
}

@-webkit-keyframes leRollToRight {
    to {
        -webkit-transform: translateX(60px) perspective(600px) rotateY(-180deg);
        transform: translateX(60px) perspective(600px) rotateY(-180deg);
        opacity: 0
    }
}

@keyframes leRollToRight {
    to {
        -webkit-transform: translateX(60px) perspective(600px) rotateY(-180deg);
        transform: translateX(60px) perspective(600px) rotateY(-180deg);
        opacity: 0
    }
}

.leRollToTop span {
    -webkit-animation-name: leRollToTop;
    animation-name: leRollToTop
}

@-webkit-keyframes leRollToTop {
    to {
        -webkit-transform: translateY(-60px) perspective(600px) rotateX(180deg);
        transform: translateY(-60px) perspective(600px) rotateX(180deg);
        opacity: 0
    }
}

@keyframes leRollToTop {
    to {
        -webkit-transform: translateY(-60px) perspective(600px) rotateX(180deg);
        transform: translateY(-60px) perspective(600px) rotateX(180deg);
        opacity: 0
    }
}

.leRollToBottom span {
    -webkit-animation-name: leRollToBottom;
    animation-name: leRollToBottom
}

@-webkit-keyframes leRollToBottom {
    to {
        -webkit-transform: translateY(60px) perspective(600px) rotateX(-180deg);
        transform: translateY(60px) perspective(600px) rotateX(-180deg);
        opacity: 0
    }
}

@keyframes leRollToBottom {
    to {
        -webkit-transform: translateY(60px) perspective(600px) rotateX(-180deg);
        transform: translateY(60px) perspective(600px) rotateX(-180deg);
        opacity: 0
    }
}

.leRotateSkateInRight span {
    -webkit-animation-name: leRotateSkateInRight;
    animation-name: leRotateSkateInRight
}

@-webkit-keyframes leRotateSkateInRight {
    0% {
        -webkit-transform: scaleX(.2) translateX(100px);
        transform: scaleX(.2) translateX(100px);
        opacity: 0
    }
}

@keyframes leRotateSkateInRight {
    0% {
        -webkit-transform: scaleX(.2) translateX(100px);
        transform: scaleX(.2) translateX(100px);
        opacity: 0
    }
}

.leRotateSkateInLeft span {
    -webkit-animation-name: leRotateSkateInLeft;
    animation-name: leRotateSkateInLeft
}

@-webkit-keyframes leRotateSkateInLeft {
    0% {
        -webkit-transform: scaleX(.2) translateX(-100px);
        transform: scaleX(.2) translateX(-100px);
        opacity: 0
    }
}

@keyframes leRotateSkateInLeft {
    0% {
        -webkit-transform: scaleX(.2) translateX(-100px);
        transform: scaleX(.2) translateX(-100px);
        opacity: 0
    }
}

.leRotateSkateInTop span {
    -webkit-animation-name: leRotateSkateInTop;
    animation-name: leRotateSkateInTop
}

@-webkit-keyframes leRotateSkateInTop {
    0% {
        -webkit-transform: scaleY(.2) translateY(-100px);
        transform: scaleY(.2) translateY(-100px);
        opacity: 0
    }
}

@keyframes leRotateSkateInTop {
    0% {
        -webkit-transform: scaleY(.2) translateY(-100px);
        transform: scaleY(.2) translateY(-100px);
        opacity: 0
    }
}

.leRotateSkateInBottom span {
    -webkit-animation-name: leRotateSkateInBottom;
    animation-name: leRotateSkateInBottom
}

@-webkit-keyframes leRotateSkateInBottom {
    0% {
        -webkit-transform: scaleY(.2) translateY(100px);
        transform: scaleY(.2) translateY(100px);
        opacity: 0
    }
}

@keyframes leRotateSkateInBottom {
    0% {
        -webkit-transform: scaleY(.2) translateY(100px);
        transform: scaleY(.2) translateY(100px);
        opacity: 0
    }
}

.leRotateSkateOutRight span {
    -webkit-animation-name: leRotateSkateOutRight;
    animation-name: leRotateSkateOutRight
}

@-webkit-keyframes leRotateSkateOutRight {
    to {
        -webkit-transform: scaleX(.2) translateX(100px);
        transform: scaleX(.2) translateX(100px);
        opacity: 0
    }
}

@keyframes leRotateSkateOutRight {
    to {
        -webkit-transform: scaleX(.2) translateX(100px);
        transform: scaleX(.2) translateX(100px);
        opacity: 0
    }
}

.leRotateSkateOutLeft span {
    -webkit-animation-name: leRotateSkateOutLeft;
    animation-name: leRotateSkateOutLeft
}

@-webkit-keyframes leRotateSkateOutLeft {
    to {
        -webkit-transform: scaleX(.2) translateX(-100px);
        transform: scaleX(.2) translateX(-100px);
        opacity: 0
    }
}

@keyframes leRotateSkateOutLeft {
    to {
        -webkit-transform: scaleX(.2) translateX(-100px);
        transform: scaleX(.2) translateX(-100px);
        opacity: 0
    }
}

.leRotateSkateOutTop span {
    -webkit-animation-name: leRotateSkateOutTop;
    animation-name: leRotateSkateOutTop
}

@-webkit-keyframes leRotateSkateOutTop {
    to {
        -webkit-transform: scaleY(.2) translateY(-100px);
        transform: scaleY(.2) translateY(-100px);
        opacity: 0
    }
}

@keyframes leRotateSkateOutTop {
    to {
        -webkit-transform: scaleY(.2) translateY(-100px);
        transform: scaleY(.2) translateY(-100px);
        opacity: 0
    }
}

.leRotateSkateOutBottom span {
    -webkit-animation-name: leRotateSkateOutBottom;
    animation-name: leRotateSkateOutBottom
}

@-webkit-keyframes leRotateSkateOutBottom {
    to {
        -webkit-transform: scaleY(.2) translateY(100px);
        transform: scaleY(.2) translateY(100px);
        opacity: 0
    }
}

@keyframes leRotateSkateOutBottom {
    to {
        -webkit-transform: scaleY(.2) translateY(100px);
        transform: scaleY(.2) translateY(100px);
        opacity: 0
    }
}

.leRotateXZoomIn span {
    -webkit-animation-name: leRotateXZoomIn;
    animation-name: leRotateXZoomIn
}

@-webkit-keyframes leRotateXZoomIn {
    0% {
        -webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
        transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
        opacity: 0
    }
    5% {
        -webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
        transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg)
    }
}

@keyframes leRotateXZoomIn {
    0% {
        -webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
        transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
        opacity: 0
    }
    5% {
        -webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
        transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg)
    }
}

.leRotateXZoomOut span {
    -webkit-animation-name: leRotateXZoomOut;
    animation-name: leRotateXZoomOut
}

@-webkit-keyframes leRotateXZoomOut {
    95% {
        -webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
        transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg)
    }
    to {
        -webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
        transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
        opacity: 0
    }
}

@keyframes leRotateXZoomOut {
    95% {
        -webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
        transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg)
    }
    to {
        -webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
        transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
        opacity: 0
    }
}

.leRotateYZoomIn span {
    -webkit-animation-name: leRotateYZoomIn;
    animation-name: leRotateYZoomIn
}

@-webkit-keyframes leRotateYZoomIn {
    0% {
        -webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
        transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
        opacity: 0
    }
    5% {
        -webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
        transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg)
    }
}

@keyframes leRotateYZoomIn {
    0% {
        -webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
        transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
        opacity: 0
    }
    5% {
        -webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
        transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg)
    }
}

.leRotateYZoomOut span {
    -webkit-animation-name: leRotateYZoomOut;
    animation-name: leRotateYZoomOut
}

@-webkit-keyframes leRotateYZoomOut {
    95% {
        -webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
        transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg)
    }
    to {
        -webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
        transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
        opacity: 0
    }
}

@keyframes leRotateYZoomOut {
    95% {
        -webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
        transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg)
    }
    to {
        -webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
        transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
        opacity: 0
    }
}

.leRotateIn span {
    -webkit-animation-name: leRotateIn;
    animation-name: leRotateIn
}

@-webkit-keyframes leRotateIn {
    0% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes leRotateIn {
    0% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.leRotateOut span {
    -webkit-animation-name: leRotateOut;
    animation-name: leRotateOut
}

@-webkit-keyframes leRotateOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        opacity: 0
    }
}

@keyframes leRotateOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        opacity: 0
    }
}

.leRotateInLeft span {
    -webkit-animation-name: leRotateInLeft;
    animation-name: leRotateInLeft
}

@-webkit-keyframes leRotateInLeft {
    0% {
        -webkit-transform: rotate(-180deg) translateX(150px);
        transform: rotate(-180deg) translateX(150px);
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes leRotateInLeft {
    0% {
        -webkit-transform: rotate(-180deg) translateX(150px);
        transform: rotate(-180deg) translateX(150px);
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.leRotateOutLeft span {
    -webkit-animation-name: leRotateOutLeft;
    animation-name: leRotateOutLeft
}

@-webkit-keyframes leRotateOutLeft {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(180deg) translateX(150px);
        transform: rotate(180deg) translateX(150px);
        opacity: 0
    }
}

@keyframes leRotateOutLeft {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(180deg) translateX(150px);
        transform: rotate(180deg) translateX(150px);
        opacity: 0
    }
}

.leRotateInRight span {
    -webkit-animation-name: leRotateInRight;
    animation-name: leRotateInRight
}

@-webkit-keyframes leRotateInRight {
    0% {
        -webkit-transform: rotate(-180deg) translateX(-150px);
        transform: rotate(-180deg) translateX(-150px);
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes leRotateInRight {
    0% {
        -webkit-transform: rotate(-180deg) translateX(-150px);
        transform: rotate(-180deg) translateX(-150px);
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.leRotateOutRight span {
    -webkit-animation-name: leRotateOutRight;
    animation-name: leRotateOutRight
}

@-webkit-keyframes leRotateOutRight {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(180deg) translateX(-150px);
        transform: rotate(180deg) translateX(-150px);
        opacity: 0
    }
}

@keyframes leRotateOutRight {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(180deg) translateX(-150px);
        transform: rotate(180deg) translateX(-150px);
        opacity: 0
    }
}

.leSpinInLeft span {
    -webkit-animation-name: leSpinInLeft;
    animation-name: leSpinInLeft
}

@-webkit-keyframes leSpinInLeft {
    0%,
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes leSpinInLeft {
    0%,
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.leSpinInRight span {
    -webkit-animation-name: leSpinInRight;
    animation-name: leSpinInRight
}

@-webkit-keyframes leSpinInRight {
    0%,
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes leSpinInRight {
    0%,
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

.leSpinOutLeft span {
    -webkit-animation-name: leSpinOutLeft;
    animation-name: leSpinOutLeft
}

@-webkit-keyframes leSpinOutLeft {
    0%,
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes leSpinOutLeft {
    0%,
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.leSpinOutRight span {
    -webkit-animation-name: leSpinOutRight;
    animation-name: leSpinOutRight
}

@-webkit-keyframes leSpinOutRight {
    0%,
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
    to {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes leSpinOutRight {
    0%,
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
    to {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

.leBlurIn span {
    -webkit-animation-name: leBlurIn;
    animation-name: leBlurIn
}

@-webkit-keyframes leBlurIn {
    0% {
        -webkit-transform: scaleX(.2);
        transform: scaleX(.2);
        -webkit-filter: blur(20px);
        filter: blur(20px);
        opacity: 0
    }
}

@keyframes leBlurIn {
    0% {
        -webkit-transform: scaleX(.2);
        transform: scaleX(.2);
        -webkit-filter: blur(20px);
        filter: blur(20px);
        opacity: 0
    }
}

.leBlurInRight span {
    -webkit-animation-name: leBlurInRight;
    animation-name: leBlurInRight
}

@-webkit-keyframes leBlurInRight {
    0% {
        -webkit-transform: scaleX(.2) translateX(100px);
        transform: scaleX(.2) translateX(100px);
        -webkit-filter: blur(20px);
        filter: blur(20px);
        opacity: 0
    }
}

@keyframes leBlurInRight {
    0% {
        -webkit-transform: scaleX(.2) translateX(100px);
        transform: scaleX(.2) translateX(100px);
        -webkit-filter: blur(20px);
        filter: blur(20px);
        opacity: 0
    }
}

.leBlurInLeft span {
    -webkit-animation-name: leBlurInLeft;
    animation-name: leBlurInLeft
}

@-webkit-keyframes leBlurInLeft {
    0% {
        -webkit-transform: scaleX(.2) translateX(-100px);
        transform: scaleX(.2) translateX(-100px);
        -webkit-filter: blur(20px);
        filter: blur(20px);
        opacity: 0
    }
}

@keyframes leBlurInLeft {
    0% {
        -webkit-transform: scaleX(.2) translateX(-100px);
        transform: scaleX(.2) translateX(-100px);
        -webkit-filter: blur(20px);
        filter: blur(20px);
        opacity: 0
    }
}

.leBlurInTop span {
    -webkit-animation-name: leBlurInTop;
    animation-name: leBlurInTop
}

@-webkit-keyframes leBlurInTop {
    0% {
        -webkit-transform: scaleY(.2) translateY(-100px);
        transform: scaleY(.2) translateY(-100px);
        -webkit-filter: blur(20px);
        filter: blur(20px);
        opacity: 0
    }
}

@keyframes leBlurInTop {
    0% {
        -webkit-transform: scaleY(.2) translateY(-100px);
        transform: scaleY(.2) translateY(-100px);
        -webkit-filter: blur(20px);
        filter: blur(20px);
        opacity: 0
    }
}

.leBlurInBottom span {
    -webkit-animation-name: leBlurInBottom;
    animation-name: leBlurInBottom
}

@-webkit-keyframes leBlurInBottom {
    0% {
        -webkit-transform: scaleY(.2) translateY(100px);
        transform: scaleY(.2) translateY(100px);
        -webkit-filter: blur(20px);
        filter: blur(20px);
        opacity: 0
    }
}

@keyframes leBlurInBottom {
    0% {
        -webkit-transform: scaleY(.2) translateY(100px);
        transform: scaleY(.2) translateY(100px);
        -webkit-filter: blur(20px);
        filter: blur(20px);
        opacity: 0
    }
}

.leBlurOut span {
    -webkit-animation-name: leBlurOut;
    animation-name: leBlurOut
}

@-webkit-keyframes leBlurOut {
    to {
        -webkit-transform: scaleX(.2);
        transform: scaleX(.2);
        -webkit-filter: blur(20px);
        filter: blur(20px);
        opacity: 0
    }
}

@keyframes leBlurOut {
    to {
        -webkit-transform: scaleX(.2);
        transform: scaleX(.2);
        -webkit-filter: blur(20px);
        filter: blur(20px);
        opacity: 0
    }
}

.leBlurOutRight span {
    -webkit-animation-name: leBlurOutRight;
    animation-name: leBlurOutRight
}

@-webkit-keyframes leBlurOutRight {
    to {
        -webkit-transform: scaleX(.2) translateX(100px);
        transform: scaleX(.2) translateX(100px);
        -webkit-filter: blur(20px);
        filter: blur(20px);
        opacity: 0
    }
}

@keyframes leBlurOutRight {
    to {
        -webkit-transform: scaleX(.2) translateX(100px);
        transform: scaleX(.2) translateX(100px);
        -webkit-filter: blur(20px);
        filter: blur(20px);
        opacity: 0
    }
}

.leBlurOutLeft span {
    -webkit-animation-name: leBlurOutLeft;
    animation-name: leBlurOutLeft
}

@-webkit-keyframes leBlurOutLeft {
    to {
        -webkit-transform: scaleX(.2) translateX(-100px);
        transform: scaleX(.2) translateX(-100px);
        -webkit-filter: blur(20px);
        filter: blur(20px);
        opacity: 0
    }
}

@keyframes leBlurOutLeft {
    to {
        -webkit-transform: scaleX(.2) translateX(-100px);
        transform: scaleX(.2) translateX(-100px);
        -webkit-filter: blur(20px);
        filter: blur(20px);
        opacity: 0
    }
}

.leBlurOutTop span {
    -webkit-animation-name: leBlurOutTop;
    animation-name: leBlurOutTop
}

@-webkit-keyframes leBlurOutTop {
    to {
        -webkit-transform: scaleY(.2) translateY(-100px);
        transform: scaleY(.2) translateY(-100px);
        -webkit-filter: blur(20px);
        filter: blur(20px);
        opacity: 0
    }
}

@keyframes leBlurOutTop {
    to {
        -webkit-transform: scaleY(.2) translateY(-100px);
        transform: scaleY(.2) translateY(-100px);
        -webkit-filter: blur(20px);
        filter: blur(20px);
        opacity: 0
    }
}

.leBlurOutBottom span {
    -webkit-animation-name: leBlurOutBottom;
    animation-name: leBlurOutBottom
}

@-webkit-keyframes leBlurOutBottom {
    to {
        -webkit-transform: scaleY(.2) translateY(100px);
        transform: scaleY(.2) translateY(100px);
        -webkit-filter: blur(20px);
        filter: blur(20px);
        opacity: 0
    }
}

@keyframes leBlurOutBottom {
    to {
        -webkit-transform: scaleY(.2) translateY(100px);
        transform: scaleY(.2) translateY(100px);
        -webkit-filter: blur(20px);
        filter: blur(20px);
        opacity: 0
    }
}

.lePopUp span {
    -webkit-animation-name: lePopUp;
    animation-name: lePopUp
}

@-webkit-keyframes lePopUp {
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@keyframes lePopUp {
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

.lePopUpLeft span {
    -webkit-animation-name: lePopUpLeft;
    animation-name: lePopUpLeft
}

@-webkit-keyframes lePopUpLeft {
    50% {
        -webkit-transform: translateX(-50px) scale(1.5);
        transform: translateX(-50px) scale(1.5);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes lePopUpLeft {
    50% {
        -webkit-transform: translateX(-50px) scale(1.5);
        transform: translateX(-50px) scale(1.5);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.lePopUpRight span {
    -webkit-animation-name: lePopUpRight;
    animation-name: lePopUpRight
}

@-webkit-keyframes lePopUpRight {
    50% {
        -webkit-transform: translateX(50px) scale(1.5);
        transform: translateX(50px) scale(1.5);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes lePopUpRight {
    50% {
        -webkit-transform: translateX(50px) scale(1.5);
        transform: translateX(50px) scale(1.5);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.lePopOut span {
    -webkit-animation-name: lePopOut;
    animation-name: lePopOut
}

@-webkit-keyframes lePopOut {
    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

@keyframes lePopOut {
    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

.lePopOutLeft span {
    -webkit-animation-name: lePopOutLeft;
    animation-name: lePopOutLeft
}

@-webkit-keyframes lePopOutLeft {
    50% {
        -webkit-transform: translateX(-50px) scale(.5);
        transform: translateX(-50px) scale(.5);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes lePopOutLeft {
    50% {
        -webkit-transform: translateX(-50px) scale(.5);
        transform: translateX(-50px) scale(.5);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.lePopOutRight span {
    -webkit-animation-name: lePopOutRight;
    animation-name: lePopOutRight
}

@-webkit-keyframes lePopOutRight {
    50% {
        -webkit-transform: translateX(50px) scale(.5);
        transform: translateX(50px) scale(.5);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes lePopOutRight {
    50% {
        -webkit-transform: translateX(50px) scale(.5);
        transform: translateX(50px) scale(.5);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.leBounceFromTop span {
    -webkit-animation-name: leBounceFromTop;
    animation-name: leBounceFromTop
}

@-webkit-keyframes leBounceFromTop {
    0%,
    25%,
    55%,
    85%,
    to {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    41%,
    44% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: translate3d(0, -80px, 0) scaleY(1.2);
        transform: translate3d(0, -80px, 0) scaleY(1.2)
    }
    70% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes leBounceFromTop {
    0%,
    25%,
    55%,
    85%,
    to {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    41%,
    44% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: translate3d(0, -80px, 0) scaleY(1.2);
        transform: translate3d(0, -80px, 0) scaleY(1.2)
    }
    70% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.leBounceFromDown span {
    -webkit-animation-name: leBounceFromDown;
    animation-name: leBounceFromDown
}

@-webkit-keyframes leBounceFromDown {
    0%,
    25%,
    55%,
    85%,
    to {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    41%,
    44% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: translate3d(0, 80px, 0) scaleY(1.2);
        transform: translate3d(0, 80px, 0) scaleY(1.2)
    }
    70% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 4px, 0);
        transform: translate3d(0, 4px, 0)
    }
}

@keyframes leBounceFromDown {
    0%,
    25%,
    55%,
    85%,
    to {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    41%,
    44% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: translate3d(0, 80px, 0) scaleY(1.2);
        transform: translate3d(0, 80px, 0) scaleY(1.2)
    }
    70% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 4px, 0);
        transform: translate3d(0, 4px, 0)
    }
}

.leBounceY span {
    -webkit-animation-name: leBounceY;
    animation-name: leBounceY
}

@-webkit-keyframes leBounceY {
    0%,
    25%,
    55%,
    85%,
    to {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    41%,
    44% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scaleY(2);
        transform: scaleY(2)
    }
    70% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scaleY(1.5);
        transform: scaleY(1.5)
    }
    90% {
        -webkit-transform: scaleY(1.1);
        transform: scaleY(1.1)
    }
}

@keyframes leBounceY {
    0%,
    25%,
    55%,
    85%,
    to {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    41%,
    44% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scaleY(2);
        transform: scaleY(2)
    }
    70% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scaleY(1.5);
        transform: scaleY(1.5)
    }
    90% {
        -webkit-transform: scaleY(1.1);
        transform: scaleY(1.1)
    }
}

.leBounceZoomIn span {
    -webkit-animation-name: leBounceZoomIn;
    animation-name: leBounceZoomIn
}

@-webkit-keyframes leBounceZoomIn {
    0%,
    25%,
    55%,
    85%,
    to {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    41%,
    44% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.7);
        transform: scale(1.7)
    }
    70% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.9);
        transform: scale(1.9)
    }
    90% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes leBounceZoomIn {
    0%,
    25%,
    55%,
    85%,
    to {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    41%,
    44% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.7);
        transform: scale(1.7)
    }
    70% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.9);
        transform: scale(1.9)
    }
    90% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.leBounceZoomOut span {
    -webkit-animation-name: leBounceZoomOut;
    animation-name: leBounceZoomOut
}

@-webkit-keyframes leBounceZoomOut {
    0%,
    25%,
    55%,
    85%,
    to {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    41%,
    44% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    70% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
    90% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

@keyframes leBounceZoomOut {
    0%,
    25%,
    55%,
    85%,
    to {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    41%,
    44% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    70% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
    90% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

.lePerspectiveOutTop span {
    -webkit-animation-name: lePerspectiveOutTop;
    animation-name: lePerspectiveOutTop;
    -webkit-transform: perspective(500px);
    transform: perspective(500px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

@-webkit-keyframes lePerspectiveOutTop {
    50% {
        opacity: 1
    }
    to {
        -webkit-transform: perspective(500px) rotateX(90deg) translateY(-50px) translateZ(50px);
        transform: perspective(500px) rotateX(90deg) translateY(-50px) translateZ(50px);
        opacity: 0
    }
}

@keyframes lePerspectiveOutTop {
    50% {
        opacity: 1
    }
    to {
        -webkit-transform: perspective(500px) rotateX(90deg) translateY(-50px) translateZ(50px);
        transform: perspective(500px) rotateX(90deg) translateY(-50px) translateZ(50px);
        opacity: 0
    }
}

.lePerspectiveOutBottom span {
    -webkit-animation-name: lePerspectiveOutBottom;
    animation-name: lePerspectiveOutBottom;
    -webkit-transform: perspective(500px);
    transform: perspective(500px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

@-webkit-keyframes lePerspectiveOutBottom {
    50% {
        opacity: 1
    }
    to {
        -webkit-transform: perspective(500px) rotateX(90deg) translateY(50px) translateZ(-50px);
        transform: perspective(500px) rotateX(90deg) translateY(50px) translateZ(-50px);
        opacity: 0
    }
}

@keyframes lePerspectiveOutBottom {
    50% {
        opacity: 1
    }
    to {
        -webkit-transform: perspective(500px) rotateX(90deg) translateY(50px) translateZ(-50px);
        transform: perspective(500px) rotateX(90deg) translateY(50px) translateZ(-50px);
        opacity: 0
    }
}

.leZoomIn span {
    -webkit-animation-name: leZoomIn;
    animation-name: leZoomIn
}

@-webkit-keyframes leZoomIn {
    0% {
        -webkit-transform: scale(10);
        transform: scale(10);
        opacity: 0
    }
}

@keyframes leZoomIn {
    0% {
        -webkit-transform: scale(10);
        transform: scale(10);
        opacity: 0
    }
}

.leZoomInLeft span {
    -webkit-animation-name: leZoomInLeft;
    animation-name: leZoomInLeft
}

@-webkit-keyframes leZoomInLeft {
    0% {
        -webkit-transform: scale(10) translateX(-150%);
        transform: scale(10) translateX(-150%);
        opacity: 0
    }
}

@keyframes leZoomInLeft {
    0% {
        -webkit-transform: scale(10) translateX(-150%);
        transform: scale(10) translateX(-150%);
        opacity: 0
    }
}

.leZoomInRight span {
    -webkit-animation-name: leZoomInRight;
    animation-name: leZoomInRight
}

@-webkit-keyframes leZoomInRight {
    0% {
        -webkit-transform: scale(10) translateX(150%);
        transform: scale(10) translateX(150%);
        opacity: 0
    }
}

@keyframes leZoomInRight {
    0% {
        -webkit-transform: scale(10) translateX(150%);
        transform: scale(10) translateX(150%);
        opacity: 0
    }
}

.leZoomInTop span {
    -webkit-animation-name: LetterZoomInTop;
    animation-name: LetterZoomInTop
}

@-webkit-keyframes LetterZoomInTop {
    0% {
        -webkit-transform: scale(10) translateY(-50%);
        transform: scale(10) translateY(-50%);
        opacity: 0
    }
}

@keyframes LetterZoomInTop {
    0% {
        -webkit-transform: scale(10) translateY(-50%);
        transform: scale(10) translateY(-50%);
        opacity: 0
    }
}

.leZoomInBottom span {
    -webkit-animation-name: leZoomInBottom;
    animation-name: leZoomInBottom
}

@-webkit-keyframes leZoomInBottom {
    0% {
        -webkit-transform: scale(10) translateY(50%);
        transform: scale(10) translateY(50%);
        opacity: 0
    }
}

@keyframes leZoomInBottom {
    0% {
        -webkit-transform: scale(10) translateY(50%);
        transform: scale(10) translateY(50%);
        opacity: 0
    }
}

.leZoomOut span {
    -webkit-animation-name: leZoomOut;
    animation-name: leZoomOut
}

@-webkit-keyframes leZoomOut {
    to {
        -webkit-transform: scale(10);
        transform: scale(10);
        opacity: 0
    }
}

@keyframes leZoomOut {
    to {
        -webkit-transform: scale(10);
        transform: scale(10);
        opacity: 0
    }
}

.leZoomOutLeft span {
    -webkit-animation-name: leZoomOutLeft;
    animation-name: leZoomOutLeft
}

@-webkit-keyframes leZoomOutLeft {
    to {
        -webkit-transform: scale(10) translateX(-150%);
        transform: scale(10) translateX(-150%);
        opacity: 0
    }
}

@keyframes leZoomOutLeft {
    to {
        -webkit-transform: scale(10) translateX(-150%);
        transform: scale(10) translateX(-150%);
        opacity: 0
    }
}

.leZoomOutRight span {
    -webkit-animation-name: leZoomOutRight;
    animation-name: leZoomOutRight
}

@-webkit-keyframes leZoomOutRight {
    to {
        -webkit-transform: scale(10) translateX(150%);
        transform: scale(10) translateX(150%);
        opacity: 0
    }
}

@keyframes leZoomOutRight {
    to {
        -webkit-transform: scale(10) translateX(150%);
        transform: scale(10) translateX(150%);
        opacity: 0
    }
}

.leZoomOutTop span {
    -webkit-animation-name: leZoomOutTop;
    animation-name: leZoomOutTop
}

@-webkit-keyframes leZoomOutTop {
    to {
        -webkit-transform: scale(10) translateY(-50%);
        transform: scale(10) translateY(-50%);
        opacity: 0
    }
}

@keyframes leZoomOutTop {
    to {
        -webkit-transform: scale(10) translateY(-50%);
        transform: scale(10) translateY(-50%);
        opacity: 0
    }
}

.leZoomOutBottom span {
    -webkit-animation-name: leZoomOutBottom;
    animation-name: leZoomOutBottom
}

@-webkit-keyframes leZoomOutBottom {
    to {
        -webkit-transform: scale(10) translateY(50%);
        transform: scale(10) translateY(50%);
        opacity: 0
    }
}

@keyframes leZoomOutBottom {
    to {
        -webkit-transform: scale(10) translateY(50%);
        transform: scale(10) translateY(50%);
        opacity: 0
    }
}

.leDanceInTop span {
    -webkit-animation-name: leDanceInTop;
    animation-name: leDanceInTop;
    -webkit-transform-origin: top;
    transform-origin: top
}

@-webkit-keyframes leDanceInTop {
    0% {
        opacity: 0
    }
    16% {
        -webkit-transform: skew(-14deg);
        transform: skew(-14deg)
    }
    33% {
        -webkit-transform: skew(12deg);
        transform: skew(12deg)
    }
    49% {
        -webkit-transform: skew(-8deg);
        transform: skew(-8deg)
    }
    66% {
        -webkit-transform: skew(6deg);
        transform: skew(6deg)
    }
    83% {
        -webkit-transform: skew(-4deg);
        transform: skew(-4deg)
    }
}

@keyframes leDanceInTop {
    0% {
        opacity: 0
    }
    16% {
        -webkit-transform: skew(-14deg);
        transform: skew(-14deg)
    }
    33% {
        -webkit-transform: skew(12deg);
        transform: skew(12deg)
    }
    49% {
        -webkit-transform: skew(-8deg);
        transform: skew(-8deg)
    }
    66% {
        -webkit-transform: skew(6deg);
        transform: skew(6deg)
    }
    83% {
        -webkit-transform: skew(-4deg);
        transform: skew(-4deg)
    }
}

.leDanceInMiddle span {
    -webkit-animation-name: leDanceInMiddle;
    animation-name: leDanceInMiddle
}

@-webkit-keyframes leDanceInMiddle {
    0% {
        opacity: 0
    }
    16% {
        -webkit-transform: skew(-14deg);
        transform: skew(-14deg)
    }
    33% {
        -webkit-transform: skew(12deg);
        transform: skew(12deg)
    }
    49% {
        -webkit-transform: skew(-8deg);
        transform: skew(-8deg)
    }
    66% {
        -webkit-transform: skew(6deg);
        transform: skew(6deg)
    }
    83% {
        -webkit-transform: skew(-4deg);
        transform: skew(-4deg)
    }
}

@keyframes leDanceInMiddle {
    0% {
        opacity: 0
    }
    16% {
        -webkit-transform: skew(-14deg);
        transform: skew(-14deg)
    }
    33% {
        -webkit-transform: skew(12deg);
        transform: skew(12deg)
    }
    49% {
        -webkit-transform: skew(-8deg);
        transform: skew(-8deg)
    }
    66% {
        -webkit-transform: skew(6deg);
        transform: skew(6deg)
    }
    83% {
        -webkit-transform: skew(-4deg);
        transform: skew(-4deg)
    }
}

.leDanceInBottom span {
    -webkit-animation-name: leDanceInBottom;
    animation-name: leDanceInBottom;
    -webkit-transform-origin: bottom;
    transform-origin: bottom
}

@-webkit-keyframes leDanceInBottom {
    0% {
        opacity: 0
    }
    16% {
        -webkit-transform: skew(-14deg);
        transform: skew(-14deg)
    }
    33% {
        -webkit-transform: skew(12deg);
        transform: skew(12deg)
    }
    49% {
        -webkit-transform: skew(-8deg);
        transform: skew(-8deg)
    }
    66% {
        -webkit-transform: skew(6deg);
        transform: skew(6deg)
    }
    83% {
        -webkit-transform: skew(-4deg);
        transform: skew(-4deg)
    }
}

@keyframes leDanceInBottom {
    0% {
        opacity: 0
    }
    16% {
        -webkit-transform: skew(-14deg);
        transform: skew(-14deg)
    }
    33% {
        -webkit-transform: skew(12deg);
        transform: skew(12deg)
    }
    49% {
        -webkit-transform: skew(-8deg);
        transform: skew(-8deg)
    }
    66% {
        -webkit-transform: skew(6deg);
        transform: skew(6deg)
    }
    83% {
        -webkit-transform: skew(-4deg);
        transform: skew(-4deg)
    }
}

.leDanceOutTop span {
    -webkit-animation-name: leDanceOutTop;
    animation-name: leDanceOutTop;
    -webkit-transform-origin: top;
    transform-origin: top
}

@-webkit-keyframes leDanceOutTop {
    16% {
        -webkit-transform: skew(-14deg);
        transform: skew(-14deg)
    }
    33% {
        -webkit-transform: skew(12deg);
        transform: skew(12deg)
    }
    49% {
        -webkit-transform: skew(-8deg);
        transform: skew(-8deg)
    }
    66% {
        -webkit-transform: skew(6deg);
        transform: skew(6deg)
    }
    83% {
        -webkit-transform: skew(-4deg);
        transform: skew(-4deg)
    }
    to {
        opacity: 0
    }
}

@keyframes leDanceOutTop {
    16% {
        -webkit-transform: skew(-14deg);
        transform: skew(-14deg)
    }
    33% {
        -webkit-transform: skew(12deg);
        transform: skew(12deg)
    }
    49% {
        -webkit-transform: skew(-8deg);
        transform: skew(-8deg)
    }
    66% {
        -webkit-transform: skew(6deg);
        transform: skew(6deg)
    }
    83% {
        -webkit-transform: skew(-4deg);
        transform: skew(-4deg)
    }
    to {
        opacity: 0
    }
}

.leDanceOutMiddle span {
    -webkit-animation-name: leDanceOutMiddle;
    animation-name: leDanceOutMiddle
}

@-webkit-keyframes leDanceOutMiddle {
    16% {
        -webkit-transform: skew(-14deg);
        transform: skew(-14deg)
    }
    33% {
        -webkit-transform: skew(12deg);
        transform: skew(12deg)
    }
    49% {
        -webkit-transform: skew(-8deg);
        transform: skew(-8deg)
    }
    66% {
        -webkit-transform: skew(6deg);
        transform: skew(6deg)
    }
    83% {
        -webkit-transform: skew(-4deg);
        transform: skew(-4deg)
    }
    to {
        opacity: 0
    }
}

@keyframes leDanceOutMiddle {
    16% {
        -webkit-transform: skew(-14deg);
        transform: skew(-14deg)
    }
    33% {
        -webkit-transform: skew(12deg);
        transform: skew(12deg)
    }
    49% {
        -webkit-transform: skew(-8deg);
        transform: skew(-8deg)
    }
    66% {
        -webkit-transform: skew(6deg);
        transform: skew(6deg)
    }
    83% {
        -webkit-transform: skew(-4deg);
        transform: skew(-4deg)
    }
    to {
        opacity: 0
    }
}

.leDanceOutBottom span {
    -webkit-animation-name: leDanceOutBottom;
    animation-name: leDanceOutBottom;
    -webkit-transform-origin: bottom;
    transform-origin: bottom
}

@-webkit-keyframes leDanceOutBottom {
    16% {
        -webkit-transform: skew(-14deg);
        transform: skew(-14deg)
    }
    33% {
        -webkit-transform: skew(12deg);
        transform: skew(12deg)
    }
    49% {
        -webkit-transform: skew(-8deg);
        transform: skew(-8deg)
    }
    66% {
        -webkit-transform: skew(6deg);
        transform: skew(6deg)
    }
    83% {
        -webkit-transform: skew(-4deg);
        transform: skew(-4deg)
    }
    to {
        opacity: 0
    }
}

@keyframes leDanceOutBottom {
    16% {
        -webkit-transform: skew(-14deg);
        transform: skew(-14deg)
    }
    33% {
        -webkit-transform: skew(12deg);
        transform: skew(12deg)
    }
    49% {
        -webkit-transform: skew(-8deg);
        transform: skew(-8deg)
    }
    66% {
        -webkit-transform: skew(6deg);
        transform: skew(6deg)
    }
    83% {
        -webkit-transform: skew(-4deg);
        transform: skew(-4deg)
    }
    to {
        opacity: 0
    }
}

.oaoFadeIn span:nth-child(2n) {
    -webkit-animation-name: leoaoFadeInTop;
    animation-name: leoaoFadeInTop;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes leoaoFadeInTop {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0
    }
}

@keyframes leoaoFadeInTop {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0
    }
}

.oaoFadeIn span:nth-child(odd) {
    -webkit-animation-name: leoaoFadeInBottom;
    animation-name: leoaoFadeInBottom;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes leoaoFadeInBottom {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0
    }
}

@keyframes leoaoFadeInBottom {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0
    }
}

.oaoFadeOut span:nth-child(2n) {
    -webkit-animation-name: leoaoFadeOutop;
    animation-name: leoaoFadeOutop;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes leoaoFadeOutop {
    to {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0
    }
}

@keyframes leoaoFadeOutop {
    to {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0
    }
}

.oaoFadeOut span:nth-child(odd) {
    -webkit-animation-name: leoaoFadeOutBottom;
    animation-name: leoaoFadeOutBottom;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes leoaoFadeOutBottom {
    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0
    }
}

@keyframes leoaoFadeOutBottom {
    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0
    }
}

.oaoFlyIn span:nth-child(2n) {
    -webkit-animation-name: leoaoFlyInTop;
    animation-name: leoaoFlyInTop
}

@-webkit-keyframes leoaoFlyInTop {
    0% {
        -webkit-transform: translateY(80px);
        transform: translateY(80px);
        opacity: 0
    }
    50% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes leoaoFlyInTop {
    0% {
        -webkit-transform: translateY(80px);
        transform: translateY(80px);
        opacity: 0
    }
    50% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.oaoFlyIn span:nth-child(odd) {
    -webkit-animation-name: leoaoFlyInBottom;
    animation-name: leoaoFlyInBottom
}

@-webkit-keyframes leoaoFlyInBottom {
    0% {
        -webkit-transform: translateY(-80px);
        transform: translateY(-80px);
        opacity: 0
    }
    50% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes leoaoFlyInBottom {
    0% {
        -webkit-transform: translateY(-80px);
        transform: translateY(-80px);
        opacity: 0
    }
    50% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.oaoFlyOut span:nth-child(2n) {
    -webkit-animation-name: leoaoFlyOutTop;
    animation-name: leoaoFlyOutTop
}

@-webkit-keyframes leoaoFlyOutTop {
    30% {
        -webkit-transform: translateY(80px);
        transform: translateY(80px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    80% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    to {
        opacity: 0
    }
}

@keyframes leoaoFlyOutTop {
    30% {
        -webkit-transform: translateY(80px);
        transform: translateY(80px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    80% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    to {
        opacity: 0
    }
}

.oaoFlyOut span:nth-child(odd) {
    -webkit-animation-name: leoaoFlyOutBottom;
    animation-name: leoaoFlyOutBottom
}

@-webkit-keyframes leoaoFlyOutBottom {
    30% {
        -webkit-transform: translateY(-80px);
        transform: translateY(-80px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    80% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    to {
        opacity: 0
    }
}

@keyframes leoaoFlyOutBottom {
    30% {
        -webkit-transform: translateY(-80px);
        transform: translateY(-80px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    80% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    to {
        opacity: 0
    }
}

.oaoRotateIn span:nth-child(2n) {
    -webkit-animation-name: oaoRotateInTop;
    animation-name: oaoRotateInTop
}

@-webkit-keyframes oaoRotateInTop {
    0% {
        -webkit-transform: translateY(-100px) rotate(1turn);
        transform: translateY(-100px) rotate(1turn);
        opacity: 0
    }
}

@keyframes oaoRotateInTop {
    0% {
        -webkit-transform: translateY(-100px) rotate(1turn);
        transform: translateY(-100px) rotate(1turn);
        opacity: 0
    }
}

.oaoRotateIn span:nth-child(odd) {
    -webkit-animation-name: oaoRotateInBottom;
    animation-name: oaoRotateInBottom
}

@-webkit-keyframes oaoRotateInBottom {
    0% {
        -webkit-transform: translateY(100px) rotate(1turn);
        transform: translateY(100px) rotate(1turn);
        opacity: 0
    }
}

@keyframes oaoRotateInBottom {
    0% {
        -webkit-transform: translateY(100px) rotate(1turn);
        transform: translateY(100px) rotate(1turn);
        opacity: 0
    }
}

.oaoRotateOut span:nth-child(2n) {
    -webkit-animation-name: oaoRotateOutTop;
    animation-name: oaoRotateOutTop
}

@-webkit-keyframes oaoRotateOutTop {
    to {
        -webkit-transform: translateY(-100px) rotate(1turn);
        transform: translateY(-100px) rotate(1turn);
        opacity: 0
    }
}

@keyframes oaoRotateOutTop {
    to {
        -webkit-transform: translateY(-100px) rotate(1turn);
        transform: translateY(-100px) rotate(1turn);
        opacity: 0
    }
}

.oaoRotateOut span:nth-child(odd) {
    -webkit-animation-name: oaoRotateOutBottom;
    animation-name: oaoRotateOutBottom
}

@-webkit-keyframes oaoRotateOutBottom {
    to {
        -webkit-transform: translateY(100px) rotate(1turn);
        transform: translateY(100px) rotate(1turn);
        opacity: 0
    }
}

@keyframes oaoRotateOutBottom {
    to {
        -webkit-transform: translateY(100px) rotate(1turn);
        transform: translateY(100px) rotate(1turn);
        opacity: 0
    }
}

.oaoRotateXIn span:nth-child(2n) {
    -webkit-animation-name: oaoRotateXInTop;
    animation-name: oaoRotateXInTop
}

@-webkit-keyframes oaoRotateXInTop {
    0% {
        -webkit-transform: translateY(-100px) rotateX(1turn);
        transform: translateY(-100px) rotateX(1turn);
        opacity: 0
    }
}

@keyframes oaoRotateXInTop {
    0% {
        -webkit-transform: translateY(-100px) rotateX(1turn);
        transform: translateY(-100px) rotateX(1turn);
        opacity: 0
    }
}

.oaoRotateXIn span:nth-child(odd) {
    -webkit-animation-name: oaoRotateXInBottom;
    animation-name: oaoRotateXInBottom
}

@-webkit-keyframes oaoRotateXInBottom {
    0% {
        -webkit-transform: translateY(100px) rotateX(1turn);
        transform: translateY(100px) rotateX(1turn);
        opacity: 0
    }
}

@keyframes oaoRotateXInBottom {
    0% {
        -webkit-transform: translateY(100px) rotateX(1turn);
        transform: translateY(100px) rotateX(1turn);
        opacity: 0
    }
}

.oaoRotateXOut span:nth-child(2n) {
    -webkit-animation-name: oaoRotateXOutTop;
    animation-name: oaoRotateXOutTop
}

@-webkit-keyframes oaoRotateXOutTop {
    to {
        -webkit-transform: translateY(-100px) rotateX(1turn);
        transform: translateY(-100px) rotateX(1turn);
        opacity: 0
    }
}

@keyframes oaoRotateXOutTop {
    to {
        -webkit-transform: translateY(-100px) rotateX(1turn);
        transform: translateY(-100px) rotateX(1turn);
        opacity: 0
    }
}

.oaoRotateXOut span:nth-child(odd) {
    -webkit-animation-name: oaoRotateXOutBottom;
    animation-name: oaoRotateXOutBottom
}

@-webkit-keyframes oaoRotateXOutBottom {
    to {
        -webkit-transform: translateY(100px) rotateX(1turn);
        transform: translateY(100px) rotateX(1turn);
        opacity: 0
    }
}

@keyframes oaoRotateXOutBottom {
    to {
        -webkit-transform: translateY(100px) rotateX(1turn);
        transform: translateY(100px) rotateX(1turn);
        opacity: 0
    }
}

.oaoRotateYIn span:nth-child(2n) {
    -webkit-animation-name: oaoRotateYInTop;
    animation-name: oaoRotateYInTop
}

@-webkit-keyframes oaoRotateYInTop {
    0% {
        -webkit-transform: translateY(-100px) rotateY(1turn);
        transform: translateY(-100px) rotateY(1turn);
        opacity: 0
    }
}

@keyframes oaoRotateYInTop {
    0% {
        -webkit-transform: translateY(-100px) rotateY(1turn);
        transform: translateY(-100px) rotateY(1turn);
        opacity: 0
    }
}

.oaoRotateYIn span:nth-child(odd) {
    -webkit-animation-name: oaoRotateYInBottom;
    animation-name: oaoRotateYInBottom
}

@-webkit-keyframes oaoRotateYInBottom {
    0% {
        -webkit-transform: translateY(100px) rotateY(1turn);
        transform: translateY(100px) rotateY(1turn);
        opacity: 0
    }
}

@keyframes oaoRotateYInBottom {
    0% {
        -webkit-transform: translateY(100px) rotateY(1turn);
        transform: translateY(100px) rotateY(1turn);
        opacity: 0
    }
}

.oaoRotateYOut span:nth-child(2n) {
    -webkit-animation-name: oaoRotateYOutTop;
    animation-name: oaoRotateYOutTop
}

@-webkit-keyframes oaoRotateYOutTop {
    to {
        -webkit-transform: translateY(-100px) rotateY(1turn);
        transform: translateY(-100px) rotateY(1turn);
        opacity: 0
    }
}

@keyframes oaoRotateYOutTop {
    to {
        -webkit-transform: translateY(-100px) rotateY(1turn);
        transform: translateY(-100px) rotateY(1turn);
        opacity: 0
    }
}

.oaoRotateYOut span:nth-child(odd) {
    -webkit-animation-name: oaoRotateYOutBottom;
    animation-name: oaoRotateYOutBottom
}

@-webkit-keyframes oaoRotateYOutBottom {
    to {
        -webkit-transform: translateY(100px) rotateY(1turn);
        transform: translateY(100px) rotateY(1turn);
        opacity: 0
    }
}

@keyframes oaoRotateYOutBottom {
    to {
        -webkit-transform: translateY(100px) rotateY(1turn);
        transform: translateY(100px) rotateY(1turn);
        opacity: 0
    }
}

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

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

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

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    to {
        opacity: 1
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    to {
        opacity: 1
    }
}

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

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    to {
        opacity: 1
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    to {
        opacity: 1
    }
}

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

@-webkit-keyframes fadeInTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    to {
        opacity: 1
    }
}

@keyframes fadeInTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    to {
        opacity: 1
    }
}

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

@-webkit-keyframes fadeInBottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    to {
        opacity: 1
    }
}

@keyframes fadeInBottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    to {
        opacity: 1
    }
}

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

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

@keyframes fadeOut {
    to {
        opacity: 0
    }
}

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

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

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

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

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

@-webkit-keyframes fadeOutTop {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes fadeOutTop {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

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

@-webkit-keyframes fadeOutBottom {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes fadeOutBottom {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

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

@-webkit-keyframes moveFromLeft {
    0% {
        -webkit-transform: translateX(-800px);
        transform: translateX(-800px)
    }
}

@keyframes moveFromLeft {
    0% {
        -webkit-transform: translateX(-800px);
        transform: translateX(-800px)
    }
}

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

@-webkit-keyframes moveFromRight {
    0% {
        -webkit-transform: translateX(800px);
        transform: translateX(800px)
    }
}

@keyframes moveFromRight {
    0% {
        -webkit-transform: translateX(800px);
        transform: translateX(800px)
    }
}

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

@-webkit-keyframes moveFromTop {
    0% {
        -webkit-transform: translateY(-800px);
        transform: translateY(-800px)
    }
}

@keyframes moveFromTop {
    0% {
        -webkit-transform: translateY(-800px);
        transform: translateY(-800px)
    }
}

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

@-webkit-keyframes moveFromBottom {
    0% {
        -webkit-transform: translateY(800px);
        transform: translateY(800px)
    }
}

@keyframes moveFromBottom {
    0% {
        -webkit-transform: translateY(800px);
        transform: translateY(800px)
    }
}

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

@-webkit-keyframes moveToLeft {
    to {
        -webkit-transform: translateX(-800px);
        transform: translateX(-800px)
    }
}

@keyframes moveToLeft {
    to {
        -webkit-transform: translateX(-800px);
        transform: translateX(-800px)
    }
}

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

@-webkit-keyframes moveToRight {
    to {
        -webkit-transform: translateX(800px);
        transform: translateX(800px)
    }
}

@keyframes moveToRight {
    to {
        -webkit-transform: translateX(800px);
        transform: translateX(800px)
    }
}

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

@-webkit-keyframes moveToTop {
    to {
        -webkit-transform: translateY(-800px);
        transform: translateY(-800px)
    }
}

@keyframes moveToTop {
    to {
        -webkit-transform: translateY(-800px);
        transform: translateY(-800px)
    }
}

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

@-webkit-keyframes moveToBottom {
    to {
        -webkit-transform: translateY(800px);
        transform: translateY(800px)
    }
}

@keyframes moveToBottom {
    to {
        -webkit-transform: translateY(800px);
        transform: translateY(800px)
    }
}

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

@-webkit-keyframes doorCloseFromLeft {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-transform-origin: left;
        transform-origin: left;
        opacity: 0
    }
    50%,
    to {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        -webkit-transform-origin: left;
        transform-origin: left;
        opacity: 1
    }
}

@keyframes doorCloseFromLeft {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-transform-origin: left;
        transform-origin: left;
        opacity: 0
    }
    50%,
    to {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        -webkit-transform-origin: left;
        transform-origin: left;
        opacity: 1
    }
}

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

@-webkit-keyframes doorOpenFromRight {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        -webkit-transform-origin: left;
        transform-origin: left;
        opacity: 1
    }
    50%,
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-transform-origin: left;
        transform-origin: left;
        opacity: 0
    }
}

@keyframes doorOpenFromRight {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        -webkit-transform-origin: left;
        transform-origin: left;
        opacity: 1
    }
    50%,
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-transform-origin: left;
        transform-origin: left;
        opacity: 0
    }
}

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

@-webkit-keyframes doorCloseFromRight {
    0% {
        -webkit-transform: perspective(400px) rotateY(-90deg);
        transform: perspective(400px) rotateY(-90deg);
        -webkit-transform-origin: right;
        transform-origin: right;
        opacity: 0
    }
    50%,
    to {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        -webkit-transform-origin: right;
        transform-origin: right;
        opacity: 1
    }
}

@keyframes doorCloseFromRight {
    0% {
        -webkit-transform: perspective(400px) rotateY(-90deg);
        transform: perspective(400px) rotateY(-90deg);
        -webkit-transform-origin: right;
        transform-origin: right;
        opacity: 0
    }
    50%,
    to {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        -webkit-transform-origin: right;
        transform-origin: right;
        opacity: 1
    }
}

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

@-webkit-keyframes doorOpenFromLeft {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        -webkit-transform-origin: right;
        transform-origin: right;
        opacity: 1
    }
    50%,
    to {
        -webkit-transform: perspective(400px) rotateY(-90deg);
        transform: perspective(400px) rotateY(-90deg);
        -webkit-transform-origin: right;
        transform-origin: right;
        opacity: 0
    }
}

@keyframes doorOpenFromLeft {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        -webkit-transform-origin: right;
        transform-origin: right;
        opacity: 1
    }
    50%,
    to {
        -webkit-transform: perspective(400px) rotateY(-90deg);
        transform: perspective(400px) rotateY(-90deg);
        -webkit-transform-origin: right;
        transform-origin: right;
        opacity: 0
    }
}

.heartbeatSlow {
    -webkit-animation-name: heartbeatSlow;
    animation-name: heartbeatSlow;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

@-webkit-keyframes heartbeatSlow {
    35%,
    65% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes heartbeatSlow {
    35%,
    65% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.heartbeatFast {
    -webkit-animation-name: heartbeatFast;
    animation-name: heartbeatFast;
    animation-iteration-count: infinite
}

.heartbeatFast,
.horizontalShake,
.pulseShake {
    -webkit-animation-iteration-count: infinite
}

@-webkit-keyframes heartbeatFast {
    14%,
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    28%,
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes heartbeatFast {
    14%,
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    28%,
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

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

@-webkit-keyframes hangOnLeft {
    0% {
        -webkit-transform-origin: left;
        transform-origin: left
    }
    40% {
        -webkit-transform: rotate(100deg);
        transform: rotate(100deg);
        -webkit-transform-origin: left;
        transform-origin: left
    }
    55% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: left;
        transform-origin: left
    }
    70% {
        -webkit-transform: rotate(95deg);
        transform: rotate(95deg);
        -webkit-transform-origin: left;
        transform-origin: left
    }
    85% {
        -webkit-transform: rotate(85deg);
        transform: rotate(85deg);
        -webkit-transform-origin: left;
        transform-origin: left
    }
    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: left;
        transform-origin: left
    }
}

@keyframes hangOnLeft {
    0% {
        -webkit-transform-origin: left;
        transform-origin: left
    }
    40% {
        -webkit-transform: rotate(100deg);
        transform: rotate(100deg);
        -webkit-transform-origin: left;
        transform-origin: left
    }
    55% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: left;
        transform-origin: left
    }
    70% {
        -webkit-transform: rotate(95deg);
        transform: rotate(95deg);
        -webkit-transform-origin: left;
        transform-origin: left
    }
    85% {
        -webkit-transform: rotate(85deg);
        transform: rotate(85deg);
        -webkit-transform-origin: left;
        transform-origin: left
    }
    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: left;
        transform-origin: left
    }
}

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

@-webkit-keyframes hangOnRight {
    0% {
        -webkit-transform-origin: right;
        transform-origin: right
    }
    40% {
        -webkit-transform: rotate(-100deg);
        transform: rotate(-100deg);
        -webkit-transform-origin: right;
        transform-origin: right
    }
    55% {
        -webkit-transform: rotate(-80deg);
        transform: rotate(-80deg);
        -webkit-transform-origin: right;
        transform-origin: right
    }
    70% {
        -webkit-transform: rotate(-95deg);
        transform: rotate(-95deg);
        -webkit-transform-origin: right;
        transform-origin: right
    }
    85% {
        -webkit-transform: rotate(-85deg);
        transform: rotate(-85deg);
        -webkit-transform-origin: right;
        transform-origin: right
    }
    to {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: right;
        transform-origin: right
    }
}

@keyframes hangOnRight {
    0% {
        -webkit-transform-origin: right;
        transform-origin: right
    }
    40% {
        -webkit-transform: rotate(-100deg);
        transform: rotate(-100deg);
        -webkit-transform-origin: right;
        transform-origin: right
    }
    55% {
        -webkit-transform: rotate(-80deg);
        transform: rotate(-80deg);
        -webkit-transform-origin: right;
        transform-origin: right
    }
    70% {
        -webkit-transform: rotate(-95deg);
        transform: rotate(-95deg);
        -webkit-transform-origin: right;
        transform-origin: right
    }
    85% {
        -webkit-transform: rotate(-85deg);
        transform: rotate(-85deg);
        -webkit-transform-origin: right;
        transform-origin: right
    }
    to {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: right;
        transform-origin: right
    }
}

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

@-webkit-keyframes hangAndDropLeft {
    0% {
        -webkit-transform-origin: left;
        transform-origin: left
    }
    50% {
        -webkit-transform: rotate(100deg);
        transform: rotate(100deg);
        -webkit-transform-origin: left;
        transform-origin: left
    }
    60% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: left;
        transform-origin: left;
        opacity: 1
    }
    to {
        -webkit-transform: translateY(300px) rotate(70deg);
        transform: translateY(300px) rotate(70deg);
        -webkit-transform-origin: left;
        transform-origin: left;
        opacity: 0
    }
}

@keyframes hangAndDropLeft {
    0% {
        -webkit-transform-origin: left;
        transform-origin: left
    }
    50% {
        -webkit-transform: rotate(100deg);
        transform: rotate(100deg);
        -webkit-transform-origin: left;
        transform-origin: left
    }
    60% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: left;
        transform-origin: left;
        opacity: 1
    }
    to {
        -webkit-transform: translateY(300px) rotate(70deg);
        transform: translateY(300px) rotate(70deg);
        -webkit-transform-origin: left;
        transform-origin: left;
        opacity: 0
    }
}

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

@-webkit-keyframes hangAndDropRight {
    0% {
        -webkit-transform-origin: right;
        transform-origin: right
    }
    50% {
        -webkit-transform: rotate(-100deg);
        transform: rotate(-100deg);
        -webkit-transform-origin: right;
        transform-origin: right
    }
    60% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: right;
        transform-origin: right;
        opacity: 1
    }
    to {
        -webkit-transform: translateY(300px) rotate(-70deg);
        transform: translateY(300px) rotate(-70deg);
        -webkit-transform-origin: right;
        transform-origin: right;
        opacity: 0
    }
}

@keyframes hangAndDropRight {
    0% {
        -webkit-transform-origin: right;
        transform-origin: right
    }
    50% {
        -webkit-transform: rotate(-100deg);
        transform: rotate(-100deg);
        -webkit-transform-origin: right;
        transform-origin: right
    }
    60% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: right;
        transform-origin: right;
        opacity: 1
    }
    to {
        -webkit-transform: translateY(300px) rotate(-70deg);
        transform: translateY(300px) rotate(-70deg);
        -webkit-transform-origin: right;
        transform-origin: right;
        opacity: 0
    }
}

.pulseShake {
    -webkit-animation-name: pulseShake;
    animation-name: pulseShake;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes pulseShake {
    90% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    92% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    96% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    98% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes pulseShake {
    90% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    92% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    96% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    98% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.horizontalShake {
    -webkit-animation-name: horizontalShake;
    animation-name: horizontalShake;
    animation-iteration-count: infinite
}

.horizontalShake,
.madMax,
.verticalShake {
    -webkit-animation-iteration-count: infinite
}

@-webkit-keyframes horizontalShake {
    3%,
    12%,
    21%,
    30%,
    39%,
    48%,
    57%,
    65%,
    74%,
    83%,
    92% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }
    6%,
    15%,
    24%,
    33%,
    42%,
    51%,
    60%,
    68%,
    77%,
    86%,
    95% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px)
    }
    9%,
    18%,
    27%,
    36%,
    45%,
    54%,
    63%,
    71%,
    80%,
    89%,
    98% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }
}

@keyframes horizontalShake {
    3%,
    12%,
    21%,
    30%,
    39%,
    48%,
    57%,
    65%,
    74%,
    83%,
    92% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }
    6%,
    15%,
    24%,
    33%,
    42%,
    51%,
    60%,
    68%,
    77%,
    86%,
    95% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px)
    }
    9%,
    18%,
    27%,
    36%,
    45%,
    54%,
    63%,
    71%,
    80%,
    89%,
    98% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }
}

.verticalShake {
    -webkit-animation-name: verticalShake;
    animation-name: verticalShake;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes verticalShake {
    3%,
    12%,
    21%,
    30%,
    39%,
    48%,
    57%,
    65%,
    74%,
    83%,
    92% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
    6%,
    15%,
    24%,
    33%,
    42%,
    51%,
    60%,
    68%,
    77%,
    86%,
    95% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }
    9%,
    18%,
    27%,
    36%,
    45%,
    54%,
    63%,
    71%,
    80%,
    89%,
    98% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

@keyframes verticalShake {
    3%,
    12%,
    21%,
    30%,
    39%,
    48%,
    57%,
    65%,
    74%,
    83%,
    92% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
    6%,
    15%,
    24%,
    33%,
    42%,
    51%,
    60%,
    68%,
    77%,
    86%,
    95% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }
    9%,
    18%,
    27%,
    36%,
    45%,
    54%,
    63%,
    71%,
    80%,
    89%,
    98% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

.madMax {
    -webkit-animation-name: madMax;
    animation-name: madMax;
    animation-iteration-count: infinite
}

.coolHorizontalShake,
.coolVerticalShake,
.madMax {
    -webkit-animation-iteration-count: infinite
}

@-webkit-keyframes madMax {
    3%,
    12%,
    21%,
    30%,
    39%,
    48%,
    57%,
    65%,
    74%,
    83%,
    92% {
        -webkit-transform: translateY(5px) scale(1.1);
        transform: translateY(5px) scale(1.1)
    }
    6%,
    15%,
    24%,
    33%,
    42%,
    51%,
    60%,
    68%,
    77%,
    86%,
    95% {
        -webkit-transform: translateY(3px) scale(.8);
        transform: translateY(3px) scale(.8)
    }
    9%,
    18%,
    27%,
    36%,
    45%,
    54%,
    63%,
    71%,
    80%,
    89%,
    98% {
        -webkit-transform: translateY(-5px) scale(1.1);
        transform: translateY(-5px) scale(1.1)
    }
}

@keyframes madMax {
    3%,
    12%,
    21%,
    30%,
    39%,
    48%,
    57%,
    65%,
    74%,
    83%,
    92% {
        -webkit-transform: translateY(5px) scale(1.1);
        transform: translateY(5px) scale(1.1)
    }
    6%,
    15%,
    24%,
    33%,
    42%,
    51%,
    60%,
    68%,
    77%,
    86%,
    95% {
        -webkit-transform: translateY(3px) scale(.8);
        transform: translateY(3px) scale(.8)
    }
    9%,
    18%,
    27%,
    36%,
    45%,
    54%,
    63%,
    71%,
    80%,
    89%,
    98% {
        -webkit-transform: translateY(-5px) scale(1.1);
        transform: translateY(-5px) scale(1.1)
    }
}

.coolHorizontalShake {
    -webkit-animation-name: coolHorizontalShake;
    animation-name: coolHorizontalShake;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes coolHorizontalShake {
    3%,
    21%,
    39%,
    57%,
    74%,
    92% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }
    6%,
    24%,
    42%,
    60%,
    77%,
    95% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px)
    }
    9%,
    27%,
    45%,
    63%,
    80%,
    98% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }
}

@keyframes coolHorizontalShake {
    3%,
    21%,
    39%,
    57%,
    74%,
    92% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }
    6%,
    24%,
    42%,
    60%,
    77%,
    95% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px)
    }
    9%,
    27%,
    45%,
    63%,
    80%,
    98% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }
}

.coolVerticalShake {
    -webkit-animation-name: coolVerticalShake;
    animation-name: coolVerticalShake;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes coolVerticalShake {
    3%,
    21%,
    39%,
    57%,
    74%,
    92% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
    6%,
    24%,
    42%,
    60%,
    77%,
    95% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }
    9%,
    27%,
    45%,
    63%,
    80%,
    98% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

@keyframes coolVerticalShake {
    3%,
    21%,
    39%,
    57%,
    74%,
    92% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
    6%,
    24%,
    42%,
    60%,
    77%,
    95% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }
    9%,
    27%,
    45%,
    63%,
    80%,
    98% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

.quietMad {
    -webkit-animation-name: quietMad;
    animation-name: quietMad;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes quietMad {
    3%,
    21%,
    39%,
    57%,
    74%,
    92% {
        -webkit-transform: translateY(5px) scale(1.1);
        transform: translateY(5px) scale(1.1)
    }
    6%,
    24%,
    42%,
    60%,
    77%,
    95% {
        -webkit-transform: translateY(3px) scale(.8);
        transform: translateY(3px) scale(.8)
    }
    9%,
    27%,
    45%,
    63%,
    80%,
    98% {
        -webkit-transform: translateY(-5px) scale(1.1);
        transform: translateY(-5px) scale(1.1)
    }
}

@keyframes quietMad {
    3%,
    21%,
    39%,
    57%,
    74%,
    92% {
        -webkit-transform: translateY(5px) scale(1.1);
        transform: translateY(5px) scale(1.1)
    }
    6%,
    24%,
    42%,
    60%,
    77%,
    95% {
        -webkit-transform: translateY(3px) scale(.8);
        transform: translateY(3px) scale(.8)
    }
    9%,
    27%,
    45%,
    63%,
    80%,
    98% {
        -webkit-transform: translateY(-5px) scale(1.1);
        transform: translateY(-5px) scale(1.1)
    }
}

.vibration {
    -webkit-animation: vibration .1s linear infinite;
    animation: vibration .1s linear infinite
}

@-webkit-keyframes vibration {
    50% {
        -webkit-transform: skewY(1deg) skewX(-1deg) scale(1.06);
        transform: skewY(1deg) skewX(-1deg) scale(1.06)
    }
}

@keyframes vibration {
    50% {
        -webkit-transform: skewY(1deg) skewX(-1deg) scale(1.06);
        transform: skewY(1deg) skewX(-1deg) scale(1.06)
    }
}

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

@-webkit-keyframes pushReleaseFrom {
    0% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0
    }
    30% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

@keyframes pushReleaseFrom {
    0% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0
    }
    30% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

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

@-webkit-keyframes pushReleaseFromLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    30% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }
}

@keyframes pushReleaseFromLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    30% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }
}

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

@-webkit-keyframes pushReleaseFromRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    30% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }
}

@keyframes pushReleaseFromRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    30% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }
}

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

@-webkit-keyframes pushReleaseFromTop {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    30% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }
}

@keyframes pushReleaseFromTop {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    30% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }
}

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

@-webkit-keyframes pushReleaseFromBottom {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    30% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }
}

@keyframes pushReleaseFromBottom {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    30% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }
}

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

@-webkit-keyframes pushReleaseTo {
    30% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    to {
        -webkit-transform: scale(5);
        transform: scale(5);
        opacity: 0
    }
}

@keyframes pushReleaseTo {
    30% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    to {
        -webkit-transform: scale(5);
        transform: scale(5);
        opacity: 0
    }
}

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

@-webkit-keyframes pushReleaseToLeft {
    30% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }
}

@keyframes pushReleaseToLeft {
    30% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }
}

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

@-webkit-keyframes pushReleaseToRight {
    30% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0
    }
}

@keyframes pushReleaseToRight {
    30% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0
    }
}

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

@-webkit-keyframes pushReleaseToTop {
    30% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }
    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0
    }
}

@keyframes pushReleaseToTop {
    30% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }
    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0
    }
}

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

@-webkit-keyframes pushReleaseToBottom {
    30% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }
    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0
    }
}

@keyframes pushReleaseToBottom {
    30% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }
    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0
    }
}

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

@-webkit-keyframes flipX {
    0% {
        -webkit-transform: perspective(600px) rotateX(-180deg);
        transform: perspective(600px) rotateX(-180deg);
        opacity: 0
    }
    to {
        -webkit-transform: perspective(600px) rotateX(-1turn);
        transform: perspective(600px) rotateX(-1turn)
    }
}

@keyframes flipX {
    0% {
        -webkit-transform: perspective(600px) rotateX(-180deg);
        transform: perspective(600px) rotateX(-180deg);
        opacity: 0
    }
    to {
        -webkit-transform: perspective(600px) rotateX(-1turn);
        transform: perspective(600px) rotateX(-1turn)
    }
}

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

@-webkit-keyframes flipXZoomIn {
    0% {
        -webkit-transform: perspective(600px) rotateX(0) scale(1);
        transform: perspective(600px) rotateX(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(600px) rotateX(-180deg) scale(1.8);
        transform: perspective(600px) rotateX(-180deg) scale(1.8);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    80% {
        -webkit-transform: perspective(600px) rotateX(-1turn) scale(.7);
        transform: perspective(600px) rotateX(-1turn) scale(.7);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes flipXZoomIn {
    0% {
        -webkit-transform: perspective(600px) rotateX(0) scale(1);
        transform: perspective(600px) rotateX(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(600px) rotateX(-180deg) scale(1.8);
        transform: perspective(600px) rotateX(-180deg) scale(1.8);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    80% {
        -webkit-transform: perspective(600px) rotateX(-1turn) scale(.7);
        transform: perspective(600px) rotateX(-1turn) scale(.7);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

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

@-webkit-keyframes flipXZoomOut {
    0% {
        -webkit-transform: perspective(600px) rotateX(0) scale(1);
        transform: perspective(600px) rotateX(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(600px) rotateX(180deg) scale(1.8);
        transform: perspective(600px) rotateX(180deg) scale(1.8);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    80% {
        -webkit-transform: perspective(600px) rotateX(1turn) scale(.7);
        transform: perspective(600px) rotateX(1turn) scale(.7);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes flipXZoomOut {
    0% {
        -webkit-transform: perspective(600px) rotateX(0) scale(1);
        transform: perspective(600px) rotateX(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(600px) rotateX(180deg) scale(1.8);
        transform: perspective(600px) rotateX(180deg) scale(1.8);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    80% {
        -webkit-transform: perspective(600px) rotateX(1turn) scale(.7);
        transform: perspective(600px) rotateX(1turn) scale(.7);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

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

@-webkit-keyframes flipY {
    0% {
        -webkit-transform: perspective(600px) rotateY(180deg);
        transform: perspective(600px) rotateY(180deg);
        opacity: 0
    }
    to {
        -webkit-transform: perspective(600px) rotateY(1turn);
        transform: perspective(600px) rotateY(1turn)
    }
}

@keyframes flipY {
    0% {
        -webkit-transform: perspective(600px) rotateY(180deg);
        transform: perspective(600px) rotateY(180deg);
        opacity: 0
    }
    to {
        -webkit-transform: perspective(600px) rotateY(1turn);
        transform: perspective(600px) rotateY(1turn)
    }
}

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

@-webkit-keyframes flipYZoomIn {
    0% {
        -webkit-transform: perspective(600px) rotateY(0) scale(1);
        transform: perspective(600px) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(600px) rotateY(180deg) scale(1.6);
        transform: perspective(600px) rotateY(180deg) scale(1.6);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    80% {
        -webkit-transform: perspective(600px) rotateY(1turn) scale(.7);
        transform: perspective(600px) rotateY(1turn) scale(.7);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes flipYZoomIn {
    0% {
        -webkit-transform: perspective(600px) rotateY(0) scale(1);
        transform: perspective(600px) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(600px) rotateY(180deg) scale(1.6);
        transform: perspective(600px) rotateY(180deg) scale(1.6);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    80% {
        -webkit-transform: perspective(600px) rotateY(1turn) scale(.7);
        transform: perspective(600px) rotateY(1turn) scale(.7);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

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

@-webkit-keyframes flipYZoomOut {
    0% {
        -webkit-transform: perspective(600px) rotateY(0) scale(1);
        transform: perspective(600px) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(600px) rotateY(180deg) scale(.6);
        transform: perspective(600px) rotateY(180deg) scale(.6);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    80% {
        -webkit-transform: perspective(600px) rotateY(1turn) scale(1.8);
        transform: perspective(600px) rotateY(1turn) scale(1.8);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes flipYZoomOut {
    0% {
        -webkit-transform: perspective(600px) rotateY(0) scale(1);
        transform: perspective(600px) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(600px) rotateY(180deg) scale(.6);
        transform: perspective(600px) rotateY(180deg) scale(.6);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    80% {
        -webkit-transform: perspective(600px) rotateY(1turn) scale(1.8);
        transform: perspective(600px) rotateY(1turn) scale(1.8);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

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

@-webkit-keyframes skewLeft {
    70% {
        -webkit-transform: skewX(40deg);
        transform: skewX(40deg)
    }
}

@keyframes skewLeft {
    70% {
        -webkit-transform: skewX(40deg);
        transform: skewX(40deg)
    }
}

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

@-webkit-keyframes skewRight {
    70% {
        -webkit-transform: skewX(-40deg);
        transform: skewX(-40deg)
    }
}

@keyframes skewRight {
    70% {
        -webkit-transform: skewX(-40deg);
        transform: skewX(-40deg)
    }
}

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

@-webkit-keyframes skewInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) skewX(-40deg);
        transform: translateX(-100%) skewX(-40deg)
    }
    70% {
        -webkit-transform: skewX(-30deg);
        transform: skewX(-30deg)
    }
}

@keyframes skewInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) skewX(-40deg);
        transform: translateX(-100%) skewX(-40deg)
    }
    70% {
        -webkit-transform: skewX(-30deg);
        transform: skewX(-30deg)
    }
}

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

@-webkit-keyframes skewInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%) skewX(40deg);
        transform: translateX(100%) skewX(40deg)
    }
    70% {
        -webkit-transform: skewX(30deg);
        transform: skewX(30deg)
    }
}

@keyframes skewInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%) skewX(40deg);
        transform: translateX(100%) skewX(40deg)
    }
    70% {
        -webkit-transform: skewX(30deg);
        transform: skewX(30deg)
    }
}

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

@-webkit-keyframes skewOutLeft {
    20% {
        -webkit-transform: skewX(40deg);
        transform: skewX(40deg)
    }
    to {
        -webkit-transform: translateX(-100%) skewX(40deg);
        transform: translateX(-100%) skewX(40deg);
        opacity: 0
    }
}

@keyframes skewOutLeft {
    20% {
        -webkit-transform: skewX(40deg);
        transform: skewX(40deg)
    }
    to {
        -webkit-transform: translateX(-100%) skewX(40deg);
        transform: translateX(-100%) skewX(40deg);
        opacity: 0
    }
}

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

@-webkit-keyframes skewOutRight {
    20% {
        -webkit-transform: skewX(-40deg);
        transform: skewX(-40deg)
    }
    to {
        -webkit-transform: translateX(100%) skewX(-40deg);
        transform: translateX(100%) skewX(-40deg);
        opacity: 0
    }
}

@keyframes skewOutRight {
    20% {
        -webkit-transform: skewX(-40deg);
        transform: skewX(-40deg)
    }
    to {
        -webkit-transform: translateX(100%) skewX(-40deg);
        transform: translateX(100%) skewX(-40deg);
        opacity: 0
    }
}

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

@-webkit-keyframes shockZoom {
    0% {
        -webkit-transform: matrix(5, 0, 0, 5, 0, 0);
        transform: matrix(5, 0, 0, 5, 0, 0)
    }
    35% {
        -webkit-transform: matrix(2, 0, 0, 2, 0, 0);
        transform: matrix(2, 0, 0, 2, 0, 0)
    }
    43% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0)
    }
}

@keyframes shockZoom {
    0% {
        -webkit-transform: matrix(5, 0, 0, 5, 0, 0);
        transform: matrix(5, 0, 0, 5, 0, 0)
    }
    35% {
        -webkit-transform: matrix(2, 0, 0, 2, 0, 0);
        transform: matrix(2, 0, 0, 2, 0, 0)
    }
    43% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0)
    }
}

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

@-webkit-keyframes shockInLeft {
    0% {
        -webkit-transform: matrix(1, 0, 0, 1, -800, 0);
        transform: matrix(1, 0, 0, 1, -800, 0)
    }
    35% {
        -webkit-transform: matrix(1, 0, 0, 1, 50, 0);
        transform: matrix(1, 0, 0, 1, 50, 0)
    }
    43% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0)
    }
}

@keyframes shockInLeft {
    0% {
        -webkit-transform: matrix(1, 0, 0, 1, -800, 0);
        transform: matrix(1, 0, 0, 1, -800, 0)
    }
    35% {
        -webkit-transform: matrix(1, 0, 0, 1, 50, 0);
        transform: matrix(1, 0, 0, 1, 50, 0)
    }
    43% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0)
    }
}

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

@-webkit-keyframes shockInRight {
    0% {
        -webkit-transform: matrix(1, 0, 0, 1, 800, 0);
        transform: matrix(1, 0, 0, 1, 800, 0)
    }
    35% {
        -webkit-transform: matrix(1, 0, 0, 1, -50, 0);
        transform: matrix(1, 0, 0, 1, -50, 0)
    }
    43% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0)
    }
}

@keyframes shockInRight {
    0% {
        -webkit-transform: matrix(1, 0, 0, 1, 800, 0);
        transform: matrix(1, 0, 0, 1, 800, 0)
    }
    35% {
        -webkit-transform: matrix(1, 0, 0, 1, -50, 0);
        transform: matrix(1, 0, 0, 1, -50, 0)
    }
    43% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0)
    }
}

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

@-webkit-keyframes shockInTop {
    0% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, -400);
        transform: matrix(1, 0, 0, 1, 0, -400)
    }
    35% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 50);
        transform: matrix(1, 0, 0, 1, 0, 50)
    }
    43% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0)
    }
}

@keyframes shockInTop {
    0% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, -400);
        transform: matrix(1, 0, 0, 1, 0, -400)
    }
    35% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 50);
        transform: matrix(1, 0, 0, 1, 0, 50)
    }
    43% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0)
    }
}

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

@-webkit-keyframes shockInBottom {
    0% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 400);
        transform: matrix(1, 0, 0, 1, 0, 400)
    }
    35% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, -50);
        transform: matrix(1, 0, 0, 1, 0, -50)
    }
    43% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0)
    }
}

@keyframes shockInBottom {
    0% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 400);
        transform: matrix(1, 0, 0, 1, 0, 400)
    }
    35% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, -50);
        transform: matrix(1, 0, 0, 1, 0, -50)
    }
    43% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0)
    }
}

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

@-webkit-keyframes pullRelease {
    15% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8)
    }
}

@keyframes pullRelease {
    15% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8)
    }
}

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

@-webkit-keyframes pushRelease {
    15% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

@keyframes pushRelease {
    15% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

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

@-webkit-keyframes swingInLeft {
    0% {
        -webkit-transform: matrix(3, 0, 0, 3, -800, 0);
        transform: matrix(3, 0, 0, 3, -800, 0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: matrix(1.3, 0, 0, 1.3, 20, 0);
        transform: matrix(1.3, 0, 0, 1.3, 20, 0)
    }
}

@keyframes swingInLeft {
    0% {
        -webkit-transform: matrix(3, 0, 0, 3, -800, 0);
        transform: matrix(3, 0, 0, 3, -800, 0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: matrix(1.3, 0, 0, 1.3, 20, 0);
        transform: matrix(1.3, 0, 0, 1.3, 20, 0)
    }
}

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

@-webkit-keyframes swingInRight {
    0% {
        -webkit-transform: matrix(3, 0, 0, 3, 800, 0);
        transform: matrix(3, 0, 0, 3, 800, 0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: matrix(1.3, 0, 0, 1.3, -20, 0);
        transform: matrix(1.3, 0, 0, 1.3, -20, 0)
    }
}

@keyframes swingInRight {
    0% {
        -webkit-transform: matrix(3, 0, 0, 3, 800, 0);
        transform: matrix(3, 0, 0, 3, 800, 0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: matrix(1.3, 0, 0, 1.3, -20, 0);
        transform: matrix(1.3, 0, 0, 1.3, -20, 0)
    }
}

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

@-webkit-keyframes swingInTop {
    0% {
        -webkit-transform: matrix(3, 0, 0, 3, 0, -800);
        transform: matrix(3, 0, 0, 3, 0, -800);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: matrix(1.3, 0, 0, 1.3, 0, 20);
        transform: matrix(1.3, 0, 0, 1.3, 0, 20)
    }
}

@keyframes swingInTop {
    0% {
        -webkit-transform: matrix(3, 0, 0, 3, 0, -800);
        transform: matrix(3, 0, 0, 3, 0, -800);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: matrix(1.3, 0, 0, 1.3, 0, 20);
        transform: matrix(1.3, 0, 0, 1.3, 0, 20)
    }
}

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

@-webkit-keyframes swingInBottom {
    0% {
        -webkit-transform: matrix(3, 0, 0, 3, 0, 800);
        transform: matrix(3, 0, 0, 3, 0, 800);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: matrix(1.3, 0, 0, 1.3, 0, -20);
        transform: matrix(1.3, 0, 0, 1.3, 0, -20)
    }
}

@keyframes swingInBottom {
    0% {
        -webkit-transform: matrix(3, 0, 0, 3, 0, 800);
        transform: matrix(3, 0, 0, 3, 0, 800);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: matrix(1.3, 0, 0, 1.3, 0, -20);
        transform: matrix(1.3, 0, 0, 1.3, 0, -20)
    }
}

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

@-webkit-keyframes elevateLeft {
    0% {
        -webkit-transform: translateY(100%) rotate(-20deg);
        transform: translateY(100%) rotate(-20deg);
        -webkit-transform-origin: right;
        transform-origin: right
    }
    40% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
        -webkit-transform-origin: right;
        transform-origin: right
    }
    65% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: right;
        transform-origin: right
    }
}

@keyframes elevateLeft {
    0% {
        -webkit-transform: translateY(100%) rotate(-20deg);
        transform: translateY(100%) rotate(-20deg);
        -webkit-transform-origin: right;
        transform-origin: right
    }
    40% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
        -webkit-transform-origin: right;
        transform-origin: right
    }
    65% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: right;
        transform-origin: right
    }
}

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

@-webkit-keyframes elevateRight {
    0% {
        -webkit-transform: translateY(100%) rotate(20deg);
        transform: translateY(100%) rotate(20deg);
        -webkit-transform-origin: left;
        transform-origin: left
    }
    40% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
        -webkit-transform-origin: left;
        transform-origin: left
    }
    65% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: left;
        transform-origin: left
    }
}

@keyframes elevateRight {
    0% {
        -webkit-transform: translateY(100%) rotate(20deg);
        transform: translateY(100%) rotate(20deg);
        -webkit-transform-origin: left;
        transform-origin: left
    }
    40% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
        -webkit-transform-origin: left;
        transform-origin: left
    }
    65% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: left;
        transform-origin: left
    }
}

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

@-webkit-keyframes rollFromLeft {
    0% {
        -webkit-transform: translateX(-100%) perspective(600px) rotateY(180deg);
        transform: translateX(-100%) perspective(600px) rotateY(180deg);
        opacity: 0
    }
    to {
        -webkit-transform: translateX(0) perspective(600px) rotateY(0);
        transform: translateX(0) perspective(600px) rotateY(0);
        opacity: 1
    }
}

@keyframes rollFromLeft {
    0% {
        -webkit-transform: translateX(-100%) perspective(600px) rotateY(180deg);
        transform: translateX(-100%) perspective(600px) rotateY(180deg);
        opacity: 0
    }
    to {
        -webkit-transform: translateX(0) perspective(600px) rotateY(0);
        transform: translateX(0) perspective(600px) rotateY(0);
        opacity: 1
    }
}

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

@-webkit-keyframes rollFromRight {
    0% {
        -webkit-transform: translateX(100%) perspective(600px) rotateY(-180deg);
        transform: translateX(100%) perspective(600px) rotateY(-180deg);
        opacity: 0
    }
    to {
        -webkit-transform: translateX(0) perspective(600px) rotateY(0);
        transform: translateX(0) perspective(600px) rotateY(0);
        opacity: 1
    }
}

@keyframes rollFromRight {
    0% {
        -webkit-transform: translateX(100%) perspective(600px) rotateY(-180deg);
        transform: translateX(100%) perspective(600px) rotateY(-180deg);
        opacity: 0
    }
    to {
        -webkit-transform: translateX(0) perspective(600px) rotateY(0);
        transform: translateX(0) perspective(600px) rotateY(0);
        opacity: 1
    }
}

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

@-webkit-keyframes rollFromTop {
    0% {
        -webkit-transform: translateY(-100%) perspective(600px) rotateY(180deg);
        transform: translateY(-100%) perspective(600px) rotateY(180deg);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0) perspective(600px) rotateY(0);
        transform: translateY(0) perspective(600px) rotateY(0);
        opacity: 1
    }
}

@keyframes rollFromTop {
    0% {
        -webkit-transform: translateY(-100%) perspective(600px) rotateY(180deg);
        transform: translateY(-100%) perspective(600px) rotateY(180deg);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0) perspective(600px) rotateY(0);
        transform: translateY(0) perspective(600px) rotateY(0);
        opacity: 1
    }
}

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

@-webkit-keyframes rollFromBottom {
    0% {
        -webkit-transform: translateY(100%) perspective(600px) rotateY(-180deg);
        transform: translateY(100%) perspective(600px) rotateY(-180deg);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0) perspective(600px) rotateY(0);
        transform: translateY(0) perspective(600px) rotateY(0);
        opacity: 1
    }
}

@keyframes rollFromBottom {
    0% {
        -webkit-transform: translateY(100%) perspective(600px) rotateY(-180deg);
        transform: translateY(100%) perspective(600px) rotateY(-180deg);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0) perspective(600px) rotateY(0);
        transform: translateY(0) perspective(600px) rotateY(0);
        opacity: 1
    }
}

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

@-webkit-keyframes rollToLeft {
    0% {
        -webkit-transform: translateX(0) perspective(600px) rotateY(0);
        transform: translateX(0) perspective(600px) rotateY(0);
        opacity: 1
    }
    to {
        -webkit-transform: translateX(-100%) perspective(600px) rotateY(180deg);
        transform: translateX(-100%) perspective(600px) rotateY(180deg);
        opacity: 0
    }
}

@keyframes rollToLeft {
    0% {
        -webkit-transform: translateX(0) perspective(600px) rotateY(0);
        transform: translateX(0) perspective(600px) rotateY(0);
        opacity: 1
    }
    to {
        -webkit-transform: translateX(-100%) perspective(600px) rotateY(180deg);
        transform: translateX(-100%) perspective(600px) rotateY(180deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rollToRight {
    0% {
        -webkit-transform: translateX(0) perspective(600px) rotateY(0);
        transform: translateX(0) perspective(600px) rotateY(0);
        opacity: 1
    }
    to {
        -webkit-transform: translateX(100%) perspective(600px) rotateY(-180deg);
        transform: translateX(100%) perspective(600px) rotateY(-180deg);
        opacity: 0
    }
}

@keyframes rollToRight {
    0% {
        -webkit-transform: translateX(0) perspective(600px) rotateY(0);
        transform: translateX(0) perspective(600px) rotateY(0);
        opacity: 1
    }
    to {
        -webkit-transform: translateX(100%) perspective(600px) rotateY(-180deg);
        transform: translateX(100%) perspective(600px) rotateY(-180deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rollToTop {
    0% {
        -webkit-transform: translateY(0) perspective(600px) rotateX(0);
        transform: translateY(0) perspective(600px) rotateX(0);
        opacity: 1
    }
    to {
        -webkit-transform: translateY(-100%) perspective(600px) rotateX(180deg);
        transform: translateY(-100%) perspective(600px) rotateX(180deg);
        opacity: 0
    }
}

@keyframes rollToTop {
    0% {
        -webkit-transform: translateY(0) perspective(600px) rotateX(0);
        transform: translateY(0) perspective(600px) rotateX(0);
        opacity: 1
    }
    to {
        -webkit-transform: translateY(-100%) perspective(600px) rotateX(180deg);
        transform: translateY(-100%) perspective(600px) rotateX(180deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rollToBottom {
    to {
        -webkit-transform: translateY(100%) perspective(600px) rotateX(-180deg);
        transform: translateY(100%) perspective(600px) rotateX(-180deg);
        opacity: 0
    }
}

@keyframes rollToBottom {
    to {
        -webkit-transform: translateY(100%) perspective(600px) rotateX(-180deg);
        transform: translateY(100%) perspective(600px) rotateX(-180deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

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

@-webkit-keyframes rotateX {
    0% {
        -webkit-transform: perspective(600px) rotateX(0);
        transform: perspective(600px) rotateX(0)
    }
    to {
        -webkit-transform: perspective(600px) rotateX(90deg);
        transform: perspective(600px) rotateX(90deg)
    }
}

@keyframes rotateX {
    0% {
        -webkit-transform: perspective(600px) rotateX(0);
        transform: perspective(600px) rotateX(0)
    }
    to {
        -webkit-transform: perspective(600px) rotateX(90deg);
        transform: perspective(600px) rotateX(90deg)
    }
}

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

@-webkit-keyframes rotateXIn {
    0% {
        -webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
        transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
        opacity: 0
    }
    5% {
        -webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
        transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg)
    }
}

@keyframes rotateXIn {
    0% {
        -webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
        transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
        opacity: 0
    }
    5% {
        -webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
        transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg)
    }
}

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

@-webkit-keyframes rotateXOut {
    95% {
        -webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
        transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg)
    }
    to {
        -webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
        transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
        opacity: 0
    }
}

@keyframes rotateXOut {
    95% {
        -webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
        transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg)
    }
    to {
        -webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
        transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateY {
    0% {
        -webkit-transform: perspective(600px) rotateY(0);
        transform: perspective(600px) rotateY(0)
    }
    to {
        -webkit-transform: perspective(600px) rotateY(90deg);
        transform: perspective(600px) rotateY(90deg)
    }
}

@keyframes rotateY {
    0% {
        -webkit-transform: perspective(600px) rotateY(0);
        transform: perspective(600px) rotateY(0)
    }
    to {
        -webkit-transform: perspective(600px) rotateY(90deg);
        transform: perspective(600px) rotateY(90deg)
    }
}

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

@-webkit-keyframes rotateYIn {
    0% {
        -webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
        transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
        opacity: 0
    }
    5% {
        -webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
        transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg)
    }
}

@keyframes rotateYIn {
    0% {
        -webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
        transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
        opacity: 0
    }
    5% {
        -webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
        transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg)
    }
}

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

@-webkit-keyframes rotateYOut {
    95% {
        -webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
        transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg)
    }
    to {
        -webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
        transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
        opacity: 0
    }
}

@keyframes rotateYOut {
    95% {
        -webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
        transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg)
    }
    to {
        -webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
        transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(0);
        transform: translateX(-100%) rotate(0)
    }
    to {
        -webkit-transform: translateX(0) rotate(1turn);
        transform: translateX(0) rotate(1turn)
    }
}

@keyframes rotateInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(0);
        transform: translateX(-100%) rotate(0)
    }
    to {
        -webkit-transform: translateX(0) rotate(1turn);
        transform: translateX(0) rotate(1turn)
    }
}

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

@-webkit-keyframes rotateInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(0);
        transform: translateX(100%) rotate(0)
    }
    to {
        -webkit-transform: translateX(0) rotate(-1turn);
        transform: translateX(0) rotate(-1turn)
    }
}

@keyframes rotateInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(0);
        transform: translateX(100%) rotate(0)
    }
    to {
        -webkit-transform: translateX(0) rotate(-1turn);
        transform: translateX(0) rotate(-1turn)
    }
}

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

@-webkit-keyframes rotateInTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-400%) rotate(0);
        transform: translateY(-400%) rotate(0)
    }
    to {
        -webkit-transform: translateX(0) rotate(1turn);
        transform: translateX(0) rotate(1turn)
    }
}

@keyframes rotateInTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-400%) rotate(0);
        transform: translateY(-400%) rotate(0)
    }
    to {
        -webkit-transform: translateX(0) rotate(1turn);
        transform: translateX(0) rotate(1turn)
    }
}

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

@-webkit-keyframes rotateInBottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(400%) rotate(0);
        transform: translateY(400%) rotate(0)
    }
    to {
        -webkit-transform: translateX(0) rotate(1turn);
        transform: translateX(0) rotate(1turn)
    }
}

@keyframes rotateInBottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(400%) rotate(0);
        transform: translateY(400%) rotate(0)
    }
    to {
        -webkit-transform: translateX(0) rotate(1turn);
        transform: translateX(0) rotate(1turn)
    }
}

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

@-webkit-keyframes rotateOutLeft {
    0% {
        -webkit-transform: translateX(0) rotate(1turn);
        transform: translateX(0) rotate(1turn)
    }
    to {
        -webkit-transform: translateX(-800px) rotate(0);
        transform: translateX(-800px) rotate(0);
        opacity: 0
    }
}

@keyframes rotateOutLeft {
    0% {
        -webkit-transform: translateX(0) rotate(1turn);
        transform: translateX(0) rotate(1turn)
    }
    to {
        -webkit-transform: translateX(-800px) rotate(0);
        transform: translateX(-800px) rotate(0);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutRight {
    0% {
        -webkit-transform: translateX(0) rotate(-1turn);
        transform: translateX(0) rotate(-1turn)
    }
    to {
        -webkit-transform: translateX(800px) rotate(0);
        transform: translateX(800px) rotate(0);
        opacity: 0
    }
}

@keyframes rotateOutRight {
    0% {
        -webkit-transform: translateX(0) rotate(-1turn);
        transform: translateX(0) rotate(-1turn)
    }
    to {
        -webkit-transform: translateX(800px) rotate(0);
        transform: translateX(800px) rotate(0);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutTop {
    0% {
        -webkit-transform: translateX(0) rotate(1turn);
        transform: translateX(0) rotate(1turn)
    }
    to {
        -webkit-transform: translateY(-800px) rotate(0);
        transform: translateY(-800px) rotate(0);
        opacity: 0
    }
}

@keyframes rotateOutTop {
    0% {
        -webkit-transform: translateX(0) rotate(1turn);
        transform: translateX(0) rotate(1turn)
    }
    to {
        -webkit-transform: translateY(-800px) rotate(0);
        transform: translateY(-800px) rotate(0);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutBottom {
    0% {
        -webkit-transform: translateX(0) rotate(1turn);
        transform: translateX(0) rotate(1turn)
    }
    to {
        -webkit-transform: translateY(800px) rotate(0);
        transform: translateY(800px) rotate(0);
        opacity: 0
    }
}

@keyframes rotateOutBottom {
    0% {
        -webkit-transform: translateX(0) rotate(1turn);
        transform: translateX(0) rotate(1turn)
    }
    to {
        -webkit-transform: translateY(800px) rotate(0);
        transform: translateY(800px) rotate(0);
        opacity: 0
    }
}

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

@-webkit-keyframes spinToLeft {
    0%,
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes spinToLeft {
    0%,
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes spinToRight {
    0%,
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes spinToRight {
    0%,
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes spinToTop {
    0%,
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes spinToTop {
    0%,
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes spinToBottom {
    0%,
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes spinToBottom {
    0%,
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes spinFromLeft {
    0%,
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes spinFromLeft {
    0%,
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes spinFromRight {
    0%,
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
    to {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes spinFromRight {
    0%,
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
    to {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes spinFromTop {
    0%,
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
    to {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes spinFromTop {
    0%,
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
    to {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes spinFromBottom {
    0%,
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes spinFromBottom {
    0%,
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes blurIn {
    0% {
        -webkit-filter: blur(20px);
        filter: blur(20px);
        opacity: 0
    }
}

@keyframes blurIn {
    0% {
        -webkit-filter: blur(20px);
        filter: blur(20px);
        opacity: 0
    }
}

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

@-webkit-keyframes blurInLeft {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-filter: blur(20px);
        filter: blur(20px);
        opacity: 0
    }
}

@keyframes blurInLeft {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-filter: blur(20px);
        filter: blur(20px);
        opacity: 0
    }
}

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

@-webkit-keyframes blurInRight {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-filter: blur(20px);
        filter: blur(20px);
        opacity: 0
    }
}

@keyframes blurInRight {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-filter: blur(20px);
        filter: blur(20px);
        opacity: 0
    }
}

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

@-webkit-keyframes blurInTop {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-filter: blur(20px);
        filter: blur(20px);
        opacity: 0
    }
}

@keyframes blurInTop {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-filter: blur(20px);
        filter: blur(20px);
        opacity: 0
    }
}

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

@-webkit-keyframes blurInBottom {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-filter: blur(20px);
        filter: blur(20px);
        opacity: 0
    }
}

@keyframes blurInBottom {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-filter: blur(20px);
        filter: blur(20px);
        opacity: 0
    }
}

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

@-webkit-keyframes blurOut {
    85%,
    to {
        -webkit-filter: blur(20px);
        filter: blur(20px)
    }
    to {
        opacity: 0
    }
}

@keyframes blurOut {
    85%,
    to {
        -webkit-filter: blur(20px);
        filter: blur(20px)
    }
    to {
        opacity: 0
    }
}

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

@-webkit-keyframes blurOutLeft {
    85%,
    to {
        -webkit-filter: blur(20px);
        filter: blur(20px);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    to {
        opacity: 0
    }
}

@keyframes blurOutLeft {
    85%,
    to {
        -webkit-filter: blur(20px);
        filter: blur(20px);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    to {
        opacity: 0
    }
}

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

@-webkit-keyframes blurOutRight {
    85%,
    to {
        -webkit-filter: blur(20px);
        filter: blur(20px);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    to {
        opacity: 0
    }
}

@keyframes blurOutRight {
    85%,
    to {
        -webkit-filter: blur(20px);
        filter: blur(20px);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    to {
        opacity: 0
    }
}

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

@-webkit-keyframes blurOutTop {
    85%,
    to {
        -webkit-filter: blur(20px);
        filter: blur(20px);
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    to {
        opacity: 0
    }
}

@keyframes blurOutTop {
    85%,
    to {
        -webkit-filter: blur(20px);
        filter: blur(20px);
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    to {
        opacity: 0
    }
}

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

@-webkit-keyframes blurOutBottom {
    85%,
    to {
        -webkit-filter: blur(20px);
        filter: blur(20px);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    to {
        opacity: 0
    }
}

@keyframes blurOutBottom {
    85%,
    to {
        -webkit-filter: blur(20px);
        filter: blur(20px);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    to {
        opacity: 0
    }
}

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

@-webkit-keyframes bounceFromTop {
    0%,
    25%,
    55%,
    85%,
    to {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    41%,
    44% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: translate3d(0, -80px, 0) scaleY(1.6);
        transform: translate3d(0, -80px, 0) scaleY(1.6)
    }
    70% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounceFromTop {
    0%,
    25%,
    55%,
    85%,
    to {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    41%,
    44% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: translate3d(0, -80px, 0) scaleY(1.6);
        transform: translate3d(0, -80px, 0) scaleY(1.6)
    }
    70% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

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

@-webkit-keyframes bounceFromDown {
    0%,
    25%,
    55%,
    85%,
    to {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    41%,
    44% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: translate3d(0, 80px, 0) scaleY(1.2);
        transform: translate3d(0, 80px, 0) scaleY(1.2)
    }
    70% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 4px, 0);
        transform: translate3d(0, 4px, 0)
    }
}

@keyframes bounceFromDown {
    0%,
    25%,
    55%,
    85%,
    to {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    41%,
    44% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: translate3d(0, 80px, 0) scaleY(1.2);
        transform: translate3d(0, 80px, 0) scaleY(1.2)
    }
    70% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 4px, 0);
        transform: translate3d(0, 4px, 0)
    }
}

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

@-webkit-keyframes bounceX {
    0%,
    25%,
    55%,
    85%,
    to {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    41%,
    44% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scaleX(1.8);
        transform: scaleX(1.8)
    }
    70% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scaleX(1.5);
        transform: scaleX(1.5)
    }
    90% {
        -webkit-transform: scaleX(1.1);
        transform: scaleX(1.1)
    }
}

@keyframes bounceX {
    0%,
    25%,
    55%,
    85%,
    to {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    41%,
    44% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scaleX(1.8);
        transform: scaleX(1.8)
    }
    70% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scaleX(1.5);
        transform: scaleX(1.5)
    }
    90% {
        -webkit-transform: scaleX(1.1);
        transform: scaleX(1.1)
    }
}

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

@-webkit-keyframes bounceY {
    0%,
    25%,
    55%,
    85%,
    to {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    41%,
    44% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scaleY(2);
        transform: scaleY(2)
    }
    70% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scaleY(1.5);
        transform: scaleY(1.5)
    }
    90% {
        -webkit-transform: scaleY(1.1);
        transform: scaleY(1.1)
    }
}

@keyframes bounceY {
    0%,
    25%,
    55%,
    85%,
    to {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    41%,
    44% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scaleY(2);
        transform: scaleY(2)
    }
    70% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scaleY(1.5);
        transform: scaleY(1.5)
    }
    90% {
        -webkit-transform: scaleY(1.1);
        transform: scaleY(1.1)
    }
}

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

@-webkit-keyframes bounceZoomIn {
    0%,
    25%,
    55%,
    85%,
    to {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    41%,
    44% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
    70% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    90% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes bounceZoomIn {
    0%,
    25%,
    55%,
    85%,
    to {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    41%,
    44% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
    70% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    90% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

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

@-webkit-keyframes bounceZoomOut {
    0%,
    25%,
    55%,
    85%,
    to {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    41%,
    44% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
    70% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    90% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

@keyframes bounceZoomOut {
    0%,
    25%,
    55%,
    85%,
    to {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    41%,
    44% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
    70% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    90% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

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

@-webkit-keyframes bounceInTop {
    0% {
        -webkit-transform: translate3d(0, -300%, 0);
        transform: translate3d(0, -300%, 0)
    }
    58% {
        -webkit-transform: translate3d(0, 27px, 0);
        transform: translate3d(0, 27px, 0)
    }
    73% {
        -webkit-transform: translate3d(0, -12px, 0);
        transform: translate3d(0, -12px, 0)
    }
    88% {
        -webkit-transform: translate3d(0, 7px, 0);
        transform: translate3d(0, 7px, 0)
    }
}

@keyframes bounceInTop {
    0% {
        -webkit-transform: translate3d(0, -300%, 0);
        transform: translate3d(0, -300%, 0)
    }
    58% {
        -webkit-transform: translate3d(0, 27px, 0);
        transform: translate3d(0, 27px, 0)
    }
    73% {
        -webkit-transform: translate3d(0, -12px, 0);
        transform: translate3d(0, -12px, 0)
    }
    88% {
        -webkit-transform: translate3d(0, 7px, 0);
        transform: translate3d(0, 7px, 0)
    }
}

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

@-webkit-keyframes bounceInBottom {
    0% {
        -webkit-transform: translate3d(0, 300%, 0);
        transform: translate3d(0, 300%, 0)
    }
    58% {
        -webkit-transform: translate3d(0, -27px, 0);
        transform: translate3d(0, -27px, 0)
    }
    73% {
        -webkit-transform: translate3d(0, 12px, 0);
        transform: translate3d(0, 12px, 0)
    }
    88% {
        -webkit-transform: translate3d(0, -8px, 0);
        transform: translate3d(0, -8px, 0)
    }
}

@keyframes bounceInBottom {
    0% {
        -webkit-transform: translate3d(0, 300%, 0);
        transform: translate3d(0, 300%, 0)
    }
    58% {
        -webkit-transform: translate3d(0, -27px, 0);
        transform: translate3d(0, -27px, 0)
    }
    73% {
        -webkit-transform: translate3d(0, 12px, 0);
        transform: translate3d(0, 12px, 0)
    }
    88% {
        -webkit-transform: translate3d(0, -8px, 0);
        transform: translate3d(0, -8px, 0)
    }
}

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

@-webkit-keyframes bounceInLeft {
    0% {
        -webkit-transform: translate3d(-300%, 0, 0);
        transform: translate3d(-300%, 0, 0)
    }
    58% {
        -webkit-transform: translate3d(27px, 0, 0);
        transform: translate3d(27px, 0, 0)
    }
    73% {
        -webkit-transform: translate3d(-12px, 0, 0);
        transform: translate3d(-12px, 0, 0)
    }
    88% {
        -webkit-transform: translate3d(8px, 0, 0);
        transform: translate3d(8px, 0, 0)
    }
}

@keyframes bounceInLeft {
    0% {
        -webkit-transform: translate3d(-300%, 0, 0);
        transform: translate3d(-300%, 0, 0)
    }
    58% {
        -webkit-transform: translate3d(27px, 0, 0);
        transform: translate3d(27px, 0, 0)
    }
    73% {
        -webkit-transform: translate3d(-12px, 0, 0);
        transform: translate3d(-12px, 0, 0)
    }
    88% {
        -webkit-transform: translate3d(8px, 0, 0);
        transform: translate3d(8px, 0, 0)
    }
}

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

@-webkit-keyframes bounceInRight {
    0% {
        -webkit-transform: translate3d(300%, 0, 0);
        transform: translate3d(300%, 0, 0)
    }
    58% {
        -webkit-transform: translate3d(-27px, 0, 0);
        transform: translate3d(-27px, 0, 0)
    }
    73% {
        -webkit-transform: translate3d(12px, 0, 0);
        transform: translate3d(12px, 0, 0)
    }
    88% {
        -webkit-transform: translate3d(-8px, 0, 0);
        transform: translate3d(-8px, 0, 0)
    }
}

@keyframes bounceInRight {
    0% {
        -webkit-transform: translate3d(300%, 0, 0);
        transform: translate3d(300%, 0, 0)
    }
    58% {
        -webkit-transform: translate3d(-27px, 0, 0);
        transform: translate3d(-27px, 0, 0)
    }
    73% {
        -webkit-transform: translate3d(12px, 0, 0);
        transform: translate3d(12px, 0, 0)
    }
    88% {
        -webkit-transform: translate3d(-8px, 0, 0);
        transform: translate3d(-8px, 0, 0)
    }
}

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

@-webkit-keyframes bounceOutTop {
    18%,
    33%,
    48% {
        opacity: 1
    }
    18% {
        -webkit-transform: translate3d(0, 27px, 0);
        transform: translate3d(0, 27px, 0)
    }
    33% {
        -webkit-transform: translate3d(0, -12px, 0);
        transform: translate3d(0, -12px, 0)
    }
    48% {
        -webkit-transform: translate3d(0, 8px, 0);
        transform: translate3d(0, 8px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -300%, 0);
        transform: translate3d(0, -300%, 0)
    }
}

@keyframes bounceOutTop {
    18%,
    33%,
    48% {
        opacity: 1
    }
    18% {
        -webkit-transform: translate3d(0, 27px, 0);
        transform: translate3d(0, 27px, 0)
    }
    33% {
        -webkit-transform: translate3d(0, -12px, 0);
        transform: translate3d(0, -12px, 0)
    }
    48% {
        -webkit-transform: translate3d(0, 8px, 0);
        transform: translate3d(0, 8px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -300%, 0);
        transform: translate3d(0, -300%, 0)
    }
}

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

@-webkit-keyframes bounceOutBottom {
    18%,
    33%,
    48% {
        opacity: 1
    }
    18% {
        -webkit-transform: translate3d(0, -27px, 0);
        transform: translate3d(0, -27px, 0)
    }
    33% {
        -webkit-transform: translate3d(0, 12px, 0);
        transform: translate3d(0, 12px, 0)
    }
    48% {
        -webkit-transform: translate3d(0, -8px, 0);
        transform: translate3d(0, -8px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 300%, 0);
        transform: translate3d(0, 300%, 0)
    }
}

@keyframes bounceOutBottom {
    18%,
    33%,
    48% {
        opacity: 1
    }
    18% {
        -webkit-transform: translate3d(0, -27px, 0);
        transform: translate3d(0, -27px, 0)
    }
    33% {
        -webkit-transform: translate3d(0, 12px, 0);
        transform: translate3d(0, 12px, 0)
    }
    48% {
        -webkit-transform: translate3d(0, -8px, 0);
        transform: translate3d(0, -8px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 300%, 0);
        transform: translate3d(0, 300%, 0)
    }
}

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

@-webkit-keyframes bounceOutLeft {
    18%,
    33%,
    48% {
        opacity: 1
    }
    18% {
        -webkit-transform: translate3d(27px, 0, 0);
        transform: translate3d(27px, 0, 0)
    }
    33% {
        -webkit-transform: translate3d(-12px, 0, 0);
        transform: translate3d(-12px, 0, 0)
    }
    48% {
        -webkit-transform: translate3d(8px, 0, 0);
        transform: translate3d(8px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-300%, 0, 0);
        transform: translate3d(-300%, 0, 0)
    }
}

@keyframes bounceOutLeft {
    18%,
    33%,
    48% {
        opacity: 1
    }
    18% {
        -webkit-transform: translate3d(27px, 0, 0);
        transform: translate3d(27px, 0, 0)
    }
    33% {
        -webkit-transform: translate3d(-12px, 0, 0);
        transform: translate3d(-12px, 0, 0)
    }
    48% {
        -webkit-transform: translate3d(8px, 0, 0);
        transform: translate3d(8px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-300%, 0, 0);
        transform: translate3d(-300%, 0, 0)
    }
}

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

@-webkit-keyframes bounceOutRight {
    18%,
    33%,
    48% {
        opacity: 1
    }
    18% {
        -webkit-transform: translate3d(-27px, 0, 0);
        transform: translate3d(-27px, 0, 0)
    }
    33% {
        -webkit-transform: translate3d(12px, 0, 0);
        transform: translate3d(12px, 0, 0)
    }
    48% {
        -webkit-transform: translate3d(-8px, 0, 0);
        transform: translate3d(-8px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(300%, 0, 0);
        transform: translate3d(300%, 0, 0)
    }
}

@keyframes bounceOutRight {
    18%,
    33%,
    48% {
        opacity: 1
    }
    18% {
        -webkit-transform: translate3d(-27px, 0, 0);
        transform: translate3d(-27px, 0, 0)
    }
    33% {
        -webkit-transform: translate3d(12px, 0, 0);
        transform: translate3d(12px, 0, 0)
    }
    48% {
        -webkit-transform: translate3d(-8px, 0, 0);
        transform: translate3d(-8px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(300%, 0, 0);
        transform: translate3d(300%, 0, 0)
    }
}

.perspectiveToTop {
    -webkit-animation-name: perspectiveToTop;
    animation-name: perspectiveToTop;
    -webkit-transform: perspective(500px);
    transform: perspective(500px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

@-webkit-keyframes perspectiveToTop {
    50% {
        opacity: 1
    }
    to {
        -webkit-transform: perspective(500px) rotateX(90deg) translateY(-50px) translateZ(50px);
        transform: perspective(500px) rotateX(90deg) translateY(-50px) translateZ(50px);
        opacity: 0
    }
}

@keyframes perspectiveToTop {
    50% {
        opacity: 1
    }
    to {
        -webkit-transform: perspective(500px) rotateX(90deg) translateY(-50px) translateZ(50px);
        transform: perspective(500px) rotateX(90deg) translateY(-50px) translateZ(50px);
        opacity: 0
    }
}

.perspectiveToBottom {
    -webkit-animation-name: perspectiveToBottom;
    animation-name: perspectiveToBottom;
    -webkit-transform: perspective(500px);
    transform: perspective(500px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

@-webkit-keyframes perspectiveToBottom {
    50% {
        opacity: 1
    }
    to {
        -webkit-transform: perspective(500px) rotateX(90deg) translateY(50px) translateZ(-50px);
        transform: perspective(500px) rotateX(90deg) translateY(50px) translateZ(-50px);
        opacity: 0
    }
}

@keyframes perspectiveToBottom {
    50% {
        opacity: 1
    }
    to {
        -webkit-transform: perspective(500px) rotateX(90deg) translateY(50px) translateZ(-50px);
        transform: perspective(500px) rotateX(90deg) translateY(50px) translateZ(-50px);
        opacity: 0
    }
}

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

@-webkit-keyframes zoomIn {
    0% {
        -webkit-transform: scale(10);
        transform: scale(10);
        opacity: 0
    }
}

@keyframes zoomIn {
    0% {
        -webkit-transform: scale(10);
        transform: scale(10);
        opacity: 0
    }
}

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

@-webkit-keyframes zoomInLeft {
    0% {
        -webkit-transform: scale(10) translateX(-50%);
        transform: scale(10) translateX(-50%);
        opacity: 0
    }
}

@keyframes zoomInLeft {
    0% {
        -webkit-transform: scale(10) translateX(-50%);
        transform: scale(10) translateX(-50%);
        opacity: 0
    }
}

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

@-webkit-keyframes zoomInRight {
    0% {
        -webkit-transform: scale(10) translateX(50%);
        transform: scale(10) translateX(50%);
        opacity: 0
    }
}

@keyframes zoomInRight {
    0% {
        -webkit-transform: scale(10) translateX(50%);
        transform: scale(10) translateX(50%);
        opacity: 0
    }
}

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

@-webkit-keyframes zoomInTop {
    0% {
        -webkit-transform: scale(10) translateY(-50%);
        transform: scale(10) translateY(-50%);
        opacity: 0
    }
}

@keyframes zoomInTop {
    0% {
        -webkit-transform: scale(10) translateY(-50%);
        transform: scale(10) translateY(-50%);
        opacity: 0
    }
}

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

@-webkit-keyframes zoomInBottom {
    0% {
        -webkit-transform: scale(10) translateY(50%);
        transform: scale(10) translateY(50%);
        opacity: 0
    }
}

@keyframes zoomInBottom {
    0% {
        -webkit-transform: scale(10) translateY(50%);
        transform: scale(10) translateY(50%);
        opacity: 0
    }
}

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

@-webkit-keyframes zoomOut {
    to {
        -webkit-transform: scale(10);
        transform: scale(10);
        opacity: 0
    }
}

@keyframes zoomOut {
    to {
        -webkit-transform: scale(10);
        transform: scale(10);
        opacity: 0
    }
}

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

@-webkit-keyframes zoomOutLeft {
    to {
        -webkit-transform: scale(10) translateX(-50%);
        transform: scale(10) translateX(-50%);
        opacity: 0
    }
}

@keyframes zoomOutLeft {
    to {
        -webkit-transform: scale(10) translateX(-50%);
        transform: scale(10) translateX(-50%);
        opacity: 0
    }
}

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

@-webkit-keyframes zoomOutRight {
    to {
        -webkit-transform: scale(10) translateX(50%);
        transform: scale(10) translateX(50%);
        opacity: 0
    }
}

@keyframes zoomOutRight {
    to {
        -webkit-transform: scale(10) translateX(50%);
        transform: scale(10) translateX(50%);
        opacity: 0
    }
}

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

@-webkit-keyframes zoomOutTop {
    to {
        -webkit-transform: scale(10) translateY(-50%);
        transform: scale(10) translateY(-50%);
        opacity: 0
    }
}

@keyframes zoomOutTop {
    to {
        -webkit-transform: scale(10) translateY(-50%);
        transform: scale(10) translateY(-50%);
        opacity: 0
    }
}

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

@-webkit-keyframes zoomOutBottom {
    to {
        -webkit-transform: scale(10) translateY(50%);
        transform: scale(10) translateY(50%);
        opacity: 0
    }
}

@keyframes zoomOutBottom {
    to {
        -webkit-transform: scale(10) translateY(50%);
        transform: scale(10) translateY(50%);
        opacity: 0
    }
}

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

@-webkit-keyframes danceTop {
    16% {
        -webkit-transform: skew(-14deg);
        transform: skew(-14deg)
    }
    33% {
        -webkit-transform: skew(12deg);
        transform: skew(12deg)
    }
    49% {
        -webkit-transform: skew(-8deg);
        transform: skew(-8deg)
    }
    66% {
        -webkit-transform: skew(6deg);
        transform: skew(6deg)
    }
    83% {
        -webkit-transform: skew(-4deg);
        transform: skew(-4deg)
    }
}

@keyframes danceTop {
    16% {
        -webkit-transform: skew(-14deg);
        transform: skew(-14deg)
    }
    33% {
        -webkit-transform: skew(12deg);
        transform: skew(12deg)
    }
    49% {
        -webkit-transform: skew(-8deg);
        transform: skew(-8deg)
    }
    66% {
        -webkit-transform: skew(6deg);
        transform: skew(6deg)
    }
    83% {
        -webkit-transform: skew(-4deg);
        transform: skew(-4deg)
    }
}

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

@-webkit-keyframes danceMiddle {
    16% {
        -webkit-transform: skew(-14deg);
        transform: skew(-14deg)
    }
    33% {
        -webkit-transform: skew(12deg);
        transform: skew(12deg)
    }
    49% {
        -webkit-transform: skew(-8deg);
        transform: skew(-8deg)
    }
    66% {
        -webkit-transform: skew(6deg);
        transform: skew(6deg)
    }
    83% {
        -webkit-transform: skew(-4deg);
        transform: skew(-4deg)
    }
}

@keyframes danceMiddle {
    16% {
        -webkit-transform: skew(-14deg);
        transform: skew(-14deg)
    }
    33% {
        -webkit-transform: skew(12deg);
        transform: skew(12deg)
    }
    49% {
        -webkit-transform: skew(-8deg);
        transform: skew(-8deg)
    }
    66% {
        -webkit-transform: skew(6deg);
        transform: skew(6deg)
    }
    83% {
        -webkit-transform: skew(-4deg);
        transform: skew(-4deg)
    }
}

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

@-webkit-keyframes danceBottom {
    16% {
        -webkit-transform: skew(-14deg);
        transform: skew(-14deg)
    }
    33% {
        -webkit-transform: skew(12deg);
        transform: skew(12deg)
    }
    49% {
        -webkit-transform: skew(-8deg);
        transform: skew(-8deg)
    }
    66% {
        -webkit-transform: skew(6deg);
        transform: skew(6deg)
    }
    83% {
        -webkit-transform: skew(-4deg);
        transform: skew(-4deg)
    }
}

@keyframes danceBottom {
    16% {
        -webkit-transform: skew(-14deg);
        transform: skew(-14deg)
    }
    33% {
        -webkit-transform: skew(12deg);
        transform: skew(12deg)
    }
    49% {
        -webkit-transform: skew(-8deg);
        transform: skew(-8deg)
    }
    66% {
        -webkit-transform: skew(6deg);
        transform: skew(6deg)
    }
    83% {
        -webkit-transform: skew(-4deg);
        transform: skew(-4deg)
    }
}

.breaking-news-ticker {
    display: block;
    width: 100%;
    border: 1px solid #ce2525;
    background: #fff;
    height: 40px;
    position: relative;
    line-height: 40px;
    overflow: hidden;
    border-radius: 2px;
    text-align: auto;
    font-size: 14px
}

.breaking-news-ticker,
.breaking-news-ticker * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.breaking-news-ticker.bn-fixed-top {
    position: fixed;
    left: 0;
    right: 0;
    top: 0
}

.breaking-news-ticker.bn-fixed-bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0
}

.bn-label {
    background-color: #ce2525;
    text-align: center;
    color: #fff;
    font-weight: 700;
    z-index: 3;
    padding: 0 15px;
    white-space: nowrap
}

.bn-label,
.bn-news {
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    position: absolute
}

.bn-news {
    right: 0;
    overflow: hidden
}

.bn-news ul {
    display: block;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute
}

.bn-news ul li {
    overflow: hidden!important;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
    position: absolute;
    width: 100%;
    display: none
}

.bn-news ul li,
.bn-news ul li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    color: #333
}

.bn-news ul li a {
    padding: 0 10px;
    position: relative;
    display: block;
    overflow: hidden
}

.bn-news ul li a:hover {
    color: #069
}

.bn-loader-text {
    padding: 0 10px
}

.bn-seperator {
    display: inline-block;
    float: left;
    margin-right: 15px;
    width: 30px;
    height: 40px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative
}

.bn-seperator.bn-news-dot {
    margin-right: 0
}

.bn-seperator.bn-news-dot:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #333;
    border-radius: 50%;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -4px
}

.bn-prefix {
    color: #d65d7a;
    margin-right: 15px;
    padding-left: 10px
}

.bn-positive {
    color: #0b8457;
    font-weight: 700
}

.bn-negative {
    color: #dc2f2f;
    font-weight: 700
}

.bn-controls {
    width: auto;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bn-controls button {
    width: 30px;
    float: left;
    height: 100%;
    cursor: pointer;
    border: none;
    border-left: 1px solid #eee;
    text-align: center;
    background-color: #f6f6f6;
    outline: none
}

.bn-controls button:hover {
    background-color: #eee
}

.bn-arrow {
    margin: 0;
    position: relative;
    top: -2px
}

.bn-arrow,
.bn-arrow:after {
    display: inline-block;
    height: 8px;
    width: 8px
}

.bn-arrow:after {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: "";
    left: 0;
    position: absolute;
    top: 0
}

.bn-arrow.bn-next {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    left: -3px
}

.bn-arrow.bn-prev {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 3px
}

.bn-arrow:after {
    border-color: #999
}

.bn-arrow:before {
    background-color: #999
}

.bn-play {
    position: relative;
    background: #999;
    width: 0;
    height: 12px;
    display: inline-block;
    margin-left: -5px
}

.bn-play:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #999;
    border-width: 8px;
    margin-top: -8px
}

.bn-pause {
    position: relative;
    width: 0;
    height: 14px;
    display: inline-block;
    top: 1px;
    left: -1px
}

.bn-pause:before {
    left: 3px
}

.bn-pause:after,
.bn-pause:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background-color: #999
}

.bn-pause:after {
    left: -3px
}

.bn-direction-rtl {
    direction: rtl
}

.bn-direction-rtl .bn-label {
    left: auto;
    right: 0
}

.bn-direction-rtl .bn-controls {
    right: auto;
    left: 0
}

.bn-direction-rtl .bn-seperator {
    margin-left: 15px;
    margin-right: 0;
    float: right
}

.bn-direction-rtl .bn-prefix {
    margin-left: 15px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 10px
}

.bn-direction-rtl .bn-controls button {
    border-left: none;
    border-right: 1px solid #eee
}

.bn-effect-scroll .bn-news ul {
    display: block;
    width: 100%;
    position: relative
}

.bn-effect-scroll .bn-news ul li {
    display: list-item;
    float: left;
    position: relative;
    width: auto
}

.bn-news ul li a{
    color: red !important;
}

.bn-effect-scroll.bn-direction-rtl .bn-news ul li {
    float: right
}

body {
    color: #999;
    font-size: 15px;
    font-family: PT Sans, sans-serif;
    line-height: 1.80857
}

body.demos .section-title img {
    max-width: 280px;
    display: block;
    margin: 10px auto
}

body.demos .service-widget h3 {
    border-bottom: 1px solid #ededed;
    font-size: 18px;
    padding: 20px 0;
    background-color: #fff
}

body.demos .service-widget {
    margin: 0 0 30px;
    padding: 30px;
    background-color: #fff
}

body.demos .container-fluid {
    max-width: 1080px
}

a {
    text-decoration: none!important;
    outline: none!important;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    position: relative;
    padding: 0 0 10px;
    font-weight: 400;
    line-height: 120%!important;
    color: #1f1f1f;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    opacity: .8
}

a {
    color: #1f1f1f;
    text-decoration: none;
    outline: none
}

.btn,
a {
    text-decoration: none!important;
    outline: none!important;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent!important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0
}

blockquote {
    margin: 20px 0;
    padding: 30px
}

.first {
    clear: both
}

.last {
    margin-right: 0
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto
}

.alignright {
    float: right;
    margin: 10px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 10px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 10px 0 20px 20px
}

a img.alignleft,
a img.alignnone {
    margin: 10px 20px 20px 0
}

a img.alignleft {
    float: left
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption.alignleft,
.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto!important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.megamenu .collapse,
.megamenu .dropdown,
.megamenu .dropup,
.megamenu .nav {
    position: static
}

.megamenu .container-fluid {
    position: relative
}

.megamenu .dropdown-menu {
    left: auto
}

.megamenu .megamenu-content {
    padding: 20px 30px
}

.megamenu .dropdown.megamenu-fw .dropdown-menu {
    left: 0;
    right: 0
}

.megamenu .list-unstyled {
    min-width: 200px
}

.header_style_01 {
    background-color: hsla(0, 0%, 100%, .1);
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
    display: block;
    left: 0;
    padding: 20px 40px!important;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 111
}

.header_style_01 .navbar-default {
    background-color: transparent;
    border: 0;
    border-radius: 0
}

.header_style_01 .nav,
.header_style_01 .navbar,
.header_style_01 .navbar-default,
.header_style_01 .navbar-nav {
    margin-bottom: 0!important
}

.header_style_01 .navbar-brand {
    padding: 2px 15px 0
}

.header_style_01 .navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    background-color: transparent
}

.header_style_01 .navbar-default .navbar-nav>li a {
    background-color: transparent
}

body.host_version .header_style_01 .navbar-default .navbar-nav>li:focus a,
body.host_version .header_style_01 .navbar-default .navbar-nav>li:hover a,
body.host_version .header_style_01 .navbar-default .navbar-nav>li a.active {
    color: #00aeef
}

.header_style_01 .navbar-right>li {
    margin-top: 2px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.host_version .header_style_01 .navbar-right>li .log:hover {
    background: #00aeef;
    color: #fff!important;
    border-color: #00aeef!important
}

.header_style_01 .navbar-right>li>a {
    padding-bottom: 10px;
    padding-top: 10px
}

li.social-links {
    margin: 0 8px
}

li.social-links a {
    padding: 13px 0!important
}

.affix-top {
    overflow: hidden;
    visibility: visible;
    opacity: 1;
    top: -100%
}

.affix {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px 40px;
    background-color: #1f1f1f!important;
    -webkit-transition: visibility .95s ease-in-out, opacity .95s ease-in-out, bottom .95s ease-in-out, top .95s ease-in-out, left .95s ease-in-out, right .95s ease-in-out;
    -webkit-transition: visibility .95s ease-in-out, opacity .95s ease-in-out, top .95s ease-in-out, bottom .95s ease-in-out, left .95s ease-in-out, right .95s ease-in-out;
    transition: visibility .95s ease-in-out, opacity .95s ease-in-out, top .95s ease-in-out, bottom .95s ease-in-out, left .95s ease-in-out, right .95s ease-in-out
}

.navbar-nav li {
    position: relative
}

.navbar-nav span {
    font-size: 24px;
    position: absolute;
    right: 2px;
    top: 13px
}

.fixed-menu .navbar-default {
    position: fixed;
    visibility: hidden;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    background: #fff;
    z-index: 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -op-animation-duration: .5s;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    padding: 15px 0;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12)
}

.parallax {
    background-attachment: fixed;
    background-size: cover;
    padding: 120px 0
}

.parallax,
.parallax.parallax-off {
    height: 100%;
    position: relative;
    width: 100%
}

.parallax.parallax-off {
    background-attachment: fixed!important;
    display: block;
    min-height: 100%;
    overflow: hidden;
    background-position: 50%;
    vertical-align: sub;
    z-index: 2
}

.no-scroll-xy {
    overflow: hidden!important;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.section {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 120px 0
}

.noover {
    overflow: visible
}

.noover .btn-dark {
    border: 0!important
}

.nopad {
    padding: 0!important
}

.nopadtop {
    padding-top: 0
}

.section.wb {
    background-color: #fff
}

.section.lb {
    background-color: #f2f3f5
}

.section.db {
    background-color: #1f1f1f
}

.section.color1 {
    background-color: #448aff
}

.section.cl {
    background-color: #2d3032
}

.first-section {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 16em 0 13em
}

.first-section:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, hsla(0, 0%, 100%, .99)), color-stop(70%, hsla(0, 0%, 100%, .7)), color-stop(95%, hsla(0, 0%, 100%, 0)));
    background: linear-gradient(90deg, hsla(0, 0%, 100%, .99) 20%, hsla(0, 0%, 100%, .7) 70%, hsla(0, 0%, 100%, 0) 95%)
}

.first-section h2 {
    color: #2d3032;
    font-size: 68px;
    font-weight: 300;
    text-transform: capitalize;
    display: block;
    margin: 0;
    padding: 0 0 30px;
    position: relative
}

.first-section h2 strong {
    color: #00aeef
}

.first-section .lead {
    font-size: 21px;
    font-weight: 300;
    padding: 0 0 40px;
    margin: 0;
    line-height: inherit;
    color: #2d3032
}

.macbookright {
    width: 980px;
    position: absolute;
    right: -15%;
    bottom: -6%
}

.section-title {
    display: block;
    position: relative;
    margin-bottom: 60px
}

.section-title p {
    color: #999;
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    margin: 0
}

.section-title h3 {
    font-size: 42px;
    font-weight: 300;
    line-height: 62px;
    margin: 0 0 25px;
    padding: 0;
    text-transform: none
}

.section.colorsection h3,
.section.colorsection p,
.section.db h3 {
    color: #fff
}

.item-h1,
.item-h2 {
    height: 100%!important;
    height: auto!important
}

.isotope-item {
    z-index: 2;
    padding: 0
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: .8s;
    transition-duration: .8s
}

.isotope {
    -webkit-transition-property: height, width;
    transition-property: height, width
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.portfolio-filter ul {
    padding: 0;
    z-index: 2;
    display: block;
    position: relative;
    margin: 0
}

.portfolio-filter ul li {
    border-radius: 0;
    display: inline-block;
    margin: 0 5px 0 0;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle
}

.portfolio-filter ul li:last-child:after {
    content: ""
}

.portfolio-filter ul li .btn-dark {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border: 1px solid #e6e7e6!important;
    color: #1f1f1f;
    font-weight: 400;
    font-size: 13px;
    padding: 10px 30px
}

.da-thumbs {
    list-style: none;
    position: relative;
    padding: 0
}

.da-thumbs .pitem {
    margin: 0;
    padding: 15px;
    position: relative
}

.da-thumbs .pitem a,
.da-thumbs .pitem a img {
    display: block;
    position: relative
}

.da-thumbs .pitem a {
    overflow: hidden
}

.da-thumbs .pitem a div {
    position: absolute;
    background-color: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%
}

.da-thumbs .pitem a div h3 {
    display: block;
    color: #fff;
    font-size: 20px;
    padding: 30px 15px;
    text-transform: capitalize;
    font-weight: 400
}

.da-thumbs .pitem a div h3 small {
    display: block;
    color: #fff;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 300
}

.da-thumbs .pitem a div i {
    background-color: #1f1f1f;
    position: absolute;
    color: #fff!important;
    bottom: 0;
    font-size: 15px;
    z-index: 12;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center
}

.logos img {
    margin: auto;
    display: block;
    text-align: center;
    width: 100%;
    opacity: .3
}

.logos img:hover {
    opacity: .5
}

.desc h3 i {
    color: #2f2f2f;
    font-size: 37px;
    vertical-align: middle;
    margin-right: 12px
}

.desc {
    padding: 30px;
    position: relative;
    background: #000;
    border: 1px solid #111
}

.testi-meta {
    display: block;
    margin-top: 20px
}

.testimonial h4 {
    font-size: 18px;
    color: #fff;
    padding: 13px 0 0
}

.testimonial img {
    max-width: 55px
}

.testimonial small {
    margin-top: 7px;
    font-size: 16px;
    display: block
}

.testimonial {
    background-color: transparent
}

.testimonial h3 {
    padding: 0 0 10px;
    font-size: 20px;
    font-weight: 300
}

.testimonial .lead,
.testimonial small {
    background-color: transparent;
    color: #aaa;
    display: block;
    font-size: 16px;
    font-style: italic;
    line-height: 30px;
    margin: 0;
    padding: 0;
    position: relative
}

.testimonial p:after {
    display: none
}

.pricing-table {
    margin: 0;
    background: #fff;
    -webkit-box-shadow: 0 5px 14px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 14px rgba(0, 0, 0, .1)
}

.pricing-table i {
    width: 30px;
    color: #c2c2c2;
    display: inline-block;
    margin-right: 10px;
    padding-right: 5px;
    border-right: 1px solid #ececec
}

.pricing-table .btn-dark {
    padding: 10px 24px;
    font-size: 15px
}

.pricing-table strong {
    font-weight: 600;
    margin-right: 6px;
    color: #1f1f1f
}

.pricing-table-header {
    padding: 30px 0 25px;
    background: #fff
}

.pricing-table-header h2 {
    font-size: 31px;
    margin: 0;
    padding: 0;
    font-weight: 300
}

.pricing-table-header h3 {
    font-size: 15px;
    font-weight: 600;
    color: #aaa;
    margin-top: 10px;
    text-transform: uppercase
}

.pricing-table-space {
    height: 10px
}

.pricing-table-text {
    margin: 15px 30px 0;
    padding: 0 10px 15px;
    border-bottom: 1px solid #ececec;
    font-weight: 300;
    line-height: 30px;
    color: #c2c2c2;
    font-size: 16px
}

.pricing-table-text p {
    font-weight: 400
}

.pricing-table-features {
    margin: 15px 30px 0;
    padding: 0 10px 15px 30px;
    border-bottom: 1px solid #ececec;
    text-align: left;
    line-height: 30px;
    font-size: 16px;
    color: #c2c2c2
}

.pricing-table-highlighted h2,
.pricing-table-highlighted h3 {
    color: #fff!important
}

.pricing-table-sign-up {
    margin-top: 25px;
    padding-bottom: 30px
}

.pricing-table:hover {
    transform: scale(1.05, 1.06);
    -webkit-transform: scale(1.05, 1.06);
    -moz-transform: scale(1.05, 1.06);
    -o-transform: scale(1.05, 1.06);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: .5s all ease;
    -o-transition: .5s all ease;
    -ms-transition: .5s all ease
}

.pricing-table-highlighted {
    margin-top: 0
}

.m130 {
    margin-top: 130px
}

.nav-pills {
    border: 1px solid #e1e1e1
}

.nav-pills>li {
    width: 50%;
    padding: 10px;
    float: left;
    margin: 0!important
}

.nav-pills>li>a {
    margin: 0!important;
    text-align: center;
    background-color: #f4f4f4
}

.icon-wrapper {
    position: relative;
    cursor: pointer;
    display: block;
    z-index: 1
}

.icon-wrapper i {
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    font-size: 28px;
    background-color: #f2f3f5;
    color: #1f1f1f;
    margin-top: 0
}

.small-icons.icon-wrapper:hover i,
.small-icons.icon-wrapper:hover i:hover,
.small-icons.icon-wrapper i {
    width: auto!important;
    height: auto!important;
    line-height: 1!important;
    padding: 0!important;
    color: #e3e3e3!important;
    background-color: transparent!important;
    background: none!important;
    margin-right: 10px!important;
    vertical-align: middle;
    font-size: 24px!important
}

.small-icons.icon-wrapper h3 {
    font-size: 18px;
    padding-bottom: 5px
}

.small-icons.icon-wrapper p {
    padding: 0;
    margin: 0
}

.icon-wrapper h3 {
    font-size: 21px;
    padding: 0 0 15px;
    margin: 0
}

.icon-wrapper p {
    margin-bottom: 0;
    padding-left: 95px
}

.icon-wrapper p small {
    display: block;
    color: #999;
    margin-top: 10px;
    text-transform: none;
    font-weight: 600;
    font-size: 16px
}

.icon-wrapper p small:after {
    content: "\F105";
    font-family: FontAwesome;
    margin-left: 5px;
    font-size: 11px
}

.effect-1 {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1
}

.effect-1:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    content: "";
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.effect-1 {
    -webkit-transition: background .2s, color .2s;
    transition: background .2s, color .2s
}

.effect-1:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    -webkit-box-shadow: 0 0 0 2px #2750ff;
    box-shadow: 0 0 0 2px #2750ff;
    -webkit-transition: -webkit-transform .2s, opacity .2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform .2s, opacity .2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    transition: transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s, -webkit-transform .2s;
    transform: scale(.8);
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.effect-1:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.service-widget h3 {
    font-size: 21px;
    color: #fff;
    padding: 20px 0 12px;
    margin: 0
}

.section.lb .service-widget h3,
.section.wb .service-widget h3,
.service-widget h3 a {
    color: #1f1f1f
}

.service-widget p {
    margin-bottom: 0;
    padding-bottom: 0
}

.message-box h4 {
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 5px;
    font-weight: 600;
    letter-spacing: .5px;
    font-size: 15px;
    color: #999
}

.message-box h2 {
    font-size: 38px;
    font-weight: 300;
    padding: 0 0 10px;
    margin: 0;
    line-height: 62px;
    margin-top: 0;
    text-transform: none
}

.message-box p {
    margin-bottom: 20px
}

.message-box .lead {
    padding-top: 10px;
    font-size: 19px;
    font-style: italic;
    color: #999;
    padding-bottom: 0
}

.post-media {
    position: relative
}

.post-media img {
    width: 100%
}

.playbutton {
    color: #fff!important;
    top: 40%;
    font-size: 60px
}

.hoverbutton,
.playbutton {
    position: absolute;
    z-index: 12;
    left: 0;
    right: 0;
    text-align: center;
    margin: -20px auto
}

.hoverbutton {
    background-color: hsla(0, 0%, 100%, .8);
    color: #1f1f1f!important;
    top: 48%;
    font-size: 21px;
    opacity: 0;
    width: 50px;
    height: 50px;
    line-height: 50px
}

.service-widget:hover .hoverbutton {
    opacity: 1
}

hr.hr1 {
    margin: 60px 0
}

hr.hr1,
hr.hr2 {
    position: relative;
    border: 1px dashed #f2f3f5
}

hr.hr2 {
    margin: 17px 0
}

hr.hr3 {
    position: relative;
    margin: 25px 0 30px;
    border: 1px dashed #f2f3f5
}

hr.invis,
hr.invis1 {
    border-color: transparent
}

hr.invis1 {
    margin: 10px 0
}

.section.parallax hr.hr1 {
    border-color: hsla(0, 0%, 100%, .1)
}

.sep1 {
    bottom: -20px
}

.sep1,
.sep2 {
    display: block;
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    left: 50%;
    margin-left: -14px;
    background-color: #1f1f1f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1
}

.sep2 {
    top: -20px
}

.divider-wrapper {
    width: 100%;
    -webkit-box-shadow: 0 5px 14px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 14px rgba(0, 0, 0, .1);
    height: 540px;
    margin: 0 auto;
    position: relative
}

.divider-wrapper:hover {
    cursor: none
}

.divider-bar {
    position: absolute;
    width: 10px;
    left: 50%;
    top: -10px;
    bottom: -15px
}

.code-wrapper {
    border: 1px solid #fff;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    background: url("/img/code.jpg") no-repeat
}

.design-wrapper {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

.design-image {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("/img/design.jpg") no-repeat
}

.customwidget h1 {
    font-size: 44px;
    color: #fff;
    padding: 15px 0 25px;
    margin: 0;
    line-height: 1!important;
    font-weight: 300
}

.customwidget ul {
    padding: 0;
    display: block;
    margin-bottom: 30px
}

.customwidget li i {
    margin-right: 5px
}

.customwidget li {
    color: #fff;
    margin-right: 10px
}

.image-center img {
    position: relative;
    margin: 0 0 -208px;
    z-index: 10;
    padding-right: 30px;
    text-align: center
}

.customwidget p {
    font-style: italic;
    font-size: 18px;
    padding: 0 0 10px
}

.img-center img {
    width: 100%;
    -webkit-box-shadow: 0 5px 14px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 14px rgba(0, 0, 0, .1)
}

.img-center {
    margin: auto
}

#features li p {
    margin-bottom: 0;
    padding-bottom: 0
}

#features li {
    display: table;
    width: 100%;
    margin: 35px 0;
    cursor: pointer
}

.features-left,
.features-right {
    padding: 0 10px
}

.features-left li:last-child,
.features-right li:last-child {
    margin-bottom: 0;
    padding-bottom: 0!important
}

.features-left li i,
.features-right li i {
    width: 68px;
    height: 68px;
    line-height: 68px;
    display: table;
    border-radius: 50%;
    font-size: 26px;
    background-color: #f2f3f5;
    margin: 0 auto 22px;
    position: relative;
    text-align: center;
    z-index: 55;
    -webkit-transition: .4s;
    transition: .4s;
    padding: 0
}

#features i img {
    display: table;
    margin: 0 auto
}

.features-left li i:before,
.features-right li i:before {
    text-align: center
}

.features-left li i .ico-current,
.features-right li i .ico-current {
    opacity: 1;
    -webkit-transition: .4s;
    transition: .4s;
    visibility: visible
}

.features-left li i .ico-hover,
.features-right li i .ico-hover {
    top: 19px
}

.features-left li:hover .ico-current,
.features-left li i .ico-hover,
.features-right li:hover .ico-current,
.features-right li i .ico-hover {
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
    visibility: hidden
}

.features-left li:hover .ico-hover,
.features-right li:hover .ico-hover {
    opacity: 1;
    -webkit-transition: .4s;
    transition: .4s;
    visibility: visible
}

.features-right i {
    float: left
}

.fr-inner {
    margin-left: 90px
}

.features-left i {
    float: right
}

.fl-inner {
    text-align: right;
    margin-right: 90px
}

#features h4 {
    text-transform: capitalize;
    margin: 0;
    font-size: 19px
}

.bootstrap-select {
    width: 100% \0
}

.bootstrap-select>.dropdown-toggle {
    width: 100%;
    padding-right: 25px
}

.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48
}

.bootstrap-select.fit-width {
    width: auto!important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%
}

.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333!important;
    outline: 5px auto -webkit-focus-ring-color!important;
    outline-offset: -2px
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none
}

.bootstrap-select.form-control:not([class*=col-]) {
    width: 100%
}

.bootstrap-select.form-control.input-group-btn {
    z-index: auto
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
    float: right
}

.form-group .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group {
    margin-bottom: 0
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0
}

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group>.disabled {
    cursor: not-allowed
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group>.disabled:focus {
    outline: none!important
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left
}

.bootstrap-select.btn-group .dropdown-toggle .fa-angle-down {
    position: absolute;
    top: 30%!important;
    right: -5px;
    vertical-align: middle
}

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
    width: 100%
}

.bootstrap-select.btn-group .dropdown-menu {
    border: 1px solid #ededed;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 100%;
    padding: 20px 10px;
    z-index: 1035
}

.dropdown-menu>li>a {
    background-color: transparent!important;
    color: #bcbcbc!important;
    font-size: 15px;
    padding: 10px 20px
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
    color: #fff
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    cursor: not-allowed
}

.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: .5em
}

.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    pointer-events: none;
    opacity: .9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: 4px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle {
    z-index: 1036
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid hsla(0, 0%, 80%, .2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid hsla(0, 0%, 80%, .2);
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before {
    display: block
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
    padding: 4px 8px
}

.bs-actionsbox {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.bs-actionsbox .btn-group button {
    width: 50%
}

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.bs-donebutton .btn-group button {
    width: 100%
}

.bs-searchbox+.bs-actionsbox {
    padding: 0 8px 4px
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%
}

select.bs-select-hidden,
select.selectpicker {
    display: none!important
}

select.mobile-device {
    position: absolute!important;
    top: 0;
    left: 0;
    display: block!important;
    width: 100%;
    height: 100%!important;
    opacity: 0
}

.bootstrap-select>.btn {
    background: transparent none repeat scroll 0 0;
    font-size: 15px;
    height: 33px;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: 0!important;
    padding: 0;
    width: 100%;
    color: #bcbcbc!important
}

.contact_form {
    border: 1px solid #ededed;
    -webkit-box-shadow: 0 5px 14px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 14px rgba(0, 0, 0, .1);
    background-color: #f2f3f5;
    padding: 40px 30px
}

.contact_form .form-control {
    background-color: #fff;
    margin-bottom: 30px;
    border: 1px solid #ebebeb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #bcbcbc;
    font-size: 16px;
    outline: 0 none;
    padding: 10px 25px;
    height: 55px;
    resize: none;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    width: 100%
}

.contact_form textarea {
    color: #bcbcbc;
    padding: 20px 25px!important;
    height: 160px!important
}

.contact_form .form-control::-webkit-input-placeholder {
    color: #bcbcbc
}

.contact_form .form-control::-moz-placeholder {
    opacity: 1;
    color: #bcbcbc
}

.contact_form .form-control::-ms-input-placeholder {
    color: #bcbcbc
}

.cac {
    background-color: #232323;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.cac:hover a h3 {
    color: #fff!important
}

.cac a h3 {
    color: #999
}

.cac h3 {
    padding: 60px 0;
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    text-transform: capitalize
}

.footer {
    padding: 30px 0!important;
    color: #999;
    background-color: #1f1f1f;
    border-top: 5px solid #38c172
}

.footer,
.footer p {
    font-size: 12px
}

.footer .widget-title {
    position: relative;
    display: block;
    margin-bottom: 30px
}

.footer .widget-title small {
    color: #999;
    display: block;
    padding: 0 58px;
    text-transform: uppercase
}

.footer .widget-title h3 {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    padding: 0;
    margin: 0;
    line-height: 1!important
}

.footer-links {
    list-style: none;
    padding: 0
}

.footer-links a {
    color: #999
}

.footer-links a:hover,
.footer a:hover {
    color: #f4f4f4!important
}

.footer-links li {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    border-bottom: 1px dashed hsla(0, 0%, 100%, .1);
    padding-bottom: 10px
}

.twitter-widget li {
    margin-bottom: 0;
    border: 0!important
}

.twitter-widget li i {
    border-right: 0!important;
    margin-right: 0
}

.footer-links li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0
}

.footer-links i {
    display: inline-block;
    width: 25px;
    margin-right: 10px;
    border-right: 1px dashed hsla(0, 0%, 100%, .1)
}

.copyrights {
    border-top: 1px dashed hsla(0, 0%, 100%, .1);
    background-color: #1f1f1f;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    padding: 10px 60px 30px;
    overflow: hidden
}

.footer-distributed .footer-left {
    float: left
}

.footer-distributed .footer-links {
    margin: 0 0 10px;
    text-transform: uppercase;
    padding: 0
}

.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 1.8;
    margin: 0 10px;
    text-decoration: none
}

.footer-distributed .footer-company-name {
    font-weight: 300;
    margin: 0 10px;
    color: #666;
    padding: 19px 0
}

.footer-distributed .footer-right {
    float: right
}

.footer-distributed form {
    position: relative
}

.footer-distributed form input {
    display: block;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #181818;
    border: none;
    font: inherit;
    font-size: 15px;
    font-weight: 400;
    color: #999;
    width: 400px;
    padding: 18px 50px 18px 18px
}

.footer-distributed form input:focus {
    outline: none
}

.footer-distributed form input::-webkit-input-placeholder {
    color: #999
}

.footer-distributed form input::-moz-placeholder {
    opacity: 1;
    color: #999
}

.footer-distributed form input:-ms-input-placeholder {
    color: #999
}

.footer-distributed form i {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 16px;
    right: 18px;
    color: #999;
    font-size: 18px;
    margin-top: 6px
}

.footer-distributed .footer-company-name a {
    color: #fff
}

.footer-distributed .footer-company-name a:hover {
    color: #00aeef
}

.progress {
    background-color: #f2f3f5;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 5px;
    margin-bottom: 20px;
    overflow: hidden
}

.skills h3 {
    color: #999;
    font-size: 15px
}

.dmtop {
    background-color: #3c3d41;
    z-index: 100;
    width: 50px;
    height: 50px;
    line-height: 47px;
    position: fixed;
    bottom: -100px;
    border-radius: 3px;
    right: 50px;
    text-align: center;
    font-size: 28px;
    color: #fff!important;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out
}

.icon_wrap {
    background-color: #1f1f1f;
    width: 100px;
    height: 100px;
    display: block;
    line-height: 100px;
    font-size: 34px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    padding: 0!important;
    border: 0!important
}

.stat-wrap h3 {
    font-size: 18px;
    font-weight: 400;
    color: #999!important;
    margin: 0!important;
    padding: 0!important;
    line-height: 1!important
}

.stat-wrap p {
    font-size: 38px;
    color: #fff;
    margin: 0;
    font-weight: 300;
    padding: 4px 0 0;
    line-height: 1!important
}

#preloader {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #00aeef;
    z-index: 11000;
    position: fixed;
    display: block
}

.preloader {
    position: absolute;
    margin: 0 auto;
    left: 1%;
    right: 1%;
    top: 45%;
    width: 95px;
    height: 95px;
    background: 50% no-repeat none;
    background-size: 95px 95px;
    border-radius: 50%
}

.navbar-default .btn-light {
    padding: 0 20px;
    margin-left: 15px
}

.btn {
    border: 0!important
}

.btn-brd,
.effect-1:after,
.global-radius,
.nav-pills,
.nav-pills>li>a {
    border-radius: 4px
}

.btn-light {
    border: 2px solid #fff!important;
    color: #fff
}

.btn-dark,
.btn-light {
    padding: 13px 40px;
    font-size: 18px;
    background-color: transparent
}

.btn-dark {
    border: 1px solid #ececec!important;
    color: #1f1f1f
}

.btn-light:focus,
.btn-light:hover {
    border-color: hsla(0, 0%, 100%, .6);
    color: hsla(0, 0%, 100%, .6)
}

body.host_version .slide-btn.btn-light {
    background-color: #ed701f!important;
    color: #fff!important;
    border: 2px solid #ed701f!important
}

body.host_version .first-section .effect-1.slide-btn:after {
    -webkit-box-shadow: 0 0 0 2px #ed701f;
    box-shadow: 0 0 0 2px #ed701f
}

.all-title-box {
    background: url(/img/banner.jpg) no-repeat;
    background-size: cover;
    background-position: 50%;
    min-height: 150px
}

.all-title-box h1 {
    color: #fff;
    font-weight: 800;
    text-transform: capitalize;
    padding: 15% 2%;
    font-size: 3em;
    line-height: 0
}

span.m_1 {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5em;
    display: block
}

.list-domain {
    margin-top: 30px
}

.list-domain ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.list-domain ul li {
    display: inline-block;
    padding: 10px 30px
}

.dmoain-pricing table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed
}

.dmoain-pricing table .domain-head {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    background: #00aeef
}

.dmoain-pricing table .domain-head th {
    border-right: 2px solid #fff
}

.dmoain-pricing table .domain-head th:last-child {
    border-right: none
}

.dmoain-pricing table th {
    padding: 11px 0;
    text-align: center;
    font-weight: 600
}

.dmoain-pricing table td {
    padding: 23px 0;
    text-align: center;
    font-weight: 700;
    color: #707070
}

.dmoain-pricing table th,
.dmoain-pricing tbody tr td:first-child {
    text-transform: capitalize
}

.dmoain-pricing tbody tr td:first-child {
    font-size: 20px;
    color: #000;
    font-weight: 600
}

#pricing-box .grid1 {
    background-color: #f6f6f6;
    position: relative;
    -webkit-box-shadow: 0 5px 14px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 14px rgba(0, 0, 0, .1);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all
}

.grid1 span {
    position: relative;
    top: 0;
    right: 0;
    display: inline-block;
    font-size: 20px;
    font-weight: 900;
    padding: 10px 30px;
    border-radius: 18px 18px 0 0
}

.grid1 h2,
.grid1 span {
    color: #f8f8ff;
    background-color: #00aeef
}

.grid1 h2 {
    text-align: center;
    padding: 15px 0;
    font-size: 28px;
    font-weight: 600
}

.grid1 .para {
    padding: 30px
}

#pricing-box .grid2 {
    background-color: #f6f6f6;
    position: relative;
    -webkit-box-shadow: 0 5px 14px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 14px rgba(0, 0, 0, .1);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all
}

.grid2 span {
    position: relative;
    top: 0;
    right: 0;
    display: inline-block;
    font-size: 20px;
    font-weight: 900;
    padding: 10px 30px;
    border-radius: 18px 18px 0 0
}

.grid2 h2,
.grid2 span {
    color: #f8f8ff;
    background-color: #00aeef
}

.grid2 h2 {
    text-align: center;
    padding: 15px 0;
    font-size: 28px;
    font-weight: 600
}

.grid2 .para {
    padding: 30px
}

#pricing-box .grid3 {
    background-color: #f6f6f6;
    position: relative;
    -webkit-box-shadow: 0 5px 14px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 14px rgba(0, 0, 0, .1);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all
}

.grid3 span {
    position: relative;
    top: 0;
    right: 0;
    display: inline-block;
    font-size: 20px;
    font-weight: 900;
    padding: 10px 30px;
    border-radius: 18px 18px 0 0
}

.grid3 h2,
.grid3 span {
    color: #f8f8ff;
    background-color: #00aeef
}

.grid3 h2 {
    text-align: center;
    padding: 15px 0;
    font-size: 28px;
    font-weight: 600
}

.grid3 .para {
    padding: 30px
}

.para p {
    font-size: 16px;
    color: #2d3032
}

.price-tit {
    background: #00aeef;
    padding: 20px
}

.price-tit p {
    color: #fff;
    font-size: 18px
}

#testimonial-box .testimonial h3 {
    color: #fff
}

#testimonial-box .desc:hover {
    background: #00aeef;
    border: 1px solid #00aeef
}

#testimonial-box .desc:hover .lead {
    color: #121212
}

.customer-box .nav-tabs {
    border-bottom: none;
    padding: 20px;
    background: #f6f6f6
}

.customer-box .nav-tabs>li.active>a {
    border: none;
    background: #00aeef;
    color: #fff;
    border-radius: 0
}

.customer-box .nav-tabs>li>a {
    border-radius: 0;
    border: 0;
    background: #2d3032;
    color: #fff;
    padding: 14px 25px;
    font-size: 18px
}

.customer-box .nav-tabs>li>a:hover {
    background: #00aeef;
    color: #fff;
    border: 0
}

.customer-box .tab-content {
    padding: 20px
}

.for-pwd {
    margin-left: 20px
}

.customer-box .tab-content .form-group .form-control {
    background-color: #fff;
    margin-bottom: 30px;
    border: 1px solid #ebebeb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #bcbcbc;
    font-size: 16px;
    outline: 0 none;
    padding: 10px 25px;
    height: 55px;
    resize: none;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    width: 100%
}

.tit-up .close {
    position: relative;
    z-index: 2
}

.small-map {
    width: 100%;
    height: 400px;
    margin: 0 auto auto;
    -webkit-box-shadow: 10px 10px 15px 0 #ccc;
    box-shadow: 10px 10px 15px 0 #ccc
}

.map-btn {
    background: #2d3032;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 25px;
    color: #fff;
    margin: 0 auto;
    cursor: pointer;
    border-radius: 4px 4px 0 0
}

.map-box {
    display: none
}

.customwidget li i,
.navbar-nav span {
    color: #db00ce!important
}

.icon-wrapper:hover a,
.lead strong,
a:focus,
a:hover {
    color: #2750ff
}

.grd1-trans {
    background: #db00ce;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(219, 0, 206, .6)), to(rgba(39, 80, 255, .6)));
    background: linear-gradient(180deg, rgba(219, 0, 206, .6) 0, rgba(39, 80, 255, .6));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#db00ce", endColorstr="#2750ff", GradientType=0)
}

.grd1,
.icon-wrapper:hover i,
.icon_wrap:hover,
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background: #db00ce;
    background: -webkit-gradient(linear, left top, right top, from(#db00ce), to(#2750ff));
    background: linear-gradient(90deg, #db00ce 0, #2750ff);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#db00ce", endColorstr="#2750ff", GradientType=1)
}

.cac:hover,
.divider-bar,
.dmtop:hover,
.features-left li:hover i,
.features-right li:hover i,
.grd1:focus,
.grd1:hover,
.icon-wrapper:hover i:hover,
.icon_wrap,
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover,
.nav-pills>li:focus>a,
.nav-pills>li:hover>a,
.owl-next:hover i,
.owl-prev:hover i {
    background-position: 100px;
    color: #fff;
    background: #2750ff;
    background: -webkit-gradient(linear, left top, right top, from(#2750ff), to(#db00ce));
    background: linear-gradient(90deg, #2750ff 0, #db00ce);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#2750ff", endColorstr="#db00ce", GradientType=1)
}

body.host_version .customwidget li i,
body.host_version .icon_wrap i,
body.host_version .navbar-nav span {
    color: #2d3032!important
}

body.host_version .icon-wrapper:hover a,
body.host_version .lead strong,
body.host_version a:focus,
body.host_version a:hover {
    color: #0071b9
}

body.host_version .btn-light {
    background-color: #fff;
    color: #1f1f1f!important
}

body.host_version .stat-wrap h3 {
    color: #fff!important
}

body.host_version .grd1,
body.host_version .icon-wrapper:hover i,
body.host_version .icon_wrap:hover,
body.host_version .nav-pills>li.active>a,
body.host_version .nav-pills>li.active>a:focus,
body.host_version .nav-pills>li.active>a:hover {
    color: #fff!important;
    background: #2d3032
}

body.host_version .cac:hover,
body.host_version .divider-bar,
body.host_version .dmtop:hover,
body.host_version .features-left li:hover i,
body.host_version .features-right li:hover i,
body.host_version .grd1:focus,
body.host_version .grd1:hover,
body.host_version .icon-wrapper:hover i:hover,
body.host_version .nav-pills>li.active>a,
body.host_version .nav-pills>li.active>a:focus,
body.host_version .nav-pills>li.active>a:hover,
body.host_version .nav-pills>li:focus>a,
body.host_version .nav-pills>li:hover>a,
body.host_version .owl-next:hover i,
body.host_version .owl-prev:hover i,
body.host_version .stat-wrap {
    background-position: 100px;
    color: #fff!important;
    background: #e54c42
}

body.host_version .checkdomain {
    text-align: left;
    margin-top: 40px;
    display: block
}

body.host_version .checkdomain-wrapper .form-group {
    background: #f2f3f5 none repeat scroll 0 0;
    padding: 10px;
    border: 1px solid #e9e9ec;
    width: 100%
}

body.host_version .checkdomain hr {
    border-color: hsla(0, 0%, 100%, 0);
    margin: 10px 0
}

body.host_version .checkdomain-wrapper .form-control {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #e9e9ec;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border-radius: 0;
    width: 84%;
    height: 50px
}

body.host_version .checkdomain-wrapper .btn {
    height: 50px;
    width: 15%
}

body.host_version .checkdomain {
    background-color: #fff;
    padding: 30px;
    position: relative;
    display: inline-table;
    margin-top: 50px;
    width: 100%
}

body.host_version .icon-wrapper {
    text-align: left
}

body.host_version .checkdomain-wrapper .checkbox {
    display: inline-block;
    margin-right: 15px;
    padding-left: 5px;
    text-align: left
}

body.host_version .dev-list .widget p {
    margin: 0;
    padding: 5px 0 0
}

body.host_version .dev-list img {
    width: 100%
}

body.host_version .footer-social .btn {
    background-color: #fff;
    border: 1px solid #ededed!important;
    color: #1f1f1f;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin: 0 3px;
    padding: 0;
    text-align: center;
    width: 40px
}

body.host_version .dev-list .widget {
    padding: 30px;
    border: 1px solid #ededed;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .08)
}

body.host_version .dev-list .widget h3 {
    font-size: 21px;
    padding: 0 0 5px;
    margin: 0;
    line-height: 1!important
}

body.host_version .dev-list .widget-title {
    padding: 20px 0 10px;
    margin: 0;
    line-height: 1!important
}

body.host_version .big-tagline img {
    margin-bottom: 20px;
    max-width: 186px
}

body.host_version .navbar-default .btn-light {
    border-color: #efefef!important;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0
}

body.host_version .affix {
    background-color: #fff!important
}

body.host_version .header_style_01,
body.host_version .icon_wrap {
    background: #fff!important;
    position: relative
}

body.host_version .effect-1:after {
    -webkit-box-shadow: 0 0 0 2px #e54c42;
    box-shadow: 0 0 0 2px #e54c42
}

body.host_version .first-section .effect-1:after,
body.host_version .stat-wrap .effect-1:after {
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff
}

body.host_version .header_style_01 .navbar-default .navbar-nav>li>a {
    color: #1f1f1f
}

body.host_version .noover p {
    color: #fff!important
}

body.host_version .noover .grd1 {
    border: 0!important
}

body.host_version .stat-wrap p {
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
    padding: 13px 0 0
}

body.host_version .icon_wrap {
    font-size: 62px
}

body.host_version .first-section {
    display: block;
    overflow: visible!important;
    padding: 14em 0!important;
    position: relative
}

body.host_version .first-section h2 {
    padding-bottom: 15px
}

body.host_version .first-section .lead {
    padding-bottom: 35px
}

body.host_version .stat-wrap {
    border-radius: 0;
    display: block;
    bottom: 0!important;
    margin-top: 1em;
    padding: 2em 1.5em;
    position: relative;
    z-index: 10
}

body.host_version .stat-wrap .alignleft {
    margin-right: 30px
}

body.seo_version .customwidget li i,
body.seo_version .navbar-nav span,
body.seo_version .widget-title small {
    color: #ff5023!important
}

body.seo_version .icon-wrapper:hover a,
body.seo_version .lead strong,
body.seo_version a:focus,
body.seo_version a:hover {
    color: #ffda44
}

body.seo_version .btn-buy:hover,
body.seo_version .cac:hover,
body.seo_version .grd1,
body.seo_version .icon-wrapper:hover i,
body.seo_version .icon_wrap:hover,
body.seo_version .nav-pills>li.active>a,
body.seo_version .nav-pills>li.active>a:focus,
body.seo_version .nav-pills>li.active>a:hover {
    color: #fff;
    background: #ff5023;
    border: #ff5023;
    background: -webkit-gradient(linear, left top, right top, from(#ff5023), to(#ffda44));
    background: linear-gradient(90deg, #ff5023 0, #ffda44);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ff5023", endColorstr="#ffda44", GradientType=1)
}

body.seo_version .divider-bar,
body.seo_version .dmtop:hover,
body.seo_version .features-left li:hover i,
body.seo_version .features-right li:hover i,
body.seo_version .grd1:focus,
body.seo_version .grd1:hover,
body.seo_version .icon-wrapper:hover i:hover,
body.seo_version .icon_wrap,
body.seo_version .nav-pills>li.active>a,
body.seo_version .nav-pills>li.active>a:focus,
body.seo_version .nav-pills>li.active>a:hover,
body.seo_version .nav-pills>li:focus>a,
body.seo_version .nav-pills>li:hover>a,
body.seo_version .owl-next:hover i,
body.seo_version .owl-prev:hover i {
    background-position: 100px;
    color: #fff;
    background: #ffda44;
    background: -webkit-gradient(linear, left top, right top, from(#ffda44), to(#ff5023));
    background: linear-gradient(90deg, #ffda44 0, #ff5023);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffda44", endColorstr="#ff5023", GradientType=1)
}

body.seo_version .navbar-nav span {
    color: #ffda44!important
}

body.seo_version .seo-services .col-md-3:hover img {
    border-color: #ffda44
}

body.seo_version #clouds {
    z-index: 1;
    bottom: 0;
    position: relative
}

body.seo_version #clouds path {
    fill: #fff;
    bottom: -10px;
    position: absolute;
    overflow: hidden;
    stroke: #fff
}

body.seo_version #clouds1 {
    z-index: 1;
    bottom: 0;
    position: relative
}

body.seo_version #clouds1 path {
    fill: #fff;
    bottom: -10px;
    position: absolute;
    overflow: hidden;
    stroke: #fff
}

body.seo_version svg {
    top: -90px;
    display: inline-block;
    position: absolute;
    z-index: 100
}

body.seo_version .app_iphone_02 {
    width: 700px;
    position: absolute;
    right: 0;
    bottom: -16%;
    z-index: 1
}

body.seo_version .affix,
body.seo_version .cac {
    background-color: #0e0e2e
}

body.seo_version .affix,
body.seo_version .dmtop,
body.seo_version .section.db {
    background-color: #000020!important
}

body.seo_version .copyrights {
    background-color: #fff;
    padding: 0 60px 50px!important
}

body.seo_version .footer-distributed form input {
    background-color: #f2f3f5
}

body.seo_version .btn-light {
    color: #fff!important;
    opacity: 1
}

body.seo_version .btn-light i {
    margin-right: 5px;
    vertical-align: middle
}

body.seo_version .effect-1:after {
    -webkit-box-shadow: 0 0 0 2px #ffda44;
    box-shadow: 0 0 0 2px #ffda44
}

body.seo_version .cac a h3,
body.seo_version .footer,
body.seo_version .footer-distributed .footer-company-name,
body.seo_version .footer-distributed form input,
body.seo_version .footer a {
    color: #736e78
}

body.seo_version .footer-distributed form input::-webkit-input-placeholder {
    color: #736e78
}

body.seo_version .footer-distributed form input::-moz-placeholder {
    opacity: 1;
    color: #736e78
}

body.seo_version .footer-distributed form input:-ms-input-placeholder {
    color: #736e78
}

body.seo_version .noover {
    overflow: hidden
}

body.seo_version .noover i {
    font-size: 34px;
    vertical-align: middle;
    color: #fff!important;
    color: hsla(0, 0%, 100%, .6)!important
}

body.seo_version .noover p {
    color: #fff!important
}

body.seo_version .desc {
    background-color: #000020;
    border: 0 solid #efefef
}

body.seo_version .contact_form {
    background-color: #fff
}

body.seo_version .owl-next i,
body.seo_version .owl-prev i {
    background-color: #f2f3f5
}

body.seo_version .desc h3 i {
    color: hsla(0, 0%, 100%, .2)
}

body.seo_version .testimonial h3 {
    color: #fff
}

body.seo_version .testimonial h4 {
    color: #1f1f1f
}

body.seo_version .header_style_01 {
    top: 0
}

body.seo_version .stat-wrap .alignleft {
    margin-right: 20px
}

body.seo_version .stat-wrap h3 {
    color: #fff!important;
    display: block;
    margin-top: 10px!important
}

body.seo_version .stat-wrap .rating i {
    color: #eabe12
}

body.seo_version .stat-wrap p {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    margin: 0;
    padding: 15px 0 0;
    line-height: 1
}

body.seo_version .service-widget h3 {
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 5px
}

body.seo_version .service-widget small {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px
}

body.seo_version .section.db .section-title h2 {
    color: hsla(0, 0%, 100%, .7)!important;
    padding: 0;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
    font-size: 14px
}

body.seo_version .message-box h2,
body.seo_version .section .section-title h3 {
    font-weight: 700
}

body.seo_version .message-box h4,
body.seo_version .section-title small {
    font-size: 15px;
    color: #999;
    letter-spacing: 1px;
    padding-bottom: 0;
    display: block;
    font-weight: 600;
    text-transform: uppercase
}

body.seo_version .apple-button a,
body.seo_version .cac a h3,
body.seo_version .section.db .section-title .lead {
    color: #fff!important
}

body.seo_version .apple-button {
    line-height: 1;
    border: 1px solid hsla(0, 0%, 100%, .4);
    padding: 30px 20px;
    border-radius: 8px
}

body.seo_version .apple-button i {
    margin: -5px 20px;
    vertical-align: middle;
    font-size: 64px
}

body.seo_version .apple-button {
    font-size: 21px;
    font-weight: 300
}

body.seo_version .apple-button strong {
    line-height: 1;
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 31px;
    display: block
}

body.seo_version .dev-list .widget p {
    margin: 0;
    padding: 5px 0 15px
}

body.seo_version .dev-list img {
    width: 100%
}

body.seo_version .footer-social .btn {
    padding: 0;
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    margin: 0 3px;
    border: 1px solid #e80d45!important;
    color: #fff;
    background-color: #e80d45!important
}

body.seo_version .dev-list .widget {
    padding: 30px;
    border: 1px solid #ededed
}

body.seo_version .dev-list .widget h3 {
    font-size: 21px;
    padding: 0 0 5px;
    margin: 0;
    line-height: 1!important
}

body.seo_version .dev-list .widget-title {
    padding: 20px 0 10px;
    margin: 0;
    line-height: 1!important
}

body.seo_version .iphones {
    width: 1080px;
    position: absolute;
    right: -20%;
    bottom: -16%;
    z-index: 0
}

body.seo_version .seo-services {
    text-align: center;
    cursor: pointer
}

body.seo_version .seo-services p.lead {
    margin-bottom: 0;
    padding-bottom: 0
}

body.seo_version .seo-services h4 {
    font-weight: 700;
    font-size: 21px;
    line-height: 1!important;
    margin: 0;
    padding: 30px 0 20px
}

body.seo_version .seo-services img {
    max-width: 120px;
    margin: 0 auto;
    padding: 30px;
    border-radius: 100%;
    border: 1px solid #ededed;
    display: block
}

body.seo_version .how-its-work .hc {
    background-color: #111;
    padding: 60px;
    width: 25%;
    color: #fff;
    float: left
}

body.seo_version .how-its-work .hc h2 {
    font-size: 64px;
    display: block;
    padding: 0 0 0 30px;
    margin: 0 0 15px;
    line-height: 1!important;
    border-left: 1px dashed hsla(0, 0%, 100%, .4);
    font-weight: 700;
    color: #fff!important
}

body.seo_version .how-its-work .hc p {
    font-size: 21px;
    font-weight: 300;
    color: #fff!important
}

body.seo_version .how-its-work .hc p.lead {
    font-size: 15px;
    font-weight: 400;
    color: #fff!important
}

body.seo_version .hc.colon1 {
    background-color: #0d61d0
}

body.seo_version .hc.colon2 {
    background-color: #0053c2
}

body.seo_version .hc.colon3 {
    background-color: #0049b8
}

body.seo_version .hc.colon4 {
    background-color: #003ead
}

body.seo_version .app-features li {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 30px
}

body.seo_version .app-features li:last-child {
    border-bottom: 0 dashed #efefef;
    padding-bottom: 0
}

body.seo_version .entry {
    position: relative;
    padding: 0!important;
    margin-bottom: 0;
    overflow: hidden
}

body.seo_version .first-section {
    padding: 14em 0 10em
}

body.seo_version .first-section h2 {
    color: #fff;
    display: block;
    font-size: 56px;
    font-weight: 700
}

body.seo_version .magnifier {
    position: absolute;
    top: 0;
    cursor: pointer!important;
    background-color: rgba(0, 0, 0, .8);
    left: 500px;
    bottom: 0;
    right: 0;
    z-index: 1;
    zoom: 1;
    cursor: crosshair;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.seo_version .entry:hover .magnifier {
    zoom: 1;
    left: 0;
    filter: alpha(opacity=100);
    opacity: 1
}

body.seo_version .owl-app {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    height: 600px;
    margin: 0 auto;
    z-index: 1;
    width: 300px
}

body.seo_version .owl-app:before {
    content: "";
    height: 600px;
    padding: 0;
    overflow: hidden;
    position: absolute;
    width: 300px;
    z-index: 1
}

body.seo_version .owl-phone {
    overflow: hidden;
    background-color: #111;
    margin: 70px auto 0;
    height: 449px;
    z-index: 2;
    text-align: center;
    width: 272px!important;
    display: block;
    width: 100%;
    height: auto
}

body.watch_version .customwidget li i,
body.watch_version .navbar-nav span,
body.watch_version .section-title a {
    color: #2196f3!important
}

body.watch_version .footer-links a:hover,
body.watch_version .icon-wrapper:hover a,
body.watch_version .lead strong,
body.watch_version a:focus,
body.watch_version a:hover {
    color: #1976d2
}

body.watch_version .effect-1:after {
    -webkit-box-shadow: 0 0 0 2px #1976d2!important;
    box-shadow: 0 0 0 2px #1976d2!important
}

body.watch_version .footer-links a:hover,
body.watch_version .footer a:hover {
    color: #1976d2!important
}

body.watch_version .grd1,
body.watch_version .icon-wrapper:hover i,
body.watch_version .icon_wrap:hover,
body.watch_version .nav-pills>li.active>a,
body.watch_version .nav-pills>li.active>a:focus,
body.watch_version .nav-pills>li.active>a:hover {
    color: #fff;
    background: #1976d2;
    background: -webkit-gradient(linear, left top, right top, from(#1976d2), to(#2196f3));
    background: linear-gradient(90deg, #1976d2 0, #2196f3);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#1976D2", endColorstr="#2196F3", GradientType=1)
}

body.watch_version .cac:hover,
body.watch_version .divider-bar,
body.watch_version .dmtop:hover,
body.watch_version .features-left li:hover i,
body.watch_version .features-right li:hover i,
body.watch_version .grd1:focus,
body.watch_version .grd1:hover,
body.watch_version .icon-wrapper:hover i:hover,
body.watch_version .icon_wrap,
body.watch_version .nav-pills>li.active>a,
body.watch_version .nav-pills>li.active>a:focus,
body.watch_version .nav-pills>li.active>a:hover,
body.watch_version .nav-pills>li:focus>a,
body.watch_version .nav-pills>li:hover>a,
body.watch_version .owl-next:hover i,
body.watch_version .owl-prev:hover i {
    background-position: 100px;
    color: #fff;
    background: #2750ff;
    background: -webkit-gradient(linear, left top, right top, from(#2196f3), to(#1976d2));
    background: linear-gradient(90deg, #2196f3 0, #1976d2);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#2196F3", endColorstr="#1976D2", GradientType=1)
}

body.watch_version .owl-next i,
body.watch_version .owl-prev i {
    background-color: #f2f3f5
}

body.watch_version .footer-distributed .footer-left {
    float: none
}

body.watch_version .copyrights {
    background-color: #fff;
    border-top: 1px solid #eee
}

body.watch_version .affix {
    background-color: #fff!important;
    border-bottom: 1px solid #eee!important
}

body.watch_version .header_style_01 {
    background-color: #fff;
    position: relative
}

body.watch_version .image-center img {
    max-width: 760px;
    top: -15%;
    left: 2%;
    position: absolute!important;
    z-index: 10;
    text-align: center
}

body.watch_version .service-widget h3 {
    padding-bottom: 5px
}

body.watch_version .img-center img {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: auto;
    max-width: 900px;
    width: 100%
}

body.watch_version .section-title a {
    display: block;
    font-weight: 600;
    margin: 20px 0 0;
    font-size: 18px;
    text-decoration: underline!important
}

body.watch_version li.social-links a {
    padding: 10px 0!important
}

body.watch_version .section-title h3 {
    font-size: 46px
}

body.watch_version .section.wb {
    border-top: 1px solid #eee
}

body.watch_version .dmtop,
body.watch_version .section.db {
    background-color: #000
}

body.watch_version .first-section {
    padding: 16em 0
}

body.watch_version .header_style_01 .navbar-default .navbar-nav>li>a {
    color: #000!important
}

body.watch_version .first-section h2 {
    color: #000;
    font-size: 60px
}

body.watch_version .first-section .lead {
    color: #999
}

body.watch_version .btn-dark {
    border: 2px solid #000!important
}

body.watch_version .macbookright {
    width: 780px;
    position: absolute;
    right: 7%;
    bottom: -1%
}

body.app_version .customwidget li i,
body.app_version .navbar-nav span,
body.app_version .widget-title small {
    color: #e80d45!important
}

body.app_version .icon-wrapper:hover a,
body.app_version .lead strong,
body.app_version a:focus,
body.app_version a:hover {
    color: #e80d45
}

body.app_version .btn-buy:hover,
body.app_version .cac:hover,
body.app_version .grd1,
body.app_version .icon-wrapper:hover i,
body.app_version .icon_wrap:hover,
body.app_version .nav-pills>li.active>a,
body.app_version .nav-pills>li.active>a:focus,
body.app_version .nav-pills>li.active>a:hover {
    color: #fff;
    background: #0d61d0;
    border: #0d61d0;
    background: -webkit-gradient(linear, left top, right top, from(#0d61d0), to(#e80d45));
    background: linear-gradient(90deg, #0d61d0 0, #e80d45);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#0d61d0", endColorstr="#e80d45", GradientType=1)
}

body.app_version .cac,
body.app_version .divider-bar,
body.app_version .dmtop:hover,
body.app_version .features-left li:hover i,
body.app_version .features-right li:hover i,
body.app_version .grd1:focus,
body.app_version .grd1:hover,
body.app_version .icon-wrapper:hover i:hover,
body.app_version .icon_wrap,
body.app_version .nav-pills>li.active>a,
body.app_version .nav-pills>li.active>a:focus,
body.app_version .nav-pills>li.active>a:hover,
body.app_version .nav-pills>li:focus>a,
body.app_version .nav-pills>li:hover>a,
body.app_version .owl-next:hover i,
body.app_version .owl-prev:hover i {
    background-position: 100px;
    color: #fff;
    background: #e80d45;
    background: -webkit-gradient(linear, left top, right top, from(#e80d45), to(#0d61d0));
    background: linear-gradient(90deg, #e80d45 0, #0d61d0);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#e80d45", endColorstr="#0d61d0", GradientType=1)
}

body.app_version .navbar-nav span {
    color: #0d61d0!important
}

body.app_version .app_iphone_01 {
    width: 700px;
    position: absolute;
    right: 10%;
    z-index: 2;
    bottom: -32%
}

body.app_version .app_iphone_02 {
    width: 700px;
    position: absolute;
    right: 0;
    bottom: -46%;
    z-index: 1
}

body.app_version .cac {
    background-color: #241f29
}

body.app_version .affix,
body.app_version .dmtop,
body.app_version .footer {
    background-color: #201b25
}

body.app_version .copyrights {
    background-color: #1c1721
}

body.app_version .footer-distributed form input {
    background-color: #120d17
}

body.app_version .btn-light {
    color: #fff!important;
    opacity: 1
}

body.app_version .btn-light i {
    margin-right: 5px;
    vertical-align: middle
}

body.app_version .effect-1:after {
    -webkit-box-shadow: 0 0 0 2px #0d61d0;
    box-shadow: 0 0 0 2px #0d61d0
}

body.app_version .cac a h3,
body.app_version .footer,
body.app_version .footer-distributed .footer-company-name,
body.app_version .footer-distributed form input,
body.app_version .footer a {
    color: #736e78
}

body.app_version .footer-distributed form input::-webkit-input-placeholder {
    color: #736e78
}

body.app_version .footer-distributed form input::-moz-placeholder {
    opacity: 1;
    color: #736e78
}

body.app_version .footer-distributed form input:-ms-input-placeholder {
    color: #736e78
}

body.app_version .noover {
    overflow: hidden
}

body.app_version .noover i {
    font-size: 34px;
    vertical-align: middle;
    color: #fff!important;
    color: hsla(0, 0%, 100%, .6)!important
}

body.app_version .noover p {
    color: #fff!important
}

body.app_version .desc {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 14px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 14px rgba(0, 0, 0, .1);
    border: 0 solid #efefef
}

body.app_version .contact_form {
    background-color: #fff
}

body.app_version .owl-next i,
body.app_version .owl-prev i {
    background-color: #f2f3f5
}

body.app_version .desc h3 i {
    color: #f2f3f5
}

body.app_version .testimonial h4 {
    color: #1f1f1f
}

body.app_version .header_style_01 {
    top: 30px
}

body.app_version .stat-wrap .alignleft {
    margin-right: 20px
}

body.app_version .stat-wrap h3 {
    color: #fff!important;
    display: block;
    margin-top: 10px!important
}

body.app_version .stat-wrap .rating i {
    color: #eabe12
}

body.app_version .stat-wrap p {
    color: #fff;
    font-size: 38px;
    font-weight: 300;
    margin: 0;
    padding: 5px 0 0;
    line-height: 1
}

body.app_version .section.db .section-title h2 {
    color: hsla(0, 0%, 100%, .7)!important;
    padding: 0;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
    font-size: 14px
}

body.app_version .apple-button a,
body.app_version .cac a h3,
body.app_version .section.db .section-title .lead {
    color: #fff!important
}

body.app_version .apple-button {
    line-height: 1;
    border: 1px solid hsla(0, 0%, 100%, .4);
    padding: 30px 20px;
    border-radius: 8px
}

body.app_version .apple-button i {
    margin: -5px 20px;
    vertical-align: middle;
    font-size: 64px
}

body.app_version .apple-button {
    font-size: 21px;
    font-weight: 300
}

body.app_version .apple-button strong {
    line-height: 1;
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 31px;
    display: block
}

body.app_version .dev-list .widget p {
    margin: 0;
    padding: 5px 0 15px
}

body.app_version .dev-list img {
    width: 100%
}

body.app_version .footer-social .btn {
    padding: 0;
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    margin: 0 3px;
    border: 1px solid #e80d45!important;
    color: #fff;
    background-color: #e80d45!important
}

body.app_version .dev-list .widget {
    padding: 30px;
    border: 1px solid #ededed
}

body.app_version .dev-list .widget h3 {
    font-size: 21px;
    padding: 0 0 5px;
    margin: 0;
    line-height: 1!important
}

body.app_version .dev-list .widget-title {
    padding: 20px 0 10px;
    margin: 0;
    line-height: 1!important
}

body.app_version .iphones {
    width: 1080px;
    position: absolute;
    right: -20%;
    bottom: -16%;
    z-index: 0
}

body.app_version .how-its-work .hc {
    background-color: #111;
    padding: 60px;
    width: 25%;
    color: #fff;
    float: left
}

body.app_version .how-its-work .hc h2 {
    font-size: 64px;
    display: block;
    padding: 0 0 0 30px;
    margin: 0 0 15px;
    line-height: 1!important;
    border-left: 1px dashed hsla(0, 0%, 100%, .4);
    font-weight: 700;
    color: #fff!important
}

body.app_version .how-its-work .hc p {
    font-size: 21px;
    font-weight: 300;
    color: #fff!important
}

body.app_version .how-its-work .hc p.lead {
    font-size: 15px;
    font-weight: 400;
    color: #fff!important
}

body.app_version .hc.colon1 {
    background-color: #0d61d0
}

body.app_version .hc.colon2 {
    background-color: #0053c2
}

body.app_version .hc.colon3 {
    background-color: #0049b8
}

body.app_version .hc.colon4 {
    background-color: #003ead
}

body.app_version .app-features li {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 30px
}

body.app_version .app-features li:last-child {
    border-bottom: 0 dashed #efefef;
    padding-bottom: 0
}

body.app_version .entry {
    position: relative;
    padding: 0!important;
    margin-bottom: 0;
    overflow: hidden
}

body.app_version .magnifier {
    position: absolute;
    top: 0;
    cursor: pointer!important;
    background-color: rgba(0, 0, 0, .8);
    left: 500px;
    bottom: 0;
    right: 0;
    z-index: 1;
    zoom: 1;
    cursor: crosshair;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.app_version .entry:hover .magnifier {
    zoom: 1;
    left: 0;
    filter: alpha(opacity=100);
    opacity: 1
}

body.app_version .owl-app {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    height: 600px;
    margin: 0 auto;
    z-index: 1;
    width: 300px
}

body.app_version .owl-app:before {
    content: "";
    height: 600px;
    padding: 0;
    overflow: hidden;
    position: absolute;
    width: 300px;
    z-index: 1
}

body.app_version .owl-phone {
    overflow: hidden;
    background-color: #111;
    margin: 70px auto 0;
    height: 449px;
    z-index: 2;
    text-align: center;
    width: 272px!important;
    display: block;
    width: 100%;
    height: auto
}

body.clinic_version {
    font-family: Roboto, sans-serif
}

body.clinic_version .customwidget li i,
body.clinic_version .footer-links li:hover a,
body.clinic_version .navbar-nav span,
body.clinic_version .widget-title small {
    color: #178ccb!important
}

body.clinic_version .icon-wrapper:hover a,
body.clinic_version .lead strong,
body.clinic_version .testimonial h4,
body.clinic_version a:focus,
body.clinic_version a:hover {
    color: #5dbec5
}

body.clinic_version .btn-buy:hover,
body.clinic_version .cac:hover,
body.clinic_version .grd1,
body.clinic_version .hc.colon2,
body.clinic_version .icon-wrapper:hover i,
body.clinic_version .icon_wrap:hover,
body.clinic_version .nav-pills>li.active>a,
body.clinic_version .nav-pills>li.active>a:focus,
body.clinic_version .nav-pills>li.active>a:hover {
    color: #fff;
    background: #5dbec5;
    border: #5dbec5;
    background: -webkit-gradient(linear, left top, right top, from(#5dbec5), to(#178ccb));
    background: linear-gradient(90deg, #5dbec5 0, #178ccb);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#5dbec5", endColorstr="#178ccb", GradientType=1)
}

body.clinic_version .dev-list .widget h3,
body.clinic_version .divider-bar,
body.clinic_version .dmtop:hover,
body.clinic_version .features-left li:hover i,
body.clinic_version .features-right li:hover i,
body.clinic_version .grd1:focus,
body.clinic_version .grd1:hover,
body.clinic_version .icon-wrapper:hover i:hover,
body.clinic_version .icon_wrap,
body.clinic_version .nav-pills>li.active>a,
body.clinic_version .nav-pills>li.active>a:focus,
body.clinic_version .nav-pills>li.active>a:hover,
body.clinic_version .nav-pills>li:focus>a,
body.clinic_version .nav-pills>li:hover>a,
body.clinic_version .owl-next:hover i,
body.clinic_version .owl-prev:hover i {
    background-position: 100px;
    color: #fff;
    background: #178ccb;
    background: -webkit-gradient(linear, left top, right top, from(#178ccb), to(#5dbec5));
    background: linear-gradient(90deg, #178ccb 0, #5dbec5);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#178ccb", endColorstr="#5dbec5", GradientType=1)
}

body.clinic_version .navbar-nav span {
    color: #178ccb!important
}

body.clinic_version .affix {
    background-color: #fff!important
}

body.clinic_version .header_style_01 {
    position: relative;
    background-color: #fff
}

body.clinic_version .header_style_01 .navbar-default .navbar-nav>li>a {
    color: #1f1f1f!important
}

body.clinic_version .header_style_01 .navbar-default .navbar-right>li>a {
    color: #fff!important;
    opacity: 1
}

body.clinic_version .app_iphone_01 {
    position: absolute;
    right: 5%;
    z-index: 2;
    bottom: 0
}

body.clinic_version .app_iphone_02 {
    position: absolute;
    right: 25%;
    bottom: -8%;
    z-index: 1
}

body.clinic_version .app_iphone_03 {
    position: absolute;
    right: 0;
    bottom: -8%;
    z-index: 1
}

body.clinic_version .first-section {
    padding: 11em 0 10em
}

body.clinic_version .first-section h2 {
    color: #1f1f1f;
    padding-top: 30px;
    text-transform: capitalize;
    font-size: 54px;
    font-weight: 700
}

body.clinic_version .first-section .lead {
    color: #999
}

body.clinic_version .how-its-work .hc {
    padding: 60px;
    width: 33.3333%;
    color: #fff;
    float: left
}

body.clinic_version .how-its-work .hc h2 {
    font-size: 54px;
    display: block;
    padding: 0;
    margin: 0 0 15px;
    line-height: 1!important;
    font-weight: 700;
    color: #fff!important
}

body.clinic_version .how-its-work .hc p {
    font-size: 21px;
    font-weight: 700;
    color: #fff!important
}

body.clinic_version .how-its-work .hc p.lead {
    font-size: 15px;
    font-weight: 400;
    color: #fff!important
}

body.clinic_version .message-box h2 {
    font-weight: 700;
    font-size: 34px
}

body.clinic_version .effect-1:after {
    -webkit-box-shadow: 0 0 0 2px #5dbec5;
    box-shadow: 0 0 0 2px #5dbec5
}

body.clinic_version .section-title h3 {
    font-size: 34px;
    padding: 10px 0 0;
    font-weight: 700;
    line-height: 1!important
}

body.clinic_version .section-title small {
    font-size: 16px
}

body.clinic_version .section-title hr {
    width: 80px;
    margin: 0 auto!important;
    padding: 1px;
    background-color: #111
}

body.clinic_version .section {
    padding: 90px 0
}

body.clinic_version .nopad {
    padding: 0!important
}

body.clinic_version .nav-pills {
    text-align: left!important;
    border-radius: 0
}

body.clinic_version .nav-pills>li>a {
    background-color: #f2f3f5;
    border-radius: 0!important;
    text-align: left
}

body.clinic_version .nav-pills>li {
    text-align: left!important;
    float: none;
    margin: 0!important;
    padding: 5px;
    width: 100%
}

body.clinic_version .tab-pane p {
    margin-bottom: 0;
    padding-top: 20px
}

body.clinic_version .db .section-title small {
    color: #fff
}

body.clinic_version .dev-list .widget {
    background-color: #fff;
    padding: 15px
}

body.clinic_version .dev-list .widget h3 {
    display: inline-block;
    font-size: 18px;
    line-height: 1!important;
    margin: 0!important;
    padding: 4px 10px;
    position: relative;
    top: -12px
}

body.clinic_version .dev-list .widget small {
    display: block;
    margin: -10px 0 5px
}

body.clinic_version .footer-social {
    display: block;
    margin-top: 15px
}

body.clinic_version .desc {
    position: relative;
    background: #fff;
    border: 1px solid #ededed
}

body.clinic_version .desc:after,
body.clinic_version .desc:before {
    top: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

body.clinic_version .desc:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 15px;
    margin-left: -15px
}

body.clinic_version .desc:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #ededed;
    border-width: 16px;
    margin-left: -16px
}

body.clinic_version .testimonial small {
    font-size: 13px
}

body.clinic_version .working-time {
    padding: 0;
    list-style: none
}

body.clinic_version .working-time li {
    padding: 5px 0;
    position: relative;
    border-bottom: 1px dashed hsla(0, 0%, 100%, .4)
}

body.clinic_version .working-time li span {
    position: absolute;
    right: 0
}

body.clinic_version .working-time li:first-child {
    border-top: 1px dashed hsla(0, 0%, 100%, .4)
}

body.clinic_version .testimonial h3 {
    font-size: 18px;
    font-weight: 700;
    padding: 0 0 10px
}

body.clinic_version .desc h3 i {
    color: rgba(0, 0, 0, .1);
    font-size: 30px
}

body.clinic_version .footer {
    background-color: #fff
}

body.clinic_version .footer .widget-title h3 {
    color: #1f1f1f
}

body.clinic_version .footer-links li {
    border-bottom: 1px dashed rgba(0, 0, 0, .1)
}

body.clinic_version .footer-links i {
    border-right: 1px dashed rgba(0, 0, 0, .1)
}

body.realestate_version .customwidget li i,
body.realestate_version .navbar-nav span,
body.realestate_version .property-detail i,
body.realestate_version .section-title small {
    color: #f47e00!important
}

body.realestate_version .icon-wrapper:hover a,
body.realestate_version .lead strong,
body.realestate_version a:focus,
body.realestate_version a:hover {
    color: #d90000
}

body.realestate_version .property-detail .col-md-3:hover img,
body.realestate_version .property-detail i {
    border-color: #f47e00!important
}

body.realestate_version .btn-light {
    color: #fff!important
}

body.realestate_version .grd1,
body.realestate_version .icon-wrapper:hover i,
body.realestate_version .icon_wrap:hover,
body.realestate_version .nav-pills>li.active>a,
body.realestate_version .nav-pills>li.active>a:focus,
body.realestate_version .nav-pills>li.active>a:hover {
    color: #fff;
    background: #f47e00;
    background: -webkit-gradient(linear, left top, right top, from(#f47e00), to(#d90000));
    background: linear-gradient(90deg, #f47e00 0, #d90000);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#f47e00", endColorstr="#d90000", GradientType=1)
}

body.realestate_version .cac:hover,
body.realestate_version .divider-bar,
body.realestate_version .dmtop:hover,
body.realestate_version .features-left li:hover i,
body.realestate_version .features-right li:hover i,
body.realestate_version .grd1:focus,
body.realestate_version .grd1:hover,
body.realestate_version .icon-wrapper:hover i:hover,
body.realestate_version .icon_wrap,
body.realestate_version .nav-pills>li.active>a,
body.realestate_version .nav-pills>li.active>a:focus,
body.realestate_version .nav-pills>li.active>a:hover,
body.realestate_version .nav-pills>li:focus>a,
body.realestate_version .nav-pills>li:hover>a,
body.realestate_version .owl-next:hover i,
body.realestate_version .owl-prev:hover i {
    background-position: 100px;
    color: #fff;
    background: #d90000;
    background: -webkit-gradient(linear, left top, right top, from(#d90000), to(#f47e00));
    background: linear-gradient(90deg, #d90000 0, #f47e00);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#d90000", endColorstr="#f47e00", GradientType=1)
}

body.realestate_version .effect-1,
body.realestate_version .effect-1:after {
    -webkit-box-shadow: 0 0 0 2px #f47e00;
    box-shadow: 0 0 0 2px #f47e00;
    border-radius: 0!important
}

body.realestate_version .property-detail {
    text-align: center;
    cursor: pointer
}

body.realestate_version .property-detail p.lead {
    margin-bottom: 0;
    padding-bottom: 0
}

body.realestate_version .property-detail h4 {
    font-weight: 400;
    font-size: 21px;
    line-height: 1!important;
    margin: 0;
    padding: 30px 0 20px
}

body.realestate_version .property-detail i {
    max-width: 80px;
    color: #1f1f1f;
    background-color: #fff!important;
    margin: 0 auto;
    padding: 0;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 44px;
    display: block
}

body.realestate_version .header_style_01 {
    background-color: transparent
}

body.realestate_version .contact_form .grd1 {
    border: 0!important
}

body.realestate_version .social-links {
    margin-top: 0!important
}

body.realestate_version .social-links i {
    border: 1px solid #fff;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 28px;
    margin: -5px -3px;
    padding: 0!important;
    text-align: center;
    width: 30px
}

body.realestate_version .section-title small {
    font-size: 15px;
    color: #999;
    letter-spacing: 1px;
    padding-bottom: 0;
    display: block;
    font-weight: 600;
    text-transform: uppercase
}

body.realestate_version .contact_form h3 i {
    border: 1px solid #fff;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 28px;
    margin: -2px 5px 0 0;
    padding: 0!important;
    vertical-align: middle;
    text-align: center;
    width: 30px
}

body.realestate_version .contact_form h3 {
    margin: 0 0 10px;
    display: block
}

body.realestate_version .first-section {
    display: block;
    padding: 17em 0 10em!important;
    position: relative
}

body.realestate_version .first-section .grd1 {
    border: 0!important
}

body.realestate_version .agencies_meta span {
    display: block;
    margin-top: 15px
}

body.realestate_version .agencies_meta span a {
    color: #999
}

body.realestate_version .agencies_meta span i {
    display: block;
    border: 0 solid #fff;
    background-color: #232323;
    display: inline-block;
    font-size: 14px;
    border-radius: 100%;
    height: 30px;
    line-height: 28px;
    margin: -2px 5px 0 0;
    padding: 0!important;
    vertical-align: middle;
    text-align: center;
    width: 30px
}

body.realestate_version .section.db .effect-1,
body.realestate_version .section.db .effect-1:after {
    -webkit-box-shadow: 0 0 0 0 #f47e00;
    box-shadow: 0 0 0 0 #f47e00;
    border: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border-radius: 50px!important
}

body.realestate_version .section.db,
body.realestate_version .sep2 {
    background-color: #1f1f1f!important
}

body.realestate_version .section.db .message-box h2 {
    color: #fff
}

body.realestate_version .da-thumbs .pitem a div i {
    background-color: #232323;
    border-radius: 100%;
    bottom: 0;
    color: #fff!important;
    font-size: 15px;
    height: 60px;
    left: 0;
    line-height: 60px;
    margin: -25px auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    width: 60px;
    z-index: 12
}

body.realestate_version #map {
    height: 600px;
    position: relative;
    width: 100%;
    z-index: 1
}

body.realestate_version #map img {
    max-width: inherit
}

body.realestate_version .map,
body.realestate_version .map .row {
    position: relative
}

body.realestate_version .infobox img {
    width: 100%!important
}

body.realestate_version .map .searchmodule {
    padding: 18px 10px
}

body.realestate_version .infobox {
    display: block;
    margin: 0;
    padding: 0 0 10px;
    position: relative;
    width: 260px;
    z-index: 100
}

body.realestate_version .infobox .title {
    font-size: 13px;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 15px;
    padding-bottom: 5px;
    text-transform: capitalize
}

body.realestate_version .desc h3 i {
    color: rgba(0, 0, 0, .1)
}

body.realestate_version .testimonial h4 {
    color: #1f1f1f
}

body.realestate_version .desc,
body.realestate_version .owl-next i,
body.realestate_version .owl-prev i {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: 0!important;
    background-color: #fff
}

body.politics_version .customwidget li i,
body.politics_version .message-box h4,
body.politics_version .navbar-nav span,
body.politics_version .participate-wrap small {
    color: #cd1713!important
}

body.politics_version .icon-wrapper:hover a,
body.politics_version .lead strong,
body.politics_version a:focus,
body.politics_version a:hover {
    color: #234666
}

body.politics_version .grd1,
body.politics_version .icon-wrapper:hover i,
body.politics_version .icon_wrap:hover,
body.politics_version .nav-pills>li.active>a,
body.politics_version .nav-pills>li.active>a:focus,
body.politics_version .nav-pills>li.active>a:hover {
    color: #fff;
    background: #cd1713;
    background: -webkit-gradient(linear, left top, right top, from(#cd1713), to(#234666));
    background: linear-gradient(90deg, #cd1713 0, #234666);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#cd1713", endColorstr="#234666", GradientType=1)
}

body.politics_version .cac:hover,
body.politics_version .divider-bar,
body.politics_version .dmtop:hover,
body.politics_version .features-left li:hover i,
body.politics_version .features-right li:hover i,
body.politics_version .grd1:focus,
body.politics_version .grd1:hover,
body.politics_version .icon-wrapper:hover i:hover,
body.politics_version .icon_wrap,
body.politics_version .nav-pills>li.active>a,
body.politics_version .nav-pills>li.active>a:focus,
body.politics_version .nav-pills>li.active>a:hover,
body.politics_version .nav-pills>li:focus>a,
body.politics_version .nav-pills>li:hover>a,
body.politics_version .owl-next:hover i,
body.politics_version .owl-prev:hover i {
    background-position: 100px;
    color: #fff;
    background: #234666;
    background: -webkit-gradient(linear, left top, right top, from(#234666), to(#cd1713));
    background: linear-gradient(90deg, #234666 0, #cd1713);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#234666", endColorstr="#cd1713", GradientType=1)
}

body.politics_version .effect-1:after {
    -webkit-box-shadow: 0 0 0 2px #234666;
    box-shadow: 0 0 0 2px #234666;
    border-radius: 0!important
}

body.politics_version .app_iphone_01 {
    width: 700px;
    position: absolute;
    left: 10%;
    z-index: 2;
    bottom: -12%
}

body.politics_version .first-section {
    padding: 15em 0 11em
}

body.politics_version .first-section h2 {
    padding-top: 30px;
    font-size: 58px;
    font-weight: 700
}

body.politics_version .first-section .btn {
    border: 0!important
}

body.politics_version .first-section i {
    vertical-align: middle
}

body.politics_version .header_style_01 {
    top: 43px;
    background-color: rgba(0, 0, 0, .4)
}

body.politics_version .header_style_01 .navbar-default .navbar-nav>li>a {
    text-transform: uppercase
}

body.politics_version .topbar {
    display: block;
    padding: 8px 20px;
    position: relative;
    background-color: #cd1713;
    color: #fff
}

body.politics_version .topbar p {
    padding: 0;
    margin: 0
}

body.politics_version .issuse-wrap2 {
    display: block;
    position: relative
}

body.politics_version .issuse-wrap {
    padding: 20px 0;
    display: block;
    position: relative;
    border-bottom: 1px dashed #dbdbdb
}

body.politics_version .issuse-wrap p {
    margin-bottom: 0
}

body.politics_version .issuse-wrap img {
    max-width: 100px;
    margin: 0 30px 0 0
}

body.politics_version .lastchild {
    border: 0!important;
    padding-bottom: 0!important;
    margin-bottom: 0!important
}

body.politics_version .issuse-wrap2 h4 {
    font-size: 28px;
    font-weight: 700;
    padding: 20px 0;
    text-transform: capitalize
}

body.politics_version .issuse-wrap h4 {
    font-size: 17px;
    font-weight: 700;
    padding: 10px 0;
    text-transform: capitalize
}

body.politics_version .message-box h2,
body.politics_version .section-title h3 {
    font-weight: 700
}

body.politics_version .participate-wrap {
    padding: 30px;
    background-color: #fff
}

body.politics_version .participate-wrap small {
    font-size: 18px;
    display: block;
    padding-bottom: 20px;
    position: relative;
    font-weight: 700
}

body.politics_version .participate-wrap h4 {
    padding-bottom: 5px
}

body.politics_version .fullmagnifier {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
    bottom: 0
}

body.politics_version #block h1 {
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    margin: -20px auto;
    font-size: 38px;
    font-weight: 700
}

body.politics_version .contact_form {
    background-color: #010101;
    border-color: #151515
}

body.politics_version .contact_form .form-control {
    background-color: #1a1a1a;
    border: 1px solid #1a1a1a
}

body.politics_version .btn {
    border: 0!important;
    border-radius: 3px
}

body.politics_version .copyrights {
    background-color: #010101
}

body.barber_version .customwidget li i,
body.barber_version .message-box h4,
body.barber_version .navbar-nav span,
body.barber_version .participate-wrap small {
    color: #424145!important
}

body.barber_version .dev-list small,
body.barber_version .message-box h4,
body.barber_version .sidebar-nav li:hover a {
    color: #893d00!important
}

body.barber_version .icon-wrapper:hover a,
body.barber_version .lead strong,
body.barber_version a:focus,
body.barber_version a:hover {
    color: #893d00
}

body.barber_version .grd1,
body.barber_version .icon-wrapper:hover i,
body.barber_version .icon_wrap:hover,
body.barber_version .nav-pills>li.active>a,
body.barber_version .nav-pills>li.active>a:focus,
body.barber_version .nav-pills>li.active>a:hover {
    color: #fff;
    background: #424145;
    background: -webkit-gradient(linear, left top, right top, from(#424145), to(#893d00));
    background: linear-gradient(90deg, #424145 0, #893d00);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#424145", endColorstr="#893d00", GradientType=1)
}

body.barber_version .cac:hover,
body.barber_version .divider-bar,
body.barber_version .dmtop,
body.barber_version .dmtop:hover,
body.barber_version .features-left li:hover i,
body.barber_version .features-right li:hover i,
body.barber_version .grd1:focus,
body.barber_version .grd1:hover,
body.barber_version .icon-wrapper:hover i:hover,
body.barber_version .icon_wrap,
body.barber_version .nav-pills>li.active>a,
body.barber_version .nav-pills>li.active>a:focus,
body.barber_version .nav-pills>li.active>a:hover,
body.barber_version .nav-pills>li:focus>a,
body.barber_version .nav-pills>li:hover>a,
body.barber_version .owl-next:hover i,
body.barber_version .owl-prev:hover i {
    background-position: 100px;
    color: #fff;
    background: #893d00;
    background: -webkit-gradient(linear, left top, right top, from(#893d00), to(#424145));
    background: linear-gradient(90deg, #893d00 0, #424145);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#893d00", endColorstr="#424145", GradientType=1)
}

body.barber_version .effect-1:after {
    -webkit-box-shadow: 0 0 0 2px #893d00;
    box-shadow: 0 0 0 2px #893d00
}

body.barber_version {
    font-family: Arvo, sans-serif;
    overflow-x: hidden
}

body.barber_version .first-section .grd1 {
    border: 0!important;
    padding: 17px 40px;
    font-size: 15px
}

body.barber_version .container-fluid {
    max-width: 1280px
}

body.barber_version .section.lb {
    background-color: #f9f9f9
}

body.barber_version .menuopener {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #000;
    z-index: 111;
    color: #fff!important;
    width: 50px;
    height: 50px;
    display: none;
    line-height: 50px;
    text-align: center
}

body.barber_version #wrapper {
    padding-left: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

body.barber_version #wrapper.toggled {
    padding-left: 280px
}

body.barber_version #sidebar-wrapper {
    z-index: 1000;
    border-right: 1px dashed hsla(0, 0%, 100%, .1);
    position: fixed;
    left: 280px;
    width: 0;
    height: 100%;
    margin-left: -280px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

body.barber_version .contact_form,
body.barber_version .contact_form .form-control {
    background-color: #000;
    border: 0;
    border-bottom: 2px solid #1f1f1f!important
}

body.barber_version .contact_form .btn {
    border: 0!important
}

body.barber_version .cac,
body.barber_version .copyrights,
body.barber_version .footer,
body.barber_version .section.db {
    background-color: #000
}

body.barber_version #wrapper.toggled #sidebar-wrapper {
    width: 280px
}

body.barber_version #page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px
}

body.barber_version #wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -280px
}

body.barber_version .first-section h2 strong {
    font-size: 68px
}

body.barber_version .first-section h2 {
    font-size: 52px
}

body.barber_version .sidebar-nav {
    position: absolute;
    top: 26%;
    width: 280px;
    text-align: center;
    margin: -20px auto;
    padding: 0 30px;
    list-style: none
}

body.barber_version .container-fluid {
    padding-left: 30px;
    padding-right: 30px
}

body.barber_version .logo-sidebar {
    display: block;
    margin: 0 0 2em
}

body.barber_version .sidebar-nav li {
    line-height: 45px
}

body.barber_version .sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999
}

body.barber_version .sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: none
}

body.barber_version .sidebar-nav li a:active,
body.barber_version .sidebar-nav li a:focus {
    text-decoration: none
}

body.barber_version .section-title h3 {
    font-size: 34px;
    padding: 10px 0 0;
    font-weight: 700;
    line-height: 1!important
}

body.barber_version .section-title small {
    font-size: 15px
}

body.barber_version .section-title hr {
    width: 100px;
    margin: 0 auto 30px!important;
    padding: 1px;
    background-color: #111
}

body.barber_version hr.invis4 {
    margin: 90px 0 0;
    border: 0
}

body.barber_version .service-wrap {
    padding: 30px 0;
    display: block;
    position: relative;
    border-bottom: 1px dashed #dbdbdb
}

body.barber_version .service-wrap h4 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 21px
}

body.barber_version .service-wrap p {
    margin-bottom: 0
}

body.barber_version .service-wrap img {
    max-width: 120px;
    margin: 0 30px 0 0
}

body.barber_version .lastchild {
    border: 0!important;
    padding-bottom: 0!important;
    margin-bottom: 0!important
}

body.barber_version .dev-list .widget p {
    margin: 0;
    padding: 5px 0 15px
}

body.barber_version .dev-list img {
    width: 100%
}

body.barber_version .dev-list .widget {
    padding: 30px;
    border: 1px solid #ededed
}

body.barber_version .dev-list .widget h3 {
    font-size: 21px;
    padding: 0 0 5px;
    margin: 0;
    line-height: 1!important
}

body.barber_version .dev-list .grd1 {
    margin: 0 2px;
    border-radius: 0
}

body.barber_version .dev-list .widget-title {
    padding: 20px 0 10px;
    margin: 0;
    line-height: 1!important
}

@media(max-width:768px) {
    body.barber_version .menuopener {
        display: block
    }
    body.barber_version .first-section h2,
    body.barber_version .first-section h2 strong {
        font-size: 36px
    }
}

@media(min-width:768px) {
    body.barber_version #wrapper {
        padding-left: 280px
    }
    body.barber_version #wrapper.toggled {
        padding-left: 0
    }
    body.barber_version #sidebar-wrapper {
        width: 280px
    }
    body.barber_version #wrapper.toggled #sidebar-wrapper {
        width: 0
    }
    body.barber_version #page-content-wrapper {
        padding: 0;
        position: relative
    }
    body.barber_version #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0
    }
}

body.building_version {
    font-family: Raleway, sans-serif
}

body.building_version .customwidget li i,
body.building_version .message-box h4,
body.building_version .navbar-nav span,
body.building_version .widget-title small {
    color: #ffc000!important
}

body.building_version .icon-wrapper:hover a,
body.building_version .lead strong,
body.building_version a:focus,
body.building_version a:hover {
    color: #fdde00
}

body.building_version .effect-1:after {
    -webkit-box-shadow: 0 0 0 2px #ffc000;
    box-shadow: 0 0 0 2px #ffc000
}

body.building_version .btn-buy:hover,
body.building_version .cac:hover,
body.building_version .grd1,
body.building_version .icon-wrapper:hover i,
body.building_version .icon_wrap:hover,
body.building_version .nav-pills>li.active>a,
body.building_version .nav-pills>li.active>a:focus,
body.building_version .nav-pills>li.active>a:hover {
    color: #000!important;
    background: #ffc000;
    border: #ffc000;
    background: -webkit-gradient(linear, left top, right top, from(#ffc000), to(#fdde00));
    background: linear-gradient(90deg, #ffc000 0, #fdde00);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffc000", endColorstr="#fdde00", GradientType=1)
}

body.building_version .dev-list .widget h3,
body.building_version .divider-bar,
body.building_version .dmtop:hover,
body.building_version .features-left li:hover i,
body.building_version .features-right li:hover i,
body.building_version .grd1:focus,
body.building_version .grd1:hover,
body.building_version .icon-wrapper:hover i:hover,
body.building_version .icon_wrap,
body.building_version .nav-pills>li.active>a,
body.building_version .nav-pills>li.active>a:focus,
body.building_version .nav-pills>li.active>a:hover,
body.building_version .nav-pills>li:focus>a,
body.building_version .nav-pills>li:hover>a,
body.building_version .owl-next:hover i,
body.building_version .owl-prev:hover i {
    background-position: 100px;
    color: #000!important;
    background: #fdde00;
    background: -webkit-gradient(linear, left top, right top, from(#fdde00), to(#ffc000));
    background: linear-gradient(90deg, #fdde00 0, #ffc000);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#fdde00", endColorstr="#ffc000", GradientType=1)
}

body.building_version .navbar-nav span {
    color: #fdde00!important
}

body.building_version .seo-services .col-md-3:hover img {
    border-color: #fdde00
}

body.building_version .affix {
    background-color: #000!important;
    padding-left: 0!important;
    padding-right: 0!important
}

body.building_version .header_style_01 {
    background-color: #000;
    padding-left: 0!important;
    padding-right: 0!important;
    position: relative
}

body.building_version .header_style_01 .navbar-default .navbar-nav>li>a {
    color: #fff!important
}

body.building_version .header_style_01 .navbar-default .navbar-nav>li.active a,
body.building_version .header_style_01 .navbar-default .navbar-nav>li:active a,
body.building_version .header_style_01 .navbar-default .navbar-nav>li:focus a,
body.building_version .header_style_01 .navbar-default .navbar-nav>li:hover a {
    color: #fcdb08!important
}

body.building_version .first-section {
    padding: 12em 0
}

body.building_version .first-section h2 {
    color: #000;
    font-weight: 700;
    font-size: 54px
}

body.building_version .first-section .lead {
    color: #222
}

body.building_version .first-section .btn {
    background-color: #000!important;
    border: 0!important
}

body.building_version .message-box h2 {
    font-weight: 700;
    text-transform: uppercase
}

body.building_version .dev-list .widget {
    background-color: #fff;
    padding: 15px
}

body.building_version .dev-list .widget h3 {
    display: inline-block;
    font-size: 18px;
    line-height: 1!important;
    margin: 0!important;
    padding: 4px 10px;
    position: relative;
    top: -12px
}

body.building_version .dev-list .widget small {
    display: block;
    margin: -10px 0 5px
}

body.building_version .footer-social {
    display: block;
    margin-top: 15px
}

body.building_version .message-box p {
    margin-bottom: 0
}

body.building_version .message-box p.lead {
    margin-bottom: 30px
}

body.building_version .btn-dark {
    border: 2px solid #000!important;
    color: #000!important
}

body.building_version .section-title h3 {
    font-weight: 700
}

body.building_version .contact_form .btn {
    border: 0!important
}

body {
    padding: 0;
    overflow-x: hidden;
    font-size: 11px
}

a {
    cursor: pointer!important
}

a.nav-link {
    color: #000!important
}

.header_style_01 .navbar-brand {
    padding: 0!important;
    margin: 0!important
}

.header_style_01.fixed {
    position: fixed!important;
    top: 0
}

.header_style_01 .navbar {
    margin-bottom: 0!important;
    padding: 0!important
}

body.host_version .btn-light {
    color: #fff!important
}

.section-title,
hr.hr3 {
    width: 100%
}

.promo-button {
    margin-top: 20px
}

.promo-button .btn-light {
    background-color: transparent!important;
    color: #fff!important
}

.promo-text:hover a h3 {
    color: #fff!important
}

#bootstrap-touch-slider {
    height: 75vh;
    overflow: hidden
}

#bootstrap-touch-slider .owl-nav button {
    top: 47%;
    opacity: 1;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #fff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: 400;
    background: transparent;
    border-radius: 100px;
    background: #e54c42
}

#bootstrap-touch-slider .owl-nav i {
    top: -5px;
    left: -8px;
    color: #fff!important;
    background: #e54c42!important
}

#bootstrap-touch-slider .owl-nav:focus {
    color: #fff
}

#bootstrap-touch-slider:hover .owl-nav {
    opacity: 1
}

#bootstrap-touch-slider .owl-nav .owl-prev {
    left: 1%
}

#bootstrap-touch-slider .owl-nav .owl-prev i {
    top: 0;
    left: -3px
}

#bootstrap-touch-slider .owl-nav .owl-next {
    right: 1%
}

#bootstrap-touch-slider .owl-nav .owl-next i {
    top: 0;
    left: 0
}

#bootstrap-touch-slider .owl-nav .owl-next:hover,
#bootstrap-touch-slider .owl-nav .owl-prev:hover {
    color: #fdfdfd;
    background: #e54c42;
    border: 0 transparent
}

.owl-dots {
    right: 45%;
    bottom: -6%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
    position: absolute
}

.owl-carousel button.owl-dot,
.owl-dots .owl-dot {
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #2d3032;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: #e54c42;
    -webkit-font-smoothing: antialiased;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all .5s cubic-bezier(.22, .81, .01, .99);
    transition: all .5s cubic-bezier(.22, .81, .01, .99);
    z-index: 10;
    cursor: pointer
}

.owl-dots .owl-dot:last-child {
    margin-right: 0
}

.owl-dots .owl-dot.active {
    margin: 1px 5px 1px 1px;
    -webkit-box-shadow: 0 0 0 2px #e54c42;
    box-shadow: 0 0 0 2px #e54c42;
    border: none;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow .3s ease;
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.owl-dots .owl-dot.active:before {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    background-color: #e54c42;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

#bootstrap-touch-slider .owl-dots {
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
    position: absolute
}

#bootstrap-touch-slider .owl-dots .owl-dot {
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #2d3032;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: #e54c42;
    -webkit-font-smoothing: antialiased;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all .5s cubic-bezier(.22, .81, .01, .99);
    transition: all .5s cubic-bezier(.22, .81, .01, .99);
    z-index: 10;
    cursor: pointer
}

#bootstrap-touch-slider .owl-dots .owl-dot:last-child {
    margin-right: 0
}

#bootstrap-touch-slider .owl-dots .owl-dot.active {
    margin: 1px 5px 1px 1px;
    -webkit-box-shadow: 0 0 0 2px #e54c42;
    box-shadow: 0 0 0 2px #e54c42;
    border: none;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow .3s ease;
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

#bootstrap-touch-slider .owl-dots .owl-dot.active:before {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    background-color: #e54c42;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.dmtop {
    right: 1%!important;
    bottom: 7%!important
}

.fixed-menu .navbar-default,
.header_style_01 {
    -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .12);
    padding: 0 40px!important
}

.header_style_02 .navbar {
    padding: 0;
    margin-bottom: 0;
    border: 0;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    color: #fff;
    background-color: #f2f2f2;
    -webkit-transition: background .3s, border .3s, border-radius .3s, -webkit-box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, -webkit-box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-box-shadow .3s
}

.header_style_02 .navbar-nav li a {
    color: #000!important;
    font-size: 14px
}

.header_style_02 .navbar-nav>li:hover>a,
.header_style_02 .navbar-nav li a.active,
.nav-item.active {
    color: #e54c42!important;
    -webkit-transition: 1s;
    transition: 1s
}

.header_style_02 .navbar {
    min-height: auto!important
}

.topbar {
    padding-right: 0!important
}

.topbar .navbar-nav a {
    padding: 0!important
}

.header-menu li>a {
    font-weight: 400!important;
    color: #000!important;
    font-size: 12px
}

.header_style_01 .header-menu>li>a {
    padding-top: 25px!important;
    padding-bottom: 25px!important
}

.logo img {
    max-width: 350px
}

.navbar-nav li:hover>ul.dropdown-menu {
    display: block
}

.logo,
a.log {
    margin: 10px 0!important
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px
}

.navbar-nav>li>.dropdown-menu {
    margin-top: -3px;
    border-top: 0
}

.dropdown-menu>li>a:hover:after {
    text-decoration: underline;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.dropdown-menu>li>a {
    color: #000!important
}

.dropdown-menu>li:hover>a,
.dropdown-menu>li>a.active {
    color: #e54c42!important
}

.all-title-box {
    margin-bottom: 50px;
    background-color: #119e2e
}

.video-title-box {
    width: 100%!important;
    padding: 0!important;
    margin: 0!important;
    margin-bottom: 50px!important;
    height: 50vh;
    overflow: hidden;
    position: relative
}

.video-title-box h1 {
    text-shadow: 1px 3px 2px #000;
    vertical-align: middle!important;
    position: absolute;
    display: inline-block;
    text-align: center;
    z-index: 100;
    top: 40%;
    left: 20%;
    background-color: #119e2e;
    color: #fff;
    padding: 10px
}

.container-video {
    width: 100%;
    padding: 0!important;
    margin: 0!important
}

.video-iframe-container {
    position: absolute;
    z-index: -1;
    width: 140%;
    height: 140%;
    left: -30%;
    top: -30%;
    overflow: hidden
}

.all-title-box h1 {
    text-shadow: 1px 3px 2px #000;
    vertical-align: middle!important
}

.all-title-box .lead {
    color: #fff;
    text-shadow: 0 1px 1px #000
}

.bg-black,
.bg-black-hover:hover {
    background: #7d7e7d;
    background: -webkit-gradient(linear, left top, left bottom, from(#7d7e7d), to(#0e0e0e));
    background: linear-gradient(180deg, #7d7e7d 0, #0e0e0e);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#7d7e7d", endColorstr="#0e0e0e", GradientType=0)
}

.bg-black,
.bg-black-hover:hover,
.bg-blue,
.bg-blue-hover:hover {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.bg-blue,
.bg-blue-hover:hover {
    background: #e54c42;
    color: #fff
}

.section {
    padding: 25px 0!important
}

.section-title {
    margin: 0!important
}

.promo-text h3 {
    padding: 0;
    margin: 0;
    font-weight: 800;
    font-size: 30px;
    text-transform: capitalize;
    color: #fff;
    text-shadow: #000 2px 4px 4px
}

.f-fjalla,
.f-yatra,
.promo-text h3,
h3 {
    font-family: Montserrat!important
}

.f-roboto {
    font-family: Roboto, sans-serif
}

.f-sans {
    font-family: Open Sans, sans-serif
}

.promo-text2 {
    font-size: 30px!important;
    font-weight: 600!important
}

.promo-text2 span {
    font-weight: 800;
    padding: 2px 5px;
    text-shadow: #000 0 1px 1px
}

.bg-yellow,
.promo-text2 span {
    background-color: #ff0
}

#bootstrap-touch-slider {
    max-height: 80vh!important
}

#bootstrap-touch-slider .carousel-inner .item img {
    height: 100%
}

.control-round .carousel-control {
    background-color: #e54c42
}

.first-section h2 strong {
    color: #e54c42
}

.first-section:before {
    background: none!important
}

body.host_version .first-section {
    background-repeat: no-repeat;
    background-size: cover
}

.indicators-line>.carousel-indicators .active {
    -webkit-box-shadow: 0 0 0 2px #e54c42;
    box-shadow: 0 0 0 2px #e54c42
}

.indicators-line>.carousel-indicators .active:before {
    background-color: #e54c42
}

.blinking {
    -webkit-animation: blinkingText 3s infinite;
    animation: blinkingText 3s infinite
}

@-webkit-keyframes blinkingText {
    0% {
        color: #e54c42
    }
    40% {
        color: #e54c42
    }
    50% {
        color: transparent
    }
    85% {
        color: #e54c42
    }
    to {
        color: #e54c42
    }
}

@keyframes blinkingText {
    0% {
        color: #e54c42
    }
    40% {
        color: #e54c42
    }
    50% {
        color: transparent
    }
    85% {
        color: #e54c42
    }
    to {
        color: #e54c42
    }
}

.package-carousel .owl-nav {
    top: 50%;
    margin: -20px auto;
    position: absolute;
    width: 100%
}

.package-carousel .owl-next i,
.package-carousel .owl-prev i {
    color: #e54c42!important;
    background-color: #111;
    width: 60px;
    height: 60px;
    font-size: 28px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    right: auto;
    left: -10%;
    border-radius: 4px
}

.package-carousel .owl-next i {
    right: -10%;
    left: auto
}

.package,
.package.owl-carousel .owl-item,
.package .panel {
    border-radius: 20px 20px 20px 20px;
    overflow: hidden
}

.package .panel {
    -webkit-box-shadow: 0 4px 4px 0 #d0caca;
    box-shadow: 0 4px 4px 0 #d0caca;
    border: 1px solid #cac8c8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.package .panel-heading {
    padding: 5px;
    height: 65px;
    overflow: hidden
}

.package .panel-footer,
.package .panel-heading {
    font-size: 2em;
    font-weight: 800;
    font-family: Yatra One, cursive;
    text-align: center;
    color: #fff;
    margin: 0
}

.package .panel-footer {
    background-color: #fff!important;
    padding: 20px 10px
}

.package .panel-body {
    font-size: 22px;
    font-family: Yatra One, cursive;
    text-align: center;
    color: #fff;
    padding: 20px;
    margin: 0;
    overflow: hidden;
    height: 150px
}

.package .list-group {
    overflow: hidden;
    min-height: 200px;
    background-color: #ebebeb!important
}

.package .panel-body small {
    font-size: 18px!important;
    line-height: 18px!important;
    text-decoration: line-through!important;
    font-family: Open Sans, sans-serif!important
}

.package .panel-body h2 {
    font-size: 2em;
    font-weight: 800;
    color: #fff;
    text-align: center!important
}

.package .panel-body p {
    font-size: 18px!important;
    line-height: 18px!important;
    font-family: Open Sans, sans-serif!important
}

.package .list-group li {
    font-size: 13px!important;
    line-height: 16px!important;
    background: #ebebeb;
    color: #333;
    text-align: center!important
}

.package .list-group li:nth-child(odd) {
    background: #ebebeb!important
}

.package .list-group li:nth-child(2n) {
    background-color: #f5f5f5!important
}

.package .list-group li:hover {
    color: #e54c42!important;
    font-weight: 700
}

.package .panel-heading:before {
    background: #fff;
    content: ""!important;
    display: block!important;
    height: 65px;
    overflow: hidden;
    left: 0;
    top: 0;
    opacity: .15;
    position: absolute;
    width: 100%
}

.facebook-bg,
.facebook-package .panel-footer .btn-light,
.facebook-package div {
    background-color: #4062aa!important
}

.soundcloud-bg,
.soundcloud-package .panel-footer .btn-light,
.soundcloud-package div {
    background-color: #ff7403!important
}

.youtube-bg,
.youtube-package .panel-footer .btn-light,
.youtube-package div {
    background-color: rgba(242, 0, 0, .82)!important
}

.spotify-bg,
.spotify-package .panel-footer .btn-light,
.spotify-package div {
    background-color: #1ed760!important
}

.instagram-bg,
.instagram-package .panel-footer .btn-light,
.instagram-package div {
    background-color: #943fa7!important
}

.podcast-bg,
.podcast-package .panel-footer .btn-light,
.podcast-package div {
    background-color: #8b3ec3!important
}

.twitter-bg,
.twitter-package .panel-footer .btn-light,
.twitter-package div {
    background-color: #27a2ee!important
}

.ios-bg,
.ios-package .panel-footer .btn-light,
.ios-package div {
    background-color: #338cf4!important
}

.black-text,
.black-text-hover.active,
.dropdown-menu>li>a.black-text-hover.active,
.dropdown-menu>li>a.black-text-hover:hover,
a.black-text,
a.black-text-hover.active,
a.black-text-hover:hover {
    color: #000!important
}

.dropdown-menu>li>a.facebook-text-hover.active,
.dropdown-menu>li>a.facebook-text-hover:hover,
.facebook-text,
.facebook-text-hover.active,
a.facebook-text,
a.facebook-text-hover.active,
a.facebook-text-hover:hover {
    color: #4062aa!important
}

.dropdown-menu>li>a.soundcloud-text-hover.active,
.dropdown-menu>li>a.soundcloud-text-hover:hover,
.soundcloud-text,
.soundcloud-text-hover.active,
a.soundcloud-text,
a.soundcloud-text-hover.active,
a.soundcloud-text-hover:hover {
    color: #ff7403!important
}

.dropdown-menu>li>a.youtube-text-hover.active,
.dropdown-menu>li>a.youtube-text-hover:hover,
.youtube-text,
.youtube-text-hover.active,
a.youtube-text,
a.youtube-text-hover.active,
a.youtube-text-hover:hover {
    color: rgba(242, 0, 0, .82)!important
}

.dropdown-menu>li>a.spotify-text-hover.active,
.dropdown-menu>li>a.spotify-text-hover:hover,
.spotify-text,
.spotify-text-hover.active,
a.spotify-text,
a.spotify-text-hover.active,
a.spotify-text-hover:hover {
    color: #1ed760!important
}

.dropdown-menu>li>a.instagram-text-hover.active,
.dropdown-menu>li>a.instagram-text-hover:hover,
.instagram-text,
.instagram-text-hover.active,
a.instagram-text,
a.instagram-text-hover.active,
a.instagram-text-hover:hover {
    color: #943fa7!important
}

.dropdown-menu>li>a.podcast-text-hover.active,
.dropdown-menu>li>a.podcast-text-hover:hover,
.podcast-text,
.podcast-text-hover.active,
a.podcast-text,
a.podcast-text-hover.active,
a.podcast-text-hover:hover {
    color: #8b3ec3!important
}

.dropdown-menu>li>a.twitter-text-hover.active,
.dropdown-menu>li>a.twitter-text-hover:hover,
.twitter-text,
.twitter-text-hover.active,
a.twitter-text,
a.twitter-text-hover.active,
a.twitter-text-hover:hover {
    color: #27a2ee!important
}

.dropdown-menu>li>a.ios-text-hover.active,
.dropdown-menu>li>a.ios-text-hover:hover,
.ios-text,
.ios-text-hover:hover.active,
a.ios-text,
a.ios-text-hover.active,
a.ios-text-hover:hover {
    color: #338cf4!important
}

.facebook-package .panel-footer .btn-light:hover:after {
    -webkit-box-shadow: 0 0 0 2px #4062aa!important;
    box-shadow: 0 0 0 2px #4062aa!important
}

.soundcloud-package .panel-footer .btn-light:after {
    -webkit-box-shadow: 0 0 0 2px #ff7403!important;
    box-shadow: 0 0 0 2px #ff7403!important
}

.youtube-package .panel-footer .btn-light:after {
    -webkit-box-shadow: 0 0 0 2px rgba(242, 0, 0, .82)!important;
    box-shadow: 0 0 0 2px rgba(242, 0, 0, .82)!important
}

.spotify-package .panel-footer .btn-light:after {
    -webkit-box-shadow: 0 0 0 2px #1ed760!important;
    box-shadow: 0 0 0 2px #1ed760!important
}

.instagram-package .panel-footer .btn-light:after {
    -webkit-box-shadow: 0 0 0 2px #943fa7!important;
    box-shadow: 0 0 0 2px #943fa7!important
}

.podcast-package .panel-footer .btn-light:after {
    -webkit-box-shadow: 0 0 0 2px #8b3ec3!important;
    box-shadow: 0 0 0 2px #8b3ec3!important
}

.twitter-package .panel-footer .btn-light:after {
    -webkit-box-shadow: 0 0 0 2px #27a2ee!important;
    box-shadow: 0 0 0 2px #27a2ee!important
}

.ios-package .panel-footer .btn-light:after {
    -webkit-box-shadow: 0 0 0 2px #338cf4!important;
    box-shadow: 0 0 0 2px #338cf4!important
}

.package-logo {
    color: #fff;
    padding: 35px;
    margin: 0
}

.package-logo h2 {
    text-transform: capitalize;
    padding: 5px;
    font-size: 2em;
    font-weight: 600
}

.package-logo h2,
.package-logo i {
    color: #fff;
    text-shadow: 3px 4px 1px #000
}

.package-logo i {
    font-size: 3em;
    padding: 0
}

#testimonials {
    background: #f2f2f2
}

.testimonial h3 {
    font-size: 15px;
    color: #635c5c
}

.testimonial .desc {
    padding: 30px;
    position: relative;
    background: #e6e9ec;
    border: 0;
    border-radius: 15px;
    -webkit-box-shadow: 1px 3px 10px 0 #ccc;
    box-shadow: 1px 3px 10px 0 #ccc;
    height: 200px
}

.desc h3 i {
    color: #635c5c;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 10px
}

.testimonial .lead,
.testimonial small {
    color: #635c5c;
    font-size: 13px;
    line-height: 20px;
    font-family: monospace
}

.testimonial h4 {
    font-size: 18px;
    color: #635c5c;
    padding: 13px 0 0
}

.testimonial img {
    width: 100px!important;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff
}

.compare .panel-default {
    border-radius: 30px
}

.compare .panel-default>.panel-heading {
    background-color: #e54c42!important;
    color: #fff!important;
    font-size: 24px;
    padding: 20px 5px;
    border-radius: 30px 30px 0 0
}

.compare .list-group li:nth-child(odd) {
    background: #ebebeb!important
}

.compare .list-group li:nth-child(2n) {
    background-color: #f5f5f5!important
}

.compare .list-group-item:last-child {
    border-radius: 0 0 30px 30px!important
}

.compare .fa-check {
    color: green
}

.compare .fa-times {
    color: red
}

.compare .comparefeaturelist:nth-child(2) {
    padding-right: 0!important
}

.compare .comparefeaturelist:nth-child(3) {
    padding-left: 0!important;
    padding-right: 0!important
}

.compare .comparefeaturelist:last-child {
    padding-left: 0!important
}

.compare .comparefeaturelist:nth-child(3) .panel-default {
    -webkit-box-shadow: 0 0 20px -2px rgba(0, 0, 0, .25);
    box-shadow: 0 0 20px -2px rgba(0, 0, 0, .25)
}

.alsoorder .alsoorder-title {
    font-size: 2em;
    text-align: center;
    text-transform: capitalize!important
}

.alsoorder .product-logo {
    font-size: 4em;
    padding: 2px 0;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: 0 2px 2px 0 #000;
    box-shadow: 0 2px 2px 0 #000;
    text-shadow: -2px 3px 0 #000
}

.alsoorder .product-logo:hover {
    color: #000;
    -webkit-transition: 1s;
    transition: 1s
}

.alsoorder .product-title {
    margin-top: 10px;
    font-size: 1.5em;
    text-align: center;
    text-transform: capitalize;
    margin-top: 15px;
    text-shadow: -2px 3px 0 #ccc
}

.order-table thead th {
    color: #fff!important;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 3px!important
}

.order-table tbody td:first-child {
    width: 10%;
    text-align: center
}

.order-table .price,
.order-table .quantity,
.order-table .total {
    width: 15%;
    text-align: center
}

.order-table tfoot th {
    color: #000
}

.customwidget h1 {
    font-size: 30px!important;
    text-align: center;
    line-height: 28px!important
}

.owl-next.disabled,
.owl-prev.disabled {
    display: none
}

.icon-wrapper i {
    border-radius: 50%
}

.icon-wrapper i,
.icon-wrapper img {
    background-color: #e54c42!important;
    color: #fff!important;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    font-size: 55px
}

.icon-wrapper img {
    border-radius: 50%;
    border: 2px solid #e54c42
}

.icon-wrapper h3 {
    color: #e54c42!important
}

.icon-wrapper .effect-1:after,
.icon-wrapper .global-radius {
    border-radius: 50%!important
}

.cart-delete-btn {
    color: red;
    cursor: pointer
}

#cartBag .small-bag {
    z-index: 99999999!important;
    right: 0;
    top: 23%;
    opacity: 1;
    cursor: pointer;
    position: fixed;
    width: 100px;
    text-align: center;
    -webkit-box-shadow: 0 0 16px -1px rgba(0, 0, 0, .75);
    box-shadow: 0 0 16px -1px rgba(0, 0, 0, .75);
    display: block;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    padding: 0;
    color: #fff;
    text-shadow: 1px 2px 2px #000
}

#cartBag div:first-child {
    background-color: #27ae60
}

#cartBag div:nth-child(2) {
    background-color: #15af35
}

#cartBag div:nth-child(3) {
    background-color: #119e2e
}

#cartBag .small-bag i {
    font-size: 24px;
    display: block;
    text-align: center;
    padding: 7px 0
}

#cartBag .small-bag span {
    display: block;
    font-size: 14px;
    padding: 6px 2px;
    margin: 0;
    text-align: center;
    color: #efefef
}

.bordertop {
    border-top: 1px inset #000
}

#cartBag .small-bag h1 {
    height: 30%;
    overflow: hidden;
    font-size: 16px;
    padding: 5px 2px;
    margin: 0;
    text-align: center;
    font-weight: 800
}

.invoice {
    padding: 50px 50px 0;
    background: #fff;
    display: block;
    margin: 0 auto;
    margin-bottom: .5cm;
    -webkit-box-shadow: 0 0 .5cm rgba(0, 0, 0, .5);
    box-shadow: 0 0 .5cm rgba(0, 0, 0, .5);
    min-height: 11in;
    width: 8.5in;
    overflow: hidden
}

.invoice .invoice-head {
    height: 1.4in;
    overflow: hidden
}

.invoice .invoice-info {
    height: 1in;
    overflow: hidden
}

.invoice .invoice-details {
    min-height: 7.4in
}

.invoice .invoice-footer {
    height: .5in;
    overflow: hidden
}

.invoice .invoice-details .table thead th {
    font-size: 14px!important
}

.invoice .terms {
    color: #ff4b4b;
    font-size: 11px
}

.invoice .terms p {
    margin: 0
}

.invoice .invoice-footer {
    border-top: 1px dashed #042c61;
    margin: 0;
    text-align: center;
    font-size: 11px;
    padding: 5px 0
}

.invoice #background {
    position: absolute;
    z-index: 0;
    background: none;
    display: block;
    height: 70%;
    min-width: 70%;
    bottom: 10%;
    color: #ff0;
    overflow: hidden
}

.invoice #bg-text {
    bottom: 22%
}

.invoice #bg-img img,
.invoice #bg-text {
    color: #d3d3d3;
    font-size: 120px;
    position: absolute;
    transform: rotate(300deg);
    -webkit-transform: rotate(300deg)
}

.invoice #bg-img img {
    bottom: 35%;
    left: 12%;
    opacity: .1;
    background-repeat: round;
    width: 60%
}

.blackandwhite,
.invoice #bg-img img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.blackandwhite {
    -webkit-transition: .5s;
    transition: .5s
}

.blackandwhite:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

@media (min-width:1310px) {
    body,
    p {
        font-size: 16px!important
    }
    .btn-brd {
        padding: 10px 30px!important;
        font-size: 14px!important
    }
    .theme2 .header_style_01 .header-menu>li>a {
        font-size: 12px!important
    }
}

@media (max-width:1310px) {
    .macbookright {
        right: -25%
    }
    body.app_version .app_iphone_01 {
        right: 0!important
    }
    body.app_version .app_iphone_02 {
        right: -10%!important
    }
    body.politics_version .app_iphone_01 {
        left: 0
    }
    .btn-brd {
        padding: 10px 30px!important;
        font-size: 14px!important
    }
}

@media (max-width:1200px) {
    body.watch_version .image-center img {
        max-width: 660px;
        top: 0;
        left: -12%;
        position: absolute!important;
        z-index: 10;
        text-align: center
    }
    body.politics_version .app_iphone_01 {
        left: -5%
    }
    body.watch_version .macbookright {
        right: -7%
    }
    .header_style_01 .navbar-brand {
        padding-right: 0
    }
    .container-fluid {
        width: 100%;
        padding: 0 15px
    }
    .container {
        width: 90%
    }
    .first-section h2 {
        font-size: 48px
    }
    .header-menu li>a,
    .topbar .navbar-nav a {
        font-size: 12px!important
    }
    .btn-brd {
        font-size: 14px!important
    }
    .logo img {
        max-height: 100px!important
    }
}

@media (max-width:1158px) {
    body.clinic_version .app_iphone_01 {
        right: -5%
    }
    body.clinic_version .app_iphone_02 {
        right: 15%
    }
    body.clinic_version .app_iphone_03 {
        right: -10%
    }
    .header_style_01 .navbar-default .navbar-nav>li>a {
        font-size: 14px
    }
    .first-section .lead {
        font-size: 18px
    }
    .navbar-default .btn-light {
        display: none
    }
    body.app_version .app_iphone_01 {
        right: -5%!important
    }
    body.app_version .app_iphone_02 {
        right: -15%!important
    }
}

@media (max-width:1120px) {
    .iphones {
        right: -30%
    }
    .macbookright {
        bottom: -10%;
        right: -35%
    }
    .how-its-work .hc {
        width: 50%!important
    }
    body.clinic_version .how-its-work .hc {
        width: 33.3333%!important
    }
    body.clinic_version .dev-list .widget img {
        width: 100%
    }
    .theme2 .header_style_01 .header-menu>li>a {
        font-size: 12px!important
    }
}

@media (max-width:992px) {
    body,
    p {
        font-size: 11px
    }
    body.clinic_version .service-widget {
        margin: 15px 0
    }
    .m40 {
        margin-top: 40px
    }
    body.host_version .stat-wrap {
        text-align: center
    }
    body.host_version .stat-wrap .alignleft {
        float: none;
        margin: 0 auto
    }
    .apple-button i {
        font-size: 32px;
        margin: 0 20px 0 0;
        vertical-align: middle
    }
    body.app_version .header_style_01,
    body.clinic_version .affix,
    body.clinic_version .header_style_01 {
        width: 100%!important;
        padding: 20px 0!important
    }
    .apple-button strong {
        font-size: 24px
    }
    body.app_version .header_style_01 {
        top: 0!important
    }
    .pricing-table {
        margin: 15px 0!important
    }
    hr.hr2 {
        display: none
    }
    .icon-wrapper,
    .message-box,
    .stat-wrap .col-md-3 {
        margin-bottom: 30px
    }
    .owl-prev i {
        left: 0;
        border-radius: 0
    }
    .owl-next i {
        right: 0;
        border-radius: 0
    }
    body.clinic_version .how-its-work .hc {
        width: 100%!important
    }
    .navbar-collapse.show {
        display: inline!important
    }
    .btn-brd,
    .theme2 .navbar-brand-name h5 {
        font-size: 11px!important
    }
    .logo img {
        max-height: 75px!important
    }
    .navbar-brand-name {
        font-size: 35px!important
    }
}

@media (max-width:1000px) {
    body,
    p {
        font-size: 11px
    }
    body.politics_version .header_style_01 {
        position: relative;
        top: 0;
        background-color: #1f1f1f!important
    }
    body.realestate_version .message-box,
    body.realestate_version .property-detail .col-md-2,
    body.realestate_version .service-widget {
        margin: 15px 0
    }
    body.realestate_version .first-section {
        padding: 10em 0!important
    }
    body.realestate_version .header_style_01 {
        position: relative;
        background-color: #1f1f1f
    }
    .footer .col-xs-12 {
        margin: 15px 0;
        width: 100%!important
    }
    body.clinic_version .app_iphone_01,
    body.clinic_version .app_iphone_02,
    body.clinic_version .app_iphone_03 {
        display: none
    }
    body.seo_version .header_style_01 {
        background-color: #0e0e2e
    }
    .navbar-default .btn-light {
        display: block;
        width: 100%;
        border: 0!important;
        padding: 0;
        margin: -8px 0 0!important;
        line-height: 1!important
    }
    .navbar-collapse {
        margin-top: 15px
    }
    .header_style_01 {
        background-color: #2d3032;
        display: block;
        left: 0;
        padding: 5px 40px!important;
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 111
    }
    .navbar-default .navbar-toggle {
        border-color: #2d3032;
        color: #fff!important;
        background-color: #2d3032!important
    }
    .navbar-default .navbar-toggle:hover {
        background-color: #00aeef!important;
        border-color: #00aeef
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: transparent
    }
    .navbar-header {
        float: none
    }
    .navbar-left,
    .navbar-right {
        float: none!important
    }
    .navbar-toggle {
        display: block
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1);
        box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1)
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px
    }
    .navbar-collapse.collapse {
        display: none!important
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
        width: 100%
    }
    .navbar-nav>li {
        float: none
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .collapse.in {
        display: block!important
    }
    .affix-top {
        overflow: hidden;
        visibility: visible;
        opacity: 1;
        top: 0!important
    }
    .header_style_01 .navbar-default .navbar-nav>li a {
        padding: 10px 5px
    }
    .first-section .col-md-6 {
        width: 100%;
        text-align: center
    }
    .macbookright,
    .social-links {
        display: none!important
    }
    .footer-distributed form input {
        width: 300px
    }
    .footer-distributed {
        padding: 30px;
        text-align: center;
        font: 700 14px sans-serif
    }
    .footer-distributed .footer-company-name {
        margin-top: 10px;
        font-size: 12px
    }
    .footer-distributed .footer-left,
    .footer-distributed .footer-right {
        float: none;
        max-width: 100%;
        margin: 0 auto
    }
    .footer-distributed .footer-left {
        margin-bottom: 20px
    }
    .footer-distributed form input {
        width: 100%
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff
    }
    .navbar-collapse.show {
        display: inline!important
    }
}

@media (max-width:768px) {
    body,
    p {
        font-size: 11px
    }
    body.building_version .first-section h2 {
        font-size: 34px
    }
    body.politics_version .issuse-wrap2 {
        margin-top: 30px
    }
    body.seo_version .nopadtop {
        padding-top: 120px
    }
    body.host_version .affix,
    body.host_version .header_style_01 {
        padding-left: 0!important;
        padding-right: 0!important
    }
    body.host_version .stat-wrap .col-md-4 {
        margin: 15px 0
    }
    .how-its-work .hc {
        width: 100%!important
    }
    .affix,
    .header_style_01 {
        padding-left: 15px;
        padding-right: 15px
    }
    .m130 {
        margin-top: 0
    }
    .footer .widget,
    .logos .col-md-2,
    .service-widget {
        margin: 15px 0
    }
    .features-left i {
        float: left;
        margin-right: 20px!important
    }
    .fl-inner {
        text-align: left;
        margin-right: 0
    }
    .effect-1:after {
        border: 0!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important
    }
    .first-section {
        padding: 8em 0 6em!important
    }
    .first-section h2 {
        font-size: 32px
    }
    .all-title-box h1 {
        font-size: 35px!important
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff
    }
    .list-domain ul li {
        padding: 10px 0
    }
    #pricing-box .grid1,
    #pricing-box .grid2,
    #pricing-box .grid3 {
        margin-bottom: 50px
    }
    .grid1 span,
    .grid2 span,
    .grid3 span {
        top: -10%
    }
    .testimonial {
        margin-bottom: 30px
    }
    .copyrights {
        padding: 0 60px
    }
    .promo-text {
        padding: 5px!important
    }
    .header_style_01 .navbar-brand {
        padding: 0 2px;
        width: 75%;
        overflow: hidden
    }
    .header_style_01 .logo img {
        width: 100%
    }
    .header_style_01 .navbar-nav>li a {
        padding: 5px!important
    }
    .topbar .navbar-nav {
        margin: 0!important
    }
    .promo-text h3 {
        padding: 8px;
        margin: 0;
        font-weight: 600;
        font-size: 15px;
        text-transform: capitalize;
        line-height: 14px!important;
        color: #fff;
        text-shadow: #000 2px 4px 4px;
        font-family: Yatra One, cursive
    }
    .section {
        padding: 40px 0!important
    }
    .promo-text2 {
        font-weight: 600!important;
        line-height: 28px!important
    }
    .promo-text2,
    .section-title h3 {
        font-size: 18px!important
    }
    .testimonial h4 {
        font-size: 13px!important
    }
    .testimonial .lead,
    .testimonial small {
        font-size: 12px!important
    }
    .testimonial {
        margin-bottom: 5px!important
    }
    .customwidget h1 {
        font-size: 18px!important;
        text-align: center;
        line-height: 28px!important
    }
    .navbar-collapse.show {
        display: inline!important
    }
}

@media (max-width:600px) {
    body.app_version .btn-light,
    body.host_version .btn-light {
        font-size: 14px;
        margin: 0 auto;
        padding: 10px 20px;
        text-align: center
    }
    body.app_version .btn-light i {
        display: none!important
    }
    .copyrights {
        padding: 40px 10px
    }
    .footer-distributed {
        padding: 0
    }
    .section-title p {
        font-size: 14px;
        line-height: 25px
    }
    .section-title h3 {
        font-size: 28px
    }
    .portfolio-filter ul li .btn-dark {
        border: 0!important;
        width: 100%;
        display: block;
        background-color: #fff;
        border-radius: 0
    }
    .portfolio-filter ul li {
        border-radius: 0;
        padding: 1px;
        display: inline-block;
        margin: 0 1px 2px;
        text-decoration: none;
        text-transform: uppercase;
        background-color: #ededed;
        vertical-align: middle;
        width: 49%;
        float: left;
        border: 0 solid #ededed
    }
    body.host_version .first-section {
        padding: 5em 0!important
    }
    .section {
        padding: 60px 0
    }
    body.host_version .checkdomain-wrapper .btn {
        width: 30%
    }
    body.host_version .dev-list .widget {
        margin-bottom: 30px
    }
    .all-title-box h1 {
        padding: 15% 0
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff
    }
    .list-domain ul li {
        padding: 10px 0
    }
    #pricing-box .grid1,
    #pricing-box .grid2,
    #pricing-box .grid3 {
        margin-bottom: 50px
    }
    .grid1 span,
    .grid2 span,
    .grid3 span {
        top: -10%
    }
    .testimonial {
        margin-bottom: 30px
    }
    .customer-box .nav-tabs>li>a {
        padding: 14px 20px
    }
    .for-pwd {
        display: block
    }
    .customer-box .nav-tabs,
    .customer-box .tab-content {
        padding: 20px 0
    }
    .navbar-brand-name h1 {
        font-size: 25px!important;
        margin: 15px 5px!important
    }
    .navbar-brand-name h5 {
        font-size: 7px!important;
        margin: 15px 5px!important
    }
    .navbar-nav .nav-link {
        padding: 0 5px!important
    }
    #bootstrap-touch-slider {
        height: 255px!important;
        overflow: hidden
    }
    #bootstrap-touch-slider .owl-nav button {
        top: 30%!important
    }
}

@media (max-width:320px) {
    #bootstrap-touch-slider {
        height: 160px!important;
        overflow: hidden
    }
    .promo-text {
        padding: 5px!important
    }
    .promo-button {
        margin-top: 10px
    }
    .promo-button .btn-light {
        color: #fff!important;
        font-size: 12px!important;
        padding: 5px 10px!important
    }
}

.blue {
    color: #3490dc
}

.indigo {
    color: #6574cd
}

.red {
    color: #e3342f
}

.orange {
    color: #f6993f
}

.yellow {
    color: #ffed4a
}

.green {
    color: #38c172
}


/*!
 * Bootstrap v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
    --blue: #3490dc;
    --indigo: #6574cd;
    --purple: #9561e2;
    --pink: #f66d9b;
    --red: #e3342f;
    --orange: #f6993f;
    --yellow: #ffed4a;
    --green: #38c172;
    --teal: #4dc0b5;
    --cyan: #6cb2eb;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #3490dc;
    --secondary: #6c757d;
    --success: #38c172;
    --info: #6cb2eb;
    --warning: #ffed4a;
    --danger: #e3342f;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Nunito", sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: Nunito, sans-serif;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    background-color: #f8fafc
}

[tabindex="-1"]:focus {
    outline: 0!important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

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 {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #3490dc;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #1d68a7;
    text-decoration: underline
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

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

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none!important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h1,
h1 {
    font-size: 2.25rem
}

.h2,
h2 {
    font-size: 1.8rem
}

.h3,
h3 {
    font-size: 1.575rem
}

.h4,
h4 {
    font-size: 1.35rem
}

.h5,
h5 {
    font-size: 1.125rem
}

.h6,
h6 {
    font-size: .9rem
}

.lead {
    font-size: 1.125rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.125rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer:before {
    content: "\2014\A0"
}

.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #f8fafc;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #f66d9b;
    word-break: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1,
.col-auto {
    -webkit-box-flex: 0
}

.col-1 {
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
}

.col-2 {
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
}

.col-2,
.col-3 {
    -webkit-box-flex: 0
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
}

.col-4,
.col-5 {
    -webkit-box-flex: 0
}

.col-5 {
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-6,
.col-7 {
    -webkit-box-flex: 0
}

.col-7 {
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
}

.col-8 {
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
}

.col-8,
.col-9 {
    -webkit-box-flex: 0
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
}

.col-10,
.col-11 {
    -webkit-box-flex: 0
}

.col-11 {
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333333%
    }
    .offset-sm-2 {
        margin-left: 16.66666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333333%
    }
    .offset-sm-5 {
        margin-left: 41.66666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333333%
    }
    .offset-sm-8 {
        margin-left: 66.66666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333333%
    }
    .offset-sm-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333333%
    }
    .offset-md-2 {
        margin-left: 16.66666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333333%
    }
    .offset-md-5 {
        margin-left: 41.66666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333333%
    }
    .offset-md-8 {
        margin-left: 66.66666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333333%
    }
    .offset-md-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333333%
    }
    .offset-lg-2 {
        margin-left: 16.66666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333333%
    }
    .offset-lg-5 {
        margin-left: 41.66666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333333%
    }
    .offset-lg-8 {
        margin-left: 66.66666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333333%
    }
    .offset-lg-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33333333%
    }
    .offset-xl-2 {
        margin-left: 16.66666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333333%
    }
    .offset-xl-5 {
        margin-left: 41.66666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333333%
    }
    .offset-xl-8 {
        margin-left: 66.66666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333333%
    }
    .offset-xl-11 {
        margin-left: 91.66666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table .table {
    background-color: #f8fafc
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #c6e0f5
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #95c5ed
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #b0d4f1
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #d6d8db
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c7eed8
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #98dfb6
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b3e8ca
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #d6e9f9
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #b3d7f5
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #c0ddf6
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #fffacc
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #fff6a1
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #fff8b3
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f7c6c5
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #f09593
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f4b0af
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #212529
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: hsla(0, 0%, 100%, .075)
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.19rem + 2px);
    padding: .375rem .75rem;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #a1cbef;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 144, 220, .25);
    box-shadow: 0 0 0 .2rem rgba(52, 144, 220, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.6
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.125rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .7875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.6;
    color: #212529;
    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 {
    height: calc(1.68125rem + 2px);
    padding: .25rem .5rem;
    font-size: .7875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(2.6875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #38c172
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .7875rem;
    line-height: 1.6;
    color: #fff;
    background-color: rgba(56, 193, 114, .9);
    border-radius: .25rem
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #38c172;
    padding-right: 2.19rem;
    background-repeat: no-repeat;
    background-position: center right 0.5475rem;
    background-size: 1.095rem 1.095rem;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2338c172' 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")
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #38c172;
    -webkit-box-shadow: 0 0 0 .2rem rgba(56, 193, 114, .25);
    box-shadow: 0 0 0 .2rem rgba(56, 193, 114, .25)
}

.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: 2.19rem;
    background-position: top 0.5475rem right 0.5475rem
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #38c172;
    padding-right: 3.3925rem;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2338c172' 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") no-repeat center right 1.75rem/1.095rem 1.095rem
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #38c172;
    -webkit-box-shadow: 0 0 0 .2rem rgba(56, 193, 114, .25);
    box-shadow: 0 0 0 .2rem rgba(56, 193, 114, .25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip {
    display: block
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #38c172
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #38c172
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
    border-color: #38c172
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    border-color: #5cd08d;
    background-color: #5cd08d
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(56, 193, 114, .25);
    box-shadow: 0 0 0 .2rem rgba(56, 193, 114, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #38c172
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #38c172;
    -webkit-box-shadow: 0 0 0 .2rem rgba(56, 193, 114, .25);
    box-shadow: 0 0 0 .2rem rgba(56, 193, 114, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #e3342f
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .7875rem;
    line-height: 1.6;
    color: #fff;
    background-color: rgba(227, 52, 47, .9);
    border-radius: .25rem
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #e3342f;
    padding-right: 2.19rem;
    background-repeat: no-repeat;
    background-position: center right 0.5475rem;
    background-size: 1.095rem 1.095rem;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e3342f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #e3342f;
    -webkit-box-shadow: 0 0 0 .2rem rgba(227, 52, 47, .25);
    box-shadow: 0 0 0 .2rem rgba(227, 52, 47, .25)
}

.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: 2.19rem;
    background-position: top 0.5475rem right 0.5475rem
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #e3342f;
    padding-right: 3.3925rem;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e3342f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E") no-repeat center right 1.75rem/1.095rem 1.095rem
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #e3342f;
    -webkit-box-shadow: 0 0 0 .2rem rgba(227, 52, 47, .25);
    box-shadow: 0 0 0 .2rem rgba(227, 52, 47, .25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip {
    display: block
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #e3342f
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #e3342f
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
    border-color: #e3342f
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
    border-color: #e9605c;
    background-color: #e9605c
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(227, 52, 47, .25);
    box-shadow: 0 0 0 .2rem rgba(227, 52, 47, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #e3342f
}

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #e3342f;
    -webkit-box-shadow: 0 0 0 .2rem rgba(227, 52, 47, .25);
    box-shadow: 0 0 0 .2rem rgba(227, 52, 47, .25)
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .form-inline .form-group,
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext {
        display: inline-block
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }
    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: .9rem;
    line-height: 1.6;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 144, 220, .25);
    box-shadow: 0 0 0 .2rem rgba(52, 144, 220, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #3490dc;
    border-color: #3490dc
}

.btn-primary:hover {
    color: #fff;
    background-color: #227dc7;
    border-color: #2176bd
}

.btn-primary.focus,
.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(82, 161, 225, .5);
    box-shadow: 0 0 0 .2rem rgba(82, 161, 225, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #3490dc;
    border-color: #3490dc
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2176bd;
    border-color: #1f6fb2
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(82, 161, 225, .5);
    box-shadow: 0 0 0 .2rem rgba(82, 161, 225, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(208, 6%, 54%, .5);
    box-shadow: 0 0 0 .2rem hsla(208, 6%, 54%, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(208, 6%, 54%, .5);
    box-shadow: 0 0 0 .2rem hsla(208, 6%, 54%, .5)
}

.btn-success {
    color: #fff;
    background-color: #38c172;
    border-color: #38c172
}

.btn-success:hover {
    color: #fff;
    background-color: #2fa360;
    border-color: #2d995b
}

.btn-success.focus,
.btn-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(86, 202, 135, .5);
    box-shadow: 0 0 0 .2rem rgba(86, 202, 135, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #38c172;
    border-color: #38c172
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #2d995b;
    border-color: #2a9055
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(86, 202, 135, .5);
    box-shadow: 0 0 0 .2rem rgba(86, 202, 135, .5)
}

.btn-info {
    color: #212529;
    background-color: #6cb2eb;
    border-color: #6cb2eb
}

.btn-info:hover {
    color: #fff;
    background-color: #4aa0e6;
    border-color: #3f9ae5
}

.btn-info.focus,
.btn-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(97, 157, 206, .5);
    box-shadow: 0 0 0 .2rem rgba(97, 157, 206, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #212529;
    background-color: #6cb2eb;
    border-color: #6cb2eb
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #3f9ae5;
    border-color: #3495e3
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(97, 157, 206, .5);
    box-shadow: 0 0 0 .2rem rgba(97, 157, 206, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffed4a;
    border-color: #ffed4a
}

.btn-warning:hover {
    color: #212529;
    background-color: #ffe924;
    border-color: #ffe817
}

.btn-warning.focus,
.btn-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 207, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(222, 207, 69, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffed4a;
    border-color: #ffed4a
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffe817;
    border-color: #ffe70a
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 207, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(222, 207, 69, .5)
}

.btn-danger {
    color: #fff;
    background-color: #e3342f;
    border-color: #e3342f
}

.btn-danger:hover {
    color: #fff;
    background-color: #d0211c;
    border-color: #c51f1a
}

.btn-danger.focus,
.btn-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(231, 82, 78, .5);
    box-shadow: 0 0 0 .2rem rgba(231, 82, 78, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #e3342f;
    border-color: #e3342f
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c51f1a;
    border-color: #b91d19
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(231, 82, 78, .5);
    box-shadow: 0 0 0 .2rem rgba(231, 82, 78, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5);
    box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5);
    box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #3490dc;
    border-color: #3490dc
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #3490dc;
    border-color: #3490dc
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 144, 220, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 144, 220, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #3490dc;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #3490dc;
    border-color: #3490dc
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 144, 220, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 144, 220, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5);
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5);
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

.btn-outline-success {
    color: #38c172;
    border-color: #38c172
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #38c172;
    border-color: #38c172
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(56, 193, 114, .5);
    box-shadow: 0 0 0 .2rem rgba(56, 193, 114, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #38c172;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #38c172;
    border-color: #38c172
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(56, 193, 114, .5);
    box-shadow: 0 0 0 .2rem rgba(56, 193, 114, .5)
}

.btn-outline-info {
    color: #6cb2eb;
    border-color: #6cb2eb
}

.btn-outline-info:hover {
    color: #212529;
    background-color: #6cb2eb;
    border-color: #6cb2eb
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 178, 235, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 178, 235, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #6cb2eb;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #212529;
    background-color: #6cb2eb;
    border-color: #6cb2eb
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 178, 235, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 178, 235, .5)
}

.btn-outline-warning {
    color: #ffed4a;
    border-color: #ffed4a
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffed4a;
    border-color: #ffed4a
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 237, 74, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 237, 74, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffed4a;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffed4a;
    border-color: #ffed4a
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 237, 74, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 237, 74, .5)
}

.btn-outline-danger {
    color: #e3342f;
    border-color: #e3342f
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #e3342f;
    border-color: #e3342f
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(227, 52, 47, .5);
    box-shadow: 0 0 0 .2rem rgba(227, 52, 47, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #e3342f;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #e3342f;
    border-color: #e3342f
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(227, 52, 47, .5);
    box-shadow: 0 0 0 .2rem rgba(227, 52, 47, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #3490dc
}

.btn-link:hover {
    color: #1d68a7;
    text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .7875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media screen and (prefers-reduced-motion:reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.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;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: .9rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

@media (min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }
}

.dropup .dropdown-menu {
    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
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .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
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .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
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:first-child {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.dropdown-item:last-child {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #3490dc
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .7875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    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:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropleft .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: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(2.6875rem + 2px)
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.68125rem + 2px)
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .7875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.44rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    border-color: #3490dc;
    background-color: #3490dc
}

.custom-control-input:focus~.custom-control-label:before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 144, 220, .25);
    box-shadow: 0 0 0 .2rem rgba(52, 144, 220, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #a1cbef
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
    color: #fff;
    background-color: #cce3f6;
    border-color: #cce3f6
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label:before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label:before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #adb5bd
}

.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: .22rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.custom-control-label:after {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-label:before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    border-color: #3490dc;
    background-color: #3490dc
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(52, 144, 220, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(52, 144, 220, .5)
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(52, 144, 220, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label:before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label:after {
    top: calc(.22rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label:after {
        -webkit-transition: none;
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(52, 144, 220, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.19rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #a1cbef;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(161, 203, 239, .5);
    box-shadow: 0 0 0 .2rem rgba(161, 203, 239, .5)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(1.68125rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .7875rem
}

.custom-select-lg {
    height: calc(2.6875rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.125rem
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(2.19rem + 2px)
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #a1cbef;
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 144, 220, .25);
    box-shadow: 0 0 0 .2rem rgba(52, 144, 220, .25)
}

.custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]:after {
    content: attr(data-browse)
}

.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(2.19rem + 2px);
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label,
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .375rem .75rem;
    line-height: 1.6;
    color: #495057
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.19rem;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: none
}

.custom-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #f8fafc, 0 0 0 .2rem rgba(52, 144, 220, .25);
    box-shadow: 0 0 0 1px #f8fafc, 0 0 0 .2rem rgba(52, 144, 220, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #f8fafc, 0 0 0 .2rem rgba(52, 144, 220, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #f8fafc, 0 0 0 .2rem rgba(52, 144, 220, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #3490dc;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #cce3f6
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #3490dc;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #cce3f6
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #3490dc;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #cce3f6
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        -webkit-transition: none;
        transition: none
    }
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.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: #f8fafc;
    border-color: #dee2e6 #dee2e6 #f8fafc
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #3490dc
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar,
.navbar>.container,
.navbar>.container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .32rem;
    padding-bottom: .32rem;
    margin-right: 1rem;
    font-size: 1.125rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.125rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%
}

@media (max-width:575.98px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-sm,
    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }
    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        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>.container,
    .navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:767.98px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-md,
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }
    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        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>.container,
    .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width:991.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-lg,
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        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>.container,
    .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-xl,
    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }
    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        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>.container,
    .navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    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>.container,
.navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand,
.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, .5)
}

.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 .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.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,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    color: inherit;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }
    .card-deck,
    .card-deck .card {
        -webkit-box-direction: normal
    }
    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .card-group>.card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:first-child .card-header,
    .card-group>.card:first-child .card-img-top {
        border-top-right-radius: 0
    }
    .card-group>.card:first-child .card-footer,
    .card-group>.card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:last-child .card-header,
    .card-group>.card:last-child .card-img-top {
        border-top-left-radius: 0
    }
    .card-group>.card:last-child .card-footer,
    .card-group>.card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }
    .card-group>.card:only-child {
        border-radius: .25rem
    }
    .card-group>.card:only-child .card-header,
    .card-group>.card:only-child .card-img-top {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }
    .card-group>.card:only-child .card-footer,
    .card-group>.card:only-child .card-img-bottom {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child),
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion .card {
    overflow: hidden
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion .card .card-header {
    margin-bottom: -1px
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #3490dc;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #1d68a7;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 144, 220, .25);
    box-shadow: 0 0 0 .2rem rgba(52, 144, 220, .25)
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #3490dc;
    border-color: #3490dc
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.125rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .7875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #3490dc
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #2176bd
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

.badge-success {
    color: #fff;
    background-color: #38c172
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #2d995b
}

.badge-info {
    color: #212529;
    background-color: #6cb2eb
}

a.badge-info:focus,
a.badge-info:hover {
    color: #212529;
    background-color: #3f9ae5
}

.badge-warning {
    color: #212529;
    background-color: #ffed4a
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #ffe817
}

.badge-danger {
    color: #fff;
    background-color: #e3342f
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #c51f1a
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3.85rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #1b4b72;
    background-color: #d6e9f8;
    border-color: #c6e0f5
}

.alert-primary hr {
    border-top-color: #b0d4f1
}

.alert-primary .alert-link {
    color: #113049
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #1d643b;
    background-color: #d7f3e3;
    border-color: #c7eed8
}

.alert-success hr {
    border-top-color: #b3e8ca
}

.alert-success .alert-link {
    color: #123c24
}

.alert-info {
    color: #385d7a;
    background-color: #e2f0fb;
    border-color: #d6e9f9
}

.alert-info hr {
    border-top-color: #c0ddf6
}

.alert-info .alert-link {
    color: #284257
}

.alert-warning {
    color: #857b26;
    background-color: #fffbdb;
    border-color: #fffacc
}

.alert-warning hr {
    border-top-color: #fff8b3
}

.alert-warning .alert-link {
    color: #5d561b
}

.alert-danger {
    color: #761b18;
    background-color: #f9d6d5;
    border-color: #f7c6c5
}

.alert-danger hr {
    border-top-color: #f4b0af
}

.alert-danger .alert-link {
    color: #4c110f
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 1rem;
    overflow: hidden;
    font-size: .675rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress,
.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.progress-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #3490dc;
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .progress-bar {
        -webkit-transition: none;
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item:focus,
.list-group-item:hover {
    z-index: 1;
    text-decoration: none
}

.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: #3490dc;
    border-color: #3490dc
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.list-group-item-primary {
    color: #1b4b72;
    background-color: #c6e0f5
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #1b4b72;
    background-color: #b0d4f1
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #1b4b72;
    border-color: #1b4b72
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #1d643b;
    background-color: #c7eed8
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #1d643b;
    background-color: #b3e8ca
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #1d643b;
    border-color: #1d643b
}

.list-group-item-info {
    color: #385d7a;
    background-color: #d6e9f9
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #385d7a;
    background-color: #c0ddf6
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #385d7a;
    border-color: #385d7a
}

.list-group-item-warning {
    color: #857b26;
    background-color: #fffacc
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #857b26;
    background-color: #fff8b3
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #857b26;
    border-color: #857b26
}

.list-group-item-danger {
    color: #761b18;
    background-color: #f7c6c5
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #761b18;
    background-color: #f4b0af
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #761b18;
    border-color: #761b18
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: .25rem;
    -webkit-box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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: .3rem;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.6
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered:before {
        height: calc(100vh - 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
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: Nunito, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    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: .7875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
    left: 0;
    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: .25rem
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: Nunito, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    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: .7875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover,
.popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow,
.bs-popover-top .arrow {
    bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top] .arrow:after,
.bs-popover-auto[x-placement^=top] .arrow:before,
.bs-popover-top .arrow:after,
.bs-popover-top .arrow:before {
    border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow:before,
.bs-popover-top .arrow:before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] .arrow:after,
.bs-popover-top .arrow:after {
    bottom: 1px;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow,
.bs-popover-right .arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow:after,
.bs-popover-auto[x-placement^=right] .arrow:before,
.bs-popover-right .arrow:after,
.bs-popover-right .arrow:before {
    border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow:before,
.bs-popover-right .arrow:before {
    left: 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] .arrow:after,
.bs-popover-right .arrow:after {
    left: 1px;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow,
.bs-popover-bottom .arrow {
    top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom] .arrow:after,
.bs-popover-auto[x-placement^=bottom] .arrow:before,
.bs-popover-bottom .arrow:after,
.bs-popover-bottom .arrow:before {
    border-width: 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow:before,
.bs-popover-bottom .arrow:before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] .arrow:after,
.bs-popover-bottom .arrow:after {
    top: 1px;
    border-bottom-color: #fff
}

.bs-popover-auto[x-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 #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow,
.bs-popover-left .arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow:after,
.bs-popover-auto[x-placement^=left] .arrow:before,
.bs-popover-left .arrow:after,
.bs-popover-left .arrow:before {
    border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow:before,
.bs-popover-left .arrow:before {
    right: 0;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] .arrow:after,
.bs-popover-left .arrow:after {
    right: 1px;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: .9rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    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%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-item {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s .6s;
    transition: opacity 0s .6s
}

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        -webkit-transition: none;
        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: 20px;
    height: 20px;
    background: transparent no-repeat 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.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
}

.bg-primary {
    background-color: #3490dc!important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #2176bd!important
}

.bg-secondary {
    background-color: #6c757d!important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62!important
}

.bg-success {
    background-color: #38c172!important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #2d995b!important
}

.bg-info {
    background-color: #6cb2eb!important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #3f9ae5!important
}

.bg-warning {
    background-color: #ffed4a!important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #ffe817!important
}

.bg-danger {
    background-color: #e3342f!important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #c51f1a!important
}

.bg-light {
    background-color: #f8f9fa!important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5!important
}

.bg-dark {
    background-color: #343a40!important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124!important
}

.bg-white {
    background-color: #fff!important
}

.bg-transparent {
    background-color: transparent!important
}

.border {
    border: 1px solid #dee2e6!important
}

.border-top {
    border-top: 1px solid #dee2e6!important
}

.border-right {
    border-right: 1px solid #dee2e6!important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6!important
}

.border-left {
    border-left: 1px solid #dee2e6!important
}

.border-0 {
    border: 0!important
}

.border-top-0 {
    border-top: 0!important
}

.border-right-0 {
    border-right: 0!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-left-0 {
    border-left: 0!important
}

.border-primary {
    border-color: #3490dc!important
}

.border-secondary {
    border-color: #6c757d!important
}

.border-success {
    border-color: #38c172!important
}

.border-info {
    border-color: #6cb2eb!important
}

.border-warning {
    border-color: #ffed4a!important
}

.border-danger {
    border-color: #e3342f!important
}

.border-light {
    border-color: #f8f9fa!important
}

.border-dark {
    border-color: #343a40!important
}

.border-white {
    border-color: #fff!important
}

.rounded {
    border-radius: .25rem!important
}

.rounded-top {
    border-top-left-radius: .25rem!important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .25rem!important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .25rem!important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .25rem!important
}

.rounded-left {
    border-top-left-radius: .25rem!important
}

.rounded-circle {
    border-radius: 50%!important
}

.rounded-pill {
    border-radius: 50rem!important
}

.rounded-0 {
    border-radius: 0!important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.d-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none!important
    }
    .d-sm-inline {
        display: inline!important
    }
    .d-sm-inline-block {
        display: inline-block!important
    }
    .d-sm-block {
        display: block!important
    }
    .d-sm-table {
        display: table!important
    }
    .d-sm-table-row {
        display: table-row!important
    }
    .d-sm-table-cell {
        display: table-cell!important
    }
    .d-sm-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none!important
    }
    .d-md-inline {
        display: inline!important
    }
    .d-md-inline-block {
        display: inline-block!important
    }
    .d-md-block {
        display: block!important
    }
    .d-md-table {
        display: table!important
    }
    .d-md-table-row {
        display: table-row!important
    }
    .d-md-table-cell {
        display: table-cell!important
    }
    .d-md-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-md-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none!important
    }
    .d-lg-inline {
        display: inline!important
    }
    .d-lg-inline-block {
        display: inline-block!important
    }
    .d-lg-block {
        display: block!important
    }
    .d-lg-table {
        display: table!important
    }
    .d-lg-table-row {
        display: table-row!important
    }
    .d-lg-table-cell {
        display: table-cell!important
    }
    .d-lg-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none!important
    }
    .d-xl-inline {
        display: inline!important
    }
    .d-xl-inline-block {
        display: inline-block!important
    }
    .d-xl-block {
        display: block!important
    }
    .d-xl-table {
        display: table!important
    }
    .d-xl-table-row {
        display: table-row!important
    }
    .d-xl-table-cell {
        display: table-cell!important
    }
    .d-xl-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media print {
    .d-print-none {
        display: none!important
    }
    .d-print-inline {
        display: inline!important
    }
    .d-print-inline-block {
        display: inline-block!important
    }
    .d-print-block {
        display: block!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: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-print-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.85714286%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-3by4:before {
    padding-top: 133.33333333%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
}

.flex-column,
.flex-row {
    -webkit-box-direction: normal!important
}

.flex-column {
    -webkit-box-orient: vertical!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}

.flex-column-reverse,
.flex-row-reverse {
    -webkit-box-direction: reverse!important
}

.flex-column-reverse {
    -webkit-box-orient: vertical!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
}

.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
}

.flex-fill {
    -webkit-box-flex: 1!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
}

.flex-grow-0 {
    -webkit-box-flex: 0!important;
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
}

.flex-grow-1 {
    -webkit-box-flex: 1!important;
    -ms-flex-positive: 1!important;
    flex-grow: 1!important
}

.flex-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important
}

.flex-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important
}

.justify-content-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}

.justify-content-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}

.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}

.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}

.align-items-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.align-items-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.align-items-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
}

.align-items-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
}

.align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
}

.align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
}

.align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
}

.align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
}

.align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
}

.align-self-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
}

.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
}

.align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
}

.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
}

.align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
}

.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
}

@media (min-width:576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-sm-column,
    .flex-sm-row {
        -webkit-box-direction: normal!important
    }
    .flex-sm-column {
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-sm-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-sm-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-sm-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-sm-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-sm-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-sm-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-sm-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-md-column,
    .flex-md-row {
        -webkit-box-direction: normal!important
    }
    .flex-md-column {
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-md-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-md-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-md-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-md-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-md-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-md-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-md-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-md-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-md-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-md-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-md-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-md-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-lg-column,
    .flex-lg-row {
        -webkit-box-direction: normal!important
    }
    .flex-lg-column {
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-lg-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-lg-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-lg-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-lg-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-lg-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-lg-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-lg-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-lg-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-xl-column,
    .flex-xl-row {
        -webkit-box-direction: normal!important
    }
    .flex-xl-column {
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-xl-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-xl-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-xl-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-xl-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-xl-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-xl-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-xl-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-none {
    float: none!important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left!important
    }
    .float-sm-right {
        float: right!important
    }
    .float-sm-none {
        float: none!important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left!important
    }
    .float-md-right {
        float: right!important
    }
    .float-md-none {
        float: none!important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left!important
    }
    .float-lg-right {
        float: right!important
    }
    .float-lg-none {
        float: none!important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left!important
    }
    .float-xl-right {
        float: right!important
    }
    .float-xl-none {
        float: none!important
    }
}

.overflow-auto {
    overflow: auto!important
}

.overflow-hidden {
    overflow: hidden!important
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: -webkit-sticky!important;
    position: sticky!important
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    white-space: nowrap
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    white-space: normal
}

.shadow-sm {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important
}

.shadow-none {
    -webkit-box-shadow: none!important;
    box-shadow: none!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
}

.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
}

.mw-100 {
    max-width: 100%!important
}

.mh-100 {
    max-height: 100%!important
}

.min-vw-100 {
    min-width: 100vw!important
}

.min-vh-100 {
    min-height: 100vh!important
}

.vw-100 {
    width: 100vw!important
}

.vh-100 {
    height: 100vh!important
}

.m-0 {
    margin: 0!important
}

.mt-0,
.my-0 {
    margin-top: 0!important
}

.mr-0,
.mx-0 {
    margin-right: 0!important
}

.mb-0,
.my-0 {
    margin-bottom: 0!important
}

.ml-0,
.mx-0 {
    margin-left: 0!important
}

.m-1 {
    margin: .25rem!important
}

.mt-1,
.my-1 {
    margin-top: .25rem!important
}

.mr-1,
.mx-1 {
    margin-right: .25rem!important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem!important
}

.ml-1,
.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,
.my-2 {
    margin-top: .5rem!important
}

.mr-2,
.mx-2 {
    margin-right: .5rem!important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,
.mx-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.mt-3,
.my-3 {
    margin-top: 1rem!important
}

.mr-3,
.mx-3 {
    margin-right: 1rem!important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem!important
}

.ml-3,
.mx-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem!important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem!important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.mt-5,
.my-5 {
    margin-top: 3rem!important
}

.mr-5,
.mx-5 {
    margin-right: 3rem!important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem!important
}

.ml-5,
.mx-5 {
    margin-left: 3rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0,
.py-0 {
    padding-top: 0!important
}

.pr-0,
.px-0 {
    padding-right: 0!important
}

.pb-0,
.py-0 {
    padding-bottom: 0!important
}

.pl-0,
.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1,
.py-1 {
    padding-top: .25rem!important
}

.pr-1,
.px-1 {
    padding-right: .25rem!important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,
.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2,
.py-2 {
    padding-top: .5rem!important
}

.pr-2,
.px-2 {
    padding-right: .5rem!important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,
.px-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3,
.py-3 {
    padding-top: 1rem!important
}

.pr-3,
.px-3 {
    padding-right: 1rem!important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem!important
}

.pl-3,
.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem!important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem!important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem!important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5,
.py-5 {
    padding-top: 3rem!important
}

.pr-5,
.px-5 {
    padding-right: 3rem!important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem!important
}

.pl-5,
.px-5 {
    padding-left: 3rem!important
}

.m-n1 {
    margin: -.25rem!important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem!important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem!important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem!important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem!important
}

.m-n2 {
    margin: -.5rem!important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem!important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem!important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem!important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem!important
}

.m-n3 {
    margin: -1rem!important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem!important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem!important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem!important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem!important
}

.m-n4 {
    margin: -1.5rem!important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem!important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem!important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem!important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem!important
}

.m-n5 {
    margin: -3rem!important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem!important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem!important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem!important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem!important
}

.m-auto {
    margin: auto!important
}

.mt-auto,
.my-auto {
    margin-top: auto!important
}

.mr-auto,
.mx-auto {
    margin-right: auto!important
}

.mb-auto,
.my-auto {
    margin-bottom: auto!important
}

.ml-auto,
.mx-auto {
    margin-left: auto!important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0!important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0!important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0!important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0!important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0!important
    }
    .m-sm-1 {
        margin: .25rem!important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem!important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem!important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem!important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem!important
    }
    .m-sm-2 {
        margin: .5rem!important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem!important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem!important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem!important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem!important
    }
    .m-sm-3 {
        margin: 1rem!important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem!important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem!important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem!important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem!important
    }
    .m-sm-4 {
        margin: 1.5rem!important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem!important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem!important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem!important
    }
    .m-sm-5 {
        margin: 3rem!important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem!important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem!important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem!important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem!important
    }
    .p-sm-0 {
        padding: 0!important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0!important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0!important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0!important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0!important
    }
    .p-sm-1 {
        padding: .25rem!important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem!important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem!important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem!important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem!important
    }
    .p-sm-2 {
        padding: .5rem!important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem!important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem!important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem!important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem!important
    }
    .p-sm-3 {
        padding: 1rem!important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem!important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem!important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem!important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem!important
    }
    .p-sm-4 {
        padding: 1.5rem!important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem!important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem!important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem!important
    }
    .p-sm-5 {
        padding: 3rem!important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem!important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem!important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem!important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem!important
    }
    .m-sm-n1 {
        margin: -.25rem!important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem!important
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem!important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem!important
    }
    .m-sm-n2 {
        margin: -.5rem!important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem!important
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem!important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem!important
    }
    .m-sm-n3 {
        margin: -1rem!important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem!important
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem!important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem!important
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem!important
    }
    .m-sm-n4 {
        margin: -1.5rem!important
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem!important
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem!important
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem!important
    }
    .m-sm-n5 {
        margin: -3rem!important
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem!important
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem!important
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem!important
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem!important
    }
    .m-sm-auto {
        margin: auto!important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto!important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto!important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto!important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto!important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0!important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0!important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0!important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0!important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0!important
    }
    .m-md-1 {
        margin: .25rem!important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem!important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem!important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem!important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem!important
    }
    .m-md-2 {
        margin: .5rem!important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem!important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem!important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem!important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem!important
    }
    .m-md-3 {
        margin: 1rem!important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem!important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem!important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem!important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem!important
    }
    .m-md-4 {
        margin: 1.5rem!important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem!important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem!important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem!important
    }
    .m-md-5 {
        margin: 3rem!important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem!important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem!important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem!important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem!important
    }
    .p-md-0 {
        padding: 0!important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0!important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0!important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0!important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0!important
    }
    .p-md-1 {
        padding: .25rem!important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem!important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem!important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem!important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem!important
    }
    .p-md-2 {
        padding: .5rem!important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem!important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem!important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem!important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem!important
    }
    .p-md-3 {
        padding: 1rem!important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem!important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem!important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem!important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem!important
    }
    .p-md-4 {
        padding: 1.5rem!important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem!important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem!important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem!important
    }
    .p-md-5 {
        padding: 3rem!important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem!important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem!important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem!important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem!important
    }
    .m-md-n1 {
        margin: -.25rem!important
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem!important
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem!important
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem!important
    }
    .m-md-n2 {
        margin: -.5rem!important
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem!important
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem!important
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem!important
    }
    .m-md-n3 {
        margin: -1rem!important
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem!important
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem!important
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem!important
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem!important
    }
    .m-md-n4 {
        margin: -1.5rem!important
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem!important
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem!important
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem!important
    }
    .m-md-n5 {
        margin: -3rem!important
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem!important
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem!important
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem!important
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem!important
    }
    .m-md-auto {
        margin: auto!important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto!important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto!important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto!important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto!important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0!important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0!important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0!important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0!important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0!important
    }
    .m-lg-1 {
        margin: .25rem!important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem!important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem!important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem!important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem!important
    }
    .m-lg-2 {
        margin: .5rem!important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem!important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem!important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem!important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem!important
    }
    .m-lg-3 {
        margin: 1rem!important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem!important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem!important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem!important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem!important
    }
    .m-lg-4 {
        margin: 1.5rem!important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem!important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem!important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem!important
    }
    .m-lg-5 {
        margin: 3rem!important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem!important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem!important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem!important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem!important
    }
    .p-lg-0 {
        padding: 0!important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0!important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0!important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0!important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0!important
    }
    .p-lg-1 {
        padding: .25rem!important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem!important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem!important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem!important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem!important
    }
    .p-lg-2 {
        padding: .5rem!important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem!important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem!important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem!important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem!important
    }
    .p-lg-3 {
        padding: 1rem!important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem!important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem!important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem!important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem!important
    }
    .p-lg-4 {
        padding: 1.5rem!important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem!important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem!important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem!important
    }
    .p-lg-5 {
        padding: 3rem!important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem!important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem!important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem!important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem!important
    }
    .m-lg-n1 {
        margin: -.25rem!important
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem!important
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem!important
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem!important
    }
    .m-lg-n2 {
        margin: -.5rem!important
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem!important
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem!important
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem!important
    }
    .m-lg-n3 {
        margin: -1rem!important
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem!important
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem!important
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem!important
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem!important
    }
    .m-lg-n4 {
        margin: -1.5rem!important
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem!important
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem!important
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem!important
    }
    .m-lg-n5 {
        margin: -3rem!important
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem!important
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem!important
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem!important
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem!important
    }
    .m-lg-auto {
        margin: auto!important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto!important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto!important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto!important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto!important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0!important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0!important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0!important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0!important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0!important
    }
    .m-xl-1 {
        margin: .25rem!important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem!important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem!important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem!important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem!important
    }
    .m-xl-2 {
        margin: .5rem!important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem!important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem!important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem!important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem!important
    }
    .m-xl-3 {
        margin: 1rem!important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem!important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem!important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem!important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem!important
    }
    .m-xl-4 {
        margin: 1.5rem!important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem!important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem!important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem!important
    }
    .m-xl-5 {
        margin: 3rem!important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem!important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem!important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem!important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem!important
    }
    .p-xl-0 {
        padding: 0!important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0!important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0!important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0!important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0!important
    }
    .p-xl-1 {
        padding: .25rem!important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem!important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem!important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem!important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem!important
    }
    .p-xl-2 {
        padding: .5rem!important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem!important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem!important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem!important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem!important
    }
    .p-xl-3 {
        padding: 1rem!important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem!important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem!important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem!important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem!important
    }
    .p-xl-4 {
        padding: 1.5rem!important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem!important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem!important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem!important
    }
    .p-xl-5 {
        padding: 3rem!important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem!important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem!important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem!important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem!important
    }
    .m-xl-n1 {
        margin: -.25rem!important
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem!important
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem!important
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem!important
    }
    .m-xl-n2 {
        margin: -.5rem!important
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem!important
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem!important
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem!important
    }
    .m-xl-n3 {
        margin: -1rem!important
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem!important
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem!important
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem!important
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem!important
    }
    .m-xl-n4 {
        margin: -1.5rem!important
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem!important
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem!important
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem!important
    }
    .m-xl-n5 {
        margin: -3rem!important
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem!important
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem!important
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem!important
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem!important
    }
    .m-xl-auto {
        margin: auto!important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto!important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto!important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto!important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto!important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

.text-justify {
    text-align: justify!important
}

.text-wrap {
    white-space: normal!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left!important
    }
    .text-sm-right {
        text-align: right!important
    }
    .text-sm-center {
        text-align: center!important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left!important
    }
    .text-md-right {
        text-align: right!important
    }
    .text-md-center {
        text-align: center!important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left!important
    }
    .text-lg-right {
        text-align: right!important
    }
    .text-lg-center {
        text-align: center!important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left!important
    }
    .text-xl-right {
        text-align: right!important
    }
    .text-xl-center {
        text-align: center!important
    }
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.font-weight-light {
    font-weight: 300!important
}

.font-weight-lighter {
    font-weight: lighter!important
}

.font-weight-normal {
    font-weight: 400!important
}

.font-weight-bold {
    font-weight: 700!important
}

.font-weight-bolder {
    font-weight: bolder!important
}

.font-italic {
    font-style: italic!important
}

.text-white {
    color: #fff!important
}

.text-primary {
    color: #3490dc!important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #1d68a7!important
}

.text-secondary {
    color: #6c757d!important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54!important
}

.text-success {
    color: #38c172!important
}

a.text-success:focus,
a.text-success:hover {
    color: #27864f!important
}

.text-info {
    color: #6cb2eb!important
}

a.text-info:focus,
a.text-info:hover {
    color: #298fe2!important
}

.text-warning {
    color: #ffed4a!important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #fde300!important
}

.text-danger {
    color: #e3342f!important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #ae1c17!important
}

.text-light {
    color: #f8f9fa!important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da!important
}

.text-dark {
    color: #343a40!important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416!important
}

.text-body {
    color: #212529!important
}

.text-muted {
    color: #6c757d!important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5)!important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5)!important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none!important
}

.text-reset {
    color: inherit!important
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

@media print {
    *,
    :after,
    :before {
        text-shadow: none!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap!important
    }
    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    .container,
    body {
        min-width: 992px!important
    }
    .navbar {
        display: none
    }
    .badge {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6!important
    }
    .table-dark {
        color: inherit
    }
    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}


/*!
 * Font Awesome Free 5.6.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

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

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

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

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

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.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(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

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

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

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

.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

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

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

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

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

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

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

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\F26E"
}

.fa-accessible-icon:before {
    content: "\F368"
}

.fa-accusoft:before {
    content: "\F369"
}

.fa-acquisitions-incorporated:before {
    content: "\F6AF"
}

.fa-ad:before {
    content: "\F641"
}

.fa-address-book:before {
    content: "\F2B9"
}

.fa-address-card:before {
    content: "\F2BB"
}

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

.fa-adn:before {
    content: "\F170"
}

.fa-adobe:before {
    content: "\F778"
}

.fa-adversal:before {
    content: "\F36A"
}

.fa-affiliatetheme:before {
    content: "\F36B"
}

.fa-air-freshener:before {
    content: "\F5D0"
}

.fa-algolia:before {
    content: "\F36C"
}

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

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

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

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

.fa-alipay:before {
    content: "\F642"
}

.fa-allergies:before {
    content: "\F461"
}

.fa-amazon:before {
    content: "\F270"
}

.fa-amazon-pay:before {
    content: "\F42C"
}

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

.fa-american-sign-language-interpreting:before {
    content: "\F2A3"
}

.fa-amilia:before {
    content: "\F36D"
}

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

.fa-android:before {
    content: "\F17B"
}

.fa-angellist:before {
    content: "\F209"
}

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

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

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

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

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

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

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

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

.fa-angry:before {
    content: "\F556"
}

.fa-angrycreative:before {
    content: "\F36E"
}

.fa-angular:before {
    content: "\F420"
}

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

.fa-app-store:before {
    content: "\F36F"
}

.fa-app-store-ios:before {
    content: "\F370"
}

.fa-apper:before {
    content: "\F371"
}

.fa-apple:before {
    content: "\F179"
}

.fa-apple-alt:before {
    content: "\F5D1"
}

.fa-apple-pay:before {
    content: "\F415"
}

.fa-archive:before {
    content: "\F187"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-artstation:before {
    content: "\F77A"
}

.fa-assistive-listening-systems:before {
    content: "\F2A2"
}

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

.fa-asymmetrik:before {
    content: "\F372"
}

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

.fa-atlas:before {
    content: "\F558"
}

.fa-atlassian:before {
    content: "\F77B"
}

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

.fa-audible:before {
    content: "\F373"
}

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

.fa-autoprefixer:before {
    content: "\F41C"
}

.fa-avianex:before {
    content: "\F374"
}

.fa-aviato:before {
    content: "\F421"
}

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

.fa-aws:before {
    content: "\F375"
}

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

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

.fa-backspace:before {
    content: "\F55A"
}

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

.fa-balance-scale:before {
    content: "\F24E"
}

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

.fa-band-aid:before {
    content: "\F462"
}

.fa-bandcamp:before {
    content: "\F2D5"
}

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

.fa-bars:before {
    content: "\F0C9"
}

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

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

.fa-bath:before {
    content: "\F2CD"
}

.fa-battery-empty:before {
    content: "\F244"
}

.fa-battery-full:before {
    content: "\F240"
}

.fa-battery-half:before {
    content: "\F242"
}

.fa-battery-quarter:before {
    content: "\F243"
}

.fa-battery-three-quarters:before {
    content: "\F241"
}

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

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

.fa-behance:before {
    content: "\F1B4"
}

.fa-behance-square:before {
    content: "\F1B5"
}

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

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

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

.fa-bible:before {
    content: "\F647"
}

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

.fa-bimobject:before {
    content: "\F378"
}

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

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

.fa-birthday-cake:before {
    content: "\F1FD"
}

.fa-bitbucket:before {
    content: "\F171"
}

.fa-bitcoin:before {
    content: "\F379"
}

.fa-bity:before {
    content: "\F37A"
}

.fa-black-tie:before {
    content: "\F27E"
}

.fa-blackberry:before {
    content: "\F37B"
}

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

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

.fa-blind:before {
    content: "\F29D"
}

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

.fa-blogger:before {
    content: "\F37C"
}

.fa-blogger-b:before {
    content: "\F37D"
}

.fa-bluetooth:before {
    content: "\F293"
}

.fa-bluetooth-b:before {
    content: "\F294"
}

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

.fa-bolt:before {
    content: "\F0E7"
}

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

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

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

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

.fa-book-dead:before {
    content: "\F6B7"
}

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

.fa-book-reader:before {
    content: "\F5DA"
}

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

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

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

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

.fa-boxes:before {
    content: "\F468"
}

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

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

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

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

.fa-broadcast-tower:before {
    content: "\F519"
}

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

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

.fa-btc:before {
    content: "\F15A"
}

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

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

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

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

.fa-burn:before {
    content: "\F46A"
}

.fa-buromobelexperte:before {
    content: "\F37F"
}

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

.fa-bus-alt:before {
    content: "\F55E"
}

.fa-business-time:before {
    content: "\F64A"
}

.fa-buysellads:before {
    content: "\F20D"
}

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

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

.fa-calendar-alt:before {
    content: "\F073"
}

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

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

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

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

.fa-calendar-times:before {
    content: "\F273"
}

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

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

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

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

.fa-canadian-maple-leaf:before {
    content: "\F785"
}

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

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

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

.fa-car:before {
    content: "\F1B9"
}

.fa-car-alt:before {
    content: "\F5DE"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-cc-amazon-pay:before {
    content: "\F42D"
}

.fa-cc-amex:before {
    content: "\F1F3"
}

.fa-cc-apple-pay:before {
    content: "\F416"
}

.fa-cc-diners-club:before {
    content: "\F24C"
}

.fa-cc-discover:before {
    content: "\F1F2"
}

.fa-cc-jcb:before {
    content: "\F24B"
}

.fa-cc-mastercard:before {
    content: "\F1F1"
}

.fa-cc-paypal:before {
    content: "\F1F4"
}

.fa-cc-stripe:before {
    content: "\F1F5"
}

.fa-cc-visa:before {
    content: "\F1F0"
}

.fa-centercode:before {
    content: "\F380"
}

.fa-centos:before {
    content: "\F789"
}

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

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

.fa-chalkboard:before {
    content: "\F51B"
}

.fa-chalkboard-teacher:before {
    content: "\F51C"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-chrome:before {
    content: "\F268"
}

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

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

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

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

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

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

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

.fa-clock:before {
    content: "\F017"
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-cloudscale:before {
    content: "\F383"
}

.fa-cloudsmith:before {
    content: "\F384"
}

.fa-cloudversify:before {
    content: "\F385"
}

.fa-cocktail:before {
    content: "\F561"
}

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

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

.fa-codepen:before {
    content: "\F1CB"
}

.fa-codiepie:before {
    content: "\F284"
}

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

.fa-cog:before {
    content: "\F013"
}

.fa-cogs:before {
    content: "\F085"
}

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

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

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

.fa-comment-alt:before {
    content: "\F27A"
}

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

.fa-comment-dots:before {
    content: "\F4AD"
}

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

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

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

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

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

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

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

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

.fa-confluence:before {
    content: "\F78D"
}

.fa-connectdevelop:before {
    content: "\F20E"
}

.fa-contao:before {
    content: "\F26D"
}

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

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

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

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

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

.fa-cpanel:before {
    content: "\F388"
}

.fa-creative-commons:before {
    content: "\F25E"
}

.fa-creative-commons-by:before {
    content: "\F4E7"
}

.fa-creative-commons-nc:before {
    content: "\F4E8"
}

.fa-creative-commons-nc-eu:before {
    content: "\F4E9"
}

.fa-creative-commons-nc-jp:before {
    content: "\F4EA"
}

.fa-creative-commons-nd:before {
    content: "\F4EB"
}

.fa-creative-commons-pd:before {
    content: "\F4EC"
}

.fa-creative-commons-pd-alt:before {
    content: "\F4ED"
}

.fa-creative-commons-remix:before {
    content: "\F4EE"
}

.fa-creative-commons-sa:before {
    content: "\F4EF"
}

.fa-creative-commons-sampling:before {
    content: "\F4F0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\F4F1"
}

.fa-creative-commons-share:before {
    content: "\F4F2"
}

.fa-creative-commons-zero:before {
    content: "\F4F3"
}

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

.fa-critical-role:before {
    content: "\F6C9"
}

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

.fa-crop-alt:before {
    content: "\F565"
}

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

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

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

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

.fa-css3:before {
    content: "\F13C"
}

.fa-css3-alt:before {
    content: "\F38B"
}

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

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

.fa-cut:before {
    content: "\F0C4"
}

.fa-cuttlefish:before {
    content: "\F38C"
}

.fa-d-and-d:before {
    content: "\F38D"
}

.fa-d-and-d-beyond:before {
    content: "\F6CA"
}

.fa-dashcube:before {
    content: "\F210"
}

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

.fa-deaf:before {
    content: "\F2A4"
}

.fa-delicious:before {
    content: "\F1A5"
}

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

.fa-deploydog:before {
    content: "\F38E"
}

.fa-deskpro:before {
    content: "\F38F"
}

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

.fa-dev:before {
    content: "\F6CC"
}

.fa-deviantart:before {
    content: "\F1BD"
}

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

.fa-dhl:before {
    content: "\F790"
}

.fa-diagnoses:before {
    content: "\F470"
}

.fa-diaspora:before {
    content: "\F791"
}

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

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

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

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

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

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

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

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

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

.fa-digg:before {
    content: "\F1A6"
}

.fa-digital-ocean:before {
    content: "\F391"
}

.fa-digital-tachograph:before {
    content: "\F566"
}

.fa-directions:before {
    content: "\F5EB"
}

.fa-discord:before {
    content: "\F392"
}

.fa-discourse:before {
    content: "\F393"
}

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

.fa-dizzy:before {
    content: "\F567"
}

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

.fa-dochub:before {
    content: "\F394"
}

.fa-docker:before {
    content: "\F395"
}

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

.fa-dollar-sign:before {
    content: "\F155"
}

.fa-dolly:before {
    content: "\F472"
}

.fa-dolly-flatbed:before {
    content: "\F474"
}

.fa-donate:before {
    content: "\F4B9"
}

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

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

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

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

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

.fa-draft2digital:before {
    content: "\F396"
}

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

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

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

.fa-dribbble:before {
    content: "\F17D"
}

.fa-dribbble-square:before {
    content: "\F397"
}

.fa-dropbox:before {
    content: "\F16B"
}

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

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

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

.fa-drupal:before {
    content: "\F1A9"
}

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

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

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

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

.fa-dyalog:before {
    content: "\F399"
}

.fa-earlybirds:before {
    content: "\F39A"
}

.fa-ebay:before {
    content: "\F4F4"
}

.fa-edge:before {
    content: "\F282"
}

.fa-edit:before {
    content: "\F044"
}

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

.fa-elementor:before {
    content: "\F430"
}

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

.fa-ellipsis-v:before {
    content: "\F142"
}

.fa-ello:before {
    content: "\F5F1"
}

.fa-ember:before {
    content: "\F423"
}

.fa-empire:before {
    content: "\F1D1"
}

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

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

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

.fa-envelope-square:before {
    content: "\F199"
}

.fa-envira:before {
    content: "\F299"
}

.fa-equals:before {
    content: "\F52C"
}

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

.fa-erlang:before {
    content: "\F39D"
}

.fa-ethereum:before {
    content: "\F42E"
}

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

.fa-etsy:before {
    content: "\F2D7"
}

.fa-euro-sign:before {
    content: "\F153"
}

.fa-exchange-alt:before {
    content: "\F362"
}

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

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

.fa-exclamation-triangle:before {
    content: "\F071"
}

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

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

.fa-expeditedssl:before {
    content: "\F23E"
}

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

.fa-external-link-square-alt:before {
    content: "\F360"
}

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

.fa-eye-dropper:before {
    content: "\F1FB"
}

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

.fa-facebook:before {
    content: "\F09A"
}

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

.fa-facebook-messenger:before {
    content: "\F39F"
}

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

.fa-fantasy-flight-games:before {
    content: "\F6DC"
}

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

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

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

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

.fa-feather-alt:before {
    content: "\F56B"
}

.fa-fedex:before {
    content: "\F797"
}

.fa-fedora:before {
    content: "\F798"
}

.fa-female:before {
    content: "\F182"
}

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

.fa-figma:before {
    content: "\F799"
}

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

.fa-file-alt:before {
    content: "\F15C"
}

.fa-file-archive:before {
    content: "\F1C6"
}

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

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

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

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

.fa-file-download:before {
    content: "\F56D"
}

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

.fa-file-export:before {
    content: "\F56E"
}

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

.fa-file-import:before {
    content: "\F56F"
}

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

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

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

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

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

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

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

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

.fa-file-upload:before {
    content: "\F574"
}

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

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

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

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

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

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

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

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

.fa-fire-alt:before {
    content: "\F7E4"
}

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

.fa-firefox:before {
    content: "\F269"
}

.fa-first-aid:before {
    content: "\F479"
}

.fa-first-order:before {
    content: "\F2B0"
}

.fa-first-order-alt:before {
    content: "\F50A"
}

.fa-firstdraft:before {
    content: "\F3A1"
}

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

.fa-fist-raised:before {
    content: "\F6DE"
}

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

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

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

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

.fa-flickr:before {
    content: "\F16E"
}

.fa-flipboard:before {
    content: "\F44D"
}

.fa-flushed:before {
    content: "\F579"
}

.fa-fly:before {
    content: "\F417"
}

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

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

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

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

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

.fa-font-awesome:before {
    content: "\F2B4"
}

.fa-font-awesome-alt:before {
    content: "\F35C"
}

.fa-font-awesome-flag:before {
    content: "\F425"
}

.fa-font-awesome-logo-full:before {
    content: "\F4E6"
}

.fa-fonticons:before {
    content: "\F280"
}

.fa-fonticons-fi:before {
    content: "\F3A2"
}

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

.fa-fort-awesome:before {
    content: "\F286"
}

.fa-fort-awesome-alt:before {
    content: "\F3A3"
}

.fa-forumbee:before {
    content: "\F211"
}

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

.fa-foursquare:before {
    content: "\F180"
}

.fa-free-code-camp:before {
    content: "\F2C5"
}

.fa-freebsd:before {
    content: "\F3A4"
}

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

.fa-frown:before {
    content: "\F119"
}

.fa-frown-open:before {
    content: "\F57A"
}

.fa-fulcrum:before {
    content: "\F50B"
}

.fa-funnel-dollar:before {
    content: "\F662"
}

.fa-futbol:before {
    content: "\F1E3"
}

.fa-galactic-republic:before {
    content: "\F50C"
}

.fa-galactic-senate:before {
    content: "\F50D"
}

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

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

.fa-gavel:before {
    content: "\F0E3"
}

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

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

.fa-get-pocket:before {
    content: "\F265"
}

.fa-gg:before {
    content: "\F260"
}

.fa-gg-circle:before {
    content: "\F261"
}

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

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

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

.fa-git:before {
    content: "\F1D3"
}

.fa-git-square:before {
    content: "\F1D2"
}

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

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

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

.fa-gitkraken:before {
    content: "\F3A6"
}

.fa-gitlab:before {
    content: "\F296"
}

.fa-gitter:before {
    content: "\F426"
}

.fa-glass-cheers:before {
    content: "\F79F"
}

.fa-glass-martini:before {
    content: "\F000"
}

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

.fa-glass-whiskey:before {
    content: "\F7A0"
}

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

.fa-glide:before {
    content: "\F2A5"
}

.fa-glide-g:before {
    content: "\F2A6"
}

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

.fa-globe-africa:before {
    content: "\F57C"
}

.fa-globe-americas:before {
    content: "\F57D"
}

.fa-globe-asia:before {
    content: "\F57E"
}

.fa-globe-europe:before {
    content: "\F7A2"
}

.fa-gofore:before {
    content: "\F3A7"
}

.fa-golf-ball:before {
    content: "\F450"
}

.fa-goodreads:before {
    content: "\F3A8"
}

.fa-goodreads-g:before {
    content: "\F3A9"
}

.fa-google:before {
    content: "\F1A0"
}

.fa-google-drive:before {
    content: "\F3AA"
}

.fa-google-play:before {
    content: "\F3AB"
}

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

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

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

.fa-google-wallet:before {
    content: "\F1EE"
}

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

.fa-graduation-cap:before {
    content: "\F19D"
}

.fa-gratipay:before {
    content: "\F184"
}

.fa-grav:before {
    content: "\F2D6"
}

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

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

.fa-grimace:before {
    content: "\F57F"
}

.fa-grin:before {
    content: "\F580"
}

.fa-grin-alt:before {
    content: "\F581"
}

.fa-grin-beam:before {
    content: "\F582"
}

.fa-grin-beam-sweat:before {
    content: "\F583"
}

.fa-grin-hearts:before {
    content: "\F584"
}

.fa-grin-squint:before {
    content: "\F585"
}

.fa-grin-squint-tears:before {
    content: "\F586"
}

.fa-grin-stars:before {
    content: "\F587"
}

.fa-grin-tears:before {
    content: "\F588"
}

.fa-grin-tongue:before {
    content: "\F589"
}

.fa-grin-tongue-squint:before {
    content: "\F58A"
}

.fa-grin-tongue-wink:before {
    content: "\F58B"
}

.fa-grin-wink:before {
    content: "\F58C"
}

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

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

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

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

.fa-gripfire:before {
    content: "\F3AC"
}

.fa-grunt:before {
    content: "\F3AD"
}

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

.fa-gulp:before {
    content: "\F3AE"
}

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

.fa-hacker-news:before {
    content: "\F1D4"
}

.fa-hacker-news-square:before {
    content: "\F3AF"
}

.fa-hackerrank:before {
    content: "\F5F7"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-hand-rock:before {
    content: "\F255"
}

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

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

.fa-hands:before {
    content: "\F4C2"
}

.fa-hands-helping:before {
    content: "\F4C4"
}

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

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

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

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

.fa-haykal:before {
    content: "\F666"
}

.fa-hdd:before {
    content: "\F0A0"
}

.fa-heading:before {
    content: "\F1DC"
}

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

.fa-headphones-alt:before {
    content: "\F58F"
}

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

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

.fa-heart-broken:before {
    content: "\F7A9"
}

.fa-heartbeat:before {
    content: "\F21E"
}

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

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

.fa-hiking:before {
    content: "\F6EC"
}

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

.fa-hips:before {
    content: "\F452"
}

.fa-hire-a-helper:before {
    content: "\F3B0"
}

.fa-history:before {
    content: "\F1DA"
}

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

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

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

.fa-hooli:before {
    content: "\F427"
}

.fa-hornbill:before {
    content: "\F592"
}

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

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

.fa-hospital:before {
    content: "\F0F8"
}

.fa-hospital-alt:before {
    content: "\F47D"
}

.fa-hospital-symbol:before {
    content: "\F47E"
}

.fa-hot-tub:before {
    content: "\F593"
}

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

.fa-hotjar:before {
    content: "\F3B1"
}

.fa-hourglass:before {
    content: "\F254"
}

.fa-hourglass-end:before {
    content: "\F253"
}

.fa-hourglass-half:before {
    content: "\F252"
}

.fa-hourglass-start:before {
    content: "\F251"
}

.fa-house-damage:before {
    content: "\F6F1"
}

.fa-houzz:before {
    content: "\F27C"
}

.fa-hryvnia:before {
    content: "\F6F2"
}

.fa-html5:before {
    content: "\F13B"
}

.fa-hubspot:before {
    content: "\F3B2"
}

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

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

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

.fa-id-card:before {
    content: "\F2C2"
}

.fa-id-card-alt:before {
    content: "\F47F"
}

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

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

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

.fa-imdb:before {
    content: "\F2D8"
}

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

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

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

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

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

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

.fa-instagram:before {
    content: "\F16D"
}

.fa-intercom:before {
    content: "\F7AF"
}

.fa-internet-explorer:before {
    content: "\F26B"
}

.fa-invision:before {
    content: "\F7B0"
}

.fa-ioxhost:before {
    content: "\F208"
}

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

.fa-itunes:before {
    content: "\F3B4"
}

.fa-itunes-note:before {
    content: "\F3B5"
}

.fa-java:before {
    content: "\F4E4"
}

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

.fa-jedi-order:before {
    content: "\F50E"
}

.fa-jenkins:before {
    content: "\F3B6"
}

.fa-jira:before {
    content: "\F7B1"
}

.fa-joget:before {
    content: "\F3B7"
}

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

.fa-joomla:before {
    content: "\F1AA"
}

.fa-journal-whills:before {
    content: "\F66A"
}

.fa-js:before {
    content: "\F3B8"
}

.fa-js-square:before {
    content: "\F3B9"
}

.fa-jsfiddle:before {
    content: "\F1CC"
}

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

.fa-kaggle:before {
    content: "\F5FA"
}

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

.fa-keybase:before {
    content: "\F4F5"
}

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

.fa-keycdn:before {
    content: "\F3BA"
}

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

.fa-kickstarter:before {
    content: "\F3BB"
}

.fa-kickstarter-k:before {
    content: "\F3BC"
}

.fa-kiss:before {
    content: "\F596"
}

.fa-kiss-beam:before {
    content: "\F597"
}

.fa-kiss-wink-heart:before {
    content: "\F598"
}

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

.fa-korvue:before {
    content: "\F42F"
}

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

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

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

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

.fa-laravel:before {
    content: "\F3BD"
}

.fa-lastfm:before {
    content: "\F202"
}

.fa-lastfm-square:before {
    content: "\F203"
}

.fa-laugh:before {
    content: "\F599"
}

.fa-laugh-beam:before {
    content: "\F59A"
}

.fa-laugh-squint:before {
    content: "\F59B"
}

.fa-laugh-wink:before {
    content: "\F59C"
}

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

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

.fa-leanpub:before {
    content: "\F212"
}

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

.fa-less:before {
    content: "\F41D"
}

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

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

.fa-level-down-alt:before {
    content: "\F3BE"
}

.fa-level-up-alt:before {
    content: "\F3BF"
}

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

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

.fa-line:before {
    content: "\F3C0"
}

.fa-link:before {
    content: "\F0C1"
}

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

.fa-linkedin-in:before {
    content: "\F0E1"
}

.fa-linode:before {
    content: "\F2B8"
}

.fa-linux:before {
    content: "\F17C"
}

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

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

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

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

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

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

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

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

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

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

.fa-long-arrow-alt-right:before {
    content: "\F30B"
}

.fa-long-arrow-alt-up:before {
    content: "\F30C"
}

.fa-low-vision:before {
    content: "\F2A8"
}

.fa-luggage-cart:before {
    content: "\F59D"
}

.fa-lyft:before {
    content: "\F3C3"
}

.fa-magento:before {
    content: "\F3C4"
}

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

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

.fa-mail-bulk:before {
    content: "\F674"
}

.fa-mailchimp:before {
    content: "\F59E"
}

.fa-male:before {
    content: "\F183"
}

.fa-mandalorian:before {
    content: "\F50F"
}

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

.fa-map-marked:before {
    content: "\F59F"
}

.fa-map-marked-alt:before {
    content: "\F5A0"
}

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

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

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

.fa-map-signs:before {
    content: "\F277"
}

.fa-markdown:before {
    content: "\F60F"
}

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

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

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

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

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

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

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

.fa-mastodon:before {
    content: "\F4F6"
}

.fa-maxcdn:before {
    content: "\F136"
}

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

.fa-medapps:before {
    content: "\F3C6"
}

.fa-medium:before {
    content: "\F23A"
}

.fa-medium-m:before {
    content: "\F3C7"
}

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

.fa-medrt:before {
    content: "\F3C8"
}

.fa-meetup:before {
    content: "\F2E0"
}

.fa-megaport:before {
    content: "\F5A3"
}

.fa-meh:before {
    content: "\F11A"
}

.fa-meh-blank:before {
    content: "\F5A4"
}

.fa-meh-rolling-eyes:before {
    content: "\F5A5"
}

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

.fa-mendeley:before {
    content: "\F7B3"
}

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

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

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

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

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

.fa-microphone-alt:before {
    content: "\F3C9"
}

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

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

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

.fa-microsoft:before {
    content: "\F3CA"
}

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

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

.fa-minus-square:before {
    content: "\F146"
}

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

.fa-mix:before {
    content: "\F3CB"
}

.fa-mixcloud:before {
    content: "\F289"
}

.fa-mizuni:before {
    content: "\F3CC"
}

.fa-mobile:before {
    content: "\F10B"
}

.fa-mobile-alt:before {
    content: "\F3CD"
}

.fa-modx:before {
    content: "\F285"
}

.fa-monero:before {
    content: "\F3D0"
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-mouse-pointer:before {
    content: "\F245"
}

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

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

.fa-napster:before {
    content: "\F3D2"
}

.fa-neos:before {
    content: "\F612"
}

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

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

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

.fa-nimblr:before {
    content: "\F5A8"
}

.fa-nintendo-switch:before {
    content: "\F418"
}

.fa-node:before {
    content: "\F419"
}

.fa-node-js:before {
    content: "\F3D3"
}

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

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

.fa-npm:before {
    content: "\F3D4"
}

.fa-ns8:before {
    content: "\F3D5"
}

.fa-nutritionix:before {
    content: "\F3D6"
}

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

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

.fa-odnoklassniki:before {
    content: "\F263"
}

.fa-odnoklassniki-square:before {
    content: "\F264"
}

.fa-oil-can:before {
    content: "\F613"
}

.fa-old-republic:before {
    content: "\F510"
}

.fa-om:before {
    content: "\F679"
}

.fa-opencart:before {
    content: "\F23D"
}

.fa-openid:before {
    content: "\F19B"
}

.fa-opera:before {
    content: "\F26A"
}

.fa-optin-monster:before {
    content: "\F23C"
}

.fa-osi:before {
    content: "\F41A"
}

.fa-otter:before {
    content: "\F700"
}

.fa-outdent:before {
    content: "\F03B"
}

.fa-page4:before {
    content: "\F3D7"
}

.fa-pagelines:before {
    content: "\F18C"
}

.fa-paint-brush:before {
    content: "\F1FC"
}

.fa-paint-roller:before {
    content: "\F5AA"
}

.fa-palette:before {
    content: "\F53F"
}

.fa-palfed:before {
    content: "\F3D8"
}

.fa-pallet:before {
    content: "\F482"
}

.fa-paper-plane:before {
    content: "\F1D8"
}

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

.fa-parachute-box:before {
    content: "\F4CD"
}

.fa-paragraph:before {
    content: "\F1DD"
}

.fa-parking:before {
    content: "\F540"
}

.fa-passport:before {
    content: "\F5AB"
}

.fa-pastafarianism:before {
    content: "\F67B"
}

.fa-paste:before {
    content: "\F0EA"
}

.fa-patreon:before {
    content: "\F3D9"
}

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

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

.fa-paw:before {
    content: "\F1B0"
}

.fa-paypal:before {
    content: "\F1ED"
}

.fa-peace:before {
    content: "\F67C"
}

.fa-pen:before {
    content: "\F304"
}

.fa-pen-alt:before {
    content: "\F305"
}

.fa-pen-fancy:before {
    content: "\F5AC"
}

.fa-pen-nib:before {
    content: "\F5AD"
}

.fa-pen-square:before {
    content: "\F14B"
}

.fa-pencil-alt:before {
    content: "\F303"
}

.fa-pencil-ruler:before {
    content: "\F5AE"
}

.fa-penny-arcade:before {
    content: "\F704"
}

.fa-people-carry:before {
    content: "\F4CE"
}

.fa-percent:before {
    content: "\F295"
}

.fa-percentage:before {
    content: "\F541"
}

.fa-periscope:before {
    content: "\F3DA"
}

.fa-person-booth:before {
    content: "\F756"
}

.fa-phabricator:before {
    content: "\F3DB"
}

.fa-phoenix-framework:before {
    content: "\F3DC"
}

.fa-phoenix-squadron:before {
    content: "\F511"
}

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

.fa-phone-slash:before {
    content: "\F3DD"
}

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

.fa-phone-volume:before {
    content: "\F2A0"
}

.fa-php:before {
    content: "\F457"
}

.fa-pied-piper:before {
    content: "\F2AE"
}

.fa-pied-piper-alt:before {
    content: "\F1A8"
}

.fa-pied-piper-hat:before {
    content: "\F4E5"
}

.fa-pied-piper-pp:before {
    content: "\F1A7"
}

.fa-piggy-bank:before {
    content: "\F4D3"
}

.fa-pills:before {
    content: "\F484"
}

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

.fa-pinterest-p:before {
    content: "\F231"
}

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

.fa-place-of-worship:before {
    content: "\F67F"
}

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

.fa-plane-arrival:before {
    content: "\F5AF"
}

.fa-plane-departure:before {
    content: "\F5B0"
}

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

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

.fa-playstation:before {
    content: "\F3DF"
}

.fa-plug:before {
    content: "\F1E6"
}

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

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

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

.fa-podcast:before {
    content: "\F2CE"
}

.fa-poll:before {
    content: "\F681"
}

.fa-poll-h:before {
    content: "\F682"
}

.fa-poo:before {
    content: "\F2FE"
}

.fa-poo-storm:before {
    content: "\F75A"
}

.fa-poop:before {
    content: "\F619"
}

.fa-portrait:before {
    content: "\F3E0"
}

.fa-pound-sign:before {
    content: "\F154"
}

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

.fa-pray:before {
    content: "\F683"
}

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

.fa-prescription:before {
    content: "\F5B1"
}

.fa-prescription-bottle:before {
    content: "\F485"
}

.fa-prescription-bottle-alt:before {
    content: "\F486"
}

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

.fa-procedures:before {
    content: "\F487"
}

.fa-product-hunt:before {
    content: "\F288"
}

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

.fa-pushed:before {
    content: "\F3E1"
}

.fa-puzzle-piece:before {
    content: "\F12E"
}

.fa-python:before {
    content: "\F3E2"
}

.fa-qq:before {
    content: "\F1D6"
}

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

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

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

.fa-quidditch:before {
    content: "\F458"
}

.fa-quinscape:before {
    content: "\F459"
}

.fa-quora:before {
    content: "\F2C4"
}

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

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

.fa-quran:before {
    content: "\F687"
}

.fa-r-project:before {
    content: "\F4F7"
}

.fa-radiation:before {
    content: "\F7B9"
}

.fa-radiation-alt:before {
    content: "\F7BA"
}

.fa-rainbow:before {
    content: "\F75B"
}

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

.fa-raspberry-pi:before {
    content: "\F7BB"
}

.fa-ravelry:before {
    content: "\F2D9"
}

.fa-react:before {
    content: "\F41B"
}

.fa-reacteurope:before {
    content: "\F75D"
}

.fa-readme:before {
    content: "\F4D5"
}

.fa-rebel:before {
    content: "\F1D0"
}

.fa-receipt:before {
    content: "\F543"
}

.fa-recycle:before {
    content: "\F1B8"
}

.fa-red-river:before {
    content: "\F3E3"
}

.fa-reddit:before {
    content: "\F1A1"
}

.fa-reddit-alien:before {
    content: "\F281"
}

.fa-reddit-square:before {
    content: "\F1A2"
}

.fa-redhat:before {
    content: "\F7BC"
}

.fa-redo:before {
    content: "\F01E"
}

.fa-redo-alt:before {
    content: "\F2F9"
}

.fa-registered:before {
    content: "\F25D"
}

.fa-renren:before {
    content: "\F18B"
}

.fa-reply:before {
    content: "\F3E5"
}

.fa-reply-all:before {
    content: "\F122"
}

.fa-replyd:before {
    content: "\F3E6"
}

.fa-republican:before {
    content: "\F75E"
}

.fa-researchgate:before {
    content: "\F4F8"
}

.fa-resolving:before {
    content: "\F3E7"
}

.fa-restroom:before {
    content: "\F7BD"
}

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

.fa-rev:before {
    content: "\F5B2"
}

.fa-ribbon:before {
    content: "\F4D6"
}

.fa-ring:before {
    content: "\F70B"
}

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

.fa-robot:before {
    content: "\F544"
}

.fa-rocket:before {
    content: "\F135"
}

.fa-rocketchat:before {
    content: "\F3E8"
}

.fa-rockrms:before {
    content: "\F3E9"
}

.fa-route:before {
    content: "\F4D7"
}

.fa-rss:before {
    content: "\F09E"
}

.fa-rss-square:before {
    content: "\F143"
}

.fa-ruble-sign:before {
    content: "\F158"
}

.fa-ruler:before {
    content: "\F545"
}

.fa-ruler-combined:before {
    content: "\F546"
}

.fa-ruler-horizontal:before {
    content: "\F547"
}

.fa-ruler-vertical:before {
    content: "\F548"
}

.fa-running:before {
    content: "\F70C"
}

.fa-rupee-sign:before {
    content: "\F156"
}

.fa-sad-cry:before {
    content: "\F5B3"
}

.fa-sad-tear:before {
    content: "\F5B4"
}

.fa-safari:before {
    content: "\F267"
}

.fa-sass:before {
    content: "\F41E"
}

.fa-satellite:before {
    content: "\F7BF"
}

.fa-satellite-dish:before {
    content: "\F7C0"
}

.fa-save:before {
    content: "\F0C7"
}

.fa-schlix:before {
    content: "\F3EA"
}

.fa-school:before {
    content: "\F549"
}

.fa-screwdriver:before {
    content: "\F54A"
}

.fa-scribd:before {
    content: "\F28A"
}

.fa-scroll:before {
    content: "\F70E"
}

.fa-sd-card:before {
    content: "\F7C2"
}

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

.fa-search-dollar:before {
    content: "\F688"
}

.fa-search-location:before {
    content: "\F689"
}

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

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

.fa-searchengin:before {
    content: "\F3EB"
}

.fa-seedling:before {
    content: "\F4D8"
}

.fa-sellcast:before {
    content: "\F2DA"
}

.fa-sellsy:before {
    content: "\F213"
}

.fa-server:before {
    content: "\F233"
}

.fa-servicestack:before {
    content: "\F3EC"
}

.fa-shapes:before {
    content: "\F61F"
}

.fa-share:before {
    content: "\F064"
}

.fa-share-alt:before {
    content: "\F1E0"
}

.fa-share-alt-square:before {
    content: "\F1E1"
}

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

.fa-shekel-sign:before {
    content: "\F20B"
}

.fa-shield-alt:before {
    content: "\F3ED"
}

.fa-ship:before {
    content: "\F21A"
}

.fa-shipping-fast:before {
    content: "\F48B"
}

.fa-shirtsinbulk:before {
    content: "\F214"
}

.fa-shoe-prints:before {
    content: "\F54B"
}

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

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

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

.fa-shopware:before {
    content: "\F5B5"
}

.fa-shower:before {
    content: "\F2CC"
}

.fa-shuttle-van:before {
    content: "\F5B6"
}

.fa-sign:before {
    content: "\F4D9"
}

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

.fa-sign-language:before {
    content: "\F2A7"
}

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

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

.fa-signature:before {
    content: "\F5B7"
}

.fa-sim-card:before {
    content: "\F7C4"
}

.fa-simplybuilt:before {
    content: "\F215"
}

.fa-sistrix:before {
    content: "\F3EE"
}

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

.fa-sith:before {
    content: "\F512"
}

.fa-skating:before {
    content: "\F7C5"
}

.fa-sketch:before {
    content: "\F7C6"
}

.fa-skiing:before {
    content: "\F7C9"
}

.fa-skiing-nordic:before {
    content: "\F7CA"
}

.fa-skull:before {
    content: "\F54C"
}

.fa-skull-crossbones:before {
    content: "\F714"
}

.fa-skyatlas:before {
    content: "\F216"
}

.fa-skype:before {
    content: "\F17E"
}

.fa-slack:before {
    content: "\F198"
}

.fa-slack-hash:before {
    content: "\F3EF"
}

.fa-slash:before {
    content: "\F715"
}

.fa-sleigh:before {
    content: "\F7CC"
}

.fa-sliders-h:before {
    content: "\F1DE"
}

.fa-slideshare:before {
    content: "\F1E7"
}

.fa-smile:before {
    content: "\F118"
}

.fa-smile-beam:before {
    content: "\F5B8"
}

.fa-smile-wink:before {
    content: "\F4DA"
}

.fa-smog:before {
    content: "\F75F"
}

.fa-smoking:before {
    content: "\F48D"
}

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

.fa-sms:before {
    content: "\F7CD"
}

.fa-snapchat:before {
    content: "\F2AB"
}

.fa-snapchat-ghost:before {
    content: "\F2AC"
}

.fa-snapchat-square:before {
    content: "\F2AD"
}

.fa-snowboarding:before {
    content: "\F7CE"
}

.fa-snowflake:before {
    content: "\F2DC"
}

.fa-snowman:before {
    content: "\F7D0"
}

.fa-snowplow:before {
    content: "\F7D2"
}

.fa-socks:before {
    content: "\F696"
}

.fa-solar-panel:before {
    content: "\F5BA"
}

.fa-sort:before {
    content: "\F0DC"
}

.fa-sort-alpha-down:before {
    content: "\F15D"
}

.fa-sort-alpha-up:before {
    content: "\F15E"
}

.fa-sort-amount-down:before {
    content: "\F160"
}

.fa-sort-amount-up:before {
    content: "\F161"
}

.fa-sort-down:before {
    content: "\F0DD"
}

.fa-sort-numeric-down:before {
    content: "\F162"
}

.fa-sort-numeric-up:before {
    content: "\F163"
}

.fa-sort-up:before {
    content: "\F0DE"
}

.fa-soundcloud:before {
    content: "\F1BE"
}

.fa-sourcetree:before {
    content: "\F7D3"
}

.fa-spa:before {
    content: "\F5BB"
}

.fa-space-shuttle:before {
    content: "\F197"
}

.fa-speakap:before {
    content: "\F3F3"
}

.fa-spider:before {
    content: "\F717"
}

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

.fa-splotch:before {
    content: "\F5BC"
}

.fa-spotify:before {
    content: "\F1BC"
}

.fa-spray-can:before {
    content: "\F5BD"
}

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

.fa-square-full:before {
    content: "\F45C"
}

.fa-square-root-alt:before {
    content: "\F698"
}

.fa-squarespace:before {
    content: "\F5BE"
}

.fa-stack-exchange:before {
    content: "\F18D"
}

.fa-stack-overflow:before {
    content: "\F16C"
}

.fa-stamp:before {
    content: "\F5BF"
}

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

.fa-star-and-crescent:before {
    content: "\F699"
}

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

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

.fa-star-of-david:before {
    content: "\F69A"
}

.fa-star-of-life:before {
    content: "\F621"
}

.fa-staylinked:before {
    content: "\F3F5"
}

.fa-steam:before {
    content: "\F1B6"
}

.fa-steam-square:before {
    content: "\F1B7"
}

.fa-steam-symbol:before {
    content: "\F3F6"
}

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

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

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

.fa-sticker-mule:before {
    content: "\F3F7"
}

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

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

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

.fa-stopwatch:before {
    content: "\F2F2"
}

.fa-store:before {
    content: "\F54E"
}

.fa-store-alt:before {
    content: "\F54F"
}

.fa-strava:before {
    content: "\F428"
}

.fa-stream:before {
    content: "\F550"
}

.fa-street-view:before {
    content: "\F21D"
}

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

.fa-stripe:before {
    content: "\F429"
}

.fa-stripe-s:before {
    content: "\F42A"
}

.fa-stroopwafel:before {
    content: "\F551"
}

.fa-studiovinari:before {
    content: "\F3F8"
}

.fa-stumbleupon:before {
    content: "\F1A4"
}

.fa-stumbleupon-circle:before {
    content: "\F1A3"
}

.fa-subscript:before {
    content: "\F12C"
}

.fa-subway:before {
    content: "\F239"
}

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

.fa-suitcase-rolling:before {
    content: "\F5C1"
}

.fa-sun:before {
    content: "\F185"
}

.fa-superpowers:before {
    content: "\F2DD"
}

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

.fa-supple:before {
    content: "\F3F9"
}

.fa-surprise:before {
    content: "\F5C2"
}

.fa-suse:before {
    content: "\F7D6"
}

.fa-swatchbook:before {
    content: "\F5C3"
}

.fa-swimmer:before {
    content: "\F5C4"
}

.fa-swimming-pool:before {
    content: "\F5C5"
}

.fa-synagogue:before {
    content: "\F69B"
}

.fa-sync:before {
    content: "\F021"
}

.fa-sync-alt:before {
    content: "\F2F1"
}

.fa-syringe:before {
    content: "\F48E"
}

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

.fa-table-tennis:before {
    content: "\F45D"
}

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

.fa-tablet-alt:before {
    content: "\F3FA"
}

.fa-tablets:before {
    content: "\F490"
}

.fa-tachometer-alt:before {
    content: "\F3FD"
}

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

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

.fa-tape:before {
    content: "\F4DB"
}

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

.fa-taxi:before {
    content: "\F1BA"
}

.fa-teamspeak:before {
    content: "\F4F9"
}

.fa-teeth:before {
    content: "\F62E"
}

.fa-teeth-open:before {
    content: "\F62F"
}

.fa-telegram:before {
    content: "\F2C6"
}

.fa-telegram-plane:before {
    content: "\F3FE"
}

.fa-temperature-high:before {
    content: "\F769"
}

.fa-temperature-low:before {
    content: "\F76B"
}

.fa-tencent-weibo:before {
    content: "\F1D5"
}

.fa-tenge:before {
    content: "\F7D7"
}

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

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

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

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

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

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

.fa-the-red-yeti:before {
    content: "\F69D"
}

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

.fa-themeco:before {
    content: "\F5C6"
}

.fa-themeisle:before {
    content: "\F2B2"
}

.fa-thermometer:before {
    content: "\F491"
}

.fa-thermometer-empty:before {
    content: "\F2CB"
}

.fa-thermometer-full:before {
    content: "\F2C7"
}

.fa-thermometer-half:before {
    content: "\F2C9"
}

.fa-thermometer-quarter:before {
    content: "\F2CA"
}

.fa-thermometer-three-quarters:before {
    content: "\F2C8"
}

.fa-think-peaks:before {
    content: "\F731"
}

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

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

.fa-thumbtack:before {
    content: "\F08D"
}

.fa-ticket-alt:before {
    content: "\F3FF"
}

.fa-times:before {
    content: "\F00D"
}

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

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

.fa-tint-slash:before {
    content: "\F5C7"
}

.fa-tired:before {
    content: "\F5C8"
}

.fa-toggle-off:before {
    content: "\F204"
}

.fa-toggle-on:before {
    content: "\F205"
}

.fa-toilet:before {
    content: "\F7D8"
}

.fa-toilet-paper:before {
    content: "\F71E"
}

.fa-toolbox:before {
    content: "\F552"
}

.fa-tools:before {
    content: "\F7D9"
}

.fa-tooth:before {
    content: "\F5C9"
}

.fa-torah:before {
    content: "\F6A0"
}

.fa-torii-gate:before {
    content: "\F6A1"
}

.fa-tractor:before {
    content: "\F722"
}

.fa-trade-federation:before {
    content: "\F513"
}

.fa-trademark:before {
    content: "\F25C"
}

.fa-traffic-light:before {
    content: "\F637"
}

.fa-train:before {
    content: "\F238"
}

.fa-tram:before {
    content: "\F7DA"
}

.fa-transgender:before {
    content: "\F224"
}

.fa-transgender-alt:before {
    content: "\F225"
}

.fa-trash:before {
    content: "\F1F8"
}

.fa-trash-alt:before {
    content: "\F2ED"
}

.fa-tree:before {
    content: "\F1BB"
}

.fa-trello:before {
    content: "\F181"
}

.fa-tripadvisor:before {
    content: "\F262"
}

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

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

.fa-truck-loading:before {
    content: "\F4DE"
}

.fa-truck-monster:before {
    content: "\F63B"
}

.fa-truck-moving:before {
    content: "\F4DF"
}

.fa-truck-pickup:before {
    content: "\F63C"
}

.fa-tshirt:before {
    content: "\F553"
}

.fa-tty:before {
    content: "\F1E4"
}

.fa-tumblr:before {
    content: "\F173"
}

.fa-tumblr-square:before {
    content: "\F174"
}

.fa-tv:before {
    content: "\F26C"
}

.fa-twitch:before {
    content: "\F1E8"
}

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

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

.fa-typo3:before {
    content: "\F42B"
}

.fa-uber:before {
    content: "\F402"
}

.fa-ubuntu:before {
    content: "\F7DF"
}

.fa-uikit:before {
    content: "\F403"
}

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

.fa-umbrella-beach:before {
    content: "\F5CA"
}

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

.fa-undo:before {
    content: "\F0E2"
}

.fa-undo-alt:before {
    content: "\F2EA"
}

.fa-uniregistry:before {
    content: "\F404"
}

.fa-universal-access:before {
    content: "\F29A"
}

.fa-university:before {
    content: "\F19C"
}

.fa-unlink:before {
    content: "\F127"
}

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

.fa-unlock-alt:before {
    content: "\F13E"
}

.fa-untappd:before {
    content: "\F405"
}

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

.fa-ups:before {
    content: "\F7E0"
}

.fa-usb:before {
    content: "\F287"
}

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

.fa-user-alt:before {
    content: "\F406"
}

.fa-user-alt-slash:before {
    content: "\F4FA"
}

.fa-user-astronaut:before {
    content: "\F4FB"
}

.fa-user-check:before {
    content: "\F4FC"
}

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

.fa-user-clock:before {
    content: "\F4FD"
}

.fa-user-cog:before {
    content: "\F4FE"
}

.fa-user-edit:before {
    content: "\F4FF"
}

.fa-user-friends:before {
    content: "\F500"
}

.fa-user-graduate:before {
    content: "\F501"
}

.fa-user-injured:before {
    content: "\F728"
}

.fa-user-lock:before {
    content: "\F502"
}

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

.fa-user-minus:before {
    content: "\F503"
}

.fa-user-ninja:before {
    content: "\F504"
}

.fa-user-plus:before {
    content: "\F234"
}

.fa-user-secret:before {
    content: "\F21B"
}

.fa-user-shield:before {
    content: "\F505"
}

.fa-user-slash:before {
    content: "\F506"
}

.fa-user-tag:before {
    content: "\F507"
}

.fa-user-tie:before {
    content: "\F508"
}

.fa-user-times:before {
    content: "\F235"
}

.fa-users:before {
    content: "\F0C0"
}

.fa-users-cog:before {
    content: "\F509"
}

.fa-usps:before {
    content: "\F7E1"
}

.fa-ussunnah:before {
    content: "\F407"
}

.fa-utensil-spoon:before {
    content: "\F2E5"
}

.fa-utensils:before {
    content: "\F2E7"
}

.fa-vaadin:before {
    content: "\F408"
}

.fa-vector-square:before {
    content: "\F5CB"
}

.fa-venus:before {
    content: "\F221"
}

.fa-venus-double:before {
    content: "\F226"
}

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

.fa-viacoin:before {
    content: "\F237"
}

.fa-viadeo:before {
    content: "\F2A9"
}

.fa-viadeo-square:before {
    content: "\F2AA"
}

.fa-vial:before {
    content: "\F492"
}

.fa-vials:before {
    content: "\F493"
}

.fa-viber:before {
    content: "\F409"
}

.fa-video:before {
    content: "\F03D"
}

.fa-video-slash:before {
    content: "\F4E2"
}

.fa-vihara:before {
    content: "\F6A7"
}

.fa-vimeo:before {
    content: "\F40A"
}

.fa-vimeo-square:before {
    content: "\F194"
}

.fa-vimeo-v:before {
    content: "\F27D"
}

.fa-vine:before {
    content: "\F1CA"
}

.fa-vk:before {
    content: "\F189"
}

.fa-vnv:before {
    content: "\F40B"
}

.fa-volleyball-ball:before {
    content: "\F45F"
}

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

.fa-volume-mute:before {
    content: "\F6A9"
}

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

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

.fa-vote-yea:before {
    content: "\F772"
}

.fa-vr-cardboard:before {
    content: "\F729"
}

.fa-vuejs:before {
    content: "\F41F"
}

.fa-walking:before {
    content: "\F554"
}

.fa-wallet:before {
    content: "\F555"
}

.fa-warehouse:before {
    content: "\F494"
}

.fa-water:before {
    content: "\F773"
}

.fa-weebly:before {
    content: "\F5CC"
}

.fa-weibo:before {
    content: "\F18A"
}

.fa-weight:before {
    content: "\F496"
}

.fa-weight-hanging:before {
    content: "\F5CD"
}

.fa-weixin:before {
    content: "\F1D7"
}

.fa-whatsapp:before {
    content: "\F232"
}

.fa-whatsapp-square:before {
    content: "\F40C"
}

.fa-wheelchair:before {
    content: "\F193"
}

.fa-whmcs:before {
    content: "\F40D"
}

.fa-wifi:before {
    content: "\F1EB"
}

.fa-wikipedia-w:before {
    content: "\F266"
}

.fa-wind:before {
    content: "\F72E"
}

.fa-window-close:before {
    content: "\F410"
}

.fa-window-maximize:before {
    content: "\F2D0"
}

.fa-window-minimize:before {
    content: "\F2D1"
}

.fa-window-restore:before {
    content: "\F2D2"
}

.fa-windows:before {
    content: "\F17A"
}

.fa-wine-bottle:before {
    content: "\F72F"
}

.fa-wine-glass:before {
    content: "\F4E3"
}

.fa-wine-glass-alt:before {
    content: "\F5CE"
}

.fa-wix:before {
    content: "\F5CF"
}

.fa-wizards-of-the-coast:before {
    content: "\F730"
}

.fa-wolf-pack-battalion:before {
    content: "\F514"
}

.fa-won-sign:before {
    content: "\F159"
}

.fa-wordpress:before {
    content: "\F19A"
}

.fa-wordpress-simple:before {
    content: "\F411"
}

.fa-wpbeginner:before {
    content: "\F297"
}

.fa-wpexplorer:before {
    content: "\F2DE"
}

.fa-wpforms:before {
    content: "\F298"
}

.fa-wpressr:before {
    content: "\F3E4"
}

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

.fa-x-ray:before {
    content: "\F497"
}

.fa-xbox:before {
    content: "\F412"
}

.fa-xing:before {
    content: "\F168"
}

.fa-xing-square:before {
    content: "\F169"
}

.fa-y-combinator:before {
    content: "\F23B"
}

.fa-yahoo:before {
    content: "\F19E"
}

.fa-yandex:before {
    content: "\F413"
}

.fa-yandex-international:before {
    content: "\F414"
}

.fa-yarn:before {
    content: "\F7E3"
}

.fa-yelp:before {
    content: "\F1E9"
}

.fa-yen-sign:before {
    content: "\F157"
}

.fa-yin-yang:before {
    content: "\F6AD"
}

.fa-yoast:before {
    content: "\F2B1"
}

.fa-youtube:before {
    content: "\F167"
}

.fa-youtube-square:before {
    content: "\F431"
}

.fa-zhihu:before {
    content: "\F63F"
}

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

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


/*!
 * Font Awesome Free 5.6.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
    font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 900;
    src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.eot?f72d546abcc27880adf8428792c72519);
    src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.eot?f72d546abcc27880adf8428792c72519) format("embedded-opentype"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.woff2?8086e197694282b26c7b729945ecc377) format("woff2"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.woff?52b8345b6d8e11988d8db917c366b4da) format("woff"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.ttf?1709a2810c3752483683f3f7d287aa89) format("truetype"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.svg?27603739fe78fee587c7b84873475b61) format("svg")
}

.fa,
.fas {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900
}


/*!
 * Font Awesome Free 5.6.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
    font-family: Font Awesome\ 5 Brands;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.eot?7d43b9ae0b8bb1d0dc425d78dc577b0a);
    src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.eot?7d43b9ae0b8bb1d0dc425d78dc577b0a) format("embedded-opentype"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.woff2?b89c6c51aa2999159a6667f97a46a346) format("woff2"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.woff?dd4ff1196905f0585aef2c80486869e9) format("woff"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.ttf?50a544b5ad4d512e8db3cdc089823a00) format("truetype"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.svg?fef43c1fd872ef7f1880483d9b63ccf2) format("svg")
}

.fab {
    font-family: Font Awesome\ 5 Brands
}

.blue {
    color: #4267b2
}

.indigo {
    color: #fff
}

.purple {
    color: #9561e2
}

.pink {
    color: #f66d9b
}

.red {
    color: #d7514d
}

.orange {
    color: #030303
}

.yellow {
    color: #fad743
}

.green {
    color: #196440
}

.teal {
    color: #4dc0b5
}

.cyan {
    color: #6cb2eb
}

.theme2 .navbar-brand-name {
    margin-top: 3%
}

.theme2 .header_style_01,
body.host_version .header_style_01 {
    background: #4267b2!important;
    -webkit-box-shadow: 0 5px 5px 1px #2f2d2d63;
    box-shadow: 0 5px 5px 1px #2f2d2d63
}

.theme2 .header_style_01 .header-menu>li>a {
    font-size: 14px;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
    color: #fff!important;
    border-bottom: 2px solid #4267b2;
    -webkit-transition: 1s;
    transition: 1s
}

.theme2 .header_style_01 .header-menu .router-link-exact-active,
.theme2 .header_style_01 .header-menu>li>a:hover {
    color: #fad743!important;
    border-color: #d7514d
}

.theme2 p {
    font-family: Roboto, sans-serif;
    font-size: 14px
}

.theme2 .navbar-brand-name h1,
.theme2 .navbar-brand-name h1 span {
    font-size: 35px;
    color: #ed701f;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    text-shadow: #d7514d 0 1px 1px;
    margin-bottom: 2%
}

.theme2 .navbar-brand-name h5 {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 0;
    margin: 0
}

.theme2 .header-menu li>a {
    font-size: 12px!important
}

.theme2 .dropdown-menu>li>a {
    padding: 0!important
}

.theme2 .bn-news ul li a {
    padding: 0 5px!important;
    font-size: 11px!important
}

.bn-label,
.copyrights,
.dmtop,
.footer,
body.host_version .grd1,
body.host_version .icon-wrapper:hover i,
body.host_version .icon_wrap:hover,
body.host_version .nav-pills>li.active>a,
body.host_version .nav-pills>li.active>a:focus,
body.host_version .nav-pills>li.active>a:hover {
    background-color: #222!important;
    color: #fff!important
}

.dropdown-item,
.dropdown-item:active,
.dropdown-item:visited,
.navbar-nav ul.dropdown-menu {
    background-color: #4267b2!important;
    color: #fff!important
}

.dropdown-menu>li>a,
.footer-links a,
a {
    color: #fff!important
}

.dropdown-menu>li>a:hover,
.footer-links a,
a {
    color: #fad743!important
}

.theme2 .btn.btn-primary {
    background-color: #ed701f!important
}

.theme2 p>img {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 5px;
    padding: 5px
}