/*===================================================================================*/
/*  Global | Variables | Partial
/*===================================================================================*/
.app-quote {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .app-quote.has-bg {
    min-height: 18rem;
  }
}
@media screen and (min-width: 64em) {
  .app-quote.has-bg {
    min-height: 36rem;
  }
}
.app-quote.has-bg::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(99%, rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 99%);
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .paragraph-quotes .app-quote {
    min-height: 36rem;
  }
}
@media screen and (min-width: 64em) {
  .paragraph-quotes .app-quote {
    min-height: 65rem;
  }
}
.app-quote__bg {
  background-color: #ffffff;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .app-quote__content {
    padding: 2rem;
  }
}
@media screen and (min-width: 64em) {
  .app-quote__content {
    padding: 4rem;
    padding-top: 0rem;
  }
}
.app-quote__content {
  width: 100%;
  max-width: 117rem;
  z-index: 20;
}
.has-bg .app-quote__content {
  color: #ffffff;
}
.has-bg .app-quote__content::before {
  color: #ffffff;
}
.app-quote__content p {
  font-family: "Aleo", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 2.2rem;
  font-style: italic;
  line-height: 1.4;
}
.app-quote__content footer {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.046rem;
  margin-top: 1.25rem;
}
.app-quote__content::before {
  content: "\e909";
  display: inline-block;
  font-family: "Icomoon";
  font-size: 5rem;
  margin-right: 1rem;
  color: #00aeef;
}
/*# sourceMappingURL=app-quote.css.map */
