.content-block {
  margin-top: 56px;
  margin-bottom: 56px;
}
.content-block__inner {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 600px) {
  .content-block__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.content-block__inner > :first-child {
  margin-top: 0;
}
.content-block__inner > :last-child {
  margin-bottom: 0;
}
.content-block--narrow .content-block__inner {
  max-width: 820px;
}
.content-block--full .content-block__inner {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.content-block__inner p {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Play",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #4a5673;
}
.content-block__inner h1, .content-block__inner h2, .content-block__inner h3, .content-block__inner h4, .content-block__inner h5, .content-block__inner h6 {
  font-family: "Play",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, sans-serif;
  font-weight: 700;
  line-height: 1.25;
  color: #1a1a1a;
}
.content-block__inner h1 {
  font-size: 40px;
  margin-top: 8px;
  margin-bottom: 20px;
}
.content-block__inner h2 {
  font-size: 32px;
  margin-top: 40px;
  margin-bottom: 16px;
}
.content-block__inner h3 {
  font-size: 24px;
  margin-top: 32px;
  margin-bottom: 12px;
}
.content-block__inner h4 {
  font-size: 20px;
  margin-top: 28px;
  margin-bottom: 10px;
}
.content-block__inner h5, .content-block__inner h6 {
  font-size: 18px;
  margin-top: 24px;
  margin-bottom: 8px;
}
@media (max-width: 900px) {
  .content-block__inner h1 {
    font-size: 32px;
  }
  .content-block__inner h2 {
    font-size: 26px;
  }
  .content-block__inner h3 {
    font-size: 22px;
  }
}
.content-block__inner ul, .content-block__inner ol {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 22px;
  font-family: "Play",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #4a5673;
}
.content-block__inner li {
  margin-bottom: 8px;
}
.content-block__inner a {
  color: #ff8c00;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.content-block__inner a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.content-block__inner strong, .content-block__inner b {
  font-weight: 700;
}
.content-block__inner blockquote {
  margin-top: 0;
  margin-bottom: 24px;
  padding: 8px 0 8px 20px;
  border-left: 3px solid #ff8c00;
  font-size: 18px;
  line-height: 1.6;
  color: #0f1b3d;
}
.content-block__inner figure {
  margin-top: 0;
  margin-bottom: 24px;
}
.content-block__inner img {
  max-width: 100%;
  height: auto;
}
.content-block__inner .wp-block-image img {
  border-radius: 12px;
}
.content-block__inner figcaption {
  margin-top: 8px;
  font-family: "Play",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #8892a6;
  text-align: center;
}
.content-block__inner .wp-block-table {
  margin-top: 0;
  margin-bottom: 24px;
  overflow-x: auto;
}
.content-block__inner table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Play",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, sans-serif;
  font-size: 15px;
}
.content-block__inner th, .content-block__inner td {
  padding: 12px 16px;
  border: 1px solid #e6e9f0;
  text-align: left;
  line-height: 1.5;
}
.content-block__inner thead th {
  background: #f5f7fb;
  font-family: "Play",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, sans-serif;
  font-weight: 700;
  color: #1a1a1a;
}
.content-block__inner tbody tr:nth-child(even) {
  background: rgba(245, 247, 251, 0.5);
}
.content-block__inner .wp-block-columns {
  margin-top: 0;
  margin-bottom: 24px;
  gap: 24px;
}
.content-block__inner .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  padding: 12px 32px;
  border-radius: 100px;
  background: #ff8c00;
  color: #ffffff;
  font-family: "Play",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, sans-serif;
  font-weight: 700;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.content-block__inner .wp-block-button__link:hover {
  background: #e67c00;
}

.site-main > .content-block:first-child {
  padding-top: 150px;
}

@media (max-width: 900px) {
  .site-main > .content-block:first-child {
    padding-top: 120px;
  }
}
/*# sourceMappingURL=styles.css.map */
