.elementor-47 .elementor-element.elementor-element-1ab7409{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:center;--overlay-opacity:0.5;}.elementor-47 .elementor-element.elementor-element-1ab7409::before, .elementor-47 .elementor-element.elementor-element-1ab7409 > .elementor-background-video-container::before, .elementor-47 .elementor-element.elementor-element-1ab7409 > .e-con-inner > .elementor-background-video-container::before, .elementor-47 .elementor-element.elementor-element-1ab7409 > .elementor-background-slideshow::before, .elementor-47 .elementor-element.elementor-element-1ab7409 > .e-con-inner > .elementor-background-slideshow::before, .elementor-47 .elementor-element.elementor-element-1ab7409 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#FFFFFF00;--background-overlay:'';}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-47 .elementor-element.elementor-element-0f1516a{width:var( --container-widget-width, 37.337% );max-width:37.337%;--container-widget-width:37.337%;--container-widget-flex-grow:0;}.elementor-47 .elementor-element.elementor-element-0f1516a.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-47 .elementor-element.elementor-element-adec077.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-47 .elementor-element.elementor-element-adec077{color:#474747;}@media(max-width:1024px){.elementor-47 .elementor-element.elementor-element-1ab7409{--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:space-around;--align-items:center;--padding-top:24px;--padding-bottom:24px;--padding-left:20px;--padding-right:20px;}.elementor-47 .elementor-element.elementor-element-0f1516a{width:var( --container-widget-width, 752.267px );max-width:752.267px;--container-widget-width:752.267px;--container-widget-flex-grow:0;}.elementor-47 .elementor-element.elementor-element-adec077{width:var( --container-widget-width, 762.617px );max-width:762.617px;--container-widget-width:762.617px;--container-widget-flex-grow:0;text-align:center;}.elementor-47 .elementor-element.elementor-element-6adfcca.elementor-element{--align-self:stretch;}}@media(min-width:768px){.elementor-47 .elementor-element.elementor-element-1ab7409{--content-width:1300px;}}/* Start custom CSS for shortcode, class: .elementor-element-6adfcca *//* Container adjustments to restrict max-width */
#wpforms-689 {
    width: 100% !important;
    max-width: 450px !important; /* Adjust this to match the desired width on your page */
    margin: 0 auto;
}

/* Force the form to behave as a single inline row */
#wpforms-form-689 {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    gap: 0 !important; /* Seamlessly joins the input and button */
    width: 100% !important;
}

/* Hide the field labels and unnecessary honeypots */
#wpforms-689 .wpforms-field-label,
#wpforms-689-field_1-container,
#wpforms-689-field_3-container {
    display: none !important;
}

/* Adjust the input field container */
#wpforms-form-689 .wpforms-field-container {
    flex-grow: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}

#wpforms-689-field_2-container {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

/* Style the Email Input Field */
#wpforms-689-field_2 {
    width: 100% !important;
    min-width: 100% !important;
    height: 100% !important;
    min-height: 44px !important; /* Sets matching heights */
    box-sizing: border-box !important;
    border: 1px solid #dcdcdc !important;
    border-right: none !important; /* Removes inner double-border */
    border-radius: 0px !important; /* Sharp corners */
    background-color: #ffffff !important;
    padding: 10px 15px !important;
    font-size: 14px !important;
    color: #333333 !important;
}

/* Placeholder styling */
#wpforms-689-field_2::placeholder {
    color: #b0b0b0 !important;
    font-size: 14px !important;
}

/* Adjust the Submit Button Container */
#wpforms-form-689 .wpforms-submit-container {
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
}

/* Style the Submit Button */
#wpforms-submit-689 {
    background-color: #2b1b15 !important; /* Dark brown background */
    color: #ffffff !important;
    border: 1px solid #2b1b15 !important;
    border-radius: 0px !important; /* Sharp corners */
    padding: 0 25px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    cursor: pointer !important;
    height: 100% !important;
    min-height: 44px !important; /* Matches input height */
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
    transition: background-color 0.2s ease-in-out !important;
}

/* Hover effect on button */
#wpforms-submit-689:hover {
    background-color: #1a100d !important;
    border-color: #1a100d !important;
}/* End custom CSS */