<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: "Benton Sans BBVA";
    src: url("/assets/front/fonts/BentonSansBBVA-Book.woff2") format("woff2"),
        url("/assets/front/fonts/BentonSansBBVA-Book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Benton Sans BBVA bold";
    src: url("/assets/front/fonts/BentonSansBBVA-Medium.woff2") format("woff2"),
        url("/assets/front/fonts/BentonSansBBVA-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Benton Sans BBVA-Light";
    src: url("/assets/front/fonts/BBVABentonSansLight-Regular.ttf");
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    padding: 0;
}
.header {
    width: 150px;
}
.landing-page {
    width: 100vw;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #003267;
    background-image: url("/assets/front/img/1223BBVA-mobile-background.png");
    background-position: 0px 70px;
    background-size: cover;
    background-repeat: no-repeat;
}

.landing-page__header {
    padding: 30px;
}
.landing-page__header-image {
    width: 150px;
}
.landing-page__content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 20px;
    width: 90%;
    height: 70%;
}
.landing-page__title {
    font-family: "Benton Sans BBVA-Light";
    color: #2dcccd;
    font-size: 1.5rem;
}
.landing-page__title-span {
    font-family: "Benton Sans BBVA bold";
    color: #2dcccd;
}
.landing-page__paragraph {
    font-family: "Benton Sans BBVA-Light";
    color: whitesmoke;
}
.landing-page__paragraph-span {
    font-family: "Benton Sans BBVA bold";
    color: whitesmoke;
}
.landing-page__subtitle-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin: 20px 25px 0 10px;
}

.landing-page__subtitle-container-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.landing-page__subtitle-icon {
    width: 20px;
}
.landing-page__subtitle {
    font-family: "Benton Sans BBVA bold";
    color: #2dcccd;
    margin: 1.5em 0;
    font-size: 1.5rem;
}

.landing-page__subtitle-datetime {
    font-family: "Benton Sans BBVA bold";
    color: #ffffff;
    margin: 0;
}

.landing-page__subtitle--thin {
    font-family: "Benton Sans BBVA";
    color: #8f7ae5;
    margin: 0;
    font-size: 1.5rem;
}

.landing-page__subtitle-datetime--thin {
    font-family: "Benton Sans BBVA";
    color: #ffffff;
    margin: 0;
}

.landing-page__countdown {
    display: flex;
    justify-content: center;
    align-items: center;
}

.landing-page__countdown-span {
    font-family: "Benton Sans BBVA bold";
    color: #2dcccd;
    font-size: 1.8em;
}

@media only screen and (min-width: 768px) {
    .landing-page {
        background-color: #003267;
        background-image: url("/assets/front/img/1223BBVA-mobile-background.png");
        background-position: 200px 100px;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .landing-page__content {
        margin: 70px auto 70px 100px;
        width: 70%;
        height: 100%;
    }
    .landing-page__title {
        font-size: 2rem;
    }
}

@media only screen and (min-width: 900px) {
    .landing-page__subtitle-container {
        width: 50%;
    }
}

@media only screen and (min-width: 1200px) {
    .landing-page {
        background-image: url("/assets/front/img/Landing-Webinar-240925-desktop-2.png");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .landing-page__header {
        padding: 50px;
    }
    .landing-page__header-image {
        width: 200px;
    }
    .landing-page__content {
        margin: 100px auto 50px 50px;
        width: 40%;
        height: 50%;
    }
    .landing-page__title {
        font-size: 1.5rem;
    }
    .landing-page__subtitle-container {
        margin-top: 60px;
        width: 70%;
    }
    .landing-page__countdown-span {
        font-size: 2em;
    }
}
@media only screen and (min-width: 1400px) {
    .landing-page {
        background-image: url("/assets/front/img/Landing-Webinar-240925-desktop-2.png");
        background-position: right top 0;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .landing-page__header {
        padding: 50px;
    }
    .landing-page__header-image {
        width: 300px;
    }
    .landing-page__header-image__content {
        margin: 50px auto 50px 100px;
    }
    .landing-page__title {
        font-size: 2.5rem;
    }
    .landing-page__subtitle-icon {
        width: 20px;
    }
    .landing-page__countdown-span {
        margin-top: 0.5em;
        font-size: 3em;
    }
}
@media only screen and (min-width: 1920px) {
    .landing-page__header {
        padding: 50px;
    }
    .landing-page__header-image {
        width: 300px;
    }
    .landing-page__content {
        margin: 200px auto 100px 100px;
        height: 50%;
    }
    .landing-page__title {
        font-size: 3rem;
    }
    .landing-page__paragraph {
        font-size: 1.5rem;
    }
    .landing-page__subtitle-icon {
        width: 35px;
    }
    .landing-page__subtitle {
        font-size: 2rem;
    }
    .landing-page__subtitle--thin {
        font-size: 2rem;
    }
    .landing-page__subtitle-datetime {
        font-size: 1.5rem;
    }
    .landing-page__subtitle-datetime--thin {
        font-size: 1.5rem;
    }
}
</pre></body></html>