@import"https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap";.ps-quiz{--orange:#002FA7;--brand:#002FA7;--brand-dark:#00227a;--select:#002FA7;--select-dark:#00227a;--btn:#000000;--btn-dark:#1a1a1a;--dark:#121212;--gray:#dedede;--light:#f7f7f7;--bg:#ffffff;--bg-soft:#f3f3f3;--ink:#121212;--muted:#5b6068;--line:#e3e6eb;--ps-logo-h:34px;--ps-header-h:64px}.ps-quiz *{box-sizing:border-box}.ps-quiz{margin:0;height:100%;font-family:Inter,Arial,sans-serif;color:var(--dark);background:#fff}.ps-quiz{overflow:hidden}.ps-quiz{height:100vh;min-height:650px;position:relative;overflow:hidden;background:#fff}.ps-quiz .header{height:var(--ps-header-h);display:flex;justify-content:center;align-items:center;border-bottom:1px solid #d1d1d1;background:#fff}.ps-quiz .logo{display:flex;align-items:center;justify-content:center;line-height:1}.ps-quiz .logo img{height:var(--ps-logo-h);width:auto;max-width:none;max-height:none;object-fit:contain;display:block}.ps-quiz .tag{font-size:7px;color:#888;display:block;letter-spacing:.1px;margin-top:2px}.ps-quiz .logo-mark{font-family:Oswald,Arial,sans-serif;font-size:16px;letter-spacing:1.1px;font-weight:700;color:#111;line-height:1}.ps-quiz .logo-sub{font-size:7px;letter-spacing:.18em;color:#8d8d8d;text-transform:uppercase;margin-top:2px}.ps-quiz .ps-progress,.ps-quiz .progress{height:10px;background:#dedede;position:relative}.ps-quiz .ps-progress-bar,.ps-quiz .progress-bar{height:100%;width:8%;background:linear-gradient(90deg,#002fa7,#00227a);transition:width .55s ease}.ps-quiz .page{height:calc(100vh - var(--ps-header-h) - 10px);min-height:595px;display:flex;justify-content:center;align-items:flex-start;padding-top:25px;overflow:auto}.ps-quiz .content{width:432px;text-align:center;position:relative;animation:enter .48s cubic-bezier(.22,.8,.25,1)}.ps-quiz h1{font-family:Oswald,Arial,sans-serif;font-size:31px;line-height:1.08;text-transform:uppercase;margin:0 0 13px;font-weight:700;letter-spacing:-.65px}.ps-quiz .orange{color:var(--orange)}.ps-quiz .intro h1{font-size:31px;margin-top:0}.ps-quiz .badge{display:inline-block;background:#ececec;border:1px solid #d7d7d7;border-radius:18px;padding:4px 12px;font-size:10px;font-weight:700;color:#7a7a7a;margin-bottom:20px;letter-spacing:.08em;text-transform:uppercase}.ps-quiz .hero{width:380px;height:285px;object-fit:cover;border-radius:17px;display:block;margin:0 auto 22px}.ps-quiz .stat{font-family:Oswald,sans-serif;color:var(--orange);font-size:47px;font-weight:700;line-height:1;margin-bottom:8px}.ps-quiz .intro-copy{font-weight:600;font-size:14px;line-height:1.35;margin:0 auto 28px;max-width:360px}.ps-quiz .sub{font-size:13px;color:#555;line-height:1.45;max-width:370px;margin:0 auto 20px}.ps-quiz .grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;width:360px;margin:0 auto 20px}.ps-quiz .age{height:222px;border:2px solid rgba(0,0,0,.1);border-radius:16px;overflow:hidden;background:#f7f7f7;position:relative;padding:0;cursor:pointer;transition:border-color .2s,box-shadow .2s,transform .2s;box-shadow:0 3px 10px #0000000d}.ps-quiz .age img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;transition:transform .45s cubic-bezier(.2,.8,.2,1)}.ps-quiz .age:hover img{transform:scale(1.09)}.ps-quiz .age:after{content:"";position:absolute;z-index:1;left:0;right:0;bottom:0;height:55%;background:linear-gradient(180deg,#f7f7f700,#f7f7f78c 38%,#f7f7f7 82%);pointer-events:none}.ps-quiz .age span{position:absolute;z-index:2;bottom:14px;left:0;right:0;font-weight:700;font-size:15px;color:#222;line-height:1}.ps-quiz .age.selected{border-color:var(--orange);box-shadow:0 0 0 2px #002fa733,0 8px 18px #002fa729;transform:translateY(-2px)}.ps-quiz .age.selected span{color:var(--orange)}.ps-quiz .age.selected:before{content:"\2713";position:absolute;z-index:4;top:10px;right:10px;width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:var(--orange);color:#fff;font-size:16px;font-weight:800;box-shadow:0 2px 7px #0003;animation:checkIn .25s cubic-bezier(.2,.8,.2,1)}.ps-quiz .age-ripple{position:absolute;z-index:5;width:18px;height:18px;border-radius:50%;background:#002fa74d;border:2px solid rgba(0,47,167,.85);transform:translate(-50%,-50%) scale(0);pointer-events:none;animation:ageRipple .55s ease-out forwards}@keyframes ageRipple{to{transform:translate(-50%,-50%) scale(8);opacity:0}}@keyframes checkIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.ps-quiz .goal-confirm{padding:24px 0 20px}.ps-quiz .goal-confirm-bubble{position:relative;width:108px;height:108px;margin:18px auto 44px;border-radius:50%;background:#20c55a;display:grid;place-items:center;box-shadow:0 0 0 15px #20c55a1f,0 0 0 30px #20c55a0f;opacity:0;transform:scale(.45);animation:goalBubbleIn .5s cubic-bezier(.2,.8,.2,1) .72s forwards}.ps-quiz .goal-confirm-bubble:before,.ps-quiz .goal-confirm-bubble:after{content:"";position:absolute;top:-15px;right:-15px;bottom:-15px;left:-15px;border:3px solid rgba(0,47,167,.4);border-radius:50%;transform:scale(.35);opacity:0;animation:goalRipple .7s ease-out .05s forwards}.ps-quiz .goal-confirm-bubble:after{top:-30px;right:-30px;bottom:-30px;left:-30px;border-color:#002fa72e;animation-delay:.12s}.ps-quiz .goal-confirm-check{color:#fff;font-size:57px;font-weight:400;line-height:1;opacity:0;transform:scale(.55);animation:goalCheckIn .35s ease 1.02s forwards}@keyframes goalRipple{0%{opacity:.9;transform:scale(.35)}to{opacity:0;transform:scale(1.7)}}@keyframes goalBubbleIn{0%{opacity:0;transform:scale(.45)}70%{opacity:1;transform:scale(1.08)}to{opacity:1;transform:scale(1)}}@keyframes goalCheckIn{to{opacity:1;transform:scale(1)}}.ps-quiz .goal-confirm-details{opacity:0;transform:translateY(12px);animation:goalDetailsIn .45s ease 1.45s forwards}@keyframes goalDetailsIn{to{opacity:1;transform:translateY(0)}}.ps-quiz .list{width:432px;margin:0 auto 20px;display:flex;flex-direction:column;gap:9px}.ps-quiz .option{height:59px;border:2px solid #ddd;background:#f6f6f6;border-radius:13px;text-align:left;padding:0 20px;display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:600;cursor:pointer;transition:.18s;position:relative;overflow:hidden}.ps-quiz .option:hover{border-color:#bbb}.ps-quiz .option.selected{border-color:var(--orange);background:#eef3ff}.ps-quiz .radio{width:20px;height:20px;border:2px solid #ccc;border-radius:50%;position:relative;flex:none}.ps-quiz .selected .radio{border-color:var(--orange)}.ps-quiz .selected .radio:after{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;background:var(--orange);border-radius:50%}.ps-quiz .body-option{height:78px;padding:0 20px 0 0;overflow:hidden;position:relative;background:#f6f6f6}.ps-quiz .body-option img{width:66px;height:74px;object-fit:cover;object-position:center top;margin:0 18px 0 0;border-radius:10px;display:block;position:relative;z-index:1;flex:none;-webkit-mask-image:linear-gradient(90deg,#000 0%,#000 35%,transparent 100%);mask-image:linear-gradient(90deg,#000 68% 35%,#f6f6f600)}.ps-quiz .body-option:after{content:"";position:absolute;z-index:2;left:0;top:0;bottom:0;width:200px;background:linear-gradient(90deg,#f6f6f600 65%,#f6f6f67a 25%,#f6f6f671 10%);pointer-events:none}.ps-quiz .body-option span:first-of-type{flex:1;position:relative;z-index:3}.ps-quiz .body-option.selected{border-color:var(--orange);background:#eef3ff;box-shadow:0 0 0 2px #002fa724}.ps-quiz .body-option.selected:before{content:"\2713";position:absolute;z-index:6;top:50%;right:13px;width:27px;height:27px;border-radius:50%;display:grid;place-items:center;transform:translateY(-50%) scale(1);background:var(--orange);color:#fff;font-size:16px;font-weight:800;box-shadow:0 2px 7px #0003;animation:checkIn .3s cubic-bezier(.2,.8,.2,1)}.ps-quiz .btn{width:100%;max-width:360px;height:54px;border:0;border-radius:30px;background:#e4e4e4;color:#8a8a8a;font-weight:700;font-size:15px;transition:.22s;box-shadow:none;cursor:pointer;letter-spacing:.01em}.ps-quiz .btn.active{background:var(--orange);color:#fff;box-shadow:0 9px 24px #002fa740}.ps-quiz .btn:active{transform:scale(.98)}.ps-quiz .back{border:0;background:transparent;color:#999;font-size:12px;margin-top:8px;cursor:pointer}.ps-quiz .exit{animation:exit .28s ease forwards}@keyframes enter{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes exit{to{opacity:0;transform:translateY(-15px)}}.ps-quiz .auto-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;width:432px;margin:0 auto 20px}.ps-quiz .auto-card{height:238px;border:2px solid #e6e6e6;border-radius:13px;overflow:hidden;background:transparent;position:relative;padding:0;cursor:pointer;transition:.22s;box-shadow:none;opacity:0;transform:translateY(12px)}.ps-quiz .auto-card img{width:100%;height:100%;object-fit:contain;object-position:center bottom;display:block;background:transparent}.ps-quiz .auto-card:hover{transform:translateY(-2px);border-color:#c9d2e8;box-shadow:none}.ps-quiz .auto-card.selected{border-color:var(--orange);box-shadow:0 0 0 2px #002fa733;transform:translateY(-3px)}.ps-quiz .auto-card:nth-child(1){animation:cardIn .45s ease .05s forwards}.ps-quiz .auto-card:nth-child(2){animation:cardIn .45s ease .12s forwards}.ps-quiz .auto-card:nth-child(3){animation:cardIn .45s ease .19s forwards}.ps-quiz .auto-card:nth-child(4){animation:cardIn .45s ease .26s forwards}.ps-quiz .scale-row{display:flex;justify-content:center;gap:9px;margin:42px auto 10px}.ps-quiz .scale-option{width:79px;height:79px;border:2px solid #ddd;border-radius:13px;background:#f6f6f6;display:grid;place-items:center;font-size:17px;font-weight:600;color:#555;cursor:pointer;transition:.2s;opacity:0;transform:translateY(10px)}.ps-quiz .scale-option:nth-child(1){animation:cardIn .4s ease .05s forwards}.ps-quiz .scale-option:nth-child(2){animation:cardIn .4s ease .1s forwards}.ps-quiz .scale-option:nth-child(3){animation:cardIn .4s ease .15s forwards}.ps-quiz .scale-option:nth-child(4){animation:cardIn .4s ease .2s forwards}.ps-quiz .scale-option:nth-child(5){animation:cardIn .4s ease .25s forwards}.ps-quiz .scale-option.selected{border-color:var(--orange);background:#eef3ff;color:#222;box-shadow:0 0 0 2px #002fa729;transform:translateY(-2px)}.ps-quiz .scale-labels{display:flex;justify-content:space-between;width:432px;margin:0 auto 30px;color:#999;font-size:10px}.ps-quiz .asset-image{display:block;margin:0 auto 22px;object-fit:contain;border-radius:17px}.ps-quiz .page23 .asset-image{width:420px;height:416px;margin-bottom:20px}.ps-quiz .page25 .asset-image{width:200px;height:238px;margin-top:56px}.ps-quiz .page31 .asset-image{width:310px;height:374px;margin:22px auto 18px}.ps-quiz .page33 .asset-image{width:345px;height:380px;margin:28px auto 18px}.ps-quiz .compare-table{width:432px;border:1px solid #ddd;border-radius:14px;overflow:hidden;margin:20px auto;background:#fff;box-shadow:0 2px 8px #00000008}.ps-quiz .compare-table .tr{display:grid;grid-template-columns:1.6fr 1fr 1fr;min-height:54px;border-bottom:1px solid #e5e5e5}.ps-quiz .compare-table .tr:last-child{border-bottom:0}.ps-quiz .compare-table .th{background:#f0f0f0;font-weight:700;color:#777}.ps-quiz .compare-table .th:last-child{background:var(--orange);color:#fff}.ps-quiz .compare-table .cell{display:flex;align-items:center;justify-content:center;padding:9px 10px;font-size:12px}.ps-quiz .compare-table .cell:first-child{justify-content:flex-start;text-align:left;font-weight:600}.ps-quiz .compare-table .yes{color:#20c55a;font-size:19px}.ps-quiz .compare-table .no{color:#ff4d4d;font-size:19px}.ps-quiz .compare-table .highlight{background:#fff9f1;border-left:1px solid #f0d4b4}.ps-quiz .page30 .btn{margin-top:4px}.ps-quiz .page23 h1,.ps-quiz .page31 h1,.ps-quiz .page33 h1{margin-bottom:14px}.ps-quiz .page23 h1{font-size:28px;line-height:1.08;letter-spacing:-.45px;white-space:normal;overflow-wrap:break-word;max-width:100%}@keyframes cardIn{to{opacity:1;transform:none}}@media(max-width:600px){.ps-quiz .auto-grid{width:100%;max-width:316px}.ps-quiz .auto-card{height:206px}.ps-quiz .scale-row{gap:6px}.ps-quiz .scale-option{width:58px;height:68px}.ps-quiz .scale-labels,.ps-quiz .compare-table{width:100%}.ps-quiz .page23 .asset-image{width:100%;height:auto}.ps-quiz .page31 .asset-image,.ps-quiz .page33 .asset-image{max-width:100%;height:auto}.ps-quiz .age{height:205px}}@media(max-width:600px){.ps-quiz .page{padding:20px 16px}.ps-quiz .content{width:min(100%,432px)}.ps-quiz .list{width:100%}.ps-quiz .grid{width:100%;max-width:316px}.ps-quiz h1{font-size:28px}.ps-quiz .hero{width:100%;height:145px}.ps-quiz .intro h1{font-size:29px}}.ps-quiz .info-page{width:432px;text-align:center}.ps-quiz .info-page .info-image{width:432px;height:432px;object-fit:cover;border-radius:17px;display:block;margin:0 auto 22px}.ps-quiz .info-page h1{margin-bottom:16px}.ps-quiz .info-page .sub{max-width:432px;text-align:left;margin-bottom:20px}.ps-quiz .quote{background:#f5f5f5;border-left:3px solid var(--orange);border-radius:0 12px 12px 0;padding:13px 15px;text-align:left;font-size:12px;font-style:italic;color:#555;margin:18px 0 22px}.ps-quiz .long-info .btn{margin-top:0}.ps-quiz .metformin-info .info-image{width:280px;height:280px;margin-bottom:36px}.ps-quiz .metformin-info .sub{text-align:center;max-width:420px}.ps-quiz .studies-page .info-image{width:374px;height:335px;margin-bottom:66px}.ps-quiz .studies-page .sub{text-align:left;margin-bottom:15px}.ps-quiz .source{text-align:left;color:#777;font-size:11px;margin:0 0 20px}.ps-quiz .check-option .check{width:22px;height:22px;border:2px solid #ccc;border-radius:5px;position:relative;flex:none}.ps-quiz .check-option.selected .check{border-color:var(--orange);background:var(--orange)}.ps-quiz .check-option.selected .check:after{content:"\2713";color:#fff;font-weight:800;position:absolute;left:4px;top:-2px}.ps-quiz .social-proof{width:432px;text-align:center}.ps-quiz .proof-card{background:#f5f5f5;border:1px solid #e3e3e3;border-radius:16px;padding:20px 18px 16px;position:relative;text-align:left;min-height:205px;opacity:0;transform:translateY(18px) scale(.985);animation:proofCardIn .65s cubic-bezier(.22,.8,.25,1) .05s forwards;box-shadow:0 8px 24px #00000009}.ps-quiz .people-icons{color:var(--orange);font-size:24px;letter-spacing:2px;max-width:240px;line-height:1.2}.ps-quiz .people-icons span{color:#bbb}.ps-quiz .people-icons .person{display:inline-block;opacity:0;transform:translateY(8px) scale(.7);animation:personIn .38s cubic-bezier(.2,.8,.2,1) forwards}.ps-quiz .people-icons .person:nth-child(1){animation-delay:.15s}.ps-quiz .people-icons .person:nth-child(2){animation-delay:.2s}.ps-quiz .people-icons .person:nth-child(3){animation-delay:.25s}.ps-quiz .people-icons .person:nth-child(4){animation-delay:.3s}.ps-quiz .people-icons .person:nth-child(5){animation-delay:.35s}.ps-quiz .people-icons .person:nth-child(6){animation-delay:.4s}.ps-quiz .people-icons .person:nth-child(7){animation-delay:.45s}.ps-quiz .people-icons .muted{color:#bbb;animation-delay:.5s}.ps-quiz .people-icons .muted:nth-child(9){animation-delay:.55s}.ps-quiz .donut{position:absolute;right:22px;top:20px;width:72px;height:72px;border-radius:50%;display:grid;place-items:center;font-weight:800;color:var(--orange);font-size:15px;background:conic-gradient(var(--orange) 0deg,var(--orange) 0deg,#ddd 0deg,#ddd 360deg);animation:donutIn .85s cubic-bezier(.2,.8,.2,1) .18s both}.ps-quiz .donut:before{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;background:#f5f5f5;border-radius:50%}.ps-quiz .donut .donut-value,.ps-quiz .donut small{position:relative;z-index:1}.ps-quiz .donut .donut-value{font-size:15px;line-height:1;font-weight:800}.ps-quiz .donut small{font-size:7px;color:#777;margin-top:-15px}.ps-quiz .proof-card p{font-size:13px;line-height:1.45;margin:20px 0 12px;opacity:0;transform:translateY(8px);animation:contentIn .5s ease .45s forwards}.ps-quiz .survey{font-size:9px;color:#888;opacity:0;animation:contentIn .5s ease .58s forwards}.ps-quiz .connect{display:flex;justify-content:space-between;margin:23px 0 10px;color:#666;font-size:12px;opacity:0;transform:translateY(8px);animation:contentIn .5s ease .7s forwards}.ps-quiz .connect strong{color:var(--orange);font-size:17px}.ps-quiz .load{height:10px;background:#e4e4e4;border-radius:8px;overflow:hidden;margin-bottom:20px;opacity:0;animation:contentIn .45s ease .82s forwards}.ps-quiz .load i{display:block;width:0;height:100%;background:linear-gradient(90deg,#f7941d,#ffae45);border-radius:8px;box-shadow:0 0 12px #f7941d40;transition:width 1.35s cubic-bezier(.22,.8,.25,1)}.ps-quiz .reviews{display:block;overflow:hidden;margin:0 -30px 34px;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 26px,#000 calc(100% - 26px),transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 26px,#000 calc(100% - 26px),transparent 100%)}.ps-quiz .review{min-width:245px;background:#f5f5f5;border:1px solid #e5e5e5;border-radius:14px;padding:15px;text-align:left;font-size:12px;color:var(--orange);opacity:0;transform:translateY(16px);animation:reviewIn .55s cubic-bezier(.22,.8,.25,1) forwards;box-shadow:0 5px 16px #00000006}.ps-quiz .review:nth-child(1){animation-delay:.95s}.ps-quiz .review:nth-child(2){animation-delay:1.08s}.ps-quiz .review:nth-child(3){animation-delay:1.21s}.ps-quiz .review b{display:block;color:#222;font-size:13px;margin:7px 0 3px}.ps-quiz .review span{color:#48b66a;font-size:9px}.ps-quiz .review p{color:#666;line-height:1.4;margin:7px 0 0}.ps-quiz .social-proof .btn{margin-top:0;opacity:0;transform:translateY(10px);animation:contentIn .5s ease 1.34s forwards}@keyframes proofCardIn{to{opacity:1;transform:none}}@keyframes personIn{to{opacity:1;transform:none}}@keyframes contentIn{to{opacity:1;transform:none}}@keyframes reviewIn{to{opacity:1;transform:none}}@keyframes donutIn{0%{transform:scale(.7) rotate(-90deg);opacity:.2}to{transform:scale(1) rotate(0);opacity:1}}.ps-quiz .p35-image+h1{display:none}.ps-quiz .metric-icon{width:40px;height:40px;border-radius:8px;background:#050505;color:var(--orange);display:flex;align-items:center;justify-content:center;font-size:19px;object-fit:contain}.ps-quiz .p35-image{width:155px;height:255px;object-fit:contain;display:block;margin:20px auto 4px}.ps-quiz .p36{position:relative}.ps-quiz .summary-alert{position:relative;text-align:left;background:#fff8f8;border:1px solid #ffb8b8;border-radius:14px;padding:12px 96px 12px 13px;margin:14px 0}.ps-quiz .summary-alert h3{margin:0 0 7px;color:#f33;font-size:13px}.ps-quiz .summary-alert p{margin:0;color:#666;font-size:11px;line-height:1.45}.ps-quiz .summary-man{position:absolute;right:0;bottom:0;width:86px;height:104px;object-fit:contain}.ps-quiz .metric{display:flex;align-items:center;gap:12px;text-align:left;background:#f7f7f7;border:1px solid #e7e7e7;border-radius:14px;padding:11px 13px;margin:8px 0}.ps-quiz .metric-icon{width:40px;height:40px;border-radius:8px;background:#050505;color:var(--orange);display:flex;align-items:center;justify-content:center;font-size:19px}.ps-quiz .metric-label{font-size:10px;color:#888}.ps-quiz .metric-value{font-size:12px;color:#f33;font-weight:700;margin-top:3px}.ps-quiz .p38-map{width:420px;max-width:100%;height:225px;object-fit:contain;display:block;margin:28px auto 7px}.ps-quiz .p41-chart{width:420px;max-width:100%;height:255px;object-fit:contain;display:block;margin:18px auto 17px}.ps-quiz .date-label{display:block;text-align:left;font-size:10px;font-weight:700;color:#999;margin:17px 0 6px}.ps-quiz .date-input{height:52px;width:100%;border:1px solid #d8d8d8;border-radius:13px;background:#f8f8f8;padding:0 16px;font-size:16px;font-weight:600;color:#333}.ps-quiz .privacy{font-size:10px;color:#aaa;text-align:left;line-height:1.4;margin:18px 0}.ps-quiz .skip{border:0;background:none;color:#aaa;font-weight:600;font-size:12px;margin-top:13px;cursor:pointer}.ps-quiz .loading-wrap{padding-top:10px}.ps-quiz .loading-ring{width:108px;height:108px;border-radius:50%;background:conic-gradient(var(--orange) 0deg,#e1e1e1 0deg);display:flex;align-items:center;justify-content:center;margin:8px auto 28px}.ps-quiz .loading-ring:after{content:"";width:84px;height:84px;border-radius:50%;background:#fff}.ps-quiz .loading-number{position:absolute;font-family:Oswald;font-size:29px;font-weight:700}.ps-quiz .reviews{display:flex;gap:10px;width:450px;max-width:100%;overflow:hidden;margin:24px auto 0;text-align:left}.ps-quiz .review{flex:0 0 215px;background:#f7f7f7;border:1px solid #e5e5e5;border-radius:12px;padding:11px;font-size:10px;color:#666}.ps-quiz .review-name{font-size:11px;font-weight:700;color:#222}.ps-quiz .stars{color:var(--orange);letter-spacing:1px}.ps-quiz .final-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000085;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:none;align-items:center;justify-content:center;z-index:2147483000}.ps-quiz .final-modal.show{display:flex}.ps-quiz .final-modal-box{width:306px;background:#fff;border-radius:18px;padding:25px 20px 20px;box-shadow:0 18px 60px #00000040;text-align:center}.ps-quiz .modal-label{font-size:10px;font-weight:700;color:#aaa;margin-bottom:16px}.ps-quiz .modal-title{font-family:Oswald,Arial,sans-serif;font-size:20px;line-height:1.2;text-transform:uppercase;margin:0 0 20px}.ps-quiz .modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.ps-quiz .modal-btn{height:49px;border-radius:28px;border:1px solid #ddd;font-weight:700;cursor:pointer}.ps-quiz .modal-btn.no{background:#f6f6f6;color:#888}.ps-quiz .modal-btn.yes{background:var(--orange);border-color:var(--orange);color:#fff}.ps-quiz .auto-card.selected{box-shadow:0 0 0 2px #002fa733}.ps-quiz .compare-table .highlight{background:#eef3ff;border-left-color:#c6d4f5}.ps-quiz .load i{background:linear-gradient(90deg,#002fa7,#00227a);box-shadow:0 0 12px #002fa740}.ps-quiz .p35-image{width:155px;height:190px;object-fit:contain;display:block;margin:0 auto 48px;box-shadow:none}.ps-quiz .p36-image{display:none}.ps-quiz .sticky-cta{position:sticky;bottom:0;z-index:6;display:flex;flex-direction:column;align-items:center;gap:6px;padding:14px 0 16px;margin-top:10px;background:#fff}.ps-quiz .sticky-cta:before{content:"";position:absolute;left:0;right:0;bottom:100%;height:26px;background:linear-gradient(180deg,#fff0,#fff);pointer-events:none}.ps-quiz .sticky-cta .btn{margin-top:0}.ps-quiz .reviews-track{display:flex;gap:10px;width:max-content;animation:reviewsScroll 34s linear infinite;will-change:transform}.ps-quiz .reviews:hover .reviews-track{animation-play-state:paused}@keyframes reviewsScroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - 5px))}}.ps-quiz .review:nth-child(4){animation-delay:.95s}.ps-quiz .review:nth-child(5){animation-delay:1.08s}.ps-quiz .review:nth-child(6){animation-delay:1.21s}@media(prefers-reduced-motion:reduce){.ps-quiz .reviews-track{animation:none}}.ps-quiz .note-center{text-align:center;margin:0 auto 14px}.ps-quiz .auto-card{height:auto;display:flex;flex-direction:column;background:#fff;border-color:#e9e9e9}.ps-quiz .auto-card-media{display:block;height:206px;border-radius:11px 11px 0 0;overflow:hidden;background:linear-gradient(180deg,#f4f5f6,#eceef0)}.ps-quiz .auto-card-media img{width:100%;height:100%;object-fit:contain;object-position:center bottom;display:block;background:transparent}.ps-quiz .auto-card-label{display:block;padding:11px 8px 13px;font-size:14px;font-weight:700;color:#1a1a1a;text-align:center;line-height:1.2}.ps-quiz .auto-card.selected .auto-card-label{color:var(--orange)}.ps-quiz .p35 h1{margin-bottom:22px}.ps-quiz .p35-row{display:flex;align-items:center;justify-content:center;gap:18px;width:432px;margin:0 auto 20px}.ps-quiz .p35 .p35-image{width:168px;height:246px;flex:none;margin:0;object-fit:contain}.ps-quiz .p35 .list{width:auto;flex:1;min-width:0;margin:0}.ps-quiz .p35 .option{height:52px;padding:0 16px;font-size:13px}@media(max-width:600px){.ps-quiz .auto-card-media{height:170px}.ps-quiz .auto-card-label{font-size:13px}.ps-quiz .p35-row{width:100%;flex-direction:column;gap:14px}.ps-quiz .p35 .p35-image{width:150px;height:200px}.ps-quiz .p35 .list{width:100%;align-self:stretch}}.ps-quiz .summary-man{width:96px;height:112px;object-fit:contain;object-position:right bottom}.ps-quiz .p35 .p35-image{width:206px;height:300px}@media(max-width:600px){.ps-quiz .p35 .p35-image{width:190px;height:260px}}.ps-quiz .p41-date{font-family:Oswald,Arial,sans-serif;font-size:24px;font-weight:700;margin:10px 0 2px}.ps-quiz .perf-chart{width:432px;max-width:100%;margin:14px auto 22px;background:#f4f4f5;border-radius:16px;padding:15px 16px 11px;text-align:left}.ps-quiz .perf-chart-title{font-size:11px;font-weight:700;letter-spacing:.13em;color:#9b9b9b;margin-bottom:4px}.ps-quiz .perf-svg{display:block;width:100%;height:auto;overflow:visible}.ps-quiz .perf-axis{display:flex;justify-content:space-between;font-size:11px;font-weight:600;color:#a9a9a9;margin-top:2px}.ps-quiz .perf-fill-top{stop-color:var(--orange);stop-opacity:.26}.ps-quiz .perf-fill-bot{stop-color:var(--orange);stop-opacity:0}.ps-quiz .perf-grid{stroke:#dcdcdc;stroke-width:1.4;stroke-dasharray:5 6}.ps-quiz .perf-grid.hi{stroke:var(--orange);opacity:.45}.ps-quiz .perf-lbl{fill:#a9a9a9;font-size:11px;font-weight:600}.ps-quiz .perf-area{fill:url(#ps-perf-fill);opacity:0;animation:perfFade .85s ease .7s forwards}.ps-quiz .perf-line{fill:none;stroke:var(--orange);stroke-width:3.4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:900;stroke-dashoffset:900;animation:perfDraw 1.7s cubic-bezier(.35,0,.2,1) .12s forwards}.ps-quiz .perf-goalline{stroke:#cfcfcf;stroke-width:1.5;stroke-dasharray:4 5;opacity:0;animation:perfFade .5s ease 1.45s forwards}.ps-quiz .perf-start,.ps-quiz .perf-end{opacity:0;transform-box:fill-box;transform-origin:center;animation:perfPop .42s cubic-bezier(.2,.85,.25,1) forwards}.ps-quiz .perf-start{animation-delay:.1s}.ps-quiz .perf-end{animation-delay:1.55s}.ps-quiz .perf-start circle{fill:#3a3a3a}.ps-quiz .perf-end-dot{fill:var(--orange);stroke:#fff;stroke-width:2.5}.ps-quiz .perf-pill.now{fill:#2b2b2b}.ps-quiz .perf-pill.goal{fill:var(--orange)}.ps-quiz .perf-pill-text{fill:#fff;font-size:11px;font-weight:700}@keyframes perfDraw{to{stroke-dashoffset:0}}@keyframes perfFade{to{opacity:1}}@keyframes perfPop{0%{opacity:0;transform:scale(.45)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.ps-quiz .perf-line,.ps-quiz .perf-area,.ps-quiz .perf-goalline,.ps-quiz .perf-start,.ps-quiz .perf-end{animation-duration:.01s;animation-delay:0s}}.ps-quiz .page25 .asset-image{width:250px;height:300px;object-fit:cover;object-position:center;margin-top:34px}.ps-quiz .p35 .p35-image{width:190px;height:340px;object-fit:cover;object-position:center}@media(max-width:600px){.ps-quiz .page25 .asset-image{width:210px;height:250px;margin-top:26px}.ps-quiz .p35 .p35-image{width:172px;height:280px}}.ps-quiz .check-list{margin-top:34px}.ps-quiz .check-item{display:flex;align-items:center;text-align:left;height:auto;min-height:59px;padding:13px 18px;gap:12px;cursor:default}.ps-quiz .check-item:hover{border-color:#ddd}.ps-quiz .check-badge{flex:none;width:26px;height:26px;border-radius:50%;background:var(--orange);color:#fff;display:grid;place-items:center;font-size:14px;font-weight:700;line-height:1}@media(max-width:600px){.ps-quiz .check-item{padding:12px 14px;gap:10px}.ps-quiz .check-badge{width:24px;height:24px;font-size:13px}}.ps-quiz .p38-map{width:100%;max-width:432px;height:auto;aspect-ratio:432/224;object-fit:cover;object-position:center 54%;margin:22px auto 10px}.ps-quiz .modal-btn{display:flex;align-items:center;justify-content:center;gap:9px;font-size:15px}.ps-quiz .modal-ico{width:18px;height:18px;flex:none;fill:none;stroke:currentColor;stroke-width:2.8;stroke-linecap:round;stroke-linejoin:round}.ps-quiz .modal-btn.no{color:#5f5f5f;border-color:#d6d6d6}.ps-quiz .modal-btn.no:hover{background:#eee}.ps-quiz .modal-btn.yes:hover{filter:brightness(1.08)}.ps-quiz .meter-card{background:#f7f7f7;border:1px solid #e7e7e7;border-radius:14px;padding:12px;margin:14px 0}.ps-quiz .meter-track{position:relative;height:10px;border-radius:8px;background:linear-gradient(90deg,#ef5745 0 30%,#f2c94c 55%,#36bd68)}.ps-quiz .meter-dot{position:absolute;top:50%;width:20px;height:20px;box-sizing:border-box;border:3px solid var(--orange);background:#fff;border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 1px 4px #0000002e}.ps-quiz .meter-scale{font-size:10px;color:#999;margin-top:8px;display:flex;justify-content:space-between}.ps-quiz{height:100vh;height:100dvh}.ps-quiz .page{height:calc(100vh - var(--ps-header-h) - 10px);height:calc(100dvh - var(--ps-header-h) - 10px);overscroll-behavior:contain;-webkit-overflow-scrolling:touch}@media(max-width:600px){.ps-quiz{min-height:0}.ps-quiz .page{min-height:0;padding-top:18px;padding-bottom:14px}.ps-quiz .sticky-cta{padding-top:10px}.ps-quiz .info-page .sub,.ps-quiz .page31 .sub,.ps-quiz .page33 .sub{margin-bottom:14px}}.ps-quiz .page30 h1,.ps-quiz .page30 .sub{text-align:left}.ps-quiz .page30 .sub{max-width:432px;margin-left:0;margin-right:0}@media(max-width:600px){.ps-quiz .page30 .sub{max-width:100%}.ps-quiz .page30 h1{font-size:25px}}.ps-quiz .donut{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;line-height:1}.ps-quiz .donut .donut-value{font-size:16px;line-height:1;font-weight:800}.ps-quiz .donut small{font-size:7px;line-height:1;color:#777;margin-top:0}.ps-quiz .survey{display:flex;align-items:center;gap:6px;font-size:10px;color:#8a8a8a;letter-spacing:.04em}.ps-quiz .survey-ico{width:13px;height:13px;flex:none;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
/*# sourceMappingURL=/cdn/shop/t/39/assets/primal-storm-quiz.css.map */
