/*
Theme Name: Socialyie
Author: Socialyie
Description: Socialyie theme.
Version: 1.0
*/


html {
    scroll-behavior: smooth;
}
.cyb-home, .ul-li ul, .ul-li-block ul, ul#enjoy-imgs {
    padding: 0;
    margin: 0;
}
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
}
*, .owl-carousel .owl-item {
    -webkit-touch-callout: none;
}
.ul-li ul li, section#enjoy-watching li {
    list-style: none;
}
a:hover {
    text-decoration: none!important;
}
* {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cyb-section_title h2 {
    font-weight: 700;
    color: #010101;
}
.cyb-section_title h2 span {
    font-weight: 300;
}
@keyframes fadeFromLeft {
    0% {
    opacity: 0;
    transform: translateX(-20px);
}
100% {
    opacity: 1;
    transform: translateX(0);
}
}@keyframes fadeFromRight {
    0% {
    opacity: 0;
    transform: translateX(20px);
}
100% {
    opacity: 1;
    transform: translateX(0);
}
}@keyframes fadeFromUp {
    0% {
    opacity: 0;
    transform: translateY(20px);
}
100% {
    opacity: 1;
    transform: translateY(0);
}
}.fadeFromUp {
    animation-name: fadeFromUp;
}
.fadeFromRight {
    animation-name: fadeFromRight;
}
.fadeFromLeft {
    animation-name: fadeFromLeft;
}
@-webkit-keyframes bounce {
    20%, 53%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}
70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
}
90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
}
}@keyframes bounce {
    20%, 53%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}
70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
}
90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
}
}.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
@-webkit-keyframes flash {
    50%, from, to {
    opacity: 1;
}
25%, 75% {
    opacity: 0;
}
}@keyframes flash {
    50%, from, to {
    opacity: 1;
}
25%, 75% {
    opacity: 0;
}
}.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}
@-webkit-keyframes pulse {
    from, to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}
}@keyframes pulse {
    from, to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}
}.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
@-webkit-keyframes rubberBand {
    from, to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1);
}
40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1);
}
50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1);
}
65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
}
75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
}
}@keyframes rubberBand {
    from, to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1);
}
40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1);
}
50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1);
}
65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
}
75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
}
}.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}
@-webkit-keyframes shake {
    from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
}@keyframes shake {
    from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
}.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}
@-webkit-keyframes headShake {
    0%, 50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
}
31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
}
}@keyframes headShake {
    0%, 50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
}
31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
}
}.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}
@-webkit-keyframes swing {
    20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
}
40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
}
60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
}
80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
}
to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
}
}@keyframes swing {
    20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
}
40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
}
60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
}
80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
}
to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
}
}.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}
@-webkit-keyframes tada {
    from, to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
}@keyframes tada {
    from, to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
}.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
@-webkit-keyframes wobble {
    from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
}@keyframes wobble {
    from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
}.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}
@-webkit-keyframes jello {
    11.1%, from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg);
}
77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg);
}
88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg);
}
}@keyframes jello {
    11.1%, from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg);
}
77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg);
}
88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg);
}
}.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}
@-webkit-keyframes heartBeat {
    0%, 28%, 70% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
14%, 42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
}@keyframes heartBeat {
    0%, 28%, 70% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
14%, 42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
}.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
    20%, 40%, 60%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
}
80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
}
to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}@keyframes bounceIn {
    20%, 40%, 60%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
}
80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
}
to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
.bounceOut, .flipOutX {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}
@-webkit-keyframes bounceInDown {
    60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
}
75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}@keyframes bounceInDown {
    60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
}
75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
    60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
}
75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
}
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}@keyframes bounceInLeft {
    60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
}
75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
}
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
    60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
}
75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
}
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}@keyframes bounceInRight {
    60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
}
75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
}
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
    60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}
75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}@keyframes bounceInUp {
    60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}
75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
    20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
}
50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
}@keyframes bounceOut {
    20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
}
50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
}.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
    20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
}
}@keyframes bounceOutDown {
    20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
}
}.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
    20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
}
to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
}
}@keyframes bounceOutLeft {
    20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
}
to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
}
}.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
    20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}
to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
}
}@keyframes bounceOutRight {
    20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}
to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
}
}.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
    20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
}
}@keyframes bounceOutUp {
    20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
}
}.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
    from {
    opacity: 0;
}
to {
    opacity: 1;
}
}@keyframes fadeIn {
    from {
    opacity: 0;
}
to {
    opacity: 1;
}
}.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
    from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}@keyframes fadeInDown {
    from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
    from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
}
to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}@keyframes fadeInDownBig {
    from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
}
to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
    from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}@keyframes fadeInLeft {
    from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
    from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
}
to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}@keyframes fadeInLeftBig {
    from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
}
to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
    from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}@keyframes fadeInRight {
    from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
    from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
}
to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}@keyframes fadeInRightBig {
    from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
}
to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
    from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}@keyframes fadeInUp {
    from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
    from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
}
to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}@keyframes fadeInUpBig {
    from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
}
to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
    0%, from {
    opacity: 1;
}
100%, to {
    opacity: 0;
}
}@keyframes fadeOut {
    0%, from {
    opacity: 1;
}
100%, to {
    opacity: 0;
}
}.fadeOut, .owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
}@keyframes fadeOutDown {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
}.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
}
}@keyframes fadeOutDownBig {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
}
}.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
}@keyframes fadeOutLeft {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
}.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
}
}@keyframes fadeOutLeftBig {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
}
}.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
}@keyframes fadeOutRight {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
}.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
}
}@keyframes fadeOutRightBig {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
}
}.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
}@keyframes fadeOutUp {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
}.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
}
}@keyframes fadeOutUpBig {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
}
}.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
    from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
}@keyframes flip {
    from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
}.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}
@-webkit-keyframes flipInX {
    from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
}
40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
}
80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
}@keyframes flipInX {
    from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
}
40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
}
80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
}.flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
.flipInY, .flipOutX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
}
@-webkit-keyframes flipInY {
    from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
}
40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
}
80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
}@keyframes flipInY {
    from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
}
40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
}
80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
}.flipInY {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
    from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
}
to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
}
}@keyframes flipOutX {
    from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
}
to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
}
}.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
}
@-webkit-keyframes flipOutY {
    from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
}
to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
}
}@keyframes flipOutY {
    from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
}
to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
}
}.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
    from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
}
60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
}
80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
}
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}@keyframes lightSpeedIn {
    from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
}
60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
}
80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
}
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
    from {
    opacity: 1;
}
to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
}
}@keyframes lightSpeedOut {
    from {
    opacity: 1;
}
to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
}
}.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
    from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
}
to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
}@keyframes rotateIn {
    from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
}
to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
}.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
    from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
}
to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
}@keyframes rotateInDownLeft {
    from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
}
to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
}.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
    from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
}
to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
}@keyframes rotateInDownRight {
    from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
}
to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
}.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
    from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
}
to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
}@keyframes rotateInUpLeft {
    from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
}
to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
}.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
    from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
}
to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
}@keyframes rotateInUpRight {
    from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
}
to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
}.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
    from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
}
to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
}
}@keyframes rotateOut {
    from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
}
to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
}
}.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
    from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
}
to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
}
}@keyframes rotateOutDownLeft {
    from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
}
to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
}
}.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
    from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
}
to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
}
}@keyframes rotateOutDownRight {
    from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
}
to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
}
}.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
    from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
}
to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
}
}@keyframes rotateOutUpLeft {
    from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
}
to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
}
}.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
    from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
}
to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
}
}@keyframes rotateOutUpRight {
    from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
}
to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
}
}.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
    0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
}
to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
}
}@keyframes hinge {
    0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
}
to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
}
}.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
    from {
    opacity: 0;
    -webkit-transform: scale(.1) rotate(30deg);
    transform: scale(.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
}
to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
}@keyframes jackInTheBox {
    from {
    opacity: 0;
    -webkit-transform: scale(.1) rotate(30deg);
    transform: scale(.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
}
to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
}.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
    from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}@keyframes rollIn {
    from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}
@-webkit-keyframes rollOut {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}@keyframes rollOut {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
    from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
50% {
    opacity: 1;
}
}@keyframes zoomIn {
    from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
50% {
    opacity: 1;
}
}.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
    from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}@keyframes zoomInDown {
    from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
    from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}@keyframes zoomInLeft {
    from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
    from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}@keyframes zoomInRight {
    from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
    from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}@keyframes zoomInUp {
    from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
    from {
    opacity: 1;
}
50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
to {
    opacity: 0;
}
}@keyframes zoomOut {
    from {
    opacity: 1;
}
50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
to {
    opacity: 0;
}
}.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}@keyframes zoomOutDown {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
}@keyframes zoomOutLeft {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
}.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
}@keyframes zoomOutRight {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
}.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}@keyframes zoomOutUp {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
    from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
}
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}@keyframes slideInDown {
    from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
}
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
    from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
}
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}@keyframes slideInLeft {
    from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
}
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
    from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
}
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}@keyframes slideInRight {
    from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
}
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
    from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
}
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}@keyframes slideInUp {
    from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
}
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
    from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
}@keyframes slideOutDown {
    from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
}.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
    from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
}@keyframes slideOutLeft {
    from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
}.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
    from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
}@keyframes slideOutRight {
    from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
}.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
    from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
}@keyframes slideOutUp {
    from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
}.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}
.animated, .owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}
.animated.fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
}
.animated.faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}
.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}
@media (print), (prefers-reduced-motion:reduce) {
    .animated {
    -webkit-animation-duration: 1ms!important;
    animation-duration: 1ms!important;
    -webkit-transition-duration: 1ms!important;
    transition-duration: 1ms!important;
    -webkit-animation-iteration-count: 1!important;
    animation-iteration-count: 1!important;
}
}.cyb-home {
    color: #353535;
    font-size: 16px;
    overflow-x: hidden;
    line-height: 1.625;
    background: #1b1b1b;
    font-family: Poppins;
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}
.cyb-home::selection {
    color: #fff;
    background-color: #6e3ebf;
}
.cyb-home::-moz-selection {
    color: #fff;
    background-color: #6e3ebf;
}
.container {
    max-width: 1200px;
}
.ul-li ul li {
    display: inline-block;
}
.ul-li-block ul li {
    list-style: none;
    display: block;
}
[data-background] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
a {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
.cyb-main-header .mobile_menu_overlay_on, section {
    overflow: hidden;
}
button {
    cursor: pointer;
}
.form-control:focus, a.active, a:focus, a:hover, a:visited, button.active, button:focus, button:hover, button:visited, input.active, input:focus, input:hover, input:visited, select, select:focus, select:hover, select:visited, textarea:focus, textarea:hover {
    outline: 0;
    box-shadow: none;
    text-decoration: none;
    color: inherit;
}
.cyb-banner-text-content a#offer, .cyb-main-menu-item .cyb-header-btn a {
    box-shadow: 0 0 16px 3px rgb(18 52 165 / 25%);
}
.form-control {
    box-shadow: none;
}
.pera-content p {
    margin-bottom: 0;
}
@keyframes zooming {
    0%, 100% {
    transform: scale(1, 1);
}
50% {
    transform: scale(1.05, 1.05);
}
}.zooming {
    animation: 18s infinite both zooming;
}
.cyb-headline h1, .cyb-headline h2, .cyb-headline h3, .cyb-headline h4, .cyb-headline h5, .cyb-headline h6 {
    margin: 0;
    font-family: Poppins;
}
.cyb-section_title {
    margin: 0 auto;
}
.cyb-section_title .title_tag {
    font-size: 18px;
    font-weight: 500;
    display: block;
    color: #60A3F8;
}
.cyb-section_title h2 {
    font-size: 34px;
    padding-top: 10px;
    max-width: 60%;
    padding-bottom: 20px;
    display: block;
    margin: 0 auto;
    color: #fff;
    line-height: 42px;
}
.cyb-main-header {
    padding: 20px 0;
}
.cyb-main-header .cyb-brand-logo {
    margin-top: 7px;
}
.cyb-main-header .cyb-mobile_menu .dropdown, .cyb-main-header .dropdown {
    position: relative;
}
.cyb-main-header .dropdown:after {
    top: -2px;
    color: #fff;
    right: -14px;
    content: "+";
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    transition: .3s ease-in-out;
}
.cyb-main-header .dropdown .dropdown-menu {
    top: 65px;
    left: 0;
    opacity: 0;
    z-index: 2;
    margin: 0;
    padding: 0;
    height: auto;
    width: 200px;
    border: none;
    display: block;
    border-radius: 0;
    overflow: hidden;
    visibility: hidden;
    position: absolute;
    background-color: #fff;
    transition: .4s ease-in-out;
    border-bottom: 2px solid #ef233c;
    box-shadow: 0 5px 10px 0 rgba(83, 82, 82, .1);
}
.cyb-main-header .dropdown .dropdown-menu li {
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #e5e5e5;
}
.cyb-main-header .dropdown .dropdown-menu li a {
    width: 100%;
    color: #343434;
    display: block;
    font-size: 14px;
    padding: 10px 25px;
    position: relative;
    transition: .3s ease-in-out;
}
.cyb-main-header .cyb-mobile_menu .cyb-mobile-main-navigation .navbar-nav li a:after, .cyb-main-header .cyb-mobile_menu .dropdown:after, .cyb-main-header .dropdown .dropdown-menu li a:before, .owl-carousel .owl-refresh .owl-item {
    display: none;
}
.cyb-main-header .dropdown .dropdown-menu li a:after {
    left: 10px;
    top: 16px;
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    border-radius: 100%;
    transform: scale(0);
    background-color: #fff;
    transition: .3s ease-in-out;
}
.cyb-main-header .dropdown .dropdown-menu li a:hover {
    background-color: #ef233c;
    color: #fff;
}
.cyb-main-header .dropdown .dropdown-menu li a:hover:after {
    transform: scale(1);
}
.cyb-main-header .dropdown .dropdown-menu li:last-child {
    border-bottom: none;
}
.cyb-main-header .dropdown:hover .dropdown-menu {
    top: 45px;
    opacity: 1;
    visibility: visible;
}
.cyb-main-menu-item .navbar-nav {
    display: inherit;
}
.cyb-main-menu-item .cyb-main-navigation {
    padding-top: 15px;
    display: inline-block;
}
.cyb-main-menu-item .cyb-main-navigation li {
    margin: 0 16px;
}
.cyb-main-menu-item .cyb-main-navigation li a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: inline;
    padding-bottom: 30px;
    font-family: Poppins;
    transition: .3s;
}
.cyb-main-menu-item .cyb-main-navigation li a:hover, .s2-copyright a, ul.contact-fawter a:hover {
    color: #60A3F8;
}
.cyb-main-menu-item .cyb-header-btn {
    height: 50px;
    line-height: 50px;
    margin-left: 60px;
}
.cyb-main-menu-item .cyb-header-btn a {
    color: #000;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    background: #60A3F8;
    padding: 0 26px;
    border-radius: 30px;
    transition: .3s;
    letter-spacing: .05rem;
    line-height: 44px;
}
.cyb-main-header .cyb-mobile_menu_content {
    top: 0;
    bottom: 0;
    right: -350px;
    height: 100vh;
    z-index: 101;
    position: fixed;
    width: 280px;
    overflow-y: scroll;
    background-color: #030712;
    padding: 40px 0;
    box-shadow: 0 3px 5px rgba(100, 100, 100, .19);
    transition: .5s ease-in;
}
.cyb-main-header .cyb-mobile_menu_content .cyb-mobile-main-navigation, .cyb-main-header .cyb-mobile_menu_content .cyb-mobile-main-navigation .navbar-nav {
    width: 100%}
.cyb-main-header .cyb-mobile_menu_content .navbar-nav .dropdown-menu {
    position: static!important;
    transform: none!important;
}
.cyb-main-header .cyb-mobile_menu_content .cyb-mobile-main-navigation .navbar-nav li {
    width: 100%;
    display: block;
    transition: .3s ease-in-out;
    border-bottom: 1px solid #ffffff1a;
}
.cyb-main-header .cyb-mobile_menu_content .cyb-mobile-main-navigation .navbar-nav li:first-child {
    border-bottom: 1px solid #ffffff1a;
}
.cyb-main-header .cyb-mobile_menu_content .cyb-mobile-main-navigation .navbar-nav li a {
    color: #fff;
    padding: 10px 30px;
    width: 100%;
    display: block;
    font-weight: 700;
    font-size: 14px;
    font-family: Poppins;
    text-transform: uppercase;
}
.cyb-main-header .cyb-mobile_menu_content .m-brand-logo {
    width: 160px;
    margin: 0 auto 30px;
}
.cyb-main-header .cyb-mobile_menu_wrap.mobile_menu_on .cyb-mobile_menu_content {
    right: 0;
    transition: .7s ease-out;
}
.cyb-main-header .mobile_menu_overlay {
    top: 0;
    width: 100%;
    position: fixed;
    z-index: 100;
    right: 0;
    height: 120vh;
    opacity: 0;
    visibility: hidden;
    background-color: rgb(228 228 228 / 32%);
    transition: .5s ease-in-out;
}
.cyb-main-header .cyb-mobile_menu .cyb-mobile-main-navigation .dropdown>.dropdown-menu, .cyb-main-header .cyb-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
    opacity: 1;
    visibility: visible;
}
.cyb-main-header .cyb-mobile_menu_button {
    right: 0;
    top: -42px;
    z-index: 5;
    color: #fff;
    display: none;
    cursor: pointer;
    font-size: 30px;
    line-height: 40px;
    position: absolute;
    text-align: center;
}
.cyb-main-header .cyb-mobile_menu .cyb-mobile_menu_content .cyb-mobile-main-navigation .navbar-nav .dropdown-menu {
    border: none;
    display: none;
    transition: none;
    box-shadow: none;
    padding: 5px 0;
    width: 100%;
    background-color: transparent;
}
.cyb-main-header .cyb-mobile_menu .cyb-mobile_menu_content .cyb-mobile-main-navigation .navbar-nav .dropdown-menu li {
    border: none;
    padding: 0 20px;
    line-height: 1;
}
.cyb-main-header .cyb-mobile_menu .dropdown .dropdown-btn {
    position: absolute;
    top: 6px;
    right: 10px;
    height: 30px;
    color: #afafaf;
    line-height: 22px;
    padding: 5px 10px;
    border: 1px solid #480b86;
}
.cyb-main-header .cyb-mobile_menu .cyb-mobile_menu_close {
    color: #ef233c;
    cursor: pointer;
    top: 15px;
    left: 15px;
    font-size: 20px;
    position: absolute;
}
/* ---------- hero ----------
   Was a 585 KB photo collage of copyrighted show artwork. Replaced with a
   CSS-only brand gradient: nothing to download, nothing to license, and the
   headline and header logo finally sit on a predictable ground instead of
   whatever poster happened to be behind them.

   Base is near-black with a faint green cast borrowed from the logo's #263B2B,
   lit by two soft brand glows and a fine dot grid for texture. It fades into
   #1b1b1b at the bottom so there is no seam against the next section. */

.cyb-banner-section {
    padding: 70px 0;
    padding-top: 160px;
    position: relative;
    display: block;
    background-color: #0D1310;
    background-image: url("home-bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    isolation: isolate;
}

/* brand glows + fade into the section below */
.cyb-banner-section::before {
    /* Layer order: magenta key light upper-left, a soft spotlight behind the
       headline, a lifted green (the raw #263B2B is too close to the base to
       register), a magenta bounce under the CTAs, then the fade into #1b1b1b.
       Comments stay outside the declaration - inline ones inside the value
       stopped the whole background from parsing. */
           content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;

    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.82) 0%,
            rgba(0, 0, 0, 0.20) 50%,
            rgba(0, 0, 0, 0.50) 100%
        ),
        linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.05) 0%,
            rgba(0, 0, 0, 0.10) 65%,
            rgba(27, 27, 27, 0.90) 100%
        );
}

/* fine dot grid, faded out at the edges so it never competes with the copy */
.cyb-banner-section::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background-image: radial-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px);
    background-size: 26px 26px;
    -webkit-mask-image: radial-gradient(72% 62% at 50% 38%, #000 35%, transparent 100%);
            mask-image: radial-gradient(72% 62% at 50% 38%, #000 35%, transparent 100%);
}

/* Keep the hero copy above both layers. */
.cyb-banner-section > * { position: relative; z-index: 1; }
.cyb-banner-text-content {
    color: #fff;
    position: relative;
    padding-bottom: 10px;
}
.cyb-banner-text-content h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.167;
    color: #fff;
    padding-bottom: 20px;
}
.cyb-banner-text-content p {
    font-size: 16px;
    padding-bottom: 30px;
    color: #dadada;
}
.cyb-banner-text-content a#offer {
    height: 54px;
    font-size: 17px;
    display: inline-block;
    font-weight: 700;
    line-height: 48px;
    padding: 0 50px;
    text-align: center;
    font-family: Poppins;
    transition: .3s ease-in-out;
    border-radius: 30px;
    letter-spacing: .05rem;
    color: #60A3F8;
    border: 2px solid #60A3F8;
	    margin-top: 10px;
}
.cyb-banner-text-content a#offer i {
    margin-left: 8px;
}
.cyb-service-section {
    padding: 10px 0;
    padding-bottom: 20px;
    background-color: #1b1b1b;
}
.cyb-service-innerbox {
    position: relative;
    transition: .3s ease-in-out;
}
.cyb-service-innerbox .cyb-service-icon svg {
    height: 50px;
}
.cyb-service-innerbox .cyb-service-text h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 14px;
    line-height: 24px;
}
.cyb-service-innerbox .cyb-service-text p {
    color: #bebebe;
    line-height: 24px;
    font-size: 15px;
    font-weight: 400;
}
.cyb-service-innerbox .cyb-service-text .cyb-feature-more {
    width: 100px;
    height: 38px;
    display: block;
    font-size: 15px;
    line-height: 34px;
    font-weight: 700;
    font-family: Poppins;
    border: 2px solid #ef233c;
    transition: .3s ease-in-out;
}
.cyb-service-innerbox .cyb-service-text .cyb-feature-more i {
    font-size: 14px;
}
.cyb-service-innerbox .cyb-service-text .cyb-feature-more:hover {
    border: 2px solid #ef233c;
    background-color: #ef233c;
    color: #fff;
}
.cyb-pricing-section .cyb-pricing-content, .cyb-service-section .cyb-service-content {
    padding-top: 40px;
}
.cyb-pricing-section {
    padding: 30px 0 60px;
}
.cyb-pricing_item {
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 0 5px;
    transition: .4s ease-in-out;
    box-shadow: 0 0 40px 0 rgb(0 0 0 / 12%);
    position: relative;
    border-radius: 20px;
    background: #fdf7FB33;
}
.ribbon-right {
    position: absolute;
    top: -10px;
    left: auto;
    right: -10px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 150px;
    overflow: hidden;
    height: 150px;
}
span.ribbon {
    margin-top: 50px;
    background: #60A3F8;
    transform: translateY(-50%) translateX(-50%) translateX(50px) rotate(-45deg);
    color: #fff;
    font-family: Poppins, Sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .5px;
    display: block;
    text-align: center;
    padding: 4px;
}
.cyb-pricing_item .cyb-pricing_price {
    z-index: 1;
}
.cyb-pricing_item .cyb-pricing_price .pricing_icon svg {
    fill: #000;
    width: 40px;
    height: 40px;
}
.cyb-pricing_item .cyb-pricing_price .cyb-pricing_text {
    color: #000;
    font-family: Poppins;
    padding: 0;
}
.cyb-pricing_item .cyb-pricing_price .cyb-pricing_text > span:not(.oldprice) {
    display: block;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #ffffff;
}
.cyb-pricing_item .cyb-pricing_price .cyb-pricing_text strong {
    font-size: 50px;
    line-height: 1;
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
}
.cyb-pricing_item .cyb-pricing_list li {
    padding: 6px 0;
    font-family: Poppins;
    font-weight: 400;
    font-size: 15px;
    color: #f1ecfb;
    line-height: 17px;
    text-align: center;
}
.cyb-pricing_item .cyb-pricing_list li:last-child {
    border: none;
    padding-bottom: 0;
}
.cyb-pricing_item .cyb-pricing_list i {
    font-size: 20px;
    margin-right: 4px;
    position: relative;
    color: #EF233C;
    display: inline-block;
    line-height: 24px;
    text-align: center;
    border-radius: 30px;
    top: 2px;
}
.cyb-pricing_item .cyb-pricing_btn {
    padding: 22px 24px;
    padding-bottom: 20px;
    text-align: center;
}
.cyb-pricing_item .cyb-pricing_btn a, .cyb-pricing_item .cyb-pricing_btn button {
    font-size: 18px;
    height: 44px;
    color: #000;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    font-family: Poppins;
    display: block;
    transition: .3s ease-in-out;
    border-radius: 30px;
    background-color: #60A3F8;
    margin-bottom: 10px;
}
.cyb-pricing_item .cyb-pricing_btn a i {
    font-size: 20px;
    margin-right: 8px;
}
.cyb-subscribe-section, .owl-carousel .owl-animated-out {
    z-index: 1;
}
.setup_inner .s_number .round {
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
}
.s2-copyright {
    color: #fff;
    padding: 20px 0;
    font-size: 15px;
    font-family: Poppins;
    background-color: #010101;
    font-weight: 500;
}
@media screen and (max-width:1024px) {
    .cyb-banner-feature-innerbox .cyb-banner-feature-icon-text .cyb-banner-feature-text h3 {
    font-size: 20px;
}
}@media screen and (max-width:991px) {
    .cyb-banner-feature-innerbox, .cyb-pricing_item, .cyb-service-innerbox {
    margin-bottom: 30px;
}
.cyb-about_img, div#left-header-p {
    text-align: center;
}
section#cyb-banner {
    padding: 40px 0;
    padding-top: 120px;
}
.cyb-banner-text-content h1 {
    font-size: 40px;
}
.cyb-main-menu-item .cyb-main-navigation {
    display: none;
}
.cyb-main-header .cyb-mobile_menu_button {
    display: block;
}
.cyb-main-menu-item .cyb-header-btn {
    height: 40px;
    line-height: 40px;
    margin-left: 20px;
    margin-right: 50px;
    border-radius: 6px;
}
.cyb-main-header .cyb-brand-logo {
    margin-top: 0;
}
.cyb-banner-text-content a#offer {
    height: 50px;
    line-height: 50px;
}
}@media screen and (max-width:768px) {
    .setup_img img, .setup_item {
    margin-bottom: 30px;
}
#cyb-service .cyb-section_title h2 {
    max-width: 100%!important;
}
#cyb-service .cyb-section_title {
    max-width: 100%!important;
    padding: 0 20px!important;
}
.setup_img img {
    width: 200px;
}
.cyb-section_title h2 {
    max-width: 90%}
.setup_item:last-child {
    margin-bottom: 0!important;
}
.setup_inner .setup_content {
    text-align: center!important;
    padding: 0!important;
    margin-top: 40px;
}
.setup_img {
    padding-left: 0;
}
}@media screen and (max-width:680px) {
    div#rightlogo-f img  {
     max-width:  100%!important;
 }
.about-slider-mob {
    display: block!important;
}
.about-slider {
    display: none;
}
#cyb-service .cyb-section_title h2 {
    font-size: 26px!important;
}
#cyb-service .cyb-section_title span.title_tag {
    font-size: 16px!important;
    line-height: 26px!important;
}
.cyb-subscribe-content .cyb-subscribe-form input {
    max-width: 100%}
.cyb-subscribe-content .cyb-subscribe-form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 115px;
}
}@media screen and (max-width:400px) {
    #cyb-header .container {
    padding: 0 10px;
}
.cyb-brand-logo img {
    width: 150px;
}
.cyb-main-menu-item .cyb-header-btn {
    margin-right: 38px;
}
}@media screen and (max-width:480px) {
    .cyb-banner-text-content h1 {
    font-size: 40px;
}
.cyb-service-section {
    padding-bottom: 30px!important;
}
.cyb-banner-section {
    padding: 180px 0 50px;
}
.cyb-banner-text-content {
    padding-bottom: 65px;
}
.cyb-about_section .cyb-about-right-img .cyb-about_text_icon, .cyb-about_section .cyb-about_text_icon {
    padding-left: 0;
    padding-right: 0;
}
.cyb-about_section .about_content_cyb {
    padding: 20px 0 25px;
}
.cyb-about_section .cyb-about_text_icon .cyb-about_text h3 {
    font-size: 28px;
}
.cyb-about_img {
    margin-top: 30px;
}
.cyb-section_title h2 {
    font-size: 30px;
}
.cyb-service-section {
    padding: 50px 0 30px;
}
.cyb-pricing-section {
    padding: 30px 0 60px;
}
}@media screen and (max-width:320px) {
    .cyb-banner-text-content h1 {
    font-size: 34px;
}
}.odometer.odometer-auto-theme, .odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-minimal, .odometer.odometer-theme-minimal .odometer-digit {
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.no-js .owl-carousel, .odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon, .old-p-discount, .owl-carousel.owl-loaded {
    display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value {
    position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out;
}
.owl-carousel {
    display: none;
    width: 100%;
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    border-radius: 6px;
}
.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}
.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -ms-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}
.cyb-brand-logo img {
    width: 160px;
}
.ei-payment-mathod {
    margin-top: 30px;
}
ul.contact-fawter a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #050505;
    margin-bottom: 10px;
    transition: .3s;
}
ul.contact-fawter a i {
    font-size: 34px;
    display: inline-block;
    margin-right: 6px;
    position: relative;
    top: 6px;
}
.cyb-pricing-section .cyb-section_title p {
    font-size: 16px;
    margin: 0 20px;
    color: #9d9d9d;
    margin-top: 12px;
}
.cyb-pricing_item .cyb-pricing_price .cyb-pricing_text p {
    color: #f01;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}
#cyb-service .cyb-section_title {
    max-width: 80%}
#cyb-service .cyb-section_title h2 {
    margin-bottom: 20px;
    color: #fff;
    max-width: 100%}
#cyb-service .cyb-section_title span.title_tag {
    font-size: 18px;
    color: #60A3F8 !important;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 6px;
}
#cyb-service .cyb-service-text.pera-content {
    margin-top: 4px;
}
div#bellow-p {
    margin-top: 40px;
    font-weight: 900;
    max-width: 100%}
.old-p-discount>span {
    display: inline-flex!important;
    font-size: 16px!important;
    color: #000!important;
    font-weight: 600!important;
    margin-bottom: 0!important;
}
.testimakhir-links a, section#enjoy-watching h2 {
    font-weight: 700;
    font-family: Poppins, Sans-serif;
}
.old-p-discount>span.saave {
    background-color: #ef233c;
    color: #fff!important;
    border-radius: 20px;
    display: inline-block;
    padding: 4px 12px;
    font-size: 14px!important;
}
.old-p-discount>span:first-child {
    position: relative;
    top: 3px;
    margin-right: 2px;
    font-size: 18px!important;
}
.cyb-pricing_item .cyb-pricing_price .cyb-pricing_text span.fofoo {
    display:  block!important;
    margin-bottom: 16px!important;
    font-size: 20px!important;
    font-weight:  600!important;
    margin-right:  0!important;
    color: #60A3F8 !important;
    margin-top: 0;
}
section#enjoy-watching {
    background: #1b1b1b;
    display: block;
    padding: 40px 0 0;
    text-align: center;
}
section#enjoy-watching h2 {
    color: #282828;
    font-size: 32px;
    margin-bottom: 30px;
    letter-spacing: -.8px;
}
ul#enjoy-imgs img {
    border-radius: 10px;
    border: 2px solid #fff;
}
.testimakhir-links {
    display: block;
    overflow: hidden;
    text-align: center;
    margin: 40px auto 0;
}
.testimakhir-links a {
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
    font-style: normal;
    line-height: 30.6px;
    border-radius: 30px;
    padding: 13px 50px 14px;
    color: #000000;
    margin-bottom: 10px;
    transition: .3s;
    background: #60A3F8;
    font-weight: 600;
    letter-spacing: .05rem;
}
.testimakhir-links span {
    display: block;
    overflow: hidden;
    font-size: 18px;
    letter-spacing: .4px;
    font-weight: 500;
    color: #fff;
}
.cyb-testimonial-section {
    padding: 60px 0;
    z-index: 1;
    background: #1b1b1b;
}
#cyb-testimonial .cyb-section_title h2 {
    padding-bottom: 20px;
}
section#cyb-movies {
    background: #1b1b1b;
    display: block;
    padding: 40px 0 30px;
    text-align: center;
}
#cyb-movies h2 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 700;
    font-family: Poppins, Sans-serif;
}
#cyb-movies .title_tag {
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    color: #60A3F8;
}
#mvs-imgs li {
    list-style: none!important;
}
#mvs-imgs {
    padding: 0!important;
    margin: 0!important;
}
#mvs-imgs li img {
    border-radius: 6px;
    display: block;
    border: 2px solid #fff;
}
/* Removed: section#cyb-banner:before was a flat rgb(27 27 27 / 64%) scrim whose
   only job was dimming the old photo collage so the headline stayed readable.
   The collage is gone, and because an id selector outranks .cyb-banner-section
   its background shorthand was silently overwriting the hero gradient. */
div#left-header-p {
    text-align: center;
    display: block;
    max-width: 80%;
    margin: 0 auto;
}
div#left-header-p span:not(.styleinside) {
    display: block;
    margin-bottom: 14px;
    color: #dadada;
}
header#cyb-header {
    position: absolute;
    z-index: 99;
    right: 0;
    left: 0;
}
div#left-header-p ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 70px;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 50px;
}
div#left-header-p ul li {
    text-align: center;
    justify-content: center;
    align-items: center;
}
section#cyb-movies-num {
    display: block;
}
section#cyb-movies-num ul {
    padding: 0;
    margin: 2rem 0;
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
}
@media (min-width:640px) {
    section#cyb-movies-num ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
}section#cyb-movies-num li p.font-bold {
    font-weight: 700;
    color: #fff;
    font-size: 34px;
    line-height: 2.25rem;
    margin-bottom: 10px;
}
section#cyb-movies-num li p.text-muted-foreground {
    font-size: 16px;
    line-height: 1.25rem;
    color: #9d9d9d;
    margin: 0;
}
#cyb-pricing .cyb-section_title h2 {
    padding-bottom: 0;
}
.cyb-service-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.cyb-service-content .cyb-service-grd {
    border: 1px solid #ffffff2e;
    padding: 20px 30px;
    text-align: center;
    border-radius: 10px;
}
.cyb-testimonial-content {
    padding: 10px 0;
}
div#rightppp-r {
    float: right;
}
section#alldevcise {
    padding: 40px 0 0;
    z-index: 1;
}
div#leftppp-r p {
    color: #bebebe;
    font-size: 16px;
    display: block;
    margin: 16px auto;
    line-height: 28px;
    margin-bottom: 22px;
}
div#leftppp-r h2 {
    display: block;
    color: #fff;
    font-size: 28px;
    margin: 10px 0;
    line-height: 38px;
}
div#leftppp-r a {
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
    font-style: normal;
    line-height: 30px;
    border-radius: 30px;
    padding: 12px 54px;
    color: #000;
    margin-bottom: 20px;
    transition: .3s;
    font-weight: 600;
    background: #60A3F8;
    letter-spacing: .05rem;
}
div#leftppp-r p b {
    color: #fff;
}
a#ppl-pay {
    font-size: 16px;
    font-weight: 700;
    background: #ffc439;
    color: #000;
    letter-spacing: -.3px;
    cursor: pointer;
    border: none;
    margin-bottom: 14px;
    line-height: 59px;
}
div#accordion {
    margin: 20px auto;
    margin-bottom: 0;
    display: block;
    overflow: hidden;
}
div#accordion .panel-heading a {
    color: #fff!important;
    background: #393939;
    display: block;
    font-weight: 600;
    padding: 6px 18px;
    position: relative;
    font-size: 16px;
    cursor: pointer;
    padding-bottom: 12px;
    border-radius: 10px;
}
div#accordion .panel-body {
    color: #fff;
    font-size: 15px;
    display: block;
    margin-bottom: 30px;
}
#faq-s .cyb-section_title {
    margin-bottom: 20px;
}
div#accordion .panel:last-child .panel-body {
    margin-bottom: 0;
}
#accordion .panel-heading a svg path {
    fill: #ffffff;
}
#accordion .panel-heading a svg {
    background: #60A3F8;
    display: inline-block;
    width: 30px;
    border-radius: 30px;
    height: 20px;
    margin-right: 7px;
    position: relative;
    top: 4px;
    padding: 3px;
}
section#faq-s {
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}
footer#footer {
    display: block;
    overflow: hidden;
    padding: 0;
}
div#left-mmnu {
    margin: 0;
    padding: 0;
}
div#right-mmnu {
    margin: 0;
    padding: 0;
}
.top-footer {
    display: block;
    overflow: hidden;
    background: #000000;
}
div#left-mmnu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
div#left-mmnu ul li {
    display: inline-block;
}
div#left-mmnu ul li a {
    color: #fff;
}
.bottom-footer {
    display: block;
    overflow: hidden;
    padding: 20px 0;
    background-color: #000000;
    border-top: 1px solid #ffffff2e;
}
div#leftlogo-f img {
    max-width: 150px;
}
div#right-mmnu p {
    color: #fff;
    text-align: right;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}
.top-footer .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    vertical-align: middle;
    align-items: center;
    padding: 30px 15px;
}
div#rightlogo-f img {
    max-width: 280px;
}
div#rightlogo-f {
    text-align: right;
}
.bottom-footer .top-footer .container {
    display: grid;
    vertical-align: middle;
    align-items: center;
}
.bottom-footer .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    vertical-align: middle;
    align-items: center;
}
#faq-s .testimakhir-links {
    margin-bottom: 40px;
}
div#left-mmnu ul li a {
    font-size: 15px;
    display: block;
    padding-right: 22px;
    transition: .3s;
    font-weight: 500;
}
section#alldevcise.sportss {
    padding: 0;
    padding-bottom: 50px;
}
section#alldevcise.sportss div#rightppp-r {
    float: left;
}
section#alldevcise.sportss div#leftppp-r {
    float: right;
    padding-left: 30px;
}
div#leftppp-r h2 strong {
    color: #60A3F8;
}
a#ppl-pay svg {
    width:  80px;
     display:  inline-block;
     margin-top:  11px;
     margin-left:  4px;
}
span.bynowinff {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-top: 12px;
}
div#accordion .panel-heading a.active {
    color: #ffffff!important;
}
#faq-s .panel-body a {
    color: #EF233C;
}
span.howto-dsc a {
    color: #60A3F8;
}
span.tp-title {
    color: #41495b;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 18px;
}
.tp-body {
    color: #8993aa;
    font-size: 12px;
    margin: 0;
    padding: 0;
    padding-right: 10px;
    line-height: 18px;
    margin-top: 1px;
}
span.timestamp {
    color: #b0bbd7;
    font-size: 10px;
    line-height: 21px;
}
.tp-image-wrapper {
    float: left;
    align-items: center;
    display: flex;
    margin: 0;
    width: 60px;
    text-align: center;
    margin-right: 8px;
    margin-left: 4px;
}
.tp-image-wrapper span {
    align-items: center;
    background-color: #f1f5fc;
    border: 1px solid #fff;
    border-radius: 100%;
    color: #41495b;
    display: flex;
    font-family: sans-serif;
    font-size: 30px;
    font-weight: 700;
    height: 60px;
    justify-content: center;
    margin: 0;
    max-width: inherit;
    padding: 0;
    width: 70px;
}
.tp-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 7px 6px;
    margin-bottom: 2px;
}
.fake-sales-pop-up .close-button svg {
    fill: #ffffff!important;
}
.fake-sales-pop-up {
    position: fixed;
    bottom: -60px;
    left: 30px;
    z-index: 9999;
    width: 300px;
    transition: .7s;
}
.fake-sales-pop-up.hide {
    bottom: -60px;
    transition: .7s;
}
.fake-sales-pop-up.show {
    bottom: 30px;
}
.fake-sales-pop-up-inside {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, .1) 1px 1px 15px 2px;
    padding: 0;
    text-align: left;
    border-radius: 50px;
    border: 2px solid transparent;
}
.fake-sales-pop-up .close-button {
    position: absolute;
    top: -16px;
    right: -6px;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    background: #60A3F8;
    border-radius: 50%
    }
#faq-s .testimakhir-links a {
    margin-bottom: 20px;
}
#accordion .panel-heading {
    margin-bottom: 12px!important;
}
.cyb-banner-text-content h1 span.styleinside {
    color: #60A3F8;
}
img#smarters-pro {
    display: block;
    width: 600px;
    margin: auto;
    margin-bottom: 40px;
}
.fake-sales-pop-up .fake-sales-pop-up-inside:not(:last-child) {
    display: none!important;
}
@media(max-width:1024px) {
    .cyb-pricing_item .cyb-pricing_price .cyb-pricing_text strong {
    font-size: 54px;
}
.cyb-pricing_item .cyb-pricing_price .cyb-pricing_text {
    padding: 0 20px;
}
}@media(max-width:860px) {
    .cyb-service-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.cyb-pricing-section {
    padding-bottom: 20px;
}
div#left-header-p ul {
    gap: 30px;
}
div#left-header-p {
    max-width: 90%}
}@media(max-width:768px) {
    .external-page .inside-ttl {
    margin-bottom: 20px;
}
.col-md-6 {
    max-width: 100%;
}
.cyb-pricing_item .cyb-pricing_price .cyb-pricing_text strong {
    font-size: 60px;
}
span.howto-dsc {
    font-size: 16px;
}
section#cyb-movies-num ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
div#rightppp-r {
    float: none;
    margin-bottom: 20px;
}
div#leftppp-r h2, div#leftppp-r p {
    text-align: center;
}
div#leftppp-r a {
    display: block;
    text-align: center;
    margin-bottom: 0;
}
.cyb-service-section {
    padding-bottom: 0;
}
#cyb-pricing .cyb-section_title h2 {
    font-size: 30px;
}
.cyb-pricing-section .cyb-section_title p {
    font-size: 15px;
}
section#alldevcise.sportss div#rightppp-r {
    float: none;
    margin-bottom: 20px;
}
.bottom-footer .container {
    display: block;
    text-align: center;
}
div#right-mmnu p {
    text-align: center;
}
div#left-mmnu {
    margin-bottom: 20px;
}
.cyb-pricing-section .cyb-pricing-content {
    padding: 0 10px;
    padding-top: 40px;
}
div#left-mmnu ul li {
    display: block;
}
div#left-mmnu ul li a {
    font-size: 16px;
    margin-bottom: 12px;
    padding-right: 0;
}
div#insidepage-container {
    padding: 10px!important;
}
#channels_list p {
    font-size: 16px!important;
}
section#alldevcise.sportss div#leftppp-r {
    float: none;
    padding: 0 15px;
}
}@media(max-width:575px) {
    section#enjoy-watching  {
     padding-top:  20px;
 }
section#cyb-banner  {
     padding-bottom:  20px;
 }
.cyb-service-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
.cyb-service-content .cyb-service-grd {
    padding-bottom: 10px;
}
.cyb-pricing_item, .cyb-service-innerbox {
    margin-bottom: 30px;
}
}@media(max-width:920px) {
    .search-bar {
    width: 94%!important;
}
.boxx-wrapper {
    width: 94%!important;
}
div#insidepage-container {
    max-width: 94%!important;
    margin: auto;
}
img#smarters-pro {
    width: 80%}
}@media(max-width:530px) {
    section#faq-s {
    margin-bottom: 0;
}
div#left-header-p ul {
    gap: 20px;
}
div#leftppp-r h2 {
    font-size: 24px;
}
div#leftppp-r p {
    font-size: 15px;
}
}@media(max-width:425px) {
    .cyb-banner-text-content p {
    font-size: 15px;
}
.cyb-main-menu-item .cyb-header-btn a {
    font-size: 14px;
    padding: 0 22px;
    line-height: 40px;
}
.cyb-main-header .cyb-mobile_menu_button {
    top: -42px;
}
.cyb-main-menu-item .cyb-header-btn {
    margin-right: 42px;
    margin-left: 0;
}
div#left-header-p {
    max-width: 100%;
    padding-bottom: 20px;
}
.cyb-banner-text-content h1 {
    font-size: 30px;
}
div#left-header-p ul {
    gap: 10px;
}
section#cyb-banner {
    padding-bottom: 10px;
}
#cyb-movies h2 {
    font-size: 22px;
    line-height: 32px;
}
section#cyb-movies-num li p.font-bold {
    font-size: 30px;
}
#cyb-pricing .cyb-section_title h2 {
    font-size: 28px;
}
.cyb-pricing-section .cyb-section_title p {
    line-height: 26px;
}
.cyb-pricing-section {
    padding-bottom: 0;
}
.cyb-service-section {
    padding-top: 30px;
}
section#alldevcise {
    padding-top: 10px;
}
div#accordion .panel-heading a {
    font-size: 15px;
    padding: 6px 14px;
    padding-bottom: 12px;
    line-height: 25px;
}
#accordion .panel-heading a svg {
    margin-right: 4px;
}
#cyb-service .cyb-section_title {
    padding: 0!important;
}
#cyb-service .cyb-section_title h2 {
    margin-bottom: 10px;
}
section#cyb-service {
    padding-top: 20px;
}
.fake-sales-pop-up {
    left: 20px;
}
.fake-sales-pop-up.show {
    bottom: 20px;
}
.cyb-pricing_item .cyb-pricing_list li {
    padding: 2px 30px 3px 30px;
}
}@media(max-width:375px) {
    .testimakhir-links a {
    padding: 13px 40px 14px;
}
img#smarters-pro {
    width: 90%}
}#top-guide, a#top-channels {
    color: #000;
    display: inline-block;
    font-size: 15px;
    letter-spacing: .05rem;
    font-weight: 600;
    background: #60A3F8;
    padding: 0 36px;
    border-radius: 30px;
    transition: .3s;
    line-height: 44px;
    margin-bottom: 14px;
}
.cky-revisit-bottom-left  {
     display:  none!important;
 }
#paywith  {
     display:  inline-block;
     font-size:  14px;
     font-weight:  600;
     line-height:  26px;
     top:  -8px;
     position:  relative;
     margin-left:  -10px;
 }
a#crdt-pay span#paywith  {
     top:  0px;
     margin-right:  4px;
     margin-left:  2px;
 }
@media(max-width:575px) {
     div#left-header-p  {
     max-width:  100%!important;
     padding-bottom:  20px!important;
 }
 }.cyb-pricing_item.popular {background: #1b1b1b;border: 1px solid #60A3F8;}

.cyb-pricing_item.popular span.ribbon {
    background: #f00;
    color: #ffffff;
}

.cyb-pricing_item.popular .cyb-pricing_price .cyb-pricing_text > span:not(.oldprice) {
    color: #ffffff;
}

.cyb-pricing_item.popular .cyb-pricing_price .cyb-pricing_text strong {
    color: #ffffff;
}

.cyb-pricing_item.popular .cyb-pricing_list li {
}

.cyb-pricing_item.popular .cyb-pricing_btn a, .cyb-pricing_item.popular .cyb-pricing_btn button {
}

.cyb-pricing_item.popular span.bynowinff {
    color: #ffffff;
}
.cyb-pricing_item .cyb-pricing_price .cyb-pricing_text h6 {
    display: block;
    color: #60A3F8;
    margin-bottom: 16px;
    font-size: 20px;
}
div#pricecurrent {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    color: #fff;
    font-weight: 800;
    font-size: 70px;
    padding: 12px 0;
}

span.price-currency {
    align-self: flex-start;
}

.price-after-price {
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    text-align: start;
    align-self: stretch;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 4px;
}

span.price-table-excluded {
    line-height: normal;
    letter-spacing: normal;
    text-transform: none;
    font-weight: 400;
    font-size: medium;
    font-style: normal;
}

span.price-currency,span.price-table-part {
    line-height: 1;
    font-size: .3em;
    margin-right: 2px;
    margin-top: -2px;
}

span.price-table__integer-part {
    line-height: .8;
}

/* ---------- brand logo ----------
   Brand colours sampled from socialyie.webp:
     green   #263B2B   magenta #60A3F8

   The supplied file has no alpha — a white background is baked in — and its
   dark green would sit at roughly 1.5:1 against this theme's #1b1b1b, i.e.
   invisible. socialyie-logo.webp is a generated dark-surface variant: white
   knocked out to transparency, the green lettering remapped to white, the
   magenta untouched. socialyie-logo-light.webp is the original, for use on
   white surfaces (invoices, email, print). */

.site-logo { display: inline-block; line-height: 0; }

.site-logo img {
    width: 170px;
    height: auto;
    display: block;
}

#leftlogo-f .site-logo img { width: 150px; }

@media screen and (max-width: 680px) {
    .site-logo img { width: 135px; }
}

/* ---------- links inside page content ----------
   The content area sets color:#fff and the theme strips underlines globally,
   so anchors in Terms, Privacy, Refund and the confirmation page were rendering
   as ordinary white text - visually indistinguishable from the sentence around
   them. Brand colour plus an underline makes them look clickable again. */

.inside-content a {
    color: #60A3F8;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    transition: color .15s ease;
}

.inside-content a:hover,
.inside-content a:focus {
    color: #fff;
    text-decoration: underline;
}

/* ---------- pricing card alignment ----------
   Cards are rendered from the plan table, and a plan with no genuine saving
   prints no badge. That made its card 35px shorter than the rest, so its
   feature list and BUY NOW button sat higher than the others.

   Every card now prints a per-month rate in that slot, so the row can never
   collapse. The cards also stretch to equal height with the button pinned to
   the bottom, so any future difference in content length cannot knock them
   out of line either. */

.cyb-pricing-content .row > [class*="col-"] {
    display: flex;
}

.cyb-pricing-content .cyb-pricing_item {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.cyb-pricing-content .cyb-pricing_item .cyb-pricing_btn {
    margin-top: auto;
}

/* The saving reads as an aside to the rate it is measured against, not as a
   second competing headline. */
.fofoo-save {
    font-style: normal;
    opacity: .9;
}

/* Keep the rate line on ONE line at every width.
   Between 992px and 1199px the four-across grid squeezes each card to about
   226px, where "$10.00 / month · Save 49%" wrapped to two lines while the
   plan with no saving stayed on one - putting the feature lists 33px out of
   step again. Fluid sizing shrinks the line instead of breaking it, and nowrap
   guarantees it. */
.cyb-pricing_item .cyb-pricing_price .cyb-pricing_text span.fofoo {
    white-space: nowrap !important;
    font-size: clamp(14px, 1.4vw, 20px) !important;
}

/* Below the lg breakpoint the cards go two-across and get wide again, so the
   line can return to full size. */
@media (max-width: 991px) {
    .cyb-pricing_item .cyb-pricing_price .cyb-pricing_text span.fofoo {
        font-size: 18px !important;
    }
}
