/**
 * Don't edit this file. Find all style at ./sass folder.
 **/
/* Bootstrap abstracts */
/* Bootstrap related abstracts */
@keyframes spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.section-species__content {
  position: relative;
  padding: 0;
  padding-top: 1rem;
  padding-bottom: 3.75rem;
  background: #000;
  color: #fff;
}
.section-species__content .animals__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-top: 3.75rem;
  grid-column-gap: initial;
}
.section-species__content .animals__list .glider-slide {
  transform: translate(0);
  flex: none;
}
@media (min-width: 992px) {
  .section-species__content .animals__list .glider-track {
    flex-wrap: wrap;
  }
}
.section-species__content .animals__list .rich-text {
  white-space: nowrap !important;
}
@media (max-width: 991.98px) {
  .section-species__content .animals__list a {
    width: 100%;
  }
  .section-species__content .animals__list figure {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .section-species__content .animals__list figure svg {
    width: 80%;
    max-width: 80%;
    max-height: 4.0625rem;
  }
}
.section-species__content .animals__list--item {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 2.5rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .section-species__content .animals__list--item {
    padding: 0 1.25rem;
  }
}
@media (min-width: 992px) {
  .section-species__content .animals__list--item {
    width: 16.66667% !important;
  }
}
.section-species__content .animals__list--item.is-hidden {
  display: none;
}
.section-species__json {
  display: none;
}

.wwf-cover-section + .wwf-cover-section--species {
  margin-top: -3.75rem;
}

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