@media screen and (min-width: 768px) {
    .NewsletterPopup {
        padding: 0;
        background: 0 0 !important;
    }
    .errors li {
        color: #777;
        margin-top: 20px;
        list-style: none;
    }
    .newsletterpopupinner {
        max-width: 750px;
        display: flex;
        max-height: 600px;
        position: absolute;
        left: 50%;
        justify-content: center;
        align-items: center;
        top: 50%;
        background: #fff;
        transform: translate(-50%, -50%);
    }
    .imagepopup {
        width: 50%;
        height: 100%;
        min-width: 375px;
        min-height: 510px;
        background-size: cover;
        background-position: center;
    }
    .textsectionpopup {
        width: 50%;
        padding: 40px;
        height: 100%;
        min-width: 375px;
    }
}
@media screen and (max-width: 767px) {
    .NewsletterPopup {
        padding: 0;
        background: 0 0 !important;
    }
    .errors li {
        color: #777;
        margin-top: 20px;
        list-style: none;
        margin-bottom: 20px;
    }
    .newsletterpopupinner {
        max-width: 750px;
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: no-wrap;
        max-height: 600px;
        position: absolute;
        left: 50%;
        justify-content: center;
        align-items: center;
        top: 50%;
        width: 85%;
        background: #fff;
        transform: translate(-50%, -50%);
    }
    .NewsletterPopup__Form {
        margin-top: 20px;
    }
    .imagepopup {
        width: 100%;
        height: 100%;
        min-width: unset;
        min-height: 27vh;
        background-size: cover;
        background-position: center;
    }
    .textsectionpopup {
        width: 100%;
        padding: 20px;
        height: 100%;
        max-height: 48vh;
        min-width: unset;
    }
}
.NewsletterPopup .Form__Submit.Button.Button--primary.Button--full {
    background: #373b3c;
    color: #fff;
    border: 0.25px solid #fff;
    font-size: 12px;
    padding: 18px;
    webkit-transition: color 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), background 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) !important;
    transition: color 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), background 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) !important;
}
.NewsletterPopup .Form__Submit.Button.Button--primary.Button--full:hover {
    background: #fff !important;
    color: #373b3c !important;
    font-size: 12px;
    border: 0.25px solid #fff !important;
    font-size: 12px;
}
.backgroundpopup {
    background: rgba(0, 0, 0, 0.65);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
}
.NewsletterPopup .Form__Submit.Button.Button--primary.Button--full {
    border: 0.25px solid transparent;
}
.NewsletterPopup .Form__Submit.Button.Button--primary.Button--full:hover {
    border: 0.25px solid #373b3c !important;
    color: #373b3c !important;
}
.NewsletterPopupFormText::-webkit-input-placeholder {
    color: #777 !important;
}
.NewsletterPopupFormText::-moz-placeholder {
    color: #777 !important;
}
.NewsletterPopupFormText:-ms-input-placeholder {
    color: #777 !important;
}
.NewsletterPopupFormText:-moz-placeholder {
    color: #777 !important;
}
.NewsletterPopupFormText::placeholder {
    color: #777 !important;
}

.NewsletterPopup .Form__Submit.Button.Button--primary.Button--full {
    webkit-transition: color 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), background 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), background 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.NewsletterPopup .Button {
    transition: color 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), background 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    webkit-transition: color 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), background 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.NewsletterPopup .Button.Button--primary::before {
    display: none !important;
}
.newsletterctabtn {
    border-bottom: 1px solid #373b3c;
    border-color: #373b3c !important;
}
