/*rgba(245, 130, 32, 0.05)*/
.testimonial .content-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 63em;
  height: 77%;
}
.testimonial .testimonial__slider {
  display: flex;
  flex-direction: row;
  max-height: 100%;
  width: 63em;
  margin: 0;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
}
.testimonial .testimonial__slider:not(.slick-slider) {
  width: 59.6em;
  margin: 0 auto;
  height: 100%;
}
.testimonial .testimonial__slider.disable-slider {
  width: 100%;
}
.testimonial .testimonial__slider.disable-slider .slide:last-child {
  margin-right: 1em;
}
.testimonial .testimonial__slider.disable-slider .slide.one-third {
  width: 19.5em;
}
.testimonial .testimonial__slider.disable-slider .slide.two-third {
  width: 39.3em;
}
.testimonial .testimonial__slider.disable-slider .slide.full {
  width: 60.9em;
}
.testimonial .testimonial__slider.disable-slider .one-third, .testimonial .testimonial__slider.disable-slider .two-third, .testimonial .testimonial__slider.disable-slider .full {
  max-width: none;
}
.testimonial .testimonial__slider .slick-list {
  width: 59.6em;
  margin: 0 auto;
  height: 100%;
  padding: 1em 1.3em 0.6em;
}
.testimonial .testimonial__slider .slick-list .slick-track {
  display: flex;
}
.testimonial .testimonial__slider .slide {
  display: flex;
  flex-direction: column;
  width: 17.7em;
  max-width: 30.33%;
  height: 18em;
  margin: 2em 1em 0.6em 1em;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 1em rgba(0, 0, 0, 0.08);
  color: #4A4A4A;
  position: relative;
}
.testimonial .testimonial__slider .slide.two-third {
  width: 37.5em;
}
.testimonial .testimonial__slider .slide.full {
  width: 57.3em;
}
.testimonial .testimonial__slider .slide:focus {
  outline: none;
}
.testimonial .testimonial__slider .slide:last-child {
  margin-right: 0;
}
.testimonial .testimonial__slider .slide__img {
  width: 4.6em;
  height: 4.6em;
  position: absolute;
  border-radius: 50%;
  align-self: center;
  justify-content: center;
  transform: translateY(-39%);
  border: 0.3em solid #fff;
  background: #fff;
  box-shadow: 0px 0px 1em rgba(0, 0, 0, 0.08);
  display: flex;
  align-content: center;
  overflow: hidden;
}
.testimonial .testimonial__slider .slide__img.placeholder_star img {
  width: 80%;
}
.testimonial .testimonial__slider .slide__img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.testimonial .testimonial__slider .slide__quote {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  margin-left: 1.77778em;
  margin-top: 3.15556em;
  transform: translateY(-140%);
}
.testimonial .testimonial__slider .slide__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 3.65556em 2.1em 1.4em;
}
.testimonial .testimonial__slider .slide__content .description {
  color: inherit;
  font-size: 0.833334em;
  padding-bottom: 1em;
  max-height: calc(100% - 2.6em);
  overflow: hidden;
  margin: 0;
  line-height: 1.3;
}
.testimonial .testimonial__slider .slide__content .person {
  font-style: italic;
  margin-top: auto;
  color: inherit;
  font-size: 0.7777778em;
  line-height: 154%;
}
.testimonial .testimonial__slider .slide:not(.slick-slide) {
  min-width: 30.33%;
}
.testimonial .testimonial__slider .slide__video {
  width: 100%;
  margin-top: 0.3em;
}
.testimonial .testimonial__slider .slide__video img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial .testimonial__slider .slide__video-block {
  position: relative;
  z-index: 1;
  height: 100%;
}
.testimonial .testimonial__slider .slide__video-block:hover .slide__video-control.pause {
  opacity: 1;
}
.testimonial .testimonial__slider .slide__video-inner {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial .testimonial__slider .slide__video-preview {
  display: block;
  height: 100%;
  outline: none;
}
.testimonial .testimonial__slider .slide__video-control {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.6667em;
  height: 1.6667em;
  background-color: #41c7cf;
  cursor: pointer;
  z-index: 2;
}
.testimonial .testimonial__slider .slide__video-control::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3em 0 0.3em 0.5em;
  border-color: transparent transparent transparent #ffffff;
}
.testimonial .testimonial__slider .slide__video-control.hidden {
  display: none;
}
.testimonial .testimonial__slider .slide__video-control.pause {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.testimonial .testimonial__slider .slide__video-control.pause.hidden {
  display: none;
}
.testimonial .testimonial__slider .slide__video-control.pause::before {
  border: 0;
  width: 0.17em;
  height: 0.5em;
  border-left: 0.2em solid #fff;
  border-right: 0.2em solid #fff;
}
.testimonial .testimonial__slider.noslick .slick-track {
  display: flex;
  justify-content: center;
  width: 97% !important;
}
.testimonial .testimonial__slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  color: #41C7CF;
  font-size: 1.5em;
  line-height: 1.2;
  cursor: pointer;
}
.testimonial .testimonial__slider .slick-arrow:hover {
  color: #F58220;
}
.testimonial .testimonial__slider .slick-arrow:hover::before, .testimonial .testimonial__slider .slick-arrow:hover::after {
  background-image: url("../images/link-more-orange.svg");
}
.testimonial .testimonial__slider .slider-prev {
  padding-left: 1.2em;
  left: 0;
}
.testimonial .testimonial__slider .slider-prev::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.7em;
  height: 0.8em;
  background-image: url("../images/link-more-blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(180deg) translateY(50%);
}
.testimonial .testimonial__slider .slider-next {
  padding-right: 1.2em;
  right: 0;
}
.testimonial .testimonial__slider .slider-next::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.7em;
  height: 0.8em;
  background-image: url("../images/link-more-blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
.testimonial .testimonial__slider__dots {
  margin-bottom: 0.5em;
  padding: 0 3.3em;
  position: relative;
  z-index: 0;
  display: inline-flex;
  justify-items: center;
  width: auto !important;
}
.testimonial .testimonial__slider__dots:last-child {
  margin-bottom: 0;
}
.testimonial .testimonial__slider__dots .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.testimonial .testimonial__slider__dots .slick-dots li {
  padding: 0 0.1667em;
  line-height: 1;
}
.testimonial .testimonial__slider__dots .slick-dots li button {
  display: block;
  color: transparent;
  border: 0.05em solid #939598;
  font-size: 1em;
  width: 0.445em;
  height: 0.445em;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
}
.testimonial .testimonial__slider__dots .slick-dots li button:focus {
  outline: none;
}
.testimonial .testimonial__slider__dots .slick-dots li button:hover {
  border-color: #F58220;
}
.testimonial .testimonial__slider__dots .slick-dots li.slick-active button {
  background-color: #939598;
}
.testimonial.style_2 .title {
  font-size: 2em;
  margin-bottom: 0;
}
.testimonial.style_2 .content-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.testimonial.style_2 .side-image {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 23.2em;
  height: 16.6em;
  margin-right: 2.1em;
}
.testimonial.style_2 .side-image img {
  width: calc(100% - 0.85em);
  height: auto;
  max-height: 100%;
  box-shadow: 0.87em 0.87em 0 0 #AED8FB;
}
.testimonial.style_2 .testimonial__slider {
  width: 28.2em;
  height: 16.5em;
  position: relative;
}
.testimonial.style_2 .testimonial__slider .slick-list {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.testimonial.style_2 .testimonial__slider .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5em;
  height: 1.5em;
  background-color: #41C7CF;
  padding: 0;
  position: absolute;
  top: auto;
  bottom: 0;
  transform: none;
}
.testimonial.style_2 .testimonial__slider .slick-arrow:before, .testimonial.style_2 .testimonial__slider .slick-arrow:after {
  background-image: url("../images/link-more-white.svg");
  left: auto;
  right: auto;
}
.testimonial.style_2 .testimonial__slider .slick-arrow:hover:before, .testimonial.style_2 .testimonial__slider .slick-arrow:hover:after {
  background-image: url("../images/link-more-orange.svg");
}
.testimonial.style_2 .testimonial__slider .slider-prev {
  left: 2.6em;
}
.testimonial.style_2 .testimonial__slider .slider-next {
  left: 4.68em;
}
.testimonial.style_2 .testimonial__slider .slide {
  width: 100%;
  max-width: 28em;
  height: 100%;
  max-height: 12.6em;
  margin: 0 0.2em 0 0;
  box-shadow: none;
  background-color: transparent;
  position: relative;
}
.testimonial.style_2 .testimonial__slider .slide__quote {
  width: 2.7em;
  height: auto;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  transform: none;
}
.testimonial.style_2 .testimonial__slider .slide__content {
  padding: 0 0 0 3.8em;
}
.testimonial.style_2 .testimonial__slider .slide__content .content-title {
  width: 100%;
  margin-bottom: 0.95em;
}
.testimonial.style_2 .testimonial__slider .slide__content .content-title .text {
  line-height: 1.33;
}
.testimonial.style_2 .testimonial__slider .slide__content .description {
  font-size: 0.9em;
  line-height: 1.5;
}
.testimonial.style_2 .testimonial__slider .slide__content .person {
  font-size: 1em;
}
.testimonial.style_2 .testimonial__slider .slide__content .person__name {
  font-size: 0.9em;
  line-height: 1.25;
  color: #5EB2F7;
}
.testimonial.style_2 .testimonial__slider .slide__content .person__position {
  font-size: 0.76em;
  line-height: 1.4285;
}

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