.breast-page-content {
  clear: both;
  width: 100%;
  color: #36545f;
}

.breast-overview,
.breast-proof,
.breast-evidence,
.breast-references {
  clear: both;
  width: 100%;
}

.breast-overview {
  padding: 82px 0 76px;
  background-color: #fff;
}

.breast-section-heading {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.breast-eyebrow,
.breast-newsletter__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  color: #e12454;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

.breast-eyebrow::before,
.breast-newsletter__eyebrow::before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #e12454;
}

.breast-section-heading h2,
.breast-evidence__copy h2 {
  margin: 0;
  color: #073c52;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.breast-section-heading h2 sup,
.breast-evidence__copy h2 sup {
  font-size: 14px;
  vertical-align: super;
}

.breast-section-heading p:not(.breast-eyebrow) {
  max-width: 840px;
  margin: 18px auto 0;
  color: #36545f;
  font-size: 17px;
  line-height: 1.75;
}

.breast-page-content sup a {
  color: #e12454;
  font-weight: 700;
  text-decoration: none;
}

.breast-newsletter {
  clear: both;
  width: 100%;
  padding: 50px 0 54px;
  background-color: #073c52;
}

.breast-newsletter__header {
  max-width: 900px;
  margin: 0 auto 28px;
  text-align: center;
}

.breast-newsletter__eyebrow {
  color: #f3a8ba;
}

.breast-newsletter__header h2 {
  margin: 0;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}

.breast-newsletter__header h2 sup {
  font-size: 12px;
}

.breast-newsletter__form {
  display: grid;
  grid-template-columns: 1.1fr 1.1fr 1fr auto;
  align-items: end;
  gap: 14px;
  max-width: 1120px;
  margin: 0 auto;
}

.breast-newsletter__field label {
  display: block;
  margin-bottom: 7px;
  color: #d5e7ec;
  font-size: 13px;
  font-weight: 600;
}

.breast-newsletter__field input {
  width: 100%;
  height: 48px;
  padding: 10px 13px;
  border: 1px solid #90b4c0;
  border-radius: 4px;
  background-color: #fff;
  color: #173d4b;
  font-size: 15px;
  outline: none;
}

.breast-newsletter__field input:focus {
  border-color: #e12454;
  box-shadow: 0 0 0 3px rgba(225, 36, 84, 0.22);
}

.breast-newsletter__button {
  display: inline-flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 10px 20px;
  border: 2px solid #e12454;
  border-radius: 4px;
  background-color: #e12454;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.breast-newsletter__button:hover {
  border-color: #fff;
  background-color: #fff;
  color: #073c52;
}

.breast-newsletter__button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.breast-newsletter__status {
  min-height: 22px;
  margin: 15px auto 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.breast-newsletter__status.is-success {
  color: #9ce5bd;
}

.breast-newsletter__status.is-error {
  color: #ffb3c5;
}

.breast-proof {
  padding: 80px 0;
  border-bottom: 1px solid #dcebef;
  background-color: #f3f8fa;
}

.breast-evidence {
  padding: 86px 0;
  background-color: #fff;
}

.breast-evidence--tint {
  border-top: 1px solid #dcebef;
  border-bottom: 1px solid #dcebef;
  background-color: #f3f8fa;
}

.breast-evidence__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 68px;
}

.breast-evidence__copy h2 {
  font-size: 36px;
}

.breast-evidence__media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.breast-evidence__media img {
  display: block;
  width: 100%;
  max-width: 570px;
  height: auto;
  object-fit: contain;
}

.breast-feature-list {
  display: grid;
  gap: 17px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.breast-feature-list > li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: start;
  gap: 11px;
  color: #36545f;
  font-size: 16px;
  line-height: 1.65;
}

.breast-feature-list > li > i {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #005b7e;
  color: #fff;
  font-size: 12px;
}

.breast-feature-list > li > ul {
  grid-column: 2;
  display: grid;
  gap: 7px;
  margin: 8px 0 0;
  padding-left: 20px;
  color: #54707a;
}

.breast-references {
  padding: 58px 0 64px;
  background-color: #fff;
}

.breast-references__details {
  max-width: 1120px;
  margin: 0 auto;
  border-top: 1px solid #bdd2da;
  border-bottom: 1px solid #bdd2da;
}

.breast-references__details summary {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 4px;
  color: #073c52;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.breast-references__details summary::-webkit-details-marker {
  display: none;
}

.breast-references__details summary i {
  color: #e12454;
  font-size: 14px;
  transition: transform 0.25s ease;
}

.breast-references__details[open] summary i {
  transform: rotate(180deg);
}

.breast-references__details ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 10px 20px 28px 26px;
  color: #54707a;
  font-size: 13px;
  line-height: 1.65;
}

.breast-references__details a {
  color: #005b7e;
}

.breast-references__legal {
  margin: 0;
  padding: 22px 4px 25px;
  border-top: 1px solid #dcebef;
  color: #6b7f86;
  font-size: 12px;
  line-height: 1.65;
}

@media (max-width: 991px) {
  .breast-newsletter__form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .breast-newsletter__button {
    width: 100%;
  }

  .breast-evidence__grid {
    gap: 38px;
  }

  .breast-evidence__copy h2 {
    font-size: 31px;
  }
}

@media (max-width: 767px) {
  .breast-overview,
  .breast-proof,
  .breast-evidence {
    padding: 56px 0;
  }

  .breast-section-heading h2,
  .breast-evidence__copy h2 {
    font-size: 29px;
    line-height: 1.25;
  }

  .breast-section-heading p:not(.breast-eyebrow) {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.7;
  }

  .breast-newsletter {
    padding: 44px 0 48px;
  }

  .breast-newsletter__header h2 {
    font-size: 24px;
  }

  .breast-newsletter__form {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .breast-evidence__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .breast-evidence__media {
    grid-row: 1;
  }

  .breast-evidence__media img {
    max-width: 500px;
  }

  .breast-feature-list {
    gap: 14px;
    margin-top: 22px;
  }

  .breast-feature-list > li {
    font-size: 15px;
  }

  .breast-references {
    padding: 42px 0 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .breast-newsletter__button,
  .breast-references__details summary i {
    transition: none;
  }
}
