/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 32:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin-left: auto!important;
    margin-right: auto!important;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 25px 50px;
    text-align: left;
  }

  .comparison-table th {
    font-weight: bold;
    border-bottom: 2px solid #ccc;
  }

  .comparison-table td {
    border-bottom: 1px solid #eee;
  }
</style>
.testimonial-slider {
  max-width: 800px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.testimonial-slide {
  display: none;
  text-align: center;
  padding: 2rem;
}
.testimonial-slide.active {
  display: block;
}
.testimonial-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1rem;
}
.testimonial-stars {
  margin: 0.5rem 0;
}
.star {
  color: gold;
  font-size: 2rem;
}
.star.inactive {
  color: #ccc;
}
.testimonial-dots {
  text-align: center;
  margin-top: 1rem;
}
.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
}
.dot.active {
  background-color: #333;
}

.testimonial-slide {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.testimonial-slide.active {
  opacity: 1;
  position: relative;
}
.testimonial-slider {
  position: relative;
  max-width: 800px;
  margin: auto;
  overflow: hidden;
  padding: var(--section-padding-top, 40px) 20px var(--section-padding-bottom, 40px);
}