:root{--background:0 0% 100%;--foreground:216 12% 12%;--muted:220 16% 96%;--muted-foreground:214 9% 42%;--accent:220 14% 93%;--border:216 16% 90%;--border-strong:216 12% 80%;--ring:216 9% 22%;--primary:47 100% 52%;--primary-foreground:216 14% 11%;--secondary:220 16% 96%;--destructive:0 84% 47%;--gpd-yellow:#FFCA08;--gpd-yellow-hover:#EDB900;--gpd-yellow-active:#C99400;--gpd-yellow-soft:#FFF0BF;--gpd-yellow-wash:#FFFBEB;--gpd-charcoal:#232629;--gpd-charcoal-raised:#2E3236;--gpd-steel:#727882;--gpd-link:#1257B0;--gpd-link-hover:#0C3F86;--success:#16A34A;--success-soft:#DCFCE7;--success-ink:#15803D;--warning:#D97706;--warning-soft:#FEF3C7;--warning-ink:#92400E;--danger:#DC2626;--danger-soft:#FEE2E2;--danger-ink:#B91C1C;--info:#2563EB;--info-soft:#DBEAFE;--info-ink:#1D4ED8;--font-display:var(--font-space-grotesk),"Space Grotesk","Manrope",system-ui,sans-serif;--font-sans:var(--font-manrope),"Manrope",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;--font-mono:"Roboto Mono",ui-monospace,"SF Mono",Menlo,Consolas,monospace;--ease-out:cubic-bezier(.16,.84,.36,1);--ease-spring:cubic-bezier(.2,.9,.25,1.15);--sh-sm:0 1px 2px rgb(16 24 40/.06),0 1px 3px rgb(16 24 40/.07);--sh-md:0 6px 16px -6px rgb(16 24 40/.16),0 2px 6px -2px rgb(16 24 40/.08);--sh-lg:0 18px 40px -14px rgb(16 24 40/.24),0 6px 14px -8px rgb(16 24 40/.12)}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);font-size:16px;line-height:1.5;color:hsl(var(--foreground));background:hsl(var(--background));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:block;max-width:100%}h1,h2,h3{margin:0;font-family:var(--font-display);font-weight:700;letter-spacing:-.02em;line-height:1.14}p{margin:0}a{color:var(--gpd-link);text-decoration:none}a:hover{color:var(--gpd-link-hover)}:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.ic{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:none}.wrap{width:100%;max-width:1120px;margin:0 auto;padding:0 24px}.eyebrow{font-family:var(--font-display);font-size:13px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--gpd-steel)}.sr-hp{position:absolute!important;left:-9999px!important;top:auto!important;width:1px;height:1px;overflow:hidden}@keyframes spin{to{transform:rotate(1turn)}}@keyframes heroIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes floatGlow{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-26px,24px) scale(1.08)}}@keyframes floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}@keyframes stepIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes revealUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:none}}@keyframes popIn{0%{transform:scale(.96)}60%{transform:scale(1.02)}to{transform:scale(1)}}@keyframes checkPop{0%{transform:scale(0) rotate(-25deg);opacity:0}to{transform:scale(1) rotate(0);opacity:1}}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}@keyframes shimmer{to{left:130%}}@keyframes badgePop{0%{transform:scale(0);opacity:0}60%{transform:scale(1.12)}to{transform:scale(1)}}@keyframes ringPulse{0%{transform:scale(.85);opacity:.55}to{transform:scale(1.55);opacity:0}}.btn{position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;gap:9px;height:48px;padding:0 22px;font:inherit;font-size:16px;font-weight:700;line-height:1;border:1px solid transparent;border-radius:11px;cursor:pointer;text-decoration:none;white-space:nowrap;transition:transform .18s var(--ease-out),box-shadow .2s var(--ease-out),background-color .15s,border-color .15s,color .15s}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.btn .ic{width:19px;height:19px;transition:transform .2s var(--ease-out)}.btn:hover:not(:disabled){transform:translateY(-2px)}.btn:active:not(:disabled){transform:translateY(0)}.btn-primary{background:linear-gradient(180deg,#FFD64A,#FFCA08);color:hsl(var(--primary-foreground));box-shadow:0 2px 6px -1px hsl(45 100% 42%/.4)}.btn-primary:hover:not(:disabled){background:linear-gradient(180deg,#FFCF2A,#F1BE00);box-shadow:0 10px 22px -6px hsl(45 100% 46%/.6)}.btn-primary:active:not(:disabled){background:linear-gradient(180deg,#F1BE00,#D9A800)}.btn-primary:after{content:"";position:absolute;top:0;left:-130%;width:55%;height:100%;background:linear-gradient(100deg,transparent,hsl(0 0% 100%/.55),transparent);transform:skewX(-18deg);pointer-events:none}.btn-primary:hover:not(:disabled):after{animation:shimmer .85s var(--ease-out)}.btn-secondary{background:hsl(var(--secondary));color:hsl(var(--foreground))}.btn-secondary:hover:not(:disabled){background:hsl(var(--accent))}.btn-outline{background:hsl(var(--background));color:hsl(var(--foreground));border-color:hsl(var(--border-strong))}.btn-outline:hover:not(:disabled){background:hsl(var(--accent));border-color:hsl(var(--foreground)/.4)}.btn-ghost{background:transparent;color:hsl(var(--foreground))}.btn-ghost:hover:not(:disabled){background:hsl(var(--accent))}.btn-onDark{background:hsl(0 0% 100%/.07);color:#fff;border-color:hsl(0 0% 100%/.45);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.btn-onDark:hover{background:hsl(0 0% 100%/.16);border-color:hsl(0 0% 100%/.7)}.btn-lg{height:56px;padding:0 32px;font-size:17px;border-radius:12px}.btn-block{width:100%}.btn-link{background:none;border:0;height:auto;padding:2px 0;font:inherit;font-size:15px;font-weight:600;color:hsl(var(--foreground));text-decoration:underline;text-underline-offset:3px;cursor:pointer;overflow:visible}.btn-link:hover:not(:disabled){color:var(--gpd-link);transform:none}.spinner{width:16px;height:16px;border:2px solid;border-right:2px solid transparent;border-radius:50%;animation:spin .7s linear infinite}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:hsl(0 0% 100%/.82);backdrop-filter:blur(12px) saturate(1.4);-webkit-backdrop-filter:blur(12px) saturate(1.4);border-bottom:1px solid hsl(var(--border));box-shadow:0 10px 30px -24px rgb(16 24 40/.5)}.site-header .bar{display:flex;align-items:center;gap:16px;flex-wrap:wrap;min-height:90px;padding:14px 24px}.site-header .brand{display:inline-flex;align-items:center;gap:14px;text-decoration:none}.site-header .brand-mark{height:54px;width:auto;display:block}.site-header .brand-lockup{display:flex;flex-direction:column;line-height:1.18}.site-header .brand-lockup b{font-family:var(--font-display);font-weight:700;font-size:18px;letter-spacing:-.01em;color:var(--gpd-charcoal);white-space:nowrap}.site-header .brand-lockup i{font-style:normal;font-size:13px;font-weight:600;color:hsl(var(--muted-foreground));white-space:nowrap}@media(max-width:560px){.site-header .brand{gap:11px}.site-header .brand-mark{height:46px}.site-header .brand-lockup{display:none}}.site-header .sp{flex:1 1 auto}.hphone{display:inline-flex;align-items:center;gap:9px;font-weight:700;font-size:16px;text-decoration:none;padding:6px 10px;border-radius:9px;transition:background .15s,color .15s}.hphone,.hphone:hover{color:hsl(var(--foreground))}.hphone:hover{background:hsl(var(--muted))}.hphone .ic{color:var(--gpd-charcoal)}.hphone small{display:block;font-size:12px;font-weight:600;color:hsl(var(--muted-foreground));letter-spacing:.02em}.hero{position:relative;overflow:hidden;background:radial-gradient(130% 120% at 92% 0,#31353a 0,#232629 52%,#1b1d20 100%);color:#fff}.hero:before{inset:0;background-image:radial-gradient(hsl(0 0% 100%/.055) 1px,transparent 1.4px);background-size:24px 24px;-webkit-mask-image:linear-gradient(180deg,#000,transparent 82%);mask-image:linear-gradient(180deg,#000,transparent 82%);opacity:.6}.hero:after,.hero:before{content:"";position:absolute;pointer-events:none}.hero:after{right:-140px;top:-160px;width:560px;height:560px;border-radius:50%;background:radial-gradient(circle at center,hsl(var(--primary)/.28),transparent 62%);animation:floatGlow 16s ease-in-out infinite}.hero .wrap{position:relative;z-index:1;padding:76px 24px 84px}.hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);grid-gap:52px;gap:52px;align-items:center}@media(max-width:900px){.hero-grid{grid-template-columns:1fr;gap:44px}}.hero .eyebrow{color:var(--gpd-yellow);display:inline-flex;align-items:center;gap:9px;animation:heroIn .6s var(--ease-out) both}.hero .eyebrow:before{content:"";width:26px;height:2px;background:var(--gpd-yellow);border-radius:2px}.hero h1{color:#fff;font-size:clamp(32px,5vw,52px);font-weight:700;letter-spacing:-.03em;margin:16px 0 0;max-width:18ch;animation:heroIn .6s var(--ease-out) .08s both}.hero .sub{color:hsl(220 13% 84%);font-size:clamp(17px,2.2vw,20px);line-height:1.55;margin-top:18px;max-width:48ch;animation:heroIn .6s var(--ease-out) .16s both}.hero .cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px;animation:heroIn .6s var(--ease-out) .24s both}.hero .note{display:flex;align-items:flex-start;gap:10px;width:-moz-fit-content;width:fit-content;max-width:52ch;margin-top:24px;color:hsl(220 12% 83%);font-size:15px;font-weight:600;line-height:1.5;background:hsl(0 0% 100%/.06);border:1px solid hsl(0 0% 100%/.13);padding:12px 18px;border-radius:14px;animation:heroIn .6s var(--ease-out) .32s both}.hero .note .ic{color:var(--gpd-yellow);flex:none;width:18px;height:18px;margin-top:2px}@media(max-width:560px){.hero .note{border-radius:13px}}.hero-visual{position:relative;animation:heroIn .7s var(--ease-out) .3s both}@media(max-width:900px){.hero-visual{max-width:520px;margin:0 auto;width:100%}}.hero-photo{position:relative;aspect-ratio:4/3;border-radius:20px;overflow:hidden;border:1px solid hsl(0 0% 100%/.14);background:repeating-linear-gradient(135deg,hsl(0 0% 100%/.05) 0 15px,hsl(0 0% 100%/.015) 15px 30px),radial-gradient(120% 110% at 28% 18%,#3b4046,#25282c);box-shadow:0 34px 66px -30px rgb(0 0 0/.72)}.hero-photo-tag{position:absolute;left:16px;bottom:16px;font-family:var(--font-mono);font-size:12px;letter-spacing:.01em;color:hsl(0 0% 100%/.62);background:hsl(0 0% 0%/.34);border:1px solid hsl(0 0% 100%/.12);padding:6px 11px;border-radius:8px}.hero-card{position:absolute;display:flex;gap:12px;align-items:center;background:hsl(216 14% 14%/.62);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid hsl(0 0% 100%/.16);border-radius:15px;padding:13px 16px;box-shadow:0 20px 42px -18px rgb(0 0 0/.68);max-width:256px}.hero-card b{display:block;font-family:var(--font-display);font-size:15px;font-weight:600;color:#fff}.hero-card small{display:block;font-size:12.5px;color:hsl(220 13% 82%);line-height:1.35;margin-top:2px}.hero-card-ic{width:40px;height:40px;border-radius:11px;background:var(--gpd-yellow);color:var(--gpd-charcoal);display:grid;place-items:center;flex:none}.hero-card-ic .ic{width:21px;height:21px}.hero-card-a{left:-12px;top:24px;animation:floatCard 6s ease-in-out infinite}.hero-card-b{right:-12px;bottom:28px;animation:floatCard 6s ease-in-out .9s infinite}@media(max-width:900px){.hero-card-a{left:0}.hero-card-b{right:0}}@media(max-width:560px){.hero-card{position:static;max-width:none;margin-top:12px;animation:none}.hero-photo{aspect-ratio:16/10}}.section{padding:76px 0}.section-head{max-width:60ch;margin-bottom:40px}.section-head h2{font-size:clamp(26px,3.6vw,36px);font-weight:700;letter-spacing:-.03em}.section-head p{color:hsl(var(--muted-foreground));font-size:17px;line-height:1.55;margin-top:10px}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:20px;gap:20px}.benefit{position:relative;overflow:hidden;display:flex;flex-direction:column;gap:16px;padding:26px 26px 28px;border:1px solid hsl(var(--border));border-radius:18px;background:linear-gradient(180deg,#fff,hsl(220 24% 99%));box-shadow:var(--sh-sm);transition:transform .26s var(--ease-out),box-shadow .26s var(--ease-out),border-color .26s}.benefit:before{content:"";position:absolute;left:0;top:0;height:4px;width:100%;background:linear-gradient(90deg,var(--gpd-yellow),#FFD64A);transform:scaleX(0);transform-origin:left;transition:transform .34s var(--ease-out)}.benefit:hover{transform:translateY(-6px);box-shadow:var(--sh-lg);border-color:var(--gpd-yellow-soft)}.benefit:hover:before{transform:scaleX(1)}.benefit .icw{width:54px;height:54px;border-radius:15px;background:var(--gpd-yellow-soft);color:var(--gpd-yellow-active);display:grid;place-items:center;flex:none;transition:background .26s var(--ease-out),color .26s,transform .26s var(--ease-spring)}.benefit .icw .ic{width:25px;height:25px}.benefit:hover .icw{background:var(--gpd-yellow);color:var(--gpd-charcoal);transform:rotate(-6deg) scale(1.08)}.benefit h3{font-size:18px;font-weight:600;margin-bottom:6px;letter-spacing:-.01em}.benefit p{font-size:15px;color:hsl(var(--muted-foreground));line-height:1.5}.whyblock{position:relative;overflow:hidden;background:radial-gradient(130% 150% at 100% 0,#31363c,#212429);color:#fff;border:1px solid hsl(216 10% 27%);border-left:5px solid var(--gpd-yellow);border-radius:20px;padding:38px 40px;display:flex;gap:22px;align-items:flex-start;box-shadow:var(--sh-lg)}.whyblock:after{content:"";position:absolute;right:-70px;top:-70px;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,hsl(45 100% 52%/.22),transparent 66%);pointer-events:none}.whyblock .icw{position:relative;z-index:1;width:50px;height:50px;border-radius:14px;background:var(--gpd-yellow);color:var(--gpd-charcoal);display:grid;place-items:center;flex:none;box-shadow:0 8px 18px -6px hsl(45 100% 40%/.6)}.whyblock .icw .ic{width:26px;height:26px}.whyblock h2{font-size:23px;font-weight:600;margin-bottom:12px;color:#fff}.whyblock p{font-size:16px;line-height:1.65;color:hsl(220 13% 83%);max-width:78ch;position:relative;z-index:1}.process{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}@media(max-width:820px){.process{grid-template-columns:1fr 1fr;gap:22px}}@media(max-width:520px){.process{grid-template-columns:1fr}}.pstep{position:relative;background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:18px;padding:24px 22px 26px;box-shadow:var(--sh-sm);transition:transform .26s var(--ease-out),box-shadow .26s var(--ease-out),border-color .26s}.pstep:hover{transform:translateY(-6px);box-shadow:var(--sh-lg);border-color:var(--gpd-yellow-soft)}.pstep-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.pstep-num{position:relative;z-index:1;width:52px;height:52px;border-radius:15px;background:linear-gradient(135deg,#31353a,#232629);color:#fff;font-family:var(--font-display);font-weight:600;font-size:21px;display:grid;place-items:center;box-shadow:0 8px 16px -8px rgb(16 24 40/.6)}.pstep-num:after{content:"";position:absolute;inset:0;border-radius:15px;border:1px solid hsl(0 0% 100%/.12)}.pstep-ic{width:44px;height:44px;border-radius:12px;background:var(--gpd-yellow-soft);color:var(--gpd-yellow-active);display:grid;place-items:center;transition:background .26s var(--ease-out),color .26s,transform .26s var(--ease-spring)}.pstep:hover .pstep-ic{background:var(--gpd-yellow);color:var(--gpd-charcoal);transform:rotate(-6deg) scale(1.08)}.pstep-ic .ic{width:22px;height:22px}.pstep h3{font-size:17px;font-weight:600;letter-spacing:-.01em;margin-bottom:6px}.pstep p{font-size:15px;color:hsl(var(--muted-foreground));line-height:1.5}@media(min-width:821px){.pstep:not(:last-child):after{content:"";position:absolute;top:50px;left:calc(100% + 1px);width:18px;height:3px;transform:translateY(-50%);background:repeating-linear-gradient(90deg,var(--gpd-yellow) 0 6px,transparent 6px 11px);z-index:0}}.form-section{background:linear-gradient(180deg,hsl(220 16% 97%),hsl(220 18% 93%));padding:76px 0;scroll-margin-top:96px}.form-wrap{max-width:780px;margin:0 auto;padding:0 24px}.panel{position:relative;background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:22px;box-shadow:var(--sh-lg);padding:40px}@media(max-width:560px){.panel{padding:22px;border-radius:16px}.form-section,.section{padding:48px 0}.hero .wrap{padding:52px 24px 58px}}.progress .step-of{display:inline-block;white-space:nowrap;font-family:var(--font-display);font-size:12.5px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gpd-yellow-active);background:var(--gpd-yellow-wash);border:1px solid var(--gpd-yellow-soft);padding:5px 12px;border-radius:9999px}.progress h2{font-size:29px;font-weight:700;letter-spacing:-.025em;margin-top:12px}.progress .sub{color:hsl(var(--muted-foreground));font-size:16px;line-height:1.5;margin-top:8px}.pbar{display:flex;gap:7px;margin-top:22px}.pbar span{position:relative;height:8px;flex:1 1;border-radius:9999px;background:hsl(var(--border));overflow:hidden;transition:background .3s}.pbar span.on{background:linear-gradient(90deg,var(--gpd-yellow),#FFD64A);box-shadow:0 2px 8px -2px hsl(45 100% 46%/.7)}.divide{height:1px;background:linear-gradient(90deg,transparent,hsl(var(--border)),transparent);border:0;margin:28px 0}.field{margin-bottom:22px}.field:last-child{margin-bottom:0}.field .field{margin:0}.two .field{margin-bottom:0;display:flex;flex-direction:column}.two .field>.input,.two .field>.select,.two .field>.stepper{margin-top:auto}.label{display:block;font-size:16px;font-weight:700;margin-bottom:7px;letter-spacing:-.005em}.label .req{color:var(--gpd-charcoal);margin-left:3px;font-weight:800}.why{display:block;margin:0 0 12px;color:var(--gpd-steel);font-size:14px;line-height:1.45;font-weight:500}.input,.select,.textarea{width:100%;height:50px;padding:0 14px;font:inherit;font-size:16px;color:hsl(var(--foreground));background:hsl(var(--background));border:1px solid hsl(var(--border-strong));border-radius:10px;transition:border-color .16s,box-shadow .16s,background-color .16s;outline:none}.textarea{height:auto;min-height:112px;padding:12px 14px;line-height:1.5;resize:vertical}.input::placeholder,.textarea::placeholder{color:hsl(var(--muted-foreground))}.input:hover,.select:hover,.textarea:hover{border-color:hsl(var(--foreground)/.4)}.input:focus,.select:focus,.textarea:focus{border-color:var(--gpd-yellow);background-color:var(--gpd-yellow-wash);box-shadow:0 0 0 4px hsl(var(--primary)/.28)}.input.err,.select.err{border-color:hsl(var(--destructive))!important;background-color:var(--danger-soft)!important;box-shadow:0 0 0 4px hsl(var(--destructive)/.16)!important}.select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:38px;cursor:pointer;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7177' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");background-repeat:no-repeat;background-position:right 12px center}.note{font-size:14px;color:hsl(var(--muted-foreground));margin-top:8px;line-height:1.45}.note a{color:var(--gpd-link);text-decoration:underline;text-underline-offset:2px;font-weight:700}.note a:hover{color:var(--gpd-link-hover)}.ferr{display:none;font-size:14px;color:hsl(var(--danger-ink));margin-top:8px;font-weight:700}.ferr.show{display:block;animation:slideDown .3s var(--ease-out)}.ico-row{display:flex;gap:10px;align-items:stretch}.ico-row .input{flex:1 1;font-family:var(--font-mono);letter-spacing:.06em}.ico-row .btn{flex:none}@media(max-width:540px){.ico-row{flex-direction:column}.ico-row .btn{width:100%}}.alert{display:flex;gap:11px;align-items:flex-start;padding:13px 16px;border-radius:11px;font-size:15px;line-height:1.5;margin-top:12px;border:1px solid transparent;animation:slideDown .35s var(--ease-out)}.alert .ic{width:18px;height:18px;margin-top:1px}.alert-success{background:var(--success-soft);color:var(--success-ink);border-color:hsl(142 55% 76%)}.alert-warning{background:var(--warning-soft);color:var(--warning-ink);border-color:hsl(42 90% 74%)}.alert-danger{background:var(--danger-soft);color:var(--danger-ink);border-color:hsl(0 80% 83%)}.alert-info{background:var(--info-soft);color:var(--info-ink);border-color:hsl(217 85% 83%)}.alert b{font-weight:800}.tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:13px;gap:13px}.tile{position:relative;display:flex;flex-direction:column;gap:8px;padding:18px;border:1px solid hsl(var(--border-strong));border-radius:15px;cursor:pointer;background:hsl(var(--background));box-shadow:var(--sh-sm);transition:transform .2s var(--ease-out),border-color .2s,box-shadow .2s,background .2s}.tile:hover{transform:translateY(-4px);border-color:hsl(var(--foreground)/.35);box-shadow:var(--sh-md)}.tile input{position:absolute;opacity:0;width:1px;height:1px;margin:0}.tile .ic{width:28px;height:28px;color:var(--gpd-charcoal);transition:transform .2s var(--ease-spring),color .2s}.tile:hover .ic{transform:scale(1.12)}.tile .t{font-weight:700;font-size:16px}.tile .d{font-size:14px;color:hsl(var(--muted-foreground));line-height:1.4}.tile.sel{border-color:var(--gpd-yellow);border-width:2px;padding:17px;background:var(--gpd-yellow-wash);box-shadow:0 10px 24px -10px hsl(45 100% 45%/.5);animation:popIn .3s var(--ease-spring)}.tile.sel .ic{color:var(--gpd-yellow-active);transform:scale(1.12)}.tile:has(input:focus-visible){outline:2px solid hsl(var(--ring));outline-offset:2px}.tile .chk{position:absolute;top:12px;right:12px;width:24px;height:24px;border-radius:50%;background:var(--gpd-yellow);color:var(--primary-foreground);display:none;align-items:center;justify-content:center;box-shadow:0 2px 6px -1px hsl(45 100% 40%/.7)}.tile.sel .chk{display:flex;animation:checkPop .35s var(--ease-spring)}.tile.sel .chk .ic{width:15px;height:15px;color:var(--primary-foreground);transform:none}.chips{display:flex;flex-wrap:wrap;gap:10px}.chip{display:inline-flex;align-items:center;gap:7px;height:44px;padding:0 17px;font:inherit;font-size:15px;font-weight:600;border:1px solid hsl(var(--border-strong));border-radius:9999px;background:hsl(var(--background));color:hsl(var(--foreground));cursor:pointer;box-shadow:var(--sh-sm);transition:transform .16s var(--ease-out),border-color .16s,background .16s,box-shadow .16s}.chip:hover{transform:translateY(-2px);border-color:hsl(var(--foreground)/.4);box-shadow:var(--sh-md)}.chip:active{transform:translateY(0)}.chip .ic{width:15px;height:15px;display:none;color:var(--gpd-yellow-active)}.chip[aria-pressed=true]{background:var(--gpd-yellow-wash);border-color:var(--gpd-yellow);border-width:2px;padding:0 16px;animation:popIn .25s var(--ease-spring)}.chip[aria-pressed=true] .ic{display:block}.stepper{display:inline-flex;align-items:stretch;height:50px;border:1px solid hsl(var(--border-strong));border-radius:11px;overflow:hidden;width:-moz-fit-content;width:fit-content;box-shadow:var(--sh-sm);background:hsl(var(--background))}.stepper button{width:50px;border:0;background:hsl(var(--muted));color:hsl(var(--foreground));cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.stepper button:hover{background:var(--gpd-yellow);color:var(--primary-foreground)}.stepper button:active{background:var(--gpd-yellow-active)}.stepper button .ic{width:18px;height:18px}.stepper input{width:72px;border:0;border-left:1px solid hsl(var(--border));border-right:1px solid hsl(var(--border));text-align:center;font:inherit;font-size:17px;font-weight:700;outline:none;color:hsl(var(--foreground));font-feature-settings:"tnum";font-variant-numeric:tabular-nums;background:hsl(var(--background))}.share-val{display:inline-flex;align-items:baseline;gap:6px;font-family:var(--font-display);font-weight:600;font-size:22px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--gpd-yellow-active)}.share-val .muted{font-family:var(--font-sans);font-size:16px;font-weight:600;color:hsl(var(--muted-foreground))}.range{width:100%;height:30px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;margin:8px 0}.range::-webkit-slider-runnable-track{height:10px;border-radius:9999px;background:hsl(var(--muted));border:1px solid hsl(var(--border))}.range::-moz-range-track{height:10px;border-radius:9999px;background:hsl(var(--muted));border:1px solid hsl(var(--border))}.range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:28px;height:28px;margin-top:-10px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#fff 0,#fff 38%,#FFE79A 39%,var(--gpd-yellow) 100%);border:2px solid var(--gpd-charcoal);box-shadow:0 3px 8px -2px rgb(16 24 40/.35);cursor:pointer;-webkit-transition:box-shadow .15s;transition:box-shadow .15s}.range::-moz-range-thumb{width:26px;height:26px;border-radius:50%;background:var(--gpd-yellow);border:2px solid var(--gpd-charcoal);box-shadow:0 3px 8px -2px rgb(16 24 40/.35);cursor:pointer}.range:focus-visible{outline:none}.range:focus-visible::-webkit-slider-thumb{box-shadow:0 0 0 5px hsl(var(--primary)/.4)}.range:focus-visible::-moz-range-thumb{box-shadow:0 0 0 5px hsl(var(--primary)/.4)}.share-ends{display:flex;justify-content:space-between;gap:10px;font-size:14px;color:hsl(var(--muted-foreground));margin-top:4px}.two{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}@media(max-width:560px){.two{grid-template-columns:1fr}}.check-row{display:flex;align-items:flex-start;gap:12px;cursor:pointer;font-size:16px;line-height:1.5;padding:14px 16px;border:1px solid hsl(var(--border));border-radius:12px;background:hsl(var(--muted)/.5);transition:border-color .15s,background .15s}.check-row:hover{border-color:hsl(var(--border-strong));background:hsl(var(--muted))}.check-row input{width:22px;height:22px;margin:1px 0 0;accent-color:var(--gpd-yellow);cursor:pointer;flex:none}.step-nav{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:32px;padding-top:26px;border-top:1px solid hsl(var(--border))}.step-nav .sp{flex:1 1 auto}@media(max-width:480px){.step-nav .btn{flex:1 1 auto}}.recap{border:1px solid hsl(var(--border));border-radius:15px;overflow:hidden;margin-bottom:20px;box-shadow:var(--sh-sm)}.recap-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 18px;background:linear-gradient(180deg,hsl(var(--muted)),hsl(var(--muted)/.6));border-bottom:1px solid hsl(var(--border))}.recap-head h3{font-size:15px;font-weight:700}.recap-body{padding:6px 18px}.rrow{display:flex;gap:14px;padding:11px 0;border-bottom:1px solid hsl(var(--border));font-size:15px}.rrow:last-child{border-bottom:0}.rrow .k{flex:0 0 40%;color:hsl(var(--muted-foreground));font-weight:600}.rrow .v{flex:1 1;font-weight:700;word-break:break-word}.rempty{padding:14px 18px;color:hsl(var(--muted-foreground));font-size:15px;font-style:italic}.msgprev{background:hsl(var(--muted)/.55);border:1px dashed hsl(var(--border-strong));border-radius:10px;padding:14px 16px;font-size:15px;line-height:1.55;white-space:pre-wrap;color:hsl(var(--foreground));min-height:20px}.msgprev.empty{font-style:italic}.gdpr,.msgprev.empty{color:hsl(var(--muted-foreground))}.gdpr{font-size:13.5px;line-height:1.55;margin:20px 0}.gdpr a{color:var(--gpd-link);font-weight:700;text-decoration:underline;text-underline-offset:2px}.gdpr a:hover{color:var(--gpd-link-hover)}.timeline{display:flex;flex-direction:column;gap:0;margin:8px 0 4px}.tl{display:flex;gap:15px}.tl .rail{display:flex;flex-direction:column;align-items:center}.tl .dot{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#31353a,#232629);color:#fff;font-family:var(--font-display);font-weight:600;font-size:14px;display:grid;place-items:center;flex:none;box-shadow:0 4px 10px -4px rgb(16 24 40/.5)}.tl .line{width:2px;flex:1 1;background:linear-gradient(180deg,hsl(var(--border-strong)),hsl(var(--border)));min-height:16px}.tl:last-child .line{display:none}.tl .body{padding:5px 0 22px}.tl:last-child .body{padding-bottom:2px}.tl .body p{font-size:15px;line-height:1.5}.success{text-align:center;padding:12px 4px}.success .badge-ic{position:relative;width:80px;height:80px;border-radius:50%;background:radial-gradient(circle at 50% 40%,#fff,var(--success-soft));color:var(--success-ink);display:grid;place-items:center;margin:0 auto 20px;box-shadow:0 10px 24px -8px hsl(142 70% 40%/.5);animation:badgePop .55s var(--ease-spring)}.success .badge-ic .ic{width:40px;height:40px;stroke-width:2.6;animation:checkPop .5s var(--ease-spring) .12s both}.success .badge-ic:before{content:"";position:absolute;inset:-8px;border-radius:50%;border:2px solid var(--success);opacity:0;animation:ringPulse 1.8s ease-out .4s infinite}.success h2{font-size:30px;font-weight:700;letter-spacing:-.02em}.success .lede{color:hsl(var(--muted-foreground));font-size:17px;line-height:1.6;margin:12px auto 0;max-width:50ch}.success .tl-wrap{text-align:left;max-width:520px;margin:30px auto 0;padding:28px;border:1px solid hsl(var(--border));border-radius:18px;background:linear-gradient(180deg,hsl(var(--background)),hsl(var(--muted)/.5));box-shadow:var(--sh-sm)}.success .tl-wrap h3{font-family:var(--font-display);font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--gpd-steel);margin-bottom:16px}.success .contact{margin-top:26px;font-size:16px;line-height:1.6}.success .contact a{color:var(--gpd-link);font-weight:700;text-decoration:underline;text-underline-offset:2px}.success .contact a:hover{color:var(--gpd-link-hover)}.success .badge-ic.info{background:radial-gradient(circle at 50% 40%,#fff,var(--info-soft));color:var(--info-ink);box-shadow:0 10px 24px -8px hsl(217 80% 50%/.45)}.success .badge-ic.info:before{border-color:var(--info);animation:ringPulse 2.6s ease-out .5s infinite}.success .badge-ic.info .ic{animation:badgePop .55s var(--ease-spring) both}.succ-mail{font-weight:800;word-break:break-word}.succ-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:center;margin-top:22px}.succ-hint{font-size:14px;color:hsl(var(--muted-foreground));margin-top:14px}.editmail{max-width:440px;margin:18px auto 0;text-align:left;border:1px solid hsl(var(--border));border-radius:14px;background:hsl(var(--muted)/.5);padding:16px 18px}.editmail .lbl{display:block;font-size:15px;font-weight:700;margin-bottom:6px}.editmail .row{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.btn-sm{height:44px;padding:0 16px;font-size:15px}.tl-head{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px}.tl-head b{font-family:var(--font-display);font-size:16px;font-weight:600}.tl .body .desc{font-size:14px;color:hsl(var(--muted-foreground));line-height:1.45;margin:4px 0 0}.tl .dot.active{background:var(--gpd-yellow);color:var(--primary-foreground)}.stchip{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:700;padding:4px 11px;border-radius:9999px;white-space:nowrap;line-height:1}.stchip .ic{width:13px;height:13px}.stchip .pdot{width:8px;height:8px;border-radius:50%;flex:none}.stchip-wait{background:var(--gpd-yellow-wash);color:var(--gpd-yellow-active);border:1px solid var(--gpd-yellow-soft)}.stchip-wait .pdot{background:var(--gpd-yellow);animation:waitPulse 1.6s ease-in-out infinite}.stchip-progress{background:var(--info-soft);color:var(--info-ink);border:1px solid hsl(217 85% 83%)}.stchip-progress .pdot{background:var(--info)}.stchip-done{background:var(--success-soft);color:var(--success-ink);border:1px solid hsl(142 55% 76%)}.stchip-locked{background:hsl(var(--muted));color:hsl(var(--muted-foreground));border:1px solid hsl(var(--border-strong))}@keyframes waitPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.6)}}@media(max-width:430px){.tl-head{flex-direction:column;align-items:flex-start;gap:6px}}.site-footer{background:var(--gpd-charcoal);color:hsl(220 13% 82%);font-size:15px;line-height:1.6;border-top:3px solid var(--gpd-yellow)}.site-footer .wrap{padding:44px 24px}.foot-escape{display:flex;align-items:flex-start;gap:12px;background:var(--gpd-charcoal-raised);border:1px solid hsl(216 9% 30%);border-radius:13px;padding:18px 20px;margin-bottom:24px;color:#fff;font-size:16px;line-height:1.5}.foot-escape .ic{color:var(--gpd-yellow);margin-top:2px;flex:none}.foot-escape a{color:var(--gpd-yellow);font-weight:800;text-decoration:none;white-space:nowrap}.foot-escape a:hover{text-decoration:underline}.foot-b2c{color:hsl(220 12% 74%);font-size:15px;line-height:1.55;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid hsl(216 9% 28%)}.foot-b2c a{color:var(--gpd-yellow);font-weight:700;text-decoration:none;white-space:nowrap;display:inline-flex;align-items:center;gap:5px}.foot-b2c a:hover{text-decoration:underline}.foot-b2c a .ic{width:15px;height:15px}.foot-id{color:hsl(220 10% 72%)}.foot-id a{color:#fff;text-decoration:none;font-weight:600}.foot-id a:hover{color:var(--gpd-yellow)}.foot-links{margin-top:12px}.foot-links a{color:#fff;text-decoration:underline;text-underline-offset:3px;font-weight:600}.foot-links a:hover{color:var(--gpd-yellow)}.step{animation:stepIn .42s var(--ease-out)}#pTitle:focus,#pTitle:focus-visible,#success:focus,#success:focus-visible{outline:none}html.js .no-js{display:none}@media (prefers-reduced-motion:no-preference){@supports (animation-timeline:view()){.benefits-grid,.process,.section-head{animation:revealUp .8s var(--ease-out) both;animation-timeline:view();animation-range:entry 0 cover 20%}}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}.wel{position:relative;overflow:hidden;background:radial-gradient(130% 120% at 92% 0,#31353a 0,#232629 55%,#1b1d20 100%);color:#fff}.wel:before{content:"";position:absolute;inset:0;background-image:radial-gradient(hsl(0 0% 100%/.055) 1px,transparent 1.4px);background-size:24px 24px;-webkit-mask-image:linear-gradient(180deg,#000,transparent 84%);mask-image:linear-gradient(180deg,#000,transparent 84%);opacity:.55;pointer-events:none}.wel .wrap{position:relative;z-index:1;padding:60px 24px 68px}.wel-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);grid-gap:44px;gap:44px;align-items:center}@media(max-width:900px){.wel-grid{grid-template-columns:1fr;gap:30px}}.wel .eyebrow{color:var(--gpd-yellow);display:inline-flex;align-items:center;gap:9px;animation:heroIn .6s var(--ease-out) both}.wel .eyebrow:before{content:"";width:26px;height:2px;background:var(--gpd-yellow);border-radius:2px}.wel h1{color:#fff;font-size:clamp(30px,4.6vw,46px);letter-spacing:-.03em;margin:14px 0 0;animation:heroIn .6s var(--ease-out) .08s both}.wel .sub{color:hsl(220 13% 84%);font-size:clamp(17px,2.1vw,20px);line-height:1.55;margin-top:16px;max-width:46ch;animation:heroIn .6s var(--ease-out) .16s both}.wel-card{background:hsl(216 14% 14%/.6);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid hsl(0 0% 100%/.16);border-radius:18px;padding:24px;box-shadow:0 24px 50px -20px rgb(0 0 0/.65);animation:heroIn .7s var(--ease-out) .24s both}.wel-card .approved{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-display);font-size:12.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--success-ink);background:var(--success-soft);border-radius:9999px;padding:6px 13px}.wel-card .approved .ic{width:15px;height:15px}.wel-card .row{display:flex;justify-content:space-between;gap:16px;align-items:baseline;border-top:1px solid hsl(0 0% 100%/.1);padding-top:13px;margin-top:13px}.wel-card .row:first-of-type{border-top:0;padding-top:0;margin-top:18px}.wel-card .k{color:hsl(220 12% 74%);font-size:14px}.wel-card .v{color:#fff;font-weight:700;font-size:16px;text-align:right}.blocktitle,.wel-card .v{font-family:var(--font-display)}.blocktitle{font-size:18px;font-weight:600;letter-spacing:-.01em;margin:0 0 4px}.blocklead{font-size:15px;line-height:1.5;margin-bottom:14px}.blocklead,.step-lead{color:hsl(var(--muted-foreground))}.step-lead{font-size:16px;line-height:1.55;margin:-6px 0 22px}.masked{font-family:var(--font-mono);font-weight:700;color:hsl(var(--foreground));white-space:nowrap}.codeboxes{display:flex;gap:10px;margin:4px 0 2px}.codebox{width:56px;height:66px;text-align:center;font-family:var(--font-display);font-size:28px;font-weight:600;color:hsl(var(--foreground));background:hsl(var(--background));border:1px solid hsl(var(--border-strong));border-radius:12px;outline:none;transition:border-color .15s,box-shadow .15s,background .15s;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.codebox:focus{background:var(--gpd-yellow-wash);box-shadow:0 0 0 4px hsl(var(--primary)/.28)}.codebox.filled,.codebox:focus{border-color:var(--gpd-yellow)}.codebox.err{border-color:hsl(var(--destructive));background:var(--danger-soft)}@media(max-width:480px){.codeboxes{gap:6px}.codebox{width:100%;height:58px;font-size:24px}}.resend{display:flex;align-items:center;gap:8px 18px;flex-wrap:wrap;margin-top:16px}.resend .btn-link .ic{width:15px;height:15px;margin-right:2px;vertical-align:-2px}.optrow{position:relative;display:flex;align-items:center;gap:14px;padding:16px 18px;border:1px solid hsl(var(--border-strong));border-radius:14px;background:hsl(var(--background));cursor:pointer;box-shadow:var(--sh-sm);transition:border-color .18s,background .18s,transform .18s var(--ease-out),box-shadow .18s;margin-bottom:12px}.optrow:last-child{margin-bottom:0}.optrow:hover{transform:translateY(-2px);box-shadow:var(--sh-md);border-color:hsl(var(--foreground)/.35)}.optrow input{position:absolute;opacity:0;width:1px;height:1px}.optrow .radio{width:22px;height:22px;border-radius:50%;border:2px solid hsl(var(--border-strong));flex:none;display:grid;place-items:center;transition:border-color .15s}.optrow .radio:after{content:"";width:11px;height:11px;border-radius:50%;background:var(--gpd-yellow);transform:scale(0);transition:transform .18s var(--ease-spring)}.optrow .avatar{width:44px;height:44px;border-radius:50%;background:var(--gpd-yellow-soft);color:var(--gpd-yellow-active);display:grid;place-items:center;font-family:var(--font-display);font-weight:600;font-size:15px;flex:none}.optrow .avatar .ic{width:22px;height:22px}.optrow .who{flex:1 1;min-width:0}.optrow .who b{display:block;font-size:16px;font-weight:700}.optrow .who span{font-size:14px;color:hsl(var(--muted-foreground))}.optrow.sel{border-color:var(--gpd-yellow);border-width:2px;padding:15px 17px;background:var(--gpd-yellow-wash)}.optrow.sel .radio{border-color:var(--gpd-yellow)}.optrow.sel .radio:after{transform:scale(1)}.optrow:has(input:focus-visible){outline:2px solid hsl(var(--ring));outline-offset:2px}.tiles.methods{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:16px}@media(max-width:720px){.tiles.methods{grid-template-columns:1fr}}.tiles.methods .tile{gap:10px}.tile .rec{position:absolute;top:-11px;left:16px;font-family:var(--font-display);font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--primary-foreground);background:var(--gpd-yellow);padding:4px 11px;border-radius:9999px;box-shadow:0 4px 10px -3px hsl(45 100% 40%/.7)}.tile .meta{margin-top:auto;padding-top:6px;font-size:12.5px;font-weight:600;color:var(--gpd-steel);display:inline-flex;align-items:center;gap:6px}.tile .meta .ic{width:14px;height:14px;color:var(--gpd-steel)}.method-links{display:flex;flex-wrap:wrap;gap:8px 24px;margin-top:18px}.method-links button{font:inherit;font-size:14.5px;font-weight:600;color:var(--gpd-link);text-decoration:underline;text-underline-offset:3px;background:none;border:0;cursor:pointer;padding:2px 0}.method-links button:hover{color:var(--gpd-link-hover)}.vbadge{display:inline-flex;align-items:center;gap:7px;font-size:13.5px;font-weight:700;color:var(--success-ink);background:var(--success-soft);border:1px solid hsl(142 55% 76%);border-radius:9999px;padding:6px 14px}.vbadge .ic{width:15px;height:15px}.databox{border:1px solid hsl(var(--border));border-radius:14px;background:hsl(var(--muted)/.5);padding:8px 18px;margin-top:14px}.databox .drow{display:flex;justify-content:space-between;gap:14px;padding:12px 0;font-size:15px;border-bottom:1px solid hsl(var(--border))}.databox .drow:last-child{border-bottom:0}.databox .drow .k{color:hsl(var(--muted-foreground))}.databox .drow .v{font-weight:700;font-family:var(--font-display)}.centerstate{text-align:center;padding:18px 4px}.bigspin{width:58px;height:58px;border:4px solid var(--info-soft);border-right-color:var(--info);border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 22px}.stat-ic{width:78px;height:78px;border-radius:50%;display:grid;place-items:center;margin:0 auto 20px;animation:badgePop .5s var(--ease-spring)}.stat-ic .ic{width:36px;height:36px;stroke-width:2.4}.stat-ic.info{background:var(--info-soft);color:var(--info-ink)}.stat-ic.warn{background:var(--warning-soft);color:var(--warning-ink)}.centerstate h2{font-size:26px;font-weight:700;letter-spacing:-.02em}.centerstate .lede{color:hsl(var(--muted-foreground));font-size:16px;line-height:1.6;margin:12px auto 0;max-width:54ch}.centerstate .actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:26px}.centerstate .note{margin-top:18px}.minblock{display:flex;gap:16px;align-items:flex-start;background:linear-gradient(135deg,#FFFDF4,#FFF3CC);border:1px solid var(--gpd-yellow-soft);border-left:5px solid var(--gpd-yellow);border-radius:16px;padding:22px 24px;box-shadow:0 12px 28px -18px hsl(45 100% 40%/.55);margin-bottom:20px}.minblock .icw{width:46px;height:46px;border-radius:12px;background:var(--gpd-yellow);color:var(--gpd-charcoal);display:grid;place-items:center;flex:none;box-shadow:0 6px 14px -5px hsl(45 100% 40%/.7)}.minblock h3{font-size:17px;font-weight:700;margin-bottom:6px}.minblock p{font-size:15px;line-height:1.55;color:hsl(216 12% 22%)}.tiplead{display:flex;gap:8px;align-items:flex-start;color:var(--gpd-steel);font-size:14px;line-height:1.45;font-weight:500;margin-bottom:14px}.tiplead .ic{width:16px;height:16px;margin-top:2px;flex:none}.docgrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}@media(max-width:560px){.docgrid{grid-template-columns:1fr}}.docshot{position:relative;aspect-ratio:1.586/1;border-radius:14px;border:2px dashed hsl(var(--border-strong));background:hsl(var(--muted)/.5);display:grid;place-items:center;cursor:pointer;overflow:hidden;text-align:center;transition:border-color .18s,background .18s}.docshot:hover{border-color:var(--gpd-yellow);background:var(--gpd-yellow-wash)}.docshot:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.docshot .inner{padding:16px;color:var(--gpd-steel)}.docshot .inner .ic{width:30px;height:30px;margin:0 auto 8px;color:var(--gpd-charcoal)}.docshot .inner b{display:block;font-size:15px;color:hsl(var(--foreground))}.docshot .inner span{font-size:13px}.docshot .taken{display:none;flex-direction:column;align-items:center;gap:6px;color:var(--success-ink);font-weight:700}.docshot .taken .ic{width:30px;height:30px}.docshot.captured{border-style:solid;border-color:var(--success);background:repeating-linear-gradient(135deg,hsl(142 42% 93%),hsl(142 42% 93%) 13px,hsl(142 38% 88%) 0,hsl(142 38% 88%) 26px);cursor:default}.docshot.captured .inner{display:none}.docshot.captured .taken{display:flex}.docshot .reshoot{position:absolute;bottom:10px;right:10px;display:none;align-items:center;gap:6px;font:inherit;font-size:13px;font-weight:700;color:hsl(var(--foreground));background:hsl(0 0% 100%/.92);border:1px solid hsl(var(--border-strong));border-radius:8px;padding:6px 10px;cursor:pointer}.docshot.captured .reshoot{display:inline-flex}.docshot .reshoot .ic{width:14px;height:14px}.altmethods{margin-top:16px}.summary-list{list-style:none;margin:0 0 10px;padding:0;display:grid;grid-gap:10px;gap:10px}.summary-list li{display:flex;gap:12px;align-items:flex-start;padding:14px 16px;border:1px solid hsl(var(--border));border-radius:12px;background:hsl(var(--muted)/.4)}.summary-list li .ic{width:20px;height:20px;color:var(--gpd-yellow-active);flex:none;margin-top:1px}.summary-list li b{font-weight:700}.summary-list li p{font-size:14.5px;color:hsl(var(--muted-foreground));margin-top:2px;line-height:1.45}.contract{border:1px solid hsl(var(--border));border-radius:14px;overflow:hidden;box-shadow:var(--sh-sm)}.contract-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 18px;background:linear-gradient(180deg,hsl(var(--muted)),hsl(var(--muted)/.6));border-bottom:1px solid hsl(var(--border))}.contract-head h3{font-size:15px;font-weight:700;display:inline-flex;align-items:center;gap:8px}.contract-head h3 .ic{width:17px;height:17px;color:var(--gpd-steel)}.contract-doc{max-height:340px;overflow-y:auto;padding:22px 24px;font-size:14.5px;line-height:1.62;color:hsl(216 12% 24%);background:hsl(var(--background));scroll-behavior:auto}.contract-doc h4{font-family:var(--font-display);font-size:15px;font-weight:600;color:hsl(var(--foreground));margin:18px 0 6px}.contract-doc h4:first-child{margin-top:0}.contract-doc p{margin-bottom:10px}.contract-doc .party{background:hsl(var(--muted)/.6);border:1px solid hsl(var(--border));border-radius:10px;padding:13px 15px;margin-bottom:14px;font-size:14px;line-height:1.55}.contract-doc .party b{font-family:var(--font-display)}.signblock{margin-top:22px;padding:22px;border:1px solid var(--gpd-yellow-soft);border-radius:16px;background:var(--gpd-yellow-wash)}.signblock .label{margin-bottom:4px}.pw-wrap{position:relative}.pw-wrap .input{padding-right:46px}.pw-eye{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:0;cursor:pointer;color:var(--gpd-steel);padding:7px;border-radius:8px;display:grid;place-items:center}.pw-eye:hover{color:hsl(var(--foreground));background:hsl(var(--muted))}.pw-eye .ic{width:19px;height:19px}.pwrules{list-style:none;margin:12px 0 0;padding:0;display:grid;grid-gap:8px;gap:8px}.pwrules li{display:flex;align-items:center;gap:9px;font-size:14.5px;color:hsl(var(--muted-foreground));transition:color .15s}.pwrules li .tick{width:20px;height:20px;border-radius:50%;border:1.5px solid hsl(var(--border-strong));display:grid;place-items:center;flex:none;transition:background .18s,border-color .18s}.pwrules li .tick .ic{width:12px;height:12px;color:#fff;opacity:0;transition:opacity .15s}.pwrules li.ok{color:var(--success-ink)}.pwrules li.ok .tick{background:var(--success);border-color:var(--success)}.pwrules li.ok .tick .ic{opacity:1}.rep{display:flex;gap:16px;align-items:center;text-align:left;border:1px solid hsl(var(--border));border-radius:16px;background:linear-gradient(180deg,hsl(var(--background)),hsl(var(--muted)/.5));padding:18px 20px;max-width:470px;margin:26px auto 0;box-shadow:var(--sh-sm)}.rep .avatar{width:58px;height:58px;border-radius:50%;background:var(--gpd-yellow-soft);color:var(--gpd-yellow-active);display:grid;place-items:center;font-family:var(--font-display);font-weight:600;font-size:21px;flex:none}.rep .info{min-width:0}.rep .info b{display:block;font-size:16px;font-weight:700}.rep .info .role{font-size:13.5px;color:hsl(var(--muted-foreground));margin-bottom:7px}.rep .info .lines{display:flex;flex-wrap:wrap;gap:6px 16px}.rep .info a{display:inline-flex;gap:6px;align-items:center;font-size:14.5px;font-weight:600}.rep .info a .ic{width:15px;height:15px}.hidden{display:none!important}.embed .site-footer,.embed .site-header{display:none}.embed .form-section{padding-top:24px}.hero-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.tile.off{opacity:.62;cursor:not-allowed;background:hsl(var(--muted)/.5);border-style:dashed;box-shadow:none}.tile.off:hover{transform:none;border-color:hsl(var(--border-strong));box-shadow:none}.tile.off:hover .ic{transform:none}.tile.off .reason{display:flex;gap:6px;align-items:flex-start;margin-top:auto;padding:6px 9px;font-size:13px;font-weight:600;line-height:1.4;color:var(--warning-ink);background:var(--warning-soft);border:1px solid hsl(42 90% 74%);border-radius:8px}.tile.off .reason .ic{width:14px;height:14px;flex:none;margin-top:1px;color:var(--warning-ink)}@media print{body *{visibility:hidden}.contract-doc,.contract-doc *{visibility:visible}.contract-doc{position:absolute;left:0;top:0;width:100%;max-height:none;overflow:visible;padding:0;border:0}}#progress h2,#success h2,.success h2{scroll-margin-top:120px}#success h2:focus,#success h2:focus-visible{outline:none}.wel-card .approved.pending{color:var(--warning-ink);background:var(--warning-soft)}.share-val .share-num{width:92px;height:44px;font-family:var(--font-display);font-weight:600;font-size:20px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-align:center}.rz-head{text-align:center;max-width:660px;margin:0 auto 52px}.rz-head h1{font-family:var(--font-display);font-size:clamp(1.875rem,1.1rem + 2.6vw,2.25rem);line-height:1.12;font-weight:800;letter-spacing:-.03em;color:hsl(var(--foreground));text-wrap:balance}.rz-head p{margin-top:16px;font-size:18px;line-height:1.55;color:hsl(var(--muted-foreground));text-wrap:pretty}.rz-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(272px,1fr));grid-gap:24px;gap:24px;align-items:stretch}.rz-card{display:flex;flex-direction:column;gap:20px;padding:30px 28px;text-align:left;text-decoration:none;background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:16px;box-shadow:var(--sh-md);cursor:pointer;transition:transform .18s var(--ease-out),box-shadow .18s var(--ease-out),border-color .18s var(--ease-out)}.rz-card,.rz-card:hover,.rz-card:visited{color:inherit}.rz-card:hover{transform:translateY(-6px);box-shadow:var(--sh-lg);border-color:hsl(var(--border-strong))}button.rz-card{width:100%;font:inherit}.rz-card:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.rz-chip{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:14px;background:var(--gpd-yellow-soft);color:var(--gpd-charcoal);flex:none}.rz-body{display:flex;flex-direction:column;gap:8px}.rz-title{font-family:var(--font-display);font-size:20px;line-height:1.25;font-weight:700;letter-spacing:-.01em;color:hsl(var(--foreground))}.rz-desc{font-size:15px;line-height:1.55;color:hsl(var(--muted-foreground));text-wrap:pretty}.rz-open{margin-top:auto;align-self:flex-start}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Grotesk Fallback;src:local("Arial");ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.00%;size-adjust:109.69%}.__className_7394d9{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.__variable_7394d9{--font-space-grotesk:"Space Grotesk","Space Grotesk Fallback"}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,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(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,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(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,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(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,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(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,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(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,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(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,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(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,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(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,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(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,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.00%;size-adjust:103.19%}.__className_37f5ca{font-family:Manrope,Manrope Fallback;font-style:normal}.__variable_37f5ca{--font-manrope:"Manrope","Manrope Fallback"}