/* About Us Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #sbs-945 {
        overflow: hidden;
        position: relative;
        background: var(--bg01);
        padding: var(--sectionPadding);
    }
    #sbs-945 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        align-items: center;
        max-width: 34.375rem;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #sbs-945 .cs-content {
        width: 100%;
        display: flex;
        text-align: left;
        max-width: 33.875rem;
        flex-direction: column;
        align-items: flex-start;
    }
    #sbs-945 .cs-topper {
        display: flex;
        flex-direction: column;
    }
    #sbs-945 .light,
    #sbs-945 .dark {
        margin-bottom: 0.25rem;
    }
    #sbs-945 .cs-text {
        margin-bottom: 1rem;
    }
    #sbs-945 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }
    #sbs-945 .cs-contact-group {
        width: 100%;
        gap: 0.75rem;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 2rem;
        align-items: center;
        justify-content: flex-start;
    }
    #sbs-945 .cs-link {
        gap: 1rem;
        display: flex;
        position: relative;
        align-items: center;
        text-decoration: none;
        padding-right: 1.875rem;
        justify-content: flex-start;
    }
    #sbs-945 .cs-link:hover:before {
        width: 100%;
        height: 3.5em;
    }
    #sbs-945 .cs-link:hover .cs-wrapper {
        transform: scale(1.2);
    }
    #sbs-945 .cs-link:hover .cs-icon {
        transform: translateX(0.4375rem);
    }
    #sbs-945 .cs-link:before {
        /* light circle that animates on hover */
        left: 0;
        top: 50%;
        opacity: 1;
        content: "";
        width: 3rem;
        z-index: -1;
        height: 3rem;
        display: block;
        position: absolute;
        background: #EFF1F0;
        transform: translateY(-50%);
        transition:
        width 0.3s,
        height 0.3s,
        border-radius 0.3s;
    }
    #sbs-945 .cs-wrapper {
        flex: none;
        width: 3rem;
        height: 3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform 0.3s;
    }
    #sbs-945 .cs-icon {
        height: auto;
        width: 1.5rem;
        display: block;
        transition: transform 0.3s;
    }
    #sbs-945 .cs-info {
        gap: 0.25rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    #sbs-945 .cs-header {
        margin: 0;
        display: block;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.2em;
        color: var(--headerColor);
    }
    #sbs-945 .cs-link-content {
        margin: 0;
        display: block;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.2em;
        color: var(--bodyTextColor);
    }
    #sbs-945 .cs-image-group {
        z-index: 1;
        width: 40.625em;
        height: 42.9375em;
        position: relative;
        font-size: min(2.24vw, 0.844em);
    }
    #sbs-945 .cs-picture {
        display: block;
        overflow: hidden;
        position: absolute;
    }
    #sbs-945 .cs-picture img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        border-radius: 0.5rem;
    }
    #sbs-945 .cs-picture1 {
        left: 0;
        top: 3.0625em;
        width: 21.8125em;
        height: 36.875em;
    }
    #sbs-945 .cs-picture2 {
        top: 0;
        right: 0;
        width: 17.5625em;
        height: 24.1875em;
    }
    #sbs-945 .cs-picture3 {
        right: 0;
        bottom: 0;
        height: 17.5em;
        width: 17.5625em;
    }
    #sbs-945 .cs-seal {
        top: 50%;
        left: 50%;
        height: auto;
        width: 9.375em;
        position: absolute;
        transform: translate(-30%, -40%);
    }
    #sbs-945 .cs-floater {
        display: none;
    }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #sbs-945 .cs-container {
        max-width: 80rem;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    #sbs-945 .cs-image-group {
        margin: 0;
        flex: none;
        font-size: min(1.15vw, 1em);
    }
    #sbs-945 .cs-content {
        width: 51%;
    }
}
/* Large Desktop - 1800px */
@media only screen and (min-width: 112.5rem) {
    #sbs-945 .cs-floater {
        right: 0;
        height: auto;
        top: 1.25rem;
        display: block;
        width: 27.8125rem;
        position: absolute;
    }
}
/* Products Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #blog-1144 {
        z-index: 1;
        position: relative;
        background: var(--bg01);
        padding: var(--sectionPadding);
        padding-top: 4rem;
    }
    #blog-1144 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 49rem;
        align-items: center;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #blog-1144 .cs-content {
        width: 100%;
        display: flex;
        text-align: left;
        flex-direction: column;
        align-items: flex-start;
    }
    #blog-1144 .cs-topper {
        display: flex;
        flex-direction: column;
    }
    #blog-1144 .light,
    #blog-1144 .dark {
        margin-bottom: 0.25rem;
    }
    #blog-1144 .cs-title {
        max-width: 20ch;
    }
    #blog-1144 .cs-button-solid {
        margin: 0;
    }
    #blog-1144 .cs-button-solid:hover:before {
        width: 100%;
    }
    #blog-1144 .cs-card-group {
        margin: 0;
        padding: 0;
        width: 100%;
        gap: 1.25rem;
        display: grid;
        grid-template-columns: repeat(8, 2fr);
    }
    #blog-1144 .cs-item {
        z-index: 1;
        display: flex;
        text-align: left;
        list-style: none;
        overflow: hidden;
        position: relative;
        border-radius: 0.5rem;
        grid-column: span 12;
        flex-direction: column;
        background: var(--itemColor);
        justify-content: space-between;
        border: 1px solid var(--borderColor);
        transition:
        box-shadow 0.3s,
        transform 0.3s;
    }
    #blog-1144 .cs-item:hover {
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
    #blog-1144 .cs-item:hover .cs-picture img {
        opacity: 0.3;
        transform: scale(1.1);
    }
    #blog-1144 .cs-picture {
        flex: none;
        z-index: 1;
        width: 100%;
        height: 15rem;
        display: block;
        overflow: hidden;
        position: relative;
        background: #1A1A1A;
        border-bottom: 4px solid var(--primary);
    }
    #blog-1144 .cs-picture img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        transition:
        transform 0.6s,
        opacity 0.3s;
    }
    #blog-1144 .cs-flex {
        z-index: 2;
        height: 100%;
        display: flex;
        padding: 1.5rem;
        position: relative;
        box-sizing: border-box;
        flex-direction: column;
        align-items: flex-start;
    }
    #blog-1144 .cs-date {
        margin: 0;
        z-index: 2;
        left: 1.5rem;
        bottom: 100%;
        color: #FFF;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.2em;
        position: absolute;
        text-align: inherit;
        padding: 0.5rem 1rem;
        display: inline-block;
        box-sizing: border-box;
        font-family: var(--bodyFont);
        background-color: var(--primary);
        border-radius: 0.5rem 0.5rem 0 0;
    }
    #blog-1144 .cs-h3 {
        font-weight: 700;
        font-size: 1.25rem;
        line-height: 1.2em;
        text-align: inherit;
        margin: 0 0 0.75rem 0;
        transition: color 0.3s;
        color: var(--headerColor);
    }
    #blog-1144 .cs-item-text {
        line-height: 1.5em;
        text-align: inherit;
        margin: 0 0 1.25rem;
        color: var(--bodyTextColor);
        font-size: clamp(0.875rem, 1.5vw, 1rem);
    }
    #blog-1144 .cs-link {
        display: flex;
        font-size: 1rem;
        font-weight: 700;
        margin-top: auto;
        line-height: 1.2em;
        align-items: center;
        text-decoration: none;
        color: var(--primary);
        justify-content: center;
    }
    #blog-1144 .cs-link:hover .cs-arrow {
        transform: translateX(0.25rem);
    }
    #blog-1144 .cs-arrow {
        height: auto;
        width: 1.25rem;
        transition: transform 0.3s;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #blog-1144 .cs-container {
        max-width: 80rem;
    }
    #blog-1144 .cs-content {
        text-align: left;
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }
    #blog-1144 .cs-title {
        margin: 0;
    }
    #blog-1144 .cs-item {
        grid-column: span 4;
    }
}
/* Extraction Process */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #sbs-2295 {
        z-index: 1;
        overflow: hidden;
        position: relative;
        background: var(--bg04);
        padding: var(--sectionPadding);
    }
    #sbs-2295 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 44rem;
        align-items: center;
        flex-direction: column;
        gap: clamp(3rem, 4vw, 4rem);
    }
    #sbs-2295 .cs-topper {
        display: flex;
        flex-direction: column;
    }
    #sbs-2295 .light,
    #sbs-2295 .dark {
        margin-bottom: 0.25rem;
    }
    #sbs-2295 .cs-image-group {
        order: -1;
        z-index: 1;
        flex: none;
        width: 46.125em;
        height: 36.125em;
        position: relative;
        font-size: min(1.98vw, .826rem);
    }
    #sbs-2295 .cs-picture {
        width: 100%;
        height: 100%;
        display: block;
        border-radius: 0.5rem;
        border: 1em solid var(--bodyTextColorWhite);
    }
    #sbs-2295 .cs-picture img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0.25rem;
    }
    #sbs-2295 .cs-picture-wrapper1 {
        top: 0;
        left: 0;
        gap: 1rem;
        display: flex;
        width: 25.75em;
        height: 28.5625em;
        position: absolute;
        flex-direction: column;
    }
    #sbs-2295 .cs-picture-wrapper2 {
        right: 0;
        gap: 1rem;
        bottom: 0;
        display: flex;
        width: 25.8125em;
        height: 29.625em;
        position: absolute;
        flex-direction: column-reverse;
    }
    #sbs-2295 .cs-tag {
        font-weight: 700;
        line-height: 1.2em;
        text-align: center;
        color: var(--headerColor);
        font-family: var(--subFont);
        font-size: clamp(0.875rem, 1.4vw, 1.5rem);
    }
    #sbs-2295 .cs-arrow {
        width: 9.25em;
        top: 15.125em;
        height: 3.375em;
        left: 15.9375em;
        position: absolute;
        transform: rotate(30deg);
    }
    #sbs-2295 .cs-content {
        width: 100%;
        display: flex;
        text-align: left;
        max-width: 36.625rem;
        flex-direction: column;
        align-items: flex-start;
    }
    #sbs-2295 .cs-title {
        max-width: 30ch;
    }
    #sbs-2295 .cs-text {
        margin-bottom: 1rem;
    }
    #sbs-2295 .cs-text:last-of-type {
        margin-bottom: 1.5rem;
    }
    #sbs-2295 .cs-button-solid:hover:before {
        width: 100%;
    }
    #sbs-2295 .cs-h3 {
        margin: 0;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.5em;
        color: var(--headerColor);
    }
    #sbs-2295 .cs-ul {
        padding: 0;
        gap: 0.75rem;
        display: flex;
        margin: 0.75rem 0 2rem;
        flex-direction: column;
    }
    #sbs-2295 .cs-li {
        font-size: 1rem;
        list-style: none;
        line-height: 1.5em;
        position: relative;
        color: var(--bodyTextColor);
        font-family: var(--bodyFont);
        padding-left: clamp(1.25rem, 3vw, 1.5rem);
    }
    #sbs-2295 .cs-li strong {
        color: var(--headerColor);
    }
    #sbs-2295 .cs-li::before {
        top: 0;
        left: 0;
        content: "";
        width: 0.5rem;
        height: 0.5rem;
        display: block;
        margin-top: 0.5rem;
        position: absolute;
        transform: rotate(45deg);
        background-color: var(--secondary);
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #sbs-2295 .cs-container {
        max-width: 80rem;
    }
    #sbs-2295 .cs-image-group {
        order: initial;
    }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #sbs-2295 .cs-container {
        flex-direction: row;
        align-items: stretch;
    }
    #sbs-2295 .cs-image-group {
        font-size: min(1.03vw, 1rem);
        height: auto;
    }
    #sbs-2295 .cs-picture-wrapper1 {
        height: auto;
        bottom: 7.5625em;
    }
    #sbs-2295 .cs-picture-wrapper2 {
        top: 6.5em;
        height: auto;
    }
}
/* Why Choose Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #sbsr-312 {
        background: var(--bg04);
        padding: var(--sectionPadding);
        padding-top: 2rem;
    }
    #sbsr-312 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 80rem;
        align-items: center;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #sbsr-312 .cs-content {
        width: 100%;
        display: flex;
        text-align: left;
        max-width: 33.875rem;
        flex-direction: column;
        align-items: flex-start;
    }
    #sbsr-312 .cs-text {
        margin-bottom: 1rem;
    }
    #sbsr-312 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }
    #sbsr-312 .cs-quote {
        margin: 0 0 2rem 0;
        position: relative;
        background-color: #F2F2F2;
        padding: clamp(1rem, 3vw, 2rem);
    }
    #sbsr-312 .cs-quote-text {
        color: #767676;
        display: block;
        margin: 0 0 1rem;
        line-height: 1.5em;
        font-size: clamp(0.875rem, 1.5vw, 1rem);
    }
    #sbsr-312 .cs-name {
        display: block;
        font-size: 1rem;
        font-weight: bold;
        line-height: 1.2em;
        margin: 0 0 0.25rem;
        text-transform: uppercase;
        color: var(--headerColor);
    }
    #sbsr-312 .cs-job {
        color: #767676;
        display: block;
        line-height: 1.5em;
        font-size: 0.875rem;
    }
    #sbsr-312 .cs-quote-icon {
        height: auto;
        bottom: 0rem;
        position: absolute;
        right: clamp(1rem, 4vw, 2rem);
        width: clamp(3.75rem, 10vw, 8.5rem);
    }
    #sbsr-312 .cs-image-group {
        height: 39.75em;
        width: 39.4375em;
        position: relative;
        font-size: min(2.31vw, 0.7em);
    }
    #sbsr-312 .cs-picture {
        display: block;
        overflow: hidden;
        position: absolute;
        border-radius: 0.5rem;
    }
    #sbsr-312 .cs-picture img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        border-radius: 0.25rem;
    }
    #sbsr-312 .cs-picture1 {
        top: 0;
        right: 0;
        width: 32.625em;
        height: 36.3125em;
    }
    #sbsr-312 .cs-picture2 {
        left: 0;
        bottom: 0;
        height: 25em;
        width: 25.875em;
        background: #FFF;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 40px;
        border: clamp(0.375em, 1.5vw, 0.75em) solid #FFF;
    }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #sbsr-312 .cs-container {
        gap: 3.25rem;
        flex-flow: row;
        justify-content: space-between;
    }
    #sbsr-312 .cs-image-group {
        order: 2;
        flex: none;
        font-size: min(1.2vw, 1em);
    }
    #sbsr-312 .cs-content {
        margin: 0;
    }
}
/* Gallery Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #gallery-434 {
        padding: var(--sectionPadding);
        background: var(--bg01);
    }
    #gallery-434 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #gallery-434 .cs-content {
        width: 100%;
        display: flex;
        text-align: center;
        align-items: center;
        flex-direction: column;
    }
    #gallery-434 .cs-topper {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    #gallery-434 .light,
    #gallery-434 .dark {
        margin-bottom: 0.25rem;
    } 
    #gallery-434 .cs-grid {
        display: grid;
        grid-template-rows: repeat(6, 0.34fr);
        grid-template-columns: repeat(12, 1fr);
        grid-gap: clamp(0.75rem, 1.5vw, 1.875rem);
    }
    #gallery-434 .cs-picture {
        display: block;
        overflow: hidden;
        position: relative;
        border-radius: 0.5rem;
    }
    #gallery-434 .cs-picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #gallery-434 .cs-picture1 {
        display: none;
    }
    #gallery-434 .cs-picture2 {
        grid-row: 1 / 3;
        grid-column: 1 / 9;
    }
    #gallery-434 .cs-picture3 {
        grid-row: 1 / 1;
        grid-column: 9 / 13;
    }
    #gallery-434 .cs-picture4 {
        grid-row: 4 / 5;
        grid-column: 1 / 7;
    }
    #gallery-434 .cs-picture5 {
        grid-row: 4 / 6;
        grid-column: 7 / 13;
    }
    #gallery-434 .cs-picture6 {
        display: none;
    }
    #gallery-434 .cs-picture7 {
        grid-row: 3 / 4;
        grid-column: 1 / 5;
    }
    #gallery-434 .cs-picture8 {
        grid-row: 3 / 4;
        grid-column: 5 / 9;
    }
    #gallery-434 .cs-picture9 {
        grid-row: 2 / 4;
        grid-column: 9 / 13;
    }
    #gallery-434 .cs-picture10 {
        grid-row: 5 / 7;
        grid-column: 1 / 7;
    }
    #gallery-434 .cs-picture11 {
        grid-row: 6 / 7;
        grid-column: 7 / 13;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #gallery-434 {
        padding-left: 0;
        padding-right: 0;
        background: var(--bg04);
    }
    #gallery-434 .cs-grid {
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: repeat(3, 0.45fr);
    }
    #gallery-434 .cs-picture1 {
        display: block;
        grid-row: 1 / 2;
        grid-column: 1 / 3;
        border-radius: 0 0.5rem 0.5rem 0;
    }
    #gallery-434 .cs-picture2 {
        grid-row: 1 / 3;
        grid-column: 3 / 5;
    }
    #gallery-434 .cs-picture3 {
        grid-row: 1 / 1;
        grid-column: 5 / 6;
    }
    #gallery-434 .cs-picture4 {
        grid-row: 1 / 1;
        grid-column: 6 / 7;
        border-radius: 0.5rem 0 0 0.5rem;
    }
    #gallery-434 .cs-picture5 {
        display: none;
    }
    #gallery-434 .cs-picture6 {
        display: block;
        grid-row: 2 / 4;
        grid-column: 1 / 3;
        border-radius: 0 0.5rem 0.5rem 0;
    }
    #gallery-434 .cs-picture7 {
        grid-row: 3 / 4;
        grid-column: 3 / 4;
    }
    #gallery-434 .cs-picture8 {
        grid-row: 3 / 4;
        grid-column: 4 / 5;
    }
    #gallery-434 .cs-picture9 {
        grid-row: 2 / 4;
        grid-column: 5 / 6;
    }
    #gallery-434 .cs-picture10 {
        grid-row: 2 / 4;
        grid-column: 6 / 7;
        border-radius: 0.5rem 0 0 0.5rem;
    }
    #gallery-434 .cs-picture11 {
        display: none;
    }
}
/* Large Desktop 1600px */
@media only screen and (min-width: 100rem) {
    #gallery-434 .cs-grid {
        grid-template-columns: repeat(7, 1fr);
        grid-template-rows: repeat(3, 0.4fr);
    }
    #gallery-434 .cs-picture4 {
        border-radius: 0.5rem;
    }
    #gallery-434 .cs-picture5 {
        display: block;
        grid-row: 1 / 3;
        grid-column: 7 / 8;
        border-radius: 0.5rem 0 0 0.5rem;
    }
    #gallery-434 .cs-picture10 {
        border-radius: 0.5rem;
    }
    #gallery-434 .cs-picture11 {
        display: block;
        grid-row: 3 / 4;
        grid-column: 7 / 8;
        border-radius: 0.5rem 0 0 0.5rem;
    }
}
/* Benefits Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #sbsr-312 {
        background: var(--bg01);
        padding: var(--sectionPadding);
    }
    #sbsr-312 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 80rem;
        align-items: center;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #sbsr-312 .cs-content {
        width: 100%;
        display: flex;
        text-align: left;
        max-width: 33.875rem;
        flex-direction: column;
        align-items: flex-start;
    }
    #sbsr-312 .cs-topper {
        display: flex;
        flex-direction: column;
    }
    #sbsr-312 .light,
    #sbsr-312 .dark {
        margin-bottom: 0.25rem;
    }
    #sbsr-312 .cs-text {
        margin-bottom: 1rem;
    }
    #sbsr-312 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }
    #sbsr-312 .cs-button-solid:hover:before {
        width: 100%;
    }
    #sbsr-312 .cs-image-group {
        height: 39.75em;
        width: 39.4375em;
        position: relative;
        font-size: min(2.31vw, 0.7em);
    }
    #sbsr-312 .cs-picture {
        display: block;
        overflow: hidden;
        position: absolute;
        border-radius: 0.75rem;
    }
    #sbsr-312 .cs-picture img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }
    #sbsr-312 .cs-picture1 {
        top: 0;
        right: 0;
        width: 32.625em;
        height: 36.3125em;
    }
    #sbsr-312 .cs-picture2 {
        left: 0;
        bottom: 0;
        height: 25em;
        width: 25.875em;
        background: #FFF;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 40px;
        border: clamp(0.375em, 1.5vw, 0.75em) solid #FFF;
    }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #sbsr-312 .cs-container {
        gap: 3.25rem;
        flex-flow: row;
        justify-content: space-between;
    }
    #sbsr-312 .cs-image-group {
        order: 2;
        flex: none;
        font-size: min(1.2vw, 1em);
    }
    #sbsr-312 .cs-content {
        margin: 0;
    }
}

