body {
    font-family: 'Quicksand', sans-serif!important;
    background: #fff;
    color: var(--default-color);
    font-size: 14px;
    overflow-x: hidden
}

::selection {
    color: #fff;
    background: var(--theme-color)
}

button,
input,
select,
textarea {
    outline: 0;
    transition: var(--koi-transition)
}

img {
    max-width: 100%;
    height: auto;
    transition: var(--koi-transition)
}

img.aligncenter {
    display: block;
    margin: 0 auto
}

a {
    color: var(--text-color-1);
    transition: var(--koi-transition)
}

a:hover {
    color: var(--theme-color)!important;
    text-decoration: none!important;
}

a:hover .koi-img,
a:focus .koi-img {
    opacity: .85
}

a:focus {
    text-decoration: none
}

.height-100vh {
    min-height: 100vh
}

.ws-nw {
    white-space: nowrap
}

.g1 {
    background: linear-gradient(90deg, #69b7eb, #b3dbd3, #f4d6db)
}

.g2 {
    background: linear-gradient(90deg, #ffc5ca, #cfecd0)
}

.g3 {
    background: linear-gradient(90deg, #f598a8, #f6edb2)
}

.g4 {
    background: linear-gradient(90deg, #ee5c87, #f1a4b5, #d587b3)
}

.g5 {
    background: linear-gradient(90deg, #b9deed, #efefef)
}

.g6 {
    background: linear-gradient(90deg, #aea4e3, #d3ffe8)
}

.g7 {
    background: linear-gradient(90deg, #faf0cd, #fab397)
}

.g8 {
    background: linear-gradient(90deg, #9ec0db, #a0cea7, #cfecd0)
}

.green,
.text-success {
    color: #198754
}

.m-l-15 {
    margin-left: 15px
}

.m-l-10 {
    margin-left: 10px
}

.m-l-5 {
    margin-left: 5px
}

.m-l-3 {
    margin-left: 3px
}

.m-r-10 {
    margin-right: 10px
}

.m-r-15 {
    margin-right: 15px
}

.m-t-15 {
    margin-top: 15px
}

.m-t-30 {
    margin-top: 30px
}

.m-b-0 {
    margin-bottom: 0
}

.m-b-5 {
    margin-bottom: 5px
}

.m-b-15 {
    margin-bottom: 15px
}

.m-b-30 {
    margin-bottom: 30px
}

.m-b-60 {
    margin-bottom: 60px
}

.m-t-20 {
    margin-top: 20px
}

.m-r-2 {
    margin-right: 2px
}

.m-r-3 {
    margin-right: 3px
}

.m-r-5 {
    margin-right: 5px
}

.p-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.p-l-15 {
    padding-left: 15px
}

.p-b-15 {
    padding-bottom: 15px !important
}

.p-b-0 {
    padding-bottom: 0 !important
}

.m-t-0 {
    margin-top: 0
}

.m-t-m-5 {
    margin-top: -5px
}

.m-t-m-10 {
    margin-top: -10px
}

.height-51 {
    height: 51px;
    line-height: 51px
}

.position-relative {
    position: relative
}

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

.z-index-999 {
    z-index: 999
}

.border-btn,
.koi-btn {
    padding: 10px 15px;
    border-radius: 20px;
    outline: none;
    border: none;
    transition: var(--koi-transition);
    line-height: 1;
    color: #fff
}

.border-btn {
    border: 2px solid var(--theme-color)
}

.koi-btn {
    border: 2px solid var(--theme-color);
    background: var(--theme-color)
}

.border-btn:hover,
.koi-btn:hover {
    color: #fff;
    text-decoration: none;
    border-color: var(--blur-1-color);
    background: var(--blur-1-color)
}

.header-container {
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    z-index: 999;
    min-height: 60px
}

.ribbon-bar {
    height: 3px;
    background: var(--koi-gradient);
}

h1.logo {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -9999px;
    margin: 0;
    margin-right: 15px;
    float: left;
    width: 90px;
    height: auto;
    margin-top: 6px !important
}

@media(max-width:420px) {
    h1.logo {
        width: 135px;
        height: 50px
    }
}

@media(max-width:387px) {
    h1.logo {
        width: 120px;
        height: 50px
    }
}

.navbar {
    margin-bottom: 0;
    border-radius: 0
}

.navbar-inverse {
    background: var(--black-color-1);
    box-shadow: rgb(50 50 93/15%) 0 2px 5px -1px, rgb(0 0 0/20%) 0 1px 3px -1px;
    border: none
}

.container .navbar-header {
    float: none;
    margin-left: 0;
    margin-right: 0
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0
}

.navbar-inverse .navbar-form {
    margin-top: 9px
}

.navbar-right {
    margin-right: 0
}

#wpadminbar {
    z-index: 999
}

.navbar-nav {
    margin: 0
}

.bg-list a,
.bg-list .comic-block .comic-block-title {
    color: #fff;
    opacity: .8;
    text-transform: capitalize
}

.navbar-inverse .navbar-nav li a,
nav.sub-nav ul li a {
    color: #fff;
    opacity: .8
}

nav.sub-nav.single-nav ul li a {
    text-transform: capitalize
}

.navbar-inverse .navbar-nav li a:hover,
.navbar-inverse .navbar-nav li a:focus,
nav.sub-nav ul li a:hover,
nav.sub-nav ul li a:focus,
nav.sub-nav ul li.current-menu-item a,
.bg-list a:hover,
.bg-list a:focus,
.bg-list .comic-block .comic-block-img:hover .comic-block-title {
    opacity: 1;
    text-decoration: none
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav li a {
    text-shadow: none
}

.navbar-inverse .navbar-nav .active a:not(.noti-a),
.navbar-inverse .navbar-nav .current-menu-item a:not(.noti-a) {
    color: #fff;
    opacity: 1;
    box-shadow: none
}

.navbar-inverse .navbar-nav li a:hover,
.navbar-inverse .navbar-nav li a:focus,
nav.sub-nav ul li a:hover,
nav.sub-nav ul li a:focus,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    text-decoration: none
}

@media(min-width:768px) {
    .navbar-inverse .navbar-nav .active a span:not(.glyphicon):not(.badge):not(.noti-a),
    .navbar-inverse .navbar-nav .current-menu-item a span:not(.glyphicon):not(.badge):not(.noti-a) {
        display: inline-block
    }
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background: 0 0
}

.search-wrapper {
    background: #fff;
    border-radius: 0;
    position: relative;
    width: 100%
}

.search-wrapper .search-txt {
    background: 0 0;
    border: none;
    padding: 6px 32px 6px 10px;
    width: 100%;
    min-width: 320px
}

@media(max-width:370px) {
    .search-wrapper .search-txt {
        width: calc(100vw - 60px);
        min-width: unset
    }
}

.search-wrapper .search-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    border: none;
    background: 0 0;
    padding-top: 1px;
    padding-bottom: 0
}

.search-wrapper.curr-search {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px
}

.search-icon,
.log-in-btn {
    font-size: 14px;
    color: var(--default-color);
    z-index: 999;
    display: inline-block;
    cursor: pointer;
    transition: all .3s ease;
    vertical-align: middle;
    text-align: center;
    line-height: 32px;
    margin-top: 9px;
    background: #fff
}

.log-in-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%
}

.search-icon {
    padding-left: 10px;
    padding-right: 10px;
    border-radius: var(--koi-radius);
    cursor: text
}

.search-icon .search-placeholder {
    padding-right: 15px
}

@media(max-width:360px) {
    .search-icon .search-placeholder {
        padding-right: 0
    }
}

.search-result {
    position: absolute;
    background: #fff;
    /* padding: 15px; */
    width: 100%;
    z-index: 9;
    border: none;
    box-shadow: 0 8px 4px -4px rgba(0, 0, 0, .15);
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px
}

.search-result ul.most-views li.focus-ing a {
    color: var(--theme-color)
}

.search-result a:hover,
.search-result a:focus {
    text-decoration: none
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 10px
}

.lds-ellipsis span {
    position: absolute;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d9dbdd;
    animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

.lds-ellipsis span:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 .6s infinite
}

.lds-ellipsis span:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 .6s infinite
}

.lds-ellipsis span:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 .6s infinite
}

.lds-ellipsis span:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 .6s infinite
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(0)
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0)
    }
    100% {
        transform: translate(24px, 0)
    }
}

.search-container,
.avt-container {
    display: inline-block;
    vertical-align: middle
}

.navbar-form {
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0 !important
}

.search-form {
    display: inline-block;
    padding: 0 !important;
    z-index: 999;
    --animate-duration: 0.5s
}

.navbar-toggle {
    border: none;
    border-radius: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-size: 300% 100%;
    margin-left: 15px;
    margin-right: 7px;
    padding-left: 0;
    padding-right: 0
}

.navbar-inverse .navbar-toggle .icon-bar {
    transition: all .3s ease
}

.navbar-toggle span {
    display: inline-block
}

.navbar-nav .sub-menu {
    list-style: none;
    padding-left: 0;
    margin-left: 15px
}

.navbar-nav .sub-menu li a {
    display: block
}

@media(max-width:767px) {
    .navbar-nav {
        margin-top: 10px
    }
    .navbar-inverse .navbar-collapse {
        width: 100%
    }
    .nav li a {
        padding-left: 0;
        padding-right: 0
    }
    .navbar-inverse .navbar-form {
        position: absolute;
        margin-top: 0
    }
    .right-search {
        width: calc(100% - 30px)
    }
}

.ur-frontend-form {
    padding: 0;
    border: none
}

.ur-frontend-form .ur-button-container {
    padding: 0
}

.user-registration-error {
    border-top: none;
    border-left: 3px solid #ff4149;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px
}

.user-registration-error ul,
.user-registration-info ul,
.user-registration-message ul,
.user-registration-error li {
    display: inline-block
}

.user-registration-img-container img {
    margin-bottom: 15px !important
}

#loginform .login-username label,
#loginform .login-password label {
    display: block
}

#loginform .login-username #user_login,
#loginform .login-password #user_pass {
    display: block;
    width: 100%;
    height: 34px
}

#loginform .login-remember #rememberme {
    margin-right: 3px
}

#loginform .login-submit #wp-submit,
.v-btn {
    display: inline-block;
    padding: 8px 25px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: var(--theme-color);
    background: radial-gradient(100% 100% at 53.13% 0%, #31e7fa 0%, #47f 52.6%, var(--theme-color) 100%);
    color: #fff;
    border: none;
    border-radius: var(--koi-radius)
}

#loginform .login-submit #wp-submit:hover,
#loginform .login-submit #wp-submit:focus,
.v-btn:hover,
.v-btn:focus {
    opacity: .85
}

.v-btn.disabled {
    background: var(--blur-3-color);
    pointer-events: none
}

#user-registration,
#user-registration.horizontal {
    box-shadow: none
}

#user-registration .user-registration-message {
    border-top: none;
    border-left: 3px solid #8fae1b;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 15px !important;
    text-align: left
}

.ur-frontend-form {
    max-width: 600px;
    margin-left: auto !important;
    margin-right: auto !important
}

#logout-btn {
    font-size: small
}

#user-registration p.user-registration-register {
    margin-top: 60px;
    text-align: center
}

textarea,
input,
.form-control {
    border: 1px solid var(--blur-2-color);
    padding: 5px 10px;
    border-radius: 0
}

textarea:focus,
input:focus,
.form-control:focus {
    border-color: var(--theme-color) !important;
    box-shadow: none
}

.has-error .form-control:focus {
    box-shadow: none
}

textarea {
    width: 100%
}

.comic-chapter {
    padding: 3px 6px;
    background: var(--blur-3-color);
    border-radius: 12px;
    white-space: nowrap;
    display: inline-block
}

.comic-chapter:hover {
    background: var(--blur-1-color);
    background: linear-gradient( to right, var(--theme-color), var(--blur-1-color));
    color: #fff;
    text-decoration: none
}

.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 285px;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 12px
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
    transition: all .2s ease
}

.swiper-slide-active img:hover {
    transform: scale(1.1)
}

.swiper-slide h3 {
    position: absolute;
    bottom: 0;
    display: none;
    font-size: 22px;
    color: #fff;
    position: absolute;
    background: var(--blur-1-color);
    background: linear-gradient( to top, var(--theme-color), var(--theme-opacity-color));
    text-shadow: -1px -1px 2px var(--theme-color), 2px 2px 3px var(--theme-color);
    font-weight: 400;
    transition: all .3s ease;
    z-index: 3;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    padding-right: 15px;
    line-height: 1;
    margin-bottom: 0;
    border-radius: 0 0 12px 12px;
    padding: 45px 10px 6px
}
.swiper-slide .comic-block-top-meta{
    color: white;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    background: linear-gradient(90deg, rgba(255, 165, 0, 0.8), rgba(255, 0, 0, 0.8));
    padding: 2px 5px;
    border-radius: 5px;
}

.swiper-slide-active h3 {
    display: initial
}

.swiper-pagination-bullet-active {
    background: var(--theme-color)
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--blur-1-color);
    transition: all .2s ease
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: var(--theme-color)
}

.suggest-keywords a {
    margin-bottom: 5px
}

.most-views {
    margin: 0;
    padding: 0;
    list-style: none
}

.most-views li {
    margin-bottom: 7px;
    padding-bottom: 14px;
}

.most-views li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.list-left-img {
    vertical-align: middle;
    margin-right: 10px;
    background: var(--blur-3-color);
    width: 50px;
    border-radius: 12px
}

p.super-title {
    padding-top: 5px
}

.super-title {
    color: var(--text-color-1);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.small-title {
    color: var(--text-color-2);
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    margin-top: 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.navbar-avatar {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 32px;
    height: 32px;
    margin-top: 9px;
    cursor: pointer
}

.navbar-avatar .avatar {
    border-radius: 50%;
    transition: var(--koi-transition)
}

.navbar-avatar .avatar:hover {
    opacity: .85
}

.user-info-container {
    position: absolute;
    top: 55px;
    right: 15px;
    background: #fff;
    min-width: 320px;
    max-width: 320px;
    z-index: 999;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    border-radius: 12px;
    overflow: hidden;
    --animate-duration: 0.5s
}

@media(max-width:320px) {
    .user-info-container {
        min-width: 290px;
        max-width: 290px
    }
}

.tab-pane .most-views {
    max-height: 390px;
    overflow-y: scroll
}

.comic-list-page .tab-pane .most-views {
    overflow-y: initial
}

.tab-pane .most-views.max-height-none {
    max-height: none
}

.noti-container .most-views {
    max-height: 475px;
    overflow-y: scroll
}

.user-info-container h4 {
    margin-top: -5;
    font-size: 18px;
    font-weight: 600
}

.user-info-container ul.nav-tabs {
    margin-top: 15px
}

.user-info-container .tab-pane {
    padding-top: 10px
}

.user-info-container .cmt-content {
    margin-bottom: 0
}

.user-info-container .noti-view-all {
    border-top: none;
    padding-top: 0 !important
}

.user-info-container .big-avt .avt-img {
    position: relative;
    display: inline-block;
    margin: 0 auto
}

.user-info-container .big-avt .avt-img .vip-badge {
    border-radius: 20px;
    padding: 1px 15px;
    color: #fff;
    font-weight: 500;
    background: var(--theme-color);
    position: absolute;
    z-index: 2;
    bottom: 15px;
    right: -5px;
    letter-spacing: 1.5px
}

#roll-up-btn.disabled {
    color: var(--blur-2-color);
    pointer-events: none
}

.user-info-container .big-avt .avt-img img.avatar {
    border-radius: 50%;
    border: 5px solid var(--blur-2-color);
    margin-bottom: 15px
}

.user-info-header {
    background: url(/wp-content/themes/madara-child/images/user-info-bg.jpg) center no-repeat;
    background-size: cover;
    padding: 15px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px
}

.user-info-body {
    padding: 15px
}

.user-info-body .follow-list {
    overflow-y: scroll;
    max-height: 350px
}

.scroller-container {
    position: relative;
    z-index: 998
}

.scroller {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 3px;
    padding-right: 5px;
    cursor: grab
}

.sub-nav-container {
    background: var(--black-color-2);
    box-shadow: rgb(50 50 93/15%) 0 2px 5px -1px, rgb(0 0 0/20%) 0 1px 3px -1px
}

nav.sub-nav {
    padding-top: 15px;
    padding-bottom: 13px
}

nav.sub-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center
}

nav.sub-nav ul li {
    display: inline-block;
    white-space: nowrap;
    text-transform: capitalize;
    line-height: 1;
    margin-right: 30px
}

.title-block {
    margin-top: 0;
    margin-bottom: 20px
}

.title-block h2,
.title-block h3 {
    float: left;
    color: #fff;
    background-color: var(--theme-color);
    margin: 0;
    padding: 6px 15px;
    font-size: 14px;
    border-radius: 7px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: 1px
}

.title-block.no-bg h2,
.title-block.no-bg h3 {
    background: 0 0;
    padding: 0
}

.title-block a {
    text-transform: uppercase;
    color: #fff
}

.title-block a:focus,
.title-block a:hover {
    text-decoration: underline
}

.overflow-list .comic-block {
    display: inline-block;
    width: 100%;
    margin-right: 15px
}

@media(max-width:480px) {
    .overflow-list .comic-block {
        width: 109px;
        margin-right: 10px
    }
}

.comic-block .comic-block-img {
    color: var(--text-color-1);
    position: relative;
    transition: var(--koi-transition)
}

.comic-block .comic-block-img:hover {
    color: var(--theme-color)
}

.comic-block .comic-block-img:hover img {
    opacity: .85
}

.koi-img {
    border-radius: 7px;
    width: 100%;
    height: auto;
}

@media(min-width: 500px) {
    .koi-img {
        /* height: 200px; */
    }
}

@media(min-width: 800px) {
    .koi-img {
        /* height: 260px; */
    }
}

@media(min-width: 1200px) {
    .koi-img {
        /* height: 240px; */
    }
}

.comic-block .comic-block-title {
    font-size: 15px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 10px;
    transition: var(--koi-transition);
    line-height: 1.4
}

.comic-block .comic-block-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    text-indent: -9999px;
    white-space: nowrap
}

.comic-block .comic-block-meta {
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 2
}

.comic-block .comic-block-top-meta {
    top: 5px;
    bottom: auto;
    z-index: 2
}

.comic-block .comic-block-meta span,
.viewed-icon {
    color: #fff;
    font-size: smaller;
    padding: 3px 5px;
    line-height: 1;
    background: rgba(0, 0, 0, .5);
    border-radius: 3px
}

.viewed-icon {
    position: absolute;
    top: 5px;
    left: 5px
}

.chapter-sort-icon {
    cursor: pointer;
    font-weight: 500;
    transition: var(--koi-transition)
}

.chapter-sort-icon:hover {
    color: var(--theme-color)
}

.comic-block .comic-block-meta span.hot-label {
    background: linear-gradient(149deg, #8A2387, #E94057, #F27121, #F27121, #E94057, #8A2387);
    background-size: 1200% 1200%;
    animation: hot-animation 5s ease infinite
}

.comic-block .comic-block-meta span.new-label {
    background: rgba(138, 43, 226, .5)
}

@keyframes hot-animation {
    0% {
        background-position: 15% 0%
    }
    50% {
        background-position: 86% 100%
    }
    100% {
        background-position: 15% 0%
    }
}

.default-list {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-shrink: 1;
    flex-grow: 1;
    flex-basis: auto;
}

.default-list-5 {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-shrink: 1;
    flex-grow: 1;
    flex-basis: auto;
}

@media only screen and (max-width: 800px) {
    .default-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
    .default-list-5 {
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        flex-shrink: 1;
        flex-grow: 1;
        flex-basis: auto;
    }
}

@media only screen and (max-width: 1200px) {
    .default-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
    .default-list-5 {
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        flex-shrink: 1;
        flex-grow: 1;
        flex-basis: auto;
    }
}

@media only screen and (max-width: 600px) {
    .default-list-5 {
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        flex-shrink: 1;
        flex-grow: 1;
        flex-basis: auto;
    }
}

.comic-desc-btns {
    column-count: 2;
    column-gap: 5px
}

.comic-desc-btns-1-col {
    column-count: 1;
    column-gap: 0
}

.comic-desc-btns a {
    display: grid;
    grid-template-rows: 1fr auto;
    break-inside: avoid
}

.genre-item {
    padding: 15px 15px 10px;
    border-radius: var(--koi-radius);
    background: var(--blur-3-color);
    position: relative;
    transition: var(--koi-transition)
}

.genre-item img {
    width: 50px;
    margin-right: 5px;
    margin-bottom: 5px
}

.genre-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: -9999px
}

.genre-item:hover {
    background: var(--blur-2-color)
}

.sidebar-comic-block {
    position: relative
}

.sidebar-comic-block h3,
.sidebar-comic-block h4 {
    color: var(--link-color)
}

.sidebar-comic-block:hover h3,
.sidebar-comic-block:hover h4 {
    color: var(--theme-color)
}

.sidebar-list.default-sidebar-list .sidebar-comic-block:hover img {
    opacity: .85
}

.sidebar-comic-block .sidebar-comic-block-img {
    float: left;
    margin-right: 15px;
    position: relative
}

.sidebar-comic-block .sidebar-comic-block-img img {
    width: 70px
}

.comment-list .sidebar-comic-block-img img {
    width: 50px;
    border-radius: 50%
}

.sidebar-comic-block .sidebar-comic-block-meta {
    padding-top: 15px
}

.sidebar-comic-block .sidebar-comic-block-meta.p-t-10 {
    padding-top: 10px
}

.sidebar-comic-block .sidebar-comic-block-meta.p-t-5 {
    padding-top: 5px
}

.sidebar-comic-block .sidebar-comic-block-meta.p-t-0 {
    padding-top: 0
}

.sidebar-comic-block .sidebar-comic-block-meta .sidebar-comic-block-title {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px;
    transition: var(--koi-transition);
    line-height: 1.4
}

.sidebar-comic-block .sidebar-comic-block-meta .sidebar-comic-block-view,
.sidebar-comic-block .sidebar-comic-block-meta .sidebar-comic-block-index {
    margin-bottom: 0
}

.sidebar-comic-block .sidebar-comic-block-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    text-indent: -9999px;
    white-space: nowrap
}

.not-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.bg-list {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    background: url(/wp-content/themes/koi/images/blur-bg-1.jpg) center no-repeat;
    background-size: cover
}

.bg-list-2 {
    background-image: url(/wp-content/themes/koi/images/blur-bg-2.jpg)
}

.bg-list-gra {
    background: #c04848;
    background: -webkit-linear-gradient(to top, #480048, #C04848);
    background: linear-gradient(to top, #480048, #C04848)
}

@media(max-width:480px) {
    .max-height-mobile {
        max-height: 400px;
        overflow-y: scroll
    }
}

.comic-desc {
    background-color: #000;
    /* min-height: 100vh; */
    color: rgba(255, 255, 255, .8);
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 30px
}

@media(max-width:767px) {
    .comic-desc {
        min-height: unset
    }
}

.comic-desc .comic-title {
    color: #fff;
    font-size: 26px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0px
}

.comic-desc .title-link:hover,
.comic-desc .title-link:focus {
    text-decoration: none
}

.comic-desc-img {
    padding: 15px;
    padding-top: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.follow-container {
    margin-top: 15px;
    margin-bottom: 15px
}

.follow-container #follow-btn {
    background: linear-gradient(to right, var(--theme-color) 0%, var(--blur-1-color) 51%, var(--theme-color) 100%);
    background-size: 200% auto;
    padding: 12px 15px;
    border-radius: 20px;
    outline: none;
    border: none;
    transition: var(--koi-transition);
    line-height: 1
}

.follow-container #follow-btn:hover {
    background-position: right center;
    color: #fff
}

.follow-container #follow-btn.btn-followed {
    background: var(--black-color-2)
}

.follow-container #follow-btn.btn-followed:hover {
    color: #fff
}

.comic-desc-tags a,
.comic-desc-list a {
    color: #fff;
    white-space: nowrap
}

.tags a,
a.tags-link {
    border-radius: 12px;
    padding: 7px;
    line-height: 35px;
    background: var(--theme-color);
    color: #fff;
    text-transform: capitalize;
    white-space: nowrap;
    transition: all .2s ease
}

.tags a:hover,
a.tags-link:hover {
    background: var(--blur-1-color);
    text-decoration: none
}

.tags a.owl-tag {
    background: var(--blur-1-color);
    background: linear-gradient( to right, var(--theme-color), var(--blur-1-color), var(--blur-1-color), var(--theme-color));
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-size: 300% 100%
}

.tags a.owl-tag:hover,
.tags a.owl-tag:focus {
    background-position: 100% 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.comic-desc-top-shadow {
    position: absolute;
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    z-index: 1
}

.comic-desc-bottom-shadow {
    position: absolute;
    width: 100%;
    height: 360px;
    bottom: 90px;
    left: 0;
    background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
    z-index: 1
}

.comic-desc-bottom-black {
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    background: #000;
    z-index: 1
}

div.stars {}

a.star {
    font-size: 20px;
    color: var(--blur-3-color);
    cursor: pointer;
    margin-right: 2px;
    line-height: 1
}

a.star.vote-hover {
    color: var(--blur-2-color)
}

a.star:active {
    color: var(--theme-color)
}

a.star.vote-active {
    color: var(--theme-color)
}

.chapter-list {
    margin-bottom: 30px;
    max-height: 500px;
    overflow-y: scroll
}

.chapter-list .chapter-item {
    margin-bottom: 15px;
    position: relative
}

.chapter-list .chapter-item .chapter-item-img,
.chapter-list .chapter-item .chapter-item-desc {
    display: table-cell;
    vertical-align: middle
}

.chapter-list .chapter-item .chapter-item-img {
    position: relative;
    min-width: 96px
}

.chapter-list .chapter-item .chapter-item-desc {
    padding-left: 15px
}

@media(max-width:767px) {
    .chapter-list .chapter-item .chapter-item-desc {
        padding-left: 15px
    }
}

.chapter-list .chapter-item .chapter-item-desc .chapter-title {
    font-size: 15px;
    font-weight: 600;
    color: var(--text-color-1);
    margin-bottom: 5px
}

.chapter-list .chapter-item:hover .chapter-item-desc .chapter-title {
    color: var(--theme-color)
}

.chapter-list .chapter-item .chapter-item-desc .chapter-meta {
    font-size: 14px;
    margin-bottom: 0
}

.chapter-list .chapter-item .chapter-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 998;
    text-indent: -9999px
}

.chapter-list .chapter-item:hover .chapter-item-img img {
    opacity: .85
}

.hide-long-text {
    max-height: 60px;
    margin-bottom: 15px;
    overflow-y: hidden;
    position: relative
}

.hide-long-text-shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient( to bottom, rgba(255, 255, 255, 0), #fff 100%);
    width: 100%;
    height: 80px;
    z-index: 1;
    text-align: center
}

@media(max-width:767px) {
    .hide-long-text {
        max-height: 100px
    }
}

.hide-long-text-shadow a#view-long-text {
    position: absolute;
    left: calc(100%/2 - 56px);
    bottom: -3px
}

.badge {
    background: rgba(0, 0, 0, .5);
    border-radius: 3px
}

.coin-badge {
    z-index: 10
}

.single-chapter-title {
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
    margin: 0;
    line-height: 1.4
}

.single-chapter-title:hover {
    text-decoration: none;
    color: #fff
}

.single-chapter-time,
.single-sub-nav {
    color: rgba(255, 255, 255, .8);
    line-height: 1
}

.single-content {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center
}

#view-chapter {
    min-height: 100vh
}

#view-chapter img {
    width: 800px;
    display: block;
    margin: 0 auto;
    background: url(/wp-content/themes/koi/images/loading.gif) center center no-repeat;
    background-size: 100px
}

.next-prev-chap-links a.disabled {
    color: #ccc;
    pointer-events: none
}

.bot-right-func {
    position: fixed;
    right: 15px;
    bottom: 200px;
    z-index: 999
}

.top-left-func {
    position: fixed;
    left: 15px;
    top: 160px;
    z-index: 999
}

.func-btn {
    font-size: 18px;
    color: var(--default-color);
    background: #f1f1f1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
    border-radius: 7px;
    cursor: pointer;
    transition: var(--koi-transition);
    margin-top: 5px
}

.func-btn a {
    color: var(--default-color);
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px
}

.func-btn button {
    color: var(--default-color);
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
}

.func-btn:hover {
    background: #ddd
}

.func-btn.disabled,
.func-btn.disabled a {
    pointer-events: none;
    color: #ccc
}

.toggle-badge {
    background: #d9534f;
    font-size: 12px;
    padding: 3px 5px;
    position: absolute;
    top: -8px;
    right: -6px;
    border-radius: 10px
}

.func-btn .toggle-badge {
    top: -4px;
    right: -4px
}

.fixed-chapter-list {
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    position: fixed;
    right: 65px;
    border: 1px solid #ccc;
    border-radius: 7px;
    width: 250px;
    max-width: calc(100% - 70px);
    z-index: 999;
    --animate-duration: 0.5s
}

.fixed-chapter-list:after,
.fixed-chapter-list:before {
    left: 100%;
    top: 20px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.fixed-chapter-list:after {
    border-color: transparent;
    border-left-color: #fff;
    border-width: 5px;
    margin-top: -5px
}

.fixed-chapter-list:before {
    border-color: transparent;
    border-left-color: #ccc;
    border-width: 6px;
    margin-top: -6px
}

.fixed-chapter-list h4 {
    margin: 0;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 500
}

.fixed-chapter-list ul {
    height: 325px;
    overflow-y: scroll
}

@media(max-width:767px) {
    .fixed-chapter-list ul {
        height: 235px
    }
}

.scroller::-webkit-scrollbar,
.user-info-body .follow-list::-webkit-scrollbar,
.most-views::-webkit-scrollbar,
.chapter-list::-webkit-scrollbar,
.fixed-chapter-list ul::-webkit-scrollbar,
.max-height-mobile::-webkit-scrollbar {
    height: 0;
    width: 0
}

.fixed-chapter-list ul li a {
    display: block;
    color: var(--default-color);
    padding: 6px 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.fixed-chapter-list ul li a:hover,
.fixed-chapter-list ul li a.active {
    background: #f1f1f1;
    text-decoration: none
}

@media(max-width:480px) {
    .bot-right-func {
        right: 10px;
        bottom: 65px
    }
    .top-left-func {
        left: 10px
    }
    .fixed-chapter-list {
        right: 60px
    }
}

.password-form-container {
    border-radius: var(--koi-radius);
    display: inline-block;
    padding: 30px;
    margin: 0 auto;
    background: var(--black-color-1);
    color: #ccc;
    width: 500px;
    max-width: 100%
}

.password-form-container h3 {
    margin-top: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500
}

.password-form-container .password-input {
    color: var(--default-color)
}

.password-form-container .password-submit {
    color: #fff;
    background: var(--blur-2-color);
    text-transform: uppercase
}

.password-form-container .password-submit:hover {
    border-color: var(--blur-1-color);
    background: var(--blur-1-color)
}

.cmt-content {
    color: var(--text-color-1);
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    position: relative;
    border-radius: 12px;
    border: 1px solid var(--blur-3-color);
    background: var(--blur-3-color)
}

.cmt-content::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: 100%;
    left: 1.3em;
    border: .75rem solid transparent;
    border-top: none;
    border-bottom-color: var(--blur-3-color)
}

.team-cover-avt {
    margin-top: -30px
}

.team-cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 300px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px
}

.team-avt {
    margin-top: -75px
}

.team-meta h2 {
    font-size: 24px
}

.team-meta .socials-list a {
    font-size: 20px;
    margin-left: 4px;
    margin-right: 4px;
    line-height: 1
}

.team-desc {
    width: calc(100% - 315px)
}

.team-banner {
    width: 300px
}

@media(max-width:767px) {
    .team-desc,
    .team-banner {
        width: 100%
    }
    .team-banner {
        margin-top: 15px;
        text-align: center
    }
}

.stats-item {
    padding: 15px;
    border-radius: var(--koi-radius);
    border: 1px solid var(--blur-3-color)
}

.stats-item .stats-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 10px
}

.stats-item .stats-number {
    font-size: 32px;
    font-weight: 500;
    line-height: 1
}

.stats-item .stats-icon i {
    font-size: 36px;
    border-radius: 50%;
    color: var(--theme-color);
    margin-top: 25px
}

.stats-item .stats-desc {
    margin-bottom: 0
}

#comments {
    margin-top: 0;
    margin-bottom: 0
}

#wpdcom {
    margin-top: 0;
    margin-bottom: 0
}

#wpdcom .wpd-form-head {
    border: none;
    margin-top: 0;
    display: none
}

.wpd-comment-text .sticker {
    width: 120px;
    display: block
}

.pagination {
    margin-top: 0
}

.pagination .active a,
.pagination .active a:focus,
.pagination .active a:hover,
.pagination .active span,
.pagination .active span:focus,
.pagination .active span:hover {
    background-color: #7fc400;
    border-color: #7fc400
}

.pagination li a,
.pagination li span,
.pager li a {
    border-radius: 0;
    color: #fff;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    border: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 12px
}

.pager li.next a {
    background: var(--blur-1-color);
    background: linear-gradient( to right, var(--theme-color), var(--blur-1-color))
}

.pager li.previous a {
    background: var(--blur-1-color);
    background: linear-gradient( to right, var(--blur-1-color), var(--theme-color))
}

.pager li.next a span,
.pager li.previous a span {
    display: inline-block
}

.pagination li a:focus,
.pagination li a:hover,
.pagination li span:focus,
.pagination li span:hover,
.pager li a:focus,
.pager li a:hover {
    box-shadow: 0 10px 5px -5px rgba(0, 0, 0, .15);
    color: #fff;
    text-decoration: none
}

.pager li.disabled a {
    background: var(--blur-3-color);
    color: #8596a7;
    pointer-events: none
}

.pager li.disabled:hover a {
    box-shadow: none;
    background: var(--blur-3-color);
    color: #8596a7
}

.pager-note {
    line-height: 40px
}

.pager {
    font-size: 13px;
    margin: 15px 0 30px !important
}

select#curr-page {
    border: 0;
    border-bottom: 1px solid var(--theme-color)
}

.close-ads-btn {
    display: block;
    padding: initial !important
}

.footer-container {
    color: var(--default-color);
    color: rgba(255, 255, 255, .8);
    margin-top: 50px;
    position: relative
}

.footer-container .footer-nav {
    background: var(--black-color-2);
    padding-top: 15px;
    padding-bottom: 15px
}

.footer-container .footer-copyright {
    background: var(--black-color-1);
    padding-top: 15px;
    padding-bottom: 15px
}

.footer-container nav.sub-nav {
    padding: 0
}

.footer-container hr {
    border-color: #444;
    margin-top: 10px;
    margin-bottom: 15px
}

.footer-container a {
    color: #fff;
    opacity: 1
}

.footer-container a:hover,
.footer-container a:focus {
    opacity: 1
}

.ocm-alert {
    background-color: var(--blur-3-color);
    border: none;
    border-left: 3px solid var(--theme-color);
    border-radius: 0;
    color: var(--default-color);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px
}

.fixed-alert {
    width: 275px;
    position: fixed;
    z-index: 999;
    bottom: 60px;
    left: 15px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3)
}

.alert-left-icon {
    font-size: 36px;
    line-height: 1;
    display: table-cell
}

.alert-right-content {
    display: table-cell;
    padding-left: 10px;
    vertical-align: middle
}

.pyro>.before,
.pyro>.after {
    position: absolute;
    width: 15px;
    height: 15px;
    pointer-events: none;
    z-index: 999;
    border-radius: 50%;
    box-shadow: -120px -218.66667px blue, 248px -16.66667px #00ff84, 190px 16.33333px #002bff, -113px -308.66667px #ff009d, -109px -287.66667px #ffb300, -50px -313.66667px #ff006e, 226px -31.66667px #ff4000, 180px -351.66667px #ff00d0, -12px -338.66667px #00f6ff, 220px -388.66667px #9f0, -69px -27.66667px #ff0400, -111px -339.66667px #6200ff, 155px -237.66667px #0df, -152px -380.66667px #00ffd0, -50px -37.66667px #0fd, -95px -175.66667px #a6ff00, -88px 10.33333px #0d00ff, 112px -309.66667px #005eff, 69px -415.66667px #ff00a6, 168px -100.66667px #ff004c, -244px 24.33333px #f60, 97px -325.66667px #f06, -211px -182.66667px #00ffa2, 236px -126.66667px #b700ff, 140px -196.66667px #9000ff, 125px -175.66667px #0bf, 118px -381.66667px #ff002f, 144px -111.66667px #ffae00, 36px -78.66667px #f600ff, -63px -196.66667px #c800ff, -218px -227.66667px #d4ff00, -134px -377.66667px #ea00ff, -36px -412.66667px #ff00d4, 209px -106.66667px #00fff2, 91px -278.66667px #000dff, -22px -191.66667px #9dff00, 139px -392.66667px #a6ff00, 56px -2.66667px #09f, -156px -276.66667px #ea00ff, -163px -233.66667px #00fffb, -238px -346.66667px #00ff73, 62px -363.66667px #08f, 244px -170.66667px #0062ff, 224px -142.66667px #b300ff, 141px -208.66667px #9000ff, 211px -285.66667px #f60, 181px -128.66667px #1e00ff, 90px -123.66667px #c800ff, 189px 70.33333px #00ffc8, -18px -383.66667px #0f3, 100px -6.66667px #ff008c;
    -moz-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    -o-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    -ms-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards
}

.pyro>.after {
    -moz-animation-delay: 1.25s, 1.25s, 1.25s;
    -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
    -o-animation-delay: 1.25s, 1.25s, 1.25s;
    -ms-animation-delay: 1.25s, 1.25s, 1.25s;
    animation-delay: 1.25s, 1.25s, 1.25s;
    -moz-animation-duration: 1.25s, 1.25s, 6.25s;
    -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
    -o-animation-duration: 1.25s, 1.25s, 6.25s;
    -ms-animation-duration: 1.25s, 1.25s, 6.25s;
    animation-duration: 1.25s, 1.25s, 6.25s
}

@-webkit-keyframes bang {
    from {
        box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff
    }
}

@-moz-keyframes bang {
    from {
        box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff
    }
}

@-o-keyframes bang {
    from {
        box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff
    }
}

@-ms-keyframes bang {
    from {
        box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff
    }
}

@keyframes bang {
    from {
        box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff
    }
}

@-webkit-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0
    }
}

@-moz-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0
    }
}

@-o-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0
    }
}

@-ms-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0
    }
}

@keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0
    }
}

@-webkit-keyframes position {
    0%,
    19.9% {
        margin-top: 10%;
        margin-left: 40%
    }
    20%,
    39.9% {
        margin-top: 40%;
        margin-left: 30%
    }
    40%,
    59.9% {
        margin-top: 20%;
        margin-left: 70%
    }
    60%,
    79.9% {
        margin-top: 30%;
        margin-left: 20%
    }
    80%,
    99.9% {
        margin-top: 30%;
        margin-left: 80%
    }
}

@-moz-keyframes position {
    0%,
    19.9% {
        margin-top: 10%;
        margin-left: 40%
    }
    20%,
    39.9% {
        margin-top: 40%;
        margin-left: 30%
    }
    40%,
    59.9% {
        margin-top: 20%;
        margin-left: 70%
    }
    60%,
    79.9% {
        margin-top: 30%;
        margin-left: 20%
    }
    80%,
    99.9% {
        margin-top: 30%;
        margin-left: 80%
    }
}

@-o-keyframes position {
    0%,
    19.9% {
        margin-top: 10%;
        margin-left: 40%
    }
    20%,
    39.9% {
        margin-top: 40%;
        margin-left: 30%
    }
    40%,
    59.9% {
        margin-top: 20%;
        margin-left: 70%
    }
    60%,
    79.9% {
        margin-top: 30%;
        margin-left: 20%
    }
    80%,
    99.9% {
        margin-top: 30%;
        margin-left: 80%
    }
}

@-ms-keyframes position {
    0%,
    19.9% {
        margin-top: 10%;
        margin-left: 40%
    }
    20%,
    39.9% {
        margin-top: 40%;
        margin-left: 30%
    }
    40%,
    59.9% {
        margin-top: 20%;
        margin-left: 70%
    }
    60%,
    79.9% {
        margin-top: 30%;
        margin-left: 20%
    }
    80%,
    99.9% {
        margin-top: 30%;
        margin-left: 80%
    }
}

@keyframes position {
    0%,
    19.9% {
        margin-top: 10%;
        margin-left: 40%
    }
    20%,
    39.9% {
        margin-top: 40%;
        margin-left: 30%
    }
    40%,
    59.9% {
        margin-top: 20%;
        margin-left: 70%
    }
    60%,
    79.9% {
        margin-top: 30%;
        margin-left: 20%
    }
    80%,
    99.9% {
        margin-top: 30%;
        margin-left: 80%
    }
}

.um-profile.um-viewing {
    margin-top: -30px
}

.um-cover,
.um-cover-e {
    border-bottom-left-radius: var(--koi-radius);
    border-bottom-right-radius: var(--koi-radius)
}

.um .um-field-group-head,
.picker__box,
.picker__nav--prev:hover,
.picker__nav--next:hover,
.um .um-members-pagi span.current,
.um .um-members-pagi span.current:hover,
.um .um-profile-nav-item.active a,
.um .um-profile-nav-item.active a:hover,
.upload,
.um-modal-header,
.um-modal-btn,
.um-modal-btn.disabled,
.um-modal-btn.disabled:hover,
div.uimob800 .um-account-side li a.current,
div.uimob800 .um-account-side li a.current:hover {
    background: var(--theme-color)
}

.emoji-panel-btn,
.sticker-panel-btn {
    cursor: pointer;
    user-select: none;
    font-size: larger !important;
    color: #999
}

.emoji-panel-btn:hover,
.sticker-panel-btn:hover {
    color: #0274be
}

.emoji-panel,
.sticker-panel {
    width: 300px;
    height: 350px;
    background: #fff;
    padding: 15px;
    border-radius: 7px;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    position: absolute;
    z-index: 999;
    right: 0;
    top: 103px
}

.emoji-panel:after,
.sticker-panel:after {
    top: -16px;
    right: 12px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px
}

@media(min-width:768px) {
    .emoji-panel,
    .sticker-panel {
        right: 40px;
        bottom: -185px;
        top: auto
    }
    .sticker-panel {
        right: 60px
    }
    .emoji-panel:after,
    .sticker-panel:after {
        top: auto;
        bottom: 195px;
        right: -16px;
        border-bottom-color: transparent;
        border-left-color: #fff
    }
}

@media(max-width:767px) {
    .sticker-panel:after {
        right: 29px
    }
}

.emoji-panel .nav-tabs li a,
.sticker-panel .nav-tabs li a {
    font-size: 16px;
    padding: 6px;
    user-select: none
}

.emoji-tab {
    padding-top: 5px;
    height: 290px;
    overflow-x: hidden;
    overflow-y: scroll
}

.emoji-tab span {
    width: 44px;
    display: inline-block !important;
    text-align: center;
    font-size: 22px !important;
    cursor: pointer;
    letter-spacing: 8px !important;
    line-height: 2 !important;
    user-select: none
}

.emoji-tab::-webkit-scrollbar {
    width: 3px
}

.emoji-tab::-webkit-scrollbar-thumb {
    background-color: var(--theme-color);
    outline: 0
}

.wpd-secondary-form-wrapper .emoji-panel,
.wpd-secondary-form-wrapper .emoji-panel-btn,
.wpd-secondary-form-wrapper .sticker-panel,
.wpd-secondary-form-wrapper .sticker-panel-btn {
    display: none !important
}

.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content blockquote,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin-bottom: 20px
}

.store-title {
    margin-bottom: 30px
}

.store-title h3 {
    position: relative;
    text-align: center;
    color: #222;
    font-size: 30px;
    font-weight: 700;
    margin-top: 0;
    text-transform: uppercase;
    word-spacing: 1px;
    letter-spacing: 2px;
    color: var(--theme-color)
}

.store-title h3 span {
    display: block;
    line-height: 2em;
    padding-bottom: 15px;
    text-transform: none;
    font-size: .6em;
    font-weight: 400;
    color: #999;
    letter-spacing: -.005em;
    word-spacing: 1px;
    letter-spacing: none
}

.store-title h3:after,
.store-title h3:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 4px;
    content: "";
    right: 45px;
    margin: auto;
    background-color: var(--blur-3-color)
}

.store-title h3:before {
    background-color: var(--theme-color);
    left: 45px;
    width: 90px
}

.sticker-item {
    margin-bottom: 60px;
    padding: 15px;
    border-radius: var(--koi-radius);
    border: 1px solid var(--blur-3-color)
}

.sticker-item .owl-emoji-panel {
    height: 100px
}

.sticker-item h4 {
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 21px
}

.sticker-item h4 .sold-text {
    font-size: small
}

.sticker-price-number {
    font-size: 36px;
    line-height: 1;
    color: var(--theme-color)
}

.sticker-price-number del {
    font-size: 16px;
    color: var(--blur-2-color)
}

.get-this-sticker,
.get-this-badge,
.get-this-effect,
.get-this-medal {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 20px
}

.noti-badge,
.error-badge {
    z-index: 999
}

.green-background {
    background: #5cb85c !important
}

.sticker-item .owl-emoji-panel img {
    height: 65px
}

.sticker-item .keywords-scroller-container:after {
    width: 20%;
    height: 98px;
    right: 1px;
    top: 1px
}

.owl-emoji-panel img {
    height: 60px;
    max-height: 60px;
    width: auto;
    display: inline-block;
    cursor: pointer;
    transition: all .2s ease;
    margin-right: 5px
}

.tags-scroller,
.breadcrumb-scroller,
.keywords-scroller {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 3px;
    cursor: grab
}

.breadcrumb-scroller-container,
.keywords-scroller-container {
    position: relative
}

.breadcrumb-scroller {
    padding-bottom: 8px;
    padding-right: 15px
}

.keywords-scroller {
    padding-right: 5px
}

.breadcrumb-scroller-container:after {
    content: " ";
    width: 5%;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    pointer-events: none;
    background-image: linear-gradient( to right, rgba(255, 255, 255, 0), var(--blur-3-color) 95%);
    border-radius: 0 20px 20px 0
}

.keywords-scroller-container:after {
    content: " ";
    width: 3%;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    pointer-events: none;
    background-image: linear-gradient( to right, rgba(255, 255, 255, 0), #fff 95%)
}

.comic-list .comic-item .keywords-scroller-container:after {
    height: 45px
}

.tags-scroller::-webkit-scrollbar {
    height: 3px
}

.tags-scroller::-webkit-scrollbar-thumb {
    background-color: var(--theme-color);
    outline: 0
}

.tags-scroller::-webkit-scrollbar-track {
    background-color: #fff
}

.breadcrumb-scroller::-webkit-scrollbar,
.keywords-scroller::-webkit-scrollbar {
    height: 0
}

.disabled {
    pointer-events: none
}

.sticker-nav li a {
    padding: 5px 7px
}

.sale {
    background: #d9534f;
    border-radius: 3px 0 0 3px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    height: 19px;
    line-height: 19px;
    padding: 0 13px 0 16px;
    position: relative;
    text-decoration: none;
    margin-left: 5px
}

.sale::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, .25);
    content: '';
    height: 6px;
    left: 6px;
    position: absolute;
    width: 6px;
    top: 6px
}

.sale::after {
    background: #fff;
    border-bottom: 9px solid transparent;
    border-left: 10px solid #d9534f;
    border-top: 10px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0
}

.sale.limited {
    background: var(--theme-color)
}

.sale.limited::after {
    border-left: 10px solid var(--theme-color)
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg)
    }
    10% {
        transform: translate(-1px, -2px) rotate(-1deg)
    }
    20% {
        transform: translate(-3px, 0px) rotate(1deg)
    }
    30% {
        transform: translate(3px, 2px) rotate(0deg)
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg)
    }
    50% {
        transform: translate(-1px, 2px) rotate(-1deg)
    }
    60% {
        transform: translate(-3px, 1px) rotate(0deg)
    }
    70% {
        transform: translate(3px, 1px) rotate(-1deg)
    }
    80% {
        transform: translate(-1px, -1px) rotate(1deg)
    }
    90% {
        transform: translate(1px, 2px) rotate(0deg)
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg)
    }
}


/*!* animate.css - https://animate.style/
* Version - 4.1.0
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css*/

: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)*0.8);
    animation-duration: calc(var(--animate-duration)*0.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(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .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(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .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(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0) scaleY(.95);
        transform: translateZ(0) scaleY(.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(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .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(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .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(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0) scaleY(.95);
        transform: translateZ(0) scaleY(.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, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    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(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .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(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .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(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    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(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.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(.7);
        transform: translateY(-1200px) scale(.7);
        opacity: .7
    }
    80% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInDown {
    0% {
        -webkit-transform: translateY(-1200px) scale(.7);
        transform: translateY(-1200px) scale(.7);
        opacity: .7
    }
    80% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.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(.7);
        transform: translateX(-2000px) scale(.7);
        opacity: .7
    }
    80% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInLeft {
    0% {
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7);
        opacity: .7
    }
    80% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.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(.7);
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }
    80% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }
    80% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.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(.7);
        transform: translateY(1200px) scale(.7);
        opacity: .7
    }
    80% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInUp {
    0% {
        -webkit-transform: translateY(1200px) scale(.7);
        transform: translateY(1200px) scale(.7);
        opacity: .7
    }
    80% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.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(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: translateY(700px) scale(.7);
        transform: translateY(700px) scale(.7);
        opacity: .7
    }
}

@keyframes backOutDown {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    20% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: translateY(700px) scale(.7);
        transform: translateY(700px) scale(.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(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7);
        opacity: .7
    }
}

@keyframes backOutLeft {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    20% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.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(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }
}

@keyframes backOutRight {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    20% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.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(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: translateY(-700px) scale(.7);
        transform: translateY(-700px) scale(.7);
        opacity: .7
    }
}

@keyframes backOutUp {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    20% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: translateY(-700px) scale(.7);
        transform: translateY(-700px) scale(.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(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.animate__bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration)*0.75);
    animation-duration: calc(var(--animate-duration)*0.75);
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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(.9);
        transform: translate3d(0, 25px, 0) scaleY(.9)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(.95);
        transform: translate3d(0, -10px, 0) scaleY(.95)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0) scaleY(.985);
        transform: translate3d(0, 5px, 0) scaleY(.985)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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(.9);
        transform: translate3d(0, 25px, 0) scaleY(.9)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(.95);
        transform: translate3d(0, -10px, 0) scaleY(.95)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0) scaleY(.985);
        transform: translate3d(0, 5px, 0) scaleY(.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(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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(.98);
        transform: translate3d(-10px, 0, 0) scaleX(.98)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
        transform: translate3d(5px, 0, 0) scaleX(.995)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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(.98);
        transform: translate3d(-10px, 0, 0) scaleX(.98)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
        transform: translate3d(5px, 0, 0) scaleX(.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(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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(.98);
        transform: translate3d(10px, 0, 0) scaleX(.98)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
        transform: translate3d(-5px, 0, 0) scaleX(.995)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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(.98);
        transform: translate3d(10px, 0, 0) scaleX(.98)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
        transform: translate3d(-5px, 0, 0) scaleX(.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(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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(.9);
        transform: translate3d(0, -20px, 0) scaleY(.9)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(.95);
        transform: translate3d(0, 10px, 0) scaleY(.95)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0) scaleY(.985);
        transform: translate3d(0, -5px, 0) scaleY(.985)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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(.9);
        transform: translate3d(0, -20px, 0) scaleY(.9)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(.95);
        transform: translate3d(0, 10px, 0) scaleY(.95)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0) scaleY(.985);
        transform: translate3d(0, -5px, 0) scaleY(.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(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

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

.animate__bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration)*0.75);
    animation-duration: calc(var(--animate-duration)*0.75);
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(.985);
        transform: translate3d(0, 10px, 0) scaleY(.985)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
        transform: translate3d(0, -20px, 0) scaleY(.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(.985);
        transform: translate3d(0, 10px, 0) scaleY(.985)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
        transform: translate3d(0, -20px, 0) scaleY(.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(.9);
        transform: translate3d(20px, 0, 0) scaleX(.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(.9);
        transform: translate3d(20px, 0, 0) scaleX(.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(.9);
        transform: translate3d(-20px, 0, 0) scaleX(.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(.9);
        transform: translate3d(-20px, 0, 0) scaleX(.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(.985);
        transform: translate3d(0, -10px, 0) scaleY(.985)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0) scaleY(.9);
        transform: translate3d(0, 20px, 0) scaleY(.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(.985);
        transform: translate3d(0, -10px, 0) scaleY(.985)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0) scaleY(.9);
        transform: translate3d(0, 20px, 0) scaleY(.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(.95, .95, .95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(.95, .95, .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(.95, .95, .95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(.95, .95, .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)*0.75);
    animation-duration: calc(var(--animate-duration)*0.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)*0.75);
    animation-duration: calc(var(--animate-duration)*0.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(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

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

.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(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

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

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

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

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

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

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

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .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(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0)
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0)
    }
}

.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(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0)
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0)
    }
}

.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(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .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
}

.related-heading,
.widget-heading {
    display: inline-block;
    border-radius: 12px;
    background: var(--koi-gradient);
    color: #fff;
    padding: 3px 20px;
    margin-bottom: 26px;
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
}

.related-heading:after,
.widget-heading:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #a8a9fe;
    position: absolute;
    top: 100%;
    left: 15px;
}

.related-heading>*,
.widget-heading>*,
.related-heading a,
.widget-heading a {
    color: #fff;
    font-size: 14px;
    margin: 7px 0;
    font-weight: 600;
    text-transform: uppercase;
}

.related-heading i,
.widget-heading i {
    margin-right: 5px;
}

.scroller {
    font-size: 13px;
}

.widget.c-popular .style-1 .popular-item-wrap .popular-img {
    width: 25%;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    max-width: 65px;
    border-radius: 10px;
}

.widget.c-popular .style-1 .popular-item-wrap .popular-content .widget-title {
    font-size: 14px;
}

.widget.c-popular .style-2 .popular-item-wrap {
    padding-bottom: 15px;
}

.widget.c-popular .style-2 .popular-item-wrap .popular-img {
    width: 100%;
    margin-bottom: 20px;
}

.widget.c-popular .style-2 .popular-item-wrap .popular-content .widget-title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 6px;
}

.widget.c-popular .style-2 .popular-item-wrap .popular-content .posts-date {
    font-size: 11px;
    line-height: 18px;
}

.widget.c-popular .popular-item-wrap {
    margin-bottom: 20px;
}

.widget.c-popular .popular-item-wrap:after {
    content: "";
    clear: both;
    display: table;
}

.widget.c-popular .popular-item-wrap .popular-content {
    overflow: hidden;
}

.widget.c-popular .popular-item-wrap .popular-content .widget-title {
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 5px;
}

.widget.c-popular .popular-item-wrap .popular-content .chapter-item {
    margin-bottom: 10px;
}

.widget.c-popular .popular-item-wrap .popular-content .chapter-item span {
    display: inline-block;
    margin-right: 15px;
}

.widget.c-popular .popular-item-wrap .popular-content .chapter-item span:last-child {
    margin-right: 0;
}

.widget.c-popular .popular-item-wrap .popular-content .chapter-item .chapter {
    background-color: #ebebeb;
    padding: 2px 10px;
    border-radius: 10px;
    font-weight: 600;
    -webkit-transition: background-color 200ms ease;
    -moz-transition: background-color 200ms ease;
    -o-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
}

.widget.c-popular .popular-item-wrap .popular-content .chapter-item .chapter:hover {
    background-color: #eb3349;
}

.widget.c-popular .popular-item-wrap .popular-content .chapter-item .chapter:hover a {
    color: #fff;
}

.widget.c-popular .popular-item-wrap .popular-content .chapter-item .chapter+.vol {
    text-align: right;
    margin-right: 0;
    float: right;
}

.widget.c-popular .popular-item-wrap .popular-content .chapter-item .vol+.post-on {
    display: block;
    text-align: right;
}

.widget.c-popular .popular-item-wrap .popular-content .chapter-item:last-child {
    margin-bottom: 0;
}

.description-summary.hide_show-more {
    margin-bottom: 0;
}

.summary__content.show-more {
    height: 119px;
    display: block;
    overflow: hidden;
    word-break: break-word;
    word-wrap: break-word;
    line-height: 30px;
    position: relative;
}

.summary__content.show-more:after {
    content: "";
    display: block;
    width: 100%;
    background: rgba(255, 255, 255, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
    position: absolute;
    bottom: 0;
    height: 30px;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    pointer-events: none;
}

.summary__content.show-more.active:after {
    opacity: 0;
}

.summary__content.show-more {
    height: 119px;
    display: block;
    overflow: hidden;
    word-break: break-word;
    word-wrap: break-word;
    line-height: 30px;
    position: relative;
}

.summary__content.show-more:after {
    content: "";
    display: block;
    width: 100%;
    background: rgba(255, 255, 255, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
    position: absolute;
    bottom: 0;
    height: 30px;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    pointer-events: none;
}

.c-content-readmore {
    text-align: center;
}

.content-readmore {
    -webkit-transition: color 200ms;
    -moz-transition: color 200ms;
    -o-transition: color 200ms;
    transition: color 200ms;
    font-weight: 600;
    color: var(--text-color-1);
    text-decoration: none;
    position: relative;
}

.btn-more {
    text-decoration: none!important;
}

.btn-link:focus,
.btn-link:hover {
    color: var(--text-color-2);
}

.post-rating span {
    color: #ffffff;
}

.post-rating {
    position: relative;
    transition: opacity ease-in 0.5s;
}

.post-rating .post-total-rating i.ion-ios-star,
.post-rating .post-total-rating i.ion-ios-star.rating_current,
.post-rating .post-total-rating i.ion-ios-star-half {
    color: var(--theme-color);
}

.post-rating .user-rating {
    position: relative;
    top: 0;
    display: none;
}

.post-rating .user-rating i.ion-ios-star,
.post-rating .user-rating i.ion-ios-star.rating_current,
.post-rating .user-rating i.ion-ios-star-half {
    color: var(--theme-color);
}

.post-rating i {
    font-size: 25px;
    margin: 0 1px;
}

.post-rating i.ion-ios-star,
.post-rating i.ion-ios-star.rating_current,
.post-rating i.ion-ios-star-half {
    color: var(--theme-color);
}

.post-rating i:hover {
    cursor: pointer;
}

.post-rating span {
    margin-left: 8px;
    font-weight: 600;
    color: #ffffff;
    font-size: 24px;
}

.post-rating:hover .user-rating.allow_vote {
    display: block;
}

.post-rating:hover .post-total-rating.allow_vote {
    display: none;
}

.action_icon {
    text-align: center;
}

.action_icon i {
    font-size: 30px;
    color: var(--theme-color);
}

.action_detail {
    text-align: center;
}

.manga-action {
    display: grid;
    grid-template-columns: auto auto;
    margin-top: 10px;
}

.chapter-thumbnail {
    position: relative;
}

.chapter-thumbnail {
    display: table-cell;
    vertical-align: middle;
}

.thumb {
    border-radius: 7px;
    max-height: 100px;
}

.tab button {
    display: inline-block;
    border-radius: 12px;
    padding: 9px 20px;
    margin-bottom: 20px;
    position: relative;
    letter-spacing: 1px;
    color: #7d7efb;
    background: var(--blur-3-color);
    font-size: 14px;
    font-weight: 600;
    border: solid 2px #7D7EFB;
    transition: var(--koi-transition);
}

.tab button:hover {
    background: linear-gradient(90deg, #b4b5ff, #7d7efa);
    transition: var(--koi-transition);
    border: transparent;
    color: #fff;
    padding: 11px 22px;
}

.tab button.active {
    background: linear-gradient(90deg, #b4b5ff, #7d7efa);
    transition: var(--koi-transition);
    border: transparent;
    color: #fff;
    padding: 11px 22px;
}

textarea,
input {
    border: 1px solid #f4f5f7;
    padding: 5px 10px
}

textarea {
    width: 100%;
}

.comment-list,
.children {
    list-style: none;
}

.comment-list {
    margin-left: 0;
    padding-left: 0;
}

ul.children {
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
}

.comment-wrap {
    border-bottom: 1px solid #f4f5f7;
    padding-bottom: 40px;
    margin-bottom: 50px;
    position: relative;
}

.comment-wrap .comments-title {
    padding-top: 60px;
}

.comment-wrap .comment-img {
    float: left;
    margin-right: 20px;
    padding-bottom: 25px;
}

.comment-author {
    text-align: left;
}

.comment-reply {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 5px 10px;
    background: #f4f5f7;
    font-size: 12px;
    text-transform: uppercase;
}

.comment-author,
.comment-author a {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 3px;
    font-weight: 700;
}

.comment-date {
    font-size: 11px;
    letter-spacing: 1px;
    display: block;
    padding-bottom: 7px;
}

.depth-2 .comment-wrap {
    padding-left: 30px;
}

.depth-3 .comment-wrap {
    padding-left: 60px;
}

.depth-4 .comment-wrap {
    padding-left: 90px;
}

.depth-5 .comment-wrap {
    padding-left: 120px;
}

.depth-6 .comment-wrap {
    padding-left: 150px;
}

.depth-7 .comment-wrap {
    padding-left: 180px;
}

.depth-8 .comment-wrap {
    padding-left: 210px;
}

.depth-9 .comment-wrap {
    padding-left: 240px;
}

.depth-10 .comment-wrap {
    padding-left: 270px;
}

#commentform #comment,
#commentform #author,
#commentform #email,
#commentform #url {
    display: block;
    width: 100%;
}

#commentform input[type="submit"] {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: var(--koi-gradient);
    margin-top: 15px;
    margin-bottom: 15px;
    color: #fff;
}

#commentform input[type="submit"]:hover {
    background: var(--koi-gradient);
}

.title-line {
    border-top: 1px dotted #f4f5f7;
    display: block;
    max-width: 30%;
    margin: 0 auto 25px;
}

#wp-comment-cookies-consent {
    vertical-align: top;
    margin-right: 5px;
}

@media (max-width: 767px) {
    .comment-list,
    .children {
        padding-left: 0px;
    }
    .comment-wrap .comment-img {
        float: none;
        margin: 0px;
        width: 100%;
        padding-bottom: 0px;
    }
    .comment-img>img {
        display: block;
        margin: 0px auto;
    }
    .comment-author,
    .comment-author a,
    .comment-date {
        text-align: center;
    }
    .depth-2 .comment-wrap,
    .depth-3 .comment-wrap,
    .depth-4 .comment-wrap,
    .depth-5 .comment-wrap,
    .depth-6 .comment-wrap,
    .depth-7 .comment-wrap,
    .depth-8 .comment-wrap,
    .depth-9 .comment-wrap,
    .depth-10 .comment-wrap {
        padding-left: 0px;
    }
    .comment-reply {
        position: relative;
        text-align: center;
        display: block;
        margin-top: 25px;
    }
}

.item-description {
    overflow-x: auto;
    max-height: 140px;
}

.tax-image {
    border-radius: 10px;
    margin-bottom: 30px;
}

.manga-filter {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    margin-bottom: 20px;
    text-align: center;
    gap: 10px;
}

@media (max-width: 700px) {
    .manga-filter {
        grid-template-columns: auto auto auto;
    }
}

.manga-filter .filter {
    background-color: var(--blur-2-color);
    padding: 10px 20px;
    padding: 5px;
    border-radius: 7px;
}

#chapter-heading {
    font-size: 26px;
    margin-top: 30px;
    text-align: center;
    font-weight: 600;
}

.btn-snazzy {
    color: #fff;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    min-width: 135px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.btn-snazzy span {
    color: #fff;
}

.btn-snazzy.light-blue-left {
    background: var(--blur-1-color);
    background: linear-gradient( to right, var(--theme-color), var(--blur-1-color));
    border-radius: 20px;
}

.btn-snazzy.light-blue-center {
    background: var(--blur-1-color);
    background: linear-gradient( to right, var(--theme-color), var(--theme-color));
    border-radius: 20px;
}

.btn-snazzy.light-blue-right {
    background: var(--blur-1-color);
    background: linear-gradient( to right, var(--blur-1-color), var(--theme-color));
    border-radius: 20px;
}

.v-btn.disabled,
.btn-snazzy.disabled {
    background: var(--blur-3-color);
    pointer-events: none;
}

.nav-links {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.read-container {
    /* text-align: center; */
    margin-bottom: 50px;
    position: relative;
}

.read-container img {
    /* margin: 0 auto 20px; */
}

.read-container .no-gaps img {
    margin: 0 auto;
}

.read-container .page-link-hover {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
}

.read-container .page-link-hover.page-next-link {
    left: auto;
    right: 0;
}

@media (max-width: 480px) {
    .read-container {
        margin-bottom: 30px;
    }
}

.page-break.no-gaps {
    line-height: 0;
}

.reading-content .post-password-form label {
    width: 100%;
}

.reading-content .post-password-form input[name='post_password'],
#oneshot-reader .post-password-form input[name='post_password'] {
    width: 300px;
    display: inline-block
}

.post-password-form label {
    margin-bottom: 10px;
}

.post-password-form input[name='post_password'] {
    line-height: 1.5;
    width: 100%;
    height: 38px;
    border: 1px solid rgba(45, 45, 45, 0.3);
    /* border-radius: 5px; */
    padding: 0 15px 0 15px;
}

.post-password-form input[name='Submit'] {
    background-color: var(--theme-color);
    border: none;
    border-radius: 20px;
    font-weight: 600;
    color: #fff;
    padding: 11px 25px;
    vertical-align: bottom;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 10px;
}

.reading-content .post-password-form input[name='Submit'],
#oneshot-reader .post-password-form input[name='Submit'] {
    padding: 10px 25px
}

.post-password-form input[name='Submit']:hover {
    background-color: #0f0f0f;
}

.tptn_counter {
    clear: both;
}


/* hide counter in chapter reading page */

.reading-manga .reading-content .tptn_counter {
    display: none
}

.c-blog-post .entry-content .entry-content_wrap .reading-content {
    position: relative;
}

.reading-manga .reading-content {
    padding: 0 15px
}

.reading-content .text-left .mdp-speaker-wrapper {
    display: none
}


/** hide speaker if any in the reading content, this reader is for Novel description */

.alert {
    padding: 20px 15px;
    background-color: var(--blur-3-color);
    border-left: 4px solid var(--theme-color);
    border-right: transparent;
    border-top: transparent;
    border-bottom: transparent;
    color: var(--text-color-1);
    text-align: left;
    font-size: 16px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.c-tabs-item {
    display: grid;
    grid-template-columns: auto;
}

@media(min-width: 1024px) {
    .c-tabs-item {
        grid-template-columns: 50% 50%;
        column-gap: 20px;
    }
}

.search-wrap .search-item {
    padding: 20px 20px;
    margin-bottom: 20px;
    background: var(--blur-3-color);
    border-radius: var(--koi-radius);
    display: flex;
}

.search-thumb img {
    border-radius: 10px;
    max-width: 120px;
}

.search-content {
    padding: 0px 20px;
}

.search-wrap .search-post-title a {
    font-weight: 600;
}

.search-wrap .search-item .chapter {
    background: var(--blur-2-color);
    padding: 5px;
    border-radius: 10px;
}

.search-wrap .search-item .summary-heading h5 {
    font-weight: 600;
    color: var(--text-color-1);
}

.search-wrap .search-item .tab-meta {
    margin-top: 10px;
}

.search-field {
    font-size: 18px;
    padding: 17px 100px 16px 30px;
    border: none;
    width: 100%;
    border-radius: 5px;
    background-color: var(--blur-3-color);
    color: var(--text-color-1);
    height: 60px;
}

.search-form {
    width: 100%;
    margin-bottom: 0;
}

.search-form {
    width: 100%;
    font-size: 0;
    position: relative;
}

.search-form>* {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

.search-submit {
    padding: 19px 30px 18px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    width: 82px;
    height: 60px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: var(--theme-color);
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.search-form .icon {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    font-size: 30px;
    position: absolute;
    right: 30px;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff;
    pointer-events: none;
}

.search-form .icon {
    cursor: pointer;
}

.ui-menu .search-item {
    display: none!important;
}

.item-title {
    color: var(--text-color-1);
}

.settings-page .history-grid {
    display: grid;
    grid-template-columns: auto;
    gap: 15px;
}

@media (min-width: 500px) {
    .settings-page .history-grid {
        grid-template-columns: auto auto;
    }
}

@media (min-width: 1200px) {
    .settings-page .history-grid {
        grid-template-columns: auto auto auto;
    }
}

.settings-page .history-content {
    display: flex;
    background: var(--blur-3-color);
    padding: 10px;
    border-radius: 10px;
}

.settings-page .history-content .item-thumb {
    margin-right: 10px;
}

.settings-page .history-content .item-thumb img {
    height: 100%;
    width: auto;
    border-radius: 10px;
}

.settings-page .history-content .item-infor .settings-title h3 {
    display: block;
    color: #fff;
    font-size: 14px;
    width: 150px;
    font-weight: 600;
    margin-bottom: 5px;
}

.settings-page .nav-tabs-wrap {
    margin-bottom: 30px;
}

.settings-page .nav-tabs-wrap ul.nav-tabs {
    border-bottom: none;
}

.settings-page .nav-tabs-wrap ul.nav-tabs li {
    width: 100%;
    position: relative;
}

.settings-page .nav-tabs-wrap ul.nav-tabs li.active a,
.off-canvas {
    background: var(--koi-gradient);
    color: #fff;
}

.settings-page .nav-tabs-wrap ul.nav-tabs li a {
    background-color: #f3f3f3;
    color: var(--text-color-1);
    font-weight: 600;
    padding: 10px 15px 8px;
    margin-bottom: 10px;
    border: none;
    border-radius: 10px;
    margin-right: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.settings-page .nav-tabs a {
    display: block;
    line-height: 1.42857143;
}

.settings-page .nav-tabs-wrap ul.nav-tabs li a i {
    font-size: 24px;
    vertical-align: middle;
    margin-right: 15px;
}

.position-relative img {
    border-radius: 7px;
}

.default-list.list-6 .comic-list-item,
.default-list.list-5 .comic-list-item,
.default-list.list-4 .comic-list-item {
    /* height: 215px; */
}

@media(min-width: 500px) {
    .default-list.list-6 .comic-list-item,
    .default-list.list-5 .comic-list-item,
    .default-list.list-4 .comic-list-item {
        /* height: 275px; */
    }
}

@media(min-width: 1200px) {
    .default-list.list-6 .comic-list-item,
    .default-list.list-5 .comic-list-item,
    .default-list.list-4 .comic-list-item {
        /* height: 300px; */
    }
}

.post-nav {
    display: grid;
    grid-template-columns: auto auto;
    text-align: center;
}

.footer-container {
    margin-top: 50px;
    box-shadow: rgba(50, 50, 93, .25) 0 13px 27px -5px, rgba(0, 0, 0, .3) 0 8px 16px -8px
}

.footer-menu {
    padding: 25px 0 10px;
}

.note {
    background: #6c6c6c;
    padding: 20px;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.6em;
    margin-bottom: 25px;
    box-shadow: rgba(33, 35, 38, .1) 0 10px 10px -10px;
    position: relative;
    border-radius: 20px;
}

.copyright {
    padding: 15px 0;
    font-size: 13.5px;
    letter-spacing: -.7px;
    background: #fff4f0;
}

.owl-footer {
    width: 70px;
    position: absolute;
    bottom: -53px;
    left: 25px;
    pointer-events: none;
}

.chapter-type-manga .c-blog-post .entry-content .entry-content_wrap .reading-content::before {
    display: none!important;
}

.my-history-title {
    padding: 10px;
    background: var(--blur-3-color);
    border-radius: 10px;
    margin-bottom: 15px;
}

.see-more {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    background: var(--blur-2-color);
    padding: 5px;
    border-radius: 10px;
}


/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1050;
    /* Sit on top */
    padding-top: 50px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content */
.modal-header {
    padding: 5px;
}
.modal-footer {
    padding: 5px;
}
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 700px;
    color: gray;
}


/* The Close Button */

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#user_login {
    width: 100%
}

#user_pass {
    width: 100%
}

.dang-dang-nhap {
    margin-top: 500px;
}

@media (max-width: 600px) {
    .dang-nhap {
        width: 90%
    }
}

.message {
    color: #333
}

#username,
#email,
#pwd1,
#pwd2,
#last_name,
#first_name {
    width: 100%
}

.dang-nhap .button-primary,
.dang-ky .button {
    background: linear-gradient( to right, var(--theme-color), var(--blur-1-color));
    border-radius: 10px;
    color: #fff;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.reading-content {
    padding: 15px;
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0 24px 24px -18px rgb(69 104 129/33%), 0 9px 45px 0 rgb(114 119 160/12%);
    width: 100%;
    font-size: 24px;
    border-radius: 15px;
}

.reading-content img {
    width: 100%;
}

#backtotop {
    display: none;
    position: fixed;
    bottom: 200px;
    right: 10px;
    z-index: 999999999;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    border-radius: 30px;
    opacity: 0.7;
    background: transparent;
}

@media(max-width: 720px) {
    #backtotop {
        bottom: 25px
    }
}

#levelmaxblock {
    background: rgba(0, 0, 0, 0.65);
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    z-index: 999999;
    animation: fadeInDown 1s;
}

#levelmaxblock .header {
    margin: 0 0 15px;
}

#levelmaxblock .inner {
    background: #e3482d;
    color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 600px;
    padding: 40px;
    border-radius: 6px;
    margin: 7% auto 2%;
}

#levelmaxblock button {
    padding: 10px 20px;
    border: 0;
    background: rgba(0, 0, 0, 0.15);
    color: #fff;
    margin: 20px 5px;
    cursor: pointer;
    transition: all 0.3s;
}

#levelmaxblock button:hover {
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
    outline: none;
}

#levelmaxblock button.active,
#levelmaxblock button:hover.active {
    background: #fff;
    color: #222;
    outline: none;
}

#levelmaxblock .caranya {
    background: #fff;
    text-align: left;
    color: #000;
    padding: 20px;
    height: 250px;
    overflow: auto;
    line-height: 30px;
}

#levelmaxblock .caranya div {
    display: none;
}

#levelmaxblock .caranya div.active {
    display: block;
    animation: fadeInUp 0.5s;
}

#levelmaxblock ol {
    margin-left: 20px;
}

@media (max-width: 680px) {
    #levelmaxblock .inner {
        width: calc(100% - 80px);
        margin: auto;
    }
    .btn-snazzy {
        min-width: 10px;
        padding: 5px 10px;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

:root {
    --madara-main-color: #eb3349;
}

#pageloader.spinners {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #222
}

p.madara-unyson {
    color: #FF0000;
}

.table.table-hover.list-bookmark tr:last-child td {
    text-align: center;
}

#adminmenu .wp-submenu li.current {
    display: none !important;
}

.show_tgmpa_version {
    float: right;
    padding: 0em 1.5em 0.5em 0;
}

.tgmpa>h2 {
    font-size: 23px;
    font-weight: 400;
    line-height: 29px;
    margin: 0;
    padding: 9px 15px 4px 0;
}

.update-php {
    width: 100%;
    height: 98%;
    min-height: 850px;
    padding-top: 1px;
}

.c-blog-post .entry-content .entry-content_wrap .read-container img.alignleft {
    margin: 10px 30px 10px 0 !important;
}

.c-blog-post .entry-content .entry-content_wrap .read-container img.alignright {
    margin: 10px 0px 10px 30px !important;
}

.read-container i.fas.fa-spinner.fa-spin {
    font-size: 31px;
    color: #888;
}

.c-blog-post .entry-content .entry-content_wrap .read-container img {
    cursor: pointer;
}

.choose-avatar .loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.72);
    z-index: 1;
    display: none;
}

.choose-avatar .loading-overlay i.fas.fa-spinner {
    font-size: 40px;
    color: #ec3348;
}

.choose-avatar .loading-overlay .loading-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.choose-avatar.uploading .loading-overlay {
    display: block;
}

.site-header .c-sub-header-nav .entry-header {
    display: none;
    margin-bottom: 15px;
}

.site-header .c-sub-header-nav.sticky .entry-header {
    display: block;
}

.site-header .c-sub-header-nav.hide-sticky-menu.sticky .c-sub-nav_wrap {
    display: none;
}

.site-header .c-sub-header-nav.hide-sticky-menu .entry-header {
    margin-top: 15px;
}

body.page .c-page-content .c-page .c-page__content .page-content-listing .page-listing-item .page-item-detail .item-summary .list-chapter .chapter-item span.vol.font-meta {
    display: none
}

.chapter-type-manga .c-blog-post .entry-content .entry-content_wrap .reading-content::before {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}

.page-listing-item .post-title h3,
.slider__content_item h4 {
    -webkit-line-clamp: 3;
}

.settings-page table.list-bookmark>tbody tr td>div.mange-name:before {
    content: "Manga Name";
}

.settings-page table.list-bookmark>tbody tr td>div.action:before {
    content: "Edit";
}

.settings-page table.list-bookmark>tbody tr td>div.post-on:before {
    content: "Updated Time";
}
