@-webkit-keyframes animate-text {
  0% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes animate-text {
  0% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.quote-spotlightcarousel {
  background-color: #D9F1F1;
  border-bottom-right-radius: 100px;
  padding: 75px;
}
@media (max-width: 991.98px) {
  .quote-spotlightcarousel {
    padding: 40px;
  }
}
@media (max-width: 767.98px) {
  .quote-spotlightcarousel {
    padding: 40px 20px;
  }
}

.quote-spotlight-title {
  text-align: center;
}
.quote-spotlight-body {
  margin: 0 auto 35px;
  max-width: 40%;
  text-align: center;
}
@media (max-width: 991.98px) {
  .quote-spotlight-body {
    max-width: 100%;
  }
}
.quote-spotlight-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
  gap: 15px;
}
.quote-spotlight-controls .btn--primary {
  height: 40px;
  width: 40px;
  padding: 0;
}

.quote-slide-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
.quote-slide-image {
  display: block;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  line-height: 0;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .quote-slide-image {
    display: block;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    line-height: 0;
  }
}
.quote-slide-content {
  color: #003A96;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.quote-slide-content {
  font-size: 20px;
}
@media (min-width: 575px) {
  .quote-slide-content {
    font-size: calc(20px + 14 * (100vw - 575px) / 1025);
  }
}
@media (min-width: 1600px) {
  .quote-slide-content {
    font-size: 34px;
  }
}
.quote-slide-content p:before, .quote-slide-content p:after {
  content: open-quote;
  color: #003A96;
  font-family: freight-big-pro, serif;
}
.quote-slide-content p:before, .quote-slide-content p:after {
  font-size: 20px;
}
@media (min-width: 575px) {
  .quote-slide-content p:before, .quote-slide-content p:after {
    font-size: calc(20px + 14 * (100vw - 575px) / 1025);
  }
}
@media (min-width: 1600px) {
  .quote-slide-content p:before, .quote-slide-content p:after {
    font-size: 34px;
  }
}
.quote-slide-content p:after {
  content: close-quote;
}
.quote-slide-author-name {
  color: #003A96;
  font-weight: 700;
  text-align: center;
}
.quote-slide-source {
  color: #003A96;
  text-align: center;
}
.quote-slide-btn a {
  -webkit-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  border: none;
  border-radius: 40px;
  padding: 10px 40px;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none !important;
  letter-spacing: 1.7px;
  min-height: 40px;
  -webkit-transition: all linear 0.15s;
  transition: all linear 0.15s;
  background-color: #007981;
  border-color: #007981;
  color: #fff;
  transition: all linear 0.15s;
  text-transform: uppercase;
}
.prefers-reduced-motion .quote-slide-btn a {
  -webkit-transition: none;
  transition: none;
}
.quote-slide-btn a:hover {
  padding: 10px 43px;
  margin: 0 -3px;
  -webkit-transition: all linear 0.15s;
  transition: all linear 0.15s;
}
.quote-slide-btn a:disabled, .quote-slide-btn a.disabled {
  -webkit-transition: none;
  transition: none;
  opacity: 0.6;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  background-color: #fff;
  color: #000;
}
.prefers-reduced-motion .quote-slide-btn a:disabled, .prefers-reduced-motion .quote-slide-btn a.disabled {
  -webkit-transition: none;
  transition: none;
}
.quote-slide-btn a:active, .quote-slide-btn a.active {
  background-color: #d9d9d9;
}
.quote-slide-btn a:hover {
  color: #fff;
  border-color: #009CA6;
  background-color: #009CA6;
  -webkit-transition: all linear 0.15s;
  transition: all linear 0.15s;
}
.quote-slide-btn a:active, .quote-slide-btn a.active {
  color: #e6e6e6;
  border-color: #01737B;
  background-color: #01737B;
}
.quote-slide-btn a:disabled, .quote-slide-btn a.disabled {
  background-color: #343434;
  border-color: #343434;
  color: #fff;
}
.quote-slide-btn a.smaller {
  font-size: 13px;
  padding: 8px 20px;
  -webkit-transition: all linear 0.15s;
  transition: all linear 0.15s;
}
.quote-slide-btn a.smaller:hover {
  -webkit-transition: all linear 0.15s;
  transition: all linear 0.15s;
}