/** Shopify CDN: Minification failed

Line 46:44 Expected ":"

**/
footer.footer { margin: 50px 0px 0px; padding: 0px; border: 0px; position: relative; }
footer.footer:after { content:''; position: absolute; height: 1100px; width: 100%; left: 0; bottom: 0; background: linear-gradient(180deg, #fff 30%, #F5F5F5 100%); z-index: -1;}
.template-index footer.footer { margin-top: 20px;}
.footer .footer__content-top { margin: 0px auto; padding: 70px 20px 35px 20px; max-width: 1820px; box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); background-color: #fff; border-radius: 30px;  }
.footer .footer__blocks-wrapper{ display: flex; flex-wrap: wrap;}
.footer .footer__blocks-wrapper .footer-block{ width: 100%; max-width: 25%; margin: 0px;}
.footer .footer__blocks-wrapper .footer-block:nth-child(1){  max-width: 21.875%;}
.footer .footer__blocks-wrapper .footer-block:nth-child(2){  max-width: 23.125%;}
.footer .footer__blocks-wrapper .footer-block:nth-child(3){  max-width: 30%;}
.footer .footer__blocks-wrapper .footer-block:nth-child(4){  max-width: 25%;}
.footer .footer-block__details-content { margin: 0; }
.footer .footer-block__heading{ margin: 0px 0px 28px; color: #000; font-family: "Fivo Sans"; font-size: 23px; font-weight: 700;}
.footer .footer-block__details-content>li{ margin: 0px 0px 23px;}
.footer .footer-block__details-content li a.list-menu__item--link{ margin: 0px; padding: 0px; color: #000; font-family: "Fivo Sans"; font-size: 15px; font-weight: 400; line-height: normal; text-decoration: none; transition: all 0.5s ease;}
.footer .footer-block__details-content li a.list-menu__item--link.footer-viewall{font-weight: 700;}
.footer .footer-block__details-content li a.list-menu__item--link:hover{ padding-left: 10px; color: #1B7B34;}
.footer .footer-contact-info {padding-top: 15px;}
.footer .footer-contact-info p{ display: flex; max-width: fit-content; gap: 8px; margin: 0px 0px 22px; transition: all 0.5s ease; color: #000; font-family: "Fivo Sans"; font-size: 15px; font-weight: 400; line-height: 1.466;}
.footer .footer-contact-info p:hover{ gap: 15px; color: #1B7B34;}
.footer .footer-contact-info p a{ color: #000; font-family: "Fivo Sans"; font-size: 15px; font-weight: 400; line-height: 1.466;}
.footer .footer-contact-info p strong{  font-family: "Fivo Sans"; font-size: 16px; font-weight: 500;}
.footer .footer-contact-info p .color-gray{ color: #747474;}
.footer .footer-contact-info p:hover .color-gray{ color: #1B7B34;}
.footer .footer-contact-info p:hover a{ color: #1B7B34;}
.footer .footer-contact-info p *{ transition: all 0.5s ease;}
.footer .footer-contact-info p svg{ width: 24px; color: #828282;}
.footer .footer-contact-info p:hover svg{ color: #1B7B34;}
.footer .footer-block__newsletter{ text-align: left;}
.footer .footer-block__newsletter p{ color: #000; font-family: "Fivo Sans"; font-size: 15px; font-weight: 400; line-height: 1.4666; margin: 0px 0px 15px; padding-top: 10px; }
.footer .newsletter-form__field-wrapper .field__input { margin: 0px; padding: 10px 22px; height: 50px; border-radius: 10px; border: 1px solid rgba(0, 0, 0, 0.15); background: #FFF; color: #000; font-family: "Fivo Sans"; font-size: 15px; font-weight: 400;}
.footer .newsletter-form__field-wrapper .field__input::placeholder { color: #000; font-family: "Fivo Sans"; font-size: 15px; font-weight: 400; opacity: 0.5;}
.footer .newsletter-form__field-wrapper .field:before, .footer .newsletter-form__field-wrapper .field:after{ display: none;}
.footer .newsletter-form__field-wrapper .field { display: flex; flex-wrap: wrap; gap: 15px;}
.footer .newsletter-form__field-wrapper .btn{ background-color: #1B7B34; color: #fff; cursor: pointer;}
.footer .newsletter-form__field-wrapper .btn:hover{ background-color: #8BC826;}
.footer .list-social { display: flex; flex-wrap: wrap; justify-content: flex-start; margin-top: 80px; gap: 10px;}
.footer .list-social .svg-wrapper { width: 24px; height: 24px; }
.footer .list-social .list-social__link{ padding: 0px; display: inline-flex; height: 50px; width: 50px; align-items: center; justify-content: center; border-radius: 10px; background-color: #4A6EA9; color: #fff;}
.footer .list-social .list-social__link.list-social-instagram{background:linear-gradient(135deg, #FAE100 18.27%, #FCB720 27.37%, #FF7950 36.47%, #FF1C74 48.61%, #6C1CD1 78.94%); }
.footer .list-social .list-social__link:hover{ transform: translateY(10px);}
.footer .footer_bottom { display: flex; wrap; justify-content: space-between; align-items: center; padding: 20px 0px; }
.footer .footer_bottom p{ margin: 0px; color: #000; font-family: "Fivo Sans"; font-size: 15px; font-weight: 400; }
.footer .footer_bottom p a{  color: #000;}
.footer .footer_bottom p a:hover{  color: #1b7b34;}
.footer .footer_bottom p .sep{ display: inline-block; padding: 0px 8px; color: #B3B3B3;}
.footer .newsletter-form { align-items: flex-start;} 

@media only screen and (max-width: 1860px) { 
  .footer .footer__content-top { margin: 0px 20px; padding: 30px 0px 10px 0px; border-radius: 20px; }
}
@media only screen and (max-width: 1366px) { 
  .footer .footer_bottom p { width: 100%; max-width: fit-content; padding-right: 20px; } 
}
@media only screen and (max-width: 1279px) { 
  .footer .footer-block__heading { margin: 0px 0px 20px; font-size: 20px; }
  .footer .footer-block__details-content>li { margin: 0px 0px 15px; }
  .footer .footer-contact-info { padding-top: 0; }
  .footer .footer-block__newsletter p { padding-top: 0; }
  .footer .footer__blocks-wrapper .footer-block:nth-child(1) { max-width: 20%; }
  .footer .footer__blocks-wrapper .footer-block:nth-child(2) { max-width: 20%; }
  .footer .footer__blocks-wrapper .footer-block:nth-child(3) { max-width: 34%; }
  .footer .footer__blocks-wrapper .footer-block:nth-child(4) { max-width: 26%; }
  .footer .footer-block__details-content li a.list-menu__item--link { font-size: 14px; }
  .footer .footer-contact-info p { font-size: 14px;  margin: 0px 0px 15px; }
  .footer .footer-contact-info p strong { font-size: 15px; font-weight: 500; }
  .footer .footer-block__newsletter p { font-size: 14px; }
  .footer .list-social { margin-top: 20px; }
  .footer .list-social .list-social__link { height: 40px; width: 40px; }
  .footer .list-social .svg-wrapper { width: 20px; height: 20px; }
  .footer .footer_bottom { flex-wrap: wrap; row-gap: 15px; justify-content: center; text-align: center;}
  .footer .footer_bottom p { font-size: 14px; }
}
@media only screen and (max-width: 989px) {
  .footer .newsletter-form__field-wrapper .field__input { height: 40px; }
}
@media only screen and (max-width: 989px) { 
  .footer .footer__blocks-wrapper { row-gap: 20px; }
  .footer .footer__blocks-wrapper .footer-block:nth-child(1) { max-width: 50%; }
  .footer .footer__blocks-wrapper .footer-block:nth-child(2) { max-width: 50%; }
  .footer .footer__blocks-wrapper .footer-block:nth-child(3) { max-width: 50%; }
  .footer .footer__blocks-wrapper .footer-block:nth-child(4) { max-width: 50%; }
}
@media only screen and (max-width: 767px) { 
  .footer .footer_bottom p .sep { padding: 2px 0px; font-size: 0; display: block; }
  .footer .footer-block__heading { font-size: 18px; }
}
@media only screen and (max-width: 640px) { 
  .footer .footer__blocks-wrapper .footer-block:nth-child(3) { max-width: 100%; }
  .footer .footer__blocks-wrapper .footer-block:nth-child(4) { max-width: 100%; }
  .footer .newsletter-form__field-wrapper { max-width: unset; }
}