/**
 * 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);
  }
}
.information-banner {
  position: relative;
  margin-bottom: 2.5rem;
}
@media (min-width: 576px) {
  .information-banner {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .information-banner {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .information-banner {
    max-width: 960px;
  }
}
@media (min-width: 1240px) {
  .information-banner {
    max-width: 1230px;
  }
}
.information-banner .inner {
  position: relative;
}
@media (min-width: 992px) {
  .information-banner .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.information-banner__title {
  position: relative;
  display: block;
  max-width: 42.5rem;
  margin: 0;
  padding-left: 4.375rem;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0.03125rem;
  color: #464646;
}
.information-banner__title:before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 20px);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-image: url("data:image/svg+xml;utf8,<svg width='41' height='41' viewBox='0 0 41 41' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M25 25.744V19.056H17V25.744H25ZM18.936 16.4V17.744H23.064V16.4C23.064 16.0373 22.968 15.696 22.776 15.376C22.5947 15.056 22.344 14.8053 22.024 14.624C21.704 14.432 21.3627 14.336 21 14.336C20.6373 14.336 20.296 14.432 19.976 14.624C19.656 14.8053 19.4 15.056 19.208 15.376C19.0267 15.696 18.936 16.0373 18.936 16.4ZM25 17.744C25.3627 17.744 25.6773 17.872 25.944 18.128C26.2107 18.384 26.344 18.6933 26.344 19.056V25.744C26.344 26.1067 26.2107 26.416 25.944 26.672C25.6773 26.928 25.3627 27.056 25 27.056H17C16.6373 27.056 16.3227 26.928 16.056 26.672C15.7893 26.416 15.656 26.1067 15.656 25.744V19.056C15.656 18.6933 15.7893 18.384 16.056 18.128C16.3227 17.872 16.6373 17.744 17 17.744H17.656V16.4C17.656 15.792 17.8053 15.232 18.104 14.72C18.4027 14.208 18.808 13.8027 19.32 13.504C19.832 13.2053 20.392 13.056 21 13.056C21.608 13.056 22.168 13.2053 22.68 13.504C23.192 13.8027 23.5973 14.208 23.896 14.72C24.1947 15.232 24.344 15.792 24.344 16.4V17.744H25ZM21 23.744C20.6373 23.744 20.3227 23.6107 20.056 23.344C19.7893 23.0773 19.656 22.7627 19.656 22.4C19.656 22.0373 19.7893 21.7227 20.056 21.456C20.3227 21.1893 20.6373 21.056 21 21.056C21.3627 21.056 21.6773 21.1893 21.944 21.456C22.2107 21.7227 22.344 22.0373 22.344 22.4C22.344 22.7627 22.2107 23.0773 21.944 23.344C21.6773 23.6107 21.3627 23.744 21 23.744Z' fill='%23F07D00'/><circle cx='20.5' cy='20.5' r='20' stroke='%23F07D00'/></svg>");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.information-banner__logos {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 1rem;
  transform: translateX(-12px);
}
@media (min-width: 992px) {
  .information-banner__logos {
    margin-top: 0;
    transform: translate(0);
  }
}
.information-banner__logo {
  display: inline-block;
  margin: 0;
  padding: 0 1rem;
}
.information-banner__logo img {
  display: block;
}
.information-banner__logo.stripe img {
  width: 2.875rem;
}

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