/* Hero Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #hero-2274 {
        z-index: 10;
        overflow: hidden;
        position: relative;
        padding: clamp(9rem, 30.95vw, 21.875rem) 1rem 0;
    }
    #hero-2274 .cs-container {
        width: 100%;
        gap: 5.5rem;
        margin: auto;
        display: flex;
        max-width: 80rem;
        position: relative;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    #hero-2274 .cs-content {
        width: 100%;
        z-index: 10;
        display: flex;
        text-align: left;
        position: relative;
        max-width: 39.375rem;
        flex-direction: column;
        align-items: flex-start;
    }
    #hero-2274 .cs-topper {
        color: var(--secondary);
    }
    #hero-2274 .cs-title {
        width: 100%;
        max-width: 17ch;
        font-weight: 900;
        margin: 0 0 1rem;
        line-height: 1.2em;
        position: relative;
        text-transform: uppercase;
        color: var(--bodyTextColorWhite);
        font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
    }
    #hero-2274 .cs-text {
        width: 100%;
        opacity: 0.8;
        line-height: 1.5em;
        max-width: 43.75rem;
        color: var(--bodyTextColorWhite);
        font-size: clamp(1rem, 2.5vw, 1.25rem);
        margin: 0 0 clamp(1.75rem, 4vw, 2.5rem);
    }
    #hero-2274 .cs-button-solid {
        margin: 0;
    }
    #hero-2274 .cs-button-solid:hover:before {
        width: 100%;
    }
    #hero-2274 .cs-picture {
        z-index: 7;
        width: 100%;
        height: auto;
        display: flex;
        position: relative;
        align-items: flex-end;
        max-width: clamp(26.6875rem, 50vw, 36.3125rem);
    }
    #hero-2274 .cs-picture img {
        width: 100%;
        height: auto;
    }
    #hero-2274 .cs-image-group {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        overflow: hidden;
        position: absolute;
        flex-direction: column;
    }
    #hero-2274 .cs-background {
        z-index: 1;
        width: 100%;
        height: 100%;
        position: relative;
    }
    #hero-2274 .cs-background img {
        top: 0;
        left: 0;
        width: 100%;
        z-index: -1;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }
    #hero-2274 .cs-background1:before {
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        opacity: 0.72;
        display: block;
        background: #000;
        position: absolute;
    }
    #hero-2274 .cs-background2 {
        flex: none;
        height: 100vw;
        max-height: 30rem;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #hero-2274 {
        display: flex;
        gap: 5.625rem;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 9.375rem;
    }
    #hero-2274 .cs-container {
        flex-direction: row;
        justify-content: flex-start;
    }
    #hero-2274 .cs-content {
        width: 53%;
        text-align: left;
        align-items: flex-start;
    }
    #hero-2274 .cs-picture {
        width: 56%;
        right: -1.875rem;
        position: absolute;
        bottom: -4.0625rem;
    }
    #hero-2274 .cs-image-group {
        flex-direction: row;
    }
    #hero-2274 .cs-background2 {
        width: 25vw;
        height: 100%;
        max-height: 100%;
        border-left: 2px solid #FFC219;
    }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #hero-2274 {
        padding-bottom: clamp(6.25rem, 12vw, 10.9375rem);
    }
    #hero-2274 .cs-picture {
        width: 45%;
        right: clamp(2rem, 5vw, 5rem);
        bottom: calc(clamp(6.25rem, 12vw, 10.9375rem)*-1);
    }
    #hero-2274 .cs-background2 {
        width: 32.8125vw;
    }
}
/* Services Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #Hservices-2274 {
        width: 100%;
        z-index: 20;
        position: relative;
        background: var(--bg01);
        padding: var(--sectionPadding);
    }
    #Hservices-2274 .cs-container {
        z-index: 1;
        margin: auto;
        max-width: 80rem;
        position: relative;
    }
    #Hservices-2274 .cs-card-group {
        margin: 0;
        padding: 0;
        width: 100%;
        display: grid;
        row-gap: 2rem;
        max-width: 80rem;
        background: #FFF;
        grid-template-columns: repeat(12, 1fr);
    }
    #Hservices-2274 .cs-item {
        z-index: 1;
        width: 100%;
        text-align: left;
        list-style: none;
        position: relative;
        grid-column: span 12;
        box-sizing: border-box;
        transition: background-color 0.3s, border-color 0.3s;
    }
    #Hservices-2274 .cs-item:last-of-type .cs-link {
        box-sizing: border-box;
        padding: clamp(2rem, 7vw, 5rem) clamp(1rem, 4vw, 5rem);
    }
    #Hservices-2274 .cs-item:last-of-type .cs-icon {
        width: 4rem;
        margin-bottom: 1.5rem;
    }
    #Hservices-2274 .cs-item:last-of-type .cs-h3 {
        font-size: 1.5625rem;
    }
    #Hservices-2274 .cs-item:last-of-type .cs-item-text {
        margin-bottom: 2rem;
    }
    #Hservices-2274 .cs-number {
        margin: 0;
        font-weight: 700;
        font-size: 4.5rem;
        line-height: 1.2em;
        color: var(--headerColor);
    }
    #Hservices-2274 .cs-fake-link {
        margin: 0;
        gap: 0.75rem;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.2em;
        align-items: center;
        display: inline-flex;
        color: var(--primary);
        padding: 0 0 0.25rem 0;
        justify-content: center;
        text-transform: uppercase;
        border-bottom: 1px solid var(--primary);
    }
    #Hservices-2274 .cs-background {
        top: 0;
        left: 0;
        width: 100%;
        z-index: -1;
        height: 100%;
        display: block;
        position: absolute;
    }
    #Hservices-2274 .cs-background:before {
        top: 0;
        left: 0;
        opacity: 1;
        content: '';
        width: 100%;
        z-index: -1;
        height: 100%;
        display: block;
        background: #FFF;
        position: absolute;
    }
    #Hservices-2274 .cs-background img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.08;
        object-fit: cover;
        position: absolute;
    }
    #Hservices-2274 .cs-link {
        display: flex;
        text-decoration: none;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    #Hservices-2274 .cs-icon {
        height: auto;
        width: 2.5rem;
        margin: 0 0 1.25rem 0;
    }
    #Hservices-2274 .cs-h3 {
        font-weight: 700;
        line-height: 1.2em;
        text-align: inherit;
        margin: 0 0 0.5rem 0;
        transition: color 0.3s;
        color: var(--headerColor);
        font-size: clamp(1.25rem, 2vw, 1.5625rem);
    }
    #Hservices-2274 .cs-item-text {
        margin: 0;
        line-height: 1.5em;
        text-align: inherit;
        color: var(--bodyTextColor);
        transition: color 0.3s, opacity 0.3s;
        font-size: clamp(0.875rem, 1.5vw, 1rem);
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #Hservices-2274 .cs-card-group {
        width: 44%;
    }
    #Hservices-2274 .cs-item:last-of-type {
        right: 0;
        width: 49%;
        position: absolute;
        top: calc(clamp(10rem, 20vw, 12.5rem)*-1);
    }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #Hservices-2274 .cs-item:last-of-type {
        width: 37vw;
        max-width: 25rem;
    }
}
/* Large Desktop - 1300px */
@media only screen and (min-width: 81.25rem) {
    #Hservices-2274 {
        padding: 0;
    }
    #Hservices-2274 .cs-card-group {
        width: 53.75rem;
        padding: 3.75rem 0;
        column-gap: 1.25rem;
    }
    #Hservices-2274 .cs-item {
        grid-column: span 4;
    }
    #Hservices-2274 .cs-item:last-of-type {
        top: auto;
        bottom: 0;
    }
}
/* Dark Mode Styles */
@media only screen and (min-width: 0rem) {
    body.dark-mode #Hservices-2274 .cs-card-group {
        background: var(--bg01)
    }
    body.dark-mode #Hservices-2274 .cs-background:before {
        background: var(--itemColor);
    }
}
