 @media only screen and (min-width: 0rem) {#reviews-tct {padding: var(--sectionPadding);}#reviews-tct .cs-container {width: 100%;max-width: 80rem;margin: auto;display: flex;flex-direction: column;align-items: center;gap: 3rem;}#reviews-tct .cs-content {text-align: center;width: 100%;display: flex;flex-direction: column;align-items: center;}#reviews-tct .cs-card-group {padding: 0;margin: 0;width: 100%;display: flex;flex-direction: column;justify-content: center;align-items: center;gap: 1rem;}#reviews-tct .cs-item {list-style: none;width: 100%;max-width: 39.375rem;padding: 2rem 1.5rem;background-color: var(--bodyTextColorWhite);box-shadow: 0px 12px 80px 0px rgba(26, 26, 26, 0.2);border-radius: 0.5rem;box-sizing: border-box;display: flex;justify-content: center;align-items: flex-start;flex-direction: column;position: relative;}#reviews-tct .cs-quote {width: 2.5rem;height: auto;margin-bottom: 2rem;display: block;}#reviews-tct .cs-review {font-size: clamp(0.875rem, 2vw, 1.25rem);line-height: 1.5em;margin: 0;margin-bottom: 1.5rem;color: var(--bodyTextColor);}#reviews-tct .cs-reviewer {margin-top: auto;}#reviews-tct .cs-name {font-size: clamp(1.25rem, 3vw, 1.5625rem);line-height: 1.2em;font-weight: 700;margin: 0;color: var(--headerColor);display: block;}#reviews-tct .cs-google-link {font-size: var(--bodyFontSize);line-height: 1.5em;text-decoration: underline;text-underline-offset: 0.1875rem;color: var(--primary);transition: color 0.3s;}#reviews-tct .cs-google-link:hover {color: var(--primaryDark);}}@media only screen and (min-width: 48rem) {#reviews-tct {}#reviews-tct .cs-card-group {display: grid;grid-template-columns: repeat(2, 1fr);align-items: stretch;gap: 1.5rem;max-width: 80rem;margin: 0 auto;}#reviews-tct .cs-item {width: auto;max-width: none;margin: 0;}}@media only screen and (min-width: 64rem) {#reviews-tct {}#reviews-tct .cs-card-group.cs-count-3 {grid-template-columns: repeat(3, 1fr);}#reviews-tct .cs-card-group.cs-count-4 {grid-template-columns: repeat(2, 1fr);}}@media only screen and (min-width: 0rem) {body.dark-mode #reviews-tct {background-color: rgba(0, 0, 0, 0.2);}body.dark-mode #reviews-tct .cs-item {background-color: var(--accent);}body.dark-mode #reviews-tct .cs-topper {color: var(--primaryLight);}body.dark-mode #reviews-tct .cs-title, body.dark-mode #reviews-tct .cs-text, body.dark-mode #reviews-tct .cs-review, body.dark-mode #reviews-tct .cs-name {color: var(--bodyTextColorWhite);}body.dark-mode #reviews-tct .cs-google-link {color: var(--primaryLight);}body.dark-mode #reviews-tct .cs-google-link:hover {color: var(--bodyTextColorWhite);}}