.p-media-hero[data-astro-cid-24tl5onw] {
  width: 100%;
  color: #fff;
  overflow: hidden;
  padding-top: clamp(
    95px,
    95px + (148 - 95) * (100vw - 390px) / (1440 - 390),
    148px
  );
  margin-bottom: clamp(
    29px,
    29px + (48 - 29) * (100vw - 390px) / (1440 - 390),
    48px
  );
}
.p-media-hero__inner[data-astro-cid-24tl5onw] {
  position: relative;
  z-index: 2;
}
.p-media-hero__bg[data-astro-cid-24tl5onw] {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.p-media-hero__bg-image[data-astro-cid-24tl5onw] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.p-media-hero__content[data-astro-cid-24tl5onw] {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: clamp(
      76px,
      76px + (154 - 76) * (100vw - 390px) / (1440 - 390),
      154px
    )
    0;
}
.p-media-hero__eyebrow[data-astro-cid-24tl5onw] {
  font-size: clamp(
    43px,
    43px + (80 - 43) * (100vw - 390px) / (1440 - 390),
    80px
  );
  line-height: 1.1;
  margin-bottom: 30px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-media-hero__eyebrow[data-astro-cid-24tl5onw] {
    line-height: 1.5;
    margin-bottom: 0;
  }
}
.p-media-hero__title[data-astro-cid-24tl5onw] {
  font-size: clamp(
    24px,
    24px + (32 - 24) * (100vw - 390px) / (1440 - 390),
    32px
  );
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: clamp(
    13px,
    13px + (32 - 13) * (100vw - 390px) / (1440 - 390),
    32px
  );
}
.p-media-hero__lead[data-astro-cid-24tl5onw] {
  font-size: clamp(
    14px,
    14px + (18 - 14) * (100vw - 390px) / (1440 - 390),
    18px
  );
  line-height: 2;
  font-weight: 500;
}
.p-media-search[data-astro-cid-hynx56s3] {
  max-width: 1050px;
  margin: 0 auto
    clamp(40px, 40px + (70 - 40) * (100vw - 390px) / (1440 - 390), 70px);
  color: #000;
}
.p-media-search__inner[data-astro-cid-hynx56s3] {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #000;
  border-radius: 999px;
  padding: 14px 28px;
  background: #fff;
  margin-bottom: 18px;
}
.p-media-search__field[data-astro-cid-hynx56s3] {
  flex: 1;
}
.p-media-search__input[data-astro-cid-hynx56s3] {
  width: 100%;
  border: none;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  outline: none;
}
.p-media-search__input[data-astro-cid-hynx56s3]::-moz-placeholder {
  color: #0009;
}
.p-media-search__input[data-astro-cid-hynx56s3]::placeholder {
  color: #0009;
}
.p-media-search__input[data-astro-cid-hynx56s3]::-webkit-search-cancel-button {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background-color: #000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath d='M1 1l8 8M9 1L1 9' stroke='%23fff' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px 9px;
  cursor: pointer;
  margin-left: 12px;
}
.p-media-search__input[data-astro-cid-hynx56s3]::-webkit-search-cancel-button:hover {
  background-color: #1a1a1a;
}
.p-media-search__input[data-astro-cid-hynx56s3]::-ms-clear {
  display: none;
}
.p-media-search__button[data-astro-cid-hynx56s3] {
  cursor: pointer;
}
.p-media-search__icon[data-astro-cid-hynx56s3] {
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 768px) {
  .p-media-search__keywords[data-astro-cid-hynx56s3] {
    display: flex;
    gap: 30px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.p-media-search__keywords-label[data-astro-cid-hynx56s3] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .p-media-search__keywords-label[data-astro-cid-hynx56s3] {
    margin-bottom: 0;
    flex-shrink: 0;
  }
}
.p-media-search__keywords-list[data-astro-cid-hynx56s3] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 30px;
}
.p-media-search__keyword[data-astro-cid-hynx56s3] {
  border: none;
  background: none;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.p-media-search__sr-only[data-astro-cid-hynx56s3] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.p-media-filters[data-astro-cid-jugbubkm] {
  max-width: 1050px;
  margin: 0 auto 30px;
}
.p-media-filters__topics[data-astro-cid-jugbubkm] {
  display: flex;
  flex-wrap: wrap;
  gap: 10px clamp(10px, 10px + (22 - 10) * (100vw - 390px) / (1440 - 390), 22px);
  margin-bottom: 22px;
}
.p-media-filters__topic[data-astro-cid-jugbubkm] {
  border-radius: 999px;
  border: 1px solid #000;
  background: #fff;
  padding: 6px
    clamp(17px, 17px + (30 - 17) * (100vw - 390px) / (1440 - 390), 30px);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  cursor: pointer;
  transition:
    background 0.3s,
    color 0.3s;
}
.p-media-filters__topic[data-astro-cid-jugbubkm].is-active {
  background: #000;
  color: #fff;
}
.p-media-article-list[data-astro-cid-ylykarrk] {
  display: grid;
  grid-template-columns: repeat(
    auto-fit,
    minmax(
      clamp(155px, 155px + (322 - 155) * (100vw - 390px) / (1440 - 390), 322px),
      1fr
    )
  );
  align-items: stretch;
  gap: clamp(35px, 35px + (50 - 35) * (100vw - 390px) / (1440 - 390), 50px)
    clamp(20px, 20px + (42 - 20) * (100vw - 390px) / (1440 - 390), 42px);
}
.p-media-article-list__item[data-astro-cid-ylykarrk] {
  height: 100%;
}
.p-media-articles[data-astro-cid-3pkk2crb] {
  max-width: 1050px;
  margin: 0 auto;
}
.p-media-articles__head[data-astro-cid-3pkk2crb] {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: clamp(
    26px,
    26px + (30 - 26) * (100vw - 390px) / (1440 - 390),
    30px
  );
}
.p-media-articles__head-texts[data-astro-cid-3pkk2crb] {
  display: flex;
  gap: 14px;
}
.p-media-articles__text[data-astro-cid-3pkk2crb] {
  font-size: 14px;
  color: #919191;
  font-weight: 500;
}
.p-media-articles__text[data-astro-cid-3pkk2crb].is-active {
  color: #000;
}
.p-media-articles__text-line[data-astro-cid-3pkk2crb] {
  width: 1px;
  background: #919191;
  height: 15px;
  align-self: center;
}
.p-media-articles__pagination-text[data-astro-cid-3pkk2crb] {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.p-media-articles__pagination[data-astro-cid-3pkk2crb] {
  margin-top: clamp(
    40px,
    40px + (60 - 40) * (100vw - 390px) / (1440 - 390),
    60px
  );
}
.p-media[data-astro-cid-h6iffge2] {
  padding: clamp(
      60px,
      60px + (120 - 60) * (100vw - 390px) / (1440 - 390),
      120px
    )
    clamp(20px, 20px + (48 - 20) * (100vw - 390px) / (1440 - 390), 48px)
    clamp(80px, 80px + (140 - 80) * (100vw - 390px) / (1440 - 390), 140px);
}
