.est{--est-error:#b3261e;--est-error-bg:#fdf0ef;position:relative;width:100%;max-width:640px;margin-inline:auto;padding:clamp(1.25rem,1rem + 1.5vw,2rem);display:flex;flex-direction:column;gap:1.25rem;text-align:left;scroll-margin-top:96px;box-shadow:var(--sheet-shadow)}:root[data-theme=dark] .est{--est-error:#f2b8b5;--est-error-bg:rgba(242,184,181,.1)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .est{--est-error:#f2b8b5;--est-error-bg:rgba(242,184,181,.1)}}.est :is(input,textarea,button){scroll-margin:120px 0 24px}.est .est-head{display:flex;flex-direction:column;gap:.6rem}.est .est-bar{height:4px;border-radius:999px;background:var(--mist);overflow:hidden}.est .est-bar>span{display:block;height:100%;border-radius:inherit;background:var(--brand);transition:width .5s var(--ease)}.est .est-count{margin:0;font-size:.875rem;font-weight:600;color:var(--text-3)}.est .est-body{margin:-6px;overflow:clip;transition:height .32s var(--ease)}.est .est-body>div{padding:6px}.est .est-step{display:flex;flex-direction:column;gap:1.25rem}.est[data-dir] .est-step{animation:est-in .32s var(--ease) both}.est[data-dir=back]{--est-dx:-20px}@keyframes est-in{0%{opacity:0;transform:translateX(var(--est-dx,20px))}}.est .est-h{margin:0;color:var(--ink);font-weight:600;letter-spacing:-.022em;line-height:1.2;font-size:clamp(1.375rem,1.2rem + .8vw,1.75rem);text-wrap:balance}.est .est-h:focus{outline:none}.est .est-sub{margin:-.75rem 0 0;color:var(--text-2)}.est .est-tiles{display:grid;gap:.75rem}.est .est-tile{display:flex;align-items:center;gap:1rem;width:100%;min-height:76px;padding:1rem 1.1rem;border-radius:var(--radius);background:var(--surface);color:var(--text);text-align:left;cursor:pointer;box-shadow:inset 0 0 0 1px var(--switch-off);transition:box-shadow .2s ease,transform .2s var(--ease)}.est .est-tile:hover{box-shadow:inset 0 0 0 1px var(--accent)}.est .est-tile:active{transform:scale(.99)}.est .est-tile[aria-pressed=true]{box-shadow:inset 0 0 0 2px var(--brand)}.est .est-tile-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.est .est-tile-t{font-size:1.0625rem;font-weight:600;color:var(--ink)}.est .est-tile-d{font-size:.9375rem;line-height:1.4;color:var(--text-2)}.est .est-tile-p{margin-top:.2rem;font-size:.875rem;font-weight:600;color:var(--link)}.est .est-mark{flex:none;display:grid;place-items:center;width:24px;height:24px;border-radius:999px;color:var(--on-brand);box-shadow:inset 0 0 0 1.5px var(--switch-off);transition:background-color .2s ease,box-shadow .2s ease}.est .est-mark svg{width:14px;height:14px;opacity:0}.est .est-mark path{stroke-dasharray:1;stroke-dashoffset:1;transition:stroke-dashoffset .3s var(--ease) .05s}.est [aria-pressed=true]>.est-mark{background:var(--brand);box-shadow:none}.est [aria-pressed=true]>.est-mark svg{opacity:1}.est [aria-pressed=true]>.est-mark path{stroke-dashoffset:0}.est .est-field{display:flex;flex-direction:column;gap:.5rem}.est .est-label{margin:0;font-size:.9375rem;font-weight:600;color:var(--text-2)}.est .field[aria-invalid=true]{border-color:var(--est-error)}.est .est-textarea{min-height:112px;padding-block:.75rem;line-height:1.5;resize:vertical}.est .est-affix{position:relative}.est .est-affix .field{padding-right:3.75rem}.est .est-affix>span{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:var(--text-3);pointer-events:none}.est .est-err{margin:0;font-size:.875rem;font-weight:500;color:var(--est-error)}.est .est-row{display:grid;gap:1.25rem 1rem;grid-template-columns:repeat(auto-fit,minmax(min(100%,200px),1fr))}.est .est-hide{position:absolute;width:1px;height:1px;margin:0;opacity:0;pointer-events:none}.est .est-opts{display:grid;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(min(100%,128px),1fr))}.est .est-opt{position:relative;display:flex;align-items:center;justify-content:center;min-height:48px;padding:.5rem .6rem;border-radius:14px;background:var(--mist);color:var(--brand);text-align:center;cursor:pointer;font-size:.9375rem;font-weight:600;line-height:1.25;transition:background-color .2s ease,color .2s ease}.est .est-opt:hover{background:var(--quiet-hover)}.est .est-opt:has(:checked){background:var(--brand);color:var(--on-brand)}.est :is(.est-opt,.est-chip):has(:focus-visible){outline:2px solid var(--link);outline-offset:3px}.est .est-chips{display:flex;flex-wrap:wrap;gap:.5rem}.est .est-chip{position:relative;display:inline-flex;align-items:center;min-height:44px;padding:0 1rem;border-radius:999px;background:var(--mist);color:var(--brand);font-size:.9375rem;font-weight:500;cursor:pointer;transition:background-color .2s ease,color .2s ease}.est .est-chip:hover{background:var(--quiet-hover)}.est .est-chip:has(:checked){background:var(--brand);color:var(--on-brand)}.est .est-chip svg{width:0;height:16px;margin-right:0;opacity:0;transition:width .2s var(--ease),margin .2s var(--ease),opacity .2s ease}.est .est-chip:has(:checked) svg{width:16px;margin-right:.4rem;opacity:1}.est .est-list{margin:0;padding:.375rem;list-style:none;border-radius:14px;background:var(--surface);box-shadow:inset 0 0 0 1px var(--hairline)}.est .est-list li{display:flex;align-items:center;min-height:44px;padding:.5rem .75rem;border-radius:10px;cursor:pointer;color:var(--ink);font-size:.9375rem;line-height:1.35}.est .est-list li:hover,.est .est-list li[aria-selected=true]{background:var(--mist)}.est .est-summary{margin:-.5rem 0 0;padding:.75rem 1rem;border-radius:14px;background:var(--parchment);color:var(--text-2);font-size:.9375rem;line-height:1.45}.est .est-consent{display:flex;align-items:flex-start;gap:.75rem;min-height:44px;color:var(--text);cursor:pointer}.est .est-consent input{flex:none;width:22px;height:22px;margin:2px 0 0;accent-color:var(--brand);cursor:pointer}.est .est-consent input[aria-invalid=true]{outline:2px solid var(--est-error);outline-offset:2px}.est .est-privacy{width:fit-content;font-size:.875rem}.est .est-foot{display:flex;align-items:center;gap:.75rem}.est .est-next{margin-left:auto;min-width:140px}.est .est-next:disabled{opacity:.65;cursor:progress}.est .est-back svg{display:block;width:18px;height:18px;margin-left:-.35rem}.est .est-fail{margin:0;padding:.75rem 1rem;border-radius:14px;background:var(--est-error-bg);color:var(--est-error);font-size:.9375rem;font-weight:500}@media (max-width:479px){.est .est-next{flex:1}.est .est-back{width:48px;padding:0}.est .est-back svg{margin:0}.est .est-back span{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}}.est .est-done{display:flex;flex-direction:column;align-items:center;gap:.9rem;padding-block:1.25rem .75rem;text-align:center}.est .est-done-mark{width:64px;height:64px;fill:none;stroke:var(--brand);stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.est .est-done-mark :is(circle,path){stroke-dasharray:1;animation:est-draw .6s var(--ease) both}.est .est-done-mark path{animation-delay:.35s;animation-duration:.45s}@keyframes est-draw{0%{stroke-dashoffset:1;opacity:0}5%{opacity:1}to{stroke-dashoffset:0;opacity:1}}.est .est-done .est-h{max-width:24ch}.est .est-done-p{font-size:1.125rem}.est .est-done-call,.est .est-done-p{margin:0;color:var(--text-2)}.est .est-sr{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}@media (prefers-reduced-motion:reduce){.est .est-bar>span,.est .est-body,.est .est-chip svg,.est .est-mark path,.est .est-tile{transition:none}.est .est-done-mark :is(circle,path),.est[data-dir] .est-step{animation:none}}.check.est-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem 2rem;max-width:980px;margin:clamp(2rem,1.5rem + 2vw,3rem) auto 0;font-size:.9375rem}.check.est-points strong{display:block;color:var(--ink);font-size:1rem}@media (max-width:800px){.check.est-points{grid-template-columns:1fr;max-width:640px}}.est.inq{gap:.9rem}.est.inq .est-field{gap:.35rem}.est.inq .est-textarea{min-height:76px}.est.inq .est-h{font-size:1.375rem}.est.inq .est-row{grid-template-columns:repeat(auto-fit,minmax(min(100%,160px),1fr));gap:.9rem}.est .est-files{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem}.est .est-file{display:flex;align-items:center;gap:.6rem;min-height:44px;padding:.25rem .25rem .25rem .8rem;border-radius:12px;background:var(--mist);font-size:.9375rem}.est .est-file>svg{flex:none;width:18px;height:18px;color:var(--link)}.est .est-file-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--ink)}.est .est-file-size{flex:none;color:var(--text-3);font-size:.875rem}.est .est-file-x{flex:none;display:grid;place-items:center;width:36px;height:36px;border:0;border-radius:999px;background:none;color:var(--text-2);cursor:pointer}.est .est-file-x:hover{background:var(--quiet-hover);color:var(--ink)}.est .est-file-x svg{width:18px;height:18px}.est .est-pickrow{display:flex;align-items:center;gap:.9rem}.est .est-pick{flex:none;min-height:44px;padding:0 1.1rem;font-size:.9375rem}.est .est-pick svg{width:18px;height:18px;margin-left:-.2rem}.est .est-hint{margin:0;font-size:.8125rem;line-height:1.4;color:var(--text-3)}