<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.image_box {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.image_box img {
  width: 100%;
}
.image_box .img-main {
  margin-bottom: 12px;
}
.wp-block-lazyblock-health-benefits-details {
  padding: 80px 0 120px;
}
.general-health-benefits .wp-block-lazyblock-health-benefits-details {
  padding-bottom: 0 ;
}
.wp-block-lazyblock-general-health-benefits-accordion {
  padding-bottom: 120px;
}
.health-benefits .img-sub {
  margin-bottom: 30px;
}
.health-benefits h2 {
  color: #1D2329;
  font-size: 47px;
  letter-spacing: -0.2px;
  font-family: "Marcellus", serif;
  font-weight: 400;
  margin-bottom: 50px;
  max-width: 597px;
}

.health-benefits .accordion-item {
  margin-bottom: 8px;
  border-radius: 10px;
  overflow: hidden;
  border: 0;
}

.health-benefits .benefit-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 30px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  background-color: #F5F6F7;
}

.health-benefits .benefit-header:hover {
  background-color: #e7f2fd;
  transition: background-color 0.3s ease;
}
.health-benefits .benefit-header.active {
  padding-bottom: 22px;
}
.health-benefits .expanded-area p {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #5A5F64;
  transition: color 0.3s ease;
}
.health-benefits .expanded-area p a {
  color: red;
  text-decoration: none;
  transition: color 0.3s ease;
}
.health-benefits .expanded-area p a:hover {
  color: rgb(150, 0, 0);
}
.health-benefits .benefit-header h5 {
  font-size: 20px;
  font-weight: 500;
  color: #343A42;
  line-height: 30px;
  margin: 0;
  max-width: 90%;
  font-family: "Urbanist", sans-serif; 
}

.health-benefits .accordion-icon .plus-icon {
  width: 16px;
  height: 8px;
}
.health-benefits .accordion-icon .minus-icon {
  width: 8px;
  height: 16px;
}
.health-benefits .expanded-area {
  display: none;
  padding: 0 30px 30px 30px;
  background-color: #F5F6F7;
}
.health-benefits .accordion-icon {
  display: flex;
  align-items: center;
}
.health-benefits .accordion {
  overflow: hidden;
}
@media (max-width:1199px) {
  .health-benefits h2 {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .wp-block-lazyblock-health-benefits-details {
    padding: 50px 0 70px;
  }

  .wp-block-lazyblock-general-health-benefits-accordion {
    padding-bottom: 70px;
  }
  .health-benefits .benefit-header h5 {
    font-size: 18px;
  }
  .health-benefits .expanded-area p {
    font-size: 14px;
  }
  .health-benefits .benefit-header {
    padding: 12px 20px;
  }
  .health-benefits .benefit-header.active {
    padding-bottom: 12px;
  }
  .health-benefits .expanded-area {
    padding: 0 20px 20px 20px;
  } 
}
@media (max-width: 767px) {
  .health-benefits h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .health-benefits .benefit-header h5 {
    font-size: 16px;
  }
  .health-benefits .expanded-area p {
    font-size: 14px;
  }
  .wp-block-lazyblock-general-health-benefits-accordion {
    padding-top: 15px;
  }
}</pre></body></html>