﻿.homeHeaderOffer
{
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 220px 0 20px;
}
.homeHeaderOffer .heroImage__child
{
    margin: auto;
    max-width: calc(var(--maxWidth) + var(--sidePadding) * 2);
    padding: 0 var(--sidePadding);
    width: 100%;
}
.homeHeaderOffer__poster, .homeHeaderOffer__video
{
    bottom: 0;
    margin: 0;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -10;
}
@media(min-width: 768px)
{
    .homeHeaderOffer
    {
        justify-content: flex-start;
        padding: 110px 0;
    }
    .homeHeaderOffer .bannerOffer
    {
        max-width: 470px;
    }
    .homeHeaderOffer__poster, .homeHeaderOffer__video
    {
        bottom: auto;
        margin: 0;
        min-height: 100%;
        min-width: 100%;
        object-fit: cover;
        position: absolute;
        right: 0;
        top: auto;
        z-index: -10;
    }
}
@media(min-width: 1200px)
{
    .homeHeaderOffer__video
    {
        transform: translateX(0);
    }
}
@media(min-width: 2100px)
{
    .homeHeaderOffer__poster, .homeHeaderOffer__video
    {
        object-position: 0 50%;
    }
}
.bannerOffer
{
    background: var(--neutral0);
    border-radius: var(--radiusLarge);
    padding: 24px 16px 16px;
}
.bannerOffer--large
{
    padding: 40px 25px 25px;
}
.bannerOffer__title p
{
    color: var(--primaryColor);
    font-family: var(--secondaryFontFamily);
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.1;
    text-align: center;
}
.bannerOffer--large .bannerOffer__title p
{
    font-size: 64px;
}
.bannerOffer__subtitle p
{
    color: var(--tertiaryColor);
    font-family: var(--secondaryFontFamily);
    font-size: 20px;
    line-height: 1.1;
    text-align: center;
}
.bannerOffer--large .bannerOffer__subtitle p
{
    font-size: 36px;
}
.bannerOffer__CTA
{
    margin: 24px auto 8px;
}
.bannerOffer--large .bannerOffer__CTA
{
    font-size: 20px;
    margin: 24px auto;
    max-width: 250px;
}
.bannerOffer__terms
{
    color: var(--neutral50);
    font-size: var(--text-xxs);
    line-height: 1.6;
    max-width: 480px;
}
.bannerOffer__terms a
{
    color: inherit;
}