/* Netlify static form: mirrors Bricks .brxe-form styling. */
:where(.brxe-form-static){display:flex;flex-wrap:wrap;width:100%}
:where(.brxe-form-static) .label,:where(.brxe-form-static) label{color:inherit;font-size:12px;font-weight:600;letter-spacing:.4px;text-transform:uppercase}
:where(.brxe-form-static) .form-group{display:flex;flex-direction:column;padding:0 0 20px;width:100%}
:where(.brxe-form-static) .form-group:last-child{padding-bottom:0}
:where(.brxe-form-static) .form-group.file{display:block}
:where(.brxe-form-static) .form-group>.label{margin-bottom:5px}
:where(.brxe-form-static) .form-group .form-group-error-message{background-color:var(--bricks-bg-danger);color:var(--bricks-text-danger);display:none;padding:15px;width:100%}
:where(.brxe-form-static) .form-group .form-group-error-message.show{display:block}
:where(.brxe-form-static) .submit-button-wrapper{width:auto}
:where(.brxe-form-static) .required:after{content:"*";padding:0 2px;position:relative;top:-2px}
:where(.brxe-form-static) .options-wrapper{list-style-type:none;margin:0;padding:0}
:where(.brxe-form-static) .options-wrapper input,:where(.brxe-form-static) .options-wrapper label{display:inline-block;height:auto;margin:0 5px 0 0;width:auto}
:where(.brxe-form-static) button[type=submit].sending{cursor:default}
:where(.brxe-form-static) button[type=submit].sending .text{opacity:.5}
:where(.brxe-form-static) button[type=submit].sending>i,:where(.brxe-form-static) button[type=submit].sending>svg{display:none}
:where(.brxe-form-static) button[type=submit].sending .loading{animation:load8 1s linear infinite;display:flex;opacity:1}
:where(.brxe-form-static) button[type=submit] .loading{display:none}
:where(.brxe-form-static) button[type=submit] svg{height:1em}
:where(.brxe-form-static) .recaptcha-hidden{display:none}
:where(.brxe-form-static) .recaptcha-error{display:none;padding:0!important}
:where(.brxe-form-static) .recaptcha-error.show{display:block}
:where(.brxe-form-static) .recaptcha-error .brxe-alert.danger{align-items:center;background-color:var(--bricks-bg-danger);border-color:currentcolor;color:var(--bricks-text-danger);display:flex;justify-content:space-between;padding:15px;width:100%}
:where(.brxe-form-static) .hcaptcha-error{display:none;padding:0!important}
:where(.brxe-form-static) .hcaptcha-error.show{display:block}
:where(.brxe-form-static) .hcaptcha-error .brxe-alert.danger{align-items:center;background-color:var(--bricks-bg-danger);border-color:currentcolor;color:var(--bricks-text-danger);display:flex;justify-content:space-between;padding:15px;width:100%}
:where(.brxe-form-static) input[type=checkbox]+.label,:where(.brxe-form-static) input[type=checkbox]+label,:where(.brxe-form-static) input[type=radio]+.label,:where(.brxe-form-static) input[type=radio]+label{color:inherit;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-align:inherit;text-transform:inherit}
:where(.brxe-form-static) textarea{height:inherit}
:where(.brxe-form-static) .message{background-color:var(--bricks-bg-info);color:var(--bricks-text-info);padding-bottom:0;width:100%}
:where(.brxe-form-static) .message.success{background-color:var(--bricks-bg-success);color:var(--bricks-text-success)}
:where(.brxe-form-static) .message.error{background-color:var(--bricks-bg-danger);color:var(--bricks-text-danger)}
:where(.brxe-form-static) .message .text{padding:15px}
:where(.brxe-form-static) input.file,:where(.brxe-form-static) input[type=file]{display:block;height:0;opacity:0;width:0}
:where(.brxe-form-static) .file-result{display:none;padding:0}
:where(.brxe-form-static) .file-result.show{align-items:center;display:flex;margin:0 0 15px}
:where(.brxe-form-static) .file-result.show .remove{display:inline-block;font-size:12px;line-height:30px;margin:0 15px;padding:0 10px}
:where(.brxe-form-static) .file-result.show .remove:hover{background-color:var(--bricks-text-danger);color:#fff}
:where(.brxe-form-static) .choose-files{border-style:solid;border-width:1px;cursor:pointer;display:inline-block;line-height:40px;padding:0 15px;text-align:center;text-transform:none;white-space:nowrap;width:auto}
