@keyframes customFadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 0.5em, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes zoomOutElement {
  from {
    transform: scale(1) translate(0, 0); }
  to {
    transform: scale(4) translate(30px, -30px); } }

@keyframes dottedLoading {
  0%,
  80%,
  100% {
    box-shadow: 0 1.5em 0 -0.9em; }
  40% {
    box-shadow: 0 1.5em 0 0; } }

@keyframes stickyFadeInUp {
  from {
    transform: translate3d(0, 0.2em, 0);
    visibility: visible;
    opacity: 0; }
  to {
    transform: translate3d(0, -50%, 0);
    opacity: 1; } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.experience-assets-quote {
  padding-top: 3em;
  padding-bottom: 3em; }
  @media (min-width: 992px) {
    .experience-assets-quote {
      padding-top: 4.5em;
      padding-bottom: 4.5em; } }
  @media (min-width: 1600px) {
    .experience-assets-quote {
      padding-top: 5em;
      padding-bottom: 5em; } }
  .experience-assets-quote .quote-content-block.color-orange .content {
    background-color: rgba(235, 157, 121, 0.08);
    padding: 3em 2em; }
  .experience-assets-quote .quote-content-block.color-green .content {
    background-color: rgba(1, 136, 120, 0.08);
    padding: 3em 2em; }
  .experience-assets-quote .quote-content-block.color-violet .content {
    background-color: rgba(175, 167, 235, 0.08);
    padding: 3em 2em; }
  .experience-assets-quote .quote-content-block.color-blue .content {
    background-color: rgba(91, 198, 232, 0.08);
    padding: 3em 2em; }
  .experience-assets-quote .quote-content-block.color-white .content {
    padding: 0;
    background-color: #fff; }
  .experience-assets-quote .text-align-center {
    text-align: center; }
    .experience-assets-quote .text-align-center .author-content::before,
    .experience-assets-quote .text-align-center .author-name::before {
      left: 50%;
      transform: translateX(-50%); }
    .experience-assets-quote .text-align-center .author-name .title {
      display: block; }
      .experience-assets-quote .text-align-center .author-name .title::before {
        content: none; }
  .experience-assets-quote .text-align-right {
    text-align: right; }
    .experience-assets-quote .text-align-right .author-content::before,
    .experience-assets-quote .text-align-right .author-name::before {
      left: auto;
      right: 0; }
  .experience-assets-quote .text-color-blue .author-content {
    color: #004a8d; }
  .experience-assets-quote .text-color-black .author-content {
    color: #000; }
  .experience-assets-quote .author-image {
    margin-bottom: 2em; }
    @media (min-width: 768px) {
      .experience-assets-quote .author-image {
        margin-bottom: 0; } }
    .experience-assets-quote .author-image img {
      width: 100%; }
  .experience-assets-quote .author-content {
    color: #333333;
    position: relative;
    padding-top: 40px;
    line-height: 1.4;
    font-weight: 100;
    font-size: 18px;
    font-size: 1.28571rem; }
    @media (min-width: 992px) {
      .experience-assets-quote .author-content {
        font-size: 20px;
        font-size: 1.42857rem; } }
    @media (min-width: 1200px) {
      .experience-assets-quote .author-content {
        font-size: 24px;
        font-size: 1.71429rem;
        padding-top: 55px; } }
    @media (min-width: 1600px) {
      .experience-assets-quote .author-content {
        font-size: 28px;
        font-size: 2rem; } }
    .experience-assets-quote .author-content::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 40px;
      height: 40px;
      background: url("../../../images/sprites.png") 0 7px no-repeat;
      background-size: 1000%; }
      @media (min-width: 1200px) {
        .experience-assets-quote .author-content::before {
          width: 45px;
          height: 45px;
          background-size: auto; } }
  .experience-assets-quote .author-name {
    position: relative;
    margin-top: 1.5em;
    padding-top: 1em;
    color: #004a8d;
    font-size: 18px;
    font-size: 1.28571rem; }
    @media (min-width: 992px) {
      .experience-assets-quote .author-name {
        font-size: 20px;
        font-size: 1.42857rem; } }
    @media (min-width: 1200px) {
      .experience-assets-quote .author-name {
        font-size: 22px;
        font-size: 1.57143rem; } }
    @media (min-width: 1600px) {
      .experience-assets-quote .author-name {
        font-size: 24px;
        font-size: 1.71429rem; } }
    .experience-assets-quote .author-name::before {
      content: '';
      position: absolute;
      background-color: #004a8d;
      height: 1px;
      width: 70px;
      left: 0;
      top: 0; }
    .experience-assets-quote .author-name .name {
      font-weight: 400; }
    .experience-assets-quote .author-name .title {
      font-weight: 100;
      position: relative;
      padding-left: 7px; }
      .experience-assets-quote .author-name .title::before {
        content: ',';
        position: absolute;
        left: -5px;
        z-index: 1; }
