:export {
  primaryMidnight500: #0b111e;
  primaryWhite100: #ffffff;
  primaryGray500: #848484;
  primaryAmber400: #fa9929;
}

.testimonial-wrapper {
  background: white;
}

.testimonial-cmp {
  position: relative;
  width: 100%;
  height: 396px;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
  overflow: visible;
  width: 100%;
  max-width: none;
  overflow: visible;
}
@media (max-width: 480px) {
  .testimonial-cmp:not(.full-width) {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .testimonial-cmp:not(.full-width) {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .testimonial-cmp:not(.full-width) {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .testimonial-cmp:not(.full-width) {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
}
@media (min-width: 1440px) {
  .testimonial-cmp:not(.full-width) {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
}

.testimonial-cmp__container {
  position: relative;
  height: 100%;
}

.testimonial-cmp__slide {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease;
}

.testimonial-cmp__slide__card {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 8px;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  width: calc(85% - 256px);
  z-index: 2;
  text-align: center;
}

.testimonial-cmp__slide__card__img {
  width: 120px;
  height: 120px;
  text-align: center;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  padding: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(244, 244, 244);
  border-image: initial;
  margin: 0 auto;
}

.testimonial-cmp__slide__card__desc p {
  color: rgb(132, 132, 132);
}
@media (max-width: 480px) {
  .testimonial-cmp__slide__card__desc p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Public Sans", sans-serif;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .testimonial-cmp__slide__card__desc p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Public Sans", sans-serif;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .testimonial-cmp__slide__card__desc p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Public Sans", sans-serif;
    margin: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .testimonial-cmp__slide__card__desc p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Public Sans", sans-serif;
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .testimonial-cmp__slide__card__desc p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Public Sans", sans-serif;
    margin: 0;
  }
}

.testimonial-cmp__slide__card__author h4 {
  color: rgb(34, 34, 34);
  padding: 0;
  margin: 0;
}
@media (max-width: 480px) {
  .testimonial-cmp__slide__card__author h4 {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Public Sans", sans-serif;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .testimonial-cmp__slide__card__author h4 {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Public Sans", sans-serif;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .testimonial-cmp__slide__card__author h4 {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    font-family: "Public Sans", sans-serif;
    margin: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .testimonial-cmp__slide__card__author h4 {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    font-family: "Public Sans", sans-serif;
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .testimonial-cmp__slide__card__author h4 {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    font-family: "Public Sans", sans-serif;
    margin: 0;
  }
}

.testimonial-cmp__slide__card__author p {
  color: rgb(250, 153, 40);
  padding: 0;
  margin: 0;
}
@media (max-width: 480px) {
  .testimonial-cmp__slide__card__author p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Public Sans", sans-serif;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .testimonial-cmp__slide__card__author p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Public Sans", sans-serif;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .testimonial-cmp__slide__card__author p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Public Sans", sans-serif;
    margin: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .testimonial-cmp__slide__card__author p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Public Sans", sans-serif;
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .testimonial-cmp__slide__card__author p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Public Sans", sans-serif;
    margin: 0;
  }
}

.testimonial-cmp__slide--active {
  display: block;
  animation: fadeIn 1s ease-in-out;
}

.testimonial-cmp__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.testimonial-cmp__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #999999;
  border: none;
  font-size: 2rem;
  padding: 4px 10px;
  cursor: pointer;
  z-index: 10;
}

.testimonial-cmp__arrow--left {
  left: 128px;
  background: transparent;
  border: 1px solid #f4f4f4;
}

.testimonial-cmp__arrow--right {
  right: 128px;
  background: transparent;
  border: 1px solid #f4f4f4;
}

@media (max-width: 480px) {
  .testimonial-cmp {
    height: 480px;
  }
  .testimonial-cmp__slide__card {
    width: 100%;
    top: 50%;
    gap: 24px;
    transform: translate(-50%, -50%);
  }
  .testimonial-cmp__arrow--left {
    top: 40px;
    left: calc(100% - 102px);
  }
  .testimonial-cmp__arrow--right {
    top: 40px;
    right: 0;
    left: calc(100% - 48px);
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .testimonial-cmp {
    height: 480px;
  }
  .testimonial-cmp__slide__card {
    width: 100%;
    top: 50%;
    gap: 24px;
    transform: translate(-50%, -50%);
  }
  .testimonial-cmp__arrow--left {
    top: 40px;
    left: calc(100% - 102px);
  }
  .testimonial-cmp__arrow--right {
    top: 40px;
    right: 0;
    left: calc(100% - 48px);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .testimonial-cmp {
    height: 384px;
  }
  .testimonial-cmp__slide__card {
    width: calc(90% - 16px);
  }
  .testimonial-cmp__arrow--left {
    left: 0;
  }
  .testimonial-cmp__arrow--right {
    right: 0;
  }
}
/*# sourceMappingURL=testimonial.min.css.map */
