.section-sitemap__content,
.acf-block-preview .section-sitemap__content {
  position: relative;
  padding: 0 11.3rem 9rem 14.4rem; }
  @media (max-width: 1279.5px) {
    .section-sitemap__content,
    .acf-block-preview .section-sitemap__content {
      padding: 0 0 6rem; } }
  @media (max-width: 767.5px) {
    .section-sitemap__content,
    .acf-block-preview .section-sitemap__content {
      padding: 0 0 4rem; } }

.section-sitemap__wrap,
.acf-block-preview .section-sitemap__wrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center; }

@media (max-width: 1279.5px) {
  .section-sitemap__main,
  .acf-block-preview .section-sitemap__main {
    padding-right: 0;
    padding-bottom: 3rem;
    max-width: 100%; } }

@media (max-width: 767.5px) {
  .section-sitemap__main,
  .acf-block-preview .section-sitemap__main {
    flex: 0 0 100%; } }

.section-sitemap__post-content > p,
.section-sitemap__post-content li,
.section-sitemap__post-content strong,
.acf-block-preview .section-sitemap__post-content > p,
.acf-block-preview .section-sitemap__post-content li,
.acf-block-preview .section-sitemap__post-content strong {
  transition: color 0.3s linear; }

.theme-light .section-sitemap__post-content > p, .theme-light
.section-sitemap__post-content li, .theme-light
.acf-block-preview .section-sitemap__post-content > p, .theme-light
.acf-block-preview .section-sitemap__post-content li {
  color: #03293a; }

.theme-night .section-sitemap__post-content > p, .theme-night
.section-sitemap__post-content li, .theme-night
.acf-block-preview .section-sitemap__post-content > p, .theme-night
.acf-block-preview .section-sitemap__post-content li {
  color: #ffffff; }

.theme-light .section-sitemap__post-content strong, .theme-light
.acf-block-preview .section-sitemap__post-content strong {
  color: #03293a; }

.theme-night .section-sitemap__post-content strong, .theme-night
.acf-block-preview .section-sitemap__post-content strong {
  color: #ffffff; }

.section-sitemap__post-content blockquote,
.section-sitemap__post-content blockquote.wp-block-quote,
.acf-block-preview .section-sitemap__post-content blockquote,
.acf-block-preview .section-sitemap__post-content blockquote.wp-block-quote {
  font-size: 3rem;
  font-weight: 600; }
  @media (max-width: 1279.5px) {
    .section-sitemap__post-content blockquote,
    .section-sitemap__post-content blockquote.wp-block-quote,
    .acf-block-preview .section-sitemap__post-content blockquote,
    .acf-block-preview .section-sitemap__post-content blockquote.wp-block-quote {
      font-size: 2.5rem; } }
  @media (max-width: 767.5px) {
    .section-sitemap__post-content blockquote,
    .section-sitemap__post-content blockquote.wp-block-quote,
    .acf-block-preview .section-sitemap__post-content blockquote,
    .acf-block-preview .section-sitemap__post-content blockquote.wp-block-quote {
      font-size: 2rem; } }

.section-sitemap .text-content li,
.acf-block-preview .section-sitemap .text-content li {
  font-size: 2rem; }
  .section-sitemap .text-content li a,
  .acf-block-preview .section-sitemap .text-content li a {
    transition: color 0.3s linear;
    text-decoration: none; }
    .theme-light .section-sitemap .text-content li a, .theme-light
    .acf-block-preview .section-sitemap .text-content li a {
      color: #03293a; }
      .theme-light .section-sitemap .text-content li a:hover, .theme-light
      .acf-block-preview .section-sitemap .text-content li a:hover {
        color: #ff1e00; }
    .theme-night .section-sitemap .text-content li a, .theme-night
    .acf-block-preview .section-sitemap .text-content li a {
      color: #ffffff; }
      .theme-night .section-sitemap .text-content li a:hover, .theme-night
      .acf-block-preview .section-sitemap .text-content li a:hover {
        color: #ff1e00; }
  .section-sitemap .text-content li li,
  .acf-block-preview .section-sitemap .text-content li li {
    font-size: 1.8rem; }
    .section-sitemap .text-content li li::before,
    .acf-block-preview .section-sitemap .text-content li li::before {
      height: 0.2rem;
      width: 1.5rem;
      top: 50%;
      transform: translateY(-50%); }

.section-sitemap__image img,
.acf-block-preview .section-sitemap__image img {
  margin-left: auto;
  margin-right: auto;
  display: block; }
