.section--newsletter {
    width: 100%;
    position: relative;
    z-index: 9999;

}

.section--newsletter .klaviyo-form form>.needsclick>.needsclick>.needsclick:nth-of-type(2)>.needsclick>.needsclick {
    border: none !important;
}

.newsletter--section-wrapper .newsletter-wrapper--outer {
    display: flex;
    flex-direction: column;
    gap: 30px
}
.section--newsletter .klaviyo-form form>.needsclick>.needsclick>.needsclick:nth-of-type(2) .needsclick {border: none !important; border-bottom: 2px solid #957d6d42 !important;}
.section--newsletter .klaviyo-form form>.needsclick>.needsclick>.needsclick:nth-of-type(2) .needsclick .needsclick input { border: unset !important;}
 .section--newsletter .klaviyo-form form>.needsclick>.needsclick>.needsclick:nth-of-type(2) .needsclick .needsclick {border-bottom: none!important;}
 .section--newsletter .klaviyo-form form #downshift-0-menu {border: 1px solid rgb(149, 125, 109) !important;}



@media screen and (max-width: 1200px) {
    .section--newsletter .klaviyo-form form>.needsclick>.needsclick {
        display: flex !important;
        flex-direction: column !important;
    }

    .section--newsletter .klaviyo-form form>.needsclick>.needsclick>.needsclick:nth-of-type(1) {
        flex: none !important;
    }

    .section--newsletter .klaviyo-form form>.needsclick>.needsclick>.needsclick:nth-of-type(2) {
        flex: none !important;
    }

    .section--newsletter .klaviyo-form form>.needsclick>.needsclick>.needsclick:nth-of-type(3) {
        flex: none !important;
        margin: 0 !important;
    }

    .section--newsletter .klaviyo-form form>.needsclick>.needsclick>.needsclick:nth-of-type(3) button {
        width: 100%;
    }
  .section--newsletter .klaviyo-form form > .needsclick > .needsclick > .needsclick:nth-of-type(2) .needsclick span.needsclick {width: 30px;}

}


@media (min-width:768px) {
    .newsletter--section-wrapper .newsletter-wrapper--outer {
        flex-direction: row;
        align-items: center
    }
}

@media (max-width:768px) {
    .newsletter--section-wrapper .newsletter-wrapper--outer {
        display: flex;
        flex-wrap: wrap;
    }

    .newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-form--wrapper {
        width: 100%
    }

    .newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-content--wrapper {
        width: 100%
    }

    .section--newsletter .klaviyo-form form>.needsclick>.needsclick>.needsclick:nth-of-type(2) .needsclick .needsclick {
        flex-wrap: unset !important;
    }

    .section--newsletter .klaviyo-form form>.needsclick>.needsclick>.needsclick:nth-of-type(2) .needsclick .needsclick input {
        width: calc(100% - 67px) !important; 
    }
}

.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-content--wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px
}

@media (min-width:768px) {
    .newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-content--wrapper {
        width: 50%
    }
}

.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-content--wrapper .rte,
.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-content--wrapper h1,
.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-content--wrapper h2,
.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-content--wrapper h3,
.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-content--wrapper h4,
.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-content--wrapper h5,
.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-content--wrapper h6,
.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-content--wrapper p {
    margin: 0
}

.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-form--wrapper {
    display: flex;
    height: fit-content
}

@media (min-width:768px) {
    .newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-form--wrapper {
        width: 50%
    }
}

.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-form--wrapper #newsletter_section_form {
    display: flex;
    width: 100%
}

.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-form--wrapper #newsletter_section_form #newsletter-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 15px
}

.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-form--wrapper #newsletter_section_form #newsletter-wrapper #newsletter_text {
    flex: 2
}

.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-form--wrapper #newsletter_section_form #newsletter-wrapper #newsletter_submit {
    margin-left: 0;
    border: 0 none;
    cursor: pointer;
    display: flex;
    align-items: center;
    background: 0 0;
    font-size: 20px;
    position: relative;
    width: fit-content
}

.newsletter--section-wrapper .newsletter-wrapper--outer.newsletter-text--center {
    text-align: center
}

.newsletter--section-wrapper .newsletter-wrapper--outer.newsletter-text--right {
    text-align: right
}

.newsletter--section-wrapper .newsletter-wrapper--outer.newsletter-text--center #newsletter-wrapper,
.newsletter--section-wrapper .newsletter-wrapper--outer.newsletter-text--right #newsletter-wrapper {
    position: relative;
    left: 12px
}

@media (min-width:768px) {

    .newsletter--section-wrapper .newsletter-wrapper--outer.newsletter-text--center #newsletter-wrapper,
    .newsletter--section-wrapper .newsletter-wrapper--outer.newsletter-text--right #newsletter-wrapper {
        left: 0
    }
}

.newsletter--section-wrapper.color-scheme--white #newsletter_text {
    border-color: var(--border-color)
}

.newsletter--section-wrapper.color-scheme--white #newsletter_submit,
.newsletter--section-wrapper.color-scheme--white #newsletter_text,
.newsletter--section-wrapper.color-scheme--white #newsletter_text::placeholder {
    color: var(--text-color)
}

.newsletter--section-wrapper.color-scheme--accent #newsletter_text {
    border-color: var(--color-scheme-feature-text-transparent25)
}

.newsletter--section-wrapper.color-scheme--accent #newsletter_submit,
.newsletter--section-wrapper.color-scheme--accent #newsletter_text,
.newsletter--section-wrapper.color-scheme--accent #newsletter_text::placeholder {
    color: var(--color-scheme-feature-text)
}

.newsletter--section-wrapper.color-scheme--dark #newsletter_text {
    border-color: var(--color-scheme-dark-text-transparent25)
}

.newsletter--section-wrapper.color-scheme--dark #newsletter_submit,
.newsletter--section-wrapper.color-scheme--dark #newsletter_text,
.newsletter--section-wrapper.color-scheme--dark #newsletter_text::placeholder {
    color: var(--color-scheme-dark-text)
}

.newsletter--section-wrapper.color-scheme--light #newsletter_text {
    border-color: var(--color-scheme-light-text-transparent25)
}

.newsletter--section-wrapper.color-scheme--light #newsletter_submit,
.newsletter--section-wrapper.color-scheme--light #newsletter_text,
.newsletter--section-wrapper.color-scheme--light #newsletter_text::placeholder {
    color: var(--color-scheme-light-text)
}