  @media (max-width: 767.89px) {
     #testimonial-rotator .u-lineHeader::after {
         display: none;
    }
}
 #testimonial-rotator .quoteBlock, #testimonial-rotator .quoteBlock::before {
     display:block;
     padding-left: 0;
     padding-right: 0;
}
 #testimonial-rotator .quoteBlock--goldLine::before {
     margin: 0 0 -0.5em -0.03em;
}
 #testimonial-rotator .quoteBlock--goldLine .quoteBlock-bio {
     background-size: 2rem 2px;
}
 #testimonial-rotator-content {
     transition:ease-out 2s;
}
 .tns-outer {
     position:relative;
}
 .tns-nav {
     display: grid;
     grid-template-columns: repeat(5, 1.5rem);
     justify-content: center;
}
 .tns-nav button {
     border-radius: 50%;
     padding: 0;
     width: 0.5rem;
     aspect-ratio: 1;
     margin: 0.5rem;
     border: none;
     background-color: var(--gfColors-slate30);
     z-index: 10;
}
 .tns-nav button.tns-nav-active {
     border: none;
     background-color: var(--gfColors-slate100);
}
 .tns-nav button:visited, .tns-nav button:focus, .tns-nav button:target {
     border: none;
     outline:none;
}
 .tns-controls {
     width: 100%;
     display: grid;
     grid-template-columns: 1fr 3rem 3rem 1fr;
     gap: 12rem;
     justify-content: center;
     justify-items: center;
     position: absolute;
     bottom: -.25rem;
}
 .tns-controls button {
     border: none;
     background-color: transparent;
     color: var(--gfColors-slate100);
}
 .tns-controls button:first-child {
     grid-area: 1/2/2/3;
     background-image: url("data:image/svg+xml,%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256.02 448'%3E%3Cpath d='M223.99 448c-8.19 0-16.38-3.12-22.62-9.38L9.38 246.62c-12.5-12.5-12.5-32.75 0-45.25L201.38 9.38c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25L77.24 224l169.4 169.4c12.5 12.5 12.5 32.75 0 45.25-6.25 6.25-14.45 9.35-22.65 9.35Z' style='fill:%237998AC%3B'/%3E%3C/svg%3E");
     background-repeat: no-repeat;
     text-indent: -10000px;
}
 .tns-controls button:last-child {
     grid-area: 1/3/2/4;
     background-image: url("data:image/svg+xml,%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 448'%3E%3Cpath d='M32 448c-8.19 0-16.38-3.12-22.62-9.38-12.5-12.5-12.5-32.75 0-45.25L178.8 224 9.38 54.62C-3.12 42.12-3.12 21.88 9.38 9.38s32.75-12.5 45.25 0L246.63 201.38c12.5 12.5 12.5 32.75 0 45.25L54.63 438.63c-6.23 6.27-14.43 9.37-22.63 9.37Z' style='fill:%237998AC%3B'/%3E%3C/svg%3E");
     background-repeat: no-repeat;
     text-indent: -10000px;
}
