/*：源码下载链接: https://www.17sucai.com*/
@import url("css2.css");

:root {
    --primary: #E4DB7E;
    --secondary: #F46E7A;
    --white: #fff;
    --white-1: #F5F5F5;
    --black-1: #0D0E10;
    --black-2: #000;
    --black-3: #3C434A;
    --black-4: #0F172A;
    --navy-1: #F1FAFF;
    --gray-1: #303030;
    --gray-2: #CFCFCF;
    --gray-3: #354357;
    --gray-4: #999;
    --black-2: #03041C;
    --theme-0: #FF9345;
    --theme-1: #FCEFEA;
    --theme-2: linear-gradient(90deg, #B16CEA 0, #FF5E69 45.83%, #FFA84B 100%);
    --theme-3: #4C30F6;
    --theme-4: #80376B
}

body {
    font-family: "Manrope", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: var(--black-1);
    overflow-x: hidden;
    overflow: hidden;
    overflow-y: scroll;
    overscroll-behavior: none
}

:root {
    --animate-delay: .5s
}

.my-element {
    --animate-duration: .5s
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: var(--white)
}

::-webkit-scrollbar-thumb {
    background: var(--secondary);
    height: 100px
}

.img, img {
    max-width: 100%
}

a {
    text-decoration: none
}

a, .button {
    transition: .3s
}

a:focus, .button:focus {
    text-decoration: none;
    outline: 0
}

a, button {
    color: inherit;
    outline: medium none;
    border: 0
}

button:focus, input:focus, input:focus, textarea, textarea:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Inter", sans-serif;
    color: var(--black-2);
    font-weight: normal;
    margin-top: 0;
    font-style: normal;
    font-weight: 400;
    text-transform: normal
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit
}

h1 {
    font-size: 40px;
    font-weight: 500
}

h2 {
    font-size: 35px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 22px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.75rem;
    color: var(--black-1);
    margin-bottom: 15px;
    text-transform: capitalize
}

hr {
    border-top: 0 none;
    margin: 30px 0;
    padding: 0
}

label {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400
}

*::-moz-selection {
    text-shadow: none
}

::-moz-selection {
    text-shadow: none
}

::selection {
    text-shadow: none;
    color: white;
    background: var(--black-2)
}

.transparent-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 40px
}

a:hover {
    color: inherit
}

.mariox__header {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 99
}

@media (max-width: 1200px) {
    .mariox__header {
        left: 36px;
        right: 36px
    }
}

@media (max-width: 991px) {
    .mariox__header {
        display: none
    }
}

.mariox__header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 40px;
    background-color: var(--white);
    border: 1px solid var(--black-2);
    border-radius: 10px;
    position: relative;
    max-width: 1140px;
    margin: auto
}

.mariox__header-wrapper::before {
    content: "";
    position: absolute;
    right: -7px;
    bottom: -10px;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    background-color: var(--black-2);
    z-index: -2
}

.mariox__header-menu li {
    display: inline-block;
    margin-right: 40px;
    position: relative
}

.mariox__header-menu li:hover .submenu {
    opacity: 1;
    visibility: visible;
    top: 180%
}

.mariox__header-menu li:last-child {
    margin-right: 0
}

.mariox__header-menu li a {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.1;
    color: var(--black-1);
    text-transform: capitalize
}

.mariox__header-menu li a:hover {
    color: var(--secondary)
}

.mariox__header-right {
    display: flex;
    gap: 16px;
    align-items: center
}

.mariox__two-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    max-width: 1110px;
    margin: auto;
    z-index: 99999
}

@media (max-width: 1200px) {
    .mariox__two-wrapper {
        left: 60px;
        right: 60px
    }
}

@media (max-width: 991px) {
    .mariox__two-wrapper {
        display: none
    }
}

.submenu {
    position: absolute;
    left: 0;
    top: 150%;
    background-color: var(--white);
    padding: 30px;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
    z-index: 999
}

@media (max-width: 768px) {
    .submenu {
        position: static;
        opacity: 1;
        visibility: visible
    }
}

.submenu li {
    display: block;
    margin-bottom: 10px
}

.submenu li:last-child {
    margin-bottom: 0
}

.submenu li a {
    text-transform: capitalize
}

.responsive_mobile_menu {
    background-color: var(--black-2)
}

@media (min-width: 991px) {
    .responsive_mobile_menu {
        display: none
    }
}

.mobile_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0
}

.mobile_info_open {
    max-width: 300px;
    background: var(--white);
    padding: 23px;
    position: fixed;
    top: 0;
    height: 100%;
    width: 300px;
    left: -300px;
    z-index: 9999999;
    transition: .3s ease
}

.mobile_info_open.show {
    left: 0
}

.mobile_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px
}

.mobile-logo img {
    width: 100px
}

.mobile_left .logo img {
    filter: brightness(100)
}

.mobile-menu li {
    display: block;
    margin-bottom: 15px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px
}

.mobile-menu li a {
    color: var(--black-2)
}

.header-sticky.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: var(--white);
    z-index: 99;
    padding: 15px 0
}

.offcanvas-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden
}

.offcanvas-overlay.overlay-open {
    opacity: 1;
    visibility: visible
}

.mobile-logo img {
    width: 70px
}

.mariox__header.sticky {
    position: fixed;
    z-index: 999999999
}

.mariox__two-wrapper.sticky {
    position: fixed;
    z-index: 9999;
    background: white;
    padding: 20px;
    border-radius: 15px;
    top: 3px
}

.mariox__hero {
    background: var(--theme-1);
    padding: 305px 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 306px
}

@media (max-width: 1200px) {
    .mariox__hero {
        padding: 205px 42px;
        padding-bottom: 100px
    }
}

@media (max-width: 768px) {
    .mariox__hero {
        padding: 30px 42px;
        display: none
    }
}

@media (max-width: 576px) {
    .mariox__hero {
        padding: 50px 0;
        padding-bottom: 140px
    }
}

.mariox__hero-mainImg {
    position: absolute;
    right: 120px;
    top: 160px;
    animation: float-bob-y 2s infinite
}

@media (max-width: 1500px) {
    .mariox__hero-mainImg {
        width: 40%
    }
}

@media (max-width: 1200px) {
    .mariox__hero-mainImg {
        top: 200px;
        right: 50px
    }
}

@media (max-width: 991px) {
    .mariox__hero-mainImg {
        display: none
    }
}

.mariox__hero-shape1 {
    position: absolute;
    left: 0;
    top: 35px
}

@media (max-width: 1500px) {
    .mariox__hero-shape1 {
        width: 10%
    }
}

@media (max-width: 1200px) {
    .mariox__hero-shape1 {
        width: 5%
    }
}

@media (max-width: 768px) {
    .mariox__hero-shape1 {
        display: none
    }
}

.mariox__hero-shape3 {
    position: absolute;
    top: 567px;
    left: 155px
}

@media (max-width: 1200px) {
    .mariox__hero-shape3 {
        display: none
    }
}

.mariox__hero-shape2 {
    position: absolute;
    right: 120px;
    top: 150px
}

@media (max-width: 768px) {
    .mariox__hero-shape2 {
        display: none
    }
}

.mariox__hero::before {
    content: "";
    position: absolute;
    left: -27%;
    bottom: -400px;
    width: 150%;
    height: 478px;
    border-radius: 70%
}

.mariox__hero-left {
    position: relative;
    z-index: 9999
}

.mariox__hero-wrap {
    overflow: hidden
}

.mariox__hero-title {
    font-weight: 700;
    font-size: 70px;
    line-height: 1.3;
    color: var(--black-1);
    overflow: hidden
}

@media (max-width: 1200px) {
    .mariox__hero-title {
        font-size: 50px
    }
}

@media (max-width: 576px) {
    .mariox__hero-title {
        font-size: 30px
    }
}

.mariox__hero-title span {
    background: linear-gradient(90deg, #B16CEA 0, #FF5E69 45.83%, #FFA84B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.mariox__hero-dis {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.8;
    color: var(--black-3);
    padding: 25px 0 30px 0
}

@media (max-width: 1200px) {
    .mariox__hero-dis br {
        display: none
    }
}

@media (max-width: 576px) {
    .mariox__hero-dis {
        font-size: 18px;
        padding-top: 0;
        padding-bottom: 0
    }
}

.mariox__hero-right img {
    animation: float-bob-y 2s infinite
}

@media (max-width: 576px) {
    .mariox__hero-right img {
        padding-top: 50px;
        width: 75%
    }
}

.mariox__rating {
    padding: 100px;
    padding-top: 184px;
    position: relative;
    z-index: 2;
    overflow: hidden
}

@media (max-width: 1200px) {
    .mariox__rating {
        padding-top: 90px
    }
}

@media (max-width: 768px) {
    .mariox__rating {
        padding: 50px 0
    }
}

@media (max-width: 576px) {
    .mariox__rating {
        padding: 0;
        padding-top: 50px
    }
}

.mariox__rating-wrapper {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-gap: 93px
}

@media (max-width: 576px) {
    .mariox__rating-wrapper {
        grid-template-columns:auto;
        grid-gap: 10px;
        padding-bottom: 50px
    }
}

.mariox__rating-title {
    font-weight: 700;
    font-size: 60px;
    line-height: 1.2;
    text-align: center;
    color: var(--black-1)
}

@media (max-width: 1200px) {
    .mariox__rating-title {
        font-size: 50px
    }
}

@media (max-width: 576px) {
    .mariox__rating-title {
        font-size: 22px
    }
}

.mariox__rating-item {
    padding-top: 100px;
    text-align: center;
    max-width: 286px
}

@media (max-width: 768px) {
    .mariox__rating-item {
        padding-top: 50px
    }
}

@media (max-width: 576px) {
    .mariox__rating-item {
        padding-top: 20px;
        max-width: 100%
    }
}

.mariox__rating-item img {
    margin-bottom: 20px
}

.mariox__rating-item p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: var(--black-2);
    margin-bottom: 10px
}

.mariox__rating-star a {
    color: var(--theme-0);
    margin-right: 10px
}

.mariox__rating-star a:last-child {
    margin-right: 0
}

.marioxx__hero {
    padding: 289px 0 550px 0;
    position: relative;
    overflow: hidden
}

@media (max-width: 1200px) {
    .marioxx__hero {
        padding: 189px 50px 450px 50px
    }
}

@media (max-width: 768px) {
    .marioxx__hero {
        padding: 98px 0 155px 0;
        display: none
    }
}

@media (max-width: 576px) {
    .marioxx__hero {
        padding: 93px 0 95px 0
    }
}

.marioxx__hero-wrapper {
    display: grid;
    grid-template-columns:1fr 1fr
}

@media (max-width: 768px) {
    .marioxx__hero-wrapper {
        grid-template-columns:auto
    }
}

.marioxx__hero-title {
    font-weight: 700;
    font-size: 80px;
    line-height: 1.2;
    color: var(--white);
    position: relative;
    z-index: 9
}

@media (max-width: 1200px) {
    .marioxx__hero-title {
        font-size: 60px
    }
}

@media (max-width: 576px) {
    .marioxx__hero-title {
        font-size: 30px
    }
}

.marioxx__hero-dis {
    font-weight: 400;
    font-size: 24px;
    line-height: 2;
    color: var(--white);
    padding: 30px 0;
    position: relative;
    z-index: 9
}

@media (max-width: 576px) {
    .marioxx__hero-dis {
        padding-bottom: 0;
        padding-top: 0
    }
}

.marioxx__hero-bg1 {
    position: absolute;
    z-index: 2;
    width: 903px;
    height: 904px;
    left: 288px;
    top: 320px;
    background: #9B61FF;
    filter: blur(150px)
}

.marioxx__hero-bg2 {
    position: absolute;
    width: 1049px;
    height: 1049px;
    left: -79px;
    top: 80px;
    background: #5CB9FA;
    filter: blur(150px);
    z-index: -2
}

.marioxx__hero-bg3 {
    position: absolute;
    width: 621px;
    height: 621px;
    left: 1010px;
    top: 612px;
    background: #F8D998;
    filter: blur(150px);
    z-index: 2
}

.marioxx__hero-bg4 {
    position: absolute;
    width: 930px;
    height: 930px;
    left: 1090px;
    top: 203px;
    background: #F9BFEB;
    filter: blur(150px)
}

.marioxx__hero-mainImg {
    position: absolute;
    right: 100px;
    top: 172px;
    z-index: 2;
    animation: float-bob-y 3s infinite
}

@media (max-width: 1200px) {
    .marioxx__hero-mainImg {
        right: -200px
    }
}

@media (max-width: 991px) {
    .marioxx__hero-mainImg {
        display: none
    }
}

.marioxx__hero-shape1 {
    left: 1589px;
    top: 239px;
    position: absolute;
    z-index: 3;
    animation: float-bob-y 3s infinite
}

.marioxx__hero-shape2 {
    left: 1115px;
    top: 664px;
    position: absolute;
    z-index: 3;
    animation: float-bob-y 5s infinite
}

.marioxx__hero-shape4 {
    position: absolute;
    top: 270px;
    left: 30px
}

@media (max-width: 1200px) {
    .marioxx__hero-shape4 {
        display: none
    }
}

.marioxx__hero-shape3 {
    left: 1276px;
    top: 224px;
    position: absolute;
    z-index: 3;
    animation: scale-up-three 5s infinite
}

.marioxxx__hero {
    background-color: #AE347A;
    margin-top: 120px;
    padding: 130px 0;
    padding-bottom: 190px;
    margin-left: 80px;
    margin-right: 80px;
    border-radius: 30px;
    position: relative;
    overflow: hidden
}

@media (max-width: 1200px) {
    .marioxxx__hero {
        margin-left: 30px;
        margin-right: 60px
    }
}

@media (max-width: 991px) {
    .marioxxx__hero {
        display: none
    }
}

.marioxxx__hero-thumb img {
    position: absolute;
    top: 130px;
    right: 0;
    animation: float-bob-y 2s infinite
}

@media (max-width: 1200px) {
    .marioxxx__hero-thumb img {
        width: 50%
    }
}

.marioxxx__hero-shape1 {
    position: absolute;
    left: 0;
    top: 0
}

.marioxxx__hero-shape2 {
    position: absolute;
    width: 848px;
    height: 848px;
    left: 110px;
    top: 470px;
    background: #4F4BCB;
    border-radius: 50%
}

.marioxxx__hero-wrapper {
    display: grid;
    grid-template-columns:570px
}

@media (max-width: 1200px) {
    .marioxxx__hero-wrapper {
        grid-template-columns:500px
    }
}

@media (max-width: 576px) {
    .marioxxx__hero-wrapper {
        grid-template-columns:auto
    }
}

.marioxxx__hero-left {
    position: relative
}

.marioxxx__hero-title {
    font-weight: 700;
    font-size: 80px;
    line-height: 1.2;
    color: var(--white);
    margin-bottom: 50px
}

@media (max-width: 1200px) {
    .marioxxx__hero-title {
        font-size: 50px
    }
}

@media (max-width: 576px) {
    .marioxxx__hero-title {
        font-size: 30px;
        margin-bottom: 20px
    }
}

.marioxxx__hero-dis {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.8;
    color: var(--white);
    margin-bottom: 50px
}

.marioxxx__hero-mobile {
    background-color: #AE347A;
    padding: 150px 0
}

@media (min-width: 991px) {
    .marioxxx__hero-mobile {
        display: none
    }
}

@media (max-width: 576px) {
    .marioxxx__hero-mobile {
        padding: 50px 0
    }
}

@media (max-width: 768px) {
    .marioxxx__hero-item {
        text-align: center
    }
}

.marioxxx__hero-mthumb {
    margin-bottom: 30px;
    margin-top: 30px
}

.marioxxx__hero-mthumb img {
    width: 80%;
    margin-left: -52px
}

.mariox__mobile {
    text-align: center;
    padding: 50px 0
}

@media (min-width: 769px) {
    .mariox__mobile {
        display: none
    }
}

.mariox__mobile-mainImgMobile {
    width: 65%
}

.responsive_mobile_menu.sticky {
    position: fixed;
    z-index: 999999999;
    left: 0;
    right: 0
}

.marioxx__hmobile {
    overflow: hidden;
    position: relative;
    padding: 90px 0;
    text-align: center
}

@media (min-width: 777px) {
    .marioxx__hmobile {
        display: none
    }
}

.marioxx__hmobile .marioxx__hero-bg2 {
    background: #375adb
}

.marioxx__hmobile .marioxx__hero-dis {
    line-height: 1.5
}

.marioxx__hmobile .marioxx__hero-bg1 {
    left: 0;
    top: 320px
}

img.marioxx__hmobile-mainImg {
    position: relative;
    z-index: 8
}

.mariox__aboutpage {
    padding: 330px 0;
    background-color: var(--theme-1);
    position: relative;
    padding-bottom: 230px
}

@media (max-width: 1200px) {
    .mariox__aboutpage {
        padding: 196px 0;
        padding-bottom: 120px
    }
}

@media (max-width: 768px) {
    .mariox__aboutpage {
        padding: 50px 0
    }
}

.mariox__aboutpage-content {
    text-align: center
}

.mariox__aboutpage-shape1 {
    position: absolute;
    left: 0;
    top: 100px;
    animation: float-bob-y 2s infinite
}

@media (max-width: 768px) {
    .mariox__aboutpage-shape1 {
        display: none
    }
}

.mariox__aboutpage-shape2 {
    position: absolute;
    right: 430px;
    top: 365px;
    animation: rotated 2s infinite
}

@media (max-width: 768px) {
    .mariox__aboutpage-shape2 {
        display: none
    }
}

.mariox__aboutpage-shape3 {
    position: absolute;
    right: 120px;
    top: 145px;
    animation: float-bob-y 2s infinite
}

@media (max-width: 768px) {
    .mariox__aboutpage-shape3 {
        display: none
    }
}

.mariox__aboutpage-title {
    font-weight: 700;
    font-size: 64px;
    line-height: 1;
    text-align: center;
    color: #0D0E10
}

@media (max-width: 1200px) {
    .mariox__aboutpage-title {
        font-size: 40px
    }
}

@media (max-width: 768px) {
    .mariox__aboutpage-title {
        font-size: 30px
    }
}

.mariox__aboutpage-dis {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 72px;
    text-align: center;
    text-decoration-line: underline;
    color: #0D0E10;
    max-width: 915px;
    margin: auto;
    padding: 150px 0;
    padding-bottom: 0
}

@media (max-width: 1200px) {
    .mariox__aboutpage-dis {
        font-size: 30px;
        line-height: 1.3;
        padding: 50px 0
    }
}

@media (max-width: 768px) {
    .mariox__aboutpage-dis {
        padding: 50px 0;
        font-size: 30px;
        line-height: 1.2
    }
}

.mariox__aservice {
    padding: 130px 0
}

@media (max-width: 1200px) {
    .mariox__aservice {
        padding-top: 0
    }
}

@media (max-width: 768px) {
    .mariox__aservice {
        padding: 50px 0
    }
}

.mariox__aservice-subtitle {
    font-weight: 700;
    font-size: 16px;
    background: linear-gradient(90deg, #B16CEA 0, #FF5E69 45.83%, #FFA84B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: inline-block;
    padding-bottom: 20px;
    font-family: "Inter", sans-serif
}

.mariox__aservice-s2 {
    position: absolute;
    right: 0;
    top: 65px;
    animation: rotated 2s infinite
}

.mariox__aservice-s1 {
    position: absolute;
    right: 30px;
    bottom: -48px
}

@media (max-width: 768px) {
    .mariox__aservice-s1 {
        padding: 50px 30px;
        display: none
    }
}

.mariox__aservice-s3 {
    position: absolute;
    right: -146px;
    bottom: -13px;
    z-index: 3;
    width: 80%
}

@media (max-width: 768px) {
    .mariox__aservice-s3 {
        padding: 50px 30px;
        display: none
    }
}

.mariox__aservice-item {
    background-color: var(--black-1);
    padding: 100px 60px;
    position: relative;
    padding-bottom: 250px;
    border-radius: 15px;
    overflow: hidden;
    height: 580px
}

@media (max-width: 768px) {
    .mariox__aservice-item {
        height: auto;
        margin-bottom: 30px
    }
}

.mariox__aservice-item.item-2 {
    background-color: var(--theme-1)
}

@media (max-width: 1500px) {
    .mariox__aservice-item.item-2 {
        padding: 45px 28px;
        position: relative;
        padding-bottom: 100px
    }
}

@media (max-width: 768px) {
    .mariox__aservice-item.item-2 {
        padding-bottom: 45px
    }
}

@media (max-width: 1500px) {
    .mariox__aservice-item {
        padding: 45px 28px;
        position: relative;
        padding-bottom: 100px
    }
}

@media (max-width: 768px) {
    .mariox__aservice-item {
        padding: 50px 30px
    }
}

.mariox__aservice-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    color: var(--white)
}

@media (max-width: 1500px) {
    .mariox__aservice-title {
        font-size: 30px
    }
}

@media (max-width: 768px) {
    .mariox__aservice-title {
        font-size: 30px
    }
}

.mariox__aservice-titlee {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    color: var(--black-1)
}

@media (max-width: 1500px) {
    .mariox__aservice-titlee {
        font-size: 30px
    }
}

@media (max-width: 768px) {
    .mariox__aservice-titlee {
        font-size: 30px
    }
}

.container {
    max-width: 1140px;
    margin: auto
}

.mariox__ateam {
    background-color: var(--theme-1);
    padding: 115px 0;
    margin-top: 150px
}

@media (max-width: 768px) {
    .mariox__ateam {
        margin-top: 50px
    }
}

.mariox__ateam-items {
    display: flex;
    gap: 110px
}

@media (max-width: 768px) {
    .mariox__ateam-items {
        gap: 50px
    }
}

@media (max-width: 576px) {
    .mariox__ateam-items {
        flex-wrap: wrap;
        justify-content: center;
        gap: 25px
    }
}

.mariox__ateam-item {
    text-align: center;
    max-width: 225px
}

.mariox__ateam-item:hover img {
    transform: scale(0.8)
}

.mariox__ateam-item:nth-child(even) {
    margin-top: 50px
}

@media (max-width: 768px) {
    .mariox__ateam-item:nth-child(even) {
        margin-top: 0
    }
}

.mariox__ateam-item img {
    margin-bottom: 30px;
    transition: .3s
}

.mariox__ateam-item p {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: var(--black-1);
    margin-bottom: 0
}

.mariox__ateam-item span {
    font-weight: 400;
    font-size: 14px;
    line-height: 34px;
    color: #3C434A;
    display: inline-block
}

.marioxx__brand-wrapper.mariox__brandwrapper.about-brand {
    border-radius: 0
}

.login-area {
    margin: 120px 0
}

@media (max-width: 768px) {
    .login-area {
        margin: 50px 0
    }
}

.basic-login {
    padding: 90px;
    border: 2px solid #eaedff
}

@media (max-width: 768px) {
    .basic-login {
        padding: 15px
    }
}

.basic-login h3 {
    font-size: 30px
}

@media (max-width: 576px) {
    .basic-login h3 {
        padding-bottom: 30px
    }
}

.basic-login label {
    color: #222;
    display: block;
    padding-bottom: 10px
}

.basic-login input {
    width: 100%;
    height: 60px;
    border: 2px solid #eaedff;
    color: #6f7172;
    padding: 0 20px;
    margin-bottom: 20px;
    transition: .3s
}

.basic-login input:focus {
    outline: 1px solid #4C30F6
}

.basic-login input[type=checkbox] {
    height: 12px;
    width: auto
}

.bt-btn {
    background: #4C30F6;
    color: #fff;
    padding: 20px 35px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 13px;
    border-radius: 30px;
    border: 0;
    display: inline-block;
    transition: .3s;
    line-height: 1;
    border: 1px solid transparent;
    transition: .3s;
    text-align: center
}

.bt-btn:hover {
    background: transparent;
    border: 1px solid #4C30F6;
    color: #0D0E10
}

.or-divide {
    border-top: 2px solid #eaedff;
    margin: 40px 0;
    text-align: center;
    position: relative
}

.bt-btn {
    background: #4C30F6;
    color: #fff;
    padding: 20px 35px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 13px;
    border-radius: 30px;
    border: 0;
    display: inline-block;
    transition: .3s;
    border: 1px solid transparent;
    line-height: 1
}

.bt-btn:hover {
    background: transparent;
    border: 1px solid #4C30F6;
    color: #0D0E10
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.login-action label {
    display: inline-block;
    margin-left: 5px
}

.mariox__service {
    margin-bottom: 100px
}

@media (max-width: 576px) {
    .mariox__service {
        margin-bottom: 50px
    }
}

.mariox__service-item {
    background-color: var(--black-1);
    padding: 62px;
    position: relative;
    border-radius: 15px
}

@media (max-width: 768px) {
    .mariox__service-item {
        padding: 45px 25px
    }
}

.mariox__service-sitem {
    border: 1px solid #0D0E10;
    border-radius: 15px;
    padding: 50px;
    min-height: 395px;
    max-height: 395px
}

.mariox__service-sitem:hover img {
    transform: scale(1.1)
}

.mariox__service-sitem:hover h3 {
    color: var(--secondary)
}

@media (max-width: 768px) {
    .mariox__service-sitem {
        padding: 25px;
        min-height: 330px;
        margin-bottom: 20px
    }
}

.mariox__service-sitem img {
    padding-bottom: 30px;
    max-width: 100px;
    transform: scale(1);
    transition: .3s;
    height: 130px;
    object-fit: contain
}

@media (max-width: 576px) {
    .mariox__service-sitem img {
        padding-bottom: 0
    }
}

.mariox__service-sitem h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    color: var(--black-1);
    margin-bottom: 0;
    transition: .3s
}

.mariox__service-sitem p {
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    color: #3C434A;
    padding-top: 20px;
    margin-bottom: 0
}

@media (max-width: 576px) {
    .mariox__service-sitem p {
        padding-top: 10px
    }
}

.mariox__service-title {
    color: var(--white);
    font-weight: 700;
    font-size: 48px;
    line-height: 1.5
}

@media (max-width: 768px) {
    .mariox__service-title {
        font-size: 30px
    }
}

.mariox__service-btnwrapper {
    margin-top: 50px
}

@media (max-width: 576px) {
    .mariox__service-btnwrapper {
        margin-top: 20px
    }
}

.mariox__service-s1 {
    position: absolute;
    right: -20px;
    bottom: 60px
}

@media (max-width: 768px) {
    .mariox__service-s1 {
        display: none
    }
}

.mariox__service-s2 {
    position: absolute;
    right: 175px;
    bottom: 60px;
    animation: rotated 2s infinite
}

@media (max-width: 768px) {
    .mariox__service-s2 {
        display: none
    }
}

.mariox__savior {
    background: var(--theme-1);
    padding: 180px 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 150px
}

@media (max-width: 1200px) {
    .mariox__savior {
        padding: 50px 0;
        padding-bottom: 0
    }
}

@media (max-width: 768px) {
    .mariox__savior {
        padding-bottom: 50px
    }
}

@media (max-width: 576px) {
    .mariox__savior {
        padding-bottom: 0
    }
}

@media (max-width: 576px) {
    .mariox__savior-thumb {
        display: none
    }
}

.mariox__savior-sh2 {
    position: absolute;
    top: 180px;
    left: 485px
}

@media (max-width: 1200px) {
    .mariox__savior-sh2 {
        display: none
    }
}

.mariox__savior-sh3 {
    position: absolute;
    top: 90px;
    left: 630px
}

@media (max-width: 1200px) {
    .mariox__savior-sh3 {
        display: none
    }
}

.mariox__savior-subtitle {
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    color: var(--white);
    background: var(--theme-2);
    padding: 10px 20px;
    display: inline-block;
    border-radius: 10px;
    margin-bottom: 30px
}

.mariox__savior-subtitle.breadcrumb-subtitle {
    font-family: "Inter", sans-serif;
    padding: 5px 20px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.1
}

.mariox__savior-list {
    position: relative;
    z-index: 3;
    max-width: 500px
}

.mariox__savior-listing {
    max-width: 500px
}

.mariox__savior-title {
    font-weight: 700;
    font-size: 58px;
    line-height: 1.2;
    color: var(--black-1)
}

@media (max-width: 1200px) {
    .mariox__savior-title {
        font-size: 40px
    }
}

@media (max-width: 768px) {
    .mariox__savior-title {
        font-size: 30px
    }
}

.mariox__savior-dis {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.7;
    color: var(--black-3);
    margin-top: 60px;
    margin-bottom: 30px
}

@media (max-width: 768px) {
    .mariox__savior-dis {
        font-size: 17px;
        margin-top: 20px
    }
}

.mariox__savior-morebtn {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #1B1C1E;
    transition: .3s
}

.mariox__savior-morebtn:hover {
    color: var(--secondary)
}

.mariox__savior-morebtn i {
    padding-left: 10px
}

.mariox__savior-sh1 {
    position: absolute;
    left: 0;
    top: 0
}

@media (max-width: 1500px) {
    .mariox__savior-sh1 {
        left: -200px
    }
}

@media (max-width: 1200px) {
    .mariox__savior-sh1 {
        left: 0;
        width: 60%
    }
}

@media (max-width: 991px) {
    .mariox__savior-sh1 {
        position: static
    }
}

@media (max-width: 768px) {
    .mariox__savior-sh1 {
        display: none
    }
}

.mariox__savior-wrapper {
    position: relative;
    text-align: center;
    background: var(--white);
    box-shadow: 0 4px 50px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 100px 0 226px 0;
    max-width: 1109px;
    margin: auto;
    margin-top: 140px
}

@media (max-width: 1200px) {
    .mariox__savior-wrapper {
        margin-top: 0
    }
}

@media (max-width: 768px) {
    .mariox__savior-wrapper {
        padding: 70px 0 97px 0
    }
}

@media (max-width: 576px) {
    .mariox__savior-wrapper {
        padding-bottom: 0
    }
}

.mariox__savior-oval {
    position: absolute;
    bottom: 0;
    left: 0;
    top: -42px
}

@media (max-width: 576px) {
    .mariox__savior-oval {
        top: 0
    }
}

.mariox__savior-title2 {
    font-weight: 700;
    font-size: 60px;
    line-height: 1.2;
    text-align: center;
    color: var(--black-1);
    max-width: 470px;
    margin: auto
}

@media (max-width: 1200px) {
    .mariox__savior-title2 {
        font-size: 40px
    }
}

@media (max-width: 768px) {
    .mariox__savior-title2 {
        font-size: 30px
    }
}

.mariox__savior-items {
    display: flex
}

@media (max-width: 768px) {
    .mariox__savior-items {
        flex-wrap: wrap;
        gap: 20px;
        max-width: 500px;
        margin: auto;
        margin-top: 70px;
        justify-content: center
    }
}

.mariox__savior-item {
    height: 120px;
    background-color: var(--white);
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    width: 130px;
    max-width: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    position: absolute
}

@media (max-width: 768px) {
    .mariox__savior-item {
        height: 100px;
        width: 100px;
        max-width: 100px
    }
}

@media (max-width: 576px) {
    .mariox__savior-item {
        display: none
    }
}

.mariox__savior-item img {
    position: relative;
    z-index: 99
}

.mariox__savior-item:nth-child(1) {
    top: 145px;
    left: 94px;
    animation: float-bob-y 2s infinite
}

@media (max-width: 768px) {
    .mariox__savior-item:nth-child(1) {
        left: 0
    }
}

.mariox__savior-item:nth-child(2) {
    top: 345px;
    left: 194px
}

@media (max-width: 1200px) {
    .mariox__savior-item:nth-child(2) {
        top: 308px
    }
}

@media (max-width: 768px) {
    .mariox__savior-item:nth-child(2) {
        left: 122px;
        top: 240px
    }
}

.mariox__savior-item:nth-child(3) {
    bottom: 45px;
    left: 394px;
    animation: float-bob-y 5s infinite
}

@media (max-width: 768px) {
    .mariox__savior-item:nth-child(3) {
        bottom: 30px
    }
}

.mariox__savior-item:nth-child(4) {
    bottom: 45px;
    right: 377px
}

@media (max-width: 1200px) {
    .mariox__savior-item:nth-child(4) {
        right: 300px
    }
}

@media (max-width: 768px) {
    .mariox__savior-item:nth-child(4) {
        right: 378px
    }
}

.mariox__savior-item:nth-child(5) {
    bottom: 150px;
    right: 150px;
    animation: float-bob-y 3s infinite
}

@media (max-width: 1200px) {
    .mariox__savior-item:nth-child(5) {
        bottom: 110px;
        right: 120px
    }
}

@media (max-width: 768px) {
    .mariox__savior-item:nth-child(5) {
        bottom: 60px
    }
}

.mariox__savior-item:nth-child(6) {
    top: 152px;
    right: 96px
}

@media (max-width: 1200px) {
    .mariox__savior-item:nth-child(6) {
        top: 65px
    }
}

@media (max-width: 768px) {
    .mariox__savior-item:nth-child(6) {
        top: 6px
    }
}

.mariox__savior-item::before {
    position: absolute;
    content: "";
    right: -14px;
    bottom: -11px;
    background-color: var(--black-1);
    height: 100%;
    width: 100%;
    z-index: -2;
    border-radius: 20px
}

.mariox__savior-item::after {
    content: "";
    position: absolute;
    right: -7px;
    bottom: -2px;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    background-color: var(--white);
    z-index: 2;
    border: 1px solid #000
}

.mariox__savior-sbottom {
    padding-top: 140px
}

@media (max-width: 1200px) {
    .mariox__savior-sbottom {
        padding-bottom: 100px
    }
}

@media (max-width: 768px) {
    .mariox__savior-sbottom {
        padding-top: 60px
    }
}

@media (max-width: 768px) {
    .mariox__savior-bottomright {
        padding-top: 30px
    }
}

.mariox__savior-listing li {
    margin-bottom: 20px;
    position: relative
}

@media (max-width: 576px) {
    .mariox__savior-listing li {
        margin-bottom: 20px
    }
}

.mariox__savior-listing li:last-child::before {
    display: none
}


@media (max-width: 1200px) {
    .mariox__savior-listing li::before {
        height: 64px
    }
}

@media (max-width: 576px) {
    .mariox__savior-listing li::before {
        height: 29px;
        bottom: -17px
    }
}

.mariox__savior-listing li p {
    font-size: 20px;
    float: inherit;
    color: #3C434A
}

.mariox__savior-listing li p span {
    font-weight: 700
}

@media (max-width: 768px) {
    .mariox__savior-listing li p {
        font-size: 14px
    }
}

.mariox__savior-listing li mdall {
    font-weight: 600;
    font-size: 20px;
    line-height: 2;
    color: #0D0E10
}

.mariox__savior-circle {
    display: inline-block;
    height: 70px;
    width: 70px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--black-1);
    float: left;
    margin-right: 16px;
    font-weight: 700;
    font-size: 32px;
    line-height: 2;
    color: var(--black-1)
}

.marioxx__service {
    margin-top: 130px
}

@media (max-width: 768px) {
    .marioxx__service {
        margin-top: 76px
    }
}

.marioxx__service-item {
    text-align: center;
    padding: 30px;
    position: relative
}

.marioxx__service-item.itemone::before {
    content: "";
    position: absolute;
    left: 0;
    top: -130px;
    height: 230px;
    width: 100%;
    background-image: url("https://www.17sucai.com/2023/9/q9k6214158/assets/img/blur/1.png");
    z-index: -2
}

@media (max-width: 576px) {
    .marioxx__service-item.itemone::before {
        top: -70px
    }
}

.marioxx__service-item.itemtwo {
    margin-top: 30px
}

.marioxx__service-item.itemtwo::before {
    content: "";
    position: absolute;
    left: -37px;
    top: -130px;
    height: 230px;
    width: 100%;
    background-image: url("https://www.17sucai.com/2023/9/q9k6214158/assets/img/blur/2.png");
    z-index: -2
}

@media (max-width: 576px) {
    .marioxx__service-item.itemtwo::before {
        top: -71px;
        left: 0
    }
}

.marioxx__service-item.itemthree::before {
    content: "";
    position: absolute;
    left: 0;
    top: -130px;
    height: 230px;
    width: 100%;
    background-image: url("https://www.17sucai.com/2023/9/q9k6214158/assets/img/blur/3.png");
    z-index: -2
}

@media (max-width: 576px) {
    .marioxx__service-item.itemthree::before {
        top: -46px
    }
}

@media (max-width: 768px) {
    .marioxx__service-item {
        padding: 0;
        margin-bottom: 30px
    }
}

.marioxx__service-item img {
    margin-bottom: 30px
}

.marioxx__service-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: var(--black-1);
    margin-bottom: 20px
}

.marioxx__service-dis {
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    color: #3C434A
}

.marioxx__feature {
    background-color: #EDF1FA;
    padding: 250px 0;
    margin-top: 140px;
    position: relative;
    overflow: hidden
}

@media (max-width: 768px) {
    .marioxx__feature {
        margin-top: 50px;
        padding: 80px 0
    }
}

.marioxx__feature-item {
    text-align: center
}

.marioxx__feature-oval2 {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%)
}

@media (max-width: 768px) {
    .marioxx__feature-oval2 {
        height: 100%;
        object-fit: cover
    }
}

.marioxx__feature-wrapper {
    position: relative;
    z-index: 2
}

.marioxx__feature-title {
    font-weight: 700;
    font-size: 60px;
    line-height: 1.2;
    color: var(--black-1);
    margin-bottom: 40px
}

@media (max-width: 1200px) {
    .marioxx__feature-title {
        font-size: 45px
    }
}

@media (max-width: 768px) {
    .marioxx__feature-title {
        font-size: 30px;
        margin-bottom: 20px
    }
}

.marioxx__feature-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    color: #4C30F6;
    font-family: "Inter", sans-serif
}

.marioxx__feature-name i {
    padding-left: 10px
}

.marioxx__feature-icon1 {
    position: absolute;
    width: 132px;
    height: 132px;
    left: 121px;
    top: 140px;
    background: #FFF;
    box-shadow: 0 40px 60px 5px rgba(0, 0, 0, 0.05);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: pulse 3s infinite
}

@media (max-width: 1200px) {
    .marioxx__feature-icon1 {
        top: 70px
    }
}

@media (max-width: 768px) {
    .marioxx__feature-icon1 {
        display: none
    }
}

.marioxx__feature-icon2 {
    position: absolute;
    width: 132px;
    height: 132px;
    right: 405px;
    top: 140px;
    background: #FFF;
    box-shadow: 0 40px 60px 5px rgba(0, 0, 0, 0.05);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: pulse 3s infinite
}

.marioxx__feature-icon2.icon2three {
    top: -80px
}

@media (max-width: 1500px) {
    .marioxx__feature-icon2.icon2three {
        top: -190px
    }
}

@media (max-width: 1200px) {
    .marioxx__feature-icon2 {
        top: 30px
    }
}

@media (max-width: 768px) {
    .marioxx__feature-icon2 {
        display: none
    }
}

.marioxx__feature-icon3 {
    position: absolute;
    width: 92px;
    height: 92px;
    right: 150px;
    top: 218px;
    background: #FFF;
    box-shadow: 0 40px 60px 5px rgba(0, 0, 0, 0.05);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: pulse 3s infinite
}

.marioxx__feature-icon3.icon2two {
    top: 0
}

@media (max-width: 1200px) {
    .marioxx__feature-icon3.icon2two {
        top: 45px
    }
}

@media (max-width: 1200px) {
    .marioxx__feature-icon3 {
        top: 110px
    }
}

@media (max-width: 768px) {
    .marioxx__feature-icon3 {
        display: none
    }
}

.marioxx__feature-icon4 {
    position: absolute;
    width: 132px;
    height: 132px;
    right: 300px;
    top: 400px;
    background: #FFF;
    box-shadow: 0 40px 60px 5px rgba(0, 0, 0, 0.05);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: pulse 3s infinite
}

.marioxx__feature-icon4.icon2four {
    top: 200px
}

@media (max-width: 1200px) {
    .marioxx__feature-icon4 {
        top: 485px
    }
}

@media (max-width: 768px) {
    .marioxx__feature-icon4 {
        display: none
    }
}

.marioxx__feature-icon5 {
    position: absolute;
    width: 92px;
    height: 92px;
    left: 415px;
    top: 218px;
    background: #FFF;
    box-shadow: 0 40px 60px 5px rgba(0, 0, 0, 0.05);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: pulse 3s infinite
}

.marioxx__feature-icon5.icon2five {
    top: 212px
}

@media (max-width: 1200px) {
    .marioxx__feature-icon5 {
        top: 150px
    }
}

@media (max-width: 768px) {
    .marioxx__feature-icon5 {
        display: none
    }
}

.marioxx__feature-icon6 {
    position: absolute;
    width: 92px;
    height: 92px;
    left: 300px;
    bottom: 224px;
    background: #FFF;
    box-shadow: 0 40px 60px 5px rgba(0, 0, 0, 0.05);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: pulse 3s infinite
}

.marioxx__feature-icon6.icon2six {
    left: 50px
}

@media (max-width: 1200px) {
    .marioxx__feature-icon6 {
        bottom: 125px
    }
}

@media (max-width: 768px) {
    .marioxx__feature-icon6 {
        display: none
    }
}

.marioxxx__feature {
    background-color: #FCF8F2;
    overflow: hidden
}

.marioxxx__feature.feature-two {
    margin-top: 0
}

@media (max-width: 1500px) {
    .marioxxx__feature {
        margin-top: 0
    }
}

.marioxx__talk {
    padding: 135px 0;
    padding-bottom: 0
}

@media (max-width: 768px) {
    .marioxx__talk {
        padding: 80px 0
    }
}

.marioxx__talk-reverse {
    padding-top: 150px
}

@media (max-width: 768px) {
    .marioxx__talk-reverse {
        padding-top: 50px
    }
}

@media (max-width: 576px) {
    .marioxx__talk-reverse .row {
        flex-direction: column-reverse
    }
}

.marioxx__talk-items {
    display: flex;
    gap: 95px;
    padding-top: 15px
}

@media (max-width: 768px) {
    .marioxx__talk-items {
        gap: 20px
    }
}

@media (max-width: 576px) {
    .marioxx__talk-items {
        flex-wrap: wrap;
        gap: 20px
    }
}

.marioxx__talk-items img {
    padding-bottom: 15px;
    height: 84px
}

.marioxx__talk-items p {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    color: #0D0E10
}

@media (max-width: 1200px) {
    .marioxx__talk-items p br {
        display: none
    }
}

@media (max-width: 768px) {
    .marioxx__talk-items p {
        font-size: 16px;
        line-height: 1
    }
}

@media (max-width: 768px) {
    .marioxx__talk-item {
        flex-basis: 100%
    }
}

.marioxx__talk-right {
    overflow: hidden
}

@media (max-width: 576px) {
    .marioxx__talk-right {
        padding-top: 50px
    }
}

.marioxx__talk-title {
    font-weight: 700;
    font-size: 60px;
    line-height: 1.2;
    color: var(--black-1);
    margin-bottom: 45px
}

@media (max-width: 768px) {
    .marioxx__talk-title {
        font-size: 30px;
        margin-bottom: 20px
    }
}

.marioxx__talk-dis {
    font-weight: 400;
    font-size: 24px;
    line-height: 2;
    color: #3C434A
}

.marioxx__talk-dis.dis2 {
    margin-bottom: 30px
}

@media (max-width: 768px) {
    .marioxx__talk-dis {
        font-size: 18px
    }
}

.marioxx__talk-dis span {
    font-weight: 700;
    color: #0D0E10
}

.marioxxx__service {
    padding: 145px 0
}

@media (max-width: 768px) {
    .marioxxx__service {
        padding: 90px 0
    }
}

@media (max-width: 768px) and (max-width: 576px) {
    .marioxxx__service {
        padding-bottom: 30px
    }
}

.marioxxx__service-item {
    text-align: center;
    position: relative;
    max-width: 284px;
    margin: auto
}

.marioxxx__service-item:hover img {
    transform: scale(1.1)
}

.marioxxx__service-item:hover .marioxxx__service-itemtitle {
    color: var(--secondary)
}

@media (max-width: 768px) {
    .marioxxx__service-item {
        margin-bottom: 30px
    }
}

.marioxxx__service-item img {
    transition: .3s
}

@media (max-width: 768px) {
    .marioxxx__service-item img {
        margin-bottom: 15px
    }
}

.marioxxx__service-item.before-none::before {
    display: none
}

.marioxxx__service-item::before {
    content: "";
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-image: url("../image/line.png");
    position: absolute;
    left: 120%;
    top: 0
}

@media (max-width: 768px) {
    .marioxxx__service-item::before {
        display: none
    }
}

.marioxxx__service-item img {
    height: 135px;
    object-fit: contain;
    margin-bottom: 40px
}

@media (max-width: 768px) {
    .marioxxx__service-item img {
        margin-bottom: 10px
    }
}

.marioxxx__service-itemtitle {
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    color: var(--black-1);
    margin-bottom: 20px;
    display: block
}

@media (max-width: 768px) {
    .marioxxx__service-itemtitle {
        margin-bottom: 10px
    }
}

.marioxxx__service-itemdis {
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    color: var(--black-3)
}

.marioxxx__sectiontitle {
    margin-bottom: 75px
}

@media (max-width: 768px) {
    .marioxxx__sectiontitle {
        margin-bottom: 40px
    }
}

.marioxxx-stitle {
    font-weight: 700;
    font-size: 60px;
    line-height: 1.2;
    text-align: center;
    color: var(--black-1)
}

@media (max-width: 1200px) {
    .marioxxx-stitle {
        font-size: 40px
    }
}

@media (max-width: 768px) {
    .marioxxx-stitle {
        font-size: 35px
    }
}

.marioxxx__notification-wrapper {
    background-color: #AE347A;
    padding: 120px 90px;
    position: relative;
    overflow: hidden;
    border-radius: 20px
}

@media (max-width: 768px) {
    .marioxxx__notification-wrapper {
        padding: 70px 50px
    }
}

@media (max-width: 768px) {
    .marioxxx__notification-wrapper {
        grid-template-columns:auto;
        padding: 70px 17px
    }
}

.marioxxx__notification-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.5;
    color: var(--white);
    max-width: 552px;
    margin-bottom: 20px;
    position: relative;
    z-index: 3
}

@media (max-width: 768px) {
    .marioxxx__notification-title {
        font-size: 28px;
        max-width: 100%
    }
}

.marioxxx__notification-shape1 {
    position: absolute;
    width: 504px;
    height: 504px;
    left: -73px;
    top: 75px;
    background: #4F4BCB;
    border-radius: 50%;
    animation: float-bob-y 2s infinite
}

.marioxxx__notification-shape2 {
    position: absolute;
    width: 292px;
    height: 292px;
    right: 130px;
    top: -60px;
    background: #FFD07B;
    border-radius: 20px;
    transform: rotate(-35.64deg)
}

.marioxxx__notification-shape3 {
    position: absolute;
    width: 248px;
    height: 248px;
    right: 69px;
    bottom: -89px;
    background: #F58A8A;
    border-radius: 50%;
    animation: pulse 2s infinite
}

@media (max-width: 576px) {
    .mariox__savior-thumbs {
        display: none
    }
}

@media (max-width: 768px) {
    .mariox__savior-bottomright {
        margin-left: -50px
    }
}

@media (max-width: 768px) {
    .mariox__savior-bottomright img {
        max-width: 500px
    }
}

.mariox__savior-bottomright img {
    width: 100%;
    height: 483px;
    object-fit: cover
}

@media (max-width: 576px) {
    .mariox__savior-bottomright img {
        height: 200px !important
    }
}

.mariox__faq {
    padding: 120px 0
}

@media (max-width: 576px) {
    .mariox__faq {
        padding: 50px 0
    }
}

.mariox__faq .accordion-item {
    border: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}

.mariox__faq .accordion-button:not(.collapsed) {
    color: var(--black-1);
    background-color: transparent;
    box-shadow: none
}

.mariox__faq .accordion-button:focus {
    border: 0;
    outline: 0;
    box-shadow: none
}

.mariox__faq .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    font-size: 30px;
    margin-left: unset;
    left: 0;
    position: absolute;
    top: 6px;
    content: "+";
    background-image: url("n");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out
}

.mariox__faq .accordion-button:not(.collapsed)::after {
    content: "-";
    background-image: url("n");
    transform: rotate(0)
}

.mariox__faq .accordion-button {
    padding-left: 30px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #0D0E10
}

@media (max-width: 576px) {
    .mariox__faq .accordion-button {
        font-size: 18px
    }
}

.mariox__notification {
    position: relative;
    padding: 90px 0;
    background-color: var(--theme-1);
    overflow: hidden;
    padding-bottom: 70px
}

@media (max-width: 576px) {
    .mariox__notification {
        padding: 40px 0
    }
}

.mariox__notification-left {
    position: relative
}

@media (max-width: 768px) {
    .mariox__notification-left {
        margin-bottom: 50px
    }
}

.mariox__notification-sh1 {
    position: absolute;
    top: 0;
    left: 253px
}

@media (max-width: 1500px) {
    .mariox__notification-sh1 {
        width: 50%
    }
}

.mariox__notification-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.5;
    color: #1C1D1F;
    margin-bottom: 25px
}

@media (max-width: 576px) {
    .mariox__notification-title {
        font-size: 30px
    }
}

.accordion-body {
    padding: 1rem 1.25rem;
    border-top: 1px solid #ddd
}

.accordion-body p {
    color: #3C434A
}

.mariox__team-wrapper {
    background-color: var(--theme-1);
    padding-top: 120px;
    padding-bottom: 80px;
    text-align: center;
    margin-top: 130px;
    position: relative;
    border-radius: 20px
}

@media (max-width: 768px) {
    .mariox__team-wrapper {
        margin-top: 0
    }
}

@media (max-width: 576px) {
    .mariox__team-wrapper {
        padding-top: 50px;
        padding-bottom: 21px
    }
}

.mariox__team-wrapper.team2 {
    background-color: rgba(43, 36, 124, 0.08);
    max-height: 530px
}

.mariox__team-activition {
    max-width: 643px;
    margin: auto
}

.mariox__team-quote {
    padding-bottom: 20px
}

@media (max-width: 768px) {
    .mariox__team-quote {
        padding-bottom: 0
    }
}

.mariox__team-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 1.5;
    text-align: center;
    color: var(--black-1);
    padding-bottom: 10px
}

@media (max-width: 768px) {
    .mariox__team-title {
        font-size: 17px
    }
}

.mariox__team-name {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.6;
    color: var(--black-1)
}

.mariox__team-name span {
    color: #5E687C;
    font-weight: 400
}

.mariox__team-oval2 {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: 100%
}

@media (max-width: 768px) {
    .mariox__team-oval2 {
        height: 100%;
        object-fit: cover
    }
}

@media (max-width: 576px) {
    .mariox__team-thumb {
        display: none
    }
}

.mariox__team-t1 {
    position: absolute;
    top: 50px;
    left: 140px;
    animation: float-bob-y 5s infinite
}

@media (max-width: 768px) {
    .mariox__team-t1 {
        display: none
    }
}

.mariox__team-t2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50px
}

@media (max-width: 768px) {
    .mariox__team-t2 {
        display: none
    }
}

.mariox__team-t3 {
    position: absolute;
    bottom: 80px;
    left: 190px;
    animation: float-bob-y 3s infinite
}

@media (max-width: 768px) {
    .mariox__team-t3 {
        display: none
    }
}

.mariox__team-t4 {
    position: absolute;
    bottom: 80px;
    right: 190px
}

@media (max-width: 768px) {
    .mariox__team-t4 {
        display: none
    }
}

.mariox__team-t5 {
    position: absolute;
    top: 70px;
    right: 120px;
    animation: float-bob-y 3s infinite
}

.marioxxx__testimonial {
    background-color: #FCF8F2;
    padding: 140px 0;
    padding-bottom: 270px;
    position: relative;
    overflow: hidden
}

@media (max-width: 768px) {
    .marioxxx__testimonial {
        padding: 90px 0;
        padding-bottom: 90px
    }
}

@media (max-width: 576px) {
    .marioxxx__testimonial {
        padding: 50px 0
    }
}

.marioxxx__testimonial-item {
    background: var(--white);
    border: 1px solid #AE347A;
    position: relative;
    max-width: 525px;
    padding: 70px 0;
    padding-left: 45px;
    padding-right: 45px
}

@media (max-width: 576px) {
    .marioxxx__testimonial-item {
        padding: 30px 0;
        padding-left: 19px;
        padding-right: 20px
    }
}

.marioxxx__testimonial-item:hover::before {
    right: -17px;
    bottom: -17px
}

@media (max-width: 768px) {
    .marioxxx__testimonial-item {
        margin: auto
    }
}

.marioxxx__testimonial-item::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    transition: .3s;
    height: 100%;
    width: 100%;
    background-color: #AE347A;
    z-index: -1
}

.marioxxx__testimonial-dis {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.5;
    color: var(--black-2)
}

@media (max-width: 768px) {
    .marioxxx__testimonial-dis {
        font-size: 18px
    }
}

.marioxxx__testimonial-info {
    display: flex;
    gap: 25px;
    padding-top: 15px;
    align-items: center
}

.marioxxx__testimonial-info span {
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    color: #5E687C
}

.marioxxx__testimonial-ritem {
    border: 1px solid var(--black-2);
    border-radius: 10px;
    padding: 40px;
    position: absolute;
    top: 0;
    left: 85px;
    max-width: 255px
}

@media (max-width: 768px) {
    .marioxxx__testimonial-ritem {
        position: static;
        margin-bottom: 30px
    }
}

@media (max-width: 576px) {
    .marioxxx__testimonial-ritem {
        margin: auto;
        margin-bottom: 20px
    }
}

.marioxxx__testimonial-ritem.white {
    background-color: var(--white);
    left: 0;
    animation: float-bob-y 2s infinite;
    top: 280px;
    box-shadow: 0 40px 60px 5px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    border: 0
}

@media (max-width: 768px) {
    .marioxxx__testimonial-ritem.white {
        position: absolute;
        top: 0;
        left: 300px
    }
}

@media (max-width: 576px) {
    .marioxxx__testimonial-ritem.white {
        position: static
    }
}

.marioxxx__testimonial-ritem.theme4 {
    background-color: #FFD07B;
    left: 288px;
    top: 180px;
    border: 0
}

.marioxxx__testimonial-ritem.theme4 h2 {
    color: var(--white)
}

.marioxxx__testimonial-ritem img {
    margin-bottom: 40px
}

.marioxxx__testimonial-ritem h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    color: var(--black-2);
    max-width: 175px
}

.marioxxx__testimonial-right {
    position: relative
}

.marioxxx__testimonial-shape1 {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

@media (max-width: 768px) {
    .marioxxx__testimonial-shape1 {
        display: none
    }
}

.marioxxx__testimonial-shape2 {
    position: absolute;
    top: 185px;
    left: 0
}

@media (max-width: 768px) {
    .marioxxx__testimonial-shape2 {
        display: none
    }
}

@media (max-width: 768px) {
    .marioxxx__testimonial-active {
        margin-bottom: 30px
    }
}

.swiper-slide-active {
    padding-bottom: 30px
}

.marioxx__brand-wrapper {
    text-align: center;
    padding-top: 90px;
    background: var(--white);
    border-radius: 20px;
    margin-top: -300px;
    position: relative;
    z-index: 99;
    padding-left: 100px;
    padding-right: 100px
}

@media (max-width: 768px) {
    .marioxx__brand-wrapper {
        padding-left: 0;
        padding-right: 0;
        margin-top: 0
    }
}

@media (max-width: 576px) {
    .marioxx__brand-wrapper {
        padding-top: 25px
    }
}

.marioxx__brand-wrapper.mariox__brandwrapper {
    margin-top: 120px
}

@media (max-width: 768px) {
    .marioxx__brand-wrapper.mariox__brandwrapper {
        margin-top: 50px
    }
}

.marioxx__brand-items {
    max-width: 1112px;
    margin: auto
}

.marioxx__brand-title {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 1.6;
    color: var(--black-2)
}

.marioxx__brand-title.about-brand-title span {
    color: var(--black-2)
}

@media (max-width: 576px) {
    .marioxx__brand-title {
        font-size: 25px
    }
}

.marioxx__brand-title span {
    color: var(--theme-3);
    font-weight: 700
}

.marioxx__brand-dis {
    font-weight: 600;
    font-size: 48px;
    line-height: 1.8;
    color: var(--black-1);
    padding-top: 60px
}

@media (max-width: 1200px) {
    .marioxx__brand-dis {
        font-size: 40px;
        line-height: 1.2;
        padding-top: 0
    }
}

@media (max-width: 768px) {
    .marioxx__brand-dis {
        padding-top: 0;
        font-size: 30px;
        line-height: 1.5
    }
}

.marioxx__notification {
    margin-top: 20px
}

.marioxx__notification-wrapper {
    max-width: 925px;
    margin: auto;
    background: rgba(208, 222, 255, 0.5);
    border-radius: 10px;
    padding: 50px;
    padding-bottom: 0;
    display: grid;
    grid-template-columns:auto auto auto
}

@media (max-width: 768px) {
    .marioxx__notification-wrapper {
        grid-template-columns:auto;
        padding: 50px 25px
    }
}

.marioxx__notification-left {
    background: var(--white);
    box-shadow: 0 40px 60px 5px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 93px;
    height: 93px;
    margin-left: 140px;
    transform: translate(-31px, -85px)
}

@media (max-width: 768px) {
    .marioxx__notification-left {
        margin-left: 0;
        transform: translateY(-20px)
    }
}

.marioxx__notification-left i {
    font-size: 36px;
    color: var(--theme-3)
}

.marioxx__notification-right {
    text-align: right
}

@media (max-width: 768px) {
    .marioxx__notification-right {
        text-align: left
    }
}

.marioxx__notification-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    align-items: center;
    color: var(--black-2)
}

@media (max-width: 768px) {
    .marioxx__notification-title {
        padding-bottom: 20px
    }
}

#star {
    animation: jackInTheBox 3s infinite
}

.primary-btn, .primary-blue-btn-2, .primary-blue-btn, .primary-blue-btn-hometwo {
    display: inline-block;
    background-color: var(--black-1);
    padding: 13px 28px;
    border-radius: 5px;
    color: var(--white);
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 14px;
    transition: .3s;
    border: 1px solid transparent
}

.primary-btn:hover, .primary-blue-btn-2:hover, .primary-blue-btn:hover, .primary-blue-btn-hometwo:hover {
    background-color: var(--white);
    color: var(--black-1);
    border: 1px solid var(--black-1)
}

.primary-btn-borderless {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.1;
    color: var(--black-2);
    transition: .3s
}

.primary-btn-borderless:hover {
    color: var(--secondary)
}

.secondary-btn, .secondary-white-btn, .secondary-black-btn, .contact-btn {
    display: inline-block;
    padding: 26px 60px;
    background: var(--theme-2);
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    color: var(--white);
    font-family: "Inter", sans-serif;
    border-radius: 15px
}

@media (max-width: 576px) {
    .secondary-btn, .secondary-white-btn, .secondary-black-btn, .contact-btn {
        padding: 20px
    }
}

.secondary-btn:hover, .secondary-white-btn:hover, .secondary-black-btn:hover, .contact-btn:hover {
    color: var(--white)
}

.contact-btn {
    padding: 12px 20px;
    font-size: 14px
}

.plan-btn {
    display: inline-block;
    padding: 20px 50px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    color: var(--black-1);
    font-family: "Inter", sans-serif;
    border-radius: 15px;
    border: 1px solid var(--black-1)
}

.plan-btn:hover {
    color: var(--white);
    background: var(--theme-2);
    border-radius: 15px;
    border: 1px solid transparent
}

.primary-blue-btn, .primary-blue-btn-hometwo {
    background-color: var(--theme-3)
}

.primary-blue-btn-2 {
    background-color: #4F4BCB
}

.secondary-black-btn {
    font-family: "Inter", sans-serif;
    background: var(--black-1);
    z-index: 9;
    font-weight: 700;
    font-size: 18px;
    position: relative;
    border: 1px solid transparent
}

.secondary-black-btn:hover {
    color: var(--white);
    border: 1px solid var(--white);
    border-radius: 15px
}

.secondary-white-btn {
    background: var(--white);
    z-index: 9;
    position: relative;
    color: #4F4BCB;
    border: 1px solid transparent
}

.secondary-white-btn:hover {
    background-color: var(--black-1);
    color: var(--white);
    border: 1px solid var(--black-1);
    border-radius: 15px
}

.primary-blue-btn-hometwo {
    padding: 8px 28px
}

iframe {
    border-radius: 15px
}

@keyframes square {
    0% {
        transform: translateY(-100px);
        -webkit-transform: translateY(-100px);
        -moz-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        -o-transform: translateY(-100px)
    }
    100% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px)
    }
}

@-webkit-keyframes jump {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40% {
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes jump {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40% {
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotatedHalf {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes rotatedHalf {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes rotatedHalfTwo {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@keyframes rotatedHalfTwo {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

.float-bob {
    animation: float-bob-y infinite 3s linear
}

@-webkit-keyframes scale-upOne {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2)
    }
}

@keyframes scale-upOne {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2)
    }
}

@-webkit-keyframes scale-right {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    50% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@keyframes scale-right {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    50% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: .7
    }
    40% {
        opacity: 1
    }
    100% {
        opacity: .7
    }
}

@keyframes fade-in {
    0% {
        opacity: .7
    }
    40% {
        opacity: 1
    }
    100% {
        opacity: .7
    }
}

@keyframes hvr-ripple-out {
    0% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1
    }
    100% {
        top: -6px;
        right: -6px;
        bottom: -6px;
        left: -6px;
        opacity: 0
    }
}

@keyframes hvr-ripple-out-two {
    0% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1
    }
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0
    }
}

@-webkit-keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes scale-up-two {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
    40% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }
}

@keyframes scale-up-two {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
    40% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }
}

@-webkit-keyframes scale-up-three {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }
    40% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4)
    }
    100% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }
}

@keyframes scale-up-three {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }
    40% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4)
    }
    100% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }
}

@-webkit-keyframes scale-up-four {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6)
    }
    40% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@keyframes scale-up-four {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6)
    }
    40% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@-webkit-keyframes scale-up-five {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    40% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4)
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@keyframes scale-up-five {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@keyframes animationFramesOne {
    0% {
        transform: translate(0px, 0px) rotate(0deg)
    }
    20% {
        transform: translate(73px, -1px) rotate(36deg)
    }
    40% {
        transform: translate(141px, 72px) rotate(72deg)
    }
    60% {
        transform: translate(83px, 122px) rotate(108deg)
    }
    80% {
        transform: translate(-40px, 72px) rotate(144deg)
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg)
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg)
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg)
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg)
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg)
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg)
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg)
    }
}

@keyframes animationFramesTwo {
    0% {
        transform: translate(0px, 0px) rotate(0deg) scale(1)
    }
    20% {
        transform: translate(73px, -1px) rotate(36deg) scale(0.9)
    }
    40% {
        transform: translate(141px, 72px) rotate(72deg) scale(1)
    }
    60% {
        transform: translate(83px, 122px) rotate(108deg) scale(1.2)
    }
    80% {
        transform: translate(-40px, 72px) rotate(144deg) scale(1.1)
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg) scale(1)
    }
}

@-webkit-keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1)
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9)
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1)
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2)
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1)
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1)
    }
}

@keyframes animationFramesThree {
    0% {
        transform: translate(165px, -179px)
    }
    100% {
        transform: translate(-346px, 617px)
    }
}

@-webkit-keyframes animationFramesThree {
    0% {
        -webkit-transform: translate(165px, -179px)
    }
    100% {
        -webkit-transform: translate(-346px, 617px)
    }
}

@keyframes animationFramesFour {
    0% {
        transform: translate(-300px, 151px) rotate(0deg)
    }
    100% {
        transform: translate(251px, -200px) rotate(180deg)
    }
}

@-webkit-keyframes animationFramesFour {
    0% {
        -webkit-transform: translate(-300px, 151px) rotate(0deg)
    }
    100% {
        -webkit-transform: translate(251px, -200px) rotate(180deg)
    }
}

@keyframes animationFramesFive {
    0% {
        transform: translate(61px, -99px) rotate(0deg)
    }
    21% {
        transform: translate(4px, -190px) rotate(38deg)
    }
    41% {
        transform: translate(-139px, -200px) rotate(74deg)
    }
    60% {
        transform: translate(-263px, -164px) rotate(108deg)
    }
    80% {
        transform: translate(-195px, -49px) rotate(144deg)
    }
    100% {
        transform: translate(-1px, 0px) rotate(180deg)
    }
}

@-webkit-keyframes animationFramesFive {
    0% {
        -webkit-transform: translate(61px, -99px) rotate(0deg)
    }
    21% {
        -webkit-transform: translate(4px, -190px) rotate(38deg)
    }
    41% {
        -webkit-transform: translate(-139px, -200px) rotate(74deg)
    }
    60% {
        -webkit-transform: translate(-263px, -164px) rotate(108deg)
    }
    80% {
        -webkit-transform: translate(-195px, -49px) rotate(144deg)
    }
    100% {
        -webkit-transform: translate(-1px, 0px) rotate(180deg)
    }
}

@keyframes gradientBG {
    0% {
        background-position: 0 0
    }
    50% {
        background-position: 300% 0
    }
    100% {
        background-position: 0 0
    }
}

@-webkit-keyframes gradientBG {
    0% {
        background-position: 0 0
    }
    50% {
        background-position: 300% 0
    }
    100% {
        background-position: 0 0
    }
}

@keyframes imageBgAnim {
    0% {
        background-position: 0 0
    }
    50% {
        background-position: 120% 0
    }
    100% {
        background-position: 0 0
    }
}

@-webkit-keyframes gradientBG {
    0% {
        background-position: 0 0
    }
    50% {
        background-position: 120% 0
    }
    100% {
        background-position: 0 0
    }
}

:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animate__animated.animate__infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animate__animated.animate__repeat-1 {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: var(--animate-repeat);
    animation-iteration-count: var(--animate-repeat)
}

.animate__animated.animate__repeat-2 {
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
    -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
    animation-iteration-count: calc(var(--animate-repeat) * 2)
}

.animate__animated.animate__repeat-3 {
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
    -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
    animation-iteration-count: calc(var(--animate-repeat) * 3)
}

.animate__animated.animate__delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: var(--animate-delay);
    animation-delay: var(--animate-delay)
}

.animate__animated.animate__delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-delay: calc(var(--animate-delay) * 2);
    animation-delay: calc(var(--animate-delay) * 2)
}

.animate__animated.animate__delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-delay: calc(var(--animate-delay) * 3);
    animation-delay: calc(var(--animate-delay) * 3)
}

.animate__animated.animate__delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation-delay: calc(var(--animate-delay) * 4);
    animation-delay: calc(var(--animate-delay) * 4)
}

.animate__animated.animate__delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    -webkit-animation-delay: calc(var(--animate-delay) * 5);
    animation-delay: calc(var(--animate-delay) * 5)
}

.animate__animated.animate__faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-duration: calc(var(--animate-duration) / 2);
    animation-duration: calc(var(--animate-duration) / 2)
}

.animate__animated.animate__fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-duration: calc(var(--animate-duration) * .8);
    animation-duration: calc(var(--animate-duration) * .8)
}

.animate__animated.animate__slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: calc(var(--animate-duration) * 2);
    animation-duration: calc(var(--animate-duration) * 2)
}

.animate__animated.animate__slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-duration: calc(var(--animate-duration) * 3);
    animation-duration: calc(var(--animate-duration) * 3)
}

@media (prefers-reduced-motion: reduce), print {
    .animate__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
    }

    .animate__animated[class*=Out] {
        opacity: 0
    }
}

@-webkit-keyframes bounce {
    0%, 20%, 53%, 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: translateZ(0);
        transform: translateZ(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) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1)
    }
    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) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05)
    }
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0) scaleY(0.95);
        transform: translateZ(0) scaleY(0.95)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02)
    }
}

@keyframes bounce {
    0%, 20%, 53%, 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: translateZ(0);
        transform: translateZ(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) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1)
    }
    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) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05)
    }
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0) scaleY(0.95);
        transform: translateZ(0) scaleY(0.95)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02)
    }
}

.animate__bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%, 50%, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@keyframes flash {
    0%, 50%, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

.animate__flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.animate__pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(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: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(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: scaleX(1);
        transform: scaleX(1)
    }
}

.animate__rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shakeX {
    0%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(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 shakeX {
    0%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(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)
    }
}

.animate__shakeX {
    -webkit-animation-name: shakeX;
    animation-name: shakeX
}

@-webkit-keyframes shakeY {
    0%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
}

@keyframes shakeY {
    0%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
}

.animate__shakeY {
    -webkit-animation-name: shakeY;
    animation-name: shakeY
}

@-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)
    }
}

.animate__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: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.animate__swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.animate__tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    0%, 11.1%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(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.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
}

@keyframes jello {
    0%, 11.1%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(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.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
}

.animate__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)
    }
}

.animate__heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
    animation-duration: calc(var(--animate-duration) * 1.3);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes backInDown {
    0% {
        -webkit-transform: translateY(-1200px) scale(0.7);
        transform: translateY(-1200px) scale(0.7);
        opacity: .7
    }
    80% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: .7
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInDown {
    0% {
        -webkit-transform: translateY(-1200px) scale(0.7);
        transform: translateY(-1200px) scale(0.7);
        opacity: .7
    }
    80% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: .7
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInDown {
    -webkit-animation-name: backInDown;
    animation-name: backInDown
}

@-webkit-keyframes backInLeft {
    0% {
        -webkit-transform: translateX(-2000px) scale(0.7);
        transform: translateX(-2000px) scale(0.7);
        opacity: .7
    }
    80% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: .7
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInLeft {
    0% {
        -webkit-transform: translateX(-2000px) scale(0.7);
        transform: translateX(-2000px) scale(0.7);
        opacity: .7
    }
    80% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: .7
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInLeft {
    -webkit-animation-name: backInLeft;
    animation-name: backInLeft
}

@-webkit-keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(0.7);
        transform: translateX(2000px) scale(0.7);
        opacity: .7
    }
    80% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: .7
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(0.7);
        transform: translateX(2000px) scale(0.7);
        opacity: .7
    }
    80% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: .7
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInRight {
    -webkit-animation-name: backInRight;
    animation-name: backInRight
}

@-webkit-keyframes backInUp {
    0% {
        -webkit-transform: translateY(1200px) scale(0.7);
        transform: translateY(1200px) scale(0.7);
        opacity: .7
    }
    80% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: .7
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInUp {
    0% {
        -webkit-transform: translateY(1200px) scale(0.7);
        transform: translateY(1200px) scale(0.7);
        opacity: .7
    }
    80% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: .7
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInUp {
    -webkit-animation-name: backInUp;
    animation-name: backInUp
}

@-webkit-keyframes backOutDown {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    20% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: .7
    }
    to {
        -webkit-transform: translateY(700px) scale(0.7);
        transform: translateY(700px) scale(0.7);
        opacity: .7
    }
}

@keyframes backOutDown {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    20% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: .7
    }
    to {
        -webkit-transform: translateY(700px) scale(0.7);
        transform: translateY(700px) scale(0.7);
        opacity: .7
    }
}

.animate__backOutDown {
    -webkit-animation-name: backOutDown;
    animation-name: backOutDown
}

@-webkit-keyframes backOutLeft {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    20% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: .7
    }
    to {
        -webkit-transform: translateX(-2000px) scale(0.7);
        transform: translateX(-2000px) scale(0.7);
        opacity: .7
    }
}

@keyframes backOutLeft {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    20% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: .7
    }
    to {
        -webkit-transform: translateX(-2000px) scale(0.7);
        transform: translateX(-2000px) scale(0.7);
        opacity: .7
    }
}

.animate__backOutLeft {
    -webkit-animation-name: backOutLeft;
    animation-name: backOutLeft
}

@-webkit-keyframes backOutRight {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    20% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: .7
    }
    to {
        -webkit-transform: translateX(2000px) scale(0.7);
        transform: translateX(2000px) scale(0.7);
        opacity: .7
    }
}

@keyframes backOutRight {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    20% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: .7
    }
    to {
        -webkit-transform: translateX(2000px) scale(0.7);
        transform: translateX(2000px) scale(0.7);
        opacity: .7
    }
}

.animate__backOutRight {
    -webkit-animation-name: backOutRight;
    animation-name: backOutRight
}

@-webkit-keyframes backOutUp {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    20% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: .7
    }
    to {
        -webkit-transform: translateY(-700px) scale(0.7);
        transform: translateY(-700px) scale(0.7);
        opacity: .7
    }
}

@keyframes backOutUp {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    20% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: .7
    }
    to {
        -webkit-transform: translateY(-700px) scale(0.7);
        transform: translateY(-700px) scale(0.7);
        opacity: .7
    }
}

.animate__backOutUp {
    -webkit-animation-name: backOutUp;
    animation-name: backOutUp
}

@-webkit-keyframes bounceIn {
    0%, 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: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    0%, 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: scaleX(1);
        transform: scaleX(1)
    }
}

.animate__bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration) * .75);
    animation-duration: calc(var(--animate-duration) * .75);
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0%, 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) scaleY(3);
        transform: translate3d(0, -3000px, 0) scaleY(3)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
        transform: translate3d(0, 25px, 0) scaleY(0.9)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
        transform: translate3d(0, -10px, 0) scaleY(0.95)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
        transform: translate3d(0, 5px, 0) scaleY(0.985)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInDown {
    0%, 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) scaleY(3);
        transform: translate3d(0, -3000px, 0) scaleY(3)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
        transform: translate3d(0, 25px, 0) scaleY(0.9)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
        transform: translate3d(0, -10px, 0) scaleY(0.95)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
        transform: translate3d(0, 5px, 0) scaleY(0.985)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%, 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) scaleX(3);
        transform: translate3d(-3000px, 0, 0) scaleX(3)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
        transform: translate3d(25px, 0, 0) scaleX(1)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
        transform: translate3d(-10px, 0, 0) scaleX(0.98)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
        transform: translate3d(5px, 0, 0) scaleX(0.995)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInLeft {
    0%, 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) scaleX(3);
        transform: translate3d(-3000px, 0, 0) scaleX(3)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
        transform: translate3d(25px, 0, 0) scaleX(1)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
        transform: translate3d(-10px, 0, 0) scaleX(0.98)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
        transform: translate3d(5px, 0, 0) scaleX(0.995)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%, 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) scaleX(3);
        transform: translate3d(3000px, 0, 0) scaleX(3)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
        transform: translate3d(-25px, 0, 0) scaleX(1)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
        transform: translate3d(10px, 0, 0) scaleX(0.98)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
        transform: translate3d(-5px, 0, 0) scaleX(0.995)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInRight {
    0%, 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) scaleX(3);
        transform: translate3d(3000px, 0, 0) scaleX(3)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
        transform: translate3d(-25px, 0, 0) scaleX(1)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
        transform: translate3d(10px, 0, 0) scaleX(0.98)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
        transform: translate3d(-5px, 0, 0) scaleX(0.995)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%, 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) scaleY(5);
        transform: translate3d(0, 3000px, 0) scaleY(5)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
        transform: translate3d(0, -20px, 0) scaleY(0.9)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
        transform: translate3d(0, 10px, 0) scaleY(0.95)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
        transform: translate3d(0, -5px, 0) scaleY(0.985)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {
    0%, 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) scaleY(5);
        transform: translate3d(0, 3000px, 0) scaleY(5)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
        transform: translate3d(0, -20px, 0) scaleY(0.9)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
        transform: translate3d(0, 10px, 0) scaleY(0.95)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
        transform: translate3d(0, -5px, 0) scaleY(0.985)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__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)
    }
}

.animate__bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration) * .75);
    animation-duration: calc(var(--animate-duration) * .75);
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
        transform: translate3d(0, 10px, 0) scaleY(0.985)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
        transform: translate3d(0, -20px, 0) scaleY(0.9)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
        transform: translate3d(0, 2000px, 0) scaleY(3)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
        transform: translate3d(0, 10px, 0) scaleY(0.985)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
        transform: translate3d(0, -20px, 0) scaleY(0.9)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
        transform: translate3d(0, 2000px, 0) scaleY(3)
    }
}

.animate__bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
        transform: translate3d(20px, 0, 0) scaleX(0.9)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
        transform: translate3d(-2000px, 0, 0) scaleX(2)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
        transform: translate3d(20px, 0, 0) scaleX(0.9)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
        transform: translate3d(-2000px, 0, 0) scaleX(2)
    }
}

.animate__bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
        transform: translate3d(-20px, 0, 0) scaleX(0.9)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
        transform: translate3d(2000px, 0, 0) scaleX(2)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
        transform: translate3d(-20px, 0, 0) scaleX(0.9)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
        transform: translate3d(2000px, 0, 0) scaleX(2)
    }
}

.animate__bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
        transform: translate3d(0, -10px, 0) scaleY(0.985)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
        transform: translate3d(0, 20px, 0) scaleY(0.9)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
        transform: translate3d(0, -2000px, 0) scaleY(3)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
        transform: translate3d(0, -10px, 0) scaleY(0.985)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
        transform: translate3d(0, 20px, 0) scaleY(0.9)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
        transform: translate3d(0, -2000px, 0) scaleY(3)
    }
}

.animate__bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.animate__fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeInTopLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInTopLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInTopLeft {
    -webkit-animation-name: fadeInTopLeft;
    animation-name: fadeInTopLeft
}

@-webkit-keyframes fadeInTopRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInTopRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInTopRight {
    -webkit-animation-name: fadeInTopRight;
    animation-name: fadeInTopRight
}

@-webkit-keyframes fadeInBottomLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInBottomLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInBottomLeft {
    -webkit-animation-name: fadeInBottomLeft;
    animation-name: fadeInBottomLeft
}

@-webkit-keyframes fadeInBottomRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInBottomRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInBottomRight {
    -webkit-animation-name: fadeInBottomRight;
    animation-name: fadeInBottomRight
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.animate__fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.animate__fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.animate__fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.animate__fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.animate__fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.animate__fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.animate__fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.animate__fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.animate__fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes fadeOutTopLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }
}

@keyframes fadeOutTopLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }
}

.animate__fadeOutTopLeft {
    -webkit-animation-name: fadeOutTopLeft;
    animation-name: fadeOutTopLeft
}

@-webkit-keyframes fadeOutTopRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }
}

@keyframes fadeOutTopRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }
}

.animate__fadeOutTopRight {
    -webkit-animation-name: fadeOutTopRight;
    animation-name: fadeOutTopRight
}

@-webkit-keyframes fadeOutBottomRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }
}

@keyframes fadeOutBottomRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }
}

.animate__fadeOutBottomRight {
    -webkit-animation-name: fadeOutBottomRight;
    animation-name: fadeOutBottomRight
}

@-webkit-keyframes fadeOutBottomLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }
}

@keyframes fadeOutBottomLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }
}

.animate__fadeOutBottomLeft {
    -webkit-animation-name: fadeOutBottomLeft;
    animation-name: fadeOutBottomLeft
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animate__animated.animate__flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.animate__flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.animate__flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.animate__flipOutX {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration) * .75);
    animation-duration: calc(var(--animate-duration) * .75);
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.animate__flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration) * .75);
    animation-duration: calc(var(--animate-duration) * .75);
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes lightSpeedInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__lightSpeedInRight {
    -webkit-animation-name: lightSpeedInRight;
    animation-name: lightSpeedInRight;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
        transform: translate3d(-100%, 0, 0) skewX(30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes lightSpeedInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
        transform: translate3d(-100%, 0, 0) skewX(30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__lightSpeedInLeft {
    -webkit-animation-name: lightSpeedInLeft;
    animation-name: lightSpeedInLeft;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOutRight {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOutRight {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.animate__lightSpeedOutRight {
    -webkit-animation-name: lightSpeedOutRight;
    animation-name: lightSpeedOutRight;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes lightSpeedOutLeft {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
        transform: translate3d(-100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOutLeft {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
        transform: translate3d(-100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
}

.animate__lightSpeedOutLeft {
    -webkit-animation-name: lightSpeedOutLeft;
    animation-name: lightSpeedOutLeft;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes rotateOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.animate__rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

.animate__rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.animate__rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.animate__rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.animate__rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%, 80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -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-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%, 80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -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
    }
}

.animate__hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: calc(var(--animate-duration) * 2);
    animation-duration: calc(var(--animate-duration) * 2);
    -webkit-animation-name: hinge;
    animation-name: hinge;
    -webkit-transform-origin: top left;
    transform-origin: top left
}

@-webkit-keyframes jackInTheBox {
    0% {
        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 {
    0% {
        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)
    }
}

.animate__jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.animate__rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    50% {
        opacity: 1
    }
}

.animate__zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.animate__zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.animate__zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.animate__zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.animate__zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        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 {
    0% {
        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
    }
}

.animate__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-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-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.animate__zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-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)
    }
}

@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)
    }
}

.animate__zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
    -webkit-transform-origin: left center;
    transform-origin: left center
}

@-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)
    }
}

@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)
    }
}

.animate__zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
    -webkit-transform-origin: right center;
    transform-origin: right center
}

@-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-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-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.animate__zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.animate__slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.animate__slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.animate__slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.animate__slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes float-bob-x {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }
    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }
}

.mariox__plan {
    padding: 140px 0;
    padding-bottom: 0
}

@media (max-width: 768px) {
    .mariox__plan {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

.mariox__plan.innerplan {
    padding-bottom: 120px
}

@media (max-width: 768px) {
    .mariox__plan.innerplan {
        padding-bottom: 70px
    }
}

.mariox__plan-wrapper {
    text-align: center;
    margin-bottom: 70px;
    position: relative
}

@media (max-width: 768px) {
    .mariox__plan-wrapper {
        margin-bottom: 20px
    }
}

.mariox__plan-sh1 {
    position: absolute;
    left: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    transition: .3s;
    left: 0;
    top: 190px
}

.mariox__plan-sh2 {
    position: absolute;
    right: 40px;
    top: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    transition: .3s
}

.mariox__plan-item {
    position: relative;
    z-index: 1;
    background-color: var(--white);
    border: 1px solid #000;
    border-radius: 20px;
    padding: 50px;
    padding-top: 40px;
    transition: .3s;
    max-width: 335px;
    margin-bottom: 30px
}

.mariox__plan-item:hover .mariox__plan-category {
    color: var(--white)
}

.mariox__plan-item:hover .mariox__plan-title {
    color: var(--white)
}

.mariox__plan-item:hover .mariox__plan-dis {
    color: var(--white)
}

.mariox__plan-item:hover .plan-btn {
    color: var(--white);
    background: var(--theme-2);
    border-radius: 15px;
    border: 1px solid transparent
}

.mariox__plan-item:hover::before {
    background-color: var(--black-1)
}

.mariox__plan-item:hover::after {
    background: var(--theme-2)
}

.mariox__plan-item:hover .mariox__plan-sh1 {
    opacity: 1;
    visibility: visible;
    filter: brightness(100)
}

@media (max-width: 576px) {
    .mariox__plan-item:hover .mariox__plan-sh1 {
        opacity: 0;
        visibility: hidden
    }
}

.mariox__plan-item:hover .mariox__plan-sh2 {
    opacity: 1;
    visibility: visible;
    filter: brightness(100)
}

@media (max-width: 576px) {
    .mariox__plan-item:hover .mariox__plan-sh2 {
        opacity: 0;
        visibility: hidden
    }
}

@media (max-width: 1200px) {
    .mariox__plan-item {
        padding: 30px
    }
}

@media (max-width: 768px) {
    .mariox__plan-item {
        margin-bottom: 20px
    }
}

.mariox__plan-item::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background-color: var(--white);
    height: 100%;
    width: 100%;
    z-index: 2;
    border-radius: 20px
}

.mariox__plan-item::after {
    position: absolute;
    content: "";
    right: -16px;
    bottom: -10px;
    background-color: var(--black-1);
    height: 100%;
    width: 100%;
    z-index: -1;
    border-radius: 20px;
    transition: .3s
}

.mariox__plan-body {
    padding: 40px 0 20px 0;
    position: relative;
    z-index: 9
}

@media (max-width: 576px) {
    .mariox__plan-body {
        padding: 0 0 20px 0
    }
}

.mariox__plan-head {
    position: relative;
    z-index: 9
}

.mariox__plan-footer {
    position: relative;
    z-index: 9
}

.mariox__plan-category {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    color: var(--black-1);
    display: inline-block;
    margin-bottom: 30px
}

.mariox__plan-title {
    font-weight: 700;
    font-size: 64px;
    line-height: .5;
    color: var(--black-1)
}

@media (max-width: 576px) {
    .mariox__plan-title {
        font-size: 45px
    }
}

.mariox__plan-title span {
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
    display: inline-block;
    transform: translateX(-10px)
}

.mariox__plan-dis {
    font-weight: 400;
    font-size: 16px;
    line-height: 31px;
    color: var(--black-3);
    margin-bottom: 10px
}

#green {
    height: 900px;
    width: 600px;
    background: green
}

#blue {
    height: 900px;
    width: 600px;
    background: blue
}

#red {
    height: 900px;
    width: 600px;
    background: red
}

.items {
    overscroll-behavior: none;
    width: 300%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap
}

@media (max-width: 991px) {
    .items {
        width: 100%
    }
}

.item {
    width: 100%;
    margin-right: 30px
}

@media (max-width: 991px) {
    .item {
        margin-right: 0
    }
}

@media (max-width: 991px) {
    .item:nth-child(2) {
        display: none
    }
}

@media (max-width: 991px) {
    .item:nth-child(3) {
        display: none
    }
}

#loading {
    background: linear-gradient(90deg, #b16cea 0, #ff5e69 45.83%, #ffa84b 100%);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999999;
    margin-top: 0;
    top: 0
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    margin-left: -25px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: loading-center-absolute 1.5s infinite;
    animation: loading-center-absolute 1.5s infinite
}

.object {
    width: 25px;
    height: 25px;
    background-color: #FFF;
    float: left
}

#object_one {
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite
}

#object_two {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite
}

#object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite
}

#object_four {
    -webkit-animation: object_four 1.5s infinite;
    animation: object_four 1.5s infinite
}

@-webkit-keyframes loading-center-absolute {
    100% {
        -webkit-transform: rotate(-45deg)
    }
}

@keyframes loading-center-absolute {
    100% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }
}

@-webkit-keyframes object_one {
    25% {
        -webkit-transform: translate(0, -50px) rotate(-180deg)
    }
    100% {
        -webkit-transform: translate(0, 0) rotate(-180deg)
    }
}

@keyframes object_one {
    25% {
        transform: translate(0, -50px) rotate(-180deg);
        -webkit-transform: translate(0, -50px) rotate(-180deg)
    }
    100% {
        transform: translate(0, 0) rotate(-180deg);
        -webkit-transform: translate(0, 0) rotate(-180deg)
    }
}

@-webkit-keyframes object_two {
    25% {
        -webkit-transform: translate(50px, 0) rotate(-180deg)
    }
    100% {
        -webkit-transform: translate(0, 0) rotate(-180deg)
    }
}

@keyframes object_two {
    25% {
        transform: translate(50px, 0) rotate(-180deg);
        -webkit-transform: translate(50px, 0) rotate(-180deg)
    }
    100% {
        transform: translate(0, 0) rotate(-180deg);
        -webkit-transform: translate(0, 0) rotate(-180deg)
    }
}

@-webkit-keyframes object_three {
    25% {
        -webkit-transform: translate(-50px, 0) rotate(-180deg)
    }
    100% {
        -webkit-transform: translate(0, 0) rotate(-180deg)
    }
}

@keyframes object_three {
    25% {
        transform: translate(-50px, 0) rotate(-180deg);
        -webkit-transform: translate(-50px, 0) rotate(-180deg)
    }
    100% {
        transform: translate(0, 0) rotate(-180deg);
        -webkit-transform: rtranslate(0, 0) rotate(-180deg)
    }
}

@-webkit-keyframes object_four {
    25% {
        -webkit-transform: translate(0, 50px) rotate(-180deg)
    }
    100% {
        -webkit-transform: translate(0, 0) rotate(-180deg)
    }
}

@keyframes object_four {
    25% {
        transform: translate(0, 50px) rotate(-180deg);
        -webkit-transform: translate(0, 50px) rotate(-180deg)
    }
    100% {
        transform: translate(0, 0) rotate(-180deg);
        -webkit-transform: translate(0, 0) rotate(-180deg)
    }
}

.mariox__learn {
    padding: 115px 0;
    overflow: hidden
}

@media (max-width: 768px) {
    .mariox__learn {
        padding: 80px 0
    }
}

.mariox__learn-left {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 65px;
    padding-bottom: 0;
    overflow: hidden;
    height: 570px;
    position: relative
}

@media (max-width: 1200px) {
    .mariox__learn-left {
        height: unset
    }
}

@media (max-width: 768px) {
    .mariox__learn-left {
        padding: 15px
    }
}

.mariox__learn-right {
    background-color: var(--theme-3);
    padding: 65px;
    border-radius: 20px;
    position: relative;
    min-height: 560px;
    position: relative
}

@media (max-width: 768px) {
    .mariox__learn-right {
        min-height: unset
    }
}

@media (max-width: 768px) {
    .mariox__learn-right img {
        width: 150px
    }
}

@media (max-width: 768px) {
    .mariox__learn-right {
        padding: 30px;
        margin-top: 15px
    }
}

.mariox__learn-l1 {
    margin-top: 40px;
    max-width: 210px
}

.mariox__learn-l3 {
    margin-top: 40px;
    max-width: 210px;
    position: absolute;
    right: 0
}

@media (max-width: 768px) {
    .mariox__learn-l3 {
        display: none
    }
}

.mariox__learn-shapecicle {
    width: 474px;
    height: 474px;
    background: rgba(255, 255, 255, 0.1);
    display: block;
    border-radius: 50%;
    position: absolute;
    bottom: -66px;
    right: -85px
}

.mariox__learn-l2 {
    animation: pulse 3s infinite;
    margin-top: -120px;
    margin-left: 55px;
    max-width: 280px
}

@media (max-width: 1200px) {
    .mariox__learn-l2 {
        margin-top: 0;
        margin-left: 0
    }
}

@media (max-width: 768px) {
    .mariox__learn-l2 {
        position: absolute;
        width: 150px
    }
}

.mariox__learn-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.5;
    color: var(--black-1);
    margin-bottom: 20px
}

@media (max-width: 1200px) {
    .mariox__learn-title {
        font-size: 38px;
        line-height: 1.2
    }
}

@media (max-width: 768px) {
    .mariox__learn-title {
        font-size: 30px;
        line-height: 1.2
    }
}

.mariox__learn-title2 {
    font-weight: 700;
    font-size: 128px;
    line-height: 72px;
    color: var(--white);
    margin-bottom: 45px
}

@media (max-width: 1200px) {
    .mariox__learn-title2 {
        font-size: 100px;
        line-height: .8;
        margin-bottom: 20px
    }
}

@media (max-width: 768px) {
    .mariox__learn-title2 {
        font-size: 50px
    }
}

.mariox__learn-dis {
    font-weight: 600;
    font-size: 24px;
    line-height: 2;
    color: var(--white)
}

@media (max-width: 768px) {
    .mariox__learn-dis {
        line-height: 1.2;
        font-size: 20px
    }
}

.mariox__learn-wrapimg {
    padding-left: 57px
}

@media (max-width: 768px) {
    .mariox__learn-wrapimg {
        max-width: 150px
    }
}

.mariox__learn-shape4 {
    position: absolute;
    right: 30px;
    bottom: 0;
    animation: float-bob-y 2s infinite
}

@media (max-width: 768px) {
    .mariox__learn-shape4 {
        max-width: 150px
    }
}

.link-with-arrow {
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: var(--theme-3);
    font-weight: 700;
    font-family: "Inter", sans-serif
}

.link-with-arrow i {
    display: inline-block;
    padding-left: 20px
}

.marioxxx__why {
    padding: 140px 0;
    position: relative
}

@media (max-width: 768px) {
    .marioxxx__why {
        padding: 50px 0
    }
}

.marioxxx__why-step {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 15%
}

@media (max-width: 768px) {
    .marioxxx__why-step {
        display: none
    }
}

.marioxxx__why-left.lefttwo {
    padding-top: 140px
}

@media (max-width: 768px) {
    .marioxxx__why-left.lefttwo {
        padding-top: 0
    }
}

.marioxxx__why-right {
    position: relative;
    z-index: 8
}

.marioxxx__why-graytext {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 96px;
    line-height: 72px;
    color: rgba(0, 0, 0, 0.1);
    display: inline-block;
    position: relative
}

.marioxxx__why-graytext::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 20px;
    width: 100%;
    background-color: var(--white)
}

@media (max-width: 576px) {
    .marioxxx__why-graytext {
        font-size: 50px
    }
}

.marioxxx__why-title {
    font-weight: 700;
    font-size: 60px;
    line-height: 1.2;
    color: var(--black-1)
}

@media (max-width: 576px) {
    .marioxxx__why-title {
        font-size: 30px
    }
}

.marioxxx__why-dis {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.8;
    color: var(--black-3);
    padding-top: 30px;
    padding-bottom: 30px
}

@media (max-width: 768px) {
    .marioxxx__why-dis {
        padding-top: 7px;
        font-size: 16px;
        margin-bottom: 0
    }
}

.marioxxx__why-list li {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #1C1D1F;
    margin-bottom: 15px
}

.marioxxx__why-list li i {
    padding-right: 10px;
    color: #AE347A;
    font-size: 18px;
    font-weight: 700;
    display: inline-block
}

.marioxxx__why-bottom {
    padding-top: 220px
}

@media (max-width: 768px) {
    .marioxxx__why-bottom {
        padding-top: 50px
    }
}

@media (max-width: 768px) {
    .marioxxx__why-bottom .row {
        flex-direction: column-reverse
    }
}

.marioxx__blog {
    padding: 140px 0
}

@media (max-width: 768px) {
    .marioxx__blog {
        padding: 50px 0
    }
}

.marioxx__blog-item.blog-xl {
    margin-bottom: 80px
}

.marioxx__blog-item.blog-xl:last-child {
    margin-bottom: 0
}

@media (max-width: 768px) {
    .marioxx__blog-item {
        margin-bottom: 50px
    }
}

.marioxx__blog-thumb {
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden
}

@media (max-width: 768px) {
    .marioxx__blog-thumb {
        margin-bottom: 20px
    }
}

.marioxx__blog-thumb img {
    border-radius: 10px;
    transition: .3s
}

.marioxx__blog-thumb img:hover {
    transform: scale(1.1)
}

.marioxx__blog-meta {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 25px
}

@media (max-width: 768px) {
    .marioxx__blog-meta {
        margin-bottom: 10px
    }
}

.marioxx__blog-meta p {
    font-weight: 400;
    font-size: 14px;
    line-height: 43px;
    color: #5E687C;
    margin-bottom: 0
}

.marioxx__blog-meta p span {
    padding-left: 28px;
    position: relative
}

.marioxx__blog-meta p span::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background-color: #D9D9D9;
    border-radius: 50px;
    top: 50%;
    left: 10px;
    transform: translateY(-50%)
}

.marioxx__blog-discription {
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    color: #3C434A
}

.marioxx__blog-blogtitle {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: var(--black-1);
    display: block;
    padding-bottom: 15px;
    transition: .3s;
    position: relative;
    display: inline-block;
    text-decoration: underline
}

.marioxx__blog-blogtitle:hover {
    color: var(--secondary)
}

.marioxx__blog-blogtitle:hover::before {
    width: 0
}

@media (max-width: 768px) {
    .marioxx__blog-blogtitle {
        font-size: 20px
    }
}

.marioxx__blog-readmore {
    font-weight: 700;
    font-size: 12px;
    line-height: 1.5;
    color: #4F4BCB
}

.marioxx__blog-readmore i {
    padding-left: 5px
}

.marioxx__blog-learnmore {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #1B1C1E;
    transition: .3s
}

.marioxx__blog-learnmore:hover {
    color: var(--secondary)
}

.mariox__article {
    padding: 115px 0
}

@media (max-width: 768px) {
    .mariox__article {
        padding-bottom: 50px
    }
}

.mariox__article-searchitem form {
    position: relative
}

.mariox__article-searchitem form input {
    border: 1px solid #DCDCDC;
    height: 45px;
    border-radius: 50px;
    width: 100%;
    padding: 0 28px;
    transition: .3s
}

.mariox__article-searchitem form input:focus {
    border: 1px solid var(--secondary)
}

.mariox__article-searchicon {
    position: absolute;
    right: 10px;
    background-color: transparent;
    border: 0;
    top: 50%;
    transform: translateY(-50%)
}

.mariox__article-searchicon:focus {
    outline: 0
}

.mariox__article-sidebar {
    max-width: 250px;
    margin-left: auto
}

@media (max-width: 1200px) {
    .mariox__article-sidebar {
        max-width: 300px
    }
}

@media (max-width: 768px) {
    .mariox__article-sidebar {
        margin-left: unset;
        padding-top: 0
    }
}

.mariox__article-litem {
    display: grid;
    grid-template-columns:.5fr 1fr;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #DCDCDC;
    margin-bottom: 20px
}

.mariox__article-lthumb {
    overflow: hidden
}

.mariox__article-lthumb img {
    transition: .3s
}

.mariox__article-lthumb img:hover {
    transform: scale(1.1)
}

.mariox__article-asidetitle {
    font-weight: 700;
    font-size: 20px;
    color: #0D0E10;
    margin-bottom: 30px;
    margin-top: 30px
}

.mariox__article-detailtitle {
    font-size: 16px;
    font-weight: 700;
    color: #000
}

.mariox__article-lcontent p {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    color: #0D0E10;
    margin-bottom: 0;
    transition: .3s
}

.mariox__article-lcontent p:hover {
    color: var(--secondary)
}

.mariox__article-lcontent span {
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    color: #5E687C
}

.mariox__article-catlist {
    margin: 0;
    padding: 0
}

.mariox__article-catlist li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #DCDCDC
}

.mariox__article-catlist li:first-child {
    padding-top: 0
}

.mariox__article-catlist li span:first-child {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #0D0E10
}

.mariox__article-catlist li span:last-child {
    font-weight: 400;
    font-size: 14px;
    text-align: right;
    text-transform: uppercase;
    color: #AFB2B8
}

.mariox__article-taglist li {
    display: inline-block;
    background-color: #F6F6F6;
    padding: 5px 20px;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px
}

.mariox__article-taglist li a {
    font-weight: 400;
    font-size: 12px;
    color: #000
}

.mariox__article-taglist li a:hover {
    color: var(--secondary)
}

.mariox__article-quoteicon {
    position: absolute;
    left: 20px
}

@media (max-width: 768px) {
    .mariox__article-quoteicon {
        left: 4px
    }
}

.mariox__article-quote {
    background-color: var(--theme-1);
    padding: 40px;
    position: relative;
    margin-bottom: 40px;
    margin-top: 60px
}

@media (max-width: 768px) {
    .mariox__article-quote {
        padding: 18px;
        padding-left: 0
    }
}

.mariox__article-quote::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    left: 0;
    height: 100%;
    width: 2px;
    background-color: #000
}

.mariox__article-quote p {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    padding-left: 40px
}

.mariox__article-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    border-top: 1px solid #DCDCDC;
    margin-top: 65px;
    margin-bottom: 65px
}

@media (max-width: 768px) {
    .mariox__article-bottom {
        margin-top: 50px;
        margin-bottom: 50px;
        flex-wrap: wrap
    }
}

.mariox__article-bcat li {
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    font-weight: 400;
    font-size: 13px;
    line-height: 28px;
    color: #000;
    padding: 5px 20px;
    display: inline-block;
    margin-right: 10px
}

.mariox__article-social li {
    display: inline-block;
    margin-right: 10px
}

.mariox__article-social li:last-child {
    margin-right: 0
}

.mariox__article-social li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: var(--white);
    background: #000;
    display: block;
    height: 38px;
    width: 38px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center
}

.mariox__article-social li a:hover {
    background: var(--theme-1);
    color: var(--black-1)
}

@media (max-width: 768px) {
    .mariox__article-bright {
        padding-top: 20px
    }
}

.mariox__contactp {
    padding: 130px 0
}

@media (max-width: 768px) {
    .mariox__contactp {
        padding: 50px 0
    }
}

.mariox__contactp-left {
    max-width: 316px
}

.mariox__contactp-item {
    display: grid;
    grid-template-columns:.5fr 1fr;
    margin-bottom: 50px
}

@media (max-width: 768px) {
    .mariox__contactp-item {
        grid-template-columns:auto;
        margin-bottom: 15px
    }
}

.mariox__contactp-item i {
    font-size: 40px
}

.mariox__contactp-item h4 {
    font-weight: 700;
    font-size: 20px;
    color: #0D0E10
}

@media (max-width: 768px) {
    .mariox__contactp-item h4 {
        padding-top: 10px
    }
}

.mariox__contactp-item p {
    font-weight: 400;
    font-size: 16px;
    color: #5E687C
}

.mariox__contactp-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 1;
    color: var(--black-1)
}

@media (max-width: 576px) {
    .mariox__contactp-title {
        font-size: 30px
    }
}

.mariox__contactp form {
    padding-top: 60px
}

@media (max-width: 768px) {
    .mariox__contactp form {
        padding-top: 30px
    }
}

@media (max-width: 768px) {
    .mariox__contactp-inputfield {
        margin-bottom: 30px
    }
}

.mariox__contactp-inputfield input {
    background: #F6F6F6;
    border-radius: 5px;
    height: 55px;
    width: 100%;
    padding: 0 20px;
    border: 0;
    transition: .3s
}

.mariox__contactp-inputfield input::placeholder {
    color: #AFB2B8
}

.mariox__contactp-inputfield input:focus {
    border: 1px solid var(--secondary)
}

.mariox__contactp-inputfield textarea {
    background: #F6F6F6;
    border-radius: 5px;
    height: 152px;
    width: 100%;
    margin-top: 35px;
    border: 0;
    padding: 15px;
    transition: .3s
}

@media (max-width: 768px) {
    .mariox__contactp-inputfield textarea {
        margin-top: 0
    }
}

.mariox__contactp-inputfield textarea::placeholder {
    color: #AFB2B8
}

.mariox__contactp-inputfield textarea:focus {
    border: 1px solid var(--secondary)
}

.mariox__contactp-btnwrapper {
    padding-top: 30px
}

@media (max-width: 576px) {
    .mariox__contactp-btnwrapper {
        padding-top: 0
    }
}

.mariox__map {
    margin-bottom: 150px
}

@media (max-width: 768px) {
    .mariox__map {
        margin-bottom: 50px
    }
}

.mariox__footer {
    padding: 90px 0
}

@media (max-width: 768px) {
    .mariox__footer {
        padding-bottom: 0;
        padding-top: 50px
    }
}

.mariox__footer-item img {
    padding-bottom: 20px
}

.mariox__footer-item h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 2;
    color: #1C1D1F
}

.mariox__footer-item p {
    color: #C4C4C4;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #C4C4C4
}

.mariox__footer-item {
    position: relative
}

@media (max-width: 768px) {
    .mariox__footer-list {
        padding-bottom: 15px
    }
}

.mariox__footer-list li a {
    font-weight: 400;
    font-size: 15px;
    line-height: 42px;
    color: #1C1D1F
}

.mariox__footer-list li a:hover {
    color: var(--secondary)
}

.marioxx__footer {
    background-color: #12111A;
    padding: 100px 0
}

@media (max-width: 768px) {
    .marioxx__footer {
        padding: 50px 0
    }
}

.marioxx__footer-item h4 {
    color: var(--white)
}

.marioxx__footer-list li a {
    color: rgba(255, 255, 255, 0.4)
}

@media (max-width: 768px) {
    .marioxx__footer-about {
        margin-bottom: 40px
    }
}

/*：源码下载链接: https://www.17sucai.com*/