html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@font-face {
    font-family: "Konnect";
    src: url("../../fonts/Konnect-Regular.ttf") format("truetype");
    font-display: fallback
}

@font-face {
    font-family: "Light";
    src: url("../../fonts/Konnect-Light.ttf") format("truetype");
    font-display: fallback
}

@font-face {
    font-family: "Medium";
    src: url("../../fonts/Konnect-Medium.ttf") format("truetype");
    font-display: fallback
}

@font-face {
    font-family: "Thin";
    src: url("../../fonts/Konnect-Thin.ttf") format("truetype");
    font-display: fallback
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    display: none
}

::-moz-selection {
    background: #000;
    color: #fff
}

::selection {
    background: #000;
    color: #fff
}

:focus {
    outline: none !important
}

html, body {
    width: 100%;
    max-width: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden
}

html.overflow, body.overflow {
    overflow: hidden
}

@media (min-width: 600px) and (max-width: 800px) and (max-height: 500px) {
    html, body {
        width: 400px;
        margin: 0 auto
    }
}

body {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    color: #000;
    background: #fff;
    font-size: 15px;
    line-height: 1.4;
    font-family: "Konnect";
    font-weight: 500;
    position: relative
}

@media only screen and (max-width: 1400px) {
    body {
        font-size: 13px
    }
}

@media only screen and (max-width: 768px) {
    body {
        font-size: 12px
    }
}

a {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    text-decoration: none;
    color: #2C30DD
}

a:hover {
    color: #000
}

strong {
    font-weight: normal;
    font-family: "Konnect"
}

ul {
    padding-left: 20px
}

ul li {
    position: relative;
    list-style: square
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left !important
}

hr {
    border: none;
    border-top: 1px solid #fff;
    margin: 15px 0
}

.btn {
    color: #fff;
    background: #2C30DD;
    border: none;
    padding: .67708vw 2.03125vw;
    padding: 13px 39px;
    display: inline-block;
    vertical-align: middle;
    font-size: .78125vw;
    line-height: .98958vw;
    font-size: 15px;
    line-height: 19px;
    font-family: "Konnect";
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 28px;
    text-align: center;
    margin: 0;
    cursor: pointer;
    text-decoration: none !important;
    -webkit-appearance: none
}

@media only screen and (max-width: 1400px) {
    .btn {
        font-size: 12px;
        padding: 7px 22px 6px
    }
}

@media only screen and (max-width: 768px) {
    .btn {
        padding: 14px 24px;
        font-size: 12px
    }
}

.btn img {
    width: .57292vw;
    margin-left: .26042vw;
    -webkit-transition: margin 0.3s;
    transition: margin 0.3s;
    width: 11px;
    margin-left: 5px
}

@media only screen and (max-width: 1400px) {
    .btn img {
        width: 9px;
        margin-left: 3px
    }
}

.btn.invert-arrow img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 0;
    margin-right: .26042vw
}

.btn:hover {
    color: #fff;
    background: #050505
}

.btn:hover img {
    margin-left: .625vw;
    margin-right: -.36458vw;
    -webkit-transition: margin 0.3s;
    transition: margin 0.3s
}

.btn:hover.invert-arrow img {
    margin-right: .625vw;
    margin-left: -.36458vw
}

.btn.white {
    background: #fff;
    color: #2C30DD;
    font-size: .72917vw;
    font-size: 14px
}

@media only screen and (max-width: 1400px) {
    .btn.white {
        font-size: 12px
    }
}

.btn.white:hover {
    background: #000;
    color: #fff
}

.btn.black {
    background: #000;
    font-size: .72917vw;
    font-size: 14px
}

@media only screen and (max-width: 1400px) {
    .btn.black {
        font-size: 12px
    }
}

.btn.black:hover {
    background: #2C30DD
}

.btn.grey {
    background: #EDEDED;
    color: #000
}

.btn.grey:hover {
    background: #2C30DD
}

.btn.grey:hover img {
    -webkit-filter: invert(1);
    filter: invert(1)
}

.btn.round {
    width: 2.29167vw;
    height: 2.29167vw;
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44px;
    height: 44px
}

@media only screen and (max-width: 1400px) {
    .btn.round {
        width: 32px;
        height: 32px
    }
}

.btn.round img {
    width: .88542vw;
    margin: 0;
    width: 17px
}

@media only screen and (max-width: 1400px) {
    .btn.round img {
        width: 14px
    }
}

.btn.wide {
    padding: 1.19792vw 2.70833vw;
    padding: 23px 52px
}

@media only screen and (max-width: 768px) {
    .btn.wide {
        padding: 10px 24px
    }
}

.btn.outline {
    border: 2px solid #2C30DD;
    background: #FFF5F5;
    color: #2C30DD !important
}

.btn.outline:hover {
    color: #FFF5F5 !important;
    background: #2C30DD
}

.btn.second {
    background: #050505
}

.btn.second:hover {
    background: #2C30DD
}

.btn .fa, .btn .far, .btn .fas {
    font-size: 20px;
    margin: -.15625vw .26042vw -.15625vw 0;
    margin: -3px 5px -3px 0;
    position: relative;
    top: .05208vw
}

@media only screen and (max-width: 768px) {
    .btn .fa, .btn .far, .btn .fas {
        font-size: 16px;
        margin-right: 4px
    }
}

.dropdown {
    line-height: 26px;
    font-size: 16px;
    color: #2C30DD;
    display: block;
    width: 480px;
    max-width: 100%;
    margin-top: 70px
}

@media only screen and (max-width: 768px) {
    .dropdown {
        margin: 40px 0;
        font-size: 14px;
        line-height: 22px
    }
}

.dropdown .selected {
    border: 1px solid #2C30DD;
    padding: 19px 20px;
    cursor: pointer;
    position: relative
}

.dropdown .selected span {
    width: 19px;
    height: 63px;
    position: absolute;
    right: 20px;
    top: 0;
    background: url(../images/arrow-dropdown.svg) center center no-repeat;
    display: block;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

@media only screen and (max-width: 768px) {
    .dropdown .selected span {
        background-size: 15px
    }
}

.dropdown .selected.active span {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.dropdown .list {
    border: 1px solid #2C30DD;
    border-top: none;
    padding: 10px 0;
    display: none
}

.dropdown .list div {
    padding: 18px 20px
}

.dropdown .list div:hover {
    opacity: 0.6;
    cursor: pointer
}

::-webkit-input-placeholder {
    color: gray;
    opacity: 1
}

:-ms-input-placeholder {
    color: gray;
    opacity: 1
}

::-ms-input-placeholder {
    color: gray;
    opacity: 1
}

::placeholder {
    color: gray;
    opacity: 1
}

:-ms-input-placeholder {
    color: gray
}

::-ms-input-placeholder {
    color: gray
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], textarea {
    border: none;
    background: #F8F8F8;
    color: #000;
    height: 2.86458vw;
    line-height: 1.82292vw;
    padding: .52083vw 1.77083vw;
    font-size: .78125vw;
    font-family: "Konnect";
    letter-spacing: .04427vw;
    border-radius: .52083vw;
    width: 100%;
    display: block;
    -webkit-appearance: none;
    margin-bottom: 1.04167vw
}

@media only screen and (max-width: 768px) {
    input[type="text"], input[type="email"], input[type="password"], input[type="tel"], textarea {
        height: 40px;
        font-size: 13px;
        padding: 10px;
        margin-bottom: 10px
    }
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="tel"]:focus, textarea:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #2C30DD
}

textarea {
    height: 15.57292vw
}

@media only screen and (max-width: 768px) {
    textarea {
        height: 100px
    }
}

img {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 100%;
    height: auto
}

.container {
    width: 100%;
    margin: 0 auto;
    max-width: 1920px;
    padding: 0 54px 0 50px
}

@media only screen and (max-width: 768px) {
    .container {
        max-width: 100%;
        padding: 0 24px
    }
}

.clearfix:after {
    clear: both;
    display: table
}

p {
    font-size: 15px;
    line-height: 1.4;
    color: #000
}

@media only screen and (max-width: 1400px) {
    p {
        font-size: 13px
    }
}

@media only screen and (max-width: 1000px) {
    p {
        font-size: 12px
    }
}

h1 {
    font-size: 90px;
    line-height: 1;
    color: #000;
    font-family: "Konnect"
}

@media only screen and (max-width: 1800px) {
    h1 {
        font-size: 70px
    }
}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 22px
    }
}

h2 {
    font-size: 50px;
    line-height: 1.3;
    color: #000;
    font-family: "Konnect"
}

@media only screen and (max-width: 1800px) {
    h2 {
        font-size: 45px
    }
}

@media only screen and (max-width: 1000px) {
    h2 {
        font-size: 32px
    }
}

@media only screen and (max-width: 768px) {
    h2 {
        font-size: 22px
    }
}

h3 {
    font-size: 45px;
    line-height: 1.3;
    color: #000;
    font-family: "Konnect"
}

@media only screen and (max-width: 1800px) {
    h3 {
        font-size: 40px
    }
}

@media only screen and (max-width: 1400px) {
    h3 {
        font-size: 35px
    }
}

@media only screen and (max-width: 1000px) {
    h3 {
        font-size: 26px
    }
}

@media only screen and (max-width: 768px) {
    h3 {
        font-size: 18px
    }
}

h3 strong {
    font-weight: 700
}

h4 {
    font-size: 35px;
    line-height: 1.15;
    color: #000;
    font-family: "Konnect"
}

@media only screen and (max-width: 1800px) {
    h4 {
        font-size: 30px
    }
}

@media only screen and (max-width: 768px) {
    h4 {
        font-size: 18px
    }
}

h5 {
    font-size: 15px;
    line-height: 1.15;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: .3125vw
}

@media only screen and (max-width: 768px) {
    h5 {
        font-size: 12px
    }
}

.hidden {
    display: none
}

.no-margin {
    margin: 0
}

.os-animation {
    opacity: 0
}

.os-animation.animated {
    opacity: 1
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.marker {
    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/spotlight-poi2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 27px;
    height: 43px;
    cursor: pointer
}

.pb-0 {
    padding-bottom: 0 !important
}

@media only screen and (max-width: 768px) {
    .hidden-mobile {
        display: none !important
    }
}

.visible-mobile {
    display: none
}

@media only screen and (max-width: 768px) {
    .visible-mobile {
        display: block
    }
}

.fa:before, .fa:after, .far:before, .far:after, .fas:before, .fas:after, .fab:before, .fab:after, .far:before, .far:after {
    display: block
}

.wpcf7-form .wpcf7-checkbox label {
    position: relative;
    cursor: pointer
}

.wpcf7-form .wpcf7-checkbox label:before, .wpcf7-form .wpcf7-checkbox label:after {
    display: none
}

input[type=checkbox] {
    position: relative;
    visibility: hidden;
    width: 0;
    margin: 0
}

input[type=checkbox] + span:before {
    display: block;
    position: absolute;
    content: '';
    height: 24px;
    width: 24px;
    top: 0px;
    left: 0px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4)
}

@media only screen and (max-width: 768px) {
    input[type=checkbox] + span:before {
        width: 16px;
        height: 16px;
        top: 3px
    }
}

input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    content: '';
    height: 24px;
    width: 24px;
    top: 0px;
    left: 0px;
    visibility: hidden;
    background: url(../images/check.svg) center 3px no-repeat
}

@media only screen and (max-width: 768px) {
    input[type=checkbox] + span:after {
        width: 16px;
        height: 16px;
        background-size: 10px
    }
}

input[type=checkbox]:checked + span:before {
    background: transparent
}

input[type=checkbox]:checked + span:after {
    visibility: visible
}

@media only screen and (max-width: 768px) {
    div.wpcf7 {
        margin-top: 25px
    }
}

div.wpcf7 .ajax-loader {
    margin-right: -20px
}

div.wpcf7 .wpcf7-not-valid-tip {
    margin: -10px 0 10px 0
}

.pea_cook_wrapper {
    background: white url(../../images/icon-cookie.svg) 21px center no-repeat !important;
    color: black !important;
    padding: 20px 85px 20px 80px !important;
    border-radius: 40px !important;
    bottom: 28px !important;
    right: 340px !important
}

@media only screen and (max-width: 768px) {
    .pea_cook_wrapper {
        bottom: 10px !important;
        right: 20px !important;
        width: calc(100% - 40px)
    }
}

.pea_cook_wrapper p {
    font-size: 12px !important;
    font-family: "Light" !important;
    font-weight: normal !important;
    text-align: left
}

.pea_cook_wrapper a#fom {
    color: #4B4B4B !important;
    border: none;
    text-decoration: underline;
    display: block
}

.pea_cook_wrapper a#fom:hover {
    color: #000 !important
}

.pea_cook_wrapper button.pea_cook_btn {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    background: #000 !important;
    color: #fff !important;
    font-size: 12px !important;
    font-family: "Light" !important;
    font-weight: normal !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 18px
}

.pea_cook_wrapper button.pea_cook_btn:hover {
    background: #2C30DD !important
}

.livechat {
    position: fixed;
    z-index: 9;
    bottom: 30px;
    right: 54px;
    -webkit-transition: none;
    transition: none;
    display: none
}

@media only screen and (max-width: 768px) {
    .livechat {
        bottom: 20px;
        right: 20px
    }
}

.livechat.stop {
    bottom: 18.84375vw;
    position: absolute;
}

@media (max-width: 1200px) {
    .livechat.stop {
        bottom: 200px
    }
}

@media (max-width: 800px) {
    .livechat.stop {
        bottom: 270px
    }
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px)
    }
    50% {
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px);

@media (max-width: 800px) {
    -webkit-transform:translatey(-10px)

;transform:translatey(-10px)
}

}
100
%
{
    -webkit-transform: translatey(0px)
;
    transform: translatey(0px)
}
}
@keyframes float {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px)
    }
    50% {
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px);

@media (max-width: 800px) {
    -webkit-transform:translatey(-10px)

;transform:translatey(-10px)
}

}
100
%
{
    -webkit-transform: translatey(0px)
;
    transform: translatey(0px)
}
}
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

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

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

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

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

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

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

@-webkit-keyframes rubberBand {
    from {
        -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)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    from {
        -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)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

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

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

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

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

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

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

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

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

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    from {
        -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)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    from {
        -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)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

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

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

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

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

@-webkit-keyframes jello {
    from, 11.1%, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
        transform: skewX(0.39062deg) skewY(0.39062deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg)
    }
}

@keyframes jello {
    from, 11.1%, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
        transform: skewX(0.39062deg) skewY(0.39062deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

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

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

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

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

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

.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

@-webkit-keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

@-webkit-keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

@-webkit-keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

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

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

.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

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

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

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

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

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

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

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

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

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

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

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        visibility: hidden
    }
}

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

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

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

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

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

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

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

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

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

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

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

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

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

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

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

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

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

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

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

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

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

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

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

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

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

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

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

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

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

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

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

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

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

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

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    to {
        opacity: 0
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

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

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

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

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

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

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

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

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

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms
}

.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

@media (print), (prefers-reduced-motion: reduce) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important
    }
}

header.header {
    padding: 4.6875vw 0 .78125vw;
    padding: 70px 0 15px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: transparent
}

@media only screen and (max-width: 1400px) {
    header.header {
        padding-top: 35px
    }
}

@media only screen and (max-width: 1200px) {
    header.header {
        padding-top: 20px
    }
}

@media (max-width: 910px) {
    header.header {
        padding: 25px 0 10px 0;
        background: white
    }
}

@media (min-width: 600px) and (max-width: 800px) and (max-height: 500px) {
    header.header {
        width: 402px;
        left: calc(50% - 201px)
    }
}

header.header.fixed {
    padding-top: .9375vw;
    padding-top: 18px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(255, 255, 255, 0.9)
}

@media (max-width: 910px) {
    header.header.fixed {
        padding-top: 10px;
        padding-bottom: 8px
    }
}

header.header.fixed .logo img {
    height: 1.82292vw;
    height: 35px;
    -webkit-transition: height 0.3s;
    transition: height 0.3s
}

@media (max-width: 910px) {
    header.header.fixed .logo img {
        height: 25px
    }
}

header.header.active {
    background: #2C30DD
}

header.header.active .logo img {
    -webkit-filter: invert(1) brightness(10);
    filter: invert(1) brightness(10)
}

header.header.active .hamburger span {
    background: #fff
}

header.header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 910px) {
    header.header .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

header.header .logo {
    display: inline-block;
    width: 34.21875vw;
    width: 657px
}

@media only screen and (max-width: 1800px) {
    header.header .logo {
        width: 400px
    }
}

@media only screen and (max-width: 1400px) {
    header.header .logo {
        width: 400px
    }
}

@media only screen and (max-width: 1200px) {
    header.header .logo {
        width: 300px
    }
}

@media only screen and (max-width: 1000px) {
    header.header .logo {
        width: 200px
    }
}

@media (max-width: 910px) {
    header.header .logo {
        width: auto
    }
}

header.header .logo img {
    height: 2.23958vw;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
    height: 43px
}

@media only screen and (max-width: 1000px) {
    header.header .logo img {
        height: 30px
    }
}

@media (max-width: 910px) {
    header.header .logo img {
        height: 30px
    }
}

header.header .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: calc(100% - 34.21875vw);
    width: calc(100% - 657px)
}

@media only screen and (max-width: 1800px) {
    header.header .right {
        width: calc(100% - 400px)
    }
}

@media only screen and (max-width: 1400px) {
    header.header .right {
        width: calc(100% - 400px)
    }
}

@media only screen and (max-width: 1200px) {
    header.header .right {
        width: calc(100% - 300px)
    }
}

@media only screen and (max-width: 1000px) {
    header.header .right {
        width: calc(100% - 200px)
    }
}

@media (max-width: 910px) {
    header.header .right {
        width: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

header.header .right .btn {
    margin-left: 1.5625vw;
    margin-left: 30px
}

@media only screen and (max-width: 1200px) {
    header.header .right .btn {
        margin-left: 15px
    }
}

@media (max-width: 910px) {
    header.header .right .btn {
        display: none
    }
}

header.header .hamburger {
    display: none
}

@media (max-width: 910px) {
    header.header .hamburger {
        display: block;
        width: 30px;
        height: 30px;
        margin-right: -5px;
        margin-top: -6px
    }

    header.header .hamburger span {
        width: 8px;
        height: 8px;
        display: inline-block;
        margin: 0 2.5px;
        background: #000;
        position: relative;
        top: 0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        border-radius: 50%
    }
}

header.header ul {
    margin: 0 4.16667vw 0 0;
    padding: 0;
    margin: 0 80px 0 0
}

@media only screen and (max-width: 1800px) {
    header.header ul {
        margin-right: 0
    }
}

@media only screen and (max-width: 1400px) {
    header.header ul {
        margin-right: 0
    }
}

@media (max-width: 910px) {
    header.header ul {
        display: none;
        width: 100%;
        text-align: center
    }
}

header.header ul li {
    list-style: none;
    display: inline-block
}

@media (max-width: 910px) {
    header.header ul li {
        display: block
    }
}

header.header ul li a {
    font-size: .78125vw;
    color: #000;
    padding: .52083vw 1.5625vw;
    font-size: 15px;
    padding: 10px 30px
}

@media only screen and (max-width: 1400px) {
    header.header ul li a {
        font-size: 13px;
        padding: 5px 15px
    }
}

@media only screen and (max-width: 1200px) {
    header.header ul li a {
        font-size: 12px;
        padding: 5px 10px
    }
}

@media (max-width: 910px) {
    header.header ul li a {
        font-size: 13px;
        display: block
    }
}

header.header ul li a:hover {
    color: #2C30DD
}

.mobile-menu {
    background: #2C30DD;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    top: -100vh
}

@media (max-width: 910px) {
    .mobile-menu {
        -webkit-transition: top 0.3s ease-in;
        transition: top 0.3s ease-in
    }
}

.mobile-menu.active {
    top: 0
}

.mobile-menu ul {
    padding: 0 5px;
    margin: 40px 0 80px 0
}

.mobile-menu ul li {
    list-style: none
}

.mobile-menu ul li a {
    color: #fff;
    font-size: 20px;
    line-height: 45px;
    display: block
}

.mobile-menu .btn {
    margin-right: 5px
}

footer.footer {
    padding: 1.04167vw 0;
    padding: 20px 0 35px
}

@media only screen and (max-width: 768px) {
    footer.footer {
        padding: 35px 0 25px 0
    }
}

footer.footer.light-bg {
    background: #FAFAFA
}

footer.footer .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 1000px) {
    footer.footer .row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media only screen and (max-width: 768px) {
    footer.footer .row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

footer.footer .row:nth-child(2) {
    margin-top: 1.04167vw;
    margin-top: 20px
}

@media (max-width: 1200px) {
    footer.footer .row:nth-child(2) > .empty {
        width: 20%
    }
}

@media (max-width: 1000px) {
    footer.footer .row:nth-child(2) > .empty {
        display: none
    }
}

footer.footer .row:nth-child(3) {
    margin-top: 3.125vw;
    margin-top: 60px
}

@media (max-width: 1000px) and (min-width: 768px) {
    footer.footer .row:nth-child(3) .col:nth-child(2) {
        text-align: right
    }

    footer.footer .row:nth-child(3) .col:nth-child(3) {
        width: 100%
    }
}

@media only screen and (max-width: 768px) {
    footer.footer .row:nth-child(3) {
        margin: 0;
        text-align: center
    }
}

footer.footer .row .col {
    width: 33.333333%
}

@media (max-width: 1200px) {
    footer.footer .row .col {
        width: 40%
    }
}

@media only screen and (max-width: 1000px) {
    footer.footer .row .col {
        width: 50%
    }
}

@media only screen and (max-width: 768px) {
    footer.footer .row .col {
        width: 100%
    }
}

footer.footer .row .col:nth-child(3) {
    text-align: right
}

@media only screen and (max-width: 768px) {
    footer.footer .row .col:nth-child(3) {
        text-align: center
    }

    footer.footer .row .col:nth-child(3) .btn {
        display: none
    }
}

footer.footer .row .col.wide {
    width: 60%
}

@media only screen and (max-width: 1000px) {
    footer.footer .row .col.wide {
        width: 50%
    }
}

@media only screen and (max-width: 768px) {
    footer.footer .row .col.wide {
        width: 100%
    }
}

@media only screen and (max-width: 768px) {
    footer.footer .row .col .row {
        border-bottom: 1px solid rgba(112, 112, 112, 0.2);
        padding-bottom: 15px;
        margin-bottom: 15px;
        white-space: nowrap
    }
}

footer.footer .row .col .row .col {
    width: 45%
}

@media only screen and (max-width: 1800px) {
    footer.footer .row .col .row .col {
        width: 50%
    }

    footer.footer .row .col .row .col:last-child {
        padding-left: 35px
    }
}

@media only screen and (max-width: 768px) {
    footer.footer .row .col .row .col:first-child {
        width: 60%
    }

    footer.footer .row .col .row .col:last-child {
        width: 40%;
        padding-top: 42px;
        padding-left: 0
    }
}

footer.footer .row .col p {
    font-size: .72917vw;
    line-height: 1.78;
    font-size: 14px
}

@media only screen and (max-width: 1400px) {
    footer.footer .row .col p {
        font-size: 12px
    }
}

footer.footer .row .col p strong {
    font-family: "Medium"
}

@media only screen and (max-width: 768px) {
    footer.footer .row .col p.copy {
        font-size: 10px;
        border-top: 1px solid rgba(112, 112, 112, 0.2);
        margin-top: 15px;
        padding-top: 10px;
        margin-bottom: 10px
    }
}

footer.footer .row .col p a {
    color: #2C30DD
}

footer.footer .row .col p a:hover {
    color: #000
}

footer.footer .row .col p a.s247 {
    color: #737373;
    font-family: "Light"
}

footer.footer .row .col p a.s247:hover {
    color: #2C30DD
}

footer.footer .row .col p a.s247 sup {
    font-size: 80%;
    position: relative;
    top: -.20833vw
}

@media only screen and (max-width: 768px) {
    footer.footer .row .col #mc_embed_signup {
        display: none
    }
}

footer.footer .row .col .social-media {
    display: inline-block;
    margin-right: 1.04167vw;
    margin-right: 20px
}

@media only screen and (max-width: 768px) {
    footer.footer .row .col .social-media {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 25px;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid rgba(112, 112, 112, 0.2)
    }
}

footer.footer .row .col .social-media a {
    margin-right: .9375vw;
    display: inline-block;
    margin-right: 18px
}

footer.footer .row .col .social-media a img {
    height: 40px
}

@media only screen and (max-width: 1400px) {
    footer.footer .row .col .social-media a img {
        height: 32px
    }
}

@media only screen and (max-width: 768px) {
    footer.footer .row .col .social-media a img {
        height: 36px
    }
}

footer.footer .row .col .social-media a:hover {
    opacity: 0.5
}

footer.footer .row .col .payments {
    display: inline-block;
    vertical-align: middle;
    margin-right: .52083vw;
    margin-right: 20px;
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
    opacity: 0.8
}

@media only screen and (max-width: 768px) {
    footer.footer .row .col .payments {
        margin: 0 7px
    }
}

footer.footer .row .col .payments img {
    height: .9375vw;
    height: 18px
}

@media only screen and (max-width: 768px) {
    footer.footer .row .col .payments img {
        height: 16px
    }
}

footer.footer .row .col .payments:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1
}

footer.footer .row .col .payments:nth-child(1) img {
    height: 1.35417vw;
    height: 26px
}

@media only screen and (max-width: 768px) {
    footer.footer .row .col .payments:nth-child(1) img {
        height: 22px
    }
}

footer.footer .row .col .payments:nth-child(3) {
    margin-left: -.26042vw;
    margin-left: -5px
}

footer.footer .row .col .payments:nth-child(3) img {
    height: .78125vw;
    height: 15px
}

@media only screen and (max-width: 768px) {
    footer.footer .row .col .payments:nth-child(3) img {
        height: 13px
    }
}

footer.footer .row .col .logo {
    height: 1.97917vw;
    margin-bottom: 1.04167vw;
    height: 38px;
    margin-bottom: 20px;
    -webkit-filter: brightness(0);
    filter: brightness(0)
}

@media only screen and (max-width: 768px) {
    footer.footer .row .col .logo {
        height: 32px;
        margin-bottom: 10px
    }
}

footer.footer .row .col ul {
    padding: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 3 ];
    grid-template-columns:repeat(3, 1fr)
}

@media only screen and (max-width: 1000px) {
    footer.footer .row .col ul {
        margin: 0;
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }
}

footer.footer .row .col ul li {
    list-style: none;
    display: block;
    padding-right: 30px
}

@media only screen and (max-width: 768px) {
    footer.footer .row .col ul li {
        padding: 0
    }
}

footer.footer .row .col ul li a {
    font-size: .72917vw;
    font-size: 14px;
    line-height: 2.85;
    display: inline-block;
    color: #000
}

@media only screen and (max-width: 1400px) {
    footer.footer .row .col ul li a {
        font-size: 12px
    }
}

footer.footer .row .col ul li a:hover {
    color: #2C30DD
}

#contact {
    padding: 12.5vw 0 10.41667vw;
    padding: 240px 0 200px
}

@media only screen and (max-width: 768px) {
    #contact {
        padding: 80px 0 65px
    }
}

#contact.light-bg {
    background: #FAFAFA
}

#contact .container {
    text-align: center
}

#contact .container h1 {
    margin-bottom: 3.125vw;
    margin-bottom: 60px
}

@media only screen and (max-width: 768px) {
    #contact .container h1 {
        font-size: 22px;
        margin-bottom: 15px
    }
}

.home-slider-content {
    position: relative;
    background: #FAFAFA
}

.home-slider-content .home-slider {
    height: 54.6875vw;
    height: 1050px;
    max-height: 100vh;
    max-width: 1920px;
    margin: 0 auto
}

@media only screen and (max-width: 1800px) {
    .home-slider-content .home-slider {
        height: 900px
    }
}

@media only screen and (max-width: 1400px) {
    .home-slider-content .home-slider {
        height: 880px
    }
}

@media only screen and (max-width: 1200px) {
    .home-slider-content .home-slider {
        height: 650px;
        max-height: initial
    }
}

@media only screen and (max-width: 768px) {
    .home-slider-content .home-slider {
        height: 700px
    }
}

.home-slider-content .home-slider .slick-list, .home-slider-content .home-slider .slick-track {
    height: 100%
}

.home-slider-content .home-slider .slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    height: 100%;
    padding-bottom: 4.94792vw;
    padding-left: 2.60417vw;
    padding-bottom: 95px;
    padding-left: 50px
}

@media only screen and (max-width: 1800px) {
    .home-slider-content .home-slider .slide {
        padding-bottom: 49px
    }
}

@media only screen and (max-width: 768px) {
    .home-slider-content .home-slider .slide {
        padding-bottom: 34px;
        padding-left: 24px
    }
}

.home-slider-content .home-slider .slide h1 {
    font-size: 1.82292vw;
    line-height: 1.34;
    margin-bottom: .78125vw;
    font-size: 35px;
    margin-bottom: 15px
}

@media only screen and (max-width: 1400px) {
    .home-slider-content .home-slider .slide h1 {
        font-size: 30px
    }
}

@media only screen and (max-width: 1000px) {
    .home-slider-content .home-slider .slide h1 {
        font-size: 22px
    }
}

@media only screen and (max-width: 768px) {
    .home-slider-content .home-slider .slide h1 {
        font-size: 18px;
        margin-bottom: 10px
    }

    .home-slider-content .home-slider .slide h1 br {
        display: none
    }
}

.home-slider-content .home-slider .slide p {
    opacity: 0.75;
    margin-bottom: 1.30208vw;
    margin-bottom: 25px
}

@media only screen and (max-width: 768px) {
    .home-slider-content .home-slider .slide p {
        margin-bottom: 15px;
        width: 205px
    }
}

.home-slider-content .home-slider .slide div.os-animation:first-child {
    position: relative;
    z-index: 1
}

.home-slider-content .home-slider .slide .decorations {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.home-slider-content .home-slider .slide .circle1 {
    position: absolute;
    width: 13.02083vw;
    height: 13.02083vw;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: #2C30DD;
    bottom: 23.95833vw;
    right: 46.51042vw;
    bottom: 460px;
    right: 893px;
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.home-slider-content .home-slider .slide .circle1:hover {
    width: 262.5px;
    height: 262.5px;
    margin-right: -6px;
    margin-bottom: -6px
}

@media only screen and (max-width: 1800px) {
    .home-slider-content .home-slider .slide .circle1 {
        bottom: 450px;
        right: 612px;
        width: 200px;
        height: 200px
    }

    .home-slider-content .home-slider .slide .circle1:hover {
        width: 210px;
        height: 210px;
        margin-right: -5px;
        margin-bottom: -5px
    }
}

@media (max-height: 900px) and (min-width: 1800px) {
    .home-slider-content .home-slider .slide .circle1 {
        bottom: 450px;
        right: 612px;
        width: 200px;
        height: 200px
    }

    .home-slider-content .home-slider .slide .circle1:hover {
        width: 210px;
        height: 210px;
        margin-right: -5px;
        margin-bottom: -5px
    }
}

@media only screen and (max-width: 1400px) {
    .home-slider-content .home-slider .slide .circle1 {
        bottom: 380px;
        right: 497.25px;
        width: 150px;
        height: 150px
    }

    .home-slider-content .home-slider .slide .circle1:hover {
        width: 157.5px;
        height: 157.5px;
        margin-right: -4px;
        margin-bottom: -4px
    }
}

@media only screen and (max-width: 768px) {
    .home-slider-content .home-slider .slide .circle1 {
        width: 96px;
        height: 96px;
        bottom: 390px;
        right: 250px
    }

    .home-slider-content .home-slider .slide .circle1:hover {
        width: 96px;
        height: 96px;
        margin: 0
    }
}

@media (min-width: 600px) and (max-width: 800px) and (min-height: 500px) {
    .home-slider-content .home-slider .slide .circle1 {
        right: 425px
    }
}

.home-slider-content .home-slider .slide .circle2 {
    position: absolute;
    width: 4.94792vw;
    height: 4.94792vw;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background: #E8E8E8;
    bottom: 17.1875vw;
    right: 46.82292vw;
    bottom: 330px;
    right: 899px;
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.home-slider-content .home-slider .slide .circle2:hover {
    width: 99.75px;
    height: 99.75px;
    margin-right: -2.5px;
    margin-bottom: -2.5px
}

@media only screen and (max-width: 1800px) {
    .home-slider-content .home-slider .slide .circle2 {
        bottom: 330px;
        right: 616px;
        width: 76px;
        height: 76px
    }

    .home-slider-content .home-slider .slide .circle2:hover {
        width: 79.8px;
        height: 79.8px;
        margin-right: -2px;
        margin-bottom: -2px
    }
}

@media (max-height: 900px) and (min-width: 1800px) {
    .home-slider-content .home-slider .slide .circle2 {
        bottom: 330px;
        right: 616px;
        width: 76px;
        height: 76px
    }

    .home-slider-content .home-slider .slide .circle2:hover {
        width: 79.8px;
        height: 79.8px;
        margin-right: -2px;
        margin-bottom: -2px
    }
}

@media only screen and (max-width: 1400px) {
    .home-slider-content .home-slider .slide .circle2 {
        bottom: 300px;
        right: 500.5px;
        width: 57px;
        height: 57px
    }

    .home-slider-content .home-slider .slide .circle2:hover {
        width: 59.85px;
        height: 59.85px;
        margin-right: -1.5px;
        margin-bottom: -1.5px
    }
}

@media only screen and (max-width: 768px) {
    .home-slider-content .home-slider .slide .circle2 {
        width: 36px;
        height: 36px;
        bottom: 345px;
        right: 235px
    }

    .home-slider-content .home-slider .slide .circle2:hover {
        width: 36px;
        height: 36px;
        margin: 0
    }
}

@media (min-width: 600px) and (max-width: 800px) and (min-height: 500px) {
    .home-slider-content .home-slider .slide .circle2 {
        right: 410px
    }
}

.home-slider-content .home-slider .slide .circle3 {
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff;
    bottom: 620px;
    right: 120px;
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.home-slider-content .home-slider .slide .circle3:hover {
    width: 73.5px;
    height: 73.5px;
    margin-right: -1.25px;
    margin-bottom: -1.25px
}

@media only screen and (max-width: 1800px) {
    .home-slider-content .home-slider .slide .circle3 {
        bottom: 560px;
        right: 60px;
        width: 56px;
        height: 56px
    }

    .home-slider-content .home-slider .slide .circle3:hover {
        width: 58.8px;
        height: 58.8px;
        margin-right: -1px;
        margin-bottom: -1px
    }
}

@media (max-height: 900px) and (min-width: 1800px) {
    .home-slider-content .home-slider .slide .circle3 {
        bottom: 560px;
        right: 60px;
        width: 56px;
        height: 56px
    }

    .home-slider-content .home-slider .slide .circle3:hover {
        width: 58.8px;
        height: 58.8px;
        margin-right: -1px;
        margin-bottom: -1px
    }
}

@media only screen and (max-width: 1400px) {
    .home-slider-content .home-slider .slide .circle3 {
        bottom: 450px;
        right: 40px;
        width: 42px;
        height: 42px
    }

    .home-slider-content .home-slider .slide .circle3:hover {
        width: 44.1px;
        height: 44.1px;
        margin-right: -1px;
        margin-bottom: -1px
    }
}

@media only screen and (max-width: 768px) {
    .home-slider-content .home-slider .slide .circle3 {
        display: none
    }
}

.home-slider-content .home-slider .slide .image {
    position: absolute;
    width: 33.125vw;
    height: 33.125vw;
    width: 636px;
    height: 636px;
    border-radius: 50%;
    bottom: 8.33333vw;
    right: 12.76042vw;
    bottom: 160px;
    right: 245px;
    background-size: cover;
    background-position: center;
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.home-slider-content .home-slider .slide .image:hover {
    width: 667.8px;
    height: 667.8px;
    margin-right: -16px;
    margin-bottom: -16px
}

@media only screen and (max-width: 1800px) {
    .home-slider-content .home-slider .slide .image {
        bottom: 130px;
        right: 92px;
        width: 508.8px;
        height: 508.8px
    }

    .home-slider-content .home-slider .slide .image:hover {
        width: 534.24px;
        height: 534.24px;
        margin-right: -13px;
        margin-bottom: -13px
    }
}

@media (max-height: 900px) and (min-width: 1800px) {
    .home-slider-content .home-slider .slide .image {
        bottom: 130px;
        right: 92px;
        width: 508.8px;
        height: 508.8px
    }

    .home-slider-content .home-slider .slide .image:hover {
        width: 534.24px;
        height: 534.24px;
        margin-right: -13px;
        margin-bottom: -13px
    }
}

@media only screen and (max-width: 1400px) {
    .home-slider-content .home-slider .slide .image {
        bottom: 130px;
        width: 381.6px;
        height: 381.6px
    }

    .home-slider-content .home-slider .slide .image:hover {
        width: 400.68px;
        height: 400.68px;
        margin-right: -10px;
        margin-bottom: -10px
    }
}

@media only screen and (max-width: 768px) {
    .home-slider-content .home-slider .slide .image {
        width: 350px;
        height: 350px;
        right: -145px;
        bottom: 260px
    }

    .home-slider-content .home-slider .slide .image:hover {
        width: 370px;
        height: 370px;
        margin: 0
    }
}

@media (min-width: 600px) and (max-width: 800px) and (min-height: 500px) {
    .home-slider-content .home-slider .slide .image {
        right: 30px
    }
}

.home-slider-content .home-slider .slick-dots {
    position: absolute;
    bottom: 2.8125vw;
    right: 6.25vw;
    bottom: 54px;
    right: 120px;
    margin: 0;
    padding: 0
}

@media only screen and (max-width: 1200px) {
    .home-slider-content .home-slider .slick-dots {
        bottom: 48px
    }
}

@media only screen and (max-width: 768px) {
    .home-slider-content .home-slider .slick-dots {
        bottom: 39px;
        right: 9px;
        display: none !important
    }
}

.home-slider-content .home-slider .slick-dots li {
    list-style: none;
    display: inline-block;
    padding-right: 1.04167vw;
    padding-right: 20px
}

@media only screen and (max-width: 768px) {
    .home-slider-content .home-slider .slick-dots li {
        padding-right: 15px
    }
}

.home-slider-content .home-slider .slick-dots li:after {
    content: '';
    width: 0;
    height: 1px;
    display: inline-block;
    background: #707070;
    margin-left: .33854vw;
    margin-right: -.70312vw;
    margin-left: 6.5px;
    margin-right: -13.5px;
    opacity: 0.4;
    -webkit-transition: width 0.3s;
    transition: width 0.3s
}

@media only screen and (max-width: 768px) {
    .home-slider-content .home-slider .slick-dots li:after {
        margin-left: 4px;
        margin-right: -9px
    }
}

.home-slider-content .home-slider .slick-dots li button {
    font-size: .72917vw;
    font-size: 14px;
    color: black;
    padding: 0;
    margin: 0;
    line-height: 1;
    border: none;
    background: transparent;
    cursor: pointer
}

@media only screen and (max-width: 1200px) {
    .home-slider-content .home-slider .slick-dots li button {
        font-size: 12px
    }
}

@media only screen and (max-width: 768px) {
    .home-slider-content .home-slider .slick-dots li button {
        font-size: 12px;
        font-family: "Medium"
    }
}

.home-slider-content .home-slider .slick-dots li button:before {
    content: '0';
    display: inline
}

.home-slider-content .home-slider .slick-dots li button:hover {
    color: rgba(0, 0, 0, 0.4)
}

.home-slider-content .home-slider .slick-dots li.slick-active button {
    color: #2C30DD;
    font-family: "Medium"
}

@media only screen and (max-width: 768px) {
    .home-slider-content .home-slider .slick-dots li.slick-active button {
        font-size: 12px
    }
}

.home-slider-content .home-slider .slick-dots li.slick-active:after {
    width: 1.875vw;
    width: 36px;
    -webkit-transition: width 0.3s;
    transition: width 0.3s
}

@media only screen and (max-width: 1200px) {
    .home-slider-content .home-slider .slick-dots li.slick-active:after {
        width: 26px
    }
}

@media only screen and (max-width: 768px) {
    .home-slider-content .home-slider .slick-dots li.slick-active:after {
        width: 22px
    }
}

.home-slider-content .social-media {
    right: 2.8125vw;
    bottom: 2.44792vw;
    right: 54px;
    bottom: 47px;
    position: absolute
}

@media only screen and (max-width: 768px) {
    .home-slider-content .social-media {
        display: none
    }
}

.home-slider-content .social-media a {
    display: block;
    margin: .57292vw 0 0 0;
    margin: 11px 0 0 0
}

@media only screen and (max-width: 1200px) {
    .home-slider-content .social-media a {
        margin: 5px 0 0 0
    }
}

.home-slider-content .social-media a img {
    width: 2.08333vw;
    height: 2.08333vw;
    width: 40px;
    height: 40px
}

@media only screen and (max-width: 1200px) {
    .home-slider-content .social-media a img {
        width: 28px;
        height: 28px
    }
}

.home-slider-content .social-media a:hover {
    opacity: 0.5
}

@-webkit-keyframes animChange {
    0% {
        height: 0;
        bottom: 0
    }
    50% {
        height: 100%;
        bottom: 0
    }
    100% {
        bottom: 100%
    }
}

@keyframes animChange {
    0% {
        height: 0;
        bottom: 0
    }
    50% {
        height: 100%;
        bottom: 0
    }
    100% {
        bottom: 100%
    }
}

#sticker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden
}

@media only screen and (max-width: 768px) {
    #sticker {
        height: auto;
        max-height: initial;
        min-height: 700px
    }
}

#sticker:after {
    content: '';
    width: 100%;
    height: 0;
    background: #FAFAFA;
    display: block;
    bottom: 0;
    left: 0;
    z-index: 8;
    position: absolute
}

#sticker.anim:after {
    height: 0;
    bottom: 0;
    -webkit-animation-name: animChange;
    animation-name: animChange;
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

#sticker .switch {
    position: absolute;
    z-index: 9;
    bottom: 4.16667vw;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media only screen and (max-width: 768px) {
    #sticker .switch {
        bottom: auto;
        top: 20px
    }
}

#sticker .donor, #sticker .fundraiser {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff url(../../images/darczynca2-en.jpg) bottom center no-repeat;
    background-size: 100vw;
    padding: 4.16667vw 0;
    background-size: contain;
    padding: 80px 0;
    position: relative;
    max-width: 1920px;
    margin: 0 auto
}

@media only screen and (max-width: 768px) {
    #sticker .donor, #sticker .fundraiser {
        background: url(../../images/darczynca-mobile-en.jpg) center 60px no-repeat;
        background-size: 600px;
        min-height: 700px;
        padding: 0
    }

    #sticker .donor .qr-link, #sticker .fundraiser .qr-link {
        width: 80px;
        height: 80px;
        background: transparent;
        border: none;
        position: absolute;
        top: 134px;
        left: 58%
    }
}

#sticker .donor .text, #sticker .fundraiser .text {
    width: 22.91667vw;
    height: 22.91667vw;
    width: 440px;
    height: 440px;
    border-radius: 50%;
    background: #2C30DD;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    left: 4.42708vw;
    left: 20%;
    top: 67%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding: 20px
}

@media only screen and (max-width: 1800px) {
    #sticker .donor .text, #sticker .fundraiser .text {
        width: 390px;
        height: 390px
    }
}

@media only screen and (max-width: 1400px) {
    #sticker .donor .text, #sticker .fundraiser .text {
        width: 320px;
        height: 320px
    }
}

@media only screen and (max-width: 1000px) {
    #sticker .donor .text, #sticker .fundraiser .text {
        width: 270px;
        height: 270px
    }
}

@media only screen and (max-width: 768px) {
    #sticker .donor .text, #sticker .fundraiser .text {
        width: 270px;
        height: 270px;
        bottom: 25px;
        left: calc(50% - 135px);
        top: auto;
        -webkit-transform: none;
        transform: none
    }
}

#sticker .donor .text h4, #sticker .fundraiser .text h4 {
    color: #fff;
    font-size: 1.5625vw;
    line-height: 1.333;
    margin-top: 1.04167vw;
    margin-bottom: 1.5625vw;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 30px
}

@media only screen and (max-width: 1800px) {
    #sticker .donor .text h4, #sticker .fundraiser .text h4 {
        font-size: 25px
    }
}

@media only screen and (max-width: 1400px) {
    #sticker .donor .text h4, #sticker .fundraiser .text h4 {
        font-size: 22px
    }
}

@media only screen and (max-width: 768px) {
    #sticker .donor .text h4, #sticker .fundraiser .text h4 {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 15px
    }
}

#sticker .fundraiser {
    background: #fff url(../../images/beneficjent-en.png) 80% center no-repeat;
    background-size: 50vw;
    display: none
}

#sticker .fundraiser .text {
    top: 50%
}

@media only screen and (max-width: 768px) {
    #sticker .fundraiser {
        background-size: 90vw;
        background-position: center center
    }

    #sticker .fundraiser .text {
        top: auto
    }
}

#sticker .fundraiser .how-animation .circle {
    top: 50%
}

@media only screen and (max-width: 768px) {
    #sticker .fundraiser .how-animation .circle {
        top: 220px
    }
}

#sticker .fundraiser1 {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
    text-align: center;
    padding: 4.16667vw 0;
    padding: 80px 0;
    max-width: 1920px;
    margin: 0 auto
}

@media only screen and (max-width: 768px) {
    #sticker .fundraiser1 {
        padding: 100px 24px;
        min-height: 700px
    }
}

@media only screen and (max-width: 768px) {
    #sticker .fundraiser1 > div:first-child {
        position: absolute;
        top: 200px;
        left: 0;
        width: 100%;
        padding: 0 24px
    }
}

#sticker .fundraiser1 .img {
    width: 64.0625vw;
    height: auto;
    margin: 4.16667vw auto;
    width: 1050px;
    margin: 80px auto
}

@media only screen and (max-width: 1800px) {
    #sticker .fundraiser1 .img {
        width: 700px
    }
}

@media only screen and (max-width: 1400px) {
    #sticker .fundraiser1 .img {
        width: 610px;
        margin-top: 55px
    }
}

@media only screen and (max-width: 768px) {
    #sticker .fundraiser1 .img {
        width: 320px;
        max-height: auto;
        margin-top: 35px
    }
}

#sticker .fundraiser1 .text {
    text-align: center
}

#sticker .fundraiser1 .text p {
    margin-bottom: 1.5625vw
}

@media only screen and (max-width: 768px) {
    #sticker .fundraiser1 .text p {
        margin-bottom: 15px
    }
}

#sticker .how-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: none
}

@media only screen and (max-width: 768px) {
    #sticker .how-animation {
        position: relative;
        height: 1350px
    }
}

#sticker .how-animation .btn {
    position: absolute;
    bottom: 30px;
    left: 50px;
    z-index: 10;
    background: rgba(0, 0, 0, 0.6)
}

#sticker .how-animation .btn:hover {
    background: #000
}

@media only screen and (max-width: 768px) {
    #sticker .how-animation .btn {
        bottom: 20px
    }
}

#sticker .how-animation .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff url(../../images/animation-bg.png) 28% 35% no-repeat;
    background-size: 58.125vw;
    background-size: 1150px;
    opacity: 0;
    -webkit-transition: opacity 1s 1s;
    transition: opacity 1s 1s
}

@media only screen and (max-width: 1800px) {
    #sticker .how-animation .bg {
        background-size: 59.89583vw
    }
}

@media only screen and (max-width: 768px) {
    #sticker .how-animation .bg {
        display: none
    }
}

#sticker .how-animation .circle {
    width: 22.91667vw;
    height: 22.91667vw;
    width: 440px;
    height: 440px;
    border-radius: 50%;
    position: absolute;
    left: 20%;
    top: 67%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #2C30DD;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: all 1s;
    transition: all 1s;
    padding: 0 1.5625vw
}

@media only screen and (max-width: 1800px) {
    #sticker .how-animation .circle {
        width: 390px;
        height: 390px
    }
}

@media only screen and (max-width: 1400px) {
    #sticker .how-animation .circle {
        width: 320px;
        height: 320px
    }
}

@media only screen and (max-width: 768px) {
    #sticker .how-animation .circle {
        width: 270px;
        height: 270px;
        padding: 0 15px;
        top: 220px
    }
}

#sticker .how-animation .circle:after {
    content: '00';
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 2.60417vw;
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.30208vw;
    font-size: 25px;
    bottom: 50px;
    display: none
}

@media only screen and (max-width: 1800px) {
    #sticker .how-animation .circle:after {
        bottom: 40px
    }
}

@media only screen and (max-width: 1400px) {
    #sticker .how-animation .circle:after {
        bottom: 30px
    }
}

@media only screen and (max-width: 768px) {
    #sticker .how-animation .circle:after {
        bottom: auto;
        font-size: 12px;
        bottom: 25px
    }
}

#sticker .how-animation .circle h4 {
    font-size: 1.5625vw;
    color: #fff;
    margin-bottom: .78125vw;
    margin-top: .52083vw;
    font-size: 30px;
    margin-bottom: 15px;
    margin-top: 10px
}

@media only screen and (max-width: 1800px) {
    #sticker .how-animation .circle h4 {
        font-size: 25px
    }
}

@media only screen and (max-width: 1400px) {
    #sticker .how-animation .circle h4 {
        font-size: 22px
    }
}

@media only screen and (max-width: 768px) {
    #sticker .how-animation .circle h4 {
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 5px
    }
}

#sticker .how-animation .circle p {
    font-size: .78125vw;
    color: #fff;
    margin: 0;
    font-size: 15px
}

@media only screen and (max-width: 1800px) {
    #sticker .how-animation .circle p {
        font-size: 13px
    }
}

@media only screen and (max-width: 1400px) {
    #sticker .how-animation .circle p {
        font-size: 12px
    }
}

@media only screen and (max-width: 768px) {
    #sticker .how-animation .circle p {
        font-size: 11px
    }
}

#sticker .how-animation .circle.start {
    z-index: 5
}

#sticker .how-animation .circle.start:after {
    content: ''
}

#sticker .how-animation .circle.step1:after {
    content: '00'
}

#sticker .how-animation .circle.step1 div {
    opacity: 0;
    -webkit-transition: all 0.6s 0.6s;
    transition: all 0.6s 0.6s
}

#sticker .how-animation .circle.step2 {
    background: #313131
}

#sticker .how-animation .circle.step2:after {
    content: '01'
}

#sticker .how-animation .circle.step2 div {
    opacity: 0;
    -webkit-transition: all 0.6s 0.6s;
    transition: all 0.6s 0.6s
}

#sticker .how-animation .circle.step3 {
    background: #313131
}

#sticker .how-animation .circle.step3:after {
    content: '02'
}

#sticker .how-animation .circle.step3 div {
    opacity: 0;
    -webkit-transition: all 0.6s 0.6s;
    transition: all 0.6s 0.6s
}

#sticker .how-animation .circle.step4:after {
    content: '03'
}

#sticker .how-animation .circle.step4 div {
    opacity: 0;
    -webkit-transition: all 0.6s 0.6s;
    transition: all 0.6s 0.6s
}

#sticker .how-animation.active .bg {
    opacity: 1;
    -webkit-transition: opacity 1s 1s;
    transition: opacity 1s 1s
}

#sticker .how-animation.active .circle.start {
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s
}

#sticker .how-animation.active .circle.step1 {
    left: 20%;
    top: 25%
}

@media only screen and (max-width: 768px) {
    #sticker .how-animation.active .circle.step1 {
        left: 50%;
        top: 220px
    }
}

#sticker .how-animation.active .circle.step1 div {
    opacity: 1;
    -webkit-transition: all 0.6s 0.6s;
    transition: all 0.6s 0.6s
}

#sticker .how-animation.active .circle.step2 {
    left: 40%;
    top: 65%
}

@media only screen and (max-width: 768px) {
    #sticker .how-animation.active .circle.step2 {
        left: 50%;
        top: 520px
    }
}

#sticker .how-animation.active .circle.step2 div {
    opacity: 1;
    -webkit-transition: all 0.6s 0.6s;
    transition: all 0.6s 0.6s
}

#sticker .how-animation.active .circle.step3 {
    left: 60%;
    top: 25%
}

@media only screen and (max-width: 768px) {
    #sticker .how-animation.active .circle.step3 {
        left: 50%;
        top: 820px
    }
}

#sticker .how-animation.active .circle.step3 div {
    opacity: 1;
    -webkit-transition: all 0.6s 0.6s;
    transition: all 0.6s 0.6s
}

#sticker .how-animation.active .circle.step4 {
    left: 80%;
    top: 65%
}

@media only screen and (max-width: 768px) {
    #sticker .how-animation.active .circle.step4 {
        left: 50%;
        top: 1120px
    }
}

#sticker .how-animation.active .circle.step4 div {
    opacity: 1;
    -webkit-transition: all 0.6s 0.6s;
    transition: all 0.6s 0.6s
}

.switch {
    border: 1px solid #E6E6E6;
    background: #F2F2F2;
    border-radius: 28px;
    color: #6e6e6e;
    font-size: .83333vw;
    line-height: 2.29167vw;
    height: 2.29167vw;
    width: 17.70833vw;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 340px;
    font-size: 16px;
    line-height: 44px;
    height: 44px
}

@media only screen and (max-width: 1400px) {
    .switch {
        font-size: 14px;
        line-height: 40px;
        height: 40px
    }
}

@media only screen and (max-width: 768px) {
    .switch {
        font-size: 12px;
        line-height: 34px;
        height: 34px;
        width: 230px
    }
}

.switch a {
    width: 9.11458vw;
    text-align: center;
    display: inline-block;
    color: #6e6e6e;
    border-radius: 28px;
    width: 175px
}

@media only screen and (max-width: 768px) {
    .switch a {
        width: 120px
    }
}

.switch a:first-child {
    margin-right: -.52083vw;
    margin-right: -10px
}

@media only screen and (max-width: 768px) {
    .switch a:first-child {
        margin-right: -10px
    }
}

.switch a:hover {
    color: #333
}

.switch a.active {
    background: #000000;
    color: #fff;
    -webkit-box-shadow: 0 0 0 1px #000000;
    box-shadow: 0 0 0 1px #000000
}

.home-about {
    background: #FAFAFA;
    padding: 16.40625vw 0 11.97917vw;
    padding: 315px 0 230px
}

@media only screen and (max-width: 768px) {
    .home-about {
        padding: 65px 0
    }
}

.home-about .categories {
    margin-top: 1.5625vw;
    margin-top: 30px;
    width: 100%
}

@media (max-height: 900px) {
    .home-about .categories {
        margin-top: 0
    }
}

@media only screen and (max-width: 768px) {
    .home-about .categories {
        width: 100%
    }
}

.home-about .categories .slick-track {
    left: auto;
    right: 0
}

.home-about .categories.right .slick-track, .home-about .categories.right .slick-list {
    direction: ltr
}

.home-about .categories.right .slick-slide {
    float: right
}

.home-about .categories .slick-slide {
    position: relative;
    min-width: 15.41667vw;
    height: 15.41667vw;
    min-width: 296px;
    height: 296px
}

@media only screen and (max-width: 1800px) {
    .home-about .categories .slick-slide {
        min-width: 260px;
        height: 260px
    }
}

@media only screen and (max-width: 768px) {
    .home-about .categories .slick-slide {
        min-width: 243px;
        width: auto;
        height: 320px;
        margin: 0 50px
    }
}

.home-about .categories .slick-slide:hover .image {
    opacity: 1
}

.home-about .categories .slick-slide:hover .hover {
    opacity: 1
}

.home-about .categories .slick-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    left: calc(50% - 10px);
    background: url(../../images/arrow-black.svg) center center no-repeat;
    background-size: 10px;
    z-index: 5;
    border: none;
    font-size: 0;
    cursor: pointer
}

@media only screen and (max-width: 768px) {
    .home-about .categories .slick-arrow {
        width: 40px;
        height: 40px;
        background-color: #fff;
        border-radius: 50%;
        top: calc(121px - 20px);
        padding: 0
    }
}

.home-about .categories .slick-arrow.slick-prev {
    margin-left: -3.64583vw;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media only screen and (max-width: 768px) {
    .home-about .categories .slick-arrow.slick-prev {
        margin-left: 0;
        left: 50px
    }
}

.home-about .categories .slick-arrow.slick-next {
    margin-left: 3.38542vw
}

@media only screen and (max-width: 768px) {
    .home-about .categories .slick-arrow.slick-next {
        margin-left: 0;
        left: auto;
        right: 50px
    }
}

.home-about .categories .image {
    width: 15.41667vw;
    height: 15.41667vw;
    width: 296px;
    height: 296px;
    background-size: cover;
    background-position: center center;
    display: block;
    border-radius: 50%;
    opacity: 0;
    position: relative;
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

@media only screen and (max-width: 1800px) {
    .home-about .categories .image {
        width: 260px;
        height: 260px
    }
}

@media only screen and (max-width: 768px) {
    .home-about .categories .image {
        width: 243px;
        height: 243px;
        opacity: 1;
        top: 0;
        -webkit-transform: translateX(-50%) translateY(0%);
        transform: translateX(-50%) translateY(0%)
    }
}

.home-about .categories h4 {
    font-size: 2.60417vw;
    line-height: 15.41667vw;
    color: #2C30DD;
    position: relative;
    z-index: 1;
    -webkit-transition: none;
    transition: none;
    white-space: nowrap;
    margin: 0 4.16667vw;
    font-family: "Medium";
    font-size: 50px;
    line-height: 296px;
    margin: 0 80px
}

@media only screen and (max-width: 1800px) {
    .home-about .categories h4 {
        font-size: 45px;
        line-height: 260px
    }
}

@media only screen and (max-width: 1400px) {
    .home-about .categories h4 {
        font-size: 40px
    }
}

@media only screen and (max-width: 768px) {
    .home-about .categories h4 {
        top: 270px;
        font-size: 25px;
        line-height: 1;
        text-align: center
    }
}

.home-about .categories .hover {
    width: 15.41667vw;
    height: 15.41667vw;
    width: 296px;
    height: 296px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 4;
    opacity: 0;
    overflow: hidden
}

@media only screen and (max-width: 1800px) {
    .home-about .categories .hover {
        width: 260px;
        height: 260px
    }
}

.home-about .categories .hover h4 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: white;
    text-align: center;
    margin: -1px -1px 0 0
}

@media only screen and (max-width: 768px) {
    .home-about .categories .hover {
        display: none
    }
}

.home-about .container {
    max-width: 70.3125vw;
    padding: 0;
    margin-bottom: 3.125vw;
    max-width: 1350px;
    margin-bottom: 200px
}

@media only screen and (max-width: 1800px) {
    .home-about .container {
        padding-left: 50px;
        padding-right: 54px;
        margin-bottom: 180px
    }
}

@media (max-height: 900px) {
    .home-about .container {
        margin-bottom: 180px
    }
}

@media only screen and (max-width: 768px) {
    .home-about .container {
        max-width: 100%;
        padding: 0 24px;
        margin-bottom: 15px
    }
}

.home-about .container h5 {
    opacity: 0.5;
    color: #000;
    margin-bottom: 1.5625vw;
    margin-bottom: 30px;
    text-transform: uppercase
}

@media only screen and (max-width: 768px) {
    .home-about .container h5 {
        margin-bottom: 10px
    }
}

.home-about .container h3 {
    margin-bottom: 1.5625vw
}

@media only screen and (max-width: 768px) {
    .home-about .container h3 {
        margin-bottom: 15px
    }

    .home-about .container h3 br {
        display: none
    }
}

.home-about .container p {
    opacity: 0.5
}

@media only screen and (max-width: 768px) {
    .home-about .container p br {
        display: none
    }
}

.facts {
    padding: 9.11458vw 0 7.29167vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 175px 0 140px;
    max-width: 1920px;
    margin: 0 auto
}

@media only screen and (max-width: 768px) {
    .facts {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 85px 0 65px
    }
}

.facts .left {
    width: 50%;
    padding-left: 14.32292vw;
    padding-left: 275px
}

@media only screen and (max-width: 1800px) {
    .facts .left {
        padding-left: 50px
    }
}

@media only screen and (max-width: 768px) {
    .facts .left {
        width: 100%;
        padding: 0 0 30px 0;
        text-align: center
    }
}

.facts .right {
    width: 50%;
    padding-right: 2.60417vw;
    padding-right: 50px
}

@media only screen and (max-width: 768px) {
    .facts .right {
        width: 100%;
        padding: 0
    }
}

.facts .right .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.facts .right .row .col {
    width: 50%;
    padding-right: 4.16667vw;
    padding-right: 80px
}

@media only screen and (max-width: 768px) {
    .facts .right .row .col {
        width: 100%;
        padding: 0;
        text-align: center;
        display: none
    }

    .facts .right .row .col:nth-child(1), .facts .right .row .col:nth-child(2), .facts .right .row .col:nth-child(3) {
        display: block
    }
}

.facts .right .row .col h2 {
    color: #2C30DD;
    font-size: 5.20833vw;
    letter-spacing: -.26042vw;
    font-family: "Light";
    font-size: 100px;
    letter-spacing: -5px
}

@media only screen and (max-width: 1000px) {
    .facts .right .row .col h2 {
        font-size: 70px
    }
}

@media only screen and (max-width: 768px) {
    .facts .right .row .col h2 {
        font-size: 100px
    }
}

.facts .right .row .col h2 small {
    font-size: 2.60417vw;
    font-size: 50px
}

@media only screen and (max-width: 1000px) {
    .facts .right .row .col h2 small {
        font-size: 35px
    }
}

@media only screen and (max-width: 768px) {
    .facts .right .row .col h2 small {
        font-size: 50px
    }
}

.facts .right .row .col p {
    opacity: 0.6;
    margin-bottom: 3.125vw
}

@media only screen and (max-width: 768px) {
    .facts .right .row .col p {
        margin-bottom: 30px;
        font-size: 12px;
        opacity: 0.6;
        padding: 0 20px
    }
}

.facts .right .show-mobile {
    display: none
}

@media only screen and (max-width: 768px) {
    .facts .right .show-mobile {
        display: block
    }
}

.home-info {
    padding: 8.33333vw 0;
    padding: 160px 0;
    position: relative;
    max-width: 1920px;
    margin: 0 auto
}

@media only screen and (max-width: 768px) {
    .home-info {
        padding: 0 0 45px 0;
        min-height: 700px
    }
}

.home-info:after {
    content: '';
    width: 100%;
    height: 0;
    background: #FAFAFA;
    display: block;
    bottom: 0;
    left: 0;
    z-index: 8;
    position: absolute
}

.home-info.anim:after {
    height: 0;
    bottom: 0;
    -webkit-animation-name: animChange;
    animation-name: animChange;
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

.home-info .donor, .home-info .fundraiser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 768px) {
    .home-info .donor, .home-info .fundraiser {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.home-info .fundraiser {
    display: none
}

.home-info .left {
    padding: 0 4.16667vw 0 2.60417vw;
    padding: 0 80px 0 50px;
    width: 50%;
    position: relative
}

@media only screen and (max-width: 768px) {
    .home-info .left {
        width: 100%;
        padding: 0
    }
}

.home-info .left svg {
    max-width: 100%;
    width: 100%;
    height: auto
}

.home-info .left span {
    width: 1.5625vw;
    height: 1.5625vw;
    border-radius: 50%;
    border: .46875vw solid #2C30DD;
    display: block;
    background: #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    position: absolute
}

@media only screen and (max-width: 768px) {
    .home-info .left span {
        width: 21px;
        height: 21px;
        border-width: 6.3px
    }
}

@media only screen and (max-width: 768px) {
    .home-info .left span.active {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        -webkit-transition: all 0.25s;
        transition: all 0.25s
    }
}

.home-info .left span:hover, .home-info .left span.active {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 0.25s;
    transition: all 0.25s
}

.home-info .left span.i1 {
    top: 30%;
    left: 63%;
    width: 2.1875vw;
    height: 2.1875vw;
    border: .57292vw solid #2C30DD
}

@media only screen and (max-width: 768px) {
    .home-info .left span.i1 {
        width: 29.4px;
        height: 29.4px;
        border-width: 7.7px
    }
}

.home-info .left span.i2 {
    top: 42%;
    left: 34%;
    width: 1.04167vw;
    height: 1.04167vw;
    border: .3125vw solid #2C30DD
}

@media only screen and (max-width: 768px) {
    .home-info .left span.i2 {
        width: 14px;
        height: 14px;
        border-width: 4.2px
    }
}

.home-info .left span.i3 {
    top: 52%;
    left: 54%
}

.home-info .left span.i4 {
    top: 68%;
    left: 32%
}

.home-info .left span.i5 {
    top: 71%;
    left: 42%;
    width: 1.04167vw;
    height: 1.04167vw;
    border: .3125vw solid #2C30DD
}

@media only screen and (max-width: 768px) {
    .home-info .left span.i5 {
        width: 14px;
        height: 14px;
        border-width: 4.2px
    }
}

.home-info .left span.i6 {
    top: 69%;
    left: 63%
}

.home-info .left span.i7 {
    top: 83.5%;
    left: 37.5%;
    width: 1.04167vw;
    height: 1.04167vw;
    border: .3125vw solid #2C30DD
}

@media only screen and (max-width: 768px) {
    .home-info .left span.i7 {
        width: 14px;
        height: 14px;
        border-width: 4.2px
    }
}

.home-info .left span.i8 {
    top: 80.5%;
    left: 45.5%;
    width: 1.04167vw;
    height: 1.04167vw;
    border: .3125vw solid #2C30DD
}

@media only screen and (max-width: 768px) {
    .home-info .left span.i8 {
        width: 14px;
        height: 14px;
        border-width: 4.2px
    }
}

.home-info .left span.ii1 {
    top: 39%;
    left: 67%
}

.home-info .left span.ii2 {
    top: 48%;
    left: 40%
}

.home-info .left span.ii3 {
    top: 54%;
    left: 44.5%
}

.home-info .left span.ii4 {
    top: 57%;
    left: 35%
}

.home-info .right {
    width: 50%;
    padding: 0 3.64583vw 0 0;
    padding: 0 70px 0 0
}

@media only screen and (max-width: 768px) {
    .home-info .right {
        width: 100%;
        padding: 10px 24px 0 24px
    }
}

.home-info .right h3 {
    margin-bottom: 1.5625vw;
    margin-bottom: 30px
}

@media only screen and (max-width: 768px) {
    .home-info .right h3 {
        margin-bottom: 15px
    }
}

.home-info .right p {
    margin-bottom: 1.5625vw;
    margin-bottom: 30px
}

@media only screen and (max-width: 768px) {
    .home-info .right p {
        margin-bottom: 15px
    }
}

.home-info .right p:last-child {
    margin: 0
}

.home-info .right p.info {
    font-size: 1.04167vw;
    font-size: 20px;
    min-height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin: 0;
    opacity: 1;
    font-size: 14px
}

@media only screen and (max-width: 1000px) {
    .home-info .right p.info {
        font-size: 13px
    }
}

@media only screen and (max-width: 768px) {
    .home-info .right p.info {
        font-size: 12px
    }
}

.home-info .right p.info span {
    width: 1.04167vw;
    height: 1.04167vw;
    border-radius: 50%;
    border: .3125vw solid #2C30DD;
    display: inline-block;
    background: #fff;
    margin-right: .52083vw;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    margin-right: 10px
}

@media only screen and (max-width: 768px) {
    .home-info .right p.info span {
        width: 12px;
        height: 12px;
        border-width: 4px;
        margin-right: 6px;
        min-width: 12px;
        min-height: 12px
    }
}

.home-info .right .slick-slide {
    margin: 0 !important
}

.home-info .right .slick-center p.info, .home-info .right .slick-current p.info {
    font-size: 20px;
    opacity: 1
}

@media only screen and (max-width: 1200px) {
    .home-info .right .slick-center p.info, .home-info .right .slick-current p.info {
        font-size: 16px
    }
}

@media only screen and (max-width: 1000px) {
    .home-info .right .slick-center p.info, .home-info .right .slick-current p.info {
        font-size: 13px
    }
}

.home-info .right .switch {
    margin: 0 0 1.5625vw 0;
    margin: 0 0 30px 0
}

@media only screen and (max-width: 768px) {
    .home-info .right .switch {
        margin: 0 auto 15px auto
    }
}

.home-vuyap {
    background: #1D1D1B;
    padding: 8.85417vw 0 10.9375vw;
    padding: 170px 0 210px
}

@media only screen and (max-width: 768px) {
    .home-vuyap {
        padding: 60px 0
    }
}

.home-vuyap .content {
    padding: 0 14.58333vw;
    padding: 0 280px;
    max-width: 1920px;
    margin: 0 auto
}

@media only screen and (max-width: 1800px) {
    .home-vuyap .content {
        padding: 0 54px 0 50px
    }
}

@media only screen and (max-width: 768px) {
    .home-vuyap .content {
        padding: 0 24px
    }
}

.home-vuyap .content h5 {
    margin-bottom: 1.5625vw;
    margin-bottom: 30px
}

@media only screen and (max-width: 768px) {
    .home-vuyap .content h5 {
        margin-bottom: 10px
    }
}

.home-vuyap .content h3, .home-vuyap .content h4 {
    color: #fff;
    margin-bottom: 1.5625vw;
    margin-bottom: 30px
}

@media only screen and (max-width: 768px) {
    .home-vuyap .content h3, .home-vuyap .content h4 {
        margin-bottom: 15px
    }

    .home-vuyap .content h3 br, .home-vuyap .content h4 br {
        display: none
    }
}

.home-vuyap .content p {
    color: #fff
}

@media only screen and (max-width: 1800px) {
    .home-vuyap .content p {
        font-size: 13px
    }
}

@media only screen and (max-width: 768px) {
    .home-vuyap .content p br {
        display: none
    }
}

.home-vuyap .content .vuyap-slider {
    width: 58.85417vw;
    margin: 3.64583vw auto 0;
    width: 1360px;
    margin: 180px auto 0
}

@media (max-height: 900px) {
    .home-vuyap .content .vuyap-slider {
        width: 1260px;
        margin-top: 160px
    }
}

@media only screen and (max-width: 1800px) {
    .home-vuyap .content .vuyap-slider {
        width: 1260px;
        margin-top: 160px
    }
}

@media only screen and (max-width: 1400px) {
    .home-vuyap .content .vuyap-slider {
        width: 1100px;
        margin-top: 120px
    }
}

@media only screen and (max-width: 1000px) {
    .home-vuyap .content .vuyap-slider {
        width: 750px
    }
}

@media only screen and (max-width: 768px) {
    .home-vuyap .content .vuyap-slider {
        width: 270px;
        margin-top: 0
    }
}

.home-vuyap .content .vuyap-slider .slick-list {
    padding-top: 2.60417vw !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important
}

@media only screen and (max-width: 768px) {
    .home-vuyap .content .vuyap-slider .slick-list {
        padding-bottom: 0 !important
    }
}

.home-vuyap .content .vuyap-slider .slick-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -39px;
    left: calc(50% - 10px);
    background: url(../../images/arrow.svg) center center no-repeat;
    background-size: 10px;
    z-index: 5;
    border: none;
    font-size: 0;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s
}

.home-vuyap .content .vuyap-slider .slick-arrow:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s
}

@media only screen and (max-width: 768px) {
    .home-vuyap .content .vuyap-slider .slick-arrow {
        width: 40px;
        height: 40px;
        background-color: #2C30DD;
        border-radius: 50%;
        bottom: calc(50% - 48px);
        padding: 0
    }
}

.home-vuyap .content .vuyap-slider .slick-arrow.slick-prev {
    margin-left: -65px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.home-vuyap .content .vuyap-slider .slick-arrow.slick-prev:hover {
    -webkit-transform: rotate(180deg) scale(1.3);
    transform: rotate(180deg) scale(1.3)
}

@media only screen and (max-width: 768px) {
    .home-vuyap .content .vuyap-slider .slick-arrow.slick-prev {
        margin-left: 0;
        left: -10px
    }
}

.home-vuyap .content .vuyap-slider .slick-arrow.slick-next {
    margin-left: 60px
}

@media only screen and (max-width: 768px) {
    .home-vuyap .content .vuyap-slider .slick-arrow.slick-next {
        margin-left: 0;
        left: auto;
        right: -10px
    }
}

.home-vuyap .content .vuyap-slider:after {
    content: 'Swipe';
    width: 64px;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgba(112, 112, 112, 0.5);
    border-radius: 50%;
    color: #fff;
    position: absolute;
    bottom: -60px;
    left: calc(50% - 32px);
    font-size: .72917vw;
    font-size: 14px
}

@media only screen and (max-width: 1800px) {
    .home-vuyap .content .vuyap-slider:after {
        font-size: 13px
    }
}

@media only screen and (max-width: 1400px) {
    .home-vuyap .content .vuyap-slider:after {
        font-size: 12px
    }
}

@media only screen and (max-width: 768px) {
    .home-vuyap .content .vuyap-slider:after {
        display: none
    }
}

.home-vuyap .content .vuyap-slider .slick-slide {
    height: 534px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px
}

@media (max-height: 900px) {
    .home-vuyap .content .vuyap-slider .slick-slide {
        height: 500px
    }
}

@media only screen and (max-width: 1400px) {
    .home-vuyap .content .vuyap-slider .slick-slide {
        height: 447px
    }
}

@media only screen and (max-width: 768px) {
    .home-vuyap .content .vuyap-slider .slick-slide {
        height: 270px;
        padding: 0
    }
}

.home-vuyap .content .vuyap-slider .slick-slide > div {
    background: #2C30DD;
    width: 19.58333vw;
    height: 19.58333vw;
    width: 432px;
    height: 432px;
    border-radius: 50%;
    margin: 0 .05208vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2.60417vw;
    padding: 10px;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
    -webkit-box-shadow: 0 0 0 0 #2C30DD;
    box-shadow: 0 0 0 0 #2C30DD
}

@media only screen and (max-width: 1800px) {
    .home-vuyap .content .vuyap-slider .slick-slide > div {
        padding: 25px;
        width: 398px;
        height: 398px
    }
}

@media (max-height: 900px) {
    .home-vuyap .content .vuyap-slider .slick-slide > div {
        width: 18.02083vw;
        height: 18.02083vw;
        padding: 25px;
        width: 398px;
        height: 398px
    }
}

@media only screen and (max-width: 1400px) {
    .home-vuyap .content .vuyap-slider .slick-slide > div {
        width: 346px;
        height: 346px
    }
}

@media only screen and (max-width: 1000px) {
    .home-vuyap .content .vuyap-slider .slick-slide > div {
        width: 230px;
        height: 230px
    }
}

@media only screen and (max-width: 768px) {
    .home-vuyap .content .vuyap-slider .slick-slide > div {
        width: 250px;
        height: 250px;
        background: #1D1D1B
    }
}

.home-vuyap .content .vuyap-slider .slick-slide:not(.slick-current) {
    cursor: pointer
}

.home-vuyap .content .vuyap-slider .slick-slide:not(.slick-current):hover > div {
    -webkit-box-shadow: 0 0 0 10px #2C30DD;
    box-shadow: 0 0 0 10px #2C30DD;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.home-vuyap .content .vuyap-slider .slick-slide.slick-current > div {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
    width: 24.79167vw;
    height: 24.79167vw;
    width: 534px;
    height: 534px;
    background: #1D1D1B;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 -2.65625vw;
    margin: 0 -50px;
    z-index: 2;
    position: relative
}

@media only screen and (max-width: 1800px) {
    .home-vuyap .content .vuyap-slider .slick-slide.slick-current > div {
        width: 500px;
        height: 500px
    }
}

@media (max-height: 900px) {
    .home-vuyap .content .vuyap-slider .slick-slide.slick-current > div {
        width: 500px;
        height: 500px
    }
}

@media only screen and (max-width: 1400px) {
    .home-vuyap .content .vuyap-slider .slick-slide.slick-current > div {
        width: 447px;
        height: 447px
    }
}

@media only screen and (max-width: 1000px) {
    .home-vuyap .content .vuyap-slider .slick-slide.slick-current > div {
        width: 330px;
        height: 330px
    }
}

@media only screen and (max-width: 768px) {
    .home-vuyap .content .vuyap-slider .slick-slide.slick-current > div {
        width: 250px;
        height: 250px;
        margin: 0;
        top: 0;
        padding: 25px
    }
}

.home-vuyap .content .vuyap-slider .slick-slide h4 {
    font-size: 1.5625vw;
    margin-bottom: .78125vw;
    line-height: 1.16;
    font-size: 30px;
    margin-bottom: 15px;
    width: 100%
}

@media only screen and (max-width: 1800px) {
    .home-vuyap .content .vuyap-slider .slick-slide h4 {
        font-size: 28px
    }
}

@media only screen and (max-width: 768px) {
    .home-vuyap .content .vuyap-slider .slick-slide h4 {
        font-size: 18px;
        margin-bottom: 10px
    }
}

.home-vuyap .content .vuyap-slider .slick-slide p {
    max-width: 300px;
    margin: 0 auto
}

@media only screen and (max-width: 1400px) {
    .home-vuyap .content .vuyap-slider .slick-slide p {
        max-width: 220px
    }
}

@media only screen and (max-width: 768px) {
    .home-vuyap .content .vuyap-slider .slick-slide p {
        font-size: 11px;
        opacity: 0.7
    }
}

.brands {
    background: #1D1D1B;
    text-align: center;
    padding: 8.59375vw 0 10.15625vw;
    padding: 180px 0 180px
}

@media only screen and (max-width: 768px) {
    .brands {
        padding: 85px 0
    }
}

.brands .container {
    max-width: 66.66667vw;
    max-width: 1280px
}

@media only screen and (max-width: 768px) {
    .brands .container {
        max-width: 100%
    }
}

.brands .container h3 {
    color: #fff;
    margin-bottom: 1.04167vw;
    margin-bottom: 20px
}

@media only screen and (max-width: 768px) {
    .brands .container h3 {
        font-size: 25px;
        margin-bottom: 15px
    }
}

.brands .container p {
    color: #fff;
    margin-bottom: 0
}

@media only screen and (max-width: 768px) {
    .brands .container p {
        font-size: 12px;
        opacity: 0.5
    }

    .brands .container p br {
        display: none
    }
}

.brands .container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 45px
}

@media only screen and (max-width: 768px) {
    .brands .container .row {
        margin-top: 35px
    }
}

.brands .container .row .col {
    width: 20%;
    margin-bottom: -1.04167vw;
    margin-bottom: -20px
}

@media only screen and (max-width: 768px) {
    .brands .container .row .col {
        width: 50%;
        margin-bottom: -10px;
        display: none
    }

    .brands .container .row .col:nth-child(1), .brands .container .row .col:nth-child(2), .brands .container .row .col:nth-child(3), .brands .container .row .col:nth-child(4) {
        display: block
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .brands .container .row .col {
        width: 33.333%;
        display: none
    }

    .brands .container .row .col:nth-child(1), .brands .container .row .col:nth-child(2), .brands .container .row .col:nth-child(3), .brands .container .row .col:nth-child(4), .brands .container .row .col:nth-child(5), .brands .container .row .col:nth-child(6) {
        display: block
    }
}

@media (min-width: 600px) and (max-width: 800px) and (max-height: 500px) {
    .brands .container .row .col {
        width: 50%
    }
}

.brands .container .row .col .logo {
    width: 100%;
    border: 1px solid rgba(119, 119, 119, 0.4);
    width: 13.28125vw;
    height: 13.28125vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    width: 255px;
    height: 255px;
    margin: 0 auto
}

@media only screen and (max-width: 768px) {
    .brands .container .row .col .logo {
        width: 165px;
        height: 165px
    }
}

@media (max-width: 360px) {
    .brands .container .row .col .logo {
        width: 140px;
        height: 140px
    }
}

.brands .container .row .col .logo img {
    opacity: 0.6;
    max-width: 65%
}

.brands .container .row .col .logo:hover {
    border-color: #fff
}

.brands .container .row .col .logo:hover img {
    opacity: 1
}

.brands .container .show-mobile {
    display: none
}

@media only screen and (max-width: 768px) {
    .brands .container .show-mobile {
        display: block;
        margin-top: 40px
    }
}

.faq-content {
    padding-left: 35.78125vw;
    padding-top: 13.80208vw;
    padding-bottom: 6.66667vw;
    padding-left: 687px;
    padding-top: 265px;
    padding-bottom: 128px
}

@media only screen and (max-width: 1800px) {
    .faq-content {
        padding-left: 440px
    }
}

@media only screen and (max-width: 1400px) {
    .faq-content {
        padding-left: 415px;
        padding-top: 190px;
        padding-bottom: 90px
    }
}

@media only screen and (max-width: 768px) {
    .faq-content {
        padding-left: 0;
        padding-right: 0;
        padding-top: 120px;
        padding-bottom: 50px
    }
}

.faq-content h3 {
    margin-bottom: .78125vw;
    margin-bottom: 15px
}

@media only screen and (max-width: 1400px) {
    .faq-content h3 {
        margin-bottom: 15px
    }
}

@media only screen and (max-width: 768px) {
    .faq-content p br {
        display: none
    }
}

.faq-content .faq-collapse {
    margin-top: 7.29167vw;
    margin-top: 140px
}

@media only screen and (max-width: 1400px) {
    .faq-content .faq-collapse {
        margin-top: 100px
    }
}

@media only screen and (max-width: 768px) {
    .faq-content .faq-collapse {
        margin-top: 60px
    }
}

.faq-content .faq-collapse .collapse {
    border-bottom: 1px solid rgba(112, 112, 112, 0.35);
    padding: 0 0 1.30208vw 0;
    padding: 0 0 25px 0
}

@media only screen and (max-width: 768px) {
    .faq-content .faq-collapse .collapse {
        padding: 0 0 15px 0
    }
}

.faq-content .faq-collapse .collapse.empty {
    margin-top: 70px
}

@media only screen and (max-width: 768px) {
    .faq-content .faq-collapse .collapse.empty {
        margin-top: 20px
    }
}

.faq-content .faq-collapse .collapse.empty:first-child {
    margin-top: 0
}

.faq-content .faq-collapse .collapse.empty .question {
    padding-left: 0;
    pointer-events: none
}

.faq-content .faq-collapse .collapse.empty .question:before {
    display: none
}

.faq-content .faq-collapse .collapse .question {
    font-family: "Light";
    font-size: 2.34375vw;
    padding: 1.30208vw 0 0;
    font-size: 32px;
    padding: 25px 0 0;
    font-weight: normal;
    cursor: pointer;
    position: relative;
    padding-left: 2.8125vw;
    padding-left: 54px
}

@media only screen and (max-width: 1800px) {
    .faq-content .faq-collapse .collapse .question {
        font-size: 24px
    }
}

@media only screen and (max-width: 1400px) {
    .faq-content .faq-collapse .collapse .question {
        font-size: 22px
    }
}

@media only screen and (max-width: 768px) {
    .faq-content .faq-collapse .collapse .question {
        font-size: 16px;
        padding: 15px 0 0;
        padding-left: 40px
    }
}

.faq-content .faq-collapse .collapse .question:before {
    content: '+';
    width: 1.97917vw;
    height: 1.97917vw;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 1.45833vw;
    top: 23px;
    left: 0;
    font-family: "Light";
    font-size: 1.5625vw;
    font-size: 30px;
    border: 1px solid rgba(0, 0, 0, 0.6)
}

@media only screen and (max-width: 1800px) {
    .faq-content .faq-collapse .collapse .question:before {
        top: 19px
    }
}

@media only screen and (max-width: 1400px) {
    .faq-content .faq-collapse .collapse .question:before {
        top: 17px
    }
}

@media only screen and (max-width: 768px) {
    .faq-content .faq-collapse .collapse .question:before {
        width: 26px;
        height: 26px;
        top: 10px;
        font-size: 20px
    }
}

.faq-content .faq-collapse .collapse .answer {
    padding-top: 1.30208vw;
    padding-top: 25px;
    display: none
}

@media only screen and (max-width: 768px) {
    .faq-content .faq-collapse .collapse .answer {
        padding-top: 15px
    }
}

.faq-content .faq-collapse .collapse .answer p, .faq-content .faq-collapse .collapse .answer ul, .faq-content .faq-collapse .collapse .answer ol, .faq-content .faq-collapse .collapse .answer h1, .faq-content .faq-collapse .collapse .answer h2, .faq-content .faq-collapse .collapse .answer h3, .faq-content .faq-collapse .collapse .answer h4, .faq-content .faq-collapse .collapse .answer h5, .faq-content .faq-collapse .collapse .answer img {
    margin-bottom: 10px
}

.faq-content .faq-collapse .collapse .answer p:last-child, .faq-content .faq-collapse .collapse .answer ul:last-child, .faq-content .faq-collapse .collapse .answer ol:last-child, .faq-content .faq-collapse .collapse .answer h1:last-child, .faq-content .faq-collapse .collapse .answer h2:last-child, .faq-content .faq-collapse .collapse .answer h3:last-child, .faq-content .faq-collapse .collapse .answer h4:last-child, .faq-content .faq-collapse .collapse .answer h5:last-child, .faq-content .faq-collapse .collapse .answer img:last-child {
    margin: 0
}

.faq-content .faq-collapse .collapse.active .question:before {
    content: '-'
}

.invert-faq {
    background: #000
}

.invert-faq .faq-content {
    padding-top: 9.89583vw;
    padding-bottom: 10.41667vw;
    padding-top: 190px;
    padding-bottom: 200px
}

@media only screen and (max-width: 768px) {
    .invert-faq .faq-content {
        padding: 60px 0 70px
    }
}

.invert-faq .faq-content h3 {
    color: #fff
}

.invert-faq .faq-content p {
    color: #fff
}

.invert-faq .faq-content .faq-collapse {
    margin-top: 1.04167vw
}

@media only screen and (max-width: 768px) {
    .invert-faq .faq-content .faq-collapse {
        margin-top: 20px
    }
}

.invert-faq .faq-content .faq-collapse .collapse .question {
    color: #fff
}

.invert-faq .faq-content .faq-collapse .collapse .question:before {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.6)
}

.invert-faq .faq-content .faq-collapse .collapse .answer {
    color: #fff
}

.invert-faq .faq-content .faq-collapse .collapse .answer p {
    color: #fff
}

.team-content {
    padding-left: 35.78125vw;
    padding-top: 13.80208vw;
    padding-bottom: 5.20833vw;
    padding-right: 11.45833vw;
    padding-left: 687px;
    padding-top: 265px;
    padding-bottom: 100px;
    padding-right: 220px
}

@media only screen and (max-width: 1800px) {
    .team-content {
        padding-left: 440px
    }
}

@media only screen and (max-width: 1400px) {
    .team-content {
        padding-left: 415px;
        padding-right: 50px;
        padding-top: 140px;
        padding-bottom: 80px
    }
}

@media only screen and (max-width: 768px) {
    .team-content {
        padding-left: 0;
        padding-right: 0;
        padding-top: 120px;
        padding-bottom: 50px
    }
}

.team-content.padding {
    padding-top: 11.45833vw;
    padding-bottom: 13.54167vw;
    padding-top: 220px;
    padding-bottom: 260px
}

@media only screen and (max-width: 1400px) {
    .team-content.padding {
        padding-top: 180px;
        padding-bottom: 200px
    }
}

@media only screen and (max-width: 768px) {
    .team-content.padding {
        padding: 50px 0 100px
    }
}

.team-content h3 {
    margin-bottom: .78125vw;
    margin-bottom: 15px
}

@media only screen and (max-width: 1400px) {
    .team-content h3 {
        margin-bottom: 15px
    }
}

@media only screen and (max-width: 768px) {
    .team-content p br {
        display: none
    }
}

.team-content.page-content {
    padding-left: 0;
    padding-right: 0
}

.team-content.page-content h1, .team-content.page-content h2, .team-content.page-content h3, .team-content.page-content h4 {
    margin-bottom: 20px
}

.team-content.page-content p, .team-content.page-content ul, .team-content.page-content ol {
    margin-bottom: 15px
}

.team-content.page-content strong {
    font-family: "Medium"
}

.team-content.page-content ul {
    padding-left: 20px
}

.team-content.page-content ul li {
    list-style: square
}

.team-content.page-content ol {
    padding-left: 20px
}

.team-content.page-content ol li {
    list-style: decimal
}

.error-404 {
    background: #fff;
    padding: 9.89583vw 0 7.55208vw;
    text-align: center;
    padding: 190px 0 145px
}

@media only screen and (max-width: 1400px) {
    .error-404 {
        padding: 150px 0 120px
    }
}

.error-404 h1 {
    margin-bottom: .78125vw;
    margin-bottom: 15px
}

@media only screen and (max-width: 1400px) {
    .error-404 h1 {
        margin-bottom: 15px
    }
}

.error-404 h3 {
    margin: 0
}

.pricing-title {
    background: #FAFAFA;
    padding: 17.70833vw 0 7.55208vw;
    padding: 340px 0 145px;
    text-align: center
}

@media only screen and (max-width: 1400px) {
    .pricing-title {
        padding: 200px 0 120px
    }
}

@media only screen and (max-width: 768px) {
    .pricing-title {
        padding: 120px 0 50px
    }
}

.pricing-title h3 {
    margin-bottom: .78125vw;
    margin-bottom: 15px
}

@media only screen and (max-width: 1400px) {
    .pricing-title h3 {
        margin-bottom: 15px
    }
}

.pricing-title p {
    margin: 0
}

@media only screen and (max-width: 768px) {
    .pricing-title p br {
        display: none
    }
}

.pricing-content {
    padding: 6.77083vw 0 11.97917vw;
    padding: 130px 0 230px
}

@media only screen and (max-width: 768px) {
    .pricing-content {
        padding: 60px 0 70px
    }
}

.pricing-content p {
    margin-bottom: 1.82292vw;
    margin-bottom: 35px
}

@media only screen and (max-width: 768px) {
    .pricing-content p {
        margin-bottom: 10px
    }
}

.pricing-content h3.text-center {
    margin-bottom: 5.20833vw;
    margin-bottom: 100px
}

@media only screen and (max-width: 768px) {
    .pricing-content h3.text-center {
        margin-bottom: 25px
    }
}

.pricing-content h3.plus {
    margin: 1.5625vw 0 2.08333vw;
    font-size: 1.82292vw;
    margin: 90px 0 100px;
    font-size: 35px
}

.pricing-content h3.plus span {
    color: #2C30DD;
    display: block;
    font-family: "Medium"
}

@media only screen and (max-width: 768px) {
    .pricing-content h3.plus {
        margin: 25px 0;
        font-size: 18px
    }
}

.pricing-content .container {
    padding: 0 14.58333vw;
    padding: 0 280px
}

@media only screen and (max-width: 1800px) {
    .pricing-content .container {
        padding: 0 54px 0 50px
    }
}

@media only screen and (max-width: 768px) {
    .pricing-content .container {
        padding: 0 15px
    }
}

.pricing-content .price-box {
    background: #FAFAFA;
    border-radius: 1.51042vw;
    padding: 3.85417vw 4.16667vw 5.72917vw;
    border-radius: 29px;
    padding: 74px 80px 110px;
    height: 100%;
    position: relative
}

@media (max-width: 1200px) {
    .pricing-content .price-box {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media only screen and (max-width: 768px) {
    .pricing-content .price-box {
        padding: 15px 15px 35px 15px
    }
}

.pricing-content .price-box .bottom {
    position: absolute;
    bottom: 1.71875vw;
    left: 4.16667vw;
    opacity: 0.75;
    font-size: 11px
}

@media only screen and (max-width: 1400px) {
    .pricing-content .price-box .bottom {
        font-size: 11px
    }
}

.pricing-content .price-box h4 {
    font-size: 1.82292vw;
    margin-bottom: 1.82292vw;
    font-size: 35px;
    margin-bottom: 35px
}

@media only screen and (max-width: 768px) {
    .pricing-content .price-box h4 {
        font-size: 12px;
        margin-bottom: 10px
    }
}

.pricing-content .price-box h2 {
    color: #2C30DD;
    font-size: 7.8125vw;
    line-height: 7.8125vw;
    letter-spacing: -.20833vw;
    font-size: 150px;
    line-height: 1;
    font-family: "Light"
}

@media (max-width: 1200px) {
    .pricing-content .price-box h2 {
        font-size: 100px
    }
}

@media only screen and (max-width: 768px) {
    .pricing-content .price-box h2 {
        font-size: 30px;
        line-height: 1
    }
}

.pricing-content .price-box h2 span {
    font-size: 5.20833vw;
    font-size: 100px;
    font-family: "Thin";
    letter-spacing: -.10417vw
}

@media (max-width: 1200px) {
    .pricing-content .price-box h2 span {
        font-size: 60px
    }
}

@media only screen and (max-width: 768px) {
    .pricing-content .price-box h2 span {
        font-size: 20px
    }
}

.pricing-content .price-box h2 span span {
    font-size: 1.5625vw;
    letter-spacing: .02604vw;
    margin-left: .26042vw;
    font-size: 30px;
    margin-left: 5px
}

@media only screen and (max-width: 768px) {
    .pricing-content .price-box h2 span span {
        font-size: 11px
    }
}

.pricing-content .price-box h2 .plus {
    line-height: 7.8125vw;
    font-size: 1.5625vw;
    line-height: 150px;
    font-size: 30px;
    color: #000;
    font-family: "Light";
    position: relative;
    top: -1.30208vw;
    margin: 0 .26042vw
}

.pricing-content .price-box h2 small {
    font-size: 1.30208vw;
    font-size: 25px;
    color: #000;
    letter-spacing: 0;
    font-family: "Konnect";
    position: relative;
    margin-left: .52083vw
}

@media only screen and (max-width: 1400px) {
    .pricing-content .price-box h2 small {
        font-size: 13px
    }
}

@media only screen and (max-width: 768px) {
    .pricing-content .price-box h2 small {
        font-size: 11px;
        display: block;
        margin-bottom: 20px
    }
}

.pricing-content .price-box p {
    margin: 0 0 .20833vw 0
}

@media only screen and (max-width: 768px) {
    .pricing-content .price-box p {
        font-size: 11px;
        margin-bottom: 5px
    }
}

.pricing-content .price-box p span {
    color: #2C30DD
}

.pricing-content .price-box p a {
    color: #2C30DD
}

.pricing-content .price-box p a:hover {
    color: #000
}

.pricing-content .price-box.wide {
    text-align: center;
    padding: 4.89583vw;
    margin-bottom: 4.16667vw;
    padding: 94px;
    margin-bottom: 80px
}

@media only screen and (max-width: 768px) {
    .pricing-content .price-box.wide {
        padding: 20px 15px 15px;
        margin-bottom: 20px
    }
}

.pricing-content .row .col {
    width: calc(50% - 3.59375vw)
}

.pricing-content .row .col:first-child {
    margin-right: 3.59375vw;
    position: relative
}



.pricing-content .row .col:last-child {
    margin-left: 3.59375vw
}

/*# sourceMappingURL=style.min.css.map */
