.fb-launcher{z-index:40;border:1px solid var(--hairline);background:var(--surface);height:44px;color:var(--ink);font:600 var(--t-small)/1 var(--sans);box-shadow:var(--lift-2);cursor:pointer;transition:transform .16s var(--ease), box-shadow .16s var(--ease);border-radius:999px;align-items:center;gap:8px;padding:0 16px 0 13px;display:inline-flex;position:fixed;bottom:20px;right:20px}.fb-launcher:hover{box-shadow:var(--lift-3);transform:translateY(-1px)}.fb-launcher:focus-visible{outline:2px solid var(--hero);outline-offset:2px}.fb-launcher svg{fill:none;width:18px;height:18px;stroke:var(--hero);stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.fb-dialog{border-radius:var(--r-panel);background:var(--surface);width:min(520px,100vw - 32px);max-height:min(760px,100dvh - 32px);color:var(--ink);font-family:var(--sans);box-shadow:var(--lift-3);border:0;margin:auto;padding:0;overflow:auto}.fb-dialog::backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#14141a6b}.fb-sheet{display:grid}.fb-head{grid-template-columns:1fr auto auto;align-items:center;gap:6px;padding:20px 20px 4px 24px;display:grid}.fb-head h2{font-size:var(--t-h3);letter-spacing:-.02em;margin:0;font-weight:600}.fb-icon-button{border:1px solid var(--hairline);width:34px;height:34px;color:var(--muted-strong);font:600 16px/1 var(--sans);cursor:pointer;background:0 0;border-radius:50%}.fb-icon-button:hover,.fb-icon-button[aria-expanded=true]{color:var(--ink);background:var(--surface-2)}.fb-help{border-radius:var(--r-control);background:var(--surface-2);color:var(--muted-strong);grid-column:1/-1;margin:8px 0 0;padding:12px 14px;font-size:13px;line-height:1.5}.fb-form{gap:14px;padding:14px 24px 24px;display:grid}.fb-types{border:0;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:0;padding:0;display:grid}.fb-type{border:1px solid var(--hairline);border-radius:var(--r-control);background:var(--surface-2);color:var(--muted-strong);text-align:center;cursor:pointer;justify-items:center;gap:6px;padding:12px 4px 10px;font-size:12.5px;font-weight:600;transition:border-color .14s,background .14s,color .14s;display:grid;position:relative}.fb-type input{opacity:0;pointer-events:none;position:absolute}.fb-type svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.fb-type:hover{color:var(--ink)}.fb-type.is-on{border-color:var(--hero);background:var(--hero-wash);color:var(--hero-deep)}.fb-type:has(input:focus-visible){outline:2px solid var(--hero);outline-offset:2px}.fb-field{gap:6px;display:grid;position:relative}.fb-label{color:var(--muted);font-size:12px;font-weight:600}.fb-field textarea,.fb-field input{border:1px solid var(--hairline);border-radius:var(--r-control);background:var(--surface-2);width:100%;color:var(--ink);font:16px/1.5 var(--sans);padding:12px 14px}.fb-field textarea{resize:vertical;min-height:128px}.fb-field :is(textarea,input):focus{outline:2px solid var(--hero);outline-offset:1px;background:var(--surface);border-color:#0000}.fb-count{color:var(--muted);font-size:11px;position:absolute;bottom:8px;right:10px}.fb-shots{flex-wrap:wrap;gap:8px;display:flex}.fb-shot{border:1px solid var(--hairline);background:var(--surface-2);border-radius:10px;width:84px;height:64px;margin:0;position:relative;overflow:hidden}.fb-shot img{object-fit:cover;width:100%;height:100%;display:block}.fb-shot button{color:#fff;width:22px;height:22px;font:600 14px/1 var(--sans);cursor:pointer;background:#14141ab8;border:0;border-radius:50%;position:absolute;top:4px;right:4px}.fb-shot-add{height:64px;color:var(--muted-strong);font:600 13px/1 var(--sans);cursor:pointer;background:0 0;border:1px dashed #14141a2e;border-radius:10px;align-items:center;gap:7px;padding:0 14px;display:inline-flex}.fb-shot-add:hover{color:var(--ink);border-color:var(--hero)}.fb-shot-add:disabled{cursor:progress;opacity:.6}.fb-shot-add svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.fb-shot-add:focus-visible,.fb-shot button:focus-visible{outline:2px solid var(--hero);outline-offset:2px}.fb-error{border-radius:var(--r-control);background:var(--bad-wash);color:var(--bad);margin:0;padding:10px 13px;font-size:13px;font-weight:600;line-height:1.45}.fb-wait{border-radius:var(--r-control);background:var(--warn-wash);color:var(--warn);margin:0;padding:10px 13px;font-size:13px;font-weight:600;line-height:1.45}.fb-wait strong{font-variant-numeric:tabular-nums}.fb-send{background:var(--ink);min-height:50px;color:var(--surface);font:600 15px/1 var(--sans);cursor:pointer;border:0;border-radius:999px;transition:opacity .14s}.fb-send:disabled{cursor:not-allowed;opacity:.45}.fb-send:focus-visible{outline:2px solid var(--hero);outline-offset:2px}.fb-done{text-align:center;justify-items:center;gap:14px;padding:20px 24px 24px;display:grid}.fb-done>p{max-width:30em;color:var(--muted-strong);font-size:var(--t-small);margin:0;line-height:1.5}.fb-done-mark{background:var(--ok-wash);fill:none;width:52px;height:52px;stroke:var(--ok);stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;border-radius:50%;padding:12px}.fb-done .fb-send{justify-self:stretch}.fb-reference{border:1px solid var(--hairline);border-radius:var(--r-control);background:var(--surface-2);cursor:pointer;align-items:center;gap:10px;padding:8px 8px 8px 14px;display:inline-flex}.fb-reference code{font:600 15px/1 var(--mono);color:var(--ink)}.fb-reference span{background:var(--surface);color:var(--muted-strong);border-radius:8px;padding:5px 9px;font-size:12px;font-weight:600}.fb-honeypot,.fb-visually-hidden{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;overflow:hidden;position:absolute!important}@media (max-width:600px){.fb-launcher{right:14px;bottom:calc(14px + env(safe-area-inset-bottom));justify-content:center;width:44px;padding:0}.fb-launcher span{display:none}.fb-dialog{border-radius:var(--r-panel) var(--r-panel) 0 0;width:100%;max-width:100%;max-height:92dvh;margin:auto 0 0}.fb-form,.fb-done{padding-bottom:calc(20px + env(safe-area-inset-bottom))}.fb-types{grid-template-columns:repeat(2,minmax(0,1fr))}.fb-type{text-align:left;grid-template-columns:auto 1fr;place-items:center start;padding:12px;font-size:14px}}@media (prefers-reduced-motion:reduce){.fb-launcher,.fb-type,.fb-send{transition:none}}.fb-toast-report{color:inherit;font:600 12px/1.2 var(--sans);cursor:pointer;opacity:.9;background:0 0;border:1px solid;border-radius:999px;margin-left:10px;padding:4px 10px}.fb-toast-report:hover{opacity:1}
@font-face{font-family:Manrope;font-style:normal;font-weight:300;font-display:swap;src:url(../media/a342834df7752944-s.1ypl14jhz9yyw.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-weight:300;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.2g9li78_0_it5.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:300;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.00u3xrku2lqty.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-weight:300;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.2vepgg3wcdr2q.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-weight:300;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.2ttjmmx-9gnz1.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-weight:300;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.3259ncl47-hqj.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/a342834df7752944-s.1ypl14jhz9yyw.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.2g9li78_0_it5.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.00u3xrku2lqty.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.2vepgg3wcdr2q.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.2ttjmmx-9gnz1.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.3259ncl47-hqj.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/a342834df7752944-s.1ypl14jhz9yyw.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.2g9li78_0_it5.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.00u3xrku2lqty.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.2vepgg3wcdr2q.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.2ttjmmx-9gnz1.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.3259ncl47-hqj.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/a342834df7752944-s.1ypl14jhz9yyw.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.2g9li78_0_it5.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.00u3xrku2lqty.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.2vepgg3wcdr2q.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.2ttjmmx-9gnz1.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.3259ncl47-hqj.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(../media/a342834df7752944-s.1ypl14jhz9yyw.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.2g9li78_0_it5.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.00u3xrku2lqty.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.2vepgg3wcdr2q.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.2ttjmmx-9gnz1.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.3259ncl47-hqj.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(../media/a342834df7752944-s.1ypl14jhz9yyw.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.2g9li78_0_it5.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.00u3xrku2lqty.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.2vepgg3wcdr2q.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.2ttjmmx-9gnz1.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.3259ncl47-hqj.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope Fallback;src:local(Arial);ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.0%;size-adjust:103.19%}.manrope_db88dd80-module__-woKUq__className{font-family:Manrope,Manrope Fallback;font-style:normal}.manrope_db88dd80-module__-woKUq__variable{--font-studio:"Manrope", "Manrope Fallback"}
