.elementor-24656 .elementor-element.elementor-element-1f68f78{margin-top:10px;margin-bottom:10px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-a21411e */.newsletter-cta {
    background: #FCD856;
    padding: 48px 24px;
}

.newsletter-cta__content {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.newsletter-cta__title {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 600;
    color: #222;
}

.newsletter-cta__description {
    margin: 0 auto 24px;
    max-width: 560px;
    font-size: 13px;
    line-height: 1.5;
    color: #333;
}

.newsletter-cta__form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 420px;
    margin: 0 auto;
}

.newsletter-cta__label {
    display: none;
}

/* Reset */
.newsletter-cta__input,
.newsletter-cta__button {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    font: inherit;
}

/* Input */
.newsletter-cta__input {
    width: 100%;
    height: 42px;
    padding: 0 16px;

    font-size: 13px;
    color: #222;

    background: #fff !important;

    border: 1px solid #000 !important;
    border-radius: 8px;

    outline: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

.newsletter-cta__input::placeholder {
    color: #777;
}

.newsletter-cta__input:hover,
.newsletter-cta__input:focus {
    border: 1px solid #000 !important;
    outline: none !important;
    box-shadow: none !important;
}

.newsletter-cta__input[aria-invalid="true"] {
    border-color: #c62828 !important;
}

/* Button */
.newsletter-cta__button {
    width: 100%;
    height: 42px;
    padding: 0 16px;

    font-size: 13px;
    font-weight: 600;

    color: #fff !important;
    background: #287638 !important;

    border: none !important;
    border-radius: 8px;

    box-shadow: none !important;
    cursor: pointer;

    transition: opacity .2s ease;
}

.newsletter-cta__button:hover,
.newsletter-cta__button:focus,
.newsletter-cta__button:active {
    color: #fff !important;
    background: #287638 !important;
    border: none !important;
    box-shadow: none !important;
    opacity: .92;
}

.newsletter-cta__button:disabled {
    opacity: .6;
    cursor: not-allowed;
}

/* Validation */
.newsletter-cta__email-error {
    display: block;
    margin: -4px 0 0;
    font-size: 13px;
    color: #c62828;
    text-align: left;
}

.newsletter-cta__email-error[hidden] {
    display: none;
}

/* Status messages */
.newsletter-cta__status {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
}

.newsletter-cta__status[hidden] {
    display: none;
}

.newsletter-cta__status--success {
    color: #287638;
}

.newsletter-cta__status--error {
    color: #c62828;
}/* End custom CSS */