@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300..800&display=swap");
*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}

.container {
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (width < 992px) {
  .hide-mobile {
    display: none !important;
  }
}

@media (width > 991px) {
  .mobile-only {
    display: none !important;
  }
}

.d-flex {
  display: flex;
}

.section-title {
  font-size: 30px;
  font-weight: 700;
  color: #24485D;
}
@media (width < 768px) {
  .section-title {
    font-size: 22px;
  }
}

.button-primary {
  display: flex;
  width: fit-content;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 17px 45px;
  border-radius: 8px;
  background-color: #24485D;
  text-decoration: none;
  transition: box-shadow 0.2s;
}
.button-primary:hover {
  box-shadow: -1px 4px 8px rgba(0, 0, 0, 0.3);
}
@media (width < 768px) {
  .button-primary {
    font-size: 15px;
    padding: 17px 35px;
  }
}

.expand-toggle {
  display: none;
  font-size: 14px;
  color: #24485D;
  border-bottom: 1px solid #24485D;
  margin-bottom: 35px;
  align-items: center;
}
.expand-toggle::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 5px;
  margin-left: 5px;
  background: url("../img/chevron.svg") no-repeat center/contain;
  transition: 0.2s;
}
.expand-toggle.open::after {
  transform: rotateX(180deg);
  transform-origin: center;
}

.collapse-content {
  transition: max-height 0.3s;
}
@media (width < 768px) {
  .collapse-content {
    max-height: 0;
    overflow: hidden;
  }
}

.header .top-bar {
  padding: 11px 15px;
  background-color: #042234;
  font-size: 14px;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
.header .top-bar a {
  color: #fff;
  text-decoration: underline;
}
.header .logo {
  justify-content: center;
  padding: 28px 15px;
}
@media (width < 768px) {
  .header .logo {
    padding: 15px;
  }
  .header .logo img {
    width: 210px;
  }
}

.problem {
  padding: 35px 0 105px;
  background-color: #EEF9FF;
}
@media (width < 768px) {
  .problem {
    padding: 15px 0 35px;
  }
}
.problem .container {
  width: 100%;
}
@media (width < 768px) {
  .problem .container {
    flex-direction: column-reverse;
    align-items: center;
    position: relative;
  }
}
.problem__text {
  max-width: 675px;
}
.problem__text .disclaimer {
  font-size: 14px;
  color: #565656;
  font-weight: 600;
  margin-bottom: 35px;
}
.problem__text .disclaimer a {
  color: #24485D;
  margin-left: 7px;
}
@media (width < 768px) {
  .problem__text .disclaimer {
    position: absolute;
    top: 0;
    right: 15px;
    width: 120px;
    font-size: 10px;
  }
  .problem__text .disclaimer a {
    margin: 0;
  }
}
.problem__text h1 {
  font-size: 43px;
  color: #24485D;
  margin-bottom: 40px;
}
.problem__text .subtitle {
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: 600;
}
.problem__text ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
.problem__text ul li {
  display: flex;
  align-items: flex-start;
}
.problem__text ul li img {
  margin-right: 15px;
}
.problem__text ul li span {
  font-size: 16px;
}
.problem__text ul li:not(:last-child) {
  margin-bottom: 15px;
}
@media (width < 1270px) {
  .problem__text {
    max-width: 50%;
  }
}
@media (width < 768px) {
  .problem__text {
    max-width: 100%;
  }
  .problem__text h1 {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .problem__text .subtitle {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .problem__text ul li:not(:last-child) {
    margin-bottom: 15px;
  }
  .problem__text ul li img {
    width: 25px;
    margin-right: 15px;
  }
  .problem__text ul li span {
    font-size: 14px;
  }
  .problem__text .button-primary {
    width: 100%;
  }
}
.problem__image {
  margin-top: 25px;
  position: relative;
  width: 460px;
  height: 510px;
}
.problem__image img {
  position: absolute;
  box-shadow: 0 4px 30px 1px rgba(0, 0, 0, 0.15);
}
.problem__image img:nth-child(1) {
  z-index: 2;
  bottom: 0;
  left: 0;
}
.problem__image img:nth-child(2) {
  z-index: 1;
  top: 0;
  right: 0;
}
@media (width < 1270px) {
  .problem__image {
    max-width: 50%;
  }
}
@media (width < 992px) {
  .problem__image {
    width: 360px;
  }
  .problem__image img {
    max-width: 100%;
  }
  .problem__image img:nth-child(1) {
    z-index: 1;
    bottom: auto;
    top: 0;
    left: -10px;
    width: 90%;
  }
  .problem__image img:nth-child(2) {
    z-index: 2;
    top: auto;
    bottom: 25px;
    right: 0;
  }
}
@media (width < 768px) {
  .problem__image {
    max-width: 100%;
    width: 300px;
    margin: 25px 0;
    height: 190px;
  }
  .problem__image img:nth-child(1) {
    width: 190px;
  }
  .problem__image img:nth-child(2) {
    width: 145px;
    right: unset;
    left: 155px;
    bottom: 0;
  }
}

.concerns {
  padding: 55px 0 75px;
  background: #D7D7D7 url("../img/s2-bg.jpg") no-repeat center/cover;
}
.concerns__content {
  max-width: 750px;
  margin-left: auto;
}
.concerns .section-title {
  max-width: 430px;
  margin-bottom: 25px;
}
.concerns ul {
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  gap: 25px 40px;
  margin-bottom: 40px;
}
.concerns ul li {
  width: calc(50% - 20px);
  position: relative;
  padding-left: 14px;
}
.concerns ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 4px;
  height: 4px;
  left: 0;
  top: 10px;
  border-radius: 50%;
  background-color: #24485D;
}
.concerns ul li .title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
}
.concerns ul li .text {
  font-size: 16px;
}
@media (width < 992px) {
  .concerns {
    padding: 40px 0;
    background-image: none;
  }
}
@media (width < 768px) {
  .concerns {
    padding: 30px 0 35px;
    /* background-image: url("../img/s2-bg-mob.jpg");
    background-position-y: 100%;
    background-size: auto; */
  }
  .concerns ul {
    gap: 15px;
    margin-bottom: 18px;
  }
  .concerns ul li {
    width: 100%;
  }
  .concerns ul li .title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .concerns ul li .text {
    font-size: 14px;
  }
  .concerns .button-primary {
    width: 100%;
  }
}

.causes {
  padding: 80px 0;
}
.causes .section-title {
  text-align: center;
  margin-bottom: 45px;
}
.causes__wrap {
  flex-wrap: wrap;
  gap: 25px 81px;
}
@media (width < 992px) {
  .causes__wrap {
    column-gap: 6%;
  }
}
.causes__item {
  width: calc(33.333% - 60px);
}
@media (width < 992px) {
  .causes__item {
    width: 47%;
  }
}
.causes__item h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
.causes__item p {
  font-size: 16px;
  line-height: 1.6;
}
@media (width < 768px) {
  .causes {
    padding: 30px 0;
  }
  .causes .section-title {
    margin-bottom: 0;
    text-align: left;
  }
  .causes__wrap {
    gap: 0;
  }
  .causes__item {
    width: 100%;
    padding: 3px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
  }
  .causes__item h3 {
    margin: 0;
  }
  .causes__item p {
    max-height: 0;
    overflow: hidden;
  }
  .causes__item .state {
    position: absolute;
    top: 10px;
    right: 0;
    width: 15px;
    height: 15px;
  }
  .causes__item .state::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 1.5px;
    background-color: #24485D;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .causes__item .state::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 1.5px;
    height: 100%;
    background-color: #24485D;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s;
  }
  .causes__item.open .state::after {
    transform: translateX(-50%) rotate(90deg);
    transform-origin: center;
  }
}

.explore {
  padding: 80px 0 70px;
  background: #F5F5F5 url("../img/s4-bg.jpg") no-repeat center/cover;
}
.explore .section-title {
  margin-bottom: 32px;
}
.explore__item {
  max-width: 635px;
}
.explore__item:not(:last-child) {
  margin-bottom: 25px;
}
.explore__item h3, .explore__item p {
  font-size: 16px;
  line-height: 1.6;
}
@media (width < 992px) {
  .explore {
    padding: 50px 0 45px;
    background-position-x: 40%;
  }
}
@media (width < 768px) {
  .explore {
    padding: 30px 0 270px;
    background-position-x: 50%;
    background-position-y: 100%;
    background-image: url("../img/s4-bg-mob.jpg"), linear-gradient(to right, #f1f1f1, #f3f3f3, #dfdfdf);
    background-size: auto;
  }
  .explore__item {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 6px;
  }
  .explore__item:not(:last-child) {
    margin-bottom: 12px;
  }
  .explore__item .title, .explore__item .collapse-content {
    font-size: 14px;
  }
  .explore__item .title {
    max-width: calc(100% - 20px);
  }
  .explore__item .state {
    position: absolute;
    top: 10px;
    right: 0;
    width: 15px;
    height: 15px;
  }
  .explore__item .state::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 1.5px;
    background-color: #24485D;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .explore__item .state::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 1.5px;
    height: 100%;
    background-color: #24485D;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s;
  }
  .explore__item.open .state::after {
    transform: translateX(-50%) rotate(90deg);
    transform-origin: center;
  }
}

.benefits {
  padding: 70px 0 80px;
}
.benefits .section-title {
  text-align: center;
  margin-bottom: 45px;
}
.benefits__wrap {
  flex-wrap: wrap;
  gap: 30px;
}
.benefits__item {
  width: calc(33.3333% - 20px);
  flex-direction: column;
  align-items: center;
  padding: 28px 60px 25px;
  background-color: #EEF9FF;
  border: 1px solid rgba(36, 72, 93, 0.7);
}
.benefits__item img {
  margin-bottom: 15px;
}
.benefits__item h3 {
  margin-bottom: 15px;
  text-align: center;
}
.benefits__item p {
  text-align: center;
}
@media (width < 992px) {
  .benefits__item {
    padding: 25px 10px;
  }
}
@media (width < 768px) {
  .benefits {
    padding: 25px 0 35px;
  }
  .benefits .section-title {
    text-align: left;
    margin-bottom: 13px;
  }
  .benefits__wrap {
    gap: 6px;
  }
  .benefits__item {
    width: 100%;
    padding: 15px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
  }
  .benefits__item img {
    width: 27px;
    margin: 0 13px 0 0;
  }
  .benefits__item h3 {
    margin: 0;
    font-size: 14px;
  }
  .benefits__item .collapse-content {
    width: 100%;
    font-size: 14px;
    text-align: left;
  }
  .benefits__item::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 7px;
    top: 24px;
    right: 15px;
    background: url("../img/chevron.svg") no-repeat center/contain;
    transition: 0.3s;
  }
  .benefits__item.open::after {
    transform-origin: center;
    transform: rotateX(180deg);
  }
  .benefits__item.open .collapse-content {
    margin-top: 15px;
  }
}

.facts {
  padding-bottom: 70px;
}
.facts .section-title {
  text-align: center;
  margin-bottom: 35px;
}
.facts__wrap {
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 50px;
}
.facts__wrap:first-of-type {
  margin-bottom: 70px;
}
.facts__item {
  padding: 20px;
}
.facts__item .top {
  align-items: center;
}
.facts__item .top img {
  margin-right: 10px;
}
.facts__item .top h3 {
  font-size: 18px;
}
.facts__item .collapse-content {
  margin-top: 15px;
  font-size: 16px;
}
.facts__item_green {
  background-color: #F5FFF8;
  border: 1px solid #2A9841;
  width: calc(33.333% - 18px);
}
.facts__item_red {
  background-color: rgba(212, 31, 31, 0.15);
  border: 1px solid #D41F1F;
  width: calc(25% - 20px);
}
@media (width < 992px) {
  .facts__item_red {
    width: calc(50% - 15px);
  }
}
.facts .button-primary {
  margin: 0 auto;
}
@media (width < 768px) {
  .facts {
    padding-bottom: 35px;
  }
  .facts .section-title {
    text-align: left;
    margin-bottom: 15px;
  }
  .facts__wrap {
    gap: 10px;
    margin-bottom: 35px;
  }
  .facts__wrap:first-of-type {
    margin-bottom: 35px;
  }
  .facts__item {
    width: 100%;
    padding: 15px;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
  }
  .facts__item .top img {
    width: 15px;
    margin: 0 13px 0 0;
  }
  .facts__item .top h3 {
    margin: 0;
    font-size: 14px;
  }
  .facts__item .collapse-content {
    width: 100%;
    font-size: 14px;
    text-align: left;
    margin: 0;
  }
  .facts__item::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 7px;
    top: 24px;
    right: 15px;
    background: url("../img/chevron.svg") no-repeat center/contain;
    transition: 0.3s;
  }
  .facts__item.open::after {
    transform-origin: center;
    transform: rotateX(180deg);
  }
  .facts__item.open .collapse-content {
    margin-top: 15px;
  }
  .facts .button-primary {
    width: 100%;
  }
}

.criteria {
  padding: 55px 0 75px;
  background-color: #EEF9FF;
}
.criteria .section-title {
  text-align: center;
  margin-bottom: 35px;
}
.criteria__wrap {
  flex-wrap: wrap;
  gap: 25px 45px;
  justify-content: center;
}
.criteria__item {
  align-items: center;
}
.criteria__item img {
  flex-shrink: 0;
  margin-right: 10px;
}
.criteria__item span {
  font-size: 16px;
}
@media (width < 768px) {
  .criteria {
    padding: 25px 0 30px;
  }
  .criteria .section-title {
    margin-bottom: 20px;
  }
  .criteria__wrap {
    gap: 10px 17px;
  }
  .criteria__item img {
    width: 15px;
    margin-right: 5px;
  }
  .criteria__item span {
    font-size: 14px;
  }
}

.results {
  padding: 80px 0;
}
.results__subtitle {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.results .section-title {
  text-align: center;
  margin-bottom: 45px;
}
.results__item {
  border: 1px solid #24485D;
  padding: 35px 150px;
}
@media (width < 1270px) {
  .results__item {
    padding: 35px 80px;
  }
}
.results__item:not(:last-child) {
  margin-bottom: 50px;
}
.results__item .title {
  font-size: 23px;
  text-align: center;
  color: #24485D;
  margin-bottom: 30px;
}
.results__image {
  width: 380px;
  flex-shrink: 0;
  margin-right: 60px;
}
@media (width < 992px) {
  .results__image {
    margin-bottom: 30px;
  }
}
.results__image .img-wrap {
  position: relative;
  margin-bottom: 25px;
  height: 300px;
}
.results__image .img-wrap .badge {
  position: absolute;
  top: -5px;
  left: -20px;
  z-index: 3;
  width: 95px;
}
.results__image .img-wrap .bottle {
  position: absolute;
  top: 0;
  left: 25px;
  z-index: 2;
  width: 190px;
}
.results__image .img-wrap ul {
  position: absolute;
  z-index: 1;
  right: 5px;
  top: 48px;
  padding: 0;
  width: 210px;
}
.results__image .img-wrap ul li {
  list-style: none;
  padding: 8px 7px 8px 75px;
  border-bottom: 1px solid #000;
  font-size: 12px;
  font-weight: 600;
  color: #24485D;
  text-transform: uppercase;
  position: relative;
}
.results__image .img-wrap ul li:first-child {
  border-top: 1px solid #000;
}
.results__image .img-wrap ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 55px;
  width: 12px;
  height: 12px;
  background: url("../img/check-green.svg") no-repeat center/contain;
}
.results__image .img-wrap ul li.red::before {
  background-image: url("../img/cross-red.svg");
}
.results__image .button-primary {
  width: 100%;
}
.results__text h4 {
  font-size: 18px;
  margin-bottom: 7px;
}
.results__text ul:not(:last-child) {
  margin-bottom: 20px;
}
.results__text a {
  font-weight: 700;
  font-size: 18px;
  color: #24485D;
}
@media (width < 992px) {
  .results__text button {
    margin-top: 25px;
    width: 100%;
  }
}
@media (width < 992px) {
  .results {
    padding: 50px 0;
  }
  .results__content {
    flex-direction: column;
    align-items: center;
  }
}
@media (width < 768px) {
  .results {
    padding: 30px 0 15px;
  }
  .results__subtitle {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .results .section-title {
    margin-bottom: 20px;
  }
  .results__item {
    padding: 20px 15px 30px;
  }
  .results__item .title {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .results__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .results__image {
    width: 300px;
    margin: 0;
  }
  .results__image .img-wrap {
    height: 240px;
  }
  .results__image .img-wrap .bottle {
    width: 145px;
    left: 0;
  }
  .results__image .img-wrap .badge {
    width: 55px;
    top: 20px;
    left: 0;
  }
  .results__image .img-wrap ul {
    top: 30px;
    right: 0;
  }
  .results__text {
    font-size: 14px;
  }
  .results__text h4 {
    font-size: 15px;
  }
  .results__text a {
    font-size: 15px;
  }
}

.references {
  padding: 55px 0;
  background-color: #EEF9FF;
}
.references .container {
  position: relative;
}
.references h2 {
  font-size: 18px;
  margin-bottom: 13px;
}
.references p {
  font-size: 14px;
}
.references p:not(:last-child) {
  margin-bottom: 15px;
}
.references p a {
  font-size: 14px;
  color: #24485D;
}
@media (width < 768px) {
  .references {
    padding: 15px 0;
  }
  .references h2 {
    margin: 0;
  }
  .references .state {
    position: absolute;
    top: 5px;
    right: 15px;
    width: 15px;
    height: 15px;
  }
  .references .state::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 1.5px;
    background-color: #24485D;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .references .state::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 1.5px;
    height: 100%;
    background-color: #24485D;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s;
  }
  .references.open .collapse-content {
    margin-top: 15px;
  }
  .references.open .state::after {
    transform: translateX(-50%) rotate(90deg);
    transform-origin: center;
  }
}

.footer {
  padding: 45px 0;
  background-color: #042234;
}
.footer .container {
  width: 100%;
  justify-content: space-between;
}
.footer .container p {
  font-size: 14px;
  color: #fff;
}
.footer .container .links {
  align-items: center;
}
.footer .container .links a {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
}
.footer .container .links .divider {
  width: 1px;
  height: 12px;
  background-color: #fff;
  margin: 0 5px;
}
@media (width < 768px) {
  .footer {
    padding: 30px 50px;
  }
  .footer .container {
    flex-direction: column;
    align-items: center;
  }
  .footer .container p {
    text-align: center;
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=styles.css.map */
