.house-quiz-page{--paper:#f6f5f1;--ink:#222a28;--muted:#696b67;--copper:#a05b3e;--line:#dcdcd6}.house-quiz-page *{box-sizing:border-box}.house-quiz-page{background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:Arial,Helvetica,sans-serif}.house-quiz-page button,.house-quiz-page input{font:inherit}.house-quiz-page button,.house-quiz-page a{-webkit-tap-highlight-color:transparent}.house-quiz-page button{cursor:pointer}.house-quiz-page a{color:inherit}.house-quiz-page button:focus-visible,.house-quiz-page a:focus-visible,.house-quiz-page input:focus-visible{outline-offset:5px;outline:3px solid #527970}.house-quiz-page button:disabled{cursor:not-allowed;opacity:.42}.house-quiz-page [hidden]{display:none!important}.house-quiz-page .hero{height:75vh;min-height:650px;max-height:880px;position:relative;overflow:hidden}.house-quiz-page .hero-image{-o-object-fit:cover;object-fit:cover;-o-object-position:70% 52%;object-position:70% 52%;width:100%;height:100%;position:absolute}.house-quiz-page .wash{background:linear-gradient(90deg,var(--paper) 2%,#f6f5f1f7 21%,#f6f5f1c7 33%,#f6f5f100 57%);position:absolute;inset:0}.house-quiz-page header{justify-content:space-between;align-items:center;padding:32px 5%;display:flex;position:relative}.house-quiz-page .brand{display:inline-flex}.house-quiz-page .brand img{-o-object-fit:contain;object-fit:contain;-o-object-position:left center;object-position:left center;width:156px;height:40px}.house-quiz-page .home-link{background:var(--paper);padding:10px 14px;font-size:14px;text-decoration:none}.house-quiz-page .hero-copy{width:440px;max-width:44%;margin:65px 0 0 5%;position:relative}.house-quiz-page h1{letter-spacing:-.055em;margin:0 0 28px;font-size:clamp(48px,5.5vw,84px);font-weight:600;line-height:1.02}.house-quiz-page .primary{background:var(--copper);border:1px solid var(--copper);color:#fff;border-radius:2px;justify-content:center;align-items:center;gap:30px;min-height:60px;padding:19px 25px;font-size:17px;transition:background .15s;display:inline-flex}.house-quiz-page .primary:hover{background:#85492f}.house-quiz-page .primary svg,.house-quiz-page .icon-button svg{fill:none;stroke:currentColor;stroke-width:1.3px;width:23px;height:23px}.house-quiz-page .hero-copy small{color:var(--muted);margin-top:15px;font-size:13px;display:block}.house-quiz-page .image-note{color:#fff;text-shadow:0 1px 4px #000;font-size:11px;position:absolute;bottom:16px;right:25px}.house-quiz-page .benefits{border-bottom:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:30px;padding:34px 5%;display:grid}.house-quiz-page .benefits article+article{border-left:1px solid var(--line);padding-left:30px}.house-quiz-page .benefits h2{margin:0 0 10px;font-size:19px;font-weight:500}.house-quiz-page .benefits p{color:var(--muted);max-width:320px;margin:0;font-size:15px;line-height:1.45}.house-quiz-page footer{justify-content:space-between;align-items:center;padding:22px 5%;display:flex}.house-quiz-page footer .brand img{width:120px}.house-quiz-page .text-link{color:var(--copper);border:0;border-bottom:1px solid var(--copper);background:0 0;padding:8px 0;font-size:14px}.house-quiz-page .preview-note{color:var(--muted);margin:0;padding:0 5% 18px;font-size:11px}.house-quiz-page #quiz{grid-template-columns:34% 66%;min-height:100vh;display:grid}.house-quiz-page .quiz-image{height:100vh;position:sticky;top:0;overflow:hidden}.house-quiz-page .quiz-image>img{-o-object-fit:cover;object-fit:cover;-o-object-position:61% center;object-position:61% center;width:100%;height:100%}.house-quiz-page .quiz-image>div{color:#fff;text-shadow:0 2px 6px #000;font-size:16px;position:absolute;bottom:45px;left:36px}.house-quiz-page .quiz-image span{background:#fff;width:38px;height:2px;margin-top:20px;display:block}.house-quiz-page .quiz-body{max-width:1000px;padding:30px clamp(26px,6vw,100px)}.house-quiz-page .quiz-header{justify-content:space-between;align-items:center;margin-bottom:48px;font-size:22px;display:flex}.house-quiz-page .icon-button{background:0 0;border:0;padding:8px;display:inline-flex}.house-quiz-page .progress-label{color:var(--muted);margin-bottom:12px;font-size:14px}.house-quiz-page .progress-label b{color:var(--ink);font-weight:400}.house-quiz-page .progress-track{background:var(--line);height:4px;margin-bottom:40px}.house-quiz-page .progress-track span{background:var(--copper);height:100%;transition:width .25s;display:block}.house-quiz-page h2.question{letter-spacing:-.035em;max-width:580px;margin:0 0 13px;font-size:clamp(28px,3.1vw,43px);font-weight:500;line-height:1.12}.house-quiz-page .helper{color:var(--muted);margin:0 0 26px;font-size:15px;line-height:1.5}.house-quiz-page .options{gap:12px;margin-top:27px;display:grid}.house-quiz-page .option{border:1px solid var(--line);cursor:pointer;background:#ffffff38;align-items:center;gap:18px;min-height:66px;padding:19px 20px;font-size:17px;transition:border-color .15s,background .15s;display:flex;position:relative}.house-quiz-page .option:hover{border-color:#9b9e96}.house-quiz-page .option:has(input:checked){border-color:var(--copper);background:#f0e8e1}.house-quiz-page .option input{appearance:none;border:1px solid #92988e;border-radius:50%;flex-shrink:0;place-content:center;width:22px;height:22px;margin:0;display:grid}.house-quiz-page .option input[type=checkbox]{border-radius:3px}.house-quiz-page .option input:checked{border-color:var(--copper)}.house-quiz-page .option input:checked:after{content:"";background:var(--copper);border-radius:50%;width:12px;height:12px}.house-quiz-page .option input[type=checkbox]:checked:after{border-radius:1px}.house-quiz-page .quiz-actions{align-items:center;gap:20px;margin-top:36px;display:flex}.house-quiz-page .quiz-actions .primary{flex:1}.house-quiz-page .back{color:var(--muted);background:0 0;border:0;padding:16px 5px;font-size:15px}.house-quiz-page .quiz-disclaimer{color:var(--muted);margin:28px 0 8px;font-size:11px}.house-quiz-page .summary{margin:24px 0}.house-quiz-page .summary-row{border-bottom:1px solid var(--line);grid-template-columns:1fr auto;gap:7px 20px;padding:13px 0;display:grid}.house-quiz-page .summary-row dt{color:var(--muted);font-size:12px}.house-quiz-page .summary-row dd{grid-column:1;margin:0;font-size:15px;line-height:1.4}.house-quiz-page .edit{color:var(--copper);background:0 0;border:0;grid-area:1/2/3;align-self:center;padding:8px;font-size:13px}.house-quiz-page .contact{gap:16px;margin-top:24px;display:grid}.house-quiz-page .contact label{gap:8px;font-size:14px;display:grid}.house-quiz-page .contact input{background:#fff;border:1px solid #c4c7bf;border-radius:0;width:100%;min-width:0;padding:15px}.house-quiz-page .contact .consent{color:var(--muted);align-items:flex-start;gap:12px;font-size:12px;line-height:1.4;display:flex}.house-quiz-page .consent input{width:18px;height:18px;min-height:0;accent-color:var(--copper);flex-shrink:0;margin:0;padding:0}.house-quiz-page .contact .primary{width:100%}.house-quiz-page .error{color:#973a2e;font-size:14px}.house-quiz-page .success{padding-top:35px}.house-quiz-page .success-mark{color:var(--copper);margin:0 0 25px;font-size:40px}.house-quiz-page .success p{color:var(--muted);line-height:1.6}.house-quiz-page .success .primary{margin:15px 0}.house-quiz-page .success a{margin-top:15px;font-size:14px;display:block}.house-quiz-page .form-note{color:var(--muted);margin:0;font-size:12px;line-height:1.5}@media (min-width:1500px){.house-quiz-page .hero-copy{margin-top:100px}}@media (max-width:800px){.house-quiz-page .hero{height:auto;min-height:700px}.house-quiz-page .hero-image{-o-object-position:65% 58%;object-position:65% 58%;height:390px;top:auto;bottom:0}.house-quiz-page .wash{background:linear-gradient(180deg,var(--paper) 40%,#f6f5f100 70%)}.house-quiz-page header{padding:18px 6%}.house-quiz-page .brand img{width:130px;height:34px}.house-quiz-page .home-link{padding:8px;font-size:12px}.house-quiz-page .hero-copy{width:88%;max-width:none;margin:35px 6% 0}.house-quiz-page h1{max-width:370px;margin-bottom:20px;font-size:54px}.house-quiz-page .hero-copy p{max-width:350px;margin-bottom:22px;font-size:17px}.house-quiz-page .hero-copy .primary{min-height:54px;padding:15px 20px;font-size:16px}.house-quiz-page .hero-copy small{font-size:12px}.house-quiz-page .benefits{grid-template-columns:1fr;gap:22px;padding:28px 6%}.house-quiz-page .benefits article+article{border-left:0;border-top:1px solid var(--line);padding:20px 0 0}.house-quiz-page .benefits p{max-width:none}.house-quiz-page .benefits h2{font-size:18px}.house-quiz-page footer{gap:18px;padding:18px 6%}.house-quiz-page footer .text-link{font-size:12px}.house-quiz-page .preview-note{padding-left:6%}.house-quiz-page #quiz{display:block}.house-quiz-page .quiz-image{display:none}.house-quiz-page .quiz-body{max-width:640px;margin:auto;padding:20px 6%}.house-quiz-page .quiz-header{margin-bottom:30px;font-size:19px}.house-quiz-page .progress-track{margin-bottom:30px}.house-quiz-page h2.question{font-size:34px}.house-quiz-page .option{min-height:62px;padding:16px;font-size:16px}.house-quiz-page .quiz-actions{margin-top:28px}.house-quiz-page .quiz-actions .primary{font-size:16px}.house-quiz-page .quiz-disclaimer{margin-top:24px}}@media (prefers-reduced-motion:reduce){.house-quiz-page *{scroll-behavior:auto!important;transition:none!important}}@media (max-width:800px){.house-quiz-page .hero{min-height:810px}.house-quiz-page .hero-image{height:370px;bottom:0}.house-quiz-page .wash{display:none}.house-quiz-page .hero-copy{padding-bottom:30px}.house-quiz-page .hero-copy small{color:#5b605b}}.house-quiz-page{--paper:#f4efe7;--ink:#1f241f;--muted:#6f6a60;--copper:#a66a3f;--line:#1f2a241f;text-rendering:geometricprecision;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.house-quiz-page h1,.house-quiz-page h2,.house-quiz-page h3{text-wrap:balance}.house-quiz-page p{text-wrap:pretty}.house-quiz-page .hero{color:#fff8ef;background:#1f2a24;height:calc(100svh - 80px);min-height:690px;max-height:none}.house-quiz-page .hero-image{-o-object-position:center 48%;object-position:center 48%;width:100%;height:100%;inset:0}.house-quiz-page .wash{background:linear-gradient(#070a0866,#0000 29%),linear-gradient(#0000 32%,#1f2a2421 47%,#1f2a24bf 74%,#1f2a24f5 90%,#1f2a24 100%);display:block}.house-quiz-page header{z-index:1;max-width:1440px;margin:auto;padding:25px 4%}.house-quiz-page .brand{align-items:center;gap:9px;max-width:190px}.house-quiz-page .brand .brand-mark{-o-object-fit:contain;object-fit:contain;width:37px;height:42px}.house-quiz-page .brand .brand-wordmark{-o-object-fit:contain;object-fit:contain;width:128px;height:25px}.house-quiz-page .home-link{color:#fff8ef;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff14;border:1px solid #ffffff4d;border-radius:999px;padding:12px 21px;font-size:14px;font-weight:500}.house-quiz-page .hero-copy{grid-template-columns:1fr 1fr;align-items:start;gap:7%;width:92%;max-width:1325px;margin:0;display:grid;position:absolute;bottom:65px;left:4%}.house-quiz-page h1{letter-spacing:0;max-width:610px;margin:0;font-size:clamp(38px,4.1vw,63px);font-weight:500;line-height:1.04}.house-quiz-page .hero-copy p{color:#ffffffeb;max-width:540px;margin:0 0 12px;font-size:18px;line-height:1.55}.house-quiz-page .hero-copy p strong{font-weight:600}.house-quiz-page .hero-copy .hero-detail{color:#ffffffbf;max-width:520px;margin-bottom:23px;font-size:15px}.house-quiz-page .primary{text-shadow:0 1px 2px #00000047;background:linear-gradient(#fff3,#fff0 42%),linear-gradient(132deg,#6f432a 0%,#8c5d39 34%,#986d4d 52%,#8c5d39 68%,#74482d 100%);border:1px solid #ffe6cc2e;border-radius:999px;gap:20px;min-height:58px;padding:18px 25px;font-size:15px;font-weight:600;position:relative;box-shadow:0 10px 24px #49271640,inset 0 1px #ffffff4d,inset 0 -1px #321a0f57}.house-quiz-page .primary:hover{filter:brightness(1.08);background:linear-gradient(#fff3,#fff0 42%),linear-gradient(132deg,#6f432a 0%,#8c5d39 34%,#986d4d 52%,#8c5d39 68%,#74482d 100%)}.house-quiz-page .hero-copy small{color:#ffffff9e;margin-top:14px;font-size:11px}.house-quiz-page .image-note{color:#ffffffbf;font-size:10px;top:110px;bottom:auto;right:4%}.house-quiz-page footer{color:#fff8ef;background:#1f2a24;border-top:1px solid #ffffff1a;min-height:80px;padding:18px 4%}.house-quiz-page footer .brand img.brand-mark{width:24px;height:28px}.house-quiz-page footer .brand img.brand-wordmark{width:96px;height:20px}.house-quiz-page footer .text-link{color:#f0d5bb;border-color:#f0d5bb66;font-size:13px}.house-quiz-page .preview-note{color:#ffffff75;background:#1f2a24;padding:0 4% 14px}.house-quiz-page .quiz-image{background:#1f2a24}.house-quiz-page .quiz-image>img{-o-object-position:49% center;object-position:49% center}.house-quiz-page .quiz-header strong{font-weight:500}.house-quiz-page .option{background:#faf8f4;border-radius:16px}.house-quiz-page .option:has(input:checked){background:#efe7dc;border-color:#a66a3f;box-shadow:inset 0 0 0 1px #a66a3f26}.house-quiz-page .progress-track{border-radius:6px;overflow:hidden}.house-quiz-page .progress-track span{background:linear-gradient(90deg,#6f432a,#a66a3f)}.house-quiz-page h2.question{letter-spacing:0;font-weight:500}.house-quiz-page .contact input{background:#faf8f4;border-radius:12px}.house-quiz-page .contact .consent input{border-radius:3px}.house-quiz-page .back{font-size:14px}.house-quiz-page .quiz-actions .primary{font-size:15px}@media (min-width:1500px){.house-quiz-page .hero-copy{left:calc(50% - 662.5px)}}@media (max-width:800px){.house-quiz-page .hero{height:auto;min-height:860px}.house-quiz-page .hero-image{-o-object-position:58% center;object-position:58% center;height:520px;inset:0}.house-quiz-page .wash{background:linear-gradient(#070a084d,#0000 23%,#1f2a240d 38%,#1f2a24 62%);height:100%}.house-quiz-page header{padding:19px 6%}.house-quiz-page .brand .brand-mark{width:29px;height:35px}.house-quiz-page .brand .brand-wordmark{width:109px;height:21px}.house-quiz-page .home-link{padding:10px 14px;font-size:12px}.house-quiz-page .image-note{font-size:9px;top:83px;right:6%}.house-quiz-page .hero-copy{width:88%;max-width:none;margin:315px 6% 0;padding:0 0 30px;display:block;position:relative;bottom:auto;left:auto}.house-quiz-page h1{max-width:440px;margin-bottom:22px;font-size:36px;line-height:1.07}.house-quiz-page .hero-copy p{font-size:16px;line-height:1.55}.house-quiz-page .hero-copy .hero-detail{margin-bottom:22px;font-size:14px;line-height:1.5}.house-quiz-page .hero-copy .primary{white-space:normal;gap:12px;width:100%;min-height:58px;padding:17px 16px;font-size:13px}.house-quiz-page .primary svg{flex-shrink:0}.house-quiz-page .hero-copy small{color:#ffffff9e;text-align:center;font-size:10px}.house-quiz-page .quiz-body{background:var(--paper)}.house-quiz-page footer{align-items:center;gap:15px;padding:20px 6%}.house-quiz-page footer .brand img.brand-wordmark{width:88px}.house-quiz-page footer .text-link{font-size:11px}.house-quiz-page .preview-note{padding:0 6% 14px}.house-quiz-page h2.question{font-size:31px}}.house-quiz-page .hero-action>.primary{margin-top:12px}.house-quiz-page .quiz-actions .back{text-align:left;max-width:140px}.house-quiz-page .lead-screen{color:#fff8ef;background:#1f2a24 url(/images/house-quiz/house.webp) 50%/cover no-repeat;display:block!important;position:relative!important}.house-quiz-page .lead-screen:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0c1711ad,#101b1538 55%,#101b1580),linear-gradient(#0000 35%,#132017cc);position:absolute;inset:0}.house-quiz-page .lead-screen .quiz-image{display:none}.house-quiz-page .lead-screen .quiz-body{background:0 0;max-width:1440px;min-height:100svh;margin:auto;padding:28px 4%;position:relative}.house-quiz-page .lead-screen .quiz-header{margin-bottom:0}.house-quiz-page .lead-screen .quiz-header strong{font-size:18px}.house-quiz-page .lead-layout{grid-template-columns:1.1fr 1fr;align-items:center;gap:7%;min-height:calc(100svh - 140px);padding:45px 0;display:grid}.house-quiz-page .lead-copy{align-self:center}.house-quiz-page .lead-copy h2.question{max-width:640px;margin-bottom:30px;font-size:clamp(38px,4.2vw,64px);font-weight:500;line-height:1.05}.house-quiz-page .lead-intro{margin:0 0 10px;font-size:19px;line-height:1.55}.house-quiz-page .lead-description{color:#fff8efd4;max-width:510px;margin:0;font-size:17px;line-height:1.65}.house-quiz-page .lead-caption{color:#ffffff80;margin-top:35px;font-size:10px;display:block}.house-quiz-page .lead-form-wrap{color:#1f241f;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#f6f1e8f5;border-radius:24px;padding:38px;box-shadow:0 24px 80px #0000002e}.house-quiz-page .lead-form-wrap h3{margin:0 0 8px;font-size:26px;font-weight:500;line-height:1.2}.house-quiz-page .form-subtitle{color:#6f6a60;margin:0 0 25px;font-size:15px}.house-quiz-page .lead-form-wrap .contact{gap:20px}.house-quiz-page .lead-form-wrap .contact label{font-size:14px}.house-quiz-page .lead-form-wrap .contact input{background:#faf8f4;border:1px solid #d7d1c7;border-radius:12px;min-height:54px}.house-quiz-page .lead-form-wrap .contact .consent{gap:10px;font-size:11px;line-height:1.5}.house-quiz-page .lead-form-wrap .consent input{border-radius:3px;height:18px;min-height:18px}.house-quiz-page .lead-form-wrap .contact .primary{font-size:15px}.house-quiz-page .lead-form-wrap .form-note{font-size:10px;line-height:1.5}.house-quiz-page .lead-form-wrap .back{margin-top:12px}.house-quiz-page .lead-screen .quiz-disclaimer{color:#ffffff7a;font-size:10px}.house-quiz-page .lead-screen .success{max-width:650px;padding:80px 0}.house-quiz-page .lead-screen .success p{color:#fffc}.house-quiz-page .lead-screen .success h2{font-size:48px}@media (max-width:800px){.house-quiz-page .hero{min-height:750px}.house-quiz-page .hero-copy{margin-top:315px}.house-quiz-page .hero-action>.primary{margin-top:12px}.house-quiz-page .lead-screen{background-position:55% 0!important;background-size:auto 100vh!important;background-attachment:fixed!important}.house-quiz-page .lead-screen:before{background:linear-gradient(#0f191359,#0f1913cc 43%,#1f2a24 75%)}.house-quiz-page .lead-screen .quiz-body{padding:20px 6%}.house-quiz-page .lead-layout{min-height:0;padding:65px 0 15px;display:block}.house-quiz-page .lead-copy h2.question{max-width:380px;margin-bottom:20px;font-size:36px}.house-quiz-page .lead-intro{font-size:16px}.house-quiz-page .lead-description{font-size:15px;line-height:1.6}.house-quiz-page .lead-caption{margin:18px 0 28px;font-size:9px}.house-quiz-page .lead-form-wrap{border-radius:20px;padding:25px 21px}.house-quiz-page .lead-form-wrap h3{font-size:23px}.house-quiz-page .lead-form-wrap .contact{gap:17px}.house-quiz-page .lead-screen .success{padding:55px 0}.house-quiz-page .lead-screen .success h2{font-size:36px}}.house-quiz-page .lead-screen .icon-button{color:#fff8ef}.house-quiz-page .home-gallery{color:#1f241f;background:#f4efe7;padding:80px 4% 64px}.house-quiz-page .gallery-heading{margin-bottom:32px}.house-quiz-page .gallery-heading h2,.house-quiz-page .main-invite h2{letter-spacing:-.025em;margin:0 0 16px;font-size:clamp(28px,3.5vw,44px);font-weight:500;line-height:1.15}.house-quiz-page .gallery-heading p,.house-quiz-page .main-invite p{color:#6f6a60;margin:0;line-height:1.6}.house-quiz-page .gallery-grid{grid-template-columns:1fr 1fr;gap:28px 24px;display:grid}.house-quiz-page .gallery-grid figure{min-width:0;margin:0}.house-quiz-page .gallery-wide{grid-column:1/-1}.house-quiz-page .gallery-grid img{aspect-ratio:1.6;-o-object-fit:cover;object-fit:cover;border-radius:20px;width:100%;display:block}.house-quiz-page .gallery-wide img{aspect-ratio:2.2;-o-object-position:center 52%;object-position:center 52%}.house-quiz-page .gallery-grid figcaption{margin-top:14px;font-size:17px;line-height:1.5}.house-quiz-page .gallery-note{color:#6f6a60;margin:24px 0 0;font-size:12px;line-height:1.6}.house-quiz-page .main-invite{border-top:1px solid #d9d1c5;justify-content:space-between;align-items:center;gap:32px;margin-top:56px;padding-top:40px;display:flex}.house-quiz-page .main-invite h2{font-size:30px}.house-quiz-page .main-invite .primary{flex-shrink:0;text-decoration:none}.house-quiz-page .home-link{white-space:nowrap}@media (max-width:800px){.house-quiz-page .home-gallery{padding:48px 6%}.house-quiz-page .gallery-grid{grid-template-columns:1fr;gap:28px}.house-quiz-page .gallery-wide{grid-column:auto}.house-quiz-page .gallery-wide img,.house-quiz-page .gallery-grid img{aspect-ratio:1.2;border-radius:16px}.house-quiz-page .gallery-grid figcaption{font-size:16px}.house-quiz-page .main-invite{margin-top:36px;padding-top:32px;display:block}.house-quiz-page .main-invite .primary{gap:15px;width:100%;margin-top:24px;font-size:13px}.house-quiz-page .main-invite h2{font-size:28px}.house-quiz-page .home-link{font-size:11px}}.house-quiz-page{min-height:100vh}.house-quiz-page figure{display:block}.house-quiz-page .quiz-test-note{color:#514d44;background:#efe7dc;margin:0;padding:10px 4%;font-size:12px}.house-quiz-page .contact .trap{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.house-quiz-page .error{background:#fff1e9;border-radius:8px;padding:12px}.house-quiz-page .lead-screen .error{color:#973a2e}.house-quiz-page .consent input{min-height:18px}.house-quiz-page h2.question:focus{outline:none}.house-quiz-page .contact .primary:disabled{color:#79736b;box-shadow:none;text-shadow:none;opacity:1;cursor:not-allowed;background:#d4cec5;border-color:#c9c1b6;transform:none}.house-quiz-page .success a.primary{flex-wrap:nowrap;justify-content:center;align-items:center;gap:20px;width:auto;max-width:100%;min-height:52px;padding:14px 24px;font-size:14px;line-height:1.35;display:inline-flex}.house-quiz-page .success a.primary svg{flex:0 0 22px;width:22px;height:22px}
