/* About Us Section */
@media only screen and (min-width: 0rem) {
    #sbs-336 {
        background: var(--bg01);
        padding: var(--sectionPadding);
    }
    #sbs-336 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        align-items: center;
        max-width: 34.375rem;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #sbs-336 .cs-content {
        width: 100%;
        display: flex;
        text-align: left;
        max-width: 32.625rem;
        flex-direction: column;
        align-items: flex-start;
    }
    #sbs-336 .cs-text {
        margin-bottom: 1rem;
    }
    #sbs-336 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }
    #sbs-336 .cs-image-group {
        height: 42em;
        width: 42.875em;
        position: relative;
        font-size: min(2.08vw, .791em);
    }
    @keyframes floatAnimation {
        0% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-2em);
        }
        100% {
            transform: translateY(0);
        }
    }
    @keyframes floatAnimation2 {
        0% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-1em);
        }
        100% {
            transform: translateY(0);
        }
    }
    #sbs-336 .cs-image-group:before {
        left: 0em;
        opacity: 1;
        content: "";
        z-index: 10;
        width: 7.5em;
        height: 7.5em;
        display: block;
        bottom: 6.25em;
        border-radius: 50%;
        position: absolute;
        animation-duration: 6s;
        animation-fill-mode: forwards;
        animation-name: floatAnimation;
        background: var(--primary);
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
    }
    #sbs-336 .cs-picture {
        display: block;
        overflow: hidden;
        border-radius: 50%;
        position: absolute;
        border: clamp(6px, 1.2vw, 12px) solid #F7F7F7;
    }
    #sbs-336 .cs-picture img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }
    #sbs-336 .cs-picture1 {
        width: 42em;
        height: 42em;
        top: -0.75em;
        left: -0.75em;
    }
    #sbs-336 .cs-picture2 {
        top: -0.75em;
        width: 12.5em;
        left: -0.75em;
        height: 12.5em;
        animation-duration: 20s;
        animation-fill-mode: forwards;
        animation-name: floatAnimation2;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
    }
    #sbs-336 .cs-picture3 {
        width: 18.75em;
        right: -0.75em;
        height: 18.75em;
        bottom: -0.75em;
        animation-delay: 1s;
        animation-duration: 13s;
        animation-fill-mode: forwards;
        animation-name: floatAnimation;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
    }
    #sbs-336 .shadow {
        left: 50%;
        height: 0px;
        bottom: -2.5em;
        width: 29.875em;
        position: absolute;
        border-radius: 478px;
        backdrop-filter: blur(2px);
        transform: translateX(-55%);
        box-shadow: 0px 4px 50px 5px rgba(0, 0, 0, 0.5);
    }
}
/* Dark Mode Styles */
@media only screen and (min-width: 0rem) {
    body.dark-mode #sbs-336 .cs-topper {
        color: var(--secondaryBackUp);
    }
    body.dark-mode #sbs-336 .cs-image-group:before {
        background: var(--secondaryBackUp);
    }
    body.dark-mode #sbs-336 .cs-li-icon {
        filter: grayscale(1) brightness(2000%);
    }
}
@media only screen and (min-width: 64rem) {
    #sbs-336 .cs-container {
        max-width: 80rem;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    #sbs-336 .cs-image-group {
        flex: none;
        font-size: min(1.2vw, 1em);
    }
    #sbs-336 .cs-content {
        width: 50%;
    }
}
/* Logo Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #logos-1896 {
        background: #F6EDDF;
        padding: clamp(3.75rem, 8vw, 7.5rem) clamp(1rem, 2vw, 2.5rem);
    }
    #logos-1896 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 80rem;
        text-align: center;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #logos-1896 .cs-title {
        margin: 0;
        color: #1A1A1A;
        font-weight: 700;
        font-size: 1.5625rem;
    }
    #logos-1896 .cs-logo-wrapper {
        width: 100%;
        gap: 1.5rem;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-self: stretch;
        justify-content: center;
    }
    #logos-1896 .cs-logo {
        margin: 0;
        width: 45%;
        height: auto;
        display: block;
        max-width: 12.5rem;
        mix-blend-mode: darken;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #logos-1896 .cs-logo {
        width: 15%;
        max-width: max-content;
    }
}
/* Large Desktop - 1300px */
@media only screen and (min-width: 81.25rem) {
    #logos-1896 .cs-logo-wrapper {
        justify-content: space-between;
    }
}
/* Team Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #meet-team-1141 {
        overflow: hidden;
        padding: var(--sectionPadding);
        background: var(--bg04);
    }
    #meet-team-1141 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        align-items: center;
        max-width: 34.375rem;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #meet-team-1141 .cs-content {
        width: 100%;
        display: flex;
        text-align: center;
        align-items: center;
        max-width: 33.875rem;
        flex-direction: column;
    }
    #meet-team-1141 .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-1141 .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-1141 .cs-title {
        max-width: 20ch;
    }
    #meet-team-1141 .cs-card-group {
        margin: 0;
        padding: 0;
        width: 100%;
        display: flex;
        position: relative;
        max-width: 39.375rem;
        flex-direction: column;
        justify-content: center;
        gap: clamp(1rem, 2.3vw, 1.25rem);
    }
    #meet-team-1141 .cs-item {
        width: 100%;
        display: flex;
        list-style: none;
        position: relative;
        align-items: center;
        flex-direction: column;
        justify-content: flex-end;
    }
    #meet-team-1141 .cs-item:hover .cs-picture:before,
    #meet-team-1141 .cs-item:hover .cs-picture:after {
        opacity: 1;
    }
    #meet-team-1141 .cs-item:hover .cs-picture img {
        transform: scale(1.1);
    }
    #meet-team-1141 .cs-item:hover .cs-info {
        background: var(--primary);
    }
    #meet-team-1141 .cs-item:hover .cs-name {
        color: var(--secondaryBackUp);
    }
    #meet-team-1141 .cs-item:hover .cs-job {
        color: var(--bodyTextColorWhite);
    }
    #meet-team-1141 .cs-picture {
        z-index: 1;
        width: 100%;
        height: auto;
        display: block;
        overflow: hidden;
        position: relative;
        border-radius: 1rem;
        margin: 0 0 0.5rem 0;
        aspect-ratio: 0.80589681;
    }
    #meet-team-1141 .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-1141 .cs-info {
        width: 90%;
        z-index: 10;
        padding: 1rem;
        display: flex;
        position: relative;
        align-items: center;
        margin: -2.625rem 0 0;
        box-sizing: border-box;
        border-radius: 0.75rem;
        flex-direction: column;
        background: var(--itemColor);
        transition: background-color 0.3s;
    }
    #meet-team-1141 .cs-name {
        display: block;
        font-weight: 700;
        font-size: 1.25rem;
        line-height: 1.2em;
        margin: 0 0 0.25rem 0;
        transition: color 0.3s;
        color: var(--headerColor);
        font-family: var(--subFont);
    }
    #meet-team-1141 .cs-job {
        display: block;
        margin-right: 0;
        line-height: 1.5em;
        transition: color 0.3s;
        color: var(--bodyTextColor);
        font-family: var(--bodyFont);
        font-size: clamp(0.875rem, 1.5vw, 1rem);
    }
}
/* Tablet - 600px */
@media only screen and (min-width: 37.5rem) {
    #meet-team-1141 .cs-card-group {
        flex-wrap: wrap;
        flex-direction: row;
        align-items: stretch;
    }
    #meet-team-1141 .cs-item {
        width: 100%;
    }
    #meet-team-1141 .cs-picture {
        height: 25.4375rem;
        aspect-ratio: initial;
    }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 56.25rem) {
    #meet-team-1141 .cs-container {
        max-width: 80rem;
        flex-direction: row;
        justify-content: space-between;
    }
    #meet-team-1141 .cs-content {
        width: 55%;
        text-align: left;
        flex-direction: column;
        align-items: flex-start;
    }
    #meet-team-1141 .cs-card-group {
        flex-wrap: nowrap;
        justify-content: center;
    }
    #meet-team-1141 .cs-item {
        width: 100%;
    }
}
/* Reviews Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #reviews-1672 {
        background: var(--bg04);
        padding: var(--sectionPadding);
    }
    #reviews-1672 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 80rem;
        align-items: center;
        flex-direction: column;
        gap: clamp(2.5rem, 4.5vw, 4rem);
    }
    #reviews-1672 .cs-content {
        width: 100%;
        display: flex;
        text-align: center;
        align-items: center;
        flex-direction: column;
    }
    #reviews-1672 .cs-text {
        max-width: 65ch;
    }
    #reviews-1672 .cs-card-group {
        margin: 0;
        padding: 0;
        width: 100%;
        display: grid;
        gap: clamp(1rem, 2.5vw, 1.25rem);
        grid-template-columns: repeat(12, 1fr);
    }
    #reviews-1672 .cs-item {
        width: 100%;
        display: flex;
        list-style: none;
        position: relative;
        grid-column: span 12;
        box-sizing: border-box;
        flex-direction: column;
        border-radius: 0.75rem;
        justify-content: center;
        align-items: flex-start;
        gap: clamp(1.5rem, 4vw, 3rem);
        background-color: var(--itemColor);
        padding: clamp(1.25rem, 3.15vw, 2.5rem) clamp(1.25rem, 3.15vw, 2.5rem);
    }
    #reviews-1672 .cs-flex-group {
        gap: 0.75rem;
        display: flex;
        margin-top: auto;
        align-items: flex-start;
    }
    #reviews-1672 .cs-profile {
        height: auto;
        width: 3.25rem;
        display: block;
        border-radius: 50%;
        position: relative;
    }
    #reviews-1672 .cs-profile img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }
    #reviews-1672 .cs-name {
        margin: 0;
        display: block;
        font-weight: 700;
        margin-top: auto;
        font-size: 1.25rem;
        line-height: 1.2em;
        color: var(--headerColor);
    }
    #reviews-1672 .cs-job {
        margin: 0;
        display: block;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5em;
        color: var(--bodyTextColor);
    }
    #reviews-1672 .cs-link1 {
        text-decoration: none;
        color: var(--headerColor);
        font-family: var(--bodyFont);
    }
    #reviews-1672 .wrapper {
        gap: 1rem;
        display: flex;
        flex-direction: column;
    }
    #reviews-1672 .cs-item-stars {
        height: auto;
        width: 6.75rem;
    }
    #reviews-1672 .cs-review {
        margin: 0;
        z-index: 1;
        line-height: 1.5em;
        color: var(--bodyTextColor);
        font-family: var(--bodyFont);
        font-size: clamp(0.875rem, 1.6vw, 1.25rem);
    }
    #reviews-1672 .cs-quote {
        z-index: 0;
        right: 0rem;
        height: auto;
        bottom: 0rem;
        width: 5.375rem;
        position: absolute;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #reviews-1672 .cs-item {
        grid-column: span 4;
    }
}
/* Why Choose Us Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #sbsr-333 {
        background: var(--bg04);
        padding: var(--sectionPadding);
    }
    #sbsr-333 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        align-items: center;
        max-width: 34.375rem;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #sbsr-333 .cs-content {
        width: 100%;
        display: flex;
        text-align: left;
        max-width: 32.625rem;
        flex-direction: column;
        align-items: flex-start;
    }
    
    #sbsr-333 .cs-text {
        margin-bottom: 1rem;
    }
    #sbsr-333 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }
    #sbsr-333 .cs-ul {
        width: 100%;
        gap: 0.5rem;
        display: flex;
        margin: 0 0 2rem 0;
        padding-left: 1.25rem;
        box-sizing: border-box;
        flex-direction: column;
        align-items: flex-start;
    }
    #sbsr-333 .cs-li {
        margin: 0;
        width: 100%;
        list-style: none;
        text-align: left;
        max-width: 25rem;
        line-height: 1.5em;
        position: relative;
        color: var(--headerColor);
        font-family: var(--bodyFont);
        font-size: var(--bodyFontSize);
    }
    #sbsr-333 .cs-li:before {
        /* bullet */
        width: 4px;
        opacity: 1;
        content: "";
        height: 4px;
        top: 0.625rem;
        display: block;
        left: -0.9375rem;
        border-radius: 50%;
        position: absolute;
        background: currentColor;
    }
    #sbsr-333 .cs-image-group {
        width: 42.875em;
        height: 41.125em;
        position: relative;
        transform: scaleX(-1);
        font-size: min(2.08vw, 0.791em);
    }
    @keyframes floatAnimation {
        0% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-3em);
        }
        100% {
            transform: translateY(0);
        }
    }
    @keyframes floatAnimation2 {
        0% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-2em);
        }
        100% {
            transform: translateY(0);
        }
    }
    #sbsr-333 .cs-image-group:before {
        /* blue circle */
        left: 0em;
        opacity: 1;
        content: "";
        z-index: 10;
        width: 7.5em;
        height: 7.5em;
        display: block;
        bottom: 6.25em;
        border-radius: 50%;
        position: absolute;
        animation-duration: 6s;
        background: var(--primary);
        animation-fill-mode: forwards;
        animation-name: floatAnimation;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
    }
    #sbsr-333 .cs-image-group:after {
        /* white circle */
        top: 0em;
        opacity: 1;
        content: "";
        z-index: -1;
        right: 6.25em;
        width: 9.375em;
        display: block;
        height: 9.375em;
        border-radius: 50%;
        position: absolute;
        animation-delay: 0.2s;
        animation-duration: 4s;
        animation-fill-mode: forwards;
        background: var(--primary);
        animation-name: floatAnimation2;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
    }
    #sbsr-333 .cs-picture {
        top: 0;
        left: 0;
        display: block;
        width: 39.375em;
        height: 39.375em;
        overflow: hidden;
        border-radius: 50%;
        position: absolute;
        border: clamp(6px, 1.2vw, 12px) solid #F7F7F7;
    }
    #sbsr-333 .cs-picture img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        transform: scaleX(-1);
    }
    #sbsr-333 .cs-box {
        right: 0;
        bottom: 0;
        gap: 0.25rem;
        display: flex;
        width: 15.8125em;
        height: 15.8125em;
        border-radius: 50%;
        position: absolute;
        align-items: center;
        transform: scaleX(-1);
        flex-direction: column;
        justify-content: center;
        background: var(--primary);
        border: clamp(6px, 1.2vw, 12px) solid #F7F7F7;
    }
    #sbsr-333 .cs-number {
        font-weight: bold;
        line-height: 1.2em;
        text-align: center;
        color: var(--bodyTextColorWhite);
        font-size: clamp(2.5rem, 5vw, 3.8125rem);
    }
    #sbsr-333 .cs-desc {
        line-height: 1.2em;
        text-align: center;
        max-width: 7.8125rem;
        color: var(--bodyTextColorWhite);
        font-size: clamp(0.875rem, 2.2vw, 1.5625rem);
    }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #sbsr-333 .cs-container {
        max-width: 80rem;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    #sbsr-333 .cs-content {
        width: 50%;
    }
    #sbsr-333 .cs-image-group {
        order: 2;
        font-size: min(1.2vw, 1em);
    }
}