 @media only screen and (min-width: 0rem) {#sbs {padding: var(--sectionPadding);}#sbs .cs-container {display: flex;flex-direction: column;justify-content: center;align-items: center;margin: auto;max-width: 80rem;width: 100%;row-gap: 2.5rem;}#sbs .cs-left {order: 2;width: 100%;max-width: 39.375rem;}#sbs .cs-picture {display: block;border-radius: 1.5rem;overflow: hidden;width: 100%;}#sbs .cs-picture img {display: block;width: 100%;height: auto;object-fit: cover;}#sbs .cs-text-block {order: 1;margin: auto;max-width: 33.875rem;width: 100%;}#sbs .cs-right {order: 3;margin: auto;max-width: 33.875rem;width: 100%;}#sbs .cs-topper {margin-bottom: 0.25rem;text-align: center;}#sbs .cs-title {max-width: 50rem;text-align: center;}#sbs .cs-text {margin-bottom: 1rem;max-width: 46.875rem;color: var(--bodyTextColor);text-align: center;}#sbs .cs-text:last-of-type {margin-bottom: 0;}#sbs .cs-button-solid {display: block;width: fit-content;margin-top: 2rem;margin-left: auto;margin-right: auto;}#sbs .cs-flex-group {position: relative;border-radius: 1rem;background-color: #f7f7f7;padding: clamp(1rem, 3vw, 2rem);}#sbs .cs-flex-p {margin: 0 0 1rem;font-size: clamp(0.875rem, 1.5vw, 1rem);line-height: 1.5em;color: #353535;}#sbs .cs-name {display: block;margin: 0 0 0.25rem;text-transform: uppercase;font-size: 1rem;line-height: 1.2em;font-weight: bold;color: var(--headerColor);}#sbs .cs-job {display: block;font-size: 0.875rem;line-height: 1.5em;color: #353535;}#sbs .cs-quote-icon {position: absolute;bottom: 0rem;right: clamp(1rem, 4vw, 2rem);height: auto;width: clamp(3.75rem, 10vw, 8.5rem);}#sbs .cs-button-solid {margin-top: 2rem;}}@media only screen and (min-width: 64rem) {#sbs .cs-container {display: grid;grid-template-columns: 26.875rem minmax(0, 33.875rem);grid-template-rows: auto auto;column-gap: 3.25rem;row-gap: 2rem;align-items: start;}#sbs .cs-left {order: unset;grid-column: 1;grid-row: 1/span 2;width: 100%;max-width: none;align-self: start;}#sbs .cs-text-block {order: unset;grid-column: 2;grid-row: 1;margin: 0;}#sbs .cs-right {order: unset;grid-column: 2;grid-row: 2;margin: 0;width: auto;}#sbs .cs-topper {text-align: left;}#sbs .cs-title {text-align: left;}#sbs .cs-text {text-align: left;}#sbs .cs-button-solid {display: inline-block;width: auto;margin-left: 0;margin-right: 0;}}@media only screen and (min-width: 0rem) {body.dark-mode #sbs .cs-topper {color: var(--primaryLight);}body.dark-mode #sbs .cs-title, body.dark-mode #sbs .cs-text, body.dark-mode #sbs .cs-h3, body.dark-mode #sbs .cs-flex-p, body.dark-mode #sbs .cs-name {color: var(--bodyTextColorWhite);}body.dark-mode #sbs .cs-flex-group {background-color: var(--accent);}body.dark-mode #sbs .cs-job {opacity: 0.8;color: var(--bodyTextColorWhite);}body.dark-mode #sbs .cs-quote-icon {opacity: 0.2;}}