.static-reviews.theme-white{background-color:var(--background-color)}.static-reviews.theme-blue{background-color:var(--nv-blue)}.static-reviews-header{text-align:center;margin-bottom:var(--space-lg)}.theme-blue .static-reviews-header h2,.theme-blue .static-reviews-header p{color:var(--nv-white)}.static-reviews-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-md)}.static-reviews-card{border-radius:var(--border-radius-lg);box-shadow:0 8px 25px rgb(0 0 0 / .08);display:flex;overflow:hidden}.static-reviews-grid .static-reviews-card:nth-child(even){flex-direction:row-reverse}.theme-white .static-reviews-card{background-color:var(--nv-blue);color:var(--nv-white)}.theme-white .static-reviews-header h2{color:var(--nv-blue)}.theme-blue .static-reviews-card{background-color:var(--nv-white);color:var(--nv-blue)}.static-reviews-card-image{flex:0 0 45%;line-height:0}.static-reviews-card-image .is-placeholder{background-color:#e0e0e0;width:100%;height:100%}.static-reviews-card-image img{width:100%;height:100%;object-fit:cover}.static-reviews-card-content{flex:1 1 55%;padding:var(--space-md);display:flex;flex-direction:column;position:relative;z-index:1}.theme-blue .static-reviews-card-content{color:var(--text-color)}.static-reviews-grid .static-reviews-card:nth-child(odd) .static-reviews-card-content{border-left:5px solid var(--nv-orange)}.static-reviews-grid .static-reviews-card:nth-child(even) .static-reviews-card-content{border-right:5px solid var(--nv-orange)}.static-reviews-card-quote{flex-grow:1;margin-bottom:var(--space-md);position:relative;padding-top:2rem}.static-reviews-card-quote::before{content:"\201C";position:absolute;top:-1.5rem;left:-1rem;font-size:6rem;line-height:1;font-family:serif;opacity:.1;z-index:-1}.theme-white .static-reviews-card-quote::before{color:var(--nv-orange)}.static-reviews-card-quote p{font-size:1.5rem;line-height:1.6}.theme-white .static-reviews-card-quote p,.theme-white .reviewer-name,.theme-white .review-time{color:var(--nv-white)}.theme-blue .static-reviews-card-quote p,.theme-blue .review-time{color:var(--text-color)}.theme-blue .reviewer-name{color:var(--nv-blue)}.static-reviews-card-footer{border-top:1px solid;padding-top:var(--space-sm)}.theme-white .static-reviews-card-footer{border-color:color-mix(in srgb,var(--nv-white) 20%,transparent)}.theme-blue .static-reviews-card-footer{border-color:color-mix(in srgb,var(--nv-black) 10%,transparent)}.reviewer-meta{display:flex;justify-content:space-between;align-items:center;margin-top:var(--space-xs)}.review-time{font-size:1.3rem}.star-rating .fa-star.is-filled{color:var(--nv-orange)}.static-reviews-footer{text-align:center;margin-top:var(--space-lg)}@media (max-width:992px){.static-reviews-card,.static-reviews-grid .static-reviews-card:nth-child(even){flex-direction:column}.static-reviews-card-image,.static-reviews-card-content{flex:none;width:100%}.static-reviews-card-image img,.static-reviews-card-image .is-placeholder{height:250px}.static-reviews-grid .static-reviews-card:nth-child(odd) .static-reviews-card-content,.static-reviews-grid .static-reviews-card:nth-child(even) .static-reviews-card-content{border:none}}@media (max-width:768px){.static-reviews-grid{grid-template-columns:1fr}}