/* About Us Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #sbs-311 {
        background: var(--bg04);
        padding: var(--sectionPadding);
    }
    #sbs-311 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 80rem;
        align-items: center;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #sbs-311 .cs-content {
        width: 100%;
        display: flex;
        text-align: left;
        max-width: 33.875rem;
        flex-direction: column;
        align-items: flex-start;
    }
    #sbs-311 .cs-text {
        margin-bottom: 1rem;
    }
    #sbs-311 .cs-h3 {
        margin: 0 0 1rem 0;
        font-size: 1.25rem;
        text-transform: uppercase;
        color: var(--headerColor);
    }
    #sbs-311 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }
    #sbs-311 .cs-button-solid {
        margin: 0;
    }
    #sbs-311 .cs-button-solid:hover:before {
        width: 100%;
    }
    #sbs-311 .cs-quote {
        margin: 0 0 2rem 0;
        position: relative;
        background: #F7F7F7;
        background: var(--itemColor);   
        font-family: var(--bodyFont);
        padding: clamp(1rem, 3vw, 2rem);
    }
    #sbs-311 .cs-quote-text {
        color: #767676;
        display: block;
        margin: 0 0 1rem;
        line-height: 1.5em;
        font-size: clamp(0.875rem, 1.5vw, 1rem);
    }
    #sbs-311 .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);
    }
    #sbs-311 .cs-job {
        color: #767676;
        display: block;
        line-height: 1.5em;
        font-size: 0.875rem;
    }
    #sbs-311 .cs-quote-icon {
        height: auto;
        bottom: 0rem;
        position: absolute;
        right: clamp(1rem, 4vw, 2rem);
        width: clamp(3.75rem, 10vw, 8.5rem);
    }
    #sbs-311 .cs-image-group {
        height: 39.75em;
        width: 39.4375em;
        position: relative;
        font-size: min(2.31vw, 0.7em);
    }
    #sbs-311 .cs-picture {
        display: block;
        overflow: hidden;
        position: absolute;
    }
    #sbs-311 .cs-picture img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }
    #sbs-311 .cs-picture1 {
        top: 0;
        left: 0;
        width: 32.625em;
        height: 36.3125em;
    }
    #sbs-311 .cs-picture2 {
        right: 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) {
    #sbs-311 .cs-container {
        flex-flow: row;
        justify-content: space-between;
        gap: 3.25rem;
    }
    #sbs-311 .cs-image-group {
        font-size: min(1.2vw, 1em);
        flex: none;
    }
    #sbs-311 .cs-content {
        margin: 0;
    }
}
/* Logo Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #logos-572 {
        background: var(--primary);
        padding: clamp(3.75rem, 8vw, 8.125rem) 1rem;
    }
    #logos-572 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        max-width: 80rem;
        align-items: center;
        justify-content: center;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #logos-572 .cs-logo {
        margin: 0;
        width: auto;
        height: auto;
        max-width: 90%;
        display: block;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #logos-572 .cs-container {
        justify-content: space-between;
    }
    #logos-572 .cs-logo {
        width: 20%;
        height: auto;
        display: block;
        max-width: max-content;
    }
}
/* Services Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #services-964 {
        z-index: 1;
        position: relative;
        background: var(--bg01);
        padding: var(--sectionPadding);
    }
    #services-964 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        align-items: center;
        max-width: 34.375rem;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #services-964 .cs-content {
        width: 100%;
        display: flex;
        max-width: 50rem;
        text-align: center;
        align-items: center;
        flex-direction: column;
    }
    #services-964 .cs-title {
        max-width: 100%;
    }
    #services-964 .cs-text {
        max-width: 65ch;
    }
    #services-964 .cs-card-group {
        margin: 0;
        padding: 0;
        width: 100%;
        display: grid;
        row-gap: 1.875rem;
        grid-template-columns: repeat(12, 1fr);
    }
    #services-964 .cs-item {
        z-index: 1;
        width: 100%;
        display: flex;
        text-align: left;
        list-style: none;
        grid-row: span 1;
        position: relative;
        grid-column: span 12;
        margin: 2.75rem 0 0 0;
        box-sizing: border-box;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        background: var(--itemColor);
        padding: 0 clamp(1.5rem, 4vw, 2.5rem) clamp(1.5rem, 6vw, 4rem);
    }
    #services-964 .cs-item:hover .cs-h3 {
        color: var(--bodyTextColorWhite);
    }
    #services-964 .cs-item:hover .cs-item-text {
        color: var(--bodyTextColorWhite);
        opacity: 0.9;
    }
    #services-964 .cs-item:hover .cs-background {
        opacity: 1;
    }
    #services-964 .cs-icon-wrapper {
        width: 5.5rem;
        display: flex;
        height: 5.5rem;
        position: relative;
        align-items: center;
        justify-content: center;
        margin: -2.75rem auto 2rem 0;
        background: var(--secondary);
        left: calc(clamp(1.5rem, 4vw, 2.5rem) * -1);
    }
    #services-964 .cs-icon {
        height: auto;
        width: 2.5rem;
    }
    #services-964 .cs-h3 {
        /* 20px - 25px */
        font-weight: bold;
        line-height: 1.2em;
        text-align: inherit;
        margin: 0 0 0.75rem 0;
        color: var(--headerColor);
        font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
    }
    #services-964 .cs-item-text {
        /* 14px - 16px */
        padding: 0;
        line-height: 1.5em;
        margin: 0 0 2rem 0;
        max-width: 18.75rem;
        color: var(--bodyTextColor);
        font-size: clamp(0.875rem, 1.5vw, 1rem);
    }
    #services-964 .cs-link {
        margin: 0;
        padding: 0;
        font-size: 0.8rem;
        font-weight: bold;
        line-height: 1.2em;
        position: relative;
        text-decoration: none;
        color: var(--primary);
        transition: color 0.3s;
    }
    #services-964 .cs-link:hover {
        color: #FFF;
    }
    #services-964 .cs-link:before {
        /* underline */
        left: 0;
        opacity: 1;
        content: "";
        width: 100%;
        height: 1px;
        bottom: 0rem;
        display: block;
        position: absolute;
        background: currentColor;
    }
    #services-964 .cs-background {
        top: 0;
        left: 0;
        opacity: 0;
        width: 100%;
        z-index: -1;
        height: 100%;
        display: block;
        position: absolute;
        transition: opacity 0.3s;
    }
    #services-964 .cs-background:before {
        /* background color overlay */
        top: 0;
        left: 0;
        z-index: 1;
        content: "";
        width: 100%;
        height: 100%;
        opacity: 0.84;
        display: block;
        position: absolute;
        background: #1A1A1A;
    }
    #services-964 .cs-background img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }
    #services-964 .cs-waves {
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: -1;
        height: 13.875rem;
        position: absolute;
        background: var(--bg04);
    }
    #services-964 .cs-waves img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #services-964 .cs-container {
        max-width: 80rem;
    }
    #services-964 .cs-card-group {
        column-gap: 1.875rem;
    }
    #services-964 .cs-item {
        grid-column: span 6;
    }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #services-964 .cs-item {
        grid-column: span 4;
    }
}
/* Reviews Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #reviews-1452 {
        background: var(--bg04);
        padding: var(--sectionPadding);
        padding-top: 2rem;
    }
    #reviews-1452 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 80rem;
        position: relative;
        align-items: center;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #reviews-1452 .cs-content {
        width: 100%;
        display: flex;
        text-align: center;
        align-items: center;
        max-width: 33.875rem;
        flex-direction: column;
    }
    #reviews-1452 .cs-title {
        max-width: 20ch;
    }
    #reviews-1452 .cs-quote {
        height: auto;
        margin: 0 0 2rem 0;
        width: clamp(3rem, 7vw, 4.5rem);
    }
    #reviews-1452 .cs-card-group {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        max-width: 40.625rem;
        flex-direction: column;
        justify-content: center;
        gap: clamp(1rem, 2.75vw, 1.25rem);
    }
    #reviews-1452 .cs-item {
        margin: 0;
        width: 100%;
        display: flex;
        list-style: none;
        box-sizing: border-box;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        background: var(--itemColor);
        padding: clamp(1.5rem, 3.15vw, 2rem);
    }
    #reviews-1452 .cs-review {
        line-height: 1.5em;
        margin: 0 0 1.75rem 0;
        color: var(--bodyTextColor);
        font-family: var(--bodyFont);
        font-size: clamp(0.875rem, 1.6vw, 1rem);
    }
    #reviews-1452 .cs-flex-group {
        gap: 0.75rem;
        display: flex;
        margin-top: auto;
        align-items: flex-start;
    }
    #reviews-1452 .cs-profile {
        height: auto;
        display: block;
        width: 3.125rem;
        overflow: hidden;
        border-radius: 50%;
        position: relative;
    }
    #reviews-1452 .cs-profile img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }
    #reviews-1452 .cs-name {
        margin: 0;
        display: block;
        font-weight: 700;
        margin-top: auto;
        line-height: 1.2em;
        color: var(--headerColor);
        font-size: clamp(1.25rem, 2.3vw, 1.5625rem);
    }
    #reviews-1452 .cs-job {
        margin: 0;
        display: block;
        font-weight: 400;
        line-height: 1.5em;
        color: var(--bodyTextColor);
        font-size: clamp(0.875rem, 1.6vw, 1rem);
    }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #reviews-1452 .cs-container {
        flex-direction: row;
    }
    #reviews-1452 .cs-content {
        width: 45%;
        flex: none;
        text-align: left;
        align-items: flex-start;
    }
    #reviews-1452 .cs-card-group {
        width: 100%;
    }
}
/* Large Desktop - 1300px */
@media only screen and (min-width: 81.25rem) {
    #reviews-1452 .cs-content {
        text-align: left;
        max-width: 34.5rem;
        align-items: flex-start;
    }
}
/* Stats Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #stats-5 {
        z-index: 1;
        position: relative;
        background: var(--bg01);
        padding: var(--sectionPadding);
    }
    #stats-5 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 80rem;
        align-items: center;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #stats-5 .cs-content {
        width: 100%;
        display: flex;
        text-align: center;
        align-items: center;
        flex-direction: column;
    }
    #stats-5 .cs-title {
        color: var(--bodyTextColorWhite);
    }
    #stats-5 .cs-text {
        color: var(--bodyTextColorWhite);
        opacity: 0.8;
    }
    #stats-5 .cs-card-group {
        margin: 0;
        width: 100%;
        display: flex;
        gap: 3.4375em;
        flex-wrap: wrap;
        padding: 0 1.25rem;
        max-width: 31.25rem;
        align-items: center;
        flex-direction: column;
        box-sizing: border-box;
        background: var(--itemColor);
        justify-content: space-around;
        padding-bottom: clamp(3rem, 6.5vw, 5rem);
        border-top: 8px solid var(--primaryLight);
        padding-top: clamp(2.5rem, 5.7vw, 4.25rem);
        box-shadow: 0 1.25em 2.5em 0 rgba(0, 0, 0, 0.05);
    }
    #stats-5 .cs-item {
        width: 100%;
        list-style: none;
        text-align: center;
    }
    #stats-5 .cs-number {
        display: block;
        font-weight: 700;
        line-height: 1.2em;
        color: var(--primaryLight);
        font-size: clamp(2.4375rem, 4.7vw, 3.8125rem);
        margin-bottom: clamp(0.25rem, 0.78vw, 0.5rem);
    }
    #stats-5 .cs-header {
        /* 16px - 25px */
        font-weight: 700;
        line-height: 1.2em;
        color: var(--headerColor);
        font-size: clamp(1rem, 2vw, 1.5625rem);
    }
    #stats-5 .cs-button-solid {
        margin: 0;
    }
    #stats-5 .cs-button-solid:hover:before {
        width: 100%;
    }
    #stats-5 .cs-background {
        top: 0;
        left: 0;
        width: 100%;
        height: 65%;
        z-index: -1;
        display: block;
        position: absolute;
    }
    #stats-5 .cs-background:before {
        /* Overlay */
        top: 0;
        left: 0;
        z-index: 1;
        content: "";
        width: 100%;
        height: 100%;
        opacity: 0.8;
        display: block;
        position: absolute;
        background: #1A1A1A;
    }
    #stats-5 .cs-background img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }
}
/* In-between - 500px */
@media only screen and (min-width: 31.25rem) {
    #stats-5 .cs-card-group {
        gap: 0;
        flex-wrap: wrap;
        row-gap: 3.4375rem;
        flex-direction: row;
        align-items: center;
        column-gap: 6.25rem;
        justify-content: center;
    }
    #stats-5 .cs-item {
        width: 7.8125rem;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #stats-5:before {
        height: 37.5%;
    }
    #stats-5 .cs-card-group {
        row-gap: 0;
        column-gap: 0;
        max-width: 100%;
        justify-content: space-around;
    }
    #stats-5 .cs-item {
        width: auto;
    }
}
/* Big Desktop Parallax Effect - 1300px */
@media only screen and (min-width: 81.25rem) {
    #stats-5 .cs-background {
        background: url("../img/stats-background.webp");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
    #stats-5 .cs-background img {
        display: none;
    }
}
/* Meet The Team Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #meet-team-1102 {
        background: var(--bg01);
        padding: var(--sectionPadding);
    }
    #meet-team-1102 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 44rem;
        align-items: center;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #meet-team-1102 .cs-content {
        width: 100%;
        display: flex;
        text-align: center;
        align-items: center;
        max-width: 40.625rem;
        flex-direction: column;
    }
    #meet-team-1102 .cs-topper {
        display: block;
        font-weight: 700;
        line-height: 1.2em;
        text-align: inherit;
        letter-spacing: 0.1em;
        color: var(--primary);
        margin-bottom: 0.25rem;
        text-transform: uppercase;
        font-size: var(--topperFontSize);
    }
    #meet-team-1102 .cs-title {
        font-weight: 900;
        line-height: 1.2em;
        margin: 0 0 1rem 0;
        position: relative;
        text-align: inherit;
        max-width: 43.75rem;
        color: var(--headerColor);
        font-size: var(--headerFontSize);
    }
    #meet-team-1102 .cs-text {
        margin: 0;
        width: 100%;
        line-height: 1.5em;
        text-align: inherit;
        max-width: 40.625rem;
        color: var(--bodyTextColor);
        font-size: var(--bodyFontSize);
    }
    #meet-team-1102 .cs-card-group {
        margin: 0;
        padding: 0;
        width: 100%;
        display: grid;
        position: relative;
        max-width: 25.8125rem;
        gap: clamp(1rem, 1.8vw, 1.25rem);
        grid-template-columns: repeat(12, 1fr);
    }
    #meet-team-1102 .cs-item {
        width: 100%;
        display: flex;
        list-style: none;
        position: relative;
        align-items: center;
        grid-column: span 12;
        flex-direction: column;
        justify-content: flex-end;
    }
    #meet-team-1102 .cs-picture {
        z-index: 1;
        width: 100%;
        display: block;
        overflow: hidden;
        position: relative;
        min-height: 18.75rem;
        aspect-ratio: 1.17142857;
    }
    #meet-team-1102 .cs-picture img {
        top: 0;
        left: 0;
        width: 100%;
        z-index: -1;
        height: 100%;
        object-fit: cover;
        position: absolute;
        object-position: top;
        transition: transform 0.7s;
    }
    #meet-team-1102 .cs-info {
        width: 90%;
        z-index: 10;
        display: flex;
        text-align: center;
        position: relative;
        align-items: center;
        margin-top: -6.25rem;
        box-sizing: border-box;
        flex-direction: column;
        background: var(--itemColor);
        padding: clamp(1.25rem, 2vw, 1.5rem);
    }
    #meet-team-1102 .cs-name {
        display: block;
        font-weight: 700;
        font-size: 1.25rem;
        line-height: 1.2em;
        text-align: inherit;
        margin: 0 0 0.25rem 0;
        color: var(--headerColor);
    }
    #meet-team-1102 .cs-job {
        display: block;
        font-size: 1rem;
        margin: 0 0 1rem;
        line-height: 1.5em;
        text-align: inherit;
        color: var(--bodyTextColor);
        font-family: var(--bodyFont);
    }
    #meet-team-1102 .cs-social-group {
        margin: 0;
        width: 100%;
        gap: 0.5rem;
        display: flex;
        padding: 1rem 0 0;
        align-items: center;
        box-sizing: border-box;
        justify-content: center;
        border-top: 1px solid #E8E8E8;
    }
    #meet-team-1102 .cs-link {
        width: 2rem;
        height: 2rem;
        display: flex;
        border-radius: 50%;
        background: #E8E8E8;
        align-items: center;
        justify-content: center;
        transition: background-color 0.3s;
    }
    #meet-team-1102 .cs-link:hover {
        background-color: var(--primary);
    }
    #meet-team-1102 .cs-link:hover .cs-icon {
        filter: grayscale(0) brightness(10000%);
    }
    #meet-team-1102 .cs-icon {
        z-index: 10;
        height: auto;
        width: 0.75rem;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #meet-team-1102 .cs-card-group {
        max-width: 100%;
        align-items: stretch;
    }
    #meet-team-1102 .cs-item {
        max-width: 100%;
        grid-column: span 6;
    }
    #meet-team-1102 .cs-item:hover .cs-picture img {
        opacity: 0.4;
        transform: scale(1.12);
    }
    #meet-team-1102 .cs-picture {
        height: 100%;
        overflow: hidden;
        aspect-ratio: initial;
        background-color: #000;
        min-height: clamp(17.5rem, 33vw, 21.875rem);
    }
    #meet-team-1102 .cs-picture img {
        transition:
        transform 0.6s,
        opacity 0.3s;
    }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #meet-team-1102 .cs-container {
        max-width: 80rem;
    }
    #meet-team-1102 .cs-item {
        grid-column: span 3;
    }
    #meet-team-1102 .cs-info {
        margin-top: -3.75rem;
    }
    #meet-team-1102 .cs-picture {
        min-height: 15.3125rem;
        height: clamp(15.3125rem, 27vw, 21.125rem);
    }
}
/* Featured Service Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #sbs-2291 {
        overflow: hidden;
        background: var(--bg01);
        padding: var(--sectionPadding);
        padding-top: 2rem;
    }
    #sbs-2291 .cs-container {
        gap: 3rem;
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 36.5rem;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    #sbs-2291 .cs-content {
        width: 100%;
        z-index: 10;
        display: flex;
        text-align: left;
        position: relative;
        flex-direction: column;
        align-items: flex-start;
    }
    #sbs-2291 .cs-text {
        margin-bottom: 1rem;
    }
    #sbs-2291 .cs-h3 {
        margin: 0 0 1rem 0;
        font-size: 1.25rem;
        text-transform: uppercase;
        color: var(--headerColor);
    }
    #sbs-2291 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }
    #sbs-2291 .cs-features {
        width: 100%;
        margin: 0 0 2rem;
        background: var(--itemColor);
        padding: clamp(1.5rem, 4vw, 2rem);
        border-left: 0.25rem solid var(--secondary);
    }
    #sbs-2291 .cs-h3 {
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.5em;
        margin: 0 0 0.75rem;
        color: var(--headerColor);
    }
    #sbs-2291 .cs-ul {
        margin: 0;
        padding: 0;
        gap: 0.75rem;
        display: flex;
        font-size: 0.75rem;
        flex-direction: column;
    }
    #sbs-2291 .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-2291 .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);
    }
    #sbs-2291 .cs-button-solid {
        margin: 0;
    }
    #sbs-2291 .cs-button-solid:hover:before {
        width: 100%;
    }
    #sbs-2291 .cs-image-group {
        order: -1;
        z-index: 1;
        width: 100%;
        height: 126vw;
        display: block;
        position: relative;
        max-height: 39.125rem;
    }
    #sbs-2291 .cs-picture {
        /* big background image */
        top: 0;
        left: 0;
        width: 100%;
        display: block;
        bottom: 5.9375rem;
        position: absolute;
    }
    #sbs-2291 .cs-picture img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }
    #sbs-2291 .cs-box {
        bottom: 0;
        width: 91%;
        right: 50%;
        z-index: 10;
        row-gap: 0.5rem;
        text-align: left;
        column-gap: 1.5rem;
        position: absolute;
        max-width: 28.125rem;
        display: inline-flex;
        box-sizing: border-box;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        transform: translate(50%);
        background: var(--itemColor);
        padding: clamp(1.5rem, 3vw, 2rem);
    }
    #sbs-2291 .cs-number {
        font-size: clamp(1.9375rem, 4vw, 3.0625rem);
        font-weight: 700;
        line-height: 1.2em;
        text-transform: uppercase;
        margin: 0;
        color: var(--General-Secondary, #FFC219);
    }
    #sbs-2291 .cs-heading {
        font-weight: 700;
        font-size: 1.25rem;
        line-height: 1.2em;
        margin: 0 0 0.5rem;
        color: var(--headerColor);
        font-family: var(--subFont);
    }
    #sbs-2291 .cs-desc {
        font-size: 1rem;
        line-height: 1.5em;
        color: var(--bodyTextColor);
    }
    #sbs-2291 .cs-graphic {
        top: 50%;
        left: 50%;
        width: 150%;
        z-index: -1;
        height: auto;
        position: absolute;
        transform: translate(-50%, -50%);
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #sbs-2291 .cs-box {
        flex-direction: row;
        align-items: center;
    }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #sbs-2291 .cs-container {
        gap: 1.25rem;
        max-width: 80rem;
        flex-direction: row;
        align-items: stretch;
    }
    #sbs-2291 .cs-content {
        padding-left: 3.25rem;
        padding-bottom: 6.75rem;
    }
    #sbs-2291 .cs-image-group {
        height: auto;
        max-height: 100%;
        min-height: 40.125rem;
    }
    #sbs-2291 .cs-picture {
        bottom: 4rem;
    }
}
/* Steps Section */
/* Steps Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #services-1331 {
        z-index: 1;
        position: relative;
        background: var(--bg04);
        padding: var(--sectionPadding);
    }
    #services-1331 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        align-items: center;
        max-width: 34.375rem;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #services-1331 .cs-title {
        color: var(--bodyTextColorWhite);
    }
    #services-1331 .cs-text {
        color: #C5C5C5;
    }
    #services-1331 .cs-content {
        width: 100%;
        display: flex;
        text-align: center;
        flex-direction: column;
        align-items: flex-start;
    }
    #services-1331 .cs-flex-group {
        flex: none;
    }
    #services-1331 .cs-card-group {
        margin: 0;
        padding: 0;
        width: 100%;
        display: grid;
        row-gap: 1rem;
        grid-template-columns: repeat(12, 1fr);
    }
    #services-1331 .cs-item {
        width: 100%;
        list-style: none;
        grid-column: span 12;
        box-sizing: border-box;
        background: var(--itemColor);
        padding: clamp(2.5rem, 4.1vw, 3.75rem) clamp(1.25rem, 3.4vw, 3rem);
        transition:
        transform 0.3s,
        box-shadow 0.3s;
    }
    #services-1331 .cs-item:hover {
        transform: translateY(-1rem);
        box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
    }
    #services-1331 .cs-link {
        display: flex;
        text-align: left;
        text-decoration: none;
        flex-direction: column;
        justify-content: center;
    }
    #services-1331 .cs-step {
        display: block;
        font-weight: 700;
        line-height: 1.2em;
        text-align: inherit;
        letter-spacing: 0.1em;
        color: var(--primary);
        text-transform: uppercase;
        font-size: var(--topperFontSize);
        margin-bottom: clamp(3rem, 7.8vw, 6.25rem);
    }
    #services-1331 .cs-h3 {
        margin: 0;
        font-weight: 900;
        font-size: 1.25rem;
        line-height: 1.2em;
        text-align: inherit;
        margin-bottom: 0.75rem;
        transition: color 0.3s;
        color: var(--headerColor);
    }
    #services-1331 .cs-item-text {
        margin: 0;
        line-height: 1.5em;
        text-align: inherit;
        transition: color 0.3s;
        color: var(--bodyTextColor);
        font-size: clamp(0.875rem, 1.5vw, 1rem);
    }
    #services-1331 .cs-background {
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: -2;
        height: 100%;
        position: absolute;
        background: #282828;
    }
    #services-1331 .cs-background img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.15;
        object-fit: cover;
        position: absolute;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #services-1331 .cs-container {
        max-width: 80rem;
    }
    #services-1331 .cs-content {
        text-align: left;
        flex-direction: row;
        align-items: flex-end;
        gap: clamp(3rem, 6vw, 5rem);
        justify-content: space-between;
    }
    #services-1331 .cs-title {
        margin: 0;
    }
    #services-1331 .cs-flex-group {
        width: 50%;
    }
    #services-1331 .cs-card-group {
        flex-wrap: wrap;
        column-gap: 1rem;
        flex-direction: row;
        justify-content: space-between;
    }
    #services-1331 .cs-item {
        grid-column: span 4;
    }
}
/* Gallery Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #gallery-1446 {
        background: var(--bg01);
        padding: var(--sectionPadding);
    }
    #gallery-1446 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 80rem;
        position: relative;
        align-items: center;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #gallery-1446 .cs-content {
        width: 100%;
        gap: 1.5rem;
        display: flex;
        text-align: left;
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }
    #gallery-1446 .cs-title {
        margin: 0;
    }
    #gallery-1446 .cs-gallery {
        margin: 0;
        padding: 0;
        width: 100%;
        display: grid;
        position: relative;
        gap: clamp(1rem, 1.5vw, 1.25rem);
        grid-template-columns: repeat(auto-fit, minmax(19.0625rem, 1fr));
    }
    #gallery-1446 .cs-image {
        display: block;
        overflow: hidden;
        position: relative;
        min-height: clamp(16.25rem, 60vw, 20rem);
    }
    #gallery-1446 .cs-image img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }
}
/* Why Choose Us Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #why-choose-1634 {
        background: var(--bg01);
        padding: var(--sectionPadding);
        padding-top: 2rem;
    }
    #why-choose-1634 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 36.5rem;
        align-items: center;
        flex-direction: column;
        gap: clamp(3rem, 10vw, 6.25rem);
    }
    #why-choose-1634 .cs-content {
        width: 100%;
        display: flex;
        text-align: left;
        flex-direction: column;
        align-items: flex-start;
    }
    #why-choose-1634 .cs-flex {
        max-width: 38.5rem;
    }
    #why-choose-1634 .cs-title {
        max-width: 20ch;
    }
    #why-choose-1634 .cs-text {
        margin-bottom: 1rem;
    }
    #why-choose-1634 .cs-text:last-of-type {
        margin-bottom: 0;
    }
    #why-choose-1634 .cs-wrapper {
        width: 100%;
    }
    #why-choose-1634 .cs-card-group {
        margin: 0;
        padding: 0;
        width: 100%;
        display: grid;
        row-gap: 1.75rem;
        grid-template-columns: repeat(12, 1fr);
        column-gap: clamp(1rem, 2.3vw, 1.25rem);
    }
    #why-choose-1634 .cs-item {
        margin: 0;
        width: 100%;
        display: flex;
        text-align: left;
        list-style: none;
        grid-column: span 12;
        box-sizing: border-box;
        flex-direction: column;
        align-items: flex-start;
        gap: clamp(1rem, 3vw, 1.5rem);
    }
    #why-choose-1634 .cs-icon-wrapper {
        margin: 0;
        flex: none;
        display: flex;
        position: relative;
        align-items: center;
        box-sizing: border-box;
        justify-content: center;
        width: clamp(3.75rem, 7vw, 5rem);
        border: 1px solid var(--primary);
        height: clamp(3.75rem, 7vw, 5rem);
    }
    #why-choose-1634 .cs-icon {
        width: 2rem;
        height: auto;
        display: block;
    }
    #why-choose-1634 .cs-h3 {
        margin: 0;
        font-size: 1.25rem;
        line-height: 1.5em;
        text-align: inherit;
        margin-bottom: 0.5rem;
        color: var(--headerColor);
    }
    #why-choose-1634 .cs-item-text {
        margin: 0;
        line-height: 1.5em;
        text-align: inherit;
        color: var(--bodyTextColor);
        font-size: clamp(0.875rem, 1.5vw, 1rem);
    }
    #why-choose-1634 .cs-wrapper {
        display: contents;
    }
    #why-choose-1634 .cs-image-group {
        order: -1;
        z-index: 1;
        width: 33.875em;
        height: 30.875em;
        position: relative;
        font-size: min(2.7vw, 1em);
    }
    #why-choose-1634 .cs-picture-wrapper {
        top: 0;
        left: 0;
        z-index: 1;
        display: flex;
        width: 80.073801%;
        height: 83.805668%;
        position: absolute;
        flex-direction: column;
        align-items: flex-start;
        justify-content: stretch;
    }
    #why-choose-1634 .cs-box {
        width: 60%;
        z-index: 10;
        padding: 1em;
        gap: 0.25rem;
        display: flex;
        margin-left: 1.5em;
        position: relative;
        margin-top: -2.375em;
        flex-direction: column;
        align-items: flex-start;
        background: var(--itemColor);
    }
    #why-choose-1634 .cs-header {
        margin: 0;
        font-size: 1em;
        display: block;
        font-weight: 700;
        line-height: 1.2em;
        color: var(--headerColor);
    }
    #why-choose-1634 .cs-desc {
        margin: 0;
        display: block;
        font-size: 0.875em;
        line-height: 1.5em;
        color: var(--secondary);
    }
    #why-choose-1634 .cs-picture {
        z-index: 1;
        position: relative;
    }
    #why-choose-1634 .cs-picture img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }
    #why-choose-1634 .cs-picture1 {
        width: 100%;
        height: 100%;
    }
    #why-choose-1634 .cs-picture2 {
        right: 0;
        bottom: 0;
        width: 36.346863%;
        height: 39.878543%;
        position: absolute;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #why-choose-1634 .cs-container {
        max-width: 80rem;
    }
    #why-choose-1634 .cs-content {
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    #why-choose-1634 .cs-flex {
        flex: none;
        width: 40vw;
        text-align: left;
        max-width: 40rem;
    }
    #why-choose-1634 .cs-title {
        margin: 0;
    }
    #why-choose-1634 .cs-h3,
    #why-choose-1634 .cs-item-text {
        text-align: left;
    }
    #why-choose-1634 .cs-item {
        grid-column: span 4;
    }
    #why-choose-1634 .cs-image-group {
        width: 100%;
    }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #why-choose-1634 {
        overflow: hidden;
        background: var(--bg01);
    }
    #why-choose-1634 .cs-content {
        align-items: flex-start;
    }
    #why-choose-1634 .cs-flex {
        width: 50%;
    }
    #why-choose-1634 .cs-wrapper {
        z-index: 1;
        gap: 2.5rem;
        display: flex;
        position: relative;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
    }
    #why-choose-1634 .cs-wrapper:before {
        top: 0;
        left: 50%;
        opacity: 1;
        content: '';
        z-index: -1;
        width: 100vw;
        height: 100vw;
        display: block;
        position: absolute;
        background: var(--bg04);
        transform: translateX(-50%);
    }
    #why-choose-1634 .cs-card-group {
        padding-top: 3rem;
        max-width: 39.375rem;
        align-self: flex-start;
    }
    #why-choose-1634 .cs-image-group {
        order: 2;
        flex: none;
        height: auto;
        width: 33.875em;
        margin-top: -3rem;
        min-height: 30.875em;
    }
    #why-choose-1634 .cs-item {
        flex-direction: row;
        grid-column: span 12;
    }
}
/* Guarantee Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #sbs-2180 {
        z-index: 1;
        overflow: hidden;
        position: relative;
        background: var(--bg04);
        padding: var(--sectionPadding);
        padding-top: 2rem;
    }
    #sbs-2180 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 80em;
        align-items: center;
        flex-direction: column;
        justify-content: stretch;
    }
    #sbs-2180 .cs-content {
        width: auto;
        z-index: 10;
        display: flex;
        margin: 0 1rem;
        text-align: left;
        overflow: hidden;
        margin-top: -5rem;
        position: relative;
        max-width: 46.125rem;
        box-sizing: border-box;
        flex-direction: column;
        align-items: flex-start;
        background: var(--itemColor);
        padding: clamp(1.5rem, 5vw, 3.75rem);
        border-top: 8px solid var(--secondary);
    }
    #sbs-2180 .cs-text {
        margin-bottom: 1rem;
    }
    #sbs-2180 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }
    #sbs-2180 .cs-button-transparent:hover {
        color: var(--bodyTextColorWhite);
    }
    #sbs-2180 .cs-button-transparent:hover:before {
        width: 100%;
    }
    #sbs-2180 .cs-button-transparent:hover .cs-button-icon {
        filter: grayscale(1) brightness(1000%);
    }
    #sbs-2180 .cs-button-transparent .cs-button-icon {
        height: auto;
        width: 1.25rem;
        display: block;
    }
    #sbs-2180 .cs-button-box {
        gap: 1rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    #sbs-2180 .cs-wrapper {
        order: -1;
        display: flex;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        background: var(--primary);
        width: clamp(2.875rem, 5.5vw, 3.5rem);
        height: clamp(2.875rem, 5.5vw, 3.5rem);
    }
    #sbs-2180 .cs-picture {
        order: -1;
        width: 100%;
        display: block;
        height: 23.75rem;
        overflow: hidden;
        position: relative;
    }
    #sbs-2180 .cs-picture img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #sbs-2180 .cs-container {
        position: relative;
        align-items: flex-end;
        justify-content: center;
    }
    #sbs-2180 .cs-content {
        margin: 0;
        width: 68%;
    }
    #sbs-2180 .cs-button-play {
        padding-right: 1.5rem;
    }
    #sbs-2180 .cs-button-play:before {
        top: 0;
        left: 0;
        opacity: 1;
        content: '';
        z-index: -2;
        display: block;
        position: absolute;
        border-radius: 3.75rem;
        transition: width 0.3s;
        background: var(--primary);
        width: clamp(2.875rem, 5.5vw, 3.5rem);
        height: clamp(2.875rem, 5.5vw, 3.5rem);
    }
    #sbs-2180 .cs-button-play:hover {
        color: var(--bodyTextColorWhite);
    }
    #sbs-2180 .cs-button-play:hover:before {
        width: 100%;
    }
    #sbs-2180 .cs-picture {
        left: 0;
        bottom: 0;
        height: auto;
        top: 3.75rem;
        position: absolute;
        width: clamp(25.25rem, 53vw, 46.375rem);
    }
    #sbs-2180 .cs-floater {
        right: 0;
        bottom: 0;
        width: 30%;
        transform: none;
        max-width: 18.875rem;
    }
}
/* Large Desktop - 1300px */
@media only screen and (min-width: 81.25rem) {
    #sbs-2180 .cs-content {
        margin-bottom: 10.625rem;
    }
}