/*-- -------------------------- -->
<---          Reviews           -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #reviews-864 {
        padding: var(--sectionPadding);
        position: relative;
        z-index: 1;
    }
  
    #reviews-864:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        z-index: -1;
    }
  
    #reviews-864 .cs-container {
        width: 100%;
        max-width: 34.375rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: clamp(3rem, 6vw, 4rem);
    }
  
    #reviews-864 .cs-content {
        text-align: center;
        width: 100%;
        max-width: 56.25rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
  
    #reviews-864 .cs-title {
        max-width: 20ch;
    }
  
    #reviews-864 .cs-text {
        max-width: 100%;
    }
  
    #reviews-864 .cs-card-group {
        padding: 0;
        margin: 0;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        gap: clamp(1rem, 2.5vw, 1.15rem);
    }
  
    #reviews-864 .cs-item {
        list-style: none;
        width: 100%;
        padding: clamp(1.25rem, 4vw, 2rem);
        background-color: #fff;
        border-radius: 0 1.5rem 0 1.5rem;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        grid-column: span 12;
        position: relative;
  
        background-color: #f7f7f7;
    }
  
    #reviews-864 .cs-flex-group {
        width: 100%;
        margin: 0 0 1.25rem 0;
        padding-bottom: 1.25rem;
        border-bottom: 1px solid var(--primary);
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 1.25rem;
    }
  
    #reviews-864 .cs-profile {
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
        overflow: hidden;
        position: relative;
        display: block;
    }
  
    #reviews-864 .cs-profile img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
  
    #reviews-864 .cs-name {
        font-size: clamp(1.25rem, 2vw, 1.5625rem);
        line-height: 1.5em;
        font-weight: 700;
        margin: 0 0 0.5rem 0;
        color: var(--headerColor);
        display: block;
    }
  
    #reviews-864 .cs-job {
        font-size: 0.875rem;
        line-height: 1.2em;
        font-weight: 400;
        margin: 0;
        color: var(--bodyTextColor);
        display: block;
    }
  
    #reviews-864 .cs-review {
        font-size: clamp(0.875rem, 1.5vw, 1rem);
        line-height: 1.5em;
        margin: 0;
        margin-bottom: 1.25rem;
        max-width: 27.75rem;
        color: var(--bodyTextColor);
    }
  
    #reviews-864 .cs-stars {
        width: 6.75rem;
        height: auto;
        margin: 0 0 0.5rem 0;
        display: block;
    }
  
    #reviews-864 .cs-desc {
        font-size: clamp(0.875rem, 1.5vw, 1rem);
        line-height: 1.5em;
        text-align: inherit;
        margin: 0;
        color: var(--bodyTextColor);
    }
  
    #reviews-864 .cs-quote1, #reviews-864 .cs-quote2 {
        display: none;
        width: 12.125rem;
        height: auto;
        display: block;
        position: absolute;
        z-index: -1;
    }
  
    #reviews-864 .cs-quote1 {
        top: 0;
        left: 0;
    }
  
    #reviews-864 .cs-quote2 {
        bottom: 0;
        right: 0;
    }
  }
  /* Tablet - 768px */
  @media only screen and (min-width: 48rem) {
    #reviews-864 .cs-container {
        max-width: 80rem;
    }
  
    #reviews-864 .cs-item {
        grid-column: span 6;
    }
  
    #reviews-864 .cs-item:last-of-type {
        grid-column: span 12;
    }
  
    #reviews-864 .cs-stars {
        margin-top: auto;
    }
  
    #reviews-864 .cs-quote1, #reviews-864 .cs-quote2 {
        display: block;
    }
  }
  /* Desktop - 1024px */
  @media only screen and (min-width: 64rem) {
    #reviews-864 .cs-item {
        grid-column: span 4;
    }
  
    #reviews-864 .cs-item:last-of-type {
        grid-column: span 4;
    }
  }
  /* Dark Mode */
  @media only screen and (min-width: 0rem) {
    body.dark-mode #reviews-864 .cs-name,
    body.dark-mode #reviews-864 .cs-job,
    body.dark-mode #reviews-864 .cs-review,
    body.dark-mode #reviews-864 .cs-desc {
      color: var(--bodyTextColorWhite);
    }
    body.dark-mode #reviews-864 .cs-text {
      opacity: .8;
    }
    body.dark-mode #reviews-864 .cs-item {
      background-color: var(--medium);
    }
    body.dark-mode #reviews-864 .cs-quote1 {
      color: var(--medium);
    }
  }
  /*-- -------------------------- -->
  <---            CTA             -->
  <--- -------------------------- -*/
  /* Mobile - 360px */
  @media only screen and (min-width: 0rem) {
    #cta-51 {
      padding: var(--sectionPadding);
      position: relative;
    }
    #cta-51 .cs-container {
      width: 100%;
      max-width: 80rem;
      margin: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      /* 48px - 64px */
      gap: clamp(3rem, 6vw, 4rem);
    }
    #cta-51 .cs-content {
      /* set text align to left if content needs to be left aligned */
      text-align: center;
      width: 100%;
      display: flex;
      flex-direction: column;
      /* centers content horizontally, set to flex-start to left align */
      align-items: center;
    }
    #cta-51 .cs-topper {
      color: var(--secondary);
    }
    #cta-51 .cs-title,
    #cta-51 .cs-text {
      color: var(--bodyTextColorWhite);
    }
    #cta-51 .cs-text {
      /* Override.  cs-topper cs-title and first cs-text should be removed and put into your global css sheet so it can control every instance of them on your site and is consistent. This selector is a section specific override that stays inside this stitch */
      margin-bottom: 1rem;
      opacity: .8;
    }
    #cta-51 .cs-text:last-of-type {
      margin-bottom: 2rem;
    }
    #cta-51 .cs-picture {
      height: 100%;
      width: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
    }
    #cta-51 .cs-picture:before {
      /* black color overlay */
      content: '';
      position: absolute;
      display: block;
      height: 100%;
      width: 100%;
      background: #000;
      opacity: .8;
      top: 0;
      left: 0;
      z-index: 1;
    }
    #cta-51 .cs-picture img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      object-fit: cover;
    }
  }
  