@charset "UTF-8";
.bg--white {
  background: #ffffff !important;
}

.color--white {
  color: #ffffff !important;
}

.bg--black {
  background: #000000 !important;
}

.color--black {
  color: #000000 !important;
}

.bg--blue {
  background: #004797 !important;
}

.color--blue {
  color: #004797 !important;
}

.bg--darkblue {
  background: #212B59 !important;
}

.color--darkblue {
  color: #212B59 !important;
}

.bg--purple {
  background: #8C1D82 !important;
}

.color--purple {
  color: #8C1D82 !important;
}

.bg--orange {
  background: #F08300 !important;
}

.color--orange {
  color: #F08300 !important;
}

.bg--pastelblue {
  background: #E8EDFF !important;
}

.color--pastelblue {
  color: #E8EDFF !important;
}

.bg--pastelorange {
  background: #FBE9D5 !important;
}

.color--pastelorange {
  color: #FBE9D5 !important;
}

.eye-block.testimonial-slider .swiper .swiper-wrapper .testimonial-item .testimonial-card {
  border-radius: 1.5rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .eye-block.testimonial-slider .swiper .swiper-wrapper .testimonial-item .testimonial-card {
    border-radius: 1rem;
  }
}
.eye-block.testimonial-slider .swiper .swiper-wrapper .testimonial-item .testimonial-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(to right, #00489A, #212B59, #8C1D82, #F08300);
  transform: scaleX(-1);
  transform-origin: center;
  border-radius: 1.5rem;
}
@media screen and (max-width: 768px) {
  .eye-block.testimonial-slider .swiper .swiper-wrapper .testimonial-item .testimonial-card::before {
    border-radius: 1rem;
  }
}
.eye-block.testimonial-slider .swiper .swiper-wrapper .testimonial-item .testimonial-card .testimonial-content {
  padding: 4rem 5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .eye-block.testimonial-slider .swiper .swiper-wrapper .testimonial-item .testimonial-card .testimonial-content {
    padding: 2rem;
  }
}
.eye-block.testimonial-slider .swiper .swiper-wrapper .testimonial-item .testimonial-card .testimonial-content .btn {
  width: max-content;
  border: none !important;
}
.eye-block.testimonial-slider .swiper .swiper-wrapper .testimonial-item .testimonial-card .testimonial-content .btn:hover {
  border: none !important;
}
.eye-block.testimonial-slider .swiper .swiper-wrapper .testimonial-item .testimonial-card .testimonial-content .testimonial-quote p {
  font-size: 3rem;
  line-height: 1.2;
  color: #ffffff;
}
.eye-block.testimonial-slider .swiper .swiper-wrapper .testimonial-item .testimonial-card .testimonial-content .testimonial-quote p::before {
  content: "“";
  font-size: 8rem;
  vertical-align: top;
  margin-right: 0.5rem;
  color: #ffffff;
  display: block;
  line-height: 0.2;
}
@media screen and (max-width: 992px) {
  .eye-block.testimonial-slider .swiper .swiper-wrapper .testimonial-item .testimonial-card .testimonial-content .testimonial-quote p::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .eye-block.testimonial-slider .swiper .swiper-wrapper .testimonial-item .testimonial-card .testimonial-content .testimonial-quote p {
    font-size: 2rem;
  }
}
.eye-block.testimonial-slider .swiper .swiper-wrapper .testimonial-item .testimonial-card .testimonial-image {
  position: relative;
  width: 140%;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: 2rem;
}
.eye-block.testimonial-slider .swiper .swiper-wrapper .testimonial-item .testimonial-card .testimonial-image img {
  position: absolute;
  bottom: 0;
  right: 2rem;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.eye-block.testimonial-slider .swiper .swiper-wrapper .testimonial-item .testimonial-card .testimonial-image svg {
  position: absolute;
  top: 2rem;
  right: -6rem;
  width: 120%;
  height: 120%;
  z-index: 1;
  object-fit: contain;
  opacity: 0.4;
}
.eye-block.testimonial-slider .swiper .swiper-button-next,
.eye-block.testimonial-slider .swiper .swiper-button-prev {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
  cursor: pointer;
  top: unset;
  left: unset;
  transition: 0.2s ease;
}
.eye-block.testimonial-slider .swiper .swiper-button-next:hover,
.eye-block.testimonial-slider .swiper .swiper-button-prev:hover {
  transform: scale(0.95);
}
.eye-block.testimonial-slider .swiper .swiper-button-next::after,
.eye-block.testimonial-slider .swiper .swiper-button-prev::after {
  display: none;
}
.eye-block.testimonial-slider .swiper .swiper-button-next i,
.eye-block.testimonial-slider .swiper .swiper-button-prev i {
  color: #004797;
  font-size: 1.2rem;
}
.eye-block.testimonial-slider .swiper .swiper-button-next {
  right: 1rem;
  bottom: 1rem;
}
.eye-block.testimonial-slider .swiper .swiper-button-prev {
  right: 4rem;
  bottom: 3rem;
}

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