/** Shopify CDN: Minification failed

Line 135:20 Unexpected "{"
Line 135:29 Expected ":"
Line 165:20 Unexpected "{"
Line 165:29 Expected ":"
Line 195:20 Unexpected "{"
Line 195:29 Expected ":"

**/
.newsletter__wrapper {
  width: 90vw;
  justify-items: left;
  margin-top: 0px;
  max-width: 1446px;
}

.newsletter__wrapper h2.inline-richtext.h2 {
  color: #000;
  font-family: Arimo;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 125% */
  max-width: 564px;
  text-align: start;
  letter-spacing: 0px;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 750px) {
  .newsletter-form {
    align-items: flex-start;
    margin: 0 auto;
  }
}

.newsletter-form__field-wrapper {
  width: 100%;
}

/* .newsletter-form__field-wrapper .field__input {
  padding-right: 5rem;
} */

.newsletter-form__field-wrapper .field {
  z-index: 0;
}

.newsletter-form__message {
  justify-content: center;
  margin-bottom: 0;
}

.newsletter-form__message--success {
  margin-top: 2rem;
}

@media screen and (min-width: 750px) {
  .newsletter-form__message {
    justify-content: flex-start;
  }
}

.newsletter-form__button {
  width: 4.4rem;
  margin: 0;
  right: var(--inputs-border-width);
  top: 0;
  height: 100%;
  z-index: 2;
}

.newsletter-form__button:focus-visible {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.4rem rgba(var(--color-foreground));
  background-color: rgb(var(--color-background));
}

.newsletter-form__button:focus {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.4rem rgba(var(--color-foreground));
  background-color: rgb(var(--color-background));
}

.newsletter-form__button:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
  background-color: inherit;
}

.newsletter-form__button .icon {
  width: 1.5rem;
}

.field__label {
  color: #000;
  font-family: Arimo;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  left: 0px;
}

@media (max-width: 750px) {
  .newsletter__wrapper .newsletter-form__field-wrapper {
    width: 100% !important;
  }

  .newsletter__wrapper {
    margin-top: 70px !important;
    width: 100% !important;
    padding: 0 16px;
  }

  .newsletter__wrapper h2.inline-richtext.h2 {
    font-size: 20px;
    max-width: 100%;
  }

  .newsletter__wrapper>*+* {
    width: 100%;
  }

  .field__label {
    font-size: 16px;
  }

  #shopify-section-{{ section.id }} .svg-wrapper {
    width: 1.5rem !important;
    height: 1.5rem !important;
  }
}

@media (min-width: 751px) and (max-width: 1000px) {
  .newsletter__wrapper .newsletter-form__field-wrapper {
    width: 100% !important;
  }

  .newsletter__wrapper {
    margin-top: 0px !important;
    width: 90vw !important;
    padding: 0px;
  }

  .newsletter__wrapper h2.inline-richtext.h2 {
    font-size: 20px;
    max-width: 40%;
  }

  .newsletter__wrapper>*+* {
    width: 40%;
  }

  .field__label {
    font-size: 16px;
  }

  #shopify-section-{{ section.id }} .svg-wrapper {
    width: 1.5rem !important;
    height: 1.5rem !important;
  }
}

@media (min-width: 1001px) and (max-width: 1600px) {
  .newsletter__wrapper .newsletter-form__field-wrapper {
    width: 100% !important;
  }

  .newsletter__wrapper {
    margin-top: 0px !important;
    width: 93vw !important;
    padding: 0px;
  }

  .newsletter__wrapper h2.inline-richtext.h2 {
    font-size: 22px;
    max-width: 40%;
  }

  .newsletter__wrapper>*+* {
    width: 40%;
  }

  .field__label {
    font-size: 18px;
  }

  #shopify-section-{{ section.id }} .svg-wrapper {
    width: 1.5rem !important;
    height: 1.5rem !important;
  }
}