.section.hero.v16 {
  padding-top: 46px;
  padding-bottom: 104px;
  background: #eef5fc;
}

.section.hero.v16 .mg-bottom-36px.keep {
  margin-bottom: 34px;
}

.section.hero.v16 .link-wrapper.color-primary {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 14px;
  border: 1px solid #ccd9e8;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.section.hero.v16 .text-center > .text-200,
.section.hero.v16 .text-center .mg-bottom-6px .text-200 {
  color: #2b6fbd;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.section.hero.v16 h1.display-1 {
  max-width: 900px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  color: #08164b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 6vw, 72px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.section.hero.v16 .text-center > p:not(.light) {
  max-width: 760px;
  margin-right: auto;
  margin-bottom: 14px;
  margin-left: auto;
  color: #536078;
  font-size: 19px;
  line-height: 1.58;
}

.section.hero.v16 .text-center > p.light {
  margin-bottom: 0;
  color: #7a8497;
  font-size: 13px;
}

.section.hero.v16 .text-center > .buttons-row {
  margin-top: 28px;
}

.section.hero.v16 .card.help-center-post-page {
  border: 1px solid #d6e1ee;
  border-radius: 28px;
  padding: 64px 68px 76px;
  box-shadow: 0 24px 70px rgba(8, 27, 76, 0.09);
}

.section.hero.v16 .rich-text-v2 > blockquote:first-child {
  margin-top: 0;
  margin-bottom: 42px;
  padding: 22px 0 22px 24px;
  border-left-width: 6px;
  font-size: 24px;
  line-height: 1.45;
}

.section.hero.v16 .rich-text-v2 h2 {
  color: #08164b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(31px, 4vw, 42px);
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.section.hero.v16 .rich-text-v2 p,
.section.hero.v16 .rich-text-v2 li {
  line-height: 1.72;
}

.article-related-section {
  padding: 88px 0 102px;
  border-top: 1px solid #d5dce5;
  background: #eef5fc;
}

.article-related-heading {
  margin-bottom: 26px;
  padding-bottom: 17px;
  border-bottom: 1px solid #afb8c5;
}

.article-related-heading > span {
  display: block;
  margin-bottom: 7px;
  color: #2d6cb7;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.article-related-heading h2 {
  margin: 0;
  color: #08164b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 48px);
  letter-spacing: -0.035em;
}

.article-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.article-related-grid > a {
  display: flex;
  overflow: hidden;
  min-height: 225px;
  flex-direction: column;
  padding: 25px;
  border: 1px solid #c8d5e4;
  border-radius: 20px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: background 180ms ease;
}

.article-related-grid > a:hover {
  background: #eef4fb;
}

.article-related-grid span {
  color: #2a6bb7;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.article-related-grid h3 {
  margin: 13px 0 20px;
  color: #08164b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.article-related-grid small {
  margin-top: auto;
  color: #173f83;
  font-weight: 800;
}

.article-related-all {
  display: inline-block;
  margin-top: 24px;
  color: #173f83;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .section.hero.v16 {
    padding-top: 26px;
    padding-bottom: 72px;
  }

  .section.hero.v16 .mg-bottom-36px.keep {
    margin-bottom: 27px;
  }

  .section.hero.v16 .text-center {
    text-align: left;
  }

  .section.hero.v16 h1.display-1 {
    margin-left: 0;
    font-size: clamp(40px, 11.2vw, 54px);
    line-height: 1;
  }

  .section.hero.v16 .text-center > p:not(.light) {
    margin-left: 0;
    font-size: 17px;
  }

  .section.hero.v16 .text-center > .buttons-row {
    justify-content: flex-start;
  }

  .section.hero.v16 .rate-article-logo {
    margin-left: 0;
  }

  .section.hero.v16 .card.help-center-post-page {
    border-radius: 22px;
    padding: 30px 22px 48px;
  }

  .section.hero.v16 .rich-text-v2 > blockquote:first-child {
    margin-right: 0;
    margin-left: 0;
    padding: 17px 0 17px 18px;
    font-size: 21px;
    line-height: 1.42;
  }

  .section.hero.v16 .rich-text-v2 h2 {
    font-size: 31px;
  }

  .section.hero.v16 .rich-text-v2 p,
  .section.hero.v16 .rich-text-v2 li {
    font-size: 17px;
    line-height: 1.7;
  }

  .article-related-section {
    padding: 68px 0 82px;
  }

  .article-related-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .article-related-grid > a {
    min-height: 180px;
  }
}
