/** Shopify CDN: Minification failed

Line 92:1 Unexpected "{"

**/
.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;
/*     max-width: 36rem; */
  }
}

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

.newsletter-form__field-wrapper .field__input {
  max-width: 475px;
/*   padding: 1rem 1.5rem; */
/*   height: auto; */
  height:56px;
  border: 1px solid #fff;
  margin-right: 20px;
  
}

.newsletter-form__field-wrapper .field {
  z-index: 0;
  justify-content: flex-start;
  align-items: center;
}

.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: 17.1rem;
  margin: 0;
  right: var(--inputs-border-width);
  top: 0;
/*   height: auto; */
    height:56px;
  z-index: 2;
}

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

.newsletter-form__button:focus {
  box-shadow: 0 0 0 .3rem rgb(var(--color-background)),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: #fff;
}

.newsletter-form__button .icon {
  width: 1.5rem;
}
.newsletter-form__field-wrapper .field__label{
  display: flex;
  align-items: center;
  top: calc(1.6rem + var(--inputs-border-width));
}
 {
    padding-top: 30px;
    padding-bottom: 30px;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1200px) { 

.newsletter-form__field-wrapper .field__input {
    max-width: 100%;
/*     padding: 1rem 1.5rem; */
    height: 56px;
    border: 1px solid #fff;
}
}
@media screen and (min-device-width:  750px) and (max-device-width: 767px) { 
.Get-your-Free-eBook {
    background-color: #080c12;
    width: 100%;
    padding-top: 51px;
    padding-bottom: 50px;
    align-items: center;
  display: block;
}
  .ebook-text h2 {
    font-size: 34px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0px;
    color: #fff;
    text-align: center;
}
  .ebook-logo-text {
    display: block;
    align-items: center;
}
  .get-first {
    display: flex;
    justify-content: center;
    width: 100%;
}
  .ebook-logo img {
    width: 100%;
    max-width: 47px;
}
  .ebook-logo {
    max-width: 100%;
    width: 100%;
    text-align: center;
}
  .ebook-text h2 {
    font-size: 34px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0px;
    color: #fff;
    text-align: center;
}
  .get-second {
    width: 100%;
    text-align: center;
}
  .e-btn {
    max-width: 354px;
    width: 100%;
}
}