/** Shopify CDN: Minification failed

Line 161:3 Unexpected "/"

**/

/* 07 Feb 2023 */
.newsletter.newsletter_section{
  padding-top:70px;
  background:#f9f9f9;
  padding-bottom: 70px;
}

.newsletter__wrapper{
  border-radius:10px;
  z-index: 2;
  position: relative;
  padding:55px 80px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.newsletter__wrapper h2{
  font-size:25px;
  font-weight:700;
  line-height: 29px;
  color: #004D78;
  margin-bottom:10px;
  margin-top:0px;
}
.newsletter__subheading{
  margin-top:0px;
}
.newsletter__subheading p{
  font-size:16px;
  line-height:29px;
  font-weight:500;
  color:#666666;
}

/*08 Feb 2023  */
.email-signup-grid{
  display: flex;
  align-items:center;
}
.newsletter_form{
  width:100%;
  max-width:70%;
  margin-left:auto;
}

.newsletter_form #contact_form{
  max-width:100% !important;
}
.newsletter-form__field-wrapper{
    display: flex;
    max-width:100% !important;
}
.newsletter-form__field-wrapper .field__label{
    color: #666666;
    font-weight:400;
    top: calc(var(--inputs-border-width) + 1.7rem);
}
.newsletter-form__field-wrapper .field__input:focus~.field__label{
  top: calc(var(--inputs-border-width) + 0.5rem);
}
.newsletter-form__field-wrapper .field::after{
  box-shadow:none;
  outline: none;
}
.newsletter-form__field-wrapper .field__input{
  height:60px;
  background: #F1F1F1;
  padding:10px;
  padding-left:24px;
  outline:none;
  border-radius:5px;
}
.submit_button button{
  padding:var(--btn-padding-desktop);
  font-size:16px;
  border: 1px solid #004D78;
  font-weight:600;
  color: #004D78;
  margin-left:16px;
  border-radius:5px;
  text-transform: capitalize;
  background:#fff;
  transition: .2s ease-in-out;
}
.submit_button button:hover{
  border: 1px solid transparent;
  background: var(--background-color);
  color: #fff;
}
.newsletter-form__field-wrapper .field:hover:before,
.newsletter-form__field-wrapper .field:hover:after{
  display: none;
  box-shadow: none;
}
.newsletter-form__field-wrapper .field__input:focus{
  box-shadow:none;
}
.home-email-signup{
  margin-right:20px;
}
/* ********** Responsivene CSS ********** */

@media (max-width:1400px){
   .newsletter__wrapper{
    width:90%;
    margin: 0 auto;
  }
}

@media (max-width:1200px){
  .email-signup-grid{
    flex-direction:column;
  }
  .home-email-signup{
    margin-right:0px;
  }
  .newsletter_form{
    max-width:100%;
    margin-top: 30px;
  }
}


@media (max-width:767px){
  .newsletter__wrapper{
    padding:35px;
  }
  .newsletter-form__field-wrapper{
    flex-direction: column;
  }
  .newsletter-form__field-wrapper .submit_button button{
    margin-top:30px;
  }
}

@media (max-width:576.78px){
  .submit_button button{
      padding:var(--btn-padding-mobile); 
  }
  .newsletter_form,.newsletter-form__field-wrapper .submit_button button{
  margin-top:20px;
  }
}

@media (max-width:475px){
  .newsletter__wrapper {
    padding: 15px;
    padding-top:25px;
  }
  .newsletter_form{
    margin-top:20px;
  }
  .newsletter-form__field-wrapper .submit_button button {
    margin-top: 15px;
    margin-left: 0px;
  }
} */