.newsletter .banner{
    height: 500px;
}
.newsletter .banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( 0deg,#306A63 0%, #306A63 3%, rgba(255,255,255,0) 0%);
}
#mc_embed_signup * {
    clear: left;
    font: 1rem 'Oswald', sans-serif !important;
}

#mc_embed_signup div.mce_inline_error {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
}

#mc_embed_signup .mc-field-group input {
    display: block;
    width: 100%;
    padding: 15px 0px !important;;
    text-indent: 2%;
    border-radius: 0;
    border: 1px solid #000
}
#mc_embed_signup .mc-field-group label,
.gender-headline{
    font-family: 'Oswald', sans-serif !important;
    display: block;
    margin-bottom: 6px !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    text-transform: uppercase;
}

#mc-embedded-subscribe {
    clear: both;
    width: 100% !important;
    display: block;
    margin: 0 !important;
}

#mc_embed_signup input.mce_inline_error {
    border: 1px solid #6B0505;
    border-radius: 0;
    margin: 0 !important;
}


#mc_embed_signup .mc-field-group {
    width: 100% !important;
    padding-bottom: 15px !important;
}

#mergeRow-gdpr {
    margin-top: 0 !important;
}

#mc_embed_signup form {
    padding: 0 !important;
}

.newsletter .shadoww{
     box-shadow: 0rem -1rem .5rem 0rem rgba(0,0,0,.05)!important;
 }
.newsletter .typography ul:not(.optionset) > li:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f004 ";
    font-size: 1.125rem !important;
    background-color: rgb(0 0 0 / 0%) !important;
    color: #222222 !important;
    font-weight: 400;
}
.newsletter .navi-icon-i i{
    font-size: 4.688rem;
    margin-bottom: 1rem;
}
.card-box *{
    color: #306A63 !important;
}
.card-box:hover{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #306A63;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    color: #fff !important;
}
.card-box:hover *{
    color: #fff !important;
}

.newsletter__box {
    position: relative;
    margin-top: -100px;
}

.newsletter__image--block .btn-cart-groun {
    width: auto;
}

.datefield .subfield.dayfield input,
.datefield .subfield.monthfield input
{
    display: inline-block !important;
    width: 20% !important;
    padding: 15px 0px !important;
    text-indent: 2%;
    border-radius: 0;
    border: 1px solid #000;
}


@media (max-width: 1199.98px) {
    .newsletter__box {
        margin-top: -40px;
    }
    .newsletter .banner {
        height: 400px;
    }
}

@media (max-width: 991.98px) {
    .newsletter .navi-icon-i i {
        font-size: 3.75rem;
        margin-bottom: 1rem;
    }
    .newsletter .shadoww{
        box-shadow: none !important;
    }
    .newsletter__box {
        position: relative;
        margin-top: 0;
    }
    .newsletter .banner {
        height: 350px;
    }
}

@media (max-width: 575.98px) {

    .newsletter .banner {
        height: 450px;
    }
    .newsletter .navi-icon-i i {
        font-size: 3.125rem;
        margin-bottom: 1rem;
    }
    .newsletter__image--block .btn-cart-groun {
        width: 100%;
    }
}
