:root{--navy:#11324f;--navy-deep:#0c2338;--ink:#0a0c0d;--sand:#fcefe9;--sand-2:#f7e4da;--gold:#f3ac3d;--gold-soft:#fdf0d8;--muted:#5d6b78;--line:#e6d9d2;--white:#fff;--ok:#11324f;--body:Lexend,"Lexend Fallback",Arial,sans-serif;--title:Gelasio,Georgia,serif;--r-card:22px;--ease:cubic-bezier(.2,.7,.2,1)}*{box-sizing:border-box}html{background:var(--sand);-webkit-text-size-adjust:100%}body{margin:0;background:var(--sand);color:var(--navy);font:16px/1.5 var(--body);-webkit-font-smoothing:antialiased;min-height:100vh;padding-bottom:env(safe-area-inset-bottom)}button,input{font:inherit;color:inherit}button,a{touch-action:manipulation;-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-underline-offset:4px}[hidden]{display:none!important}:focus-visible{outline:3px solid #2b6ea3;outline-offset:3px}.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.header{min-height:72px;padding:12px max(20px,calc((100vw - 1100px)/2));padding-top:max(12px,env(safe-area-inset-top));background:var(--white);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;position:relative;z-index:5}.header .brand{grid-column:2;display:block;line-height:0;border-radius:8px}.header .headernav{grid-column:3;justify-self:end}.logo{width:160px;height:auto;display:block}.headernav{display:flex;align-items:center;gap:22px;font-size:14px;font-weight:700}.headernav a,.headernav button{border:0;background:none;padding:8px 0;font-weight:700;text-decoration:none;color:var(--navy)}.uspbar{background:var(--navy);color:#fff;font-size:13px;font-weight:500;letter-spacing:.1px}.uspbar ul{list-style:none;margin:0 auto;padding:9px 20px;max-width:1240px;display:flex;justify-content:center;gap:26px;flex-wrap:wrap}.uspbar li{display:flex;align-items:center;gap:8px;white-space:nowrap}.uspbar li:before{content:"";width:9px;height:9px;flex:none;background:var(--gold);-webkit-mask:var(--star) center/contain no-repeat;mask:var(--star) center/contain no-repeat}.wrap{max-width:1040px;margin:0 auto;padding:22px 24px 64px}.progresswrap{position:sticky;top:0;z-index:4;background:linear-gradient(var(--sand) 78%,rgba(252,239,233,0));padding:10px 0 12px;margin:-10px 0 0}.progressmeta{display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:8px;font-size:14px;margin-bottom:8px;font-weight:500;min-height:44px}.progressmeta .count{font-weight:600}.progressmeta .left{color:var(--muted);font-weight:400;text-align:right}.iconback{width:44px;height:44px;border-radius:50%;border:1px solid var(--line);background:var(--white);display:grid;place-items:center;padding:0;color:var(--navy);transition:transform .15s var(--ease),opacity .2s}.iconback svg{width:18px;height:18px}.iconback:disabled{opacity:0;pointer-events:none}.iconback:active{transform:scale(.94)}.progress{height:8px;border-radius:999px;background:#ead9cf;overflow:hidden}.progressfill{height:100%;width:0;border-radius:999px;background:linear-gradient(90deg,var(--navy),#1d4d76);transition:width .5s var(--ease)}.screen{animation:screenIn .42s var(--ease) both}@keyframes screenIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.questionhead{margin:26px 0 22px}.eyebrow{display:inline-flex;align-items:center;gap:8px;background:var(--gold-soft);color:var(--navy);border-radius:999px;padding:6px 12px;font-size:13px;font-weight:600;margin:0 0 14px}h1,h2{font-family:var(--title);font-weight:700;line-height:1.15;margin:0;letter-spacing:-.4px;color:var(--navy)}h1{font-size:40px}h2{font-size:24px}.lead{margin:10px 0 0;color:var(--muted);font-size:17px;max-width:620px}.note{display:flex;align-items:center;gap:12px;background:var(--white);border:1px solid var(--line);border-radius:16px;padding:10px 16px 10px 10px;margin:16px 0 0;max-width:640px;font-size:15px;line-height:1.35}.note img{width:40px;height:36px;object-fit:contain;flex:none}.note strong{font-weight:600}.options{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.option{position:relative;border:1px solid var(--line);background:var(--white);border-radius:var(--r-card);min-height:152px;padding:18px 12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center;line-height:1.3;font-size:16px;font-weight:500;color:var(--navy);transition:border-color .15s,transform .18s var(--ease),box-shadow .18s;animation:rise .44s var(--ease) both;animation-delay:calc(var(--i,0)*32ms)}@keyframes rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@media(hover:hover){.option:hover{border-color:var(--navy);transform:translateY(-2px);box-shadow:0 8px 22px #11324f17}.more:hover{background:var(--navy);color:var(--white)}}.option:active{transform:scale(.97)}.option.picked{border:2px solid var(--navy);padding:17px 11px;background:#fffaf3;box-shadow:0 8px 22px #11324f1a}.option .tick{position:absolute;top:10px;right:10px;width:26px;height:26px;border-radius:50%;background:var(--navy);display:grid;place-items:center;transform:scale(0);opacity:0}.option .tick svg{width:14px;height:14px}.option.picked .tick{animation:pop .32s var(--ease) forwards}@keyframes pop{0%{transform:scale(.2);opacity:0}70%{transform:scale(1.12);opacity:1}to{transform:scale(1);opacity:1}}.option img{width:76px;height:66px;object-fit:contain;display:block;pointer-events:none}.option span{max-width:100%;overflow-wrap:break-word}.option small{display:block;font-size:13px;font-weight:400;color:var(--muted);margin-top:4px;line-height:1.3}.options.small{grid-template-columns:repeat(4,minmax(0,1fr))}.options.places .option{min-height:130px}.options.places .option img{width:60px;height:54px}.options.budget .option{min-height:150px;font-size:18px;font-weight:600}.options.budget .option img{height:50px;width:58px}.options.wide{grid-template-columns:repeat(3,minmax(0,1fr))}.options.wide .option{min-height:176px}.more{border:2px solid var(--navy);background:transparent;border-radius:999px;min-height:48px;padding:10px 24px;margin:22px auto 0;display:block;font-size:15px;font-weight:700;color:var(--navy)}.primary{display:inline-flex;justify-content:center;align-items:center;gap:8px;border:2px solid var(--navy);background:var(--navy);color:var(--white);border-radius:999px;padding:12px 26px;min-height:52px;font-size:16px;font-weight:700;text-decoration:none;transition:background .15s,transform .15s}.primary:hover{background:var(--navy-deep);border-color:var(--navy-deep)}.primary:active{transform:scale(.98)}.secondary{display:inline-flex;justify-content:center;align-items:center;border:2px solid var(--navy);background:var(--white);color:var(--navy);border-radius:999px;padding:11px 24px;min-height:48px;font-size:15px;font-weight:700;text-decoration:none}.textlink{font-weight:700;font-size:15px}.back{font-size:14px;border:0;background:none;padding:10px 0;text-decoration:underline;text-underline-offset:5px;color:var(--navy)}.backrow{margin-top:24px;min-height:40px;display:flex;gap:22px;flex-wrap:wrap;align-items:center}.actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin-top:22px}.how{margin:34px 0 0;background:var(--white);border:1px solid var(--line);border-radius:24px;padding:22px 22px 20px}.how h2{font-size:22px;margin:0 0 14px}.how ol{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;counter-reset:s}.how li{display:grid;grid-template-columns:44px 1fr;gap:12px;align-items:start}.how .n{width:44px;height:44px;border-radius:50%;background:var(--gold-soft);display:grid;place-items:center;font:700 18px/1 var(--title);color:var(--navy)}.how strong{display:block;font-size:16px;font-weight:600;line-height:1.3}.how p{margin:3px 0 0;color:var(--muted);font-size:14px;line-height:1.4}.trustrow{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin:18px 0 0;padding:14px 16px;background:var(--white);border:1px solid var(--line);border-radius:18px}.trustrow img.gti{height:72px;width:72px;display:block;border-radius:50%}.trustrow p{margin:0;font-size:14px;color:var(--muted);line-height:1.4;flex:1;min-width:180px}.trustrow a{font-size:13px}.slide{max-width:680px;margin:30px auto 0;text-align:center}.slide .art{width:180px;height:160px;margin:0 auto 12px;display:block;object-fit:contain;animation:floaty 3.6s ease-in-out infinite}@keyframes floaty{50%{transform:translateY(-6px)}}.slide h1{font-size:36px}.slide .lead{margin:14px auto 0;font-size:18px;color:var(--navy)}.slide .source{margin:14px auto 0;font-size:10px;line-height:1.35;color:var(--muted);max-width:520px;text-wrap:balance}.slide .source a{color:var(--muted)}.slide .primary{margin-top:26px;min-width:220px}.finding{max-width:560px;margin:14px auto 0;text-align:center}.ring{position:relative;width:132px;height:132px;margin:6px auto 10px}.ring svg{width:100%;height:100%;transform:rotate(-90deg)}.ring .track{stroke:#ead9cf}.ring .bar{stroke:var(--navy);transition:stroke-dashoffset .12s linear}.ring .pct{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font:700 32px/1 var(--title);color:var(--navy);font-variant-numeric:tabular-nums}.ring .pct small{font-size:16px;margin:6px 0 0 2px;align-self:center}.ring .spark{position:absolute;width:22px;height:22px;right:-4px;top:4px;animation:twinkle 1.6s ease-in-out infinite}@keyframes twinkle{50%{transform:scale(.7) rotate(20deg);opacity:.7}}.finding h1{font-size:34px}.checks{list-style:none;margin:20px 0 0;padding:8px 18px;background:var(--white);border:1px solid var(--line);border-radius:22px;text-align:left}.checks li{display:grid;grid-template-columns:30px 1fr;gap:12px;align-items:center;padding:11px 0;border-bottom:1px solid #f1e7e2;color:#9aa4ad;transition:color .3s}.checks li:last-child{border-bottom:0}.checks .dot{width:28px;height:28px;border-radius:50%;border:2px solid #e3d6ce;display:grid;place-items:center;position:relative;transition:background .25s,border-color .25s}.checks .dot svg{width:15px;height:15px}.checks .dot path{stroke:#fff;stroke-width:3;fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:22;stroke-dashoffset:22}.checks .t{font-size:15px;font-weight:600;line-height:1.25}.checks .d{display:block;font-size:13px;font-weight:400;color:inherit;opacity:.9;margin-top:1px}.checks li.active{color:var(--navy)}.checks li.active .dot{border-color:#ead9cf;border-top-color:var(--gold);border-right-color:var(--navy);animation:spin .8s linear infinite}.checks li.done{color:var(--navy)}.checks li.done .dot{background:var(--navy);border-color:var(--navy);animation:pop .34s var(--ease)}.checks li.done .dot path{animation:draw .34s .06s var(--ease) forwards}@keyframes draw{to{stroke-dashoffset:0}}@keyframes spin{to{transform:rotate(360deg)}}.proof{margin:16px 0 0;background:var(--white);border:1px solid var(--line);border-radius:22px;padding:16px 18px 12px;min-height:118px;position:relative;overflow:hidden;text-align:left}.proof .item{display:grid;grid-template-columns:54px 1fr;gap:14px;align-items:center;animation:proofIn .5s var(--ease) both}@keyframes proofIn{0%{opacity:0;transform:translate(18px)}to{opacity:1;transform:none}}.proof img{width:54px;height:48px;object-fit:contain}.proof strong{display:block;font-size:16px;font-weight:600;line-height:1.3}.proof p{margin:2px 0 0;font-size:14px;color:var(--muted);line-height:1.35}.proof .stars{color:var(--gold);letter-spacing:1px;font-size:15px}.proof .dots{display:flex;gap:6px;justify-content:center;margin-top:12px}.proof .dots i{width:6px;height:6px;border-radius:50%;background:#e3d6ce;transition:background .3s,width .3s}.proof .dots i.on{background:var(--navy);width:16px;border-radius:6px}.reveal{max-width:620px;margin:18px auto 0;text-align:center}.reveal .burst1{width:70px;height:70px;margin:0 auto 8px;display:grid;place-items:center;border-radius:50%;background:var(--gold-soft);animation:pop .5s var(--ease)}.reveal .burst1 img{width:34px;height:34px}.reveal h1{font-size:38px}.reveal .summary{color:var(--muted);margin:8px 0 0}.giftcard{margin:20px auto 0;background:var(--white);border:1px solid var(--line);border-radius:26px;padding:22px;text-align:left;box-shadow:0 14px 40px #11324f14;animation:rise .5s .1s var(--ease) both}.giftcard .top{display:grid;grid-template-columns:92px 1fr;gap:16px;align-items:center}.giftcard .gifticon{width:92px;height:92px;border-radius:22px;background:var(--sand);display:grid;place-items:center}.giftcard .gifticon img{width:74px;height:66px;object-fit:contain}.giftcard .kicker{font-size:13px;font-weight:600;color:var(--muted);margin:0}.giftcard h2{font-size:26px;margin:2px 0 0}.giftcard .meta{margin:4px 0 0;font-size:15px}.rating{display:flex;align-items:center;gap:6px;margin:6px 0 0;font-size:15px;color:var(--navy)}.rating b{font-weight:700}.rating .stars{color:var(--gold);letter-spacing:1px;font-size:16px}.ratingsrc{margin:1px 0 0;font-size:13px;color:var(--muted);line-height:1.35}.giftcard ul{list-style:none;margin:16px 0 0;padding:14px 0 0;border-top:1px solid #f1e7e2;display:grid;gap:8px}.giftcard li{display:grid;grid-template-columns:22px 1fr;gap:10px;align-items:center;font-size:15px;line-height:1.35}.giftcard li i{width:22px;height:22px;border-radius:50%;background:var(--navy);display:grid;place-items:center}.giftcard li i svg{width:12px;height:12px}.giftcard .cta{display:grid;gap:10px;margin-top:18px}.giftcard .cta .primary{width:100%;font-size:17px}.giftcard .cta .textlink{display:flex;align-items:center;justify-content:center;min-height:44px;padding:6px}.nextsteps{margin:18px auto 0;text-align:left;background:var(--white);border:1px solid var(--line);border-radius:22px;padding:16px 18px}.nextsteps h2{font-size:20px;margin:0 0 10px}.nextsteps ol{margin:0;padding:0;list-style:none;display:grid;gap:10px}.nextsteps li{display:grid;grid-template-columns:32px 1fr;gap:10px;align-items:start;font-size:15px;line-height:1.35}.nextsteps li b{width:32px;height:32px;border-radius:50%;background:var(--gold-soft);display:grid;place-items:center;font:700 15px/1 var(--title)}.nextsteps li strong{display:block;font-weight:600}.nextsteps li span{color:var(--muted);font-size:14px}.recovery{max-width:680px;margin-top:40px}.recovery p{color:var(--muted);font-size:16px;max-width:600px}.destination{background:var(--white);border:1px solid var(--line);border-radius:24px;padding:24px;margin:24px auto;max-width:520px}.destination strong{font:700 24px/1.2 var(--title);display:block}.destination p{margin:8px 0 0;font-size:15px}.destination .primary{margin-top:18px}.small-note{color:var(--muted);font-size:14px;margin:12px 0 0}.emptyillustration{width:96px;height:86px;object-fit:contain;margin-bottom:14px}.handoff{max-width:820px;margin:20px auto}.handoff h1{margin:10px 0 14px}.handoff p{line-height:1.7}@media(max-width:950px){.options{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.options.small{grid-template-columns:repeat(2,minmax(0,1fr))}.option{font-size:15px}.how ol{grid-template-columns:1fr}}@media(max-width:680px){.header{min-height:58px;padding:8px 16px;padding-top:max(8px,env(safe-area-inset-top))}.logo{width:124px}.headernav{gap:14px}.headernav a{font-size:13px}.headernav .restart{display:none}.wrap{padding:12px 16px 40px}.progressmeta{grid-template-columns:44px 1fr auto;font-size:13px}.questionhead{margin:14px 0 16px}h1{font-size:29px;line-height:1.14}.lead{font-size:16px}.eyebrow{font-size:12px;margin-bottom:10px}.options,.options.small,.options.budget,.options.places,.options.wide{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.option{min-height:120px;padding:14px 8px 12px;font-size:15px;gap:8px;border-radius:20px}.option.picked{padding:13px 7px 11px}.option img{width:60px;height:52px}.option .tick{top:8px;right:8px;width:22px;height:22px}.options.places .option{min-height:102px}.options.places .option img{width:48px;height:42px}.options.budget .option{min-height:108px;font-size:17px}.options.budget .option img{height:40px;width:48px}.options.wide{grid-template-columns:1fr}.options.wide .option{min-height:88px;flex-direction:row;justify-content:flex-start;text-align:left;gap:14px;padding:12px 16px}.options.wide .option.picked{padding:11px 15px}.options.wide .option img{width:64px;height:56px;flex:none}.options.wide .option small{font-size:13.5px}.more{width:100%;margin-top:16px}.note{font-size:14px;padding:9px 12px 9px 8px;gap:10px}.note img{width:34px;height:30px}.how{margin-top:22px;padding:18px 16px}.how h2{font-size:20px}.slide{margin-top:12px}.slide .art{width:150px;height:134px}.slide h1{font-size:28px}.slide .lead{font-size:16px}.slide .primary{width:100%}.finding{margin-top:4px}.ring{width:112px;height:112px;margin-top:0}.ring .pct,.finding h1{font-size:27px}.checks{margin-top:14px;padding:4px 14px}.checks li{padding:9px 0;grid-template-columns:28px 1fr;gap:10px}.checks .dot{width:26px;height:26px}.checks .t{font-size:14px}.checks .d{font-size:12.5px}.proof{margin-top:12px;padding:12px 14px 10px;min-height:104px}.proof .item{grid-template-columns:46px 1fr;gap:12px}.proof img{width:46px;height:40px}.proof strong{font-size:15px}.proof p{font-size:13px}.reveal{margin-top:6px}.reveal h1{font-size:30px}.giftcard{padding:16px;border-radius:22px}.giftcard .top{grid-template-columns:72px 1fr;gap:12px}.giftcard .gifticon{width:72px;height:72px;border-radius:18px}.giftcard .gifticon img{width:58px;height:52px}.giftcard h2{font-size:22px}.trustrow img.gti{height:60px;width:60px}}@media(max-width:360px){h1{font-size:26px}.option{font-size:14px}.options.budget .option{font-size:16px}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}.checks li.done .dot path{stroke-dashoffset:0}.option.picked .tick{transform:none;opacity:1}}.wrap:has(.finding){padding-bottom:12px}@media(max-width:1239px){.uspbar ul{padding:7px 16px;gap:0;justify-content:center;flex-wrap:nowrap;overflow:hidden;height:33px;position:relative}.uspbar li{position:absolute;left:0;right:0;justify-content:center;opacity:0;transform:translateY(8px);transition:opacity .32s ease,transform .32s ease}.uspbar li.on{opacity:1;transform:none;transition-delay:.3s}}.option .label{display:flex;flex-direction:column;align-items:center;gap:6px;max-width:100%}.pill{display:inline-block;font-family:Lexend,Lexend Fallback,Arial,sans-serif;font-weight:700;line-height:150%;border-radius:24px;padding:4px 8px;font-size:8px;white-space:nowrap;background:#a767b7;color:#fff;letter-spacing:0}@media(min-width:768px){.pill{font-size:10px}}@media(min-width:681px){.options.places{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:680px){.options.wide .option .label{align-items:flex-start}}@media(max-width:680px){.finding{margin-top:0}.ring{width:84px;height:84px;margin:0 auto 6px}.ring .pct{font-size:22px}.ring .pct small{font-size:12px;margin-top:4px}.ring .spark{width:18px;height:18px;right:-6px;top:0}.finding h1{font-size:25px}.checks{margin-top:12px;padding:2px 14px}.checks li{padding:8px 0;grid-template-columns:24px 1fr;gap:10px}.checks .dot{width:22px;height:22px}.checks .dot svg{width:12px;height:12px}.checks .t{display:flex;align-items:baseline;justify-content:space-between;gap:10px;font-size:14px;line-height:1.25;min-width:0;white-space:nowrap}.checks .d{margin:0;font-size:13px;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;flex:0 1 auto;max-width:58%}.proof{margin-top:10px;padding:10px 14px 8px;min-height:92px}.proof .dots{margin-top:8px}}@media(max-width:680px)and (max-height:660px){.wrap{padding-top:6px}.progresswrap{padding:6px 0 8px}.progressmeta{min-height:40px;margin-bottom:6px}.ring{width:64px;height:64px;margin-bottom:2px}.ring .pct{font-size:18px}.finding h1{font-size:21px}.checks{margin-top:8px}.checks li{padding:6px 0}.proof{margin-top:8px;min-height:82px;padding-top:8px}.proof img{width:38px;height:34px}.proof .item{grid-template-columns:38px 1fr}.proof strong{font-size:14px}.proof p{font-size:12px}}@media(max-width:680px)and (max-height:580px){.progresswrap{padding:4px 0 6px}.progressmeta{min-height:36px;margin-bottom:4px}.ring{width:52px;height:52px}.ring .pct{font-size:15px}.ring .pct small{font-size:10px;margin-top:2px}.ring .spark{width:14px;height:14px}.finding h1{font-size:19px}.checks li{padding:5px 0}.proof{min-height:76px;padding:7px 12px 6px}.proof .dots{margin-top:6px}}html.fxlock,html.fxlock body{overflow:hidden}.revealfx{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:radial-gradient(120% 90% at 50% 42%,#fff 0%,#fff7f1 38%,var(--sand) 72%);opacity:0;transition:opacity .28s ease;padding:24px;text-align:center}.revealfx.go{opacity:1}.revealfx h1{font-size:38px;opacity:0;transform:translateY(14px)}.revealfx.go h1{animation:fxText .6s .95s var(--ease) forwards}.fxstage{position:relative;width:320px;height:320px;max-width:90vw}.fxstage .glow{position:absolute;left:50%;top:48%;width:260px;height:260px;margin:-130px 0 0 -130px;border-radius:50%;background:radial-gradient(circle,#f3ac3d6b,#f3ac3d24 45%,#f3ac3d00 70%);transform:scale(.3);opacity:0}.revealfx.go .glow{animation:fxGlow 1.4s .78s var(--ease) forwards}.fxstage .rays{position:absolute;left:50%;top:48%;width:420px;height:420px;margin:-210px 0 0 -210px;border-radius:50%;background:repeating-conic-gradient(from 0deg,#f3ac3d33 0deg 7deg,#f3ac3d00 7deg 22deg);-webkit-mask:radial-gradient(circle,#000 18%,transparent 64%);mask:radial-gradient(circle,#000 18%,transparent 64%);opacity:0;transform:scale(.5)}.revealfx.go .rays{animation:fxRays .9s .8s var(--ease) forwards,fxSpin 14s .8s linear infinite}.fxstage .pulse{position:absolute;left:50%;top:52%;width:120px;height:120px;margin:-60px 0 0 -60px;border-radius:50%;border:3px solid var(--gold);opacity:0}.revealfx.go .pulse{animation:fxPulse .9s .82s ease-out forwards}.giftbox{position:absolute;left:50%;bottom:30px;width:160px;height:180px;margin-left:-80px;transform:scale(.4);opacity:0}.revealfx.go .giftbox{animation:fxPop .5s .08s var(--ease) forwards,fxWiggle .34s .6s ease-in-out 1}.giftbox .base{position:absolute;left:10px;right:10px;bottom:0;height:94px;background:var(--navy);border-radius:6px 6px 14px 14px}.giftbox .base i{position:absolute;left:50%;top:0;bottom:0;width:22px;margin-left:-11px;background:var(--gold)}.giftbox .lid{position:absolute;left:0;right:0;bottom:92px;height:32px;background:var(--navy);border-radius:8px;transform-origin:88% 100%;z-index:2}.giftbox .lid i{position:absolute;left:50%;top:0;bottom:0;width:22px;margin-left:-11px;background:var(--gold)}.giftbox .lid:before,.giftbox .lid:after{content:"";position:absolute;bottom:30px;width:32px;height:24px;border:8px solid var(--gold);border-radius:50% 50% 10%}.giftbox .lid:before{left:46px;transform:rotate(-22deg)}.giftbox .lid:after{right:46px;transform:scaleX(-1) rotate(-22deg)}.revealfx.go .giftbox .lid{animation:fxLid .55s .82s cubic-bezier(.3,1.4,.5,1) forwards}.giftbox .bigstar{position:absolute;left:50%;bottom:48px;width:112px;height:107px;margin-left:-56px;opacity:0;transform:translateY(30px) scale(.2);z-index:1}.giftbox .bigstar svg{width:100%;height:100%;fill:var(--gold);filter:drop-shadow(0 6px 14px rgba(243,172,61,.55))}.revealfx.go .giftbox .bigstar{animation:fxStar .7s .9s cubic-bezier(.2,1.3,.4,1) forwards,fxFloat 2.4s 1.6s ease-in-out infinite}.burst svg{position:absolute;left:50%;top:44%;width:30px;height:28px;margin:-14px 0 0 -15px;opacity:0;transform:translate(0) scale(.2) rotate(0)}.burst .p0{fill:var(--gold)}.burst .p1{fill:var(--navy)}.revealfx.go .burst svg{animation:fxBurst 1.1s .9s cubic-bezier(.15,.8,.3,1) forwards}.revealfx .failsafe{margin-top:14px;font-weight:700;color:var(--navy)}@keyframes fxText{to{opacity:1;transform:none}}@keyframes fxGlow{0%{opacity:0;transform:scale(.3)}60%{opacity:1}to{opacity:1;transform:scale(1)}}@keyframes fxRays{to{opacity:1;transform:scale(1)}}@keyframes fxSpin{to{rotate:360deg}}@keyframes fxPulse{0%{opacity:.9;transform:scale(.4)}to{opacity:0;transform:scale(2.6)}}@keyframes fxPop{0%{opacity:0;transform:scale(.4)}70%{opacity:1;transform:scale(1.08)}to{opacity:1;transform:scale(1)}}@keyframes fxWiggle{0%,to{rotate:0deg}25%{rotate:-5deg}75%{rotate:5deg}}@keyframes fxLid{0%{transform:none}to{transform:translate(64px,-84px) rotate(38deg)}}@keyframes fxStar{0%{opacity:0;transform:translateY(30px) scale(.2)}to{opacity:1;transform:translateY(-96px) scale(1)}}@keyframes fxFloat{0%,to{translate:0 0}50%{translate:0 -6px}}@keyframes fxBurst{0%{opacity:0;transform:translate(0) scale(.2) rotate(0)}25%{opacity:1}to{opacity:0;transform:translate(var(--x),var(--y)) scale(var(--s)) rotate(var(--r))}}@media(max-width:680px){.revealfx h1{font-size:32px}.fxstage{width:300px;height:300px}}@media(prefers-reduced-motion:reduce){.revealfx,.revealfx h1,.giftbox,.giftbox .bigstar,.fxstage .glow,.fxstage .rays{opacity:1!important;transform:none!important}.giftbox .lid{transform:translate(64px,-84px) rotate(38deg)!important}.giftbox .bigstar{transform:translateY(-96px)!important}.burst,.fxstage .pulse{display:none}}h1[tabindex="-1"]:focus,h1[tabindex="-1"]:focus-visible{outline:none}body{--star:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNTUgMjguMDApIHNjYWxlKDAuMjM5NDkpIj48cGF0aCBkPSJNMTA0Ni40OSAxOTE2LjU3Qzg4OS4zODIgMTUxNC42NyA2MDUuMzYzIDExMDQuMjkgMCA5MTkuMTEzQzYwNS4zNjMgNzQ4LjUxOCA4ODkuMzgyIDM3MC4zNTggMTA0Ni40OSAwQzExODQuMjYgMzcwLjM1OCAxNDgzLjg5IDc0OC41MTggMjAxNC4yNiA5MTkuMTEzQzE0ODMuODkgMTEwNC4yOSAxMTg0LjI2IDE1MTQuNjcgMTA0Ni40OSAxOTE2LjU3WiIgZmlsbD0iI2YzYWMzZCIvPjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgwIDc0IDgwKSI+PHBhdGggZD0iTSA3NCAyMCBRIDgzLjYgNzAuNCAxMzQgODAgUSA4My42IDg5LjYgNzQgMTQwIFEgNjQuNCA4OS42IDE0IDgwIFEgNjQuNCA3MC40IDc0IDIwIFoiIGZpbGw9IiNmM2FjM2QiLz48L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoMCA0NDAgNDM2KSI+PHBhdGggZD0iTSA0NDAgMzcwIFEgNDUwLjU2IDQyNS40NCA1MDYgNDM2IFEgNDUwLjU2IDQ0Ni41NiA0NDAgNTAyIFEgNDI5LjQ0IDQ0Ni41NiAzNzQgNDM2IFEgNDI5LjQ0IDQyNS40NCA0NDAgMzcwIFoiIGZpbGw9IiNmM2FjM2QiLz48L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoMCA0NTAgNzIpIj48cGF0aCBkPSJNIDQ1MCAzNCBRIDQ1Ni4wOCA2NS45MiA0ODggNzIgUSA0NTYuMDggNzguMDggNDUwIDExMCBRIDQ0My45MiA3OC4wOCA0MTIgNzIgUSA0NDMuOTIgNjUuOTIgNDUwIDM0IFoiIGZpbGw9IiNmM2FjM2QiLz48L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoMCA2NiA0NDgpIj48cGF0aCBkPSJNIDY2IDQxNCBRIDcxLjQ0IDQ0Mi41NiAxMDAgNDQ4IFEgNzEuNDQgNDUzLjQ0IDY2IDQ4MiBRIDYwLjU2IDQ1My40NCAzMiA0NDggUSA2MC41NiA0NDIuNTYgNjYgNDE0IFoiIGZpbGw9IiNmM2FjM2QiLz48L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoMCAxNTAgMTI4KSI+PHBhdGggZD0iTSAxNTAgMTEzIFEgMTUyLjQgMTI1LjYgMTY1IDEyOCBRIDE1Mi40IDEzMC40IDE1MCAxNDMgUSAxNDcuNiAxMzAuNCAxMzUgMTI4IFEgMTQ3LjYgMTI1LjYgMTUwIDExMyBaIiBmaWxsPSIjZjNhYzNkIiBvcGFjaXR5PSIwLjkiLz48L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoMCAzOTggMTY4KSI+PHBhdGggZD0iTSAzOTggMTUxIFEgNDAwLjcyIDE2NS4yOCA0MTUgMTY4IFEgNDAwLjcyIDE3MC43MiAzOTggMTg1IFEgMzk1LjI4IDE3MC43MiAzODEgMTY4IFEgMzk1LjI4IDE2NS4yOCAzOTggMTUxIFoiIGZpbGw9IiNmM2FjM2QiIG9wYWNpdHk9IjAuOSIvPjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgwIDEyMCAzODgpIj48cGF0aCBkPSJNIDEyMCAzNzUgUSAxMjIuMDggMzg1LjkyIDEzMyAzODggUSAxMjIuMDggMzkwLjA4IDEyMCA0MDEgUSAxMTcuOTIgMzkwLjA4IDEwNyAzODggUSAxMTcuOTIgMzg1LjkyIDEyMCAzNzUgWiIgZmlsbD0iI2YzYWMzZCIgb3BhY2l0eT0iMC44Ii8+PC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDAgNDA0IDM5OCkiPjxwYXRoIGQ9Ik0gNDA0IDM4NiBRIDQwNS45MiAzOTYuMDggNDE2IDM5OCBRIDQwNS45MiAzOTkuOTIgNDA0IDQxMCBRIDQwMi4wOCAzOTkuOTIgMzkyIDM5OCBRIDQwMi4wOCAzOTYuMDggNDA0IDM4NiBaIiBmaWxsPSIjZjNhYzNkIiBvcGFjaXR5PSIwLjgiLz48L2c+PC9zdmc+)}
/*# sourceMappingURL=/cdn/shop/t/2/assets/gift-finder.css.map */
