@charset "UTF-8";
@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/materialicons/v99/flUhRq6tzZclQEJ-Vdg-IuiaDsNZ.ttf) format("truetype");
}
.material-icons {
    font-family: "Material Icons";
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
}
.tpd-close-icon,
a {
    text-decoration: none;
}
.btn {
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 1em;
    cursor: pointer;
    display: inline-block;
    width: auto;
    line-height: 1;
    background: var(--e-global-color-secondary ) !important;
    color: #f3f5fa !important;
    font-weight: 700;
    padding: 0.75rem 1.5rem;
    border: none !important;
    border-radius: 2rem;
    text-decoration: none !important;
}
.btn:hover {
    opacity: 0.7;
}
body {
    color: var(--e-global-color-text)!important;
}
li{
    margin-bottom: 0!important;
}
.tooltip {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: help;
    position: relative;
    border-bottom: 1px rgba(0, 36, 83, 0.5) dashed;
}
.tooltip::after {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 12.8px;
    font-size: 0.8rem;
    position: relative;
    top: 0.1rem;
    margin: 0 0 0 0.2rem;
    content: "help";
    color: rgba(0, 36, 83, 0.5);
    font-family: "Material Icons";
}
#header,
#header .wrap {
    -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.tooltip.active {
    border: none;
    background: rgba(0, 36, 83, 0.1);
}
.tag {
    display: inline-block;
    line-height: 1;
    background: #00a0dd;
    color: #fff;
    padding: 0.4em 1em;
    border-radius: 2em;
    text-transform: uppercase;
}
.tag.free {
    background: #bbb;
}
.tag.standard {
    background: #1b998b;
}
.tag.premiere {
    background: #f5a623;
}
.tag.exclusive {
    background: #43425d;
}
.screen-reader-text {
    display: none;
}
iframe {
    border: none;
}
.wrap {
    max-width: 1100px;
    margin: 0 auto;
}
@media (max-width: 1100px) {
    .wrap {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}
.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}
@media (max-width: 768px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 480px) {
    .grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}
.align-center {
    text-align: center;
}
.cta {
    font-size: 1.2rem;
    border: 2px solid #00a0dd;
    font-weight: 700;
    padding: 1rem;
    text-align: center;
}
.cta:not(:last-child) {
    margin-bottom: 2rem;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
#header {
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    background: #002453;
    z-index: 999;
}
#header .wrap,
#header .wrap .menu li a .tag,
#header .wrap h1 a img,
#header .wrap h1 a svg {
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#header .wrap {
    -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 2rem 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
}
#header .wrap h1 {
    line-height: 1;
    margin-right: auto;
}
#header .wrap h1 a {
    display: block;
    overflow: hidden;
}
#header .wrap h1 a img,
#header .wrap h1 a svg {
    -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
    height: 4rem;
    width: auto;
}
#header .wrap h1.image strong,
#respond p label {
    display: none;
}
#header .wrap h1 a img path,
#header .wrap h1 a img polygon,
#header .wrap h1 a svg path,
#header .wrap h1 a svg polygon {
    fill: #002453;
}
#header .wrap .menu {
    font-size: 16px;
    font-size: 1rem;
    display: flex;
    align-items: center;
}
#header .wrap .menu li a {
    position: relative;
    font-weight: 700;
    display: flex;
    line-height: 1;
    color: #f3f5fa;
    align-items: center;
    padding: 0.5rem 1rem;
}
#header .wrap .menu li a i {
    font-size: 1.3em;
    margin: 0 0.25rem 0 0;
}
#header .wrap .menu li a img {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 100%;
    margin: 0 0.5rem 0 0;
}
#header .wrap .menu li a .tag {
    font-size: 9.6px;
    font-size: 0.6rem;
    -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute;
    top: 0.2rem;
    left: 1.8rem;
    max-width: 1rem;
    line-height: 1rem;
    padding: 0;
}
#header .wrap .menu li a .tag strong {
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    padding: 0 0.5rem;
}
#header .wrap .menu li a:hover .tag {
    max-width: 10rem;
}
#header .wrap .menu li a:hover .tag strong {
    opacity: 1;
}
@media (min-width: 768px) {
    #header .wrap .menu li a.active {
        color: #fff;
        background: rgba(255, 255, 255, 0.25);
        border-radius: 1rem;
    }
    #header .wrap .menu li a.active i {
        position: relative;
        color: transparent;
    }
    #header .wrap .menu li a.active i::before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        content: "close";
        font-family: "Material Icons";
    }
    #header.fixed {
        position: sticky;
        top: 0;
        z-index: 9999999999;
    }
    #header.fixed .wrap {
        padding: 1rem 0;
    }
    #header.fixed .wrap h1 img {
        height: 2rem;
    }
}
@media (max-width: 768px) {
    #header {
        position: static;
        margin-bottom: 5rem;
    }
    #header .wrap .menu li {
        margin: 0;
    }
    #header .wrap .menu li a {
        font-size: 24px;
        font-size: 1.5rem;
    }
    #header .wrap .menu li a i {
        font-size: 1em;
        margin: 0;
    }
    #header .wrap .menu li a span,
    #header .wrap .menu li.register {
        display: none;
    }
    #header .wrap #main-menu {
        -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        position: fixed;
        border-top: 1px #fff solid;
        right: 0;
        top: 8rem;
        left: 0;
        background: #e1e6f3;
        justify-content: center;
        z-index: 999;
    }
    .fixed #header .wrap #main-menu {
        transform: translateY(-8rem);
    }
    #header .wrap #main-menu li a {
        position: relative;
        color: #003a70;
        height: 5rem;
        padding: 0 2rem;
    }
    #header .wrap #main-menu li a.active {
        opacity: 1 !important;
    }
    #header .wrap #main-menu li a.active::before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        content: "close";
        font-family: "Material Icons";
        background: #fff;
        color: rgba(34, 34, 34, 0.5);
    }
}
#footer .whatsapp,
.modalized {
    position: fixed;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.modalized {
    -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    background: #fff;
    box-sizing: border-box;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    z-index: 998;
    overflow: hidden;
}
#footer .whatsapp,
#search-form .container .search-form {
    -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.modalized .container,
.modalized .menu-menu-principal-container {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 1rem;
}
.modalized.active {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    top: 8rem;
    display: block;
    overflow: auto;
    opacity: 1;
}
.fixed .modalized.active {
    top: 4rem;
}
@media (max-width: 768px) {
    .modalized {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    .modalized.active {
        top: 13rem;
        bottom: 0;
    }
    .fixed .modalized.active {
        top: 5rem;
    }
}
#site-navigation #primary-menu-container #primary-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    width: 100%;
    max-width: 1100px;
}
#search-form {
    bottom: auto;
}
#search-form.active {
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
    opacity: 1;
}
#search-form .container {
    padding: 2rem 1rem;
}
#search-form .container .search-form {
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 1rem;
    border: 1px solid rgba(34, 34, 34, 0.1);
    border-radius: 4rem;
    width: 100%;
    max-width: 1100px;
}
#search-form .container .search-form label {
    flex-grow: 1;
}
#search-form .container .search-form input {
    background: 0 0 !important;
    border: none !important;
    padding: 0;
}
#search-form .container .search-form input.search-field {
    font-size: 19.2px;
    font-size: 1.2rem;
}
#search-form .container .search-form input.search-submit {
    cursor: pointer;
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    z-index: 2;
    color: transparent;
    overflow: hidden;
}
#search-form .container .search-form::after {
    font-size: 32px;
    font-size: 2rem;
    position: absolute;
    right: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "search";
    font-family: "Material Icons";
    z-index: 1;
    color: #00a0dd;
}
#search-form .container .search-form:focus-within {
    border-color: rgba(34, 34, 34, 0.5);
}
.menu-menu-principal-container li {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
}
.menu-menu-principal-container li a {
    display: block;
    background: #f3f5fa;
    color: #222;
    text-align: center;
    border-radius: 1rem;
    padding: 1rem;
}
.menu-menu-principal-container li.current-menu-item a,
.menu-menu-principal-container li.current_page_item a {
    background: #00a0dd;
    color: #fff !important;
}
.menu-menu-principal-container li.current-menu-item a:before,
.menu-menu-principal-container li.current_page_item a:before {
    color: inherit;
}
.menu-menu-principal-container li a::before {
    font-size: 56px;
    font-size: 3.5rem;
    display: block;
    margin: 0 0 0.5rem;
    font-family: "Material Icons";
    color: #00a0dd;
}
.menu-menu-principal-container li a:hover {
    color: #00a0dd;
}
.menu-menu-principal-container a.educacion::before {
    content: "menu_book";
}
.menu-menu-principal-container a.eventos::before {
    content: "event";
}
.menu-menu-principal-container a.informes::before {
    content: "show_chart";
}
.menu-menu-principal-container a.foros::before {
    content: "forum";
}
.menu-menu-principal-container a.notas::before {
    content: "message";
}
.menu-menu-principal-container a.webinarios::before {
    content: "voice_chat";
}
.entry-content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2rem 0;
}
@media (max-width: 1100px) {
    .entry-content {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}
.entry-content blockquote,
.entry-content dl,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content ol,
.entry-content p,
.entry-content table,
.entry-content ul {
    margin-bottom: 2rem;
}
h3.titular{
    color: var(--e-global-color-text);
}
.entry-content h3.titular {
    font-size: 22.4px;
    font-size: 1.4rem;
    line-height: 1;
    display: flex;
}
.entry-content h3.titular::before {
    font-family: "Material Icons";
    content: "play_arrow";
    display: inline-block;
    vertical-align: baseline;
    margin: 0 0.25rem 0 0;
    color: #00a0dd;
}
.entry-content h3.titular.notas::before {
    content: "message";
}
.entry-content h3.titular.cursos::before {
    content: "menu_book";
}
.entry-content h3.titular.eventos::before {
    content: "event";
}
.entry-content h3.titular.informes::before {
    content: "show_chart";
}
.entry-content h3.titular.search::before {
    content: "search";
}
.entry-content h3.titular.registro::before {
    content: "person_add";
}
.entry-content h3.titular.webinarios::before {
    content: "voice_chat";
}
.entry-content h3.titular small {
    font-size: 0.9rem;
    color: #00a0dd;
    background: rgba(0, 160, 221, 0.1);
    align-self: center;
    padding: 0.2rem 0.5rem;
    margin-left: 0.5rem;
    border-radius: 1rem;
}
@media (max-width: 768px) {
    #search-form {
        opacity: 0;
    }
    .entry-content h3.titular {
        flex-wrap: wrap;
    }
    .entry-content h3.titular small {
        flex: 0 0 auto;
    }
}
.entry-content p {
    line-height: 1.5em;
}
.entry-content img {
    max-width: 100%;
    height: auto;
}
.entry-content img.aligncenter {
    display: block;
    margin: 0 auto;
}
.entry-content img.alignleft {
    float: left;
    margin: 0 1rem 1rem 0;
}
.entry-content img.alignright {
    float: right;
    margin: 0 0 1rem 1rem;
}
.entry-content figure {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 2rem;
    justify-content: center;
}
.entry-content figure figcaption {
    flex: 0 0 100%;
    font-size: 12.8px;
    font-size: 0.8rem;
    font-weight: 600;
    opacity: 0.7;
    margin: 0.5rem 0 0;
}
.entry-content figure.wp-block-embed {
    display: block;
    max-width: 1100px;
}
#children .entry-content,
#comments,
#respond,
.entry-content.single {
    max-width: 1140px;
    padding-left:100px;
}
.entry-content .posts-navigation {
    margin-top: 2rem;
}
.entry-content .posts-navigation .nav-links {
    display: flex;
    justify-content: space-between;
}
.entry-content .posts-navigation .nav-links.centered {
    justify-content: center;
}
.entry-content .preview {
    font-size: 19.2px;
    font-size: 1.2rem;
    position: relative;
    color: #006991;
    text-align: center;
    margin-bottom: 4rem;
    box-shadow: 0 -2rem 4rem 2rem #fff;
    z-index: 6;
}
.entry-content .preview p:last-child {
    margin: 0;
}
.entry-content.single a:not(.wp-block-button__link) {
    color: var(--e-global-color-secondary);
    text-decoration: none;
}
.entry-content.single a:not(.wp-block-button__link):hover {
    color: #002453;
}
#children {
    background: #f3f5fa;
}
#children .entry-content .children li {
    padding: 1rem;
    border: 1px solid #cfd7eb;
    background: #fff;
    margin: 0 0 1rem !important;
    border-radius: 1rem;
    list-style: none !important;
}
#children .entry-content .children li a {
    color: #222;
    display: flex;
    align-items: center;
}
#children .entry-content .children li a img {
    width: 4rem;
    height: 4rem;
    border-radius: 1rem;
    margin: 0 1rem 0 0;
}
#children .entry-content .children li a h3 {
    margin: 0;
}
#children .entry-content .children li a p {
    font-size: 14.4px;
    font-size: 0.9rem;
    margin: 0;
    color: rgba(34, 34, 34, 0.5);
}
#children .entry-content .children li.active a {
    color: #00a0dd;
}
#footer .links a,
.page .header-cover a,
.single .header-cover a {
    color: rgba(243, 245, 250, 0.6);
}
.entry-container {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.page .header-cover,
.single .header-cover {
    text-align: center;
}
.page .header-cover .categorias,
.single .header-cover .categorias {
    font-size: 12.8px;
    font-size: 0.8rem;
    font-weight: 700;
    margin: 0 0 1rem;
}
.page .header-cover .categorias span,
.single .header-cover .categorias span {
    margin: 0 0.25rem;
}
.page .header-cover h1,
.single .header-cover h1 {
    font-size: 40px;
    font-size: 2.5rem;
}
.page .header-cover .intro,
.single .header-cover .intro {
    font-size: 19.2px;
    font-size: 1.2rem;
    margin: 1rem 0 0;
}
.page .header-cover .autor,
.single .header-cover .autor {
    font-size: 12.8px;
    font-size: 0.8rem;
    margin: 1rem 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}
.page .header-cover .autor .sep,
.single .header-cover .autor .sep {
    margin: 0 0.5rem;
}
.page .header-cover .autor img,
.single .header-cover .autor img {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 100%;
    margin: 0 0.5rem 0 0;
}
#modal-cancel-subscription .form form .radio-form-group label,
.single .entry-content ol,
.single .entry-content ul {
    margin-left: 1rem;
}
.page .header-cover .autor em,
.single .header-cover .autor em {
    font-style: normal;
}
.single .entry-content li {
    list-style-type: disc !important;
    padding: 0.2rem 0;
}
.single .entry-content ol li {
    list-style-type: decimal;
    padding: 0.2rem 0;
}
.comment-reply-title {
    text-transform: uppercase;
    margin: 0 0 1rem;
    padding: 0 0 1rem;
    border-bottom: 1px #cfd7eb solid;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.comment-reply-title a {
    font-size: 16px;
    font-size: 1rem;
    color: #00a0dd;
    text-transform: none;
}
#comments {
    margin: 4rem auto;
}
@media (max-width: 1100px) {
    #comments {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}
#comments .comment {
    margin: 0 0 2rem;
    padding: 0 0 2rem;
}
#comments .comment article {
    border: 1px solid #cfd7eb;
    padding: 1rem;
}
#comments .comment article .comment-author {
    display: flex;
    align-items: center;
    margin: 0 0 1rem;
}
#comments .comment article .comment-author .avatar {
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    margin: 0 1rem 0 0;
}
#comments .comment article .comment-author .comment-metadata {
    font-size: 12.8px;
    font-size: 0.8rem;
    margin-left: auto;
}
#comments .comment article .entry-content {
    padding: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#comments .comment article .comment-footer-meta {
    text-align: right;
}
#comments .comment article .comment-footer-meta .comment-reply-link {
    font-size: 11.2px;
    font-size: 0.7rem;
    background: #abb9dc;
    padding: 0.25em 1em;
    color: #fff;
    border-radius: 1rem;
    text-transform: uppercase;
}
#comments .comment .comment {
    border: none;
    padding-bottom: 0;
    padding-left: 4rem;
    margin: 1rem 0 0;
}
#comments .comment:last-child {
    border: none;
}
#respond {
    margin: 0 auto;
    padding: 2rem 0 4rem;
}
@media (max-width: 1100px) {
    #respond {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}
#respond p {
    margin: 0 0 1rem;
}
#respond p.logged-in-as {
    text-align: left;
}
#respond p.logged-in-as a:not(:first-child) {
    font-size: 0.8em;
    color: #00a0dd;
}
#footer {
    background: linear-gradient(0deg, #002453, #003a70) #002453;
    color: #f3f5fa;
    text-align: center;
    padding: 2rem 1rem;
}
#footer .site-logo {
    display: block;
    height: 10rem;
    margin: 0 auto 2rem;
}
#footer .legal {
    font-size: 12.8px;
    font-size: 0.8rem;
    margin: 2rem 0;
}
#footer .links {
    font-size: 12.8px;
    font-size: 0.8rem;
    line-height: 1;
    margin: 2rem 0 0;
    padding: 1rem 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-top: 1px rgba(243, 245, 250, 0.1) solid;
}
#footer .links a {
    display: inline-block;
    padding: 0.75rem;
}
#footer .whatsapp {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0.8;
    bottom: 1rem;
    right: 1rem;
    z-index: 999;
    height: 2rem;
    padding: 1rem;
    background: #25d366;
    color: #fff;
    border-radius: 2rem;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
    display: flex;
    align-items: center;
    white-space: nowrap;
}
#footer .whatsapp svg {
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
    width: 2rem;
    height: auto;
}
#footer .whatsapp svg path {
    fill: #fff;
}
#footer .whatsapp span {
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 14.4px;
    font-size: 0.9rem;
    opacity: 0;
    font-weight: 700;
    display: inline-block;
    max-width: 0;
    overflow: hidden;
}
#footer .whatsapp:hover {
    opacity: 1;
}
#footer .whatsapp:hover svg {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}
#footer .whatsapp:hover span {
    max-width: 20rem;
    padding: 0 1rem 0 0;
    opacity: 1;
}
@media (max-width: 768px) {
    #footer .whatsapp {
        position: static;
        opacity: 1;
        z-index: 1;
        justify-content: space-around;
        padding: 0.5rem;
    }
    #footer .whatsapp span {
        opacity: 1;
        max-width: 100vw;
    }
    #footer .whatsapp svg {
        width: 1.5rem;
    }
}
#modal-cancel-subscription {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    opacity: 0;
}
#modal-cancel-subscription .form {
    -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(0);
    position: relative;
    background: #fff;
    padding: 2rem;
    border-radius: 1rem;
    max-width: 768px;
    z-index: 2;
    opacity: 0;
    display: grid;
    grid-template-columns: 20rem auto;
    align-items: center;
}
#modal-cancel-subscription .overlay,
.block-planes {
    -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    right: 0;
    left: 0;
    -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    bottom: 0;
}
#modal-cancel-subscription .form figure img {
    display: block;
    width: 100%;
    height: auto;
}
#modal-cancel-subscription .form form h1 {
    font-weight: 700;
    color: #00a0dd;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 2rem;
}
#modal-cancel-subscription .form form label {
    font-size: 14.4px !important;
}
#modal-cancel-subscription .form form .radio-form-group {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
#modal-cancel-subscription .form form .message-form-group {
    margin-top: 2rem;
    margin-bottom: 1rem;
}
#modal-cancel-subscription .form form .message-form-group label {
    margin-bottom: 1rem;
}
#modal-cancel-subscription .overlay {
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 58, 112, 0.9);
    z-index: 1;
    opacity: 0;
}
.block-planes,
form input,
form select,
form textarea {
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-sizing: border-box;
}
#modal-cancel-subscription.active,
#modal-cancel-subscription.active .form,
#modal-cancel-subscription.active .overlay {
    opacity: 1;
    transform: none;
}
.block-dashboard {
    margin: 0 0 2rem;
    background: #f3f5fa;
    padding: 1rem;
    border-radius: 1rem;
}
.block-dashboard .user-info {
    position: relative;
    display: flex;
    align-items: center;
}
.block-dashboard .user-info:before {
    content: "";
    position: absolute;
    top: 0.25rem;
    left: 3.75rem;
    width: 1rem;
    height: 1rem;
    background: #bbb;
    border-radius: 100%;
}
.block-dashboard .user-info.standard:before {
    background: #1b998b;
}
.block-dashboard .user-info.premiere:before {
    background: #f5a623;
}
.block-dashboard .user-info.exclusive:before {
    background: #43425d;
}
.block-dashboard .user-info .avatar {
    width: 5rem;
    height: 5rem;
    border-radius: 100%;
    flex-shrink: 0;
    flex-grow: 0;
    margin: 0 1rem 0 0;
}
.block-dashboard .user-info .user p {
    font-size: 11.2px;
    font-size: 0.7rem;
    margin: 0;
}
.block-dashboard .user-info .user p.welcome {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 0.5rem;
}
.block-dashboard .user-info .notifications {
    margin-left: auto;
    background: rgba(0, 160, 221, 0.1);
    border-radius: 2rem;
    padding: 1rem;
    display: flex;
    align-items: center;
}
.block-dashboard .user-info .notifications p.switcher .label,
.block-newsletter form p label,
.page-mi-perfil .block-dashboard .wpua-edit #wpua-images-existing,
.page-mi-perfil .block-dashboard .wpua-edit #wpua-upload-existing {
    display: none;
}
.block-dashboard .user-info .notifications p {
    margin: 0;
}
.block-dashboard .user-info .notifications p.text {
    font-weight: 700;
}
.block-dashboard .user-info .notifications p.text i {
    font-size: 24px;
    font-size: 1.5rem;
    color: #00a0dd;
    vertical-align: top;
}
.block-dashboard .user-info .notifications p.switcher {
    order: 2;
    margin-left: 1rem;
}
.block-dashboard .user-info .notifications p.switcher .switch {
    margin: 0;
}
.block-dashboard .user-info .notifications p.switcher.disabled + .text i {
    color: rgba(0, 0, 0, 0.3);
}
.block-dashboard .user-info .upgrade {
    font-size: 11.2px;
    font-size: 0.7rem;
    text-align: center;
    margin-left: auto;
}
@media (max-width: 768px) {
    .block-dashboard .user-info {
        flex-wrap: wrap;
    }
    .block-dashboard .user-info .upgrade {
        flex: 0 1 100%;
        margin: 1rem 0 0;
    }
}
.page-mi-perfil .block-dashboard {
    margin-top: 2rem;
    padding: 2rem;
}
.page-mi-perfil .block-dashboard .user-actions {
    margin: 2rem 0 0;
    padding: 2rem 0 0;
    border: solid #cfd7eb;
    border-width: 1px 0 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}
.page-mi-perfil .block-dashboard .user-actions ul li {
    padding: 0.5rem;
}
.page-mi-perfil .block-dashboard .user-actions ul li h4 {
    font-size: 1.2rem;
}
.page-mi-perfil .block-dashboard .user-actions ul li a {
    color: #00a0dd;
}
.page-mi-perfil .block-dashboard .user-actions ul li.active {
    background: #fff;
    border-radius: 2rem;
}
.page-mi-perfil .block-dashboard .user-actions ul li.active a {
    color: #222;
}
.page-mi-perfil .block-dashboard .user-actions.active {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-width: 1px 0;
}
@media (max-width: 768px) {
    .page-mi-perfil .block-dashboard .user-actions {
        grid-template-columns: 1fr;
    }
}
.page-mi-perfil .block-dashboard .user-contents h2,
.page-mi-perfil .block-dashboard .user-contents h3 {
    color: #002453;
    margin: 0 0 2rem;
}
.page-mi-perfil .block-dashboard .alert,
.page-mi-perfil .block-dashboard .updated {
    padding: 1rem;
    margin: 2rem 0 !important;
    border-radius: 2rem;
    background: #448c0d;
    color: #fff;
}
.page-mi-perfil .block-dashboard .wpua-edit #wpua-upload-messages-existing {
    font-size: 0.8em;
    margin: 1rem 0 0;
}
.page-mi-perfil .block-dashboard .wpua-edit .submit {
    display: block;
    text-align: center;
    padding: 0;
    margin-top: 2rem;
    background: 0 0 !important;
}
.filter {
    position: sticky;
    top: 6rem;
    border: 1px solid #cfd7eb;
    padding: 1rem;
    align-self: flex-start;
}
.filter h3 {
    font-size: 0.8rem;
    color: #99aad5;
    margin: 0 0 1rem;
    text-transform: uppercase;
}
.filter ul {
    margin: 0;
}
.filter ul li {
    display: block;
    cursor: pointer;
    padding: 0.5rem 0;
}
.filter ul li.active {
    font-weight: 700;
    color: #003a70;
}
@media (max-width: 480px) {
    .filter {
        position: static;
        margin: 0 0 2rem;
    }
}
.block-evento {
    margin: 0 auto 2rem;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);    
}

.bock-evento.block-webinario{

}
.block-evento h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    margin: 0 0 -1px;
    background: var(--e-global-color-secondary );
    color: #fff;
    padding: 1rem;
}
.block-evento dl {
    display: grid;
    grid-template-columns: minmax(auto, 100px) auto;
    margin: 0;
    align-items: initial;
}
.block-evento dl dd,
.block-evento dl dt {
    padding: 1rem;
}
.block-evento dl dt {
    color: var(--e-global-color-secondary );
    font-weight: 700;
}
.block-evento dl dt:nth-child(4n + 1),
.block-evento dl dt:nth-child(4n + 1) + dd {

}
body.page-proximos-eventos #content .entry-content {
    background: 0 0;
    padding: 0;
}
.block-lista-de-eventos ul li {
    margin: 0 0 2rem;
    border: 1px solid #cfd7eb;
    border-radius: 0 0 1rem 1rem;
    overflow: hidden;
}
.block-lista-de-eventos ul li .time {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: #f3f5fa;
    padding: 1rem;
    margin: 0;
    border-bottom: 1px #cfd7eb solid;
}
.block-lista-de-eventos ul li .time time {
    display: flex;
    font-weight: 900;
    opacity: 0.8;
}
.block-lista-de-eventos ul li .time time:first-letter {
    text-transform: uppercase;
}
.block-lista-de-eventos ul li .time time span {
    margin-left: 0.5rem;
    opacity: 0.7;
}
.block-lista-de-eventos ul li .time .tag {
    font-size: 12.8px;
    font-size: 0.8rem;
}
@media (max-width: 768px) {
    .block-lista-de-eventos ul li .time time {
        display: block;
    }
    .block-lista-de-eventos ul li .time time span {
        display: block;
        margin: 0;
    }
    .block-lista-de-eventos ul li .content {
        display: block;
    }
}
.block-lista-de-eventos ul li .content {
    padding: 1rem;
}
.block-lista-de-eventos ul li .content header h1 {
    font-size: 22.4px;
    font-size: 1.4rem;
    margin: 0;
    text-align: left !important;
}
.block-lista-de-eventos ul li .content header h1 a {
    text-decoration: none !important;
}
.block-lista-de-eventos ul li .content .descripcion {
    margin: 0.5rem 0 0;
    opacity: 0.7;
}
.block-lista-de-eventos ul li .content .action {
    text-align: center;
    margin: 1rem 0 0;
}
.block-lista-de-eventos ul li .content .action .btn {
    font-size: 14.4px;
    font-size: 0.9rem;
    margin-left: auto;
    flex-shrink: 0;
}
.block-lista-de-eventos ul li .content .action span.btn {
    background: #cfd7eb !important;
    color: #222 !important;
    opacity: 1;
    cursor: default;
}
.block-intro {
    position: relative;
    margin: 0 0 2rem;
    background: url(/wp-content/themes/cartafinanciera-theme/assets/img/block-intro.jpg) center center no-repeat fixed;
    background-size: cover;
    color: #f3f5fa;
    padding: 2rem;
    border-radius: 1rem;
    overflow: hidden;
    text-align: left;
}
.block-intro::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #003a70 50%, transparent);
    opacity: 0.7;
    z-index: 1;
}
.block-intro .content {
    position: relative;
    z-index: 2;
    max-width: 480px;
}
.block-intro .content h1 {
    margin: 0 auto 1rem;
}
.block-intro .content h2 {
    font-size: 1.3rem;
    font-weight: 400;
}
.block-intro .content p {
    margin: 0;
}
.block-intro.banner-festival {
    background: url(/wp-content/themes/cartafinanciera-theme/assets/img/banner-festival.jpg) center center no-repeat #003a70;
    background-size: cover;
}
.block-newsletter {
    margin: 2rem -1rem;
    padding: 2rem;
    background: rgba(0, 160, 221, 0.15);
}
.block-newsletter h2 {
    font-size: 19.2px;
    font-size: 1.2rem;
    font-weight: 900;
    margin: 0 0 1rem;
}
.block-newsletter form {
    display: flex;
}
.block-newsletter form p {
    margin: 0 1rem 0 0;
    flex-grow: 1;
}
.block-newsletter form p:last-child {
    flex-grow: 0;
    margin: 0;
}
.block-newsletter form p input {
    display: block;
    width: 100%;
    font-size: 1em;
    line-height: 1;
    padding: 0.75rem;
    border: none;
    box-shadow: 0 0 0 1px #222 inset;
}
@media (max-width: 480px) {
    .block-newsletter form {
        display: block;
    }
    .block-newsletter form p {
        margin: 0 0 1rem;
    }
}
.block-pais-y-ciudad {
    margin: 2rem 0;
    background: #f3f5fa;
    padding: 2rem;
    border-radius: 1rem;
}
.block-pais-y-ciudad div,
.block-pais-y-ciudad h1,
.block-pais-y-ciudad h2,
.block-pais-y-ciudad p {
    margin: 0 0 2rem;
}
.block-pais-y-ciudad h1 {
    color: #002453;
    text-align: center;
}
.block-pais-y-ciudad .intro,
.block-pais-y-ciudad .notlogged {
    font-size: 20.8px;
    font-size: 1.3rem;
    text-align: center;
}
.block-pais-y-ciudad form {
    display: block;
    margin: 4rem 0 0;
}
.block-pais-y-ciudad form .btn {
    display: block;
    margin: 0 auto;
}
.block-planes {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    background: #fff;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 999999999910;
}
.block-planes .intro {
    font-size: 20.8px;
    font-size: 1.3rem;
    text-align: center;
    margin: 0 0 3rem;
    padding: 0 1rem;
}
.block-planes .intro p {
    margin: 0 0 1rem;
}
.block-planes .switch {
    display: flex;
    justify-content: center;
    margin: 0 auto 2rem;
}
.block-planes .switch ul {
    display: flex;
    border: 1px solid #00a0dd;
    background: #f3f5fa;
    border-radius: 2rem;
    overflow: hidden;
    padding: 2px;
}
.block-planes .switch ul li a {
    display: block;
    color: #002453;
    padding: 1rem 1.5rem;
}
.block-planes .switch ul li.active a {
    background: #00a0dd;
    color: #fff;
    border-radius: 2rem;
}
.block-planes .container {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    padding: 0.5rem 1rem;
    background: #cfd7eb;
    width: 100%;
}
.block-planes .container .planes {
    width: 100%;
    max-width: 1100px;
    padding: 1rem;
    box-sizing: border-box;
}
.block-planes .container .planes .plan {
    -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    margin: 0.5rem 0;
    text-align: center;
    background: #fff;
}
.block-planes .container .planes .plan header {
    padding: 2rem 1rem;
}
.block-planes .container .planes .plan header .promo {
    font-size: 12.8px;
    font-size: 0.8rem;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    font-weight: 400;
    height: 5rem;
    padding: 1rem;
    background: rgba(27, 153, 139, 0.1);
}
.block-planes .container .planes .plan header .promo strong {
    display: inline-block;
    background: #1b998b;
    color: #fff;
    padding: 0.25rem 0.75rem;
    margin: 0 0.25rem 0.5rem;
    border-radius: 1rem;
}
.block-planes .container .planes .plan header .promo em {
    font-style: normal;
    font-weight: 900;
    color: #1b998b;
}
.block-planes .container .planes .plan header h1,
.block-planes .container .planes .plan header h2 {
    font-size: 19.2px;
    font-size: 2.3rem;
    font-weight: 700;
    text-transform: uppercase;
    color: inherit;
}
@media (min-width: 768px) and (max-width: 1000px) {
    .block-planes .container .planes .plan header h1 span,
    .block-planes .container .planes .plan header h2 span {
        display: none;
    }
}
.block-planes .container .planes .plan header h2 {
    margin: 0 0 1rem;
}
.block-planes .container .planes .plan header h2 strong {
    font-size: 48px;
    font-size: 3.5rem;
}
.block-planes .container .planes .plan header h2 sub {
    font-size: 16px;
    font-size: 2rem;
    vertical-align: baseline;
    bottom:0;
}
.block-planes .container .planes .plan header h2 small {
    font-size: 12.8px;
    font-size: 0.8rem;
    line-height: 1;
    height: 0.8rem;
    display: block;
    color: rgba(34, 34, 34, 0.5);
    letter-spacing: 1px;
}
.block-planes .container .planes .plan header .btn,
div.plan > div > a {
    font-size: 20.8px;
    font-size: 1.8rem;
    font-weight: 700;
}
.block-planes .container .planes .plan .detalles {
    position: relative;
}
.block-planes .container .planes .plan .detalles h3 {
    font-weight: 700;
    margin: 0 0 1rem;
    text-transform: uppercase;
}
.block-planes .container .planes .plan .detalles ul {
    margin: 0 0 1rem;
    padding-inline-start: 0;
}
.block-planes .container .planes .plan .detalles ul li {
    font-size: 1.5rem;
    position: relative;
    border-bottom: 1px #cfd7eb solid;
    padding: 1rem;
    min-height: 6rem;
    line-height: 1.8rem;
    list-style-type: none;
}
@media (max-width: 768px) {
    .block-planes .container .planes .plan {
        background: rgba(255, 255, 255, 0.6);
        border-radius: 3rem;
    }
    .block-planes .container .planes .plan header {
        -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        -moz-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        -ms-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .block-planes .container .planes .plan header h2 {
        font-size: 32px;
        font-size: 2rem;
        margin: 0;
    }
    .block-planes .container .planes .plan header h2 strong,
    .block-planes .container .planes .plan header h2 sub {
        font-size: 1em;
    }
    .block-planes .container .planes .plan header .btn {
        display: none;
    }
    .block-planes .container .planes .plan .detalles {
        -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        -moz-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        -ms-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        max-height: 0;
        overflow: hidden;
    }
    .block-planes .container .planes .plan .togglePlan {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        right: 0;
        padding: 1rem;
        color: #002453;
    }
    .block-planes .container .planes .plan .togglePlan::before {
        font-size: 48px;
        font-size: 3rem;
        content: "add_circle";
        font-family: "Material Icons";
    }
    .block-planes .container .planes .plan .togglePlan:hover {
        color: #00a0dd;
    }
    .block-planes .container .planes .plan.active {
        background: #fff;
        opacity: 1;
        border-radius: 0;
    }
    .block-planes .container .planes .plan.active header {
        border-bottom: 1px #cfd7eb solid;
    }
    .block-planes .container .planes .plan.active header h1 {
        font-size: 28.8px;
        font-size: 1.8rem;
    }
    .block-planes .container .planes .plan.active header h2 {
        margin: 0 0 1rem;
    }
    .block-planes .container .planes .plan.active header h2 strong {
        font-size: 96px;
        font-size: 6rem;
    }
    .block-planes .container .planes .plan.active header h2 sub {
        font-size: 22.4px;
        font-size: 1.4rem;
    }
    .block-planes .container .planes .plan.active header .btn {
        display: inline-block;
    }
    .block-planes .container .planes .plan.active .detalles {
        padding: 1rem;
        max-height: none;
    }
    .block-planes .container .planes .plan.active .detalles ul li {
        display: none;
    }
    .block-planes .container .planes .plan.active .detalles ul li.true {
        display: block;
    }
    .block-planes .container .planes .plan.active .togglePlan {
        display: none;
    }
}
@media (min-width: 768px) {
    .block-planes .container .planes .plan {
        margin: 0;
    }
    .block-planes .container .planes .plan .detalles {
        border-top: 1px #cfd7eb solid;
        padding-bottom: 1rem;
    }
    .block-planes .container .planes .plan .detalles h3 {
        display: none;
    }
    .block-planes .container .planes .plan:not(.list) ul li {
        color: transparent;
    }
    .block-planes .container .planes .plan:not(.list) ul li.true {
        background: rgba(0, 160, 221, 0.05);
    }
    .block-planes .container .planes .plan:not(.list) ul li.true::after {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1;
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        text-align: center;
        content: "check";
        color: #00a0dd;
        font-family: "Material Icons";
    }
    .block-planes .container .planes .plan.active {
        box-shadow: 0 0 0 3px #00a0dd;
        background: #f7fdff;
        z-index: 999;
    }
    .block-planes .container .planes .plan.active:not(.list) ul li.true::after {
        color: #00a0dd;
    }
}
.block-planes .container .planes .plan.standard h1,
.block-planes .container .planes .plan.standard h2,
.block-planes-descuento-anual .container .planes .plan.standard h1,
.block-planes-descuento-anual .container .planes .plan.standard h2,
.block-planes .container .planes .plan.essential h1,
.block-planes .container .planes .plan.essential h2,
.block-planes-descuento-anual .container .planes .plan.essential h1,
.block-planes-descuento-anual .container .planes .plan.essential h2  {
    color: #cf9e5d !important;
}
.block-planes .container .planes .plan.standard .btn,
.block-planes-descuento-anual .container .planes .plan.standard .btn,
.block-planes .container .planes .plan.essential .btn,
.block-planes-descuento-anual .container .planes .plan.essential .btn
 {
    background: #cf9e5d !important;
}
.block-planes .container .planes .plan.premiere h1,
.block-planes-descuento-anual .container .planes .plan.premiere h1,
.block-planes .container .planes .plan.premiere h2,
.block-planes-descuento-anual .container .planes .plan.premiere h2,
.block-planes .container .planes .plan.trading h1,
.block-planes-descuento-anual .container .planes .plan.trading h1,
.block-planes .container .planes .plan.trading h2,
.block-planes-descuento-anual .container .planes .plan.trading h2 {
    color: #a8a8a8 !important;
}
.block-planes .container .planes .plan.premiere .btn,
.block-planes-descuento-anual .container .planes .plan.premiere .btn,
.block-planes .container .planes .plan.trading .btn,
.block-planes-descuento-anual .container .planes .plan.trading .btn
 {
    background: #a8a8a8 !important;
}
.block-planes .container .planes .plan.exclusive h1,
.block-planes-descuento-anual .container .planes .plan.exclusive h1,
.block-planes .container .planes .plan.exclusive h2,
.block-planes-descuento-anual .container .planes .plan.exclusive h2,
.block-planes .container .planes .plan.wealth h1,
.block-planes-descuento-anual .container .planes .plan.wealth h1,
.block-planes .container .planes .plan.wealth h2,
.block-planes-descuento-anual .container .planes .plan.wealth h2
 {
    color: #e8cd36 !important;
}
.block-planes .container .planes .plan.exclusive .btn,
.block-planes-descuento-anual .container .planes .plan.exclusive .btn,
.block-planes .container .planes .plan.wealth .btn,
.block-planes-descuento-anual .container .planes .plan.wealth .btn
 {
    background: #e8cd36 !important;
}
.block-planes .container .planes .plan .btn.current,
.block-planes-descuento-anual .container .planes .plan .btn.current
 {
    cursor: default;
    color: rgba(34, 34, 34, 0.4) !important;
    background: #f3f5fa !important;
    opacity: 1 !important;
}
.block-planes .container .planes .plan.list {
    display: grid;
    align-items: flex-end;
    padding-bottom: 3.3rem;
    justify-content: stretch;
}
.block-planes .container .planes .end {
    margin-top: 1rem;
    text-align: center;
    grid-column: span 5;
}
.block-planes .container .planes .end .btn {
    background: #abb9dc !important;
}
@media (min-width: 768px) {
    .block-planes .container .planes {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 1px;
        padding: 0;
    }
    .block-planes .container .planes.logueado {
        grid-template-columns: repeat(4, 1fr);
    }
    #primary .block-planes,
    .page-planes-descuento-anual #content .block-planes {
        margin: 2rem auto;
    }
}
@media (max-width: 768px) {
    .block-planes .container .planes .plan.list {
        display: none;
    }
}
.block-planes.active {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    display: block;
    overflow: auto;
    opacity: 1;
}
#primary .block-planes,
.page-planes-descuento-anual #content .block-planes {
    margin-top: 230px;
    position: relative;
    transform: none;
    max-width: 1100px;
    padding: 4rem 0;
    z-index: 1;
}
#primary .block-planes .container,
.page-planes-descuento-anual #content .block-planes .container{
    padding: 1px;
}
.page-planes #content .block-planes .container .end,
.page-planes-descuento-anual #content .block-planes .container .end {
    display: none;
}
.block-planes .disclaimer {
    font-size: 11.2px;
    font-size: 0.7rem;
    margin: 2rem 0 0;
    text-align: center;
}
.block-registro-a-evento {
    max-width: 480px;
    margin: 0 auto 2rem;
    text-align: center;
}
.block-registro-a-evento .disclaimer {
    font-size: 12.8px;
    font-size: 0.8rem;
    margin: 1rem 0 0;
    color: rgba(34, 34, 34, 0.75);
}
.block-secciones {
    margin-bottom: 4rem;
}
.block-secciones ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
@media (max-width: 768px) {
    .block-secciones {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
.block-validar-telefono {
    margin: 2rem 0;
    background: #f3f5fa;
    padding: 2rem;
    border-radius: 1rem;
}
.block-validar-telefono h1 {
    margin-bottom: 2rem;
    color: #002453;
    text-align: center;
}
.block-validar-telefono .intro,
.block-validar-telefono .notlogged {
    font-size: 20.8px;
    font-size: 1.3rem;
    text-align: center;
}
.block-validar-telefono form {
    display: block;
    margin: 2rem 0 0;
}
.block-validar-telefono form .btn {
    display: block;
    margin: 0 auto;
}
.block-validar-telefono form .iti {
    display: block !important;
}
.block-validar-telefono .btn {
    margin-top: 2rem !important;
}
.wp-block-media-text {
    margin: 0 0 2rem;
    border: none;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);
    border-radius:15px;
    padding: 1rem;
    height: 150px;
    grid-template-columns: 19% auto!important;
}
.wp-block-media-text:hover {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.34);
}
.wp-block-media-text figure img {
    height: 120px;
}
.wp-block-media-text .wp-block-media-text__content p {
    margin: 0;
}
.cards {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
@media (min-width: 768px) {
    .cards .content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    .cards.filtered .content {
        grid-template-columns: 25% 1fr;
    }
}
@media (max-width: 768px) {
    .cards.destacados {
        margin-top: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .cards.destacados .card {
        margin: 1px 0 0;
    }
}
.entry-content * + .cards {
    margin-top: 0;
}
.card {
    position: relative;
    margin: 0 0 2rem;
}
.card a {
    position: relative;
    display: block;
}
.card a h1,
.card a p {
    font-size: 16px;
    font-size: 1rem;
    margin: 0;
}
.card a .thumbnail {
    border-radius: 1rem;
}
.card a .autor {
    display: flex;
    align-items: center;
}
.card a .autor .avatar {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 100%;
    margin: 0 0.5rem 0 0;
}
.card a .autor em {
    font-style: normal;
}
.card a .fecha {
    padding-left: 0.5rem;
}
.card.card-big a .categorias,
.card.card-big a header {
    position: absolute;
    padding: 1rem;
    z-index: 2;
    left: 0;
    color: #f3f5fa;
    right: 0;
}
.card.card-big a {
    overflow: hidden;
    border-radius: 1rem;
}
.card.card-big a .thumbnail {
    display: block;
    width: 100%;
    border-radius: 0;
}
.card.card-big a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 36, 83, 0.6);
}
.card.card-big a .categorias {
    font-size: 11.2px;
    font-size: 0.7rem;
    top: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.card.card-big a .categorias strong {
    margin-right: auto;
}
.card.card-big a .categorias .tag {
    margin-left: 0.5rem;
}
.card.card-big a header {
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.card.card-big a header h1 {
    font-size: 20.8px;
    font-size: 1.3rem;
    flex: 0 0 100%;
    margin: 0 0 1rem;
}
.card.card-big a header p {
    font-size: 14.4px;
    font-size: 0.9rem;
    opacity: 0.7;
}
.card.card-big a header p.actividad {
    margin-left: auto;
}
.card.card-big.squared a {
    border-radius: 0;
}
.card.card-mini {
    margin: 0 0 1rem;
    padding: 0 0 1rem;
    border: solid #cfd7eb;
    border-width: 0 0 1px;
}
.card.card-mini a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card.card-mini a .thumbnail {
    order: 2;
    width: 4rem;
    height: 4rem;
    margin-left: 2rem;
}
.card.card-mini a header {
    display: flex;
    flex-wrap: wrap;
}
.card.card-mini a header h1 {
    flex: 0 0 100%;
    margin: 0 0 0.25rem;
}
.card.card-mini a header .autor {
    display: none;
}
.card.card-mini a header .actividad,
.card.card-mini a header .fecha {
    font-size: 12.8px;
    font-size: 0.8rem;
    opacity: 0.75;
}
.card.card-mini a header .actividad i,
.card.card-mini a header .fecha i {
    color: #00a0dd;
}
.card.card-mini a .fecha {
    padding: 0 0.5rem 0 0;
}
@media (min-width: 768px) {
    .card.card-mini {
        padding: 1rem;
        border-width: 1px;
        border-radius: 1rem;
    }
}
.card.card-list {
    border-bottom: 1px #cfd7eb solid;
    margin: 0 0 1rem;
    padding: 0 0 1rem;
}
.card.card-list a {
    display: flex;
    align-items: center;
}
.card.card-list a .thumbnail {
    margin: 0 1rem 0 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%;
}
.card.card-list:last-child {
    border: none;
    margin: 0;
    padding: 0;
}
.card.card-search {
    border-bottom: 1px #cfd7eb solid;
    margin: 0 0 1rem;
    padding: 0 0 1rem;
}
.card.card-search a {
    display: flex;
    align-items: center;
}
.card.card-search a .thumbnail {
    margin: 0 1rem 0 0;
    width: 5rem;
    height: 5rem;
    border-radius: 100%;
}
.card.card-search a header .categorias {
    font-size: 11.2px;
    font-size: 0.7rem;
    display: flex;
    align-items: center;
    margin: 0 0 0.5rem;
}
.card.card-search a header .categorias span {
    margin-right: 0.5rem;
}
.card.card-search a header .categorias span.tipo {
    font-size: 12.8px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #00a0dd;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.card.card-search a header h1 {
    font-size: 24px;
    font-size: 1.5rem;
}
.breadcrumb {
    font-size: 14.4px;
    font-size: 0.9rem;
    position: relative;
    line-height: 1;
    background: #002453;
    color: #d3e6ff;
    padding: 1rem;
    margin: 0 0 2rem;
}
.breadcrumb a {
    color: #fff;
}
.breadcrumb ol {
    display: flex;
    align-items: center;
    justify-content: center;
}
.breadcrumb ol li:after {
    content: "chevron_right";
    font-family: "Material Icons";
    padding: 0 0.2rem;
    vertical-align: bottom;
}
.breadcrumb ol li:last-child:after {
    content: none;
}
@media (max-width: 768px) {
    .breadcrumb {
        white-space: nowrap;
    }
    .breadcrumb ol {
        justify-content: left;
        overflow: auto;
    }
    .breadcrumb ol li:last-child {
        padding-right: 3rem;
    }
    .breadcrumb:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 3rem;
        background: linear-gradient(-90deg, #002453, transparent);
    }
}
form {
    position: relative;
}
form p {
    text-align: center;
}
form label {
    display: block;
    font-weight: 700;
    text-align: left;
}
form label span {
    text-transform: initial;
    letter-spacing: 0;
}
form label a {
    color: #00a0dd;
    text-decoration: underline;
}
form input,
form select,
form textarea {
    -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 16px;
    font-size: 1rem;
    font-family: Asap, sans-serif;
    background: #fff;
    color: #222;
    padding: 1rem;
    border: 1px solid rgba(34, 34, 34, 0.5);
    width: 100%;
}
form input.btn,
form select.btn,
form textarea.btn {
    width: auto;
    margin: 0 auto;
}
form input:focus,
form select:focus,
form textarea:focus {
    border-color: #002453;
}
form input[type="checkbox"],
form input[type="radio"],
form select[type="checkbox"],
form select[type="radio"],
form textarea[type="checkbox"],
form textarea[type="radio"] {
    width: auto;
}
form input:disabled,
form select:disabled,
form textarea:disabled {
    cursor: not-allowed;
    background: #eee;
    color: rgba(34, 34, 34, 0.5);
    border: 1px solid rgba(34, 34, 34, 0.2);
}
form input.error,
form select.error,
form textarea.error {
    border-color: #8c160d;
}
form .switcher {
    display: flex;
    align-items: center;
}
form .switcher span {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
}
form .switcher span small {
    font-size: 16px;
    font-size: 1rem;
    display: block;
    background: #002453;
    padding: 0.5rem;
    border-radius: 1rem;
}
form .switcher span.disabled {
    opacity: 0.5;
}
form .switcher .switch {
    position: relative;
    display: inline-block;
    width: 3rem;
    height: 1.5rem;
    margin: 0 1rem;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"], textarea {
    max-width: inherit!important;
}
.s2member-pro-stripe-form-custom-reg-field-donde-operas-inversiones-div br,
.s2member-pro-stripe-form-custom-reg-field-otra-ciudad-div,
.s2member-pro-stripe-form-custom-reg-field-otro-pais-div,
.s2member-pro-stripe-form-custom-reg-field-perfil-de-riesgo-div br,
.s2member-pro-stripe-form-custom-reg-field-rangos-de-inversion-div br,
.s2member-pro-stripe-form-custom-reg-field-tipo-de-inversiones-div br,
.s2member-pro-stripe-form-description-div {
    display: none;
}
form .switcher .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
form .switcher .slider {
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
}
form .switcher .slider:before {
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute;
    content: "";
    height: 1rem;
    width: 1rem;
    left: 0.25rem;
    bottom: 0.25rem;
    background-color: #fff;
    opacity: 0.6;
}
form .switcher input:checked + .slider {
    background-color: #00a0dd;
}
form .switcher input:checked + .slider:before {
    opacity: 1;
    -webkit-transform: translateX(1.5rem);
    -moz-transform: translateX(1.5rem);
    -ms-transform: translateX(1.5rem);
    -o-transform: translateX(1.5rem);
    transform: translateX(1.5rem);
}
form .switcher .slider.round {
    border-radius: 2rem;
}
form .switcher .slider.round:before {
    border-radius: 50%;
}
.post-password-form input[type="password"] {
    margin-bottom: 1rem;
}
.s2member-pro-stripe-form-username-div {
    margin-top: 3rem !important;
}
.s2member-pro-stripe-form-password-div label,
.s2member-pro-stripe-form-username-div label {
    font-weight: 700 !important;
}
.s2member-pro-stripe-form-custom-reg-field-donde-operas-inversiones-div,
.s2member-pro-stripe-form-custom-reg-field-perfil-de-riesgo-div,
.s2member-pro-stripe-form-custom-reg-field-rangos-de-inversion-div,
.s2member-pro-stripe-form-custom-reg-field-tipo-de-inversiones-div {
    font-size: 0;
}
.s2member-pro-stripe-form-custom-reg-field-donde-operas-inversiones-div label,
.s2member-pro-stripe-form-custom-reg-field-perfil-de-riesgo-div label,
.s2member-pro-stripe-form-custom-reg-field-rangos-de-inversion-div label,
.s2member-pro-stripe-form-custom-reg-field-tipo-de-inversiones-div label {
    font-size: 14.4px !important;
}
.s2member-pro-stripe-form-custom-reg-field-donde-operas-inversiones-div label::after,
.s2member-pro-stripe-form-custom-reg-field-perfil-de-riesgo-div label::after,
.s2member-pro-stripe-form-custom-reg-field-rangos-de-inversion-div label::after,
.s2member-pro-stripe-form-custom-reg-field-tipo-de-inversiones-div label::after {
    content: "";
    display: block;
    height: 0.5em;
}
.s2member-pro-stripe-form-custom-reg-field-donde-operas-inversiones-div label:first-child,
.s2member-pro-stripe-form-custom-reg-field-perfil-de-riesgo-div label:first-child,
.s2member-pro-stripe-form-custom-reg-field-rangos-de-inversion-div label:first-child,
.s2member-pro-stripe-form-custom-reg-field-tipo-de-inversiones-div label:first-child {
    font-size: 16px !important;
}
#ws-plugin--s2member-profile td {
    font-size: 0;
}
#ws-plugin--s2member-profile td .ws-plugin--s2member-profile-field {
    margin-top: 0.25em !important;
}
#ws-plugin--s2member-profile td label {
    display: block !important;
    font-size: 14.4px !important;
}
#ws-plugin--s2member-profile td label.ws-plugin--s2member-custom-reg-field-op-l {
    display: inline-block !important;
}
#ws-plugin--s2member-profile td label.ws-plugin--s2member-custom-reg-field-op-l::after {
    content: "";
    display: block;
    height: 0.5em;
}
#ws-plugin--s2member-profile td div,
#ws-plugin--s2member-profile td input,
#ws-plugin--s2member-profile td select {
    font-size: 14.4px !important;
}
#ws-plugin--s2member-profile td .btn {
    display: block !important;
    margin: 2em auto !important;
    width: auto !important;
}
#buddypress #item-body,
#buddypress #item-header #item-header-cover-image,
#buddypress #item-nav {
    max-width: 1100px;
    margin: 0 auto;
}
#buddypress #item-body {
    padding-bottom: 4rem;
}
body.page-acerca-de-carta-financiera,
body.page-landing-carta-financiera {
    padding: 0 !important;
}
@media (max-width: 480px) {
    body.page-acerca-de-carta-financiera .btn.big,
    body.page-acerca-de-carta-financiera .btn.big i,
    body.page-landing-carta-financiera .btn.big,
    body.page-landing-carta-financiera .btn.big i {
        font-size: 1rem !important;
    }
}
body.page-acerca-de-carta-financiera #header,
body.page-landing-carta-financiera #header {
    position: absolute;
    left: 0;
    right: 0;
    background: 0 0;
}
body.page-acerca-de-carta-financiera #header #user-menu,
body.page-landing-carta-financiera #header #user-menu {
    display: none;
}
body.page-acerca-de-carta-financiera #landing h1,
body.page-landing-carta-financiera #landing h1 {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 300;
    margin: 0 auto 2rem;
    max-width: 768px;
}
@media (max-width: 768px) {
    body.page-acerca-de-carta-financiera #landing h1,
    body.page-landing-carta-financiera #landing h1 {
        font-size: 33.6px;
        font-size: 2.1rem;
    }
}
@media (max-width: 480px) {
    body.page-acerca-de-carta-financiera #landing h1,
    body.page-landing-carta-financiera #landing h1 {
        font-size: 28.8px;
        font-size: 1.8rem;
    }
}
body.page-acerca-de-carta-financiera #landing .hl,
body.page-landing-carta-financiera #landing .hl {
    box-shadow: 0 -1em 0 rgba(241, 196, 15, 0.3) inset;
    padding: 0 3px;
}
body.page-acerca-de-carta-financiera #landing .intro,
body.page-landing-carta-financiera #landing .intro {
    padding: 12rem 0 6rem;
    background: linear-gradient(45deg, #002453, #003a70);
    color: #f3f5fa;
}
body.page-acerca-de-carta-financiera #landing .intro .wrap,
body.page-landing-carta-financiera #landing .intro .wrap {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    align-items: center;
}
@media (max-width: 1100px) {
    body.page-acerca-de-carta-financiera #landing .intro .wrap,
    body.page-landing-carta-financiera #landing .intro .wrap {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}
body.page-acerca-de-carta-financiera #landing .intro .wrap header h1,
body.page-landing-carta-financiera #landing .intro .wrap header h1 {
    margin: 0 0 2rem;
}
body.page-acerca-de-carta-financiera #landing .intro .wrap header h1 strong,
body.page-landing-carta-financiera #landing .intro .wrap header h1 strong {
    font-weight: 900;
}
body.page-acerca-de-carta-financiera #landing .intro .wrap header h1 em,
body.page-landing-carta-financiera #landing .intro .wrap header h1 em {
    display: block;
    font-style: normal;
    font-size: 0.8em;
}
body.page-acerca-de-carta-financiera #landing .intro .wrap header p small,
body.page-landing-carta-financiera #landing .intro .wrap header p small {
    font-size: 11.2px;
    font-size: 0.7rem;
    display: block;
    margin: 1rem 0 0;
    opacity: 0.7;
}
body.page-acerca-de-carta-financiera #landing .intro .wrap figure,
body.page-landing-carta-financiera #landing .intro .wrap figure {
    border-radius: 0.5rem;
    overflow: hidden;
}
@media (max-width: 768px) {
    body.page-acerca-de-carta-financiera #landing .intro .wrap,
    body.page-landing-carta-financiera #landing .intro .wrap {
        grid-template-columns: 1fr;
    }
    body.page-acerca-de-carta-financiera #landing .intro .wrap header,
    body.page-landing-carta-financiera #landing .intro .wrap header {
        text-align: center;
    }
}
body.page-acerca-de-carta-financiera #landing #planes,
body.page-landing-carta-financiera #landing #planes {
    padding: 6rem 0;
}
body.page-acerca-de-carta-financiera #landing #planes hgroup,
body.page-landing-carta-financiera #landing #planes hgroup {
    text-align: center;
    color: #003a70;
}
body.page-acerca-de-carta-financiera #landing #planes .tabla,
body.page-landing-carta-financiera #landing #planes .tabla {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 8rem auto 0;
}
body.page-acerca-de-carta-financiera #landing #planes .tabla .plan,
body.page-landing-carta-financiera #landing #planes .tabla .plan {
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    box-shadow: 0 0 0.25rem rgba(34, 34, 34, 0.25);
    border-radius: 2rem;
}
@media (max-width: 480px) {
    body.page-acerca-de-carta-financiera #landing #planes .tabla,
    body.page-landing-carta-financiera #landing #planes .tabla {
        grid-template-columns: 1fr;
        margin: 0;
    }
    body.page-acerca-de-carta-financiera #landing #planes .tabla .plan,
    body.page-landing-carta-financiera #landing #planes .tabla .plan {
        margin-top: 4rem;
    }
}
body.page-acerca-de-carta-financiera #landing #planes .tabla .plan header,
body.page-landing-carta-financiera #landing #planes .tabla .plan header {
    color: #003a70;
}
body.page-acerca-de-carta-financiera #landing #planes .tabla .plan header h1,
body.page-landing-carta-financiera #landing #planes .tabla .plan header h1 {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 0 1rem;
}
body.page-acerca-de-carta-financiera #landing #planes .tabla .plan header h2,
body.page-landing-carta-financiera #landing #planes .tabla .plan header h2 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    line-height: 1;
    background: #003a70;
    color: #fff;
    width: 6rem;
    height: 6rem;
    border-radius: 100%;
    z-index: 3;
}
@media (max-width: 480px) {
    body.page-acerca-de-carta-financiera #landing #planes .tabla .plan header h1,
    body.page-landing-carta-financiera #landing #planes .tabla .plan header h1 {
        font-size: 1.8rem;
    }
    body.page-acerca-de-carta-financiera #landing #planes .tabla .plan header h2,
    body.page-landing-carta-financiera #landing #planes .tabla .plan header h2 {
        font-size: 0.9rem;
        width: 5rem;
        height: 5rem;
    }
}
body.page-acerca-de-carta-financiera #landing #planes .tabla .plan ul,
body.page-landing-carta-financiera #landing #planes .tabla .plan ul {
    flex: 1 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: inherit;
}
body.page-acerca-de-carta-financiera #landing #planes .tabla .plan ul li,
body.page-landing-carta-financiera #landing #planes .tabla .plan ul li {
    position: relative;
    padding: 1rem 1rem 1rem 3rem;
    text-align: left;
}
body.page-acerca-de-carta-financiera #landing #planes .tabla .plan ul li::before,
body.page-landing-carta-financiera #landing #planes .tabla .plan ul li::before {
    font-size: 24px;
    font-size: 1.5rem;
    position: absolute;
    left: 1rem;
    top: 0.75rem;
    content: "check";
    font-family: "Material Icons";
}
body.page-acerca-de-carta-financiera #landing #planes .tabla .plan ul li strong,
body.page-landing-carta-financiera #landing #planes .tabla .plan ul li strong {
    font-size: 1.1rem;
    display: block;
    margin: 0 0 0.25rem;
}
body.page-acerca-de-carta-financiera #landing #planes .tabla .plan ul li em,
body.page-landing-carta-financiera #landing #planes .tabla .plan ul li em {
    font-size: 0.8rem;
    font-style: normal;
    opacity: 0.6;
}
body.page-acerca-de-carta-financiera #landing #planes .tabla .plan ul li:first-child,
body.page-landing-carta-financiera #landing #planes .tabla .plan ul li:first-child {
    padding-top: 4rem;
}
body.page-acerca-de-carta-financiera #landing #planes .tabla .plan ul li:first-child::before,
body.page-landing-carta-financiera #landing #planes .tabla .plan ul li:first-child::before {
    top: 3.75rem;
}
body.page-acerca-de-carta-financiera #landing #planes .tabla .plan ul li.all,
body.page-landing-carta-financiera #landing #planes .tabla .plan ul li.all {
    font-size: 1.1rem;
    font-weight: 700;
    padding-bottom: 2rem;
    margin-bottom: 1rem;
}
body.page-acerca-de-carta-financiera #landing #planes .tabla .plan ul li.all::before,
body.page-landing-carta-financiera #landing #planes .tabla .plan ul li.all::before {
    content: "add";
}
body.page-acerca-de-carta-financiera #landing #planes .tabla .plan footer,
body.page-landing-carta-financiera #landing #planes .tabla .plan footer {
    flex-shrink: 0;
    padding: 1rem 1rem 2rem;
    border-color: inherit;
}
body.page-acerca-de-carta-financiera #landing #planes .tabla .plan footer .btn,
body.page-landing-carta-financiera #landing #planes .tabla .plan footer .btn {
    font-size: 1.5rem;
}
body.page-acerca-de-carta-financiera #landing #planes .tabla .plan footer .price,
body.page-landing-carta-financiera #landing #planes .tabla .plan footer .price {
    position: relative;
    margin: 1rem 0 0;
    font-size: 0.9rem;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
body.page-acerca-de-carta-financiera #landing #planes .tabla .plan footer .price strong,
body.page-landing-carta-financiera #landing #planes .tabla .plan footer .price strong {
    font-weight: 900;
    font-size: 2.25rem;
    line-height: 2rem;
    padding: 0 0 0 0.25rem;
}
body.page-acerca-de-carta-financiera #landing #planes .tabla .plan footer .price sub,
body.page-landing-carta-financiera #landing #planes .tabla .plan footer .price sub {
    font-size: 1.5rem;
    padding: 0.2rem 0.25rem 0 0;
    font-weight: 900;
}
body.page-acerca-de-carta-financiera #landing #planes .tabla .plan footer .price small,
body.page-landing-carta-financiera #landing #planes .tabla .plan footer .price small {
    font-size: 0.7rem;
    position: absolute;
    bottom: -0.5rem;
    display: block;
    flex: 0 0 100%;
    color: #222 !important;
    text-transform: none;
    opacity: 0.6v;
}
body.page-acerca-de-carta-financiera #landing #planes .tabla .plan.standard,
body.page-landing-carta-financiera #landing #planes .tabla .plan.standard {
    box-shadow: 0 0 0 1px rgba(27, 153, 139, 0.5);
}
body.page-acerca-de-carta-financiera #landing #planes .tabla .plan.standard footer,
body.page-acerca-de-carta-financiera #landing #planes .tabla .plan.standard header,
body.page-landing-carta-financiera #landing #planes .tabla .plan.standard footer,
body.page-landing-carta-financiera #landing #planes .tabla .plan.standard header {
    color: #1b998b;
}
body.page-acerca-de-carta-financiera #landing #planes .tabla .plan.standard footer h2,
body.page-acerca-de-carta-financiera #landing #planes .tabla .plan.standard header h2,
body.page-landing-carta-financiera #landing #planes .tabla .plan.standard footer h2,
body.page-landing-carta-financiera #landing #planes .tabla .plan.standard header h2 {
    background: #1b998b;
}
body.page-acerca-de-carta-financiera #landing #planes .tabla .plan.standard .btn,
body.page-landing-carta-financiera #landing #planes .tabla .plan.standard .btn {
    background: #1b998b !important;
}
body.page-acerca-de-carta-financiera #landing #planes .tabla .plan.premiere,
body.page-landing-carta-financiera #landing #planes .tabla .plan.premiere {
    box-shadow: 0 0 0 1px rgba(245, 166, 35, 0.5);
}
body.page-acerca-de-carta-financiera #landing #planes .tabla .plan.premiere footer,
body.page-acerca-de-carta-financiera #landing #planes .tabla .plan.premiere header,
body.page-landing-carta-financiera #landing #planes .tabla .plan.premiere footer,
body.page-landing-carta-financiera #landing #planes .tabla .plan.premiere header {
    color: #f5a623;
}
body.page-acerca-de-carta-financiera #landing #planes .tabla .plan.premiere footer h2,
body.page-acerca-de-carta-financiera #landing #planes .tabla .plan.premiere header h2,
body.page-landing-carta-financiera #landing #planes .tabla .plan.premiere footer h2,
body.page-landing-carta-financiera #landing #planes .tabla .plan.premiere header h2 {
    background: #f5a623;
}
body.page-acerca-de-carta-financiera #landing #planes .tabla .plan.premiere .all,
body.page-landing-carta-financiera #landing #planes .tabla .plan.premiere .all {
    background: rgba(245, 166, 35, 0.2);
}
body.page-acerca-de-carta-financiera #landing #planes .tabla .plan.premiere .btn,
body.page-landing-carta-financiera #landing #planes .tabla .plan.premiere .btn {
    background: #f5a623 !important;
}
body.page-acerca-de-carta-financiera #landing #planes .tabla .plan.exclusive,
body.page-landing-carta-financiera #landing #planes .tabla .plan.exclusive {
    box-shadow: 0 0 0 1px rgba(67, 66, 93, 0.5);
}
body.page-acerca-de-carta-financiera #landing #planes .tabla .plan.exclusive footer,
body.page-acerca-de-carta-financiera #landing #planes .tabla .plan.exclusive header,
body.page-landing-carta-financiera #landing #planes .tabla .plan.exclusive footer,
body.page-landing-carta-financiera #landing #planes .tabla .plan.exclusive header {
    color: #43425d;
}
body.page-acerca-de-carta-financiera #landing #planes .tabla .plan.exclusive footer h2,
body.page-acerca-de-carta-financiera #landing #planes .tabla .plan.exclusive header h2,
body.page-landing-carta-financiera #landing #planes .tabla .plan.exclusive footer h2,
body.page-landing-carta-financiera #landing #planes .tabla .plan.exclusive header h2 {
    background: #43425d;
}
body.page-acerca-de-carta-financiera #landing #planes .tabla .plan.exclusive .all,
body.page-landing-carta-financiera #landing #planes .tabla .plan.exclusive .all {
    background: rgba(67, 66, 93, 0.2);
}
body.page-acerca-de-carta-financiera #landing #planes .tabla .plan.exclusive .btn,
body.page-landing-carta-financiera #landing #planes .tabla .plan.exclusive .btn {
    background: #43425d !important;
}
body.page-acerca-de-carta-financiera #landing #planes .tabla .plan:hover.standard,
body.page-landing-carta-financiera #landing #planes .tabla .plan:hover.standard {
    box-shadow: 0 0 0 0.25rem rgba(27, 153, 139, 0.5);
}
body.page-acerca-de-carta-financiera #landing #planes .tabla .plan:hover.premiere,
body.page-landing-carta-financiera #landing #planes .tabla .plan:hover.premiere {
    box-shadow: 0 0 0 0.25rem rgba(245, 166, 35, 0.5);
}
body.page-acerca-de-carta-financiera #landing #planes .tabla .plan:hover.exclusive,
body.page-landing-carta-financiera #landing #planes .tabla .plan:hover.exclusive {
    box-shadow: 0 0 0 0.25rem rgba(67, 66, 93, 0.5);
}
body.page-acerca-de-carta-financiera #landing .acercade,
body.page-landing-carta-financiera #landing .acercade {
    position: relative;
    overflow: hidden;
}
body.page-acerca-de-carta-financiera #landing .acercade .wrap,
body.page-landing-carta-financiera #landing .acercade .wrap {
    position: relative;
    z-index: 3;
    padding: 4rem 2rem;
    text-align: center;
}
body.page-acerca-de-carta-financiera #landing .acercade .wrap h1,
body.page-landing-carta-financiera #landing .acercade .wrap h1 {
    font-weight: 900;
    color: #00a0dd;
}
body.page-acerca-de-carta-financiera #landing .acercade .wrap .item,
body.page-landing-carta-financiera #landing .acercade .wrap .item {
    position: relative;
    text-align: left;
    max-width: 768px;
    margin: 6rem auto;
    display: flex;
}
body.page-acerca-de-carta-financiera #landing .acercade .wrap .item figure,
body.page-landing-carta-financiera #landing .acercade .wrap .item figure {
    position: relative;
    flex: 0 0 20%;
    margin: 0 4rem 0 0;
}
body.page-acerca-de-carta-financiera #landing .acercade .wrap .item figure svg,
body.page-landing-carta-financiera #landing .acercade .wrap .item figure svg {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    z-index: 2;
}
body.page-acerca-de-carta-financiera #landing .acercade .wrap .item figure svg circle,
body.page-acerca-de-carta-financiera #landing .acercade .wrap .item figure svg path,
body.page-landing-carta-financiera #landing .acercade .wrap .item figure svg circle,
body.page-landing-carta-financiera #landing .acercade .wrap .item figure svg path {
    fill: #00a0dd;
}
body.page-acerca-de-carta-financiera #landing .acercade .wrap .item figure::after,
body.page-landing-carta-financiera #landing .acercade .wrap .item figure::after {
    content: "";
    transform: scale(1.4);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding-bottom: 100%;
    background: rgba(0, 160, 221, 0.1);
    z-index: 1;
    border-radius: 100%;
}
body.page-acerca-de-carta-financiera #landing .acercade .wrap .item div p,
body.page-landing-carta-financiera #landing .acercade .wrap .item div p {
    margin: 0 0 1rem;
    font-size: 1.2rem;
    line-height: 1.4;
}
body.page-acerca-de-carta-financiera #landing .acercade .wrap .item div .quote,
body.page-landing-carta-financiera #landing .acercade .wrap .item div .quote {
    font-weight: 500;
    color: #00a0dd;
    border: 1px solid rgba(0, 160, 221, 0.2);
    padding: 1rem;
    margin: 2rem 0 0;
}
body.page-acerca-de-carta-financiera #landing .acercade .wrap .item div .quote strong,
body.page-landing-carta-financiera #landing .acercade .wrap .item div .quote strong {
    font-weight: 900;
}
body.page-acerca-de-carta-financiera #landing .acercade .wrap .item:nth-child(odd) figure,
body.page-landing-carta-financiera #landing .acercade .wrap .item:nth-child(odd) figure {
    order: 2;
    margin: 0 0 0 4rem;
}
@media (max-width: 768px) {
    body.page-acerca-de-carta-financiera #landing .acercade .wrap .item,
    body.page-landing-carta-financiera #landing .acercade .wrap .item {
        display: block;
    }
    body.page-acerca-de-carta-financiera #landing .acercade .wrap .item figure,
    body.page-landing-carta-financiera #landing .acercade .wrap .item figure {
        width: 33vw;
        margin: 0 auto 2rem !important;
    }
}
body.page-acerca-de-carta-financiera #landing .acercade .wrap .action,
body.page-landing-carta-financiera #landing .acercade .wrap .action {
    margin-top: 2rem;
}
body.page-acerca-de-carta-financiera #landing .acercade .video,
body.page-landing-carta-financiera #landing .acercade .video {
    position: relative;
    height: 50vh;
    overflow: hidden;
}
body.page-acerca-de-carta-financiera #landing .acercade .video video,
body.page-landing-carta-financiera #landing .acercade .video video {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
}
body.page-acerca-de-carta-financiera #landing .testimonios,
body.page-landing-carta-financiera #landing .testimonios {
    padding: 6rem 1rem;
    background: linear-gradient(45deg, #002453, #003a70);
    color: #fff;
    text-align: center;
}
body.page-acerca-de-carta-financiera #landing .testimonios .video,
body.page-landing-carta-financiera #landing .testimonios .video {
    margin: 2rem auto;
    max-width: 768px;
    border-radius: 0.5rem;
    overflow: hidden;
}
body.page-acerca-de-carta-financiera #landing .testimonios h2,
body.page-landing-carta-financiera #landing .testimonios h2 {
    font-size: 2rem;
    display: inline-block;
    margin: 0 auto 2rem;
}
body.page-acerca-de-carta-financiera #landing #descripcion,
body.page-landing-carta-financiera #landing #descripcion {
    padding: 6rem 0;
}
body.page-acerca-de-carta-financiera #landing #descripcion .wrap,
body.page-landing-carta-financiera #landing #descripcion .wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}
@media (max-width: 480px) {
    body.page-acerca-de-carta-financiera #landing #descripcion .wrap,
    body.page-landing-carta-financiera #landing #descripcion .wrap {
        grid-template-columns: 1fr;
    }
}
body.page-acerca-de-carta-financiera #landing #descripcion .wrap h2,
body.page-landing-carta-financiera #landing #descripcion .wrap h2 {
    color: #00a0dd;
    margin: 0 0 2rem;
    text-align: center;
}
body.page-acerca-de-carta-financiera #landing #descripcion .wrap hr,
body.page-landing-carta-financiera #landing #descripcion .wrap hr {
    border: none;
    background: 0 0;
    margin: 0;
    height: 2rem;
}
body.page-acerca-de-carta-financiera #landing #descripcion .wrap p,
body.page-landing-carta-financiera #landing #descripcion .wrap p {
    line-height: 1.5;
    margin: 0 0 1rem;
}
body.page-acerca-de-carta-financiera #landing #descripcion .wrap .acerca,
body.page-landing-carta-financiera #landing #descripcion .wrap .acerca {
    background: rgba(0, 160, 221, 0.1);
    padding: 2rem;
}
body.page-acerca-de-carta-financiera #landing #descripcion .wrap .acerca figure,
body.page-landing-carta-financiera #landing #descripcion .wrap .acerca figure {
    width: 10rem;
    float: left;
    margin: 0 1rem 1rem 0;
}
body.page-acerca-de-carta-financiera #landing #descripcion .wrap .acerca figure img,
body.page-landing-carta-financiera #landing #descripcion .wrap .acerca figure img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 100%;
}
body.page-acerca-de-carta-financiera #landing #descripcion .wrap .faq dl dt,
body.page-landing-carta-financiera #landing #descripcion .wrap .faq dl dt {
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    font-weight: 700;
    color: #00a0dd;
    padding: 1rem 4rem 1rem 1rem;
    margin: 2rem 0 0;
    line-height: 1;
    border: 1px solid rgba(0, 160, 221, 0.2);
    border-radius: 1rem;
    opacity: 0.6;
}
body.page-acerca-de-carta-financiera #landing #descripcion .wrap .faq dl dt::after,
body.page-landing-carta-financiera #landing #descripcion .wrap .faq dl dt::after {
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    width: 1rem;
    height: 1rem;
    padding: 0.5rem;
    background: rgba(0, 160, 221, 0.1);
    color: #00a0dd;
    border-radius: 100%;
    content: "expand_more";
    font-family: "Material Icons";
}
body.page-acerca-de-carta-financiera #landing #descripcion .wrap .faq dl dt:first-child,
body.page-landing-carta-financiera #landing #descripcion .wrap .faq dl dt:first-child {
    margin-top: 0;
}
body.page-acerca-de-carta-financiera #landing #descripcion .wrap .faq dl dt.active,
body.page-acerca-de-carta-financiera #landing #descripcion .wrap .faq dl dt:hover,
body.page-landing-carta-financiera #landing #descripcion .wrap .faq dl dt.active,
body.page-landing-carta-financiera #landing #descripcion .wrap .faq dl dt:hover {
    opacity: 1;
}
body.page-acerca-de-carta-financiera #landing #descripcion .wrap .faq dl dt.active,
body.page-landing-carta-financiera #landing #descripcion .wrap .faq dl dt.active {
    border-radius: 0;
    border-width: 1px 1px 0;
}
body.page-acerca-de-carta-financiera #landing #descripcion .wrap .faq dl dt.active::after,
body.page-landing-carta-financiera #landing #descripcion .wrap .faq dl dt.active::after {
    transform: rotate(180deg);
}
body.page-acerca-de-carta-financiera #landing #descripcion .wrap .faq dl dd,
body.page-landing-carta-financiera #landing #descripcion .wrap .faq dl dd {
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-sizing: border-box;
    max-height: 0;
    padding: 0 1rem;
    overflow: hidden;
    border: solid transparent;
    border-width: 0 1px 1px;
}
body.page-acerca-de-carta-financiera #landing #descripcion .wrap .faq dl dd.active,
body.page-landing-carta-financiera #landing #descripcion .wrap .faq dl dd.active {
    max-height: 100vh;
    border-color: rgba(0, 160, 221, 0.2);
}
body.page-acerca-de-carta-financiera #landing .footer,
body.page-landing-carta-financiera #landing .footer {
    padding: 6rem 0;
    background: linear-gradient(45deg, #002453, #003a70);
    color: #f3f5fa;
    text-align: center;
}
@media (max-width: 768px) {
    body.page-acerca-de-carta-financiera #landing .footer,
    body.page-landing-carta-financiera #landing .footer {
        padding: 8rem 2rem;
    }
    body.page-guia-practica-de-inversiones #contenido .wrap .intro .content h1 {
        text-align: center;
    }
}
body.page-acerca-de-carta-financiera #modal,
body.page-landing-carta-financiera #modal {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    opacity: 0;
}
body.page-acerca-de-carta-financiera #modal .form,
body.page-landing-carta-financiera #modal .form {
    -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(0);
    position: relative;
    background: #fff;
    padding: 2rem;
    border-radius: 1rem;
    max-width: 768px;
    z-index: 2;
    opacity: 0;
    display: grid;
    grid-template-columns: 20rem auto;
    align-items: center;
}
body.page-acerca-de-carta-financiera #modal .form figure img,
body.page-landing-carta-financiera #modal .form figure img {
    display: block;
    width: 100%;
    height: auto;
}
body.page-acerca-de-carta-financiera #modal .form form h1,
body.page-landing-carta-financiera #modal .form form h1 {
    font-weight: 700;
    color: #00a0dd;
    font-size: 2rem;
    text-align: center;
}
@media (min-width: 768px) {
    body.page-acerca-de-carta-financiera #modal .form form .nombres,
    body.page-landing-carta-financiera #modal .form form .nombres {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}
body.page-acerca-de-carta-financiera #modal .form form p,
body.page-landing-carta-financiera #modal .form form p {
    position: relative;
    margin: 0 0 2rem;
}
body.page-acerca-de-carta-financiera #modal .form form p label,
body.page-landing-carta-financiera #modal .form form p label {
    font-size: 9.6px;
    font-size: 0.6rem;
    font-weight: 400;
    position: absolute;
    top: 0.25rem;
    left: 1rem;
}
body.page-acerca-de-carta-financiera #modal .form form p label.error,
body.page-landing-carta-financiera #modal .form form p label.error {
    color: #8c160d;
}
body.page-acerca-de-carta-financiera #modal .form form .mensaje,
body.page-landing-carta-financiera #modal .form form .mensaje {
    font-size: 24px;
    font-size: 1.5rem;
    color: #003a70;
}
body.page-acerca-de-carta-financiera #modal .overlay,
body.page-landing-carta-financiera #modal .overlay {
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 58, 112, 0.9);
    z-index: 1;
    opacity: 0;
}
body.page-acerca-de-carta-financiera #modal.active,
body.page-acerca-de-carta-financiera #modal.active .form,
body.page-acerca-de-carta-financiera #modal.active .overlay,
body.page-landing-carta-financiera #modal.active,
body.page-landing-carta-financiera #modal.active .form,
body.page-landing-carta-financiera #modal.active .overlay {
    opacity: 1;
    transform: none;
}
body.page-guia-practica-de-inversiones #header {
    position: relative !important;
}
body.page-guia-practica-de-inversiones #header .wrap {
    justify-content: center;
    padding: 2rem 0 !important;
}
body.page-guia-practica-de-inversiones #header .wrap h1 {
    margin: 0;
}
body.page-guia-practica-de-inversiones #header .wrap h1 img {
    height: 4rem !important;
}
body.page-guia-practica-de-inversiones #header .wrap .menu {
    display: none;
}
body.page-guia-practica-de-inversiones #contenido .wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    padding: 3rem 0;
}
body.page-guia-practica-de-inversiones #contenido .wrap .intro .wp-block-embed {
    border-radius: 0.5rem;
    overflow: hidden;
    margin-bottom: 2rem;
}
body.page-guia-practica-de-inversiones #contenido .wrap .intro .content {
    font-size: 20px;
    font-size: 1.25rem;
    display: flex;
    flex-wrap: wrap;
}
body.page-guia-practica-de-inversiones #contenido .wrap .intro .content h1,
body.page-guia-practica-de-inversiones #contenido .wrap .intro .content h2 {
    font-size: 36px;
    font-size: 2.25rem;
    color: #003a70;
    font-weight: 900;
    margin: 0 0 2rem;
}
body.page-guia-practica-de-inversiones #contenido .wrap .intro .content h1 {
    flex: 0 1 100%;
}
body.page-guia-practica-de-inversiones #contenido .wrap .intro .content h2 {
    font-size: 24px;
    font-size: 1.5rem;
}
body.page-guia-practica-de-inversiones #contenido .wrap .intro .content ol {
    list-style: none;
    counter-reset: custom-counter;
}
body.page-guia-practica-de-inversiones #contenido .wrap .intro .content ol li {
    counter-increment: custom-counter;
    display: flex;
    margin: 0 0 1rem;
    align-items: center;
}
body.page-guia-practica-de-inversiones #contenido .wrap .intro .content ol li::before {
    font-size: 12px;
    font-size: 0.75rem;
    content: counter(custom-counter);
    font-weight: 700;
    margin: 0 0.5rem 0 0;
    background: #ddf6ff;
    color: #003a70;
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
body.page-guia-practica-de-inversiones #contenido .wrap .intro .content header {
    flex: 0 0 60%;
}
body.page-guia-practica-de-inversiones #contenido .wrap .intro .content figure {
    box-sizing: border-box;
    flex: 0 0 40%;
    padding: 0 0 0 2rem;
}
body.page-guia-practica-de-inversiones #contenido .wrap .intro .content figure img {
    display: block;
    width: 100%;
    height: auto;
}
body.page-guia-practica-de-inversiones #contenido .wrap .form {
    background: rgba(0, 160, 221, 0.25);
    padding: 2rem;
    border-radius: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f3f5fa;
}
body.page-guia-practica-de-inversiones #contenido .wrap .form form {
    text-align: center;
}
body.page-guia-practica-de-inversiones #contenido .wrap .form form h1 {
    font-size: 25.6px;
    font-size: 1.6rem;
    font-weight: 900;
    margin: 0 0 2rem;
    color: #003a70;
}
@media (min-width: 1100px) {
    body.page-guia-practica-de-inversiones #contenido .wrap .form form .nombres {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}
.category-landing #content .breadcrumb,
.category-landing #content .header-cover,
.category-landing #footer .wrap .copyright,
.category-landing #footer .wrap .legal,
.category-landing #footer .wrap .links,
.category-landing #footer .wrap .social,
.category-landing #header #main-menu,
.category-landing #search-form,
.category-landing #site-navigation,
.page-promo-plan-standard #content .breadcrumb,
.page-promo-plan-standard #content .header-cover,
.page-registro-confirmado #content .breadcrumb,
.page-registro-confirmado #content .header-cover,
.page-registro-webinario-dolar-confirmado #content .breadcrumb,
.page-registro-webinario-dolar-confirmado #content .header-cover,
.tpd-frames .tpd-frame {
    display: none;
}
body.page-guia-practica-de-inversiones #contenido .wrap .form form p {
    position: relative;
    margin: 0 0 2rem;
}
body.page-guia-practica-de-inversiones #contenido .wrap .form form p label {
    font-size: 9.6px;
    font-size: 0.6rem;
    font-weight: 400;
    position: absolute;
    top: 0.25rem;
    left: 1rem;
}
body.page-guia-practica-de-inversiones #contenido .wrap .form form p label.error {
    color: #8c160d;
}
body.page-guia-practica-de-inversiones #contenido .wrap .form form .mensaje {
    font-size: 24px;
    font-size: 1.5rem;
    color: #003a70;
}
body.page-guia-practica-de-inversiones #footer .links {
    border: none;
    margin: 0;
    padding: 0;
}
.page-promo-plan-standard .confirmacion,
.page-registro-confirmado .confirmacion,
.page-registro-webinario-dolar-confirmado .confirmacion {
    font-size: 19.2px;
    font-size: 1.2rem;
    text-align: center;
    background-color: rgba(0, 160, 221, 0.1);
    padding: 2rem;
    margin: 2rem 0;
}
.page-promo-plan-standard .confirmacion .wp-block-button__link,
.page-registro-confirmado .confirmacion .wp-block-button__link,
.page-registro-webinario-dolar-confirmado .confirmacion .wp-block-button__link {
    font-size: 24px;
    font-size: 1.5rem;
    background: #00a0dd;
}
.category-landing #header {
    position: relative;
}
.category-landing #header.fixed {
    position: sticky;
    background: #002453;
}
.category-landing #content .entry-content {
    background-color: rgba(0, 160, 221, 0.1);
    padding: 2rem;
    margin: 2rem auto;
}
.category-landing #content .entry-content h1 {
    color: #002453;
    text-align: center;
}
.category-landing #content .entry-content .wp-block-columns {
    border: solid rgba(0, 160, 221, 0.25);
    border-width: 1px 0;
    margin: 2rem 0;
    padding: 1rem 0;
    align-items: center;
}
.tpd-background,
.tpd-skin-dark .tpd-background {
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.1);
}
.category-landing #content .entry-content .wp-block-columns figure {
    margin: 0;
}
.category-landing #content .entry-content .wp-block-columns p {
    margin: 0 0 1rem;
}
.category-landing #content .entry-content .wp-block-columns p:last-child {
    margin: 0;
}
@media (max-width: 768px) {
    body.page-guia-practica-de-inversiones #contenido .wrap {
        grid-template-columns: 1fr;
    }
    .category-landing #content .entry-content .wp-block-columns {
        padding-top: 0;
    }
} /*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
@keyframes bounce {
    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
@-webkit-keyframes flash {
    50%,
    from,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes flash {
    50%,
    from,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}
@-webkit-keyframes pulse {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
}
@keyframes pulse {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
@-webkit-keyframes rubberBand {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
}
@keyframes rubberBand {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
}
.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}
@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}
@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}
@-webkit-keyframes tada {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
}
@keyframes tada {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
@-webkit-keyframes wobble {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
}
@keyframes wobble {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
}
.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}
@-webkit-keyframes jello {
    11.1%,
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}
@keyframes jello {
    11.1%,
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}
.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}
@-webkit-keyframes heartBeat {
    0%,
    28%,
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14%,
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}
@keyframes heartBeat {
    0%,
    28%,
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14%,
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}
.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
.bounceOut,
.flipOutX {
    -webkit-animation-duration: 0.75s;
}
@-webkit-keyframes bounceInDown {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInDown {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInLeft {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInRight {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInUp {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
.bounceOut {
    animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}
@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
.flipInY,
.flipOutX {
    -webkit-backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.flipInY {
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
.flipOutX {
    animation-duration: 0.75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}
@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}
.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}
.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}
.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}
@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}
@keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}
.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}
.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}
.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}
.animated.fast {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
}
.animated.faster {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}
@media (print), (prefers-reduced-motion: reduce) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
    }
}
.tpd-tooltip {
    position: absolute;
    box-sizing: content-box;
}
.tpd-tooltip [class^="tpd-"] {
    box-sizing: inherit;
}
.tpd-content,
.tpd-spinner-spin,
.tpd-title {
    box-sizing: border-box !important;
}
.tpd-content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.tpd-content,
.tpd-content-relative,
.tpd-content-relative-padder,
.tpd-content-spacer,
.tpd-title,
.tpd-title-relative,
.tpd-title-relative-padder,
.tpd-title-wrapper {
    position: relative;
    float: left;
}
.tpd-content-relative {
    width: 100%;
}
.tpd-content {
    clear: both;
    padding: 10px;
    font-size: 11px;
    line-height: 16px;
    color: #fff;
}
.tpd-has-inner-close .tpd-content-relative .tpd-content {
    padding-right: 0 !important;
}
.tpd-tooltip .tpd-content-no-padding {
    padding: 0 !important;
}
.tpd-title-wrapper {
    overflow: hidden;
}
.tpd-title-spacer {
    float: left;
}
.tpd-title-relative {
    width: 100%;
}
.tpd-title {
    font-size: 11px;
    line-height: 16px;
    padding: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.tpd-background-box,
.tpd-background-shadow,
.tpd-backgrounds,
.tpd-close,
.tpd-frames,
.tpd-skin {
    position: absolute;
    top: 0;
}
.tpd-has-title-close .tpd-title {
    padding-right: 0 !important;
}
.tpd-close {
    right: 0;
    width: 28px;
    height: 28px;
    cursor: pointer;
    overflow: hidden;
    color: #fff;
}
.tpd-close-icon {
    float: left;
    font-family: Arial, Baskerville, monospace;
    font-weight: 400;
    font-style: normal;
    width: 28px;
    height: 28px;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
}
.tpd-frames,
.tpd-skin {
    left: 0;
}
.tpd-frames .tpd-frame {
    float: left;
    width: 100%;
    height: 100%;
    clear: both;
}
.tpd-visible-frame-bottom .tpd-frame-bottom,
.tpd-visible-frame-left .tpd-frame-left,
.tpd-visible-frame-right .tpd-frame-right,
.tpd-visible-frame-top .tpd-frame-top {
    display: block;
}
.tpd-backgrounds {
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.tpd-background-shadow {
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    pointer-events: none;
}
.tpd-no-shadow .tpd-skin .tpd-background-shadow {
    box-shadow: none !important;
}
.tpd-background-box {
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.tpd-no-stem .tpd-background-box,
.tpd-no-stem .tpd-shift-stem {
    display: none;
}
.tpd-no-stem .tpd-background-box-top {
    display: block;
}
.tpd-background-loading,
.tpd-is-loading .tpd-background,
.tpd-is-loading .tpd-content-wrapper,
.tpd-is-loading .tpd-title-wrapper {
    display: none;
}
.tpd-background-box-shift,
.tpd-background-box-shift-further {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}
.tpd-background-border-hack,
.tpd-shift-stem,
.tpd-shift-stem-side,
.tpd-stem,
.tpd-stem-point,
.tpd-stem-spacer,
.tpd-stem-triangle {
    position: absolute;
}
.tpd-background {
    border-radius: 10px;
    float: left;
    clear: both;
    background: 0 0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-style: solid;
}
.tpd-no-radius .tpd-skin .tpd-frames .tpd-frame .tpd-backgrounds .tpd-background {
    border-radius: 0;
}
.tpd-background-content,
.tpd-background-title {
    float: left;
    clear: both;
    width: 100%;
    background-color: #282828;
}
.tpd-background-border-hack {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-style: solid;
}
.tpd-background-box-top {
    top: 0;
}
.tpd-background-box-bottom {
    bottom: 0;
}
.tpd-background-box-left {
    left: 0;
}
.tpd-background-box-right {
    right: 0;
}
.tpd-shift-stem {
    top: 0;
    left: 0;
    overflow: hidden;
}
.tpd-frame-bottom .tpd-shift-stem-side,
.tpd-frame-top .tpd-shift-stem-side {
    width: 100%;
}
.tpd-frame-left .tpd-shift-stem-side,
.tpd-frame-right .tpd-shift-stem-side {
    height: 100%;
}
.tpd-stem {
    top: 0;
    left: 0;
    overflow: hidden;
    width: 16px;
    height: 8px;
    margin-left: 3px;
    margin-top: 2px;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.tpd-tooltip .tpd-skin .tpd-frames .tpd-frame .tpd-shift-stem .tpd-stem-reset {
    margin: 0 !important;
}
.tpd-stem-spacer {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tpd-stem-reset .tpd-stem-spacer {
    margin-top: 0;
}
.tpd-stem-point {
    width: 100px;
    top: 0;
    left: 50%;
}
.tpd-stem-downscale,
.tpd-stem-transform {
    float: left;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    position: relative;
}
.tpd-stem-side {
    width: 50%;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}
.tpd-stem-side-inversed {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.tpd-stem-triangle {
    width: 0;
    height: 0;
    border-bottom-style: solid;
    border-left-color: transparent;
    border-left-style: solid;
    top: 0;
    left: 0;
}
.tpd-stem-border,
.tpd-stem-border-corner {
    position: absolute;
    left: 50%;
    border-right-style: solid;
    border-right-width: 0;
    height: 100%;
    top: 0;
}
.tpd-stem-border {
    width: 20px;
    background-color: #fff;
    border-right-color: #fff;
}
.tpd-stem * {
    z-index: 0;
    zoom: 1;
}
.tpd-stem-border-center-offset,
.tpd-stem-border-center-offset-inverse {
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.tpd-stem-notransform {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}
.tpd-stem-notransform .tpd-stem-border {
    height: 100%;
    position: relative;
    float: left;
    top: 0;
    left: 0;
    margin: 0;
}
.tpd-spinner,
.tpd-stem-notransform .tpd-stem-border-center {
    position: absolute;
}
.tpd-stem-notransform .tpd-stem-border-corner {
    background: #fff;
    border: 0;
    top: auto;
    left: auto;
}
.tpd-stem-notransform .tpd-stem-border-center,
.tpd-stem-notransform .tpd-stem-triangle {
    height: 0;
    border: 0;
    left: 50%;
}
.tpd-stem-transform-left {
    -webkit-transform: rotate(-90deg) scale(-1, 1);
    transform: rotate(-90deg) scale(-1, 1);
}
.tpd-stem-transform-right {
    -webkit-transform: rotate(90deg) translate(0, -100%);
    transform: rotate(90deg) translate(0, -100%);
}
.tpd-stem-transform-bottom {
    -webkit-transform: scale(1, -1) translate(0, -100%);
    transform: scale(1, -1) translate(0, -100%);
}
.tpd-spinner {
    top: 50%;
    left: 50%;
    width: 46px;
    height: 36px;
}
.tpd-spinner-spin {
    position: relative;
    float: left;
    margin: 8px 0 0 13px;
    text-indent: -9999em;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    border-left: 2px solid #fff;
    -webkit-animation: tpd-spinner-animation 1.1s infinite linear;
    animation: tpd-spinner-animation 1.1s infinite linear;
}
.tpd-spinner-spin,
.tpd-spinner-spin:after {
    border-radius: 50%;
    width: 20px;
    height: 20px;
}
@-webkit-keyframes tpd-spinner-animation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes tpd-spinner-animation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.tpd-is-loading .tpd-background-loading {
    display: block;
}
.tpd-tooltip-measuring {
    top: 0;
    left: 0;
    position: absolute;
    max-width: 100%;
    width: 100%;
}
.tpd-tooltip-measuring .tpd-skin,
.tpd-tooltip-measuring .tpd-spinner {
    display: none;
}
.tpd-tooltip-measuring .tpd-content-wrapper,
.tpd-tooltip-measuring .tpd-title-wrapper {
    display: block;
}
.tpd-tooltip a,
.tpd-tooltip a:hover {
    color: grey;
    text-decoration: underline;
}
.tpd-tooltip a:hover {
    color: #6c6c6c;
}
.tpd-size-x-small .tpd-content,
.tpd-size-x-small .tpd-title {
    padding: 7px 8px;
    font-size: 10px;
    line-height: 15px;
}
.tpd-size-x-small .tpd-background {
    border-radius: 5px;
}
.tpd-size-x-small .tpd-stem {
    width: 12px;
    height: 6px;
    margin-left: 4px;
    margin-top: 2px;
}
.tpd-size-x-small.tpd-no-radius .tpd-stem {
    margin-left: 7px;
}
.tpd-size-x-small .tpd-close {
    margin-bottom: 1px;
}
.tpd-size-x-small .tpd-spinner {
    width: 35px;
    height: 29px;
}
.tpd-size-x-small .tpd-spinner-spin {
    margin: 6px 0 0 9px;
}
.tpd-size-x-small .tpd-spinner-spin,
.tpd-size-x-small .tpd-spinner-spin:after {
    width: 17px;
    height: 17px;
}
.tpd-size-small .tpd-content,
.tpd-size-small .tpd-title {
    padding: 8px;
    font-size: 10px;
    line-height: 16px;
}
.tpd-size-small .tpd-background {
    border-radius: 6px;
}
.tpd-size-small .tpd-stem {
    width: 14px;
    height: 7px;
    margin-left: 5px;
    margin-top: 2px;
}
.tpd-size-small.tpd-no-radius .tpd-stem {
    margin-left: 8px;
}
.tpd-size-small .tpd-close {
    margin: 2px 1px;
}
.tpd-size-small .tpd-spinner {
    width: 42px;
    height: 32px;
}
.tpd-size-small .tpd-spinner-spin {
    margin: 7px 0 0 13px;
}
.tpd-size-small .tpd-spinner-spin,
.tpd-size-small .tpd-spinner-spin:after {
    width: 18px;
    height: 18px;
}
.tpd-size-medium .tpd-content,
.tpd-size-medium .tpd-title {
    padding: 10px;
    font-size: 11px;
    line-height: 16px;
}
.tpd-size-medium .tpd-background {
    border-radius: 8px;
}
.tpd-size-medium .tpd-stem {
    width: 16px;
    height: 8px;
    margin-left: 6px;
    margin-top: 2px;
}
.tpd-size-medium.tpd-no-radius .tpd-stem {
    margin-left: 10px;
}
.tpd-size-medium .tpd-close {
    margin: 4px 2px;
}
.tpd-size-medium .tpd-spinner {
    width: 50px;
    height: 36px;
}
.tpd-size-medium .tpd-spinner-spin {
    margin: 8px 0 0 15px;
}
.tpd-size-medium .tpd-spinner-spin,
.tpd-size-medium .tpd-spinner-spin:after {
    width: 20px;
    height: 20px;
}
.tpd-size-large .tpd-content,
.tpd-size-large .tpd-title {
    padding: 10px;
    font-size: 13px;
    line-height: 18px;
}
.tpd-size-large .tpd-background {
    border-radius: 8px;
}
.tpd-size-large .tpd-stem {
    width: 18px;
    height: 9px;
    margin-left: 7px;
    margin-top: 2px;
}
.tpd-size-large.tpd-no-radius .tpd-stem {
    margin-left: 10px;
}
.tpd-size-large .tpd-close {
    margin: 5px 2px;
}
.tpd-size-large .tpd-spinner {
    width: 54px;
    height: 38px;
}
.tpd-size-large .tpd-spinner-spin {
    margin: 9px 0 0 17px;
}
.tpd-size-large .tpd-spinner-spin,
.tpd-size-large .tpd-spinner-spin:after {
    width: 20px;
    height: 20px;
}
.tpd-skin-dark .tpd-close,
.tpd-skin-dark .tpd-content,
.tpd-skin-dark .tpd-title {
    color: #fff;
}
.tpd-skin-dark .tpd-background-content,
.tpd-skin-dark .tpd-background-title {
    background-color: #282828;
}
.tpd-skin-dark .tpd-title-wrapper {
    border-bottom: 1px solid #404040;
}
.tpd-skin-dark .tpd-spinner-spin {
    border-color: rgba(255, 255, 255, 0.2);
    border-left-color: #fff;
}
.tpd-skin-dark a {
    color: #ccc;
}
.tpd-skin-dark a:hover {
    color: silver;
}
.tpd-skin-light .tpd-close,
.tpd-skin-light .tpd-content,
.tpd-skin-light .tpd-title {
    color: #333;
}
.tpd-skin-light .tpd-background-content {
    background-color: #fff;
}
.tpd-skin-light .tpd-background {
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.3);
}
.tpd-skin-light .tpd-background-title {
    background-color: #f7f7f7;
}
.tpd-skin-light .tpd-title-wrapper {
    border-bottom: 1px solid silver;
}
.tpd-skin-light .tpd-background-shadow {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
.tpd-skin-light.tpd-no-shadow .tpd-background {
    border-color: rgba(100, 100, 100, 0.3);
}
.tpd-skin-light .tpd-spinner-spin {
    border-color: rgba(51, 51, 51, 0.2);
    border-left-color: #333;
}
.tpd-skin-light a {
    color: grey;
}
.tpd-skin-light a:hover {
    color: #6c6c6c;
}
.tpd-skin-gray .tpd-close,
.tpd-skin-gray .tpd-content,
.tpd-skin-gray .tpd-title {
    color: #fff;
}
.tpd-skin-gray .tpd-background-content,
.tpd-skin-gray .tpd-background-title {
    background-color: #727272;
}
.tpd-skin-red .tpd-background-content,
.tpd-skin-red .tpd-background-title {
    background-color: #e13c37;
}
.tpd-skin-gray .tpd-background {
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.1);
}
.tpd-skin-gray .tpd-title-wrapper {
    border-bottom: 1px solid #505050;
}
.tpd-skin-gray .tpd-spinner-spin {
    border-color: rgba(255, 255, 255, 0.2);
    border-left-color: #fff;
}
.tpd-skin-gray a {
    color: #ccc;
}
.tpd-skin-gray a:hover {
    color: #b6b6b6;
}
.tpd-skin-red .tpd-close,
.tpd-skin-red .tpd-content,
.tpd-skin-red .tpd-title {
    color: #fff;
}
.tpd-skin-red .tpd-background {
    border-width: 1px;
    border-color: rgba(12, 0, 0, 0.6);
}
.tpd-skin-green .tpd-background-content,
.tpd-skin-green .tpd-background-title {
    background-color: #4aab3a;
}
.tpd-skin-red .tpd-title-wrapper {
    border-bottom: 1px solid #a30500;
}
.tpd-skin-red .tpd-background-shadow {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
.tpd-skin-red .tpd-spinner-spin {
    border-color: rgba(255, 255, 255, 0.2);
    border-left-color: #fff;
}
.tpd-skin-red a {
    color: #ddd;
}
.tpd-skin-red a:hover {
    color: #c6c6c6;
}
.tpd-skin-green .tpd-close,
.tpd-skin-green .tpd-content,
.tpd-skin-green .tpd-title {
    color: #fff;
}
.tpd-skin-green .tpd-background {
    border-width: 1px;
    border-color: rgba(0, 12, 0, 0.6);
}
.tpd-skin-blue .tpd-background-content,
.tpd-skin-blue .tpd-background-title {
    background-color: #45a3e3;
}
.tpd-skin-green .tpd-title-wrapper {
    border-bottom: 1px solid #127c00;
}
.tpd-skin-green .tpd-background-shadow {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
.tpd-skin-green .tpd-spinner-spin {
    border-color: rgba(255, 255, 255, 0.2);
    border-left-color: #fff;
}
.tpd-skin-green a {
    color: #ddd;
}
.tpd-skin-green a:hover {
    color: #c6c6c6;
}
.tpd-skin-blue .tpd-close,
.tpd-skin-blue .tpd-content,
.tpd-skin-blue .tpd-title {
    color: #fff;
}
.tpd-skin-blue .tpd-background {
    border-width: 1px;
    border-color: rgba(0, 0, 12, 0.6);
}
.tpd-skin-lightyellow .tpd-background-content,
.tpd-skin-lightyellow .tpd-background-title {
    background-color: #ffffa9;
}
.tpd-skin-blue .tpd-title-wrapper {
    border-bottom: 1px solid #1674b4;
}
.tpd-skin-blue .tpd-background-shadow {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
.tpd-skin-blue .tpd-spinner-spin {
    border-color: rgba(255, 255, 255, 0.2);
    border-left-color: #fff;
}
.tpd-skin-blue a {
    color: #ddd;
}
.tpd-skin-blue a:hover {
    color: #c6c6c6;
}
.tpd-skin-lightyellow .tpd-close,
.tpd-skin-lightyellow .tpd-content,
.tpd-skin-lightyellow .tpd-title {
    color: #333;
}
.tpd-skin-lightyellow .tpd-background {
    border-width: 1px;
    border-color: rgba(8, 8, 0, 0.35);
}
.tpd-skin-lightblue .tpd-background-content,
.tpd-skin-lightblue .tpd-background-title {
    background-color: #bce5ff;
}
.tpd-skin-lightyellow .tpd-title-wrapper {
    border-bottom: 1px solid #a7a697;
}
.tpd-skin-lightyellow .tpd-background-shadow {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
.tpd-skin-lightyellow .tpd-spinner-spin {
    border-color: rgba(51, 51, 51, 0.2);
    border-left-color: #333;
}
.tpd-skin-lightyellow a {
    color: #777;
}
.tpd-skin-lightyellow a:hover {
    color: #868686;
}
.tpd-skin-lightblue .tpd-close,
.tpd-skin-lightblue .tpd-content,
.tpd-skin-lightblue .tpd-title {
    color: #333;
}
.tpd-skin-lightblue .tpd-background {
    border-width: 1px;
    border-color: rgba(0, 0, 8, 0.35);
}
.tpd-skin-lightpink .tpd-background-content,
.tpd-skin-lightpink .tpd-background-title {
    background-color: #ffc4bf;
}
.tpd-skin-lightblue .tpd-title-wrapper {
    border-bottom: 1px solid #909b9f;
}
.tpd-skin-lightblue .tpd-background-shadow {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
.tpd-skin-lightblue .tpd-spinner-spin {
    border-color: rgba(51, 51, 51, 0.2);
    border-left-color: #333;
}
.tpd-skin-lightblue a {
    color: #777;
}
.tpd-skin-lightblue a:hover {
    color: #868686;
}
.tpd-skin-lightpink .tpd-close,
.tpd-skin-lightpink .tpd-content,
.tpd-skin-lightpink .tpd-title {
    color: #333;
}
.tpd-skin-lightpink .tpd-background {
    border-width: 1px;
    border-color: rgba(8, 0, 0, 0.35);
}
.tpd-skin-lightpink .tpd-title-wrapper {
    border-bottom: 1px solid #a08f8f;
}
.tpd-skin-lightpink .tpd-background-shadow {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
.tpd-skin-lightpink .tpd-spinner-spin {
    border-color: rgba(51, 51, 51, 0.2);
    border-left-color: #333;
}
.tpd-skin-lightpink a {
    color: #777;
}
.tpd-skin-lightpink a:hover {
    color: #868686;
}