.elementor-23013 .elementor-element.elementor-element-8b5536a{--display:flex;}.elementor-23013 .elementor-element.elementor-element-6176f60{--spacer-size:20px;}.elementor-widget-image .widget-image-caption{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-23013 .elementor-element.elementor-element-e1f99bd{line-height:10px;color:#9A7C3C;}.elementor-23013 .elementor-element.elementor-element-e1f99bd a{color:#9A7C3C;}.elementor-23013 .elementor-element.elementor-element-6c50b8d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-23013 .elementor-element.elementor-element-8a6b876{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for html, class: .elementor-element-b398bea */.new-form-grid-style{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 50px;
}
form.new-form-grid-style>div {
    width: calc(50% - 20px);
}
form.new-form-grid-style>div:nth-child(n+2) {
    margin-top: 20px;
}
form.new-form-grid-style input:not([type="submit"]):not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="reset"]) {
    width: 100%;
    border: none;
    border-bottom: 1px solid black;
    padding: 4px 6px 6px;
    font-size: 17px;
    background: transparent;
    outline: none;
    border-radius: 0;
}
form.new-form-grid-style select {
    width: 100%;
    border: none;
    border-bottom: 1px solid black;
    padding: 9px 1px 6px;
    font-size: 17px;
    background: transparent;
    outline: none;
    border-radius: 0;
}
form.new-form-grid-style label {
    display: block;
    font-size: 16px;
    color: #b8a77a;
    margin-bottom: 0px;
}
form.new-form-grid-style [type="submit"] {
    background-color: #cbb26a;
    color: white;
    padding: 10px 40px;
    border: none;
    border-radius: 35px;
    font-size: 16px;
    cursor: pointer;
    margin: 40px auto 0;
    display: table;
}
@media (max-width: 768px) {
    form.new-form-grid-style>div {
        width: 100%;
    }
}/* End custom CSS */