/** Shopify CDN: Minification failed

Line 229:0 Unexpected "}"

**/
.newsletter__wrapper {
  padding-right: calc(4rem / var(--font-body-scale));
  padding-left: calc(4rem / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .newsletter__wrapper {
    padding-right: 9rem;
    padding-left: 9rem;
  }
}

.newsletter__wrapper > * {
  margin-top: 0;
  margin-bottom: 0;
}

.newsletter__wrapper > * + * {
  margin-top: 2rem;
}

.newsletter__wrapper > * + .newsletter-form {
  margin-top: 3rem;
}

.newsletter__subheading {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}

.newsletter__wrapper .newsletter-form__field-wrapper {
  max-width: 57rem;
}

.newsletter-form__field-wrapper .newsletter-form__message {
  margin-top: 1.5rem;
}

.newsletter__button {
  margin-top: 3rem;
  width: fit-content;
}

@media screen and (min-width: 750px) {
  .newsletter__button {
    flex-shrink: 0;
    margin: 0 0 0 1rem;
  }
}

h3.newsletter__large-title {
  font-family: var(--font-accent-family);
  font-size: 10rem;
  line-height: 1;
  color: var(--brand-color-red);
  max-width: 53rem;
  margin: 0 auto;
}

@media screen and (max-width: 749px) {
  h3.newsletter__large-title {
    font-size: 4.5rem;
  }
}

.newsletter__wrapper h2 {
  text-transform: uppercase;
}

.newsletter__wrapper h2.inline-richtext.h5 {
  width: 90%;
  max-width: 700px;
  margin: 3rem auto 2rem;
}

.newsletter .illustration {
  position: absolute;
}

.newsletter .illustration.footer__illustration-one {
  top: 1%;
  left: -10%;
}

.newsletter .illustration.footer__illustration-two {
  top: 0;
  right: 0;
}

.newsletter .illustration.footer__illustration-three {
  bottom: -5%;
  left: 10%;
}

.newsletter .illustration.footer__illustration-four {
  bottom: -5%;
  right: -8%;
}

.newsletter .illustration svg {
  width: 100%;
}

.newsletter .illustration.footer__illustration-one svg, .newsletter .illustration.footer__illustration-one img {
  max-width: 36rem;
}

.newsletter .illustration.footer__illustration-two svg {
  max-width: 30rem;
}

.newsletter .illustration.footer__illustration-three svg, .newsletter .illustration.footer__illustration-three img {
  max-width: 30rem;
}

.newsletter .illustration.footer__illustration-four svg, .newsletter .illustration.footer__illustration-four img {
  max-width: 27rem;
}

@media screen and (max-width: 749px) {
  .newsletter .illustration.footer__illustration-one {
    top: 0%;
    left: -10%;
  }

  .newsletter .illustration.footer__illustration-two {
    top: -4rem;
    right: 0rem;
  }

  .newsletter .illustration.footer__illustration-three {
    bottom: 14%;
    left: -8%;
    max-width: 20rem;
  }

  .newsletter .illustration.footer__illustration-four {
    bottom: -2%;
    right: 0;
  }

  .newsletter .illustration.footer__illustration-one svg, .newsletter .illustration.footer__illustration-one img {
    max-width: 18rem;
  }

  .newsletter .illustration.footer__illustration-two svg {
    max-width: 15rem;
  }

  .newsletter .illustration.footer__illustration-three svg, .newsletter .illustration.footer__illustration-three img {
    max-width: 12rem;
  }

  .newsletter .illustration.footer__illustration-four svg, .newsletter .illustration.footer__illustration-four img {
    max-width: 12rem;
  }
}

.newsletter-form__field-wrapper .terms-checkbox {
  margin-top: 6rem;
  cursor: pointer;
}

.terms-checkbox label {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.12rem;
}

.terms-checkbox label a {
  color: #372E27;
  text-decoration: none;
}

.terms-checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
}

.terms-checkbox input[type="checkbox"]::before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  border: 1px solid #000;
  display: inline-block;
  cursor: pointer;
  margin-bottom: -3px;
}

.terms-checkbox input[type="checkbox"]:checked::before {
  background-color: #EA3423;
  border-color: #EA3423;
}

.newsletter-form__field-wrapper .field:after {
  box-shadow: none;
}

.newsletter-form__field-wrapper:active .field:after {
  border-color: var(--color-brand-red);
}

.newsletter-form__field-wrapper .field .field__button {
  position: relative;
  background-color: rgb(var(--color-foreground));
  color: #fff;
  cursor: pointer;
}

.newsletter-form__field-wrapper .field__input {
  padding-left: 0;
  border-bottom: 1px solid #372E27;
}

.newsletter-form__field-wrapper .field__input:focus {
  padding-bottom: 2.2rem;
}

.newsletter-form__field-wrapper .field .field__input:focus {
border-bottom: 1px solid var(--brand-color-red);
}
  
}