.header_wrapper {
    background-color: transparent;
    height: 185px;
}
.menu ul li a,
.menu ul li a:hover,
.menu ul li a:focus {
    color: #fff;
}

.powco-hero__form .powco-field-sms {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
}
.powco-hero__form .powco-field-sms input {
    max-width: 15px;
    width: 100%;
    margin: 13px 8px 13px 0;
}
.powco-hero__form .powco-field-sms label {
    font-weight: 400;
    text-align: left;
}



/* -- Home - Financing -- */

#financing_section {
    background-color: var(--accent-color);
    color: #fff;
    padding: 45px 5%;
}
.financing-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}
.financing-icon-wrapper {
    flex-shrink: 0;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .1);
    color: var(--red);
    display: flex;
    align-items: center;
    justify-content: center;
}
.financing-icon {
    width: 36px;
    height: 36px;
    display: block;
}
.financing-content {
    flex: 1 1 400px;
    min-width: 0;
}
#financing_section .h2-heading {
    color: #fff;
    margin: 0 0 8px;
}
#financing_section .h2-sup {
    color: var(--red);
}
.financing-content p {
    color: rgba(255, 255, 255, .8);
    font-size: 1em;
    line-height: 1.55em;
    margin: 0;
    max-width: 640px;
}
.financing-cta {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.financing-cta .site-button {
    margin: 0;
}
.financing-brand {
    font-size: .78em;
    color: rgba(255, 255, 255, .55);
    letter-spacing: .05em;
    font-style: italic;
}

/* -- Finance Responsive -- */
@media (max-width: 900px) {
    #financing_section { padding: 40px 5%; }

    .financing-wrapper {
        gap: 20px;
        text-align: center;
        justify-content: center;
    }
    .financing-icon-wrapper { margin: 0 auto; }
    .financing-content { flex: 1 1 100%; }
    .financing-content p { margin: 0 auto; }
    .financing-cta {
        flex: 1 1 100%;
        align-items: center;
    }
}



/* -- Home - Projects -- */

#projects_section {
    padding: 20px 10px 50px;
}
.projects-swiper::before,
.projects-swiper::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    width: 45px;
    height: 100%;
    z-index: 2;
}
.projects-swiper::before {
    left: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .6) 0, transparent 100%);
}
.projects-swiper::after {
    right: 0;
    background: linear-gradient(-90deg, rgba(0, 0, 0, .6) 0, transparent 100%);
}
.swiper {
    max-width: 1900px;
    width: 100%;
}
.swiper-slide {
    background: #ddd;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.swiper-slide {
    max-width: 800px;
    width: 100%;
}
.swiper-button-prev,
.swiper-button-next {
    color: #fff !important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 25px !important;
}