 @media only screen and (min-width: 0rem) {#reviews {padding: var(--sectionPadding);padding-top: clamp(5rem, 12vw, 7.5rem);}#reviews .cs-container {width: 100%;max-width: 80rem;margin: auto;display: flex;flex-direction: column;align-items: center;gap: clamp(3rem, 6vw, 4rem);}#reviews .cs-content {text-align: center;width: 100%;display: flex;flex-direction: column;align-items: center;}#reviews .cs-card-group {width: 100%;margin: 0;padding: 0;display: flex;flex-direction: column;align-items: center;gap: clamp(4rem, 8vw, 5rem);}#reviews .cs-item {list-style: none;position: relative;display: flex;flex-direction: column;border-radius: 0.5rem;margin: 0;padding: 4rem 1.875rem 1.75rem 1.875rem;max-width: 25.625rem;width: 100%;background: #fff;box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.08);}#reviews .cs-profile {position: absolute;top: -3.1875rem;left: 1.875rem;display: flex;justify-content: center;align-items: center;border-radius: 50%;height: 6.1875rem;width: 6.1875rem;background: #fff;box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.12);box-sizing: border-box;padding: 1.375rem;}#reviews .cs-profile img {width: 100%;height: 100%;object-fit: contain;}#reviews .cs-review {font-size: clamp(0.875rem, 1.5vw, 1rem);line-height: 1.5em;text-align: left;white-space: pre-line;margin: 0 0 1.75rem 0;color: var(--bodyTextColor);}#reviews .cs-flex-group {display: flex;flex-wrap: nowrap;justify-content: space-between;align-items: center;gap: 0.75rem;border-top: 1px solid #e7e7e7;margin-top: auto;padding-top: 1rem;}#reviews .cs-name {display: block;font-size: 1rem;line-height: 1.5em;font-weight: 700;color: var(--headerColor);text-align: left;}#reviews .cs-desc {display: block;font-size: 0.875rem;font-weight: 400;color: #757575;}#reviews .cs-stars {display: flex;flex-shrink: 0;gap: 0.125rem;}#reviews .cs-stars svg {width: 1rem;height: 1rem;}#reviews .cs-stars .cs-star {fill: #fbbc05;}#reviews .cs-stars .cs-star-empty {fill: #d6d6d6;}}@media only screen and (min-width: 48rem) {#reviews .cs-card-group {flex-direction: row;flex-wrap: wrap;justify-content: center;align-items: stretch;row-gap: clamp(4.5rem, 8vw, 6rem);column-gap: 1.875rem;}#reviews .cs-item {width: calc(50% - 0.9375rem);}}@media only screen and (min-width: 64rem) {#reviews .cs-item {width: calc(33.333% - 1.25rem);}}@media only screen and (min-width: 0rem) {body.dark-mode #reviews .cs-item {background: var(--medium);}body.dark-mode #reviews .cs-profile {background: var(--medium);}body.dark-mode #reviews .cs-name {color: #fff;}body.dark-mode #reviews .cs-desc {opacity: 0.7;color: #fff;}body.dark-mode #reviews .cs-flex-group {border-color: rgba(255, 255, 255, 0.15);}}