/**
 * 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);
  }
}
.wwf-stat {
  position: relative;
  display: flex;
  flex-direction: column;
}

.wwf-stat--number {
  font-size: 6.875rem;
  font-weight: 300;
  font-family: "WWF", "Open Sans", apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@media (max-width: 1200px) {
  .wwf-stat--number {
    font-size: calc(1.8125rem + 6.75vw);
  }
}

.wwf-stat.alignright {
  float: right;
}
.wwf-stat.alignleft {
  float: left;
}
.wwf-stat.is-style-large .wwf-stat--number {
  font-weight: 300;
  font-size: 9.375rem;
}
@media (max-width: 1200px) {
  .wwf-stat.is-style-large .wwf-stat--number {
    font-size: calc(2.0625rem + 9.75vw);
  }
}
.wwf-stat.is-style-small .wwf-stat--number {
  font-weight: 400;
  font-size: 3.4375rem;
}
@media (max-width: 1200px) {
  .wwf-stat.is-style-small .wwf-stat--number {
    font-size: calc(1.46875rem + 2.625vw);
  }
}

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