.hp-intro {
  padding-top: var(--wp--preset--spacing--48);
}
@media (max-width: 1199px) {
  .hp-intro {
    padding-top: var(--wp--preset--spacing--32);
  }
}
@media (max-width: 991px) {
  .hp-intro {
    padding-top: var(--wp--preset--spacing--16);
  }
}
.hp-intro .listing-thumb img {
  width: 100%;
  aspect-ratio: 240/135;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.wp-admin .hp-intro a {
  pointer-events: none;
}
.hp-intro > div {
  display: flex;
}
.hp-intro > div .hp-intro__single {
  position: relative;
}
.hp-intro > div .hp-intro__single:after {
  content: "";
  position: absolute;
  background-color: var(--wp--preset--color--light-gray);
}
.hp-intro > div .hp-intro__single .box__meta {
  line-height: 1em;
}
.hp-intro > div h1 {
  margin-bottom: 12px;
}
.hp-intro > div h2 {
  margin-bottom: 8px;
}
.hp-intro.big > div {
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}
.hp-intro.big > div .hp-intro__single {
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  display: flex;
}
.hp-intro.big > div .hp-intro__single:first-child {
  flex: 0 0 100%;
  align-items: center;
  gap: var(--wp--preset--spacing--32);
  padding-bottom: var(--wp--preset--spacing--32);
}
.hp-intro.big > div .hp-intro__single:first-child:after {
  bottom: 0;
  left: 16px;
  right: 16px;
  height: 1px;
}
.hp-intro.big > div .hp-intro__single:first-child .listing-thumb {
  flex: 0 0 75%;
}
@media (max-width: 1199px) {
  .hp-intro.big > div .hp-intro__single:first-child .listing-thumb {
    flex-basis: 100%;
    order: -1;
  }
}
@media (max-width: 767px) {
  .hp-intro.big > div .hp-intro__single:first-child .listing-thumb {
    margin-top: -16px;
    margin-right: -16px;
    margin-left: -16px;
    flex-basis: calc(100% + 32px);
  }
}
.hp-intro.big > div .hp-intro__single:first-child .is-excerpt {
  max-height: 9.75em;
  -webkit-line-clamp: 6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: pre-wrap;
  text-overflow: ellipsis;
}
@media (max-width: 1199px) {
  .hp-intro.big > div .hp-intro__single:first-child {
    flex-wrap: wrap;
    gap: 12px;
  }
  .hp-intro.big > div .hp-intro__single:first-child .is-excerpt {
    display: none;
  }
}
@media (max-width: 767px) {
  .hp-intro.big > div .hp-intro__single:first-child .listing-text {
    text-align: center;
  }
}
.hp-intro.big > div .hp-intro__single:not(:first-child) {
  gap: var(--wp--preset--spacing--16);
  padding-top: 16px;
  padding-bottom: 16px;
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 767px) {
  .hp-intro.big > div .hp-intro__single:not(:first-child) {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.hp-intro.big > div .hp-intro__single:not(:first-child) .listing-thumb {
  max-width: 80px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hp-intro.big > div .hp-intro__single:not(:first-child) .listing-thumb {
    max-width: 100%;
  }
}
.hp-intro.big > div .hp-intro__single:not(:first-child) .listing-thumb img {
  aspect-ratio: 1/1;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hp-intro.big > div .hp-intro__single:not(:first-child) .listing-thumb img {
    aspect-ratio: 216/122;
  }
}
.hp-intro.big > div .hp-intro__single:not(:first-child) .listing-text {
  display: flex;
  flex-direction: column;
}
.hp-intro.big > div .hp-intro__single:not(:first-child) .listing-text .box__meta {
  margin-top: auto;
}
@media (min-width: 768px) {
  .hp-intro.big > div .hp-intro__single:not(:first-child) h2 {
    height: 3.6923076923em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: pre-wrap;
    text-overflow: ellipsis;
  }
}
@media (min-width: 768px) {
  .hp-intro.big > div .hp-intro__single:not(:first-child):after {
    right: 0;
    top: 16px;
    bottom: 16px;
    width: 1px;
  }
  .hp-intro.big > div .hp-intro__single:not(:first-child):last-child:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .hp-intro.big > div .hp-intro__single:not(:first-child):last-child:after {
    display: none;
  }
  .hp-intro.big > div .hp-intro__single:not(:first-child):after {
    bottom: 0;
    left: 16px;
    right: 16px;
    height: 1px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hp-intro.big > div .hp-intro__single:not(:first-child) {
    flex-wrap: wrap;
    gap: 12px;
  }
  .hp-intro.big > div .hp-intro__single:not(:first-child) .listing-thumb {
    flex-basis: 100%;
    order: -1;
  }
}
@media (max-width: 767px) {
  .hp-intro.big > div .hp-intro__single .listing-thumb {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .hp-intro.big-side {
    padding-bottom: 32px;
  }
  .hp-intro.big-side .adv-big_rectangle {
    border-top: 1px solid var(--wp--preset--color--light-gray);
    padding-top: 16px;
  }
}
.hp-intro.big-side > div {
  gap: var(--wp--preset--spacing--32);
}
@media (min-width: 768px) {
  .hp-intro.big-side > div:first-child {
    padding-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .hp-intro.big-side > div:first-child {
    flex-wrap: wrap;
    gap: 16px;
  }
}
.hp-intro.big-side > div:first-child > .hp-intro__single:first-child {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 991px) {
  .hp-intro.big-side > div:first-child > .hp-intro__single:first-child {
    padding-bottom: 24px;
  }
}
.hp-intro.big-side > div:first-child > .hp-intro__single:first-child .listing-thumb {
  order: -1;
  flex-grow: 0;
}
@media (max-width: 767px) {
  .hp-intro.big-side > div:first-child > .hp-intro__single:first-child .listing-thumb {
    margin: -16px -16px 0 -16px;
    flex-basis: calc(100% + 32px);
  }
}
@media (min-width: 992px) or (max-width: 767px) {
  .hp-intro.big-side > div:first-child > .hp-intro__single:first-child .listing-text {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .hp-intro.big-side > div:first-child > .hp-intro__single:first-child:after {
    top: 0;
    bottom: 0;
    right: -16px;
    width: 1px;
  }
}
@media (max-width: 991px) {
  .hp-intro.big-side > div:first-child > .hp-intro__single:first-child:after {
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hp-intro.big-side > div:first-child > .hp-intro__single:first-child h1 {
    font-size: 36px !important;
  }
}
@media (max-width: 767px) {
  .hp-intro.big-side > div:first-child .hp-intro__side {
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .hp-intro.big-side > div:first-child .hp-intro__side {
    flex: 0 0 23%;
    max-width: 23%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hp-intro.big-side > div:first-child .hp-intro__side {
    flex-basis: 299px;
    max-width: 299px;
  }
}
@media (max-width: 991px) {
  .hp-intro.big-side > div:first-child .hp-intro__side {
    display: flex;
    margin-left: -16px;
    margin-right: -16px;
  }
  .hp-intro.big-side > div:first-child .hp-intro__side .hp-intro__side-inner {
    flex: 0 0 50%;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .hp-intro.big-side > div:first-child .hp-intro__side .hp-intro__side-inner {
    flex-basis: 100%;
    position: relative;
    padding-top: 16px;
  }
  .hp-intro.big-side > div:first-child .hp-intro__side .hp-intro__side-inner:after {
    content: "";
    position: absolute;
    background-color: var(--wp--preset--color--light-gray);
    top: 0;
    left: 16px;
    right: 16px;
    height: 1px;
  }
}
.hp-intro.big-side > div:first-child .hp-intro__side > .hp-intro__single {
  flex-direction: column;
}
@media (max-width: 991px) {
  .hp-intro.big-side > div:first-child .hp-intro__side > .hp-intro__single {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
  .hp-intro.big-side > div:first-child .hp-intro__side > .hp-intro__single .listing-thumb {
    flex-grow: 0;
  }
}
.hp-intro.big-side > div:first-child .hp-intro__side .hp-intro__single {
  padding-bottom: 24px;
  display: flex;
}
.hp-intro.big-side > div:first-child .hp-intro__side .hp-intro__side-inner .hp-intro__single {
  padding-top: 16px;
  display: flex;
  gap: 16px;
}
@media (max-width: 991px) {
  .hp-intro.big-side > div:first-child .hp-intro__side .hp-intro__side-inner .hp-intro__single:first-child {
    padding-top: 0;
  }
}
.hp-intro.big-side > div:first-child .hp-intro__side .hp-intro__side-inner .hp-intro__single:not(:last-child) {
  border-bottom: 1px solid var(--wp--preset--color--light-gray);
}
.hp-intro.big-side > div:first-child .hp-intro__side .hp-intro__side-inner .hp-intro__single .listing-thumb {
  max-width: 80px;
}
.hp-intro.big-side > div:first-child .hp-intro__side .hp-intro__side-inner .hp-intro__single .listing-thumb img {
  aspect-ratio: 1/1;
}
@media (min-width: 992px) {
  .hp-intro.big-side > div:first-child .hp-intro__side > .hp-intro__single {
    border-bottom: 1px solid var(--wp--preset--color--light-gray);
  }
}
.hp-intro.big-side > div:first-child .hp-intro__side > .hp-intro__single .listing-thumb {
  margin-bottom: 12px;
  order: -1;
}
@media (max-width: 991px) {
  .hp-intro.big-side > div:first-child .hp-intro__side > .hp-intro__single {
    flex: 0 0 50%;
    position: relative;
  }
  .hp-intro.big-side > div:first-child .hp-intro__side > .hp-intro__single:after {
    content: "";
    position: absolute;
    background-color: var(--wp--preset--color--light-gray);
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
  }
}
@media (max-width: 767px) {
  .hp-intro.big-side > div:first-child .hp-intro__side > .hp-intro__single {
    flex-basis: 100%;
  }
}
@media (min-width: 1200px) {
  .hp-intro.big-side > div:first-child .hp-intro__side > .hp-intro__single h2 {
    font-size: 1.5em !important;
  }
}
.hp-intro.big-side > div:last-child {
  border-top: 1px solid var(--wp--preset--color--light-gray);
  padding-top: 16px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hp-intro.big-side > div:last-child {
    position: relative;
    padding-right: calc(50% + 16px);
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .hp-intro.big-side > div:last-child {
    flex-wrap: wrap;
  }
}
.hp-intro.big-side > div:last-child a.hp-intro__single {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .hp-intro.big-side > div:last-child a.hp-intro__single {
    flex: 0 0 100%;
  }
}
.hp-intro.big-side > div:last-child a.hp-intro__single:after {
  content: "";
  position: absolute;
  background-color: var(--wp--preset--color--light-gray);
}
@media (min-width: 992px) {
  .hp-intro.big-side > div:last-child a.hp-intro__single:after {
    right: -16px;
    top: 0;
    bottom: 0;
    width: 1px;
  }
}
@media (max-width: 991px) {
  .hp-intro.big-side > div:last-child a.hp-intro__single:after {
    bottom: -24px;
    left: 0;
    right: 0;
    height: 1px;
  }
}
@media (max-width: 767px) {
  .hp-intro.big-side > div:last-child a.hp-intro__single:after {
    bottom: -16px;
  }
}
@media (max-width: 991px) {
  .hp-intro.big-side > div:last-child a.hp-intro__single {
    flex-direction: row;
    gap: 16px;
  }
  .hp-intro.big-side > div:last-child a.hp-intro__single:last-of-type:after {
    display: none;
  }
  .hp-intro.big-side > div:last-child a.hp-intro__single .listing-thumb {
    max-width: 80px;
    flex-grow: 1;
    order: 1;
  }
  .hp-intro.big-side > div:last-child a.hp-intro__single .listing-thumb img {
    aspect-ratio: 1/1;
  }
}
.hp-intro.big-side > div:last-child .hp-intro__single {
  flex: 1;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hp-intro.big-side > div:last-child .hp-intro__single:last-child {
    flex-basis: 299px;
    max-width: 299px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hp-intro.big-side > div:last-child .hp-intro__single:last-child {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    max-width: 50%;
    padding-left: 16px;
    padding-top: 16px;
    box-sizing: border-box;
  }
  .hp-intro.big-side > div:last-child .hp-intro__single:last-child:after {
    left: 0;
    top: 16px;
    bottom: 0;
    width: 1px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .hp-intro.big-side > div:last-child .hp-intro__single:last-child:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .hp-intro.big-side > div:last-child .hp-intro__single:last-child {
    flex-basis: 100%;
  }
}
.hp-intro.big-side > div:last-child .listing-thumb {
  margin-bottom: 12px;
  flex-grow: 0;
}
.hp-intro.big-side > div:last-child .listing-text {
  display: flex;
  flex-direction: column;
}
.hp-intro.big-side > div:last-child .box__meta {
  margin-top: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hp-intro.big-side > div:last-child .box__meta > span {
    display: block;
  }
}
.hp-intro.big-bg > div {
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}
.hp-intro.big-bg > div .listing-thumb {
  position: relative;
}
.hp-intro.big-bg > div .listing-thumb:after {
  content: "";
  position: absolute;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
}
.hp-intro.big-bg > div .listing-thumb img {
  aspect-ratio: 1312/564;
}
.hp-intro.big-bg > div .hp-intro__single {
  flex: 0 0 25%;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}
.hp-intro.big-bg > div .hp-intro__single:first-child {
  position: relative;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 768px) {
  .hp-intro.big-bg > div .hp-intro__single:first-child {
    margin-bottom: 32px;
  }
}
.hp-intro.big-bg > div .hp-intro__single:first-child:after {
  content: "";
  position: absolute;
  background-color: var(--wp--preset--color--light-gray);
  right: 16px;
  left: 16px;
  bottom: -32px;
  height: 1px;
}
@media (max-width: 767px) {
  .hp-intro.big-bg > div .hp-intro__single:first-child:after {
    bottom: 0;
  }
}
.hp-intro.big-bg > div .hp-intro__single:first-child .listing-text {
  z-index: 1;
  text-align: center;
  position: absolute;
  bottom: 0;
  padding: 0 112px 24px;
}
@media (max-width: 1199px) {
  .hp-intro.big-bg > div .hp-intro__single:first-child .listing-text {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .hp-intro.big-bg > div .hp-intro__single:first-child .listing-text {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .hp-intro.big-bg > div .hp-intro__single:first-child .listing-text {
    padding-bottom: 32px;
  }
}
.hp-intro.big-bg > div .hp-intro__single:first-child .listing-text *:not(span), .hp-intro.big-bg > div .hp-intro__single:first-child .listing-text .is-autore, .hp-intro.big-bg > div .hp-intro__single:first-child .listing-text .is-autore span {
  color: #fff;
}
.hp-intro.big-bg > div .hp-intro__single:first-child .listing-text .is-animated-title {
  color: rgba(255, 255, 255, 0.6);
}
.hp-intro.big-bg > div .hp-intro__single:first-child .listing-text .is-animated-title span {
  color: #fff;
}
@media (max-width: 991px) {
  .hp-intro.big-bg > div .hp-intro__single:first-child .listing-thumb {
    margin-top: -16px;
    margin-right: -16px;
    margin-left: -16px;
    flex-basis: calc(100% + 32px);
  }
  .hp-intro.big-bg > div .hp-intro__single:first-child .listing-thumb img {
    aspect-ratio: 768/431;
  }
}
@media (max-width: 767px) {
  .hp-intro.big-bg > div .hp-intro__single:first-child .listing-thumb img {
    aspect-ratio: 1/1;
  }
}
.hp-intro.big-bg > div .hp-intro__single:not(:first-child) {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .hp-intro.big-bg > div .hp-intro__single:not(:first-child) {
    flex-basis: 100%;
    padding-bottom: 24px;
  }
  .hp-intro.big-bg > div .hp-intro__single:not(:first-child):after {
    bottom: 0;
    left: 16px;
    right: 16px;
    height: 1px;
  }
}
.hp-intro.big-bg > div .hp-intro__single:not(:first-child) .listing-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hp-intro.big-bg > div .hp-intro__single:not(:first-child):not(:last-child) {
  border-right: 1px solid var(--wp--preset--color--light-gray);
}
@media (min-width: 768px) and (max-width: 991px) {
  .hp-intro.big-bg > div .hp-intro__single:not(:first-child) .box__meta > span {
    display: block;
  }
}
@media (max-width: 767px) {
  .hp-intro.big-bg > div .hp-intro__single:last-child:after {
    display: none;
  }
}
.hp-intro .entry-date span {
  display: inline-block;
  font-weight: bold;
  color: #992024;
  background-color: #FCDEE0;
  border-radius: 4px;
  padding: 3px 4px 0;
  border: 1px solid #992024;
}

section + section {
  margin-block-start: 64px;
}
@media (max-width: 767px) {
  section + section {
    margin-block-start: 0;
  }
}