.seo-text {
  --seo-text-gap: clamp(48px, 7vw, 120px);
  padding: 0 0 clamp(50px, 6vw, 80px);
  background: #fff;
  color: #000;
}
.seo-text__container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 30px;
}
.seo-text__content {
  width: 100%;
  padding-top: clamp(24px, 3vw, 40px);
  column-count: 2;
  column-gap: var(--seo-text-gap);
  column-rule: 1px solid #dedede;
  font-family: "GT Zirkon", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.58;
  letter-spacing: -0.01em;
}
.seo-text__content > :first-child {
  margin-top: 0;
}
.seo-text__content > :last-child {
  margin-bottom: 0;
}
.seo-text__content > h1:first-child,
.seo-text__content > h2:first-child,
.seo-text__content > h3:first-child,
.seo-text__content > h4:first-child,
.seo-text__content > h5:first-child,
.seo-text__content > h6:first-child {
  width: 100%;
  max-width: none;
  margin: 0 0 1em;
}
.seo-text__content p,
.seo-text__content li {
  font-size: inherit;
  line-height: inherit;
}
.seo-text__content p {
  width: 100%;
  max-width: none;
  margin: 0 0 1.25em;
  break-inside: avoid-column;
}
.seo-text__content h1,
.seo-text__content h2,
.seo-text__content h3,
.seo-text__content h4,
.seo-text__content h5,
.seo-text__content h6 {
  margin: 1.8em 0 0.65em;
  break-after: avoid-column;
  font-family: "GT Zirkon", sans-serif;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.035em;
}
.seo-text__content h1 {
  font-size: 30px;
}
.seo-text__content h2 {
  font-size: 27px;
}
.seo-text__content h3 {
  font-size: 22px;
}
.seo-text__content h4 {
  font-size: 18px;
}
.seo-text__content h5 {
  font-size: 16px;
}
.seo-text__content h6 {
  font-size: 14px;
  letter-spacing: -0.01em;
}
.seo-text__content ul,
.seo-text__content ol {
  margin: 0 0 1.5em;
  padding-left: 1.4em;
  break-inside: avoid-column;
}
.seo-text__content ul {
  list-style: disc;
}
.seo-text__content ol {
  list-style: decimal;
}
.seo-text__content li {
  margin: 0 0 0.5em;
  padding-left: 0.3em;
}
.seo-text__content li::marker {
  font-weight: 500;
}
.seo-text__content li > ul,
.seo-text__content li > ol {
  margin-top: 0.5em;
  margin-bottom: 0;
}
.seo-text__content a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.seo-text__content a:hover, .seo-text__content a:focus-visible {
  text-decoration-thickness: 2px;
}
.seo-text__content blockquote {
  margin: 1.8em 0;
  padding: 0.15em 0 0.15em 1.25em;
  break-inside: avoid-column;
  border-left: 1px solid currentColor;
  font-style: italic;
}
.seo-text__content blockquote p:last-child {
  margin-bottom: 0;
}
.seo-text__content hr {
  margin: 2em 0;
  border: 0;
  border-top: 1px solid #d8d8d8;
}
.seo-text__content table {
  width: 100%;
  margin: 1.8em 0;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.45;
}
.seo-text__content th,
.seo-text__content td {
  padding: 0.75em;
  border-bottom: 1px solid #d8d8d8;
  text-align: left;
  vertical-align: top;
}
.seo-text__content th {
  font-weight: 500;
}
.seo-text__content img {
  max-width: 100%;
  height: auto;
}
.seo-text--home {
  padding-top: clamp(28px, 3vw, 44px);
}

@media (max-width: 767px) {
  .seo-text {
    padding-bottom: 45px;
  }
  .seo-text__container {
    padding: 0 20px;
  }
  .seo-text__content {
    padding-top: 22px;
    column-count: 1;
    column-rule: 0;
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: 0;
  }
  .seo-text__content > h1:first-child,
  .seo-text__content > h2:first-child,
  .seo-text__content > h3:first-child,
  .seo-text__content > h4:first-child,
  .seo-text__content > h5:first-child,
  .seo-text__content > h6:first-child {
    margin-bottom: 1em;
  }
  .seo-text__content h1 {
    font-size: 27px;
  }
  .seo-text__content h2 {
    font-size: 24px;
  }
  .seo-text__content h3 {
    font-size: 20px;
  }
  .seo-text__content h4 {
    font-size: 17px;
  }
  .seo-text__content table {
    display: block;
    overflow-x: auto;
    font-size: 14px;
  }
  .seo-text--home {
    padding-top: 30px;
  }
}

/*# sourceMappingURL=seo_text.css.map */
