.ParagraphPressRelease-title {
  line-height: 1.26;
  font-family: var(--title-font);
  font-weight: normal;
  margin: 0 0 2rem;
  font-size: clamp(9px, 4.7rem, 47px);
}
@media (max-width: 999px) {
  .ParagraphPressRelease-title {
    line-height: 1.1;
    font-size: 3.2rem;
  }
}

.ParagraphPressRelease {
  margin-block: 0;
}

.ParagraphPressRelease {
  padding: 5rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 0;
}
.ParagraphPressRelease::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100vw - var(--gin-toolbar-x-offset, 0px));
  height: 100%;
  margin-left: calc(-50vw + var(--gin-toolbar-x-offset, 0px) / 2);
  background: var(--gray-light);
  background-size: cover;
  z-index: -1;
}
.ParagraphPressRelease-title {
  margin-bottom: 0;
}
@media (max-width: 999px) {
  .ParagraphPressRelease-title {
    flex: 1 1 100%;
    margin-bottom: 1.5rem;
  }
}
.ParagraphPressRelease-content {
  margin-top: 2rem;
  flex: 0 0 100%;
}
@media (min-width: 1000px) {
  .ParagraphPressRelease-content {
    padding-top: 2.4rem;
    border-top: solid 1px var(--gray);
    display: grid;
    gap: 4rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .ParagraphPressRelease-content .swiper, .ParagraphPressRelease-content .swiper-wrapper {
    display: contents;
  }
}
@media (max-width: 999px) {
  .ParagraphPressRelease .swiper {
    margin: -1.2rem calc(var(--site-padding) * -1) 0;
    padding: 1.2rem var(--site-padding) 0;
  }
  .ParagraphPressRelease .swiper .swiper-slide {
    flex: 0 0 200px;
  }
  .ParagraphPressRelease .swiper .swiper-slide:not(:last-child) {
    margin-right: 2rem;
  }
}
.ParagraphPressRelease-navigation {
  position: relative;
  height: var(--swiper-navigation-size);
  width: calc(var(--swiper-navigation-size) * 2 + 1rem);
  margin-top: 2rem;
}
.ParagraphPressRelease-navigation .swiper-button-prev {
  left: 0;
}
.ParagraphPressRelease-navigation .swiper-button-next {
  right: 0;
}
.ParagraphPressRelease-navigation .swiper-button-disabled {
  opacity: 0.6;
}
@media (min-width: 1000px) {
  .ParagraphPressRelease-navigation {
    display: none;
  }
}
.ParagraphPressRelease-more {
  font-size: clamp(9px, 1.4rem, 14px);
}
@media (max-width: 999px) {
  .ParagraphPressRelease-more {
    flex: 1 1 100%;
    margin-bottom: 1.5rem;
  }
}

/*# sourceMappingURL=paragraphPressRelease.css.map */
