.landing .landing-background-jan2023 {
    margin-top: 0px;
    margin-bottom: 0px;
    background-image: url('/static/website/images/landing-bundlelaunch2021-background4000.png');
    background-position: top center;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-blend-mode: darken;
    
    background-size: auto;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
}

/* @media screen and (max-width: 768px) {
    .landing .landing-background-jan2023 {
        background-image: url('/static/website/images/landing-jan2023-bg-small-c.png');
    }
} */

.landing .landing-background-jan2023:hover {
    cursor: pointer;
}

.landing .landing-background-text {

}

@media screen and (max-width: 768px) {
    .landing .landing-background-text {
        width: 70%;
    }
}

.landing .landing-bundlelaunch-text {
    font-size: 14.608px;
    font-family: "Poppins";
    color: rgb(151, 151, 151);
    line-height: 1.444;
    text-align: left;
}

.landing .landing-bundlelaunch-text-bright {
    font-size: 14.608px;
    font-family: "Poppins";
    color: rgb(255, 255, 255);
    line-height: 1.444;
    text-align: left;
}

.landing .landing-christmas-sub-heading {
    font-size: 40px;
    font-family: "Poppins";
    color: rgb(225, 225, 225);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: left;
}

.landing .landing-christmas-mailinglist {
    font-size: 9.43px;
    font-family: "Poppins";
    color: rgb(225, 225, 225);
    line-height: 2.545;
    text-align: left;
}

.landing .landing-springsale2022-sale {
    position: absolute;
    bottom: -100px;
    right: 0px;
    height: 160px;
    width: 420px;
    z-index: 1;
    border: none;
}

@media screen and (max-width: 991.8px) {
    .landing .landing-springsale2022-sale {
        position: absolute;
        bottom: -120px;
        right: 130px;
        height: 160px;
        width: 420px;
        z-index: 1;
        border: none;
    }
}

@media screen and (max-width: 575.8px) {
    .landing .landing-springsale2022-sale {
        position: absolute;
        bottom: -120px;
        right: 0px;
        height: 160px;
        width: 420px;
        z-index: 1;
        border: none;
    }
}

.blackfriday-text {
    font-size: 14.608px;
    font-family: "Poppins";
    color: #d07361;
    line-height: 1.444;
    text-align: center;
    font-weight: 500;
}


.blackfriday-landing-button-buy {
    width: 240px;
    height: 42px;
    line-height: 42px;
    margin-left: 0px;
    margin-right: 0px;
    border: 0px;
    border-radius: 20px;
    margin-left: 0px;
    padding: 0px;
    background-color: #d07361;
    color: #1a1b1d;
    font-size: 20px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 800;
    border: 0px;
    text-align: center;
    vertical-align: top;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    display: inline-block;
}
