/**
 * HCP home page content — Lyn_Interconnect01 node 449:3221
 * Scoped to body.hcp_home.sect-hcp
 */

/* Hero */
.hcp_home.sect-hcp main section.module-1 .section-wrapper {
  max-width: 960px !important;
  padding: 32px 15px !important;
}

.hcp_home.sect-hcp main section.module-1 .section-wrapper h1 {
  font-size: 32px !important;
  line-height: 1.2 !important;
  margin-bottom: 16px !important;
  max-width: 661px !important;
}

.hcp_home.sect-hcp main section.module-1 .section-wrapper > h3 {
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.02em !important;
  margin-bottom: 16px !important;
  max-width: 718px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  color: var(--figma-midnight) !important;
}

.hcp_home.sect-hcp main section.module-1 .section-wrapper > p {
  font-size: 16px !important;
  line-height: 1.4 !important;
  max-width: 718px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.hcp_home.sect-hcp main section.module-1 .section-wrapper > p .price-accent,
.hcp_home.sect-hcp main section.module-1 ul li .inner p .price-accent {
  color: inherit !important;
  font-weight: 400 !important;
}

.hcp_home.sect-hcp main section.module-1 ul li .inner p .price-accent sup {
  font-size: 0.645em !important;
  line-height: 0 !important;
  position: relative !important;
  top: -0.45em !important;
  vertical-align: baseline !important;
  font-weight: 400 !important;
}

/* Feature pods */
.hcp_home.sect-hcp main section.module-1 ul {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  width: 100% !important;
  max-width: 960px !important;
  margin: 16px auto 0 !important;
  padding: 16px 0 30px !important;
  gap: 30px !important;
}

.hcp_home.sect-hcp main section.module-1 ul li {
  flex: 0 0 100% !important;
  max-width: 400px !important;
  margin: 0 auto !important;
  background: #fff !important;
  box-shadow: 0 0 9.2px rgba(0, 0, 0, 0.1) !important;
}

.hcp_home.sect-hcp main section.module-1 ul li:nth-child(odd) {
  background-color: #fff !important;
}

.hcp_home.sect-hcp main section.module-1 ul li .inner {
  width: 100% !important;
  max-width: 300px !important;
  margin: 0 auto !important;
  padding: 92px 15px 31px !important;
  text-align: center !important;
  background-position: center 16px !important;
}

.hcp_home.sect-hcp main section.module-1 ul li .inner h3 {
  width: 270px !important;
  max-width: 100% !important;
  height: 32px !important;
  margin: 0 auto 16px !important;
  padding: 0 !important;
  line-height: 32px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #fff !important;
  background-color: var(--figma-amethyst) !important;
}

.hcp_home.sect-hcp main section.module-1 ul li .inner p {
  font-size: 16px !important;
  line-height: 1.4 !important;
  text-align: center !important;
}

.hcp_home.sect-hcp main section.module-1 .section-wrapper p.footnote {
  width: 100% !important;
  max-width: 679px !important;
  font-size: 12px !important;
  line-height: 15px !important;
  color: #838383 !important;
}

.hcp_home.sect-hcp main section.module-1 .section-wrapper p.footnote a {
  color: var(--figma-amethyst) !important;
  text-decoration: underline !important;
}

/* Process section */
.hcp_home.sect-hcp main section.module-2 {
  background-color: var(--figma-section-muted) !important;
  padding: 32px 0 !important;
}

.hcp_home.sect-hcp main section.module-2 .section-wrapper h2 {
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  color: var(--figma-amethyst) !important;
  max-width: 460px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.hcp_home.sect-hcp main section.module-2 .section-wrapper > p {
  font-size: 16px !important;
  line-height: 1.4 !important;
  max-width: 644px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.hcp_home.sect-hcp main section.module-2 .section-wrapper .accordion h3 {
  width: 270px !important;
  max-width: 100% !important;
  height: 32px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  line-height: 32px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  color: #fff !important;
  background-color: var(--figma-amethyst) !important;
}

.hcp_home.sect-hcp main section.module-2 .section-wrapper .accordion {
  background-image: none !important;
  position: relative !important;
  max-width: 600px !important;
  margin: 0 auto !important;
}

.hcp_home.sect-hcp main section.module-2 .section-wrapper .accordion::before {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: 32px !important;
  bottom: auto !important;
  height: 484px !important;
  width: 4px !important;
  margin-left: -2px !important;
  background: var(--figma-timeline) !important;
  z-index: 0 !important;
}

.hcp_home.sect-hcp main section.module-2 .section-wrapper .accordion ol {
  width: 100% !important;
  max-width: 600px !important;
  padding: 35px 0 0 !important;
  margin: 0 auto !important;
}

.hcp_home.sect-hcp main section.module-2 .section-wrapper .accordion ol li {
  position: relative !important;
  width: 100% !important;
  max-width: 369px !important;
  margin: 0 auto 27px !important;
  padding: 0 !important;
  background: #fff !important;
  border-radius: 10px 10px 10px 10px !important;
  box-shadow: none !important;
  min-height: 68px !important;
  z-index: 1 !important;
}

.hcp_home.sect-hcp main section.module-2 .section-wrapper .accordion ol li:before,
.hcp_home.sect-hcp main section.module-2 .section-wrapper .accordion ol li:after,
.hcp_home.sect-hcp main section.module-2 .section-wrapper .accordion ol li .line {
  display: none !important;
}

.hcp_home.sect-hcp main section.module-2 .section-wrapper .accordion ol li .img {
  display: block !important;
  position: absolute !important;
  left: 19px !important;
  top: 50% !important;
  width: 32px !important;
  height: 32px !important;
  margin: 0 !important;
  transform: translateY(-50%) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.hcp_home.sect-hcp main section.module-2 .section-wrapper .accordion ol li .img.dr {
  width: 27px !important;
  height: 29px !important;
  background-image: url("/assets/img/figma/pat-timeline-icon-case-manager.svg") !important;
}

.hcp_home.sect-hcp main section.module-2 .section-wrapper .accordion ol li .img.work {
  width: 28px !important;
  height: 28px !important;
  background-image: url("/assets/img/figma/pat-timeline-icon-magnifier.svg") !important;
}

.hcp_home.sect-hcp main section.module-2 .section-wrapper .accordion ol li .img.rx {
  width: 27px !important;
  height: 33px !important;
  background-image: url("/assets/img/figma/pat-timeline-icon-delivery.svg") !important;
}

.hcp_home.sect-hcp main section.module-2 .section-wrapper .accordion ol li .img.patient {
  width: 31px !important;
  height: 30px !important;
  background-image: url("/assets/img/figma/pat-timeline-icon-refill.svg") !important;
}

.hcp_home.sect-hcp main section.module-2 .section-wrapper .accordion ol li h4 {
  margin: 0 !important;
  padding: 22px 62px !important;
  color: var(--figma-amethyst) !important;
  font-family: Roboto, Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  text-align: center !important;
  white-space: normal !important;
  height: auto !important;
}

.hcp_home.sect-hcp main section.module-2 .section-wrapper .accordion ol li h4 span {
  position: static !important;
  transform: none !important;
  left: auto !important;
  right: auto !important;
  width: auto !important;
}

.hcp_home.sect-hcp main section.module-2 .section-wrapper .accordion ol li .expand {
  display: none !important;
}

.hcp_home.sect-hcp main section.module-2 .section-wrapper .accordion .support {
  position: relative !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: min(951px, calc(100vw - 40px)) !important;
  max-width: none !important;
  margin: 24px 0 0 !important;
  padding-top: 42px !important;
  background: transparent !important;
  overflow: visible !important;
}

.hcp_home.sect-hcp main section.module-2 .section-wrapper .accordion .support::before {
  content: none !important;
}

.hcp_home.sect-hcp main section.module-2 .section-wrapper .accordion .support::after {
  content: none !important;
}

.hcp_home.sect-hcp main section.module-2 .section-wrapper .accordion .support::before,
.hcp_home.sect-hcp main section.module-2 .section-wrapper .accordion .support > ul::before,
.hcp_home.sect-hcp main section.module-2 .section-wrapper .accordion .support > ul::after,
.hcp_home.sect-hcp main section.module-2 .section-wrapper .accordion .support > ul > li::before {
  border: 0 !important;
}

.hcp_home.sect-hcp main section.module-2 .section-wrapper .accordion .support > h3 {
  position: relative !important;
  z-index: 1 !important;
  margin-bottom: 0 !important;
}

.hcp_home.sect-hcp main section.module-2 .section-wrapper .accordion .support > h3::before,
.hcp_home.sect-hcp main section.module-2 .section-wrapper .accordion .support > h3::after {
  content: none !important;
  display: none !important;
}

.hcp_home.sect-hcp main section.module-2 .section-wrapper .accordion .support > ul {
  position: relative !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  gap: 38px !important;
  max-width: 951px !important;
  margin: 0 auto !important;
  padding: 48px 0 0 !important;
  overflow: visible !important;
}

.hcp_home.sect-hcp main section.module-2 .section-wrapper .accordion .support > ul::after {
  content: "" !important;
  position: absolute !important;
  top: -6px !important;
  left: 50% !important;
  width: 4px !important;
  height: 28px !important;
  margin-left: -2px !important;
  background: var(--figma-timeline) !important;
  z-index: 0 !important;
}

.hcp_home.sect-hcp main section.module-2 .section-wrapper .accordion .support > ul::before {
  content: "" !important;
  position: absolute !important;
  top: 22px !important;
  left: 50% !important;
  width: calc(50% + 23px) !important;
  height: 4px !important;
  transform: translateX(-50%) !important;
  background: var(--figma-timeline) !important;
  z-index: 0 !important;
}

.hcp_home.sect-hcp main section.module-2 .section-wrapper .accordion .support > ul > li {
  position: relative !important;
  flex: 1 1 0 !important;
  max-width: 460px !important;
  margin: 0 !important;
  background: #fff !important;
  box-shadow: 0 0 9.2px rgba(0, 0, 0, 0.1) !important;
  border-radius: 0 0 10px 10px !important;
  overflow: visible !important;
  z-index: 1 !important;
}

.hcp_home.sect-hcp main section.module-2 .section-wrapper .accordion .support > ul > li::before {
  content: "" !important;
  position: absolute !important;
  top: -22px !important;
  left: 50% !important;
  width: 4px !important;
  height: 22px !important;
  margin-left: -2px !important;
  background: var(--figma-timeline) !important;
  z-index: 0 !important;
}

.hcp_home.sect-hcp main section.module-2 .section-wrapper .accordion .support > ul > li > h4 {
  height: 32px !important;
  margin: 0 !important;
  padding: 0 16px !important;
  line-height: 32px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  color: #fff !important;
  background-color: var(--figma-amethyst) !important;
  text-align: center !important;
}

.hcp_home.sect-hcp main section.module-2 .section-wrapper .accordion .support > ul > li > .inner {
  padding: 16px !important;
  text-align: left !important;
}

.hcp_home.sect-hcp main section.module-2 .section-wrapper .accordion .support > ul > li > .inner > p {
  font-size: 16px !important;
  line-height: 1.4 !important;
  margin-bottom: 8px !important;
  text-align: center !important;
  color: #838383 !important;
}

.hcp_home.sect-hcp main section.module-2 .section-wrapper .accordion .support > ul > li > .inner > p strong {
  font-family: Roboto, Arial, Helvetica, sans-serif !important;
  font-weight: 600 !important;
  color: #838383 !important;
}

.hcp_home.sect-hcp main section.module-2 .section-wrapper .accordion .support > ul > li > .inner ul.bullets {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
}

.hcp_home.sect-hcp main section.module-2 .section-wrapper .accordion .support > ul > li > .inner ul.bullets li {
  position: relative !important;
  display: list-item !important;
  flex: none !important;
  width: auto !important;
  max-width: none !important;
  list-style: none !important;
  margin: 0 0 13px !important;
  padding-left: 32px !important;
  background: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  overflow: visible !important;
  text-align: left !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  color: #838383 !important;
}

.hcp_home.sect-hcp main section.module-2 .section-wrapper .accordion .support > ul > li > .inner ul.bullets li:last-child {
  margin-bottom: 0 !important;
}

.hcp_home.sect-hcp main section.module-2 .section-wrapper .accordion .support > ul > li > .inner ul.bullets li::before {
  content: "\2022" !important;
  position: absolute !important;
  top: 0 !important;
  left: 16px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  background: none !important;
  color: #838383 !important;
  font-size: 20px !important;
  line-height: 1.4 !important;
}

@media only screen and (min-width: 980px) {
  .hcp_home.sect-hcp main section.module-1 .section-wrapper h1 {
    font-size: 48px !important;
  }

  .hcp_home.sect-hcp main section.module-1 .section-wrapper > h3 {
    font-size: 24px !important;
  }

  .hcp_home.sect-hcp main section.module-1 ul li {
    flex: 0 0 300px !important;
    margin: 0 !important;
  }

  .hcp_home.sect-hcp main section.module-2 .section-wrapper .accordion ol li {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hcp_home.sect-hcp main section.module-2 .section-wrapper .accordion .support > ul > li {
    flex: 1 1 0 !important;
    margin: 0 !important;
  }
}

@media only screen and (max-width: 600px) {
  .hcp_home.sect-hcp main section.module-2 .section-wrapper .accordion .support > ul {
    gap: 24px !important;
    padding-top: 28px !important;
  }

  .hcp_home.sect-hcp main section.module-2 .section-wrapper .accordion .support > ul > li {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }

  .hcp_home.sect-hcp main section.module-2 .section-wrapper .accordion::before {
    height: auto !important;
    bottom: 0 !important;
  }

  .hcp_home.sect-hcp main section.module-2 .section-wrapper .accordion .support > ul::before,
  .hcp_home.sect-hcp main section.module-2 .section-wrapper .accordion .support > ul::after,
  .hcp_home.sect-hcp main section.module-2 .section-wrapper .accordion .support > ul > li::before {
    display: none !important;
  }
}
