span.hs_cos_wrapper form {
    display: flex;
    gap: .5rem;
}

.subscribe-title{
  color: #FFF!important;
  font-size:2rem!important;
  font-weight:600!important;
  line-height:3rem!important;
  margin-bottom:2rem!important;
}

.hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
width:100%!important;
text-align:left!important;
margin-bottom:0!important;
}

@media (max-width:1280px){
  .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {

width:100%!important;
  }
}

.hs_email.hs-email.hs-fieldtype-text.field.hs-form-field label {
display:none;
}

.hs_email.hs-email.hs-fieldtype-text.field.hs-form-field input {
width:100%!important;
}

.no-list.hs-error-msgs.inputs-list {
  display:none!important;
}

div.subscribe-form {
  max-width: 1000px;
  position:relative;
  bottom:-100px;
  z-index:20;
}

@media (max-width:1100px){
div.subscribe-form {

  max-width:90%;
}
  

span.hs_cos_wrapper form {
  display:flex;
  gap:1rem;
}

@media screen and (max-width:900px) {
span.hs_cos_wrapper form {
  flex-direction:column;
  }
}
