.testimonials{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:var(--space-s)}*+.testimonials{margin-top:var(--space-l)}.testimonials__item{aspect-ratio:1;border:var(--strokeWidth-brand,2px) solid var(--color-border-secondary);border-radius:.25rem;display:-webkit-box;display:-ms-flexbox;display:flex;padding:var(--space-xs);position:relative}.testimonials__item--partner{background:var(--color-surface-secondary)}.testimonials__item--customer,.testimonials__item--partner{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.testimonials__item--customer span,.testimonials__item--partner span{bottom:var(--space-xs);color:var(--color-text-secondary);position:absolute;right:var(--space-xs)}.testimonials__item__name{font-size:var(--heading-size-400);font-weight:600;line-height:1.2;text-transform:uppercase}.testimonials__item--quote{aspect-ratio:2;background:var(--color-surface-brand-secondary);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:var(--gutter);padding:var(--space-s)}.testimonials__item--quote:nth-child(2n){background:var(--color-text-brand);color:var(--color-text-invert)}.testimonials__item--quote blockquote{margin-top:auto}.testimonials__item--quote blockquote p{font-size:var(--text-size-600);font-weight:400;line-height:1.4}.testimonials__item--quote svg{height:4rem;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.testimonials__item__quote-cite{position:relative}.testimonials__item__quote-name{font-size:var(--heading-size-300);font-weight:600;line-height:1.3}.testimonials__item__quote-title{font-size:var(--text-size-400);font-weight:400;line-height:1.5;margin-top:var(--space-6xs)}.testimonials__item__quote-title span{font-size:var(--text-size-400);font-weight:700;line-height:1.5}@media (min-width:48.001rem){.testimonials__item{-webkit-box-flex:0;-ms-flex:0 0 calc(25% - var(--space-s)*3/4);flex:0 0 calc(25% - var(--space-s)*3/4)}.testimonials__item--quote{-webkit-box-flex:0;-ms-flex:0 0 calc((100% - var(--space-s))/2);flex:0 0 calc((100% - var(--space-s))/2)}}@media (max-width:48rem){.testimonials__item{-webkit-box-flex:0;-ms-flex:0 0 calc((100% - var(--space-s))/2);flex:0 0 calc((100% - var(--space-s))/2)}.testimonials__item--quote{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.testimonials__item--quote svg{height:2rem}}