@media only screen and (min-width: 0rem) {
  #reviews-355 {
    padding: var(--sectionPadding);
    position: relative;
    z-index: 1;
  }
  #reviews-355 .cs-container {
    width: 100%;
    max-width: 90rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #reviews-355 .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #reviews-355 .cs-title {
    max-width: 20ch;
  }
  #reviews-355 .cs-card-group {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: clamp(1rem, 2.5vw, 1.15rem);
  }
  #reviews-355 .cs-item {
    list-style: none;
    width: 100%;
    max-width: 39.375rem;
    margin: 0;
    padding: clamp(1.5rem, 3.15vw, 2rem) clamp(1rem, 3.15vw, 2.5rem);
    background-color: #f7f7f7;
    border-radius: 1rem;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
  }
  #reviews-355 .cs-quote {
    width: 2.5rem;
    height: auto;
    margin-bottom: 2rem;
    display: block;
  }
  #reviews-355 .cs-review {
    font-size: clamp(0.875rem, 2vw, 1rem);
    line-height: 1.5em;
    margin: 0;
    margin-bottom: clamp(1.25rem, 3vw, 2.5rem);
    color: var(--bodyTextColor);
  }
  #reviews-355 .cs-name {
    font-size: clamp(1.25rem, 3vw, 1.5625rem);
    font-family: var(--headerFont);
    text-transform: uppercase;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0;
    margin-top: auto;
    color: var(--headerColor);
    display: block;
  }
  #reviews-355 .cs-job {
    font-size: clamp(0.875rem, 1.6vw, 1rem);
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
    display: block;
  }
  #reviews-355 .cs-box-icon {
    display: block;
    height: 3rem;
    width: auto;
  }
  #reviews-355 .cs-bubbles {
    z-index: -1;
    position: absolute;
    bottom: -3.125em;
    right: -16.25em;
    height: 26.6875em;
    width: 26.1875em;
    font-size: min(2.5vw, 0.7em);
  }
  #reviews-355 .cs-bubbles:before {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    opacity: 1;
    display: block;
    border: 1px solid #1a1a1a;
    border-radius: 50%;
    background: transparent;
    height: 20.625em;
    width: 20.625em;
    animation-name: floatAnimation;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
  }
  #reviews-355 .cs-bubbles:after {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    opacity: 0.15;
    display: block;
    border-radius: 50%;
    background: #000;
    height: 16.25em;
    width: 16.25em;
    animation-name: floatAnimation2;
    animation-duration: 14s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    transition: box-shadow 0.3s;
  }
  #reviews-355 .cs-bubbles2 {
    font-size: min(1.5vw, 0.5rem);
    bottom: auto;
    right: auto;
    left: -7.5rem;
    top: 15.625rem;
    z-index: -1;
    transform: rotate(45deg);
  }
  @keyframes floatAnimation {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-2rem);
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes floatAnimation2 {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-3rem);
    }
    100% {
      transform: translateY(0);
    }
  }
}
@media only screen and (min-width: 48rem) {
  #reviews-355 .cs-card-group {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
  #reviews-355 .cs-item {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 64rem) {
  #reviews-355 .cs-card-group {
    display: flex;
  }
  #reviews-355 .cs-item {
    width: clamp(31.5%, 30vw, 32.3%);
  }
  #reviews-355 .cs-bubbles {
    font-size: min(2.5vw, 1em);
  }
}
@media only screen and (min-width: 100rem) {
  #reviews-355 .cs-bubbles {
    bottom: 1.875rem;
    left: 50%;
    right: auto;
    margin-left: 40.625rem;
  }
  #reviews-355 .cs-bubbles2 {
    left: auto;
    right: 50%;
    margin-left: 0;
    margin-right: 37.5rem;
    bottom: auto;
    top: 12.5rem;
    transform: rotate(15deg);
  }
}
@media only screen and (min-width: 0rem) {
  body.dark-mode #reviews-355 .cs-title,
  body.dark-mode #reviews-355 .cs-text {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #reviews-355 .cs-item {
    background-color: var(--dark);
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  body.dark-mode #reviews-355 .cs-item:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: -1;
  }
  body.dark-mode #reviews-355 .cs-review,
  body.dark-mode #reviews-355 .cs-name {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #reviews-355 .cs-job {
    color: var(--bodyTextColorWhite);
    opacity: 0.7;
  }
  body.dark-mode #reviews-355 .cs-quote {
    filter: brightness(350%);
  }
  body.dark-mode #reviews-355 .cs-bubbles:before {
    border-color: #ffffff;
    box-shadow: rgba(255, 67, 252, 0.2) 0px 0px 24px, rgba(255, 67, 217, 0.2) 0px 0px 39px, rgba(255, 67, 252, 0.2) 0px 0px 60px;
  }
  body.dark-mode #reviews-355 .cs-bubbles:after {
    background-color: #be06ce;
  }
}
