.sc-contact-form-section{display:block;width:100%;margin-bottom:var(--sc-contact-form-margin-bottom, 0);padding-top:var(--sc-section-space-top);padding-bottom:var(--sc-section-space-bottom);background:var(--sc-section-background-color, transparent);font-family:"Roboto",var(--text-font-family),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.sc-contact-form{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--sc-contact-form-gap);align-items:start}.sc-contact-form-section .shopify-app-block{position:fixed!important;top:50vh!important;left:0!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}.sc-contact-form-section .sc-content a{text-decoration:none}.sc-contact-form-section .sc-content a strong{color:#fff;font-weight:600}.sc-contact-form-section .sc-button-block+.sc-button-block{margin-left:0}.sc-contact-form__column{width:100%;min-width:0;max-width:var(--sc-contact-form-column-max-width, none)}.sc-contact-form--center-single-column{grid-template-columns:minmax(0,1fr);justify-items:center}.sc-contact-form--center-single-column .sc-contact-form__column{justify-self:center;margin-inline:auto}.sc-contact-form--center-single-column .sc-contact-form-form{margin-inline:auto}.sc-contact-form-form{display:block;width:100%;max-width:532px;box-sizing:border-box;padding:32px;color:#282828;background:#fff;border:1px solid #e5e5e5;border-radius:8px;box-shadow:0 1px 3px #00000014}.sc-contact-form-form__form{margin:0}.sc-contact-form-form__head{margin-bottom:22px}.sc-contact-form-form__title{margin:0 0 6px;color:#282828;font-size:20px;font-weight:600;line-height:1.35}.sc-contact-form-form__description{color:#666;font-size:14px;line-height:1.35}.sc-contact-form-form__description>*{margin:0}.sc-contact-form-form__message{margin:14px 0 0;font-size:14px;line-height:1.45}.sc-contact-form-form__message--error{color:#de2a2a}.sc-contact-form-form__message--success{display:flex;align-items:center;gap:18px;box-sizing:border-box;width:100%;margin:28px 0 8px;padding:22px 24px;background:#eef3ed;color:#296c24;font-size:16px;font-weight:700;line-height:1.4}.sc-contact-form-form__message--success:before{content:"";flex:0 0 auto;width:17px;height:9px;border-bottom:2px solid currentColor;border-left:2px solid currentColor;transform:rotate(-45deg)}.sc-contact-form-form.is-success .sc-contact-form-form__fields,.sc-contact-form-form.is-success .sc-contact-form-form__submit{display:none}.sc-contact-form-form__fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:20px}.sc-contact-form-form__field{min-width:0;line-height:100%}.sc-contact-form-form__field--full{grid-column:1 / -1}.sc-contact-form-form__label{display:block;margin-bottom:7px;color:#282828;font-size:13px;font-weight:600;line-height:1.3}.sc-contact-form-form__input{width:100%;min-height:45px;box-sizing:border-box;padding:12px 14px;border:1px solid #e5e5e5;border-radius:0;background:#fff;box-shadow:none;color:#282828;font-family:inherit;font-size:15px;line-height:1.35;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.sc-contact-form-form__input::placeholder{color:#999;opacity:1}.sc-contact-form-form__input:focus{border-color:#296c24;box-shadow:0 0 0 1px #296c24}.sc-contact-form-form__select-wrapper{position:relative}.sc-contact-form-form__select{-webkit-appearance:none;appearance:none;padding-right:44px;cursor:pointer}.sc-contact-form-form__select:open{border-color:#296c24;box-shadow:0 0 0 1px #296c24}.sc-contact-form-form__select option{background-color:#fff;color:#282828}.sc-contact-form-form__select option:checked{background-color:#edf4eb;color:#282828}@supports (appearance: base-select){.sc-contact-form-form__select,.sc-contact-form-form__select::picker(select){-webkit-appearance:base-select;appearance:base-select}.sc-contact-form-form__select::picker-icon{display:none}.sc-contact-form-form__select::picker(select){box-sizing:border-box;min-width:anchor-size(width);max-height:min(320px,50vh);top:calc(anchor(bottom) + 4px);left:anchor(left);position-try-fallbacks:flip-block;position-try-order:normal;overflow-y:auto;padding:0;border:1px solid #e5e5e5;border-radius:0;background:#fff;box-shadow:0 8px 22px #0000001f}.sc-contact-form-form__select option{min-height:42px;padding:10px 14px;font:inherit;cursor:pointer}.sc-contact-form-form__select option:hover:not(:checked):not(:disabled){background-color:#f1f6f0;color:#282828}.sc-contact-form-form__select option:focus-visible{background-color:#f1f6f0;color:#282828}.sc-contact-form-form__select option:checked{background-color:#edf4eb;color:#282828;font-weight:600}.sc-contact-form-form__select option:checked:hover{background-color:#e1eddf}.sc-contact-form-form__select option::checkmark{display:none}.sc-contact-form-form__select option:disabled{color:#999;cursor:default}}.sc-contact-form-form__select-chevron{position:absolute;top:50%;right:16px;width:14px;height:9px;transform:translateY(-50%);color:#282828;pointer-events:none;transition:color .15s ease}.sc-contact-form-form__select:open+.sc-contact-form-form__select-chevron{color:#296c24}.sc-contact-form-form__textarea{min-height:118px;resize:vertical}.sc-contact-form-form__file-input{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}.sc-contact-form-form__dropzone{display:flex;min-height:126px;box-sizing:border-box;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:20px;border:1px dashed #b8b8b8;background:#fafafa;color:#555;text-align:center;cursor:pointer;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease}.sc-contact-form-form__dropzone-prompt{display:flex;width:100%;min-height:84px;flex-direction:column;align-items:center;justify-content:center;gap:8px;cursor:pointer}.sc-contact-form-form__dropzone.has-file .sc-contact-form-form__dropzone-prompt{display:none}.sc-contact-form-form__dropzone.has-file{border-style:solid;border-color:#a9c2a7;background:#f5f8f4;cursor:default}.sc-contact-form-form__dropzone:hover,.sc-contact-form-form__dropzone.is-dragover,.sc-contact-form-form__file-input:focus-visible+.sc-contact-form-form__dropzone{border-color:#296c24;background:#f1f6f0;box-shadow:0 0 0 1px #296c24}.sc-contact-form-form__dropzone-icon{width:28px;height:28px;color:#296c24}.sc-contact-form-form__dropzone-icon svg{display:block;width:100%;height:100%}.sc-contact-form-form__dropzone-text{color:#282828;font-size:14px;font-weight:600;line-height:1.35}.sc-contact-form-form__dropzone-hint{color:#777;font-size:12px;line-height:1.35}.sc-contact-form-form__file-selection{display:flex;width:100%;box-sizing:border-box;align-items:center;gap:14px;padding:4px 8px;color:#282828;font-size:13px;line-height:1.35;text-align:left}.sc-contact-form-form__file-selection[hidden]{display:none}.sc-contact-form-form__file-type-icon{display:flex;width:48px;height:48px;flex:0 0 48px;align-items:center;justify-content:center;background:#e5efe3;color:#296c24}.sc-contact-form-form__file-type-icon svg{display:none;width:28px;height:28px}.sc-contact-form-form__dropzone[data-file-kind=pdf] .sc-contact-form-form__file-type-icon{background:#f8e7e7;color:#c62828}.sc-contact-form-form__dropzone[data-file-kind=pdf] [data-sc-contact-form-file-icon=pdf]{width:32px;height:32px}.sc-contact-form-form__dropzone[data-file-kind=pdf] [data-sc-contact-form-file-icon=pdf],.sc-contact-form-form__dropzone[data-file-kind=text] [data-sc-contact-form-file-icon=text],.sc-contact-form-form__dropzone[data-file-kind=image] [data-sc-contact-form-file-icon=image],.sc-contact-form-form__dropzone[data-file-kind=generic] [data-sc-contact-form-file-icon=generic]{display:block}.sc-contact-form-form__file-details{min-width:0;flex:1 1 auto}.sc-contact-form-form__file-name{display:block;min-width:0;color:#282828;font-size:14px;font-weight:600;line-height:1.35;overflow-wrap:anywhere;cursor:pointer}.sc-contact-form-form__file-name:hover{color:#296c24}.sc-contact-form-form__file-meta{display:block;margin-top:3px;color:#6e746d;font-size:12px;line-height:1.3}.sc-contact-form-form__file-remove{display:flex;width:36px;height:36px;flex:0 0 auto;align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:#296c24;font:inherit;cursor:pointer;transition:background-color .15s ease,color .15s ease}.sc-contact-form-form__file-remove:hover,.sc-contact-form-form__file-remove:focus-visible{background:#e1ebdf;color:#1f551b;outline:none}.sc-contact-form-form__file-remove svg{width:20px;height:20px}.sc-contact-form-form__file-error{margin:7px 0 0;color:#de2a2a;font-size:12px;line-height:1.35}.sc-contact-form-form__submit{display:flex;width:100%;min-height:52px;align-items:center;justify-content:center;padding:16px 32px;border:1px solid #296c24;border-radius:0;background:#296c24;color:#fff;font-family:inherit;font-size:13px;font-weight:600;line-height:1.1;letter-spacing:1.5px;text-align:center;text-transform:uppercase;cursor:pointer;transition:background-color .16s ease,border-color .16s ease}.sc-contact-form-form__submit:hover{border-color:#1f551b;background:#1f551b}.sc-contact-form-form__submit:disabled,.sc-contact-form-form__submit.is-loading{cursor:wait;opacity:.72}@media screen and (min-width:1000px){.sc-contact-form:not(.sc-contact-form--center-single-column){grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:767px){.sc-contact-form-section .sc-button-block{width:100%}.sc-contact-form-form{padding:24px 20px}.sc-contact-form-form__fields{grid-template-columns:minmax(0,1fr)}.sc-contact-form-form__field--full{grid-column:auto}}
/*# sourceMappingURL=/cdn/shop/t/29/assets/sc-contact-form.css.map */
