/* Hero Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #hero-673 {
        position: relative;
        background: var(--bg01);
    }
    #hero-673 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 80rem;
        align-items: center;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #hero-673 .cs-content {
        width: 100%;
        display: flex;
        padding-bottom: 0;
        text-align: center;
        align-items: center;
        max-width: 32.625rem;
        box-sizing: border-box;
        flex-direction: column;
        padding: clamp(7.5rem, 20.82vw, 18.75rem) 1rem 0;
    }
    #hero-673 .cs-topper {
        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: 0 0 clamp(0.5rem, 1.5vw, 1rem);
    }
    #hero-673 .cs-title {
        max-width: 17ch;
        font-weight: 900;
        line-height: 1.2em;
        margin: 0 0 1rem 0;
        position: relative;
        text-align: inherit;
        color: var(--headerColor);
        font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
    }
    #hero-673 .cs-color {
        color: var(--primary);
    }
    #hero-673 .cs-text {
        width: 100%;
        line-height: 1.5em;
        text-align: inherit;
        max-width: 40.625rem;
        color: var(--bodyTextColor);
        font-size: clamp(1rem, 1.5vw, 1.25rem);
        margin: 0 0 clamp(2rem, 5vw, 2.5rem) 0;
    }
    #hero-673 .cs-button-solid {
        white-space: nowrap;
        min-width: 15.625rem;
        line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    }
    #hero-673 .cs-button-solid:hover:before {
        width: 100%;
    }
    #hero-673 .cs-background {
        width: 100%;
        height: 106vw;
        display: block;
        position: relative;
        max-height: 31.25rem;
    }
    #hero-673 .cs-background img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #hero-673 {
        padding: clamp(7.5rem, 23.82vw, 15.625rem) 1rem
        clamp(3.75rem, 15.82vw, 12.5rem);
    }
    #hero-673 .cs-container {
        flex-direction: row;
        justify-content: flex-start;
    }
    #hero-673 .cs-content {
        width: 45%;
        padding: 0;
        text-align: left;
        align-items: flex-start;
    }
    #hero-673 .cs-background {
        top: 0;
        right: 0;
        bottom: 0;
        width: 50%;
        height: auto;
        max-height: 100%;
        position: absolute;
    }
}
/* Products Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #services-673 {
    }
    #services-673 .cs-card-group {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
    }
    #services-673 .cs-item {
        z-index: 1;
        display: flex;
        list-style: none;
        position: relative;
        align-items: center;
        box-sizing: border-box;
        flex-direction: column;
        transition: filter 0.3s;
        background: var(--itemColor);
        padding: clamp(2.5rem, 6.3vw, 4rem);
    }
    #services-673 .cs-item:hover {
        filter: brightness(70%);
    }
    #services-673 .cs-item:nth-of-type(even) {
        background: var(--primary);
    }
    #services-673 .cs-item:nth-of-type(even) .cs-link,
    #services-673 .cs-item:nth-of-type(even) .cs-h2 {
        color: #F7F7F7;
    }
    #services-673 .cs-item:nth-of-type(even) .cs-waves {
        display: none;
    }
    #services-673 .cs-picture {
        display: flex;
        width: 6.25rem;
        height: 6.25rem;
        border-radius: 50%;
        align-items: center;
        background: #FDFAF8;
        margin: 0 0 1.25rem 0;
        justify-content: center;
    }
    #services-673 .cs-icon {
        height: auto;
        width: 3.25rem;
        display: block;
    }
    #services-673 .cs-h2 {
        display: block;
        font-weight: 700;
        text-align: center;
        line-height: 1.2em;
        font-size: 1.5625rem;
        color: var(--headerColor);
        margin: 0 0 clamp(1.25rem, 3vw, 2rem);
    }
    #services-673 .cs-link {
        margin: 0;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.2em;
        position: relative;
        text-decoration: none;
        color: var(--secondary);
        display: inline-block;
    }
    #services-673 .cs-link:before {
        /* underline */
        left: 0;
        opacity: 1;
        content: "";
        width: 100%;
        height: 1px;
        bottom: -1px;
        display: block;
        position: absolute;
        background: currentColor;
    }
    #services-673 .cs-waves {
        top: 0;
        left: 0;
        width: 100%;
        z-index: -1;
        height: 100%;
        opacity: 0.5;
        display: block;
        object-fit: cover;
        position: absolute;
        pointer-events: none;
    }
}
/* Tablet - 650px */
@media only screen and (min-width: 40.625rem) {
    #services-673 .cs-card-group {
        flex-direction: row;
        flex-wrap: wrap;
    }
    #services-673 .cs-item {
        width: 50%;
    }
    #services-673 .cs-item:nth-of-type(3) {
        order: 4;
    }
}
/* Small Desktop - 1200px */
@media only screen and (min-width: 75rem) {
    #services-673 .cs-item {
        width: 25%;
    }
    #services-673 .cs-item:nth-of-type(3) {
        order: initial;
    }
}
/* Footer Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #footer-1390 {
        z-index: 1;
        position: relative;
        background: #1A1A1A;
        padding: var(--sectionPadding);
    }
    #footer-1390 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 80rem;
        align-items: center;
        flex-direction: column;
    }
    #footer-1390 .cs-top {
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 2.5rem;
        flex-direction: column;
        justify-content: center;
        border-bottom: 1px solid #484848;
        gap: clamp(1.25rem, 4vw, 2.5rem);
        padding-bottom: clamp(1.5rem, 5vw, 4rem);
    }
    #footer-1390 .cs-ul {
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        row-gap: 0.5rem;
        align-items: center;
        justify-content: center;
        column-gap: clamp(1.5rem, 4vw, 2.25rem);
    }
    #footer-1390 .cs-li {
        list-style: none;
    }
    #footer-1390 .cs-link {
        margin: 0;
        color: #BABABA;
        display: block;
        line-height: 1.5em;
        text-decoration: none;
        transition: color 0.3s;
        font-size: clamp(0.875rem, 1.5vw, 1rem);
    }
    #footer-1390 .cs-link:hover {
        color: var(--primary);
    }
    #footer-1390 .cs-logo {
        width: 100%;
        height: auto;
        display: block;
        max-width: 13.0625rem;
    }
    #footer-1390 .cs-logo-img {
        width: 100%;
        height: auto;
        display: block;
    }
    #footer-1390 .cs-bottom {
        gap: 1rem;
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    #footer-1390 .cs-social {
        margin: 0;
        padding: 0;
        gap: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #footer-1390 .cs-social-li {
        list-style: none;
    }
    #footer-1390 .cs-social-link {
        width: 2rem;
        height: 2rem;
        display: flex;
        border-radius: 50%;
        align-items: center;
        background: #484848;
        justify-content: center;
        transition: background-color 0.3s;
    }
    #footer-1390 .cs-social-link:hover {
        background-color: var(--primary);
    }
    #footer-1390 .cs-social-link:hover .cs-social-icon {
        opacity: 1;
        filter: grayscale(1) brightness(1000%);
    }
    #footer-1390 .cs-social-icon {
        height: auto;
        opacity: 0.6;
        width: 0.75rem;
        display: block;
        transition: opacity 0.3s;
    }
    #footer-1390 .cs-copyright {
        margin: 0;
        color: #BABABA;
        display: block;
        font-size: 1rem;
        line-height: 1.5em;
    }
    #footer-1390 .cs-copyright-link,
    #footer-1390 .cs-separater {
        color: #BABABA;
        font-size: 1rem;
        text-decoration: none;
        transition: color 0.3s;
    }
    #footer-1390 .cs-copyright-link:hover,
    #footer-1390 .cs-separater:hover {
        color: var(--primary);
    }
    #footer-1390 .cs-separater {
        margin: 0 1rem;
        display: inline-block;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #footer-1390 .cs-top {
        align-items: flex-start;
    }
    #footer-1390 .cs-bottom {
        flex-direction: row;
        justify-content: center;
    }
    #footer-1390 .cs-flex {
        margin: 0 auto;
    }
    #footer-1390 .cs-social {
        order: 3;
    }
}
