#articles-lp-wc .articles-lp__hero {
    display: flex;
    flex-direction: column;
}

#articles-lp-wc .articles-lp__subtitle,
#articles-lp-wc .articles-lp__form {
    max-width: 100%;
}

#articles-lp-wc .articles-lp__subtitle {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}


#articles-lp-wc .articles-lp__hero-left-inner {
    display: block;
    overflow: visible;
}

#articles-lp-wc .articles-lp__hero-left {
    background: #045D13;
    padding: 12px 12px 24px 12px;
    border-radius: 0 0 6px 6px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100%;
}

#articles-lp-wc .articles-lp__hero-text-mobile {
    max-width: 100%;
    display: block;
    margin: 0px;
}

#articles-lp-wc .articles-lp__hero--wc {
    padding: 0px;
}

#articles-lp-wc .articles-lp__title--wc {
    text-align: center;
    max-width: 296px;
    margin-left: auto;
    margin-right: auto;
}

#articles-lp-wc .articles-lp__title span {
    font-weight: 900;
}

#articles-lp-wc .jp-articles-lp-optin__consent-text,
#articles-lp-wc .jp-articles-lp-optin__meta-text {
    color: #fff;
}

#articles-lp-wc .jp-articles-lp-optin__submit {
    background: linear-gradient(0deg, #FB0 0%, #FB0 100%), linear-gradient(0deg, #F7F7FF 0%, #F7F7FF 100%), #413DEE;
    box-shadow: 0 40px 11px 0 rgba(0, 0, 0, 0.00), 0 25px 10px 0 rgba(0, 0, 0, 0.04), 0 14px 9px 0 rgba(0, 0, 0, 0.12), 0 6px 6px 0 rgba(0, 0, 0, 0.21), 0 2px 4px 0 rgba(0, 0, 0, 0.24);
    margin-bottom: 0px;
}

#articles-lp-wc input::placeholder {
    color: rgba(64, 64, 64, 0.72);
}

#articles-lp-wc .articles-lp__form .jp-articles-lp-optin__meta-text strong {
    font-weight: 600;
}

#articles-lp-wc .articles-lp__hero-right--wc {
    padding: 8px 12px 38px 12px;
}

#articles-lp-wc .articles-lp__offer {
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    box-shadow: 6px 13px 15px 0 rgba(0, 0, 0, 0.05);
}

#articles-lp-wc .articles-lp__offers--wc {
    gap: 12px;
}

#articles-lp-wc .articles-lp__offer-text {
    color: #404040;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
}

#articles-lp-wc .articles-lp__offer-cta {
    background: linear-gradient(0deg, #FB0 0%, #FB0 100%);
    height: 42px;
}

#articles-lp-wc .articles-lp__offer-cta:hover {
    background: linear-gradient(0deg, #FB0 0%, #FB0 100%) !important;
}

#articles-lp-wc .articles-lp__video-wrapper {
    width: 100%;
    max-width: 362px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    border-radius: 10.623px;
    border: 2px solid #FB0;
    overflow: hidden;
    box-shadow: 0 0 6px 0px #FEBA03, 0 0 30px 0 #FEBA03, 0 0 11px 0 #FEBA03, 0 0 9.372px 0 #FEBA03, 0 0 2.678px 0 #FEBA03, 0 0 1.339px 0 #FEBA03;
}

#articles-lp-wc .articles-lp__video {
    width: 100%;
    height: 180px;
    background: #034A0F;
    object-fit: cover;
    display: block;
}

#articles-lp-wc .articles-lp__form {
    background: #045D13;
    padding: 12px;
    border-radius: 6px;
}

#articles-lp-wc .articles-lp__form .jp-articles-lp-optin__field {
    margin-bottom: 16px;
}

#articles-lp-wc .articles-lp__form .jp-articles-lp-optin__email,
#articles-lp-wc .articles-lp__form input[type="email"],
#articles-lp-wc .articles-lp__form input[type="text"] {
    background: #ffffff !important;
    color: #404040 !important;
}

#articles-lp-wc .articles-lp__form .jp-articles-lp-optin__consent-label,
#articles-lp-wc .articles-lp__form .jp-articles-lp-optin__meta {
    color: #ffffff !important;
}

#articles-lp-wc .articles-lp__hero-text-desktop {
    display: none;
}

@media screen and (min-width: 992px) {
    #articles-lp-wc .articles-lp__form--wc {
        max-width: 600px;
        margin: 0 auto;
    }
}


#articles-lp-wc .articles-lp__offers-title--wc.desktop {
    display: none;
}

#articles-lp-wc .articles-lp__hero--wc {
    margin-bottom: 76px;
}

@media screen and (min-width: 1280px) {
    #articles-lp-wc .articles-lp__hero-text-desktop {
        display: block;
    }

    #articles-lp-wc .articles-lp__hero-text-mobile {
        display: none;
    }

    #articles-lp-wc .articles-lp__hero-content--wc {
        display: flex;
        align-items: center;
    }

    #articles-lp-wc .articles-lp__title--wc {
        max-width: 100%;
        text-align: left;
        font-size: 46px;
        font-weight: 500;
        line-height: 52px;
    }

    #articles-lp-wc .articles-lp__video-wrapper {
        width: 325px;
        max-width: 100%;
        margin-bottom: 0px;
        border-radius: 21.238px;
        border: 3.54px solid #FB0;
    }

    #articles-lp-wc .articles-lp__video {
        height: 352px;
    }

    #articles-lp-wc .articles-lp__form--wc {
        max-width: 700px;
        padding: 0px;
    }

    #articles-lp-wc .articles-lp__hero-left {
        border-radius: 12px 24px;
        padding-top: 31px;
        padding-bottom: 60px;
    }

    #articles-lp-wc .articles-lp__subtitle--wc {
        text-align: left;
        margin-bottom: 23px;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
    }

    #articles-lp-wc .jp-articles-lp-optin__submit {
        max-width: 261px;
        height: 46px;
    }

    #articles-lp-wc .articles-lp__offers--wc {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
    }

    #articles-lp-wc .articles-lp__hero {
        gap: 25px;
        border-radius: 12px;
    }

    #articles-lp-wc .articles-lp__video-wrapper {
        box-shadow: 0 0 6px 0px #FEBA03, 0 0 100px 0 #FEBA03, 0 0 11px 0 #FEBA03, 0 0 9.372px 0 #FEBA03, 0 0 2.678px 0 #FEBA03, 0 0 1.339px 0 #FEBA03;
    }

    #articles-lp-wc .articles-lp__offers-title--wc.mobile {
        display: none;
    }

    #articles-lp-wc .articles-lp__offers-title--wc.desktop {
        display: block;
        text-align: center;
        margin-bottom: 25px;
        font-size: 22px;
    }

    #articles-lp-wc .articles-lp__hero-right--wc {
        padding: 0px 40px 26px 40px;
    }

    #articles-lp-wc .articles-lp__offer {
        border-radius: 8px;
    }

    #articles-lp-wc .articles-lp__offer-text {
        font-size: 17px;
    }

    #articles-lp-wc .articles-lp__hero--wc {
        margin-bottom: 48px;
    }
}
