@charset "utf-8";

.mce-content-body,
.insight-view__content {
  color: #243140;
  font-size: 18px;
  line-height: 1.85;
  letter-spacing: -0.01em;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.mce-content-body > *:first-child,
.insight-view__content > *:first-child {
  margin-top: 0;
}

.mce-content-body p,
.insight-view__content p {
  margin: 0 0 24px;
  line-height: 1.85;
}

.mce-content-body h1,
.mce-content-body h2,
.mce-content-body h3,
.mce-content-body h4,
.mce-content-body h5,
.mce-content-body h6,
.insight-view__content h1,
.insight-view__content h2,
.insight-view__content h3,
.insight-view__content h4,
.insight-view__content h5,
.insight-view__content h6 {
  color: #172425;
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 1.35;
  word-break: keep-all;
}

.mce-content-body h1,
.insight-view__content h1 {
  margin: 0 0 18px;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.24;
}

.mce-content-body h2,
.insight-view__content h2 {
  margin: 56px 0 18px;
  font-size: 34px;
}

.mce-content-body h3,
.insight-view__content h3 {
  margin: 0 0 36px;
  color: #5d6c71;
  font-size: 22px;
  font-weight: 650;
  line-height: 1.65;
}

.mce-content-body h4,
.mce-content-body .Heading2,
.insight-view__content h4,
.insight-view__content .Heading2 {
  position: relative;
  margin: 64px 0 22px;
  padding-top: 18px;
  font-size: 28px;
}

.mce-content-body h4::before,
.mce-content-body .Heading2::before,
.insight-view__content h4::before,
.insight-view__content .Heading2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: var(--color-main, #01BCB5);
}

.mce-content-body ul,
.mce-content-body ol,
.insight-view__content ul,
.insight-view__content ol {
  margin: 0 0 24px;
  padding-left: 1.4em;
}

.mce-content-body li,
.insight-view__content li {
  margin: 0.35em 0;
}

.mce-content-body strong,
.insight-view__content strong {
  color: #172425;
  font-weight: 850;
}

.mce-content-body em,
.insight-view__content em {
  color: #006662;
  font-style: normal;
  font-weight: 800;
}

.mce-content-body a:not(.view_image),
.insight-view__content a:not(.view_image) {
  color: var(--color-main, #01BCB5);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.mce-content-body blockquote,
.mce-content-body .mce-quote,
.insight-view__content blockquote,
.insight-view__content .mce-quote {
  margin: 34px 0;
  padding: 18px 22px;
  border-left: 4px solid var(--color-main, #01BCB5);
  border-radius: 0 16px 16px 0;
  background: #f3fbfb;
  color: #243140;
}

.mce-content-body .mce-box,
.insight-view__content .mce-box {
  margin: 34px 0;
  padding: 22px 24px;
  border: 1px solid #d8e8e7;
  border-radius: 18px;
  background: #f8fbfb;
}

.mce-content-body figure,
.insight-view__content figure {
  margin: 42px 0;
}

.mce-content-body .view_image,
.insight-view__content .view_image {
  display: block;
  margin: 42px auto;
  text-decoration: none;
}

.mce-content-body figure img,
.mce-content-body img,
.insight-view__content figure img,
.insight-view__content img {
  display: block;
  width: auto;
  max-width: min(100%, 720px) !important;
  height: auto !important;
  margin: 0 auto;
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(31, 42, 42, .12);
}

.mce-content-body figcaption,
.insight-view__content figcaption {
  margin-top: 12px;
  color: #66717d;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.mce-content-body small,
.insight-view__content small {
  display: block;
  margin: 1em 0;
  color: #66717d;
  font-size: 14px;
  line-height: 1.7;
}

.mce-content-body .dt,
.insight-view__content .dt {
  opacity: 0.85;
  font-size: 0.92em;
}

.mce-content-body hr.mce-divider,
.insight-view__content hr.mce-divider {
  margin: 34px 0;
  border: 0;
  border-top: 1px solid #d8e0e8;
}

@media (max-width: 768px) {
  .mce-content-body,
  .insight-view__content {
    font-size: 16px;
    line-height: 1.78;
  }

  .mce-content-body p,
  .insight-view__content p {
    margin-bottom: 20px;
  }

  .mce-content-body h1,
  .insight-view__content h1 {
    font-size: 28px;
    line-height: 1.3;
  }

  .mce-content-body h2,
  .insight-view__content h2 {
    margin-top: 42px;
    font-size: 25px;
  }

  .mce-content-body h3,
  .insight-view__content h3 {
    margin-bottom: 28px;
    font-size: 18px;
    line-height: 1.55;
  }

  .mce-content-body h4,
  .mce-content-body .Heading2,
  .insight-view__content h4,
  .insight-view__content .Heading2 {
    margin-top: 46px;
    font-size: 23px;
  }

  .mce-content-body .view_image,
  .insight-view__content .view_image,
  .mce-content-body figure,
  .insight-view__content figure {
    margin: 30px auto;
  }

  .mce-content-body figure img,
  .mce-content-body img,
  .insight-view__content figure img,
  .insight-view__content img {
    border-radius: 14px;
  }
}
