@font-face {
  font-family: Buckwheat Tc Sans Rg;
  src: url('../fonts/Buckwheat-TC-Sans-Rg.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.stripe {
  background-color: #6cc49a;
  max-width: none;
  height: 40px;
}

.stripe.green {
  background-color: #4c765f;
  height: 20px;
}

.stripe.apricot {
  background-color: #f8be7e;
  height: 25px;
  margin-top: 5px;
  padding-top: 0;
}

.stripe.coral {
  background-color: #e4785d;
  height: 10px;
  margin-top: 5px;
}

.hero_img {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  max-width: none;
  height: auto;
}

.hero {
  width: 100%;
  height: auto;
}

.image {
  text-align: center;
  width: 50%;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  position: static;
}

.div-block {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.logo_wrapper {
  justify-content: center;
  padding-top: 83px;
  display: flex;
}

.h1 {
  color: #4c765f;
  text-align: center;
  font-family: Buckwheat Tc Sans Rg, Georgia, sans-serif;
}

.intro {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.paragraph.left {
  text-align: left;
  padding-left: 10px;
}

.h2 {
  color: #4c765f;
  text-align: center;
  font-family: Buckwheat Tc Sans Rg, Georgia, sans-serif;
  font-size: 28px;
}

.h2.callout {
  color: #362d1a;
  text-align: left;
  padding-left: 10px;
  padding-right: 20px;
}

.cta {
  color: #6cc49a;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 60px;
}

.paragraph-2 {
  font-family: Libre Franklin, sans-serif;
}

.info {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/refillery.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
}

.info_wrap {
  background-color: #0000;
  max-width: 1000px;
  padding-top: 40px;
  padding-bottom: 20px;
}

.div-block-2 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  padding: 20px 60px 60px;
  display: flex;
}

.highlight {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 3px solid #4c765f;
  border-radius: 8px;
  flex-flow: column;
  align-items: center;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.h3 {
  color: #4c765f;
  text-align: center;
  width: 100%;
  font-family: Buckwheat Tc Sans Rg, Georgia, sans-serif;
}

.h3.wrap {
  padding-left: 20px;
  padding-right: 20px;
}

.icon {
  width: 20%;
  padding-top: 40px;
}

.survey {
  background-color: #f9f1e1;
}

.pennypump {
  width: 20%;
  margin-right: 20px;
}

.button {
  background-color: #e4785d;
  border-radius: 4px;
  margin-left: 10px;
  font-family: Libre Franklin, sans-serif;
  font-weight: 700;
}

.survey_block {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  margin-top: 40px;
}

.survey_container {
  max-width: 1000px;
  padding-top: 40px;
  padding-bottom: 100px;
}

.scrub {
  z-index: -99;
  text-align: left;
  width: 30%;
  transition: opacity .2s;
  position: absolute;
  inset: 13.5% -5% auto auto;
  transform: translate(0);
}

.image-3 {
  width: 30%;
  transition: opacity .2s;
  position: absolute;
  inset: 0% auto 0% -7%;
  transform: translate(0);
}

.bottle {
  z-index: -99;
  width: 30%;
  position: absolute;
  inset: 37% auto 0% -8%;
}

.dryer {
  z-index: -99;
  width: 25%;
  position: absolute;
  inset: 95% 0% auto auto;
}

.code-embed {
  height: auto;
}

@media screen and (max-width: 991px) {
  .hero_img {
    background-size: contain;
    width: 100%;
  }

  .hero {
    background-size: contain;
  }

  .paragraph {
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph.left {
    padding-left: 10px;
  }

  .h2.callout {
    text-align: left;
  }

  .info_wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .highlight {
    padding-bottom: 20px;
  }

  .icon {
    padding-top: 20px;
  }

  .survey_container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .survey_wrap {
    align-items: center;
  }

  .bottle {
    top: 40%;
  }

  .dryer {
    inset: 117% 0% auto auto;
  }
}

@media screen and (max-width: 767px) {
  .div-block-2 {
    flex-flow: column;
  }

  .pennypump {
    display: none;
  }

  .button {
    margin-left: 10px;
  }

  .survey_block {
    margin-top: auto;
  }

  .survey_wrap {
    flex-flow: column;
  }

  .scrub {
    width: 30%;
  }

  .bottle {
    top: 50%;
  }

  .dryer {
    top: 128%;
  }
}

@media screen and (max-width: 479px) {
  .hero_img {
    height: auto;
  }

  .hero {
    height: 100%;
    max-height: none;
    padding-bottom: 0;
  }

  .image {
    width: 80%;
    max-width: 80%;
  }

  .intro {
    width: 80%;
    height: auto;
    margin-bottom: auto;
  }

  .cta {
    margin-top: 20px;
  }

  .bottle {
    top: 64%;
  }

  .dryer {
    display: none;
    inset: auto 0% auto auto;
  }
}


@font-face {
  font-family: 'Buckwheat Tc Sans Rg';
  src: url('../fonts/Buckwheat-TC-Sans-Rg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}