#newsletter-block{
    background-repeat: no-repeat;
    background-color: #FDC70F;
    min-height: 418px;
    max-height: none;
    padding-bottom: 75px;
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
    background-position: center top;
}
#newsletter-container{
    flex-direction: column;
    margin: 0 30px
}
#newsletter-description{
    text-align: center;
    color: #000;
}
#newsletter-description h4{
    font-weight: bold;
}
#newsletter-field{
    flex-direction: column;
    align-items: center;
    width: 100%;
}
#newsletter-container .newsletter-content{
    margin-top: 20px;
}
#newsletter-container .newsletter-content form{
    flex-direction: column;
    align-items: center;
}
#newsletter-input{
    max-width: none;
}
#newsletter-input input{
    color: #000;
    background: none;
    border-color: #000;
}
#subscribe-button{
    background-color: #000;
    font-weight: bold;
    margin-top: 15px;
    margin-left: 0;
    color: #FDC70F;
}
#newsletter::placeholder{
    color: #000;
}
:is(#newsletter-input, #subscribe-button){
    width: 80%;
}
#newsletter-privacy{
    color: #000;
    margin: 10px 0;
}
#newsletter-privacy .policy a{
    color: #000;
    font-weight: normal;
}
#newsletter-checkbox{
    border-color: #000;
}
.amtheme-newsletter-block input[type='checkbox']+label:before,
.amtheme-newsletter-block input[type='checkbox']+label:after
{
    margin: 0;
}
#newsletter-privacy .pultheme-label{
    font-size: 1.45rem;
}
.newsletter-social{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000;
    margin-top: 35px;
}
.social-logos{
    display: flex;
    justify-content: space-between;
}
.social-logos div{
    display: flex;
    max-width: 75px;
}
.social-logos div a{
    display: contents;
}
.social-logos #instagram-logo{
    justify-content: flex-end;
}
.social-logos #facebook-logo{
    justify-content: center;
}
.social-logos #youtube-logo{
    justify-content: flex-start;
}
.social-logos div img{
    max-width: 55%;
}
#newsletter {
    transition: none;
}
@media(min-width:768px){
    #newsletter-block{
        background-image: url("../../../../../../../pub/media/wysiwyg/newsletter.jpg");
        padding-bottom: 0;
        padding-top: 0;
    }
    #newsletter-container .newsletter-content{
        max-width: 70%;
    }
    #newsletter-field{
        flex-direction: row;
        justify-content: space-between;
        width: 150%;
    }
    #newsletter-input{
        width: 65%;
    }
    #subscribe-button{
        width: 30%;
        margin-top: 0;
    }
    .amtheme-newsletter-block #newsletter-privacy .mage-error[generated]{
        position: relative;
    }
}
@media(min-width:1024px){
    #newsletter-container .newsletter-content{
        max-width: 60%;
    }
}
@media(min-width:1440px){
    #newsletter-block{
        background-image: url("../../../../../../../pub/media/wysiwyg/newsletter.jpg");
    }
    #newsletter-container .newsletter-content{
        max-width: 55%;
    }
    #newsletter-field{
        width: 170%;
    }
    #newsletter-input{
        width: 70%;
    }
    #subscribe-button{
        width: 25%;
    }
}