@media only screen and (max-width: 1024px) {
  .carousel-slider .testimonial-tile-content {
    min-height: 350px;
  }
}
@media only screen and (max-width: 1024px) {
  .carousel-slider .testimonial-modal .testimonial-tile-content {
    min-height: auto;
  }
}
.carousel-slider .learn-testimonial-tile .testimonial-tile-content {
  min-height: 425px;
}
@media only screen and (max-width: 1024px) {
  .carousel-slider .learn-testimonial-tile .testimonial-tile-content {
    min-height: 350px;
  }
}
.carousel-slider .learn-testimonial-tile figcaption,
.carousel-slider .learn-testimonial-tile figcaption div {
  margin-top: 0.75rem;
}
.learn-testimonial-tile figcaption,
.learn-testimonial-tile figcaption div {
  margin-top: 0;
}
.learn-testimonial-tile .testimonail-quick-view {
  display: none;
}
.learn-testimonial-tile h4 {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  overflow: initial;
  display: block;
  text-align: left;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .learn-testimonial-tile h4 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.learn-testimonial-tile blockquote,
.learn-testimonial-tile p {
  color: #d9d9d6;
}
.learn-testimonial-tile .testimonial-tile-content {
  background-color: #071d49;
}
@media (min-width: 1024px) {
  .learn-testimonial-tile .testimonial-tile-content {
    padding: 2.5rem;
    min-height: 289px;
    justify-content: center;
  }
}
.testimonial-tile:has(.learn-testimonial-tile) {
  margin-bottom: 1rem;
}
.testimonial-tile.dark .learn-testimonial-tile h4 {
  color: #d9d9d6;
}
.testimonial-tile {
  border-radius: 1rem;
}
@media only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  .testimonial-tile {
    margin-bottom: 1.5rem;
  }
}
.testimonial-tile [role='dialog']:focus {
  outline: none;
}
.testimonial-modal .testimonial-tile-content {
  max-height: 80vh;
  overflow-y: auto;
}
.testimonial-tile-content .name-text {
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
.testimonial-tile-content .company-title {
  font-size: 1rem;
  line-height: 1.5rem;
}
.testimonial-title-wrapper:not(.learn-testimonial-tile) .testimonial-tile-content.testimonial-tile-content--padding {
  padding-top: 4rem;
}
.testimonial-tile-content::-webkit-scrollbar {
  width: 4px;
  height: 70%;
}
.testimonial-tile-content::-webkit-scrollbar-track {
  background: #ebebeb;
}
.testimonial-tile-content::-webkit-scrollbar-thumb {
  background: #e90029;
  height: 70%;
}
/* Firefox */
.testimonial-tile-content {
  scrollbar-color: #e90029 #ebebeb;
}
.testimonial-wrapper {
  overflow: hidden;
  border-radius: 24px;
}
.dark .learn-testimonial-tile h4 {
  color: #ffffff;
}
body.overflow-hidden .slick-slider .slick-track,
body.overflow-hidden .slick-slider .slick-list {
  transform: none !important;
}