.oh-contact{--ohc-bg: #ffffff;--ohc-alt: #f7f5f0;--ohc-forest: #2a3b33;--ohc-forest-2: #1e2b25;--ohc-terra: #e8853c;--ohc-terra-2: #c26a29;--ohc-terra-ink: #a0521c;--ohc-ink: #1e2b25;--ohc-ink-2: #5a6860;--ohc-success: #3e7c5a;--ohc-success-text: #2f6349;--ohc-line: #e8e6e0;--ohc-tint: rgba(232, 133, 60, .06);background:var(--ohc-bg);color:var(--ohc-ink);font-family:var(--font-body-family)}.oh-contact *{box-sizing:border-box}.oh-contact h1{font-family:var(--font-heading-family);font-weight:600;margin:0;line-height:1.06;text-wrap:balance}.ohc-wrap{max-width:72rem;margin:0 auto;padding:0 2.4rem}.ohc-hero{text-align:center;margin-bottom:4.4rem}.ohc-eyebrow{display:inline-block;font-weight:600;font-size:1.2rem;letter-spacing:.22em;text-transform:uppercase;color:var(--ohc-terra-ink);margin-bottom:1.6rem}.ohc-hero h1{font-size:clamp(3.4rem,5vw,5rem);letter-spacing:-.01em}.ohc-hero__intro{margin:1.8rem auto 0;max-width:52ch;color:var(--ohc-ink-2);font-size:1.6rem;line-height:1.6}.ohc-formnote{margin-bottom:2rem;padding:1.2rem 1.6rem;border-radius:1rem;background:#fbf3f1;color:#b4453d;font-size:1.35rem}.ohc-topics{border:0;padding:0;margin:0 0 3.6rem;min-width:0}.ohc-topics__legend{padding:0;margin:0 0 1.6rem;font-size:1.25rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--ohc-ink-2)}.ohc-topics__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(22rem,1fr));gap:1.4rem}.ohc-topic{display:block;cursor:pointer}.ohc-topic__radio{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none}.ohc-topic__box{display:flex;align-items:center;gap:1.4rem;height:100%;border:1.5px solid var(--ohc-line);border-radius:1.4rem;padding:1.8rem;background:var(--ohc-bg);transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.ohc-topic:hover .ohc-topic__box{border-color:#d8d4cc}.ohc-topic__ic{flex:none;width:4.4rem;height:4.4rem;border-radius:1.1rem;background:var(--ohc-alt);display:flex;align-items:center;justify-content:center;color:var(--ohc-forest);transition:background .16s ease,color .16s ease}.ohc-topic__ic svg{width:2.3rem;height:2.3rem}.ohc-topic__txt{flex:1;min-width:0}.ohc-topic__txt b{display:block;font-size:1.55rem;font-weight:600;color:var(--ohc-ink)}.ohc-topic__txt small{display:block;margin-top:.3rem;font-size:1.25rem;color:var(--ohc-ink-2);line-height:1.4}.ohc-topic__check{flex:none;width:2.4rem;height:2.4rem;border-radius:50%;border:1.5px solid var(--ohc-line);display:flex;align-items:center;justify-content:center;color:transparent;transition:all .16s ease}.ohc-topic__check svg{width:1.4rem;height:1.4rem}.ohc-topic__radio:checked~.ohc-topic__box{border-color:var(--ohc-terra);background:var(--ohc-tint)}.ohc-topic__radio:checked~.ohc-topic__box .ohc-topic__ic{background:var(--ohc-terra);color:#fff}.ohc-topic__radio:checked~.ohc-topic__box .ohc-topic__check{border-color:var(--ohc-terra);background:var(--ohc-terra);color:#fff}.ohc-topic__radio:focus-visible~.ohc-topic__box{outline:2px solid var(--ohc-terra);outline-offset:2px}.ohc-fields{display:flex;flex-direction:column}.ohc-row{display:grid;grid-template-columns:1fr 1fr;gap:1.6rem}@media screen and (max-width:559px){.ohc-row{grid-template-columns:1fr}}.ohc-fld{margin-bottom:2rem}.ohc-fld>label{display:block;font-size:1.35rem;font-weight:600;color:var(--ohc-ink);margin-bottom:.8rem}.ohc-req{color:var(--ohc-terra-ink)}.ohc-opt{color:var(--ohc-ink-2);font-weight:400}.ohc-fld__box{display:flex;align-items:center;gap:1rem;border:1.5px solid var(--ohc-line);border-radius:1.2rem;background:var(--ohc-bg);padding:0 1.4rem;transition:border-color .16s ease,box-shadow .16s ease}.ohc-fld__box--area{align-items:flex-start;padding:1.2rem 1.4rem}.ohc-fld__ic{flex:none;color:var(--ohc-ink-2);display:flex}.ohc-fld__ic svg{width:2rem;height:2rem}.ohc-fld__box input,.ohc-fld__box textarea{width:100%;border:0;background:transparent;outline:none;font-family:var(--font-body-family);font-size:1.55rem;color:var(--ohc-ink);padding:1.5rem 0;line-height:1.4}.ohc-fld__box textarea{resize:vertical;min-height:12rem;padding:0}.ohc-fld__box input::placeholder,.ohc-fld__box textarea::placeholder{color:#9aa69d}.ohc-fld__box:focus-within{border-color:var(--ohc-terra);box-shadow:0 0 0 3px var(--ohc-tint)}.ohc-dz{border:1.5px dashed var(--ohc-line);border-radius:1.4rem;padding:4rem 2rem;text-align:center;cursor:pointer;transition:border-color .2s ease,background .2s ease;background:var(--ohc-bg)}.ohc-dz:hover,.ohc-dz.is-drag{border-color:var(--ohc-terra);background:var(--ohc-tint)}.ohc-dz svg{width:3.2rem;height:3.2rem;color:var(--ohc-terra);margin-bottom:1rem}.ohc-dz b{display:block;font-size:1.5rem;color:var(--ohc-ink);font-weight:600}.ohc-dz small{display:block;color:var(--ohc-ink-2);font-size:1.3rem;margin-top:.5rem}.ohc-dz:focus-visible{outline:2px solid var(--ohc-terra);outline-offset:3px}.ohc-files{margin-top:1.4rem;display:flex;flex-direction:column;gap:1rem}.ohc-file{display:flex;align-items:center;gap:1.4rem;border:1px solid var(--ohc-line);border-radius:1rem;padding:1rem 1.2rem;background:var(--ohc-bg)}.ohc-file__thumb{flex:none;width:4.6rem;height:4.6rem;border-radius:.7rem;overflow:hidden;background:var(--ohc-alt);display:flex;align-items:center;justify-content:center;color:var(--ohc-forest)}.ohc-file__thumb img,.ohc-file__thumb video{width:100%;height:100%;object-fit:cover}.ohc-file__thumb svg{width:2rem;height:2rem}.ohc-file__body{flex:1;min-width:0}.ohc-file__name{font-size:1.4rem;font-weight:500;color:var(--ohc-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ohc-file__meta{font-size:1.2rem;color:var(--ohc-ink-2);margin-top:.2rem;display:flex;gap:.8rem;align-items:center}.ohc-file__bar{height:.5rem;border-radius:100px;background:var(--ohc-alt);overflow:hidden;margin-top:.6rem}.ohc-file__bar i{display:block;height:100%;width:0;background:var(--ohc-terra);transition:width .2s ease}.ohc-file__done{color:var(--ohc-success-text);font-weight:600}.ohc-file__x{flex:none;border:0;background:transparent;cursor:pointer;color:var(--ohc-ink-2);width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.ohc-file__x:hover{background:var(--ohc-alt);color:var(--ohc-ink)}.ohc-file__x svg{width:1.7rem;height:1.7rem}.ohc-file--error{border-color:#e3b7b0;background:#fbf3f1}.ohc-file--error .ohc-file__meta{color:#b4453d}.ohc-consent{display:flex;gap:1rem;align-items:flex-start;margin:.6rem 0 2.4rem;font-size:1.35rem;color:var(--ohc-ink-2)}.ohc-consent input{margin-top:.35rem;width:1.8rem;height:1.8rem;accent-color:var(--ohc-terra-2);flex:none}.ohc-consent a{color:var(--ohc-terra-ink)}.ohc-btn{border:0;border-radius:1.1rem;cursor:pointer;font-family:var(--font-body-family);font-weight:600;font-size:1.6rem;background:var(--ohc-terra);color:var(--ohc-forest-2);padding:0 3.4rem;min-height:5.8rem;width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.9rem;transition:background .18s ease,transform .12s ease,opacity .18s ease}.ohc-btn:hover{background:#d9752c}.ohc-btn:active{transform:translateY(1px)}.ohc-btn[disabled]{opacity:.45;cursor:not-allowed}.ohc-btn:focus-visible{outline:3px solid var(--ohc-forest);outline-offset:2px}.ohc-btn svg{width:1.8rem;height:1.8rem}.ohc-btn--ghost{width:auto;background:transparent;color:var(--ohc-forest);border:1px solid var(--ohc-line)}.ohc-btn--ghost:hover{background:var(--ohc-alt)}.ohc-footnote{margin-top:2rem;text-align:center;display:flex;flex-wrap:wrap;gap:.6rem 2rem;justify-content:center;font-size:1.3rem;color:var(--ohc-ink-2)}.ohc-footnote a{color:var(--ohc-terra-ink);text-decoration:none}.ohc-footnote a:hover{text-decoration:underline}.ohc-success{max-width:56rem;margin:0 auto;text-align:center;padding:6rem 2.4rem 7rem;animation:ohc-rise .5s ease}@keyframes ohc-rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.ohc-success__ic{width:8rem;height:8rem;border-radius:50%;background:#3e7c5a1f;color:var(--ohc-success);display:flex;align-items:center;justify-content:center;margin:0 auto 2.6rem}.ohc-success__ic svg{width:3.6rem;height:3.6rem}.ohc-success h1{font-family:var(--font-heading-family);font-size:4rem}.ohc-success p{margin-top:1.6rem;color:var(--ohc-ink-2);font-size:1.7rem}.ohc-success .ohc-btn{margin-top:3rem}@media(prefers-reduced-motion:reduce){.oh-contact *,.ohc-success{transition:none!important;animation:none!important}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/oh-contact.css.map */
