.pull-quote-embed.component {
  color: #000000;
  background-color: #ffffff;
}
.pull-quote-embed .pull-quote-quote-container {
  position: relative;
}
.pull-quote-embed .quote {
  position: absolute;
}
.pull-quote-embed .quote span:before {
  content: url('../../../../../../content/dam/globalMarketingPlatformAssets/images/utility/quotation.svg');
  display: block;
  width: 65px;
  height: auto;
}
.pull-quote-embed .pull-quote-content {
  position: relative;
  padding-top: 75px;
  padding-bottom: 35px;
}
.pull-quote-embed .pull-quote-content:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(225deg, #0090da 0%, #a4ce4e 100%);
}
.pull-quote-embed .pull-quote-quote {
  color: #000000;
  font-family: 'MetLifeCircular', 'Arial', 'Helvetica', 'sans-serif';
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 20px;
}
.pull-quote-embed .pull-quote-quote:only-child {
  margin-bottom: 0;
}
.pull-quote-embed .pull-quote-bottom-config {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.pull-quote-embed .pull-quote-bottom-config.no-author {
  justify-content: flex-end;
}
.pull-quote-embed .pull-quote-author {
  width: 50%;
}
.pull-quote-embed .author-seperator {
  width: 40px;
  margin-bottom: 20px;
  border-top: 2px solid #d9d9d6;
}
.pull-quote-embed .author-name {
  font-family: 'MetLifeCircular', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #000000;
}
.pull-quote-embed .author-position {
  font-family: 'MetLifeCircular', 'Arial', 'Helvetica', 'sans-serif';
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .pull-quote-embed .pull-quote-content-container {
    margin-left: 12.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
}
@media screen and (min-width: 1024px) {
  .pull-quote-embed .pull-quote-content {
    padding-top: 55px;
    padding-bottom: 40px;
  }
  .pull-quote-embed .pull-quote-quote {
    font-size: 32px;
    line-height: 40px;
  }
}
body[dir="rtl"] .pull-quote-embed .quote span:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
body[dir="rtl"] .pull-quote-embed .pull-quote-content:after {
  right: 0;
  left: initial;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media screen and (min-width: 768px) {
  body[dir="rtl"] .pull-quote-embed .pull-quote-content-container {
    margin-right: 12.5%;
    margin-left: initial;
  }
}
