@font-face {
    font-family: AvenirNextLTPro-Regular;
    src: url(../fonts/avenir-next-lt-pro/AvenirNextLTPro-Regular.otf);
    font-weight: normal
}

@font-face {
    font-family: AvenirNextLTPro-It;
    src: url(../fonts/avenir-next-lt-pro/AvenirNextLTPro-It.otf);
    font-weight: normal
}

@font-face {
    font-family: AvenirNextLTPro-Demi;
    src: url(../fonts/avenir-next-lt-pro/AvenirNextLTPro-Demi.otf);
    font-weight: normal
}

@font-face {
    font-family: AvenirNextLTPro-Bold;
    src: url(../fonts/avenir-next-lt-pro/AvenirNextLTPro-Bold.otf);
    font-weight: normal
}

.f400,
body,
.webinar-window__title2 {
    font-family: 'AvenirNextLTPro-Regular', arial, sans-serif;
    font-weight: normal;
    font-style: normal
}

.f400i,
.reviews .reviews__list--author i {
    font-family: 'AvenirNextLTPro-It', arial, sans-serif;
    font-weight: normal;
    font-style: normal
}

.f500,
.title1 b,
.blog-content h1 b,
.blog-content h2 b,
.academy--content h1 b,
.academy-table h1 b,
.philo.help h1 b,
.title2,
.blog-content h3,
.academy--content h2,
.academy-table h2,
.philo.help h2,
.title3,
.academy--content h3,
.academy-table h3,
.academy-table--wrapper > ol > li,
.philo.help h3,
p b,
p strong,
.btn,
.webinar-window__title1,
.footer p.muted,
.dropdown-menu .title a,
.navbar-inner .container .nav > li a,
.reviews .reviews__list--author b,
table.pricing thead tr th:first-child,
table.pricing thead .pricing__price,
table.pricing tr.sub-title1 td {
    font-family: 'AvenirNextLTPro-Demi', arial, sans-serif;
    font-weight: normal;
    font-style: normal
}

.f700,
.title2 b,
.blog-content h3 b,
.academy--content h2 b,
.academy-table h2 b,
.philo.help h2 b,
.title3 b,
.academy--content h3 b,
.academy-table h3 b,
.academy-table--wrapper > ol > li b,
.philo.help h3 b,
.bckg-color.dark ul li .number,
.dark.footer--wrapper ul li .number {
    font-family: 'AvenirNextLTPro-Bold', arial, sans-serif;
    font-weight: normal;
    font-style: normal
}

/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.2.0
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover
 * Hover.css Copyright Ian Lunn 2017. Generated with Sass.
 */

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-shrink:hover,
.hvr-shrink:focus,
.hvr-shrink:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}

@-webkit-keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

.hvr-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

.hvr-pulse:hover,
.hvr-pulse:focus,
.hvr-pulse:active {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.hvr-pulse-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

.hvr-pulse-grow:hover,
.hvr-pulse-grow:focus,
.hvr-pulse-grow:active {
    -webkit-animation-name: hvr-pulse-grow;
    animation-name: hvr-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

@-webkit-keyframes hvr-pulse-shrink {
    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@keyframes hvr-pulse-shrink {
    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

.hvr-pulse-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

.hvr-pulse-shrink:hover,
.hvr-pulse-shrink:focus,
.hvr-pulse-shrink:active {
    -webkit-animation-name: hvr-pulse-shrink;
    animation-name: hvr-pulse-shrink;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

@-webkit-keyframes hvr-push {
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes hvr-push {
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.hvr-push {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

.hvr-push:hover,
.hvr-push:focus,
.hvr-push:active {
    -webkit-animation-name: hvr-push;
    animation-name: hvr-push;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.hvr-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

.hvr-pop:hover,
.hvr-pop:focus,
.hvr-pop:active {
    -webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.hvr-bounce-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s
}

.hvr-bounce-in:hover,
.hvr-bounce-in:focus,
.hvr-bounce-in:active {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36)
}

.hvr-bounce-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s
}

.hvr-bounce-out:hover,
.hvr-bounce-out:focus,
.hvr-bounce-out:active {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36)
}

.hvr-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-rotate:hover,
.hvr-rotate:focus,
.hvr-rotate:active {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg)
}

.hvr-grow-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-grow-rotate:hover,
.hvr-grow-rotate:focus,
.hvr-grow-rotate:active {
    -webkit-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg)
}

.hvr-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.hvr-sink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-sink:hover,
.hvr-sink:focus,
.hvr-sink:active {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
}

@-webkit-keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

@keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

@-webkit-keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

@keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

.hvr-bob {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

.hvr-bob:hover,
.hvr-bob:focus,
.hvr-bob:active {
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate
}

@-webkit-keyframes hvr-hang {
    0% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
    50% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}

@keyframes hvr-hang {
    0% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
    50% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}

@-webkit-keyframes hvr-hang-sink {
    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}

@keyframes hvr-hang-sink {
    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}

.hvr-hang {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

.hvr-hang:hover,
.hvr-hang:focus,
.hvr-hang:active {
    -webkit-animation-name: hvr-hang-sink, hvr-hang;
    animation-name: hvr-hang-sink, hvr-hang;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate
}

.hvr-skew {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-skew:hover,
.hvr-skew:focus,
.hvr-skew:active {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg)
}

.hvr-skew-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.hvr-skew-forward:hover,
.hvr-skew-forward:focus,
.hvr-skew-forward:active {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg)
}

.hvr-skew-backward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.hvr-skew-backward:hover,
.hvr-skew-backward:focus,
.hvr-skew-backward:active {
    -webkit-transform: skew(10deg);
    transform: skew(10deg)
}

@-webkit-keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.hvr-wobble-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

.hvr-wobble-vertical:hover,
.hvr-wobble-vertical:focus,
.hvr-wobble-vertical:active {
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.hvr-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

.hvr-wobble-horizontal:hover,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:active {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes hvr-wobble-to-bottom-right {
    16.65% {
        -webkit-transform: translate(8px, 8px);
        transform: translate(8px, 8px)
    }
    33.3% {
        -webkit-transform: translate(-6px, -6px);
        transform: translate(-6px, -6px)
    }
    49.95% {
        -webkit-transform: translate(4px, 4px);
        transform: translate(4px, 4px)
    }
    66.6% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }
    83.25% {
        -webkit-transform: translate(1px, 1px);
        transform: translate(1px, 1px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes hvr-wobble-to-bottom-right {
    16.65% {
        -webkit-transform: translate(8px, 8px);
        transform: translate(8px, 8px)
    }
    33.3% {
        -webkit-transform: translate(-6px, -6px);
        transform: translate(-6px, -6px)
    }
    49.95% {
        -webkit-transform: translate(4px, 4px);
        transform: translate(4px, 4px)
    }
    66.6% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }
    83.25% {
        -webkit-transform: translate(1px, 1px);
        transform: translate(1px, 1px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.hvr-wobble-to-bottom-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

.hvr-wobble-to-bottom-right:hover,
.hvr-wobble-to-bottom-right:focus,
.hvr-wobble-to-bottom-right:active {
    -webkit-animation-name: hvr-wobble-to-bottom-right;
    animation-name: hvr-wobble-to-bottom-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes hvr-wobble-to-top-right {
    16.65% {
        -webkit-transform: translate(8px, -8px);
        transform: translate(8px, -8px)
    }
    33.3% {
        -webkit-transform: translate(-6px, 6px);
        transform: translate(-6px, 6px)
    }
    49.95% {
        -webkit-transform: translate(4px, -4px);
        transform: translate(4px, -4px)
    }
    66.6% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }
    83.25% {
        -webkit-transform: translate(1px, -1px);
        transform: translate(1px, -1px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes hvr-wobble-to-top-right {
    16.65% {
        -webkit-transform: translate(8px, -8px);
        transform: translate(8px, -8px)
    }
    33.3% {
        -webkit-transform: translate(-6px, 6px);
        transform: translate(-6px, 6px)
    }
    49.95% {
        -webkit-transform: translate(4px, -4px);
        transform: translate(4px, -4px)
    }
    66.6% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }
    83.25% {
        -webkit-transform: translate(1px, -1px);
        transform: translate(1px, -1px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.hvr-wobble-to-top-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

.hvr-wobble-to-top-right:hover,
.hvr-wobble-to-top-right:focus,
.hvr-wobble-to-top-right:active {
    -webkit-animation-name: hvr-wobble-to-top-right;
    animation-name: hvr-wobble-to-top-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes hvr-wobble-top {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

@keyframes hvr-wobble-top {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

.hvr-wobble-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.hvr-wobble-top:hover,
.hvr-wobble-top:focus,
.hvr-wobble-top:active {
    -webkit-animation-name: hvr-wobble-top;
    animation-name: hvr-wobble-top;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes hvr-wobble-bottom {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

@keyframes hvr-wobble-bottom {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

.hvr-wobble-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.hvr-wobble-bottom:hover,
.hvr-wobble-bottom:focus,
.hvr-wobble-bottom:active {
    -webkit-animation-name: hvr-wobble-bottom;
    animation-name: hvr-wobble-bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes hvr-wobble-skew {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

@keyframes hvr-wobble-skew {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

.hvr-wobble-skew {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

.hvr-wobble-skew:hover,
.hvr-wobble-skew:focus,
.hvr-wobble-skew:active {
    -webkit-animation-name: hvr-wobble-skew;
    animation-name: hvr-wobble-skew;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes hvr-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
}

@keyframes hvr-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
}

.hvr-buzz {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

.hvr-buzz:hover,
.hvr-buzz:focus,
.hvr-buzz:active {
    -webkit-animation-name: hvr-buzz;
    animation-name: hvr-buzz;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

@keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

.hvr-buzz-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

.hvr-buzz-out:hover,
.hvr-buzz-out:focus,
.hvr-buzz-out:active {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.hvr-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-forward:hover,
.hvr-forward:focus,
.hvr-forward:active {
    -webkit-transform: translateX(8px);
    transform: translateX(8px)
}

.hvr-backward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-backward:hover,
.hvr-backward:focus,
.hvr-backward:active {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px)
}

.hvr-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color
}

.hvr-fade:hover,
.hvr-fade:focus,
.hvr-fade:active {
    background-color: #2098D1;
    color: white
}

@-webkit-keyframes hvr-back-pulse {
    50% {
        background-color: rgba(32, 152, 209, 0.75)
    }
}

@keyframes hvr-back-pulse {
    50% {
        background-color: rgba(32, 152, 209, 0.75)
    }
}

.hvr-back-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color
}

.hvr-back-pulse:hover,
.hvr-back-pulse:focus,
.hvr-back-pulse:active {
    -webkit-animation-name: hvr-back-pulse;
    animation-name: hvr-back-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-color: #2098D1;
    background-color: #2098d1;
    color: white
}

.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
    color: white
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.hvr-sweep-to-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.hvr-sweep-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-sweep-to-left:hover,
.hvr-sweep-to-left:focus,
.hvr-sweep-to-left:active {
    color: white
}

.hvr-sweep-to-left:hover:before,
.hvr-sweep-to-left:focus:before,
.hvr-sweep-to-left:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.hvr-sweep-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.hvr-sweep-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-sweep-to-bottom:hover,
.hvr-sweep-to-bottom:focus,
.hvr-sweep-to-bottom:active {
    color: white
}

.hvr-sweep-to-bottom:hover:before,
.hvr-sweep-to-bottom:focus:before,
.hvr-sweep-to-bottom:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.hvr-sweep-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.hvr-sweep-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-sweep-to-top:hover,
.hvr-sweep-to-top:focus,
.hvr-sweep-to-top:active {
    color: white
}

.hvr-sweep-to-top:hover:before,
.hvr-sweep-to-top:focus:before,
.hvr-sweep-to-top:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s
}

.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2dc854;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 25px
}

.hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {
    color: white
}

.hvr-bounce-to-right:hover:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66)
}

.hvr-bounce-to-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s
}

.hvr-bounce-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-bounce-to-left:hover,
.hvr-bounce-to-left:focus,
.hvr-bounce-to-left:active {
    color: white
}

.hvr-bounce-to-left:hover:before,
.hvr-bounce-to-left:focus:before,
.hvr-bounce-to-left:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66)
}

.hvr-bounce-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s
}

.hvr-bounce-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-bounce-to-bottom:hover,
.hvr-bounce-to-bottom:focus,
.hvr-bounce-to-bottom:active {
    color: white
}

.hvr-bounce-to-bottom:hover:before,
.hvr-bounce-to-bottom:focus:before,
.hvr-bounce-to-bottom:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66)
}

.hvr-bounce-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s
}

.hvr-bounce-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-bounce-to-top:hover,
.hvr-bounce-to-top:focus,
.hvr-bounce-to-top:active {
    color: white
}

.hvr-bounce-to-top:hover:before,
.hvr-bounce-to-top:focus:before,
.hvr-bounce-to-top:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66)
}

.hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.hvr-radial-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-radial-out:hover,
.hvr-radial-out:focus,
.hvr-radial-out:active {
    color: white
}

.hvr-radial-out:hover:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:active:before {
    -webkit-transform: scale(2);
    transform: scale(2)
}

.hvr-radial-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    background: #2098D1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.hvr-radial-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e1e1e1;
    border-radius: 100%;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-radial-in:hover,
.hvr-radial-in:focus,
.hvr-radial-in:active {
    color: white
}

.hvr-radial-in:hover:before,
.hvr-radial-in:focus:before,
.hvr-radial-in:active:before {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.hvr-rectangle-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #2098D1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.hvr-rectangle-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e1e1e1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-rectangle-in:hover,
.hvr-rectangle-in:focus,
.hvr-rectangle-in:active {
    color: white
}

.hvr-rectangle-in:hover:before,
.hvr-rectangle-in:focus:before,
.hvr-rectangle-in:active:before {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.hvr-rectangle-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.hvr-rectangle-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-rectangle-out:hover,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:active {
    color: white
}

.hvr-rectangle-out:hover:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:active:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.hvr-shutter-in-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #2098D1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.hvr-shutter-in-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e1e1e1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-shutter-in-horizontal:hover,
.hvr-shutter-in-horizontal:focus,
.hvr-shutter-in-horizontal:active {
    color: white
}

.hvr-shutter-in-horizontal:hover:before,
.hvr-shutter-in-horizontal:focus:before,
.hvr-shutter-in-horizontal:active:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098D1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-shutter-out-horizontal:hover,
.hvr-shutter-out-horizontal:focus,
.hvr-shutter-out-horizontal:active {
    color: white
}

.hvr-shutter-out-horizontal:hover:before,
.hvr-shutter-out-horizontal:focus:before,
.hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.hvr-shutter-in-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #2098D1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.hvr-shutter-in-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e1e1e1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-shutter-in-vertical:hover,
.hvr-shutter-in-vertical:focus,
.hvr-shutter-in-vertical:active {
    color: white
}

.hvr-shutter-in-vertical:hover:before,
.hvr-shutter-in-vertical:focus:before,
.hvr-shutter-in-vertical:active:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
}

.hvr-shutter-out-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.hvr-shutter-out-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098D1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-shutter-out-vertical:hover,
.hvr-shutter-out-vertical:focus,
.hvr-shutter-out-vertical:active {
    color: white
}

.hvr-shutter-out-vertical:hover:before,
.hvr-shutter-out-vertical:focus:before,
.hvr-shutter-out-vertical:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.hvr-border-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent
}

.hvr-border-fade:hover,
.hvr-border-fade:focus,
.hvr-border-fade:active {
    box-shadow: inset 0 0 0 4px #2098D1, 0 0 1px transparent
}

.hvr-hollow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: background;
    transition-property: background;
    box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent
}

.hvr-hollow:hover,
.hvr-hollow:focus,
.hvr-hollow:active {
    background: none
}

.hvr-trim {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

.hvr-trim:before {
    content: '';
    position: absolute;
    border: white solid 4px;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.hvr-trim:hover:before,
.hvr-trim:focus:before,
.hvr-trim:active:before {
    opacity: 1
}

@-webkit-keyframes hvr-ripple-out {
    100% {
        top: -10px;
        right: -10px;
        bottom: -10px;
        left: -10px;
        opacity: 0
    }
}

@keyframes hvr-ripple-out {
    100% {
        top: -10px;
        right: -10px;
        bottom: -10px;
        left: -10px;
        opacity: 0
    }
}

.hvr-ripple-out,
.btn,
.help-blocks li a,
.resources .help-blocks li a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

.hvr-ripple-out:hover,
.btn:hover,
.help-blocks li a:hover {
    background: #2dc854;
    cursor: pointer
}

.hvr-ripple-out:hover:before,
.btn:hover:before,
.help-blocks li a:hover:before {
    border: #2dc854 solid 4px
}

.hvr-ripple-out:before,
.btn:before,
.help-blocks li a:before,
.resources .help-blocks li a:before {
    content: '';
    position: absolute;
    border: #50d872 solid 4px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: .7s;
    animation-duration: .4s;
    border-radius: 45px
}

.hvr-ripple-out-light:before,
.btn.light:before {
    border: white solid 4px
}

.hvr-ripple-out:hover:before,
.btn:hover:before,
.help-blocks li a:hover:before,
.hvr-ripple-out:focus:before,
.btn:focus:before,
.help-blocks li a:focus:before,
.hvr-ripple-out:active:before,
.btn:active:before,
.help-blocks li a:active:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
    border: #2dc854 solid 1px
}

.hvr-ripple-out-light:hover:before,
.btn.light:hover:before,
.hvr-ripple-out-light:focus:before,
.btn.light:focus:before,
.hvr-ripple-out-light:active:before,
.btn.light:active:before {
    border: #e6e6e6 solid 1px
}

.hvr-ripple-out-blue,
.hero__btn--play {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

.hvr-ripple-out-blue:hover,
.hero__btn--play:hover {
    background: #187ce8;
    cursor: pointer
}

.hvr-ripple-out-blue:before,
.hero__btn--play:before {
    content: '';
    position: absolute;
    border: #4696ed solid 4px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: .7s;
    animation-duration: .4s
}

.hvr-ripple-out-blue:hover:before,
.hero__btn--play:hover:before,
.hvr-ripple-out-blue:focus:before,
.hero__btn--play:focus:before,
.hvr-ripple-out-blue:active:before,
.hero__btn--play:active:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
    border: #187ce8 solid 1px
}

@-webkit-keyframes hvr-ripple-in {
    100% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1
    }
}

@keyframes hvr-ripple-in {
    100% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1
    }
}

.hvr-ripple-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

.hvr-ripple-in:before {
    content: '';
    position: absolute;
    border: #e1e1e1 solid 4px;
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.hvr-ripple-in:hover:before,
.hvr-ripple-in:focus:before,
.hvr-ripple-in:active:before {
    -webkit-animation-name: hvr-ripple-in;
    animation-name: hvr-ripple-in
}

.hvr-outline-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

.hvr-outline-out:before {
    content: '';
    position: absolute;
    border: #e1e1e1 solid 4px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left
}

.hvr-outline-out:hover:before,
.hvr-outline-out:focus:before,
.hvr-outline-out:active:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px
}

.hvr-outline-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

.hvr-outline-in:before {
    pointer-events: none;
    content: '';
    position: absolute;
    border: #e1e1e1 solid 4px;
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left
}

.hvr-outline-in:hover:before,
.hvr-outline-in:focus:before,
.hvr-outline-in:active:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    opacity: 1
}

.hvr-round-corners {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: border-radius;
    transition-property: border-radius
}

.hvr-round-corners:hover,
.hvr-round-corners:focus,
.hvr-round-corners:active {
    border-radius: 1em
}

.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

.hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:active:before {
    right: 0
}

.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
    left: 0;
    right: 0
}

.hvr-underline-from-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

.hvr-underline-from-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    right: 0;
    bottom: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-underline-from-right:hover:before,
.hvr-underline-from-right:focus:before,
.hvr-underline-from-right:active:before {
    left: 0
}

.hvr-overline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

.hvr-overline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    top: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-overline-from-left:hover:before,
.hvr-overline-from-left:focus:before,
.hvr-overline-from-left:active:before {
    right: 0
}

.hvr-overline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

.hvr-overline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    top: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-overline-from-center:hover:before,
.hvr-overline-from-center:focus:before,
.hvr-overline-from-center:active:before {
    left: 0;
    right: 0
}

.hvr-overline-from-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

.hvr-overline-from-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    right: 0;
    top: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-overline-from-right:hover:before,
.hvr-overline-from-right:focus:before,
.hvr-overline-from-right:active:before {
    left: 0
}

.hvr-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

.hvr-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-color: #2098D1;
    border-style: solid;
    border-width: 0;
    -webkit-transition-property: border-width;
    transition-property: border-width;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-reveal:hover:before,
.hvr-reveal:focus:before,
.hvr-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-width: 4px
}

.hvr-underline-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

.hvr-underline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-underline-reveal:hover:before,
.hvr-underline-reveal:focus:before,
.hvr-underline-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.hvr-overline-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

.hvr-overline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-overline-reveal:hover:before,
.hvr-overline-reveal:focus:before,
.hvr-overline-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.hvr-glow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow
}

.hvr-glow:hover,
.hvr-glow:focus,
.hvr-glow:active {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6)
}

.hvr-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow
}

.hvr-shadow:hover,
.hvr-shadow:focus,
.hvr-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5)
}

.hvr-grow-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform
}

.hvr-grow-shadow:hover,
.hvr-grow-shadow:focus,
.hvr-grow-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.hvr-box-shadow-outset {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow
}

.hvr-box-shadow-outset:hover,
.hvr-box-shadow-outset:focus,
.hvr-box-shadow-outset:active {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6)
}

.hvr-box-shadow-inset {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px transparent
}

.hvr-box-shadow-inset:hover,
.hvr-box-shadow-inset:focus,
.hvr-box-shadow-inset:active {
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px transparent
}

.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity
}

.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}

.hvr-shadow-radial {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

.hvr-shadow-radial:before,
.hvr-shadow-radial:after {
    pointer-events: none;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background-repeat: no-repeat;
    height: 5px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.hvr-shadow-radial:before {
    bottom: 100%;
    background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
    background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, transparent 80%)
}

.hvr-shadow-radial:after {
    top: 100%;
    background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
    background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, transparent 80%)
}

.hvr-shadow-radial:hover:before,
.hvr-shadow-radial:focus:before,
.hvr-shadow-radial:active:before,
.hvr-shadow-radial:hover:after,
.hvr-shadow-radial:focus:after,
.hvr-shadow-radial:active:after {
    opacity: 1
}

.hvr-bubble-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

.hvr-bubble-top:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    left: calc(50% - 10px);
    top: 0;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #e1e1e1 transparent
}

.hvr-bubble-top:hover:before,
.hvr-bubble-top:focus:before,
.hvr-bubble-top:active:before {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.hvr-bubble-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

.hvr-bubble-right:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    top: calc(50% - 10px);
    right: 0;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #e1e1e1
}

.hvr-bubble-right:hover:before,
.hvr-bubble-right:focus:before,
.hvr-bubble-right:active:before {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.hvr-bubble-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

.hvr-bubble-bottom:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    left: calc(50% - 10px);
    bottom: 0;
    border-width: 10px 10px 0 10px;
    border-color: #e1e1e1 transparent transparent transparent
}

.hvr-bubble-bottom:hover:before,
.hvr-bubble-bottom:focus:before,
.hvr-bubble-bottom:active:before {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.hvr-bubble-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

.hvr-bubble-left:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    top: calc(50% - 10px);
    left: 0;
    border-width: 10px 10px 10px 0;
    border-color: transparent #e1e1e1 transparent transparent
}

.hvr-bubble-left:hover:before,
.hvr-bubble-left:focus:before,
.hvr-bubble-left:active:before {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

.hvr-bubble-float-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-bubble-float-top:before {
    position: absolute;
    z-index: -1;
    content: '';
    left: calc(50% - 10px);
    top: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #e1e1e1 transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-bubble-float-top:hover,
.hvr-bubble-float-top:focus,
.hvr-bubble-float-top:active {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.hvr-bubble-float-top:hover:before,
.hvr-bubble-float-top:focus:before,
.hvr-bubble-float-top:active:before {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.hvr-bubble-float-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-bubble-float-right:before {
    position: absolute;
    z-index: -1;
    top: calc(50% - 10px);
    right: 0;
    content: '';
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #e1e1e1;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-bubble-float-right:hover,
.hvr-bubble-float-right:focus,
.hvr-bubble-float-right:active {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

.hvr-bubble-float-right:hover:before,
.hvr-bubble-float-right:focus:before,
.hvr-bubble-float-right:active:before {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.hvr-bubble-float-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-bubble-float-bottom:before {
    position: absolute;
    z-index: -1;
    content: '';
    left: calc(50% - 10px);
    bottom: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #e1e1e1 transparent transparent transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-bubble-float-bottom:hover,
.hvr-bubble-float-bottom:focus,
.hvr-bubble-float-bottom:active {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.hvr-bubble-float-bottom:hover:before,
.hvr-bubble-float-bottom:focus:before,
.hvr-bubble-float-bottom:active:before {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.hvr-bubble-float-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-bubble-float-left:before {
    position: absolute;
    z-index: -1;
    content: '';
    top: calc(50% - 10px);
    left: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #e1e1e1 transparent transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-bubble-float-left:hover,
.hvr-bubble-float-left:focus,
.hvr-bubble-float-left:active {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.hvr-bubble-float-left:hover:before,
.hvr-bubble-float-left:focus:before,
.hvr-bubble-float-left:active:before {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

.hvr-icon-back {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-left: 2.2em;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s
}

.hvr-icon-back:before {
    content: "\f137";
    position: absolute;
    left: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-icon-back:hover:before,
.hvr-icon-back:focus:before,
.hvr-icon-back:active:before {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px)
}

.hvr-icon-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s
}

.hvr-icon-forward:before {
    content: "\f138";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-icon-forward:hover:before,
.hvr-icon-forward:focus:before,
.hvr-icon-forward:active:before {
    -webkit-transform: translateX(4px);
    transform: translateX(4px)
}

@-webkit-keyframes hvr-icon-down {
    0%,
    50%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    25%,
    75% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
}

@keyframes hvr-icon-down {
    0%,
    50%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    25%,
    75% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
}

.hvr-icon-down {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.hvr-icon-down:before {
    content: "\f01a";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.hvr-icon-down:hover:before,
.hvr-icon-down:focus:before,
.hvr-icon-down:active:before {
    -webkit-animation-name: hvr-icon-down;
    animation-name: hvr-icon-down;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes hvr-icon-up {
    0%,
    50%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    25%,
    75% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@keyframes hvr-icon-up {
    0%,
    50%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    25%,
    75% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

.hvr-icon-up {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.hvr-icon-up:before {
    content: "\f01b";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.hvr-icon-up:hover:before,
.hvr-icon-up:focus:before,
.hvr-icon-up:active:before {
    -webkit-animation-name: hvr-icon-up;
    animation-name: hvr-icon-up;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.hvr-icon-spin {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.hvr-icon-spin:before {
    content: "\f021";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.hvr-icon-spin:hover:before,
.hvr-icon-spin:focus:before,
.hvr-icon-spin:active:before {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

@-webkit-keyframes hvr-icon-drop {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    51%,
    100% {
        opacity: 1
    }
}

@keyframes hvr-icon-drop {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    51%,
    100% {
        opacity: 1
    }
}

.hvr-icon-drop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.hvr-icon-drop:before {
    content: "\f041";
    position: absolute;
    right: 1em;
    opacity: 1;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.hvr-icon-drop:hover:before,
.hvr-icon-drop:focus:before,
.hvr-icon-drop:active:before {
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-animation-name: hvr-icon-drop;
    animation-name: hvr-icon-drop;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66)
}

.hvr-icon-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.hvr-icon-fade:before {
    content: "\f00c";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color;
    transition-property: color
}

.hvr-icon-fade:hover:before,
.hvr-icon-fade:focus:before,
.hvr-icon-fade:active:before {
    color: #0F9E5E
}

@-webkit-keyframes hvr-icon-float-away {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-1em);
        transform: translateY(-1em)
    }
}

@keyframes hvr-icon-float-away {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-1em);
        transform: translateY(-1em)
    }
}

.hvr-icon-float-away {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.hvr-icon-float-away:before,
.hvr-icon-float-away:after {
    content: "\f055";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome
}

.hvr-icon-float-away:after {
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.hvr-icon-float-away:hover:after,
.hvr-icon-float-away:focus:after,
.hvr-icon-float-away:active:after {
    -webkit-animation-name: hvr-icon-float-away;
    animation-name: hvr-icon-float-away;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes hvr-icon-sink-away {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(1em);
        transform: translateY(1em)
    }
}

@keyframes hvr-icon-sink-away {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(1em);
        transform: translateY(1em)
    }
}

.hvr-icon-sink-away {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.hvr-icon-sink-away:before,
.hvr-icon-sink-away:after {
    content: "\f056";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.hvr-icon-sink-away:after {
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.hvr-icon-sink-away:hover:after,
.hvr-icon-sink-away:focus:after,
.hvr-icon-sink-away:active:after {
    -webkit-animation-name: hvr-icon-sink-away;
    animation-name: hvr-icon-sink-away;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.hvr-icon-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.hvr-icon-grow:before {
    content: "\f118";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-icon-grow:hover:before,
.hvr-icon-grow:focus:before,
.hvr-icon-grow:active:before {
    -webkit-transform: scale(1.3) translateZ(0);
    transform: scale(1.3) translateZ(0)
}

.hvr-icon-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.hvr-icon-shrink:before {
    content: "\f119";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-icon-shrink:hover:before,
.hvr-icon-shrink:focus:before,
.hvr-icon-shrink:active:before {
    -webkit-transform: scale(0.8);
    transform: scale(0.8)
}

@-webkit-keyframes hvr-icon-pulse {
    25% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    75% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
}

@keyframes hvr-icon-pulse {
    25% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    75% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
}

.hvr-icon-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.hvr-icon-pulse:before {
    content: "\f015";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-icon-pulse:hover:before,
.hvr-icon-pulse:focus:before,
.hvr-icon-pulse:active:before {
    -webkit-animation-name: hvr-icon-pulse;
    animation-name: hvr-icon-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes hvr-icon-pulse-grow {
    to {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
}

@keyframes hvr-icon-pulse-grow {
    to {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
}

.hvr-icon-pulse-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.hvr-icon-pulse-grow:before {
    content: "\f015";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-icon-pulse-grow:hover:before,
.hvr-icon-pulse-grow:focus:before,
.hvr-icon-pulse-grow:active:before {
    -webkit-animation-name: hvr-icon-pulse-grow;
    animation-name: hvr-icon-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

@-webkit-keyframes hvr-icon-pulse-shrink {
    to {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
}

@keyframes hvr-icon-pulse-shrink {
    to {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
}

.hvr-icon-pulse-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.hvr-icon-pulse-shrink:before {
    content: "\f015";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-icon-pulse-shrink:hover:before,
.hvr-icon-pulse-shrink:focus:before,
.hvr-icon-pulse-shrink:active:before {
    -webkit-animation-name: hvr-icon-pulse-shrink;
    animation-name: hvr-icon-pulse-shrink;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

@-webkit-keyframes hvr-icon-push {
    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }
}

@keyframes hvr-icon-push {
    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }
}

.hvr-icon-push {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.hvr-icon-push:before {
    content: "\f006";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-icon-push:hover:before,
.hvr-icon-push:focus:before,
.hvr-icon-push:active:before {
    -webkit-animation-name: hvr-icon-push;
    animation-name: hvr-icon-push;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes hvr-icon-pop {
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@keyframes hvr-icon-pop {
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

.hvr-icon-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.hvr-icon-pop:before {
    content: "\f005";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-icon-pop:hover:before,
.hvr-icon-pop:focus:before,
.hvr-icon-pop:active:before {
    -webkit-animation-name: hvr-icon-pop;
    animation-name: hvr-icon-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.hvr-icon-bounce {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.hvr-icon-bounce:before {
    content: "\f087";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-icon-bounce:hover:before,
.hvr-icon-bounce:focus:before,
.hvr-icon-bounce:active:before {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36)
}

.hvr-icon-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.hvr-icon-rotate:before {
    content: "\f0c6";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-icon-rotate:hover:before,
.hvr-icon-rotate:focus:before,
.hvr-icon-rotate:active:before {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
}

.hvr-icon-grow-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.hvr-icon-grow-rotate:before {
    content: "\f095";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-icon-grow-rotate:hover:before,
.hvr-icon-grow-rotate:focus:before,
.hvr-icon-grow-rotate:active:before {
    -webkit-transform: scale(1.5) rotate(12deg);
    transform: scale(1.5) rotate(12deg)
}

.hvr-icon-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.hvr-icon-float:before {
    content: "\f01b";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-icon-float:hover:before,
.hvr-icon-float:focus:before,
.hvr-icon-float:active:before {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px)
}

.hvr-icon-sink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.hvr-icon-sink:before {
    content: "\f01a";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-icon-sink:hover:before,
.hvr-icon-sink:focus:before,
.hvr-icon-sink:active:before {
    -webkit-transform: translateY(4px);
    transform: translateY(4px)
}

@-webkit-keyframes hvr-icon-bob {
    0% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@keyframes hvr-icon-bob {
    0% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@-webkit-keyframes hvr-icon-bob-float {
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@keyframes hvr-icon-bob-float {
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

.hvr-icon-bob {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.hvr-icon-bob:before {
    content: "\f077";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.hvr-icon-bob:hover:before,
.hvr-icon-bob:focus:before,
.hvr-icon-bob:active:before {
    -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
    animation-name: hvr-icon-bob-float, hvr-icon-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate
}

@-webkit-keyframes hvr-icon-hang {
    0% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
    50% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px)
    }
    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
}

@keyframes hvr-icon-hang {
    0% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
    50% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px)
    }
    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
}

@-webkit-keyframes hvr-icon-hang-sink {
    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
}

@keyframes hvr-icon-hang-sink {
    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
}

.hvr-icon-hang {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.hvr-icon-hang:before {
    content: "\f078";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.hvr-icon-hang:hover:before,
.hvr-icon-hang:focus:before,
.hvr-icon-hang:active:before {
    -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
    animation-name: hvr-icon-hang-sink, hvr-icon-hang;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate
}

@-webkit-keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px)
    }
    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px)
    }
    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.hvr-icon-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.hvr-icon-wobble-horizontal:before {
    content: "\f061";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.hvr-icon-wobble-horizontal:hover:before,
.hvr-icon-wobble-horizontal:focus:before,
.hvr-icon-wobble-horizontal:active:before {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes hvr-icon-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
    33.3% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes hvr-icon-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
    33.3% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.hvr-icon-wobble-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.hvr-icon-wobble-vertical:before {
    content: "\f062";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.hvr-icon-wobble-vertical:hover:before,
.hvr-icon-wobble-vertical:focus:before,
.hvr-icon-wobble-vertical:active:before {
    -webkit-animation-name: hvr-icon-wobble-vertical;
    animation-name: hvr-icon-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes hvr-icon-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
}

@keyframes hvr-icon-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
}

.hvr-icon-buzz {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.hvr-icon-buzz:before {
    content: "\f017";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.hvr-icon-buzz:hover:before,
.hvr-icon-buzz:focus:before,
.hvr-icon-buzz:active:before {
    -webkit-animation-name: hvr-icon-buzz;
    animation-name: hvr-icon-buzz;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes hvr-icon-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

@keyframes hvr-icon-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

.hvr-icon-buzz-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.hvr-icon-buzz-out:before {
    content: "\f023";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.hvr-icon-buzz-out:hover:before,
.hvr-icon-buzz-out:focus:before,
.hvr-icon-buzz-out:active:before {
    -webkit-animation-name: hvr-icon-buzz-out;
    animation-name: hvr-icon-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.hvr-curl-top-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

.hvr-curl-top-left:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    top: 0;
    left: 0;
    background: white;
    background: linear-gradient(135deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#000000');
    z-index: 1000;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height
}

.hvr-curl-top-left:hover:before,
.hvr-curl-top-left:focus:before,
.hvr-curl-top-left:active:before {
    width: 25px;
    height: 25px
}

.hvr-curl-top-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

.hvr-curl-top-right:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    top: 0;
    right: 0;
    background: white;
    background: linear-gradient(225deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height
}

.hvr-curl-top-right:hover:before,
.hvr-curl-top-right:focus:before,
.hvr-curl-top-right:active:before {
    width: 25px;
    height: 25px
}

.hvr-curl-bottom-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

.hvr-curl-bottom-right:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    bottom: 0;
    right: 0;
    background: white;
    background: linear-gradient(315deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
    box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height
}

.hvr-curl-bottom-right:hover:before,
.hvr-curl-bottom-right:focus:before,
.hvr-curl-bottom-right:active:before {
    width: 25px;
    height: 25px
}

.hvr-curl-bottom-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

.hvr-curl-bottom-left:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    bottom: 0;
    left: 0;
    background: white;
    background: linear-gradient(45deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
    box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height
}

.hvr-curl-bottom-left:hover:before,
.hvr-curl-bottom-left:focus:before,
.hvr-curl-bottom-left:active:before {
    width: 25px;
    height: 25px
}

.bx-wrapper {
    position: relative;
    margin-bottom: 60px;
    padding: 0;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.bxslider {
    margin: 0;
    padding: 0
}

ul.bxslider {
    list-style: none
}

ul.bxslider li {
    margin-left: 5px !important
}

.bx-viewport {
    -webkit-transform: translatez(0)
}

.home .bx-viewport {
    box-sizing: content-box;
    padding: 10px 10px 25px
}

.bx-wrapper {
    padding: 0px;
    margin: 0 auto
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 50px;
    width: 100%
}

.screen-slider .bx-wrapper .bx-pager,
.screen-slider .bx-wrapper .bx-controls-auto {
    bottom: -20px
}

.screen-slider .bx-viewport {
    min-height: 400px
}

@media (max-width: 700px) {
    .screen-slider .bx-viewport {
        min-height: inherit
    }
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666
}

.bx-wrapper .bx-pager.bx-default-pager .bx-next,
.bx-wrapper .bx-pager.bx-default-pager .bx-prev {
    color: black;
    position: absolute;
    top: 2px
}

.bx-wrapper .bx-pager.bx-default-pager .bx-next {
    right: -15px
}

.bx-wrapper .bx-pager.bx-default-pager .bx-prev {
    left: -15px
}

.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a {
    background: white;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    transform: scale(1);
    transition: all .2s ease
}

.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a:hover {
    transform: scale(1.4)
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #50d872
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
    *zoom: 1;
    *display: inline
}

.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0
}

.bx-wrapper .bx-prev {
    margin-right: 3px;
    padding-right: 1px;
    left: -35px;
    position: absolute
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
    background-position: 0 0
}

.bx-wrapper .bx-next {
    margin-left: 3px;
    padding-left: 1px;
    right: -35px;
    position: absolute
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
    background-position: -43px 0
}

.bx-wrapper .bx-controls-direction {
    width: 100%;
    display: block;
    right: -10px;
    position: absolute;
    z-index: 999;
    text-align: right;
    margin-top: 5px;
    top: 50%
}

.bx-wrapper .bx-controls-direction a {
    outline: 0;
    width: 21px;
    height: 21px;
    z-index: 9999;
    border: 1px solid #50d872;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    transform: scale(1);
    transition: all .2s ease
}

.bx-wrapper .bx-controls-direction a:hover {
    background: #50d872;
    color: white;
    transform: scale(1.25);
    cursor: pointer
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}

.bx-wrapper .bx-controls-auto {
    text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
    background-position: -86px 0
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
    background-position: -86px -33px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, 0.75);
    width: 100%
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px
}

/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */

.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: left;
    padding: 0.438em 0.625em 0.438em 0.625em;
    line-height: 1.125em;
    cursor: pointer
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 5px
}

.slicknav_menu {
    *zoom: 1;
    width: 100%
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.15em;
    font-size: 1.2em;
    float: left
}

.slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 1px 0 0 0.438em
}

.slicknav_menu .slicknav_icon:before {
    background: transparent;
    width: 1.125em;
    height: 0.875em;
    display: block;
    content: "";
    position: absolute
}

.slicknav_menu .slicknav_no-text {
    margin: 0
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.slicknav_menu:before {
    content: " ";
    display: table
}

.slicknav_menu:after {
    content: " ";
    display: table;
    clear: both
}

.slicknav_nav {
    clear: both
}

.slicknav_nav ul {
    display: block
}

.slicknav_nav li {
    display: block
}

.slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em
}

.slicknav_nav .slicknav_item {
    cursor: pointer
}

.slicknav_nav .slicknav_item a {
    display: inline
}

.slicknav_nav .slicknav_row {
    display: block
}

.slicknav_nav a {
    display: block
}

.slicknav_nav .slicknav_parent-link a {
    display: inline
}

.slicknav_brand {
    float: left
}

.slicknav_menu {
    font-size: 16px;
    box-sizing: border-box;
    background: transparent;
    padding: 5px
}

.slicknav_menu * {
    box-sizing: border-box
}

.slicknav_menu .slicknav_menutxt {
    color: #000000;
    font-weight: bold
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #000000
}

.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.slicknav_btn:focus {
    outline: none
}

.slicknav_nav {
    color: #000000;
    margin: 0;
    padding: 0;
    font-size: 0.875em;
    list-style: none;
    overflow: hidden
}

.slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 20px 20px 20px;
    float: none;
    position: relative;
    background: transparent
}

.slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px
}

.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #50d872
}

.slicknav_nav li > a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #000000;
    font-size: 1.5em
}

.slicknav_nav li > a img {
    display: none
}

.slicknav_nav li > a:hover {
    color: #50d872
}

.slicknav_nav a:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #50d872
}

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px
}

.slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0;
    color: #000000
}

.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0
}

.slicknav_brand {
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px
}

.slicknav_menu {
    display: none
}

@media (max-width: 1000px) {
    #menu {
        display: none
    }
    .slicknav_menu {
        display: block
    }
}

body {
    font-size: 16px;
    padding: 0 !important
}

.container {
    padding-top: 45px;
    padding-bottom: 45px
}

@media (max-width: 1200px) {
    .container {
        padding-right: 20px !important;
        padding-left: 20px !important
    }
}

.container-xs {
    width: 80%;
    margin: 0 auto
}

.container-min {
    padding: 20px 0
}

.container-xl {
    padding: 75px 0
}

@media (min-width: 1200px) {
    .no-padding {
        padding: 0 !important
    }
    .no-padding-left {
        padding-left: 0 !important
    }
    .no-padding-right {
        padding-right: 0 !important
    }
}

@media (min-width: 1200px) {
    .no-margin {
        margin: 0 !important
    }
    .no-margin-left {
        margin-left: 0 !important
    }
    .no-margin-right {
        margin-right: 0 !important
    }
}

.no-paddding-left {
    padding-left: 0 !important
}

.flex {
    display: flex
}

.title1,
.blog-content h1,
.blog-content h2,
.academy--content h1,
.academy-table h1,
.philo.help h1 {
    color: #4696ed;
    line-height: 1.5em;
    font-size: 2.2em
}

@media (max-width: 1200px) {
    .title1,
    .blog-content h1,
    .blog-content h2,
    .academy--content h1,
    .academy-table h1,
    .philo.help h1 {
        font-size: 1.8em
    }
}

.title2,
.blog-content h3,
.academy--content h2,
.academy-table h2,
.philo.help h2 {
    color: #000000;
    font-size: 1.2em;
    line-height: 1.6em
}

.title2 a,
.blog-content h3 a,
.academy--content h2 a,
.academy-table h2 a,
.philo.help h2 a {
    color: #000000
}

@media (max-width: 1200px) {
    .title2,
    .blog-content h3,
    .academy--content h2,
    .academy-table h2,
    .philo.help h2 {
        font-size: 1.15em
    }
}

.title2--color {
    text-transform: uppercase;
    text-align: left;
    color: #ffcc34;
    font-size: 1em;
    letter-spacing: 0.12em
}

.title3,
.academy--content h3,
.academy-table h3,
.academy-table--wrapper > ol > li,
.philo.help h3 {
    color: #000000;
    font-size: 1.08em
}

@media (max-width: 1200px) {
    .title3,
    .academy--content h3,
    .academy-table h3,
    .academy-table--wrapper > ol > li,
    .philo.help h3 {
        font-size: 1em
    }
}

p {
    line-height: 1.6em;
    font-size: 1.0625em
}

a:link,
a:visited {
    color: #50d872;
    text-decoration: none;
    transition: color .15s ease
}

a:hover {
    color: #37d25e;
    text-decoration: underline
}

.gradient,
.btn-inline:hover:after,
.footer ul li a:hover:after,
.navbar-inner .container .nav > li a:hover:after,
.academy-table--wrapper > ol ol li a:hover:after,
.btn-inline:hover *:after,
.footer ul li a:hover *:after,
.navbar-inner .container .nav > li a:hover *:after,
.academy-table--wrapper > ol ol li a:hover *:after,
.btn-inline.active:after,
.footer ul li a.active:after,
.navbar-inner .container .nav > li a.active:after,
.academy-table--wrapper > ol ol li a.active:after,
.btn-excerpt:hover:after,
.footer--wrapper .line,
.footer .offset1 .muted:after,
.dropdown-menu li.active a:after,
.navbar-inner .container .nav > li.active > a:after {
    background: #4696ed;
    background: -moz-linear-gradient(left, #4696ed 0%, #07d850 100%);
    background: -webkit-linear-gradient(left, #4696ed 0%, #07d850 100%);
    background: linear-gradient(to right, #4696ed 0%, #07d850 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4696ed', endColorstr='#07d850', GradientType=1)
}

.btn {
    padding: 0 25px;
    background: #50d872;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
    margin-top: 15px;
    margin-right: 15px
}

.btn.light {
    background-color: white;
    color: #50d872 !important
}

.btn:hover,
.btn:focus {
    outline: none;
    cursor: pointer
}

.btn-inline,
.footer ul li a,
.navbar-inner .container .nav > li a,
.academy-table--wrapper > ol ol li a {
    position: relative;
    display: inline-block;
    color: #50d872
}

.btn-inline i,
.footer ul li a i,
.navbar-inner .container .nav > li a i,
.academy-table--wrapper > ol ol li a i {
    position: relative;
    left: 0;
    transition: all .3s ease
}

.btn-inline:after,
.footer ul li a:after,
.navbar-inner .container .nav > li a:after,
.academy-table--wrapper > ol ol li a:after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #4696ed;
    border-radius: 1px;
    transition: all .15s ease
}

.btn-inline:hover,
.footer ul li a:hover,
.navbar-inner .container .nav > li a:hover,
.academy-table--wrapper > ol ol li a:hover,
.btn-inline:hover *,
.footer ul li a:hover *,
.navbar-inner .container .nav > li a:hover *,
.academy-table--wrapper > ol ol li a:hover * {
    text-decoration: none;
    background: -webkit-linear-gradient(0deg, #4696ed, #50d872);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.btn-inline:hover:after,
.footer ul li a:hover:after,
.navbar-inner .container .nav > li a:hover:after,
.academy-table--wrapper > ol ol li a:hover:after,
.btn-inline:hover *:after,
.footer ul li a:hover *:after,
.navbar-inner .container .nav > li a:hover *:after,
.academy-table--wrapper > ol ol li a:hover *:after {
    width: 100%
}

.btn-inline.active,
.footer ul li a.active,
.navbar-inner .container .nav > li a.active,
.academy-table--wrapper > ol ol li a.active {
    text-decoration: none;
    background: -webkit-linear-gradient(0deg, #4696ed, #50d872);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.btn-inline.active:after,
.footer ul li a.active:after,
.navbar-inner .container .nav > li a.active:after,
.academy-table--wrapper > ol ol li a.active:after {
    width: 100%
}

.btn-excerpt {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    display: inline-block;
    color: #47525d !important
}

.btn-excerpt:after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #4696ed;
    border-radius: 1px;
    transition: all .15s ease
}

.btn-excerpt:hover {
    text-decoration: none;
    background: inherit;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
    color: #50d872 !important
}

.btn-excerpt:hover:after {
    width: 100%
}

.btn-excerpt:hover .color {
    background: -webkit-linear-gradient(0deg, #4696ed, #50d872);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.box-shadow,
.slicknav_nav ul,
.webinar-window > a,
.navbar li.lang-switcher .dropdown-menu,
.dropdown-menu,
.reviews .reviews__list li,
.blog-content .team--picture,
.features-page .features__figure .assign-to,
.features-page .features__figure .spreadsheets,
.features-page .features__figure .statistics-img,
.help-blocks li a,
.resources .help-blocks li a {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15)
}

.btn-box {
    border-top: 1px solid #e4eaf1;
    width: 100%;
    float: none;
    display: block;
    padding: 0;
    margin: 45px 0 20px;
    text-align: center
}

.btn-box .btn {
    margin-top: -23px;
    min-width: 280px;
    margin-bottom: 5px;
    margin-right: 0
}

.btn-box--no-border {
    border: none
}

.btn-box--bottom {
    margin-bottom: -46px
}

.btn__info {
    font-size: .7em
}

.green .btn__info {
    color: white
}

.screen-slider {
    text-align: center;
    background: url("../img/brush1.png") center center no-repeat;
    padding: 20px 0 45px
}

.screen-slider.screen__desktop {
    background-size: 76% 99%;
    background-position-y: 12px
}

.screen-slider img {
    max-width: 850px;
    margin: 20px auto;
    border-radius: 10px
}

.webinar-window {
    z-index: 1001;
    position: fixed;
    right: -10px;
    bottom: 18px;
    border-radius: 50px 0 0 50px
}

@media (max-width: 600px) {
    .webinar-window {
        display: none
    }
}

.webinar-window > a {
    text-decoration: none;
    color: #000000;
    width: 320px;
    padding: 10px;
    background: #ffcc34;
    transition: all .3s ease;
    display: inline-block;
    border-radius: 50px 0 0 50px
}

@media (max-width: 480px) {
    .webinar-window > a {
        width: 360px
    }
}

.webinar-window > a:hover {
    background: #ffc61b
}

.webinar-window img {
    widows: 60px;
    height: 60px;
    float: left;
    border-radius: 50%;
    margin-right: 12px;
    border: 1px solid white
}

.webinar-window__title1,
.webinar-window__title2 {
    font-size: .875em;
    color: black;
    float: left;
    margin: 0;
    margin-top: 12px
}

@media (max-width: 480px) {
    .webinar-window__title1,
    .webinar-window__title2 {
        height: 12px
    }
}

@media (max-width: 480px) {
    .webinar-window__title1 {
        margin-top: 11px
    }
}

.webinar-window__title2 {
    float: left;
    margin-left: 6px
}

@media (max-width: 480px) {
    .webinar-window__title2 {
        margin-top: 0
    }
}

.webinar-window__p {
    color: white;
    font-size: .875em;
    display: block;
    margin-top: 8px
}

@media (max-width: 1200px) {
    .webinar-window {
        padding: 0 7px 5px;
        bottom: 0;
        border-radius: 28px 0 0 0
    }
    .webinar-window > a {
        padding: 0 5px 5px
    }
    .webinar-window img {
        width: 40px;
        height: 40px;
        position: relative;
        top: 7px
    }
    .webinar-window__p {
        margin-top: 5px
    }
}

.inner-page .navbar {
    border-bottom: 1px solid #e4eaf1
}

@media (min-width: 1000px) {
    .navbar li.lang-switcher {
        position: absolute;
        right: 0;
        top: -8px;
        font-size: .8em
    }
}

.navbar li.lang-switcher .dropdown-menu {
    border-color: #e4eaf1;
    right: 0;
    left: auto
}

.bckg-color,
.footer--wrapper {
    background-color: #f5f9fd;
    border-bottom: 1px solid #e4eaf1;
    border-top: 1px solid #e4eaf1
}

.bckg-color.dark,
.dark.footer--wrapper {
    background: #4696ed;
    background: -moz-linear-gradient(left, #4696ed 0%, #46b8ed 100%);
    background: -webkit-linear-gradient(left, #4696ed 0%, #46b8ed 100%);
    background: linear-gradient(to right, #4696ed 0%, #46b8ed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4696ed', endColorstr='#46b8ed', GradientType=1);
    padding-bottom: 25px
}

.bckg-color.dark + .btn-box--bottom,
.dark.footer--wrapper + .btn-box--bottom {
    margin-bottom: -49px
}

.bckg-color.dark .features__point .features__list > li,
.dark.footer--wrapper .features__point .features__list > li {
    color: rgba(255, 255, 255, 0.8)
}

.bckg-color.dark .features__point .features__p,
.dark.footer--wrapper .features__point .features__p {
    color: white
}

.bckg-color.dark .title2,
.dark.footer--wrapper .title2,
.bckg-color.dark .blog-content h3,
.blog-content .bckg-color.dark h3,
.dark.footer--wrapper .blog-content h3,
.blog-content .dark.footer--wrapper h3,
.bckg-color.dark .academy--content h2,
.academy--content .bckg-color.dark h2,
.dark.footer--wrapper .academy--content h2,
.academy--content .dark.footer--wrapper h2,
.bckg-color.dark .academy-table h2,
.academy-table .bckg-color.dark h2,
.dark.footer--wrapper .academy-table h2,
.academy-table .dark.footer--wrapper h2,
.bckg-color.dark .philo.help h2,
.philo.help .bckg-color.dark h2,
.dark.footer--wrapper .philo.help h2,
.philo.help .dark.footer--wrapper h2 {
    color: white;
    margin-top: 45px
}

@media (min-width: 1000px) {
    .bckg-color.dark ul li.features__list--col,
    .dark.footer--wrapper ul li.features__list--col {
        min-height: 120px
    }
}

.bckg-color.dark ul li .number,
.dark.footer--wrapper ul li .number {
    color: white;
    display: inline-block;
    margin-right: 15px
}

.bckg-color.dark.green,
.dark.green.footer--wrapper {
    background: #4696ed;
    background: -moz-linear-gradient(left, #4696ed 0%, #46b8ed 100%);
    background: -webkit-linear-gradient(left, #4696ed 0%, #46b8ed 100%);
    background: linear-gradient(to right, #4696ed 0%, #46b8ed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4696ed', endColorstr='#46b8ed', GradientType=1)
}

.bckg-color.dark.green .title1,
.dark.green.footer--wrapper .title1,
.bckg-color.dark.green .blog-content h1,
.blog-content .bckg-color.dark.green h1,
.dark.green.footer--wrapper .blog-content h1,
.blog-content .dark.green.footer--wrapper h1,
.bckg-color.dark.green .blog-content h2,
.blog-content .bckg-color.dark.green h2,
.dark.green.footer--wrapper .blog-content h2,
.blog-content .dark.green.footer--wrapper h2,
.bckg-color.dark.green .academy--content h1,
.academy--content .bckg-color.dark.green h1,
.dark.green.footer--wrapper .academy--content h1,
.academy--content .dark.green.footer--wrapper h1,
.bckg-color.dark.green .academy-table h1,
.academy-table .bckg-color.dark.green h1,
.dark.green.footer--wrapper .academy-table h1,
.academy-table .dark.green.footer--wrapper h1,
.bckg-color.dark.green .philo.help h1,
.philo.help .bckg-color.dark.green h1,
.dark.green.footer--wrapper .philo.help h1,
.philo.help .dark.green.footer--wrapper h1,
.bckg-color.dark.green .title2,
.dark.green.footer--wrapper .title2,
.bckg-color.dark.green .blog-content h3,
.blog-content .bckg-color.dark.green h3,
.dark.green.footer--wrapper .blog-content h3,
.blog-content .dark.green.footer--wrapper h3,
.bckg-color.dark.green .academy--content h2,
.academy--content .bckg-color.dark.green h2,
.dark.green.footer--wrapper .academy--content h2,
.academy--content .dark.green.footer--wrapper h2,
.bckg-color.dark.green .academy-table h2,
.academy-table .bckg-color.dark.green h2,
.dark.green.footer--wrapper .academy-table h2,
.academy-table .dark.green.footer--wrapper h2,
.bckg-color.dark.green .philo.help h2,
.philo.help .bckg-color.dark.green h2,
.dark.green.footer--wrapper .philo.help h2,
.philo.help .dark.green.footer--wrapper h2 {
    color: white
}

.footer a {
    color: #47525d
}

.footer a.social {
    margin-right: 12px;
    opacity: .8
}

.footer a.social:hover {
    opacity: 1
}

.footer a.social:hover:after {
    content: none
}

.footer {
    margin-bottom: 30px;
    padding-bottom: 10px
}

.footer--wrapper {
    border-top: 1px solid #e4eaf1;
    border-bottom: none;
    overflow: hidden
}

.footer--wrapper .line {
    width: 100%;
    height: 15px
}

@media (max-width: 992px) {
    .footer .muted {
        margin-top: 15px
    }
}

.footer .offset1 {
    padding-right: 0;
    margin-right: 0;
    margin-left: 0
}

.footer .offset1 .muted {
    display: inline-block;
    width: 100%;
    position: relative
}

.footer .offset1 .muted:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 75%;
    height: 2px;
    right: 30px;
    top: 11px;
    border-radius: 1px
}

@media (max-width: 992px) {
    .footer .offset1 .muted:after {
        right: 25px;
        width: 65%
    }
}

.footer ul li {
    position: relative
}

.footer .twitter-btn {
    position: relative;
    top: 3px;
    margin-left: 2px
}

.footer .links {
    list-style: none;
    margin-left: 0;
    overflow: hidden;
    text-align: right
}

.footer ul {
    border-radius: 3px;
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0 0 0 10px
}

.footer ul li {
    padding: 6px 0;
    margin: 0
}

.footer ul li a {
    color: #47525d;
    font-size: 14px;
}

.footer ul li a:hover {
    color: #50d872
}

.footer .links li {
    display: inline-block;
    margin-right: 15px;
    line-height: 16px;
    height: 16px
}

.footer p.muted {
    color: #000000;
    margin-left: 10px;
    font-size: 1em;
    margin-bottom: 16px
}

.copyright {
    color: #acb5be;
    clear: both;
    text-align: left;
    padding-top: 20px;
    margin-top: 25px;
    border-top: 1px solid #e4eaf1;
    margin-left: 10px
}

.copyright .yoo {
    font-size: 12px;
    line-height: 1.5em;
    color: #acb5be;
    white-space: nowrap;
    width: 200px
}

.caret {
    border-top-color: #4696ed !important;
    margin-top: 0px !important;
    opacity: 1 !important;
    left: -12px;
    position: relative
}

@media (max-width: 1000px) {
    .caret {
        display: none
    }
}

.active .caret {
    border-top-color: #50d872 !important
}

.nav li.dropdown ul {
    margin: 0 0 5px 0 !important;
    padding: 15px 0 15px 0px !important;
    min-width: 225px
}

.nav li.dropdown ul li a,
.nav li.active ul li a {
    display: block;
    margin: 4px 0 4px 10px !important;
    padding: 4px 0 4px 0px !important;
    box-sizing: border-box
}

.nav li.dropdown ul li a:hover {
    color: #08C !important
}

.nav li.dropdown ul li a img {
    margin-left: 8px;
    float: right;
    top: -2px;
    position: relative
}

.dropdown-menu {
    border-color: #e4eaf1;
    right: auto;
    left: 15px
}

.dropdown-menu .title {
    text-transform: uppercase;
    margin-bottom: 4px
}

.dropdown-menu .title a {
    letter-spacing: 0.05em;
    font-size: 1.2em
}

.dropdown-menu li.active a {
    background: none;
    text-decoration: none;
    background: -webkit-linear-gradient(0deg, #4696ed, #50d872);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.dropdown-menu li.active a:after {
    width: 100%
}

.nav .open > a:focus {
    opacity: .5
}

.figure .bckg-brush {
    height: 100%;
    width: 100%;
    position: absolute;
    background: url("../images/brush1.png") center center no-repeat;
    background-size: 90% 76%;
    padding: 20px
}

@media (max-width: 1000px) {
    .figure .bckg-brush {
        position: relative
    }
}

@media (max-width: 1200px) {
    .figure .bckg-brush {
        height: auto
    }
}

@media (min-width: 1200px) {
    .gutter-xl > li {
        padding-right: 22px;
        padding-left: 22px
    }
}

@media (max-width: 1000px) {
    .gutter-xl > li {
        padding-right: 0;
        padding-left: 0
    }
}

.gutter-xxl > li {
    padding-right: 58px;
    padding-left: 58px
}

@media (max-width: 1200px) {
    .gutter-xxl > li {
        padding-right: 36px;
        padding-left: 36px
    }
}

@media (max-width: 1000px) {
    .gutter-xxl > li {
        padding-right: 0;
        padding-left: 0
    }
}

.text-center {
    text-align: center !important
}

.text-right {
    text-align: right !important
}

.webinar .title2 a,
.webinar .blog-content h3 a,
.blog-content .webinar h3 a,
.webinar .academy--content h2 a,
.academy--content .webinar h2 a,
.webinar .academy-table h2 a,
.academy-table .webinar h2 a,
.webinar .philo.help h2 a,
.philo.help .webinar h2 a {
    color: #000000
}

.webinar {
    padding: 0
}

.webinar.box-shadow,
.slicknav_nav ul.webinar,
.webinar-window > a.webinar,
.navbar li.lang-switcher .webinar.dropdown-menu,
.webinar.dropdown-menu,
.reviews .reviews__list li.webinar,
.blog-content .webinar.team--picture,
.features-page .features__figure .webinar.assign-to,
.features-page .features__figure .webinar.spreadsheets,
.features-page .features__figure .webinar.statistics-img,
.help-blocks li a.webinar {
    border-radius: 4px
}

.webinar .title2,
.webinar .blog-content h3,
.blog-content .webinar h3,
.webinar .academy--content h2,
.academy--content .webinar h2,
.webinar .academy-table h2,
.academy-table .webinar h2,
.webinar .philo.help h2,
.philo.help .webinar h2,
.webinar p {
    padding: 20px;
    text-align: center
}

.webinar .title2,
.webinar .blog-content h3,
.blog-content .webinar h3,
.webinar .academy--content h2,
.academy--content .webinar h2,
.webinar .academy-table h2,
.academy-table .webinar h2,
.webinar .philo.help h2,
.philo.help .webinar h2 {
    padding-top: 40px
}

.webinar p.webinar {
    background: #ffcc34;
    padding: 5px 20px
}

.webinar p.register {
    padding-bottom: 40px
}

iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left
}

.g-links {
    margin-top: 14px
}

.g-links a {
    color: #50d872 !important
}

.g-links .hashtags {
    font-size: .8em;
    opacity: .5;
    margin-left: 12px;
    top: -7px;
    position: relative
}

.g-links .hashtags .hashtag {
    margin-left: 6px
}

.g-links .introduction {
    max-height: 43.2px;
    display: block;
    display: -webkit-box;
    max-width: 88%;
    margin: 0;
    font-size: 13.5px;
    line-height: 1.6;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    margin-bottom: 22px;
    opacity: .9
}

.navbar {
    background-color: #f5f9fd;
    margin-bottom: 20px
}

@media (min-width: 1280px) {
    .navbar {
        margin-bottom: 25px
    }
}

@media (min-width: 1440px) {
    .navbar {
        margin-bottom: 0
    }
}

.navbar-inner .container {
    display: flex;
    padding: 20px 0
}

@media (min-width: 1280px) {
    .navbar-inner .container {
        padding: 25px 0
    }
}

@media (min-width: 1440px) {
    .navbar-inner .container {
        padding: 25px 0
    }
}

.navbar-inner .container .brand {
    margin-left: 15px
}

.navbar-inner .container .brand img {
    width: 200px;
    height: 100%
}

.navbar-inner .container .brand img.academy-logo {
    width: 216px
}

.navbar-inner .container .nav {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 2px
}

.navbar-inner .container .nav > li:first-child img {
    position: relative;
    top: -2px
}

.navbar-inner .container .nav > li.lang-switcher a {
    color: rgba(0, 0, 0, 0.75)
}

.navbar-inner .container .nav > li a {
    color: #000000;
    font-size: 1em;
    padding: 5px 0;
    margin: 8px 16px
}

.navbar-inner .container .nav > li a:hover {
    color: #50d872
}

.navbar-inner .container .nav > li.active > a {
    text-decoration: none;
    background: -webkit-linear-gradient(0deg, #4696ed, #50d872);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.navbar-inner .container .nav > li.active > a:after {
    width: 100%
}

.hero {
    padding-top: 0px;
    padding-bottom: 0
}

@media (min-height: 800px) {
    .hero {
        padding-bottom: 20px
    }
}

.hero--wrapper {
    background-color: #f5f9fd;
    border-bottom: 1px solid #e4eaf1;
    padding-bottom: 0;
    overflow: hidden
}

.hero__up,
.hero__down {
    padding: 0
}

@media (max-width: 1200px) {
    .hero__up,
    .hero__down {
        padding: 0;
        display: block !important;
    }
}

.hero__up {
    display: flex;
    align-items: center;
    padding-bottom: 50px
}

.hero__up__item {
    float: none;
    /* max-width: 50% */
}

.hero__up__item .title1,
.hero__up__item .blog-content h1,
.blog-content .hero__up__item h1,
.hero__up__item .blog-content h2,
.blog-content .hero__up__item h2,
.hero__up__item .academy--content h1,
.academy--content .hero__up__item h1,
.hero__up__item .academy-table h1,
.academy-table .hero__up__item h1,
.hero__up__item .philo.help h1,
.philo.help .hero__up__item h1 {
    margin-top: 0;
    margin-bottom: 30px
}

@media (max-width: 1200px) {
    .hero__up__item .title1,
    .hero__up__item .blog-content h1,
    .blog-content .hero__up__item h1,
    .hero__up__item .blog-content h2,
    .blog-content .hero__up__item h2,
    .hero__up__item .academy--content h1,
    .academy--content .hero__up__item h1,
    .hero__up__item .academy-table h1,
    .academy-table .hero__up__item h1,
    .hero__up__item .philo.help h1,
    .philo.help .hero__up__item h1 {
        margin-bottom: 10px
    }
}

.hero__up__item .title2,
.hero__up__item .blog-content h3,
.blog-content .hero__up__item h3,
.hero__up__item .academy--content h2,
.academy--content .hero__up__item h2,
.hero__up__item .academy-table h2,
.academy-table .hero__up__item h2,
.hero__up__item .philo.help h2,
.philo.help .hero__up__item h2 {
    margin-bottom: 20px
}

@media (max-width: 1200px) {
    .hero__up__item .title2,
    .hero__up__item .blog-content h3,
    .blog-content .hero__up__item h3,
    .hero__up__item .academy--content h2,
    .academy--content .hero__up__item h2,
    .hero__up__item .academy-table h2,
    .academy-table .hero__up__item h2,
    .hero__up__item .philo.help h2,
    .philo.help .hero__up__item h2 {
        margin-bottom: 10px;
        margin-top: 10px
    }
}

@media (max-width: 1000px) {
    .hero__text {
        width: 100% !important;
        max-width: 100% !important
    }
}

.hero__picture {
    min-height: 450px;
    padding-left: 0
}

@media (max-width: 1000px) {
    .hero__picture {
        /* display: none */
    }
}

.hero__picture img {
    position: relative;
    top: 10px;
    border-radius: 10px;
    /* left: -75px */
}

.hero__picture .bckg-brush {
    background-position-y: inherit;
    padding: inherit;
    padding-left: 30px;
    padding-right: 30px;
    width: 105%;
    background-size: 113% 102%;
    background-position-x: -18px
}

.hero__btn--play {
    padding-left: 15px;
    background: #4696ed
}

@media (max-width: 600px) {
    .hero__btn--play {
        display: none
    }
}

.hero__btn--play:before {
    border-radius: 45px
}

.hero__btn--play img {
    margin-right: 10px;
    position: relative;
    top: -1px
}

@media (max-width: 600px) {
    .hero__title {
        font-size: 1.1em
    }
}

@media (max-height: 800px) {
    .hero__title br + br {
        display: none
    }
}

.hero__title.title1,
.blog-content h1.hero__title,
.blog-content h2.hero__title,
.academy--content h1.hero__title,
.academy-table h1.hero__title,
.philo.help h1.hero__title {
    font-size: 1.8em
}

.hero__title.title2,
.blog-content h3.hero__title,
.academy--content h2.hero__title,
.academy-table h2.hero__title,
.philo.help h2.hero__title {
    font-size: 1.15em
}

@media (min-width: 1040px) {
    .hero__title.title2,
    .blog-content h3.hero__title,
    .academy--content h2.hero__title,
    .academy-table h2.hero__title,
    .philo.help h2.hero__title {
        padding-right: 16%
    }
}

.rated__infos .title1,
.rated__infos .blog-content h1,
.blog-content .rated__infos h1,
.rated__infos .blog-content h2,
.blog-content .rated__infos h2,
.rated__infos .academy--content h1,
.academy--content .rated__infos h1,
.rated__infos .academy-table h1,
.academy-table .rated__infos h1,
.rated__infos .philo.help h1,
.philo.help .rated__infos h1 {
    display: inline-block;
    float: left;
    margin-bottom: 0;
    margin-top: 0;
    padding-right: 16px
}

.rated__infos .title2,
.rated__infos .blog-content h3,
.blog-content .rated__infos h3,
.rated__infos .academy--content h2,
.academy--content .rated__infos h2,
.rated__infos .academy-table h2,
.academy-table .rated__infos h2,
.rated__infos .philo.help h2,
.philo.help .rated__infos h2 {
    display: block;
    width: 100%;
    padding-top: 12px;
    margin-top: 0;
    font-size: 1.225em;
    text-align: left
}

.rated__stars i {
    display: inline-block;
    width: 20px;
    color: #ffcc34;
    height: 40px;
    line-height: 40px;
    font-size: 1.3em;
    margin-left: 4px;
    padding-top: 6px
}

.rated__support {
    padding: 0
}

.rated__support__list {
    padding-left: 0;
    margin-bottom: 0
}

.rated__support__list li {
    width: 20%;
    height: 95px;
    line-height: 95px;
    list-style-type: none;
    padding-left: 25px;
    transition: all .2s ease
}

.rated__support__list li img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.rated__support__list li:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.rated__support__list li:first-child {
    padding-left: 0
}

.arguments {
    padding-bottom: 60px
}

.arguments .title1,
.arguments .blog-content h1,
.blog-content .arguments h1,
.arguments .blog-content h2,
.blog-content .arguments h2,
.arguments .academy--content h1,
.academy--content .arguments h1,
.arguments .academy-table h1,
.academy-table .arguments h1,
.arguments .philo.help h1,
.philo.help .arguments h1 {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 55px
}

.arguments__list {
    margin: 25px 0 0;
    padding: 0
}

.arguments__list li {
    padding-right: 40px;
    list-style-type: none
}

@media (max-width: 768px) {
    .arguments__list li {
        padding-right: 0px;
        margin-bottom: 50px
    }
    .bx-wrapper .bx-controls-direction {
        display: none;
    }
}

.arguments__title {
    margin-bottom: 40px;
    margin-left: 120px
}

@media (min-width: 768px) and (max-width: 1000px) {
    .arguments__title {
        margin-left: 0;
        margin-top: 90px;
        margin-bottom: 20px
    }
}

@media (max-width: 768px) {
    .arguments__title {
        margin-top: -60px
    }
}

.arguments__icon {
    position: relative;
    top: -8px
}

.arguments__icon .bckg-brush {
    width: 100px;
    height: 80px;
    padding: 15px;
    background-size: 90% 87%;
    background-position-y: 5px
}

.arguments__icon .bckg-brush img {
    top: -16px;
    position: relative
}

.features.container + .features {
    padding-top: 0px
}

.features .title1,
.features .blog-content h1,
.blog-content .features h1,
.features .blog-content h2,
.blog-content .features h2,
.features .academy--content h1,
.academy--content .features h1,
.features .academy-table h1,
.academy-table .features h1,
.features .philo.help h1,
.philo.help .features h1 {
    text-align: center;
    max-width: 850px;
    margin: 0 auto
}

.features .title2,
.features .blog-content h3,
.blog-content .features h3,
.features .academy--content h2,
.academy--content .features h2,
.features .academy-table h2,
.academy-table .features h2,
.features .philo.help h2,
.philo.help .features h2 {
    margin-top: 25px;
    text-align: center
}

.features .title2--color {
    text-align: left;
    padding-left: 15px
}

@media (max-width: 1200px) {
    .features .title3,
    .features .academy--content h3,
    .academy--content .features h3,
    .features .academy-table h3,
    .academy-table .features h3,
    .features .academy-table--wrapper > ol > li,
    .features .philo.help h3,
    .philo.help .features h3 {
        margin-bottom: 2px;
        margin-top: 14px
    }
}

.features .flex {
    margin-top: 45px
}

@media (max-width: 1000px) {
    .features .flex {
        flex-direction: column
    }
}

.features__list {
    padding: 0
}

.features__list li {
    list-style-type: none
}

.features__list:after {
    content: " ";
    display: block;
    height: 0;
    clear: both
}

.features .figure--superhero {
    overflow: hidden
}

.features .figure--superhero img {
    transform: rotate(-10deg);
    position: relative;
    width: 100%
}

.home .features .bckg-brush {
    background-size: 90% 78%;
    background-position-y: 55px;
    padding: 60px 20px 0 20px;
    height: auto
}

.home .reverse .figure .bckg-brush {
    padding-left: 0;
    background-position-x: 0;
    background-position-y: 35px;
    background-size: 95% 90%
}

@media (max-width: 1000px) {
    .home .reverse .flex {
        flex-direction: column-reverse
    }
}

.showreel {
    padding-top: 90px
}

.showreel--wrapper {
    background-color: #f5f9fd;
    border-bottom: 1px solid #e4eaf1;
    padding-bottom: 135px
}

.showreel-btn-box {
    bottom: -69px;
    margin-top: 0
}

.showreel .title1,
.showreel .blog-content h1,
.blog-content .showreel h1,
.showreel .blog-content h2,
.blog-content .showreel h2,
.showreel .academy--content h1,
.academy--content .showreel h1,
.showreel .academy-table h1,
.academy-table .showreel h1,
.showreel .philo.help h1,
.philo.help .showreel h1 {
    text-align: center
}

.showreel .title2,
.showreel .blog-content h3,
.blog-content .showreel h3,
.showreel .academy--content h2,
.academy--content .showreel h2,
.showreel .academy-table h2,
.academy-table .showreel h2,
.showreel .philo.help h2,
.philo.help .showreel h2 {
    text-align: center
}

.pricing {
    padding-top: 0;
    margin-top: -78px
}

.pricing__infos .title1,
.pricing__infos .blog-content h1,
.blog-content .pricing__infos h1,
.pricing__infos .blog-content h2,
.blog-content .pricing__infos h2,
.pricing__infos .academy--content h1,
.academy--content .pricing__infos h1,
.pricing__infos .academy-table h1,
.academy-table .pricing__infos h1,
.pricing__infos .philo.help h1,
.philo.help .pricing__infos h1 {
    margin-bottom: 50px;
    margin-top: 18px
}

.pricing__infos .team__list {
    padding: 8px 0 10px
}

.pricing__infos .team__list li {
    padding: 8px 8px
}

.pricing__infos .team__list li:first-child {
    padding-left: 0
}

.pricing__infos .team__list li img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
}

.pricing__infos .team__list li h4 {
    border: 1px solid #e4eaf1;
    padding: 75px 0px 6px;
    text-align: center;
    border-radius: 45px 45px 8px 8px;
    line-height: 21px;
    margin-top: -70px;
    width: 80px
}

.pricing__list {
    display: flex;
    margin-top: 6px
}

@media (max-width: 992px) {
    .pricing__list {
        margin-top: 30px
    }
}

@media (max-width: 648px) {
    .pricing__list {
        flex-direction: column
    }
}

.pricing__list li {
    border: 1px solid #e4eaf1;
    border-radius: 10px;
    margin-left: 25px;
    float: none;
    width: 50%;
    background: white
}

@media (max-width: 992px) {
    .pricing__list li:first-child {
        margin-left: 0
    }
}

@media (max-width: 648px) {
    .pricing__list li {
        width: 100%;
        margin-left: 0;
        margin-top: 20px
    }
}

.pricing__list li:first-child .pricing__list--p {
    line-height: 46px
}

.pricing__list--title {
    padding: 27px 0 25px;
    margin: 0;
    border-bottom: 1px solid #e4eaf1;
    text-align: center
}

@media (max-width: 992px) {
    .pricing__list--title {
        background: #f5f9fd;
        border-radius: 10px 10px 0 0
    }
}

.pricing__list--p {
    text-align: center;
    background: #ffcc34;
    padding: 8px 36px;
    margin: 15px 0
}

@media (max-width: 1200px) {
    .pricing__list--p {
        padding: 8px 24px
    }
}

.pricing__list--price {
    font-size: 2em;
    margin-top: 40px;
    display: block
}

.pricing__list .btn {
    margin: 30px auto 0;
    display: table
}

.pricing__list .btn-inline,
.pricing__list .footer ul li a,
.footer ul li .pricing__list a,
.pricing__list .navbar-inner .container .nav > li a,
.navbar-inner .container .nav > li .pricing__list a,
.pricing__list .academy-table--wrapper > ol ol li a,
.academy-table--wrapper > ol ol li .pricing__list a {
    margin-bottom: 25px;
    margin-top: 30px;
    font-size: .85em
}

.reviews {
    padding-bottom: 45px
}

.reviews .title1,
.reviews .blog-content h1,
.blog-content .reviews h1,
.reviews .blog-content h2,
.blog-content .reviews h2,
.reviews .academy--content h1,
.academy--content .reviews h1,
.reviews .academy-table h1,
.academy-table .reviews h1,
.reviews .philo.help h1,
.philo.help .reviews h1,
.reviews .title2,
.reviews .blog-content h3,
.blog-content .reviews h3,
.reviews .academy--content h2,
.academy--content .reviews h2,
.reviews .academy-table h2,
.academy-table .reviews h2,
.reviews .philo.help h2,
.philo.help .reviews h2 {
    text-align: center
}

.reviews .title1,
.reviews .blog-content h1,
.blog-content .reviews h1,
.reviews .blog-content h2,
.blog-content .reviews h2,
.reviews .academy--content h1,
.academy--content .reviews h1,
.reviews .academy-table h1,
.academy-table .reviews h1,
.reviews .philo.help h1,
.philo.help .reviews h1 {
    margin-top: 45px;
    margin-bottom: 0
}

.reviews .reviews__list {
    margin: 0 auto;
    padding-left: 0
}

.reviews .reviews__list:after {
    content: " ";
    display: block;
    height: 0;
    clear: both
}

.reviews .reviews__list--wrapper {
    padding: 50px 50px 72px;
    background: url("../images/brush1.png") center center no-repeat;
    background-size: 86% 82%;
    background-position-y: 49px
}

@media (max-width: 1000px) {
    .reviews .reviews__list--wrapper {
        padding: 20px;
        background-size: 102% 90%;
        background-position-y: 40px
    }
}

.reviews .reviews__list--wrapper .bx-wrapper .bx-pager,
.reviews .reviews__list--wrapper .bx-wrapper .bx-controls-auto {
    bottom: -5px
}

.reviews .reviews__list--wrapper .bx-wrapper {
    padding: 15px;
    max-width: 880px !important
}

@media (max-width: 715px) {
    .reviews .reviews__list--wrapper .bx-wrapper {
        padding: 15px 0
    }
}

.reviews .reviews__list li {
    max-width: 850px;
    border-radius: 10px;
    list-style-type: none;
    display: flex;
    background-color: white;
    margin: 20px auto
}

.reviews .reviews__list__left {
    padding: 50px 0px 40px 50px;
    width: 70%;
    float: left
}

@media (max-width: 1000px) {
    .reviews .reviews__list__left {
        padding: 40px 0px 30px 40px
    }
}

@media (max-width: 768px) {
    .reviews .reviews__list__left {
        padding: 30px 0px 20px 30px
    }
}

@media (max-width: 715px) {
    .reviews .reviews__list__left {
        width: 100%;
        padding: 20px
    }
}

.reviews .reviews__list__right {
    width: 30%;
    background: url("../images/reviews/Opus_MI-bckg.png") right center no-repeat;
    background-size: auto 100%;
    border-radius: 0 10px 10px 0;
    float: right
}

@media (max-width: 715px) {
    .reviews .reviews__list__right {
        display: none
    }
}

.reviews .reviews__list__right--usa {
    background-image: url("../images/reviews/usasg.png")
}

.reviews .reviews__list__right--estasporviajar {
    background-image: url("../images/reviews/estasporviajar.png")
}

.reviews .reviews__list__right--avconsultorespymes {
    background-image: url("../images/reviews/avconsultorespymes.png")
}

.reviews .reviews__list__right--rivalis {
    background-image: url("../images/reviews/rivalis.png")
}

.reviews .reviews__list__right--delikante {
    background-image: url("../images/reviews/delikante.png")
}

.reviews .reviews__list__right--inapa {
    background-image: url("../images/reviews/inapa.png")
}

.reviews .reviews__list__right--slmads {
    background-image: url("../images/reviews/slmads.png")
}

.reviews .reviews__list__right--InfoWest {
    background-image: url("../images/reviews/InfoWest.png")
}

.reviews .reviews__list--title {
    padding: 0 0 9px;
    margin-top: 0;
    line-height: 1.6em
}

@media (max-width: 1000px) {
    .reviews .reviews__list--title {
        line-height: 1.6em;
        font-size: 1.1em;
        padding-right: 20px
    }
}

.reviews .reviews__list--logo {
    max-width: 120px;
    max-height: 50px;
    margin-left: 0;
    position: relative
}

@media (max-width: 715px) {
    .reviews .reviews__list--logo {
        max-width: 100px;
        max-height: 40px
    }
}

.reviews .reviews__list--author {
    padding-top: 12px
}

.reviews .reviews__list--author .author__picture {
    border-radius: 50%;
    position: relative;
    top: -3px;
    margin-right: 5px;
    width: 38px;
    border: 1px solid #e4eaf1
}

.reviews + .btn-box {
    margin-bottom: 75px
}

.blog {
    background: #f5f9fd;
    border-top: 1px solid #e4eaf1;
    border-bottom: 1px solid #e4eaf1
}

.blog-content {
    background: white;
    border: 1px solid #e4eaf1;
    border-radius: 4px;
    padding: 45px 120px;
    float: none
}

.blog-content:after {
    content: " ";
    display: block;
    height: 0;
    clear: both
}

.blog-content h2 {
    padding: 35px 0 20px
}

.blog-content h3 {
    padding: 40px 0 20px;
    border-top: 1px solid #e4eaf1;
    margin-top: 35px
}

.blog-content p {
    line-height: 1.85em
}

.blog-content ul,
.blog-content ol {
    margin-bottom: 25px
}

.blog-content ul li,
.blog-content ol li {
    margin: 6px 0
}

.blog-content .team--picture {
    border-radius: 20px;
    margin-right: 12px;
    position: relative;
    top: -4px
}

.features-page {
    padding-top: 68px;
    padding-bottom: 30px
}

.features-page .btn-box {
    margin-top: 0;
    bottom: 0
}

ul li .text-wrapper {
    padding-left: 10px;
    padding-right: 30px
}

.features-page.features {
    overflow: hidden
}

@media (min-width: 1000px) {
    .features-page .features__point {
        display: flex
    }
}

.features-page .features__point .title2,
.features-page .features__point .blog-content h3,
.blog-content .features-page .features__point h3,
.features-page .features__point .academy--content h2,
.academy--content .features-page .features__point h2,
.features-page .features__point .academy-table h2,
.academy-table .features-page .features__point h2,
.features-page .features__point .philo.help h2,
.philo.help .features-page .features__point h2 {
    text-align: left
}

.features-page .features__point.container {
    padding-top: 28px;
    padding-bottom: 40px
}

.features-page .features__point.no-padding-top {
    padding-top: 0
}

.features-page .features__point.no-padding-top .title2,
.features-page .features__point.no-padding-top .blog-content h3,
.blog-content .features-page .features__point.no-padding-top h3,
.features-page .features__point.no-padding-top .academy--content h2,
.academy--content .features-page .features__point.no-padding-top h2,
.features-page .features__point.no-padding-top .academy-table h2,
.academy-table .features-page .features__point.no-padding-top h2,
.features-page .features__point.no-padding-top .philo.help h2,
.philo.help .features-page .features__point.no-padding-top h2 {
    margin-top: 0
}

.features-page .features__point:after {
    content: " ";
    display: block;
    height: 0;
    clear: both
}

.features-page .features__point.statistics {
    padding-bottom: 55px !important
}

.features-page .features__point.statistics .title2,
.features-page .features__point.statistics .blog-content h3,
.blog-content .features-page .features__point.statistics h3,
.features-page .features__point.statistics .academy--content h2,
.academy--content .features-page .features__point.statistics h2,
.features-page .features__point.statistics .academy-table h2,
.academy-table .features-page .features__point.statistics h2,
.features-page .features__point.statistics .philo.help h2,
.philo.help .features-page .features__point.statistics h2 {
    margin-top: 75px
}

.features-page .features__point.statistics .features__p {
    padding-left: 0;
    padding-right: 45px
}

.features-page .features__point.statistics ul {
    margin-top: 5px;
    margin-left: 15px
}

.features-page .features__point.statistics ul li {
    padding-right: 40px !important;
    position: relative
}

@media (min-width: 1200px) {
    .features-page .features__point.statistics ul li {
        min-height: 112px
    }
}

.features-page .features__point.statistics .bckg-brush {
    background-size: 107% 102%;
    width: auto;
    display: inline-block
}

.features-page .features__point.statistics .figure-2 {
    margin-top: 130px
}

.features-page .features__point.statistics .figure-2 .bckg-brush {
    height: auto;
    background-size: 107% 104%
}

.features-page .features__point.game {
    padding-bottom: 50px
}

.features-page .features__point.game .bckg-brush {
    background-size: 105% 93%
}

.features-page .features__point.game .features__p {
    padding-right: 35px;
    margin-top: 25px
}

.features-page .features__point.game .features__figure,
.features-page .features__point.game .bckg-brush {
    min-height: 400px
}

@media (max-width: 1200px) {
    .features-page .features__point.game .features__list--col {
        padding-left: 0
    }
}

.features-page .features__point.after-deal {
    padding: 25px 0 30px 0
}

.features-page .features__point.after-deal .bckg-brush {
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 100% 85%
}

.features-page .features__point.after-deal .features__text {
    padding-bottom: 65px;
    padding-top: 25px
}

.features-page .features__point.after-deal ul li {
    margin-left: 15px;
    margin-bottom: 5px
}

.features-page .features__point.after-deal ul li .text-wrapper {
    padding-left: 25px;
    max-width: 400px
}

.features-page .features__point.grow-sales.container {
    padding-bottom: 35px
}

.features-page .features__point.grow-sales ul li img {
    margin-right: 20px;
    margin-bottom: 20px;
    margin-top: 15px;
    float: left;
    min-width: 50px
}

.features-page .features__point.grow-sales .features__list {
    margin-top: 5px
}

.features-page .features__point.grow-sales .features__list li {
    min-height: 50px;
    display: flex;
    align-items: center;
    padding-right: 0
}

.features-page .features__point.grow-sales .features__list li.no-padding {
    padding-right: 10px !important
}

.features-page .features__text {
    padding: 0;
    line-height: 1.8em;
    margin-top: 10px
}

.features-page .features__text--pipeline .title2,
.features-page .features__text--pipeline .blog-content h3,
.blog-content .features-page .features__text--pipeline h3,
.features-page .features__text--pipeline .academy--content h2,
.academy--content .features-page .features__text--pipeline h2,
.features-page .features__text--pipeline .academy-table h2,
.academy-table .features-page .features__text--pipeline h2,
.features-page .features__text--pipeline .philo.help h2,
.philo.help .features-page .features__text--pipeline h2 {
    margin: 35px auto 18px
}

.features-page .features__text--pipeline .features__p {
    margin: 5px auto 25px
}

.features-page .features__text--pipeline .features__list {
    margin: 5px 0 55px
}

.features-page .features__figure .bckg-brush {
    position: relative
}

.features-page .features__figure img {
    border-radius: 10px
}

.features-page .features__figure .assign-to,
.features-page .features__figure .spreadsheets {
    position: absolute;
    top: 80px;
    left: 30px;
    z-index: 1
}

.features-page .features__figure .assign-to {
    left: auto;
    top: auto;
    right: 0;
    bottom: 55px;
    z-index: 10
}

@media (min-width: 1000px) and (max-width: 1200px) {
    .features-page .features__figure .assign-to {
        bottom: -75px
    }
}

.features-page .features__figure .statistics-img {
    border-radius: 10px
}

.features-page .features__list {
    margin-top: 0
}

@media (min-width: 1200px) {
    .features-page .features__list--col {
        min-height: 115px
    }
}

.features-page .features__list--col--xl {
    min-height: 120px
}

.features-page .features__list > li {
    margin: 15px 0;
    color: rgba(71, 82, 93, 0.85)
}

.features-page .features__list ul {
    padding-left: 0px
}

.features-page .features__list:after {
    content: " ";
    display: block;
    height: 0;
    clear: both
}

.features-page .features__p {
    margin: 15px 0;
    color: #47525d;
    font-size: 1.1em
}

.features-page .title1,
.features-page .blog-content h1,
.blog-content .features-page h1,
.features-page .blog-content h2,
.blog-content .features-page h2,
.features-page .academy--content h1,
.academy--content .features-page h1,
.features-page .academy-table h1,
.academy-table .features-page h1,
.features-page .philo.help h1,
.philo.help .features-page h1 {
    margin-bottom: 10px !important;
    text-align: left;
    max-width: inherit
}

.bckg-color .features__point.container,
.footer--wrapper .features__point.container {
    padding: 15px 0 20px
}

.reverse .figure {
    padding-left: 0
}

.reverse .figure .bckg-brush {
    padding-left: 0;
    background-position-x: 0;
    background-position-y: 35px;
    background-size: 95% 84%
}

.reverse .figure .bckg-brush img {
    width: 90%
}

.icon-checked--wrapper {
    background: #4696ed;
    background: -moz-linear-gradient(left, #4696ed 0%, #46b8ed 100%);
    background: -webkit-linear-gradient(left, #4696ed 0%, #46b8ed 100%);
    background: linear-gradient(to right, #4696ed 0%, #46b8ed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4696ed', endColorstr='#46b8ed', GradientType=1);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    padding: 0px;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: -13px;
    top: 0px
}

.icon-checked--wrapper img {
    position: relative;
    top: -2px
}

.integrations .title1,
.integrations .blog-content h1,
.blog-content .integrations h1,
.integrations .blog-content h2,
.blog-content .integrations h2,
.integrations .academy--content h1,
.academy--content .integrations h1,
.integrations .academy-table h1,
.academy-table .integrations h1,
.integrations .philo.help h1,
.philo.help .integrations h1,
.integrations .title2,
.integrations .blog-content h3,
.blog-content .integrations h3,
.integrations .academy--content h2,
.academy--content .integrations h2,
.integrations .academy-table h2,
.academy-table .integrations h2,
.integrations .philo.help h2,
.philo.help .integrations h2 {
    text-align: center;
    position: relative
}

.integrations .title1 img,
.integrations .blog-content h1 img,
.blog-content .integrations h1 img,
.integrations .blog-content h2 img,
.blog-content .integrations h2 img,
.integrations .academy--content h1 img,
.academy--content .integrations h1 img,
.integrations .academy-table h1 img,
.academy-table .integrations h1 img,
.integrations .philo.help h1 img,
.philo.help .integrations h1 img,
.integrations .title2 img,
.integrations .blog-content h3 img,
.blog-content .integrations h3 img,
.integrations .academy--content h2 img,
.academy--content .integrations h2 img,
.integrations .academy-table h2 img,
.academy-table .integrations h2 img,
.integrations .philo.help h2 img,
.philo.help .integrations h2 img {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 2px;
    margin-left: 10px
}

.integrations > .container > .title2,
.blog-content .integrations > .container > h3,
.academy--content .integrations > .container > h2,
.academy-table .integrations > .container > h2,
.philo.help .integrations > .container > h2 {
    max-width: 750px;
    margin: 0 auto
}

.integrations__sect .title1,
.integrations__sect .blog-content h1,
.blog-content .integrations__sect h1,
.integrations__sect .blog-content h2,
.blog-content .integrations__sect h2,
.integrations__sect .academy--content h1,
.academy--content .integrations__sect h1,
.integrations__sect .academy-table h1,
.academy-table .integrations__sect h1,
.integrations__sect .philo.help h1,
.philo.help .integrations__sect h1,
.integrations__sect .title2,
.integrations__sect .blog-content h3,
.blog-content .integrations__sect h3,
.integrations__sect .academy--content h2,
.academy--content .integrations__sect h2,
.integrations__sect .academy-table h2,
.academy-table .integrations__sect h2,
.integrations__sect .philo.help h2,
.philo.help .integrations__sect h2,
.integrations__sect .integrations__p {
    text-align: left
}

@media (min-width: 992px) {
    .integrations__sect .title1,
    .integrations__sect .blog-content h1,
    .blog-content .integrations__sect h1,
    .integrations__sect .blog-content h2,
    .blog-content .integrations__sect h2,
    .integrations__sect .academy--content h1,
    .academy--content .integrations__sect h1,
    .integrations__sect .academy-table h1,
    .academy-table .integrations__sect h1,
    .integrations__sect .philo.help h1,
    .philo.help .integrations__sect h1,
    .integrations__sect .title2,
    .integrations__sect .blog-content h3,
    .blog-content .integrations__sect h3,
    .integrations__sect .academy--content h2,
    .academy--content .integrations__sect h2,
    .integrations__sect .academy-table h2,
    .academy-table .integrations__sect h2,
    .integrations__sect .philo.help h2,
    .philo.help .integrations__sect h2,
    .integrations__sect .integrations__p {
        max-width: 50%
    }
}

.integrations__sect .title1,
.integrations__sect .blog-content h1,
.blog-content .integrations__sect h1,
.integrations__sect .blog-content h2,
.blog-content .integrations__sect h2,
.integrations__sect .academy--content h1,
.academy--content .integrations__sect h1,
.integrations__sect .academy-table h1,
.academy-table .integrations__sect h1,
.integrations__sect .philo.help h1,
.philo.help .integrations__sect h1 {
    margin-bottom: 35px
}

.integrations__sect.bckg-color,
.integrations__sect.footer--wrapper {
    padding-top: 55px
}

.integrations__sect.internal-it ul {
    margin-bottom: 0
}

.integrations__sect.internal-it li {
    min-height: inherit
}

@media (min-width: 992px) {
    .integrations__sect.internal-it li {
        min-height: 180px
    }
}

.integrations__list {
    margin: 20px 0 0 0;
    padding: 0;
    padding-bottom: 0px
}

.integrations__list li {
    list-style-type: none;
    margin-bottom: 40px;
    padding-left: 0px;
    padding-right: 25px
}

.integrations__list:after {
    content: " ";
    display: block;
    height: 0;
    clear: both
}

.integration img {
    width: 55px;
    height: 55px
}

.integration .title2,
.integration .blog-content h3,
.blog-content .integration h3,
.integration .academy--content h2,
.academy--content .integration h2,
.integration .academy-table h2,
.academy-table .integration h2,
.integration .philo.help h2,
.philo.help .integration h2 {
    width: 100%;
    max-width: inherit;
    margin: 12px 0 6px 0
}

.integration--more a {
    background: transparent;
    border-radius: 10px
}

.integration--more a img {
    transform: rotate(0);
    transition: all .4s ease
}

.integration--more a img:hover {
    transform: rotate(360deg)
}

.container + .integrations__sect > .container {
    padding-top: 0;
    padding-bottom: 30px
}

.integrations__sect + .btn-box--bottom {
    margin-bottom: -50px
}

.pricing-table--wrapper {
    overflow-x: auto
}

.pricing-table--wrapper.full {
    background: white
}

.pricing-page .title1,
.pricing-page .blog-content h1,
.blog-content .pricing-page h1,
.pricing-page .blog-content h2,
.blog-content .pricing-page h2,
.pricing-page .academy--content h1,
.academy--content .pricing-page h1,
.pricing-page .academy-table h1,
.academy-table .pricing-page h1,
.pricing-page .philo.help h1,
.philo.help .pricing-page h1,
.pricing-page .title2,
.pricing-page .blog-content h3,
.blog-content .pricing-page h3,
.pricing-page .academy--content h2,
.academy--content .pricing-page h2,
.pricing-page .academy-table h2,
.academy-table .pricing-page h2,
.pricing-page .philo.help h2,
.philo.help .pricing-page h2,
.pricing-page .title3,
.pricing-page .academy--content h3,
.academy--content .pricing-page h3,
.pricing-page .academy-table h3,
.academy-table .pricing-page h3,
.pricing-page .academy-table--wrapper > ol > li,
.pricing-page .philo.help h3,
.philo.help .pricing-page h3,
.pricing-page p {
    max-width: 840px;
    margin: 0 auto;
    float: none
}

.pricing-page .title2,
.pricing-page .blog-content h3,
.blog-content .pricing-page h3,
.pricing-page .academy--content h2,
.academy--content .pricing-page h2,
.pricing-page .academy-table h2,
.academy-table .pricing-page h2,
.pricing-page .philo.help h2,
.philo.help .pricing-page h2 {
    padding-right: 15%;
    margin: 20px auto
}

.pricing-page .content {
    position: relative;
    z-index: 10;
    background: white;
    padding-bottom: 30px
}

.pricing-page .content .title1,
.pricing-page .content .blog-content h1,
.blog-content .pricing-page .content h1,
.pricing-page .content .blog-content h2,
.blog-content .pricing-page .content h2,
.pricing-page .content .academy--content h1,
.academy--content .pricing-page .content h1,
.pricing-page .content .academy-table h1,
.academy-table .pricing-page .content h1,
.pricing-page .content .philo.help h1,
.philo.help .pricing-page .content h1 {
    padding-top: 65px
}

.pricing-page .content--text {
    padding: 0 20px
}

.pricing-page .content .btn-box {
    margin-top: 0;
    padding-top: 35px
}

.pricing-page .content .btn-box .btn {
    margin-top: 0
}

.pricing-page .fixed {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%
}

.pricing-page .fixed .pricing {
    background: white;
    width: 100%;
    padding-bottom: 0
}

table.pricing {
    padding: 0 0 20px 0;
    max-width: 840px;
    margin: 0 auto;
    border: none;
    border-collapse: separate;
    border-radius: 10px;
    position: relative
}

@media (max-width: 992px) {
    table.pricing {
        padding: 20px 0 10px 0
    }
}

table.pricing tbody,
table.pricing thead {
    padding: 20px;
    overflow: hidden
}

table.pricing thead {
    background: white
}

table.pricing thead tr {
    background: white
}

table.pricing thead tr th + th {
    background-color: white;
    color: #000000;
    width: 32%
}

table.pricing thead tr th:last-child {
    border-top-right-radius: 10px
}

table.pricing thead tr th:first-child {
    border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    padding-left: 25px;
    padding-bottom: 20px;
    font-size: 1.15em;
    color: #000000
}

table.pricing thead tr th {
    padding: 0;
    min-width: 230px;
    border-top: 1px solid #e4eaf1;
    border-right: 1px solid #e4eaf1
}

table.pricing thead .pricing__price {
    font-size: 1.875em;
    color: #4696ed
}

table.pricing thead .pricing__price--info {
    font-size: .8em;
    color: #47525d
}

table.pricing thead .pricing__title {
    margin: 0 0 0 0;
    padding: 0;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25)
}

table.pricing tbody tr:last-child td {
    border-bottom: 1px solid #e4eaf1
}

table.pricing tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px
}

table.pricing tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px
}

table.pricing tbody tr td {
    border-right: 1px solid #e4eaf1;
    line-height: 1.5em
}

table.pricing tr {
    height: 38px;
    line-height: 38px
}

@media (max-width: 992px) {
    table.pricing tr {
        height: 26px;
        line-height: 26px
    }
}

table.pricing tr td,
table.pricing tr th {
    border-collapse: separate;
    padding: 8px 22px;
    border-bottom: 1px solid #e4eaf1
}

@media (max-width: 992px) {
    table.pricing tr td,
    table.pricing tr th {
        padding: 4px 11px
    }
}

table.pricing tr td + td,
table.pricing tr td + th,
table.pricing tr th + td,
table.pricing tr th + th {
    text-align: center
}

table.pricing tr td:last-child,
table.pricing tr th:last-child {
    border-right: 1px solid #e4eaf1
}

table.pricing tr td:first-child,
table.pricing tr th:first-child {
    border-left: 1px solid #e4eaf1;
    color: #47525d
}

table.pricing tr.sub-title1 td {
    border-bottom: 1px solid #e4eaf1;
    color: #000000;
    padding-top: 4px;
    padding-bottom: 1px
}

table.pricing tr .icon-yes img {
    width: 30px;
    height: 30px
}

.payements {
    justify-content: space-between;
    flex-flow: wrap row;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e4eaf1;
    padding-left: 0
}

.payements__item {
    margin: 0 25px
}

@media (min-width: 850px) {
    .payements__item:first-child {
        margin-left: 0
    }
    .payements__item:last-child {
        margin-right: 0
    }
}

@media (max-width: 850px) {
    .payements__item {
        width: 33%;
        text-align: center
    }
}

.pricing__payement-info {
    padding: 20px 0 0 0;
    max-width: 840px
}

.notif {
    font-size: .75em;
    margin: 0 !important;
    min-height: 1.2em;
    color: #acb5be
}

.about-page .navbar {
    border-bottom: none;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.8) 61%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.8) 61%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.8) 61%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2ffffff', endColorstr='#00fff9f9', GradientType=0)
}

.about-team__presentation .bx-wrapper {
    display: table-cell;
    vertical-align: middle;
    padding-right: 35px
}

.about-team__list {
    padding: 0;
    margin: 0
}

.about-team__list li {
    list-style-type: none;
    min-height: 445px
}

.about-team__list li p {
    line-height: 1.6em
}

.about-team__list li img,
.about-team__list li .img-fake {
    display: block;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    border: 2px solid white
}

.about-team__list li .img-fake {
    background: #4696ed;
    background: -moz-linear-gradient(left, #4696ed 0%, #46b8ed 100%);
    background: -webkit-linear-gradient(left, #4696ed 0%, #46b8ed 100%);
    background: linear-gradient(to right, #4696ed 0%, #46b8ed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4696ed', endColorstr='#46b8ed', GradientType=1)
}

.about-team__list .member--wrapper {
    min-height: 445px;
    margin-bottom: 30px;
    padding: 20px 25px;
    background: #f5f9fd;
    font-size: .95em
}

@media (max-width: 1200px) {
    .about-team__list .member--wrapper {
        padding: 15px 20px;
        min-height: 540px
    }
}

@media (max-width: 992px) {
    .about-team__list .member--wrapper {
        min-height: 480px
    }
}

.about-team__list .member__title {
    text-align: center;
    margin-bottom: 18px
}

@media (max-width: 992px) {
    .about-team__list .member-join {
        min-height: inherit;
        padding-bottom: 45px
    }
    .about-team__list .member-join .member--wrapper {
        min-height: inherit
    }
}

.floating-titles {
    width: 40%;
    float: right;
    margin-top: -250px;
    padding: 20px 45px 40px;
    background: rgba(255, 255, 255, 0.7);
    position: relative;
    z-index: 111;
    margin-right: 30px;
    background: #4696ed;
    background: -moz-linear-gradient(left, #4696ed 0%, #46b8ed 100%);
    background: -webkit-linear-gradient(left, #4696ed 0%, #46b8ed 100%);
    background: linear-gradient(to right, #4696ed 0%, #46b8ed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4696ed', endColorstr='#46b8ed', GradientType=1)
}

@media (max-width: 768px) {
    .floating-titles {
        width: 60%
    }
}

@media (max-width: 500px) {
    .floating-titles {
        width: 100%;
        margin-top: -150px;
        margin-right: 0
    }
}

.floating-titles .title1,
.floating-titles .blog-content h1,
.blog-content .floating-titles h1,
.floating-titles .blog-content h2,
.blog-content .floating-titles h2,
.floating-titles .academy--content h1,
.academy--content .floating-titles h1,
.floating-titles .academy-table h1,
.academy-table .floating-titles h1,
.floating-titles .philo.help h1,
.philo.help .floating-titles h1,
.floating-titles .title2,
.floating-titles .blog-content h3,
.blog-content .floating-titles h3,
.floating-titles .academy--content h2,
.academy--content .floating-titles h2,
.floating-titles .academy-table h2,
.academy-table .floating-titles h2,
.floating-titles .philo.help h2,
.philo.help .floating-titles h2 {
    color: white
}

.world-map {
    height: 1000px;
    display: block;
    width: 100%;
    background: url("../images/world-map.svg") center 40px no-repeat;
    background-size: 80%
}

.world-map + .about {
    margin-top: -540px
}

@-webkit-keyframes mymove {
    0% {
        r: 5px
    }
    100% {
        r: 15px
    }
}

@keyframes mymove {
    0% {
        r: 5px
    }
    100% {
        r: 15px
    }
}

.innerCircle {
    -webkit-animation: mymove 5s infinite;
    animation: mymove 5s infinite
}

.search-box {
    text-align: right
}

.search-box-wrapper {
    display: table-cell;
    vertical-align: middle;
    float: none
}

.search-box input {
    padding: 10px 30px;
    width: 260px;
    height: 46px;
    border: none;
    border-radius: 23px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #e4eaf1;
    border-right: 0;
    transition: width .2s ease;
    vertical-align: top
}

@media (max-width: 1200px) {
    .search-box input {
        width: 180px
    }
}

.search-box input:focus {
    outline: none;
    border: 1px solid #50d872;
    width: 320px
}

.search-box button {
    vertical-align: top;
    border: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 46px;
    line-height: 46px;
    margin-top: 0;
    margin-right: 0
}

.academy--content > h1:first-child,
.academy-table > h1:first-child {
    margin-top: 0
}

.academy--content p,
.academy--content ul,
.academy-table p,
.academy-table ul {
    line-height: 1.7em;
    margin: 14px 0
}

.academy-table {
    border: 1px solid #e4eaf1;
    border-radius: 4px;
    padding-top: 5px
}

.academy-table--wrapper {
    padding: 0 25px
}

.academy-table--wrapper > ol {
    padding-left: 2px
}

.academy-table--wrapper > ol li {
    margin-left: 0
}

.academy-table--wrapper > ol > li {
    font-size: 1.05em
}

.academy-table--wrapper > ol ol {
    padding-bottom: 17px;
    padding-left: 0
}

.academy-table--wrapper > ol ol li {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    margin: 5px 1px;
    font-size: 15px;
    line-height: 1.6em
}

.academy-table--wrapper > ol ol li a {
    color: #47525d
}

.container-help {
    padding: 20px 0
}

.container-help-content {
    padding: 25px 0
}

.help-admin-menu {
    text-align: right
}

.help-admin-title {
    text-align: center
}

.text-center {
    text-align: center !important
}

.not-published {
    text-decoration: line-through;
    opacity: 0.7
}

.mt0 {
    margin-top: 0
}

.navbar {
    margin: 0
}

.help-box {
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 20px
}

.help {
    font-size: 14px
}

.help h1 {
    text-align: center;
    font-weight: 200;
    font-size: 200%;
    color: #333;
    margin: 10px 0 20px
}

.help h1:first-child {
    margin-top: -15px;
    font-size: 34px;
    color: #555
}

.help h2 {
    text-align: left;
    background: #f7f7f7;
    font-size: 160%;
    color: #333;
    margin: 20px 0;
    padding: 8px 18px;
    line-height: 160%
}

.help h3 {
    text-align: left;
    font-size: 150%;
    color: #333;
    margin: 20px 0 0
}

.help h4 {
    text-align: left;
    font-size: 130%;
    color: #333;
    margin: 6px 0 12px
}

.help h5 {
    text-align: left;
    font-size: 115%;
    color: #333;
    margin: 5px 0 10px
}

.help h6 {
    text-align: left;
    font-size: 100%;
    text-transform: none;
    color: #333;
    margin: 4px 0 8px
}

.help mark {
    background: #fcf6e8;
    border-left: 5px solid #f1e6ca;
    display: block;
    padding: 8px 10px;
    border-radius: 3px;
    font-size: 13px;
    color: #666
}

.help strong {
    color: #333
}

.help img {
    margin: 10px 0;
    border: 1px solid #ddd;
    padding: 1px
}

.help iframe {
    margin: 10px 0;
    border: 1px solid #000
}

.help > h2:first-child {
    margin-top: 0
}

.help > h3:first-child {
    margin-top: 0
}

.help p code {
    padding: 2px 4px;
    color: #1e5f7b;
    background-color: #d3eefc;
    border: none;
    text-shadow: none;
    border: 0;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.alert {
    margin-top: 20px
}

.alert p {
    margin: 5px
}

.sub-page {
    margin-left: 15px
}

.sub-sub-page {
    margin-left: 25px
}

.help-blocks {
    margin: 0;
    padding: 0
}

.help-blocks li {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.help-blocks li a {
    padding: 22px 11px 20px;
    display: block;
    width: 90%;
    float: left;
    margin: 15px 15px 15px;
    color: inherit;
    box-sizing: border-box;
    text-align: center;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .4s ease
}

.help-blocks li a:before {
    border-color: white;
    border-radius: 4px
}

.help-blocks li a:hover {
    text-decoration: none
}

.help-blocks li a:hover * {
    color: white
}

.help-blocks li a:hover:before {
    border-color: #50d872
}

.help-blocks li h3 {
    font-weight: 200;
    font-size: 19px;
    margin: 0 0 5px 0;
    transition: color .3s ease
}

.help-blocks li h3.no-children {
    margin-top: 15px
}

.help-blocks li h3.no-children.no-desc {
    margin-top: 30px
}

.help-blocks li h3.no-desc {
    margin-top: 15px
}

.help-blocks li p {
    font-size: .95em
}

.help-children {
    padding: 10px
}

.help-children {
    margin: 0;
    padding: 0;
    padding-top: 20px;
    margin-top: 20px
}

.help-children li {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.help-children li:nth-child(2n + 1) a {
    margin-left: 0
}

.help-children li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px 25px;
    min-height: 120px
}

.help-children li a h3 {
    text-align: center;
    margin-bottom: 0 !important;
    font-size: 1em;
    margin: 0 0 5px 0;
    line-height: 20px
}

.help-children li a p {
    font-size: 12px;
    margin: 5px 0 0;
    text-shadow: none
}

.help-children li:nth-child(3n) a {
    margin-right: 0 !important
}

.breadcrumb {
    margin-bottom: 0
}

.help-top {
    padding: 5px 0 15px
}

@media (min-width: 992px) {
    .help-top {
        display: table
    }
}

.help-top-full {
    width: 100%
}

.academy-title {
    margin: 0;
    font-size: 1.2em;
    text-align: left;
    line-height: 45px;
    font-weight: bold
}

.academy-title img {
    max-width: 100%
}

.table-title {
    padding-top: 20px
}

.academy-table p {
    margin: 10px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px
}

.academy-table ol {
    list-style-type: upper-roman
}

.academy-table li.active {
    font-weight: bold
}

.date {
    font-size: 12px;
    font-weight: bold;
    margin-left: 10px;
    color: #59a115
}

.share-buttons {
    border-top: 1px solid #eee;
    position: relative;
    top: 15px;
    padding-top: 15px
}

.share-buttons iframe {
    border: 0;
    margin: 0
}

.fs-m {
    line-height: 135%
}

.fs-s {
    font-size: 0.85em
}

.m0 {
    margin: 0 !important
}

.bold {
    font-weight: bold
}

.search-hl {
    margin: -8px 0 0
}

.search-result {
    border-bottom: 1px solid #eee;
    padding: 10px 0
}

.search-result .lead {
    margin-bottom: 0
}

.search-result .lead span {
    color: #08c
}

.search-result .res-url {
    color: #888;
    padding-left: 30px
}

.search-result:last-child {
    border: 0
}

.search-result a:hover .lead span {
    text-decoration: underline
}

.hl-content {
    margin-top: 5px;
    color: #888;
    padding-left: 30px
}

.ovh {
    overflow: hidden
}

.highlight {
    background: #fffdd4;
    padding: 0 3px
}

ul {
    list-style-type: none;
    margin: 0
}

.text-success {
    color: #468847
}

.text-info {
    color: #08c
}

.nb-results {
    border-bottom: 1px solid #eee;
    color: #888;
    padding-bottom: 5px;
    margin-bottom: 10px
}

.keywords-page {
    margin: 30px 0
}

.keywords-page .page-list {
    margin-top: 20px
}

.keywords-page .page-row-with-children {
    border-left: 1px solid #000;
    padding: 15px 0 0 25px
}

.keywords-page .show-keywords-quick-forms-button {
    margin-left: 10px
}

.keywords-page .keywords-quick-forms {
    margin-top: 10px
}

.keywords-page .keywords-quick-forms span {
    width: 20px;
    display: inline-block
}

.keywords-page .keywords-quick-form .success-message {
    margin-top: 10px;
    color: green;
    font-weight: bold;
    padding-left: 25px
}

article.help p {
    margin: 10px 0;
    color: #555
}

.help-parents li a {
    min-height: 182px
}

.help-admin-list li {
    list-style-type: none;
    padding: 8px 15px;
    margin: 0;
    border-left: 1px solid #ccc
}

.span4 .academy-table ol li {
    font-size: 14px;
    margin: 7px 0
}

.span4 .academy-table ol ol li {
    font-size: 12px;
    margin: 3px
}

p.next-page {
    text-align: right
}

.feed li .hidden {
    margin-top: -5px
}

.feed li:hover {
    z-index: 20
}

.badge {
    background-color: #4696ed
}

.nav-tabs {
    padding-bottom: 15px
}

.nav-tabs li a {
    margin-bottom: 2px;
    color: #000000;
    padding: 6px 0;
    padding-left: 0;
    font-size: 18px;
    border: none
}

.nav-tabs li a:hover {
    border: none
}

.nav-tabs li.sub-page {
    margin-top: 0
}

.nav-tabs li.sub-page a {
    color: #47525d;
    padding: 5px 13px;
    font-size: 16px
}

.nav-tabs li.sub-sub-page a {
    color: #acb5be;
    padding: 2px 0px 2px 25px;
    font-size: 14px
}

.nav-tabs li.active a {
    color: #50d872;
    border: none
}

.nav-tabs li.active + .sub-page {
    margin-top: 0
}

.nav-tabs li.active + .sub-page a {
    padding-top: 0
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: none
}

.breadcrumb {
    background: transparent
}

.help img {
    max-width: 100%
}

.breadcrumb > li + li:before {
    content: none
}

.help h2 {
    text-align: left;
    background: none;
    margin: 10px 0 8px;
    padding: 8px 12px 8px 0;
    line-height: 1.6em;
    font-size: 1.4em !important
}

.search-sub-title {
    margin-top: 20px;
    margin-bottom: 0
}

@media (max-width: 768px) {
    .top-posts {
        padding: 0
    }
}

.top-posts .ressources {
    padding-left: 0
}

.top-posts .ressources li {
    margin: 14px 0
}

@media (max-width: 768px) {
    .business-case {
        padding: 0
    }
}

.business-case,
.top-posts {
    margin-top: 15px
}

.business-case > div,
.top-posts > div {
    padding-bottom: 30px
}

.resources .container {
    padding: 25px 0
}

.resources .container.usefull-links {
    padding-bottom: 45px
}

.resources .help-blocks li a {
    display: flex;
    align-items: center;
    justify-content: center !important;
    min-height: 180px;
    transition: all .4s ease;
    box-sizing: border-box
}

.resources .help-blocks li a:before {
    border-color: white;
    border-radius: 4px
}

.resources .help-blocks li a h2.title2,
.resources .help-blocks li a .academy--content h2,
.academy--content .resources .help-blocks li a h2,
.resources .help-blocks li a .academy-table h2,
.academy-table .resources .help-blocks li a h2,
.resources .help-blocks li a .philo.help h2,
.philo.help .resources .help-blocks li a h2 {
    margin-top: 5px;
    color: black
}

.resources .help-blocks li a:hover h2 {
    color: white
}

.resources .help-blocks li a:hover:before {
    border-color: #50d872
}

@media (max-width: 768px) {
    .resources .help-blocks li a {
        width: 100%;
        margin: 15px 0;
        padding: 0
    }
}