* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  background: #faf8f3;
  color: #1a1a1a;
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  -webkit-font-smoothing: antialiased;
}
.topbar {
  height: 6px;
  background: #16332a;
}
.wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 28px 22px 56px;
}
.head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.wordmark {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: inherit;
}
.wordmark span {
  font-family: "Fraunces", serif;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.eyebrow {
  font-family: "Newsreader", Georgia, serif;
  font-style: italic;
  font-size: 15px;
  color: #8b8b84;
}
h1 {
  font-family: "Newsreader", Georgia, serif;
  font-weight: 400;
  font-size: clamp(27px, 6vw, 38px);
  line-height: 1.28;
  margin: 34px 0 18px;
  letter-spacing: -0.005em;
}
h1 em {
  font-style: italic;
}
.intro {
  font-size: 16px;
  line-height: 1.7;
  color: #54554f;
  margin: 0 0 30px;
}
.rule {
  height: 1px;
  background: #e6e2d9;
  margin: 0 0 30px;
}
.grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
}
@media (min-width: 640px) {
  .grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 34px;
    gap: 30px;
  }
}
.blk {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.blk-ic {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border: 1px solid #e6e2d9;
  border-radius: 9px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blk h2 {
  font-family: "Newsreader", Georgia, serif;
  font-weight: 500;
  font-size: 19px;
  margin: 4px 0 7px;
}
.blk p {
  font-size: 15px;
  line-height: 1.65;
  color: #54554f;
  margin: 0;
}
.blk p b {
  font-weight: 600;
  color: #1a1a1a;
}
.legal {
  background: #16332a;
  border-radius: 16px;
  padding: 26px 24px;
  margin: 36px 0 26px;
}
.legal h3 {
  font-family: "Newsreader", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  color: #c8f026;
  margin: 0 0 12px;
}
.legal p {
  font-size: 14.5px;
  line-height: 1.7;
  color: #e9ece7;
  margin: 0;
}
.legal b {
  color: #c8f026;
  font-weight: 600;
}
.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #fff;
  border: 1px solid #e6e2d9;
  border-radius: 99px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 600;
  color: #2c3a34;
}
.foot {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 34px;
  padding-top: 16px;
  border-top: 1px solid #e6e2d9;
}
.foot .l {
  font-family: "Newsreader", Georgia, serif;
  font-style: italic;
  font-size: 13.5px;
  color: #9a9a92;
}
.foot a {
  font-size: 13.5px;
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
}

:root {
  color-scheme: light;
}
.patient-region {
  margin: 20px 0;
  font-size: 13px;
}
.patient-region summary {
  cursor: pointer;
}
.patient-region nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 12px;
}
.patient-region a {
  color: #16332a;
  padding: 6px;
}
.patient-region a[aria-current] {
  font-weight: 700;
}
.head {
  flex-wrap: wrap;
  gap: 12px;
}
