/** Shopify CDN: Minification failed

Line 121:6 Unexpected "{"
Line 122:13 Expected ":"

**/
.dlp-testi-sec {
  background: var(--dlp-gray);
}

.dlp-testi-inner {
  padding: 70px 0 0;
  overflow: hidden;
}

.dlp-sec-sub a {
  color: var(--dlp-maroon);
  font-weight: 700;
  text-decoration: underline;
}

.dlp-testi-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.dlp-testi-track-wrap {
  overflow: hidden;
  width: 100%;
  padding-bottom: 70px;
}

.dlp-testi-grid {
  display: flex;
  gap: 30px;
  transition: transform .5s;
  will-change: transform;
}

.dlp-testi-card {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 35px 35px rgba(0, 0, 0, .05);
  flex: 0 0 calc((100% - 60px) / 3);
  min-width: calc((100% - 60px) / 3);
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.dlp-testi-stars {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.dlp-testi-stars svg {
  width: 20px;
  height: 20px;
}

.dlp-testi-title {
  font-size: 16px;
  color: var(--dlp-ink);
  line-height: 22px;
  font-weight: 500;
  text-align: center;
  min-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.dlp-testi-q {
  font-size: 16px;
  color: var(--dlp-ink);
  line-height: 22px;
  text-align: center;
  font-weight: 400;
  margin: 0;
}

.dlp-testi-auth {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
  color: var(--dlp-ink);
  margin-top: auto;
}

.dlp-testi-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  transition: background .2s, width .2s;
}

.dlp-testi-dot.is-on {
  background: var(--dlp-maroon);
  width: 24px;
  border-radius: 100px;
}

@media (max-width: 767px) {
  .dlp-testi-inner {
    padding: 32px 24px 0;
  }

  .dlp-testi-grid {
  gap: 16px;
}

  #dlp-testi- {
      {
      section.id
    }
  }

  .dlp-testi-inner .dlp-sec-sub {
    max-width: 68%;
    margin: 0 auto;
  }

  .dlp-testi-carousel {
    overflow: visible;
  }

  .dlp-testi-track-wrap {
    overflow: visible;
    padding-bottom: 32px;
  }

  .dlp-testi-card {
    border-radius: 4px;
    padding: 16px;
    gap: 12px;
    flex: 0 0 83%;
    min-width: 83%;
  }

  .dlp-testi-title {
    font-size: 14px;
    line-height: 20px;
    min-height: 40px;
  }
}


.dlp-features-sec {
  display: none;
}


@media screen and (max-width:767px){
  
  .dlp-features-sec {
  display: block;
}

  .dlp-features-sec .dlp-inner{
    background: #6C4031;
    padding: 32px 0;
  }

  .dlp-feat-box-title {
            font-size: 24px;
        line-height: 29px;
        color: #FFFFFF;
        max-width: 80%;
        text-align: center;
        justify-self: center;
        font-family: var(--dlp-font-serif);
  }

.dlp-feat-grid{
    display:flex;
    flex-wrap:nowrap;
    overflow-x:auto;
    overflow-y:hidden;
    gap:16px;
    padding-right:20px;
    scroll-snap-type:x mandatory;
    scroll-behavior:smooth;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
}

.dlp-feat-grid::-webkit-scrollbar{
    display:none;
}

.dlp-feat-item{
    flex:0 0 82%;
    max-width:82%;
    scroll-snap-align:start;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .1);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dlp-feat-item-hd {
  display: flex;
    gap: 16px;
    align-items: center;
}

.dlp-feat-item-ico {
  background: var(--orange);
    border-radius: 2px;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.dlp-feat-item-ico img {
  background: var(--orange);
    width: 30px;
    height: 30px;
}

.dlp-feat-item-name {
  font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    flex: 1;
    margin: 0;
}

.dlp-feat-item-desc {
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

}