.testimonial-cards{overflow:hidden;position:relative}.testimonial-cards .testimonial-cards__grid{display:grid;grid-template-columns:1fr}.testimonial-cards .testimonial-cards__grid .card{margin:0 auto;max-width:440px;overflow:hidden;position:relative;width:100%}.testimonial-cards .testimonial-cards__grid .card:after{content:"";display:block;padding-top:100%}.testimonial-cards .testimonial-cards__grid .card .card__background-image{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.testimonial-cards .testimonial-cards__grid .card .card__background-image.background-image--blur{filter:blur(2px);-webkit-filter:blur(2px);opacity:.6}.testimonial-cards .testimonial-cards__grid .card .card-inner{display:flex;flex-direction:column;height:calc(100% - 60px);left:30px;max-height:100%;overflow:auto;padding-right:10px;position:absolute;top:30px;width:calc(100% - 60px)}.testimonial-cards .testimonial-cards__grid .card .card-inner::-webkit-scrollbar{width:6px}.testimonial-cards .testimonial-cards__grid .card .card-inner::-webkit-scrollbar-track{background:var(--secondary)}.testimonial-cards .testimonial-cards__grid .card .card-inner::-webkit-scrollbar-thumb{background:#434d29}.testimonial-cards .testimonial-cards__grid .card.card--title .card-inner img{max-width:50px}.testimonial-cards .testimonial-cards__grid .card.card--title .card-inner h2{margin-top:20px}.testimonial-cards .testimonial-cards__grid .card.card--video{cursor:pointer}.testimonial-cards .testimonial-cards__grid .card.card--video .card__background-image{filter:blur(4px);-webkit-filter:blur(4px);opacity:.5}.testimonial-cards .testimonial-cards__grid .card.card--video .card-inner{justify-content:space-between}.testimonial-cards .testimonial-cards__grid .card.card--video .card-inner img{max-width:60px}.testimonial-cards .testimonial-cards__grid .card.card--video .card-inner .title{font-family:Tw Cen MT Condensed,sans-serif;font-size:3rem;font-weight:300;margin:0}.testimonial-cards .testimonial-cards__grid .card.card--video .card-video{display:none}.testimonial-cards .testimonial-cards__grid .card.card--testimonial .card-inner .card-inner__testimonial{font-size:1.125rem}.testimonial-cards .testimonial-cards__grid .card.card--testimonial .card-inner .card-inner__testimonial-author{font-family:Tw Cen MT Condensed,sans-serif;font-size:1.75rem;font-weight:300;margin:0;padding-left:40px;position:relative}.testimonial-cards .testimonial-cards__grid .card.card--testimonial .card-inner .card-inner__testimonial-author:before{content:"";height:4px;left:0;position:absolute;top:16px;width:30px}@media (min-width:576px){.testimonial-cards .testimonial-cards__grid{grid-template-columns:repeat(2,1fr)}.testimonial-cards .testimonial-cards__grid .card:nth-child(odd){margin:0 0 0 auto}.testimonial-cards .testimonial-cards__grid .card:nth-child(2n){margin:0 auto 0 0}.testimonial-cards .testimonial-cards__grid .card.card--testimonial .card-inner .card-inner__testimonial{font-size:1rem}.testimonial-cards .testimonial-cards__grid .card.card--video .card-inner .title{font-size:2.25rem}}@media (min-width:992px){.testimonial-cards .testimonial-cards__grid .card .card-inner{height:calc(100% - 120px);left:60px;top:60px;width:calc(100% - 120px)}}@media (min-width:1200px){.testimonial-cards .testimonial-cards__grid{grid-template-columns:repeat(4,1fr)}.testimonial-cards .testimonial-cards__grid .card{margin:0;max-width:none}.testimonial-cards .testimonial-cards__grid .card .card-inner{height:calc(100% - 80px);left:40px;top:40px;width:calc(100% - 80px)}.testimonial-cards .testimonial-cards__grid .card.card--title{grid-column:2/3;grid-row:1/2}.testimonial-cards .testimonial-cards__grid .card.card--video .card-inner .title{font-size:2.25rem}}@media (min-width:1400px){.testimonial-cards .testimonial-cards__grid .card.card--video .card-inner .title{font-size:3rem}.testimonial-cards .testimonial-cards__grid .card.card--testimonial .card-inner .card-inner__testimonial{font-size:1.125rem}}.video-lightbox{display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:101}.video-lightbox:before{background:var(--secondary-background);content:"";height:100%;left:0;opacity:.9;position:absolute;top:0;width:100%;z-index:-1}.video-lightbox>.container{display:flex;flex-direction:column;height:100%;justify-content:center;max-width:1000px}.video-lightbox .video-lightbox__content{background-color:transparent;padding:40px;position:relative}.video-lightbox .video-lightbox__content .lightbox-close{color:#fff;cursor:pointer;font-size:1.75rem;position:absolute;right:10px;top:-2px}