.culture_hero_block {
  padding-top: 10.75rem;
  padding-bottom: 7rem;
  overflow: hidden;
}
.culture_hero_block .content_block {
  overflow: visible;
  width: 100%;
}
.culture_hero_block .splide__track {
  overflow: visible;
}
.culture_hero_block .culture_hero_block__title *,
.culture_hero_block .culture_hero_block__title {
  color: var(--Basic-Black, #101012);
  text-align: center;
  -webkit-font-feature-settings: "liga" off, "clig" off;
          font-feature-settings: "liga" off, "clig" off;
  /* Heading/(H1) Main Title */
  font-family: Geist;
  font-size: 4.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 124%; /* 5.58rem */
  letter-spacing: -0.135rem;
  margin-bottom: 1.25rem;
}
.culture_hero_block .culture_hero_block__title * span,
.culture_hero_block .culture_hero_block__title span {
  background: url(../../../assets/img/highlighter.svg) bottom center no-repeat;
  background-size: contain;
}
.culture_hero_block .culture_hero_block__subtitle {
  width: 46rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
  text-align: center;
  color: var(--Basic-Black, #101012);
  text-align: center;
  -webkit-font-feature-settings: "liga" off, "clig" off;
          font-feature-settings: "liga" off, "clig" off;
  /* Body/20px - Medium */
  font-family: Geist;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 1.875rem */
}
.culture_hero_block .culture_hero_block__button_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2.75rem;
}
.culture_hero_block .culture_hero_block__image {
  overflow: hidden;
}
.culture_hero_block .culture_hero_block__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.culture_hero_block .culture_hero_block__slide:nth-child(5n+1) .culture_hero_block__image {
  width: 22.375rem;
  height: 17.20075rem;
}
.culture_hero_block .culture_hero_block__slide:nth-child(5n+2) .culture_hero_block__image {
  width: 15.6625rem;
  height: 22.375rem;
}
.culture_hero_block .culture_hero_block__slide:nth-child(5n+3) .culture_hero_block__image {
  width: 20.1375rem;
  height: 19.81119rem;
}
.culture_hero_block .culture_hero_block__slide:nth-child(5n+4) .culture_hero_block__image {
  width: 22.375rem;
  height: 17.24738rem;
}
.culture_hero_block .culture_hero_block__slide:nth-child(5n+5) .culture_hero_block__image {
  width: 15.6625rem;
  height: 22.375rem;
}

@media (min-width: 0px) and (max-width: 1024px) {
  .culture_hero_block .culture_hero_block__title *, .culture_hero_block .culture_hero_block__title {
    color: var(--Basic-Black, #101012);
    text-align: center;
    -webkit-font-feature-settings: "liga" off, "clig" off;
            font-feature-settings: "liga" off, "clig" off;
    /* Heading/(H1 - Mobile) Main Title */
    font-family: Geist;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 124%; /* 3.1rem */
    letter-spacing: -0.075rem;
  }
  .culture_hero_block .culture_hero_block__title * br, .culture_hero_block .culture_hero_block__title br {
    display: none;
  }
  .culture_hero_block .culture_hero_block__subtitle {
    color: var(--Basic-Black, #101012);
    text-align: center;
    /* Body/16px - Medium */
    font-family: Geist;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 1.5rem */
  }
  .culture_hero_block {
    padding-top: 7.5rem;
    padding-bottom: 4.5rem;
  }
}