.dnntitle H1,.dnntitle H2,.dnntitle H3,.dnntitle H4,.dnntitle H5,.dnntitle H6,
H1,H2,H3,H4,H5,H6 {
    /*color: var(--h6-color);
    font-family: "Alata";*/
    font-weight: 500!important;
    font-size: 1.25rem!important;
    line-height: 1.5!important;
    letter-spacing: 0!important;
}


.edForm__form.eds_mailChimpPlus_Ozone.eds_style_predefined_grey .edForm__subscribe{
    background-color: rgba(13, 72, 117, 1) !important;
        transition: all .3s 
cubic-bezier(0.420, 0.000, 1.000, 1.000);
}
.edForm__form.eds_mailChimpPlus_Ozone.eds_style_predefined_grey .edForm__subscribe:hover{
    background-color: rgba(96, 163, 217, 1) !important;
}


