/** Shopify CDN: Minification failed

Line 47:19 Expected identifier but found whitespace
Line 47:21 Unexpected "{"
Line 47:30 Expected ":"
Line 48:8 Expected identifier but found whitespace
Line 48:10 Unexpected "{"
Line 48:19 Expected ":"

**/
@media screen and (min-width: 750px) {
  .testimonial-container-video {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
  }

  .testimonial-image-video {
    width: 55%;
    max-width: 874px;
  }

  .testimonial-slider-main {
    width: 45%;
    max-width: 724px;
  }
}

.testimonial-container-video:after {
  background: url('https://cdn.shopify.com/s/files/1/0897/7396/5676/files/testimonial-bg.png?v=1738822539') no-repeat top center;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 18rem;
  opacity: 0.4;
  z-index: -1;
  visibility: visible !important;
}

.testimonial-section-video {
  text-align: center;
  padding: 5.2rem 0;
  background-color: {{ section.settings.background_color }};
  color: {{ section.settings.text_color }};
  position: relative;
}

@media screen and (min-width: 750px) {
  .testimonial-container-video:after {
    background-image: url('https://cdn.shopify.com/s/files/1/0897/7396/5676/files/testimonial-bg-desktop.png?v=1738908775');
    opacity: 1;
    height: 72%;
    background-position: center;
    bottom: -3rem;
  }
  
  .testimonial-section-video {
    padding: 6.6rem 0;    
  }
}

@media screen and (min-width: 990px) {
  .testimonial-section-video {
    padding: 8.2rem 0;
  }

  .testimonial-container-video:after {
    bottom: -10rem;
  }
}

.testimonial-image-video img {
  width: 100%;
  border-radius: 2rem;
}

.testimonial-image-video video {
  width: 100%;
  border-radius: 4rem;
  height: 38rem;
  object-fit: cover;
  object-position: top;
  display: block;
}

@media screen and (min-width: 990px) {
  .testimonial-image-video video {
    height: 50rem;
  }
}

@media screen and (min-width: 1200px) {
  .testimonial-image-video video {
    height: 77rem;
  }
}

.testimonial-slide-video {
  text-align: center;
  position: relative;
  padding-bottom: 7rem;
}

.testimonial-slide-video + .testimonial-slide-video:not(.slick-slide) {
  display: none;
}

.testimonial-quote-video {
  font-size: 1.6rem;
  margin: 2.8rem 0 2.4rem 0;
  position: relative;
  padding: 6rem 0 0 0;
}

@media screen and (min-width: 750px) {
  .testimonial-quote-video {
    margin-top: 0;
  }
}

.testimonial-quote-video .testimonial-quote {
  content: '“';
  font-size: 10rem;
  color: #EF4673;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  line-height: .85;
  font-weight: 700;
}

.testimonial-name-video {
  color: var(--color-theme-pink);
  font-size: 1.8rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

.testimonial-name-video strong {
  font-weight: 300;
}


.testimonial-controls {
  margin-top: 2rem;
}

.testimonial-button {
  background-color: var(--color-theme-pink);
}

@media screen and (min-width: 990px) {
  .testimonial-quote-video {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }

  .testimonial-name-video {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 1200px) {
  .testimonial-quote-video .testimonial-quote {
      font-size: 15rem;  
  }
  
  .testimonial-quote-video {
    font-size: 2rem;
    margin-bottom: 6rem;
    padding-top: 8.5rem;
  }

  .testimonial-name-video {
    font-size: 2.8rem;
  }

  .testimonial-controls {
    margin-top: 2.5rem;
  }

  .testimonial-slide-video {
    padding-bottom: 8rem;
  }
}

