.carousel {
  overflow: hidden;
  position: relative; }
@media (max-width: 767px) {
  .carousel .slides {
    padding-left: 30px; } }
.carousel .slides:before {
  z-index: 1;
  content: '';
  width: 250px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -moz-linear-gradient(left, #e7eef6 0%, rgba(231, 238, 246, 0.8) 75%, rgba(231, 238, 246, 0) 100%);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e7eef6+0,e7eef6+100&1+0,0.8+75,0+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #e7eef6 0%, rgba(231, 238, 246, 0.8) 75%, rgba(231, 238, 246, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e7eef6 0%, rgba(231, 238, 246, 0.8) 75%, rgba(231, 238, 246, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7eef6', endColorstr='#00e7eef6',GradientType=1);
  /* IE6-9 */ }
@media (max-width: 1199px) {
  .carousel .slides:before {
    width: 100px; } }
@media (max-width: 767px) {
  .carousel .slides:before {
    display: none; } }
.carousel .slides:after {
  z-index: 1;
  content: '';
  width: 250px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: -moz-linear-gradient(left, rgba(231, 238, 246, 0) 0%, rgba(231, 238, 246, 0.8) 25%, #e7eef6 100%);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e7eef6+0,e7eef6+100&0+0,0.8+25,1+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(231, 238, 246, 0) 0%, rgba(231, 238, 246, 0.8) 25%, #e7eef6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(231, 238, 246, 0) 0%, rgba(231, 238, 246, 0.8) 25%, #e7eef6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e7eef6', endColorstr='#e7eef6',GradientType=1);
  /* IE6-9 */ }
@media (max-width: 1199px) {
  .carousel .slides:after {
    width: 100px; } }
@media (max-width: 767px) {
  .carousel .slides:after {
    width: 50px; } }
.carousel .slides .inner-wrapper {
  position: relative;
  list-style: none;
  padding-left: 0;
  max-height: 1.5rem;
  width: auto;
  white-space: nowrap; }
.carousel .slides span {
  display: inline;
  font-size: 1.286rem;
  color: #404e7a;
  margin-right: 14px; }

.testimonials {
  background-color: #e7eef6;
  padding-top: 84px;
  padding-bottom: 30px; }
@media (max-width: 767px) {
  .testimonials {
    padding-top: 50px;
    padding-bottom: 30px; } }
.testimonials h2 {
  margin-top: 0;
  margin-bottom: 76px; }
@media (max-width: 767px) {
  .testimonials h2 {
    margin-bottom: 40px; } }
.testimonials .testimonial {
  padding-left: 17px;
  padding-right: 17px;
  margin-bottom: 15px; }
@media (max-width: 649px) {
  .testimonials .testimonial {
    min-width: 100%; } }
.testimonials .testimonial .inner {
  padding: 50px 43px 45px;
  background-color: #f9fbff;
  margin-bottom: 37px;
  height: 100%;
  display: flex;
  align-content: space-between;
  flex-flow: wrap; }
.testimonials p {
  color: #090f21;
  font-size: 1rem;
  line-height: 1.71;
  margin-top: 0;
  font-style: italic;
  margin-bottom: 0; }
.testimonials img {
  height: 50px;
  width: auto;
  border-radius: 50%;
  display: inline-block;
  float: left;
  margin-right: 22px; }
.testimonials .meta-data {
  display: inline-block;
  max-width: 70%; }
  .testimonials .meta-data span {
    display: block; }
    .testimonials .meta-data span.name {
      font-weight: bold;
      font-size: 1.286rem;
      margin-bottom: 4px;
      color: #0a0639; }
    @media (max-width: 767px) {
      .testimonials .meta-data span.name {
        font-size: 1rem; } }
    .testimonials .meta-data span.role {
      font-size: 1.143rem;
      color: #727b99; }
    @media (max-width: 767px) {
      .testimonials .meta-data span.role {
        font-size: 1rem; } }

.testimonials.show-only-clients {
  padding-top: 30px; }
  .testimonials.show-only-clients .clients hr {
    display: none; }
  .testimonials.show-only-clients .clients h4 {
    margin: 0 0 25px; }

.clients h4 {
  text-align: center;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 34px; }
.clients hr {
  margin-bottom: 25px; }
