/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.diag-hero {
  background-image: url("/diagnostics/_next/static/media/banner277134918.jpg");
}
.diag-page {
  position: relative;
  margin: 0;
  padding: 50px 0 200px;
  overflow: hidden;
  /* background: #d3d3d3 url(/Content/images/diag-bg.jpg) center / cover no-repeat; */
}
.diag-page::before {
  content: "";
  position: absolute;
  right: -19px;
  bottom: 0;
  width: 300px;
  height: 150px;
  background: url("/Content/images/pseudo.png") no-repeat;
  background-size: contain;
  pointer-events: none;
}
.diag-container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.diag-title {
  margin: 0 0 28px;
  font-weight: 800;
  font-size: 48px;
  line-height: 1.05;
  color: #111;
  text-align: center;
}
.diag-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 60px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px;
}
.diag-card {
  position: relative;
  /* min-height: 320px; */
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 550px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 22px;
  border: 22px solid var(--accent-superlight);
}
.diag-card--second {
  border-color: #faedee;
}
.diag-icon {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 37px;
}
.diag-icon img {
  width: 100%;
  height: 100%;
}
.diag-icon--purple {
  background: rgba(152, 107, 171, 0.15);
}
.diag-icon--red {
  background: rgba(203, 60, 74, 0.12);
}
.diag-card h2 {
  font-family: "Roboto Slab";
  margin: 0px 0 0px;
  font-weight: 900;
  font-size: 31px;
  letter-spacing: 0.2px;
  color: #000;
  margin-bottom: 17px;
}

.diag-card-image {
  width: 172px;
  height: 33px;
  margin-bottom: 15px;
}

.diag-card-image__ttp-scan {
  width: 173px;
  height: 33px;
  margin-bottom: 15px;
  margin-left: -5px;
}

.diag-card-image__gemostaz {
  width: 144px;
  height: 25px;
  margin-bottom: 23px;
}
.diag-card-image img {
  width: 100%;
  height: 100%;
}

.diag-card p {
  margin: 0 0 11px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.04;
  color: #333333;
  letter-spacing: -1.2px;
}
.diag-accent-purple {
  color: #8b5aa6;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -1.3px;
  line-height: 1.1;
}
.diag-accent-red {
  color: #cd4855;
  font-weight: 800;
  font-size: 24px;
  letter-spacing: -1.3px;
  line-height: 1.2;
}
.diag-meta {
  margin: 0 0 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
}

.diag-meta-first {
  margin: 0 0 11px;
}

.diag-meta img {
  width: 24px;
  height: 24px;
}
.diag-meta span {
  font-weight: 900;
  font-size: 22px;
  line-height: 1.1;
}

span.diag-meta__date {
  font-weight: 900;
  font-size: 20px;
  line-height: 1.2;
}

a.diag-btn.border_btn {
  min-height: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 195px;
  padding: 0;
}

a.diag-btn.border_btn::before {
  border: 4px solid;
}

.diag-btn__text {
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -1.2px;
  margin-right: 17px;
}

a.diag-btn.border_btn.border_btn--purple .diag-btn__text {
  color: #8b5aa6;
}

a.diag-btn.border_btn.border_btn--purple::before {
  border-color: #8b5aa6;
}

a.diag-btn.border_btn.border_btn--purple:hover {
  background-color: #8b5aa6;
  color: #fff;
}

a.diag-btn.border_btn.border_btn--purple:hover .diag-btn__text {
  color: #fff;
}
.border_btn--purple .diag-btn__icon {
  background-image: url("/diagnostics/img/base/arrow-right-purple.svg");
}

a.diag-btn.border_btn.border_btn--red .diag-btn__text {
  color: #cd4855;
}

a.diag-btn.border_btn.border_btn--red:hover .diag-btn__text {
  color: #fff;
}

.border_btn--red::before {
  border-color: #cd4855;
}

.border_btn--red:hover {
  background-color: #cd4855;
  color: #fff;
}

.border_btn--red .diag-btn__icon {
  background-image: url("/diagnostics/img/base/arrow-right-red.svg");
}

.diag-btn__icon {
  width: 19px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: -20px;
}

.diag-page__header {
  margin-top: -33px;
}

.Lecture3_header__0kdZj {
  height: unset;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding-top: 16%;
  gap: 10px;
  text-align: left;
}

span.Footer_medInfoTitle__WS9Z_.Footer_footerTitle___y_RV {
  color: #000;
}
.Footer_footer__OQpsI {
  padding: 23px 37px 57px 64px;
  gap: 42px;
}

.diag-page__footer .Footer_medInfoText__nqDR7 {
  font-weight: 600;
}

.diag-page__footer .Footer_firstBlockText__eo__d,
.diag-page__footer .Footer_takedaBlock__00AIg,
.diag-page__footer .Footer_footerTitle___y_RV,
.diag-page__footer .Footer_promoSubtext__VCjdW {
  color: #fff;
}

@media (max-width: 900px) {
  .Lecture3_header__0kdZj {
    padding-top: 37%;
  }
  .diag-container {
    max-width: 90%;
  }
  .diag-page {
    padding: 50px 0 160px;
  }
  .diag-cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 45px;
    margin: 0 auto;
    width: 100%;
  }
  .diag-card {
    padding: 28px 22px;
    width: 100%;
    max-width: 100%;
  }
  .diag-card h2 {
    font-size: 28px;
  }
  .diag-page::before {
    right: -6px;
    width: 250px;
    height: 130px;
  }
}

@media (max-width: 600px) {
  .diag-container {
    max-width: 100%;
  }
}
