/*!************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./blocks/testimonials/testimonials.scss ***!
  \************************************************************************************************************************************************************/
.entry-content {
  padding: 0 !important;
}

*:target {
  scroll-margin-top: 6.25rem;
}
@media screen and (min-width: 1440px) {
  *:target {
    scroll-margin-top: 6.25rem;
  }
}

p .span-cta,
h1 .span-cta,
h2 .span-cta,
h3 .span-cta,
h4 .span-cta {
  color: #03bfd7;
}

.content > p + p {
  padding-top: 0.5rem;
}
@media screen and (min-width: 1279px) {
  .content > p + p {
    padding-top: 1rem;
  }
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(rf(40));
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes enter-right {
  0% {
    opacity: 0;
    transform: translateX(4rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.testimonials {
  background: #fafbff;
  opacity: 0;
  transform: translateY(2.5rem);
  padding: 1.875rem 0rem 1.875rem;
}
@media screen and (min-width: 1180px) {
  .testimonials {
    padding: 3.75rem 0rem 3.75rem;
  }
}
.testimonials.show {
  animation: fade-in-up 1s ease forwards;
}
.testimonials h2 {
  margin: 0 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .testimonials h2 {
    margin: 0 0 2.75rem;
  }
}
.testimonials__item {
  background: #fff;
  padding: 1.25rem 1.75rem;
  border-radius: 0.375rem;
  cursor: pointer;
}
@media screen and (min-width: 1180px) {
  .testimonials__item {
    padding: 2rem 2.5rem;
  }
}
.testimonials__item.swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
  transition: background 0.3s ease, color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .testimonials__item.swiper-slide:hover:not(.swiper-slide-active) {
    background: #f3f5ff;
  }
}
.testimonials__item.swiper-slide-active {
  background: #0080ff;
  color: #fff;
}
.testimonials__item-content {
  margin: 0 0 2.5rem;
  font-size: 1.5rem;
  font-weight: 250;
  line-height: 116%;
}
@media screen and (min-width: 768px) {
  .testimonials__item-content {
    font-size: 1.625rem;
    margin: 0 0 3.75rem;
  }
}
@media screen and (min-width: 1180px) {
  .testimonials__item-content {
    font-size: 1.875rem;
    margin: 0 0 6.25rem;
  }
}
.testimonials__item-author {
  margin: auto 0 0;
}
.testimonials__item-author--name {
  margin: 0 0 0.25rem;
}
.testimonials__item-author--occupation {
  text-transform: uppercase;
}
.testimonials__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0.375rem;
  right: 0.375rem;
  width: calc(100% - 0.75rem);
  transform: translateY(-50%);
  z-index: 10;
}
.testimonials__nav-arrow {
  width: 1.75rem;
  height: 1.75rem;
  min-width: 1.75rem;
}
.testimonials__nav-arrow svg {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 520px) {
  .testimonials__nav {
    display: none;
  }
}

/*# sourceMappingURL=testimonials.css.map*/