/*
 * DO NOT EDIT THIS FILE.
 * Find all style at ./sass folder.
 * @preserve
 */
/* Bootstrap abstracts */
/* Bootstrap related abstracts */
@keyframes spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Heading styles */
h1.is-style-seo,
h2.is-style-seo,
h3.is-style-seo,
h4.is-style-seo,
h5.is-style-seo,
h6.is-style-seo {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*# sourceMappingURL=seo.build.css.map */