.lmn-testimonials-grid {
  width: 100%;
  overflow: hidden;
  background: #0d0d0d;
  color: #fff;
  position: relative;
}
.lmn-testimonials-grid__inner {
  position: relative;
  width: 100%;
  height: 3400px;
}
.lmn-testimonials-grid__controls {
  display: none;
}

.lmn-testimonial {
  position: absolute;
  left: 0;
  width: 100%;
  height: 700px;
  will-change: transform;
}
.lmn-testimonial__person, .lmn-testimonial__image, .lmn-testimonial__content {
  position: absolute;
}
.lmn-testimonial__content {
  will-change: transform;
}
.lmn-testimonial__person, .lmn-testimonial__image {
  overflow: hidden;
}
.lmn-testimonial__person {
  z-index: 2;
}
.lmn-testimonial__image {
  z-index: 1;
}
.lmn-testimonial__content {
  z-index: 3;
}
.lmn-testimonial__person-image, .lmn-testimonial__secondary-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lmn-testimonial__quote {
  margin: 0 0 24px;
  font-size: var(--wp--preset--font-size--font-32);
  line-height: 120%;
  font-weight: 300;
}
.lmn-testimonial__author {
  font-size: 16px;
  line-height: 150%;
}
.lmn-testimonial__name {
  margin-bottom: 6px;
  font-weight: 400;
}
.lmn-testimonial__role {
  font-size: 12px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 120%;
}
.lmn-testimonial--1 {
  top: 0;
}
.lmn-testimonial--1 .lmn-testimonial__person {
  right: 3%;
  top: 51px;
  width: 35%;
  height: 339px;
}
.lmn-testimonial--1 .lmn-testimonial__content {
  left: 42%;
  top: 245px;
  width: 32%;
}
.lmn-testimonial--2 {
  top: 265px;
}
.lmn-testimonial--2 .lmn-testimonial__person {
  left: 0;
  top: 0;
  width: 25%;
  height: 505px;
}
.lmn-testimonial--2 .lmn-testimonial__content {
  left: 11%;
  top: 455px;
  width: 32%;
}
.lmn-testimonial--2 .lmn-testimonial__image {
  left: 47%;
  top: 581px;
  width: 53%;
  height: 355px;
}
.lmn-testimonial--3 {
  top: 1300px;
}
.lmn-testimonial--3 .lmn-testimonial__person {
  right: 10%;
  top: 0;
  width: 54%;
  height: 330px;
}
.lmn-testimonial--3 .lmn-testimonial__content {
  left: 11%;
  top: 85px;
  width: 30%;
}
.lmn-testimonial--4 {
  top: 1680px;
}
.lmn-testimonial--4 .lmn-testimonial__person {
  right: 3%;
  top: 40px;
  width: 26%;
  height: 600px;
}
.lmn-testimonial--4 .lmn-testimonial__content {
  left: 43%;
  top: 40px;
  width: 30%;
}
.lmn-testimonial--4 .lmn-testimonial__image {
  left: 3%;
  top: 165px;
  width: 26%;
  height: 245px;
}
.lmn-testimonial--5 {
  top: 2250px;
}
.lmn-testimonial--5 .lmn-testimonial__person {
  left: 2%;
  top: 0;
  width: 30%;
  height: 375px;
}
.lmn-testimonial--5 .lmn-testimonial__content {
  left: 10%;
  top: 395px;
  width: 29%;
}
.lmn-testimonial--6 {
  top: 2600px;
}
.lmn-testimonial--6 .lmn-testimonial__person {
  right: 10%;
  top: 0;
  width: 38%;
  height: 380px;
}
.lmn-testimonial--6 .lmn-testimonial__content {
  right: 10%;
  top: 400px;
  width: 38%;
}

@media (max-width: 1023px) {
  .lmn-testimonials-grid {
    margin-top: var(--wp--preset--spacing--m) !important;
  }
  .lmn-testimonials-grid__inner {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    height: auto;
  }
  .lmn-testimonial {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    flex-shrink: 0;
    width: 100%;
    height: 667px;
    min-height: 0;
    margin-bottom: 0;
    overflow: hidden;
  }
  .lmn-testimonial__image {
    display: none;
  }
  .lmn-testimonial__person {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: auto !important;
    width: 180px !important;
    height: 271px !important;
  }
  .lmn-testimonial__person:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
  }
  .lmn-testimonial__content {
    position: absolute !important;
    top: 234px !important;
    left: 106px !important;
    right: auto !important;
    width: 252px !important;
    max-height: 340px;
    overflow: hidden;
    margin: 0;
  }
  .lmn-testimonial__quote {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2;
    color: #D1D5D7;
    margin: 0 0 24px;
  }
  .lmn-testimonial__author {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #fff;
  }
  .lmn-testimonial__name {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
  }
  .lmn-testimonial__role {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    margin: 0;
  }
  .lmn-testimonials-grid__controls {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 51px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .lmn-testimonials-grid__pagination {
    color: #D1D5D7 !important;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
  }
  .lmn-testimonials-grid__nav {
    display: flex;
    gap: 8px;
  }
  .lmn-testimonials-grid__prev,
  .lmn-testimonials-grid__next {
    width: 56px;
    height: 39px;
    border-radius: 80px;
    border: none;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.15);
    background-image: url("data:image/svg+xml;utf8,<svg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M25.2266 12.7969C25.436 12.5942 25.7969 12.6001 26.0079 12.8194L26.0089 12.8203L32.4093 19.6211L32.4141 19.627C32.5665 19.8068 32.6197 20.1162 32.4171 20.3672L32.4093 20.376L26.0089 27.1758L26.0059 27.1797C25.7825 27.401 25.4417 27.4013 25.2286 27.2012V27.2002C25.0136 26.9992 25.0035 26.6338 25.2032 26.4209V26.42L30.7276 20.5489H8.00008C7.69693 20.5489 7.4493 20.3012 7.4493 19.9981C7.44948 19.6951 7.69704 19.4483 8.00008 19.4483H30.7276L25.2032 13.5762C25.0011 13.361 25.0186 12.9985 25.2266 12.7969Z' fill='white' stroke='white' stroke-width='.3'/></svg>");
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: center;
    cursor: pointer;
  }
  .lmn-testimonials-grid__prev.swiper-button-disabled,
  .lmn-testimonials-grid__next.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
  }
  .lmn-testimonials-grid__prev {
    transform: scaleX(-1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .lmn-testimonial__content {
    top: 264px !important;
    width: 75% !important;
  }
}/*# sourceMappingURL=block-testimonials-grid.css.map */