@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
.fa.fa-pull-left,
.fa.pull-left {
    margin-right: 0.3em;
}
.fa,
.fa-stack {
    display: inline-block;
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.dropdown-menu > li > a,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after,
.slick-track:after {
    clear: both;
}
.fa-fw,
.fa-li,
.fa-stack-1x,
.fa-stack-2x,
.owl-controls .owl-pagination,
.owl-theme .owl-controls {
    text-align: center;
}
.fa,
.glyphicon {
    -moz-osx-font-smoothing: grayscale;
}
*,
::after,
::before,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.breadcrumb,
.dropdown-menu,
.media-list,
.nav,
.pager,
nav ol,
nav ul,
ol,
ul {
    list-style: none;
}
button.close,
select {
    -webkit-appearance: none;
}
.owl-controls,
.slick-slider {
    -webkit-tap-highlight-color: transparent;
    -ms-user-select: none;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
@keyframes bounce {
    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
@-webkit-keyframes flash {
    50%,
    from,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes flash {
    50%,
    from,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}
@-webkit-keyframes pulse {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
}
@keyframes pulse {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
@-webkit-keyframes rubberBand {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
}
@keyframes rubberBand {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
}
.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}
@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}
@-webkit-keyframes tada {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
}
@keyframes tada {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
@-webkit-keyframes wobble {
    from,
    to {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
}
@keyframes wobble {
    from,
    to {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
}
.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}
@-webkit-keyframes jello {
    11.1%,
    from,
    to {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}
@keyframes jello {
    11.1%,
    from,
    to {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}
.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}
@-webkit-keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bounceInDown {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bounceInLeft {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bounceInRight {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInUp {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}
@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
.flipInY,
.flipOutX {
    -webkit-backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.flipInY {
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}
@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}
.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}
.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}
.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}
@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}
@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}
@keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}
.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}
.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}
.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.invisible,
.owl-carousel .owl-wrapper:after,
.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden;
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0)
            format("embedded-opentype"),
        url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),
        url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),
        url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),
        url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular)
            format("svg");
    font-weight: 400;
    font-style: normal;
}
.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.glyphicon,
.popover,
.tooltip {
    font-style: normal;
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-stack,
img {
    vertical-align: middle;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa.fa-pull-right,
.fa.pull-right {
    margin-left: 0.3em;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: 0.08em solid #eee;
    border-radius: 0.1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.btn-group > .btn-group,
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.dropdown-menu,
.owl-carousel .owl-item {
    float: left;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none;
}
.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-glass:before {
    content: "\f000";
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-film:before {
    content: "\f008";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-check:before {
    content: "\f00c";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-signal:before {
    content: "\f012";
}
.fa-cog:before,
.fa-gear:before {
    content: "\f013";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-road:before {
    content: "\f018";
}
.fa-download:before {
    content: "\f019";
}
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-play-circle-o:before {
    content: "\f01d";
}
.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-lock:before {
    content: "\f023";
}
.fa-flag:before {
    content: "\f024";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-print:before {
    content: "\f02f";
}
.fa-camera:before {
    content: "\f030";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-italic:before {
    content: "\f033";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-list:before {
    content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-tint:before {
    content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}
.fa-share-square-o:before {
    content: "\f045";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-eject:before {
    content: "\f052";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-times-circle-o:before {
    content: "\f05c";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}
.fa-expand:before {
    content: "\f065";
}
.fa-compress:before {
    content: "\f066";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071";
}
.fa-plane:before {
    content: "\f072";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-random:before {
    content: "\f074";
}
.fa-comment:before {
    content: "\f075";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-arrows-v:before {
    content: "\f07d";
}
.fa-arrows-h:before {
    content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-key:before {
    content: "\f084";
}
.fa-cogs:before,
.fa-gears:before {
    content: "\f085";
}
.fa-comments:before {
    content: "\f086";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-thumbs-o-down:before {
    content: "\f088";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-thumb-tack:before {
    content: "\f08d";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-upload:before {
    content: "\f093";
}
.fa-lemon-o:before {
    content: "\f094";
}
.fa-phone:before {
    content: "\f095";
}
.fa-square-o:before {
    content: "\f096";
}
.fa-bookmark-o:before {
    content: "\f097";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}
.fa-github:before {
    content: "\f09b";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}
.fa-hdd-o:before {
    content: "\f0a0";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc";
}
.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd";
}
.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}
.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea";
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cutlery:before {
    content: "\f0f5";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-building-o:before {
    content: "\f0f7";
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-circle:before {
    content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-folder-o:before {
    content: "\f114";
}
.fa-folder-open-o:before {
    content: "\f115";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-frown-o:before {
    content: "\f119";
}
.fa-meh-o:before {
    content: "\f11a";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-keyboard-o:before {
    content: "\f11c";
}
.fa-flag-o:before {
    content: "\f11d";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-code:before {
    content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-crop:before {
    content: "\f125";
}
.fa-code-fork:before {
    content: "\f126";
}
.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127";
}
.fa-question:before {
    content: "\f128";
}
.fa-info:before {
    content: "\f129";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-shield:before {
    content: "\f132";
}
.fa-calendar-o:before {
    content: "\f133";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-minus-square-o:before {
    content: "\f147";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-pencil-square:before {
    content: "\f14b";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152";
}
.fa-eur:before,
.fa-euro:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}
.fa-inr:before,
.fa-rupee:before {
    content: "\f156";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158";
}
.fa-krw:before,
.fa-won:before {
    content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa-sort-alpha-desc:before {
    content: "\f15e";
}
.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa-sort-amount-desc:before {
    content: "\f161";
}
.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa-sort-numeric-desc:before {
    content: "\f163";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-adn:before {
    content: "\f170";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitbucket-square:before {
    content: "\f172";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-apple:before {
    content: "\f179";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-trello:before {
    content: "\f181";
}
.fa-female:before {
    content: "\f182";
}
.fa-male:before {
    content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-archive:before {
    content: "\f187";
}
.fa-bug:before {
    content: "\f188";
}
.fa-vk:before {
    content: "\f189";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
.fa-arrow-circle-o-left:before {
    content: "\f190";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195";
}
.fa-plus-square-o:before {
    content: "\f196";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-slack:before {
    content: "\f198";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-pied-piper-pp:before {
    content: "\f1a7";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6";
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}
.fa-file-code-o:before {
    content: "\f1c9";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0";
}
.fa-empire:before,
.fa-ge:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}
.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9";
}
.fa-history:before {
    content: "\f1da";
}
.fa-circle-thin:before {
    content: "\f1db";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-sliders:before {
    content: "\f1de";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bell-slash-o:before {
    content: "\f1f7";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-eyedropper:before {
    content: "\f1fb";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-area-chart:before {
    content: "\f1fe";
}
.fa-pie-chart:before {
    content: "\f200";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-bus:before {
    content: "\f207";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-cc:before {
    content: "\f20a";
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b";
}
.fa-meanpath:before {
    content: "\f20c";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-diamond:before {
    content: "\f219";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-venus:before {
    content: "\f221";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-venus-double:before {
    content: "\f226";
}
.fa-mars-double:before {
    content: "\f227";
}
.fa-venus-mars:before {
    content: "\f228";
}
.fa-mars-stroke:before {
    content: "\f229";
}
.fa-mars-stroke-v:before {
    content: "\f22a";
}
.fa-mars-stroke-h:before {
    content: "\f22b";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-genderless:before {
    content: "\f22d";
}
.fa-facebook-official:before {
    content: "\f230";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-server:before {
    content: "\f233";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-bed:before,
.fa-hotel:before {
    content: "\f236";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-train:before {
    content: "\f238";
}
.fa-subway:before {
    content: "\f239";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b";
}
.fa-optin-monster:before {
    content: "\f23c";
}
.fa-opencart:before {
    content: "\f23d";
}
.fa-expeditedssl:before {
    content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}
.fa-mouse-pointer:before {
    content: "\f245";
}
.fa-i-cursor:before {
    content: "\f246";
}
.fa-object-group:before {
    content: "\f247";
}
.fa-object-ungroup:before {
    content: "\f248";
}
.fa-sticky-note:before {
    content: "\f249";
}
.fa-sticky-note-o:before {
    content: "\f24a";
}
.fa-cc-jcb:before {
    content: "\f24b";
}
.fa-cc-diners-club:before {
    content: "\f24c";
}
.fa-clone:before {
    content: "\f24d";
}
.fa-balance-scale:before {
    content: "\f24e";
}
.fa-hourglass-o:before {
    content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}
.fa-hourglass:before {
    content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}
.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256";
}
.fa-hand-scissors-o:before {
    content: "\f257";
}
.fa-hand-lizard-o:before {
    content: "\f258";
}
.fa-hand-spock-o:before {
    content: "\f259";
}
.fa-hand-pointer-o:before {
    content: "\f25a";
}
.fa-hand-peace-o:before {
    content: "\f25b";
}
.fa-trademark:before {
    content: "\f25c";
}
.fa-registered:before {
    content: "\f25d";
}
.fa-creative-commons:before {
    content: "\f25e";
}
.fa-gg:before {
    content: "\f260";
}
.fa-gg-circle:before {
    content: "\f261";
}
.fa-tripadvisor:before {
    content: "\f262";
}
.fa-odnoklassniki:before {
    content: "\f263";
}
.fa-odnoklassniki-square:before {
    content: "\f264";
}
.fa-get-pocket:before {
    content: "\f265";
}
.fa-wikipedia-w:before {
    content: "\f266";
}
.fa-safari:before {
    content: "\f267";
}
.fa-chrome:before {
    content: "\f268";
}
.fa-firefox:before {
    content: "\f269";
}
.fa-opera:before {
    content: "\f26a";
}
.fa-internet-explorer:before {
    content: "\f26b";
}
.fa-television:before,
.fa-tv:before {
    content: "\f26c";
}
.fa-contao:before {
    content: "\f26d";
}
.fa-500px:before {
    content: "\f26e";
}
.fa-amazon:before {
    content: "\f270";
}
.fa-calendar-plus-o:before {
    content: "\f271";
}
.fa-calendar-minus-o:before {
    content: "\f272";
}
.fa-calendar-times-o:before {
    content: "\f273";
}
.fa-calendar-check-o:before {
    content: "\f274";
}
.fa-industry:before {
    content: "\f275";
}
.fa-map-pin:before {
    content: "\f276";
}
.fa-map-signs:before {
    content: "\f277";
}
.fa-map-o:before {
    content: "\f278";
}
.fa-map:before {
    content: "\f279";
}
.fa-commenting:before {
    content: "\f27a";
}
.fa-commenting-o:before {
    content: "\f27b";
}
.fa-houzz:before {
    content: "\f27c";
}
.fa-vimeo:before {
    content: "\f27d";
}
.fa-black-tie:before {
    content: "\f27e";
}
.fa-fonticons:before {
    content: "\f280";
}
.fa-reddit-alien:before {
    content: "\f281";
}
.fa-edge:before {
    content: "\f282";
}
.fa-credit-card-alt:before {
    content: "\f283";
}
.fa-codiepie:before {
    content: "\f284";
}
.fa-modx:before {
    content: "\f285";
}
.fa-fort-awesome:before {
    content: "\f286";
}
.fa-usb:before {
    content: "\f287";
}
.fa-product-hunt:before {
    content: "\f288";
}
.fa-mixcloud:before {
    content: "\f289";
}
.fa-scribd:before {
    content: "\f28a";
}
.fa-pause-circle:before {
    content: "\f28b";
}
.fa-pause-circle-o:before {
    content: "\f28c";
}
.fa-stop-circle:before {
    content: "\f28d";
}
.fa-stop-circle-o:before {
    content: "\f28e";
}
.fa-shopping-bag:before {
    content: "\f290";
}
.fa-shopping-basket:before {
    content: "\f291";
}
.fa-hashtag:before {
    content: "\f292";
}
.fa-bluetooth:before {
    content: "\f293";
}
.fa-bluetooth-b:before {
    content: "\f294";
}
.fa-percent:before {
    content: "\f295";
}
.fa-gitlab:before {
    content: "\f296";
}
.fa-wpbeginner:before {
    content: "\f297";
}
.fa-wpforms:before {
    content: "\f298";
}
.fa-envira:before {
    content: "\f299";
}
.fa-universal-access:before {
    content: "\f29a";
}
.fa-wheelchair-alt:before {
    content: "\f29b";
}
.fa-question-circle-o:before {
    content: "\f29c";
}
.fa-blind:before {
    content: "\f29d";
}
.fa-audio-description:before {
    content: "\f29e";
}
.fa-volume-control-phone:before {
    content: "\f2a0";
}
.fa-braille:before {
    content: "\f2a1";
}
.fa-assistive-listening-systems:before {
    content: "\f2a2";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4";
}
.fa-glide:before {
    content: "\f2a5";
}
.fa-glide-g:before {
    content: "\f2a6";
}
.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7";
}
.fa-low-vision:before {
    content: "\f2a8";
}
.fa-viadeo:before {
    content: "\f2a9";
}
.fa-viadeo-square:before {
    content: "\f2aa";
}
.fa-snapchat:before {
    content: "\f2ab";
}
.fa-snapchat-ghost:before {
    content: "\f2ac";
}
.fa-snapchat-square:before {
    content: "\f2ad";
}
.fa-pied-piper:before {
    content: "\f2ae";
}
.fa-first-order:before {
    content: "\f2b0";
}
.fa-yoast:before {
    content: "\f2b1";
}
.fa-themeisle:before {
    content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}
.fa-handshake-o:before {
    content: "\f2b5";
}
.fa-envelope-open:before {
    content: "\f2b6";
}
.fa-envelope-open-o:before {
    content: "\f2b7";
}
.fa-linode:before {
    content: "\f2b8";
}
.fa-address-book:before {
    content: "\f2b9";
}
.fa-address-book-o:before {
    content: "\f2ba";
}
.fa-address-card:before,
.fa-vcard:before {
    content: "\f2bb";
}
.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "\f2bc";
}
.fa-user-circle:before {
    content: "\f2bd";
}
.fa-user-circle-o:before {
    content: "\f2be";
}
.fa-user-o:before {
    content: "\f2c0";
}
.fa-id-badge:before {
    content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}
.fa-quora:before {
    content: "\f2c4";
}
.fa-free-code-camp:before {
    content: "\f2c5";
}
.fa-telegram:before {
    content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}
.fa-shower:before {
    content: "\f2cc";
}
.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "\f2cd";
}
.fa-podcast:before {
    content: "\f2ce";
}
.fa-window-maximize:before {
    content: "\f2d0";
}
.fa-window-minimize:before {
    content: "\f2d1";
}
.fa-window-restore:before {
    content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}
.fa-bandcamp:before {
    content: "\f2d5";
}
.fa-grav:before {
    content: "\f2d6";
}
.fa-etsy:before {
    content: "\f2d7";
}
.fa-imdb:before {
    content: "\f2d8";
}
.fa-ravelry:before {
    content: "\f2d9";
}
.fa-eercast:before {
    content: "\f2da";
}
.fa-microchip:before {
    content: "\f2db";
}
.fa-snowflake-o:before {
    content: "\f2dc";
}
.fa-superpowers:before {
    content: "\f2dd";
}
.fa-wpexplorer:before {
    content: "\f2de";
}
.fa-meetup:before {
    content: "\f2e0";
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    line-height: 0;
    height: 0;
}
.owl-carousel,
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
}
.owl-carousel {
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    -ms-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}
.owl-controls .owl-buttons div,
.owl-controls .owl-page {
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls .owl-buttons div {
    cursor: pointer;
    display: inline-block;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 6px;
    height: 6px;
    margin: 0 5px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #343434;
    border: 1px solid;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    cursor: pointer;
}
.table,
dl {
    margin-bottom: 20px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: rgba(0, 0, 0, 0);
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) center center no-repeat;
}
.owl-buttons {
    position: static;
}
o-flow-hidden {
    overflow: hidden;
}
.owl-carousel.white .owl-controls .owl-page span {
    background: #fff;
}
.owl-carousel.white .owl-controls .owl-page.active span {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
}
.owl-controls .owl-pagination {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    margin-top: 15px;
}
.nf-carousel-theme .owl-controls .owl-buttons .owl-next,
.nf-carousel-theme .owl-controls .owl-buttons .owl-prev {
    line-height: 31px;
    font-size: 16px;
    margin-top: -15px;
}
.content-carousel .owl-controls .owl-buttons .owl-next,
.content-carousel .owl-controls .owl-buttons .owl-prev,
.image-carousel .owl-controls .owl-buttons .owl-next,
.image-carousel .owl-controls .owl-buttons .owl-prev,
.nf-carousel-theme .owl-controls .owl-buttons .owl-next,
.nf-carousel-theme .owl-controls .owl-buttons .owl-prev,
.owl-theme-1 .owl-controls .owl-buttons .owl-next,
.owl-theme-1 .owl-controls .owl-buttons .owl-prev,
.post-carousel .owl-controls .owl-buttons .owl-next,
.post-carousel .owl-controls .owl-buttons .owl-prev {
    color: #ddd;
    position: absolute;
    z-index: 3;
    display: block;
    top: 50%;
    transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    width: 100px;
    height: 100px;
}
.content-carousel .owl-controls .owl-buttons .owl-next:before,
.content-carousel .owl-controls .owl-buttons .owl-prev:before,
.image-carousel .owl-controls .owl-buttons .owl-next:before,
.image-carousel .owl-controls .owl-buttons .owl-prev:before,
.nf-carousel-theme .owl-controls .owl-buttons .owl-next:before,
.nf-carousel-theme .owl-controls .owl-buttons .owl-prev:before,
.owl-theme-1 .owl-controls .owl-buttons .owl-next:before,
.owl-theme-1 .owl-controls .owl-buttons .owl-prev:before,
.post-carousel .owl-controls .owl-buttons .owl-next:before,
.post-carousel .owl-controls .owl-buttons .owl-prev:before {
    background: rgba(18, 18, 18, 0.7);
    content: "";
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    height: 120%;
    width: 120%;
    position: absolute;
    top: 0;
    z-index: -1;
    transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
}
.content-carousel .owl-controls .owl-buttons .owl-next:hover::before,
.content-carousel .owl-controls .owl-buttons .owl-prev:hover::before,
.image-carousel .owl-controls .owl-buttons .owl-next:hover::before,
.image-carousel .owl-controls .owl-buttons .owl-prev:hover::before,
.nf-carousel-theme .owl-controls .owl-buttons .owl-next:hover::before,
.nf-carousel-theme .owl-controls .owl-buttons .owl-prev:hover::before,
.owl-theme-1 .owl-controls .owl-buttons .owl-next:hover::before,
.owl-theme-1 .owl-controls .owl-buttons .owl-prev:hover::before,
.post-carousel .owl-controls .owl-buttons .owl-next:hover::before,
.post-carousel .owl-controls .owl-buttons .owl-prev:hover::before {
    background: rgba(18, 18, 18, 0.9);
    color: #fff;
}
.content-carousel .owl-controls .owl-buttons .owl-prev:before,
.image-carousel .owl-controls .owl-buttons .owl-prev:before,
.nf-carousel-theme .owl-controls .owl-buttons .owl-prev:before,
.owl-theme-1 .owl-controls .owl-buttons .owl-prev:before,
.post-carousel .owl-controls .owl-buttons .owl-prev:before {
    left: 0;
    margin-left: -60%;
}
.content-carousel .owl-controls .owl-buttons .owl-next:before,
.image-carousel .owl-controls .owl-buttons .owl-next:before,
.nf-carousel-theme .owl-controls .owl-buttons .owl-next:before,
.owl-theme-1 .owl-controls .owl-buttons .owl-next:before,
.post-carousel .owl-controls .owl-buttons .owl-next:before {
    right: 0;
    margin-right: -60%;
}
.content-carousel .owl-controls .owl-buttons .owl-next:hover,
.content-carousel .owl-controls .owl-buttons .owl-prev:hover,
.image-slider .owl-controls .owl-buttons .owl-next:hover,
.image-slider .owl-controls .owl-buttons .owl-prev:hover,
.nf-carousel-theme .owl-controls .owl-buttons .owl-next:hover,
.nf-carousel-theme .owl-controls .owl-buttons .owl-prev:hover,
.owl-theme-1 .owl-controls .owl-buttons .owl-next:hover,
.owl-theme-1 .owl-controls .owl-buttons .owl-prev:hover {
    color: #fff;
}
.content-carousel .owl-controls .owl-buttons .owl-next,
.image-carousel .owl-controls .owl-buttons .owl-next,
.nf-carousel-theme .owl-controls .owl-buttons .owl-next,
.owl-theme-1 .owl-controls .owl-buttons .owl-next,
.post-carousel .owl-controls .owl-buttons .owl-next {
    right: 0;
}
.nf-carousel-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
    margin-left: -51px;
    opacity: 1;
}
.nf-carousel-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
    margin-right: -51px;
    opacity: 1;
}
.content-carousel:hover .owl-controls .owl-buttons .owl-next,
.content-carousel:hover .owl-controls .owl-buttons .owl-prev,
.image-carousel:hover .owl-controls .owl-buttons .owl-next,
.image-carousel:hover .owl-controls .owl-buttons .owl-prev,
.nf-carousel-theme:hover .owl-controls .owl-buttons .owl-next,
.nf-carousel-theme:hover .owl-controls .owl-buttons .owl-prev,
.owl-theme-1:hover .owl-controls .owl-buttons .owl-next,
.owl-theme-1:hover .owl-controls .owl-buttons .owl-prev,
.post-carousel:hover .owl-controls .owl-buttons .owl-next,
.post-carousel:hover .owl-controls .owl-buttons .owl-prev {
    margin-right: 0;
    margin-left: 0;
    opacity: 1;
}
.content-carousel,
.image-carousel,
.owl-theme-1,
.post-carousel {
    overflow: hidden;
    position: relative;
}
.content-carousel .owl-controls .owl-pagination,
.image-carousel .owl-controls .owl-pagination,
.item1-carousel .owl-controls .owl-pagination,
.owl-theme-1 .owl-controls .owl-pagination,
.post-carousel .owl-controls .owl-pagination {
    position: absolute;
    z-index: 2;
    bottom: 15px;
    left: 0;
    text-align: center;
    width: 100%;
}
.content-carousel .owl-controls .owl-buttons .owl-next,
.content-carousel .owl-controls .owl-buttons .owl-prev,
.image-carousel .owl-controls .owl-buttons .owl-next,
.image-carousel .owl-controls .owl-buttons .owl-prev,
.owl-theme-1 .owl-controls .owl-buttons .owl-next,
.owl-theme-1 .owl-controls .owl-buttons .owl-prev,
.post-carousel .owl-controls .owl-buttons .owl-next,
.post-carousel .owl-controls .owl-buttons .owl-prev {
    width: 51px;
    height: 51px;
    line-height: 57px;
    font-size: 18px;
    margin-top: -25px;
}
.content-carousel .owl-controls .owl-buttons .owl-prev,
.image-carousel .owl-controls .owl-buttons .owl-prev,
.owl-theme-1 .owl-controls .owl-buttons .owl-prev,
.post-carousel .owl-controls .owl-buttons .owl-prev {
    left: 0;
    margin-left: -51px;
    opacity: 0;
    text-align: left;
    padding-left: 10px;
}
.content-carousel .owl-controls .owl-buttons .owl-next,
.image-carousel .owl-controls .owl-buttons .owl-next,
.owl-theme-1 .owl-controls .owl-buttons .owl-next,
.post-carousel .owl-controls .owl-buttons .owl-next {
    right: 0;
    margin-right: -51px;
    opacity: 0;
    text-align: right;
    padding-right: 10px;
}
.content-carousel img,
.image-carousel .item img,
.post-carousel .item img {
    width: 100%;
}
.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}
.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut 0.7s both ease;
    -moz-animation: fadeOut 0.7s both ease;
    animation: fadeOut 0.7s both ease;
}
.owl-fade-in {
    -webkit-animation: fadeIn 0.7s both ease;
    -moz-animation: fadeIn 0.7s both ease;
    animation: fadeIn 0.7s both ease;
}
.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}
.owl-goDown-out {
    -webkit-animation: scaleToFade 0.7s ease both;
    -moz-animation: scaleToFade 0.7s ease both;
    animation: scaleToFade 0.7s ease both;
}
.owl-goDown-in {
    -webkit-animation: goDown 0.6s ease both;
    -moz-animation: goDown 0.6s ease both;
    animation: goDown 0.6s ease both;
}
.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom 0.5s ease both;
    -moz-animation: scaleUpFrom 0.5s ease both;
    animation: scaleUpFrom 0.5s ease both;
}
.owl-fadeUp-out {
    -webkit-animation: scaleUpTo 0.5s ease both;
    -moz-animation: scaleUpTo 0.5s ease both;
    animation: scaleUpTo 0.5s ease both;
}
@-webkit-keyframes empty {
    0% {
        opacity: 1;
    }
}
@-moz-keyframes empty {
    0% {
        opacity: 1;
    }
}
@keyframes empty {
    0% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes backSlideOut {
    25% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px);
    }
    100%,
    75% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}
@-moz-keyframes backSlideOut {
    25% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px);
    }
    100%,
    75% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
}
@keyframes backSlideOut {
    25% {
        opacity: 0.5;
        transform: translateZ(-500px);
    }
    100%,
    75% {
        opacity: 0.5;
        transform: translateZ(-500px) translateX(-200%);
    }
}
@-webkit-keyframes backSlideIn {
    0%,
    25% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}
@-moz-keyframes backSlideIn {
    0%,
    25% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0);
    }
}
@keyframes backSlideIn {
    0%,
    25% {
        opacity: 0.5;
        transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: 0.5;
        transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}
@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(0.8);
    }
}
@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(0.8);
    }
}
@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(0.8);
    }
}
@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}
@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%);
    }
}
@keyframes goDown {
    from {
        transform: translateY(-100%);
    }
}
@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}
@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}
@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}
@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}
@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}
@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    img {
        max-width: 100% !important;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important;
    }
}
.dropdown-menu,
.modal-content {
    -webkit-background-clip: padding-box;
}
@font-face {
    font-family: "Glyphicons Halflings";
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix)
            format("embedded-opentype"),
        url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"),
        url(../fonts/glyphicons-halflings-regular.woff) format("woff"),
        url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),
        url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular)
            format("svg");
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.glyphicon-asterisk:before {
    content: "\002a";
}
.glyphicon-plus:before {
    content: "\002b";
}
.glyphicon-eur:before,
.glyphicon-euro:before {
    content: "\20ac";
}
.glyphicon-minus:before {
    content: "\2212";
}
.glyphicon-cloud:before {
    content: "\2601";
}
.glyphicon-envelope:before {
    content: "\2709";
}
.glyphicon-pencil:before {
    content: "\270f";
}
.glyphicon-glass:before {
    content: "\e001";
}
.glyphicon-music:before {
    content: "\e002";
}
.glyphicon-search:before {
    content: "\e003";
}
.glyphicon-heart:before {
    content: "\e005";
}
.glyphicon-star:before {
    content: "\e006";
}
.glyphicon-star-empty:before {
    content: "\e007";
}
.glyphicon-user:before {
    content: "\e008";
}
.glyphicon-film:before {
    content: "\e009";
}
.glyphicon-th-large:before {
    content: "\e010";
}
.glyphicon-th:before {
    content: "\e011";
}
.glyphicon-th-list:before {
    content: "\e012";
}
.glyphicon-ok:before {
    content: "\e013";
}
.glyphicon-remove:before {
    content: "\e014";
}
.glyphicon-zoom-in:before {
    content: "\e015";
}
.glyphicon-zoom-out:before {
    content: "\e016";
}
.glyphicon-off:before {
    content: "\e017";
}
.glyphicon-signal:before {
    content: "\e018";
}
.glyphicon-cog:before {
    content: "\e019";
}
.glyphicon-trash:before {
    content: "\e020";
}
.glyphicon-home:before {
    content: "\e021";
}
.glyphicon-file:before {
    content: "\e022";
}
.glyphicon-time:before {
    content: "\e023";
}
.glyphicon-road:before {
    content: "\e024";
}
.glyphicon-download-alt:before {
    content: "\e025";
}
.glyphicon-download:before {
    content: "\e026";
}
.glyphicon-upload:before {
    content: "\e027";
}
.glyphicon-inbox:before {
    content: "\e028";
}
.glyphicon-play-circle:before {
    content: "\e029";
}
.glyphicon-repeat:before {
    content: "\e030";
}
.glyphicon-refresh:before {
    content: "\e031";
}
.glyphicon-list-alt:before {
    content: "\e032";
}
.glyphicon-lock:before {
    content: "\e033";
}
.glyphicon-flag:before {
    content: "\e034";
}
.glyphicon-headphones:before {
    content: "\e035";
}
.glyphicon-volume-off:before {
    content: "\e036";
}
.glyphicon-volume-down:before {
    content: "\e037";
}
.glyphicon-volume-up:before {
    content: "\e038";
}
.glyphicon-qrcode:before {
    content: "\e039";
}
.glyphicon-barcode:before {
    content: "\e040";
}
.glyphicon-tag:before {
    content: "\e041";
}
.glyphicon-tags:before {
    content: "\e042";
}
.glyphicon-book:before {
    content: "\e043";
}
.glyphicon-bookmark:before {
    content: "\e044";
}
.glyphicon-print:before {
    content: "\e045";
}
.glyphicon-camera:before {
    content: "\e046";
}
.glyphicon-font:before {
    content: "\e047";
}
.glyphicon-bold:before {
    content: "\e048";
}
.glyphicon-italic:before {
    content: "\e049";
}
.glyphicon-text-height:before {
    content: "\e050";
}
.glyphicon-text-width:before {
    content: "\e051";
}
.glyphicon-align-left:before {
    content: "\e052";
}
.glyphicon-align-center:before {
    content: "\e053";
}
.glyphicon-align-right:before {
    content: "\e054";
}
.glyphicon-align-justify:before {
    content: "\e055";
}
.glyphicon-list:before {
    content: "\e056";
}
.glyphicon-indent-left:before {
    content: "\e057";
}
.glyphicon-indent-right:before {
    content: "\e058";
}
.glyphicon-facetime-video:before {
    content: "\e059";
}
.glyphicon-picture:before {
    content: "\e060";
}
.glyphicon-map-marker:before {
    content: "\e062";
}
.glyphicon-adjust:before {
    content: "\e063";
}
.glyphicon-tint:before {
    content: "\e064";
}
.glyphicon-edit:before {
    content: "\e065";
}
.glyphicon-share:before {
    content: "\e066";
}
.glyphicon-check:before {
    content: "\e067";
}
.glyphicon-move:before {
    content: "\e068";
}
.glyphicon-step-backward:before {
    content: "\e069";
}
.glyphicon-fast-backward:before {
    content: "\e070";
}
.glyphicon-backward:before {
    content: "\e071";
}
.glyphicon-play:before {
    content: "\e072";
}
.glyphicon-pause:before {
    content: "\e073";
}
.glyphicon-stop:before {
    content: "\e074";
}
.glyphicon-forward:before {
    content: "\e075";
}
.glyphicon-fast-forward:before {
    content: "\e076";
}
.glyphicon-step-forward:before {
    content: "\e077";
}
.glyphicon-eject:before {
    content: "\e078";
}
.glyphicon-chevron-left:before {
    content: "\e079";
}
.glyphicon-chevron-right:before {
    content: "\e080";
}
.glyphicon-plus-sign:before {
    content: "\e081";
}
.glyphicon-minus-sign:before {
    content: "\e082";
}
.glyphicon-remove-sign:before {
    content: "\e083";
}
.glyphicon-ok-sign:before {
    content: "\e084";
}
.glyphicon-question-sign:before {
    content: "\e085";
}
.glyphicon-info-sign:before {
    content: "\e086";
}
.glyphicon-screenshot:before {
    content: "\e087";
}
.glyphicon-remove-circle:before {
    content: "\e088";
}
.glyphicon-ok-circle:before {
    content: "\e089";
}
.glyphicon-ban-circle:before {
    content: "\e090";
}
.glyphicon-arrow-left:before {
    content: "\e091";
}
.glyphicon-arrow-right:before {
    content: "\e092";
}
.glyphicon-arrow-up:before {
    content: "\e093";
}
.glyphicon-arrow-down:before {
    content: "\e094";
}
.glyphicon-share-alt:before {
    content: "\e095";
}
.glyphicon-resize-full:before {
    content: "\e096";
}
.glyphicon-resize-small:before {
    content: "\e097";
}
.glyphicon-exclamation-sign:before {
    content: "\e101";
}
.glyphicon-gift:before {
    content: "\e102";
}
.glyphicon-leaf:before {
    content: "\e103";
}
.glyphicon-fire:before {
    content: "\e104";
}
.glyphicon-eye-open:before {
    content: "\e105";
}
.glyphicon-eye-close:before {
    content: "\e106";
}
.glyphicon-warning-sign:before {
    content: "\e107";
}
.glyphicon-plane:before {
    content: "\e108";
}
.glyphicon-calendar:before {
    content: "\e109";
}
.glyphicon-random:before {
    content: "\e110";
}
.glyphicon-comment:before {
    content: "\e111";
}
.glyphicon-magnet:before {
    content: "\e112";
}
.glyphicon-chevron-up:before {
    content: "\e113";
}
.glyphicon-chevron-down:before {
    content: "\e114";
}
.glyphicon-retweet:before {
    content: "\e115";
}
.glyphicon-shopping-cart:before {
    content: "\e116";
}
.glyphicon-folder-close:before {
    content: "\e117";
}
.glyphicon-folder-open:before {
    content: "\e118";
}
.glyphicon-resize-vertical:before {
    content: "\e119";
}
.glyphicon-resize-horizontal:before {
    content: "\e120";
}
.glyphicon-hdd:before {
    content: "\e121";
}
.glyphicon-bullhorn:before {
    content: "\e122";
}
.glyphicon-bell:before {
    content: "\e123";
}
.glyphicon-certificate:before {
    content: "\e124";
}
.glyphicon-thumbs-up:before {
    content: "\e125";
}
.glyphicon-thumbs-down:before {
    content: "\e126";
}
.glyphicon-hand-right:before {
    content: "\e127";
}
.glyphicon-hand-left:before {
    content: "\e128";
}
.glyphicon-hand-up:before {
    content: "\e129";
}
.glyphicon-hand-down:before {
    content: "\e130";
}
.glyphicon-circle-arrow-right:before {
    content: "\e131";
}
.glyphicon-circle-arrow-left:before {
    content: "\e132";
}
.glyphicon-circle-arrow-up:before {
    content: "\e133";
}
.glyphicon-circle-arrow-down:before {
    content: "\e134";
}
.glyphicon-globe:before {
    content: "\e135";
}
.glyphicon-wrench:before {
    content: "\e136";
}
.glyphicon-tasks:before {
    content: "\e137";
}
.glyphicon-filter:before {
    content: "\e138";
}
.glyphicon-briefcase:before {
    content: "\e139";
}
.glyphicon-fullscreen:before {
    content: "\e140";
}
.glyphicon-dashboard:before {
    content: "\e141";
}
.glyphicon-paperclip:before {
    content: "\e142";
}
.glyphicon-heart-empty:before {
    content: "\e143";
}
.glyphicon-link:before {
    content: "\e144";
}
.glyphicon-phone:before {
    content: "\e145";
}
.glyphicon-pushpin:before {
    content: "\e146";
}
.glyphicon-usd:before {
    content: "\e148";
}
.glyphicon-gbp:before {
    content: "\e149";
}
.glyphicon-sort:before {
    content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}
.glyphicon-sort-by-order:before {
    content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}
.glyphicon-sort-by-attributes:before {
    content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}
.glyphicon-unchecked:before {
    content: "\e157";
}
.glyphicon-expand:before {
    content: "\e158";
}
.glyphicon-collapse-down:before {
    content: "\e159";
}
.glyphicon-collapse-up:before {
    content: "\e160";
}
.glyphicon-log-in:before {
    content: "\e161";
}
.glyphicon-flash:before {
    content: "\e162";
}
.glyphicon-log-out:before {
    content: "\e163";
}
.glyphicon-new-window:before {
    content: "\e164";
}
.glyphicon-record:before {
    content: "\e165";
}
.glyphicon-save:before {
    content: "\e166";
}
.glyphicon-open:before {
    content: "\e167";
}
.glyphicon-saved:before {
    content: "\e168";
}
.glyphicon-import:before {
    content: "\e169";
}
.glyphicon-export:before {
    content: "\e170";
}
.glyphicon-send:before {
    content: "\e171";
}
.glyphicon-floppy-disk:before {
    content: "\e172";
}
.glyphicon-floppy-saved:before {
    content: "\e173";
}
.glyphicon-floppy-remove:before {
    content: "\e174";
}
.glyphicon-floppy-save:before {
    content: "\e175";
}
.glyphicon-floppy-open:before {
    content: "\e176";
}
.glyphicon-credit-card:before {
    content: "\e177";
}
.glyphicon-transfer:before {
    content: "\e178";
}
.glyphicon-cutlery:before {
    content: "\e179";
}
.glyphicon-header:before {
    content: "\e180";
}
.glyphicon-compressed:before {
    content: "\e181";
}
.glyphicon-earphone:before {
    content: "\e182";
}
.glyphicon-phone-alt:before {
    content: "\e183";
}
.glyphicon-tower:before {
    content: "\e184";
}
.glyphicon-stats:before {
    content: "\e185";
}
.glyphicon-sd-video:before {
    content: "\e186";
}
.glyphicon-hd-video:before {
    content: "\e187";
}
.glyphicon-subtitles:before {
    content: "\e188";
}
.glyphicon-sound-stereo:before {
    content: "\e189";
}
.glyphicon-sound-dolby:before {
    content: "\e190";
}
.glyphicon-sound-5-1:before {
    content: "\e191";
}
.glyphicon-sound-6-1:before {
    content: "\e192";
}
.glyphicon-sound-7-1:before {
    content: "\e193";
}
.glyphicon-copyright-mark:before {
    content: "\e194";
}
.glyphicon-registration-mark:before {
    content: "\e195";
}
.glyphicon-cloud-download:before {
    content: "\e197";
}
.glyphicon-cloud-upload:before {
    content: "\e198";
}
.glyphicon-tree-conifer:before {
    content: "\e199";
}
.glyphicon-tree-deciduous:before {
    content: "\e200";
}
.glyphicon-cd:before {
    content: "\e201";
}
.glyphicon-save-file:before {
    content: "\e202";
}
.glyphicon-open-file:before {
    content: "\e203";
}
.glyphicon-level-up:before {
    content: "\e204";
}
.glyphicon-copy:before {
    content: "\e205";
}
.glyphicon-paste:before {
    content: "\e206";
}
.glyphicon-alert:before {
    content: "\e209";
}
.glyphicon-equalizer:before {
    content: "\e210";
}
.glyphicon-king:before {
    content: "\e211";
}
.glyphicon-queen:before {
    content: "\e212";
}
.glyphicon-pawn:before {
    content: "\e213";
}
.glyphicon-bishop:before {
    content: "\e214";
}
.glyphicon-knight:before {
    content: "\e215";
}
.glyphicon-baby-formula:before {
    content: "\e216";
}
.glyphicon-tent:before {
    content: "\26fa";
}
.glyphicon-blackboard:before {
    content: "\e218";
}
.glyphicon-bed:before {
    content: "\e219";
}
.glyphicon-apple:before {
    content: "\f8ff";
}
.glyphicon-erase:before {
    content: "\e221";
}
.glyphicon-hourglass:before {
    content: "\231b";
}
.glyphicon-lamp:before {
    content: "\e223";
}
.glyphicon-duplicate:before {
    content: "\e224";
}
.glyphicon-piggy-bank:before {
    content: "\e225";
}
.glyphicon-scissors:before {
    content: "\e226";
}
.glyphicon-bitcoin:before,
.glyphicon-btc:before,
.glyphicon-xbt:before {
    content: "\e227";
}
.glyphicon-jpy:before,
.glyphicon-yen:before {
    content: "\00a5";
}
.glyphicon-rub:before,
.glyphicon-ruble:before {
    content: "\20bd";
}
.glyphicon-scale:before {
    content: "\e230";
}
.glyphicon-ice-lolly:before {
    content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}
.glyphicon-education:before {
    content: "\e233";
}
.glyphicon-option-horizontal:before {
    content: "\e234";
}
.glyphicon-option-vertical:before {
    content: "\e235";
}
.glyphicon-menu-hamburger:before {
    content: "\e236";
}
.glyphicon-modal-window:before {
    content: "\e237";
}
.glyphicon-oil:before {
    content: "\e238";
}
.glyphicon-grain:before {
    content: "\e239";
}
.glyphicon-sunglasses:before {
    content: "\e240";
}
.glyphicon-text-size:before {
    content: "\e241";
}
.glyphicon-text-color:before {
    content: "\e242";
}
.glyphicon-text-background:before {
    content: "\e243";
}
.glyphicon-object-align-top:before {
    content: "\e244";
}
.glyphicon-object-align-bottom:before {
    content: "\e245";
}
.glyphicon-object-align-horizontal:before {
    content: "\e246";
}
.glyphicon-object-align-left:before {
    content: "\e247";
}
.glyphicon-object-align-vertical:before {
    content: "\e248";
}
.glyphicon-object-align-right:before {
    content: "\e249";
}
.glyphicon-triangle-right:before {
    content: "\e250";
}
.glyphicon-triangle-left:before {
    content: "\e251";
}
.glyphicon-triangle-bottom:before {
    content: "\e252";
}
.glyphicon-triangle-top:before {
    content: "\e253";
}
.glyphicon-console:before {
    content: "\e254";
}
.glyphicon-superscript:before {
    content: "\e255";
}
.glyphicon-subscript:before {
    content: "\e256";
}
.glyphicon-menu-left:before {
    content: "\e257";
}
.glyphicon-menu-right:before {
    content: "\e258";
}
.glyphicon-menu-down:before {
    content: "\e259";
}
.glyphicon-menu-up:before {
    content: "\e260";
}
*,
:after,
:before {
    box-sizing: border-box;
}
button,
input,
select,
textarea {
    font-family: inherit;
    line-height: inherit;
}
.img-thumbnail,
dd,
dt {
    line-height: 1.42857143;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
[role="button"] {
    cursor: pointer;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-primary {
    color: #337ab7;
}
dl {
    margin-top: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-left: 0;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
    .container {
        width: 600px;
    }
}
.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 992px) {
    .container {
        width: 760px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 930px;
    }
}
.container {
    width: 70%;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
table {
    background-color: transparent;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 5px;
}
.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
    background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
    background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
    background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc;
}
.table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > thead > tr > th {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }
}
fieldset {
    min-width: 0;
}
legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}
.form-control,
output {
    line-height: 1.42857143;
    display: block;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="radio"]:focus,
input[type="checkbox"]:focus,
input[type="file"]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}
output {
    padding-top: 7px;
    font-size: 14px;
    color: #555;
}
.form-control {
    width: 100%;
    background-color: #fff;
    background-image: none;
    -webkit-transition: border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-control-feedback,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d;
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"],
    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm {
        line-height: 30px;
    }
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"],
    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg {
        line-height: 46px;
    }
}
.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
    margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px;
}
.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
input[type="radio"].disabled,
input[type="radio"][disabled],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled] {
    cursor: not-allowed;
}
.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0;
}
.form-group-sm .form-control,
.input-sm {
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
}
.input-sm {
    height: 30px;
    line-height: 1.5;
}
select.input-sm {
    height: 30px;
    line-height: 30px;
}
select[multiple].input-sm,
textarea.input-sm {
    height: auto;
}
.form-group-sm .form-control {
    height: 30px;
    line-height: 1.5;
}
.form-group-lg .form-control,
.input-lg {
    border-radius: 6px;
    padding: 10px 16px;
    font-size: 18px;
}
.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto;
}
.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.input-lg {
    height: 46px;
    line-height: 1.3333333;
}
select.input-lg {
    height: 46px;
    line-height: 46px;
}
select[multiple].input-lg,
textarea.input-lg {
    height: auto;
}
.form-group-lg .form-control {
    height: 46px;
    line-height: 1.3333333;
}
.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto;
}
.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 42.5px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .form-control-feedback,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-control-feedback,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
    top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
@media (min-width: 768px) {
    .form-inline .form-control-static,
    .form-inline .form-group {
        display: inline-block;
    }
    .form-inline .control-label,
    .form-inline .form-group {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0;
    }
    .form-inline .checkbox input[type="checkbox"],
    .form-inline .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px;
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu-right,
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-header,
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    line-height: 1.42857143;
    white-space: nowrap;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child,
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child),
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    font-weight: 400;
    color: #333;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    color: #777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-header {
    font-size: 12px;
    color: #777;
}
.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}
.nav-justified > .dropdown .dropdown-menu,
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    float: left;
}
.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: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}
.btn .caret,
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-lg .caret {
    border-width: 5px 5px 0;
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
    float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
    > .btn-group:first-child:not(:last-child)
    > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical
    > .btn-group:last-child:not(:first-child)
    > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}
.btn-group-justified > .btn-group .btn {
    width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group .form-control:focus {
    z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
    height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
    height: auto;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell;
}
.nav > li,
.nav > li > a {
    display: block;
    position: relative;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
}
.nav > li > a {
    padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
}
.nav > li.disabled > a {
    color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #eee;
    border-color: #337ab7;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}
.nav-pills > li {
    float: left;
}
.nav-justified > li,
.nav-stacked > li {
    float: none;
}
.nav-pills > li > a {
    border-radius: 4px;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #337ab7;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified {
    width: 100%;
}
.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-tabs-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a {
        margin-bottom: 0;
    }
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
    .navbar-header {
        float: left;
    }
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}
.embed-responsive,
.modal,
.modal-open {
    overflow: hidden;
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-brand > img {
    display: block;
}
@media (min-width: 768px) {
    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
    .navbar-fixed-bottom,
    .navbar-fixed-top,
    .navbar-static-top {
        border-radius: 0;
    }
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
.navbar-nav {
    margin: 7.5px -15px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none;
    }
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.navbar-form {
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.1);
    margin: 8px -15px;
}
@media (min-width: 768px) {
    .navbar-form .form-control-static,
    .navbar-form .form-group {
        display: inline-block;
    }
    .navbar-form .control-label,
    .navbar-form .form-group {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto;
    }
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0;
    }
    .navbar-form .checkbox input[type="checkbox"],
    .navbar-form .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.breadcrumb > li,
.pagination {
    display: inline-block;
}
.btn .badge,
.btn .label {
    top: -1px;
    position: relative;
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-radius: 4px 4px 0 0;
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-text {
    color: #777;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #555;
    background-color: #e7e7e7;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }
}
.navbar-default .navbar-link {
    color: #777;
}
.navbar-default .navbar-link:hover {
    color: #333;
}
.navbar-default .btn-link {
    color: #777;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc;
}
.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-text {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #080808;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }
}
.navbar-inverse .navbar-link {
    color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link {
    color: #9d9d9d;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.breadcrumb > .active {
    color: #777;
}
.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pager li,
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.badge,
.label {
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li > a:focus,
.pager li > a:hover {
    text-decoration: none;
    background-color: #eee;
}
.pager .next > a,
.pager .next > span {
    float: right;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}
.close,
.list-group-item > .badge {
    float: right;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}
a.badge:focus,
a.badge:hover,
a.label:focus,
a.label:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    color: #fff;
    vertical-align: baseline;
    border-radius: 0.25em;
}
.label:empty {
    display: none;
}
.label-default {
    background-color: #777;
}
.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e;
}
.label-primary {
    background-color: #337ab7;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}
.badge:empty {
    display: none;
}
.media-object,
.thumbnail {
    display: block;
}
.btn-group-xs > .btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff;
}
.alert h4,
.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
    color: inherit;
}
.list-group-item > .badge + .badge {
    margin-right: 5px;
}
.nav-pills > li > a > .badge {
    margin-left: 3px;
}
.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background-color: #eee;
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}
.alert,
.thumbnail {
    margin-bottom: 20px;
}
.alert .alert-link,
.close {
    font-weight: 700;
}
.jumbotron > hr {
    border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px;
}
.jumbotron .container {
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }
    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px;
    }
}
.thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}
.thumbnail a > img,
.thumbnail > img {
    margin-right: auto;
    margin-left: auto;
}
.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.modal,
.modal-backdrop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}
.media-body {
    width: 10000px;
}
.media-object.img-thumbnail {
    max-width: none;
}
.media-right,
.media > .pull-right {
    padding-left: 10px;
}
.media-left,
.media > .pull-left {
    padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}
.media-middle {
    vertical-align: middle;
}
.media-bottom {
    vertical-align: bottom;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.media-list {
    padding-left: 0;
}
.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
    color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}
button.list-group-item {
    width: 100%;
    text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
    color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef;
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
.panel-heading > .dropdown .dropdown-toggle,
.panel-title,
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
    color: inherit;
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-title,
.panel > .list-group,
.panel > .panel-collapse > .list-group,
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
    margin-bottom: 0;
}
.panel-body {
    padding: 15px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-title {
    margin-top: 0;
    font-size: 16px;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel-group .panel-heading,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel
    > .panel-collapse
    > .list-group:first-child
    .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel
    > .panel-heading
    + .panel-collapse
    > .list-group
    .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group + .panel-footer,
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
    padding-right: 15px;
    padding-left: 15px;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child,
.panel > .table:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    td:first-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    th:first-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child
    td:first-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child
    th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
    > .table:first-child
    > thead:first-child
    > tr:first-child
    th:first-child {
    border-top-left-radius: 3px;
}
.panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    td:last-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    th:last-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child
    td:last-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child
    th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child,
.panel > .table:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    td:first-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    th:first-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    td:first-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    td:last-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    th:last-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    td:last-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
}
.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}
.panel-default {
    border-color: #ddd;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}
.panel-primary {
    border-color: #337ab7;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
}
.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-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
    padding: 24px;
    border-radius: 6px;
}
.well-sm {
    padding: 9px;
    border-radius: 3px;
}
.close {
    font-size: 21px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
}
.popover,
.tooltip {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.42857143;
    text-shadow: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    line-break: auto;
    white-space: normal;
    text-decoration: none;
}
.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.modal {
    position: fixed;
    z-index: 1050;
    display: none;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
    position: fixed;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
.carousel-inner,
svg:not(:root) {
    overflow: hidden;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    text-align: start;
    text-transform: none;
    filter: alpha(opacity=0);
    opacity: 0;
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9;
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top .tooltip-arrow {
    left: 50%;
    margin-left: -5px;
}
.tooltip.top-left .tooltip-arrow {
    right: 5px;
    margin-bottom: -5px;
}
.tooltip.top-right .tooltip-arrow {
    left: 5px;
    margin-bottom: -5px;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-width: 0 5px 5px;
    border-bottom-color: #000;
    top: 0;
}
.tooltip.bottom .tooltip-arrow {
    left: 50%;
    margin-left: -5px;
}
.tooltip.bottom-left .tooltip-arrow {
    right: 5px;
    margin-top: -5px;
}
.tooltip.bottom-right .tooltip-arrow {
    left: 5px;
    margin-top: -5px;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    text-align: start;
    text-transform: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.carousel-caption,
.carousel-control {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    text-align: center;
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.carousel,
.carousel-inner {
    position: relative;
}
.popover > .arrow {
    border-width: 11px;
}
.popover > .arrow:after {
    content: "";
    border-width: 10px;
}
.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}
.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}
.popover.left > .arrow:after,
.popover.right > .arrow:after {
    bottom: -10px;
    content: " ";
}
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}
.popover.right > .arrow:after {
    left: 1px;
    border-right-color: #fff;
    border-left-width: 0;
}
.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}
.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
}
.carousel-inner {
    width: 100%;
}
.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner > .item.active.right,
    .carousel-inner > .item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    .carousel-inner > .item.active.left,
    .carousel-inner > .item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .carousel-inner > .item.active,
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(
        left,
        rgba(0, 0, 0, 0.5) 0,
        rgba(0, 0, 0, 0.0001) 100%
    );
    background-image: -o-linear-gradient(
        left,
        rgba(0, 0, 0, 0.5) 0,
        rgba(0, 0, 0, 0.0001) 100%
    );
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0.0001))
    );
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 0,
        rgba(0, 0, 0, 0.0001) 100%
    );
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(
        left,
        rgba(0, 0, 0, 0.0001) 0,
        rgba(0, 0, 0, 0.5) 100%
    );
    background-image: -o-linear-gradient(
        left,
        rgba(0, 0, 0, 0.0001) 0,
        rgba(0, 0, 0, 0.5) 100%
    );
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(0, 0, 0, 0.0001)),
        to(rgba(0, 0, 0, 0.5))
    );
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.0001) 0,
        rgba(0, 0, 0, 0.5) 100%
    );
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: 0.9;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1;
}
.carousel-control .icon-prev:before {
    content: "\2039";
}
.carousel-control .icon-next:before {
    content: "\203a";
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
}
.carousel-caption .btn,
.text-hide {
    text-shadow: none;
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.hidden,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    background-color: transparent;
    border: 0;
}
body,
button,
html,
input,
select,
textarea {
    font-weight: 300;
    font-style: normal;
    font-family: "Roboto", sans-serif;
}
.affix {
    position: fixed;
}
.card-slide,
.circle .circle-wrap,
sub,
sup {
    position: relative;
}
@-ms-viewport {
    width: device-width;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }
    .visible-xs-block {
        display: block !important;
    }
    .visible-xs-inline {
        display: inline !important;
    }
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
    .visible-sm-block {
        display: block !important;
    }
    .visible-sm-inline {
        display: inline !important;
    }
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
    .visible-md-block {
        display: block !important;
    }
    .visible-md-inline {
        display: inline !important;
    }
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
    .visible-lg-block {
        display: block !important;
    }
    .visible-lg-inline {
        display: inline !important;
    }
    .visible-lg-inline-block {
        display: inline-block !important;
    }
    .hidden-lg {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    td.visible-print,
    th.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
    .hidden-print {
        display: none !important;
    }
}
@font-face {
    font-family: "Futura LT Book";
    src: url(../fonts/FuturaLT-Bold.woff2) format("woff2"),
        url(../fonts/FuturaLT-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Futura LT Book";
    src: url(../fonts/FuturaLT-Book.woff2) format("woff2"),
        url(../fonts/FuturaLT-Book.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Futura LT CondensedLight";
    src: url(../fonts/FuturaLT-CondensedLight.woff2) format("woff2"),
        url(../fonts/FuturaLT-CondensedLight.woff) format("woff");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Futura LT Condensed";
    src: url(../fonts/FuturaLT-Condensed.woff2) format("woff2"),
        url(../fonts/FuturaLT-Condensed.woff) format("woff");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-Thin.woff2) format("woff2"),
        url(../fonts/Poppins-Thin.woff) format("woff");
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-SemiBold.woff2) format("woff2"),
        url(../fonts/Poppins-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-Light.woff2) format("woff2"),
        url(../fonts/Poppins-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-Medium.woff2) format("woff2"),
        url(../fonts/Poppins-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-ExtraBold.woff2) format("woff2"),
        url(../fonts/Poppins-ExtraBold.woff) format("woff");
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-Bold.woff2) format("woff2"),
        url(../fonts/Poppins-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-Black.woff2) format("woff2"),
        url(../fonts/Poppins-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-LightItalic.woff2) format("woff2"),
        url(../fonts/Poppins-LightItalic.woff) format("woff");
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-ThinItalic.woff2) format("woff2"),
        url(../fonts/Poppins-ThinItalic.woff) format("woff");
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-BlackItalic.woff2) format("woff2"),
        url(../fonts/Poppins-BlackItalic.woff) format("woff");
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-MediumItalic.woff2) format("woff2"),
        url(../fonts/Poppins-MediumItalic.woff) format("woff");
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-Regular.woff2) format("woff2"),
        url(../fonts/Poppins-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-ExtraLightItalic.woff2) format("woff2"),
        url(../fonts/Poppins-ExtraLightItalic.woff) format("woff");
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-ExtraLight.woff2) format("woff2"),
        url(../fonts/Poppins-ExtraLight.woff) format("woff");
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-Italic.woff2) format("woff2"),
        url(../fonts/Poppins-Italic.woff) format("woff");
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-ExtraBoldItalic.woff2) format("woff2"),
        url(../fonts/Poppins-ExtraBoldItalic.woff) format("woff");
    font-weight: 800;
    font-style: italic;
}
@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-BoldItalic.woff2) format("woff2"),
        url(../fonts/Poppins-BoldItalic.woff) format("woff");
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-SemiBoldItalic.woff2) format("woff2"),
        url(../fonts/Poppins-SemiBoldItalic.woff) format("woff");
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: "Source Sans Pro";
    src: url(../fonts/SourceSansPro-It.woff2) format("woff2"),
        url(../fonts/SourceSansPro-It.woff) format("woff");
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: "Source Sans Pro";
    src: url(../fonts/SourceSansPro-Light.woff2) format("woff2"),
        url(../fonts/SourceSansPro-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Source Sans Pro";
    src: url(../fonts/SourceSansPro-Regular.woff2) format("woff2"),
        url(../fonts/SourceSansPro-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Source Sans Pro";
    src: url(../fonts/SourceSansPro-Bold.woff2) format("woff2"),
        url(../fonts/SourceSansPro-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: Montserrat-Black;
    src: url(../fonts/Montserrat-Black.eot?#iefix) format("embedded-opentype"),
        url(../fonts/Montserrat-Black.otf) format("opentype"),
        url(../fonts/Montserrat-Black.woff) format("woff"),
        url(../fonts/Montserrat-Black.ttf) format("truetype"),
        url(../fonts/Montserrat-Black.svg#Montserrat-Black) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Montserrat-Bold;
    src: url(../fonts/Montserrat-Bold.eot?#iefix) format("embedded-opentype"),
        url(../fonts/Montserrat-Bold.otf) format("opentype"),
        url(../fonts/Montserrat-Bold.woff) format("woff"),
        url(../fonts/Montserrat-Bold.ttf) format("truetype"),
        url(../fonts/Montserrat-Bold.svg#Montserrat-Bold) format("svg");
    font-weight: 400;
    font-style: normal;
}
*,
::after,
::before {
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
body,
html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    text-rendering: optimizeLegibility;
    line-height: 1.6;
    background-color: #f8f8f8;
    font-size: 16px;
    color: #222;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
.d-none,
[hidden] {
    display: none;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
dl {
    margin: 1em 0;
}
dd {
    margin: 0 0 0 40px;
}
menu,
nav ol,
nav ul,
ol,
p,
pre,
ul {
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
figure,
form {
    margin: 0;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
.p-0,
legend {
    padding: 0;
}
legend {
    border: 0;
    white-space: normal;
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}
select {
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
button,
input {
    line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}
button[disabled],
input[disabled] {
    cursor: default;
}
input[type="radio"],
input[type="checkbox"] {
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
.card,
.overHide {
    overflow: hidden;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
::-moz-selection {
    color: #fff;
    background-color: #ff0049;
}
::selection {
    color: #fff;
    background-color: #ff0049;
}
a {
    text-decoration: none;
}
a:active,
a:focus,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
blockquote {
    margin: 1em 40px;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
code,
kbd,
pre,
samp {
    font-size: 1em;
}
small,
sub,
sup {
    font-size: 75%;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
q:after,
q:before {
    content: "";
    content: none;
}
.list ul li::before,
.list-group a::after,
.menu-bg::before {
    content: "";
}
sub,
sup {
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
.cr-white {
    color: #fff;
}
.cr-white-imp {
    color: #fff !important;
}
.cr-white-bg {
    background-color: #fff;
}
.cr-white-bg-imp {
    background-color: #fff !important;
}
.cr-black {
    color: #000;
}
.cr-black-imp {
    color: #000 !important;
}
.cr-black-bg {
    background-color: #000;
}
.cr-black-bg-imp {
    background-color: #000 !important;
}
.d-block {
    display: block;
    float: none;
}
.d-inline {
    display: inline;
    float: none;
}
.d-inline-block {
    display: inline-block;
    float: none;
}
.d-none-imp {
    display: none !important;
}
.d-block-imp {
    display: block !important;
    float: none;
}
.d-inline-imp {
    display: inline !important;
    float: none;
}
.d-inline-block-imp {
    display: inline-block !important;
    float: none;
}
.m-0 {
    margin: 0;
}
.m-0-imp {
    margin: 0 !important;
}
.mt-0 {
    margin-top: 0;
}
.mt-0-imp {
    margin-top: 0 !important;
}
.mr-0 {
    margin-right: 0;
}
.mr-0-imp {
    margin-right: 0 !important;
}
.mb-0 {
    margin-bottom: 0;
}
.mb-0-imp {
    margin-bottom: 0 !important;
}
.ml-0 {
    margin-left: 0;
}
.ml-0-imp {
    margin-left: 0 !important;
}
.p-0-imp {
    padding: 0 !important;
}
.pt-0 {
    padding-top: 0;
}
.pt-0-imp {
    padding-top: 0 !important;
}
.pr-0 {
    padding-right: 0;
}
.pr-0-imp {
    padding-right: 0 !important;
}
.pb-0 {
    padding-bottom: 0;
}
.pb-0-imp {
    padding-bottom: 0 !important;
}
.pl-0 {
    padding-left: 0;
}
.pl-0-imp {
    padding-left: 0 !important;
}
.m-1 {
    margin: 1px;
}
.m-1-imp {
    margin: 1px !important;
}
.mt-1 {
    margin-top: 1px;
}
.mt-1-imp {
    margin-top: 1px !important;
}
.mr-1 {
    margin-right: 1px;
}
.mr-1-imp {
    margin-right: 1px !important;
}
.mb-1 {
    margin-bottom: 1px;
}
.mb-1-imp {
    margin-bottom: 1px !important;
}
.ml-1 {
    margin-left: 1px;
}
.ml-1-imp {
    margin-left: 1px !important;
}
.p-1 {
    padding: 1px;
}
.p-1-imp {
    padding: 1px !important;
}
.pt-1 {
    padding-top: 1px;
}
.pt-1-imp {
    padding-top: 1px !important;
}
.pr-1 {
    padding-right: 1px;
}
.pr-1-imp {
    padding-right: 1px !important;
}
.pb-1 {
    padding-bottom: 1px;
}
.pb-1-imp {
    padding-bottom: 1px !important;
}
.pl-1 {
    padding-left: 1px;
}
.pl-1-imp {
    padding-left: 1px !important;
}
.m-2 {
    margin: 2px;
}
.m-2-imp {
    margin: 2px !important;
}
.mt-2 {
    margin-top: 2px;
}
.mt-2-imp {
    margin-top: 2px !important;
}
.mr-2 {
    margin-right: 2px;
}
.mr-2-imp {
    margin-right: 2px !important;
}
.mb-2 {
    margin-bottom: 2px;
}
.mb-2-imp {
    margin-bottom: 2px !important;
}
.ml-2 {
    margin-left: 2px;
}
.ml-2-imp {
    margin-left: 2px !important;
}
.p-2 {
    padding: 2px;
}
.p-2-imp {
    padding: 2px !important;
}
.pt-2 {
    padding-top: 2px;
}
.pt-2-imp {
    padding-top: 2px !important;
}
.pr-2 {
    padding-right: 2px;
}
.pr-2-imp {
    padding-right: 2px !important;
}
.pb-2 {
    padding-bottom: 2px;
}
.pb-2-imp {
    padding-bottom: 2px !important;
}
.pl-2 {
    padding-left: 2px;
}
.pl-2-imp {
    padding-left: 2px !important;
}
.m-3 {
    margin: 3px;
}
.m-3-imp {
    margin: 3px !important;
}
.mt-3 {
    margin-top: 3px;
}
.mt-3-imp {
    margin-top: 3px !important;
}
.mr-3 {
    margin-right: 3px;
}
.mr-3-imp {
    margin-right: 3px !important;
}
.mb-3 {
    margin-bottom: 3px;
}
.mb-3-imp {
    margin-bottom: 3px !important;
}
.ml-3 {
    margin-left: 3px;
}
.ml-3-imp {
    margin-left: 3px !important;
}
.p-3 {
    padding: 3px;
}
.p-3-imp {
    padding: 3px !important;
}
.pt-3 {
    padding-top: 3px;
}
.pt-3-imp {
    padding-top: 3px !important;
}
.pr-3 {
    padding-right: 3px;
}
.pr-3-imp {
    padding-right: 3px !important;
}
.pb-3 {
    padding-bottom: 3px;
}
.pb-3-imp {
    padding-bottom: 3px !important;
}
.pl-3 {
    padding-left: 3px;
}
.pl-3-imp {
    padding-left: 3px !important;
}
.m-4 {
    margin: 4px;
}
.m-4-imp {
    margin: 4px !important;
}
.mt-4 {
    margin-top: 4px;
}
.mt-4-imp {
    margin-top: 4px !important;
}
.mr-4 {
    margin-right: 4px;
}
.mr-4-imp {
    margin-right: 4px !important;
}
.mb-4 {
    margin-bottom: 4px;
}
.mb-4-imp {
    margin-bottom: 4px !important;
}
.ml-4 {
    margin-left: 4px;
}
.ml-4-imp {
    margin-left: 4px !important;
}
.p-4 {
    padding: 4px;
}
.p-4-imp {
    padding: 4px !important;
}
.pt-4 {
    padding-top: 4px;
}
.pt-4-imp {
    padding-top: 4px !important;
}
.pr-4 {
    padding-right: 4px;
}
.pr-4-imp {
    padding-right: 4px !important;
}
.pb-4 {
    padding-bottom: 4px;
}
.pb-4-imp {
    padding-bottom: 4px !important;
}
.pl-4 {
    padding-left: 4px;
}
.pl-4-imp {
    padding-left: 4px !important;
}
.m-5 {
    margin: 5px;
}
.m-5-imp {
    margin: 5px !important;
}
.mt-5 {
    margin-top: 5px;
}
.mt-5-imp {
    margin-top: 5px !important;
}
.mr-5 {
    margin-right: 5px;
}
.mr-5-imp {
    margin-right: 5px !important;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-5-imp {
    margin-bottom: 5px !important;
}
.ml-5 {
    margin-left: 5px;
}
.ml-5-imp {
    margin-left: 5px !important;
}
.p-5 {
    padding: 5px;
}
.p-5-imp {
    padding: 5px !important;
}
.pt-5 {
    padding-top: 5px;
}
.pt-5-imp {
    padding-top: 5px !important;
}
.pr-5 {
    padding-right: 5px;
}
.pr-5-imp {
    padding-right: 5px !important;
}
.pb-5 {
    padding-bottom: 5px;
}
.pb-5-imp {
    padding-bottom: 5px !important;
}
.pl-5 {
    padding-left: 5px;
}
.pl-5-imp {
    padding-left: 5px !important;
}
.m-6 {
    margin: 6px;
}
.m-6-imp {
    margin: 6px !important;
}
.mt-6 {
    margin-top: 6px;
}
.mt-6-imp {
    margin-top: 6px !important;
}
.mr-6 {
    margin-right: 6px;
}
.mr-6-imp {
    margin-right: 6px !important;
}
.mb-6 {
    margin-bottom: 6px;
}
.mb-6-imp {
    margin-bottom: 6px !important;
}
.ml-6 {
    margin-left: 6px;
}
.ml-6-imp {
    margin-left: 6px !important;
}
.p-6 {
    padding: 6px;
}
.p-6-imp {
    padding: 6px !important;
}
.pt-6 {
    padding-top: 6px;
}
.pt-6-imp {
    padding-top: 6px !important;
}
.pr-6 {
    padding-right: 6px;
}
.pr-6-imp {
    padding-right: 6px !important;
}
.pb-6 {
    padding-bottom: 6px;
}
.pb-6-imp {
    padding-bottom: 6px !important;
}
.pl-6 {
    padding-left: 6px;
}
.pl-6-imp {
    padding-left: 6px !important;
}
.m-7 {
    margin: 7px;
}
.m-7-imp {
    margin: 7px !important;
}
.mt-7 {
    margin-top: 7px;
}
.mt-7-imp {
    margin-top: 7px !important;
}
.mr-7 {
    margin-right: 7px;
}
.mr-7-imp {
    margin-right: 7px !important;
}
.mb-7 {
    margin-bottom: 7px;
}
.mb-7-imp {
    margin-bottom: 7px !important;
}
.ml-7 {
    margin-left: 7px;
}
.ml-7-imp {
    margin-left: 7px !important;
}
.p-7 {
    padding: 7px;
}
.p-7-imp {
    padding: 7px !important;
}
.pt-7 {
    padding-top: 7px;
}
.pt-7-imp {
    padding-top: 7px !important;
}
.pr-7 {
    padding-right: 7px;
}
.pr-7-imp {
    padding-right: 7px !important;
}
.pb-7 {
    padding-bottom: 7px;
}
.pb-7-imp {
    padding-bottom: 7px !important;
}
.pl-7 {
    padding-left: 7px;
}
.pl-7-imp {
    padding-left: 7px !important;
}
.m-8 {
    margin: 8px;
}
.m-8-imp {
    margin: 8px !important;
}
.mt-8 {
    margin-top: 8px;
}
.mt-8-imp {
    margin-top: 8px !important;
}
.mr-8 {
    margin-right: 8px;
}
.mr-8-imp {
    margin-right: 8px !important;
}
.mb-8 {
    margin-bottom: 8px;
}
.mb-8-imp {
    margin-bottom: 8px !important;
}
.ml-8 {
    margin-left: 8px;
}
.ml-8-imp {
    margin-left: 8px !important;
}
.p-8 {
    padding: 8px;
}
.p-8-imp {
    padding: 8px !important;
}
.pt-8 {
    padding-top: 8px;
}
.pt-8-imp {
    padding-top: 8px !important;
}
.pr-8 {
    padding-right: 8px;
}
.pr-8-imp {
    padding-right: 8px !important;
}
.pb-8 {
    padding-bottom: 8px;
}
.pb-8-imp {
    padding-bottom: 8px !important;
}
.pl-8 {
    padding-left: 8px;
}
.pl-8-imp {
    padding-left: 8px !important;
}
.m-9 {
    margin: 9px;
}
.m-9-imp {
    margin: 9px !important;
}
.mt-9 {
    margin-top: 9px;
}
.mt-9-imp {
    margin-top: 9px !important;
}
.mr-9 {
    margin-right: 9px;
}
.mr-9-imp {
    margin-right: 9px !important;
}
.mb-9 {
    margin-bottom: 9px;
}
.mb-9-imp {
    margin-bottom: 9px !important;
}
.ml-9 {
    margin-left: 9px;
}
.ml-9-imp {
    margin-left: 9px !important;
}
.p-9 {
    padding: 9px;
}
.p-9-imp {
    padding: 9px !important;
}
.pt-9 {
    padding-top: 9px;
}
.pt-9-imp {
    padding-top: 9px !important;
}
.pr-9 {
    padding-right: 9px;
}
.pr-9-imp {
    padding-right: 9px !important;
}
.pb-9 {
    padding-bottom: 9px;
}
.pb-9-imp {
    padding-bottom: 9px !important;
}
.pl-9 {
    padding-left: 9px;
}
.pl-9-imp {
    padding-left: 9px !important;
}
.m-10 {
    margin: 10px;
}
.m-10-imp {
    margin: 10px !important;
}
.mt-10 {
    margin-top: 10px;
}
.mt-10-imp {
    margin-top: 10px !important;
}
.mr-10 {
    margin-right: 10px;
}
.mr-10-imp {
    margin-right: 10px !important;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-10-imp {
    margin-bottom: 10px !important;
}
.ml-10 {
    margin-left: 10px;
}
.ml-10-imp {
    margin-left: 10px !important;
}
.p-10 {
    padding: 10px;
}
.p-10-imp {
    padding: 10px !important;
}
.pt-10 {
    padding-top: 10px;
}
.pt-10-imp {
    padding-top: 10px !important;
}
.pr-10 {
    padding-right: 10px;
}
.pr-10-imp {
    padding-right: 10px !important;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-10-imp {
    padding-bottom: 10px !important;
}
.pl-10 {
    padding-left: 10px;
}
.pl-10-imp {
    padding-left: 10px !important;
}
.m-11 {
    margin: 11px;
}
.m-11-imp {
    margin: 11px !important;
}
.mt-11 {
    margin-top: 11px;
}
.mt-11-imp {
    margin-top: 11px !important;
}
.mr-11 {
    margin-right: 11px;
}
.mr-11-imp {
    margin-right: 11px !important;
}
.mb-11 {
    margin-bottom: 11px;
}
.mb-11-imp {
    margin-bottom: 11px !important;
}
.ml-11 {
    margin-left: 11px;
}
.ml-11-imp {
    margin-left: 11px !important;
}
.p-11 {
    padding: 11px;
}
.p-11-imp {
    padding: 11px !important;
}
.pt-11 {
    padding-top: 11px;
}
.pt-11-imp {
    padding-top: 11px !important;
}
.pr-11 {
    padding-right: 11px;
}
.pr-11-imp {
    padding-right: 11px !important;
}
.pb-11 {
    padding-bottom: 11px;
}
.pb-11-imp {
    padding-bottom: 11px !important;
}
.pl-11 {
    padding-left: 11px;
}
.pl-11-imp {
    padding-left: 11px !important;
}
.m-12 {
    margin: 12px;
}
.m-12-imp {
    margin: 12px !important;
}
.mt-12 {
    margin-top: 12px;
}
.mt-12-imp {
    margin-top: 12px !important;
}
.mr-12 {
    margin-right: 12px;
}
.mr-12-imp {
    margin-right: 12px !important;
}
.mb-12 {
    margin-bottom: 12px;
}
.mb-12-imp {
    margin-bottom: 12px !important;
}
.ml-12 {
    margin-left: 12px;
}
.ml-12-imp {
    margin-left: 12px !important;
}
.p-12 {
    padding: 12px;
}
.p-12-imp {
    padding: 12px !important;
}
.budget-wrap,
.pt-12 {
    padding-top: 12px;
}
.pt-12-imp {
    padding-top: 12px !important;
}
.pr-12 {
    padding-right: 12px;
}
.pr-12-imp {
    padding-right: 12px !important;
}
.pb-12 {
    padding-bottom: 12px;
}
.pb-12-imp {
    padding-bottom: 12px !important;
}
.pl-12 {
    padding-left: 12px;
}
.pl-12-imp {
    padding-left: 12px !important;
}
.m-13 {
    margin: 13px;
}
.m-13-imp {
    margin: 13px !important;
}
.mt-13 {
    margin-top: 13px;
}
.mt-13-imp {
    margin-top: 13px !important;
}
.mr-13 {
    margin-right: 13px;
}
.mr-13-imp {
    margin-right: 13px !important;
}
.mb-13 {
    margin-bottom: 13px;
}
.mb-13-imp {
    margin-bottom: 13px !important;
}
.ml-13 {
    margin-left: 13px;
}
.ml-13-imp {
    margin-left: 13px !important;
}
.p-13 {
    padding: 13px;
}
.p-13-imp {
    padding: 13px !important;
}
.pt-13 {
    padding-top: 13px;
}
.pt-13-imp {
    padding-top: 13px !important;
}
.pr-13 {
    padding-right: 13px;
}
.pr-13-imp {
    padding-right: 13px !important;
}
.pb-13 {
    padding-bottom: 13px;
}
.pb-13-imp {
    padding-bottom: 13px !important;
}
.pl-13 {
    padding-left: 13px;
}
.pl-13-imp {
    padding-left: 13px !important;
}
.m-14 {
    margin: 14px;
}
.m-14-imp {
    margin: 14px !important;
}
.mt-14 {
    margin-top: 14px;
}
.mt-14-imp {
    margin-top: 14px !important;
}
.mr-14 {
    margin-right: 14px;
}
.mr-14-imp {
    margin-right: 14px !important;
}
.mb-14 {
    margin-bottom: 14px;
}
.mb-14-imp {
    margin-bottom: 14px !important;
}
.ml-14 {
    margin-left: 14px;
}
.ml-14-imp {
    margin-left: 14px !important;
}
.p-14 {
    padding: 14px;
}
.p-14-imp {
    padding: 14px !important;
}
.pt-14 {
    padding-top: 14px;
}
.pt-14-imp {
    padding-top: 14px !important;
}
.pr-14 {
    padding-right: 14px;
}
.pr-14-imp {
    padding-right: 14px !important;
}
.pb-14 {
    padding-bottom: 14px;
}
.pb-14-imp {
    padding-bottom: 14px !important;
}
.pl-14 {
    padding-left: 14px;
}
.pl-14-imp {
    padding-left: 14px !important;
}
.m-15 {
    margin: 15px;
}
.m-15-imp {
    margin: 15px !important;
}
.mt-15 {
    margin-top: 15px;
}
.mt-15-imp {
    margin-top: 15px !important;
}
.mr-15 {
    margin-right: 15px;
}
.mr-15-imp {
    margin-right: 15px !important;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-15-imp {
    margin-bottom: 15px !important;
}
.ml-15 {
    margin-left: 15px;
}
.ml-15-imp {
    margin-left: 15px !important;
}
.p-15 {
    padding: 15px;
}
.p-15-imp {
    padding: 15px !important;
}
.pt-15 {
    padding-top: 15px;
}
.pt-15-imp {
    padding-top: 15px !important;
}
.pr-15 {
    padding-right: 15px;
}
.pr-15-imp {
    padding-right: 15px !important;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-15-imp {
    padding-bottom: 15px !important;
}
.pl-15 {
    padding-left: 15px;
}
.pl-15-imp {
    padding-left: 15px !important;
}
.m-16 {
    margin: 16px;
}
.m-16-imp {
    margin: 16px !important;
}
.mt-16 {
    margin-top: 16px;
}
.mt-16-imp {
    margin-top: 16px !important;
}
.mr-16 {
    margin-right: 16px;
}
.mr-16-imp {
    margin-right: 16px !important;
}
.mb-16 {
    margin-bottom: 16px;
}
.mb-16-imp {
    margin-bottom: 16px !important;
}
.ml-16 {
    margin-left: 16px;
}
.ml-16-imp {
    margin-left: 16px !important;
}
.p-16 {
    padding: 16px;
}
.p-16-imp {
    padding: 16px !important;
}
.pt-16 {
    padding-top: 16px;
}
.pt-16-imp {
    padding-top: 16px !important;
}
.pr-16 {
    padding-right: 16px;
}
.pr-16-imp {
    padding-right: 16px !important;
}
.pb-16 {
    padding-bottom: 16px;
}
.pb-16-imp {
    padding-bottom: 16px !important;
}
.pl-16 {
    padding-left: 16px;
}
.pl-16-imp {
    padding-left: 16px !important;
}
.m-17 {
    margin: 17px;
}
.m-17-imp {
    margin: 17px !important;
}
.mt-17 {
    margin-top: 17px;
}
.mt-17-imp {
    margin-top: 17px !important;
}
.mr-17 {
    margin-right: 17px;
}
.mr-17-imp {
    margin-right: 17px !important;
}
.mb-17 {
    margin-bottom: 17px;
}
.mb-17-imp {
    margin-bottom: 17px !important;
}
.ml-17 {
    margin-left: 17px;
}
.ml-17-imp {
    margin-left: 17px !important;
}
.p-17 {
    padding: 17px;
}
.p-17-imp {
    padding: 17px !important;
}
.pt-17 {
    padding-top: 17px;
}
.pt-17-imp {
    padding-top: 17px !important;
}
.pr-17 {
    padding-right: 17px;
}
.pr-17-imp {
    padding-right: 17px !important;
}
.pb-17 {
    padding-bottom: 17px;
}
.pb-17-imp {
    padding-bottom: 17px !important;
}
.pl-17 {
    padding-left: 17px;
}
.pl-17-imp {
    padding-left: 17px !important;
}
.m-18 {
    margin: 18px;
}
.m-18-imp {
    margin: 18px !important;
}
.mt-18 {
    margin-top: 18px;
}
.mt-18-imp {
    margin-top: 18px !important;
}
.mr-18 {
    margin-right: 18px;
}
.mr-18-imp {
    margin-right: 18px !important;
}
.mb-18 {
    margin-bottom: 18px;
}
.mb-18-imp {
    margin-bottom: 18px !important;
}
.ml-18 {
    margin-left: 18px;
}
.ml-18-imp {
    margin-left: 18px !important;
}
.p-18 {
    padding: 18px;
}
.p-18-imp {
    padding: 18px !important;
}
.pt-18 {
    padding-top: 18px;
}
.pt-18-imp {
    padding-top: 18px !important;
}
.pr-18 {
    padding-right: 18px;
}
.pr-18-imp {
    padding-right: 18px !important;
}
.pb-18 {
    padding-bottom: 18px;
}
.pb-18-imp {
    padding-bottom: 18px !important;
}
.pl-18 {
    padding-left: 18px;
}
.pl-18-imp {
    padding-left: 18px !important;
}
.m-19 {
    margin: 19px;
}
.m-19-imp {
    margin: 19px !important;
}
.mt-19 {
    margin-top: 19px;
}
.mt-19-imp {
    margin-top: 19px !important;
}
.mr-19 {
    margin-right: 19px;
}
.mr-19-imp {
    margin-right: 19px !important;
}
.mb-19 {
    margin-bottom: 19px;
}
.mb-19-imp {
    margin-bottom: 19px !important;
}
.ml-19 {
    margin-left: 19px;
}
.ml-19-imp {
    margin-left: 19px !important;
}
.p-19 {
    padding: 19px;
}
.p-19-imp {
    padding: 19px !important;
}
.pt-19 {
    padding-top: 19px;
}
.pt-19-imp {
    padding-top: 19px !important;
}
.pr-19 {
    padding-right: 19px;
}
.pr-19-imp {
    padding-right: 19px !important;
}
.pb-19 {
    padding-bottom: 19px;
}
.pb-19-imp {
    padding-bottom: 19px !important;
}
.pl-19 {
    padding-left: 19px;
}
.pl-19-imp {
    padding-left: 19px !important;
}
.m-20 {
    margin: 20px;
}
.m-20-imp {
    margin: 20px !important;
}
.mt-20 {
    margin-top: 20px;
}
.mt-20-imp {
    margin-top: 20px !important;
}
.mr-20 {
    margin-right: 20px;
}
.mr-20-imp {
    margin-right: 20px !important;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-20-imp {
    margin-bottom: 20px !important;
}
.ml-20 {
    margin-left: 20px;
}
.ml-20-imp {
    margin-left: 20px !important;
}
.p-20 {
    padding: 20px;
}
.p-20-imp {
    padding: 20px !important;
}
.pt-20 {
    padding-top: 20px;
}
.pt-20-imp {
    padding-top: 20px !important;
}
.pr-20 {
    padding-right: 20px;
}
.pr-20-imp {
    padding-right: 20px !important;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-20-imp {
    padding-bottom: 20px !important;
}
.pl-20 {
    padding-left: 20px;
}
.pl-20-imp {
    padding-left: 20px !important;
}
.m-21 {
    margin: 21px;
}
.m-21-imp {
    margin: 21px !important;
}
.mt-21 {
    margin-top: 21px;
}
.mt-21-imp {
    margin-top: 21px !important;
}
.mr-21 {
    margin-right: 21px;
}
.mr-21-imp {
    margin-right: 21px !important;
}
.mb-21 {
    margin-bottom: 21px;
}
.mb-21-imp {
    margin-bottom: 21px !important;
}
.ml-21 {
    margin-left: 21px;
}
.ml-21-imp {
    margin-left: 21px !important;
}
.p-21 {
    padding: 21px;
}
.p-21-imp {
    padding: 21px !important;
}
.pt-21 {
    padding-top: 21px;
}
.pt-21-imp {
    padding-top: 21px !important;
}
.pr-21 {
    padding-right: 21px;
}
.pr-21-imp {
    padding-right: 21px !important;
}
.pb-21 {
    padding-bottom: 21px;
}
.pb-21-imp {
    padding-bottom: 21px !important;
}
.pl-21 {
    padding-left: 21px;
}
.pl-21-imp {
    padding-left: 21px !important;
}
.m-22 {
    margin: 22px;
}
.m-22-imp {
    margin: 22px !important;
}
.mt-22 {
    margin-top: 22px;
}
.mt-22-imp {
    margin-top: 22px !important;
}
.mr-22 {
    margin-right: 22px;
}
.mr-22-imp {
    margin-right: 22px !important;
}
.mb-22 {
    margin-bottom: 22px;
}
.mb-22-imp {
    margin-bottom: 22px !important;
}
.ml-22 {
    margin-left: 22px;
}
.ml-22-imp {
    margin-left: 22px !important;
}
.p-22 {
    padding: 22px;
}
.p-22-imp {
    padding: 22px !important;
}
.pt-22 {
    padding-top: 22px;
}
.pt-22-imp {
    padding-top: 22px !important;
}
.pr-22 {
    padding-right: 22px;
}
.pr-22-imp {
    padding-right: 22px !important;
}
.pb-22 {
    padding-bottom: 22px;
}
.pb-22-imp {
    padding-bottom: 22px !important;
}
.pl-22 {
    padding-left: 22px;
}
.pl-22-imp {
    padding-left: 22px !important;
}
.m-23 {
    margin: 23px;
}
.m-23-imp {
    margin: 23px !important;
}
.mt-23 {
    margin-top: 23px;
}
.mt-23-imp {
    margin-top: 23px !important;
}
.mr-23 {
    margin-right: 23px;
}
.mr-23-imp {
    margin-right: 23px !important;
}
.mb-23 {
    margin-bottom: 23px;
}
.mb-23-imp {
    margin-bottom: 23px !important;
}
.ml-23 {
    margin-left: 23px;
}
.ml-23-imp {
    margin-left: 23px !important;
}
.p-23 {
    padding: 23px;
}
.p-23-imp {
    padding: 23px !important;
}
.pt-23 {
    padding-top: 23px;
}
.pt-23-imp {
    padding-top: 23px !important;
}
.pr-23 {
    padding-right: 23px;
}
.pr-23-imp {
    padding-right: 23px !important;
}
.pb-23 {
    padding-bottom: 23px;
}
.pb-23-imp {
    padding-bottom: 23px !important;
}
.pl-23 {
    padding-left: 23px;
}
.pl-23-imp {
    padding-left: 23px !important;
}
.m-24 {
    margin: 24px;
}
.m-24-imp {
    margin: 24px !important;
}
.mt-24 {
    margin-top: 24px;
}
.mt-24-imp {
    margin-top: 24px !important;
}
.mr-24 {
    margin-right: 24px;
}
.mr-24-imp {
    margin-right: 24px !important;
}
.mb-24 {
    margin-bottom: 24px;
}
.mb-24-imp {
    margin-bottom: 24px !important;
}
.ml-24 {
    margin-left: 24px;
}
.ml-24-imp {
    margin-left: 24px !important;
}
.p-24 {
    padding: 24px;
}
.p-24-imp {
    padding: 24px !important;
}
.pt-24 {
    padding-top: 24px;
}
.pt-24-imp {
    padding-top: 24px !important;
}
.pr-24 {
    padding-right: 24px;
}
.pr-24-imp {
    padding-right: 24px !important;
}
.pb-24 {
    padding-bottom: 24px;
}
.pb-24-imp {
    padding-bottom: 24px !important;
}
.pl-24 {
    padding-left: 24px;
}
.pl-24-imp {
    padding-left: 24px !important;
}
.m-25 {
    margin: 25px;
}
.m-25-imp {
    margin: 25px !important;
}
.mt-25 {
    margin-top: 25px;
}
.mt-25-imp {
    margin-top: 25px !important;
}
.mr-25 {
    margin-right: 25px;
}
.mr-25-imp {
    margin-right: 25px !important;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-25-imp {
    margin-bottom: 25px !important;
}
.ml-25 {
    margin-left: 25px;
}
.ml-25-imp {
    margin-left: 25px !important;
}
.p-25 {
    padding: 25px;
}
.p-25-imp {
    padding: 25px !important;
}
.pt-25 {
    padding-top: 25px;
}
.pt-25-imp {
    padding-top: 25px !important;
}
.pr-25 {
    padding-right: 25px;
}
.pr-25-imp {
    padding-right: 25px !important;
}
.pb-25 {
    padding-bottom: 25px;
}
.pb-25-imp {
    padding-bottom: 25px !important;
}
.pl-25 {
    padding-left: 25px;
}
.pl-25-imp {
    padding-left: 25px !important;
}
.m-26 {
    margin: 26px;
}
.m-26-imp {
    margin: 26px !important;
}
.mt-26 {
    margin-top: 26px;
}
.mt-26-imp {
    margin-top: 26px !important;
}
.mr-26 {
    margin-right: 26px;
}
.mr-26-imp {
    margin-right: 26px !important;
}
.mb-26 {
    margin-bottom: 26px;
}
.mb-26-imp {
    margin-bottom: 26px !important;
}
.ml-26 {
    margin-left: 26px;
}
.ml-26-imp {
    margin-left: 26px !important;
}
.p-26 {
    padding: 26px;
}
.p-26-imp {
    padding: 26px !important;
}
.pt-26 {
    padding-top: 26px;
}
.pt-26-imp {
    padding-top: 26px !important;
}
.pr-26 {
    padding-right: 26px;
}
.pr-26-imp {
    padding-right: 26px !important;
}
.pb-26 {
    padding-bottom: 26px;
}
.pb-26-imp {
    padding-bottom: 26px !important;
}
.pl-26 {
    padding-left: 26px;
}
.pl-26-imp {
    padding-left: 26px !important;
}
.m-27 {
    margin: 27px;
}
.m-27-imp {
    margin: 27px !important;
}
.mt-27 {
    margin-top: 27px;
}
.mt-27-imp {
    margin-top: 27px !important;
}
.mr-27 {
    margin-right: 27px;
}
.mr-27-imp {
    margin-right: 27px !important;
}
.mb-27 {
    margin-bottom: 27px;
}
.mb-27-imp {
    margin-bottom: 27px !important;
}
.ml-27 {
    margin-left: 27px;
}
.ml-27-imp {
    margin-left: 27px !important;
}
.p-27 {
    padding: 27px;
}
.p-27-imp {
    padding: 27px !important;
}
.pt-27 {
    padding-top: 27px;
}
.pt-27-imp {
    padding-top: 27px !important;
}
.pr-27 {
    padding-right: 27px;
}
.pr-27-imp {
    padding-right: 27px !important;
}
.pb-27 {
    padding-bottom: 27px;
}
.pb-27-imp {
    padding-bottom: 27px !important;
}
.pl-27 {
    padding-left: 27px;
}
.pl-27-imp {
    padding-left: 27px !important;
}
.m-28 {
    margin: 28px;
}
.m-28-imp {
    margin: 28px !important;
}
.mt-28 {
    margin-top: 28px;
}
.mt-28-imp {
    margin-top: 28px !important;
}
.mr-28 {
    margin-right: 28px;
}
.mr-28-imp {
    margin-right: 28px !important;
}
.mb-28 {
    margin-bottom: 28px;
}
.mb-28-imp {
    margin-bottom: 28px !important;
}
.ml-28 {
    margin-left: 28px;
}
.ml-28-imp {
    margin-left: 28px !important;
}
.p-28 {
    padding: 28px;
}
.p-28-imp {
    padding: 28px !important;
}
.pt-28 {
    padding-top: 28px;
}
.pt-28-imp {
    padding-top: 28px !important;
}
.pr-28 {
    padding-right: 28px;
}
.pr-28-imp {
    padding-right: 28px !important;
}
.pb-28 {
    padding-bottom: 28px;
}
.pb-28-imp {
    padding-bottom: 28px !important;
}
.pl-28 {
    padding-left: 28px;
}
.pl-28-imp {
    padding-left: 28px !important;
}
.m-29 {
    margin: 29px;
}
.m-29-imp {
    margin: 29px !important;
}
.mt-29 {
    margin-top: 29px;
}
.mt-29-imp {
    margin-top: 29px !important;
}
.mr-29 {
    margin-right: 29px;
}
.mr-29-imp {
    margin-right: 29px !important;
}
.mb-29 {
    margin-bottom: 29px;
}
.mb-29-imp {
    margin-bottom: 29px !important;
}
.ml-29 {
    margin-left: 29px;
}
.ml-29-imp {
    margin-left: 29px !important;
}
.p-29 {
    padding: 29px;
}
.p-29-imp {
    padding: 29px !important;
}
.pt-29 {
    padding-top: 29px;
}
.pt-29-imp {
    padding-top: 29px !important;
}
.pr-29 {
    padding-right: 29px;
}
.pr-29-imp {
    padding-right: 29px !important;
}
.pb-29 {
    padding-bottom: 29px;
}
.pb-29-imp {
    padding-bottom: 29px !important;
}
.pl-29 {
    padding-left: 29px;
}
.pl-29-imp {
    padding-left: 29px !important;
}
.m-30 {
    margin: 30px;
}
.m-30-imp {
    margin: 30px !important;
}
.mt-30 {
    margin-top: 30px;
}
.mt-30-imp {
    margin-top: 30px !important;
}
.mr-30 {
    margin-right: 30px;
}
.mr-30-imp {
    margin-right: 30px !important;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-30-imp {
    margin-bottom: 30px !important;
}
.ml-30 {
    margin-left: 30px;
}
.ml-30-imp {
    margin-left: 30px !important;
}
.p-30 {
    padding: 30px;
}
.p-30-imp {
    padding: 30px !important;
}
.pt-30 {
    padding-top: 30px;
}
.pt-30-imp {
    padding-top: 30px !important;
}
.pr-30 {
    padding-right: 30px;
}
.pr-30-imp {
    padding-right: 30px !important;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-30-imp {
    padding-bottom: 30px !important;
}
.pl-30 {
    padding-left: 30px;
}
.pl-30-imp {
    padding-left: 30px !important;
}
.m-31 {
    margin: 31px;
}
.m-31-imp {
    margin: 31px !important;
}
.mt-31 {
    margin-top: 31px;
}
.mt-31-imp {
    margin-top: 31px !important;
}
.mr-31 {
    margin-right: 31px;
}
.mr-31-imp {
    margin-right: 31px !important;
}
.mb-31 {
    margin-bottom: 31px;
}
.mb-31-imp {
    margin-bottom: 31px !important;
}
.ml-31 {
    margin-left: 31px;
}
.ml-31-imp {
    margin-left: 31px !important;
}
.p-31 {
    padding: 31px;
}
.p-31-imp {
    padding: 31px !important;
}
.pt-31 {
    padding-top: 31px;
}
.pt-31-imp {
    padding-top: 31px !important;
}
.pr-31 {
    padding-right: 31px;
}
.pr-31-imp {
    padding-right: 31px !important;
}
.pb-31 {
    padding-bottom: 31px;
}
.pb-31-imp {
    padding-bottom: 31px !important;
}
.pl-31 {
    padding-left: 31px;
}
.pl-31-imp {
    padding-left: 31px !important;
}
.m-32 {
    margin: 32px;
}
.m-32-imp {
    margin: 32px !important;
}
.mt-32 {
    margin-top: 32px;
}
.mt-32-imp {
    margin-top: 32px !important;
}
.mr-32 {
    margin-right: 32px;
}
.mr-32-imp {
    margin-right: 32px !important;
}
.mb-32 {
    margin-bottom: 32px;
}
.mb-32-imp {
    margin-bottom: 32px !important;
}
.ml-32 {
    margin-left: 32px;
}
.ml-32-imp {
    margin-left: 32px !important;
}
.p-32 {
    padding: 32px;
}
.p-32-imp {
    padding: 32px !important;
}
.pt-32 {
    padding-top: 32px;
}
.pt-32-imp {
    padding-top: 32px !important;
}
.pr-32 {
    padding-right: 32px;
}
.pr-32-imp {
    padding-right: 32px !important;
}
.pb-32 {
    padding-bottom: 32px;
}
.pb-32-imp {
    padding-bottom: 32px !important;
}
.pl-32 {
    padding-left: 32px;
}
.pl-32-imp {
    padding-left: 32px !important;
}
.m-33 {
    margin: 33px;
}
.m-33-imp {
    margin: 33px !important;
}
.mt-33 {
    margin-top: 33px;
}
.mt-33-imp {
    margin-top: 33px !important;
}
.mr-33 {
    margin-right: 33px;
}
.mr-33-imp {
    margin-right: 33px !important;
}
.mb-33 {
    margin-bottom: 33px;
}
.mb-33-imp {
    margin-bottom: 33px !important;
}
.ml-33 {
    margin-left: 33px;
}
.ml-33-imp {
    margin-left: 33px !important;
}
.p-33 {
    padding: 33px;
}
.p-33-imp {
    padding: 33px !important;
}
.pt-33 {
    padding-top: 33px;
}
.pt-33-imp {
    padding-top: 33px !important;
}
.pr-33 {
    padding-right: 33px;
}
.pr-33-imp {
    padding-right: 33px !important;
}
.pb-33 {
    padding-bottom: 33px;
}
.pb-33-imp {
    padding-bottom: 33px !important;
}
.pl-33 {
    padding-left: 33px;
}
.pl-33-imp {
    padding-left: 33px !important;
}
.m-34 {
    margin: 34px;
}
.m-34-imp {
    margin: 34px !important;
}
.mt-34 {
    margin-top: 34px;
}
.mt-34-imp {
    margin-top: 34px !important;
}
.mr-34 {
    margin-right: 34px;
}
.mr-34-imp {
    margin-right: 34px !important;
}
.mb-34 {
    margin-bottom: 34px;
}
.mb-34-imp {
    margin-bottom: 34px !important;
}
.ml-34 {
    margin-left: 34px;
}
.ml-34-imp {
    margin-left: 34px !important;
}
.p-34 {
    padding: 34px;
}
.p-34-imp {
    padding: 34px !important;
}
.pt-34 {
    padding-top: 34px;
}
.pt-34-imp {
    padding-top: 34px !important;
}
.pr-34 {
    padding-right: 34px;
}
.pr-34-imp {
    padding-right: 34px !important;
}
.pb-34 {
    padding-bottom: 34px;
}
.pb-34-imp {
    padding-bottom: 34px !important;
}
.pl-34 {
    padding-left: 34px;
}
.pl-34-imp {
    padding-left: 34px !important;
}
.m-35 {
    margin: 35px;
}
.m-35-imp {
    margin: 35px !important;
}
.mt-35 {
    margin-top: 35px;
}
.mt-35-imp {
    margin-top: 35px !important;
}
.mr-35 {
    margin-right: 35px;
}
.mr-35-imp {
    margin-right: 35px !important;
}
.mb-35 {
    margin-bottom: 35px;
}
.mb-35-imp {
    margin-bottom: 35px !important;
}
.ml-35 {
    margin-left: 35px;
}
.ml-35-imp {
    margin-left: 35px !important;
}
.p-35 {
    padding: 35px;
}
.p-35-imp {
    padding: 35px !important;
}
.pt-35 {
    padding-top: 35px;
}
.pt-35-imp {
    padding-top: 35px !important;
}
.pr-35 {
    padding-right: 35px;
}
.pr-35-imp {
    padding-right: 35px !important;
}
.pb-35 {
    padding-bottom: 35px;
}
.pb-35-imp {
    padding-bottom: 35px !important;
}
.pl-35 {
    padding-left: 35px;
}
.pl-35-imp {
    padding-left: 35px !important;
}
.m-36 {
    margin: 36px;
}
.m-36-imp {
    margin: 36px !important;
}
.mt-36 {
    margin-top: 36px;
}
.mt-36-imp {
    margin-top: 36px !important;
}
.mr-36 {
    margin-right: 36px;
}
.mr-36-imp {
    margin-right: 36px !important;
}
.mb-36 {
    margin-bottom: 36px;
}
.mb-36-imp {
    margin-bottom: 36px !important;
}
.ml-36 {
    margin-left: 36px;
}
.ml-36-imp {
    margin-left: 36px !important;
}
.p-36 {
    padding: 36px;
}
.p-36-imp {
    padding: 36px !important;
}
.pt-36 {
    padding-top: 36px;
}
.pt-36-imp {
    padding-top: 36px !important;
}
.pr-36 {
    padding-right: 36px;
}
.pr-36-imp {
    padding-right: 36px !important;
}
.pb-36 {
    padding-bottom: 36px;
}
.pb-36-imp {
    padding-bottom: 36px !important;
}
.pl-36 {
    padding-left: 36px;
}
.pl-36-imp {
    padding-left: 36px !important;
}
.m-37 {
    margin: 37px;
}
.m-37-imp {
    margin: 37px !important;
}
.mt-37 {
    margin-top: 37px;
}
.mt-37-imp {
    margin-top: 37px !important;
}
.mr-37 {
    margin-right: 37px;
}
.mr-37-imp {
    margin-right: 37px !important;
}
.mb-37 {
    margin-bottom: 37px;
}
.mb-37-imp {
    margin-bottom: 37px !important;
}
.ml-37 {
    margin-left: 37px;
}
.ml-37-imp {
    margin-left: 37px !important;
}
.p-37 {
    padding: 37px;
}
.p-37-imp {
    padding: 37px !important;
}
.pt-37 {
    padding-top: 37px;
}
.pt-37-imp {
    padding-top: 37px !important;
}
.pr-37 {
    padding-right: 37px;
}
.pr-37-imp {
    padding-right: 37px !important;
}
.pb-37 {
    padding-bottom: 37px;
}
.pb-37-imp {
    padding-bottom: 37px !important;
}
.pl-37 {
    padding-left: 37px;
}
.pl-37-imp {
    padding-left: 37px !important;
}
.m-38 {
    margin: 38px;
}
.m-38-imp {
    margin: 38px !important;
}
.mt-38 {
    margin-top: 38px;
}
.mt-38-imp {
    margin-top: 38px !important;
}
.mr-38 {
    margin-right: 38px;
}
.mr-38-imp {
    margin-right: 38px !important;
}
.mb-38 {
    margin-bottom: 38px;
}
.mb-38-imp {
    margin-bottom: 38px !important;
}
.ml-38 {
    margin-left: 38px;
}
.ml-38-imp {
    margin-left: 38px !important;
}
.p-38 {
    padding: 38px;
}
.p-38-imp {
    padding: 38px !important;
}
.pt-38 {
    padding-top: 38px;
}
.pt-38-imp {
    padding-top: 38px !important;
}
.pr-38 {
    padding-right: 38px;
}
.pr-38-imp {
    padding-right: 38px !important;
}
.pb-38 {
    padding-bottom: 38px;
}
.pb-38-imp {
    padding-bottom: 38px !important;
}
.pl-38 {
    padding-left: 38px;
}
.pl-38-imp {
    padding-left: 38px !important;
}
.m-39 {
    margin: 39px;
}
.m-39-imp {
    margin: 39px !important;
}
.mt-39 {
    margin-top: 39px;
}
.mt-39-imp {
    margin-top: 39px !important;
}
.mr-39 {
    margin-right: 39px;
}
.mr-39-imp {
    margin-right: 39px !important;
}
.mb-39 {
    margin-bottom: 39px;
}
.mb-39-imp {
    margin-bottom: 39px !important;
}
.ml-39 {
    margin-left: 39px;
}
.ml-39-imp {
    margin-left: 39px !important;
}
.p-39 {
    padding: 39px;
}
.p-39-imp {
    padding: 39px !important;
}
.pt-39 {
    padding-top: 39px;
}
.pt-39-imp {
    padding-top: 39px !important;
}
.pr-39 {
    padding-right: 39px;
}
.pr-39-imp {
    padding-right: 39px !important;
}
.pb-39 {
    padding-bottom: 39px;
}
.pb-39-imp {
    padding-bottom: 39px !important;
}
.pl-39 {
    padding-left: 39px;
}
.pl-39-imp {
    padding-left: 39px !important;
}
.m-40 {
    margin: 40px;
}
.m-40-imp {
    margin: 40px !important;
}
.mt-40 {
    margin-top: 40px;
}
.mt-40-imp {
    margin-top: 40px !important;
}
.mr-40 {
    margin-right: 40px;
}
.mr-40-imp {
    margin-right: 40px !important;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-40-imp {
    margin-bottom: 40px !important;
}
.ml-40 {
    margin-left: 40px;
}
.ml-40-imp {
    margin-left: 40px !important;
}
.p-40 {
    padding: 40px;
}
.p-40-imp {
    padding: 40px !important;
}
.pt-40 {
    padding-top: 40px;
}
.pt-40-imp {
    padding-top: 40px !important;
}
.pr-40 {
    padding-right: 40px;
}
.pr-40-imp {
    padding-right: 40px !important;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-40-imp {
    padding-bottom: 40px !important;
}
.pl-40 {
    padding-left: 40px;
}
.pl-40-imp {
    padding-left: 40px !important;
}
.m-41 {
    margin: 41px;
}
.m-41-imp {
    margin: 41px !important;
}
.mt-41 {
    margin-top: 41px;
}
.mt-41-imp {
    margin-top: 41px !important;
}
.mr-41 {
    margin-right: 41px;
}
.mr-41-imp {
    margin-right: 41px !important;
}
.mb-41 {
    margin-bottom: 41px;
}
.mb-41-imp {
    margin-bottom: 41px !important;
}
.ml-41 {
    margin-left: 41px;
}
.ml-41-imp {
    margin-left: 41px !important;
}
.p-41 {
    padding: 41px;
}
.p-41-imp {
    padding: 41px !important;
}
.pt-41 {
    padding-top: 41px;
}
.pt-41-imp {
    padding-top: 41px !important;
}
.pr-41 {
    padding-right: 41px;
}
.pr-41-imp {
    padding-right: 41px !important;
}
.pb-41 {
    padding-bottom: 41px;
}
.pb-41-imp {
    padding-bottom: 41px !important;
}
.pl-41 {
    padding-left: 41px;
}
.pl-41-imp {
    padding-left: 41px !important;
}
.m-42 {
    margin: 42px;
}
.m-42-imp {
    margin: 42px !important;
}
.mt-42 {
    margin-top: 42px;
}
.mt-42-imp {
    margin-top: 42px !important;
}
.mr-42 {
    margin-right: 42px;
}
.mr-42-imp {
    margin-right: 42px !important;
}
.mb-42 {
    margin-bottom: 42px;
}
.mb-42-imp {
    margin-bottom: 42px !important;
}
.ml-42 {
    margin-left: 42px;
}
.ml-42-imp {
    margin-left: 42px !important;
}
.p-42 {
    padding: 42px;
}
.p-42-imp {
    padding: 42px !important;
}
.pt-42 {
    padding-top: 42px;
}
.pt-42-imp {
    padding-top: 42px !important;
}
.pr-42 {
    padding-right: 42px;
}
.pr-42-imp {
    padding-right: 42px !important;
}
.pb-42 {
    padding-bottom: 42px;
}
.pb-42-imp {
    padding-bottom: 42px !important;
}
.pl-42 {
    padding-left: 42px;
}
.pl-42-imp {
    padding-left: 42px !important;
}
.m-43 {
    margin: 43px;
}
.m-43-imp {
    margin: 43px !important;
}
.mt-43 {
    margin-top: 43px;
}
.mt-43-imp {
    margin-top: 43px !important;
}
.mr-43 {
    margin-right: 43px;
}
.mr-43-imp {
    margin-right: 43px !important;
}
.mb-43 {
    margin-bottom: 43px;
}
.mb-43-imp {
    margin-bottom: 43px !important;
}
.ml-43 {
    margin-left: 43px;
}
.ml-43-imp {
    margin-left: 43px !important;
}
.p-43 {
    padding: 43px;
}
.p-43-imp {
    padding: 43px !important;
}
.pt-43 {
    padding-top: 43px;
}
.pt-43-imp {
    padding-top: 43px !important;
}
.pr-43 {
    padding-right: 43px;
}
.pr-43-imp {
    padding-right: 43px !important;
}
.pb-43 {
    padding-bottom: 43px;
}
.pb-43-imp {
    padding-bottom: 43px !important;
}
.pl-43 {
    padding-left: 43px;
}
.pl-43-imp {
    padding-left: 43px !important;
}
.m-44 {
    margin: 44px;
}
.m-44-imp {
    margin: 44px !important;
}
.mt-44 {
    margin-top: 44px;
}
.mt-44-imp {
    margin-top: 44px !important;
}
.mr-44 {
    margin-right: 44px;
}
.mr-44-imp {
    margin-right: 44px !important;
}
.mb-44 {
    margin-bottom: 44px;
}
.mb-44-imp {
    margin-bottom: 44px !important;
}
.ml-44 {
    margin-left: 44px;
}
.ml-44-imp {
    margin-left: 44px !important;
}
.p-44 {
    padding: 44px;
}
.p-44-imp {
    padding: 44px !important;
}
.pt-44 {
    padding-top: 44px;
}
.pt-44-imp {
    padding-top: 44px !important;
}
.pr-44 {
    padding-right: 44px;
}
.pr-44-imp {
    padding-right: 44px !important;
}
.pb-44 {
    padding-bottom: 44px;
}
.pb-44-imp {
    padding-bottom: 44px !important;
}
.pl-44 {
    padding-left: 44px;
}
.pl-44-imp {
    padding-left: 44px !important;
}
.m-45 {
    margin: 45px;
}
.m-45-imp {
    margin: 45px !important;
}
.mt-45 {
    margin-top: 45px;
}
.mt-45-imp {
    margin-top: 45px !important;
}
.mr-45 {
    margin-right: 45px;
}
.mr-45-imp {
    margin-right: 45px !important;
}
.mb-45 {
    margin-bottom: 45px;
}
.mb-45-imp {
    margin-bottom: 45px !important;
}
.ml-45 {
    margin-left: 45px;
}
.ml-45-imp {
    margin-left: 45px !important;
}
.p-45 {
    padding: 45px;
}
.p-45-imp {
    padding: 45px !important;
}
.pt-45 {
    padding-top: 45px;
}
.pt-45-imp {
    padding-top: 45px !important;
}
.pr-45 {
    padding-right: 45px;
}
.pr-45-imp {
    padding-right: 45px !important;
}
.pb-45 {
    padding-bottom: 45px;
}
.pb-45-imp {
    padding-bottom: 45px !important;
}
.pl-45 {
    padding-left: 45px;
}
.pl-45-imp {
    padding-left: 45px !important;
}
.m-46 {
    margin: 46px;
}
.m-46-imp {
    margin: 46px !important;
}
.mt-46 {
    margin-top: 46px;
}
.mt-46-imp {
    margin-top: 46px !important;
}
.mr-46 {
    margin-right: 46px;
}
.mr-46-imp {
    margin-right: 46px !important;
}
.mb-46 {
    margin-bottom: 46px;
}
.mb-46-imp {
    margin-bottom: 46px !important;
}
.ml-46 {
    margin-left: 46px;
}
.ml-46-imp {
    margin-left: 46px !important;
}
.p-46 {
    padding: 46px;
}
.p-46-imp {
    padding: 46px !important;
}
.pt-46 {
    padding-top: 46px;
}
.pt-46-imp {
    padding-top: 46px !important;
}
.pr-46 {
    padding-right: 46px;
}
.pr-46-imp {
    padding-right: 46px !important;
}
.pb-46 {
    padding-bottom: 46px;
}
.pb-46-imp {
    padding-bottom: 46px !important;
}
.pl-46 {
    padding-left: 46px;
}
.pl-46-imp {
    padding-left: 46px !important;
}
.m-47 {
    margin: 47px;
}
.m-47-imp {
    margin: 47px !important;
}
.mt-47 {
    margin-top: 47px;
}
.mt-47-imp {
    margin-top: 47px !important;
}
.mr-47 {
    margin-right: 47px;
}
.mr-47-imp {
    margin-right: 47px !important;
}
.mb-47 {
    margin-bottom: 47px;
}
.mb-47-imp {
    margin-bottom: 47px !important;
}
.ml-47 {
    margin-left: 47px;
}
.ml-47-imp {
    margin-left: 47px !important;
}
.p-47 {
    padding: 47px;
}
.p-47-imp {
    padding: 47px !important;
}
.pt-47 {
    padding-top: 47px;
}
.pt-47-imp {
    padding-top: 47px !important;
}
.pr-47 {
    padding-right: 47px;
}
.pr-47-imp {
    padding-right: 47px !important;
}
.pb-47 {
    padding-bottom: 47px;
}
.pb-47-imp {
    padding-bottom: 47px !important;
}
.pl-47 {
    padding-left: 47px;
}
.pl-47-imp {
    padding-left: 47px !important;
}
.m-48 {
    margin: 48px;
}
.m-48-imp {
    margin: 48px !important;
}
.mt-48 {
    margin-top: 48px;
}
.mt-48-imp {
    margin-top: 48px !important;
}
.mr-48 {
    margin-right: 48px;
}
.mr-48-imp {
    margin-right: 48px !important;
}
.mb-48 {
    margin-bottom: 48px;
}
.mb-48-imp {
    margin-bottom: 48px !important;
}
.ml-48 {
    margin-left: 48px;
}
.ml-48-imp {
    margin-left: 48px !important;
}
.p-48 {
    padding: 48px;
}
.p-48-imp {
    padding: 48px !important;
}
.pt-48 {
    padding-top: 48px;
}
.pt-48-imp {
    padding-top: 48px !important;
}
.pr-48 {
    padding-right: 48px;
}
.pr-48-imp {
    padding-right: 48px !important;
}
.pb-48 {
    padding-bottom: 48px;
}
.pb-48-imp {
    padding-bottom: 48px !important;
}
.pl-48 {
    padding-left: 48px;
}
.pl-48-imp {
    padding-left: 48px !important;
}
.m-49 {
    margin: 49px;
}
.m-49-imp {
    margin: 49px !important;
}
.mt-49 {
    margin-top: 49px;
}
.mt-49-imp {
    margin-top: 49px !important;
}
.mr-49 {
    margin-right: 49px;
}
.mr-49-imp {
    margin-right: 49px !important;
}
.mb-49 {
    margin-bottom: 49px;
}
.mb-49-imp {
    margin-bottom: 49px !important;
}
.ml-49 {
    margin-left: 49px;
}
.ml-49-imp {
    margin-left: 49px !important;
}
.p-49 {
    padding: 49px;
}
.p-49-imp {
    padding: 49px !important;
}
.pt-49 {
    padding-top: 49px;
}
.pt-49-imp {
    padding-top: 49px !important;
}
.pr-49 {
    padding-right: 49px;
}
.pr-49-imp {
    padding-right: 49px !important;
}
.pb-49 {
    padding-bottom: 49px;
}
.pb-49-imp {
    padding-bottom: 49px !important;
}
.pl-49 {
    padding-left: 49px;
}
.pl-49-imp {
    padding-left: 49px !important;
}
.m-50 {
    margin: 50px;
}
.m-50-imp {
    margin: 50px !important;
}
.mt-50 {
    margin-top: 50px;
}
.mt-50-imp {
    margin-top: 50px !important;
}
.mr-50 {
    margin-right: 50px;
}
.mr-50-imp {
    margin-right: 50px !important;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-50-imp {
    margin-bottom: 50px !important;
}
.ml-50 {
    margin-left: 50px;
}
.ml-50-imp {
    margin-left: 50px !important;
}
.p-50 {
    padding: 50px;
}
.p-50-imp {
    padding: 50px !important;
}
.pt-50 {
    padding-top: 50px;
}
.pt-50-imp {
    padding-top: 50px !important;
}
.pr-50 {
    padding-right: 50px;
}
.pr-50-imp {
    padding-right: 50px !important;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-50-imp {
    padding-bottom: 50px !important;
}
.pl-50 {
    padding-left: 50px;
}
.pl-50-imp {
    padding-left: 50px !important;
}
.m-51 {
    margin: 51px;
}
.m-51-imp {
    margin: 51px !important;
}
.mt-51 {
    margin-top: 51px;
}
.mt-51-imp {
    margin-top: 51px !important;
}
.mr-51 {
    margin-right: 51px;
}
.mr-51-imp {
    margin-right: 51px !important;
}
.mb-51 {
    margin-bottom: 51px;
}
.mb-51-imp {
    margin-bottom: 51px !important;
}
.ml-51 {
    margin-left: 51px;
}
.ml-51-imp {
    margin-left: 51px !important;
}
.p-51 {
    padding: 51px;
}
.p-51-imp {
    padding: 51px !important;
}
.pt-51 {
    padding-top: 51px;
}
.pt-51-imp {
    padding-top: 51px !important;
}
.pr-51 {
    padding-right: 51px;
}
.pr-51-imp {
    padding-right: 51px !important;
}
.pb-51 {
    padding-bottom: 51px;
}
.pb-51-imp {
    padding-bottom: 51px !important;
}
.pl-51 {
    padding-left: 51px;
}
.pl-51-imp {
    padding-left: 51px !important;
}
.m-52 {
    margin: 52px;
}
.m-52-imp {
    margin: 52px !important;
}
.mt-52 {
    margin-top: 52px;
}
.mt-52-imp {
    margin-top: 52px !important;
}
.mr-52 {
    margin-right: 52px;
}
.mr-52-imp {
    margin-right: 52px !important;
}
.mb-52 {
    margin-bottom: 52px;
}
.mb-52-imp {
    margin-bottom: 52px !important;
}
.ml-52 {
    margin-left: 52px;
}
.ml-52-imp {
    margin-left: 52px !important;
}
.p-52 {
    padding: 52px;
}
.p-52-imp {
    padding: 52px !important;
}
.pt-52 {
    padding-top: 52px;
}
.pt-52-imp {
    padding-top: 52px !important;
}
.pr-52 {
    padding-right: 52px;
}
.pr-52-imp {
    padding-right: 52px !important;
}
.pb-52 {
    padding-bottom: 52px;
}
.pb-52-imp {
    padding-bottom: 52px !important;
}
.pl-52 {
    padding-left: 52px;
}
.pl-52-imp {
    padding-left: 52px !important;
}
.m-53 {
    margin: 53px;
}
.m-53-imp {
    margin: 53px !important;
}
.mt-53 {
    margin-top: 53px;
}
.mt-53-imp {
    margin-top: 53px !important;
}
.mr-53 {
    margin-right: 53px;
}
.mr-53-imp {
    margin-right: 53px !important;
}
.mb-53 {
    margin-bottom: 53px;
}
.mb-53-imp {
    margin-bottom: 53px !important;
}
.ml-53 {
    margin-left: 53px;
}
.ml-53-imp {
    margin-left: 53px !important;
}
.p-53 {
    padding: 53px;
}
.p-53-imp {
    padding: 53px !important;
}
.pt-53 {
    padding-top: 53px;
}
.pt-53-imp {
    padding-top: 53px !important;
}
.pr-53 {
    padding-right: 53px;
}
.pr-53-imp {
    padding-right: 53px !important;
}
.pb-53 {
    padding-bottom: 53px;
}
.pb-53-imp {
    padding-bottom: 53px !important;
}
.pl-53 {
    padding-left: 53px;
}
.pl-53-imp {
    padding-left: 53px !important;
}
.m-54 {
    margin: 54px;
}
.m-54-imp {
    margin: 54px !important;
}
.mt-54 {
    margin-top: 54px;
}
.mt-54-imp {
    margin-top: 54px !important;
}
.mr-54 {
    margin-right: 54px;
}
.mr-54-imp {
    margin-right: 54px !important;
}
.mb-54 {
    margin-bottom: 54px;
}
.mb-54-imp {
    margin-bottom: 54px !important;
}
.ml-54 {
    margin-left: 54px;
}
.ml-54-imp {
    margin-left: 54px !important;
}
.p-54 {
    padding: 54px;
}
.p-54-imp {
    padding: 54px !important;
}
.pt-54 {
    padding-top: 54px;
}
.pt-54-imp {
    padding-top: 54px !important;
}
.pr-54 {
    padding-right: 54px;
}
.pr-54-imp {
    padding-right: 54px !important;
}
.pb-54 {
    padding-bottom: 54px;
}
.pb-54-imp {
    padding-bottom: 54px !important;
}
.pl-54 {
    padding-left: 54px;
}
.pl-54-imp {
    padding-left: 54px !important;
}
.m-55 {
    margin: 55px;
}
.m-55-imp {
    margin: 55px !important;
}
.mt-55 {
    margin-top: 55px;
}
.mt-55-imp {
    margin-top: 55px !important;
}
.mr-55 {
    margin-right: 55px;
}
.mr-55-imp {
    margin-right: 55px !important;
}
.mb-55 {
    margin-bottom: 55px;
}
.mb-55-imp {
    margin-bottom: 55px !important;
}
.ml-55 {
    margin-left: 55px;
}
.ml-55-imp {
    margin-left: 55px !important;
}
.p-55 {
    padding: 55px;
}
.p-55-imp {
    padding: 55px !important;
}
.pt-55 {
    padding-top: 55px;
}
.pt-55-imp {
    padding-top: 55px !important;
}
.pr-55 {
    padding-right: 55px;
}
.pr-55-imp {
    padding-right: 55px !important;
}
.pb-55 {
    padding-bottom: 55px;
}
.pb-55-imp {
    padding-bottom: 55px !important;
}
.pl-55 {
    padding-left: 55px;
}
.pl-55-imp {
    padding-left: 55px !important;
}
.m-56 {
    margin: 56px;
}
.m-56-imp {
    margin: 56px !important;
}
.mt-56 {
    margin-top: 56px;
}
.mt-56-imp {
    margin-top: 56px !important;
}
.mr-56 {
    margin-right: 56px;
}
.mr-56-imp {
    margin-right: 56px !important;
}
.mb-56 {
    margin-bottom: 56px;
}
.mb-56-imp {
    margin-bottom: 56px !important;
}
.ml-56 {
    margin-left: 56px;
}
.ml-56-imp {
    margin-left: 56px !important;
}
.p-56 {
    padding: 56px;
}
.p-56-imp {
    padding: 56px !important;
}
.pt-56 {
    padding-top: 56px;
}
.pt-56-imp {
    padding-top: 56px !important;
}
.pr-56 {
    padding-right: 56px;
}
.pr-56-imp {
    padding-right: 56px !important;
}
.pb-56 {
    padding-bottom: 56px;
}
.pb-56-imp {
    padding-bottom: 56px !important;
}
.pl-56 {
    padding-left: 56px;
}
.pl-56-imp {
    padding-left: 56px !important;
}
.m-57 {
    margin: 57px;
}
.m-57-imp {
    margin: 57px !important;
}
.mt-57 {
    margin-top: 57px;
}
.mt-57-imp {
    margin-top: 57px !important;
}
.mr-57 {
    margin-right: 57px;
}
.mr-57-imp {
    margin-right: 57px !important;
}
.mb-57 {
    margin-bottom: 57px;
}
.mb-57-imp {
    margin-bottom: 57px !important;
}
.ml-57 {
    margin-left: 57px;
}
.ml-57-imp {
    margin-left: 57px !important;
}
.p-57 {
    padding: 57px;
}
.p-57-imp {
    padding: 57px !important;
}
.pt-57 {
    padding-top: 57px;
}
.pt-57-imp {
    padding-top: 57px !important;
}
.pr-57 {
    padding-right: 57px;
}
.pr-57-imp {
    padding-right: 57px !important;
}
.pb-57 {
    padding-bottom: 57px;
}
.pb-57-imp {
    padding-bottom: 57px !important;
}
.pl-57 {
    padding-left: 57px;
}
.pl-57-imp {
    padding-left: 57px !important;
}
.m-58 {
    margin: 58px;
}
.m-58-imp {
    margin: 58px !important;
}
.mt-58 {
    margin-top: 58px;
}
.mt-58-imp {
    margin-top: 58px !important;
}
.mr-58 {
    margin-right: 58px;
}
.mr-58-imp {
    margin-right: 58px !important;
}
.mb-58 {
    margin-bottom: 58px;
}
.mb-58-imp {
    margin-bottom: 58px !important;
}
.ml-58 {
    margin-left: 58px;
}
.ml-58-imp {
    margin-left: 58px !important;
}
.p-58 {
    padding: 58px;
}
.p-58-imp {
    padding: 58px !important;
}
.pt-58 {
    padding-top: 58px;
}
.pt-58-imp {
    padding-top: 58px !important;
}
.pr-58 {
    padding-right: 58px;
}
.pr-58-imp {
    padding-right: 58px !important;
}
.pb-58 {
    padding-bottom: 58px;
}
.pb-58-imp {
    padding-bottom: 58px !important;
}
.pl-58 {
    padding-left: 58px;
}
.pl-58-imp {
    padding-left: 58px !important;
}
.m-59 {
    margin: 59px;
}
.m-59-imp {
    margin: 59px !important;
}
.mt-59 {
    margin-top: 59px;
}
.mt-59-imp {
    margin-top: 59px !important;
}
.mr-59 {
    margin-right: 59px;
}
.mr-59-imp {
    margin-right: 59px !important;
}
.mb-59 {
    margin-bottom: 59px;
}
.mb-59-imp {
    margin-bottom: 59px !important;
}
.ml-59 {
    margin-left: 59px;
}
.ml-59-imp {
    margin-left: 59px !important;
}
.p-59 {
    padding: 59px;
}
.p-59-imp {
    padding: 59px !important;
}
.pt-59 {
    padding-top: 59px;
}
.pt-59-imp {
    padding-top: 59px !important;
}
.pr-59 {
    padding-right: 59px;
}
.pr-59-imp {
    padding-right: 59px !important;
}
.pb-59 {
    padding-bottom: 59px;
}
.pb-59-imp {
    padding-bottom: 59px !important;
}
.pl-59 {
    padding-left: 59px;
}
.pl-59-imp {
    padding-left: 59px !important;
}
.m-60 {
    margin: 60px;
}
.m-60-imp {
    margin: 60px !important;
}
.mt-60 {
    margin-top: 60px;
}
.mt-60-imp {
    margin-top: 60px !important;
}
.mr-60 {
    margin-right: 60px;
}
.mr-60-imp {
    margin-right: 60px !important;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-60-imp {
    margin-bottom: 60px !important;
}
.ml-60 {
    margin-left: 60px;
}
.ml-60-imp {
    margin-left: 60px !important;
}
.p-60 {
    padding: 60px;
}
.p-60-imp {
    padding: 60px !important;
}
.pt-60 {
    padding-top: 60px;
}
.pt-60-imp {
    padding-top: 60px !important;
}
.pr-60 {
    padding-right: 60px;
}
.pr-60-imp {
    padding-right: 60px !important;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-60-imp {
    padding-bottom: 60px !important;
}
.pl-60 {
    padding-left: 60px;
}
.pl-60-imp {
    padding-left: 60px !important;
}
.m-61 {
    margin: 61px;
}
.m-61-imp {
    margin: 61px !important;
}
.mt-61 {
    margin-top: 61px;
}
.mt-61-imp {
    margin-top: 61px !important;
}
.mr-61 {
    margin-right: 61px;
}
.mr-61-imp {
    margin-right: 61px !important;
}
.mb-61 {
    margin-bottom: 61px;
}
.mb-61-imp {
    margin-bottom: 61px !important;
}
.ml-61 {
    margin-left: 61px;
}
.ml-61-imp {
    margin-left: 61px !important;
}
.p-61 {
    padding: 61px;
}
.p-61-imp {
    padding: 61px !important;
}
.pt-61 {
    padding-top: 61px;
}
.pt-61-imp {
    padding-top: 61px !important;
}
.pr-61 {
    padding-right: 61px;
}
.pr-61-imp {
    padding-right: 61px !important;
}
.pb-61 {
    padding-bottom: 61px;
}
.pb-61-imp {
    padding-bottom: 61px !important;
}
.pl-61 {
    padding-left: 61px;
}
.pl-61-imp {
    padding-left: 61px !important;
}
.m-62 {
    margin: 62px;
}
.m-62-imp {
    margin: 62px !important;
}
.mt-62 {
    margin-top: 62px;
}
.mt-62-imp {
    margin-top: 62px !important;
}
.mr-62 {
    margin-right: 62px;
}
.mr-62-imp {
    margin-right: 62px !important;
}
.mb-62 {
    margin-bottom: 62px;
}
.mb-62-imp {
    margin-bottom: 62px !important;
}
.ml-62 {
    margin-left: 62px;
}
.ml-62-imp {
    margin-left: 62px !important;
}
.p-62 {
    padding: 62px;
}
.p-62-imp {
    padding: 62px !important;
}
.pt-62 {
    padding-top: 62px;
}
.pt-62-imp {
    padding-top: 62px !important;
}
.pr-62 {
    padding-right: 62px;
}
.pr-62-imp {
    padding-right: 62px !important;
}
.pb-62 {
    padding-bottom: 62px;
}
.pb-62-imp {
    padding-bottom: 62px !important;
}
.pl-62 {
    padding-left: 62px;
}
.pl-62-imp {
    padding-left: 62px !important;
}
.m-63 {
    margin: 63px;
}
.m-63-imp {
    margin: 63px !important;
}
.mt-63 {
    margin-top: 63px;
}
.mt-63-imp {
    margin-top: 63px !important;
}
.mr-63 {
    margin-right: 63px;
}
.mr-63-imp {
    margin-right: 63px !important;
}
.mb-63 {
    margin-bottom: 63px;
}
.mb-63-imp {
    margin-bottom: 63px !important;
}
.ml-63 {
    margin-left: 63px;
}
.ml-63-imp {
    margin-left: 63px !important;
}
.p-63 {
    padding: 63px;
}
.p-63-imp {
    padding: 63px !important;
}
.pt-63 {
    padding-top: 63px;
}
.pt-63-imp {
    padding-top: 63px !important;
}
.pr-63 {
    padding-right: 63px;
}
.pr-63-imp {
    padding-right: 63px !important;
}
.pb-63 {
    padding-bottom: 63px;
}
.pb-63-imp {
    padding-bottom: 63px !important;
}
.pl-63 {
    padding-left: 63px;
}
.pl-63-imp {
    padding-left: 63px !important;
}
.m-64 {
    margin: 64px;
}
.m-64-imp {
    margin: 64px !important;
}
.mt-64 {
    margin-top: 64px;
}
.mt-64-imp {
    margin-top: 64px !important;
}
.mr-64 {
    margin-right: 64px;
}
.mr-64-imp {
    margin-right: 64px !important;
}
.mb-64 {
    margin-bottom: 64px;
}
.mb-64-imp {
    margin-bottom: 64px !important;
}
.ml-64 {
    margin-left: 64px;
}
.ml-64-imp {
    margin-left: 64px !important;
}
.p-64 {
    padding: 64px;
}
.p-64-imp {
    padding: 64px !important;
}
.pt-64 {
    padding-top: 64px;
}
.pt-64-imp {
    padding-top: 64px !important;
}
.pr-64 {
    padding-right: 64px;
}
.pr-64-imp {
    padding-right: 64px !important;
}
.pb-64 {
    padding-bottom: 64px;
}
.pb-64-imp {
    padding-bottom: 64px !important;
}
.pl-64 {
    padding-left: 64px;
}
.pl-64-imp {
    padding-left: 64px !important;
}
.m-65 {
    margin: 65px;
}
.m-65-imp {
    margin: 65px !important;
}
.mt-65 {
    margin-top: 65px;
}
.mt-65-imp {
    margin-top: 65px !important;
}
.mr-65 {
    margin-right: 65px;
}
.mr-65-imp {
    margin-right: 65px !important;
}
.mb-65 {
    margin-bottom: 65px;
}
.mb-65-imp {
    margin-bottom: 65px !important;
}
.ml-65 {
    margin-left: 65px;
}
.ml-65-imp {
    margin-left: 65px !important;
}
.p-65 {
    padding: 65px;
}
.p-65-imp {
    padding: 65px !important;
}
.pt-65 {
    padding-top: 65px;
}
.pt-65-imp {
    padding-top: 65px !important;
}
.pr-65 {
    padding-right: 65px;
}
.pr-65-imp {
    padding-right: 65px !important;
}
.pb-65 {
    padding-bottom: 65px;
}
.pb-65-imp {
    padding-bottom: 65px !important;
}
.pl-65 {
    padding-left: 65px;
}
.pl-65-imp {
    padding-left: 65px !important;
}
.m-66 {
    margin: 66px;
}
.m-66-imp {
    margin: 66px !important;
}
.mt-66 {
    margin-top: 66px;
}
.mt-66-imp {
    margin-top: 66px !important;
}
.mr-66 {
    margin-right: 66px;
}
.mr-66-imp {
    margin-right: 66px !important;
}
.mb-66 {
    margin-bottom: 66px;
}
.mb-66-imp {
    margin-bottom: 66px !important;
}
.ml-66 {
    margin-left: 66px;
}
.ml-66-imp {
    margin-left: 66px !important;
}
.p-66 {
    padding: 66px;
}
.p-66-imp {
    padding: 66px !important;
}
.pt-66 {
    padding-top: 66px;
}
.pt-66-imp {
    padding-top: 66px !important;
}
.pr-66 {
    padding-right: 66px;
}
.pr-66-imp {
    padding-right: 66px !important;
}
.pb-66 {
    padding-bottom: 66px;
}
.pb-66-imp {
    padding-bottom: 66px !important;
}
.pl-66 {
    padding-left: 66px;
}
.pl-66-imp {
    padding-left: 66px !important;
}
.m-67 {
    margin: 67px;
}
.m-67-imp {
    margin: 67px !important;
}
.mt-67 {
    margin-top: 67px;
}
.mt-67-imp {
    margin-top: 67px !important;
}
.mr-67 {
    margin-right: 67px;
}
.mr-67-imp {
    margin-right: 67px !important;
}
.mb-67 {
    margin-bottom: 67px;
}
.mb-67-imp {
    margin-bottom: 67px !important;
}
.ml-67 {
    margin-left: 67px;
}
.ml-67-imp {
    margin-left: 67px !important;
}
.p-67 {
    padding: 67px;
}
.p-67-imp {
    padding: 67px !important;
}
.pt-67 {
    padding-top: 67px;
}
.pt-67-imp {
    padding-top: 67px !important;
}
.pr-67 {
    padding-right: 67px;
}
.pr-67-imp {
    padding-right: 67px !important;
}
.pb-67 {
    padding-bottom: 67px;
}
.pb-67-imp {
    padding-bottom: 67px !important;
}
.pl-67 {
    padding-left: 67px;
}
.pl-67-imp {
    padding-left: 67px !important;
}
.m-68 {
    margin: 68px;
}
.m-68-imp {
    margin: 68px !important;
}
.mt-68 {
    margin-top: 68px;
}
.mt-68-imp {
    margin-top: 68px !important;
}
.mr-68 {
    margin-right: 68px;
}
.mr-68-imp {
    margin-right: 68px !important;
}
.mb-68 {
    margin-bottom: 68px;
}
.mb-68-imp {
    margin-bottom: 68px !important;
}
.ml-68 {
    margin-left: 68px;
}
.ml-68-imp {
    margin-left: 68px !important;
}
.p-68 {
    padding: 68px;
}
.p-68-imp {
    padding: 68px !important;
}
.pt-68 {
    padding-top: 68px;
}
.pt-68-imp {
    padding-top: 68px !important;
}
.pr-68 {
    padding-right: 68px;
}
.pr-68-imp {
    padding-right: 68px !important;
}
.pb-68 {
    padding-bottom: 68px;
}
.pb-68-imp {
    padding-bottom: 68px !important;
}
.pl-68 {
    padding-left: 68px;
}
.pl-68-imp {
    padding-left: 68px !important;
}
.m-69 {
    margin: 69px;
}
.m-69-imp {
    margin: 69px !important;
}
.mt-69 {
    margin-top: 69px;
}
.mt-69-imp {
    margin-top: 69px !important;
}
.mr-69 {
    margin-right: 69px;
}
.mr-69-imp {
    margin-right: 69px !important;
}
.mb-69 {
    margin-bottom: 69px;
}
.mb-69-imp {
    margin-bottom: 69px !important;
}
.ml-69 {
    margin-left: 69px;
}
.ml-69-imp {
    margin-left: 69px !important;
}
.p-69 {
    padding: 69px;
}
.p-69-imp {
    padding: 69px !important;
}
.pt-69 {
    padding-top: 69px;
}
.pt-69-imp {
    padding-top: 69px !important;
}
.pr-69 {
    padding-right: 69px;
}
.pr-69-imp {
    padding-right: 69px !important;
}
.pb-69 {
    padding-bottom: 69px;
}
.pb-69-imp {
    padding-bottom: 69px !important;
}
.pl-69 {
    padding-left: 69px;
}
.pl-69-imp {
    padding-left: 69px !important;
}
.m-70 {
    margin: 70px;
}
.m-70-imp {
    margin: 70px !important;
}
.mt-70 {
    margin-top: 70px;
}
.mt-70-imp {
    margin-top: 70px !important;
}
.mr-70 {
    margin-right: 70px;
}
.mr-70-imp {
    margin-right: 70px !important;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-70-imp {
    margin-bottom: 70px !important;
}
.ml-70 {
    margin-left: 70px;
}
.ml-70-imp {
    margin-left: 70px !important;
}
.p-70 {
    padding: 70px;
}
.p-70-imp {
    padding: 70px !important;
}
.pt-70 {
    padding-top: 70px;
}
.pt-70-imp {
    padding-top: 70px !important;
}
.pr-70 {
    padding-right: 70px;
}
.pr-70-imp {
    padding-right: 70px !important;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-70-imp {
    padding-bottom: 70px !important;
}
.pl-70 {
    padding-left: 70px;
}
.pl-70-imp {
    padding-left: 70px !important;
}
.m-71 {
    margin: 71px;
}
.m-71-imp {
    margin: 71px !important;
}
.mt-71 {
    margin-top: 71px;
}
.mt-71-imp {
    margin-top: 71px !important;
}
.mr-71 {
    margin-right: 71px;
}
.mr-71-imp {
    margin-right: 71px !important;
}
.mb-71 {
    margin-bottom: 71px;
}
.mb-71-imp {
    margin-bottom: 71px !important;
}
.ml-71 {
    margin-left: 71px;
}
.ml-71-imp {
    margin-left: 71px !important;
}
.p-71 {
    padding: 71px;
}
.p-71-imp {
    padding: 71px !important;
}
.pt-71 {
    padding-top: 71px;
}
.pt-71-imp {
    padding-top: 71px !important;
}
.pr-71 {
    padding-right: 71px;
}
.pr-71-imp {
    padding-right: 71px !important;
}
.pb-71 {
    padding-bottom: 71px;
}
.pb-71-imp {
    padding-bottom: 71px !important;
}
.pl-71 {
    padding-left: 71px;
}
.pl-71-imp {
    padding-left: 71px !important;
}
.m-72 {
    margin: 72px;
}
.m-72-imp {
    margin: 72px !important;
}
.mt-72 {
    margin-top: 72px;
}
.mt-72-imp {
    margin-top: 72px !important;
}
.mr-72 {
    margin-right: 72px;
}
.mr-72-imp {
    margin-right: 72px !important;
}
.mb-72 {
    margin-bottom: 72px;
}
.mb-72-imp {
    margin-bottom: 72px !important;
}
.ml-72 {
    margin-left: 72px;
}
.ml-72-imp {
    margin-left: 72px !important;
}
.p-72 {
    padding: 72px;
}
.p-72-imp {
    padding: 72px !important;
}
.pt-72 {
    padding-top: 72px;
}
.pt-72-imp {
    padding-top: 72px !important;
}
.pr-72 {
    padding-right: 72px;
}
.pr-72-imp {
    padding-right: 72px !important;
}
.pb-72 {
    padding-bottom: 72px;
}
.pb-72-imp {
    padding-bottom: 72px !important;
}
.pl-72 {
    padding-left: 72px;
}
.pl-72-imp {
    padding-left: 72px !important;
}
.m-73 {
    margin: 73px;
}
.m-73-imp {
    margin: 73px !important;
}
.mt-73 {
    margin-top: 73px;
}
.mt-73-imp {
    margin-top: 73px !important;
}
.mr-73 {
    margin-right: 73px;
}
.mr-73-imp {
    margin-right: 73px !important;
}
.mb-73 {
    margin-bottom: 73px;
}
.mb-73-imp {
    margin-bottom: 73px !important;
}
.ml-73 {
    margin-left: 73px;
}
.ml-73-imp {
    margin-left: 73px !important;
}
.p-73 {
    padding: 73px;
}
.p-73-imp {
    padding: 73px !important;
}
.pt-73 {
    padding-top: 73px;
}
.pt-73-imp {
    padding-top: 73px !important;
}
.pr-73 {
    padding-right: 73px;
}
.pr-73-imp {
    padding-right: 73px !important;
}
.pb-73 {
    padding-bottom: 73px;
}
.pb-73-imp {
    padding-bottom: 73px !important;
}
.pl-73 {
    padding-left: 73px;
}
.pl-73-imp {
    padding-left: 73px !important;
}
.m-74 {
    margin: 74px;
}
.m-74-imp {
    margin: 74px !important;
}
.mt-74 {
    margin-top: 74px;
}
.mt-74-imp {
    margin-top: 74px !important;
}
.mr-74 {
    margin-right: 74px;
}
.mr-74-imp {
    margin-right: 74px !important;
}
.mb-74 {
    margin-bottom: 74px;
}
.mb-74-imp {
    margin-bottom: 74px !important;
}
.ml-74 {
    margin-left: 74px;
}
.ml-74-imp {
    margin-left: 74px !important;
}
.p-74 {
    padding: 74px;
}
.p-74-imp {
    padding: 74px !important;
}
.pt-74 {
    padding-top: 74px;
}
.pt-74-imp {
    padding-top: 74px !important;
}
.pr-74 {
    padding-right: 74px;
}
.pr-74-imp {
    padding-right: 74px !important;
}
.pb-74 {
    padding-bottom: 74px;
}
.pb-74-imp {
    padding-bottom: 74px !important;
}
.pl-74 {
    padding-left: 74px;
}
.pl-74-imp {
    padding-left: 74px !important;
}
.m-75 {
    margin: 75px;
}
.m-75-imp {
    margin: 75px !important;
}
.mt-75 {
    margin-top: 75px;
}
.mt-75-imp {
    margin-top: 75px !important;
}
.mr-75 {
    margin-right: 75px;
}
.mr-75-imp {
    margin-right: 75px !important;
}
.mb-75 {
    margin-bottom: 75px;
}
.mb-75-imp {
    margin-bottom: 75px !important;
}
.ml-75 {
    margin-left: 75px;
}
.ml-75-imp {
    margin-left: 75px !important;
}
.p-75 {
    padding: 75px;
}
.p-75-imp {
    padding: 75px !important;
}
.pt-75 {
    padding-top: 75px;
}
.pt-75-imp {
    padding-top: 75px !important;
}
.pr-75 {
    padding-right: 75px;
}
.pr-75-imp {
    padding-right: 75px !important;
}
.pb-75 {
    padding-bottom: 75px;
}
.pb-75-imp {
    padding-bottom: 75px !important;
}
.pl-75 {
    padding-left: 75px;
}
.pl-75-imp {
    padding-left: 75px !important;
}
.m-76 {
    margin: 76px;
}
.m-76-imp {
    margin: 76px !important;
}
.mt-76 {
    margin-top: 76px;
}
.mt-76-imp {
    margin-top: 76px !important;
}
.mr-76 {
    margin-right: 76px;
}
.mr-76-imp {
    margin-right: 76px !important;
}
.mb-76 {
    margin-bottom: 76px;
}
.mb-76-imp {
    margin-bottom: 76px !important;
}
.ml-76 {
    margin-left: 76px;
}
.ml-76-imp {
    margin-left: 76px !important;
}
.p-76 {
    padding: 76px;
}
.p-76-imp {
    padding: 76px !important;
}
.pt-76 {
    padding-top: 76px;
}
.pt-76-imp {
    padding-top: 76px !important;
}
.pr-76 {
    padding-right: 76px;
}
.pr-76-imp {
    padding-right: 76px !important;
}
.pb-76 {
    padding-bottom: 76px;
}
.pb-76-imp {
    padding-bottom: 76px !important;
}
.pl-76 {
    padding-left: 76px;
}
.pl-76-imp {
    padding-left: 76px !important;
}
.m-77 {
    margin: 77px;
}
.m-77-imp {
    margin: 77px !important;
}
.mt-77 {
    margin-top: 77px;
}
.mt-77-imp {
    margin-top: 77px !important;
}
.mr-77 {
    margin-right: 77px;
}
.mr-77-imp {
    margin-right: 77px !important;
}
.mb-77 {
    margin-bottom: 77px;
}
.mb-77-imp {
    margin-bottom: 77px !important;
}
.ml-77 {
    margin-left: 77px;
}
.ml-77-imp {
    margin-left: 77px !important;
}
.p-77 {
    padding: 77px;
}
.p-77-imp {
    padding: 77px !important;
}
.pt-77 {
    padding-top: 77px;
}
.pt-77-imp {
    padding-top: 77px !important;
}
.pr-77 {
    padding-right: 77px;
}
.pr-77-imp {
    padding-right: 77px !important;
}
.pb-77 {
    padding-bottom: 77px;
}
.pb-77-imp {
    padding-bottom: 77px !important;
}
.pl-77 {
    padding-left: 77px;
}
.pl-77-imp {
    padding-left: 77px !important;
}
.m-78 {
    margin: 78px;
}
.m-78-imp {
    margin: 78px !important;
}
.mt-78 {
    margin-top: 78px;
}
.mt-78-imp {
    margin-top: 78px !important;
}
.mr-78 {
    margin-right: 78px;
}
.mr-78-imp {
    margin-right: 78px !important;
}
.mb-78 {
    margin-bottom: 78px;
}
.mb-78-imp {
    margin-bottom: 78px !important;
}
.ml-78 {
    margin-left: 78px;
}
.ml-78-imp {
    margin-left: 78px !important;
}
.p-78 {
    padding: 78px;
}
.p-78-imp {
    padding: 78px !important;
}
.pt-78 {
    padding-top: 78px;
}
.pt-78-imp {
    padding-top: 78px !important;
}
.pr-78 {
    padding-right: 78px;
}
.pr-78-imp {
    padding-right: 78px !important;
}
.pb-78 {
    padding-bottom: 78px;
}
.pb-78-imp {
    padding-bottom: 78px !important;
}
.pl-78 {
    padding-left: 78px;
}
.pl-78-imp {
    padding-left: 78px !important;
}
.m-79 {
    margin: 79px;
}
.m-79-imp {
    margin: 79px !important;
}
.mt-79 {
    margin-top: 79px;
}
.mt-79-imp {
    margin-top: 79px !important;
}
.mr-79 {
    margin-right: 79px;
}
.mr-79-imp {
    margin-right: 79px !important;
}
.mb-79 {
    margin-bottom: 79px;
}
.mb-79-imp {
    margin-bottom: 79px !important;
}
.ml-79 {
    margin-left: 79px;
}
.ml-79-imp {
    margin-left: 79px !important;
}
.p-79 {
    padding: 79px;
}
.p-79-imp {
    padding: 79px !important;
}
.pt-79 {
    padding-top: 79px;
}
.pt-79-imp {
    padding-top: 79px !important;
}
.pr-79 {
    padding-right: 79px;
}
.pr-79-imp {
    padding-right: 79px !important;
}
.pb-79 {
    padding-bottom: 79px;
}
.pb-79-imp {
    padding-bottom: 79px !important;
}
.pl-79 {
    padding-left: 79px;
}
.pl-79-imp {
    padding-left: 79px !important;
}
.m-80 {
    margin: 80px;
}
.m-80-imp {
    margin: 80px !important;
}
.mt-80 {
    margin-top: 80px;
}
.mt-80-imp {
    margin-top: 80px !important;
}
.mr-80 {
    margin-right: 80px;
}
.mr-80-imp {
    margin-right: 80px !important;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-80-imp {
    margin-bottom: 80px !important;
}
.ml-80 {
    margin-left: 80px;
}
.ml-80-imp {
    margin-left: 80px !important;
}
.p-80 {
    padding: 80px;
}
.p-80-imp {
    padding: 80px !important;
}
.pt-80 {
    padding-top: 80px;
}
.pt-80-imp {
    padding-top: 80px !important;
}
.pr-80 {
    padding-right: 80px;
}
.pr-80-imp {
    padding-right: 80px !important;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-80-imp {
    padding-bottom: 80px !important;
}
.pl-80 {
    padding-left: 80px;
}
.pl-80-imp {
    padding-left: 80px !important;
}
.m-81 {
    margin: 81px;
}
.m-81-imp {
    margin: 81px !important;
}
.mt-81 {
    margin-top: 81px;
}
.mt-81-imp {
    margin-top: 81px !important;
}
.mr-81 {
    margin-right: 81px;
}
.mr-81-imp {
    margin-right: 81px !important;
}
.mb-81 {
    margin-bottom: 81px;
}
.mb-81-imp {
    margin-bottom: 81px !important;
}
.ml-81 {
    margin-left: 81px;
}
.ml-81-imp {
    margin-left: 81px !important;
}
.p-81 {
    padding: 81px;
}
.p-81-imp {
    padding: 81px !important;
}
.pt-81 {
    padding-top: 81px;
}
.pt-81-imp {
    padding-top: 81px !important;
}
.pr-81 {
    padding-right: 81px;
}
.pr-81-imp {
    padding-right: 81px !important;
}
.pb-81 {
    padding-bottom: 81px;
}
.pb-81-imp {
    padding-bottom: 81px !important;
}
.pl-81 {
    padding-left: 81px;
}
.pl-81-imp {
    padding-left: 81px !important;
}
.m-82 {
    margin: 82px;
}
.m-82-imp {
    margin: 82px !important;
}
.mt-82 {
    margin-top: 82px;
}
.mt-82-imp {
    margin-top: 82px !important;
}
.mr-82 {
    margin-right: 82px;
}
.mr-82-imp {
    margin-right: 82px !important;
}
.mb-82 {
    margin-bottom: 82px;
}
.mb-82-imp {
    margin-bottom: 82px !important;
}
.ml-82 {
    margin-left: 82px;
}
.ml-82-imp {
    margin-left: 82px !important;
}
.p-82 {
    padding: 82px;
}
.p-82-imp {
    padding: 82px !important;
}
.pt-82 {
    padding-top: 82px;
}
.pt-82-imp {
    padding-top: 82px !important;
}
.pr-82 {
    padding-right: 82px;
}
.pr-82-imp {
    padding-right: 82px !important;
}
.pb-82 {
    padding-bottom: 82px;
}
.pb-82-imp {
    padding-bottom: 82px !important;
}
.pl-82 {
    padding-left: 82px;
}
.pl-82-imp {
    padding-left: 82px !important;
}
.m-83 {
    margin: 83px;
}
.m-83-imp {
    margin: 83px !important;
}
.mt-83 {
    margin-top: 83px;
}
.mt-83-imp {
    margin-top: 83px !important;
}
.mr-83 {
    margin-right: 83px;
}
.mr-83-imp {
    margin-right: 83px !important;
}
.mb-83 {
    margin-bottom: 83px;
}
.mb-83-imp {
    margin-bottom: 83px !important;
}
.ml-83 {
    margin-left: 83px;
}
.ml-83-imp {
    margin-left: 83px !important;
}
.p-83 {
    padding: 83px;
}
.p-83-imp {
    padding: 83px !important;
}
.pt-83 {
    padding-top: 83px;
}
.pt-83-imp {
    padding-top: 83px !important;
}
.pr-83 {
    padding-right: 83px;
}
.pr-83-imp {
    padding-right: 83px !important;
}
.pb-83 {
    padding-bottom: 83px;
}
.pb-83-imp {
    padding-bottom: 83px !important;
}
.pl-83 {
    padding-left: 83px;
}
.pl-83-imp {
    padding-left: 83px !important;
}
.m-84 {
    margin: 84px;
}
.m-84-imp {
    margin: 84px !important;
}
.mt-84 {
    margin-top: 84px;
}
.mt-84-imp {
    margin-top: 84px !important;
}
.mr-84 {
    margin-right: 84px;
}
.mr-84-imp {
    margin-right: 84px !important;
}
.mb-84 {
    margin-bottom: 84px;
}
.mb-84-imp {
    margin-bottom: 84px !important;
}
.ml-84 {
    margin-left: 84px;
}
.ml-84-imp {
    margin-left: 84px !important;
}
.p-84 {
    padding: 84px;
}
.p-84-imp {
    padding: 84px !important;
}
.pt-84 {
    padding-top: 84px;
}
.pt-84-imp {
    padding-top: 84px !important;
}
.pr-84 {
    padding-right: 84px;
}
.pr-84-imp {
    padding-right: 84px !important;
}
.pb-84 {
    padding-bottom: 84px;
}
.pb-84-imp {
    padding-bottom: 84px !important;
}
.pl-84 {
    padding-left: 84px;
}
.pl-84-imp {
    padding-left: 84px !important;
}
.m-85 {
    margin: 85px;
}
.m-85-imp {
    margin: 85px !important;
}
.mt-85 {
    margin-top: 85px;
}
.mt-85-imp {
    margin-top: 85px !important;
}
.mr-85 {
    margin-right: 85px;
}
.mr-85-imp {
    margin-right: 85px !important;
}
.mb-85 {
    margin-bottom: 85px;
}
.mb-85-imp {
    margin-bottom: 85px !important;
}
.ml-85 {
    margin-left: 85px;
}
.ml-85-imp {
    margin-left: 85px !important;
}
.p-85 {
    padding: 85px;
}
.p-85-imp {
    padding: 85px !important;
}
.pt-85 {
    padding-top: 85px;
}
.pt-85-imp {
    padding-top: 85px !important;
}
.pr-85 {
    padding-right: 85px;
}
.pr-85-imp {
    padding-right: 85px !important;
}
.pb-85 {
    padding-bottom: 85px;
}
.pb-85-imp {
    padding-bottom: 85px !important;
}
.pl-85 {
    padding-left: 85px;
}
.pl-85-imp {
    padding-left: 85px !important;
}
.m-86 {
    margin: 86px;
}
.m-86-imp {
    margin: 86px !important;
}
.mt-86 {
    margin-top: 86px;
}
.mt-86-imp {
    margin-top: 86px !important;
}
.mr-86 {
    margin-right: 86px;
}
.mr-86-imp {
    margin-right: 86px !important;
}
.mb-86 {
    margin-bottom: 86px;
}
.mb-86-imp {
    margin-bottom: 86px !important;
}
.ml-86 {
    margin-left: 86px;
}
.ml-86-imp {
    margin-left: 86px !important;
}
.p-86 {
    padding: 86px;
}
.p-86-imp {
    padding: 86px !important;
}
.pt-86 {
    padding-top: 86px;
}
.pt-86-imp {
    padding-top: 86px !important;
}
.pr-86 {
    padding-right: 86px;
}
.pr-86-imp {
    padding-right: 86px !important;
}
.pb-86 {
    padding-bottom: 86px;
}
.pb-86-imp {
    padding-bottom: 86px !important;
}
.pl-86 {
    padding-left: 86px;
}
.pl-86-imp {
    padding-left: 86px !important;
}
.m-87 {
    margin: 87px;
}
.m-87-imp {
    margin: 87px !important;
}
.mt-87 {
    margin-top: 87px;
}
.mt-87-imp {
    margin-top: 87px !important;
}
.mr-87 {
    margin-right: 87px;
}
.mr-87-imp {
    margin-right: 87px !important;
}
.mb-87 {
    margin-bottom: 87px;
}
.mb-87-imp {
    margin-bottom: 87px !important;
}
.ml-87 {
    margin-left: 87px;
}
.ml-87-imp {
    margin-left: 87px !important;
}
.p-87 {
    padding: 87px;
}
.p-87-imp {
    padding: 87px !important;
}
.pt-87 {
    padding-top: 87px;
}
.pt-87-imp {
    padding-top: 87px !important;
}
.pr-87 {
    padding-right: 87px;
}
.pr-87-imp {
    padding-right: 87px !important;
}
.pb-87 {
    padding-bottom: 87px;
}
.pb-87-imp {
    padding-bottom: 87px !important;
}
.pl-87 {
    padding-left: 87px;
}
.pl-87-imp {
    padding-left: 87px !important;
}
.m-88 {
    margin: 88px;
}
.m-88-imp {
    margin: 88px !important;
}
.mt-88 {
    margin-top: 88px;
}
.mt-88-imp {
    margin-top: 88px !important;
}
.mr-88 {
    margin-right: 88px;
}
.mr-88-imp {
    margin-right: 88px !important;
}
.mb-88 {
    margin-bottom: 88px;
}
.mb-88-imp {
    margin-bottom: 88px !important;
}
.ml-88 {
    margin-left: 88px;
}
.ml-88-imp {
    margin-left: 88px !important;
}
.p-88 {
    padding: 88px;
}
.p-88-imp {
    padding: 88px !important;
}
.pt-88 {
    padding-top: 88px;
}
.pt-88-imp {
    padding-top: 88px !important;
}
.pr-88 {
    padding-right: 88px;
}
.pr-88-imp {
    padding-right: 88px !important;
}
.pb-88 {
    padding-bottom: 88px;
}
.pb-88-imp {
    padding-bottom: 88px !important;
}
.pl-88 {
    padding-left: 88px;
}
.pl-88-imp {
    padding-left: 88px !important;
}
.m-89 {
    margin: 89px;
}
.m-89-imp {
    margin: 89px !important;
}
.mt-89 {
    margin-top: 89px;
}
.mt-89-imp {
    margin-top: 89px !important;
}
.mr-89 {
    margin-right: 89px;
}
.mr-89-imp {
    margin-right: 89px !important;
}
.mb-89 {
    margin-bottom: 89px;
}
.mb-89-imp {
    margin-bottom: 89px !important;
}
.ml-89 {
    margin-left: 89px;
}
.ml-89-imp {
    margin-left: 89px !important;
}
.p-89 {
    padding: 89px;
}
.p-89-imp {
    padding: 89px !important;
}
.pt-89 {
    padding-top: 89px;
}
.pt-89-imp {
    padding-top: 89px !important;
}
.pr-89 {
    padding-right: 89px;
}
.pr-89-imp {
    padding-right: 89px !important;
}
.pb-89 {
    padding-bottom: 89px;
}
.pb-89-imp {
    padding-bottom: 89px !important;
}
.pl-89 {
    padding-left: 89px;
}
.pl-89-imp {
    padding-left: 89px !important;
}
.m-90 {
    margin: 90px;
}
.m-90-imp {
    margin: 90px !important;
}
.mt-90 {
    margin-top: 90px;
}
.mt-90-imp {
    margin-top: 90px !important;
}
.mr-90 {
    margin-right: 90px;
}
.mr-90-imp {
    margin-right: 90px !important;
}
.mb-90 {
    margin-bottom: 90px;
}
.mb-90-imp {
    margin-bottom: 90px !important;
}
.ml-90 {
    margin-left: 90px;
}
.ml-90-imp {
    margin-left: 90px !important;
}
.p-90 {
    padding: 90px;
}
.p-90-imp {
    padding: 90px !important;
}
.pt-90 {
    padding-top: 90px;
}
.pt-90-imp {
    padding-top: 90px !important;
}
.pr-90 {
    padding-right: 90px;
}
.pr-90-imp {
    padding-right: 90px !important;
}
.pb-90 {
    padding-bottom: 90px;
}
.pb-90-imp {
    padding-bottom: 90px !important;
}
.pl-90 {
    padding-left: 90px;
}
.pl-90-imp {
    padding-left: 90px !important;
}
.m-91 {
    margin: 91px;
}
.m-91-imp {
    margin: 91px !important;
}
.mt-91 {
    margin-top: 91px;
}
.mt-91-imp {
    margin-top: 91px !important;
}
.mr-91 {
    margin-right: 91px;
}
.mr-91-imp {
    margin-right: 91px !important;
}
.mb-91 {
    margin-bottom: 91px;
}
.mb-91-imp {
    margin-bottom: 91px !important;
}
.ml-91 {
    margin-left: 91px;
}
.ml-91-imp {
    margin-left: 91px !important;
}
.p-91 {
    padding: 91px;
}
.p-91-imp {
    padding: 91px !important;
}
.pt-91 {
    padding-top: 91px;
}
.pt-91-imp {
    padding-top: 91px !important;
}
.pr-91 {
    padding-right: 91px;
}
.pr-91-imp {
    padding-right: 91px !important;
}
.pb-91 {
    padding-bottom: 91px;
}
.pb-91-imp {
    padding-bottom: 91px !important;
}
.pl-91 {
    padding-left: 91px;
}
.pl-91-imp {
    padding-left: 91px !important;
}
.m-92 {
    margin: 92px;
}
.m-92-imp {
    margin: 92px !important;
}
.mt-92 {
    margin-top: 92px;
}
.mt-92-imp {
    margin-top: 92px !important;
}
.mr-92 {
    margin-right: 92px;
}
.mr-92-imp {
    margin-right: 92px !important;
}
.mb-92 {
    margin-bottom: 92px;
}
.mb-92-imp {
    margin-bottom: 92px !important;
}
.ml-92 {
    margin-left: 92px;
}
.ml-92-imp {
    margin-left: 92px !important;
}
.p-92 {
    padding: 92px;
}
.p-92-imp {
    padding: 92px !important;
}
.pt-92 {
    padding-top: 92px;
}
.pt-92-imp {
    padding-top: 92px !important;
}
.pr-92 {
    padding-right: 92px;
}
.pr-92-imp {
    padding-right: 92px !important;
}
.pb-92 {
    padding-bottom: 92px;
}
.pb-92-imp {
    padding-bottom: 92px !important;
}
.pl-92 {
    padding-left: 92px;
}
.pl-92-imp {
    padding-left: 92px !important;
}
.m-93 {
    margin: 93px;
}
.m-93-imp {
    margin: 93px !important;
}
.mt-93 {
    margin-top: 93px;
}
.mt-93-imp {
    margin-top: 93px !important;
}
.mr-93 {
    margin-right: 93px;
}
.mr-93-imp {
    margin-right: 93px !important;
}
.mb-93 {
    margin-bottom: 93px;
}
.mb-93-imp {
    margin-bottom: 93px !important;
}
.ml-93 {
    margin-left: 93px;
}
.ml-93-imp {
    margin-left: 93px !important;
}
.p-93 {
    padding: 93px;
}
.p-93-imp {
    padding: 93px !important;
}
.pt-93 {
    padding-top: 93px;
}
.pt-93-imp {
    padding-top: 93px !important;
}
.pr-93 {
    padding-right: 93px;
}
.pr-93-imp {
    padding-right: 93px !important;
}
.pb-93 {
    padding-bottom: 93px;
}
.pb-93-imp {
    padding-bottom: 93px !important;
}
.pl-93 {
    padding-left: 93px;
}
.pl-93-imp {
    padding-left: 93px !important;
}
.m-94 {
    margin: 94px;
}
.m-94-imp {
    margin: 94px !important;
}
.mt-94 {
    margin-top: 94px;
}
.mt-94-imp {
    margin-top: 94px !important;
}
.mr-94 {
    margin-right: 94px;
}
.mr-94-imp {
    margin-right: 94px !important;
}
.mb-94 {
    margin-bottom: 94px;
}
.mb-94-imp {
    margin-bottom: 94px !important;
}
.ml-94 {
    margin-left: 94px;
}
.ml-94-imp {
    margin-left: 94px !important;
}
.p-94 {
    padding: 94px;
}
.p-94-imp {
    padding: 94px !important;
}
.pt-94 {
    padding-top: 94px;
}
.pt-94-imp {
    padding-top: 94px !important;
}
.pr-94 {
    padding-right: 94px;
}
.pr-94-imp {
    padding-right: 94px !important;
}
.pb-94 {
    padding-bottom: 94px;
}
.pb-94-imp {
    padding-bottom: 94px !important;
}
.pl-94 {
    padding-left: 94px;
}
.pl-94-imp {
    padding-left: 94px !important;
}
.m-95 {
    margin: 95px;
}
.m-95-imp {
    margin: 95px !important;
}
.mt-95 {
    margin-top: 95px;
}
.mt-95-imp {
    margin-top: 95px !important;
}
.mr-95 {
    margin-right: 95px;
}
.mr-95-imp {
    margin-right: 95px !important;
}
.mb-95 {
    margin-bottom: 95px;
}
.mb-95-imp {
    margin-bottom: 95px !important;
}
.ml-95 {
    margin-left: 95px;
}
.ml-95-imp {
    margin-left: 95px !important;
}
.p-95 {
    padding: 95px;
}
.p-95-imp {
    padding: 95px !important;
}
.pt-95 {
    padding-top: 95px;
}
.pt-95-imp {
    padding-top: 95px !important;
}
.pr-95 {
    padding-right: 95px;
}
.pr-95-imp {
    padding-right: 95px !important;
}
.pb-95 {
    padding-bottom: 95px;
}
.pb-95-imp {
    padding-bottom: 95px !important;
}
.pl-95 {
    padding-left: 95px;
}
.pl-95-imp {
    padding-left: 95px !important;
}
.m-96 {
    margin: 96px;
}
.m-96-imp {
    margin: 96px !important;
}
.mt-96 {
    margin-top: 96px;
}
.mt-96-imp {
    margin-top: 96px !important;
}
.mr-96 {
    margin-right: 96px;
}
.mr-96-imp {
    margin-right: 96px !important;
}
.mb-96 {
    margin-bottom: 96px;
}
.mb-96-imp {
    margin-bottom: 96px !important;
}
.ml-96 {
    margin-left: 96px;
}
.ml-96-imp {
    margin-left: 96px !important;
}
.p-96 {
    padding: 96px;
}
.p-96-imp {
    padding: 96px !important;
}
.pt-96 {
    padding-top: 96px;
}
.pt-96-imp {
    padding-top: 96px !important;
}
.pr-96 {
    padding-right: 96px;
}
.pr-96-imp {
    padding-right: 96px !important;
}
.pb-96 {
    padding-bottom: 96px;
}
.pb-96-imp {
    padding-bottom: 96px !important;
}
.pl-96 {
    padding-left: 96px;
}
.pl-96-imp {
    padding-left: 96px !important;
}
.m-97 {
    margin: 97px;
}
.m-97-imp {
    margin: 97px !important;
}
.mt-97 {
    margin-top: 97px;
}
.mt-97-imp {
    margin-top: 97px !important;
}
.mr-97 {
    margin-right: 97px;
}
.mr-97-imp {
    margin-right: 97px !important;
}
.mb-97 {
    margin-bottom: 97px;
}
.mb-97-imp {
    margin-bottom: 97px !important;
}
.ml-97 {
    margin-left: 97px;
}
.ml-97-imp {
    margin-left: 97px !important;
}
.p-97 {
    padding: 97px;
}
.p-97-imp {
    padding: 97px !important;
}
.pt-97 {
    padding-top: 97px;
}
.pt-97-imp {
    padding-top: 97px !important;
}
.pr-97 {
    padding-right: 97px;
}
.pr-97-imp {
    padding-right: 97px !important;
}
.pb-97 {
    padding-bottom: 97px;
}
.pb-97-imp {
    padding-bottom: 97px !important;
}
.pl-97 {
    padding-left: 97px;
}
.pl-97-imp {
    padding-left: 97px !important;
}
.m-98 {
    margin: 98px;
}
.m-98-imp {
    margin: 98px !important;
}
.mt-98 {
    margin-top: 98px;
}
.mt-98-imp {
    margin-top: 98px !important;
}
.mr-98 {
    margin-right: 98px;
}
.mr-98-imp {
    margin-right: 98px !important;
}
.mb-98 {
    margin-bottom: 98px;
}
.mb-98-imp {
    margin-bottom: 98px !important;
}
.ml-98 {
    margin-left: 98px;
}
.ml-98-imp {
    margin-left: 98px !important;
}
.p-98 {
    padding: 98px;
}
.p-98-imp {
    padding: 98px !important;
}
.pt-98 {
    padding-top: 98px;
}
.pt-98-imp {
    padding-top: 98px !important;
}
.pr-98 {
    padding-right: 98px;
}
.pr-98-imp {
    padding-right: 98px !important;
}
.pb-98 {
    padding-bottom: 98px;
}
.pb-98-imp {
    padding-bottom: 98px !important;
}
.pl-98 {
    padding-left: 98px;
}
.pl-98-imp {
    padding-left: 98px !important;
}
.m-99 {
    margin: 99px;
}
.m-99-imp {
    margin: 99px !important;
}
.mt-99 {
    margin-top: 99px;
}
.mt-99-imp {
    margin-top: 99px !important;
}
.mr-99 {
    margin-right: 99px;
}
.mr-99-imp {
    margin-right: 99px !important;
}
.mb-99 {
    margin-bottom: 99px;
}
.mb-99-imp {
    margin-bottom: 99px !important;
}
.ml-99 {
    margin-left: 99px;
}
.ml-99-imp {
    margin-left: 99px !important;
}
.p-99 {
    padding: 99px;
}
.p-99-imp {
    padding: 99px !important;
}
.pt-99 {
    padding-top: 99px;
}
.pt-99-imp {
    padding-top: 99px !important;
}
.pr-99 {
    padding-right: 99px;
}
.pr-99-imp {
    padding-right: 99px !important;
}
.pb-99 {
    padding-bottom: 99px;
}
.pb-99-imp {
    padding-bottom: 99px !important;
}
.pl-99 {
    padding-left: 99px;
}
.pl-99-imp {
    padding-left: 99px !important;
}
.m-100 {
    margin: 100px;
}
.m-100-imp {
    margin: 100px !important;
}
.mt-100 {
    margin-top: 100px;
}
.mt-100-imp {
    margin-top: 100px !important;
}
.mr-100 {
    margin-right: 100px;
}
.mr-100-imp {
    margin-right: 100px !important;
}
.mb-100 {
    margin-bottom: 100px;
}
.mb-100-imp {
    margin-bottom: 100px !important;
}
.ml-100 {
    margin-left: 100px;
}
.ml-100-imp {
    margin-left: 100px !important;
}
.p-100 {
    padding: 100px;
}
.p-100-imp {
    padding: 100px !important;
}
.pt-100 {
    padding-top: 100px;
}
.pt-100-imp {
    padding-top: 100px !important;
}
.pr-100 {
    padding-right: 100px;
}
.pr-100-imp {
    padding-right: 100px !important;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-100-imp {
    padding-bottom: 100px !important;
}
.pl-100 {
    padding-left: 100px;
}
.pl-100-imp {
    padding-left: 100px !important;
}
.w0 {
    width: 0%;
}
.w0-imp {
    width: 0% !important;
}
.w1 {
    width: 1%;
}
.w1-imp {
    width: 1% !important;
}
.w2 {
    width: 2%;
}
.w2-imp {
    width: 2% !important;
}
.w3 {
    width: 3%;
}
.w3-imp {
    width: 3% !important;
}
.w4 {
    width: 4%;
}
.w4-imp {
    width: 4% !important;
}
.w5 {
    width: 5%;
}
.w5-imp {
    width: 5% !important;
}
.w6 {
    width: 6%;
}
.w6-imp {
    width: 6% !important;
}
.w7 {
    width: 7%;
}
.w7-imp {
    width: 7% !important;
}
.w8 {
    width: 8%;
}
.w8-imp {
    width: 8% !important;
}
.w9 {
    width: 9%;
}
.w9-imp {
    width: 9% !important;
}
.w10 {
    width: 10%;
}
.w10-imp {
    width: 10% !important;
}
.w11 {
    width: 11%;
}
.w11-imp {
    width: 11% !important;
}
.w12 {
    width: 12%;
}
.w12-imp {
    width: 12% !important;
}
.w13 {
    width: 13%;
}
.w13-imp {
    width: 13% !important;
}
.w14 {
    width: 14%;
}
.w14-imp {
    width: 14% !important;
}
.w15 {
    width: 15%;
}
.w15-imp {
    width: 15% !important;
}
.w16 {
    width: 16%;
}
.w16-imp {
    width: 16% !important;
}
.w17 {
    width: 17%;
}
.w17-imp {
    width: 17% !important;
}
.w18 {
    width: 18%;
}
.w18-imp {
    width: 18% !important;
}
.w19 {
    width: 19%;
}
.w19-imp {
    width: 19% !important;
}
.w20 {
    width: 20%;
}
.w20-imp {
    width: 20% !important;
}
.w21 {
    width: 21%;
}
.w21-imp {
    width: 21% !important;
}
.w22 {
    width: 22%;
}
.w22-imp {
    width: 22% !important;
}
.w23 {
    width: 23%;
}
.w23-imp {
    width: 23% !important;
}
.w24 {
    width: 24%;
}
.w24-imp {
    width: 24% !important;
}
.w25 {
    width: 25%;
}
.w25-imp {
    width: 25% !important;
}
.w26 {
    width: 26%;
}
.w26-imp {
    width: 26% !important;
}
.w27 {
    width: 27%;
}
.w27-imp {
    width: 27% !important;
}
.w28 {
    width: 28%;
}
.w28-imp {
    width: 28% !important;
}
.w29 {
    width: 29%;
}
.w29-imp {
    width: 29% !important;
}
.w30 {
    width: 30%;
}
.w30-imp {
    width: 30% !important;
}
.w31 {
    width: 31%;
}
.w31-imp {
    width: 31% !important;
}
.w32 {
    width: 32%;
}
.w32-imp {
    width: 32% !important;
}
.w33 {
    width: 33%;
}
.w33-imp {
    width: 33% !important;
}
.w34 {
    width: 34%;
}
.w34-imp {
    width: 34% !important;
}
.w35 {
    width: 35%;
}
.w35-imp {
    width: 35% !important;
}
.w36 {
    width: 36%;
}
.w36-imp {
    width: 36% !important;
}
.w37 {
    width: 37%;
}
.w37-imp {
    width: 37% !important;
}
.w38 {
    width: 38%;
}
.w38-imp {
    width: 38% !important;
}
.w39 {
    width: 39%;
}
.w39-imp {
    width: 39% !important;
}
.w40 {
    width: 40%;
}
.w40-imp {
    width: 40% !important;
}
.w41 {
    width: 41%;
}
.w41-imp {
    width: 41% !important;
}
.w42 {
    width: 42%;
}
.w42-imp {
    width: 42% !important;
}
.w43 {
    width: 43%;
}
.w43-imp {
    width: 43% !important;
}
.w44 {
    width: 44%;
}
.w44-imp {
    width: 44% !important;
}
.w45 {
    width: 45%;
}
.w45-imp {
    width: 45% !important;
}
.w46 {
    width: 46%;
}
.w46-imp {
    width: 46% !important;
}
.w47 {
    width: 47%;
}
.w47-imp {
    width: 47% !important;
}
.w48 {
    width: 48%;
}
.w48-imp {
    width: 48% !important;
}
.w49 {
    width: 49%;
}
.w49-imp {
    width: 49% !important;
}
.w50 {
    width: 50%;
}
.w50-imp {
    width: 50% !important;
}
.w51 {
    width: 51%;
}
.w51-imp {
    width: 51% !important;
}
.w52 {
    width: 52%;
}
.w52-imp {
    width: 52% !important;
}
.w53 {
    width: 53%;
}
.w53-imp {
    width: 53% !important;
}
.w54 {
    width: 54%;
}
.w54-imp {
    width: 54% !important;
}
.w55 {
    width: 55%;
}
.w55-imp {
    width: 55% !important;
}
.w56 {
    width: 56%;
}
.w56-imp {
    width: 56% !important;
}
.w57 {
    width: 57%;
}
.w57-imp {
    width: 57% !important;
}
.w58 {
    width: 58%;
}
.w58-imp {
    width: 58% !important;
}
.w59 {
    width: 59%;
}
.w59-imp {
    width: 59% !important;
}
.w60 {
    width: 60%;
}
.w60-imp {
    width: 60% !important;
}
.w61 {
    width: 61%;
}
.w61-imp {
    width: 61% !important;
}
.w62 {
    width: 62%;
}
.w62-imp {
    width: 62% !important;
}
.w63 {
    width: 63%;
}
.w63-imp {
    width: 63% !important;
}
.w64 {
    width: 64%;
}
.w64-imp {
    width: 64% !important;
}
.w65 {
    width: 65%;
}
.w65-imp {
    width: 65% !important;
}
.w66 {
    width: 66%;
}
.w66-imp {
    width: 66% !important;
}
.w67 {
    width: 67%;
}
.w67-imp {
    width: 67% !important;
}
.w68 {
    width: 68%;
}
.w68-imp {
    width: 68% !important;
}
.w69 {
    width: 69%;
}
.w69-imp {
    width: 69% !important;
}
.w70 {
    width: 70%;
}
.w70-imp {
    width: 70% !important;
}
.w71 {
    width: 71%;
}
.w71-imp {
    width: 71% !important;
}
.w72 {
    width: 72%;
}
.w72-imp {
    width: 72% !important;
}
.w73 {
    width: 73%;
}
.w73-imp {
    width: 73% !important;
}
.w74 {
    width: 74%;
}
.w74-imp {
    width: 74% !important;
}
.w75 {
    width: 75%;
}
.w75-imp {
    width: 75% !important;
}
.w76 {
    width: 76%;
}
.w76-imp {
    width: 76% !important;
}
.w77 {
    width: 77%;
}
.w77-imp {
    width: 77% !important;
}
.w78 {
    width: 78%;
}
.w78-imp {
    width: 78% !important;
}
.w79 {
    width: 79%;
}
.w79-imp {
    width: 79% !important;
}
.w80 {
    width: 80%;
}
.w80-imp {
    width: 80% !important;
}
.w81 {
    width: 81%;
}
.w81-imp {
    width: 81% !important;
}
.w82 {
    width: 82%;
}
.w82-imp {
    width: 82% !important;
}
.w83 {
    width: 83%;
}
.w83-imp {
    width: 83% !important;
}
.w84 {
    width: 84%;
}
.w84-imp {
    width: 84% !important;
}
.w85 {
    width: 85%;
}
.w85-imp {
    width: 85% !important;
}
.w86 {
    width: 86%;
}
.w86-imp {
    width: 86% !important;
}
.w87 {
    width: 87%;
}
.w87-imp {
    width: 87% !important;
}
.w88 {
    width: 88%;
}
.w88-imp {
    width: 88% !important;
}
.w89 {
    width: 89%;
}
.w89-imp {
    width: 89% !important;
}
.w90 {
    width: 90%;
}
.w90-imp {
    width: 90% !important;
}
.w91 {
    width: 91%;
}
.w91-imp {
    width: 91% !important;
}
.w92 {
    width: 92%;
}
.w92-imp {
    width: 92% !important;
}
.w93 {
    width: 93%;
}
.w93-imp {
    width: 93% !important;
}
.w94 {
    width: 94%;
}
.w94-imp {
    width: 94% !important;
}
.w95 {
    width: 95%;
}
.w95-imp {
    width: 95% !important;
}
.w96 {
    width: 96%;
}
.w96-imp {
    width: 96% !important;
}
.w97 {
    width: 97%;
}
.w97-imp {
    width: 97% !important;
}
.w98 {
    width: 98%;
}
.w98-imp {
    width: 98% !important;
}
.w99 {
    width: 99%;
}
.w99-imp {
    width: 99% !important;
}
.button.button-block,
.w100 {
    width: 100%;
}
.w100-imp {
    width: 100% !important;
}
.tt-none {
    text-transform: none;
}
.tt-capitalize {
    text-transform: capitalize;
}
.tt-uppercase {
    text-transform: uppercase;
}
.tt-lowercase {
    text-transform: lowercase;
}
.tt-initial {
    text-transform: initial;
}
.tt-underline {
    text-decoration: underline;
}
.tt-line-through {
    text-decoration: line-through;
}
.tt-overline {
    text-decoration: overline;
}
.tt-none {
    text-decoration: none;
}
.tt-inherit {
    text-transform: inherit;
    text-decoration: inherit;
}
.button,
.card .front p,
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    text-transform: uppercase;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    line-height: 1;
    display: block;
    position: relative;
    font-family: "Futura LT Book";
    font-weight: 700;
    font-style: normal;
}
.h1,
h1 {
    font-size: 90px;
}
.h2,
h2 {
    line-height: 1.227;
    font-size: 44px;
}
.h3,
h3 {
    font-size: 24px;
}
.h4,
h4 {
    font-size: 22px;
}
.h5,
h5 {
    font-size: 18px;
}
.h6,
h6 {
    font-size: 16px;
}
.button {
    line-height: 1;
    padding: 14px 30px;
    letter-spacing: 2px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    border: 2px solid transparent;
    background-color: transparent;
    color: #222;
    -webkit-transition: background-color 0.4s, border 0.4s, color 0.4s;
    -moz-transition: background-color 0.4s, border 0.4s, color 0.4s;
    -ms-transition: background-color 0.4s, border 0.4s, color 0.4s;
    transition: background-color 0.4s, border 0.4s, color 0.4s;
    font-weight: 400;
    font-style: normal;
    font-family: "Roboto", sans-serif;
}
.button.button-red {
    color: #fff;
    background-color: #ff0049;
}
.button.button-red:hover {
    color: #fff;
    border-color: #ff0049;
    background-color: #cc003a;
}
.circle .circle-wrap .circle-animation {
    opacity: 0;
    margin: 0 4%;
    display: inline-block;
    background-color: #b30033;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: translateX(0) scale(0.25);
    -moz-transform: translateX(0) scale(0.25);
    -ms-transform: translateX(0) scale(0.25);
    transform: translateX(0) scale(0.25);
    -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
}
.circle .circle-wrap .circle-animation.second {
    width: 150px;
    height: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    -ms-border-radius: 150px;
    border-radius: 150px;
    -webkit-transform: translateX(-122%) scale(0.75);
    -moz-transform: translateX(-122%) scale(0.75);
    -ms-transform: translateX(-122%) scale(0.75);
    transform: translateX(-122%) scale(0.75);
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -ms-transition-delay: 1.5s;
    transition-delay: 1.5s;
}
.circle .circle-wrap .circle-animation.third {
    width: 200px;
    height: 200px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    -ms-border-radius: 200px;
    border-radius: 200px;
    -webkit-transform: translateX(-122%) scale(0.75);
    -moz-transform: translateX(-122%) scale(0.75);
    -ms-transform: translateX(-122%) scale(0.75);
    transform: translateX(-122%) scale(0.75);
    -webkit-transition-delay: 2s;
    -moz-transition-delay: 2s;
    -ms-transition-delay: 2s;
    transition-delay: 2s;
}
.circle .circle-wrap.active .circle-animation {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
    -moz-transform: translateX(0) scale(1);
    -ms-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
}
@media (min-width: 1441px) and (max-width: 1679px) {
    .circle .circle-wrap .circle-animation {
        margin: 0 2%;
        width: 90px;
        height: 90px;
        -webkit-border-radius: 90px;
        -moz-border-radius: 90px;
        -ms-border-radius: 90px;
        border-radius: 90px;
    }
    .circle .circle-wrap .circle-animation.second {
        width: 140px;
        height: 140px;
        -webkit-border-radius: 140px;
        -moz-border-radius: 140px;
        -ms-border-radius: 140px;
        border-radius: 140px;
    }
    .circle .circle-wrap .circle-animation.third {
        width: 200px;
        height: 200px;
        -webkit-border-radius: 200px;
        -moz-border-radius: 200px;
        -ms-border-radius: 200px;
        border-radius: 200px;
    }
}
@media (min-width: 1200px) and (max-width: 1440px) {
    .circle .circle-wrap .circle-animation {
        margin: 0 2%;
        width: 70px;
        height: 70px;
        -webkit-border-radius: 70px;
        -moz-border-radius: 70px;
        -ms-border-radius: 70px;
        border-radius: 70px;
    }
    .circle .circle-wrap .circle-animation.second {
        width: 110px;
        height: 110px;
        -webkit-border-radius: 110px;
        -moz-border-radius: 110px;
        -ms-border-radius: 110px;
        border-radius: 110px;
    }
    .circle .circle-wrap .circle-animation.third {
        width: 160px;
        height: 160px;
        -webkit-border-radius: 160px;
        -moz-border-radius: 160px;
        -ms-border-radius: 160px;
        border-radius: 160px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .h1,
    h1 {
        font-size: 70px;
    }
    .h2,
    h2 {
        font-size: 38px;
    }
    .circle .circle-wrap .circle-animation {
        margin: 0 2%;
        width: 60px;
        height: 60px;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        -ms-border-radius: 60px;
        border-radius: 60px;
    }
    .circle .circle-wrap .circle-animation.second {
        width: 100px;
        height: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        border-radius: 100px;
    }
    .circle .circle-wrap .circle-animation.third {
        width: 130px;
        height: 130px;
        -webkit-border-radius: 130px;
        -moz-border-radius: 130px;
        -ms-border-radius: 130px;
        border-radius: 130px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .h1,
    h1 {
        font-size: 50px;
    }
    .h2,
    h2 {
        font-size: 30px;
    }
    .circle .circle-wrap .circle-animation {
        margin: 0 2%;
        width: 60px;
        height: 60px;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        -ms-border-radius: 60px;
        border-radius: 60px;
    }
    .circle .circle-wrap .circle-animation.second {
        width: 100px;
        height: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        border-radius: 100px;
    }
    .circle .circle-wrap .circle-animation.third {
        width: 130px;
        height: 130px;
        -webkit-border-radius: 130px;
        -moz-border-radius: 130px;
        -ms-border-radius: 130px;
        border-radius: 130px;
    }
}
@media (max-width: 767px) {
    .h1,
    h1 {
        font-size: 40px;
    }
    .h2,
    h2 {
        font-size: 24px;
    }
    .h3,
    h3 {
        font-size: 18px;
    }
    .circle {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .circle .circle-wrap .circle-animation {
        margin: 0 2%;
        width: 30px;
        height: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px;
    }
    .circle .circle-wrap .circle-animation.second {
        width: 50px;
        height: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        border-radius: 50px;
    }
    .circle .circle-wrap .circle-animation.third {
        width: 70px;
        height: 70px;
        -webkit-border-radius: 70px;
        -moz-border-radius: 70px;
        -ms-border-radius: 70px;
        border-radius: 70px;
    }
}
.parallaxWrapper {
    padding: 50px 0;
    background-color: #222;
}
.parallaxWrapper .em_count-icon {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 auto;
    text-align: center;
}
.parallaxWrapper .em_count-icon i {
    font-size: 40px;
    color: #fff;
}
.parallaxWrapper .counter-count {
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
    margin: 16px 0;
    text-align: center;
    color: #fff;
}
.parallaxWrapper .hr {
    margin: 20px auto;
    width: 30px;
    height: 1px;
    display: block;
    background-color: #fff;
}
.card,
.card-slide.active .card .borderLine.borderBottomRight::before,
.card-slide.active .card .borderLine.borderTopLeft::before {
    width: 100%;
}
.employee-p {
    display: block;
    font-size: 13px;
    text-align: center;
    color: #fff;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .parallaxWrapper .counter-count {
        font-size: 45px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .parallaxWrapper .counter-count {
        font-size: 32px;
    }
    .employee-p {
        font-size: 11px;
    }
}
@media (max-width: 767px) {
    .parallaxWrapper .col-sm-3 {
        width: 100%;
    }
    .parallaxWrapper .em_count-icon i {
        font-size: 40px;
        color: #fff;
    }
    .employees {
        margin-bottom: 50px;
    }
    .parallaxWrapper {
        padding-bottom: 20px;
    }
    .parallaxWrapper .counter-count {
        font-size: 36px;
    }
}
.card-slide {
    width: 100%;
    height: 250px;
    margin-bottom: 30px;
}
.card,
.card-slide.active .card .borderLine.borderBottomRight::after,
.card-slide.active .card .borderLine.borderTopLeft::after {
    height: 100%;
}
.card-slide:hover .card .back {
    top: 0;
}
.card {
    cursor: pointer;
    position: absolute;
    -webkit-transition: transform 0.6s;
    -moz-transition: transform 0.6s;
    -ms-transition: transform 0.6s;
    transition: transform 0.6s;
}
.card .borderLine {
    z-index: 1;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    position: absolute;
}
.card .borderLine::after,
.card .borderLine::before {
    content: "";
    position: absolute;
    background-color: #ff0049;
    -webkit-transition: width 0.9s, height 0.9s;
    -moz-transition: width 0.9s, height 0.9s;
    -ms-transition: width 0.9s, height 0.9s;
    transition: width 0.9s, height 0.9s;
}
.card .borderLine.borderTopLeft::before {
    top: 0;
    left: 0;
    height: 2px;
    width: 0;
}
.card .borderLine.borderTopLeft::after {
    top: 0;
    left: 0;
    height: 0;
    width: 2px;
}
.card .borderLine.borderBottomRight::before {
    right: 0;
    bottom: 0;
    height: 2px;
    width: 0;
}
.card .borderLine.borderBottomRight::after {
    right: 0;
    bottom: 0;
    height: 0;
    width: 2px;
}
.card .back,
.card .front {
    width: 100%;
    height: 100%;
    position: absolute;
    color: #fff;
    -webkit-transition: top 0.5s;
    -moz-transition: top 0.5s;
    -ms-transition: top 0.5s;
    transition: top 0.5s;
}
#section-sponsors,
#section-sponsors .li-el,
#section-sponsors .li-el .el,
#section-sponsors .li-el .el img,
.card .card-table,
.checkbox label,
.form-label,
.fromBottom,
.fromLeft,
.fromRight {
    position: relative;
}
.card .front {
    z-index: 0;
    background-color: #1a232d;
}
.card .front p {
    font-size: 22px;
}
.card .back {
    z-index: 2;
    top: 100%;
    background-color: #070a0d;
}
.card .card-table {
    width: 100%;
    height: 100%;
    display: table;
}
.card .card-cell {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .card-slide {
        height: 200px;
    }
    .card .front p {
        font-size: 18px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .card-slide {
        height: 220px;
    }
    .card .front p {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .card-slide {
        height: 200px;
    }
    .card .front p {
        font-size: 18px;
    }
}
#section-sponsors {
    padding: 50px 0 100px;
}
#section-sponsors .li-el {
    text-align: center;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
}
#section-sponsors .li-el .el {
    height: 60px;
    opacity: 0;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    -webkit-transition: all 0.7s cubic-bezier(0.5, -0.01, 0, 1.005);
    -moz-transition: all 0.7s cubic-bezier(0.5, -0.01, 0, 1.005);
    -ms-transition: all 0.7s cubic-bezier(0.5, -0.01, 0, 1.005);
    transition: all 0.7s cubic-bezier(0.5, -0.01, 0, 1.005);
}
#section-sponsors .li-el .el.logo-1 img {
    width: auto;
}
#section-sponsors .li-el .el.logo-2 img,
#section-sponsors .li-el .el.logo-3 img {
    top: 10px;
    width: 140px;
}
#section-sponsors .li-el .el.logo-4 img {
    width: 140px;
}
#section-sponsors .li-el .el.logo-5 img {
    width: 160px;
}
#section-sponsors .li-el .el.logo-6 img {
    width: 95px;
}
#section-sponsors .li-el .el.logo-7 img {
    width: 50px;
}
#section-sponsors .li-el .el.logo-8 img {
    width: 120px;
}
#section-sponsors .li-el .el.logo-9 img {
    top: 15px;
    width: 140px;
}
#section-sponsors .li-el .el.logo-10 img {
    width: 140px;
}
#section-sponsors .li-el .el.logo-11 img,
#section-sponsors .li-el .el.logo-12 img {
    width: 120px;
}
#section-sponsors .li-el .el.logo-13 img {
    width: 60px;
}
#section-sponsors .li-el .el:first-child,
#section-sponsors .li-el .el:last-child {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
#section-sponsors .li-el .el:nth-child(2),
#section-sponsors .li-el .el:nth-child(5) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
#section-sponsors .li-el .el:nth-child(3),
#section-sponsors .li-el .el:nth-child(4) {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
#section-sponsors .li-el.anim .el {
    opacity: 1;
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.form-inverse .required,
.list-group a::after {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
@media (min-width: 768px) and (max-width: 991px) {
    #section-sponsors {
        padding: 100px 0;
    }
    #section-sponsors .li-el .el {
        height: 45px;
    }
    #section-sponsors .li-el .el.logo-1 img {
        width: 140px;
    }
    #section-sponsors .li-el .el.logo-2 img,
    #section-sponsors .li-el .el.logo-3 img {
        top: 8px;
        width: 100px;
    }
    #section-sponsors .li-el .el.logo-4 img {
        width: 100px;
    }
    #section-sponsors .li-el .el.logo-5 img {
        top: 14px;
        width: 140px;
    }
    #section-sponsors .li-el .el.logo-6 img,
    #section-sponsors .li-el .el.logo-7 img {
        width: 60px;
    }
    #section-sponsors .li-el .el.logo-8 img {
        top: 10px;
        width: 120px;
    }
    #section-sponsors .li-el .el.logo-9 img {
        width: 90px;
    }
    #section-sponsors .li-el .el.logo-10 img {
        top: 10px;
        width: 100px;
    }
    #section-sponsors .li-el .el.logo-11 img {
        width: 100px;
    }
    #section-sponsors .li-el .el.logo-12 img {
        width: 90px;
    }
    #section-sponsors .li-el .el.logo-13 img {
        top: -5px;
        width: 50px;
    }
}
@media (max-width: 767px) {
    #section-sponsors {
        padding: 20px 0 60px;
    }
    #section-sponsors .container {
        width: 100%;
    }
    #section-sponsors .li-el .el {
        height: 45px;
    }
    #section-sponsors .li-el .el.logo-1 img {
        width: 70px;
    }
    #section-sponsors .li-el .el.logo-2 img,
    #section-sponsors .li-el .el.logo-3 img {
        top: 2px;
        width: 50px;
    }
    #section-sponsors .li-el .el.logo-4 img {
        width: 50px;
    }
    #section-sponsors .li-el .el.logo-5 img {
        top: 14px;
        width: 80px;
    }
    #section-sponsors .li-el .el.logo-6 img,
    #section-sponsors .li-el .el.logo-7 img {
        top: 12px;
        width: 30px;
    }
    #section-sponsors .li-el .el.logo-8 img {
        top: 15px;
        width: 80px;
    }
    #section-sponsors .li-el .el.logo-9 img {
        width: 50px;
    }
    #section-sponsors .li-el .el.logo-10 img,
    #section-sponsors .li-el .el.logo-11 img {
        top: 12px;
        width: 60px;
    }
    #section-sponsors .li-el .el.logo-12 img {
        top: 15px;
        width: 40px;
    }
    #section-sponsors .li-el .el.logo-13 img {
        top: 12px;
        width: 30px;
    }
}
.fromTop {
    opacity: 0;
    top: -50px;
    position: relative;
}
.fromRight {
    opacity: 0;
    right: -100px;
}
.fromBottom {
    opacity: 0;
    top: 50px;
}
.fromLeft {
    opacity: 0;
    left: -100px;
}
.form-group {
    margin-bottom: 25px;
}
.form-label {
    font-size: 14px;
    letter-spacing: 1;
    text-transform: capitalize;
    color: #737373;
    font-weight: 500;
    font-style: normal;
    font-family: "Roboto", sans-serif;
}
.form-label.tt-none {
    text-transform: none;
}
.form-label span {
    color: #ff0049;
}
.form-control {
    height: 50px;
    padding: 10px 15px;
    font-size: 16px;
    border: 2px solid #fff;
    color: #666 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}
.form-control.placeholder {
    text-transform: uppercase;
    letter-spacing: 2px;
}
.form-control:-moz-placeholder {
    text-transform: uppercase;
    letter-spacing: 2px;
}
.form-control::-moz-placeholder {
    text-transform: uppercase;
    letter-spacing: 2px;
}
.form-control:-ms-input-placeholder {
    text-transform: uppercase;
    letter-spacing: 2px;
}
.form-control::-webkit-input-placeholder {
    text-transform: uppercase;
    letter-spacing: 2px;
}
.form-control:hover {
    border: 2px solid #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}
.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: 2px solid #000;
}
textarea.form-control {
    resize: none;
    height: 200px;
}
input[type="file"] {
    display: inline-block;
    color: #fff;
}
input[type="file"]:focus {
    outline: 0;
}
.checkbox label {
    padding-left: 30px;
    display: inline-block;
    font-size: 14.5px;
}
.checkbox label input {
    opacity: 0;
    top: 0;
    position: absolute;
}
.checkbox label input:checked + .tick .fa {
    opacity: 1;
}
.checkbox label .fa {
    opacity: 0;
    top: -5px;
    left: 1px;
    line-height: 1;
    font-size: 14px;
    position: relative;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.checkbox label .tick {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #737373;
    top: 3px;
    left: -5px;
    position: absolute;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.checkbox label span {
    font-size: 16px;
    font-weight: 700;
    color: #ff0049;
}
.form-inverse .input-line,
.list ul li,
.list-group a {
    font-family: Poppins;
    font-weight: 400;
}
.form-inverse {
    margin-top: 60px;
    position: relative;
}
.form-inverse .form-group {
    margin-bottom: 30px;
    position: relative;
}
.form-inverse .form-group.full-width {
    margin-bottom: 70px;
}
.form-inverse .required {
    right: 0;
    background-color: #ff0049;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}
.list,
.list ul li,
footer {
    position: relative;
}
.form-inverse .input-line {
    border: 0;
    width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 1;
    padding: 5px 20px 5px 0;
    color: #fff;
    background-color: #222;
    border-bottom: solid 1px #fff;
    font-style: normal;
}
.form-inverse .input-line.placeholder {
    text-transform: capitalize;
    color: #737373;
}
.form-inverse .input-line:-moz-placeholder {
    text-transform: capitalize;
    color: #737373;
}
.form-inverse .input-line::-moz-placeholder {
    text-transform: capitalize;
    color: #737373;
}
.form-inverse .input-line:-ms-input-placeholder {
    text-transform: capitalize;
    color: #737373;
}
.form-inverse .input-line::-webkit-input-placeholder {
    text-transform: capitalize;
    color: #737373;
}
.form-inverse .input-line:focus,
.form-inverse .input-line:hover {
    outline: 0;
}
.form-inverse .input-line.textarea-line {
    min-height: 150px;
    resize: horizontal;
}
.form-inverse .button-submit {
    width: 100%;
    line-height: 1;
    padding: 15px;
    border: none;
    text-align: right;
    display: inline-block;
    text-transform: capitalize;
    color: #fff;
    background-color: #ff0049;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    transition: background-color 0.4s;
}
.mod-table .mod-table--cell,
.odometer-wrap .odometer-box,
.stroke-heading,
footer {
    text-align: center;
}
footer p,
footer span {
    text-transform: uppercase;
    color: #fff;
}
.form-inverse .button-submit:hover {
    background-color: #cc003a;
}
footer {
    padding: 30px;
    background-color: #000;
}
footer span {
    font-size: 20px;
    margin-bottom: 5px;
    display: block;
}
footer p {
    font-size: 14px;
    letter-spacing: 3px;
    font-style: italic;
}
@media (min-width: 768px) and (max-width: 991px) {
    .form-inverse .button-submit {
        width: auto;
        text-align: center;
    }
    footer {
        padding: 50px;
    }
    footer span {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .form-inverse .button-submit {
        width: auto;
        text-align: center;
    }
    footer {
        padding: 30px;
    }
    footer span {
        font-size: 16px;
    }
    footer p {
        font-size: 10px;
    }
}
.logo-light {
    opacity: 0 !important;
}
.logo-dark {
    opacity: 1 !important;
}
.list .h3 + ul,
.list h3 + ul {
    margin-top: 20px;
}
.list ul {
    margin-left: 30px;
}
.list ul li {
    font-size: 18px;
    padding-left: 25px;
    margin-bottom: 5px;
    font-style: normal;
}
.list ul li:last-of-type {
    margin-bottom: 0;
}
.list ul li::before {
    vertical-align: middle;
    background-color: #ff0049;
    top: 10px;
    left: 0;
    position: absolute;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}
.list-group,
.list-group a {
    position: relative;
}
@media (max-width: 767px) {
    .list {
        position: relative;
    }
    .list .h3,
    .list h3 {
        font-size: 20px;
    }
    .list li {
        font-size: 16px;
        padding-left: 20px;
    }
    .list li::before {
        top: 7px;
    }
}
.list-group a {
    padding: 15px 20px;
    font-size: 20px;
    line-height: 1;
    display: block;
    text-transform: capitalize;
    color: #222;
    border: 1px solid #222;
    font-style: normal;
}
.menu .left-link a,
.tilt-panel .tilt-text {
    text-transform: uppercase;
    font-style: normal;
}
.list-group a::after {
    right: 20px;
    background-color: transparent;
    border: 1px solid #ff0049;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    transition: background-color 0.4s;
}
.list-group a:hover {
    color: #222;
}
.list-group a:hover::after {
    background-color: #ff0049;
}
.list-group a:hover span {
    color: #000;
}
.list-group .list-label.disabled a,
.list-group .list-label.disabled a:hover span,
.list-group a span {
    color: #bbb;
}
.list-group a span {
    right: 60px;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.list-group .list-label {
    margin-bottom: 20px;
}
.list-group .list-label.disabled a::after {
    border: 1px solid #bbb;
    background-color: #bbb;
}
.list-group .list-label.disabled a:hover {
    cursor: default;
    color: #bbb;
}
.list-group .list-label.disabled a:hover::after {
    background-color: #bbb;
}
.list-group.list-group--reverse a {
    background-color: #222;
    color: #fff;
}
.list-group.list-group--reverse a:hover {
    color: #fff;
}
@media (max-width: 767px) {
    .list-group a {
        padding: 10px;
        font-size: 12px;
        line-height: 15px;
    }
    .list-group a::after {
        right: 10px;
        width: 12px;
        height: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        border-radius: 12px;
    }
    .list-group a span {
        display: none;
    }
}
.header-sticky,
.menu-bg {
    width: 100%;
    position: fixed;
}
#googleMap {
    width: 100%;
    height: 420px;
    position: relative;
}
#googleMap .gmnoprint:last-child {
    left: 150px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
    #googleMap .gmnoprint:last-child {
        left: 100px !important;
    }
    #googleMap > div button:first-of-type {
        margin-top: 90px !important;
    }
    #googleMap > div .gmnoprint button:first-of-type {
        margin-top: 0 !important;
    }
}
@media (max-width: 767px) {
    #googleMap {
        height: 340px;
    }
    #googleMap .gmnoprint:last-child {
        top: 55px !important;
        left: 0 !important;
    }
    #googleMap .gmnoprint .gm-style-mtc [role="button"] {
        font-size: 10px !important;
        padding: 8px !important;
    }
    #googleMap > div button:first-of-type {
        margin-top: 60px !important;
    }
    #googleMap > div .gmnoprint button:first-of-type {
        margin-top: 0 !important;
    }
}
.overHide {
    margin-right: 17px;
}
.header-sticky {
    z-index: 8;
    height: auto;
    background-color: #fff;
    top: -50%;
    left: 0;
    -webkit-box-shadow: 0 10px 30px -2px rgba(34, 34, 34, 0.2);
    -moz-box-shadow: 0 10px 30px -2px rgba(34, 34, 34, 0.2);
    -ms-box-shadow: 0 10px 30px -2px rgba(34, 34, 34, 0.2);
    box-shadow: 0 10px 30px -2px rgba(34, 34, 34, 0.2);
    -webkit-transition: top 0.6s, z-index 0.4s, opacity 0.3s;
    -moz-transition: top 0.6s, z-index 0.4s, opacity 0.3s;
    -ms-transition: top 0.6s, z-index 0.4s, opacity 0.3s;
    transition: top 0.6s, z-index 0.4s, opacity 0.3s;
}
.header-sticky.hide {
    z-index: 0;
    opacity: 0;
}
.menu-bg {
    opacity: 0;
    z-index: -1;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.3s, z-index 0.4s;
    -moz-transition: opacity 0.3s, z-index 0.4s;
    -ms-transition: opacity 0.3s, z-index 0.4s;
    transition: opacity 0.3s, z-index 0.4s;
}
.menu,
.menu-bg::before {
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
}
.menu-icon,
.modeOverHide {
    overflow: hidden;
}
.menu-bg::before {
    z-index: 1;
    background-color: rgba(179, 0, 51, 0.9);
    position: fixed;
}
.menu-bg.active {
    opacity: 1;
    z-index: 9;
}
.menu {
    position: absolute;
}
.menu .menu-wrap {
    max-width: 96%;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto 100px;
}
.menu .left-link li {
    opacity: 0;
    margin-bottom: 10px;
    -webkit-transition: opacity 0.3s ease,
        transform 1.2s cubic-bezier(0.02, 1, 0.2, 1);
    -moz-transition: opacity 0.3s ease,
        transform 1.2s cubic-bezier(0.02, 1, 0.2, 1);
    -ms-transition: opacity 0.3s ease,
        transform 1.2s cubic-bezier(0.02, 1, 0.2, 1);
    transition: opacity 0.3s ease, transform 1.2s cubic-bezier(0.02, 1, 0.2, 1);
}
.menu .left-link li:last-child {
    margin-bottom: 0;
}
.menu .left-link li:nth-child(1) {
    -webkit-transform: scale(1.11) translateX(5.6rem);
    -moz-transform: scale(1.11) translateX(5.6rem);
    -ms-transform: scale(1.11) translateX(5.6rem);
    transform: scale(1.11) translateX(5.6rem);
}
.menu .left-link li:nth-child(2) {
    -webkit-transform: scale(1.11) translateX(6rem);
    -moz-transform: scale(1.11) translateX(6rem);
    -ms-transform: scale(1.11) translateX(6rem);
    transform: scale(1.11) translateX(6rem);
}
.menu .left-link li:nth-child(3) {
    -webkit-transform: scale(1.11) translateX(6.4rem);
    -moz-transform: scale(1.11) translateX(6.4rem);
    -ms-transform: scale(1.11) translateX(6.4rem);
    transform: scale(1.11) translateX(6.4rem);
}
.menu .left-link li:nth-child(4) {
    -webkit-transform: scale(1.11) translateX(6.8rem);
    -moz-transform: scale(1.11) translateX(6.8rem);
    -ms-transform: scale(1.11) translateX(6.8rem);
    transform: scale(1.11) translateX(6.8rem);
}
.menu .left-link li:nth-child(5) {
    -webkit-transform: scale(1.11) translateX(7.2rem);
    -moz-transform: scale(1.11) translateX(7.2rem);
    -ms-transform: scale(1.11) translateX(7.2rem);
    transform: scale(1.11) translateX(7.2rem);
}
.menu .left-link li:nth-child(6) {
    -webkit-transform: scale(1.11) translateX(7.6rem);
    -moz-transform: scale(1.11) translateX(7.6rem);
    -ms-transform: scale(1.11) translateX(7.6rem);
    transform: scale(1.11) translateX(7.6rem);
}
.menu .left-link a {
    font-size: 78px;
    line-height: 1;
    margin-left: 0;
    display: inline-block;
    color: #fff;
    font-family: "Futura LT Book";
    font-weight: 700;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: color 0.3s, transform 0.3s;
    -moz-transition: color 0.3s, transform 0.3s;
    -ms-transition: color 0.3s, transform 0.3s;
    transition: color 0.3s, transform 0.3s;
}
.menu .left-link a:hover {
    color: #222;
    -webkit-transform: translate(-4px, 0);
    -moz-transform: translate(-4px, 0);
    -ms-transform: translate(-4px, 0);
    transform: translate(-4px, 0);
}
.menu .left-link.active li {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
}
.menu .left-link.active li:nth-child(1) {
    -webkit-transition-delay: 0.29s;
    -moz-transition-delay: 0.29s;
    -ms-transition-delay: 0.29s;
    transition-delay: 0.29s;
}
.menu .left-link.active li:nth-child(2) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.menu .left-link.active li:nth-child(3) {
    -webkit-transition-delay: 0.31s;
    -moz-transition-delay: 0.31s;
    -ms-transition-delay: 0.31s;
    transition-delay: 0.31s;
}
.menu .left-link.active li:nth-child(4) {
    -webkit-transition-delay: 0.32s;
    -moz-transition-delay: 0.32s;
    -ms-transition-delay: 0.32s;
    transition-delay: 0.32s;
}
.menu .left-link.active li:nth-child(5) {
    -webkit-transition-delay: 0.33s;
    -moz-transition-delay: 0.33s;
    -ms-transition-delay: 0.33s;
    transition-delay: 0.33s;
}
.menu .left-link.active li:nth-child(6) {
    -webkit-transition-delay: 0.34s;
    -moz-transition-delay: 0.34s;
    -ms-transition-delay: 0.34s;
    transition-delay: 0.34s;
}
.menu .right-link {
    display: none;
}
.menu .right-link li {
    opacity: 0;
    margin-bottom: 5px;
    -webkit-transition: opacity 0.3s ease-out,
        transform 1.2s cubic-bezier(0.02, 1, 0.2, 1);
    -moz-transition: opacity 0.3s ease-out,
        transform 1.2s cubic-bezier(0.02, 1, 0.2, 1);
    -ms-transition: opacity 0.3s ease-out,
        transform 1.2s cubic-bezier(0.02, 1, 0.2, 1);
    transition: opacity 0.3s ease-out,
        transform 1.2s cubic-bezier(0.02, 1, 0.2, 1);
}
.menu .right-link li:last-child {
    margin-bottom: 0;
}
.menu .right-link li:nth-child(1) {
    -webkit-transform: translateX(3.7rem);
    -moz-transform: translateX(3.7rem);
    -ms-transform: translateX(3.7rem);
    transform: translateX(3.7rem);
}
.menu .right-link li:nth-child(2) {
    -webkit-transform: translateX(3.5rem);
    -moz-transform: translateX(3.5rem);
    -ms-transform: translateX(3.5rem);
    transform: translateX(3.5rem);
}
.menu .right-link a {
    line-height: 1;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    font-style: normal;
    font-family: "Roboto", sans-serif;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    transition: color 0.3s;
}
.menu .right-link a:hover {
    color: #222;
}
.menu .right-link.active li {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
}
.menu .right-link.active li:nth-child(1) {
    -webkit-transition-delay: 0.38s;
    -moz-transition-delay: 0.38s;
    -ms-transition-delay: 0.38s;
    transition-delay: 0.38s;
}
.menu .right-link.active li:nth-child(2) {
    -webkit-transition-delay: 0.37s;
    -moz-transition-delay: 0.37s;
    -ms-transition-delay: 0.37s;
    transition-delay: 0.37s;
}
.menu .right-social-link {
    font-size: 0;
    bottom: 0;
    right: 50%;
    position: absolute;
}
.logo,
.menu-icon {
    z-index: 10;
    position: fixed;
}
.menu .right-social-link li {
    opacity: 0;
    margin-right: 8px;
    display: inline-block;
    -webkit-transition: opacity 0.4s ease-out,
        transform 1.2s cubic-bezier(0.02, 1, 0.2, 1);
    -moz-transition: opacity 0.4s ease-out,
        transform 1.2s cubic-bezier(0.02, 1, 0.2, 1);
    -ms-transition: opacity 0.4s ease-out,
        transform 1.2s cubic-bezier(0.02, 1, 0.2, 1);
    transition: opacity 0.4s ease-out,
        transform 1.2s cubic-bezier(0.02, 1, 0.2, 1);
}
.menu .right-social-link li:last-child {
    margin-right: 0;
}
.menu .right-social-link li:nth-child(1) {
    -webkit-transform: translateX(2.7rem);
    -moz-transform: translateX(2.7rem);
    -ms-transform: translateX(2.7rem);
    transform: translateX(2.7rem);
}
.menu .right-social-link li:nth-child(2) {
    -webkit-transform: translateX(2.9rem);
    -moz-transform: translateX(2.9rem);
    -ms-transform: translateX(2.9rem);
    transform: translateX(2.9rem);
}
.menu .right-social-link li:nth-child(3) {
    -webkit-transform: translateX(3.1rem);
    -moz-transform: translateX(3.1rem);
    -ms-transform: translateX(3.1rem);
    transform: translateX(3.1rem);
}
.menu .right-social-link li:nth-child(4) {
    -webkit-transform: translateX(3.4rem);
    -moz-transform: translateX(3.4rem);
    -ms-transform: translateX(3.4rem);
    transform: translateX(3.4rem);
}
.menu .right-social-link a {
    font-size: 24px;
    display: inline-block;
    color: #fff;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    transition: color 0.3s;
}
.menu .right-social-link a svg {
    fill: #fff;
    -webkit-transition: fill 0.3s;
    -moz-transition: fill 0.3s;
    -ms-transition: fill 0.3s;
    transition: fill 0.3s;
}
.menu .right-social-link a:hover {
    color: #222;
}
.menu .right-social-link a:hover svg {
    fill: #222;
}
.menu .right-social-link.active li {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
}
.menu .right-social-link.active li:nth-child(1) {
    -webkit-transition-delay: 0.33s;
    -moz-transition-delay: 0.33s;
    -ms-transition-delay: 0.33s;
    transition-delay: 0.33s;
}
.menu .right-social-link.active li:nth-child(2) {
    -webkit-transition-delay: 0.34s;
    -moz-transition-delay: 0.34s;
    -ms-transition-delay: 0.34s;
    transition-delay: 0.34s;
}
.menu .right-social-link.active li:nth-child(3) {
    -webkit-transition-delay: 0.35s;
    -moz-transition-delay: 0.35s;
    -ms-transition-delay: 0.35s;
    transition-delay: 0.35s;
}
.menu .right-social-link.active li:nth-child(4) {
    -webkit-transition-delay: 0.36s;
    -moz-transition-delay: 0.36s;
    -ms-transition-delay: 0.36s;
    transition-delay: 0.36s;
}
.logo {
    width: 190px;
    padding: 15px 0;
    top: 0;
    left: 30px;
}
.menu-icon {
    width: 30px;
    height: 22px;
    cursor: pointer;
    top: 40px;
    right: 30px;
}
.menu-icon .bars {
    z-index: 1;
    position: relative;
    -webkit-transition: z-index 0.4s;
    -moz-transition: z-index 0.4s;
    -ms-transition: z-index 0.4s;
    transition: z-index 0.4s;
}
.menu-icon .bars span {
    left: 0;
    height: 2px;
    margin-bottom: 8px;
    display: block;
    position: relative;
    background-color: #fff;
    -webkit-transition: left 0.4s, background-color 0.6s;
    -moz-transition: left 0.4s, background-color 0.6s;
    -ms-transition: left 0.4s, background-color 0.6s;
    transition: left 0.4s, background-color 0.6s;
}
.menu-icon .bars span:last-child {
    margin-bottom: 0;
}
.menu-icon .bars span.two {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.menu-icon .bars span.three {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.menu-icon .bars.black span {
    background-color: #222;
}
.menu-icon .bars.black-imp span {
    background-color: #222 !important;
}
.menu-icon .cross {
    opacity: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-transition: opacity 0.3s, z-index 0.3s;
    -moz-transition: opacity 0.3s, z-index 0.3s;
    -ms-transition: opacity 0.3s, z-index 0.3s;
    transition: opacity 0.3s, z-index 0.3s;
}
.menu-icon .cross span {
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    top: 50%;
    background-color: #fff;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    transition: transform 0.3s;
}
.menu-icon .cross span.one {
    left: 0;
    -webkit-transform: translate(0, -50%) rotate(45deg) scale(0);
    -moz-transform: translate(0, -50%) rotate(45deg) scale(0);
    -ms-transform: translate(0, -50%) rotate(45deg) scale(0);
    transform: translate(0, -50%) rotate(45deg) scale(0);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.menu-icon .cross span.two {
    right: 0;
    -webkit-transform: translate(0, -50%) rotate(-45deg) scale(0);
    -moz-transform: translate(0, -50%) rotate(-45deg) scale(0);
    -ms-transform: translate(0, -50%) rotate(-45deg) scale(0);
    transform: translate(0, -50%) rotate(-45deg) scale(0);
    -webkit-transition-delay: 0.45s;
    -moz-transition-delay: 0.45s;
    -ms-transition-delay: 0.45s;
    transition-delay: 0.45s;
}
.menu-icon.active {
    right: 46px;
}
.menu-icon.active .bars {
    z-index: 0;
}
.menu-icon.active .bars span.one,
.menu-icon.active .bars span.three,
.menu-icon.active .bars span.two {
    left: -100%;
}
.menu-icon.active .cross {
    opacity: 1;
}
.menu-icon.active .cross span.one {
    -webkit-transform: translate(0, -50%) rotate(45deg) scale(1);
    -moz-transform: translate(0, -50%) rotate(45deg) scale(1);
    -ms-transform: translate(0, -50%) rotate(45deg) scale(1);
    transform: translate(0, -50%) rotate(45deg) scale(1);
}
.menu-icon.active .cross span.two {
    -webkit-transform: translate(0, -50%) rotate(-45deg) scale(1);
    -moz-transform: translate(0, -50%) rotate(-45deg) scale(1);
    -ms-transform: translate(0, -50%) rotate(-45deg) scale(1);
    transform: translate(0, -50%) rotate(-45deg) scale(1);
}
@media (min-width: 992px) and (max-width: 1199px) {
    .menu .menu-wrap {
        padding: 0 15px;
        max-width: 92%;
    }
    .menu .left-link a {
        font-size: 70px;
    }
    .logo {
        left: 30px;
        width: 140px;
    }
    .menu-icon,
    .menu-icon.active {
        right: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .menu .menu-wrap {
        padding: 0 15px;
        max-width: 95%;
    }
    .menu .left-link a {
        font-size: 70px;
    }
    .logo {
        left: 30px;
        width: 120px;
    }
    .menu-icon,
    .menu-icon.active {
        right: 30px;
    }
}
@media (max-width: 767px) {
    .menu .menu-wrap {
        max-width: 100%;
        padding: 0 20px;
        margin: 0 auto 50px;
    }
    .menu .mod-table .mod-table--cell {
        width: 100%;
        margin-bottom: 30px;
        display: inline-block;
    }
    .menu .left-link a {
        font-size: 40px;
    }
    .menu .right-social-link {
        margin-top: 15px;
        position: relative;
        left: 0;
    }
    .logo {
        left: 15px;
        width: 120px;
    }
    .menu-icon,
    .menu-icon.active {
        right: 15px;
    }
}
.odometer-wrap {
    position: relative;
    padding: 50px 0;
    background-color: #222;
}
.odometer-wrap .odometer-box i {
    font-size: 40px;
    color: #fff;
    display: block;
}
.odometer-wrap .odometer-box .odometer-auto-theme {
    width: 100%;
    margin: 16px 0 0;
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
}
.odometer-wrap .odometer-box .hr {
    margin: 20px auto;
    width: 30px;
    height: 1px;
    display: block;
    background-color: #fff;
}
.odometer-wrap .odometer-box p {
    font-size: 13px;
    color: #fff;
}
.odometer.odometer-auto-theme,
.odometer.odometer-theme-car {
    display: inline-block;
    vertical-align: top;
    position: relative;
    -moz-border-radius: 0.34em;
    -webkit-border-radius: 0.34em;
    border-radius: 0.34em;
    padding: 0;
    background: 0 0;
    color: #fff;
}
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-car .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background-size: 100%;
    padding: 0;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-car .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: top;
    visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    left: 0;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-car .odometer-digit .odometer-ribbon {
    display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-car .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-car .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0);
    padding: 0;
    font-size: 38px;
}
.odometer.odometer-auto-theme
    .odometer-digit
    .odometer-value.odometer-last-value,
.odometer.odometer-theme-car
    .odometer-digit
    .odometer-value.odometer-last-value {
    position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-car.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating
    .odometer-ribbon-inner,
.odometer.odometer-theme-car.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-car.odometer-animating-up.odometer-animating
    .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating
    .odometer-ribbon-inner,
.odometer.odometer-theme-car.odometer-animating-down.odometer-animating
    .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.odometer.odometer-auto-theme .odometer-digit:first-child,
.odometer.odometer-theme-car .odometer-digit:first-child {
    -moz-border-radius: 0.2em 0 0 0.2em;
    -webkit-border-radius: 0.2em;
    border-radius: 0.2em 0 0 0.2em;
}
.odometer.odometer-auto-theme .odometer-digit:last-child,
.odometer.odometer-theme-car .odometer-digit:last-child {
    background-size: 100%;
    color: #fff;
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating
    .odometer-ribbon-inner,
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-car.odometer-animating-down.odometer-animating
    .odometer-ribbon-inner,
.odometer.odometer-theme-car.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .odometer-wrap .odometer-box .odometer-auto-theme {
        font-size: 40px;
    }
    .odometer.odometer-auto-theme .odometer-digit .odometer-value,
    .odometer.odometer-theme-car .odometer-digit .odometer-value {
        font-size: 32px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .odometer-wrap .odometer-box i {
        font-size: 40px;
    }
    .odometer-wrap .odometer-box .odometer-auto-theme {
        font-size: 35px;
    }
    .odometer-wrap .odometer-box p {
        font-size: 11px;
    }
    .odometer.odometer-auto-theme .odometer-digit .odometer-value,
    .odometer.odometer-theme-car .odometer-digit .odometer-value {
        font-size: 29px;
    }
}
@media (max-width: 767px) {
    .odometer-wrap .odometer-box {
        margin-bottom: 50px;
    }
    .odometer-wrap .odometer-box i {
        font-size: 40px;
    }
    .odometer-wrap .odometer-box .odometer-auto-theme {
        font-size: 35px;
    }
    .odometer-wrap .odometer-box p {
        font-size: 11px;
    }
    .odometer.odometer-auto-theme .odometer-digit .odometer-value,
    .odometer.odometer-theme-car .odometer-digit .odometer-value {
        font-size: 29px;
    }
}
.tilt-panel {
    position: relative;
}
.svg,
.tilt-panel .tilt {
    top: 0;
    position: absolute;
}
.tilt-panel .tilt {
    left: 0;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.tilt-panel .tilt-text {
    font-size: 14px;
    letter-spacing: 2px;
    display: inline-block;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    font-family: "Futura LT Book";
    font-weight: 700;
}
.svg {
    z-index: 2;
    right: 32%;
    width: 200px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.svg .path {
    opacity: 0;
    stroke-dashoffset: 252;
    -webkit-transition: stroke-dashoffset 0.5s linear, opacity 50ms linear;
    -moz-transition: stroke-dashoffset 0.5s linear, opacity 50ms linear;
    -ms-transition: stroke-dashoffset 0.5s linear, opacity 50ms linear;
    transition: stroke-dashoffset 0.5s linear, opacity 50ms linear;
}
@media only screen and (max-width: 1440px) and (min-width: 1024px) {
    .svg {
        right: 21%;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
    .svg .path {
        opacity: 0;
        stroke-dashoffset: 252;
        -webkit-transition: stroke-dashoffset 0.5s linear, opacity 50ms linear;
        -moz-transition: stroke-dashoffset 0.5s linear, opacity 50ms linear;
        -ms-transition: stroke-dashoffset 0.5s linear, opacity 50ms linear;
        transition: stroke-dashoffset 0.5s linear, opacity 50ms linear;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .svg {
        right: 18%;
        -webkit-transform: scale(0.85);
        -moz-transform: scale(0.85);
        -ms-transform: scale(0.85);
        transform: scale(0.85);
    }
    .svg .path {
        opacity: 0;
        stroke-dashoffset: 252;
        -webkit-transition: stroke-dashoffset 0.5s linear, opacity 50ms linear;
        -moz-transition: stroke-dashoffset 0.5s linear, opacity 50ms linear;
        -ms-transition: stroke-dashoffset 0.5s linear, opacity 50ms linear;
        transition: stroke-dashoffset 0.5s linear, opacity 50ms linear;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .svg {
        right: 10%;
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }
}
@media (max-width: 767px) {
    .svg {
        top: 38%;
        right: 0;
        -webkit-transform: scale(0.35);
        -moz-transform: scale(0.35);
        -ms-transform: scale(0.35);
        transform: scale(0.35);
    }
    .page-home .sqs-mobile-info-bar {
        display: block !important;
        position: fixed;
        z-index: 100;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #000;
        -webkit-transition: all 0.2s cubic-bezier(0.23, 0.47, 0.32, 1);
        transition: all 0.2s cubic-bezier(0.23, 0.47, 0.32, 1);
    }
    .page-home .sqs-mobile-info-bar-trigger {
        cursor: pointer;
        float: left;
        width: 25%;
        padding: 10px 0;
        text-align: center;
        box-sizing: content-box;
    }
    .page-home
        .sqs-mobile-info-bar-trigger[data-type="businessHours"]
        .sqs-mobile-info-bar-trigger-icon {
        background: url(../images/mobile/loudspeaker.png) top center no-repeat;
        width: 20px;
        height: 26px;
        display: inline-block;
        background-size: 100%;
    }
    .page-home
        .sqs-mobile-info-bar-trigger[data-type="location"]
        .sqs-mobile-info-bar-trigger-icon {
        background: url(../images/mobile/map-light.png) top center no-repeat;
        width: 20px;
        height: 26px;
        display: inline-block;
        background-size: 100%;
    }
    .page-home
        .sqs-mobile-info-bar-trigger[data-type="contactPhoneNumber"]
        .sqs-mobile-info-bar-trigger-icon {
        background: url(../images/mobile/call-light.png) top center no-repeat;
        width: 20px;
        height: 26px;
        display: inline-block;
        background-size: 100%;
    }
    .page-home .sqs-mobile-info-bar-trigger-icon {
        background: url(../images/mobile/email-light.png) top center no-repeat;
        width: 20px;
        height: 26px;
        display: inline-block;
        background-size: 100%;
    }
    .page-home .sqs-mobile-info-bar-trigger-label {
        display: block;
        font-size: 10px;
        line-height: 1em;
        letter-spacing: 1px;
        color: #fff;
        text-transform: uppercase;
    }
}
.popup,
.slider {
    width: 100%;
}
.popup {
    z-index: 100;
    min-height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
    overflow-y: auto;
    display: none;
    background-color: #000;
}
.popup.show {
    display: block;
}
.popup .map-popup {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 15px;
    position: absolute;
    background-color: #fff;
}
.popup .map-popup .close {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    opacity: 1;
    top: 25px;
    right: 25px;
    padding: 3px 10px;
    text-shadow: none;
    position: fixed;
    color: #fff;
    background: #000;
    z-index: 1;
}
.slick-list,
.slick-slider,
.slick-track {
    display: block;
    position: relative;
}
.popup #googlepopupMap,
.popup .locationMap {
    height: 100%;
}
.popup iframe {
    width: 100%;
    height: 100%;
}
.slick-slider {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    left: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}
.slick-slide {
    max-width: 1000px;
    width: 80%;
    height: 100%;
    min-height: 1px;
    opacity: 0.2;
    float: left;
    display: none;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.slick-slide.slick-active {
    opacity: 0.5;
}
.slick-slide.slick-current {
    opacity: 1;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .slick-slide {
        max-width: 680px;
        padding: 0 50px;
        margin: 0 20px;
    }
}
@media (max-width: 767px) {
    .slick-slide {
        max-width: 320px;
        width: 100%;
        padding: 0 30px;
        margin: 0 30px;
    }
    .slick-initialized .slick-slide {
        padding-bottom: 20px;
    }
}
.slick-next,
.slick-prev {
    z-index: 1;
    display: block;
    height: 80px;
    width: 80px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: #fff;
    color: transparent;
    padding: 0;
    border: none;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    -ms-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}
.banner-parallex,
.mod-hero {
    background-attachment: fixed;
}
.about-section::before,
.banner-parallex,
.mod-banner,
.mod-hero,
.opp,
.slick-next::before,
.slick-prev::before {
    background-repeat: no-repeat;
    background-size: cover;
}
.slick-next:focus,
.slick-prev:focus {
    outline: 0;
}
.slick-next::before,
.slick-prev::before {
    content: "";
    width: 18px;
    height: 18px;
    z-index: 1;
    background-image: url(../images/slick/arr.png);
    background-position: center center;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -moz-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
}
.slick-next::after,
.slick-prev::after {
    content: "";
    opacity: 0;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(234, 233, 233, 0.65);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.2s, opacity 0.2s;
    -moz-transition: transform 0.2s, opacity 0.2s;
    -ms-transition: transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}
.slick-next:hover,
.slick-prev:hover {
    -webkit-box-shadow: 5px 2px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 2px 20px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 5px 2px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 2px 20px rgba(0, 0, 0, 0.2);
}
.slick-next:hover::after,
.slick-prev:hover::after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.slick-prev {
    margin-top: -81px;
}
.slick-prev::before {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -moz-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}
.slick-next {
    margin-bottom: -81px;
}
.stroke-heading h1 {
    font-size: 140px;
    text-transform: none;
    -webkit-text-stroke: 0.9px #000;
    -webkit-text-fill-color: #f3f2f7;
    opacity: 0.15;
    position: relative;
    bottom: -94px;
}
.mod-slider {
    padding: 50px;
    position: relative;
}
.mod-slider .mod-slider--row {
    font-size: 0;
    position: relative;
}
.mod-slider .mod-slider--cols {
    width: 50%;
    font-size: 1rem;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.mod-slider ul {
    margin: 20px 0 50px;
}
.mod-slider ul .slider-title--small {
    font-size: 14px;
    color: #949494;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.mod-slider ul .line {
    height: 1px;
    width: 60px;
    background-color: red;
}
.mod-slider ul .slider-num {
    color: #949494;
}
.mod-slider ul li {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.mod-slider ul li:last-child {
    margin-right: 0;
}
.mod-slider .slider-heading p {
    margin: 0;
}
.mod-slider .slider-heading .slider-heading--top {
    color: red;
    font-size: 70px;
    line-height: 60px;
    text-transform: uppercase;
    font-family: Poppins;
    font-weight: 700;
}
.mod-slider .slider-heading .slider-heading--bottom {
    font-size: 50px;
    line-height: 60px;
    text-transform: capitalize;
    font-family: Poppins;
    font-weight: 700;
}
.mod-slider .slider-para {
    margin-top: 30px;
    margin-bottom: 15px;
}
.mod-slider .slider-para h5 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
}
.mod-slider .slider-para p {
    margin: 0;
    font-size: 18px;
    line-height: 26px;
}
.mod-slider .slider-para p:last-child {
    margin-bottom: 0;
}
.mod-slider .slider-link {
    display: inline-block;
    text-decoration: none;
}
.mod-slider .slider-link img {
    width: 40%;
    margin-top: -1px;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.mod-slider .slider-link .slider-link--icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-color: red;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 10px 0 30px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 10px 0 30px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 10px 0 30px rgba(0, 0, 0, 0.15);
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.15);
    -webkit-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -ms-transition: transform 0.2s;
    transition: transform 0.2s;
}
.banner-parallex:before,
.page-careers .mod-hero:before {
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
}
.mod-slider .slider-link p {
    margin: 0 0 0 10px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
    color: #000;
    font-family: Poppins;
    font-weight: 600;
}
.mod-banner .scroll-down,
.mod-banner p {
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
}
.mod-slider .slider-link:hover .slider-link--icon {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.mod-slider .mod-slider--details {
    right: 50%;
}
.mod-slider .mod-slider--img {
    left: 50%;
}
.banner-parallex:before,
.mod-banner::before {
    content: "";
    top: 0;
    left: 0;
}
.mod-slider .mod-slider--img img {
    display: block;
}
@media (min-width: 1024px) and (max-width: 1199px) {
    .stroke-heading h1 {
        font-size: 110px;
        -webkit-text-stroke: 0.9px #000;
        -webkit-text-fill-color: #f3f2f7;
        opacity: 0.15;
        position: relative;
        bottom: -72px;
    }
}
@media (max-width: 1023px) {
    .mod-slider .mod-slider--cols {
        width: 100%;
    }
    .mod-slider .mod-slider--details {
        right: 0;
    }
    .mod-slider .mod-slider--img {
        left: 0;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .stroke-heading h1 {
        font-size: 90px;
        -webkit-text-stroke: 0.9px #000;
        -webkit-text-fill-color: #f3f2f7;
        opacity: 0.15;
        position: relative;
        bottom: -20px;
    }
    .mod-slider {
        padding: 0;
        margin: 0 50px;
    }
    .mod-slider .mod-slider--details {
        width: 100%;
        padding-bottom: 50px;
    }
    .mod-slider ul {
        margin: 20px 0;
    }
}
@media (max-width: 767px) {
    .stroke-heading h1 {
        font-size: 45px;
        -webkit-text-stroke: 0.9px #000;
        -webkit-text-fill-color: #f3f2f7;
        opacity: 0.15;
        position: relative;
        bottom: -12px;
    }
    .mod-slider {
        padding: 0;
        margin: 0;
    }
    .mod-slider .mod-slider--cols {
        width: 100%;
    }
    .mod-slider .mod-slider--details {
        right: 0;
    }
    .mod-slider .mod-slider--details .slider-heading--top {
        font-size: 52px;
    }
    .mod-slider .mod-slider--img {
        left: 0;
    }
}
.banner-parallex {
    padding: 130px 0;
    position: relative;
    background-image: url(../../library/images/banner/banner-parallax3.jpg);
    background-position: center top;
}
.banner-parallex:before {
    z-index: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 1;
    background-color: rgba(43, 40, 41, 0.4);
    transition: opacity 0.4s;
}
.banner-parallex .banner-heading h1 {
    color: #fff;
    position: relative;
}
.mod-table {
    z-index: 1;
    width: 100%;
    height: 100vh;
    display: table;
    position: relative;
}
.mod-table .mod-table--cell {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.mod-bottombox a,
.mod-table.ver-top .mod-table--cell {
    vertical-align: top;
}
.mod-table.min-height {
    height: auto;
    min-height: 100%;
}
.mod-table.fixed {
    table-layout: fixed;
}
.mod-table.text-left .mod-table--cell {
    text-align: left;
}
.mod-banner {
    z-index: 0;
    height: 100vh;
    overflow: hidden;
    position: relative;
    background-position: center center;
}
.mod-banner::before {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
}
.mod-banner .h1,
.mod-banner h1 {
    opacity: 0;
    color: #fff;
    -webkit-transform: translate(30%, 0);
    -moz-transform: translate(30%, 0);
    -ms-transform: translate(30%, 0);
    transform: translate(30%, 0);
    -webkit-transition: transform 1.4s, opacity 1.4s;
    -moz-transition: transform 1.4s, opacity 1.4s;
    -ms-transition: transform 1.4s, opacity 1.4s;
    transition: transform 1.4s, opacity 1.4s;
}
.mod-banner .h1.heading-1,
.mod-banner h1.heading-1 {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.mod-banner .h1 + p,
.mod-banner h1 + p {
    margin-top: 20px;
}
.mod-banner p {
    opacity: 0;
    font-size: 40px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    -webkit-transform: translate(30%, 0);
    -moz-transform: translate(30%, 0);
    -ms-transform: translate(30%, 0);
    transform: translate(30%, 0);
    -webkit-transition: transform 1.8s, opacity 1.8s;
    -moz-transition: transform 1.8s, opacity 1.8s;
    -ms-transition: transform 1.8s, opacity 1.8s;
    transition: transform 1.8s, opacity 1.8s;
}
.mod-banner .scroll-down,
.mod-bottombox .h3 {
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
}
.mod-banner p.para-1 {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.mod-banner .scroll-down {
    z-index: 2;
    bottom: 50px;
    font-size: 16px;
    letter-spacing: 2px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.6);
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    transition: color 0.4s;
}
.mod-banner .scroll-down::after,
.mod-banner .scroll-down::before,
.mod-bottombox::before {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    content: "";
    left: 50%;
}
.mod-banner .scroll-down::after,
.mod-banner .scroll-down::before {
    bottom: 45px;
    height: 4px;
    width: 30px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    transform: translateX(-50%);
}
.mod-banner .scroll-down:before {
    -webkit-animation: before 7s infinite;
    -moz-animation: before 7s infinite;
    -ms-animation: before 7s infinite;
    animation: before 7s infinite;
}
.mod-banner .scroll-down::after {
    width: 4px;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-animation: after 7s infinite;
    -moz-animation: after 7s infinite;
    -ms-animation: after 7s infinite;
    animation: after 7s infinite;
}
@-webkit-keyframes before {
    0%,
    100%,
    22%,
    40% {
        height: 4px;
        width: 30px;
    }
    24%,
    38% {
        height: 4px;
        width: 4px;
    }
    26%,
    36% {
        height: 30px;
        width: 4px;
    }
}
@-moz-keyframes before {
    0%,
    100%,
    22%,
    40% {
        height: 4px;
        width: 30px;
    }
    24%,
    38% {
        height: 4px;
        width: 4px;
    }
    26%,
    36% {
        height: 30px;
        width: 4px;
    }
}
@keyframes before {
    0%,
    100%,
    22%,
    40% {
        height: 4px;
        width: 30px;
    }
    24%,
    38% {
        height: 4px;
        width: 4px;
    }
    26%,
    36% {
        height: 30px;
        width: 4px;
    }
}
@-webkit-keyframes after {
    0% {
        margin-bottom: 26px;
        opacity: 0;
    }
    26% {
        margin-bottom: 26px;
        opacity: 0;
        width: 10px;
        height: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
    }
    28% {
        margin-bottom: 26px;
        opacity: 1;
    }
    34% {
        margin-bottom: 0;
        opacity: 1;
    }
    100%,
    36% {
        margin-bottom: 0;
        opacity: 0;
    }
}
@-moz-keyframes after {
    0% {
        margin-bottom: 26px;
        opacity: 0;
    }
    26% {
        margin-bottom: 26px;
        opacity: 0;
        width: 10px;
        height: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
    }
    28% {
        margin-bottom: 26px;
        opacity: 1;
    }
    34% {
        margin-bottom: 0;
        opacity: 1;
    }
    100%,
    36% {
        margin-bottom: 0;
        opacity: 0;
    }
}
@keyframes after {
    0% {
        margin-bottom: 26px;
        opacity: 0;
    }
    26% {
        margin-bottom: 26px;
        opacity: 0;
        width: 10px;
        height: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
    }
    28% {
        margin-bottom: 26px;
        opacity: 1;
    }
    34% {
        margin-bottom: 0;
        opacity: 1;
    }
    100%,
    36% {
        margin-bottom: 0;
        opacity: 0;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .mod-banner p {
        font-size: 24px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .mod-banner p {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .mod-banner p {
        letter-spacing: 1px;
        font-size: 14px;
    }
    .mod-banner .scroll-down {
        bottom: 30px;
        font-size: 14px;
    }
    .mod-banner .scroll-down::after,
    .mod-banner .scroll-down::before {
        bottom: 35px;
    }
}
.mod-bottombox {
    position: relative;
    overflow: hidden;
    border-top: solid 1px #dcdcdc;
    border-bottom: solid 1px #dcdcdc;
}
.mod-bottombox::before {
    height: 100%;
    width: 1px;
    background-color: #dcdcdc;
    position: absolute;
    transform: translateX(-50%);
}
.mod-bottombox img {
    height: 44px;
}
.mod-bottombox img + .h3,
.mod-bottombox img + .mod-bottombox--text {
    margin-top: 30px;
}
.mod-bottombox .h3 {
    color: #222;
    transition: color 0.4s;
}
.mod-bottombox .h3 + .mod-bottombox--text {
    margin-top: 15px;
}
.mod-bottombox .mod-bottombox--text {
    display: block;
    color: #222;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    transition: color 0.4s;
}
.mod-bottombox a {
    height: 100%;
    width: 100%;
    padding: 120px 15px;
    position: relative;
    display: inline-block;
    color: #222;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    transition: background-color 0.4s;
}
.mod-bottombox a:hover {
    background-color: #eee;
    color: #222;
}
.mod-bottombox a:hover .h3 {
    color: #ff0049;
}
.mod-bottombox a:hover .mod-bottombox--text {
    color: #222;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .mod-bottombox a {
        padding: 90px 15px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .mod-bottombox a {
        padding: 80px 15px;
    }
}
@media (min-width: 568px) and (max-width: 767px) {
    .mod-bottombox img {
        height: 40px;
    }
    .mod-bottombox img + .h3,
    .mod-bottombox img + .mod-bottombox--text {
        margin-top: 20px;
    }
    .mod-bottombox a {
        padding: 50px 15px;
    }
}
@media (max-width: 567px) {
    .mod-bottombox img {
        height: 34px;
    }
    .mod-bottombox img + .h3,
    .mod-bottombox img + .mod-bottombox--text {
        margin-top: 20px;
    }
    .mod-bottombox .mod-bottombox--text {
        font-size: 14px;
    }
    .mod-bottombox a {
        padding: 40px 15px;
    }
}
.mod-blockquote {
    padding: 150px 0 100px;
    position: relative;
}
.mod-blockquote .h2,
.mod-blockquote h2 {
    font-size: 34px;
    padding-bottom: 35px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-style: normal;
    font-family: "Futura LT Condensed";
}
.mod-blockquote .h2 span,
.mod-blockquote h2 span {
    margin-top: 5px;
    font-size: 30px;
    display: none;
    font-weight: 300;
    font-style: normal;
    font-family: "Futura LT CondensedLight";
}
.mod-blockquote .h2::after,
.mod-blockquote h2::after {
    content: "";
    height: 2px;
    width: 20px;
    bottom: 0;
    background-color: #222;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.mod-blockquote p {
    position: relative;
    padding: 0 100px;
    font-size: 40px;
    font-family: "Futura LT Book";
    font-weight: 400;
    font-style: normal;
}
.mod-details .h2,
.mod-details h2,
.mod-details p {
    font-family: Poppins;
    font-style: normal;
}
.mod-blockquote p::before {
    content: "\201C";
    font-size: 120px;
    line-height: 1;
    top: -20px;
    left: 0;
    position: absolute;
}
.mod-blockquote p::after {
    content: "\201D";
    font-size: 120px;
    line-height: 1;
    top: 20px;
    right: 0;
    position: absolute;
}
.mod-blockquote span {
    font-size: 22px;
    margin-top: 20px;
    display: inline-block;
}
.mod-blockquote blockquote {
    margin: 0;
    padding: 0;
    width: 90%;
    position: relative;
    display: inline-block;
}
.mod-blockquote .avatar {
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    display: none;
}
.mod-blockquote #slideshow {
    margin-top: 125px;
    width: 100%;
    min-height: 140px;
    display: inline-block;
    position: relative;
    text-align: center;
}
.mod-blockquote .mod-blockquote--content {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .mod-blockquote {
        padding: 120px 0 80px;
    }
    .mod-blockquote .h2,
    .mod-blockquote h2 {
        font-size: 32px;
        padding-bottom: 30px;
    }
    .mod-blockquote p {
        padding: 0 80px;
        font-size: 34px;
    }
    .mod-blockquote p::after,
    .mod-blockquote p::before {
        font-size: 100px;
    }
    .mod-blockquote span {
        font-size: 20px;
    }
    .mod-blockquote #slideshow {
        margin-top: 100px;
        min-height: 170px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .mod-blockquote {
        padding: 100px 0 50px;
    }
    .mod-blockquote .h2,
    .mod-blockquote h2 {
        font-size: 32px;
        padding-bottom: 30px;
    }
    .mod-blockquote p {
        padding: 0 70px;
        font-size: 28px;
    }
    .mod-blockquote p::after,
    .mod-blockquote p::before {
        font-size: 80px;
    }
    .mod-blockquote span {
        font-size: 20px;
    }
    .mod-blockquote #slideshow {
        margin-top: 80px;
        min-height: 140px;
    }
}
@media (max-width: 767px) {
    .mod-blockquote {
        padding: 70px 0 30px;
    }
    .mod-blockquote .h2,
    .mod-blockquote h2 {
        font-size: 17px;
        padding-bottom: 20px;
    }
    .mod-blockquote p {
        padding: 0 20px;
        font-size: 20px;
    }
    .mod-blockquote p::before {
        font-size: 40px;
        top: 0;
    }
    .mod-blockquote p::after {
        font-size: 40px;
        top: calc(100% - 50px);
    }
    .mod-blockquote span {
        font-size: 16px;
        margin-top: 20px;
    }
    .mod-blockquote blockquote {
        width: 100%;
    }
    .mod-blockquote #slideshow {
        margin-top: 30px;
        min-height: 190px;
    }
}
.mod-details {
    padding: 100px 0;
    position: relative;
}
.mod-details h1 {
    padding-bottom: 50px;
}
.mod-details .h2,
.mod-details h2 {
    font-size: 34px;
    margin-bottom: 60px;
    font-weight: 600;
}
.mod-details p {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 400;
}
.mod-details p:last-of-type {
    margin-bottom: 0;
}
.mod-details .mod-details--context {
    width: 70%;
    margin-bottom: 40px;
    position: relative;
}
.mod-details .mod-details--context:last-of-type {
    margin-bottom: 0;
}
.mod-details .mod-details--context .h3,
.mod-details .mod-details--context h3 {
    text-transform: none;
    font-family: Poppins;
    font-weight: 600;
    font-style: normal;
    padding-bottom: 15px;
}
.mod-details .mod-details--context a,
.mod-details .mod-details--context h4 {
    font-weight: 600;
    padding-bottom: 10px;
    text-transform: none;
    font-family: Poppins;
    display: inline-block;
    font-style: normal;
}
.mod-details .mod-details--context .h3 + p,
.mod-details .mod-details--context h3 + p {
    margin-top: 10px;
}
.mod-details .mod-details--context .h3 + ul,
.mod-details .mod-details--context h3 + ul {
    margin-top: 20px;
}
.mod-details .mod-details--context a {
    color: #ff0049;
}
.mod-details .list-group {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .mod-details .h2,
    .mod-details h2 {
        font-size: 28px;
        margin-bottom: 40px;
    }
    .mod-details p {
        font-size: 18px;
    }
    .mod-details .mod-details--context {
        margin-bottom: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .mod-details .h2,
    .mod-details h2 {
        font-size: 28px;
    }
    .mod-details p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .mod-details .mod-details--context {
        width: 100%;
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .mod-details {
        padding: 70px 0;
    }
    .mod-details .h2,
    .mod-details h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .mod-details p {
        font-size: 16px;
    }
    .mod-details .mod-details--context {
        width: 100%;
        margin-bottom: 20px;
    }
}
.mod-hero {
    padding: 80px 0;
    position: relative;
    background-image: url(../../library/images/banner/banner-parallax2.jpg);
    background-position: center top;
}
.mod-hero .closeIcon {
    z-index: 1;
    line-height: 0;
    font-size: 26px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    top: 30px;
    right: 50px;
    position: absolute;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    transition: transform 0.5s;
}
.mod-hero .closeIcon .fa {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.about-section,
.approach,
.testimonials {
    position: relative;
}
.mod-hero .closeIcon:hover {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mod-hero .mod-hero--wrap {
    max-width: 70%;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}
.mod-hero .mod-hero--panel {
    height: 370px;
}
.mod-hero .mod-hero--panel.height-auto {
    height: auto;
}
.mod-hero * {
    color: #fff;
}
.mod-hero .h1,
.mod-hero h1 {
    font-size: 38px;
    line-height: 1.421;
    text-transform: none;
    font-family: Poppins;
    font-weight: 300;
    font-style: normal;
}
.mod-hero .h1.h1-sec,
.mod-hero h1.h1-sec {
    font-weight: 600;
    text-transform: capitalize;
}
.mod-hero .h1.round::before,
.mod-hero h1.round::before {
    content: "";
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    background-color: #ff0049;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    border-radius: 70px;
}
.mod-hero p {
    margin-top: 10px;
    color: #9e9e9e;
}
.mod-hero .circle {
    text-align: center;
}
@media (min-width: 1200px) and (max-width: 1440px) {
    .mod-hero {
        padding: 80px 0;
    }
    .mod-hero .mod-hero--panel {
        height: 400px;
    }
    .mod-hero .h1,
    .mod-hero h1 {
        font-size: 28px;
    }
    .mod-hero .h1.round::before,
    .mod-hero h1.round::before {
        width: 50px;
        height: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        border-radius: 50px;
    }
    .mod-hero p {
        margin-top: 10px;
        color: #9e9e9e;
    }
    .mod-hero .circle {
        text-align: left;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .mod-hero {
        padding: 80px 0;
    }
    .mod-hero .mod-hero--panel {
        height: 240px;
    }
    .mod-hero .h1,
    .mod-hero h1 {
        font-size: 20px;
    }
    .mod-hero .h1.round::before,
    .mod-hero h1.round::before {
        width: 40px;
        height: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -ms-border-radius: 40px;
        border-radius: 40px;
    }
    .mod-hero p {
        margin-top: 10px;
        color: #9e9e9e;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .mod-hero {
        padding: 80px 0;
    }
    .mod-hero .mod-hero--panel {
        height: 250px;
    }
    .mod-hero .h1,
    .mod-hero h1 {
        font-size: 20px;
    }
    .mod-hero .h1.round::before,
    .mod-hero h1.round::before {
        width: 40px;
        height: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -ms-border-radius: 40px;
        border-radius: 40px;
    }
    .mod-hero p {
        margin-top: 10px;
        color: #9e9e9e;
    }
}
@media (max-width: 767px) {
    .mod-hero {
        padding: 80px 0;
    }
    .mod-hero .closeIcon {
        top: 15px;
        right: 15px;
        font-size: 18px;
        width: 40px;
        height: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -ms-border-radius: 40px;
        border-radius: 40px;
    }
    .mod-hero .mod-table,
    .mod-hero .mod-table .mod-table--cell {
        display: block;
    }
    .mod-hero .mod-hero--wrap {
        max-width: 65%;
    }
    .mod-hero .mod-hero--panel {
        height: auto;
    }
    .mod-hero .h1,
    .mod-hero h1 {
        font-size: 18px;
        padding-top: 18px;
    }
    .mod-hero .h1.round::before,
    .mod-hero h1.round::before {
        margin-right: 10px;
        width: 30px;
        height: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px;
    }
    .mod-hero p {
        margin-top: 10px;
        color: #9e9e9e;
    }
    .mod-hero .circle {
        text-align: center;
    }
}
.approach,
.opp .h5,
.opp .link,
.opp .rotate-logo,
.opp article,
.opp h5,
.work h2 {
    display: inline-block;
}
.about-section::before,
.opp::before {
    width: 100%;
    height: 100%;
    background-position: center center;
    top: 0;
    left: 0;
}
.mtp-title {
    padding: 80px 0;
    text-align: center;
}
.approach {
    z-index: 1;
    width: 100%;
    vertical-align: top;
}
.approach .grid-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0 12%;
    float: left;
}
.approach .grid-wrap .offset-both-sm {
    padding: 120px 0 0;
}
.approach .grid-wrap .offset-both-sm .bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.approach .grid-wrap .offset-both-sm .bottom-xs h2 {
    font-size: 175px;
    color: #000;
    line-height: 175px;
    text-transform: lowercase;
    font-family: Montserrat-Black;
}
.approach .grid-wrap .offset-both-sm .bottom-xs h2.wrapped-heading span {
    display: block;
}
.approach
    .grid-wrap
    .offset-both-sm
    .bottom-xs
    h2.wrapped-heading
    span
    .bold-color {
    color: #b30033;
}
.approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc {
    font-size: 33px;
    color: #000;
    padding-left: 180px;
    padding-top: 160px;
}
.approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Dir,
.approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Entry,
.approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Jr,
.approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Team {
    padding-bottom: 120px;
}
.approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Dir h6,
.approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Entry h6,
.approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Jr h6,
.approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Team h6 {
    font-size: 35px;
    padding-bottom: 20px;
}
@media only screen and (max-width: 1440px) and (min-width: 1024px) {
    .approach .grid-wrap {
        padding: 0 12%;
    }
    .approach .grid-wrap .offset-both-sm {
        padding: 80px 0 0;
    }
    .approach .grid-wrap .offset-both-sm .bottom-xs h2 {
        font-size: 120px;
        color: #000;
        line-height: 129px;
        text-transform: lowercase;
        font-family: Montserrat-Black;
    }
    .approach .grid-wrap .offset-both-sm .bottom-xs h2.wrapped-heading span {
        display: block;
    }
    .approach
        .grid-wrap
        .offset-both-sm
        .bottom-xs
        h2.wrapped-heading
        span
        .bold-color {
        color: #b30033;
    }
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc {
        font-size: 33px;
        padding-left: 180px;
        padding-top: 160px;
    }
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Dir,
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Entry,
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Jr,
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Team {
        padding-bottom: 120px;
    }
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Dir h6,
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Entry h6,
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Jr h6,
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Team h6 {
        font-size: 28px;
        padding-bottom: 20px;
    }
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Dir p,
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Entry p,
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Jr p,
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Team p {
        font-size: 24px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .approach .grid-wrap {
        padding: 0 12%;
    }
    .approach .grid-wrap .offset-both-sm {
        padding: 80px 0 0;
    }
    .approach .grid-wrap .offset-both-sm .bottom-xs h2 {
        font-size: 120px;
        color: #000;
        line-height: 129px;
        text-transform: lowercase;
        font-family: Montserrat-Black;
    }
    .approach .grid-wrap .offset-both-sm .bottom-xs h2.wrapped-heading span {
        display: block;
    }
    .approach
        .grid-wrap
        .offset-both-sm
        .bottom-xs
        h2.wrapped-heading
        span
        .bold-color {
        color: #b30033;
    }
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc {
        font-size: 33px;
        padding-left: 180px;
        padding-top: 160px;
    }
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Dir,
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Entry,
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Jr,
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Team {
        padding-bottom: 120px;
    }
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Dir h6,
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Entry h6,
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Jr h6,
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Team h6 {
        font-size: 28px;
        padding-bottom: 20px;
    }
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Dir p,
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Entry p,
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Jr p,
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Team p {
        font-size: 24px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .approach .grid-wrap {
        padding: 0 12%;
    }
    .approach .grid-wrap .offset-both-sm {
        padding: 80px 0 0;
    }
    .approach .grid-wrap .offset-both-sm .bottom-xs h2 {
        font-size: 100px;
        color: #000;
        line-height: 115px;
        text-transform: lowercase;
        font-family: Montserrat-Black;
    }
    .approach .grid-wrap .offset-both-sm .bottom-xs h2.wrapped-heading span {
        display: block;
    }
    .approach
        .grid-wrap
        .offset-both-sm
        .bottom-xs
        h2.wrapped-heading
        span
        .bold-color {
        color: #b30033;
    }
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc {
        font-size: 33px;
        padding-left: 180px;
        padding-top: 160px;
    }
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Dir,
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Entry,
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Jr,
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Team {
        padding-bottom: 120px;
    }
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Dir h6,
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Entry h6,
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Jr h6,
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Team h6 {
        font-size: 24px;
        padding-bottom: 20px;
    }
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Dir p,
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Entry p,
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Jr p,
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Team p {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .mtp-title {
        padding: 70px 0 0;
    }
    .approach .grid-wrap {
        padding: 0 12%;
    }
    .approach .grid-wrap .offset-both-sm {
        padding: 80px 0 0;
    }
    .approach .grid-wrap .offset-both-sm .bottom-xs h2 {
        font-size: 80px;
        color: #000;
        line-height: 80px;
        text-transform: lowercase;
        font-family: Montserrat-Black;
    }
    .approach .grid-wrap .offset-both-sm .bottom-xs h2.wrapped-heading span {
        display: block;
    }
    .approach
        .grid-wrap
        .offset-both-sm
        .bottom-xs
        h2.wrapped-heading
        span
        .bold-color {
        color: #b30033;
    }
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc {
        font-size: 33px;
        padding-left: 20px;
        padding-top: 80px;
    }
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Dir,
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Entry,
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Jr,
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Team {
        padding-bottom: 40px;
    }
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Dir h6,
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Entry h6,
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Jr h6,
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Team h6 {
        font-size: 24px;
        padding-bottom: 20px;
    }
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Dir p,
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Entry p,
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Jr p,
    .approach .grid-wrap .offset-both-sm .bottom-xs .approach-desc .Team p {
        font-size: 20px;
    }
}
@-webkit-keyframes textLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.35, 0.25) rotateX(15deg) rotateZ(20deg)
            translateY(150px) translateX(-50px);
        transform: scale(0.35, 0.25) rotateX(15deg) rotateZ(20deg)
            translateY(150px) translateX(-50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1, 1) rotateX(0) rotateZ(0) translateY(0)
            translateX(0);
        transform: scale(1, 1) rotateX(0) rotateZ(0) translateY(0) translateX(0);
    }
}
@-moz-keyframes textLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.35, 0.25) rotateX(15deg) rotateZ(20deg)
            translateY(150px) translateX(-50px);
        transform: scale(0.35, 0.25) rotateX(15deg) rotateZ(20deg)
            translateY(150px) translateX(-50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1, 1) rotateX(0) rotateZ(0) translateY(0)
            translateX(0);
        transform: scale(1, 1) rotateX(0) rotateZ(0) translateY(0) translateX(0);
    }
}
@keyframes textLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.35, 0.25) rotateX(15deg) rotateZ(20deg)
            translateY(150px) translateX(-50px);
        transform: scale(0.35, 0.25) rotateX(15deg) rotateZ(20deg)
            translateY(150px) translateX(-50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1, 1) rotateX(0) rotateZ(0) translateY(0)
            translateX(0);
        transform: scale(1, 1) rotateX(0) rotateZ(0) translateY(0) translateX(0);
    }
}
.textLeft {
    -webkit-animation: textLeft 0.3s linear;
    -moz-animation: textLeft 0.3s linear;
    -ms-animation: textLeft 0.3s linear;
    animation: textLeft 0.3s linear;
}
.testimonials.dark-bg * {
    color: #000;
}
.testimonials h1,
.testimonials img {
    margin-bottom: 30px;
}
.about-section {
    padding: 150px 0 60px;
    background-color: #fff;
}
.opp .h5::before,
.opp .link:before,
.opp h5::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.4);
}
.about-section::before {
    content: "";
    opacity: 0.3;
    position: absolute;
    background-image: url(../images/graph.png);
}
.about-section h2 {
    margin-bottom: 40px;
}
.about-section p {
    font-size: 20px;
    margin-bottom: 15px;
}
.about-section p:last-child {
    margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .about-section {
        padding: 150px 0 100px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .about-section {
        padding: 100px 0 50px;
    }
    .about-section p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .about-section {
        padding: 70px 0 30px;
    }
    .about-section h2 {
        margin-bottom: 20px;
    }
    .about-section p {
        font-size: 14px;
    }
}
.opp {
    padding: 150px 0;
    min-height: auto;
    position: relative;
    background-position: center center;
}
.opp::before {
    content: "";
    z-index: 0;
    background-image: url(../images/opp/mask.png);
    background-repeat: repeat;
    position: absolute;
}
.page-careers .mod-hero,
.page-careers-req .mod-hero {
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
}
.opp .rotate-logo {
    z-index: 2;
    width: 90px;
    height: 90px;
    top: 50px;
    right: 50px;
    position: absolute;
    -webkit-animation: rotate 50s linear infinite;
    -moz-animation: rotate 50s linear infinite;
    -ms-animation: rotate 50s linear infinite;
    animation: rotate 50s linear infinite;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: transform 10s linear;
    -moz-transition: transform 10s linear;
    -ms-transition: transform 10s linear;
    transition: transform 10s linear;
}
.opp .rotate-logo img {
    width: 100%;
}
.opp .rotate-logo:hover {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}
.opp .h5,
.opp h5 {
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 500;
    font-style: normal;
    font-family: "Futura LT Condensed";
}
.opp .h5::before,
.opp h5::before {
    width: 60px;
    height: 1px;
    top: -2px;
    margin-right: 20px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}
.opp .h5 + .h2,
.opp .h5 + h2,
.opp .h5 + p,
.opp h5 + .h2,
.opp h5 + h2,
.opp h5 + p {
    margin-top: 25px;
}
.opp .h2,
.opp h2 {
    font-size: 60px;
    text-transform: none;
    color: #fff;
    font-family: "Futura LT Book";
    font-weight: 700;
    font-style: normal;
}
.opp .h2 + p,
.opp h2 + p {
    margin-top: 30px;
}
.opp .h2 + a,
.opp h2 + a {
    margin-top: 50px;
}
.opp p {
    font-size: 17px;
}
.opp p + a {
    margin-top: 80px;
}
.opp .link {
    margin-left: 80px;
    font-size: 18px;
    line-height: 2.5;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 500;
    font-style: normal;
    font-family: "Futura LT Condensed";
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    transition: color 0.4s;
}
.opp .link:hover,
.opp article p {
    color: #fff;
}
.opp .link:before {
    height: 4px;
    width: 30px;
    top: 100%;
    left: 0;
    position: absolute;
    -webkit-transition: background-color 0.4s, left 0.5s;
    -moz-transition: background-color 0.4s, left 0.5s;
    -ms-transition: background-color 0.4s, left 0.5s;
    transition: background-color 0.4s, left 0.5s;
}
.work h2,
.work img {
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -ms-transition: transform 0.4s;
}
.opp .link:hover::before {
    left: calc(100% - 30px);
    background-color: #fff;
}
.opp article {
    max-width: 820px;
    margin-bottom: 60px;
    position: relative;
}
@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@-moz-keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .opp {
        min-height: auto;
    }
    .opp .rotate-logo {
        width: 80px;
        height: 80px;
    }
    .opp .h5,
    .opp h5 {
        font-size: 18px;
    }
    .opp .h5::before,
    .opp h5::before {
        width: 50px;
        margin-right: 20px;
    }
    .opp .h2,
    .opp h2 {
        font-size: 50px;
    }
    .opp .link,
    .opp p {
        font-size: 16px;
    }
    .opp p + a {
        margin-top: 70px;
    }
    .opp article {
        max-width: 820px;
        margin-bottom: 40px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .opp {
        padding: 100px 0;
        min-height: auto;
    }
    .opp .rotate-logo {
        width: 70px;
        height: 70px;
    }
    .opp .h5,
    .opp h5 {
        font-size: 18px;
    }
    .opp .h5::before,
    .opp h5::before {
        width: 50px;
    }
    .opp .h5 + .h2,
    .opp .h5 + h2,
    .opp .h5 + p,
    .opp h5 + .h2,
    .opp h5 + h2,
    .opp h5 + p {
        margin-top: 20px;
    }
    .opp .h2,
    .opp h2 {
        font-size: 38px;
    }
    .opp .link,
    .opp p {
        font-size: 16px;
    }
    .opp .h2 + p,
    .opp h2 + p {
        margin-top: 25px;
    }
    .opp .h2 + a,
    .opp h2 + a {
        margin-top: 40px;
    }
    .opp p + a {
        margin-top: 50px;
    }
    .opp .link {
        margin-left: 60px;
    }
    .opp article {
        max-width: 100%;
        margin-bottom: 50px;
    }
}
@media (max-width: 767px) {
    .opp .h2 + p,
    .opp .h5 + .h2,
    .opp .h5 + h2,
    .opp .h5 + p,
    .opp h2 + p,
    .opp h5 + .h2,
    .opp h5 + h2,
    .opp h5 + p {
        margin-top: 20px;
    }
    .opp {
        padding: 60px 0;
    }
    .opp .rotate-logo {
        width: 60px;
        height: 60px;
        top: 20px;
        right: 20px;
        position: absolute;
    }
    .opp .h5,
    .opp h5 {
        font-size: 16px;
    }
    .opp .h5::before,
    .opp h5::before {
        width: 45px;
        margin-right: 15px;
    }
    .opp .h2,
    .opp h2 {
        font-size: 24px;
        text-transform: none;
        color: #fff;
        font-family: "Futura LT Book";
        font-weight: 700;
        font-style: normal;
    }
    .opp .link,
    .opp p {
        font-size: 14px;
    }
    .opp .h2 + a,
    .opp h2 + a {
        margin-top: 50px;
    }
    .opp p + a {
        margin-top: 40px;
    }
    .opp .link {
        margin-left: 0;
    }
    .opp .link:before {
        width: 25px;
    }
    .opp .link:hover::before {
        left: -webkit-calc(100% - 25px);
        left: calc(100% - 25px);
    }
    .opp article {
        max-width: 100%;
        margin-bottom: 40px;
    }
}
.work {
    padding: 30px 0 60px;
    position: relative;
    color: #222;
    background-color: #fff;
}
.work img {
    width: 120px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    transition: transform 0.4s;
}
.work h2::after,
.work h2::before {
    content: "";
    width: 12px;
    height: 3px;
    background-color: #ff0049;
    top: 50%;
    right: -40px;
    position: absolute;
}
.work h2 {
    text-transform: none;
    color: #222;
    -webkit-transform: translate(0, 0) scale(1);
    -moz-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    transition: transform 0.4s;
}
.work h2::before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -ms-transition: transform 0.4s;
    transition: transform 0.4s;
}
#myModal-Apply,
.page-careers,
.work .work-panel,
.work .work-text {
    position: relative;
}
.work p {
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-family: "Roboto", sans-serif;
}
.work .work-panel {
    overflow: hidden;
    padding: 30px 50px;
    cursor: pointer;
    text-align: center;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: box-shadow 0.6s, transform 0.4s, padding 0.4s;
    -moz-transition: box-shadow 0.6s, transform 0.4s, padding 0.4s;
    -ms-transition: box-shadow 0.6s, transform 0.4s, padding 0.4s;
    transition: box-shadow 0.6s, transform 0.4s, padding 0.4s;
}
.work .work-panel:hover {
    padding-bottom: 15px;
    -webkit-transform: translate(0, -20px);
    -moz-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    transform: translate(0, -20px);
}
.work .work-panel:hover img {
    -webkit-transform: translate(0, -20px);
    -moz-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    transform: translate(0, -20px);
}
.work .work-panel:hover h2 {
    -webkit-transform: translate(0, -25px) scale(0.9);
    -moz-transform: translate(0, -25px) scale(0.9);
    -ms-transform: translate(0, -25px) scale(0.9);
    transform: translate(0, -25px) scale(0.9);
}
.work .work-panel:hover h2::before {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.work .work-panel:hover .work-text {
    opacity: 1;
    -webkit-transform: translate(0, -20px) rotate(0) scale(1);
    -moz-transform: translate(0, -20px) rotate(0) scale(1);
    -ms-transform: translate(0, -20px) rotate(0) scale(1);
    transform: translate(0, -20px) rotate(0) scale(1);
}
.work .work-text {
    opacity: 0;
    margin-top: 10px;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: translate(-40px, 100px) rotate(10deg) scale(0.8);
    -moz-transform: translate(-40px, 100px) rotate(10deg) scale(0.8);
    -ms-transform: translate(-40px, 100px) rotate(10deg) scale(0.8);
    transform: translate(-40px, 100px) rotate(10deg) scale(0.8);
    -webkit-transition: opacity 0.4s, transform 0.4s;
    -moz-transition: opacity 0.4s, transform 0.4s;
    -ms-transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .work {
        padding: 30px 0 60px;
    }
    .work img {
        width: 100px;
    }
    .work h2::after,
    .work h2::before {
        right: -30px;
    }
    .work .work-panel {
        padding: 20px 30px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .work {
        padding: 30px 0 60px;
    }
    .work img {
        width: 90px;
    }
    .work h2::after,
    .work h2::before {
        right: -30px;
    }
    .work p {
        font-size: 16px;
    }
    .work .work-panel {
        padding: 20px;
    }
}
@media (max-width: 767px) {
    .mod-table.min-height .col-sm-6.jQueryEqualHeight {
        width: 100%;
    }
    .work {
        text-align: left;
    }
    .work img {
        width: auto;
    }
    .work h2 {
        top: 2px;
        padding-left: 0;
        font-size: 20px;
        width: calc(100% - 90px);
        position: relative;
        vertical-align: middle;
    }
    .work h2::after,
    .work h2::before {
        right: 0;
    }
    .work p {
        font-size: 16px;
    }
    .work .work-icon {
        width: 60px;
        display: inline-block;
        vertical-align: middle;
    }
    .work .work-panel {
        padding: 20px 0;
        margin-top: -15px;
        margin-bottom: 0;
        min-height: auto;
        text-align: left;
        height: auto !important;
        border-bottom: solid 1px #f1f1f1;
    }
    .work .work-panel:hover {
        padding-bottom: 20px;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .work .work-panel:hover img {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .work .work-panel:hover h2 {
        -webkit-transform: translate(0, 0) scale(1);
        -moz-transform: translate(0, 0) scale(1);
        -ms-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1);
    }
    .work .work-panel:hover h2::before {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .work .work-panel:hover .work-text {
        -webkit-transform: translate(0, 0) rotate(0) scale(1);
        -moz-transform: translate(0, 0) rotate(0) scale(1);
        -ms-transform: translate(0, 0) rotate(0) scale(1);
        transform: translate(0, 0) rotate(0) scale(1);
    }
    .work .work-panel.active h2::before {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    .work .work-panel .work-text {
        opacity: 1;
        margin-top: 5px;
        display: none;
        -webkit-transform: translate(0, 0) rotate(0) scale(1);
        -moz-transform: translate(0, 0) rotate(0) scale(1);
        -ms-transform: translate(0, 0) rotate(0) scale(1);
        transform: translate(0, 0) rotate(0) scale(1);
    }
}
#myModal-Apply {
    z-index: 1;
    opacity: 1;
    width: 100%;
    display: inline-block;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
}
#myModal-Apply.fade .modal-dialog {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.page-apply .nav-bar-icon > span,
.page-apply .nav-bar-icon > span::after,
.page-apply .nav-bar-icon > span::before,
.page-team .nav-bar-icon > span,
.page-team .nav-bar-icon > span::after,
.page-team .nav-bar-icon > span::before {
    background-color: #000;
}
.page-careers .mod-hero:before,
.page-careers-req .mod-hero:before {
    z-index: 0;
    left: 0;
    background-color: rgba(43, 40, 41, 0.4);
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    content: "";
}
.page-apply .nav-menu ul.nav-menu-inner > li > a,
.page-team .nav-menu ul.nav-menu-inner > li > a {
    color: rgba(34, 34, 34, 0.6);
}
.page-apply .nav-menu ul.nav-menu-inner > li > a:hover,
.page-team .nav-menu ul.nav-menu-inner > li > a:hover {
    color: #222;
}
.page-apply .popcontact.modal-dialog,
.page-team .popcontact.modal-dialog {
    margin: 150px auto 50px;
}
@media (max-width: 1024px) {
    .page-apply .nav-menu ul.nav-menu-inner > li > a,
    .page-team .nav-menu ul.nav-menu-inner > li > a {
        color: rgba(255, 255, 255, 0.6);
    }
}
.careers-form .h3,
.careers-form h3,
.careers-form p {
    color: #fff;
    font-style: normal;
    font-family: Poppins;
}
@media (max-width: 767px) {
    .page-apply .popcontact.modal-dialog {
        margin: 100px auto 50px;
    }
}
.careers-form .h3 + p,
.careers-form h3 + p,
.page-contact .contact-info:first-child {
    margin-top: 10px;
}
.page-careers .mod-hero {
    padding: 0;
    position: relative;
    background-image: url(../images/banner/banner-parallax4.jpg);
    background-repeat: no-repeat;
}
.page-careers .mod-hero:before {
    position: absolute;
    transition: opacity 0.4s;
}
.page-careers-req {
    position: relative;
}
.page-careers-req .mod-hero {
    padding: 80px 0;
    position: relative;
    background-image: url(../images/banner/banner-parallax5.jpg);
    background-repeat: no-repeat;
}
.help-content .tab-center .help-option .help-option-icon,
.marketing-type .tab-center .option-step .step-icon,
.serve .serve-icons::after,
.serve .serve-text .parallel p::before {
    background-repeat: no-repeat;
    background-position: center center;
}
.page-careers-req .mod-hero:before {
    position: absolute;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.careers-form,
.careers-form .control-panel--header,
.page-contact {
    position: relative;
}
.page-careers-req .mod-hero .h1,
.page-careers-req .mod-hero h1 {
    font-size: 38px;
}
.careers-form {
    overflow: hidden;
    background-color: #222;
}
.careers-form .careers-panel {
    padding: 100px 0;
}
.careers-form .h3,
.careers-form h3 {
    font-size: 24px;
    text-transform: none;
    font-weight: 600;
    line-height: 34px;
}
.careers-form p {
    font-weight: 400;
}
.careers-form .note {
    font-style: italic;
    color: #737373;
}
.careers-form .note a {
    color: #737373;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    transition: color 0.4s;
}
.careers-form .note a:hover {
    color: #fff;
}
.career-link .career-link--row {
    font-size: 0;
    padding: 200px 0;
}
.career-link .career-link--col {
    padding: 0 15px;
    display: inline-block;
    vertical-align: middle;
}
.career-link .career-link--col .h4,
.career-link .career-link--col h4 {
    line-height: 1.36;
    font-family: Poppins;
    font-weight: 600;
    font-style: normal;
}
@media (max-width: 767px) {
    .page-careers-req .mod-hero .h1,
    .page-careers-req .mod-hero h1 {
        text-align: center;
        font-size: 20px;
    }
}
.page-contact .page-contact--inner {
    padding: 100px 0 150px;
    position: relative;
}
.page-contact .tilt {
    left: -9%;
}
.page-contact .h2,
.page-contact h2 {
    margin-bottom: 80px;
}
.page-contact .contact-info {
    margin-bottom: 30px;
}
.page-contact .contact-info:last-child {
    margin-bottom: 0;
}
.page-contact .contact-info h5 {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1;
    color: #000;
    font-weight: 700;
    font-style: normal;
    font-family: "Roboto", sans-serif;
}
.page-contact .contact-info a,
.page-contact .contact-info p {
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #737373;
}
.page-contact .contact-info a {
    display: inline-block;
    color: #00bcd4;
}
.page-contact .contact-info a:hover {
    color: #00bcd4;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .page-contact {
        position: relative;
    }
    .page-contact .page-contact--inner {
        padding: 100px 0;
    }
    .page-contact .tilt {
        left: -8vw;
    }
    .page-contact .h2,
    .page-contact h2 {
        margin-bottom: 80px;
    }
    .page-contact .contact-info {
        margin-bottom: 30px;
    }
    .page-contact .contact-info:first-child {
        margin-top: 10px;
    }
    .page-contact .contact-info:last-child {
        margin-bottom: 0;
    }
    .page-contact .contact-info h5 {
        text-transform: uppercase;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 1;
        color: #000;
        font-weight: 700;
        font-style: normal;
        font-family: "Roboto", sans-serif;
    }
    .page-contact .contact-info a,
    .page-contact .contact-info p {
        margin-bottom: 5px;
        text-transform: uppercase;
        color: #737373;
    }
    .page-contact .contact-info a {
        display: inline-block;
        color: #00bcd4;
    }
    .page-contact .contact-info a:hover {
        color: #00bcd4;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .page-contact .page-contact--inner {
        padding: 70px 0;
    }
    .page-contact .tilt {
        left: -12%;
    }
}
@media (max-width: 767px) {
    .page-contact .page-contact--inner {
        padding: 50px 0;
    }
    .page-contact .tilt {
        left: 0;
        margin-bottom: 20px;
        position: relative;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    .page-contact .tilt-text {
        font-size: 30px;
        line-height: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .page-contact .h2,
    .page-contact h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .page-contact .contact-info {
        text-align: center;
    }
    .page-contact .contact-info:first-child {
        margin-top: 50px;
    }
    .page-contact textarea.form-control {
        height: 150px;
    }
}
.page-team .mod-hero {
    padding: 0;
    background-image: url(../images/banner/banner-parallax1.jpg);
}
.page-team .mod-hero::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.page-team .h1,
.page-team h1 {
    margin-bottom: 50px;
}
.page-team .page-team--space {
    padding-top: 150px;
    margin-bottom: 200px;
}
.page-team .page-team--card {
    margin-bottom: 30px;
    height: 250px;
    overflow: hidden;
}
.page-team .page-team--card .page-team--avatar {
    height: 100%;
    width: 100%;
    position: relative;
}
.page-team .page-team--card .page-team--avatar::before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    background-color: rgba(78, 38, 85, 0.7);
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.page-clients
    .client-block
    .page-clients--card:hover
    .page-clients--avatar::before,
.page-team .page-team--card:hover .page-team--avatar::before {
    opacity: 0;
}
.page-team .page-team--card .page-team--avatar img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -ms-transition: transform 0.4s;
    transition: transform 0.4s;
}
.page-team .page-team--card:hover .page-team--avatar img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
@media (max-width: 1366px) {
    .page-team .container {
        width: 1020px;
    }
    .page-team .h1,
    .page-team h1 {
        font-size: 25px;
        margin-bottom: 40px;
    }
    .page-team .page-team--card {
        height: 200px;
    }
}
@media (max-width: 1199px) {
    .page-team .container {
        width: 790px;
    }
    .page-team .page-team--space {
        margin-bottom: 150px;
    }
    .page-team .page-team--card {
        height: 170px;
    }
}
@media (max-width: 991px) {
    .page-team .container {
        width: 550px;
    }
    .page-team .h1,
    .page-team h1 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .page-team .page-team--space {
        margin-bottom: 60px;
    }
}
@media (max-width: 767px) {
    .page-team .container {
        width: 70%;
    }
    .page-team .h1,
    .page-team h1 {
        font-size: 20px;
        margin-bottom: 20px;
        padding-top: 18px;
    }
    .page-team .page-team--space {
        padding-top: 100px;
        margin-bottom: 50px;
    }
    .page-team .page-team--card {
        height: 150px;
    }
}
.page-home .mod-table p.thnaks-p-content {
    font-size: 32px;
}
@media (max-width: 1199px) and (min-width: 992px) {
    .page-home .mod-table h1 {
        font-size: 65px;
    }
    .page-home .mod-table p.thnaks-p-content {
        font-size: 25px;
        line-height: 32px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .page-home .mod-table h1 {
        font-size: 60px;
    }
    .page-home .mod-table p.thnaks-p-content {
        font-size: 22px;
        line-height: 32px;
    }
}
@media (max-width: 767px) {
    .page-home .mod-table h1 {
        font-size: 40px;
        text-align: center;
    }
    .page-home .mod-table p.thnaks-p-content {
        font-size: 16px;
        line-height: 22px;
    }
}
.page-clients .mod-hero {
    padding: 0;
}
.page-clients .page-clients--space {
    margin-top: 100px;
    margin-bottom: 30px;
}
.page-clients h2 {
    margin-bottom: 50px;
    text-align: center;
}
.page-clients .client-block {
    width: 20%;
    height: auto;
    padding: 0 10px;
    float: left;
}
.page-clients .client-block .page-clients--card {
    margin-bottom: 30px;
    height: 200px;
    overflow: hidden;
    -webkit-transition: background-color 0.4s, box-shadow 0.4s;
    -moz-transition: background-color 0.4s, box-shadow 0.4s;
    -ms-transition: background-color 0.4s, box-shadow 0.4s;
    transition: background-color 0.4s, box-shadow 0.4s;
}
.page-clients .client-block .page-clients--card .page-clients--avatar {
    height: 100%;
    width: 100%;
    padding: 35px;
    position: relative;
    text-align: center;
}
.page-clients .client-block .page-clients--card .page-clients--avatar img {
    top: 50%;
    position: relative;
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -ms-transition: transform 0.4s;
    transition: transform 0.4s;
    -webkit-transform: scale(1) translateY(-50%);
    -moz-transform: scale(1) translateY(-50%);
    -ms-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
}
.page-clients
    .client-block
    .page-clients--card
    .page-clients--avatar
    img.logo-7 {
    width: 50%;
}
.page-clients
    .client-block
    .page-clients--card
    .page-clients--avatar
    img.logo-13 {
    width: 60%;
}
.page-clients
    .client-block
    .page-clients--card
    .page-clients--avatar
    img.logo-23,
.page-clients
    .client-block
    .page-clients--card
    .page-clients--avatar
    img.logo-31 {
    width: 75%;
}
.page-clients
    .client-block
    .page-clients--card:hover
    .page-clients--avatar
    img {
    -webkit-transform: scale(1.05) translateY(-50%);
    -moz-transform: scale(1.05) translateY(-50%);
    -ms-transform: scale(1.05) translateY(-50%);
    transform: scale(1.05) translateY(-50%);
}
@media (min-width: 1200px) and (max-width: 1439px) {
    .page-clients .client-block {
        width: 25%;
    }
    .page-clients .client-block .page-clients--card {
        height: 90px;
    }
    .page-clients .client-block .page-clients--card .page-clients--avatar {
        padding: 33px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .page-clients .container {
        width: 790px;
    }
    .page-clients .page-clients--space {
        margin-bottom: 0;
    }
    .page-clients .client-block {
        width: 25%;
    }
    .page-clients .client-block .page-clients--card {
        height: 90px;
    }
    .page-clients .client-block .page-clients--avatar {
        padding: 25px !important;
    }
    .page-clients .client-block .page-clients--avatar img {
        width: 100%;
    }
    .page-clients .client-block .page-clients--avatar img.logo-7 {
        width: 45%;
    }
    .page-clients .client-block .page-clients--avatar img.logo-13 {
        width: 55%;
    }
    .page-clients .client-block .page-clients--avatar img.logo-23 {
        width: 75%;
    }
    .page-clients .client-block .page-clients--avatar img.logo-31 {
        width: 85%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .page-clients .container {
        width: 550px;
    }
    .page-clients .page-clients--space {
        margin-bottom: 0;
    }
    .page-clients .client-block {
        width: 33.33%;
    }
    .page-clients .client-block .page-clients--card {
        height: 90px;
    }
    .page-clients .client-block .page-clients--card .page-clients--avatar {
        padding: 25px;
    }
    .page-clients .client-block .page-clients--card .page-clients--avatar img {
        width: 100%;
    }
    .page-clients
        .client-block
        .page-clients--card
        .page-clients--avatar
        img.logo-7 {
        width: 52%;
    }
    .page-clients
        .client-block
        .page-clients--card
        .page-clients--avatar
        img.logo-13 {
        width: 55%;
    }
    .page-clients
        .client-block
        .page-clients--card
        .page-clients--avatar
        img.logo-image-21 {
        width: 100%;
    }
    .page-clients
        .client-block
        .page-clients--card
        .page-clients--avatar
        img.logo-23 {
        width: 75%;
    }
    .page-clients
        .client-block
        .page-clients--card
        .page-clients--avatar
        img.logo-31 {
        width: 85%;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .page-clients .client-block {
        width: 50%;
    }
    .page-clients .client-block .page-clients--card {
        height: 100px;
    }
    .page-clients .client-block .page-clients--card .page-clients--avatar {
        padding: 8px;
    }
    .page-clients
        .client-block
        .page-clients--card
        .page-clients--avatar
        img.logo-7 {
        width: 58%;
    }
    .page-clients
        .client-block
        .page-clients--card
        .page-clients--avatar
        img.logo-13 {
        width: 55%;
    }
    .page-clients
        .client-block
        .page-clients--card
        .page-clients--avatar
        img.logo-23,
    .page-clients
        .client-block
        .page-clients--card
        .page-clients--avatar
        img.logo-31 {
        width: 80%;
    }
}
@media (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
    .page-clients .client-block {
        width: 33.33%;
    }
    .page-clients .client-block .page-clients--card {
        height: 100px;
    }
    .page-clients .client-block .page-clients--card .page-clients--avatar {
        padding: 8px;
    }
    .page-clients
        .client-block
        .page-clients--card
        .page-clients--avatar
        img.logo-7 {
        width: 58%;
    }
    .page-clients
        .client-block
        .page-clients--card
        .page-clients--avatar
        img.logo-13 {
        width: 55%;
    }
    .page-clients
        .client-block
        .page-clients--card
        .page-clients--avatar
        img.logo-23,
    .page-clients
        .client-block
        .page-clients--card
        .page-clients--avatar
        img.logo-31 {
        width: 80%;
    }
}
.serve {
    padding: 120px 0;
    position: relative;
}
.serve .serve-text {
    padding-left: 50px;
    width: 35%;
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.serve .serve-icons .serve-mob,
.serve .serve-text .parallel p::before {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.serve .serve-text .h4,
.serve .serve-text h4 {
    margin-bottom: 40px;
}
.serve .serve-text h6 {
    padding-bottom: 12px;
    font-size: 20px;
}
.serve .serve-text p {
    position: relative;
}
.serve .serve-text .parallel {
    display: none;
}
.serve .serve-text .parallel p::before {
    content: "";
    opacity: 0.2;
    width: 60px;
    height: 60px;
    display: none;
    background-size: contain;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.serve .serve-text .parallel.active {
    display: block;
}
.serve .serve-text .Entry p::before {
    background-image: url(../images/serve/entry-red.png);
}
.serve .serve-text .Team p::before {
    background-image: url(../images/serve/team-red.png);
}
.serve .serve-text .Jr p::before {
    background-image: url(../images/serve/jr-red.png);
}
.serve .serve-text .Dir p::before {
    background-image: url(../images/serve/dir-red.png);
}
.serve .show-mob {
    display: none;
}
.serve .serve-icons {
    font-size: 0;
    width: 50%;
    position: relative;
}
.serve .serve-icons::after {
    content: "";
    z-index: 0;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    position: absolute;
    background-image: url(../images/serve/bg-services.jpg);
    background-size: cover;
}
.serve .serve-icons img {
    width: 70px;
    margin-bottom: 15px;
    display: inline-block;
}
.serve .serve-icons p {
    text-transform: uppercase;
    color: #fff;
}
.serve .serve-icons .serve-mob {
    display: none;
    z-index: 1;
    width: 100%;
    height: 100%;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    background-color: #1c3a56;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.serve .serve-icons .serve-box {
    z-index: 1;
    cursor: pointer;
    font-size: 1rem;
    width: 50%;
    height: 200px;
    text-align: center;
    position: relative;
    display: inline-block;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.75);
}
.serve .serve-icons .serve-box:hover {
    background-color: rgba(28, 58, 86, 0.9);
}
.serve .serve-icons .serve-center {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media (min-width: 992px) and (max-width: 1199px) {
    .serve {
        padding: 120px 0;
    }
    .serve .serve-text {
        padding-left: 30px;
        left: 65%;
    }
    .serve .serve-text .h4,
    .serve .serve-text h4 {
        margin-bottom: 30px;
    }
    .serve .serve-icons {
        width: 66%;
    }
    .serve .serve-icons img {
        width: 60px;
        margin-bottom: 10px;
    }
    .serve .serve-icons .serve-box {
        height: 180px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .serve {
        padding: 120px 0;
    }
    .serve .serve-text {
        padding-left: 30px;
        left: 65%;
    }
    .serve .serve-text .h4,
    .serve .serve-text h4 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .serve .serve-icons {
        width: 66%;
    }
    .serve .serve-icons img {
        width: 50px;
        margin-bottom: 10px;
    }
    .serve .serve-icons p {
        font-size: 14px;
    }
    .serve .serve-icons .serve-box {
        height: 160px;
    }
}
@media (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
    .serve {
        padding: 80px 0;
    }
    .serve .serve-text {
        display: none;
    }
    .serve .show-mob {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
    .serve .serve-icons {
        width: 100%;
    }
    .serve .serve-icons img {
        width: 50px;
    }
    .serve .serve-icons .serve-mob p {
        font-size: 12px;
    }
    .serve .serve-icons .serve-box {
        height: 180px;
    }
    .serve .serve-icons .serve-box:hover .serve-mob {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
    }
    .serve .serve-icons .serve-box:hover .serve-mob h6 {
        font-size: 14px;
        padding-bottom: 10px;
        color: #fff;
    }
}
@media (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
    .serve {
        padding: 80px 0;
    }
    .serve .serve-text {
        display: none;
    }
    .serve .show-mob {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
    .serve .serve-icons {
        width: 100%;
    }
    .serve .serve-icons img {
        width: 50px;
    }
    .serve .serve-icons .serve-mob p {
        font-size: 12px;
    }
    .serve .serve-icons .serve-box {
        width: 100%;
        height: 180px;
        border-width: 1px 0;
    }
    .serve .serve-icons .serve-box:hover .serve-mob {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
    }
    .serve .serve-icons .serve-box:hover .serve-mob h6 {
        font-size: 14px;
        padding-bottom: 10px;
        color: #fff;
    }
}
.help-content {
    text-align: center;
    display: table;
    width: 100%;
    height: 100vh;
}
.help-content .tab-center {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 30px;
}
.help-content .tab-center h6 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.15em;
    margin: 1em 0 2em;
    text-transform: uppercase;
    color: #000;
}
.help-content .tab-center .help-option h3,
.marketing-type .tab-center .option-step h3 {
    font-family: Montserrat, "Open Sans", sans-serif;
    text-transform: none;
    text-align: center;
}
.help-content .tab-center h1 {
    color: #000;
    line-height: 102px;
}
.help-content .tab-center .help-option {
    margin-top: 80px;
    margin-bottom: 0;
}
.help-content .tab-center .help-option .help-option-icon {
    margin: 0 auto 25px;
    transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    background-color: transparent;
    background-image: url(../images/help/icon-selected.png);
    background-size: 0 0;
    position: relative;
    display: block;
    width: 75%;
    height: auto;
    padding-bottom: 75%;
    border-radius: 50%;
    border: 1px solid #e4e7f5;
    cursor: pointer;
}
.help-content .tab-center .help-option .help-option-icon img {
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.2s linear;
    -moz-transition: width 0.2s linear;
    -ms-transition: width 0.2s linear;
    transition: width 0.2s linear;
}
.help-content .tab-center .help-option .help-option-icon:hover img {
    width: 37%;
}
.help-content .tab-center .help-option .help-option-icon.right-select {
    background-color: #99002c;
    background-size: 35% 35%;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    background-image: url(../images/help/icon-selected.png);
}
.help-content .tab-center .help-option .help-option-icon.right-select img {
    opacity: 0;
}
.help-content .tab-center .help-option h3 {
    font-weight: 800;
    color: #000;
    font-size: 18px;
}
@media (min-width: 1200px) and (max-width: 1439px) {
    .help-content .tab-center h1 {
        line-height: 85px;
        font-size: 75px;
    }
    .help-content .tab-center .help-option h3 {
        font-size: 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .help-content .tab-center h6 {
        font-size: 11px;
    }
    .help-content .tab-center h1 {
        line-height: 70px;
        font-size: 65px;
    }
    .help-content .tab-center .help-option {
        margin-top: 50px;
    }
    .help-content .tab-center .help-option h3 {
        font-size: 16px;
    }
    .budget .step-number,
    .marketing-type .option-step h3,
    .marketing-type .step-number {
        font-size: 16px !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .help-content {
        height: 50vh;
    }
    .help-content .tab-center {
        display: block;
        margin-top: 50px;
    }
    .help-content .tab-center h1 {
        line-height: 58px;
        font-size: 50px;
    }
    .help-content .tab-center .help-option h3 {
        font-size: 14px;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .help-content .tab-center h1 {
        line-height: 36px;
        font-size: 28px;
    }
    .help-content .tab-center .help-option {
        margin-top: 55px;
    }
    .help-content .tab-center .help-option .col-sm-4 {
        width: 50%;
        float: left;
    }
    .help-content .tab-center .help-option .col-sm-4:last-child {
        margin-left: 25%;
    }
    .help-content .tab-center .help-option .col-sm-4 h3 {
        margin-bottom: 40px;
    }
}
.marketing-type {
    display: table;
    width: 100%;
}
.marketing-type .tab-center {
    display: table-cell;
    vertical-align: top;
    padding-top: 70px;
}
.marketing-type .tab-center .form-pager {
    z-index: 10;
    display: block;
    position: fixed;
    top: 50%;
    left: 4%;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
.marketing-type .tab-center .form-pager ul {
    margin: 0;
    padding: 0;
}
.marketing-type .tab-center .form-pager ul li {
    position: relative;
    z-index: 999;
    font-weight: 400;
    transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    line-height: 4em;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 0.5em;
}
.marketing-type .tab-center .form-pager ul li a {
    text-align: center;
    position: relative;
    display: block;
    color: #000;
    font-size: 12px;
    margin: 10px 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 4px 0;
}
.marketing-type .tab-center .form-pager ul li a::before {
    content: "";
    transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    transform: translate(-50%, -50%) scale(0.1);
    -moz-transform: translate(-50%, -50%) scale(0.1);
    -webkit-transform: translate(-50%, -50%) scale(0.1);
    -o-transform: translate(-50%, -50%) scale(0.1);
    -ms-transform: translate(-50%, -50%) scale(0.1);
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    opacity: 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background-color: #99002c;
    z-index: -1;
}
.marketing-type .tab-center .form-pager ul li a.active {
    transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    color: #fff;
}
.marketing-type .tab-center .form-pager ul li a.active::before {
    height: 40px;
    width: 40px;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
.marketing-type .tab-center .ecommerce-step .step {
    margin-top: 25px;
}
.marketing-type .tab-center .ecommerce-step .step .step-content {
    text-align: center;
}
.marketing-type .tab-center .ecommerce-step .step .step-content .step-number {
    font-size: 18px;
    color: #bfbbbb;
    margin-bottom: 2em;
}
.marketing-type
    .tab-center
    .ecommerce-step
    .step
    .step-content
    .step-number
    strong {
    color: #99002c;
}
.marketing-type .tab-center .ecommerce-step .step .step-content h2 {
    font-size: 70px;
    line-height: 80px;
}
.marketing-type .tab-center .option-step {
    margin-top: 45px;
}
.marketing-type .tab-center .option-step .step-icon {
    margin: 0 auto 25px;
    transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    background-color: transparent;
    background-image: url(../images/help/icon-selected.png);
    background-size: 0 0;
    position: relative;
    display: block;
    width: 75%;
    height: auto;
    padding-bottom: 75%;
    border-radius: 50%;
    border: 1px solid #e4e7f5;
    text-align: center;
    cursor: pointer;
}
.marketing-type .tab-center .option-step .step-icon img {
    width: 30%;
    position: absolute;
    top: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.2s linear;
    -moz-transition: width 0.2s linear;
    -ms-transition: width 0.2s linear;
    transition: width 0.2s linear;
}
.marketing-type .tab-center .option-step .step-icon:hover img {
    width: 28%;
}
.marketing-type .tab-center .option-step .step-icon.right-active {
    background: url(../images/help/icon-selected.png) center center no-repeat
        #99002c;
    background-size: 35% 35%;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
}
.marketing-type .tab-center .option-step .step-icon.right-active img {
    opacity: 0;
}
.marketing-type .tab-center .option-step h3 {
    font-weight: 800;
    color: #000;
    font-size: 18px;
}
.budget {
    display: table;
    width: 100%;
}
.budget .tab-center {
    display: table-cell;
    vertical-align: middle;
}
.budget .tab-center .ecommerce-step-2 {
    margin-top: 25px;
    text-align: center;
}
.budget .tab-center .ecommerce-step-2 .step-number {
    font-size: 18px;
    color: #bfbbbb;
    margin-bottom: 2em;
}
.budget .tab-center .ecommerce-step-2 .step-number strong {
    color: #99002c;
}
.budget .tab-center .ecommerce-step-2 h2 {
    font-size: 70px;
    line-height: 80px;
    padding: 0;
    margin: 0;
}
.budget .tab-center .ecommerce-step-2 p {
    font-size: 18px;
    padding-top: 35px;
    padding-bottom: 55px;
    width: 66%;
    margin: 0 auto;
    line-height: 28px;
}
.project {
    display: table;
    width: 100%;
}
.project .tab-center {
    display: table-cell;
    vertical-align: middle;
}
.project .tab-center .project-form {
    margin: 0 12.5%;
}
.project .tab-center .project-form .ecommerce-step-3 {
    margin-top: 25px;
    text-align: center;
}
.project .tab-center .project-form .ecommerce-step-3 .step-number {
    font-size: 18px;
    color: #bfbbbb;
    margin-bottom: 2em;
}
.project .tab-center .project-form .ecommerce-step-3 .step-number strong {
    color: #99002c;
}
.project .tab-center .project-form .ecommerce-step-3 h2 {
    font-size: 70px;
    line-height: 80px;
    padding: 0;
    margin: 0;
}
.project .tab-center .project-form .ecommerce-step-3 .form-section {
    margin-top: 50px;
}
.project .tab-center .project-form .ecommerce-step-3 .form-section .text-input {
    transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 70px !important;
    height: auto;
    background-color: #ebecf1;
    margin: 0 0 20px;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #253069;
    padding: 0 2em;
    border: 1px solid #ebecf1;
}
.project
    .tab-center
    .project-form
    .ecommerce-step-3
    .form-section
    .text-input:focus {
    background-color: #fff !important;
    border: 1px solid #000 !important;
    outline: 0;
    transform: scale(1.025);
    -moz-transform: scale(1.025);
    -webkit-transform: scale(1.025);
    -o-transform: scale(1.025);
    -ms-transform: scale(1.025);
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.06);
    color: #253069;
}
.finish {
    display: table;
    width: 100%;
}
.finish .tab-center {
    display: table-cell;
    vertical-align: middle;
}
.finish .tab-center .finish-form {
    margin: 0 20%;
}
.finish .tab-center .finish-form .ecommerce-step-4 {
    margin-top: 25px;
    text-align: center;
}
.finish .tab-center .finish-form .ecommerce-step-4 .step-number {
    font-size: 18px;
    color: #bfbbbb;
    margin-bottom: 2em;
}
.finish .tab-center .finish-form .ecommerce-step-4 .step-number strong {
    color: #99002c;
}
.finish .tab-center .finish-form .ecommerce-step-4 h2 {
    font-size: 70px;
    line-height: 80px;
    padding: 0;
    margin: 0;
}
.finish .tab-center .finish-form .ecommerce-step-4 p {
    font-size: 19px;
    line-height: 30px;
    padding-top: 35px;
}
.finish .tab-center .finish-form .ecommerce-step-4 .finish-up-textarea {
    margin-top: 35px;
    margin-bottom: 35px;
}
.finish
    .tab-center
    .finish-form
    .ecommerce-step-4
    .finish-up-textarea
    textarea {
    transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ebecf1;
    font-size: 22px;
    color: #253069;
    padding: 35px;
    border: none;
    resize: none;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 14px;
}
.finish
    .tab-center
    .finish-form
    .ecommerce-step-4
    .finish-up-textarea
    textarea.placeholder {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}
:-moz-placeholder {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}
.finish
    .tab-center
    .finish-form
    .ecommerce-step-4
    .finish-up-textarea
    textarea::-moz-placeholder {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}
.finish
    .tab-center
    .finish-form
    .ecommerce-step-4
    .finish-up-textarea
    textarea:-ms-input-placeholder {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}
.finish
    .tab-center
    .finish-form
    .ecommerce-step-4
    .finish-up-textarea
    textarea::-webkit-input-placeholder {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}
.finish
    .tab-center
    .finish-form
    .ecommerce-step-4
    .finish-up-textarea
    textarea:focus {
    background-color: #fff !important;
    border: 1px solid #000 !important;
    outline: 0;
    transform: scale(1.025);
    -moz-transform: scale(1.025);
    -webkit-transform: scale(1.025);
    -o-transform: scale(1.025);
    -ms-transform: scale(1.025);
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.06);
    color: #253069;
}
.finish .tab-center .finish-form .ecommerce-step-4 .send .finish-btn {
    margin: 0 25%;
}
.finish
    .tab-center
    .finish-form
    .ecommerce-step-4
    .send
    .finish-btn
    .submit-button-wrap {
    transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    margin-top: 25px;
    margin-bottom: 45px;
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 100%;
    border-radius: 50%;
    background-color: rgba(37, 48, 105, 0.15);
}
.page-clients .wpcf7-response-output {
    border: none;
}
.page-clients .screen-reader-response {
    display: none;
}
.page-clients .wpcf7-not-valid {
    border: 1px solid red !important;
}
.page-clients .wpcf7-not-valid-tip {
    display: none;
}
.page-clients .wpcf7-validation-errors {
    color: red;
    text-align: center;
    padding-bottom: 20px;
}
.finish
    .tab-center
    .finish-form
    .ecommerce-step-4
    .send
    .finish-btn
    .submit-button-wrap:hover {
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
}
.finish
    .tab-center
    .finish-form
    .ecommerce-step-4
    .send
    .finish-btn
    .submit-button-wrap:hover
    .submit-button {
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
}
.finish
    .tab-center
    .finish-form
    .ecommerce-step-4
    .send
    .finish-btn
    .submit-button-wrap
    .submit-button {
    transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-family: "Futura LT Book";
    background-color: #ff0049;
    color: #fff;
    padding: 0;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.15em;
    width: 80%;
    margin: 10%;
    height: 80%;
    border-radius: 50%;
    border: none;
    outline: 0;
}
.promotions-section {
    margin-top: 80px;
    margin-bottom: 40px;
}
.promotions-section .promotions-form-content {
    float: left;
}
.promotions-section .promotions-form-content h1 {
    color: #000;
    padding-bottom: 65px;
    margin-top: 50px;
}
.promotions-section .text-input {
    transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 60px;
    height: auto;
    background-color: #ebecf1;
    margin: 0 0 1em;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    padding: 0 2em;
    border: 1px solid #ebecf1;
}
.promotions-section .text-input:focus {
    background-color: #fff !important;
    border: 1px solid #000 !important;
    outline: 0;
    transform: scale(1.025);
    -moz-transform: scale(1.025);
    -webkit-transform: scale(1.025);
    -o-transform: scale(1.025);
    -ms-transform: scale(1.025);
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.06);
    color: #253069;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
}
.wpcf7-not-valid span.tick {
    border: 1px solid #f00;
}
span.storingdata,
span.anonymous {
    position: absolute;
    display: inline-block;
    left: 0;
}
.wpcf7-response-output {
    position: relative;
    left: 91px;
    bottom: 50px;
}
.checkbox span.wpcf7-not-valid-tip {
    position: relative;
    display: none;
}
.checkbox label span {
    font-size: 16px;
    font-weight: 700;
    color: #ff0049;
    margin-right: 3px;
    vertical-align: top;
    display: inline-block;
}
.page-template-page-career-request-php .wpcf7-validation-errors {
    position: relative;
    left: -23px;
}
.error404 .error-page .error_content h2 {
    font-size: 36px;
    line-height: 1;
    width: auto;
    color: #fff;
}
.error404 .error-page .error_content p {
    opacity: 1;
    font-size: 14px;
    display: inline-block;
    padding: 20px 0;
    transform: translate(0%, 0);
    color: #fff;
}
.error404 .error-page .error_content .site-button {
    margin-top: 20px;
}
.error404 .site-button {
    border: 2px solid #fff !important;
    border-radius: 0;
    font-size: 16px !important;
    line-height: 1.5 !important;
    padding: 17px 12px !important;
    display: inline-block !important;
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    text-transform: lowercase;
    font-weight: 400 !important;
    color: #fff !important;
}
.error404 .error-page .error_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    z-index: 9;
}
.error404 .site-button:not(.block) {
    min-width: 313px;
    margin-top: 92px;
}
.promotions-section textarea {
    transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ebecf1;
    font-size: 22px;
    font-family: Lato, "Open Sans", sans-serif;
    color: #253069;
    padding: 2em;
    border: none;
    resize: none;
    line-height: 19px;
}
.page-clients .wpcf7-response-output {
    display: none !important;
}
.promotions-section .wpcf7-validation-errors {
    float: left;
}
.promotions-section textarea:focus {
    background-color: #fff !important;
    border: 1px solid #000 !important;
    outline: 0;
    transform: scale(1.025);
    -moz-transform: scale(1.025);
    -webkit-transform: scale(1.025);
    -o-transform: scale(1.025);
    -ms-transform: scale(1.025);
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.06);
    color: #253069;
}
.promotions-section .finish-btns {
    margin: 0 0 0 50px;
}
.promotions-section .finish-btns .submit-button-wrap {
    transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    margin: 32px 0 0;
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 100%;
    border-radius: 50%;
    background-color: rgba(37, 48, 105, 0.15);
}
.promotions-section .finish-btns .submit-button-wrap:hover {
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
}
.promotions-section .finish-btns .submit-button-wrap:hover .submit-button {
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
}
.promotions-section .finish-btns .submit-button-wrap .submit-button {
    transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    background-color: #ff0049;
    color: #fff;
    padding: 0;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.15em;
    width: 80%;
    margin: 10%;
    height: 80%;
    border-radius: 50%;
    border: none;
    outline: 0;
}
.ec-step {
    background: #ee3224;
    color: #fff !important;
}
.height-auto {
    display: none;
}
.drag-show {
    display: table;
    width: 100%;
}
.circle-move,
.rangeslider__handle {
    cursor: pointer;
    display: inline-block;
}
.circle-border {
    margin-top: 20px;
    width: 100%;
    position: relative;
}
.circle-border input {
    position: relative;
    z-index: 2;
    opacity: 0;
}
.circle-line {
    z-index: 0;
    height: 6px;
    top: 50%;
    left: 0;
    width: 100%;
    position: absolute;
    background-color: #e4e7f5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.circle-move {
    z-index: 1;
    width: 60px;
    height: 60px;
    background: #d6372e;
    border-radius: 50%;
    outline: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -20px;
}
.circle-move:after,
.circle-move:before {
    content: "";
    display: block;
    position: absolute;
    height: 17px;
    width: 17px;
}
.circle-move:before {
    top: 50%;
    left: 22px;
    background: url(../images/help/left-aero.png) no-repeat;
    background-size: contain;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.circle-move:after {
    top: 50%;
    right: 5px;
    background: url(../images/help/right-aero.png) no-repeat;
    background-size: contain;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.range-slider,
.rangeslider {
    position: relative;
}
.rangeslider:after,
.rangeslider__fill {
    background: #e4e7f5;
    position: absolute;
}
.budget-section {
    margin-top: 35px;
}
.budget-section .form-group p {
    margin-top: 40px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.budget-wrap .header .title p:last-child {
    padding: 0;
}
@media (min-width: 1200px) and (max-width: 1439px) {
    .marketing-type .tab-center .ecommerce-step .step .step-content h2 {
        line-height: 80px;
    }
    .marketing-type .tab-center .option-step .step-icon:hover img {
        width: 28%;
    }
    .budget .ecommerce-step-2 p {
        width: 94% !important;
    }
    .promotions-section h1 {
        width: 50%;
    }
    .promotions-section .col-md-3 {
        width: 29%;
        margin: 32px 0 0 40px;
    }
    .promotions-section .col-md-3 .submit-button {
        font-size: 17px !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .budget .tab-center .ecommerce-step-2 p {
        font-size: 15px;
        text-align: center;
        width: 96%;
        line-height: 24px;
    }
    .project .tab-center .project-form .ecommerce-step-3 .step-number {
        font-size: 16px;
    }
    .project
        .tab-center
        .project-form
        .ecommerce-step-3
        .form-section
        .col-md-6 {
        width: 100% !important;
    }
    .project
        .tab-center
        .project-form
        .ecommerce-step-3
        .form-section
        .col-md-6
        .text-input {
        width: 88%;
        line-height: 55px !important;
        font-size: 16px;
    }
    .project
        .tab-center
        .project-form
        .ecommerce-step-3
        .form-section
        .col-sm-12 {
        width: 100%;
    }
    .project
        .tab-center
        .project-form
        .ecommerce-step-3
        .form-section
        .col-sm-12
        .text-input {
        width: 88%;
        line-height: 55px !important;
        font-size: 16px;
    }
    .budget .title p {
        font-size: 11px;
    }
    .finish .tab-center .finish-form .ecommerce-step-4 .step-number {
        font-size: 16px;
    }
    .finish .tab-center .finish-form .ecommerce-step-4 p {
        font-size: 17px;
        line-height: 24px;
    }
    .finish .tab-center .finish-form .ecommerce-step-4 .send .finish-btn {
        margin: 0 22%;
        width: 55%;
    }
    .promotions-section .promotions-form-content {
        float: left;
    }
    .promotions-section .promotions-form-content h1 {
        width: 50%;
        text-align: center;
        margin: 0 36%;
    }
    .promotions-section .col-md-8 {
        width: 83%;
        margin: 0 10%;
    }
    .promotions-section .col-md-8 .text-input {
        font-size: 16px;
    }
    .promotions-section .col-md-8 textarea {
        line-height: 23px;
        font-size: 20px;
    }
    .promotions-section .finish-btns {
        width: 35%;
        margin: 4% 25% 0;
        left: 10%;
    }
    .promotions-section .submit-button-wrap {
        margin: 0 !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .marketing-type .tab-center {
        height: 50vh;
    }
    .marketing-type .tab-center .form-pager {
        display: none;
    }
    .marketing-type
        .tab-center
        .ecommerce-step
        .step
        .step-content
        .step-number {
        font-size: 16px;
    }
    .marketing-type .tab-center .ecommerce-step .step .step-content h2 {
        font-size: 50px;
        line-height: 55px;
    }
    .budget .tab-center .col-sm-10 .ecommerce-step-2 .step-number,
    .marketing-type .tab-center .option-step h3 {
        font-size: 16px;
    }
    .budget .tab-center .col-sm-10 {
        width: 92%;
        margin: 0 auto;
    }
    .budget .tab-center .col-sm-10 .ecommerce-step-2 h2 {
        font-size: 50px;
        line-height: 55px;
    }
    .budget .tab-center .col-sm-10 .ecommerce-step-2 p {
        font-size: 15px;
    }
    .budget .tab-center .col-sm-10 .ecommerce-step-2 .col-sm-8 {
        width: 100%;
        margin: 0;
    }
    .budget
        .tab-center
        .col-sm-10
        .ecommerce-step-2
        .col-sm-8
        .budget-wrap
        span {
        font-size: 32px !important;
    }
    .project .tab-center .project-form {
        margin: 0;
    }
    .project .tab-center .project-form .ecommerce-step-3 .step-number {
        font-size: 16px;
    }
    .project .tab-center .project-form .ecommerce-step-3 h2 {
        font-size: 55px;
        line-height: 60px;
    }
    .project
        .tab-center
        .project-form
        .ecommerce-step-3
        .form-section
        .col-md-6 {
        width: 100% !important;
    }
    .project
        .tab-center
        .project-form
        .ecommerce-step-3
        .form-section
        .col-md-6
        .text-input {
        width: 88%;
        line-height: 55px !important;
        font-size: 16px;
    }
    .project
        .tab-center
        .project-form
        .ecommerce-step-3
        .form-section
        .col-sm-12 {
        width: 100%;
    }
    .project
        .tab-center
        .project-form
        .ecommerce-step-3
        .form-section
        .col-sm-12
        .text-input {
        width: 88%;
        line-height: 55px !important;
        font-size: 16px;
    }
    .finish .tab-center .col-sm-7 {
        width: 100%;
        margin: 0;
    }
    .finish .tab-center .col-sm-7 .step-number {
        font-size: 16px;
    }
    .finish .tab-center .col-sm-7 h2 {
        font-size: 55px !important;
        line-height: 60px !important;
    }
    .finish .tab-center .col-sm-7 p {
        font-size: 16px !important;
        line-height: 23px !important;
        padding-top: 35px !important;
        margin: 0 35px !important;
    }
    .finish
        .tab-center
        .finish-form
        .ecommerce-step-4
        .send
        .finish-btn
        .submit-button-wrap
        .submit-button,
    .promotions-section .finish-btns .submit-button-wrap .submit-button {
        font-size: 14px;
    }
    .finish .tab-center .col-sm-7 textarea {
        line-height: 28px;
    }
    .finish .tab-center .finish-form .ecommerce-step-4 .send .finish-btn {
        width: 42%;
        margin: 0 29%;
    }
    .promotions-section .promotions-form-content {
        float: none;
        text-align: center;
    }
    .promotions-section .finish-btns {
        width: 42%;
        margin: 50px auto 0;
        left: 25%;
    }
    .promotions-section .submit-button-wrap {
        margin: 0 !important;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .help-content .tab-center h6 {
        font-size: 12px;
    }
    .marketing-type .tab-center .form-pager {
        display: none;
    }
    .marketing-type .tab-center .ecommerce-step .step {
        margin-top: 80px;
    }
    .marketing-type
        .tab-center
        .ecommerce-step
        .step
        .step-content
        .step-number {
        font-size: 15px;
    }
    .marketing-type .tab-center .ecommerce-step .step .step-content h2 {
        font-size: 28px;
        line-height: 40px;
    }
    .marketing-type .tab-center .option-step {
        margin-top: 45px;
    }
    .marketing-type .tab-center .option-step .col-sm-4 {
        width: 50% !important;
        float: left;
        margin-bottom: 30px;
    }
    .marketing-type .tab-center .option-step .col-sm-4:last-child {
        margin-left: 25%;
    }
    .marketing-type
        .tab-center
        .option-step
        .col-sm-4:last-child
        .step-icon
        h3 {
        font-size: 14px;
    }
    .budget .tab-center .ecommerce-step-2 .step-number {
        font-size: 15px;
    }
    .budget .tab-center .ecommerce-step-2 h2 {
        font-size: 28px;
        line-height: 45px;
    }
    .budget .tab-center .ecommerce-step-2 p {
        font-size: 14px;
        margin: 0;
        width: 100%;
        line-height: 1.5;
        padding-top: 25px;
    }
    .budget .tab-center .ecommerce-step-2 .col-sm-8 {
        width: 100%;
        margin: 0;
    }
    .budget
        .tab-center
        .ecommerce-step-2
        .col-sm-8
        .budget-wrap
        .price-label
        .price-first,
    .budget
        .tab-center
        .ecommerce-step-2
        .col-sm-8
        .budget-wrap
        .price-label
        .price-last,
    .budget .tab-center .ecommerce-step-2 .col-sm-8 span {
        font-size: 28px;
    }
    .project .tab-center .project-form {
        margin: 0;
    }
    .project .tab-center .project-form .ecommerce-step-3 .step-number {
        font-size: 15px;
    }
    .project .tab-center .project-form .ecommerce-step-3 h2 {
        font-size: 40px;
        line-height: 42px;
    }
    .project
        .tab-center
        .project-form
        .ecommerce-step-3
        .form-section
        .col-md-6 {
        width: 100% !important;
        padding: 0;
    }
    .project
        .tab-center
        .project-form
        .ecommerce-step-3
        .form-section
        .col-md-6
        .text-input {
        width: 100%;
        line-height: 55px !important;
        font-size: 16px;
    }
    .project
        .tab-center
        .project-form
        .ecommerce-step-3
        .form-section
        .col-sm-12 {
        width: 100%;
        padding: 0;
    }
    .project
        .tab-center
        .project-form
        .ecommerce-step-3
        .form-section
        .col-sm-12
        .text-input {
        width: 100%;
        line-height: 55px !important;
        font-size: 16px;
    }
    .finish .tab-center .finish-form .ecommerce-step-4 .step-number {
        font-size: 15px;
    }
    .finish .tab-center .col-sm-7 {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .finish .tab-center .col-sm-7 h2 {
        font-size: 36px !important;
        line-height: 45px !important;
    }
    .finish .tab-center .col-sm-7 p {
        font-size: 14px !important;
        line-height: 23px !important;
        padding-top: 35px !important;
        margin: 0 !important;
    }
    .finish .tab-center .col-sm-7 textarea {
        line-height: 28px;
    }
    .finish .tab-center .col-sm-7 .finish-btn {
        margin: 0 12% !important;
    }
    .finish
        .tab-center
        .col-sm-7
        .finish-btn
        .submit-button-wrap
        .submit-button {
        font-size: 13px !important;
    }
    .promotions-section .promotions-form-content {
        float: none;
        text-align: center;
    }
    .promotions-section .finish-btns {
        width: 68%;
        margin: 50px auto 0;
    }
    .promotions-section .submit-button-wrap {
        margin: 0 !important;
    }
    .promotions-section textarea {
        font-size: 16px;
    }
    .promformMob [class*="col-"] {
        padding: 0;
    }
}
.rangeslider,
.rangeslider__fill {
    display: block;
    border-radius: 10px;
}
.rangeslider:after {
    top: 50%;
    left: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 5px;
    margin-top: -2.5px;
    border-radius: 5px;
}
.rangeslider--horizontal {
    width: 100%;
    height: 28px;
}
.rangeslider--vertical {
    width: 5px;
    min-height: 150px;
    max-height: 100%;
}
.rangeslider--disabled {
    opacity: 0.4;
}
.rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%;
}
.rangeslider__handle {
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    position: absolute;
    background: #99002c;
    border-radius: 50%;
    margin-top: -17px;
    -webkit-box-shadow: 0 7px 18px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 7px 18px 0 rgba(0, 0, 0, 0.22);
    -webkit-transition: left 0.2s;
    -moz-transition: left 0.2s;
    -ms-transition: left 0.2s;
    transition: left 0.2s;
}
.rangeslider__handle:after,
.rangeslider__handle:before {
    display: block;
    position: absolute;
    height: 17px;
    width: 17px;
    top: 50%;
    content: "";
}
.rangeslider__handle:before {
    left: 22px;
    background: url(../images/help/left-aero.png) no-repeat;
    background-size: contain;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.rangeslider__handle:after {
    right: 5px;
    background: url(../images/help/right-aero.png) no-repeat;
    background-size: contain;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.rangeslider__handle:active {
    background: #bf1345;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -ms-transition: transform 0.2s;
    transition: transform 0.2s;
}
.rangeslider__fill,
.rangeslider__handle {
    z-index: 1;
}
.rangeslider--horizontal .rangeslider__fill {
    top: 50%;
    height: 5px;
    margin-top: -2.5px;
}
.budget-col {
    margin-left: 12%;
}
.budget-wrap .header .title {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
}
.budget-wrap .header .title p {
    letter-spacing: 2px;
    font-size: 12px;
    padding: 25px 0 0;
    display: inline-block;
    font-weight: 700;
}
.budget-wrap .header .title span {
    font-size: 40px;
    font-weight: 400;
    display: block;
    line-height: 40px;
}
.budget-wrap .header .title .price-first,
.budget-wrap .header .title .price-last {
    margin: 0 5px;
    display: inline-block;
    font-family: Poppins;
}
bold {
    font-size: 33px;
}
span {
    font-family: Poppins;
}
.wpcf7-list-item-label {
    display: none !important;
}
@media (max-width: 767px) and (min-width: 320px) {
    .rangeslider__handle {
        width: 48px;
        height: 48px;
        margin-top: -10px;
    }
    .rangeslider__handle .rangeslide:after {
        margin-top: -8.5px;
    }
    .rangeslider__handle:before {
        height: 12px;
        width: 12px;
        left: 16px;
    }
    .rangeslider__handle:after {
        height: 12px;
        width: 12px;
        left: 30px;
    }
    .budget-wrap .header .title {
        padding-left: 25px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .budget .title span {
        font-size: 34px !important;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .budget-wrap .header .title span {
        font-size: 28px;
    }
    .budget-col {
        margin-left: -35px;
        width: calc(100% + 40px);
    }
}
#index-loader {
    z-index: 1001;
    display: block;
    background-color: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
}
#index-loader .index-copy {
    width: 100%;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
}
#index-loader .index-copy h2 {
    text-align: center;
    line-height: 1.5em;
    font-size: 2vw;
    color: #fff;
}
#index-loader .index-copy .letter {
    opacity: 0;
    display: inline-block;
    color: #fff;
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
#index-loader .index-copy .letter:nth-of-type(18) {
    display: inline-block;
}
#index-loader .index-copy .letter:nth-of-type(18):before {
    content: "";
    display: none;
}
#index-loader .index-copy .letter:nth-of-type(38) {
    display: inline;
}
#index-loader .index-copy .letter:nth-of-type(38):before {
    content: "";
    display: block;
}
#index-loader .index-logo {
    width: 10%;
    opacity: 0;
    display: block;
    position: absolute;
    top: 30%;
    left: 44%;
}
#index-loader .loading-circle {
    display: block;
    height: auto;
    width: 100%;
    padding-top: 100%;
    background-color: #99002c;
    top: 90%;
    left: 50%;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0.1) translate(-50%, -50%);
    -moz-transform: scale(0.1) translate(-50%, -50%);
    -ms-transform: scale(0.1) translate(-50%, -50%);
    transform: scale(0.1) translate(-50%, -50%);
}
@media (max-width: 1023px) {
    #index-loader .loading-circle {
        width: 250%;
        padding-top: 250%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #index-loader .index-logo {
        width: 10%;
        left: 44%;
    }
    #index-loader .index-copy {
        width: 690px;
    }
    #index-loader .index-copy h2 {
        font-size: 3.5vw !important;
    }
}
@media (max-width: 767px) {
    #index-loader .index-logo {
        width: 24%;
        left: 37%;
    }
    #index-loader .index-copy .letter:nth-of-type(18) {
        display: inline;
    }
    #index-loader .index-copy {
        width: 300px;
    }
    #index-loader .index-copy h2 {
        font-size: 12px !important;
    }

    img.logodesktopview {
        display: none;
    }
    img.logomobileview {
        display: block !important;
        max-width: 67px;
    }
}

.menu .right-social-link a img {
    display: block;
}

.menu .right-social-link a .hover-icon {
    display: none;
}

.menu .right-social-link a:hover .hover-icon {
    display: block;
}

.menu .right-social-link a:hover .normal-icon {
    display: none;
}
.careers-panel .checkbox label {
    font-size: 16px;
    color: #737373;
}
.feedback-form textarea.form-control,
.anonymous-form textarea.form-control {
    resize: none;
    height: 150px;
}
