<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.article-quote {
  max-width: calc(46.25rem + (var(--dimenGutter) * 2));
  padding: 0 var(--dimenGutter);
  margin-left: auto;
  margin-right: auto;
}
.article-quote__image {
  width: 100%;
  height: 100%;
  max-width: 20.0625rem;
  max-height: 12.25rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
.article-quote__content h2 {
  color: var(--colorPrimary);
  margin: 0 0 1rem;
}
.article-quote__content p {
  margin: 0;
}
.article-quote__content small {
  color: var(--colorGray);
}
.article-quote__image ~ .article-quote__content h2 {
  color: inherit;
}
@media (min-width: 768px) {
  .article-quote img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .article-quote__image {
    margin-bottom: 1.5rem;
    max-width: 41rem;
    max-height: 41rem;
  }
  .article-quote__content {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .mco-f12-article-quote-block {
    width: 100% !important;
    max-width: 41rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (min-width: 1200px) {
  .article-quote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .article-quote__image {
    margin-bottom: 0;
    margin-right: 2.75rem;
    max-width: 25.25rem;
    max-height: 21.25rem;
  }
  .article-quote__content h2 {
    margin: 0 0 1.5rem;
  }
}
</pre></body></html>