/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #sbs-2218 {
    padding: var(--sectionPadding);
    background-color: #FDFAF8;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #sbs-2218 .cs-container {
    width: 100%;
    /* changes to 1280px at desktop */
    max-width: 36.5rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #sbs-2218 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    max-width: 36.625rem;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
  }
  #sbs-2218 .cs-text {
    margin-bottom: 1.5rem;
  }
  #sbs-2218 .cs-list {
    margin: 0 0 2rem 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* 24px - 32px */
    gap: clamp(1.5rem, 3vw, 2rem);
  }
  #sbs-2218 .cs-li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.5rem;
  }
  #sbs-2218 .cs-icon-wrapper {
    /* 60px - 80px */
    width: clamp(3.75rem, 7vw, 5rem);
    height: clamp(3.75rem, 7vw, 5rem);
    border: 1px solid #bababa;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
  }
  #sbs-2218 .cs-icon {
    width: 2rem;
    height: auto;
    display: block;
  }
  #sbs-2218 .cs-h3 {
    /* 20px - 25px */
    font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
    font-weight: 700;
    line-height: 1.2em;
    text-align: left;
    margin: 0 0 0.75rem 0;
    color: var(--headerColor);
  }
  #sbs-2218 .cs-li-text {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.8vw, 1rem);
    line-height: 1.5em;
    text-align: left;
    margin: 0;
    color: var(--bodyTextColor);
  }
  #sbs-2218 .cs-image-group {
    /* scales the whole group based on the view width size and stop when that vales equals .74em, resets at desktop */
    font-size: min(2.32vw, .74em);
    width: 39.375em;
    height: 40.9375em;
    display: block;
    position: relative;
    z-index: 1;
  }
  #sbs-2218 .cs-image-group::before {
    content: "";
    width: 22.375em;
    height: auto;
    background: var(--secondary);
    opacity: 0.2;
    display: block;
    position: absolute;
    top: 9em;
    bottom: 11.125em;
    left: 5.5em;
  }
  #sbs-2218 .cs-picture {
    position: absolute;
  }
  #sbs-2218 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #sbs-2218 .cs-picture1 {
    width: 19.0625em;
    height: auto;
    border: 4px solid #FFFFFF;
    top: 0;
    bottom: 17.5625em;
    left: 0;
  }
  #sbs-2218 .cs-picture2 {
    width: 25.8125em;
    height: auto;
    border: 4px solid #FFFFFF;
    top: 16.9375em;
    right: 0;
    bottom: 0;
  }
  #sbs-2218 .cs-picture3 {
    width: 13.625em;
    height: 9.6875em;
    top: 5.25em;
    right: 4.6875em;
  }
  #sbs-2218 .cs-graphic {
    /* 131px - 255px */
    width: clamp(5.8175rem, 15vw, 15.9375rem);
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  #sbs-2218 .cs-button-solid {
    font-size: 1rem;
    font-weight: 700;
    /* 46px - 56px */
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    text-align: center;
    text-decoration: none;
    min-width: 9.375rem;
    margin: 0;
    /* prevents padding from adding to the width */
    box-sizing: border-box;
    padding: 0 1.5rem;
    background-color: var(--primary);
    color: #fff;
    display: inline-block;
    position: relative;
    z-index: 1;
  }
  #sbs-2218 .cs-button-solid:before {
    content: "";
    width: 0%;
    height: 100%;
    background: #000;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s;
  }
  #sbs-2218 .cs-button-solid:hover:before {
    width: 100%;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #sbs-2218 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }
  #sbs-2218 .cs-content {
    width: 47%;
    align-self: center;
  }
  #sbs-2218 .cs-li {
    align-items: center;
  }
  #sbs-2218 .cs-image-group {
    font-size: min(1.2vw, 1em);
    height: auto;
    flex: none;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #sbs-2218 {
    background-color: rgba(0, 0, 0, 0.2);
  }
  body.dark-mode #sbs-2218 .cs-title,
  body.dark-mode #sbs-2218 .cs-text,
  body.dark-mode #sbs-2218 .cs-h3,
  body.dark-mode #sbs-2218 .cs-li-text {
    color: var(--headerColor);
  }
  body.dark-mode #sbs-2218 .cs-text,
  body.dark-mode #sbs-2218 .cs-li-text {
    opacity: 0.8;
  }
  body.dark-mode #sbs-2218 .cs-icon {
    filter: grayscale(1) brightness(1000%);
  }
  body.dark-mode #sbs-2218 .cs-title,
  body.dark-mode #sbs-2218 .cs-h3,
  body.dark-mode #sbs-2218 .cs-li-text,
  body.dark-mode #sbs-2218 .cs-text {
    color: var(--bodyTextColorWhite);
  }
}
                                
/*-- -------------------------- -->
<---       Why Choose Us        -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #why-choose-12 {
    padding: var(--sectionPadding);
    background-color: #f7f7f7;
  }
  #why-choose-12 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #why-choose-12 .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;
  }
  #why-choose-12 .cs-card-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 3.75rem;
  }
  #why-choose-12 .cs-item {
    text-align: center;
    list-style: none;
    width: 100%;
    max-width: 22.5rem;
    margin: 0;
    padding: 0;
  }
  #why-choose-12 .cs-picture {
    /* 68px - 88px */
    width: clamp(4.25rem, 7vw, 5.5rem);
    height: clamp(4.25rem, 7vw, 5.5rem);
    margin: auto;
    margin-bottom: 2rem;
    border-radius: 50%;
    background-color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #why-choose-12 .cs-picture img {
    width: auto;
    height: 2.625rem;
    display: block;
  }
  #why-choose-12 .cs-h3 {
    font-size: 1.25rem;
    line-height: 1.2em;
    text-align: inherit;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 0.5rem;
    color: var(--headerColor);
  }
  #why-choose-12 .cs-item-text {
    font-size: 1rem;
    text-align: inherit;
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #why-choose-12 .cs-card-group {
    flex-direction: row;
    justify-content: space-between;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #why-choose-12 {
    background-color: rgba(0, 0, 0, 0.2);
  }
  body.dark-mode #why-choose-12 .cs-title,
  body.dark-mode #why-choose-12 .cs-h3,
  body.dark-mode #why-choose-12 .cs-item-text,
  body.dark-mode #why-choose-12 .cs-text {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #why-choose-12 .cs-picture {
    background: var(--primary);
  }
}

/*-- -------------------------- -->
<---           Steps            -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #steps-889 {
      padding: var(--sectionPadding);
  }
  #steps-889 .cs-container {
      width: 100%;
      max-width: 80rem;
      margin: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      /* 48px - 64px */
      gap: clamp(3rem, 6vw, 4rem);
  }
  #steps-889 .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;
  }

  #steps-889 .cs-text {
      max-width: 66.5rem;
  }
  #steps-889 .cs-button-solid {
      font-size: 1rem;
      /* 46px - 56px */
      line-height: clamp(2.875rem, 5.5vw, 3.5rem);
      text-decoration: none;
      font-weight: 700;
      text-align: center;
      margin: 0;
      color: #fff;
      min-width: 9.375rem;
      padding: 0 1.5rem;
      background-color: var(--primary);
      border-radius: 0.25rem;
      display: inline-block;
      position: relative;
      z-index: 1;
      /* prevents padding from adding to the width */
      box-sizing: border-box;
  }
  #steps-889 .cs-button-solid:before {
      content: "";
      position: absolute;
      height: 100%;
      width: 0%;
      background: #000;
      opacity: 1;
      top: 0;
      left: 0;
      z-index: -1;
      border-radius: 0.25rem;
      transition: width 0.3s;
  }
  #steps-889 .cs-button-solid:hover:before {
      width: 100%;
  }
  #steps-889 .cs-card-group {
      width: 100%;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      /* 20px - 40px */
      gap: clamp(1.25rem, 3vw, 2.5rem);
  }
  #steps-889 .cs-item {
      text-align: center;
      list-style: none;
      width: 100%;
      max-width: 20.375rem;
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  #steps-889 .cs-picture {
      margin-bottom: 1.5rem;
      width: 4.5rem;
      height: 4.5rem;
      background-color: rgba(206, 65, 13, 0.05);
      border-radius: 1rem 0 1rem 0;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  #steps-889 .cs-h3 {
      font-size: 1.25rem;
      line-height: 1.2em;
      text-align: inherit;
      margin: 0 0 0.75rem 0;
      color: var(--headerColor);
  }
  #steps-889 .cs-item-p {
      font-size: 1rem;
      line-height: 1.5em;
      text-align: inherit;
      margin: 0;
      color: var(--bodyTextColor);
  }
  #steps-889 .cs-arrow {
      /* 48px - 80px */
      width: clamp(3rem, 6vw, 5rem);
      height: auto;
      display: block;
      flex: none;
      transform: rotate(120deg);
  }
  #steps-889 .cs-arrow-img {
      width: 100%;
      display: block;
  }
  #steps-889 .cs-icon {
      width: 2rem;
      height: auto;
      display: block;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #steps-889 .cs-card-group {
      flex-direction: row;
      justify-content: space-between;
      align-items: stretch;
  }
  #steps-889 .cs-arrow {
      align-self: center;
      transform: rotate(40deg);
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #steps-889 .cs-topper {
      color: var(--primaryLight);
  }
  body.dark-mode #steps-889 .cs-title,
  body.dark-mode #steps-889 .cs-text,
  body.dark-mode #steps-889 .cs-h3,
  body.dark-mode #steps-889 .cs-item-p {
      color: var(--bodyTextColorWhite);
  }
  body.dark-mode #steps-889 .cs-text,
  body.dark-mode #steps-889 .cs-item-p {
      opacity: 0.8;
  }
  body.dark-mode #steps-889 .cs-picture {
      background-color: var(--accent);
  }
  body.dark-mode #steps-889 .cs-arrow {
      opacity: 0.5;
  }
}

                          
/*-- -------------------------- -->
<---            CTA             -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #cta-1192 {
      margin-top: 1.875rem;
      padding: var(--sectionPadding);
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 0;
      position: relative;
      z-index: 1;
  }
  #cta-1192:before {
      /* yellow shape */
      content: "";
      width: 12.25rem;
      /* 64px - 284px */
      height: clamp(4rem, 10vw, 17.75rem);
      background: var(--secondary);
      opacity: 1;
      position: absolute;
      display: block;
      top: 1.875rem;
      left: 0;
      z-index: 2;
      transform: skew(-17deg);
  }
  #cta-1192:after {
      /* covers the rest of the :before shape on the left */
      content: "";
      width: 6.25rem;
      /* 64px - 284px */
      height: clamp(4rem, 10vw, 17.75rem);
      background: var(--secondary);
      opacity: 1;
      position: absolute;
      display: block;
      top: 1.875rem;
      left: 0;
      z-index: 1;
  }
  #cta-1192 .cs-container {
      width: 100%;
      max-width: 80rem;
      margin: auto;
      padding: var(--sectionPadding);
      /* 96px - 120px */
      padding-top: clamp(6rem, 20vw, 7.5rem);
      /* 100px - 240px */
      padding-bottom: clamp(6.25rem, 25vw, 15rem);
      /* prevents padding and border from affecting height and width */
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: center;
      /* 48px - 64px */
      gap: clamp(3rem, 6vw, 4rem);
      position: relative;
      z-index: 2;
  }
  #cta-1192 .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-1192 .cs-title {
      max-width: 17ch;
      /* 28px - 40px */
      margin: 0 0 clamp(1.75rem, 3vw, 2.5rem);
      color: var(--headerColor);
  }
  #cta-1192 .cs-button-solid {
      font-size: 1rem;
      /* 46px - 56px */
      line-height: clamp(2.875rem, 5.5vw, 3.5rem);
      text-decoration: none;
      font-weight: 700;
      text-align: center;
      margin: 0;
      color: #fff;
      min-width: 9.375rem;
      padding: 0 2rem;
      background-color: var(--primary);
      display: inline-block;
      position: relative;
      z-index: 1;
      /* prevents padding from adding to the width */
      box-sizing: border-box;
  }
  #cta-1192 .cs-button-solid:before {
      content: "";
      position: absolute;
      height: 100%;
      width: 0%;
      background: #000;
      opacity: 1;
      top: 0;
      left: 0;
      z-index: -1;
      transition: width 0.3s;
  }
  #cta-1192 .cs-button-solid:hover:before {
      width: 100%;
  }
  #cta-1192 .cs-image {
      width: 100%;
      /* changes to 779px at large desktop */
      max-width: 25.9375rem;
      max-height: 30.125rem;
      height: auto;
      display: block;
      position: relative;
      z-index: 10;
  }
  #cta-1192 .cs-image img {
      width: 100%;
      height: auto;
      object-fit: contain;
  }
  #cta-1192 .cs-graphic-wrapper {
      width: 100%;
      height: 100%;
      overflow: hidden;
      background-color: #1a1a1a;
      display: block;
      position: absolute;
      /* same as --secitonPadding variable */
      top: clamp(3.75rem, 7.82vw, 6.25rem);
      left: 0;
      z-index: 1;
  }
  #cta-1192 .cs-graphic {
      width: 140vw;
      height: auto;
      position: absolute;
      bottom: 10%;
      left: 50%;
      z-index: -1;
      transform: translateX(-60%) rotate(-10deg);
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #cta-1192 {
      overflow: visible;
  }
  #cta-1192 .cs-container {
      flex-direction: row;
      overflow: hidden;
  }
  #cta-1192 .cs-content {
      text-align: left;
      width: 50%;
      max-width: 31.25rem;
      align-items: flex-start;
  }
  #cta-1192 .cs-image {
      flex: none;
      position: absolute;
      top: 5rem;
      right: 0;
  }
  #cta-1192 .cs-graphic {
      width: 90vw;
      max-width: 91.375rem;
      margin-left: -15.625rem;
      left: 50%;
      transform: rotate(-10deg);
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #cta-1192 {
      overflow: hidden;
  }
  #cta-1192 .cs-container {
      overflow: visible;
  }
  #cta-1192 .cs-image {
      width: 48vw;
      max-width: 48.6875rem;
  }
  #cta-1192 .cs-graphic {
      width: 80vw;
  }
}
/* Large Desktop 1300px */
@media only screen and (min-width: 81.25rem) {
  #cta-1192 {
      overflow: hidden;
  }
  #cta-1192:before {
      height: 17.6875rem;
      width: 50vw;
      margin-right: 30.625rem;
      right: 50%;
      left: auto;
  }
  #cta-1192:after {
      height: 17.6875rem;
      width: 10vw;
  }
  #cta-1192 .cs-container {
      padding-left: 13.5625rem;
      padding-right: 0;
  }
  #cta-1192 .cs-image {
      margin-left: clamp(2rem, 4.5vw, 5rem);
      left: 50%;
      right: auto;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #cta-1192 .cs-graphic-wrapper {
      background-color: rgba(0, 0, 0, 0.6);
  }
  body.dark-mode #cta-1192 .cs-title {
    color: var(--bodyTextColorWhite);
  }
}

/*-- -------------------------- -->
<---          Reviews           -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #reviews-1192 {
      padding: var(--sectionPadding);
      padding-top: 0;
  }
  #reviews-1192 .cs-container {
      width: 100%;
      /* changed to 1280px at tablet */
      max-width: 34.375rem;
      margin: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative;
  }
  #reviews-1192 .cs-picture {
      width: 100%;
      max-width: 46.125rem;
      /* 296px - 493px */
      height: clamp(18.5rem, 37vw, 30.8125rem);
      /* -75px to -120px, makes it overlap the CTA section above, changes at tablet */
      margin-top: calc(clamp(4.6875rem, 13vw, 7.5rem) * -1);
      display: block;
      position: relative;
      z-index: 10;
  }
  #reviews-1192 .cs-picture img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
  }
  #reviews-1192 .cs-review-group {
      width: 90%;
      max-width: 39.375rem;
      /* makes it overlap the image, removed at tablet */
      margin-top: -2.625rem;
      /* 24px - 80px */
      padding: clamp(1.5rem, 5.5vw, 5rem);
      /* prevents padding and border from affecting height and width */
      box-sizing: border-box;
      background-color: #f7f7f7;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 1.5rem;
      position: relative;
      z-index: 10;
  }
  #reviews-1192 .cs-icon {
      /* 48px - 97px */
      width: clamp(3rem, 7vw, 6rem);
      height: auto;
      display: block;
  }
  #reviews-1192 .cs-review-text {
      /* 14px - 16px */
      font-size: clamp(0.875rem, 1.5vw, 1rem);
      line-height: 1.5em;
      text-align: center;
      margin: 0;
      color: var(--bodyTextColor);
  }
  #reviews-1192 .cs-info {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 0.75rem;
  }
  #reviews-1192 .cs-profile {
      width: 3.125rem;
      height: auto;
      border-radius: 50%;
      border: 4px solid #fff;
      background-color: #fff;
  }
  #reviews-1192 .cs-name {
      /* 20px - 25px */
      font-size: clamp(1.25rem, 2vw, 1.5625rem);
      line-height: 1.2em;
      font-weight: 700;
      margin: 0;
      color: var(--headerColor);
      display: block;
  }
  #reviews-1192 .cs-desc {
      /* 14px - 16px */
      font-size: clamp(0.875rem, 1.5vw, 1rem);
      line-height: 1.5em;
      text-align: center;
      margin: 0;
      color: var(--bodyTextColor);
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #reviews-1192 .cs-container {
      max-width: 80rem;
      flex-direction: row;
      justify-content: flex-end;
  }
  #reviews-1192 .cs-picture {
      /* changes at desktop */
      width: 47%;
      margin: 0;
      position: absolute;
      top: calc(clamp(4.6875rem, 13vw, 7.5rem) * -1);
      left: 0;
  }
  #reviews-1192 .cs-review-group {
      width: 57%;
      margin: 0;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #reviews-1192 .cs-picture {
      width: 55%;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #reviews-1192 .cs-review-group {
      background-color: var(--medium);
  }
  body.dark-mode #reviews-1192 .cs-review-text,
  body.dark-mode #reviews-1192 .cs-name,
  body.dark-mode #reviews-1192 .cs-desc {
      color: var(--bodyTextColorWhite);
  }
  body.dark-mode #reviews-1192 .cs-review-text {
      opacity: 0.8;
  }
}


/*-- -------------------------- -->
<---            CTA             -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #cta-1192 {
      margin-top: 1.875rem;
      padding: var(--sectionPadding);
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 0;
      position: relative;
      z-index: 1;
  }
  #cta-1192:before {
      /* yellow shape */
      content: "";
      width: 12.25rem;
      /* 64px - 284px */
      height: clamp(4rem, 10vw, 17.75rem);
      background: var(--secondary);
      opacity: 1;
      position: absolute;
      display: block;
      top: 1.875rem;
      left: 0;
      z-index: 2;
      transform: skew(-17deg);
  }
  #cta-1192:after {
      /* covers the rest of the :before shape on the left */
      content: "";
      width: 6.25rem;
      /* 64px - 284px */
      height: clamp(4rem, 10vw, 17.75rem);
      background: var(--secondary);
      opacity: 1;
      position: absolute;
      display: block;
      top: 1.875rem;
      left: 0;
      z-index: 1;
  }
  #cta-1192 .cs-container {
      width: 100%;
      max-width: 80rem;
      margin: auto;
      padding: var(--sectionPadding);
      /* 96px - 120px */
      padding-top: clamp(6rem, 20vw, 7.5rem);
      /* 100px - 240px */
      padding-bottom: clamp(6.25rem, 25vw, 15rem);
      /* prevents padding and border from affecting height and width */
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: center;
      /* 48px - 64px */
      gap: clamp(3rem, 6vw, 4rem);
      position: relative;
      z-index: 2;
  }
  #cta-1192 .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-1192 .cs-title {
      max-width: 17ch;
      /* 28px - 40px */
      margin: 0 0 clamp(1.75rem, 3vw, 2.5rem);
      color: var(--headerColor);
  }
  #cta-1192 .cs-button-solid {
      font-size: 1rem;
      /* 46px - 56px */
      line-height: clamp(2.875rem, 5.5vw, 3.5rem);
      text-decoration: none;
      font-weight: 700;
      text-align: center;
      margin: 0;
      color: #fff;
      min-width: 9.375rem;
      padding: 0 2rem;
      background-color: var(--primary);
      display: inline-block;
      position: relative;
      z-index: 1;
      /* prevents padding from adding to the width */
      box-sizing: border-box;
  }
  #cta-1192 .cs-button-solid:before {
      content: "";
      position: absolute;
      height: 100%;
      width: 0%;
      background: #000;
      opacity: 1;
      top: 0;
      left: 0;
      z-index: -1;
      transition: width 0.3s;
  }
  #cta-1192 .cs-button-solid:hover:before {
      width: 100%;
  }
  #cta-1192 .cs-image {
      width: 100%;
      /* changes to 779px at large desktop */
      max-width: 25.9375rem;
      max-height: 30.125rem;
      height: auto;
      display: block;
      position: relative;
      z-index: 10;
  }
  #cta-1192 .cs-image img {
      width: 100%;
      height: auto;
      object-fit: contain;
  }
  #cta-1192 .cs-graphic-wrapper {
      width: 100%;
      height: 100%;
      overflow: hidden;
      background-color: #1a1a1a;
      display: block;
      position: absolute;
      /* same as --secitonPadding variable */
      top: clamp(3.75rem, 7.82vw, 6.25rem);
      left: 0;
      z-index: 1;
  }
  #cta-1192 .cs-graphic {
      width: 140vw;
      height: auto;
      position: absolute;
      bottom: 10%;
      left: 50%;
      z-index: -1;
      transform: translateX(-60%) rotate(-10deg);
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #cta-1192 {
      overflow: visible;
  }
  #cta-1192 .cs-container {
      flex-direction: row;
      overflow: hidden;
  }
  #cta-1192 .cs-content {
      text-align: left;
      width: 50%;
      max-width: 31.25rem;
      align-items: flex-start;
  }
  #cta-1192 .cs-image {
      flex: none;
      position: absolute;
      top: 5rem;
      right: 0;
  }
  #cta-1192 .cs-graphic {
      width: 90vw;
      max-width: 91.375rem;
      margin-left: -15.625rem;
      left: 50%;
      transform: rotate(-10deg);
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #cta-1192 {
      overflow: hidden;
  }
  #cta-1192 .cs-container {
      overflow: visible;
  }
  #cta-1192 .cs-image {
      width: 48vw;
      max-width: 48.6875rem;
  }
  #cta-1192 .cs-graphic {
      width: 80vw;
  }
}
/* Large Desktop 1300px */
@media only screen and (min-width: 81.25rem) {
  #cta-1192 {
      overflow: hidden;
  }
  #cta-1192:before {
      height: 17.6875rem;
      width: 50vw;
      margin-right: 30.625rem;
      right: 50%;
      left: auto;
  }
  #cta-1192:after {
      height: 17.6875rem;
      width: 10vw;
  }
  #cta-1192 .cs-container {
      padding-left: 13.5625rem;
      padding-right: 0;
  }
  #cta-1192 .cs-image {
      margin-left: clamp(2rem, 4.5vw, 5rem);
      left: 50%;
      right: auto;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #cta-1192 .cs-graphic-wrapper {
      background-color: rgba(0, 0, 0, 0.6);
  }
}

/*-- -------------------------- -->
<---          Reviews           -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #reviews-1192 {
      padding: var(--sectionPadding);
      padding-top: 0;
  }
  #reviews-1192 .cs-container {
      width: 100%;
      /* changed to 1280px at tablet */
      max-width: 34.375rem;
      margin: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative;
  }
  #reviews-1192 .cs-picture {
      width: 100%;
      max-width: 46.125rem;
      /* 296px - 493px */
      height: clamp(18.5rem, 37vw, 30.8125rem);
      /* -75px to -120px, makes it overlap the CTA section above, changes at tablet */
      margin-top: calc(clamp(4.6875rem, 13vw, 7.5rem) * -1);
      display: block;
      position: relative;
      z-index: 10;
  }
  #reviews-1192 .cs-picture img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
  }
  #reviews-1192 .cs-review-group {
      width: 90%;
      max-width: 39.375rem;
      /* makes it overlap the image, removed at tablet */
      margin-top: -2.625rem;
      /* 24px - 80px */
      padding: clamp(1.5rem, 5.5vw, 5rem);
      /* prevents padding and border from affecting height and width */
      box-sizing: border-box;
      background-color: #f7f7f7;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 1.5rem;
      position: relative;
      z-index: 10;
  }
  #reviews-1192 .cs-icon {
      /* 48px - 97px */
      width: clamp(3rem, 7vw, 6rem);
      height: auto;
      display: block;
  }
  #reviews-1192 .cs-review-text {
      /* 14px - 16px */
      font-size: clamp(0.875rem, 1.5vw, 1rem);
      line-height: 1.5em;
      text-align: center;
      margin: 0;
      color: var(--bodyTextColor);
  }
  #reviews-1192 .cs-info {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 0.75rem;
  }
  #reviews-1192 .cs-profile {
      width: 3.125rem;
      height: auto;
      border-radius: 50%;
      border: 4px solid #fff;
      background-color: #fff;
  }
  #reviews-1192 .cs-name {
      /* 20px - 25px */
      font-size: clamp(1.25rem, 2vw, 1.5625rem);
      line-height: 1.2em;
      font-weight: 700;
      margin: 0;
      color: var(--headerColor);
      display: block;
  }
  #reviews-1192 .cs-desc {
      /* 14px - 16px */
      font-size: clamp(0.875rem, 1.5vw, 1rem);
      line-height: 1.5em;
      text-align: center;
      margin: 0;
      color: var(--bodyTextColor);
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #reviews-1192 .cs-container {
      max-width: 80rem;
      flex-direction: row;
      justify-content: flex-end;
  }
  #reviews-1192 .cs-picture {
      /* changes at desktop */
      width: 47%;
      margin: 0;
      position: absolute;
      top: calc(clamp(4.6875rem, 13vw, 7.5rem) * -1);
      left: 0;
  }
  #reviews-1192 .cs-review-group {
      width: 57%;
      margin: 0;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #reviews-1192 .cs-picture {
      width: 55%;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #reviews-1192 .cs-review-group {
      background-color: var(--medium);
  }
  body.dark-mode #reviews-1192 .cs-review-text,
  body.dark-mode #reviews-1192 .cs-name,
  body.dark-mode #reviews-1192 .cs-desc {
      color: var(--bodyTextColorWhite);
  }
  body.dark-mode #reviews-1192 .cs-review-text {
      opacity: 0.8;
  }
}

                              
/* -------------------------- */
/*            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-title {
      color: var(--bodyTextColorWhite);
  }
  #cta-51 .cs-text {
      margin-bottom: 1rem;
      color: var(--bodyTextColorWhite);
      opacity: 0.8;
  }
  #cta-51 .cs-text:last-of-type {
      margin-bottom: 2rem;
  }
  #cta-51 .cs-button-solid {
      font-size: 1rem;
      /* 46px - 56px */
      line-height: clamp(2.875rem, 5.5vw, 3.5rem);
      text-decoration: none;
      font-weight: 700;
      text-align: center;
      margin: 0;
      color: #fff;
      min-width: 9.375rem;
      padding: 0 1.5rem;
      background-color: var(--primary);
      border-radius: 0.25rem;
      display: inline-block;
      position: relative;
      z-index: 1;
      /* prevents padding from adding to the width */
      box-sizing: border-box;
  }
  #cta-51 .cs-button-solid:before {
      content: "";
      position: absolute;
      height: 100%;
      width: 0%;
      background: #000;
      opacity: 1;
      top: 0;
      left: 0;
      z-index: -1;
      border-radius: 0.25rem;
      transition: width 0.3s;
  }
  #cta-51 .cs-button-solid:hover:before {
      width: 100%;
  }
  #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: 0.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;
  }
}
                             



/* -------------------------- */
/*          Footer            */
/* -------------------------- */

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #cs-footer-1292 {
    padding: var(--sectionPadding);
    padding-bottom: 1.25rem;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    z-index: 10;
    /* Navigation Links */
  }
  #cs-footer-1292 .cs-container {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    column-gap: 1.5rem;
    row-gap: 2.25rem;
  }
  #cs-footer-1292 .cs-logo-group {
    /* takes up all the space, lets the other ul's wrap below it */
    width: 100%;
    position: relative;
  }
  #cs-footer-1292 .cs-logo {
    width: 12.3125rem;
    height: auto;
    display: block;
    /* 20px - 24px */
    margin: 0 0 clamp(1.25rem, 2vw, 1.5rem) 0;
  }
  #cs-footer-1292 .cs-logo-img {
    width: 100%;
    height: auto;
  }
  #cs-footer-1292 .cs-logo-img.dark {
    display: none;
  }
  #cs-footer-1292 .cs-text {
    margin-bottom: 2rem;
  }
  #cs-footer-1292 .cs-link {
    font-size: 0.875rem;
    line-height: 1.5em;
    text-decoration: none;
    margin: 0;
    color: var(--headerColor);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.75rem;
    transition: color 0.3s;
  }
  #cs-footer-1292 .cs-link:hover {
    color: var(--primary);
  }
  #cs-footer-1292 .cs-nav {
    width: 45%;
    max-width: 11.25rem;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }
  #cs-footer-1292 .cs-nav-li {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #cs-footer-1292 .cs-header {
    font-size: 1rem;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--headerColor);
    position: relative;
    display: block;
  }
  #cs-footer-1292 .cs-nav-link {
    font-size: 0.875rem;
    text-decoration: none;
    line-height: 1.5em;
    width: auto;
    color: var(--bodyTextColor);
    position: relative;
    display: inline-block;
    transition: color 0.3s;
  }
  #cs-footer-1292 .cs-nav-link:before {
    /* underline */
    content: "";
    width: 0%;
    height: 0.125rem;
    background: currentColor;
    opacity: 1;
    position: absolute;
    display: block;
    bottom: -0.125rem;
    left: 0;
    transition: width 0.3s;
  }
  #cs-footer-1292 .cs-nav-link:hover {
    color: var(--primary);
  }
  #cs-footer-1292 .cs-nav-link:hover:before {
    width: 100%;
  }
  #cs-footer-1292 .cs-bottom {
    max-width: 80rem;
    margin: auto;
    /* 48px - 100px */
    margin-top: clamp(3rem, 9vw, 6.25rem);
    /* 20px - 32px */
    padding: clamp(1.25rem, 3vw, 2rem) 0 0 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 2.25rem;
    row-gap: 0.75rem;
  }
  #cs-footer-1292 .cs-copyright,
  #cs-footer-1292 .cs-copyright-link {
    font-size: 0.875rem;
    line-height: 1.5em;
    color: var(--bodyTextColor);
  }
  #cs-footer-1292 .cs-copyright {
    text-align: center;
    width: 100%;
  }
  #cs-footer-1292 .cs-copyright-link {
    text-decoration: none;
    transition: color 0.3s;
  }
  #cs-footer-1292 .cs-copyright-link:hover {
    color: var(--secondary);
  }
  #cs-footer-1292 .cs-floater {
    width: 31.625rem;
    height: 31.625rem;
    margin-left: 34.375rem;
    border-radius: 50%;
    border: 2px solid var(--primary);
    opacity: 0.1;
    display: none;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
  }
  #cs-footer-1292 .cs-floater:before {
    content: "";
    width: 44.6875rem;
    height: 44.6875rem;
    border: 2px solid var(--primary);
    border-radius: 50%;
    opacity: 0.6;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #cs-footer-1292 .cs-floater:after {
    content: "";
    width: 60.1875rem;
    height: 60.1875rem;
    border: 2px solid var(--primary);
    border-radius: 50%;
    opacity: 0.3;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #cs-footer-1292 .cs-container {
    row-gap: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: clamp(2.75rem, 6vw, 5.5rem);
    row-gap: 2.5rem;
  }
  #cs-footer-1292 .cs-nav {
    width: auto;
  }
  #cs-footer-1292 .cs-bottom {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  #cs-footer-1292 .cs-copyright {
    text-align: left;
    width: auto;
    margin-right: auto;
  }
  #cs-footer-1292 .cs-floater {
    display: block;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #cs-footer-1292 .cs-container {
    max-width: 80rem;
    flex-wrap: nowrap;
    /* align everything to the right */
    justify-content: flex-end;
    column-gap: clamp(2.5rem, 6vw, 5.25rem);
  }
  #cs-footer-1292 .cs-logo-group {
    width: 30%;
    max-width: 24.1875rem;
    /* pushes away from everything to the right */
    margin-right: auto;
  }
  #cs-footer-1292 .cs-text {
    width: 100%;
  }
  #cs-footer-1292 .cs-graphic {
    display: block;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #cs-footer-1292 .cs-text,
  body.dark-mode #cs-footer-1292 .cs-link,
  body.dark-mode #cs-footer-1292 .cs-nav-link,
  body.dark-mode #cs-footer-1292 .cs-header,
  body.dark-mode #cs-footer-1292 .cs-copyright,
  body.dark-mode #cs-footer-1292 .cs-copyright-link {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #cs-footer-1292 .cs-link .cs-link-icon {
    filter: grayscale(1) brightness(1000%);
  }
}

