.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.navbar {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: hsla(0, 0%, 100%, 0.89);
}

.nav-menu {
  position: static;
  display: block;
  margin-top: 22px;
  margin-bottom: 22px;
  float: none;
  text-align: center;
}

.nav-link {
  margin: 0px 23px;
  padding: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link.w--current {
  color: #000;
}

.body {
  height: auto;
  font-family: Montserrat, sans-serif;
  text-align: left;
}

.google-rating {
  display: block;
  height: 100%;
  max-width: 980px;
  margin: 70px auto;
}

.rating-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.review {
  margin-bottom: 0px;
  padding: 13px;
  text-align: center;
}

.star {
  display: inline-block;
  width: 45px;
  padding-right: 3px;
  padding-left: 3px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #ffcc01;
  font-size: 35px;
  text-align: center;
  cursor: default;
}

.star:hover {
  color: #fea;
}

.star-rating {
  margin-top: 10px;
  text-align: center;
}

.homepage-slider {
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.services {
  display: block;
  width: 100%;
  margin: 59px auto;
  text-align: center;
}

.services-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 980px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px none #000;
}

.grocery-delivery {
  height: 100%;
  padding: 0px 30px;
  border: 1px none #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  text-align: center;
}

.shopping-shuttle {
  padding: 0px 50px;
  text-align: center;
}

.header {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  color: #000;
  font-size: 19px;
  line-height: 23px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.description {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
}

.button {
  display: inline-block;
  margin-top: 15px;
  padding: 14px 36px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0e5a00), to(#0e5a00));
  background-image: linear-gradient(180deg, #0e5a00, #0e5a00);
  letter-spacing: 3px;
  text-transform: uppercase;
}

.about-homepage {
  display: block;
  width: 980px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
}

.about-section-txt {
  width: 550px;
  margin: 100px;
  padding: 48px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 214, 0.84)), to(rgba(255, 255, 214, 0.84)));
  background-image: linear-gradient(180deg, rgba(255, 255, 214, 0.84), rgba(255, 255, 214, 0.84));
}

.about-section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 980px;
  background-image: url('../images/supermarket.jpg');
  background-position: 50% 50%;
  background-size: 1200px;
  background-repeat: repeat;
}

.footer {
  display: block;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 65px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#ebebeb));
  background-image: linear-gradient(180deg, #ebebeb, #ebebeb);
  text-align: center;
}

.footer-flex {
  display: block;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.footer-nav-link {
  display: inline-block;
  padding-right: 16px;
  padding-left: 0px;
  color: #000;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
}

.footer-child {
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.image-3 {
  width: 125px;
  margin: 0px;
  padding: 7px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0px;
  opacity: 0.5;
}

.paragraph {
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-links {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  color: #000;
  text-decoration: none;
}

.landing-page-videos {
  display: block;
  margin: 50px auto;
  text-align: center;
}

.video-block {
  max-width: 650px;
  margin: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.video-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#020000), to(#020000));
  background-image: linear-gradient(180deg, #020000, #020000);
}

.slideimg {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.slider {
  display: block;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.slider-content {
  position: absolute;
  top: 135px;
  right: 214px;
  bottom: 0px;
  max-width: 350px;
  text-align: center;
}

.sider-header {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Merriweather, serif;
  color: #000;
  line-height: 52px;
  font-weight: 700;
}

.paragraph-2 {
  margin-bottom: 0px;
  color: #000;
  font-size: 25px;
  line-height: 34px;
  letter-spacing: 0px;
}

.image-4 {
  display: block;
  max-width: 450px;
  margin: 60px auto 15px;
}

.slider-content-2 {
  position: absolute;
  left: 0px;
  top: 197px;
  right: 0px;
  color: #000;
  text-align: center;
}

.slider-header-white {
  margin-bottom: 0px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 58px;
  line-height: 70px;
}

.slider-text-white {
  margin-bottom: 0px;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
}

.header2 {
  color: #fff;
  font-size: 27px;
  line-height: 31px;
  text-align: center;
  text-transform: capitalize;
}

.button2 {
  display: block;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 7px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a81c1c), to(#a81c1c));
  background-image: linear-gradient(180deg, #a81c1c, #a81c1c);
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button2.directions {
  font-size: 16px;
}

.button2.shopping-shuttle {
  display: block;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
}

.button2.download {
  width: 350px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #b40000;
  background-image: none;
  -webkit-transition: background-color 600ms ease;
  transition: background-color 600ms ease;
}

.button2.download:hover {
  background-color: rgba(180, 0, 0, 0.52);
  background-image: none;
}

.circular-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 23px;
  padding-bottom: 23px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0e5a00), to(#0e5a00));
  background-image: linear-gradient(180deg, #0e5a00, #0e5a00);
}

.circulars {
  height: 100%;
}

.circular-img {
  width: 100%;
}

.slider-2 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 100%;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.arrow {
  padding: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.69)), to(rgba(0, 0, 0, 0.69)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.69), rgba(0, 0, 0, 0.69));
}

.slide-nav {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
}

.sale {
  margin-bottom: -12px;
  padding-bottom: 0px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  letter-spacing: 1px;
}

.button3 {
  display: block;
  max-width: 120px;
  margin-right: 170px;
  margin-bottom: 0px;
  margin-left: 170px;
  border: 2px solid #fff;
  background-color: transparent;
  -webkit-transition: background-color 600ms ease;
  transition: background-color 600ms ease;
  text-align: center;
  text-transform: uppercase;
}

.button3:hover {
  background-color: hsla(0, 0%, 100%, 0.57);
}

.sale-date {
  font-size: 19px;
  font-weight: 700;
  text-transform: none;
}

.body-2 {
  font-family: Montserrat, sans-serif;
}

.recipe-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.directions-column {
  padding-left: 35px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.body-3 {
  font-family: Montserrat, sans-serif;
}

.recipe-column {
  height: 100%;
  padding: 26px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.11)), to(rgba(0, 0, 0, 0.11)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.11), rgba(0, 0, 0, 0.11));
  text-align: center;
}

.prep {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.prep-times {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.prep-txt {
  padding-right: 10px;
  padding-left: 10px;
}

.paragraph-3 {
  line-height: 33px;
}

.location-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.location-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.location-column {
  padding: 10px;
}

.location-info {
  display: block;
  margin-top: 10px;
  text-align: center;
}

.body-4 {
  font-family: Montserrat, sans-serif;
}

.recipe-video {
  margin-top: 45px;
}

.div-block {
  display: block;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding: 1px 39px 39px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
}

.header3 {
  color: #fff;
  font-size: 27px;
  text-align: center;
  text-transform: uppercase;
}

.image-5 {
  max-width: 100%;
}

.image-6 {
  max-width: 100%;
  clear: none;
}

.location-img {
  width: 250px;
}

.map-section {
  height: 480px;
}

.html-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 480px;
  max-width: 980px;
  margin-top: 41px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link {
  position: absolute;
  left: 0px;
  top: 15px;
  right: 0px;
}

.pdf-download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.mask {
  overflow: hidden;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.slide {
  height: 100%;
}

.left-arrow {
  height: 100%;
}

.right-arrow {
  position: absolute;
  height: 100.00015277926%;
}

.grid-2 {
  min-width: 300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: start;
  grid-template-areas: "Area";
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: 2.25fr;
  grid-template-rows: 2.25fr;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 170px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.div-block-10 {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-align: left;
}

.text-header-cap-red-2 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #0e5a00;
  font-size: 24px;
  font-weight: 700;
}

.signup {
  width: 200px;
  height: auto;
}

@media screen and (max-width: 991px) {
  .star {
    font-size: 27px;
  }

  .services {
    width: 100%;
  }

  .about-section-txt {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .about-section-wrapper {
    width: 100%;
  }

  .video-flex {
    padding-top: 14px;
  }

  .slideimg {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0px 0px;
    background-size: 125px;
  }

  .slider-content {
    top: 33px;
    right: 98px;
    bottom: 0px;
  }

  .slider-content-2 {
    top: 79px;
  }

  .slider-header-white {
    font-size: 40px;
    line-height: 50px;
  }

  .slider-text-white {
    font-size: 25px;
    line-height: 30px;
  }

  .header2 {
    font-size: 20px;
    line-height: 25px;
  }

  .button2 {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 20px;
  }

  .circular-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .location-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-2 {
    -ms-grid-rows: 2.25fr;
    grid-template-rows: 2.25fr;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    opacity: 1;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }

  .mobile-navbar {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0e5a00), to(#0e5a00));
    background-image: linear-gradient(180deg, #0e5a00, #0e5a00);
  }

  .icon {
    color: #fff;
    font-size: 26px;
  }

  .menu-button.w--open {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#388000), to(#388000)), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5)));
    background-image: linear-gradient(180deg, #388000, #388000), linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5));
  }

  .nav-menu-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  }

  .nav-dropdown {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#388000), to(#388000));
    background-image: linear-gradient(180deg, #388000, #388000);
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .google-rating {
    margin: 20px 0px;
  }

  .rating-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .rating-column {
    display: block;
    text-align: left;
  }

  .review {
    max-width: 450px;
  }

  .star {
    font-size: 23px;
  }

  .star-rating {
    max-width: 450px;
    margin-top: 0px;
  }

  .services {
    width: 100%;
  }

  .about-homepage {
    width: 100%;
  }

  .about-section-txt {
    margin: 46px;
    padding: 29px;
  }

  .video-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider {
    height: 100%;
  }

  .slider-content {
    top: 235px;
    right: 22px;
  }

  .image-4 {
    max-width: 350px;
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .slider-content-2 {
    top: 210px;
  }

  .slider-mobile-img {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .recipe-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .directions-column {
    display: block;
    width: 85%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .navbar-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0e5a00), to(#0e5a00));
    background-image: linear-gradient(180deg, #0e5a00, #0e5a00);
  }

  .icon-2 {
    color: #fff;
  }

  .menu-button-2 {
    color: #0e5a00;
  }

  .menu-button-2.w--open {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#179400), to(#179400));
    background-image: linear-gradient(180deg, #179400, #179400);
  }

  .mobile-nav-link {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#179400), to(#179400));
    background-image: linear-gradient(180deg, #179400, #179400);
    color: #fff;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .mobile-nav-link.w--current {
    color: #fff;
  }

  .icon-3 {
    color: #fff;
  }

  .container {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0e5a00), to(#0e5a00));
    background-image: linear-gradient(180deg, #0e5a00, #0e5a00);
  }

  .nav-mobile-link {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#179400), to(#179400));
    background-image: linear-gradient(180deg, #179400, #179400);
    color: #fff;
    font-weight: 500;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .nav-mobile-link.w--current {
    color: #fff;
  }

  .grid-2 {
    grid-row-gap: 17px;
    grid-template-areas: ". Area-2"
      ". Area-2";
    -ms-grid-columns: 0.75fr 2.5fr;
    grid-template-columns: 0.75fr 2.5fr;
    -ms-grid-rows: 2.75fr 17px auto;
    grid-template-rows: 2.75fr auto;
  }

  .div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -82px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .signup {
    width: auto;
    min-width: 100px;
  }
}

@media screen and (max-width: 479px) {
  .services {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .services-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .shopping-shuttle {
    margin-top: 35px;
  }

  .about-section-txt {
    margin: 15px;
    padding: 18px;
  }

  .slider-content {
    left: 73px;
    top: 65px;
    right: -5px;
  }

  .sider-header {
    font-size: 25px;
    line-height: 42px;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 14px;
  }

  .image-4 {
    max-width: 250px;
  }

  .slider-content-2 {
    top: 99px;
  }

  .slider-header-white {
    font-size: 23px;
    line-height: 30px;
  }

  .slider-text-white {
    font-size: 17px;
    line-height: 20px;
  }

  .header2 {
    font-size: 16px;
    line-height: 21px;
  }

  .button2 {
    margin-right: 45px;
    margin-left: 45px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 0px;
  }

  .button3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
  }

  .directions-column {
    display: block;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .menu-button-2 {
    background-image: none;
  }

  .menu-button-2.w--open {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#179400), to(#179400));
    background-image: linear-gradient(180deg, #179400, #179400);
  }

  .grid-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .section-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .signup {
    width: 200px;
    min-width: 100px;
    margin-right: auto;
    margin-left: auto;
  }
}

#w-node-a81d9472-061e-3f84-b0a6-5d310aef7a1c-47ac0ddc {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a81d9472-061e-3f84-b0a6-5d310aef7a1d-47ac0ddc {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}