@charset "UTF-8";
/* SCSS Framework boilerplate from Ristretto: https://github.com/kylelarkin/ristretto */
* {
  box-sizing: border-box;
}

body, select, input, textarea {
  color: #333;
}

::-moz-selection {
  background: #ccc;
  color: #000;
  text-shadow: none;
}

::selection {
  background: #ccc;
  color: #000;
  text-shadow: none;
}

a:link {
  -webkit-tap-highlight-color: transparent;
}

ins {
  background-color: #ccc;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ccc;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

.testimonial .testimonial-grid {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .testimonial .testimonial-grid {
    display: grid;
    grid-auto-flow: column;
    gap: 2rem;
    grid-template-columns: 50% 50%;
  }
}
@media (min-width: 1024px) {
  .testimonial .testimonial-grid {
    grid-template-columns: 40% 60%;
    gap: 4rem;
  }
}
.testimonial h2 {
  font-family: "neue-haas-grotesk-display", Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 0.5rem 2rem;
}
@media (min-width: 320px) {
  .testimonial h2 {
    font-size: calc(26px + 14 * (100vw - 320px) / 960);
  }
}
@media (min-width: 1280px) {
  .testimonial h2 {
    font-size: 40px;
  }
}
.testimonial .subtitle {
  font-family: "neue-haas-grotesk-display", Helvetica, Arial, sans-serif;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-left: 2rem;
}
.testimonial ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.testimonial ul li {
  padding: 0 2rem;
  margin-bottom: 10rem;
}
.testimonial .tns-outer {
  position: relative;
}
.testimonial .tns-controls {
  display: flex;
  justify-content: space-between;
  left: 0;
  position: absolute;
  top: 20%;
  width: 100%;
}
.testimonial .tns-controls button {
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  border: 0;
  font-size: 20px;
}
.testimonial .quote {
  position: relative;
  z-index: 10;
  margin: 3rem 0;
}
.testimonial .quote:before {
  content: "“";
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: absolute;
  color: #f2f2f2;
  z-index: -1;
  top: 0.5rem;
  left: -0.5rem;
}
@media (min-width: 1024px) {
  .testimonial .quote:before {
    left: -1.25rem;
  }
}
.testimonial .quote:after {
  content: "”";
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #f2f2f2;
  z-index: -1;
  margin-top: -100px;
  line-height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.testimonial .credit p {
  font-family: "neue-haas-grotesk-display", Helvetica, Arial, sans-serif;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.testimonial .testimonial-image {
  height: 100%;
}
.testimonial .testimonial-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
