.section-article__bg,
.acf-block-preview .section-article__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 67.4rem;
  max-height: 100%; }
  .section-article__bg::after,
  .acf-block-preview .section-article__bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    mask-image: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
    transition: background-color 0.3s linear; }
    .theme-light .section-article__bg::after, .theme-light
    .acf-block-preview .section-article__bg::after {
      background-color: #ffffff; }
    .theme-night .section-article__bg::after, .theme-night
    .acf-block-preview .section-article__bg::after {
      background-color: #03293a; }
  .section-article__bg .background-img img,
  .acf-block-preview .section-article__bg .background-img img {
    object-position: top; }
  @media (max-width: 1279.5px) {
    .section-article__bg,
    .acf-block-preview .section-article__bg {
      height: 60rem; } }
  @media (max-width: 767.5px) {
    .section-article__bg,
    .acf-block-preview .section-article__bg {
      height: 39rem; } }

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

.section-article__title,
.acf-block-preview .section-article__title {
  margin-left: auto;
  margin-right: auto;
  max-width: 85.5rem; }
  @media (max-width: 767.5px) {
    .section-article__title,
    .acf-block-preview .section-article__title {
      text-align: left; } }

.section-article__subtitle,
.acf-block-preview .section-article__subtitle {
  margin-top: 1.5rem;
  line-height: 1.5; }
  @media (max-width: 767.5px) {
    .section-article__subtitle,
    .acf-block-preview .section-article__subtitle {
      text-align: left; }
      .section-article__subtitle::before,
      .acf-block-preview .section-article__subtitle::before {
        left: 0;
        transform: translateX(0); } }

.section-article__wrap,
.acf-block-preview .section-article__wrap {
  position: relative;
  z-index: 1;
  margin-top: 15rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }
  @media (max-width: 1279.5px) {
    .section-article__wrap,
    .acf-block-preview .section-article__wrap {
      margin-top: 6rem; } }

.section-article__main,
.acf-block-preview .section-article__main {
  padding-right: 8.6rem;
  flex: 0 0 74%;
  max-width: 74%;
  border-right: 0.2rem solid;
  transition: border-color 0.3s linear; }
  .theme-light .section-article__main, .theme-light
  .acf-block-preview .section-article__main {
    border-color: rgba(0, 0, 0, 0.05); }
  .theme-night .section-article__main, .theme-night
  .acf-block-preview .section-article__main {
    border-color: rgba(255, 255, 255, 0.05); }
  @media (max-width: 1279.5px) {
    .section-article__main,
    .acf-block-preview .section-article__main {
      padding-right: 0;
      padding-bottom: 3rem;
      flex: 0 0 100%;
      max-width: 100%;
      border-right: none;
      border-bottom: 0.2rem solid; } }

.section-article__post-content,
.acf-block-preview .section-article__post-content {
  margin-top: 3rem; }
  .section-article__post-content > p,
  .section-article__post-content li,
  .section-article__post-content strong,
  .acf-block-preview .section-article__post-content > p,
  .acf-block-preview .section-article__post-content li,
  .acf-block-preview .section-article__post-content strong {
    transition: color 0.3s linear; }
  .theme-light .section-article__post-content > p, .theme-light
  .section-article__post-content li, .theme-light
  .acf-block-preview .section-article__post-content > p, .theme-light
  .acf-block-preview .section-article__post-content li {
    color: rgba(3, 41, 58, 0.75); }
  .theme-night .section-article__post-content > p, .theme-night
  .section-article__post-content li, .theme-night
  .acf-block-preview .section-article__post-content > p, .theme-night
  .acf-block-preview .section-article__post-content li {
    color: rgba(255, 255, 255, 0.75); }
  .theme-light .section-article__post-content strong, .theme-light
  .acf-block-preview .section-article__post-content strong {
    color: #03293a; }
  .theme-night .section-article__post-content strong, .theme-night
  .acf-block-preview .section-article__post-content strong {
    color: #ffffff; }
  .section-article__post-content blockquote,
  .section-article__post-content blockquote.wp-block-quote,
  .acf-block-preview .section-article__post-content blockquote,
  .acf-block-preview .section-article__post-content blockquote.wp-block-quote {
    font-size: 3rem;
    font-weight: 600; }
    @media (max-width: 1279.5px) {
      .section-article__post-content blockquote,
      .section-article__post-content blockquote.wp-block-quote,
      .acf-block-preview .section-article__post-content blockquote,
      .acf-block-preview .section-article__post-content blockquote.wp-block-quote {
        font-size: 2.5rem; } }
    @media (max-width: 767.5px) {
      .section-article__post-content blockquote,
      .section-article__post-content blockquote.wp-block-quote,
      .acf-block-preview .section-article__post-content blockquote,
      .acf-block-preview .section-article__post-content blockquote.wp-block-quote {
        font-size: 2rem; } }

.section-article__image-container,
.acf-block-preview .section-article__image-container {
  margin-top: 5rem; }
  @media (max-width: 1279.5px) {
    .section-article__image-container,
    .acf-block-preview .section-article__image-container {
      margin-top: 3rem; } }

.section-article__image,
.acf-block-preview .section-article__image {
  position: relative;
  padding-top: 54%;
  border-radius: 0.5rem;
  overflow: hidden; }
  @media (max-width: 1279.5px) {
    .section-article__image,
    .acf-block-preview .section-article__image {
      padding-top: 58%; } }
  @media (max-width: 767.5px) {
    .section-article__image,
    .acf-block-preview .section-article__image {
      padding-top: 67%; } }
  @media (max-width: 575.5px) {
    .section-article__image,
    .acf-block-preview .section-article__image {
      margin-left: -1.5rem;
      margin-right: -1.5rem;
      border-radius: unset; } }

.section-article__description,
.acf-block-preview .section-article__description {
  margin-top: 3rem;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 100%; }
  @media (max-width: 1279.5px) {
    .section-article__description,
    .acf-block-preview .section-article__description {
      margin-top: 2rem; } }
  @media (max-width: 767.5px) {
    .section-article__description,
    .acf-block-preview .section-article__description {
      margin-top: 1.5rem; } }

.section-article__prev-link, .section-article__next-link,
.acf-block-preview .section-article__prev-link,
.acf-block-preview .section-article__next-link {
  margin-top: 5rem; }
  @media (max-width: 1279.5px) {
    .section-article__prev-link, .section-article__next-link,
    .acf-block-preview .section-article__prev-link,
    .acf-block-preview .section-article__next-link {
      margin-top: 3rem; } }

.section-article__next-link,
.acf-block-preview .section-article__next-link {
  vertical-align: bottom; }

.section-article__prev-link,
.acf-block-preview .section-article__prev-link {
  margin-right: 1.5rem; }
  .section-article__prev-link .icon-wrap,
  .acf-block-preview .section-article__prev-link .icon-wrap {
    margin-left: 0;
    margin-right: 1rem; }
    .section-article__prev-link .icon-wrap svg,
    .acf-block-preview .section-article__prev-link .icon-wrap svg {
      transform: rotate(180deg); }
  @media (max-width: 1279.5px) {
    .section-article__prev-link,
    .acf-block-preview .section-article__prev-link {
      margin-right: 1.5rem; } }

.section-article-info,
.acf-block-preview .section-article-info {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 1.4rem;
  line-height: 100%;
  font-family: "Gotham";
  font-weight: 400; }
  .section-article-info__date,
  .acf-block-preview .section-article-info__date {
    margin: 0;
    opacity: 75%;
    line-height: 1.5; }
  .section-article-info__line,
  .acf-block-preview .section-article-info__line {
    line-height: 1.5;
    margin-right: 0.5rem; }
  .section-article-info__link,
  .acf-block-preview .section-article-info__link {
    text-decoration: none; }
    .theme-light .section-article-info__link, .theme-light
    .acf-block-preview .section-article-info__link {
      color: #03293a; }
    .theme-night .section-article-info__link, .theme-night
    .acf-block-preview .section-article-info__link {
      color: #ffffff; }
    @media (false), (hover: hover) and (pointer: fine) {
      .section-article-info__link:hover, .section-article-info__link:focus,
      .acf-block-preview .section-article-info__link:hover,
      .acf-block-preview .section-article-info__link:focus {
        color: #ff1e00; } }

.section-article-sidebar,
.acf-block-preview .section-article-sidebar {
  padding-left: 8.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  flex: 0 0 26%;
  max-width: 26%; }
  @media (max-width: 1279.5px) {
    .section-article-sidebar,
    .acf-block-preview .section-article-sidebar {
      margin-top: 3rem;
      padding-left: 0;
      gap: 2rem;
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (max-width: 767.5px) {
    .section-article-sidebar,
    .acf-block-preview .section-article-sidebar {
      gap: 5rem; } }
  .section-article-sidebar__item,
  .acf-block-preview .section-article-sidebar__item {
    position: relative;
    padding-bottom: 8.6rem;
    flex: 0 0 100%;
    max-width: 100%; }
    @media (max-width: 1279.5px) {
      .section-article-sidebar__item,
      .acf-block-preview .section-article-sidebar__item {
        padding-bottom: 7.5rem;
        flex: 0 0 24.6rem;
        max-width: 24.6rem; } }
    @media (max-width: 767.5px) {
      .section-article-sidebar__item,
      .acf-block-preview .section-article-sidebar__item {
        padding-bottom: 8rem;
        flex: 0 0 100%;
        max-width: 100%; } }
  .section-article-sidebar__image,
  .acf-block-preview .section-article-sidebar__image {
    position: relative;
    padding-top: 84%;
    border-radius: 0.5rem;
    overflow: hidden; }
    @media (max-width: 1279.5px) {
      .section-article-sidebar__image,
      .acf-block-preview .section-article-sidebar__image {
        padding-top: 81%; } }
    @media (max-width: 767.5px) {
      .section-article-sidebar__image,
      .acf-block-preview .section-article-sidebar__image {
        padding-top: 62%; } }
  .section-article-sidebar__title,
  .acf-block-preview .section-article-sidebar__title {
    margin-top: 1.5rem;
    font-size: 2.2rem;
    line-height: 120%;
    text-align: left;
    display: block;
    text-decoration: none;
    font-family: "Source Serif Pro";
    font-weight: 600; }
    .theme-light .section-article-sidebar__title, .theme-light
    .acf-block-preview .section-article-sidebar__title {
      color: #03293a; }
    .theme-night .section-article-sidebar__title, .theme-night
    .acf-block-preview .section-article-sidebar__title {
      color: #ffffff; }
    .section-article-sidebar__title::before,
    .acf-block-preview .section-article-sidebar__title::before {
      left: 0;
      transform: translateX(0); }
    @media (false), (hover: hover) and (pointer: fine) {
      .section-article-sidebar__title:hover, .section-article-sidebar__title:focus,
      .acf-block-preview .section-article-sidebar__title:hover,
      .acf-block-preview .section-article-sidebar__title:focus {
        color: #ff1e00; } }
    @media (max-width: 1279.5px) {
      .section-article-sidebar__title,
      .acf-block-preview .section-article-sidebar__title {
        margin-top: 2rem;
        font-size: 2rem; } }
    @media (max-width: 767.5px) {
      .section-article-sidebar__title,
      .acf-block-preview .section-article-sidebar__title {
        margin-top: 1.5rem; } }
  .section-article-sidebar__info,
  .acf-block-preview .section-article-sidebar__info {
    margin-top: 1.5rem;
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 150%;
    letter-spacing: 0.1em;
    transition: color 0.3s linear;
    font-family: "Gotham";
    font-weight: 400; }
    .theme-light .section-article-sidebar__info, .theme-light
    .acf-block-preview .section-article-sidebar__info {
      color: rgba(3, 41, 58, 0.5); }
    .theme-night .section-article-sidebar__info, .theme-night
    .acf-block-preview .section-article-sidebar__info {
      color: rgba(255, 255, 255, 0.5); }
  .section-article-sidebar__author-link,
  .acf-block-preview .section-article-sidebar__author-link {
    text-decoration: none;
    line-height: 1.5; }
    .theme-light .section-article-sidebar__author-link, .theme-light
    .acf-block-preview .section-article-sidebar__author-link {
      color: #03293a; }
    .theme-night .section-article-sidebar__author-link, .theme-night
    .acf-block-preview .section-article-sidebar__author-link {
      color: #ffffff; }
    @media (false), (hover: hover) and (pointer: fine) {
      .section-article-sidebar__author-link:hover, .section-article-sidebar__author-link:focus,
      .acf-block-preview .section-article-sidebar__author-link:hover,
      .acf-block-preview .section-article-sidebar__author-link:focus {
        color: #ff1e00; } }
  .section-article-sidebar__link,
  .acf-block-preview .section-article-sidebar__link {
    position: absolute;
    left: 0;
    bottom: 0; }
