
.spinner-wrapper[data-v-038c9186] {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #1e2125;
}
.spinner[data-v-038c9186] {
  position: absolute;
  top: 50%; /* centers the loading animation vertically one the screen */
  left: 50%; /* centers the loading animation horizontally one the screen */
  width: 3.75rem;
  height: 1.25rem;
  margin: -0.625rem 0 0 -1.875rem; /* is width and height divided by two */
  text-align: center;
}
.spinner > div[data-v-038c9186] {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #fff;
  animation: sk-bouncedelay-038c9186 1.4s infinite ease-in-out both;
}
.spinner .bounce1[data-v-038c9186] {
  animation-delay: -0.32s;
}
.spinner .bounce2[data-v-038c9186] {
  animation-delay: -0.16s;
}
@keyframes sk-bouncedelay-038c9186 {
0%,
  80%,
  100% {
    transform: scale(0);
}
40% {
    transform: scale(1);
}
}


.spinner[data-v-3332f744] {
  height: 100%;
  text-align: center;
}
.spinner > div[data-v-3332f744] {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #fff;
  animation: sk-bouncedelay-3332f744 1.5s ease-in-out both;
}
.spinner .bounce1[data-v-3332f744] {
  animation-delay: -0.3s;
}
.spinner .bounce2[data-v-3332f744] {
  animation-delay: -0.15s;
}
@keyframes sk-bouncedelay-3332f744 {
0% {
    transform: scale(0);
}
100% {
    transform: scale(1);
}
}


blockquote[data-v-7c749e3c] {
  font-family: Georgia;
  font-size: 1.1em;
  font-style: italic;
  margin: 0;
  text-align: center;
}
blockquote span[data-v-7c749e3c] {
  margin: 0;
}
.blockquote-footer[data-v-7c749e3c] {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.7em;
  margin: 10px auto 0 auto;
  width: 90%;
}
.icon[data-v-7c749e3c] {
  color: white;
  align-items: flex-end;
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: flex;
  cursor: pointer;
}


ul[data-v-575c2461] {
  list-style-type: square;
  margin-bottom: 0;
}

