/*-- -------------------------- -->
<---          Banner            -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #banner-1400 {
    padding: var(--sectionPadding);
    /* 190px - 268px */
    /* padding-top: clamp(11.875rem, 25vw, 16.75rem); */
    padding-top: clamp(8.875rem, 22vw, 12.75rem);
    padding-bottom: 6.25rem;
    /* clips the line from causing overflow issues for going off screen */
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 100%;
  }
  #banner-1400 .cs-container {
    text-align: center;
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    /* 8px - 12px */
    gap: clamp(0.5rem, 1vw, 0.75rem);
  }
  #banner-1400 .cs-int-title {
    /* 39px - 61px */
    font-size: clamp(1.4rem, 6.5vw, 3.8125rem);
    font-weight: 900;
    line-height: 1.2em;
    text-align: inherit;
    margin: 0;
    color: var(--bodyTextColorWhite);
    position: relative;
  }
  #banner-1400 .cs-breadcrumbs {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #banner-1400 .cs-link {
    font-size: clamp(0.75rem, 2vw, 1.2rem);
    line-height: 1.2em;
    text-decoration: none;
    color: var(--bodyTextColorWhite);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #banner-1400 .cs-link:last-of-type::after {
    display: none;
  }
  #banner-1400 .cs-link:after {
    /* chevron */
    content: "";
    width: 0.4375rem;
    height: 0.75rem;
    margin: 0 1rem;
    background: url("https://csimg.nyc3.cdn.digitaloceanspaces.com/Icons/white-chev.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
  }
  #banner-1400 .cs-link.cs-active {
    /* color: var(--primary); */
    color: var(--darkmodeTopper);
  }
  #banner-1400 .cs-background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #banner-1400 .cs-background:before {
    /* gradient overlay */
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #banner-1400 .cs-background:after {
    /* gradient overlay */
    content: "";
    width: 100%;
    height: 40%;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#000000),
      to(rgba(0, 0, 0, 0))
    );
    background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 2;
  }
  #banner-1400 .cs-background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* Makes img tag act as a background image */
    object-fit: cover;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #banner-1400 .cs-background:before {
    width: 50%;
    height: 100%;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#000000),
      to(rgba(0, 0, 0, 0))
    );
    background: -o-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 1;
  }
}

/*-- -------------------------- -->
<---           Hero             -->
<--- -------------------------- -*/

@media only screen and (min-width: 0rem) {
  #hero {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  #hero .hero__img {
    width: 100%;
  }
}
@media only screen and (min-width: 64rem) {
  #hero .hero__img {
    max-width: 1400px;
  }
}

/*-- -------------------------- -->
<---           Steps            -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #steps-284 {
    padding: var(--sectionPadding);
    /* background: #F7F7F7; */
    background: #f7f9fc;
    width: 100%;
  }
  #steps-284 .cs-container {
    width: 100%;
    /* changes to 1104px on tablet */
    max-width: 34.375rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #steps-284 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    max-width: 27.125rem;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
  }
  #steps-284 .cs-text {
    margin-bottom: 1rem;
  }
  #steps-284 .cs-right-section {
    margin: 0;
    padding: 0;
    max-width: 35.125rem;
  }
  #steps-284 .cs-item {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #steps-284 .cs-item:nth-of-type(1) .cs-item-text:before {
    height: 50%;
    top: auto;
    bottom: -1px;
  }
  #steps-284 .cs-item:nth-of-type(2),
  #steps-284 .cs-item:nth-of-type(4) {
    justify-content: flex-end;
    text-align: right;
  }
  #steps-284 .cs-item:nth-of-type(2) .cs-number,
  #steps-284 .cs-item:nth-of-type(4) .cs-number {
    /* Send number to the right */
    order: 2;
    margin: 0;
    /* 15px - 24px */
    margin-left: clamp(0.9375rem, 3vw, 1.5rem);
  }
  #steps-284 .cs-item:nth-of-type(2) .cs-item-text,
  #steps-284 .cs-item:nth-of-type(4) .cs-item-text {
    /* reverse padding */
    padding-left: 0;
    /* 15px - 24px */
    padding-right: clamp(1.15rem, 3vw, 1.5rem);
    /* reset the border on the :before */
  }
  #steps-284 .cs-item:nth-of-type(2) .cs-item-text:before,
  #steps-284 .cs-item:nth-of-type(4) .cs-item-text:before {
    border-top: 1px solid var(--primary);
    border-left: none;
    border-right: 1px solid var(--primary);
    left: auto;
    right: 0;
    bottom: 0;
    border-radius: 0 0.5rem 0.5rem 0;
  }
  #steps-284 .cs-item:nth-of-type(2) .cs-item-text:after,
  #steps-284 .cs-item:nth-of-type(4) .cs-item-text:after {
    /* move dot to the right now */
    left: auto;
    right: -0.9375rem;
  }
  #steps-284 .cs-item:nth-of-type(3) .cs-item-text:before {
    height: auto;
    border-top: 1px solid var(--primary);
    border-radius: 0.5rem 0 0 0.5rem;
    top: 1px;
    bottom: 0px;
  }
  #steps-284 .cs-item:nth-of-type(4) .cs-item-text:before {
    height: 50%;
    border-radius: 0 0.5rem 0 0;
    border-bottom: none;
    top: -1px;
  }
  #steps-284 .cs-number {
    /* 16px - 20px */
    font-size: clamp(1rem, 2vw, 1.25rem);
    font-weight: 700;
    /* 15px - 24px */
    margin-right: clamp(0.9375rem, 3vw, 1.5rem);
    /* 40px - 52px */
    width: clamp(2.5rem, 5.1vw, 3.25rem);
    height: clamp(2.5rem, 5.1vw, 3.25rem);
    border-radius: 50%;
    border: 2px solid var(--primary);
    color: var(--headerColor);
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    /* prevents flexbox from squishing it */
    flex: none;
    position: relative;
  }
  #steps-284 .cs-item-text {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.6vw, 1rem);
    line-height: 1.5em;
    margin: 0;
    max-width: 18.75rem;
    /* 22px - 32px */
    padding: clamp(1.375rem, 3vw, 2rem) 0;
    /* box-sizing: content-box; */
    box-sizing: border-box;
    /* 15px - 24px */
    /* padding-left: clamp(0.9375rem, 3vw, 1.5rem); */
    padding-left: clamp(1.15rem, 3vw, 1.5rem);
    position: relative;
  }
  #steps-284 .cs-item-text:before {
    /* Green line */
    content: "";
    width: 70%;
    height: 100%;
    border-radius: 0 0 0 0.5rem;
    border-left: 1px solid var(--primary);
    border-bottom: 1px solid var(--primary);
    box-sizing: content-box;
    opacity: 1;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
  }
  #steps-284 .cs-item-text:after {
    /* list circle */
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    background: var(--primary);
    border-radius: 50%;
    /* border: 12px solid #fff; */
    border: 12px solid #f7f7f7;
    box-sizing: content-box;
    opacity: 1;
    position: absolute;
    display: block;
    top: 50%;
    left: -0.9375rem;
    transform: translateY(-50%);
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #steps-284 .cs-container {
    max-width: 69rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 2.75rem;
  }
  #steps-284 .cs-content {
    width: 50%;
    /* reset margin to play nice with flexbox */
    margin: 0;
  }
  #steps-284 .cs-right-section {
    width: 57%;
    /* 20px - 25px - this pulls the section up so it's flush with the top of the left section, the padding top on the .cs-item-text is creating a gap at the top of the section. Wrapped in a calc() function to turn clamp() value into a negative number */
    margin-top: calc(clamp(1.25rem, 2vw, 1.5625rem) * -1);
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #steps-284 {
    background: #061a28;
  }
  body.dark-mode #steps-284 .cs-topper {
    /* color: #4FA2F5; */
    color: var(--darkmodeTopper);
  }
  body.dark-mode #steps-284 .cs-title,
  body.dark-mode #steps-284 .cs-text,
  body.dark-mode #steps-284 .cs-number {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #steps-284 .cs-item-text:after {
    /* border: 12px solid var(--dark); */
    border: 12px solid #061a28;
  }
}
#steps-284 .long-name {
  font-size: clamp(1.45rem, 2.8vw, 2.2rem);
}
#steps-284 .cs-title {
  margin-bottom: 1.75rem;
}

/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #sbs-2291a {
    padding: var(--sectionPadding);
    overflow: hidden;
    width: 100%;
    background: #001f3f;
  }
  #sbs-2291 {
    padding: var(--sectionPadding);
    overflow: hidden;
    width: 100%;
  }
  #sbs-2291 .cs-container,
  #sbs-2291a .cs-container {
    width: 100%;
    /* changes to 1280px at desktop */
    max-width: 36.5rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    /* gap: 3rem; */
    gap: 1.25rem;
  }
  #sbs-2291 .cs-content,
  #sbs-2291a .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
    position: relative;
    z-index: 10;
  }
  #sbs-2291a .cs-title {
    color: #fff;
  }
  #sbs-2291a .cs-topper {
    color: var(--darkmodeTopper);
  }
  #sbs-2291 .cs-text,
  #sbs-2291a .cs-text {
    margin-bottom: 1rem;
  }
  #sbs-2291 .cs-text:last-of-type,
  #sbs-2291a .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #sbs-2291 .cs-features,
  #sbs-2291a .cs-features {
    width: 100%;
    margin: 0 0 1.5rem;
    /* 24px - 32px */
    padding: clamp(1.5rem, 4vw, 2rem);
    /* background-color: #fef5f4; */
    background-color: #f7f7f7;
    border-left: 0.25rem solid var(--secondary);
  }
  #sbs-2291 .cs-h3,
  #sbs-2291a .cs-h3 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5em;
    margin: 0 0 0.75rem;
    color: var(--headerColor);
  }
  #sbs-2291 .cs-ul,
  #sbs-2291a .cs-ul {
    font-size: 0.75rem;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  #sbs-2291 .cs-li,
  #sbs-2291a .cs-li {
    font-size: 1rem;
    line-height: 1.5em;
    list-style: none;
    /* 20px - 24px */
    padding-left: clamp(1.25rem, 3vw, 1.5rem);
    color: var(--bodyTextColor);
    position: relative;
  }
  #sbs-2291 .cs-li::before,
  #sbs-2291a .cs-li::before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    margin-top: 0.5rem;
    background-color: var(--secondary);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(45deg);
  }
  #sbs-2291 .cs-p {
    line-height: 1.5;
  }
  #sbs-2291a .cs-p {
    line-height: 1.5;
    color: #fff;
  }
  #sbs-2291 .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;
  }
  #sbs-2291 .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;
  }
  #sbs-2291 .cs-button-solid:hover:before {
    width: 100%;
  }
  #sbs-2291 .cs-image-group {
    width: 100%;
    /* height: 126vw; */
    height: auto;
    /* max-height: 39.125rem; */
    max-height: none;
    display: block;
    order: -1;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
  }
  #sbs-2291 .cs-picture {
    /* big background image */
    width: 100%;
    display: block;
    position: relative;
    aspect-ratio: 16 / 9;
    top: 0;
    bottom: 5.9375rem;
    left: 0;
  }
  #sbs-2291 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
  }
  #sbs-2291a .cs-image-group {
    width: 100%;
    order: -1;
    margin-bottom: 1.25rem;
    display: flex;
    justify-content: center;
  }
  #sbs-2291a .cs-picture {
    width: 100%;
    max-width: 44rem;
    margin: 0 auto;
    display: block;
    position: relative;
    border-radius: 0.75rem;
    overflow: visible;
  }
  #sbs-2291a .cs-picture::before {
    content: "";
    position: absolute;
    inset: -22px;
    background: radial-gradient(
      circle at 35% 25%,
      rgba(79, 162, 245, 0.2),
      transparent 60%
    );
    filter: blur(14px);
    opacity: 0.9;
    z-index: 0;
  }

  #sbs-2291a .cs-picture img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    display: block;

    border-radius: 0.75rem;
    box-shadow:
      0 22px 50px rgba(0, 0, 0, 0.35),
      0 2px 0 rgba(255, 255, 255, 0.06) inset;

    transform: perspective(1200px) rotateY(6deg) rotateX(2deg);
    transform-origin: center;
    backface-visibility: hidden;
    will-change: transform;
  }
  #sbs-2291 .cs-graphic,
  #sbs-2291a .cs-graphic {
    width: 150%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #sbs-2291 .cs-box,
  #sbs-2291a .cs-box {
    flex-direction: row;
    align-items: center;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #sbs-2291 .cs-container,
  #sbs-2291a .cs-container {
    max-width: 80rem;
    flex-direction: row;
    /* align-items: stretch; */
    align-items: center;
    gap: 1.25rem;
  }
  #sbs-2291 .cs-content,
  #sbs-2291a .cs-content {
    padding-left: 3.25rem;
    /* padding-bottom: 6.75rem; */
    padding-bottom: 0;
  }
  #sbs-2291 .cs-image-group {
    height: auto;
    /* min-height: 40.125rem; */
    min-height: 0;
    max-height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
  }
  #sbs-2291 .cs-picture {
    /* bottom: 4rem; */
    position: relative;
    width: 100%;
    max-width: none;
    aspect-ratio: 4 / 3;
  }
  #sbs-2291 .cs-picture img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #sbs-2291a .cs-picture {
    max-width: 50rem;
  }

  #sbs-2291a .cs-picture img {
    transform: perspective(1200px) rotateY(8deg) rotateX(2deg);
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #sbs-2291a {
    background: #082032;
  }
  body.dark-mode #sbs-2291 .cs-topper,
  body.dark-mode #sbs-2291a .cs-topper {
    color: var(--darkmodeTopper);
  }
  body.dark-mode #sbs-2291 .cs-title,
  body.dark-mode #sbs-2291 .cs-text,
  body.dark-mode #sbs-2291 .cs-h3,
  body.dark-mode #sbs-2291 .cs-li,
  body.dark-mode #sbs-2291 .cs-heading,
  body.dark-mode #sbs-2291 .cs-desc,
  body.dark-mode #sbs-2291a .cs-title,
  body.dark-mode #sbs-2291a .cs-text,
  body.dark-mode #sbs-2291a .cs-h3,
  body.dark-mode #sbs-2291a .cs-li,
  body.dark-mode #sbs-2291a .cs-heading,
  body.dark-mode #sbs-2291a .cs-desc {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #sbs-2291 .cs-text,
  body.dark-mode #sbs-2291 .cs-li,
  body.dark-mode #sbs-2291 .cs-desc,
  body.dark-mode #sbs-2291a .cs-text,
  body.dark-mode #sbs-2291a .cs-li,
  body.dark-mode #sbs-2291a .cs-desc {
    opacity: 0.8;
  }
  body.dark-mode #sbs-2291 .cs-li::before,
  body.dark-mode #sbs-2291a .cs-li::before {
    background-color: var(--darkmodeTopper);
  }
  body.dark-mode #sbs-2291 .cs-features,
  body.dark-mode #sbs-2291 .cs-box,
  body.dark-mode #sbs-2291a .cs-features,
  body.dark-mode #sbs-2291a .cs-box {
    background-color: var(--medium);
  }
}

#sbs-2291 .final-button {
  margin-top: 1.5rem;
}

/*-- -------------------------- -->
<---         Solution           -->
<--- -------------------------- -*/

@media only screen and (min-width: 0rem) {
  #solution-2292 {
    padding: var(--sectionPadding);
    /* background: #F7F7F7; */
    background: #f2f5f9;
    width: 100%;
  }

  #solution-2292 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  #solution-2292 .cs-header {
    max-width: 46rem;
  }

  #solution-2292 .cs-text {
    margin: 0.75rem 0 0;
  }

  #solution-2292 .cs-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  #solution-2292 .cs-card {
    /* background: #F7F7F7; */
    background: #fff;
    border-left: 0.25rem solid var(--secondary);
    padding: clamp(1.25rem, 3vw, 1.75rem);
    border-radius: 0.75rem;
    transition: background-color 0.25s ease;
  }

  #solution-2292 .cs-card:hover {
    background-color: #095db0;
  }

  #solution-2292 .cs-card-text {
    margin: 0;
    line-height: 1.6;
    color: var(--bodyTextColor);
  }

  #solution-2292 .cs-card-text strong {
    color: var(--headerColor);
  }

  #solution-2292 a:not(.cs-button-solid) {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding-bottom: 1px;
    transition:
      color 0.2s ease,
      border-color 0.2s ease,
      opacity 0.2s ease;
    white-space: nowrap;
  }

  #solution-2292 a:not(.cs-button-solid):hover {
    color: #024b93;
    border-color: currentColor;
    opacity: 0.9;
  }

  #solution-2292 a:not(.cs-button-solid)::after {
    content: "↗";
    font-size: 0.8em;
    margin-left: 0.25rem;
    opacity: 0.7;
  }

  #solution-2292 .cs-card:hover .cs-card-text,
  #solution-2292 .cs-card:hover .cs-card-text strong {
    color: #fff;
  }

  #solution-2292 .cs-card:hover a:not(.cs-button-solid) {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5);
  }

  #solution-2292 .cs-card:hover a:not(.cs-button-solid)::after {
    opacity: 0.9;
  }
}

@media only screen and (min-width: 48rem) {
  #solution-2292 .cs-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

@media only screen and (min-width: 64rem) {
  #solution-2292 .cs-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #solution-2292 {
    background: #061a28;
  }
  body.dark-mode #solution-2292 .cs-topper {
    color: var(--darkmodeTopper);
  }
  body.dark-mode #solution-2292 .cs-title,
  body.dark-mode #solution-2292 .cs-text {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #solution-2292 .cs-card {
    background-color: var(--medium);
  }
  body.dark-mode #solution-2292 .cs-card-text,
  body.dark-mode #solution-2292 .cs-card strong {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #solution-2292 .cs-card:hover {
    background-color: #154779;
  }
  body.dark-mode #solution-2292 a {
    color: var(--darkmodeTopper);
  }

  body.dark-mode #solution-2292 a:hover {
    color: #ffd27a;
    border-color: currentColor;
  }
}

/*-- -------------------------- -->
<---          Quotes            -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #quote-1307 {
    position: relative;
    z-index: 1;
    width: 100%;
  }
  #quote-1307 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    box-sizing: border-box;
    padding: var(--sectionPadding);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  #quote-1307 .cs-content {
    width: 100%;
    max-width: 53.125rem;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: center;
    /* set text align to left if content needs to be left aligned */
    text-align: center;
  }
  #quote-1307 .cs-quote {
    /* 31px - 49px */
    /* font-size: clamp(1.5rem, 3vw, 2rem);
    line-height: 1.2em;
    font-weight: bold;
    margin: 0;
    margin-bottom: 1.5rem;
    color: #fff;
    text-align: inherit; */
    font-size: clamp(1.5rem, 3vw, 2rem);
    line-height: 1.2em;
    font-weight: bold;
    color: #fff;
    text-align: inherit;

    padding-inline: 1rem;
    max-width: min(100% - 2rem, clamp(30ch, 46vw, 58ch));
    margin: 0 auto 1.5rem;

    overflow-wrap: anywhere;
  }
  @supports (text-wrap: balance) {
    #quote-1307 .cs-quote {
      text-wrap: balance;
    }
  }
  #quote-1307 .cs-name {
    /* 20px - 25px */
    font-size: clamp(1.25rem, 3.25vw, 1.5625rem);
    line-height: 1.2em;
    font-weight: 700;
    margin: 0;
    margin-bottom: 0.5rem;
    color: var(--darkmodeTopper);
    display: block;
    text-align: inherit;
  }
  #quote-1307 .cs-job {
    font-size: 1rem;
    line-height: 1.5em;
    margin: 0;
    color: #f7f7f7;
    text-align: inherit;
  }
  #quote-1307 .cs-background {
    width: 100%;
    height: 100%;
    background-color: #1a1a1a;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    /* darkened overlay */
  }
  #quote-1307 .cs-background::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
  }
  #quote-1307 .cs-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.24;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 48rem) {
  #quote-1307 .cs-quote {
    padding-inline: 0;
    max-width: min(100%, clamp(52ch, 72vw, 86ch));
  }
}
@media (min-width: 64rem) {
  #quote-1307 .cs-quote {
    max-width: min(100%, clamp(60ch, 72vw, 96ch));
  }
}
