.style-24 form .hs-button,.style-24 form input[type=submit] {
   background-color: #FFFFFF;
  color:#0D0A2C;
}

.style-24 .cta-content .cta-heading h3{
  color:#FFF;
}

.style-24 .subscribe-form form input[type=email] {
    background: #0F1118;
    border:none;
  width: 350px;
}

/* body.rp_theme_dark .style-2 .overline {
  color:#4A3AFF !important;
}
 */
.style-24 .subscribe-form form {
    align-items: center;
    background-color: transparent;
    border: 0;
    border-radius:  15px;
    display: flex;
    padding: 5px;
    justify-content: center;
}

.style-24 .subscribe-form form input[type=email] {
    margin-bottom: 10px;
    color: #ffffffcc;
}
}

.style-24 h3 {
    font-size: 54px;
    letter-spacing: -2px;
    margin-bottom: 32px;
    color: red;
}

.style-24 p {
    color: #ffffffcc;
}

.style-24 .cta-heading{
   margin-bottom: 40px;
}

@media screen and (max-width:768px){
 .style-24 .cta-content {
    margin: auto !important ;

}
}

@media screen and (max-width:560px){
  .style-24 .subscribe-form form {
    flex-direction:column;
  }
}