<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.section-newsletter .section__form {
  max-width: 61rem;
  margin-inline: auto;
  text-align: left;
}

.section-newsletter .section__form .field.has-error .field__icon {
  display: none;
}

@media screen and (min-width: 750px) {
  .section-newsletter .section__form {
    text-align: center;
  }
}
</pre></body></html>