﻿@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('../Font/NeueHaasDisplayPro/NeueHaasDisplayLight.ttf');
    font-weight: 300;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('../Font/NeueHaasDisplayPro/NeueHaasDisplayPro.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('../Font/NeueHaasDisplayPro/NeueHaasDisplayProMedium.ttf');
    font-weight: 500;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('../Font/NeueHaasDisplayPro/NeueHaasDisplayProBold.ttf');
    font-weight: 700;
}

body {
    font-family:'Neue Haas Grotesk Display Pro', 'Poppins', sans-serif;
    font-weight: 400;
}

main {
    display: block;
}

h1, h2, h3, h4 {
    font-weight: 700;
    margin-bottom: 0;
}

p {
    margin-bottom: 0;
}


a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
}


.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #0D98D9;
    color: #FFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    z-index: 100;
    transition: background-color 200ms ease-in-out;
}

@media screen and (min-width: 991px) {
    .header {
        min-height: 60px;
    }
}

.header.scrolling {
    background-color: rgba(0, 0, 0, 0.6);
}


.nav-item {
    margin-left: 3.16rem;
}

.nav-link {
    font-size: 1.5rem;
    font-weight: 500;
    padding: 0 1rem;
    line-height: 1;
    letter-spacing: 0.02em;
}

.investa-logo {
    height: 30px;
    width: auto;
    max-width: 100%;
}

main {
    padding-top: 60px;
}


/* Hero Section */
.hero {
    position: relative;
    padding-top: 6.75rem;
    background-color: #0D98D9;
    background: url('../../Images/LandingPage/skyline-sm.png') no-repeat;
    background-size: 100%;
    background-position: center 30%;
    color: #FFF;
    max-height: 1064px;
}

.hero-milkyway {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    opacity: .8;
    mix-blend-mode: lighten;
    pointer-events: none;
}

.hero-image {
    position: absolute;
    max-width: 110%;
    top: -2rem;
    /*right: -4rem;*/
}

.btn-base.hero-cta {
    font-size: 25px;
    border-radius: 10px;
    padding: 12px 40px;
}

.hero-heading {
    font-size: 3.438rem;
    margin-bottom: 2rem;
    line-height: 0.925;
    font-weight: 500;
    text-transform: capitalize;
    max-width: 503px;
    line-height: 100%;
}

.hero-subheading {
    font-size: 2.813rem;
    margin-bottom: 2rem;
}

.hero-description {
    margin: 2rem 0;
    font-size: 1.25rem;
    max-width: 400px;
    font-weight: 400;
    /*text-shadow: 0px 4px 4px #3368B1, 0px 1px 0px #3368B1;*/
    letter-spacing: 0.02em;
    line-height: 1.25;
}

.fold-2 {
   position: relative;
   z-index: 2;
   color: #FFF;
}


.fold-2::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 40%;
    transform: translateY(-50%);
    clip-path: polygon(0 0, 50% 15%, 100% 0, 100% 100%, 50% 85%, 0 100%);
    background: rgba(4, 36, 65, 0.4);
 
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.feature-fold {
    margin-top: 250px;
}

.fold-2-col {
    flex: 1 1 40%;
    max-width: 40%;
}

.fold-2-col.img-col {
    flex: 0 0 30%;
    max-width: 30%;
}

.fold-2-phone {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.fold-2-heading {
    font-size: 3.75rem;
    letter-spacing: 0.02em;
}

.fold-2-text {
    max-width: 320px;
    font-size: 1.25rem;
    letter-spacing: 0.02em;
    line-height: 1.25;
}

#features {
    padding: 10rem 0;
}

.feature-card {
    position: relative;
    color: #F7F9F9;
    background: #00BEF9;
    border-radius: 12px;
    text-align: center;
    padding: 1.5rem;
    padding-top: 65px;
    box-shadow: 1px 3px 8px rgba(0, 0, 0,.25);
}

.feature-card-arrow {
    position: absolute;
    z-index: 5;
}

.feature-card-arrow.start-small-arrow {
    top: 0;
    right: 0;
    transform: translate(130%, -130%);
}

.feature-card-arrow.invest-fast-arrow {
    top: 0;
    left: 50%;
    transform: translate(-50%, -320%);
}

.feature-card-arrow.easy-access-arrow {
    top: 0;
    left: 0;
    transform: translate(-130%, -130%);
}

.feature-card-img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -60%);
    max-width: 100%;
}

.feature-card-img.invest-fast-img {
    left: 45%;
}

.feature-card-title {
    font-size: 2rem;
    margin-bottom: .75rem;
}

.feature-card-text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.02em;
}

.invest-fast-col {
    padding-top: 10rem;
}

.hero-links {
    max-width: 400px;
    gap: .5rem;
}

.fold-4-heading {
    font-size: 3.25rem;
}

.fold-4-left-intro {
    font-size: 2rem;
}

.fold-4-right-intro {
    font-size: 1.5rem;
}

.fold-4-disclaimer {
    font-size: .75rem;
    color: #42B8A4;
}

.fold-4-option {
    border-radius: 8px;
    padding: .625rem 2rem;
    background-color: #C1CADA;
    font-weight: 700;
    font-size: 2.75rem;
    line-height: .9;
    color: #FFF;
    text-align: center;
}

.testimonials {
    padding: 5rem 0;
    position: relative;
}

.testimonials::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #01D0FA 53.96%, #00A9FC 90.94%, #FFFFFF 100%);
    opacity: 0.5;
    z-index: -1;
}

.testimonial-heading {
    font-size: 3.75rem;
    color: #00BEF9;
}

.testimonial-cards-container.container-fluid {
    max-width: 1320px;
    border-radius: 20px;
}

.article-card {
    background-color: #FFFFFF;
    color: #000000;
    border-radius: 16px;
    box-shadow: 0px 3px 13px rgba(0, 0, 0, .25);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.article-card-header {
    padding: 0 1rem;
    height: 54px;
    display: flex;
    align-items: center;
}

.article-card-logo {
    max-height: 31px;
    width: auto;
    max-width: 100%;
}

.article-card-img {
    width: 100%;
    height: 169px;
    object-fit: cover;
}

.article-card-content {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    flex-grow: 1;
}

.article-card-content p {
    flex-grow: 1;
    font-size: 1.125rem;
    font-weight: 400;
    color: #31456A;
    margin-bottom: 1.25rem;
}

.article-card-link {
    align-self: end;
    font-size: .875rem;
    font-weight: 400;
    color: #2B9CFC;
    margin-top: .25rem;
    padding: 0 .5rem;
}

.article-card-link:hover {
    color: #2B9CFC;
    text-decoration: underline;
}

.article-card-link i {
    margin-left: .25rem;
    vertical-align: middle;
}

.security {
    position: relative;
    overflow: hidden;
    padding: 6.5rem 0;
    background-color: #00BEF9;
}

.elipse {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translate3d(0, 0, 0);
    -webkit-transform: translate(-50%, -50%) translate3d(0, 0, 0);
    width: 414px;
    height: 414px;
    background: #98E8DE;
    filter: blur(100px);
    -webkit-filter: blur(100px);
}

.elipse-light {
    background: #D7F6F3;
}

.security-card-container {
    padding-left: 6.875rem;
}

.security-card {
    position: relative;
    background-color: #F7F9F9;
    font-size: 1.25rem;
    margin-bottom: 2rem;
    color: #00BEF9;
    border-radius: 12px;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.25);
    padding: .875rem 2.25rem;
}

.security-card-img {
    position: absolute;
    left: 20px;
    top: 58%;
    transform:translate(-100%, -50%);
    max-width: 110px;
}

.security-heading {
    color: #FFF;
    font-size: 3.75rem;
    line-height: .93;
}

.partners {
    position: relative;
    padding: 6.75rem 0;
}

.partners-heading {
    font-size: 3.75rem;
}

.partners-card {
    padding: 1.5rem 2rem;
    border-radius: 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.partners-card-title {
    font-size: 1.25rem;
    color: #7888A2;
    font-weight: 700;
}

.testimonial-card {
    color: #FFF;
    background-color: #39C2EA;
    background: linear-gradient(180deg, #39C2EA 0%, #1D57FD 100%);
    border-radius: 20px;
    display: flex;
    overflow: hidden;
    height: 100%;
}

.testimonial-card-content {
    padding: 2.5rem;
    flex: 1 1 70%;
    max-width: 70%;
    display: flex;
    align-items: center;
}

.testimonial-card-img {
    flex: 1 1 30%;
    max-width: 30%;
}

.testimonial-card-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center 70%;
    display: block;
    max-height: 325px;
}

.testimonial-card-content p {
    font-size: 1.125rem;
    line-height: 1.25;
    letter-spacing: 0.02em;
    width: 90%;
    margin: 0 auto;
}

.testimonial-card-content p.text-base {
    font-size: 1rem;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
    margin: 0 18px !important;
}

.slick-list {
    margin: 0 -18px !important;
    border-radius: 20px;
}

.text-shadow {
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.text-accent-orange {
    color: #FFFBCC;
}

.br-5 {
    border-radius: 5px;
}

.br-10 {
    border-radius: 10px;
}

.mobile-cta-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #39C2EA;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms ease-in-out;
}

.mobile-cta-bottom.show {
   opacity: 1;
   visibility: visible;
}

.btn-base {
    padding: .625rem 1.25rem;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: none;
}

.text-navy-blue {
    color: #31456A;
}

.text-semantic-green {
    color: #42B8A4;
}

.text-cyan {
    color:#00BEF9;
}

.text-gradient-orange {
    background: linear-gradient(279.26deg, #ED7D5F 11.54%, #F39444 43.25%, #FDC00F 92.83%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.bg-semantic-green {
    background-color: #42B8A4;
}

.bg-cyan {
    background-color: #00BEF9;
}

/* Components */

.get-access-input {
    padding: .625rem 1.25rem;
    background-color: #FFF;
    border: none;
    outline: none;
    font-weight: 500;
}

.btn-gradient-orange {
    color: #FFFFFF !important;
    background-color: #FDC00F;
    border: 2px solid var(--accent-yellow-400, #FDC00F);
    background: linear-gradient(279.26deg, #ED7D5F 11.54%, #F39444 43.25%, #FDC00F 92.83%);
    text-shadow: 0px 0px 2px rgba(0,0,0,.25);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
}

.btn-gradient-orange:hover {
    color: #FFF;
}

.btn-register {
    font-size: 18px;
    font-weight: 500;
    text-shadow: 0px 0px 2px rgba(0,0,0,.25);
    line-height: 103.5%; /* 18.63px */
    letter-spacing: -0.18px;
    text-transform: capitalize;
    border: 2px solid var(--accent-yellow-400, #FDC00F);
    border-radius: 100px;
}

.fold-8-heading {
    font-size: 3.75rem;
    color: #00BEF9;
    line-height: 1.1;
}

.btn-base.fold-8-cta {
    padding: 1.125rem 3.25rem;
    line-height: 1;
    font-size: 2.75rem !important;
    width: 82%;
    text-align: center;
}

.footer {
    padding: 3.75rem 0;
    color: #FFF;
    background-color: #00BEF9;
}

.footer-text {
    max-width: 454px;
    letter-spacing: 0.02em;
    line-height: 1.25;
}

.footer-logo {
    height: 72px;
}

.footer-link {
    color: #00BEF9 !important;
    background-color: #fff;
    border-radius: 4px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    margin-right: 1rem;
}

.footer-link i {
    vertical-align: middle;
}

.cursor-pointer {
    cursor:pointer;
}

.fold-2-phone-mobile {
    display: none;
}

.testimonial-cards:hover .arrow-btn {
    visibility: visible;
    opacity: 1;
}

.arrow-btn-container {
    position: relative;
}


.arrow-btn:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, .4);
}

.arrow-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    visibility: visible;
    opacity: .7;
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 9999px;
    cursor: pointer;
    z-index: 2;
    transition: all 200ms ease-in-out;
    font-size: 1rem;
    color: #fff;
    outline: none !important;
    border: none !important;
}

.arrow-btn.arrow-btn-prev {
    left: 1.5rem;
}

.arrow-btn.arrow-btn-next {
    right: 1.5rem;
}

.arrow-btn i {
    display: block;
    vertical-align: middle;
}

@media (min-width: 1200px) {

    /* Override container max width on large desktop */
    .container {
        max-width: 1320px;
    }
}

@media screen and (max-width: 1650px) {
    .hero {
        background-position: center 20%;
    }
}

@media screen and (max-width: 1440px) {
    .hero {
        background-position: center top;
    }

    .slick-list {
        padding: 0 20% 0 0 !important;
        border-radius: 0;
    }

    .testimonial-cards-container.container-fluid {
        max-width: 100%;
    }

    .arrow-btn.arrow-btn-next {
        right: .5rem;
    }
}

@media screen and (max-width: 1239px) {
    .partners-heading {
        font-size: 3.5rem;
    }
}

@media screen and (max-width: 1199px) {
    .testimonial-cards-container.container-fluid {
        max-width: 960px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .slick-list {
        border-radius: 20px;
    }

    .hero {
        background-size: 120%;
    }

    .hero-image {
        max-width: 120%;
    }

    .hero-heading {
        font-size: 4rem;
    }

    .hero-subheading {
        font-size: 2rem;
    }

    #features {
        padding: 9rem 0;
    }

    .fold-2 {
        top: 140px;
    }

    .feature-card-text {
        font-size: 1rem;
    }

    .feature-card-arrow.start-small-arrow {
        transform: translate(80%, -130%);
    }

    .feature-card-arrow.easy-access-arrow {
        transform: translate(-80%, -130%);
    }

    .fold-4-heading {
        font-size: 2.5rem;
    }

    .fold-4-option {
        font-size: 2rem;
        padding: 1rem 2rem;
    }

    .fold-4-left-intro {
        font-size: 1.75rem;
    }

    .security-heading,
    .partners-heading,
    .testimonial-heading,
    .fold-8-heading {
        line-height: 1;
        font-size: 3.5rem;
    }

    .slick-list {
        padding: 0 !important;
    }

    .testimonial-card-img img {
        max-height: 100%;
    }

    .footer-logo {
        height: 60px;
    }

    /*.footer-middle {
        flex: 1 1 60%;
        max-width: 60%;
    }

    .footer-right {
        flex: 1 1 25%;
        max-width: 25%;
    }

    .footer-left {
        flex: 1 1 15%;
        max-width: 15%;
    }*/

    .arrow-btn.arrow-btn-next {
        right: 1.5rem;
    }
}

@media screen and (max-width: 1024px) {
    .hero {
        background-size: 140%;
    }
}

@media screen and (max-width: 991px) {
    .testimonial-cards-container.container-fluid {
        max-width: 720px;
    }
    main {
        padding-top: 47px;
    }

    .nav-item {
        margin-left: 0;
        margin-top: .75rem;
    }

    .nav-link {
        font-size: 1.25rem;
    }

    .hero {
        padding-top: 3rem;
        background-size: 150%;
    }

    .hero-image {
        position: static;
        max-width: 50%;
        display: block;
        margin: 0 auto;
    }

    .fold-2 {
        top: 180px;
    }
    .feature-fold {
        margin-top: 140px;
    }

    .fold-2-heading {
        font-size: 3rem;
    }

    .fold-2-text {
        font-size: 1.125rem;
    }

    #features {
        padding: 8rem 0;
    }

    .feature-card {
        padding: 1rem;
        padding-top: 50px;
    }

    .feature-card-text {
        font-size: .875rem;
    }

    .feature-card-title {
        font-size: 1.5rem;
        margin-bottom: .5rem;
    }

    .feature-card-img {
        max-width: 70%;
    }

    .feature-card-img.invest-fast-img {
        top: 1rem;

    }

    .feature-card-arrow.invest-fast-arrow {
        top: 50px;
    }

    .invest-fast-col {
        padding-top: 7rem;
    }

    .feature-card-arrow.start-small-arrow {
        top: -1rem;
        right: 1rem;
    }

    .feature-card-arrow.easy-access-arrow {
        top: -1rem;
        left: 1rem;
    }

    .fold-4-heading {
        font-size: 2rem;
    }
    .fold-4-heading span {
        font-size: 1.5rem !important;
    }

    .fold-4-option {
        font-size: 1.5rem;
    }

    .security {
        padding: 5rem 0;
    }

    .security-heading,
    .partners-heading,
    .testimonial-heading,
    .fold-8-heading {
        font-size: 3rem;
        margin-bottom: 2rem;
    }

    .security-card {
        font-size: 1.125rem;
        padding-top: 2.75rem;
        margin-top: 4.5rem;
    }

    .security-card-container {
        padding: 0;
    }

    .security-card-img {
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 90px;
    }

    .footer-text {
        max-width: 100%;
    }
    
    .footer-right ul {
        padding-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .hero-heading {
        font-size: 3rem;
    }

    .hero-subheading {
        font-size: 1.5rem;
    }

    .btn-base.hero-cta {
        font-size: 1.5rem;
    }

    .fold-2-heading {
        font-size: 2rem;
    }

    .hero-description,
    .fold-2-text {
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .elipse {
        width: 200px;
        height: 200px;
    }

    main {
        padding-bottom: 43px;
    }

    .mobile-cta-bottom {
        
    }
    .hero {
        background-size: 175%;
        padding-bottom: 60px;
    }

    #features {
        padding: 4rem 0;
      
    }

    .fold-2 {
        top: 200px;
    }

    .feature-fold {
        margin-top: 164px;
    }

    .fold-2::before {
        height: 40%;
        clip-path: polygon(0 0, 50% 7%, 100% 0, 100% 100%, 50% 93%, 0 100%);
    }

    .feature-card {
        margin-bottom: 4.5rem;
        padding-top: 3rem;
    }

    .feature-card-img {
        width: 120px;
    }

    .feature-card-img.invest-fast-img {
        left: 50%;
    }

    .feature-card-arrow {
        display: none;
    }

    .invest-fast-col {
        padding-top: 0;
        padding-bottom: 1.5rem;
    }

    .fold-4-heading {
        text-align: center;
        max-width: 420px;

    }

    .fold-4-option {
        font-size: 1.5rem;
        text-align: center;
    }

    .security-card {
        font-size: 1rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .testimonial-card {
        flex-direction: column;
    }

    .testimonial-card-content {
        order: 2;
        flex: 1 1 100%;
        max-width: 100%;
        padding: 1rem;
    }

    .testimonial-card-content p {
        font-size: 1rem;
    }

    .testimonial-card-img {
        order: 1;
        flex: 1 1 100%;
        max-width: 100%;
        max-height: 250px;
    }

    .testimonial-card-img img {
        object-position: center;
    }

    .testimonial-cards-container.container-fluid {
        max-width: 540px;
    }

    .arrow-btn {
        top: auto;
        transform: none;
        -webkit-transform: none;
        bottom: 3.75rem;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .arrow-btn.arrow-btn-prev {
        left: 40%;
    }

    .arrow-btn.arrow-btn-next {
        right: 40%;
    }
}

@media screen and (max-width: 576px) {
    .feature-fold {
        margin-top: 120px;
    }

    .arrow-btn.arrow-btn-prev {
        left: 30%;
    }

    .arrow-btn.arrow-btn-next {
        right: 30%;
    }

    .hero {
        background-size: 1180px;
        padding-bottom: 75px;
    }

    .hero-description {
        max-width: 320px;
    }

    #features {
        padding: 6rem 0;
    }

    .fold-2 {
        top: 120px;
        min-height: 283px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .fold-2::before {
        height: 80%;
        clip-path: polygon(0 0, 50% 5%, 100% 0, 100% 100%, 50% 95%, 0 100%);
    }

    .fold-2 .container {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        flex-grow: 1;
    }

    .fold-2-col.img-col {
        display:  none;
    }

    .grow-br {
        display: none;
    }

    .grow-money-flex {
        flex-direction: column;
        align-items: center;
    }
    
    .fold-2-heading {
        font-size: 1.5rem;
        margin-bottom: 1.25rem;
    }

    .fold-2-text {
        font-size: 1rem;
        max-width: 320px;
    }

    .fold-2-col {
        flex: 1 1 auto;
        max-width: 100%;
    }

    .fold-8-heading {
        font-size: 2.5rem;
    }

    .btn-base.fold-8-cta {
        font-size: 2rem !important;
        padding: 1rem 2rem;
        width: 100%;
    }

    .fold-2-phone-mobile {
        display: block;
    }

    .fold-2-phone-mobile img {
        display: block;
        margin: 0 auto;
        max-width: 320px;
        width: 100%;
    }

    .feature-card-text {
        font-size: 1rem;
    }

    .fold-4-left-intro {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 360px) {
    .hero {
        padding-bottom: 80px;
        background-size: 1024px;
    }

    .hero-heading {
        font-size: 2.5rem;
    }

    .hero-subheading {
        font-size: 1.25rem;
    }

    .btn-base.hero-cta {
        font-size: 1.25rem;
    }

/*    .fold-2-heading {
        font-size: 1.25rem;
    }

    .fold-2-text {
        font-size: .625rem;
    }*/

    .security-heading,
    .partners-heading,
    .testimonial-heading {
        font-size: 2.5rem;
    }
}

@-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);
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}