:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
.community-people-planet__image {
  position: relative;
  margin-bottom: 8rem;
}
.community-people-planet__image img {
  position: absolute;
  inset: 0;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: top;
}
.community-people-planet__image:after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 84.85%);
}
.community-people-planet__in {
  height: 76rem;
  padding-bottom: 3.7rem;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
}
.community-people-planet__features {
  display: flex;
  flex-wrap: nowrap;
}
.community-people-planet__features.slick-initialized {
  display: block;
}
.community-people-planet__features .slick-track {
  display: flex !important;
}
.community-people-planet__features .slick-slide {
  height: inherit !important;
}
.community-people-planet__feature {
  width: 340px;
  border-right: 1px solid #3b441e;
  box-sizing: border-box;
  padding: 6rem 1rem 5rem 5rem;
}
.community-people-planet__feature:hover svg {
  color: #cdf35c;
}
.community-people-planet__feature:hover .community-people-planet__feature-summary {
  opacity: 1;
  transform: translate(0, 0);
}
.community-people-planet__feature svg {
  margin-bottom: 1.4rem;
  max-height: 6.4rem;
  transition: color 0.35s;
}
.community-people-planet__feature-summary {
  opacity: 0;
  transform: translate(0, -2rem);
  transition: opacity 0.35s, transform 0.35s;
}

@media (min-width: 768px) {
  .community-people-planet__features .slick-list {
    overflow-x: auto;
    padding-bottom: 2.5rem;
  }
  .community-people-planet__features .slick-list::-webkit-scrollbar {
    position: relative;
    z-index: 2;
  }
  .community-people-planet__features .slick-list::-webkit-scrollbar:horizontal {
    height: 6px;
  }
  .community-people-planet__features .slick-list::-webkit-scrollbar:vertical {
    width: 6px;
  }
  .community-people-planet__features .slick-list::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid transparent;
    background-color: #cdf35c;
  }
  .community-people-planet__features .slick-list::-webkit-scrollbar-track {
    background-color: #1e202f;
    border-radius: 8px;
  }
  .community-people-planet__features .slick-track {
    max-width: max-content;
  }
}
@media (max-width: 1200px) {
  .community-people-planet__in {
    height: auto;
    padding-top: 52.7%;
  }
}
@media (max-width: 768px) {
  .community-people-planet__in {
    height: auto;
    padding-top: 72%;
    padding-bottom: 2.7rem;
  }
  .community-people-planet__image {
    margin-bottom: 4rem;
  }
  .community-people-planet__features .slick-dots {
    margin-top: 2rem;
  }
  .community-people-planet__feature {
    padding: 4rem 2rem 4rem 2rem;
    width: 29rem;
  }
  .community-people-planet__feature svg {
    color: #cdf35c;
  }
  .community-people-planet__feature-summary {
    opacity: 1;
    transform: translate(0, 0);
  }
}

/*# sourceMappingURL=people-planet.css.map */