.news-letter {
  background-color: #1a1a1a;
  padding: 48px 20px;
  color: #fff;
}
.news-letter h3 {
  font-size: 22px;
  line-height: 125%;
  margin-bottom: 36px;
}
.news-letter h4 {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 12px;
}
.news-letter .signup-form-wrapper p,
.news-letter .signup-form-wrapper span {
  font-size: 16px;
  line-height: 125%;
}
.news-letter .signup-form-wrapper p {
  margin-bottom: 24px;
}
.news-letter .signup-form-wrapper p.privacy {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 0;
}
.news-letter .signup-form-wrapper p:not(.privacy) {
  max-width: 452px;
}
.news-letter .signup-form-wrapper .subscribe-form {
  margin-bottom: 16px;
}
.news-letter .signup-form-wrapper .subscribe-form .form-field {
  background-color: #3f3f3f;
  border-radius: 30px;
  border: 1px solid transparent;
}
.news-letter .signup-form-wrapper .subscribe-form .form-field input {
  border-radius: 30px;
  width: 100%;
  font-size: 14px;
  line-height: 17px;
  background-color: transparent;
  border: none;
  padding-left: 32px;
  color: #fff;
}
.news-letter .signup-form-wrapper .subscribe-form .form-field input::placeholder {
  color: #fff;
}
.news-letter .signup-form-wrapper .subscribe-form .form-field .btn-cta {
  background-color: #fff !important;
  color: #1a1a1a !important;
  padding: 12px 0;
  font-size: 14px;
  line-height: 17px;
  min-width: 100px;
}
.news-letter .signup-form-wrapper .subscribe-form .form-field .btn-cta::before {
  display: none;
}
.news-letter .signup-form-wrapper .subscribe-form.subscribe-form-error .form-field {
  border-color: #ff0000;
}
.news-letter .signup-form-wrapper .subscribe-form span {
  display: inline-block;
  margin-top: 16px;
  color: #ff0000;
}

@media (min-width: 768px) {
  .news-letter .signup-form-wrapper .subscribe-form .form-field input {
    font-size: 18px;
    line-height: 30px;
  }
  .news-letter .signup-form-wrapper .subscribe-form .form-field .btn-cta {
    padding: 16px 0;
    font-size: 18px;
    line-height: 22px;
    min-width: 151px;
  }
}
@media (min-width: 992px) {
  .news-letter h3 {
    font-size: 36px;
    margin-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .news-letter {
    padding: 100px 0;
  }
}

/*# sourceMappingURL=news-letter.css.map */
