@charset "utf-8";
/* Healthcare page only. Linked from /industries/healthcare/index.html. */

#healthcare-hero {
  min-height: 0;
  padding-bottom: clamp(36px, 4.5vw, 56px);
}
#healthcare-hero h1 {
  max-width: 1050px;
  text-wrap: wrap;
}
#healthcare-hero .lede,
#healthcare-hero .wrap > p {
  max-width: 820px;
}
#healthcare-hero .lede {
  margin-bottom: 0.7em;
}
#healthcare-hero .wrap > p:not(.lede) {
  margin-top: 0;
  margin-bottom: 0;
}
#healthcare-hero .btns,
#healthcare-hero .btns.mt-m {
  align-items: stretch;
  margin-top: 1.15em;
}
#healthcare-hero .btns .btn {
  min-height: 60px;
}
#healthcare-payment-flows {
  scroll-margin-top: 96px;
}
@media (max-width: 620px) {
  #healthcare-hero .btns {
    display: grid;
    grid-template-columns: 1fr;
  }
  #healthcare-hero .btns .btn {
    width: 100%;
  }
}

#healthcare-payment-flows {
  scroll-margin-top: 96px;
  min-height: 0;
  padding-bottom: clamp(44px, 5vw, 72px);
}
#healthcare-payment-flows h2 {
  max-width: 14em;
  text-wrap: wrap;
}
#healthcare-payment-flows .lede {
  max-width: 820px;
  margin-bottom: 28px;
}
#healthcare-payment-flows .flow-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: stretch;
}
#healthcare-payment-flows .card {
  display: flex;
  flex-direction: column;
  padding: 24px 26px;
}
#healthcare-payment-flows .card h3 {
  margin: 0 0 10px;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: .95;
}
#healthcare-payment-flows .card p {
  margin: 0;
  font-size: 16.5px;
  line-height: 1.45;
}
#healthcare-payment-flows .flow-trust {
  margin: 24px 0 10px;
  max-width: 46em;
  font-size: 18px;
  line-height: 1.45;
}
@media (max-width: 620px) {
  #healthcare-payment-flows .flow-grid {
    grid-template-columns: 1fr;
  }
}

#healthcare-workflows {
  min-height: 0;
  padding-bottom: clamp(44px, 5vw, 72px);
}
#healthcare-workflows h2 {
  max-width: 14em;
  text-wrap: wrap;
}
#healthcare-workflows .lede {
  max-width: 740px;
  margin-bottom: 28px;
}
#healthcare-workflows .work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 32px;
}
#healthcare-workflows .work-grid h3 {
  margin: 0 0 8px;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: .95;
}
#healthcare-workflows .work-grid p {
  margin: 0;
  font-size: 16.5px;
  line-height: 1.45;
}
#healthcare-workflows .work-trust {
  margin: 28px 0 0;
  max-width: 46em;
  font-size: 18px;
  line-height: 1.45;
}
@media (max-width: 820px) {
  #healthcare-workflows .work-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 620px) {
  #healthcare-workflows .work-grid {
    grid-template-columns: 1fr;
  }
}

#healthcare-software {
  min-height: 0;
  padding-bottom: clamp(44px, 5vw, 72px);
}
#healthcare-software h2 {
  max-width: 14em;
  text-wrap: wrap;
}
#healthcare-software .lede {
  max-width: 780px;
  margin-bottom: 28px;
}
#healthcare-software .soft-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}
#healthcare-software .card {
  display: flex;
  flex-direction: column;
  padding: 24px 26px;
}
#healthcare-software .card h3 {
  margin: 0 0 10px;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: .95;
}
#healthcare-software .card p {
  margin: 0;
  font-size: 16.5px;
  line-height: 1.45;
}
#healthcare-software .soft-trust {
  margin: 24px 0 10px;
  max-width: 40em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  color: var(--on-dark);
}
@media (max-width: 820px) {
  #healthcare-software .soft-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 620px) {
  #healthcare-software .soft-grid {
    grid-template-columns: 1fr;
  }
}

#healthcare-decisions {
  min-height: 0;
  padding-bottom: clamp(44px, 5vw, 72px);
}
#healthcare-decisions h2 {
  max-width: 16em;
  text-wrap: wrap;
}
#healthcare-decisions .lede {
  max-width: 780px;
  margin-bottom: 28px;
}
#healthcare-decisions .decision-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: stretch;
  margin-bottom: 22px;
}
#healthcare-decisions .decision-grid .card {
  display: flex;
  flex-direction: column;
  padding: 24px 26px;
}
#healthcare-decisions .decision-grid .eyebrow {
  margin-bottom: 10px;
}
#healthcare-decisions .decision-grid h3 {
  margin: 0 0 12px;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: .95;
}
#healthcare-decisions .decision-grid p {
  margin: 0 0 10px;
  font-size: 16.5px;
  line-height: 1.45;
}
#healthcare-decisions .decision-grid ul {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}
#healthcare-decisions .decision-grid li {
  position: relative;
  padding: 4px 0 4px 16px;
  font-size: 15.5px;
  line-height: 1.4;
}
#healthcare-decisions .decision-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}
#healthcare-decisions .price-truth {
  max-width: none;
  padding: 24px 26px;
  margin-bottom: 8px;
}
#healthcare-decisions .price-truth h3 {
  margin: 0 0 8px;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: .95;
}
#healthcare-decisions .price-truth p {
  margin: 0;
  max-width: 52em;
  font-size: 16.5px;
  line-height: 1.45;
}
#healthcare-decisions .btns {
  align-items: stretch;
}
#healthcare-decisions .btns .btn {
  min-height: 52px;
}
@media (max-width: 820px) {
  #healthcare-decisions .decision-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 620px) {
  #healthcare-decisions .btns {
    display: grid;
    grid-template-columns: 1fr;
  }
  #healthcare-decisions .btns .btn {
    width: 100%;
  }
}

#what-changes {
  min-height: 0;
  padding-bottom: clamp(44px, 5vw, 72px);
}
#what-changes h2 {
  max-width: 16em;
  text-wrap: wrap;
}
#what-changes .lede {
  max-width: 780px;
  margin-bottom: 28px;
}
#what-changes .change-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: stretch;
}
#what-changes .card {
  display: flex;
  flex-direction: column;
  padding: 24px 26px;
}
#what-changes .card h3 {
  margin: 0 0 10px;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: .95;
}
#what-changes .card p {
  margin: 0;
  font-size: 16.5px;
  line-height: 1.45;
}
#what-changes .change-trust {
  margin: 24px 0 10px;
  max-width: 46em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  color: var(--on-dark);
}
#healthcare-payment-tools {
  scroll-margin-top: 96px;
}
@media (max-width: 620px) {
  #what-changes .change-grid {
    grid-template-columns: 1fr;
  }
}

#healthcare-payment-tools {
  scroll-margin-top: 96px;
  min-height: 0;
  padding-bottom: clamp(44px, 5vw, 72px);
}
#healthcare-payment-tools h2 {
  max-width: 14em;
  text-wrap: wrap;
}
#healthcare-payment-tools .lede {
  max-width: 780px;
  margin-bottom: 28px;
}
#healthcare-payment-tools .systems {
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: stretch;
}
#healthcare-payment-tools .system {
  padding: 24px 26px;
}
#healthcare-payment-tools .system-lead {
  border-color: var(--gold-line);
}
#healthcare-payment-tools .system-name {
  margin-bottom: 8px;
}
#healthcare-payment-tools .system-fit {
  display: block;
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gold-deep);
}
#healthcare-payment-tools .system-line {
  margin-bottom: 10px;
}
#healthcare-payment-tools .system-more,
#healthcare-payment-tools .system-more-row {
  margin-top: auto;
}
#healthcare-payment-tools .system-more-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
}
#healthcare-payment-tools .hw-trust {
  margin: 24px 0 10px;
  max-width: 48em;
  font-size: 18px;
  line-height: 1.45;
}
@media (max-width: 620px) {
  #healthcare-payment-tools .systems {
    grid-template-columns: 1fr;
  }
}


#healthcare-patient-flow {
  min-height: 0;
  padding-bottom: clamp(44px, 5vw, 72px);
}
#healthcare-patient-flow h2 {
  max-width: 14em;
  text-wrap: wrap;
}
#healthcare-patient-flow .lede {
  max-width: 780px;
  margin-bottom: 32px;
}
#healthcare-patient-flow .flow-steps {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 28px 32px;
  margin: 0;
}
#healthcare-patient-flow .flow-steps li {
  grid-column: span 2;
  margin: 0;
  padding-left: 62px;
}
#healthcare-patient-flow .flow-steps li:nth-child(4) {
  grid-column: 2 / 4;
}
#healthcare-patient-flow .flow-steps li:nth-child(5) {
  grid-column: 4 / 6;
}
#healthcare-patient-flow .flow-steps h3 {
  margin: 0 0 8px;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: .95;
  color: var(--on-dark);
}
#healthcare-patient-flow .flow-steps p {
  margin: 0;
  font-size: 16.5px;
  line-height: 1.45;
  color: #DCD8D0;
}
#healthcare-patient-flow .flow-trust {
  margin: 28px 0 10px;
  max-width: 48em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  color: var(--on-dark);
}
#healthcare-patient-flow .flow-note {
  margin: 0 0 10px;
  max-width: 52em;
}
#healthcare-patient-flow .flow-note h3 {
  margin: 0 0 8px;
  font-size: clamp(20px, 2vw, 24px);
  line-height: .95;
  color: var(--on-dark);
}
#healthcare-patient-flow .flow-note p {
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
  color: #DCD8D0;
}
@media (max-width: 900px) {
  #healthcare-patient-flow .flow-steps {
    grid-template-columns: 1fr 1fr;
  }
  #healthcare-patient-flow .flow-steps li,
  #healthcare-patient-flow .flow-steps li:nth-child(4),
  #healthcare-patient-flow .flow-steps li:nth-child(5) {
    grid-column: auto;
  }
}
@media (max-width: 620px) {
  #healthcare-patient-flow .flow-steps {
    grid-template-columns: 1fr;
  }
}

#healthcare-faq {
  min-height: 0;
  padding-bottom: clamp(44px, 5vw, 72px);
}
#healthcare-faq h2 {
  max-width: 16em;
  text-wrap: wrap;
}
#healthcare-faq .lede {
  max-width: 780px;
  margin-bottom: 20px;
}
#healthcare-faq .faq {
  max-width: 1100px;
  margin-top: 8px;
}

#healthcare-digital {
  min-height: 0;
  padding-bottom: clamp(44px, 5vw, 72px);
}
#healthcare-digital .split-wide {
  grid-template-columns: 1.25fr .9fr;
  align-items: start;
}
#healthcare-digital h2 {
  max-width: 720px;
  text-wrap: wrap;
}
#healthcare-digital .lede,
#healthcare-digital .split > div:first-child > p {
  max-width: 720px;
}
#healthcare-digital .btns {
  align-items: stretch;
}
#healthcare-digital .btns .btn {
  min-height: 52px;
}
#healthcare-digital .hc-web-prices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 20px;
  margin: 14px 0 12px;
}
#healthcare-digital .hc-web-prices span {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink-muted);
}
#healthcare-digital .hc-web-prices p {
  margin: 4px 0 0;
  font-size: 16px;
  font-weight: 700;
}
#healthcare-digital .hc-web-prices strong {
  font-family: var(--display);
  font-size: 40px;
  font-weight: 400;
  line-height: .85;
  color: var(--charcoal);
}
#healthcare-digital .hc-web-prices > div:first-child strong {
  font-size: 56px;
}

#healthcare-digital .dig-exclude {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--hairline);
}
#healthcare-digital .dig-exclude span {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink-muted);
}
#healthcare-digital .dig-exclude p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.4;
  color: var(--ink-body);
}

@media (max-width: 620px) {
  #healthcare-digital .btns {
    display: grid;
    grid-template-columns: 1fr;
  }
  #healthcare-digital .btns .btn {
    width: 100%;
  }
  #healthcare-digital .hc-web-prices {
    grid-template-columns: 1fr;
  }
}

/* Healthcare page CTA and footer only. Does not affect other routes. */
.page-healthcare #site-close,
.page-healthcare #site-foot {
  min-height: 0;
}

.page-healthcare #site-close > .wrap,
.page-healthcare #site-foot > .wrap {
  max-width: 1280px;
  width: calc(100% - 64px);
  margin-inline: auto;
  padding-inline: 0;
}

.page-healthcare #site-close {
  padding: 40px 0 36px;
  border-bottom: 1px solid var(--on-dark-line);
}

.page-healthcare #site-close .site-close-inner {
  text-align: center;
  margin-inline: auto;
}

.page-healthcare #site-close h2 {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  text-wrap: wrap;
}

.page-healthcare #site-close .lede {
  max-width: 760px;
  margin: 12px auto 0;
  text-align: center;
  color: #DCD8D0;
}

.page-healthcare #site-close .close-aside {
  margin: 8px auto 0;
  max-width: 760px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  color: var(--on-dark);
}

.page-healthcare #site-close .btns,
.page-healthcare #site-close .btns.mt-m {
  justify-content: center;
  align-items: stretch;
  margin-top: 18px;
}

.page-healthcare #site-close .btns .btn {
  min-height: 52px;
}

.page-healthcare #site-foot {
  padding: 28px 0 0;
}

.page-healthcare #site-foot .foot-top {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 1.2fr;
  gap: 24px 40px;
  align-items: start;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--on-dark-line);
}

.page-healthcare #site-foot .foot-id {
  min-width: 0;
  max-width: none;
}

.page-healthcare #site-foot .foot-id p {
  max-width: none;
  line-height: 1.55;
}

.page-healthcare #site-foot .foot-contact-col,
.page-healthcare #site-foot .foot-hours {
  min-width: 0;
}

.page-healthcare #site-foot .foot-hours p {
  max-width: none;
  margin: 0 0 14px;
}

.page-healthcare #site-foot .cols {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1.1fr 0.9fr 1.2fr;
  gap: 18px 22px;
  padding: 16px 0 18px;
}

.page-healthcare #site-foot h5 {
  margin: 0 0 10px;
}

.page-healthcare #site-foot li {
  margin-bottom: 6px;
}

.page-healthcare #site-foot .disc {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 28px;
  border-top: 1px solid var(--on-dark-line);
  padding: 14px 0;
  font-size: 13.5px;
  line-height: 1.55;
  color: #C4BEB5;
}

.page-healthcare #site-foot .disc p {
  margin: 0;
  max-width: none;
}

.page-healthcare #site-foot .bottom {
  border-top: 1px solid var(--on-dark-line);
  padding: 12px 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 960px) {
  .page-healthcare #site-foot .foot-top {
    grid-template-columns: 1fr 1fr;
    gap: 22px 28px;
  }
  .page-healthcare #site-foot .foot-id {
    grid-column: 1 / -1;
  }
  .page-healthcare #site-foot .cols {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .page-healthcare #site-foot .disc {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .page-healthcare #site-foot .cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .page-healthcare #site-close > .wrap,
  .page-healthcare #site-foot > .wrap {
    width: calc(100% - 40px);
  }
}

@media (max-width: 620px) {
  .page-healthcare #site-close {
    padding: 32px 0 28px;
  }
  .page-healthcare #site-close .btns {
    display: grid;
    grid-template-columns: 1fr;
  }
  .page-healthcare #site-close .btns .btn {
    width: 100%;
  }
  .page-healthcare #site-foot {
    padding-top: 24px;
  }
  .page-healthcare #site-foot .foot-top {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-bottom: 20px;
  }
  .page-healthcare #site-foot .foot-id {
    grid-column: auto;
  }
  .page-healthcare #site-foot .cols {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px 0;
  }
  .page-healthcare #site-foot .disc {
    grid-template-columns: 1fr;
    padding: 16px 0;
  }
  .page-healthcare #site-foot .bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

.page-healthcare #site-foot .cols a[href="/partners/index.html"] {
  color: var(--on-dark-muted);
}
.page-healthcare #site-foot .cols a[href="/industries/index.html"],
.page-healthcare #site-foot .cols a[aria-current="page"] {
  color: var(--gold);
}
