/*!********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./slicing/src/scss/wt-components/quote.scss ***!
  \********************************************************************************************************************************************************************************************/
@font-face {
  font-family: "Bitter";
  font-style: normal;
  font-weight: 400;
  src: local(""), url(../../fonts/bitter-regular.woff2) format("woff2"), url(../../fonts/bitter-regular.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.quote {
  padding: 4.8rem 1.6rem;
}
@media only screen and (min-width: 992px) {
  .quote {
    padding: 9.6rem 1.6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .quote {
    padding: 11.2rem 1.6rem;
  }
}
.quote__wrapper {
  max-width: 114rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.quote__blockquote-wrapper {
  width: 100%;
  display: flex;
  float: left;
  border-bottom: 2px solid rgb(var(--white));
}
@media only screen and (min-width: 768px) {
  .quote__blockquote-wrapper {
    width: 50%;
    border-bottom: 0;
    border-right: 2px solid rgb(var(--white));
  }
}
.quote__blockquote-inner-wrapper {
  position: relative;
  display: flex;
  color: rgb(var(--primary-color));
  background-color: rgb(var(--primary-color-light));
  align-items: center;
}
.quote__arrow {
  position: absolute;
  width: 4rem;
  height: 2.5rem;
  bottom: -25px;
  right: 40px;
  z-index: 2;
}
.quote__arrow svg {
  fill: rgb(var(--primary-color-light));
}
@media only screen and (min-width: 768px) {
  .quote__arrow {
    top: 47px;
    right: -32px;
    transform: rotate(-90deg);
  }
}
.quote__blockquote {
  padding: 1.6rem;
}
@media only screen and (min-width: 992px) {
  .quote__blockquote {
    padding: 4.8rem;
  }
}
.quote__blockquote-text {
  margin-bottom: 1.6rem;
  font-family: "Bitter", serif;
  font-size: 1.68rem;
  line-height: 1.4;
}
.quote__blockquote-text p {
  margin: 0;
}
.quote__blockqoute-cite {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.5;
  color: rgb(var(--grey-dark));
}
.quote__media-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  float: left;
  overflow: hidden;
  border-top: 2px solid rgb(var(--white));
}
@media only screen and (min-width: 768px) {
  .quote__media-wrapper {
    width: 50%;
    border-left: 2px solid rgb(var(--white));
    border-top: 0;
  }
}
.quote__media {
  width: 100%;
  padding-top: 60%;
}
.quote__media img {
  position: absolute;
  max-width: 100%;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: top;
  border: 0;
}
