.HeroBannerItem_banner-container__heading__1Njv1 {
  background: linear-gradient(90deg, #FFF 0%, #F5EA6A 25.5%, #FF9A56 50%, #EF466C 75%, #4AC8EA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  font-family: "Saira Expanded";
  text-transform: none;
  -webkit-text-fill-color: transparent;
  font-weight: 300;
}

.HeroBannerItem_text-shadow__1Die_ {
  text-shadow: none !important;
}

.HeroBannerItem_banner-container__desc__3N4XC {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}

.our-people {
  overflow: hidden;
  background: #000;
  color: #fff;
  padding-top: 80px;
  text-align: center;
}

.our-people h2,
.icue-murals h2,
.BlockTwoTile_info-heading__dZVL9,
h2.leading-none,
.personalized-container .header h2 {
  font-size: 48px !important;
  font-weight: 300;
  font-family: "Saira Expanded";
  line-height: 48px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}
h2.BlockTwoTile_info-heading__dZVL9 {
  margin-left: 0 !important;
  margin-bottom: 24px !important;
}
h2.leading-none {
  margin-bottom: 0;
}

.partner-logo-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.3s cubic-bezier(.4, 0, .2, 1);
}

.partner-logo-btn:hover {
  opacity: 0.8;
}

.partner-logo-img {
  max-height: 30px;
  transition: opacity 0.3s cubic-bezier(.4, 0, .2, 1);
}

@media (min-width: 768px) {
  .HeroBannerItem_extra-info-container__2e6DC .HeroBannerItem_logo-wrapper__1Dksf {
    margin-bottom: 24px;
  }
}

@media (min-width: 1240px) {
  .partner-logo-img {
    max-width: 200px;
  }

  .partner-logos {
    gap: 3rem;
  }
}

.partner-logo-img.transitioning {
  transition: opacity 0.5s cubic-bezier(.4, 0, .2, 1);
}

.partner-description {
  font-size: 16px;
  max-width: 720px;
  margin: auto;
}

.game-integrations-link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ece81a;
  font-size: 14px
}

.game-integrations-link img {
  max-height: 14px;
}

.people-carousel {
  display: flex;
  padding-bottom: 156px;
  margin-left: 5%;
  margin-top: 1rem;
}

.people-carousel .slick-list .slick-track {
  display: flex;
  gap: 24px;
}

.people-carousel .slick-list .slick-track::before,
.people-carousel .slick-list .slick-track::after {
  content: unset;
}

.people-carousel .person-card {
  display: flex;
  flex-direction: column;
  height: auto;
  background: #191919;
}

.people-carousel .person-card img.card-img {
  width: 100%;
  object-fit: cover;
}

.people-carousel .person-card .info {
  padding: 48px;
  text-align: left;
}

.people-carousel .person-card .info .name {
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  color: #ece81a;
  text-transform: uppercase;
  margin: 0;
}

.people-carousel .person-card .info .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #8c8c8e;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
}

.people-carousel .person-card .info .quote {
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
  list-style: disc;
}

.people-carousel .person-card .info ul.quote {
  margin-left: 20px
}

.disclaimer {
  margin-top: 1rem;
  font-size: 14px;
  line-height: 20px;
}

.people-carousel .slick-prev,
.people-carousel .slick-next {
  background: #ece81a;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  position: absolute;
  top: unset;
  bottom: 52px;
  cursor: pointer;

  &::before {
    content: unset;
  }
}

.people-carousel .slick-prev img,
.people-carousel .slick-next img {
  margin: auto;
}

.people-carousel .slick-prev {
  left: unset;
  right: 252px;
}

.people-carousel .slick-arrow.slick-disabled {
  opacity: 0.2;
}

.people-carousel .slick-next {
  right: 176px;
}

@media (max-width: 1440px) {
  .people-carousel .slick-prev {
    right: 207px;
  }

  .people-carousel .slick-next {
    right: 131px;
  }
}

@media (max-width: 1280px) {
  .people-carousel .slick-prev {
    right: 194px;
  }

  .people-carousel .slick-next {
    right: 118px;
  }
}

@media (max-width: 1024px) {
  .people-carousel .slick-prev {
    right: 206px;
  }

  .people-carousel .slick-next {
    right: 130px;
  }
}

@media (max-width: 768px) {
  .our-people {
    padding-top: 56px;
  }

  .partner-description {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .our-people h2,
  .icue-murals h2,
  .BlockTwoTile_info-heading__dZVL9,
  h2.leading-none,
  .personalized-container .header h2 {
    font-size: 30px !important;
    font-weight: 300;
    font-family: "Saira Expanded";
    line-height: 36px;
    margin-bottom: 32px;
  }

  h2.leading-none {
    margin-bottom: 0;
  }

  .people-carousel {
    margin-left: 16px;
    padding-bottom: 92px;
  }

  .people-carousel .person-card img {
    height: 264px;
    object-fit: contain;
  }

  .people-carousel .person-card .info {
    padding: 24px;
  }

  .people-carousel .person-card .info .name {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }

  .people-carousel .person-card .info .title {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 16px;
  }

  .people-carousel .person-card .info .quote {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }

  .people-carousel .slick-prev,
  .people-carousel .slick-next {
    width: 32px;
    height: 32px;
    bottom: 24px;
  }

  .people-carousel .slick-prev img,
  .people-carousel .slick-next img {
    width: 20px;
    height: 20px;
  }

  .people-carousel .slick-prev {
    right: 74px;
  }

  .people-carousel .slick-next {
    right: 32px;
  }
}

.people-carousel .slick-slide {
  transition: opacity 0.5s cubic-bezier(.4, 0, .2, 1);
}

.people-carousel .slick-track {
  padding-left: 8%;
}

.description-partner-logo {
  max-height: 40px;
  object-fit: cover;
  margin-bottom: 1rem;
}

@media (max-width: 1000px) {
  .people-carousel .slick-track {
    padding-left: 15%;
  }
}

@media (max-width: 768px) {
  .people-carousel .slick-track {
    padding-left: 20%;
  }

  .people-carousel {
    margin-left: 1rem
  }
}

.people-carousel .slick-active {
  opacity: 1;
}

.card-cta,
.expanded-cta {
  margin-top: 1rem;
  color: #ece81a;
  font-size: 14px;
}

.card-img {
  transition: all 200ms cubic-bezier(.4, 0, .2, 1);
  opacity: 1;
  display: block;
}

.card-img.hidden {
  display: none;
}

.quote,
.quote-expanded {
  transition: opacity 200ms cubic-bezier(.4, 0, .2, 1);
  opacity: 1;
  display: block;
}

.quote.hidden,
.quote-expanded.hidden {
  display: none;
}

.opacity-0 {
  opacity: 0;
}

.rotate-90 {
  transform: rotate(-45deg);
}

.expand-btn {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

.expand-btn:hover {
  opacity: 0.8;
}

.expand-btn svg {
  transition: transform 300ms cubic-bezier(.4, 0, .2, 1);
}

.person-card {
  position: relative;
}

.info {
  position: relative;
  z-index: 1;
}

.quote-expanded ul {
  margin-top: 1rem;
}

.quote-expanded li {
  margin-bottom: 0.5rem;
}

.person-card.expanded .info {
  padding-bottom: 2rem;
}