/* Experience Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #sbsr-298 {
        background: var(--bg04);
        padding: var(--sectionPadding);
    }
    #sbsr-298 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        align-items: center;
        max-width: 34.375rem;
        flex-direction: column;
        justify-content: center;
    }
    #sbsr-298 .cs-content {
        width: 100%;
        display: flex;
        text-align: left;
        max-width: 32.625rem;
        flex-direction: column;
        align-items: flex-start;
    }
    #sbsr-298 .cs-text {
        margin-bottom: 1rem;
    }
    #sbsr-298 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }
    #sbsr-298 .cs-link {
        font-weight: 700;
        font-size: 1.25rem;
        text-decoration: none;
        color: var(--primary);
    }
    #sbsr-298 .cs-image-group {
        width: 100%;
        display: block;
        position: relative;
        max-width: 34.375rem;
        aspect-ratio: 0.90358127;
        margin: 0 auto clamp(4.875rem, 16.5vw, 6.75rem);
    }
    #sbsr-298 .cs-picture {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
    }
    #sbsr-298 .cs-picture img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        border-radius: 0.75rem;
    }
    #sbsr-298 .cs-box {
        left: 50%;
        z-index: 10;
        display: flex;
        overflow: hidden;
        position: absolute;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        border-radius: 0.75rem;
        transform: translateX(-50%);
        width: clamp(12.75rem, 50vw, 20.375rem);
        height: clamp(12.75rem, 50vw, 20.375rem);
        bottom: calc(clamp(2.375rem, 7.9vw, 3.75rem) *-1);
    }
    #sbsr-298 .cs-box-picture {
        top: 0;
        left: 0;
        width: 100%;
        z-index: -1;
        height: 100%;
        display: block;
        overflow: hidden;
        position: absolute;
        background: #1A1A1A;
    }
    #sbsr-298 .cs-box-picture img {
        top: 0;
        left: 0;
        width: 100%;
        opacity: .75;
        height: 100%;
        object-fit: cover;
        position: absolute;
        mix-blend-mode: lighten;
    }
    #sbsr-298 .cs-number {
        z-index: 10;
        display: block;
        line-height: 1em;
        font-weight: 900;
        margin-bottom: 0.5rem;
        mix-blend-mode: screen;
        font-family: var(--subFont);
        font-size: clamp(4.6875rem, 8vw, 6.25rem);
    }
    #sbsr-298 .cs-number:before {
        top: 50%;
        left: 50%;
        opacity: 1;
        content: '';
        z-index: -1;
        display: block;
        position: absolute;
        background: #F2F2F2;
        transform: translate(-50%, -50%);
        width: clamp(11.5rem, 45vw, 18.375rem);
        height: clamp(11.5rem, 45vw, 18.375rem);
    }
    #sbsr-298 .cs-desc {
        width: 80%;
        z-index: 10;
        font-weight: 700;
        line-height: 1.2em;
        text-align: center;
        position: relative;
        text-transform: lowercase;
        font-family: var(--bodyFont);
        font-size: clamp(1rem, 4vw, 1.5625rem);
    }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #sbsr-298 {
        text-align: left;
    }
    #sbsr-298 .cs-container {
        gap: 10rem;
        max-width: 80rem;
        flex-direction: row;
        justify-content: space-between;
    }
    #sbsr-298 .cs-content {
        text-align: left;
        align-items: flex-start;
    }
    #sbsr-298 .cs-image-group {
        order: 2;
        margin: 0;
        width: 40vw;
        max-width: 32.5625rem;
        height: clamp(32.5rem, 51.9vw, 42rem);
    }
    #sbsr-298 .cs-box {
        left: auto;
        transform: none;
        bottom: clamp(3.875rem, 6.2vw, 5rem);
        width: clamp(15.6875rem, 24.5vw, 20.3125rem);
        height: clamp(15.6875rem, 24.5vw, 20.3125rem);
        left: calc(clamp(3.25rem, 5.5vw + 1.6rem, 6.375rem) *-1);
    }
    #sbsr-298 .cs-number:before {
        width: clamp(14.125rem, 22.7vw, 18.3125rem);
        height: clamp(14.125rem, 22.7vw, 18.3125rem);
    }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
    body.dark-mode #sbsr-298 .cs-link {
        color: var(--secondaryLight);
    }
}
/* Youtube Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #sbs-290 {
        background: var(--bg01);
        padding: var(--sectionPadding);
    }
    #sbs-290 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        align-items: center;
        max-width: 34.375rem;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #sbs-290 .cs-content {
        width: 100%;
        display: flex;
        text-align: left;
        flex-direction: column;
        align-items: flex-start;
    }
    #sbs-290 .cs-text {
        margin-bottom: 1rem;
    }
    #sbs-290 .span:last-of-type {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }
    #sbs-290  .list-1405 {
        padding: 0;
        width: 100%;
        gap: 0.75rem;
        display: flex;
        margin: 0 0 1.5rem 0;
        flex-direction: column;
        align-items: flex-start;
    }
    #sbs-290  .list-1405 .cs-li {
        width: 100%;
        gap: 0.5rem;
        display: flex;
        list-style: none;
        line-height: 1.5em;
        align-items: flex-start;
        color: var(--headerColor);
        justify-content: flex-start;
        font-family: var(--bodyFont);
        font-size: var(--bodyFontSize);
    }
    #sbs-290  .list-1405 .cs-icon {
        height: auto;
        width: 1.5rem;
        display: block;
        margin-top: 1px;
    }
    #sbs-290 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }
    #sbs-290 .cs-button-solid {
        margin: 0;
    }
    #sbs-290 .cs-button-solid:hover:before {
        width: 100%;
    }
    #sbs-290 .cs-image-group {
        /* scaling entire section down. font-size starts at a min in vw, and stops when that value reaches 1em (16px). Since we want the picture elements to base their font size on the parent and not the root, we use ems for this entire section  */
        width: 46.0625em;
        height: 45.9375em;
        position: relative;
        font-size: min(1.978vw, 0.791em);
    }
    #sbs-290 .cs-picture {
        display: block;
        overflow: hidden;
        border-radius: 1em;
        position: absolute;
    }
    #sbs-290 .cs-picture img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }
    #sbs-290 .cs-picture1 {
        top: 0;
        left: 0;
        width: 24.875em;
        height: 24.5625em;
    }
    #sbs-290 .cs-picture2 {
        right: 0;
        width: 20em;
        top: 4.6875em;
        height: 19.875em;
    }
    #sbs-290 .cs-picture3 {
        bottom: 0;
        left: 4.4375em;
        width: 20.3125em;
        height: 20.125em;
    }
    #sbs-290 .cs-picture4 {
        width: 16.5em;
        bottom: 3.75em;
        right: 3.5625em;
        height: 16.375em;
    }
    #sbs-290 .cs-play-link {
        top: 50%;
        left: 50%;
        display: flex;
        width: 6.3125em;
        height: 6.3125em;
        border-radius: 50%;
        position: absolute;
        align-items: center;
        border: 1px solid #FFF;
        justify-content: center;
        backdrop-filter: blur(8px);
        background-color: transparent;
        transform: translate(-15%, -15%);
        -webkit-backdrop-filter: blur(8px);
        transition:
        background-color 0.3s,
        filter 0.3s,
        box-shadow 0.3s,
        transform 0.3s;
    }
    #sbs-290 .cs-play-link:hover {
        background: #FFF;
        transform: translate(-15%, -15%) scale(1.1);
        box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px;
    }
    #sbs-290 .cs-play-link:hover img {
        transform: rotate(120deg) translate(15%, 5%);
    }
    #sbs-290 .cs-play-link img {
        width: 2em;
        height: auto;
        display: block;
        margin-left: 0.3125em;
        transition: transform 0.3s;
    }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #sbs-290 .cs-container {
        max-width: 80rem;
        flex-direction: row;
        align-items: center;
    }
    #sbs-290 .cs-image-group {
        flex: none;
        font-size: min(1.1vw, 1em);
    }
}