.faq-root{--acc:#9c6a23;--accL:#e3a24a;--serif:var(--font-fraunces),"Fraunces",serif;--sans:var(--font-archivo),"Archivo",sans-serif;color:#241910;font-family:var(--sans);-webkit-font-smoothing:antialiased;background:#f0e4d0;overflow-x:clip}.faq-root a{color:inherit;text-decoration:none}.faq-root button{cursor:pointer;font-family:inherit}.faq-root img{max-width:100%;display:block}.faq-root .wrap{max-width:1080px;margin:0 auto;padding:0 44px}.faq-root .eyebrow{letter-spacing:.26em;text-transform:uppercase;color:var(--acc);font-size:11px;font-weight:600}.faq-root .hero{text-align:center;justify-content:center;align-items:center;min-height:48vh;display:flex;position:relative;overflow:hidden}.faq-root .hero>img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.faq-root .hero:after{content:"";background:linear-gradient(#0c090580,#0c090599);position:absolute;inset:0}.faq-root .hero .in{z-index:2;color:#fff;width:100%;max-width:760px;padding:60px 30px;position:relative}.faq-root .hero .eyebrow{color:#e3c083}.faq-root .hero h1{font-family:var(--serif);letter-spacing:-.02em;margin:14px 0 22px;font-size:clamp(40px,6vw,76px);font-weight:400;line-height:1}.faq-root .search{background:#fff7ea;border-radius:46px;align-items:center;gap:12px;max-width:520px;margin:0 auto;padding:6px 6px 6px 22px;display:flex;box-shadow:0 18px 40px #0c09054d}.faq-root .search svg{color:#9c6a23;flex:none;width:20px;height:20px}.faq-root .search input{font-family:var(--sans);color:#241910;background:0 0;border:0;outline:none;flex:1;padding:12px 0;font-size:15.5px}.faq-root .search input::placeholder{color:#9a886e}.faq-root .search button{color:#f0e4d0;letter-spacing:.04em;background:#1c1308;border:0;border-radius:40px;padding:13px 22px;font-size:13px;font-weight:600}.faq-root .body{padding:70px 0 30px}.faq-root .faqwrap{grid-template-columns:248px 1fr;align-items:start;gap:54px;display:grid}.faq-root .tabs{flex-direction:column;gap:4px;display:flex;position:sticky;top:96px}.faq-root .tab{text-align:left;color:#4b3c2c;background:0 0;border:0;border-radius:10px;align-items:center;gap:12px;width:100%;padding:13px 16px;font-size:14.5px;font-weight:500;transition:all .2s;display:flex}.faq-root .tab svg{color:#9c6a23;opacity:.8;flex:none;width:19px;height:19px}.faq-root .tab:hover{background:#eadcc4}.faq-root .tab.on{color:#fff;background:#1c160e}.faq-root .tab.on svg{color:#e3a24a;opacity:1}.faq-root .panel{display:none}.faq-root .panel.on{animation:.5s faqfade;display:block}@keyframes faqfade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.faq-root .panel h2{font-family:var(--serif);letter-spacing:-.01em;color:#1c1308;margin-bottom:6px;font-size:clamp(26px,3vw,38px);font-weight:400}.faq-root .panel .pintro{color:#6f5d46;margin-bottom:24px;font-size:14.5px}.faq-root .q{border-bottom:1px solid #24191026}.faq-root .q .qh{cursor:pointer;color:#1c1308;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:20px;width:100%;padding:20px 0;font-size:16.5px;font-weight:600;display:flex}.faq-root .q .qh i{color:var(--acc);flex:none;font-size:22px;font-style:normal;transition:transform .3s}.faq-root .q.open .qh i{transform:rotate(45deg)}.faq-root .q .qa{max-height:0;transition:max-height .4s;overflow:hidden}.faq-root .q .qa p{color:#3f3122;max-width:70ch;padding:0 0 22px;font-size:15px;line-height:1.72}.faq-root .q.hide{display:none}.faq-root .noresult{color:#6f5d46;padding:20px 0;font-size:15px;display:none}.faq-root .noresult.show{display:block}.faq-root .help{color:#ece3d2;text-align:center;background:#1c160e;border-radius:16px;margin:80px 0 0;padding:48px 44px;position:relative;overflow:hidden}.faq-root .help:after{content:"";background:radial-gradient(60% 120% at 50% 0,#e3a24a1f,#0000);position:absolute;inset:0}.faq-root .help .in{z-index:2;position:relative}.faq-root .help .eyebrow{color:#e3c083}.faq-root .help h2{font-family:var(--serif);color:#fff;margin:12px 0 10px;font-size:clamp(26px,3.2vw,42px);font-weight:400}.faq-root .help p{color:#b6a589;max-width:48ch;margin:0 auto 26px;font-size:15px;line-height:1.6}.faq-root .help .btns{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.faq-root .help .b1{background:var(--accL);color:#1c1305;letter-spacing:.04em;border-radius:42px;align-items:center;gap:9px;padding:15px 26px;font-size:13.5px;font-weight:600;display:inline-flex}.faq-root .help .b2{color:#fff;letter-spacing:.04em;border:1px solid #ffffff80;border-radius:42px;align-items:center;gap:9px;padding:15px 26px;font-size:13.5px;font-weight:600;display:inline-flex}.faq-root .help .b1 svg,.faq-root .help .b2 svg{width:18px;height:18px}@media (max-width:860px){.faq-root .wrap{padding:0 20px}.faq-root .body{padding:48px 0 20px}.faq-root .faqwrap{grid-template-columns:1fr;gap:26px}.faq-root .tabs{scrollbar-width:none;flex-direction:row;gap:8px;padding-bottom:6px;position:static;overflow-x:auto}.faq-root .tabs::-webkit-scrollbar{display:none}.faq-root .tab{white-space:nowrap;border:1px solid #24191029;flex:none}.faq-root .tab.on{border-color:#1c160e}.faq-root .help{margin-top:56px;padding:36px 24px}.faq-root .search{box-shadow:0 12px 30px #0c09054d}}
