/* Title */
.sx-widget-title__link:hover {
    color: #000;
    text-decoration: none;
}

/* Textarea */
/* Content */
/* Horizontal Text Image */
.sx-widget-horizontal-text-image--type-gray .sx-widget-horizontal-text-image__col--second {
    background-color: #fafafa;
}

.sx-widget-horizontal-text-image--type-gray .sx-widget-horizontal-text-image__col-container--text {
    padding: 60px;
}

.sx-widget-horizontal-text-image__row--rightleft {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
}

@media (min-width: 1250px) {
    .sx-widget-horizontal-text-image__row--rightleft {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }
}

.sx-widget-horizontal-text-image__col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.sx-widget-horizontal-text-image__col-container--image {
    margin-bottom: 40px;
}

@media (min-width: 769px) {
    .sx-widget-horizontal-text-image__col-container--image {
        margin-bottom: 0;
    }
}

.sx-widget-horizontal-text-image__col--first {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
}

.sx-widget-horizontal-text-image__link:hover {
    color: #000;
    text-decoration: none;
}

/* Vertical Text Image */
/* Image */
.sx-widget-image__image {
    margin-bottom: 4px;
}

.sx-widget-image__image-lengend {
    font-size: 14px;
}

/* Download Box */
.sx-widget-download-box {
    background-color: #fafafa;
    padding: 35px 45px 60px;
}

.sx-widget-download-box__list {
    list-style: none;
    margin-bottom: 45px;
    padding-bottom: 30px;
    padding-left: 0;
    border-bottom: 1px solid #ccc;
}

.sx-widget-download-box__list-item {
    position: relative;
    display: block;
    margin-bottom: 5px;
    padding: 0;
}

.sx-widget-download-box__list-item-link {
    text-decoration: none;
    font-weight: 700;
}

.sx-widget-download-box__list-item-link:hover {
    text-decoration: underline;
}

/* Gallery */
/* Video Embed */
/* Video Html */
.sx-widget-video-html__container video {
    max-width: 100%;
}

/* Call to Action */
.sx-widget-call-to-action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 55px 20px 40px;
    background-color: #fa942e;
}

@media (min-width: 1250px) {
    .sx-widget-call-to-action {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        padding: 45px 55px;
    }
}

.sx-widget-call-to-action__list li {
    padding-left: 38px;
    padding-bottom: 13px;
    position: relative;
    color: #fff;
}

.sx-widget-call-to-action__list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.018' height='27.154' viewBox='0 0 27.018 27.154'%3E %3Cg id='Gruppe_566' data-name='Gruppe 566' transform='translate(-122.836 -34.961)'%3E %3Cpath id='Pfad_1' data-name='Pfad 1' d='M201.283,101.183l-6.916-6.916,1.922-1.922,5.032,5.032,12.616-12.112,1.883,1.961Z' transform='translate(-65.976 -46.397)' fill='%23ffffff'/%3E %3Cpath id='Pfad_2' data-name='Pfad 2' d='M147.139,49.9a10.838,10.838,0,1,1-10.726-12.219,11.788,11.788,0,0,1,5.3,1.358L143.745,37a14.834,14.834,0,0,0-7.332-2.037,13.577,13.577,0,0,0,0,27.154A13.447,13.447,0,0,0,149.854,49.9Z' transform='translate(0 0)' fill='%23ffffff'/%3E %3C/g%3E %3C/svg%3E ");
    background-size: 20px;
    width: 20px;
    height: 20px;
}

@media (min-width: 1025px) {
    .sx-widget-call-to-action__list li:before {
        background-size: 27px;
        width: 27px;
        height: 27px;
    }
}

.sx-widget-call-to-action__title {
    font-size: 1.875rem;
}

@media (min-width: 1250px) {
    .sx-widget-call-to-action__title {
        font-size: 3.125rem;
    }
}

.sx-widget-call-to-action__calculator {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 9px -4px #8f8f8f;
            box-shadow: 0 0 9px -4px #8f8f8f;
    background-color: #fff;
    padding: 25px;
}

@media (min-width: 769px) {
    .sx-widget-call-to-action__calculator {
        padding: 45px;
    }
}

.sx-widget-call-to-action__calculator label {
    font-size: 0.875rem;
    margin-bottom: 8px;
}

.sx-widget-call-to-action__calculator .form-control {
    font-weight: 700;
}

.sx-widget-call-to-action__calculator__inputs {
    margin-bottom: 25px;
}

.sx-widget-call-to-action__calculator__price {
    color: #fa942e;
    display: block;
    margin-bottom: 25px;
}

@media (min-width: 769px) {
    .sx-widget-call-to-action__calculator__price {
        margin-bottom: 0;
    }
}

.sx-widget-call-to-action__calculator__button {
    padding-left: 15px;
    padding-right: 15px;
}

/* Call to Action */
.sx-widget-step-call-to-action {
    padding: 0;
    background-color: #fa942e;
}

@media (min-width: 1025px) {
    .sx-widget-step-call-to-action {
        padding: 50px 55px;
    }
}

@media (min-width: 1025px) {
    .sx-widget-step-call-to-action__image {
        border-radius: 10px;
    }
}

.sx-widget-step-call-to-action__content {
    padding: 25px 20px 35px;
}

@media (min-width: 1025px) {
    .sx-widget-step-call-to-action__content {
        padding: 0;
    }
}

.sx-widget-step-call-to-action__list li {
    padding-left: 55px;
    padding-bottom: 26px;
    position: relative;
    color: #fff;
}

.sx-widget-step-call-to-action__list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    border-radius: 19px;
    width: 37px;
    height: 37px;
    background-color: #fff;
}

.sx-widget-step-call-to-action__list li:after {
    content: attr(data-item-counter);
    color: #fa942e;
    position: absolute;
    left: 12px;
    top: 0;
    font-weight: 700;
    font-size: 1.5625rem;
    line-height: 1;
}

.sx-widget-step-call-to-action__title {
    font-size: 1.875rem;
}

@media (min-width: 1250px) {
    .sx-widget-step-call-to-action__title {
        font-size: 3.125rem;
    }
}

/* Map */
/* Divider */
.sx-widget-divider__divider--1 {
    border-bottom: 1px solid #ccc;
}

/* Slider */
.sx-widget-slider__slider-nav-button {
    border: 0;
    background: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(calc(-50% - 17px));
        -ms-transform: translateY(calc(-50% - 17px));
         -o-transform: translateY(calc(-50% - 17px));
            transform: translateY(calc(-50% - 17px));
    z-index: 10;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.sx-widget-slider__slider-nav-button-text {
    display: inline-block;
    font-size: 34px;
    color: #fff;
    line-height: 1;
}

.sx-widget-slider__slider-nav-button--left {
    left: 0;
    width: 36px;
    height: 36px;
}

.sx-widget-slider__slider-nav-button--right {
    right: 0;
}

.sx-widget-slider__slider-pagination-container {
    text-align: center;
    margin-top: 20px;
}

.sx-widget-slider__slider-pagination-container .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px 0 5px;
    background: #ccc;
}

.sx-widget-slider__slider-pagination-container .swiper-pagination-bullet-active {
    background: #000;
}

/* Button */
/* Accordion */
.sx-widget-accordion__item {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding-bottom: 11px;
    padding-top: 11px;
}

.sx-widget-accordion__item__header {
    background-color: transparent;
    padding: 0;
    border-bottom: 0;
}

.sx-widget-accordion__item__header-title {
    margin-bottom: 0;
}

.sx-widget-accordion__item__header-title-link {
    position: relative;
    width: 100%;
    display: inline-block;
}

.sx-widget-accordion__item__header-title-link:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    font-size: 12px;
    color: #fa942e;
}

.sx-widget-accordion__item__content-body {
    padding: 0;
    padding-top: 20px;
    padding-bottom: 0;
}

.sx-widget-accordion__item__content-body-text p:last-of-type {
    margin-bottom: 10px;
}

/* Spacer */
/* icon box */
.sx-widget-icon-box__item {
    -webkit-box-shadow: 0 0 9px 2px #ededed;
            box-shadow: 0 0 9px 2px #ededed;
    height: calc(100% - 65px);
}

.sx-widget-icon-box__item__content {
    padding: 25px 30px 50px;
}

@media (min-width: 1025px) {
    .sx-widget-icon-box__item--width .sx-widget-icon-box__item__content {
        padding: 25px 70px 50px;
    }
}

@media (min-width: 1250px) {
    .sx-widget-icon-box__item--width .sx-widget-icon-box__item__content {
        padding: 25px 130px 50px;
    }
}

.sx-widget-icon-box__item__image {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.sx-widget-icon-box .swiper-container {
    -webkit-box-shadow: 0 0 9px 2px #ededed;
            box-shadow: 0 0 9px 2px #ededed;
}

.sx-widget-icon-box .swiper-container .sx-widget-icon-box__item {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 0 !important;
}

/* icon box */
.sx-widget-done-list__text ul > li {
    padding-left: 25px;
}

.sx-widget-done-list__text ul > li:before {
    content: '\0048';
    color: #fa942e;
    display: inline-block;
    font-family: 'Glyphter';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    top: 3px;
}

/* orange box */
.sx-widget-orange-box__item {
    padding: 50px 33px 60px;
    margin-bottom: 25px;
    background-color: #fa942e;
    height: calc(100% - 25px);
}

.sx-widget-orange-box__item__image__wrapper {
    margin-bottom: 20px;
}

/**
 * Animate.scss
 * https://github.com/benhodgson87/animate.scss/
 *
 * Based on Animate.css by Dan Eden (@_dte)
 * Ported to Sass by Ben Hodgson (@benhodgson)
 */
@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
                transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
                transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
                transition-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);
    }
}
@-o-keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
           transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
           transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
           transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        transform: translate3d(0, -4px, 0);
    }
}
@keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
             -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
                transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
             -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
                transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
             -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
                transition-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);
    }
}

.sx-fx-bounce {
    -webkit-animation-name: "bounce";
         -o-animation-name: "bounce";
            animation-name: "bounce";
}

@-webkit-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

@-o-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

.sx-fx-flash {
    -webkit-animation-name: "flash";
         -o-animation-name: "flash";
            animation-name: "flash";
}

@-webkit-keyframes pulse {
    0% {
        -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);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }
}

@-o-keyframes pulse {
    0% {
        transform: scale3d(1, 1, 1);
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -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);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }
}

.sx-fx-pulse {
    -webkit-animation-name: "pulse";
         -o-animation-name: "pulse";
            animation-name: "pulse";
}

@-webkit-keyframes rubber-band {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
                transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
                transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
                transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
                transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
                transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }
}

@-o-keyframes rubber-band {
    0% {
        transform: scale3d(1, 1, 1);
    }
    30% {
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubber-band {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
                transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
                transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
                transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
                transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
                transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }
}

.sx-fx-rubber-band {
    -webkit-animation-name: "rubber-band";
         -o-animation-name: "rubber-band";
            animation-name: "rubber-band";
}

@-webkit-keyframes shake {
    0%, 100% {
        -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);
    }
}

@-o-keyframes shake {
    0%, 100% {
        transform: translate3d(0, 0, 0);
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    0%, 100% {
        -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);
    }
}

.sx-fx-shake {
    -webkit-animation-name: "shake";
         -o-animation-name: "shake";
            animation-name: "shake";
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
                transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
                transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
                transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
                transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
                transform: rotate3d(0, 0, 1, 0deg);
    }
}

@-o-keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        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);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
                transform: rotate3d(0, 0, 1, 0deg);
    }
}

.sx-fx-swing {
    -webkit-transform-origin: "top center";
        -ms-transform-origin: "top center";
         -o-transform-origin: "top center";
            transform-origin: "top center";
    -webkit-animation-name: "swing";
         -o-animation-name: "swing";
            animation-name: "swing";
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
                transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
                transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
                transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }
}

@-o-keyframes tada {
    0% {
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
                transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
                transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
                transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }
}

.sx-fx-tada {
    -webkit-animation-name: "tada";
         -o-animation-name: "tada";
            animation-name: "tada";
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
                transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
                transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
                transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
                transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
                transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
                transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    100% {
        -webkit-transform: none;
                transform: none;
    }
}

@-o-keyframes wobble {
    0% {
        -o-transform: none;
           transform: none;
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    100% {
        -o-transform: none;
           transform: none;
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
             -o-transform: none;
                transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
                transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
                transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
                transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
                transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
                transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    100% {
        -webkit-transform: none;
             -o-transform: none;
                transform: none;
    }
}

.sx-fx-wobble {
    -webkit-animation-name: "wobble";
         -o-animation-name: "wobble";
            animation-name: "wobble";
}

@-webkit-keyframes bounce-in {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
                transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
                transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
                transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
                transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
                transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
                transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }
}

@-o-keyframes bounce-in {
    0%, 20%, 40%, 60%, 80%, 100% {
        -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
           transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounce-in {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
             -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
                transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
                transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
                transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
                transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
                transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
                transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }
}

.sx-fx-bounce-in {
    -webkit-animation-name: "bounce-in";
         -o-animation-name: "bounce-in";
            animation-name: "bounce-in";
}

@-webkit-keyframes bounce-in-down {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
                transition-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);
    }
    100% {
        -webkit-transform: none;
                transform: none;
    }
}

@-o-keyframes bounce-in-down {
    0%, 60%, 75%, 90%, 100% {
        -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
           transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }
    75% {
        transform: translate3d(0, -10px, 0);
    }
    90% {
        transform: translate3d(0, 5px, 0);
    }
    100% {
        -o-transform: none;
           transform: none;
    }
}

@keyframes bounce-in-down {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
             -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
                transition-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);
    }
    100% {
        -webkit-transform: none;
             -o-transform: none;
                transform: none;
    }
}

.sx-fx-bounce-in-down {
    -webkit-animation-name: "bounce-in-down";
         -o-animation-name: "bounce-in-down";
            animation-name: "bounce-in-down";
}

@-webkit-keyframes bounce-in-left {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
                transition-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);
    }
    100% {
        -webkit-transform: none;
                transform: none;
    }
}

@-o-keyframes bounce-in-left {
    0%, 60%, 75%, 90%, 100% {
        -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
           transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }
    75% {
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        transform: translate3d(5px, 0, 0);
    }
    100% {
        -o-transform: none;
           transform: none;
    }
}

@keyframes bounce-in-left {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
             -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
                transition-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);
    }
    100% {
        -webkit-transform: none;
             -o-transform: none;
                transform: none;
    }
}

.sx-fx-bounce-in-left {
    -webkit-animation-name: "bounce-in-left";
         -o-animation-name: "bounce-in-left";
            animation-name: "bounce-in-left";
}

@-webkit-keyframes bounce-in-right {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
                transition-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);
    }
    100% {
        -webkit-transform: none;
                transform: none;
    }
}

@-o-keyframes bounce-in-right {
    0%, 60%, 75%, 90%, 100% {
        -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
           transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        transform: translate3d(10px, 0, 0);
    }
    90% {
        transform: translate3d(-5px, 0, 0);
    }
    100% {
        -o-transform: none;
           transform: none;
    }
}

@keyframes bounce-in-right {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
             -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
                transition-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);
    }
    100% {
        -webkit-transform: none;
             -o-transform: none;
                transform: none;
    }
}

.sx-fx-bounce-in-right {
    -webkit-animation-name: "bounce-in-right";
         -o-animation-name: "bounce-in-right";
            animation-name: "bounce-in-right";
}

@-webkit-keyframes bounce-in-up {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
                transition-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, -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);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}

@-o-keyframes bounce-in-up {
    0%, 60%, 75%, 90%, 100% {
        -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
           transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    75% {
        transform: translate3d(0, 10px, 0);
    }
    90% {
        transform: translate3d(0, -5px, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounce-in-up {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
             -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
                transition-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, -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);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}

.sx-fx-bounce-in-up {
    -webkit-animation-name: "bounce-in-up";
         -o-animation-name: "bounce-in-up";
            animation-name: "bounce-in-up";
}

@-webkit-keyframes bounce-out {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
                transform: scale3d(0.9, 0.9, 0.9);
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
                transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
                transform: scale3d(0.3, 0.3, 0.3);
    }
}

@-o-keyframes bounce-out {
    20% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%, 55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounce-out {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
                transform: scale3d(0.9, 0.9, 0.9);
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
                transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
                transform: scale3d(0.3, 0.3, 0.3);
    }
}

.sx-fx-bounce-out {
    -webkit-animation-name: "bounce-out";
         -o-animation-name: "bounce-out";
            animation-name: "bounce-out";
}

@-webkit-keyframes bounce-out-down {
    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);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
                transform: translate3d(0, 2000px, 0);
    }
}

@-o-keyframes bounce-out-down {
    20% {
        transform: translate3d(0, 10px, 0);
    }
    40%, 45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    100% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounce-out-down {
    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);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
                transform: translate3d(0, 2000px, 0);
    }
}

.sx-fx-bounce-out-down {
    -webkit-animation-name: "bounce-out-down";
         -o-animation-name: "bounce-out-down";
            animation-name: "bounce-out-down";
}

@-webkit-keyframes bounce-out-left {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
                transform: translate3d(20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
                transform: translate3d(-2000px, 0, 0);
    }
}

@-o-keyframes bounce-out-left {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }
    100% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounce-out-left {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
                transform: translate3d(20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
                transform: translate3d(-2000px, 0, 0);
    }
}

.sx-fx-bounce-out-left {
    -webkit-animation-name: "bounce-out-left";
         -o-animation-name: "bounce-out-left";
            animation-name: "bounce-out-left";
}

@-webkit-keyframes bounce-out-right {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
                transform: translate3d(-20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
                transform: translate3d(2000px, 0, 0);
    }
}

@-o-keyframes bounce-out-right {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }
    100% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounce-out-right {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
                transform: translate3d(-20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
                transform: translate3d(2000px, 0, 0);
    }
}

.sx-fx-bounce-out-right {
    -webkit-animation-name: "bounce-out-right";
         -o-animation-name: "bounce-out-right";
            animation-name: "bounce-out-right";
}

@-webkit-keyframes bounce-out-up {
    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);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
                transform: translate3d(0, -2000px, 0);
    }
}

@-o-keyframes bounce-out-up {
    20% {
        transform: translate3d(0, -10px, 0);
    }
    40%, 45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounce-out-up {
    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);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
                transform: translate3d(0, -2000px, 0);
    }
}

.sx-fx-bounce-out-up {
    -webkit-animation-name: "bounce-out-up";
         -o-animation-name: "bounce-out-up";
            animation-name: "bounce-out-up";
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.sx-fx-fade-in {
    -webkit-animation-name: "fade-in";
         -o-animation-name: "fade-in";
            animation-name: "fade-in";
}

@-webkit-keyframes fade-in-down {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
                transform: none;
    }
}

@-o-keyframes fade-in-down {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -o-transform: none;
           transform: none;
    }
}

@keyframes fade-in-down {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
             -o-transform: none;
                transform: none;
    }
}

.sx-fx-fade-in-down {
    -webkit-animation-name: "fade-in-down";
         -o-animation-name: "fade-in-down";
            animation-name: "fade-in-down";
}

@-webkit-keyframes fade-in-down-big {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
                transform: translate3d(0, -2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
                transform: none;
    }
}

@-o-keyframes fade-in-down-big {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
    100% {
        opacity: 1;
        -o-transform: none;
           transform: none;
    }
}

@keyframes fade-in-down-big {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
                transform: translate3d(0, -2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
             -o-transform: none;
                transform: none;
    }
}

.sx-fx-fade-in-down-big {
    -webkit-animation-name: "fade-in-down-big";
         -o-animation-name: "fade-in-down-big";
            animation-name: "fade-in-down-big";
}

@-webkit-keyframes fade-in-left {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
                transform: none;
    }
}

@-o-keyframes fade-in-left {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -o-transform: none;
           transform: none;
    }
}

@keyframes fade-in-left {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
             -o-transform: none;
                transform: none;
    }
}

.sx-fx-fade-in-left {
    -webkit-animation-name: "fade-in-left";
         -o-animation-name: "fade-in-left";
            animation-name: "fade-in-left";
}

@-webkit-keyframes fade-in-left-big {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
                transform: translate3d(-2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
                transform: none;
    }
}

@-o-keyframes fade-in-left-big {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -o-transform: none;
           transform: none;
    }
}

@keyframes fade-in-left-big {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
                transform: translate3d(-2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
             -o-transform: none;
                transform: none;
    }
}

.sx-fx-fade-in-left-big {
    -webkit-animation-name: "fade-in-left-big";
         -o-animation-name: "fade-in-left-big";
            animation-name: "fade-in-left-big";
}

@-webkit-keyframes fade-in-right {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
                transform: none;
    }
}

@-o-keyframes fade-in-right {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -o-transform: none;
           transform: none;
    }
}

@keyframes fade-in-right {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
             -o-transform: none;
                transform: none;
    }
}

.sx-fx-fade-in-right {
    -webkit-animation-name: "fade-in-right";
         -o-animation-name: "fade-in-right";
            animation-name: "fade-in-right";
}

@-webkit-keyframes fade-in-right-big {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
                transform: translate3d(2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
                transform: none;
    }
}

@-o-keyframes fade-in-right-big {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -o-transform: none;
           transform: none;
    }
}

@keyframes fade-in-right-big {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
                transform: translate3d(2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
             -o-transform: none;
                transform: none;
    }
}

.sx-fx-fade-in-right-big {
    -webkit-animation-name: "fade-in-right-big";
         -o-animation-name: "fade-in-right-big";
            animation-name: "fade-in-right-big";
}

@-webkit-keyframes fade-in-up {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
                transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
                transform: none;
    }
}

@-o-keyframes fade-in-up {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -o-transform: none;
           transform: none;
    }
}

@keyframes fade-in-up {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
                transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
             -o-transform: none;
                transform: none;
    }
}

.sx-fx-fade-in-up {
    -webkit-animation-name: "fade-in-up";
         -o-animation-name: "fade-in-up";
            animation-name: "fade-in-up";
}

@-webkit-keyframes fade-in-up-big {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
                transform: translate3d(0, 2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
                transform: none;
    }
}

@-o-keyframes fade-in-up-big {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
    100% {
        opacity: 1;
        -o-transform: none;
           transform: none;
    }
}

@keyframes fade-in-up-big {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
                transform: translate3d(0, 2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
             -o-transform: none;
                transform: none;
    }
}

.sx-fx-fade-in-up-big {
    -webkit-animation-name: "fade-in-up-big";
         -o-animation-name: "fade-in-up-big";
            animation-name: "fade-in-up-big";
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.sx-fx-fade-out {
    -webkit-animation-name: "fade-out";
         -o-animation-name: "fade-out";
            animation-name: "fade-out";
}

@-webkit-keyframes fade-out-down {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
                transform: translate3d(0, 100%, 0);
    }
}

@-o-keyframes fade-out-down {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fade-out-down {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
                transform: translate3d(0, 100%, 0);
    }
}

.sx-fx-fade-out-down {
    -webkit-animation-name: "fade-out-down";
         -o-animation-name: "fade-out-down";
            animation-name: "fade-out-down";
}

@-webkit-keyframes fade-out-down-big {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
                transform: translate3d(0, 2000px, 0);
    }
}

@-o-keyframes fade-out-down-big {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fade-out-down-big {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
                transform: translate3d(0, 2000px, 0);
    }
}

.sx-fx-fade-out-down-big {
    -webkit-animation-name: "fade-out-down-big";
         -o-animation-name: "fade-out-down-big";
            animation-name: "fade-out-down-big";
}

@-webkit-keyframes fade-out-left {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
    }
}

@-o-keyframes fade-out-left {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fade-out-left {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
    }
}

.sx-fx-fade-out-left {
    -webkit-animation-name: "fade-out-left";
         -o-animation-name: "fade-out-left";
            animation-name: "fade-out-left";
}

@-webkit-keyframes fade-out-left-big {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
                transform: translate3d(-2000px, 0, 0);
    }
}

@-o-keyframes fade-out-left-big {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fade-out-left-big {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
                transform: translate3d(-2000px, 0, 0);
    }
}

.sx-fx-fade-out-left-big {
    -webkit-animation-name: "fade-out-left-big";
         -o-animation-name: "fade-out-left-big";
            animation-name: "fade-out-left-big";
}

@-webkit-keyframes fade-out-right {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
    }
}

@-o-keyframes fade-out-right {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fade-out-right {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
    }
}

.sx-fx-fade-out-right {
    -webkit-animation-name: "fade-out-right";
         -o-animation-name: "fade-out-right";
            animation-name: "fade-out-right";
}

@-webkit-keyframes fade-out-right-big {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
    }
}

@-o-keyframes fade-out-right-big {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fade-out-right-big {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
    }
}

.sx-fx-fade-out-right-big {
    -webkit-animation-name: "fade-out-right-big";
         -o-animation-name: "fade-out-right-big";
            animation-name: "fade-out-right-big";
}

@-webkit-keyframes fade-out-up {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
    }
}

@-o-keyframes fade-out-up {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fade-out-up {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
    }
}

.sx-fx-fade-out-up {
    -webkit-animation-name: "fade-out-up";
         -o-animation-name: "fade-out-up";
            animation-name: "fade-out-up";
}

@-webkit-keyframes fade-out-up-big {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
                transform: translate3d(0, -2000px, 0);
    }
}

@-o-keyframes fade-out-up-big {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fade-out-up-big {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
                transform: translate3d(0, -2000px, 0);
    }
}

.sx-fx-fade-out-up-big {
    -webkit-animation-name: "fade-out-up-big";
         -o-animation-name: "fade-out-up-big";
            animation-name: "fade-out-up-big";
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
                transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
                transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
                transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
                transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px);
                transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
}

@-o-keyframes flip {
    0% {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -o-animation-timing-function: ease-out;
           animation-timing-function: ease-out;
    }
    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -o-animation-timing-function: ease-out;
           animation-timing-function: ease-out;
    }
    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -o-animation-timing-function: ease-in;
           animation-timing-function: ease-in;
    }
    80% {
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -o-animation-timing-function: ease-in;
           animation-timing-function: ease-in;
    }
    100% {
        transform: perspective(400px);
        -o-animation-timing-function: ease-in;
           animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
                transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
             -o-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
                transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
             -o-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
                transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
             -o-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
                transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
             -o-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px);
                transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
             -o-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
}

.sx-fx-flip {
    -webkit-animation-name: "flip";
         -o-animation-name: "flip";
            animation-name: "flip";
}

@-webkit-keyframes flip-in-x {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
                transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
                transition-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-transition-timing-function: ease-in;
                transition-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);
    }
    100% {
        -webkit-transform: perspective(400px);
                transform: perspective(400px);
    }
}

@-o-keyframes flip-in-x {
    0% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -o-transition-timing-function: ease-in;
           transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -o-transition-timing-function: ease-in;
           transition-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        transform: perspective(400px);
    }
}

@keyframes flip-in-x {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
                transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
             -o-transition-timing-function: ease-in;
                transition-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-transition-timing-function: ease-in;
             -o-transition-timing-function: ease-in;
                transition-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);
    }
    100% {
        -webkit-transform: perspective(400px);
                transform: perspective(400px);
    }
}

.sx-fx-flip-in-x {
    -webkit-animation-name: "flip-in-x";
         -o-animation-name: "flip-in-x";
            animation-name: "flip-in-x";
}

@-webkit-keyframes flip-in-y {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
                transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
                transition-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-transition-timing-function: ease-in;
                transition-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);
    }
    100% {
        -webkit-transform: perspective(400px);
                transform: perspective(400px);
    }
}

@-o-keyframes flip-in-y {
    0% {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -o-transition-timing-function: ease-in;
           transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -o-transition-timing-function: ease-in;
           transition-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        transform: perspective(400px);
    }
}

@keyframes flip-in-y {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
                transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
             -o-transition-timing-function: ease-in;
                transition-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-transition-timing-function: ease-in;
             -o-transition-timing-function: ease-in;
                transition-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);
    }
    100% {
        -webkit-transform: perspective(400px);
                transform: perspective(400px);
    }
}

.sx-fx-flip-in-y {
    -webkit-animation-name: "flip-in-y";
         -o-animation-name: "flip-in-y";
            animation-name: "flip-in-y";
}

@-webkit-keyframes flip-out-x {
    0% {
        -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;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
                transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@-o-keyframes flip-out-x {
    0% {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    100% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flip-out-x {
    0% {
        -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;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
                transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.sx-fx-flip-out-x {
    -webkit-animation-name: "flip-out-x";
         -o-animation-name: "flip-out-x";
            animation-name: "flip-out-x";
}

@-webkit-keyframes flip-out-y {
    0% {
        -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;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
                transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@-o-keyframes flip-out-y {
    0% {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    100% {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flip-out-y {
    0% {
        -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;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
                transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.sx-fx-flip-out-y {
    -webkit-animation-name: "flip-out-y";
         -o-animation-name: "flip-out-y";
            animation-name: "flip-out-y";
}

@-webkit-keyframes lightspeed-in {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
                transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
                transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
                transform: skewX(-5deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: none;
                transform: none;
        opacity: 1;
    }
}

@-o-keyframes lightspeed-in {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -o-transform: skewX(20deg);
           transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -o-transform: skewX(-5deg);
           transform: skewX(-5deg);
        opacity: 1;
    }
    100% {
        -o-transform: none;
           transform: none;
        opacity: 1;
    }
}

@keyframes lightspeed-in {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
                transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
             -o-transform: skewX(20deg);
                transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
             -o-transform: skewX(-5deg);
                transform: skewX(-5deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: none;
             -o-transform: none;
                transform: none;
        opacity: 1;
    }
}

.sx-fx-lightspeed-in {
    -webkit-animation-name: "lightspeed-in";
         -o-animation-name: "lightspeed-in";
            animation-name: "lightspeed-in";
}

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

@-o-keyframes lightspeed-out {
    0% {
        opacity: 1;
    }
    100% {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

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

.sx-fx-lightspeed-out {
    -webkit-animation-name: "lightspeed-out";
         -o-animation-name: "lightspeed-out";
            animation-name: "lightspeed-out";
}

@-webkit-keyframes rotate-in {
    0% {
        -webkit-transform-origin: center;
                transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
                transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center;
                transform-origin: center;
        -webkit-transform: none;
                transform: none;
        opacity: 1;
    }
}

@-o-keyframes rotate-in {
    0% {
        -o-transform-origin: center;
           transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    100% {
        -o-transform-origin: center;
           transform-origin: center;
        -o-transform: none;
           transform: none;
        opacity: 1;
    }
}

@keyframes rotate-in {
    0% {
        -webkit-transform-origin: center;
             -o-transform-origin: center;
                transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
                transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center;
             -o-transform-origin: center;
                transform-origin: center;
        -webkit-transform: none;
             -o-transform: none;
                transform: none;
        opacity: 1;
    }
}

.sx-fx-rotate-in {
    -webkit-animation-name: "rotate-in";
         -o-animation-name: "rotate-in";
            animation-name: "rotate-in";
}

@-webkit-keyframes rotate-in-down-left {
    0% {
        -webkit-transform-origin: left bottom;
                transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
                transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
                transform-origin: left bottom;
        -webkit-transform: none;
                transform: none;
        opacity: 1;
    }
}

@-o-keyframes rotate-in-down-left {
    0% {
        -o-transform-origin: left bottom;
           transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    100% {
        -o-transform-origin: left bottom;
           transform-origin: left bottom;
        -o-transform: none;
           transform: none;
        opacity: 1;
    }
}

@keyframes rotate-in-down-left {
    0% {
        -webkit-transform-origin: left bottom;
             -o-transform-origin: left bottom;
                transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
                transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
             -o-transform-origin: left bottom;
                transform-origin: left bottom;
        -webkit-transform: none;
             -o-transform: none;
                transform: none;
        opacity: 1;
    }
}

.sx-fx-rotate-in-down-left {
    -webkit-animation-name: "rotate-in-down-left";
         -o-animation-name: "rotate-in-down-left";
            animation-name: "rotate-in-down-left";
}

@-webkit-keyframes rotate-in-down-right {
    0% {
        -webkit-transform-origin: right bottom;
                transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
                transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
                transform-origin: right bottom;
        -webkit-transform: none;
                transform: none;
        opacity: 1;
    }
}

@-o-keyframes rotate-in-down-right {
    0% {
        -o-transform-origin: right bottom;
           transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -o-transform-origin: right bottom;
           transform-origin: right bottom;
        -o-transform: none;
           transform: none;
        opacity: 1;
    }
}

@keyframes rotate-in-down-right {
    0% {
        -webkit-transform-origin: right bottom;
             -o-transform-origin: right bottom;
                transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
                transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
             -o-transform-origin: right bottom;
                transform-origin: right bottom;
        -webkit-transform: none;
             -o-transform: none;
                transform: none;
        opacity: 1;
    }
}

.sx-fx-rotate-in-down-right {
    -webkit-animation-name: "rotate-in-down-right";
         -o-animation-name: "rotate-in-down-right";
            animation-name: "rotate-in-down-right";
}

@-webkit-keyframes rotate-in-up-left {
    0% {
        -webkit-transform-origin: left bottom;
                transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
                transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
                transform-origin: left bottom;
        -webkit-transform: none;
                transform: none;
        opacity: 1;
    }
}

@-o-keyframes rotate-in-up-left {
    0% {
        -o-transform-origin: left bottom;
           transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -o-transform-origin: left bottom;
           transform-origin: left bottom;
        -o-transform: none;
           transform: none;
        opacity: 1;
    }
}

@keyframes rotate-in-up-left {
    0% {
        -webkit-transform-origin: left bottom;
             -o-transform-origin: left bottom;
                transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
                transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
             -o-transform-origin: left bottom;
                transform-origin: left bottom;
        -webkit-transform: none;
             -o-transform: none;
                transform: none;
        opacity: 1;
    }
}

.sx-fx-rotate-in-up-left {
    -webkit-animation-name: "rotate-in-up-left";
         -o-animation-name: "rotate-in-up-left";
            animation-name: "rotate-in-up-left";
}

@-webkit-keyframes rotate-in-up-right {
    0% {
        -webkit-transform-origin: right bottom;
                transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
                transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
                transform-origin: right bottom;
        -webkit-transform: none;
                transform: none;
        opacity: 1;
    }
}

@-o-keyframes rotate-in-up-right {
    0% {
        -o-transform-origin: right bottom;
           transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    100% {
        -o-transform-origin: right bottom;
           transform-origin: right bottom;
        -o-transform: none;
           transform: none;
        opacity: 1;
    }
}

@keyframes rotate-in-up-right {
    0% {
        -webkit-transform-origin: right bottom;
             -o-transform-origin: right bottom;
                transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
                transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
             -o-transform-origin: right bottom;
                transform-origin: right bottom;
        -webkit-transform: none;
             -o-transform: none;
                transform: none;
        opacity: 1;
    }
}

.sx-fx-rotate-in-up-right {
    -webkit-animation-name: "rotate-in-up-right";
         -o-animation-name: "rotate-in-up-right";
            animation-name: "rotate-in-up-right";
}

@-webkit-keyframes rotate-out {
    0% {
        -webkit-transform-origin: center;
                transform-origin: center;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center;
                transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
                transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@-o-keyframes rotate-out {
    0% {
        -o-transform-origin: center;
           transform-origin: center;
        opacity: 1;
    }
    100% {
        -o-transform-origin: center;
           transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotate-out {
    0% {
        -webkit-transform-origin: center;
             -o-transform-origin: center;
                transform-origin: center;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center;
             -o-transform-origin: center;
                transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
                transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.sx-fx-rotate-out {
    -webkit-animation-name: "rotate-out";
         -o-animation-name: "rotate-out";
            animation-name: "rotate-out";
}

@-webkit-keyframes rotate-out-down-left {
    0% {
        -webkit-transform-origin: left bottom;
                transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
                transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
                transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@-o-keyframes rotate-out-down-left {
    0% {
        -o-transform-origin: left bottom;
           transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -o-transform-origin: left bottom;
           transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotate-out-down-left {
    0% {
        -webkit-transform-origin: left bottom;
             -o-transform-origin: left bottom;
                transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
             -o-transform-origin: left bottom;
                transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
                transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.sx-fx-rotate-out-down-left {
    -webkit-animation-name: "rotate-out-down-left";
         -o-animation-name: "rotate-out-down-left";
            animation-name: "rotate-out-down-left";
}

@-webkit-keyframes rotate-out-down-right {
    0% {
        -webkit-transform-origin: right bottom;
                transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
                transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
                transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@-o-keyframes rotate-out-down-right {
    0% {
        -o-transform-origin: right bottom;
           transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -o-transform-origin: right bottom;
           transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotate-out-down-right {
    0% {
        -webkit-transform-origin: right bottom;
             -o-transform-origin: right bottom;
                transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
             -o-transform-origin: right bottom;
                transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
                transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.sx-fx-rotate-out-down-right {
    -webkit-animation-name: "rotate-out-down-right";
         -o-animation-name: "rotate-out-down-right";
            animation-name: "rotate-out-down-right";
}

@-webkit-keyframes rotate-out-up-left {
    0% {
        -webkit-transform-origin: left bottom;
                transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
                transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
                transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@-o-keyframes rotate-out-up-left {
    0% {
        -o-transform-origin: left bottom;
           transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -o-transform-origin: left bottom;
           transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotate-out-up-left {
    0% {
        -webkit-transform-origin: left bottom;
             -o-transform-origin: left bottom;
                transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
             -o-transform-origin: left bottom;
                transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
                transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.sx-fx-rotate-out-up-left {
    -webkit-animation-name: "rotate-out-up-left";
         -o-animation-name: "rotate-out-up-left";
            animation-name: "rotate-out-up-left";
}

@-webkit-keyframes rotate-out-up-right {
    0% {
        -webkit-transform-origin: right bottom;
                transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
                transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
                transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@-o-keyframes rotate-out-up-right {
    0% {
        -o-transform-origin: right bottom;
           transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -o-transform-origin: right bottom;
           transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotate-out-up-right {
    0% {
        -webkit-transform-origin: right bottom;
             -o-transform-origin: right bottom;
                transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
             -o-transform-origin: right bottom;
                transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
                transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.sx-fx-rotate-out-up-right {
    -webkit-animation-name: "rotate-out-up-right";
         -o-animation-name: "rotate-out-up-right";
            animation-name: "rotate-out-up-right";
}

@-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;
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
                transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@-o-keyframes hinge {
    0% {
        -o-transform-origin: top left;
           transform-origin: top left;
        -o-animation-timing-function: ease-in-out;
           animation-timing-function: ease-in-out;
    }
    20%, 60% {
        transform: rotate3d(0, 0, 1, 80deg);
        -o-transform-origin: top left;
           transform-origin: top left;
        -o-animation-timing-function: ease-in-out;
           animation-timing-function: ease-in-out;
    }
    40%, 80% {
        transform: rotate3d(0, 0, 1, 60deg);
        -o-transform-origin: top left;
           transform-origin: top left;
        -o-animation-timing-function: ease-in-out;
           animation-timing-function: ease-in-out;
        opacity: 1;
    }
    100% {
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
             -o-transform-origin: top left;
                transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
             -o-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;
             -o-transform-origin: top left;
                transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
             -o-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;
             -o-transform-origin: top left;
                transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
             -o-animation-timing-function: ease-in-out;
                animation-timing-function: ease-in-out;
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
                transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.sx-fx-hinge {
    -webkit-animation-name: "hinge";
         -o-animation-name: "hinge";
            animation-name: "hinge";
}

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

@-o-keyframes roll-in {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    100% {
        opacity: 1;
        -o-transform: none;
           transform: none;
    }
}

@keyframes roll-in {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
                transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
             -o-transform: none;
                transform: none;
    }
}

.sx-fx-roll-in {
    -webkit-animation-name: "roll-in";
         -o-animation-name: "roll-in";
            animation-name: "roll-in";
}

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

@-o-keyframes roll-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

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

.sx-fx-roll-out {
    -webkit-animation-name: "roll-out";
         -o-animation-name: "roll-out";
            animation-name: "roll-out";
}

@-webkit-keyframes zoom-in {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
                transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@-o-keyframes zoom-in {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoom-in {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
                transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

.sx-fx-zoom-in {
    -webkit-animation-name: "zoom-in";
         -o-animation-name: "zoom-in";
            animation-name: "zoom-in";
}

@-webkit-keyframes zoom-in-down {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
                transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
                animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
                transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
                animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-o-keyframes zoom-in-down {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -o-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;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -o-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 zoom-in-down {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
                transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
             -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
                animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
                transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
             -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
                animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.sx-fx-zoom-in-down {
    -webkit-animation-name: "zoom-in-down";
         -o-animation-name: "zoom-in-down";
            animation-name: "zoom-in-down";
}

@-webkit-keyframes zoom-in-left {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
                transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
                animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
                transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
                animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-o-keyframes zoom-in-left {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -o-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;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -o-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 zoom-in-left {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
                transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
             -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
                animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
                transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
             -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
                animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.sx-fx-zoom-in-left {
    -webkit-animation-name: "zoom-in-left";
         -o-animation-name: "zoom-in-left";
            animation-name: "zoom-in-left";
}

@-webkit-keyframes zoom-in-right {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
                transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
                animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
                transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
                animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-o-keyframes zoom-in-right {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -o-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;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -o-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 zoom-in-right {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
                transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
             -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
                animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
                transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
             -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
                animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.sx-fx-zoom-in-right {
    -webkit-animation-name: "zoom-in-right";
         -o-animation-name: "zoom-in-right";
            animation-name: "zoom-in-right";
}

@-webkit-keyframes zoom-in-up {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
                transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
                animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
                transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
                animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-o-keyframes zoom-in-up {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -o-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;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -o-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 zoom-in-up {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
                transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
             -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
                animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
                transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
             -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
                animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.sx-fx-zoom-in-up {
    -webkit-animation-name: "zoom-in-up";
         -o-animation-name: "zoom-in-up";
            animation-name: "zoom-in-up";
}

@-webkit-keyframes zoom-out {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
                transform: scale3d(0.3, 0.3, 0.3);
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes zoom-out {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    100% {
        opacity: 0;
    }
}

@keyframes zoom-out {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
                transform: scale3d(0.3, 0.3, 0.3);
    }
    100% {
        opacity: 0;
    }
}

.sx-fx-zoom-out {
    -webkit-animation-name: "zoom-out";
         -o-animation-name: "zoom-out";
            animation-name: "zoom-out";
}

@-webkit-keyframes zoom-out-down {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
                transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
                animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
                transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
                transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
                animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-o-keyframes zoom-out-down {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -o-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);
    }
    100% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -o-transform-origin: center bottom;
           transform-origin: center bottom;
        -o-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 zoom-out-down {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
                transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
             -o-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);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
                transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
             -o-transform-origin: center bottom;
                transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
             -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
                animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.sx-fx-zoom-out-down {
    -webkit-animation-name: "zoom-out-down";
         -o-animation-name: "zoom-out-down";
            animation-name: "zoom-out-down";
}

@-webkit-keyframes zoom-out-left {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
                transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1) translate3d(-2000px, 0, 0);
                transform: scale3d(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
                transform-origin: left center;
    }
}

@-o-keyframes zoom-out-left {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    100% {
        opacity: 0;
        transform: scale3d(0.1) translate3d(-2000px, 0, 0);
        -o-transform-origin: left center;
           transform-origin: left center;
    }
}

@keyframes zoom-out-left {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
                transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1) translate3d(-2000px, 0, 0);
                transform: scale3d(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
             -o-transform-origin: left center;
                transform-origin: left center;
    }
}

.sx-fx-zoom-out-left {
    -webkit-animation-name: "zoom-out-left";
         -o-animation-name: "zoom-out-left";
            animation-name: "zoom-out-left";
}

@-webkit-keyframes zoom-out-right {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
                transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1) translate3d(2000px, 0, 0);
                transform: scale3d(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
                transform-origin: right center;
    }
}

@-o-keyframes zoom-out-right {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    100% {
        opacity: 0;
        transform: scale3d(0.1) translate3d(2000px, 0, 0);
        -o-transform-origin: right center;
           transform-origin: right center;
    }
}

@keyframes zoom-out-right {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
                transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1) translate3d(2000px, 0, 0);
                transform: scale3d(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
             -o-transform-origin: right center;
                transform-origin: right center;
    }
}

.sx-fx-zoom-out-right {
    -webkit-animation-name: "zoom-out-right";
         -o-animation-name: "zoom-out-right";
            animation-name: "zoom-out-right";
}

@-webkit-keyframes zoom-out-up {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
                transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
                animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
                transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
                transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
                animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-o-keyframes zoom-out-up {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -o-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);
    }
    100% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -o-transform-origin: center bottom;
           transform-origin: center bottom;
        -o-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 zoom-out-up {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
                transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
             -o-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);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
                transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
             -o-transform-origin: center bottom;
                transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
             -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
                animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.sx-fx-zoom-out-up {
    -webkit-animation-name: "zoom-out-up";
         -o-animation-name: "zoom-out-up";
            animation-name: "zoom-out-up";
}

.sx-fx {
    -webkit-animation-duration: 1s;
         -o-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
         -o-animation-fill-mode: both;
            animation-fill-mode: both;
}

.sx-fx.infinite {
    -webkit-animation-iteration-count: infinite;
         -o-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}

.sx-fx.hinge {
    -webkit-animation-duration: 2s;
         -o-animation-duration: 2s;
            animation-duration: 2s;
}

.sx-fx-duration-1 {
    -webkit-animation-duration: 0.3s;
         -o-animation-duration: 0.3s;
            animation-duration: 0.3s;
}

.sx-fx-duration-2 {
    -webkit-animation-duration: 0.5s;
         -o-animation-duration: 0.5s;
            animation-duration: 0.5s;
}

.sx-fx-duration-3 {
    -webkit-animation-duration: 1s;
         -o-animation-duration: 1s;
            animation-duration: 1s;
}

.sx-fx-duration-4 {
    -webkit-animation-duration: 2s;
         -o-animation-duration: 2s;
            animation-duration: 2s;
}

.sx-fx-duration-5 {
    -webkit-animation-duration: 3s;
         -o-animation-duration: 3s;
            animation-duration: 3s;
}

.sx-fx-duration-6 {
    -webkit-animation-duration: 5s;
         -o-animation-duration: 5s;
            animation-duration: 5s;
}

.sx-fx-delay-1 {
    -webkit-animation-delay: 0.3s;
         -o-animation-delay: 0.3s;
            animation-delay: 0.3s;
}

.sx-fx-delay-1-adjust-0 {
    -webkit-animation-delay: 0.3s;
         -o-animation-delay: 0.3s;
            animation-delay: 0.3s;
}

.sx-fx-delay-1-adjust-1 {
    -webkit-animation-delay: 0.4s;
         -o-animation-delay: 0.4s;
            animation-delay: 0.4s;
}

.sx-fx-delay-1-adjust-2 {
    -webkit-animation-delay: 0.5s;
         -o-animation-delay: 0.5s;
            animation-delay: 0.5s;
}

.sx-fx-delay-1-adjust-3 {
    -webkit-animation-delay: 0.6s;
         -o-animation-delay: 0.6s;
            animation-delay: 0.6s;
}

.sx-fx-delay-1-adjust-4 {
    -webkit-animation-delay: 0.7s;
         -o-animation-delay: 0.7s;
            animation-delay: 0.7s;
}

.sx-fx-delay-2 {
    -webkit-animation-delay: 0.5s;
         -o-animation-delay: 0.5s;
            animation-delay: 0.5s;
}

.sx-fx-delay-2-adjust-0 {
    -webkit-animation-delay: 0.5s;
         -o-animation-delay: 0.5s;
            animation-delay: 0.5s;
}

.sx-fx-delay-2-adjust-1 {
    -webkit-animation-delay: 0.6s;
         -o-animation-delay: 0.6s;
            animation-delay: 0.6s;
}

.sx-fx-delay-2-adjust-2 {
    -webkit-animation-delay: 0.7s;
         -o-animation-delay: 0.7s;
            animation-delay: 0.7s;
}

.sx-fx-delay-2-adjust-3 {
    -webkit-animation-delay: 0.8s;
         -o-animation-delay: 0.8s;
            animation-delay: 0.8s;
}

.sx-fx-delay-2-adjust-4 {
    -webkit-animation-delay: 0.9s;
         -o-animation-delay: 0.9s;
            animation-delay: 0.9s;
}

.sx-fx-delay-3 {
    -webkit-animation-delay: 1s;
         -o-animation-delay: 1s;
            animation-delay: 1s;
}

.sx-fx-delay-3-adjust-0 {
    -webkit-animation-delay: 1s;
         -o-animation-delay: 1s;
            animation-delay: 1s;
}

.sx-fx-delay-3-adjust-1 {
    -webkit-animation-delay: 1.1s;
         -o-animation-delay: 1.1s;
            animation-delay: 1.1s;
}

.sx-fx-delay-3-adjust-2 {
    -webkit-animation-delay: 1.2s;
         -o-animation-delay: 1.2s;
            animation-delay: 1.2s;
}

.sx-fx-delay-3-adjust-3 {
    -webkit-animation-delay: 1.3s;
         -o-animation-delay: 1.3s;
            animation-delay: 1.3s;
}

.sx-fx-delay-3-adjust-4 {
    -webkit-animation-delay: 1.4s;
         -o-animation-delay: 1.4s;
            animation-delay: 1.4s;
}

.sx-fx-delay-4 {
    -webkit-animation-delay: 2s;
         -o-animation-delay: 2s;
            animation-delay: 2s;
}

.sx-fx-delay-4-adjust-0 {
    -webkit-animation-delay: 2s;
         -o-animation-delay: 2s;
            animation-delay: 2s;
}

.sx-fx-delay-4-adjust-1 {
    -webkit-animation-delay: 2.1s;
         -o-animation-delay: 2.1s;
            animation-delay: 2.1s;
}

.sx-fx-delay-4-adjust-2 {
    -webkit-animation-delay: 2.2s;
         -o-animation-delay: 2.2s;
            animation-delay: 2.2s;
}

.sx-fx-delay-4-adjust-3 {
    -webkit-animation-delay: 2.3s;
         -o-animation-delay: 2.3s;
            animation-delay: 2.3s;
}

.sx-fx-delay-4-adjust-4 {
    -webkit-animation-delay: 2.4s;
         -o-animation-delay: 2.4s;
            animation-delay: 2.4s;
}

.sx-fx-delay-5 {
    -webkit-animation-delay: 3s;
         -o-animation-delay: 3s;
            animation-delay: 3s;
}

.sx-fx-delay-5-adjust-0 {
    -webkit-animation-delay: 3s;
         -o-animation-delay: 3s;
            animation-delay: 3s;
}

.sx-fx-delay-5-adjust-1 {
    -webkit-animation-delay: 3.1s;
         -o-animation-delay: 3.1s;
            animation-delay: 3.1s;
}

.sx-fx-delay-5-adjust-2 {
    -webkit-animation-delay: 3.2s;
         -o-animation-delay: 3.2s;
            animation-delay: 3.2s;
}

.sx-fx-delay-5-adjust-3 {
    -webkit-animation-delay: 3.3s;
         -o-animation-delay: 3.3s;
            animation-delay: 3.3s;
}

.sx-fx-delay-5-adjust-4 {
    -webkit-animation-delay: 3.4s;
         -o-animation-delay: 3.4s;
            animation-delay: 3.4s;
}

.sx-fx-delay-6 {
    -webkit-animation-delay: 5s;
         -o-animation-delay: 5s;
            animation-delay: 5s;
}

.sx-fx-delay-6-adjust-0 {
    -webkit-animation-delay: 5s;
         -o-animation-delay: 5s;
            animation-delay: 5s;
}

.sx-fx-delay-6-adjust-1 {
    -webkit-animation-delay: 5.1s;
         -o-animation-delay: 5.1s;
            animation-delay: 5.1s;
}

.sx-fx-delay-6-adjust-2 {
    -webkit-animation-delay: 5.2s;
         -o-animation-delay: 5.2s;
            animation-delay: 5.2s;
}

.sx-fx-delay-6-adjust-3 {
    -webkit-animation-delay: 5.3s;
         -o-animation-delay: 5.3s;
            animation-delay: 5.3s;
}

.sx-fx-delay-6-adjust-4 {
    -webkit-animation-delay: 5.4s;
         -o-animation-delay: 5.4s;
            animation-delay: 5.4s;
}

@-webkit-keyframes fade-in-up-custom {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 15%, 0);
                transform: translate3d(0, 15%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
                transform: none;
    }
}

@-o-keyframes fade-in-up-custom {
    0% {
        opacity: 0;
        transform: translate3d(0, 15%, 0);
    }
    100% {
        opacity: 1;
        -o-transform: none;
           transform: none;
    }
}

@keyframes fade-in-up-custom {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 15%, 0);
                transform: translate3d(0, 15%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
             -o-transform: none;
                transform: none;
    }
}

.sx-fx-fade-in-up-custom {
    -webkit-animation-name: "fade-in-up-custom";
         -o-animation-name: "fade-in-up-custom";
            animation-name: "fade-in-up-custom";
}

@-webkit-keyframes flip-in-custom {
    0% {
        -webkit-transform: rotateY(90deg);
                transform: rotateY(90deg);
    }
    100% {
        -webkit-transform: rotateY(0deg);
                transform: rotateY(0deg);
    }
}

@-o-keyframes flip-in-custom {
    0% {
        transform: rotateY(90deg);
    }
    100% {
        transform: rotateY(0deg);
    }
}

@keyframes flip-in-custom {
    0% {
        -webkit-transform: rotateY(90deg);
                transform: rotateY(90deg);
    }
    100% {
        -webkit-transform: rotateY(0deg);
                transform: rotateY(0deg);
    }
}

.sx-fx-flip-in-custom {
    -webkit-animation-name: "flip-in-custom";
         -o-animation-name: "flip-in-custom";
            animation-name: "flip-in-custom";
}

@-webkit-keyframes flip-out-custom {
    0% {
        -webkit-transform: rotateY(0deg);
                transform: rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateY(90deg);
                transform: rotateY(90deg);
    }
}

@-o-keyframes flip-out-custom {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(90deg);
    }
}

@keyframes flip-out-custom {
    0% {
        -webkit-transform: rotateY(0deg);
                transform: rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateY(90deg);
                transform: rotateY(90deg);
    }
}

.sx-fx-flip-out-custom {
    -webkit-animation-name: "flip-out-custom";
         -o-animation-name: "flip-out-custom";
            animation-name: "flip-out-custom";
}

/* Parallax effect*/
.sx-parallax {
    position: relative;
}

.sx-parallax--basic {
    /* Set a specific height */
    min-height: 300px;
    width: 100%;
}

.sx-parallax--16_by_9 {
    padding-bottom: 56.25%;
}

.sx-parallax--4_by_3 {
    padding-bottom: 75%;
}

.sx-parallax--4_by_1 {
    padding-bottom: 25%;
}

.sx-parallax--50vh {
    padding-bottom: 50vh;
}

.sx-parallax--100vh {
    padding-bottom: 100vh;
}

.sx-parallax__background {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    pointer-events: none;
}

@supports (-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%)) and (-webkit-overflow-scrolling: touch) {
    .sx-parallax {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    .sx-parallax__background {
        background-size: cover;
        background-position: center center;
        background-attachment: scroll;
    }
}

.sx-fx-line {
    position: relative;
}

.sx-fx-line:before {
    content: ' ';
    position: absolute;
    height: 2px;
    width: 82px;
}

@media (max-width: 768.98px) {
    .sx-fx-line:before {
        display: none;
    }
}

.sx-fx-line-weight-1:before {
    height: 1px;
}

.sx-fx-line-weight-2:before {
    height: 2px;
}

.sx-fx-line-weight-3:before {
    height: 3px;
}

.sx-fx-line-weight-4:before {
    height: 4px;
}

.sx-fx-line-weight-5:before {
    height: 5px;
}

.sx-fx-line-weight-6:before {
    height: 6px;
}

.sx-fx-line-color-white:before {
    background-color: #fff;
}

.sx-fx-line-color-black:before {
    background-color: #000;
}

.sx-fx-line-left:before, .sx-fx-line-right:before {
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
}

.sx-fx-line-left {
    left: 112px;
}

.sx-fx-line-left:before {
    left: -112px;
}

.sx-fx-line-right:before {
    right: -112px;
}

.sx-fx-line-top:before {
    top: -25px;
}

.sx-fx-line-bottom:before {
    bottom: -25px;
}

.sx-fx-line-link:before {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.sx-fx-line-link:hover:before {
    width: 107px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.sx-fx-line-link:hover.sx-fx-line-right:before {
    right: -137px;
}

.sx-fx-line-link:hover.sx-fx-line-left:before {
    left: -137px;
}

.sx-fx-line-none:before {
    display: none !important;
}

@media (min-width: 576px) {
    .sx-fx-line-sm-none:before {
        display: none !important;
    }
}

@media (min-width: 769px) {
    .sx-fx-line-md-none:before {
        display: none !important;
    }
}

@media (min-width: 1025px) {
    .sx-fx-line-lg-none:before {
        display: none !important;
    }
}

@media (min-width: 1250px) {
    .sx-fx-line-xl-none:before {
        display: none !important;
    }
}

@media (min-width: 1450px) {
    .sx-fx-line-xxl-none:before {
        display: none !important;
    }
}

@media print {
    .sx-fx-line-print-none:before {
        display: none !important;
    }
}

.sx-fx-line-inline:before {
    display: inline !important;
}

@media (min-width: 576px) {
    .sx-fx-line-sm-inline:before {
        display: inline !important;
    }
}

@media (min-width: 769px) {
    .sx-fx-line-md-inline:before {
        display: inline !important;
    }
}

@media (min-width: 1025px) {
    .sx-fx-line-lg-inline:before {
        display: inline !important;
    }
}

@media (min-width: 1250px) {
    .sx-fx-line-xl-inline:before {
        display: inline !important;
    }
}

@media (min-width: 1450px) {
    .sx-fx-line-xxl-inline:before {
        display: inline !important;
    }
}

@media print {
    .sx-fx-line-print-inline:before {
        display: inline !important;
    }
}

.sx-fx-line-inline-block:before {
    display: inline-block !important;
}

@media (min-width: 576px) {
    .sx-fx-line-sm-inline-block:before {
        display: inline-block !important;
    }
}

@media (min-width: 769px) {
    .sx-fx-line-md-inline-block:before {
        display: inline-block !important;
    }
}

@media (min-width: 1025px) {
    .sx-fx-line-lg-inline-block:before {
        display: inline-block !important;
    }
}

@media (min-width: 1250px) {
    .sx-fx-line-xl-inline-block:before {
        display: inline-block !important;
    }
}

@media (min-width: 1450px) {
    .sx-fx-line-xxl-inline-block:before {
        display: inline-block !important;
    }
}

@media print {
    .sx-fx-line-print-inline-block:before {
        display: inline-block !important;
    }
}

.sx-fx-line-block:before {
    display: block !important;
}

@media (min-width: 576px) {
    .sx-fx-line-sm-block:before {
        display: block !important;
    }
}

@media (min-width: 769px) {
    .sx-fx-line-md-block:before {
        display: block !important;
    }
}

@media (min-width: 1025px) {
    .sx-fx-line-lg-block:before {
        display: block !important;
    }
}

@media (min-width: 1250px) {
    .sx-fx-line-xl-block:before {
        display: block !important;
    }
}

@media (min-width: 1450px) {
    .sx-fx-line-xxl-block:before {
        display: block !important;
    }
}

@media print {
    .sx-fx-line-print-block:before {
        display: block !important;
    }
}
