.body {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.top_box {
  background-image: url('../images/new_phone.webp');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.logo_box {
  z-index: 5;
  opacity: .77;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.up_link_box {
  width: 100px;
}

.life_link_box {
  width: 120px;
}

.main_title {
  z-index: 3;
  position: absolute;
  inset: auto 0% 58%;
}

.heading {
  color: #fed50d;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  line-height: 135%;
}

.subtitle {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.ones {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 5%;
}

.image {
  object-fit: cover;
  width: 640px;
}

.pesto_one {
  position: absolute;
  inset: 12% auto auto -6%;
}

.image-2 {
  object-fit: cover;
  width: 240px;
}

.pesto_two {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 26% -6%;
}

.image-3 {
  object-fit: cover;
  width: 240px;
}

.basil_one {
  position: absolute;
  inset: 9% auto auto 17%;
}

.image-4 {
  object-fit: cover;
  width: 64px;
}

.basil_two {
  position: absolute;
  inset: auto auto 15% 7%;
}

.image-5 {
  object-fit: cover;
  width: 64px;
}

.tomato_one {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 11% 0% auto auto;
}

.image-6 {
  object-fit: cover;
  width: 240px;
}

.tomato_two {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto -6% 7% auto;
}

.image-7 {
  object-fit: cover;
  width: 240px;
}

.veg_one {
  position: absolute;
  inset: 4% 0% auto auto;
}

.image-8 {
  object-fit: cover;
  width: 64px;
}

.vg_two {
  position: absolute;
  inset: auto 10% 43% auto;
}

.image-9 {
  object-fit: cover;
  width: 64px;
  display: block;
}

.pream_sec {
  padding-bottom: 0;
}

.cont {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.sp_date_box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.pream_box {
  padding-top: 40px;
  padding-bottom: 40px;
}

.sp_text {
  color: #e21a16;
  text-transform: uppercase;
  font-weight: 600;
}

.date_text {
  text-align: right;
}

.pream_text {
  margin-bottom: 20px;
}

.story_heroes_sec {
  padding-bottom: 0;
}

.hero_intro_box {
  background-color: #e21a1600;
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 0;
}

.hero_intro_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero_photo {
  border-radius: 8px;
}

.image-10 {
  object-fit: cover;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.ab_hero_box {
  background-color: #e21a1600;
  background-image: linear-gradient(#0000001f, #0000001f), url('../images/green_hearts.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero_name_text {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: #fff;
  text-align: center;
  background-color: #ffffff1c;
  border: 1px solid #dbdbdb;
  border-radius: 80px;
  padding: 10px 40px;
  font-size: 16px;
}

.heading-2 {
  color: #fed50d;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  line-height: 135%;
}

.sup_quot {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  padding: 0;
  display: block;
}

.quot_text_expl {
  color: #fed50a;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.image-11 {
  width: 493.328px;
}

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

.pro_item {
  background-color: #fdfdfd;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 20px;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.image-12 {
  object-fit: cover;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-3 {
  text-align: center;
  height: 64px;
  margin-top: 0;
  font-size: 14px;
  line-height: 135%;
}

.heading-3.bigaps {
  height: 76px;
}

.heading-3.pipi {
  height: 40px;
}

.weight_price {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.weight_text {
  font-size: 14px;
  line-height: 100%;
}

.price_text {
  color: #e21a16;
  text-align: right;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
}

.ab_prices_text {
  color: #2b2b2b;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 12px;
  font-style: italic;
}

.circle {
  background-color: #e21a16;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 5% 5% auto auto;
}

.promo_text {
  color: #fed50a;
  font-size: 16px;
  font-weight: 600;
}

.big_quotes {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #007000;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.75fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  padding: 40px;
  display: grid;
}

.image-13 {
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.big_quot_text {
  color: #fed50a;
  margin-bottom: 20px;
  font-weight: 600;
}

.collage {
  margin-bottom: 60px;
}

.image-14 {
  object-fit: cover;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.resume_sec {
  padding-bottom: 40px;
}

.resume_box {
  background-color: #017100;
  border-radius: 8px;
  padding: 40px;
}

.resume-text {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 600;
}

.herats {
  margin: 40px 5%;
}

.image-15 {
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.fin_sec {
  background-color: #e6e6e6;
}

.fin-box {
  padding-top: 40px;
  padding-bottom: 40px;
}

.fin_text {
  font-size: 12px;
}

.link {
  color: #017102;
  font-weight: 600;
}

@media screen and (min-width: 1280px) {
  .heading {
    font-size: 48px;
  }

  .subtitle {
    padding-top: 10px;
    font-size: 24px;
  }

  .image-2, .image-3, .image-6, .image-7 {
    width: 320px;
  }
}

@media screen and (min-width: 1440px) {
  .heading {
    font-size: 52px;
  }

  .subtitle {
    font-size: 26px;
  }

  .ones {
    bottom: 12%;
  }

  .image-2 {
    width: 400px;
  }

  .pesto_two {
    bottom: 7%;
  }

  .image-3 {
    width: 400px;
  }

  .basil_two {
    bottom: 9%;
    left: 15%;
  }

  .tomato_two {
    right: -2%;
  }

  .vg_two {
    z-index: 1;
    bottom: 40%;
    right: 16%;
  }
}

@media screen and (min-width: 1920px) {
  .up_link_box {
    width: 160px;
  }

  .life_link_box {
    width: 180px;
  }

  .heading {
    font-size: 80px;
  }

  .subtitle {
    font-size: 40px;
  }

  .ones {
    bottom: 19%;
  }

  .image {
    width: 800px;
  }

  .image-2, .image-3, .image-6, .image-7 {
    width: 440px;
  }
}

@media screen and (max-width: 991px) {
  .up_link_box {
    width: 80px;
  }

  .life_link_box {
    width: 96px;
  }

  .ones {
    bottom: 19%;
  }

  .image {
    width: 400px;
  }

  .image-2 {
    width: 160px;
  }

  .pesto_two {
    left: 2%;
  }

  .image-3 {
    width: 160px;
  }

  .tomato_one {
    top: 15%;
    right: -4%;
  }

  .image-6 {
    width: 120px;
  }

  .tomato_two {
    bottom: 16%;
    right: 0%;
  }

  .image-7 {
    width: 120px;
  }

  .cont {
    max-width: 700px;
  }

  .ab_hero_box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 30px;
  }

  .subtitle {
    font-size: 15px;
    font-weight: 600;
  }

  .ones {
    bottom: 34%;
  }

  .image {
    width: 280px;
  }

  .pesto_one {
    top: 7%;
  }

  .basil_one {
    left: 23%;
  }

  .cont {
    max-width: none;
    margin-left: 5%;
    margin-right: 5%;
  }

  .hero_intro_grid {
    grid-template-columns: 1fr;
  }

  .ab_hero_box {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-2 {
    margin-bottom: 20px;
  }

  .sup_quot {
    margin-top: 10px;
  }

  .product {
    grid-template-columns: 1fr 1fr;
  }

  .big_quotes {
    grid-template-columns: 1fr;
  }

  .image-13 {
    max-width: 40%;
  }
}

@media screen and (max-width: 479px) {
  .main_title {
    margin-left: 5%;
    margin-right: 5%;
  }

  .heading {
    font-size: 24px;
  }

  .pesto_two {
    bottom: 8%;
    left: 8%;
  }

  .basil_one {
    top: 19%;
    left: 37%;
  }

  .image-4 {
    width: 40px;
  }

  .basil_two {
    bottom: 5%;
  }

  .image-5 {
    width: 40px;
  }

  .tomato_one {
    top: 10%;
  }

  .tomato_two {
    bottom: 6%;
    right: 6%;
  }

  .veg_one {
    top: 3%;
    right: 7%;
  }

  .image-8 {
    width: 40px;
  }

  .vg_two {
    right: 4%;
  }

  .image-9 {
    width: 40px;
  }

  .hero_name_text {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .heading-2 {
    font-size: 24px;
  }

  .quot_text_expl {
    font-size: 18px;
  }

  .product {
    grid-template-columns: 1fr;
  }

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

  .heading-3 {
    height: auto;
    margin-bottom: 20px;
  }

  .heading-3.bigaps.mobi, .heading-3.pipi {
    height: auto;
  }

  .big_quotes {
    padding: 20px;
  }

  .big_quot_text {
    font-size: 15px;
  }
}

#w-node-_69ad5c13-5b83-ee27-a7bd-56433d91e0e1-7184f68f, #w-node-_149432a0-59e8-50b6-7f42-65c4f8583e0b-7184f68f, #w-node-_5009878c-8c26-81f0-43f6-41f866db25c0-7184f68f, #w-node-_124618ee-e706-24d1-be68-86a6df946f63-7184f68f, #w-node-_7e3b2324-eb54-da02-15a8-094ba29c50a1-7184f68f, #w-node-_2de95f41-3d5b-efa5-b3fc-28943640d049-7184f68f, #w-node-ae737dba-70a2-cb61-fa37-14ca1ee07a38-7184f68f {
  place-self: stretch stretch;
}

@media screen and (max-width: 767px) {
  #w-node-fd22a06c-f5af-ad3b-9bfb-a2dd2e515e64-7184f68f {
    justify-self: start;
  }
}


