    @font-face {
        font-family: "DINPro-Regular";
        font-display: swap;
        font-style: normal;
        font-weight: 400;
        src: url(../../../fonts/DINPro-Regular.otf) format("opentype");
    }
    @font-face {
        font-family: "DINPro-Bold";
        font-display: swap;
        font-style: normal;
        font-weight: 400;
        src: url(../../../fonts/DINPro-Bold.otf) format("opentype");
    }
    @font-face {
        font-family: "VeneerClean-Reg";
        font-display: swap;
        font-style: normal;
        font-weight: 400;
        src: url(../../../fonts/VeneerClean-Reg.otf) format("opentype");
    }
 
    :root {
        --primary-color: #e10a0a;
        --secondary-color: #1f2947;
    }
    
    a {
        color: inherit;
    }
    
    body {
        background-color: #ececec;
        margin: 0;
        font-family: "DINPro-Regular";
    }
    .container, .offer__key-tcs {
        padding: 0 20px;
    }

    .margin-top-auto {
        margin-top: auto;
    }
    .logo {
        position: relative;
        z-index: 3;
    }
    .logo img {
        max-width: 300px;
        width: 100%;
    }
    .page-wrapper {
        max-width: 1300px;
        margin: 0 auto;
        background-color: #fdfdfd;
        background-image: url(../../../assets/new-customer-offer/virgin_desktop_v4.jpg);
        background-size: 1300px;
        background-position: top left;
        background-repeat: no-repeat;
    }
    .offer__headline {
        font-family: "VeneerClean-Reg";
        line-height: 0.9;
        font-size: 118px;
        color: var(--secondary-color);
        font-weight: normal;
        margin: 0;
    }
    .offer__headline span {
        display: block;
        white-space: nowrap;
    }
    .offer__headline--3 {
        font-size: 0.68em;
    }
    .offer__headline--2 {
        color: var(--primary-color);
    }
    span.star {
        display: inline-block;
        font-size: 30px;
        vertical-align: top;
    }
    .page-top {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        overflow: hidden;
    }
    .right-top {
        position: relative;
    }
    .right-top .sticker {
        background-image: url(../../../assets/new-customer-offer/virgin_sticker_v2.png);
        display: inline-block;
        padding: 1.8em;
        text-align: center;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        color: #00e5c4;
        font-family: "DINPro-Bold";
        margin: 0;
        position: absolute;
        bottom: 10%;
        right: 60%;
        font-size: 20px;
    }
    img.hero-image {
        display: block;
        max-width: 100%;
    }
    .offer__wrapper {
        padding: 55px 0px 35px 55px;
        display: flex;
        flex-direction: column;
    }
    .offer__wrapper h2 {
        margin: 4px 0 0;
        font-size: 33px;
        line-height: 1;
    }
    .offer__wrapper p {
        margin: 8px 0 0;
        font-size: 20px;
        line-height: 1.2;
    }
    .offer__button a {
        padding: 12px 28px;
        background: var(--primary-color);
        display: inline-block;
        text-decoration: none;
        color: #fff;
        font-family: "DINPro-Bold";
        font-size: 30px;
        border-radius: 5px;
    }
    p.offer__existing-customer {
        font-size: 14px;
        margin: 10px 0 0;
    }
    .offer__key-tcs {
        margin: 0;
        font-size: 14px;
        text-align: center;
        color: var(--secondary-color);
    }
    .offer__button {
        margin: 30px 0 0;
    }
    
    @media screen and (max-width: 1024px) {
        .offer__wrapper {
            padding: 35px 0 35px 20px;
        }
        .right-top {
            min-width: 100vw;
            margin-left: -6vw;
        }
    }
    
    @media screen and (max-width: 640px) {
        .right-top .sticker {
            bottom: 5%;
            right: 60%;
            font-size: 3vw;
        }
        .logo {
            width: 42%;
            position: absolute;
            top: 0;
            left: 0;
        }
        .page-top {
            flex-direction: column-reverse;
            position: relative;
        }
        .right-top {
            min-width: 100%;
            margin-left: 0;
        }
        .offer__wrapper {
            padding: 20px;
        }
        .offer__headline {
            font-size: 15vw;
            text-align: center;
            line-height: 0.8;
        }
        .offer__wrapper h2 {
            font-size: 8vw;
            text-align: center;
        }
        .offer__wrapper p:not(.offer__existing-customer) {
            font-size: 6vw;
            text-align: center;
        }
        .offer__headline span {
            display: inline-block;
        }
        .offer__headline--3 {
            display: block;
        }
        .offer__headline--3 {
            font-size: 0.75em;
        }
        .offer__button {
            margin: 30px 0 0;
            text-align: center;
        }
        .offer__button {
            margin: 20px 0 0;
        }
        .offer__button a {
            font-size: 6vw;
        }
        p.offer__existing-customer {
            text-align: center;
            font-size: 12px;
        }
        .offer__key-tcs {
            font-size: 12px;
        }
        .offer__wrapper {
            min-height: auto;
            max-width: 100%;
        }
    }
    
    
    /* Steps */
    .steps__wrapper {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        padding: 50px 0;
    }
    .step__item-separator img {
        width: 14px;
    }
    .step__item p {
        font-family: "VeneerClean-Reg";
        font-size: 35px;
        line-height: 1;
        margin: 0;
        color: var(--secondary-color);
    }
    
    @media screen and (max-width: 1024px) {
        .steps__wrapper {
            flex-direction: column;
        }
        .step__item-separator img {
            width: 14px;
            transform: rotate(90deg);
            padding: 10px;
        }
        .step__item p {
            font-size: 30px;
        }
    }
    
    @media screen and (max-width: 640px) {
        .steps__wrapper {
            padding: 30px 0;
        }
        .step__item p {
            text-align: center;
        }   
        .step__item-separator img {
            padding: 5px;
        } 
    }
    /* </Steps */
    
    
    
    /* Blocks */
    .blocks__wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 30px;
    }
    .block__item img {
        width: 100%;
        display: block;
    }
    .block__item {
        border: 1px solid #c8c8c8;
        border-radius: 8px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }
    .block__copy {
        font-size: 15px;
        line-height: 1.4;
        color: var(--secondary-color);
        padding: 15px;
        margin: 0;
    }
    .block__disclaimer {
        padding: 15px;
        font-size: 12px;
        line-height: 1.2;
        margin: 0;
        margin-top: auto;
    }
    
    @media screen and (max-width: 1024px) {
        .blocks__wrapper {
            grid-gap: 20px;
        }
    }
    @media screen and (max-width: 640px) {
        .blocks__wrapper {
            grid-template-columns: 1fr;
        }
    }
    /* </Blocks */
    
    /* REGULATORY */
    .regulatory__logos, .payment__logos {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .regulatory__logos img, .payment__logos img {
        margin: 1em;
    }
    .regulatory__logos {
        padding: 60px 0;
    }
    .payment__logos {
        padding: 20px 0;
    }
    .bottom__links .links__wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        text-align: center;
    }
    .bottom__links .links__wrapper a {
        font-size: 16px;
        padding: 1.5em 0.5em;
        font-weight: bold;
    }
    .bottom__links {
        padding: 60px 0;
    }
    
    @media screen and (max-width: 640px) {
        .bottom__links .links__wrapper {
            grid-template-columns: 1fr 1fr;
        }
    }
    /* </REGULATORY */
    
    
    /* Footer */
    .footer__wrapper {
        text-align: center;
        padding: 20px 0;
    }
    .footer__wrapper p {
        margin: 0 0 1em;
    }
    .footer__wrapper a {
        font-weight: bold;
    }
    /* </Footer */