body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.n4-nav-button {
  background-color: #000;
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  transition: background-color .2s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.n4-nav-button:hover {
  background-color: #000000bf;
}

.a1-accordion-title, .a2-accordion-title, .a3-accordion-title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.body-s {
  color: #9f9f9f;
  font-size: .85rem;
}

.te1-testimonial-slider-arrow-icon-inner-wrapper {
  display: flex;
  position: relative;
}

.t1-testimonial-slider-quote {
  opacity: .25;
  max-width: 3rem;
  font-family: Droid Serif, serif;
  font-size: 10rem;
  line-height: 1em;
}

.te1-section {
  z-index: 2;
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  border-bottom: 1px #cfcfcf;
  flex-direction: column;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.te1-testimonial-slider-arrow-button {
  border: 1px solid #0000;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.te1-container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.te1-icon-m {
  width: 2rem;
  height: 2rem;
  max-height: 1.25rem;
}

.te1-icon-m.icon-absolute-slider {
  position: absolute;
  top: 0%;
  left: -100%;
}

.t1-testimonial-slider-slide {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 35rem;
  padding: 5rem;
  display: flex;
}

.t1-testimonial-author-portrait {
  aspect-ratio: 1;
  border-radius: 100%;
  width: 4rem;
}

.te1-testimonial-slider-arrow {
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 5.5rem;
  display: flex;
}

.te1-testimonial-slider-arrow-icon-outer-wrapper {
  display: flex;
  overflow: hidden;
}

.t1-testimonial-slider-author-meta-work {
  grid-column-gap: .35rem;
  grid-row-gap: .35rem;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  display: flex;
}

.t1-testimonial-slider-slide-wrapper {
  height: 100%;
  min-height: 35rem;
}

.te1-testimonial-slider-nav {
  display: none;
}

.display-xs {
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.15em;
}

.t1-testimonial-title {
  text-align: center;
  max-width: 42ch;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.5em;
}

.t1-testimonial-slider-author {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  display: flex;
}

.te1-testimonial-slider {
  background-color: #0000;
  height: 100%;
}

.t1-testimonial-author {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .n4-nav-button {
    transition-property: none;
  }

  .n4-nav-button:hover {
    background-color: #000;
  }

  .te1-section {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .te1-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .t1-testimonial-title {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .n4-nav-button {
    width: 3rem;
    height: 3rem;
  }

  .t1-testimonial-slider-quote {
    max-width: 2.5rem;
  }

  .te1-section {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .te1-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .t1-testimonial-author-portrait {
    width: 3rem;
  }

  .te1-testimonial-slider-arrow {
    width: 3.5rem;
  }
}

@media screen and (max-width: 479px) {
  .t1-testimonial-slider-quote {
    max-width: 2rem;
  }

  .te1-icon-m {
    max-height: 1rem;
  }

  .t1-testimonial-slider-slide {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    min-height: 20rem;
    padding: 0;
  }

  .te1-testimonial-slider-arrow {
    justify-content: center;
    align-items: flex-end;
    width: 1.5rem;
    margin-right: -.75rem;
    display: none;
  }

  .te1-testimonial-slider-arrow.te1-testimonial-slider-arrow-left {
    margin-left: -.75rem;
    margin-right: 0;
  }

  .display-xs {
    font-size: 1rem;
  }

  .t1-testimonial-title {
    font-size: 1.15rem;
  }

  .te1-testimonial-slider {
    border-style: none;
  }

  .t1-testimonial-author {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}
