.th-reviews{background:#fff;padding:54px 0;border-bottom:1px solid #b21f2d}.th-reviews-wrap{max-width:1160px;margin:auto;padding:0 24px}.th-reviews-title{text-align:center;margin-bottom:30px}.th-reviews-title h2{font-size:34px;margin:0 0 8px;color:#161616}.th-reviews-title p{margin:0}.th-review-window{position:relative;overflow:hidden}.th-review-track{display:flex;gap:16px;animation:thReviewScroll 24s linear infinite;width:max-content}.th-review-window:hover .th-review-track{animation-play-state:paused}.th-review-card{width:320px;flex:0 0 320px;border:1px solid #b21f2d;padding:24px;background:#fff}.th-stars{color:#b21f2d;font-size:20px;letter-spacing:2px;margin-bottom:12px}.th-review-card blockquote{margin:0 0 16px;font-size:17px;line-height:1.55}.th-review-card strong{font-size:14px}.th-google{display:block;text-align:center;margin-top:20px;color:#b21f2d;font-weight:700;text-decoration:none}@keyframes thReviewScroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}@media(max-width:600px){.th-review-card{width:280px;flex-basis:280px}}@media(prefers-reduced-motion:reduce){.th-review-track{animation:none;overflow-x:auto}}