:root {
  --white\<deleted\|variable-c82ea3b5-eec0-196a-440a-08382d250b02\>: white;
  --color-2: #fc9d13;
  --color-1: #3db946;
  --pink\<deleted\|variable-f0f02389-b0cb-ac51-00d0-83f12e17b779\>: #e8318a;
  --red\<deleted\|variable-920b355d-0e09-67c8-7648-61a1e51052bf\>: #ff0004;
  --orange\<deleted\|variable-ca1f76c4-616c-3988-2d7b-79e9f28b21e0\>: #ff9110;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  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;
  }
}

.button {
  background-color: var(--white\<deleted\|variable-c82ea3b5-eec0-196a-440a-08382d250b02\>);
  color: var(--color-2);
  text-align: center;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.button:hover {
  background-color: var(--color-1);
  color: var(--white\<deleted\|variable-c82ea3b5-eec0-196a-440a-08382d250b02\>);
}

.container {
  justify-content: space-around;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.section {
  background-color: var(--color-1);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.primary-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 25px;
}

.primary-text.bold {
  font-weight: 700;
}

.primary-text.bold.white {
  color: var(--white\<deleted\|variable-c82ea3b5-eec0-196a-440a-08382d250b02\>);
}

.primary-text.bold.pink {
  color: var(--pink\<deleted\|variable-f0f02389-b0cb-ac51-00d0-83f12e17b779\>);
}

.primary-text.center {
  text-align: center;
}

.medium-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 35px;
}

.medium-text.bold {
  font-weight: 700;
}

.medium-text.bold.pink {
  color: var(--pink\<deleted\|variable-f0f02389-b0cb-ac51-00d0-83f12e17b779\>);
}

.medium-text.bold.center {
  text-align: center;
}

.medium-text.bold.red, .medium-text.bold.blue {
  color: var(--color-2);
}

.cell {
  justify-content: space-around;
}

.rating-box {
  width: 60%;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.small-text {
  font-size: 15px;
}

.small-text.bold {
  font-weight: 700;
}

.small-text.bold.center {
  text-align: center;
}

.price-box {
  width: 100%;
  justify-content: space-around;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.discount-price {
  color: #fff;
  text-align: center;
  background-color: #71a100;
  border-radius: 20px;
  padding: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.new-price {
  color: #009924;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
}

.old-price {
  color: var(--red\<deleted\|variable-920b355d-0e09-67c8-7648-61a1e51052bf\>);
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  text-decoration: line-through;
}

.button-2 {
  width: 100%;
  background-color: var(--color-1);
  color: var(--white\<deleted\|variable-c82ea3b5-eec0-196a-440a-08382d250b02\>);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  display: flex;
}

.button-2:hover {
  background-color: var(--color-2);
  color: var(--white\<deleted\|variable-c82ea3b5-eec0-196a-440a-08382d250b02\>);
}

.section-2 {
  background-color: #eef8f5;
}

.benefits-wrapper-3 {
  z-index: 1;
  box-shadow: 0 5px 0 5px var(--color-1);
  background-color: #fff;
  border-radius: 20px;
  align-items: stretch;
  margin: 20px 10px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
  top: auto;
  bottom: -200px;
  left: 0%;
  right: 0%;
}

.benefits-item-2 {
  width: 33.33%;
  padding: 40px 20px;
}

.benefits-icon {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.benefits-text {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.container-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.large-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 45px;
}

.large-text.bold {
  font-weight: 700;
}

.large-text.bold.center {
  text-align: center;
}

.section-3 {
  flex-direction: column;
  justify-content: space-around;
}

.image {
  width: 100%;
  margin: 10px auto;
  display: block;
}

.button-3 {
  max-width: 600px;
  background-color: var(--color-1);
  color: var(--white\<deleted\|variable-c82ea3b5-eec0-196a-440a-08382d250b02\>);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  margin: 20px auto;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  display: flex;
}

.button-3:hover {
  background-color: var(--color-2);
  color: var(--white\<deleted\|variable-c82ea3b5-eec0-196a-440a-08382d250b02\>);
}

.cell-2 {
  justify-content: space-around;
}

.cell-3 {
  align-items: center;
}

.form-box {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.top-form {
  background-color: var(--color-2);
  padding: 10px;
}

.body-form {
  background-color: #eef8f5;
  padding: 20px;
}

.div-block {
  border-bottom: 1px solid #333;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.percent-price {
  color: var(--orange\<deleted\|variable-ca1f76c4-616c-3988-2d7b-79e9f28b21e0\>);
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  text-decoration: none;
}

.div-block-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.image-2 {
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-3 {
  background-color: #f7f7f7;
  border-bottom: 1px solid #c7c7c7;
  border-radius: 0;
}

.div-block-3._1 {
  border-top: 1px solid #c7c7c7;
}

.div-block-4 {
  background-color: #f7f7f7;
  border-left: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  margin-top: 20px;
  margin-bottom: 20px;
}

.gray-box {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 25px;
}

.image-3 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.rating-box-1 {
  width: 100%;
  justify-content: space-around;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .03);
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.icon.accordion-icon {
  color: rgba(0, 0, 0, .6);
  cursor: pointer;
  color: rgba(0, 0, 0, .6);
  cursor: pointer;
  font-family: Material Icons, sans-serif;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.div-block-5 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-6 {
  flex-direction: row;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.image-4 {
  width: 300px;
  margin: 10px;
}

.quick-stack {
  padding: 0;
}

.paragraph {
  font-size: 15px;
}

.image-copy {
  max-width: 80%;
  margin: 10px auto;
  display: block;
}

.image-copy-copy {
  margin: 10px auto;
  display: none;
}

.image-5, .image-6 {
  width: 100%;
  margin: 10px auto;
  display: block;
}

.bold-text-2 {
  color: var(--color-2);
}

.image-7 {
  max-width: 60%;
  margin: 10px auto;
  display: block;
}

.list {
  line-height: 35px;
}

@media screen and (max-width: 991px) {
  .container {
    flex-direction: column;
  }

  .image {
    display: none;
  }

  .image-copy, .image-copy-copy, .image-5, .image-6, .image-7 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .benefits-wrapper-3 {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .benefits-item-2 {
    padding: 20px;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cell-2 {
    flex-direction: column;
  }

  .form-box {
    width: 100%;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .container-3 {
    padding: 20px;
  }

  .div-block-6 {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .primary-text.bold.white.center {
    font-size: 15px;
    line-height: 20px;
  }

  .medium-text.bold {
    margin-top: 0;
  }

  .rating-box {
    width: 100%;
    flex-direction: column;
  }

  .small-text {
    line-height: 20px;
  }

  .price-box {
    justify-content: space-around;
  }

  .discount-price {
    font-size: 14px;
    line-height: 16px;
  }

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

  .benefits-wrapper-3 {
    flex-direction: column;
  }

  .benefits-item-2 {
    width: 100%;
  }

  .benefits-text {
    font-size: 25px;
    line-height: 25px;
  }

  .large-text.bold {
    font-size: 30px;
    line-height: 35px;
  }

  .image {
    display: none;
  }

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

  .rating-box-1 {
    flex-direction: column;
  }

  .quick-stack {
    padding: 0;
  }

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

  .image-copy, .image-copy-copy, .image-5, .image-6, .image-7 {
    display: block;
  }
}

#w-node-b5ac728d-361a-c344-f4df-26541955ba73-284a3800 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_31cb7aba-4cb9-484a-45b2-886a22f111f4-284a3800 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_818bb50a-9bba-e7be-b0ac-5f0bbdc91949-284a3800 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_53e4303f-ed51-fe85-fe6f-2aa9e2ef9ee0-284a3800 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-b5ac728d-361a-c344-f4df-26541955ba73-284a3800, #w-node-_31cb7aba-4cb9-484a-45b2-886a22f111f4-284a3800 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_818bb50a-9bba-e7be-b0ac-5f0bbdc91949-284a3800 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_53e4303f-ed51-fe85-fe6f-2aa9e2ef9ee0-284a3800 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b5ac728d-361a-c344-f4df-26541955ba75-284a3800 {
    order: -9999;
  }
}


