/* stylelint-disable */
/* stylelint-disable */
.hero-section {
  overflow: hidden;
  margin-bottom: var(--default-padding);
  background: var(--cl-g);
}
.hero-section__inner {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  justify-content: space-between;
  padding: 7rem 0;
}
.hero-section__inner > .h3 {
  margin-left: -0.2rem;
}
.hero-section__inner .editor {
  margin-top: -2.4rem;
  gap: 2.4rem;
}
.hero-section__inner .editor .h1 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0.005em;
}
.hero-section__inner .editor p:not([class]) {
  letter-spacing: 0.0063em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hero-section__inner:has(.editor:only-of-type) {
  justify-content: center;
}
.hero-section__inner:has(.editor:only-of-type) p:not([class]) {
  -webkit-line-clamp: 4;
}
.hero-section__link {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.hero-section__info a {
  position: relative;
  z-index: 3;
}
.hero-section__image .tag {
  z-index: 4;
}
.hero-section__box {
  position: relative;
}
.hero-section__box {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 4rem;
}
.hero-section__bottom {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  flex-wrap: nowrap;
  min-width: 0;
}
.hero-section__info {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.hero-section__info:last-child {
  flex: 1;
  min-width: 0;
}
.hero-section__info:last-child span {
  display: block;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hero-section__info svg {
  flex-shrink: 0;
}
.hero-section__image {
  display: flex;
  position: relative;
  z-index: 3;
}
.hero-section__image .tag {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  background-color: var(--cl-d);
  color: var(--cl-a);
}
.hero-section__image svg, .hero-section__image img, .hero-section__image picture {
  margin-top: auto;
  width: 100%;
  height: 100%;
}
.hero-section__image--book {
  align-items: center;
  justify-content: center;
  background: var(--cl-c);
}
.hero-section__image--book svg, .hero-section__image--book img, .hero-section__image--book picture {
  margin-top: 0;
  width: 37.2rem;
  height: 52rem;
  box-shadow: 0 0.4rem 0.8rem 0 rgba(0, 0, 0, 0.4);
}
.hero-section--blog .hero-section__inner .h3 {
  font-size: clamp(21px, 3.65vw, 2.8rem);
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.003em;
}
.hero-section:has(.hero-section__image--book) {
  background: var(--cl-j);
}
.hero-section:has(.hero-section__image--book) + .cta-section.mode .cta-section__box {
  max-width: 124.1rem;
}
.hero-section.small {
  margin-bottom: 0;
  background: var(--cl-c);
}
.hero-section.small + .donate-section {
  margin-top: 0;
}
.hero-section.small .editor .main-button {
  min-width: 31rem;
}
.hero-section.small .hero-section__image {
  display: flex;
  position: relative;
  z-index: 1;
  height: 30rem;
}
.hero-section.public {
  background: var(--cl-e);
  margin-bottom: 0;
}
.hero-section.public + .donate-section {
  margin-top: 0;
}
.hero-section.public .editor * {
  color: var(--cl-a);
}
.hero-section.public .editor .main-button {
  min-width: 31rem;
}
.hero-section.public .hero-section__image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  background: var(--cl-a);
}
.hero-section.public .hero-section__image img, .hero-section.public .hero-section__image picture, .hero-section.public .hero-section__image .sprite {
  max-width: 50rem;
  max-height: 26.9rem;
  width: 100%;
  aspect-ratio: 158/85;
  margin: 0 0 0 0.3rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero-section.is-culture {
  background: var(--cl-g);
}
.hero-section.is-reviews {
  background: var(--cl-j);
}
.hero-section.is-ideas {
  background: var(--cl-f);
}
.hero-section.is-politics {
  background: var(--cl-d);
}
@media (min-width: 576px) {
  .hero-section--blog .hero-section__inner .h3 {
    font-weight: 400;
    font-family: var(--font-third);
  }
  .hero-section--blog .hero-section__inner .editor p:not([class]) {
    max-width: 99%;
  }
}
@media (min-width: 992px) {
  .hero-section__image {
    height: 600px;
    width: calc(100% + var(--container-offset));
    margin-right: calc(-1 * var(--container-offset));
  }
  .hero-section.public .hero-section__box {
    grid-template-columns: 1.05fr 1fr;
  }
}
@media (min-width: 1241px) {
  .hero-section--blog .hero-section__inner .editor .h1 {
    max-width: 63rem;
  }
  .hero-section--blog .hero-section__inner .editor {
    margin-top: 0.1rem;
  }
  .hero-section--blog .hero-section__inner {
    padding: 4.2rem 0 4.3rem;
  }
  .hero-section:has(.hero-section__image--book) .hero-section__inner .editor {
    margin-top: -5rem;
  }
  .hero-section:has(.hero-section__image--book) .hero-section__inner {
    padding: 7rem 0 6.8rem;
  }
  .hero-section:has(.hero-section__image--book) + .cta-section.mode .cta-section__box .main-button {
    min-width: 34.3rem;
    margin-right: -0.3rem;
  }
}
@media (max-width: 1450px) and (min-width: 1241px) {
  .hero-section.public .hero-section__inner .editor {
    width: calc(100% + 3.3rem);
  }
}
@media (max-width: 1440px) {
  .hero-section__inner .editor p:not([class]) {
    max-width: 95%;
  }
  .hero-section__inner .editor {
    margin-top: -1px;
  }
  .hero-section__box {
    grid-template-columns: 1fr 0.93fr;
  }
}
@media (max-width: 1240px) {
  .hero-section__inner {
    padding: 33px 0 34px;
  }
  .hero-section__box {
    grid-template-columns: 1fr 0.9fr;
  }
  .hero-section.public .hero-section__inner .editor p:not([class]) {
    max-width: 100%;
  }
}
@media (max-width: 1240px) and (min-width: 1024px) {
  .hero-section.public .hero-section__image img, .hero-section.public .hero-section__image picture, .hero-section.public .hero-section__image .sprite {
    max-width: 400px;
  }
}
@media (max-width: 1240px) and (min-width: 576px) {
  .hero-section--blog .hero-section__inner .editor {
    margin-top: 2px;
  }
  .hero-section:has(.hero-section__image--book) .hero-section__inner .editor {
    margin-top: 2px;
  }
}
@media (max-width: 1024px) {
  .hero-section__inner {
    padding: 47px 0 45px;
  }
}
@media (max-width: 1023px) {
  .hero-section__image--book svg, .hero-section__image--book img, .hero-section__image--book picture {
    width: 258.204px;
    height: 360px;
  }
  .hero-section.public .hero-section__inner {
    gap: 23px;
  }
}
@media (max-width: 991px) {
  .hero-section__inner:has(.editor:only-of-type) .h1 br {
    display: none;
  }
  .hero-section__inner {
    padding: 0 0 41px;
  }
  .hero-section__box {
    grid-template-columns: 100%;
  }
  .hero-section__image .tag {
    left: var(--container-offset);
  }
  .hero-section__image {
    order: -1;
    height: 400px;
    width: calc(100% + var(--container-offset) * 2);
    margin-left: calc(-1 * var(--container-offset));
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .hero-section__inner {
    gap: 38px;
  }
  .hero-section--blog {
    margin-bottom: 29px;
  }
  .hero-section.small .hero-section__image {
    height: 308px;
  }
}
@media (max-width: 575px) {
  .hero-section__inner .editor p:not([class]) {
    max-width: 100%;
    -webkit-line-clamp: 4;
  }
  .hero-section__inner:has(.editor:only-of-type) p:not([class]) {
    -webkit-line-clamp: 8;
  }
  .hero-section__inner {
    gap: 24px;
    padding: 0 0 32px;
  }
  .hero-section__box {
    gap: 23px;
  }
  .hero-section__bottom {
    margin-top: -2px;
  }
  .hero-section__image .tag {
    left: 8px;
  }
  .hero-section__image--book svg, .hero-section__image--book img, .hero-section__image--book picture {
    width: 186.481px;
    height: 260px;
  }
  .hero-section__image {
    height: 300px;
  }
  .hero-section--blog .hero-section__inner .h3 .sprite {
    width: 23px;
    height: 22px;
  }
  .hero-section--blog .hero-section__inner .editor {
    gap: 26px;
  }
  .hero-section.public .hero-section__image img, .hero-section.public .hero-section__image picture, .hero-section.public .hero-section__image .sprite {
    width: 300px;
    aspect-ratio: 50/27;
  }
}
/*# sourceMappingURL=section-hero.css.map */