 @media only screen and (min-width: 0rem) {#reviews2 {padding: var(--sectionPadding);padding-top: clamp(10rem, 16vw, 12.5rem);background-color: #fff;position: relative;z-index: 1;}#reviews2:before {content: '';width: 100%;height: 100%;background: var(--primary);opacity: 0.05;display: block;position: absolute;top: 0;left: 0;z-index: -1;}#reviews2 .cs-container {width: 100%;max-width: 43.75rem;margin: auto;padding: clamp(1.5rem, 4vw, 3.75rem) clamp(1rem, 4vw, 3.75rem);background-color: #fff;border-radius: 1rem;display: flex;flex-direction: column;align-items: center;gap: clamp(3rem, 6vw, 4rem);}#reviews2 .cs-content {text-align: center;width: 100%;display: flex;flex-direction: column;align-items: center;}#reviews2 .cs-button-solid {flex: none;}#reviews2 .cs-card-group {width: 100%;padding: 0;margin: 0;display: grid;grid-template-columns: repeat(12, 1fr);gap: clamp(1rem, 2.5vw, 1.25rem);}#reviews2 .cs-item {list-style: none;width: 100%;padding: clamp(1rem, 2.15vw, 1.25rem);border-radius: 1rem;overflow: hidden;box-sizing: border-box;background-color: #fff;display: flex;grid-column: span 12;justify-content: center;align-items: flex-start;flex-direction: column;position: relative;z-index: 1;}#reviews2 .cs-item:before {content: '';width: 100%;height: 100%;background: var(--primary);opacity: 0.05;display: block;position: absolute;top: 0;left: 0;z-index: -1;}#reviews2 .cs-quote {margin-bottom: 3rem;display: flex;align-items: flex-start;justify-content: space-between;gap: 1rem;}#reviews2 .cs-icon-wrapper {width: 3.875rem;height: 3.5rem;border-radius: 0.5rem;background-color: #fff;overflow: hidden;display: flex;align-items: center;justify-content: center;flex: none;position: relative;z-index: 1;}#reviews2 .cs-icon-wrapper:before {content: '';width: 100%;height: 100%;background: var(--primary);opacity: 0.2;display: block;position: absolute;top: 0;left: 0;z-index: -1;}#reviews2 .cs-icon {width: 1.875rem;height: auto;display: block;}#reviews2 .cs-header {font-size: clamp(1.25rem, 2vw, 1.5625rem);line-height: 1.2em;font-weight: 700;margin: 0;color: var(--headerColor);}#reviews2 .cs-review {font-size: clamp(0.875rem, 1.6vw, 1rem);line-height: 1.5em;margin: 0;margin-bottom: 2rem;padding-top: 2rem;color: var(--bodyTextColor);border-top: 1px solid #D2D8DF;}#reviews2 .cs-flex-group {margin-top: auto;display: flex;justify-content: flex-start;align-items: center;gap: 0.75rem;}#reviews2 .cs-profile {width: 3.125rem;height: auto;overflow: hidden;position: relative;display: block;}#reviews2 .cs-profile img {position: absolute;top: 0;left: 0;height: 100%;width: 100%;object-fit: cover;}#reviews2 .cs-name {font-size: 1.25rem;line-height: 1.2em;font-weight: 700;margin: 0;margin-top: auto;color: var(--headerColor);display: block;}#reviews2 .cs-job {font-size: clamp(0.875rem, 1.6vw, 1rem);line-height: 1.5em;font-weight: 400;margin: 0;color: var(--bodyTextColor);display: block;}}@media only screen and (min-width: 48rem) {#reviews2 .cs-content {text-align: left;flex-direction: row;justify-content: space-between;align-items: flex-end;gap: 2rem;}#reviews2 .cs-title {margin: 0;}}@media only screen and (min-width: 64rem) {#reviews2 .cs-container {max-width: 80rem;}#reviews2 .cs-item {grid-column: span 4;}#reviews2 .cs-quote {min-height: 5.625rem;margin-bottom: 2.125rem;}}@media only screen and (min-width: 0rem) {body.dark-mode #reviews2 {background-color: var(--dark);}body.dark-mode #reviews2:before {opacity: 0.2;background: #000;}body.dark-mode #reviews2 .cs-container {background-color: rgba(0, 0, 0, 0.2);}body.dark-mode #reviews2 .cs-item, body.dark-mode #reviews2 .cs-icon-wrapper {background-color: var(--dark);}body.dark-mode #reviews2 .cs-header, body.dark-mode #reviews2 .cs-review, body.dark-mode #reviews2 .cs-name, body.dark-mode #reviews2 .cs-job {color: var(--bodyTextColotWhite);}body.dark-mode #reviews2 .cs-review, body.dark-mode #reviews2 .cs-job {opacity: 0.8;}body.dark-mode #reviews2 .cs-review {border-color: rgba(255, 255, 255, 0.2);}}th: 3.125rem;
    height: auto;
    /* clips image corners to make circle */
    overflow: hidden;
    position: relative;
    display: block;
  }
  #reviews2 .cs-profile img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* makes the image behave like a background image */
    object-fit: cover;
  }
  #reviews2 .cs-name {
    font-size: 1.25rem;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0;
    /* in case one card has more text than the other, this pushes up against the review text so the name and title are always at the bottom. Only works if parent is a flexbox */
    margin-top: auto;
    color: var(--headerColor);
    display: block;
  }
  #reviews2 .cs-job {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.6vw, 1rem);
    line-height: 1.5em;
    font-weight: 400;
    margin: 0;
    color: var(--bodyTextColor);
    display: block;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #reviews2 .cs-content {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 2rem;
  }
  #reviews2 .cs-title {
    margin: 0;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #reviews2 .cs-container {
    max-width: 80rem;
  }
  #reviews2 .cs-item {
    grid-column: span 4;
  }
  #reviews2 .cs-quote {
    min-height: 5.625rem;
    margin-bottom: 2.125rem;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #reviews2 {
    background-color: var(--dark);
  }
  body.dark-mode #reviews2:before {
    opacity: 0.2;
    background: #000;
  }
  body.dark-mode #reviews2 .cs-container {
    background-color: rgba(0, 0, 0, 0.2);
  }
  body.dark-mode #reviews2 .cs-item,
  body.dark-mode #reviews2 .cs-icon-wrapper {
    background-color: var(--dark);
  }
  body.dark-mode #reviews2 .cs-header,
  body.dark-mode #reviews2 .cs-review,
  body.dark-mode #reviews2 .cs-name,
  body.dark-mode #reviews2 .cs-job {
    color: var(--bodyTextColotWhite);
  }
  body.dark-mode #reviews2 .cs-review,
  body.dark-mode #reviews2 .cs-job {
    opacity: 0.8;
  }
  body.dark-mode #reviews2 .cs-review {
    border-color: rgba(255, 255, 255, 0.2);
  }
}
