/* PAGE-SPECIFIC STYLES FOR THE HOME PAGE */
/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0rem) {
  #sbs-2277 {
    padding: var(--sectionPadding);
    position: relative;
    z-index: 1;
  }
  #sbs-2277 .cs-container {
    width: 100%;
    /* changes to 1280px at tablet */
    max-width: 36.5rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #sbs-2277 .cs-content {
    /* set text align to center if content needs to be centrally aligned */
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* aligns content to the left, set to center to centrally align */
    align-items: flex-start;
  }
  #sbs-2277 .cs-flex {
    /* 48px - 64px */
    margin-bottom: clamp(3rem, 6vw, 4rem);
  }
  #sbs-2277 .cs-wrapper {
    width: 100%;
  }
  #sbs-2277 .cs-title {
    max-width: 25ch;
  }
  #sbs-2277 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #sbs-2277 .cs-ul {
    width: 100%;
    max-width: 39.375rem;
    margin: 2rem 0 2rem 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  #sbs-2277 .cs-li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
  }
  #sbs-2277 .cs-h3 {
    font-size: 1.25rem;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    color: var(--headerColor);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.75rem;
  }
  #sbs-2277 .cs-icon {
    width: 1.0625rem;
    height: auto;
    margin-top: 0.1875rem;
  }
  #sbs-2277 .cs-item-text {
    font-size: 1rem;
    line-height: 1.5em;
    color: var(--bodyTextColor);
    margin: 0;
  }
  #sbs-2277 .cs-item-text strong {
    color: var(--headerColor);
  }
  #sbs-2277 .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-2277 .cs-button-solid:before {
    content: "";
    width: 0%;
    height: 100%;
    background: #000;
    opacity: 1;
    border-radius: 0.25rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s;
  }
  #sbs-2277 .cs-button-solid:hover:before {
    width: 100%;
  }
  #sbs-2277 .cs-image-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    position: relative;
    z-index: 1;
  }
  #sbs-2277 .cs-card-group {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
    /* 16px - 20px */
    column-gap: clamp(1rem, 2.3vw, 1.25rem);
  }
  #sbs-2277 .cs-item {
    list-style: none;
    width: 100%;
    /* 24px - 32px */
    padding: clamp(1.5rem, 4vw, 2rem);
    background-color: #111418;
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
  }
  #sbs-2277 .cs-item:last-of-type {
    background-color: var(--primary);
  }
  #sbs-2277 .cs-item-icon {
    width: 3rem;
    height: auto;
    display: block;
  }
  #sbs-2277 .cs-number {
    /* 31px - 49px */
    font-size: clamp(1.9375rem, 4vw, 3.0625rem);
    line-height: 1.2em;
    font-weight: 700;
    margin: 0;
    color: var(--bodyTextColorWhite);
    display: block;
  }
  #sbs-2277 .cs-desc {
    font-size: 1.25rem;
    line-height: 1.2em;
    display: block;
  }
  #sbs-2277 .cs-picture {
    width: 100%;
    height: 90vw;
    max-height: 31.25rem;
    display: block;
    position: relative;
    z-index: 1;
  }
  #sbs-2277 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #sbs-2277 .cs-floater {
    width: auto;
    /* 50px - 160px */
    height: clamp(3.125rem, 8vw, 10rem);
    position: absolute;
    /* 18px - 60px */
    top: clamp(1.125rem, 6vw, 3.75rem);
    right: 0;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #sbs-2277 .cs-container {
    max-width: 80rem;
  }
  #sbs-2277 .cs-card-group {
    flex-direction: row;
    position: absolute;
    top: 0;
    right: 2rem;
  }
  #sbs-2277 .cs-item {
    width: 12.5rem;
    flex-direction: column;
  }
  #sbs-2277 .cs-picture {
    height: 30rem;
    max-height: initial;
    /* 60px - 80px */
    margin-top: clamp(3.75rem, 7vw, 5rem);
    position: relative;
    z-index: -1;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #sbs-2277 .cs-content {
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #sbs-2277 .cs-title {
    margin: 0;
  }
  #sbs-2277 .cs-wrapper {
    display: flex;
    gap: 3rem;
  }
  #sbs-2277 .cs-flex {
    max-width: 26.25rem;
    margin: 0;
    /* 60px - 80px, same amount as the margin top on the cs-picture on tablet  */
    padding-top: clamp(3.75rem, 7vw, 5rem);
  }
  #sbs-2277 .cs-image-group {
    height: auto;
  }
  #sbs-2277 .cs-picture {
    height: 100%;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #sbs-2277 .cs-title,
  body.dark-mode #sbs-2277 .cs-text,
  body.dark-mode #sbs-2277 .cs-item-text {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #sbs-2277 .cs-title strong,
  body.dark-mode #sbs-2277 .cs-text strong,
  body.dark-mode #sbs-2277 .cs-item-text strong {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #sbs-2277 .cs-text {
    opacity: 0.8;
  }
  body.dark-mode #sbs-2277 .cs-item {
    background-color: var(--dark);
    position: relative;
    z-index: 1;
  }
  body.dark-mode #sbs-2277 .cs-item:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  body.dark-mode #sbs-2277 .cs-item:last-of-type {
    background-color: var(--primary);
  }
  body.dark-mode #sbs-2277 .cs-item:last-of-type::before {
    display: none;
  }
}
/*-- -------------------------- -->
<---             CTA            -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #cta-2236 {
    background-color: #f7f7f7;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #cta-2236 .cs-container {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 5vw, 4rem);
    position: relative;
    z-index: 1;
  }
  #cta-2236 .cs-container::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #cta-2236 .cs-content {
    /* aligns text centrally. set to left to left-align text */
    text-align: center;
    padding: var(--sectionPadding);
    /* 60px - 150px */
    padding-top: clamp(3.75rem, 8.82vw, 9.375rem);
    padding-bottom: clamp(3.75rem, 8.82vw, 9.375rem);
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* centrally aligns items. set to flex-start to left-align items */
    align-items: center;
    z-index: 2;
  }
  #cta-2236 .cs-title {
    /* 31px - 39px */
    font-size: clamp(1.9375rem, 3vw, 2.4375rem);
    color: var(--bodyTextColorWhite);
  }
  #cta-2236 .cs-text {
    margin: 0 0 2rem;
    color: var(--bodyTextColorWhite);
  }
  #cta-2236 .cs-button-outline {
    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: 12.5rem;
    margin: 0;
    /* prevents padding from adding to the width */
    box-sizing: border-box;
    /* 32px - 48px */
    padding: 0 clamp(2rem, 4vw, 3rem);
    pointer-events: auto;
    color: var(--bodyTextColorWhite);
    border: 1px solid var(--bodyTextColorWhite);
    display: inline-block;
    position: relative;
    transition: color 0.3s;
    white-space: nowrap;
  }
  #cta-2236 .cs-button-outline:before {
    content: "";
    width: 0%;
    height: 100%;
    background: var(--primary);
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s;
  }
  #cta-2236 .cs-button-outline:hover {
    color: var(--headerColor);
  }
  #cta-2236 .cs-button-outline:hover:before {
    width: 100%;
  }
  #cta-2236 .cs-video-wrapper {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
  }
  #cta-2236 .cs-video-wrapper:hover {
    cursor: pointer;
  }
  #cta-2236 .cs-video-wrapper:hover .cs-play {
    transform: translate(-50%, -50%) scale(1.2);
  }
  #cta-2236 .cs-video-wrapper video,
  #cta-2236 .cs-video-wrapper .cs-picture {
    width: 100%;
    height: 100%;
    /* makes image act as a background image */
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #cta-2236 .cs-video-wrapper video img,
  #cta-2236 .cs-video-wrapper .cs-picture img {
    width: 100%;
    height: 100%;
    /* makes image act as a background image */
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #cta-2236 .cs-video-wrapper video:before,
  #cta-2236 .cs-video-wrapper .cs-picture:before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    /* prevents the cursor from interacting with it */
    pointer-events: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
/*-- -------------------------- -->
<---           Reviews          -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #reviews-2282 {
    padding: var(--sectionPadding);
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #reviews-2282 .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: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #reviews-2282 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #reviews-2282 .cs-title {
    margin: 0;
  }
  #reviews-2282 .cs-h3 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 0.5rem;
    color: var(--headerColor);
  }
  #reviews-2282 .cs-review {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
  }
  #reviews-2282 .cs-flex-group {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #E7E7E8;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
  }
  #reviews-2282 .cs-job {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5em;
    color: var(--bodyTextColor);
    display: block;
  }
  #reviews-2282 .cs-image-group {
    margin-top: 3rem;
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
  }
  #reviews-2282 .cs-picture {
    width: 50%;
    aspect-ratio: 1;
    display: block;
    position: relative;
    z-index: 1;
  }
  #reviews-2282 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
  }
  #reviews-2282 .cs-picture2 {
    display: none;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 48rem) {
  #reviews-2282 .cs-container {
    width: 61vw;
    max-width: 52.875rem;
  }
  #reviews-2282 .cs-content,
  #reviews-2282 .cs-wrapper {
    max-width: 46.1875rem;
  }
  #reviews-2282 .cs-h3,
  #reviews-2282 .cs-review {
    max-width: 46.1875rem;
  }
  #reviews-2282 .cs-image-group {
    margin: 0;
    /* allows the children of the parent container to act as though the parent doesnt exist and floats with all the elements outside the parent */
    display: contents;
  }
  #reviews-2282 .cs-picture {
    width: 16vw;
    max-width: 20rem;
    height: 16vw;
    max-height: 20rem;
    aspect-ratio: initial;
    position: absolute;
    z-index: 1;
  }
  #reviews-2282 .cs-picture1 {
    top: 0;
    left: 0;
  }
  #reviews-2282 .cs-picture {
    right: 0;
    bottom: 0;
  }
  #reviews-2282 .cs-picture2 {
    display: block;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #reviews-2282 .cs-title,
  body.dark-mode #reviews-2282 .cs-review,
  body.dark-mode #reviews-2282 .cs-h3,
  body.dark-mode #reviews-2282 .cs-job,
  body.dark-mode #reviews-2282 .cs-name {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #reviews-2282 .cs-flex-group {
    border-color: rgba(255, 255, 255, 0.2);
  }
  body.dark-mode #reviews-2282 .cs-review,
  body.dark-mode #reviews-2282 .cs-job {
    opacity: 0.8;
  }
}
/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #RPsbs-2278,
  #RPsbsr-2278 {
    background-color: #f7f7f7;
    padding: var(--sectionPadding);
    /* clips the green background pseudo from overflowing the section */
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px, changed clamp at Desktop */
    gap: clamp(3rem, 6vw, 4rem);
    position: relative;
    z-index: 1;
  }
  #RPsbs-2278 .cs-header,
  #RPsbsr-2278 .cs-header {
    width: 100%;
    /* changes to 1280px at Desktop */
    max-width: 43.75rem;
    margin: auto;
  }
  #RPsbs-2278 .cs-container,
  #RPsbsr-2278 .cs-container {
    width: 100%;
    /* changes to 1280px at tablet */
    max-width: 43.75rem;
    margin: auto;
    padding: var(--sectionPadding);
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px, changed clamp at tablet */
    gap: clamp(3rem, 6vw, 4rem);
    position: relative;
    z-index: 1;
  }
  #RPsbs-2278 .cs-container:before,
  #RPsbsr-2278 .cs-container:before {
    /* green background */
    content: "";
    width: 100vw;
    height: 100%;
    background: #fff;
    opacity: 1;
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  #RPsbs-2278 .cs-content,
  #RPsbsr-2278 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    max-width: 42.875rem;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
  }
  #RPsbs-2278 .cs-title,
  #RPsbsr-2278 .cs-title {
    margin: 0;
    max-width: 24ch;
  }
  #RPsbs-2278 .cs-h3,
  #RPsbsr-2278 .cs-h3 {
    /* 25px - 39px */
    font-size: clamp(1.5625rem, 4vw, 2.4375rem);
    line-height: 1.2em;
    margin: 0 0 1rem;
    color: var(--headerColor);
  }
  #RPsbs-2278 .cs-text,
  #RPsbsr-2278 .cs-text {
    margin-bottom: 1rem;
    /* uncomment this style if you remove the list for consistent styling*/
  }
  #RPsbs-2278 .cs-heading,
  #RPsbsr-2278 .cs-heading {
    font-size: 1rem;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0 0 1rem;
    color: var(--headerColor);
  }
  #RPsbs-2278 .cs-ul,
  #RPsbsr-2278 .cs-ul {
    width: 100%;
    margin: 0 0 2rem 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  #RPsbs-2278 .cs-li,
  #RPsbsr-2278 .cs-li {
    list-style: none;
    font-size: 1rem;
    line-height: 1.5em;
    color: var(--bodyTextColor);
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.75rem;
    position: relative;
    z-index: 1;
  }
  #RPsbs-2278 .cs-li:before,
  #RPsbsr-2278 .cs-li:before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    margin-top: 0.4375rem;
    background: var(--secondary);
    opacity: 1;
    display: block;
    flex: none;
    transform: rotate(45deg);
  }
  #RPsbs-2278 .cs-number,
  #RPsbsr-2278 .cs-number {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.6vw, 1rem);
    font-weight: 700;
    /* 24px - 28px */
    width: clamp(1.5rem, 2.9vw, 1.75rem);
    height: clamp(1.5rem, 2.9vw, 1.75rem);
    margin-right: 0.75rem;
    border-radius: 50%;
    background: var(--headerColor);
    color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    /* we set this element to align to the top of the li, so if there's 
    multiple lines it will stay at the top instead of the center of the text */
    align-self: flex-start;
    /* prevents flexbox from squishing it */
    flex: none;
  }
  #RPsbs-2278 .cs-button-solid,
  #RPsbsr-2278 .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: var(--bodyTextColorWhite);
    min-width: 9.375rem;
    padding: 0 1.5rem;
    background-color: var(--primary);
    display: inline-block;
    position: relative;
    z-index: 1;
    /* prevents padding from adding to the width */
    box-sizing: border-box;
    transition: color 0.3s;
  }
  #RPsbs-2278 .cs-button-solid:before,
  #RPsbsr-2278 .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;
  }
  #RPsbs-2278 .cs-button-solid:hover,
  #RPsbsr-2278 .cs-button-solid:hover {
    color: #fff;
  }
  #RPsbs-2278 .cs-button-solid:hover:before,
  #RPsbsr-2278 .cs-button-solid:hover:before {
    width: 100%;
  }
  #RPsbs-2278 .cs-picture,
  #RPsbsr-2278 .cs-picture {
    width: 100%;
    height: 91.14vw;
    max-height: 22.5rem;
    margin: 0;
    position: relative;
    display: block;
  }
  #RPsbs-2278 .cs-picture img,
  #RPsbsr-2278 .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
/* Desktop - 768px */
@media only screen and (min-width: 64rem) {
  #RPsbs-2278 .cs-header,
  #RPsbsr-2278 .cs-header {
    max-width: 80rem;
  }
  #RPsbs-2278 .cs-container,
  #RPsbsr-2278 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  #RPsbs-2278 .cs-container:before,
  #RPsbsr-2278 .cs-container:before {
    /* 110px - 335px */
    margin-left: calc(clamp(110px, 14vw, 335px) * -1);
    left: 50%;
    transform: none;
  }
  #RPsbs-2278 .cs-picture,
  #RPsbsr-2278 .cs-picture {
    max-width: 32.625rem;
    height: auto;
    max-height: 100%;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #RPsbs-2278,
  body.dark-mode #RPsbsr-2278 {
    background-color: rgba(0, 0, 0, 0.2);
  }
  body.dark-mode #RPsbs-2278 .cs-container:before,
  body.dark-mode #RPsbsr-2278 .cs-container:before {
    background-color: rgba(0, 0, 0, 0.2);
  }
  body.dark-mode #RPsbs-2278 .cs-title,
  body.dark-mode #RPsbs-2278 .cs-li,
  body.dark-mode #RPsbs-2278 .cs-h3,
  body.dark-mode #RPsbs-2278 .cs-heading,
  body.dark-mode #RPsbsr-2278 .cs-title,
  body.dark-mode #RPsbsr-2278 .cs-li,
  body.dark-mode #RPsbsr-2278 .cs-h3,
  body.dark-mode #RPsbsr-2278 .cs-heading {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #RPsbs-2278 .cs-text,
  body.dark-mode #RPsbs-2278 .cs-li,
  body.dark-mode #RPsbsr-2278 .cs-text,
  body.dark-mode #RPsbsr-2278 .cs-li {
    opacity: 0.8;
  }
}
/*-- -------------------------- -->
<---   Side By Side Reverse     -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #RPsbsr-2278 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
/* Desktop - 768px */
@media only screen and (min-width: 64em) {
  #RPsbsr-2278 {
    padding: var(--sectionPadding);
    padding-top: 0;
  }
  #RPsbsr-2278 .cs-container {
    justify-content: flex-end;
  }
  #RPsbsr-2278 .cs-container:before {
    margin-left: 0;
    /* 110px - 335px */
    margin-right: calc(clamp(110px, 14vw, 335px) * -1);
    right: 50%;
    left: auto;
    transform: none;
  }
  #RPsbsr-2278 .cs-picture {
    /* sends it to the right in the 2nd position */
    order: 2;
  }
}
/*-- -------------------------- -->
<---        Side By Side        -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #sbs-1598 {
    padding: var(--sectionPadding);
    background-color: #f7f7f7;
  }
  #sbs-1598 .cs-title {
    font-size: 2rem;
  }
  #sbs-1598 .cs-container {
    width: 100%;
    /* changes to 1280px at tablet */
    max-width: 36.5rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #sbs-1598 .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;
  }
  #sbs-1598 .cs-text {
    margin-bottom: 1rem;
  }
  #sbs-1598 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #sbs-1598 .cs-picture {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
  }
  #sbs-1598 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
  }
  #sbs-1598 .cs-picture1 {
    height: 95vw;
    max-height: 25rem;
  }
  #sbs-1598 .cs-picture2 {
    height: 111vw;
    max-height: 31.25rem;
  }
  #sbs-1598 .cs-stats-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* 28px - 40px */
    gap: clamp(1.75rem, 3vw, 2.5rem);
  }
  #sbs-1598 .cs-stats {
    width: 100%;
    max-width: 39.375rem;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    row-gap: 1.5rem;
    column-gap: 0.75rem;
  }
  #sbs-1598 .cs-stat {
    list-style: none;
    margin: 0;
    padding: 0 0 1.5rem 0;
    border-bottom: 1px solid var(--primary);
    /* making flex so we can align a heading with 1 line to the bottom */
    display: flex;
    grid-column: span 4;
    flex-direction: column;
    align-self: stretch;
    align-content: space-between;
  }
  #sbs-1598 .cs-number {
    /* 31px - 39px */
    font-size: clamp(1.9375rem, 3vw, 2.4375rem);
    line-height: 1.2em;
    font-weight: 700;
    text-align: left;
    color: var(--headerColor);
    display: block;
    margin: 0 0 0.25rem 0;
  }
  #sbs-1598 .cs-desc {
    font-size: 1rem;
    line-height: 1.5em;
    font-weight: 400;
    text-align: left;
    /* auto margin top will push text to bottom if there's only one line */
    margin: 0;
    color: var(--bodyTextColor);
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #sbs-1598 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  #sbs-1598 .cs-picture1 {
    /* 340px - 460px */
    min-height: clamp(21.25rem, 35vw, 28.75rem);
    height: 100%;
    max-height: 100%;
  }
  #sbs-1598 .cs-picture2 {
    /* 530px - 660px */
    min-height: clamp(33.125rem, 45vw, 41.25rem);
    height: 100%;
    max-height: 100%;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #sbs-1598 {
    background-color: rgba(0, 0, 0, 0.2);
  }
  body.dark-mode #sbs-1598 .cs-title,
  body.dark-mode #sbs-1598 .cs-text,
  body.dark-mode #sbs-1598 .cs-number,
  body.dark-mode #sbs-1598 .cs-desc {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #sbs-1598 .cs-text,
  body.dark-mode #sbs-1598 .cs-desc {
    opacity: 0.8;
  }
}

/*# sourceMappingURL=local.css.map */
