/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #contact-1403 {
        z-index: 10;
        position: relative;
        background: var(--bg01);
        padding: var(--sectionPadding);
        padding-bottom: 0;
    }
    #contact-1403 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        column-gap: auto;
        max-width: 36.5rem;
        position: relative;
        align-items: stretch;
        flex-direction: column;
        justify-content: center;
        gap: clamp(2rem, 3vw, 3rem);
    }
    #contact-1403 .cs-content {
        width: 100%;
        display: flex;
        text-align: left;
        flex-direction: column;
        align-items: flex-start;
    }
    #contact-1403 .cs-title {
        max-width: 23ch;
    }
    #contact-1403 .cs-text {
        margin-bottom: 1rem;
    }
    #contact-1403 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }
    #contact-1403 .cs-ul {
        margin: 0;
        padding: 0;
        width: 100%;
        gap: 1.5rem;
        display: flex;
        text-align: left;
        position: relative;
        box-sizing: border-box;
        flex-direction: column;
        align-items: flex-start;
    }
    #contact-1403 .cs-li {
        gap: 1.25rem;
        display: flex;
        list-style: none;
        align-items: flex-start;
        justify-content: flex-start;
    }
    #contact-1403 .cs-li:hover .cs-icon-wrapper {
        transform: scale(1.1);
    }
    #contact-1403 .cs-header {
        display: block;
        font-weight: 700;
        font-size: 1.25rem;
        line-height: 1.2em;
        margin-bottom: 0.75rem;
    }
    #contact-1403 .cs-link {
        display: block;
        font-size: 1rem;
        line-height: 1.5em;
        position: relative;
        text-decoration: none;
    }
    #contact-1403 .cs-link:hover {
        text-decoration: underline;
    }
    
    #contact-1403 .cs-icon-wrapper {
        margin: 0;
        flex: none;
        display: flex;
        width: 3.75rem;
        height: 3.75rem;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        transition: transform 0.3s;
        border: 1px solid var(--borderColor);
    }
    #contact-1403 .cs-icon {
        width: 1.5rem;
        height: auto;
        display: block;
    }
    
    #contact-1403 .light-form,
    #contact-1403 .dark-form {
        flex: none;
        width: 100%;
        /* display: flex; */
        margin: 0 auto;
        position: relative;
        justify-content: center;
    }
    #contact-1403 .light-form iframe,
    #contact-1403 .dark-form iframe {
        border: 0;
        display: block;
        padding: 0 !important;
        max-width: 100%;
        border-radius: 0.75rem;
        width: 700px !important;        /* override any injected width */
        min-height: 495px;             /* base height so content is visible */
    }
    
    #contact-1403 .cs-form {
        width: 100%;
        gap: 1.75rem;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        max-width: 39.375rem;
        box-sizing: border-box;
        background: var(--itemColor);
        justify-content: space-between;
        margin-bottom: calc(clamp(1.875rem, 7vw, 6.25rem) * -1);
        padding: clamp(1.5rem, 5.18vw, 3rem) clamp(1rem, 4vw, 3rem);
    }
    #contact-1403 .cs-h3 {
        font-weight: 700;
        line-height: 1.2em;
        margin: 0 0 0.25rem 0;
        color: var(--headerColor);
        text-transform: uppercase;
        font-size: clamp(1.25rem, 3vw, 2.4375rem);
    }
    #contact-1403 .cs-label {
        width: 100%;
        gap: 0.25rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        color: var(--headerColor);
        font-family: var(--bodyFont);
        font-size: clamp(0.875rem, 1.5vw, 1rem);
    }
    #contact-1403 .cs-input {
        padding: 0;
        width: 100%;
        border: none;
        height: 3.5rem;
        font-size: 1rem;
        background: #FFF;
        padding-left: 1.5rem;
        box-sizing: border-box;
        color: var(--headerColor);
    }
    #contact-1403 .cs-input::placeholder {
        opacity: 0.6;
        color: #7d799c;
    }
    #contact-1403 .cs-textarea {
        min-height: 7.5rem;
        padding-top: 1.5rem;
        font-family: inherit;
        margin-bottom: 0.75rem;
    }
    #contact-1403 .cs-submit {
        width: 100%;
        border: none;
        min-width: 12.5rem;
    }
    #contact-1403 .cs-submit:hover {
        color: #FFF;
        cursor: pointer;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #contact-1403 .cs-container {
        max-width: 80rem;
        flex-direction: row;
        justify-content: space-between;
    }
    #contact-1403 .cs-content {
        width: 47%;
        flex: none;
    }
    #contact-1403 .cs-submit {
        width: auto;
    }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #contact-1403 .cs-form {
        width: 46%;
        max-width: 36.125rem;
    }
    #contact-1403 .cs-submit {
        width: auto;
    }
}
/* Large Desktop - 1500px */
@media only screen and (min-width: 93.75rem) {
    #contact-1403 .cs-graphic {
        display: block;
    }
}
/* Map Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #map-1403 iframe {
        width: 100%;
        display: flex;
        height: clamp(25rem, 42vw, 35rem);
    }
}
/* Stats Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #stats-1576 {
        z-index: 1;
        position: relative;
        background: var(--medium);
        padding: var(--sectionPadding);
    }
    #stats-1576 .cs-container {
        width: 100%;
        margin: auto;
        max-width: 59.6875rem;
    }
    #stats-1576 .cs-card-group {
        margin: 0;
        padding: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        row-gap: 3.75rem;
        justify-content: center;
    }
    #stats-1576 .cs-item {
        margin: 0;
        width: 47%;
        display: flex;
        list-style: none;
        max-width: 15rem;
        text-align: center;
        padding: 0 0.75rem;
        align-items: center;
        box-sizing: border-box;
        flex-direction: column;
    }
    #stats-1576 .cs-icon {
        width: 3rem;
        height: auto;
        display: block;
        margin: 0 0 1.5rem;
    }
    #stats-1576 .cs-number {
        display: block;
        font-weight: 400;
        line-height: 1.2em;
        text-align: inherit;
        margin: 0 0 0.25rem 0;
        color: var(--bodyTextColorWhite);
        font-size: clamp(1.9375rem, 4.3vw, 2.4375rem);
    }
    #stats-1576 .cs-desc {
        width: 100%;
        line-height: 1.5em;
        text-align: inherit;
        color: var(--bodyTextColorWhite);
        font-size: clamp(1rem, 2vw, 1.15rem);
    }
    #stats-1576 .cs-background {
        top: 0;
        left: 0;
        width: 100%;
        z-index: -1;
        height: 100%;
        display: block;
        position: absolute;
    }
    #stats-1576 .cs-background img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #stats-1576 .cs-card-group {
        justify-content: space-between;
    }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #stats-1576 .cs-container {
        max-width: 80rem;
    }
    #stats-1576 .cs-card-group {
        margin-left: auto;
        max-width: 39.375rem;
        justify-content: flex-end;
    }
    #stats-1576 .cs-item {
        text-align: left;
        max-width: 12.5rem;
        align-items: flex-start;
    }
}
/* FAQ Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #sbsr-1576 {
        background: var(--bg01);
        padding: var(--sectionPadding);
    }
    #sbsr-1576 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 36.5rem;
        align-items: center;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #sbsr-1576 .cs-content {
        text-align: center;
        max-width: 39.375rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #sbsr-1576 .cs-title {
        max-width: 20ch;
        margin: 0 0 2rem 0;
    }
    #sbsr-1576 .cs-faq-group {
        margin: 0;
        padding: 0;
        gap: 0.75rem;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    #sbsr-1576 .cs-faq-item {
        width: 100%;
        text-align: left;
        list-style: none;
        box-sizing: border-box;
        background: var(--itemColor);
        transition: border-bottom 0.3s;
        padding: clamp(0.75rem, 2vw, 1rem) 1rem;
    }
    #sbsr-1576 .cs-faq-item.active {
        border-color: var(--primaryLight);
    }
    #sbsr-1576 .cs-faq-item.active .cs-button {
        color: var(--primary);
    }
    #sbsr-1576 .cs-faq-item.active .cs-button .cs-indicator:before {
        transform: translate(-50%, -50%) rotate(360deg);
    }
    #sbsr-1576 .cs-faq-item.active .cs-button .cs-indicator:after {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    #sbsr-1576 .cs-faq-item.active .cs-item-p {
        opacity: 1;
        height: auto;
        padding-top: 1rem;
        transform: scaleY(1);
    }
    #sbsr-1576 .cs-button {
        padding: 0;
        width: 100%;
        border: none;
        display: flex;
        text-align: left;
        font-weight: bold;
        line-height: 1.2em;
        position: relative;
        align-items: center;
        background: transparent;
        color: var(--headerColor);
        justify-content: space-between;
        font-size: clamp(1rem, 2vw, 1.25rem);
        transition: background-color 0.3s, color 0.3s;
    }
    #sbsr-1576 .cs-button:hover {
        cursor: pointer;
    }
    #sbsr-1576 .cs-button .cs-indicator {
        width: 1.5rem;
        height: 1.5rem;
        position: relative;
        z-index: 1;
    }
    #sbsr-1576 .cs-button .cs-indicator:before {
        /* left line */
        top: 50%;
        left: 50%;
        opacity: 1;
        content: '';
        width: 1rem;
        display: block;
        height: 0.125rem;
        background:#767676;
        border-radius: 2px;
        position: absolute;
        transition: transform .5s;
        transform: translate(-50%, -50%);
    }
    #sbsr-1576 .cs-button .cs-indicator:after {
        /* right line */
        top: 50%;
        left: 50%;
        opacity: 1;
        content: '';
        width: 1rem;
        display: block;
        height: 0.125rem;
        border-radius: 2px;
        position: absolute; 
        background:#767676;
        transition: transform .5s;
        transform: translate(-50%, -50%) rotate(90deg);
    }
    #sbsr-1576 .cs-button-text {
        width: 90%;
        display: block;
    }
    #sbsr-1576 .cs-item-p {
        height: 0;
        margin: 0;
        width: 90%;
        padding: 0;
        opacity: 0;
        overflow: hidden;
        line-height: 1.5em;
        transform: scaleY(0);
        max-width: 33.8125rem;
        transform-origin: top;
        color: var(--bodyTextColor);
        font-size: clamp(0.875rem, 1.5vw, 1rem);
        transition: opacity 0.3s, transform 0.3s, padding-bottom 0.3s;
    }
    #sbsr-1576 .cs-image-group {
        z-index: 1;
        gap: 1.25em;
        display: flex;
        width: 39.375em;
        position: relative;
        min-height: 63.125em;
        font-size: min(2.3vw, .89em);
    }
    #sbsr-1576 .cs-picture {
        z-index: 1;
        display: block;
        overflow: hidden;
        position: relative;
    }
    #sbsr-1576 .cs-picture img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }
    #sbsr-1576 .cs-row {
        width: 100%;
        gap: 1.25em;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    #sbsr-1576 .cs-picture1 {
        width: 19.0625em;
        height: 40.594059%;
        margin-top: 7.125em;
    }
    #sbsr-1576 .cs-picture2 {
        width: 19.0625em;
        height: 60.891089%;
    }
    #sbsr-1576 .cs-picture3 {
        height: 60%;
        width: 19.0625em;
    }
    #sbsr-1576 .cs-picture4 {
        width: 19.0625em;
        height: 27.425743%;
    }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #sbsr-1576 .cs-container {
        max-width: 80rem;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
    }
    #sbsr-1576 .cs-content {
        text-align: left;
        align-items: flex-start;
    }
    #sbsr-1576 .cs-image-group {
        flex: none;
        height: auto;
        font-size: min(1.2vw, 1em);
        margin-top: calc(clamp(13.125rem, 20vw, 24rem)*-1);
    }
}
/* Large Desktop - 1300px */
@media only screen and (min-width: 81.25rem) {
    #sbsr-1576 .cs-image-group {
        margin-top: -23.875rem;
    }
}
