/*
 * Estate Planning Questionnaire - Frontend Styles
 * Version: 4.4.7
 *
 * This file consolidates all public-facing EPQ styles that were previously
 * split across epq-frontend.css, epq-frontend-v2.css, and epq-layout-v4.css.
 * Admin-only styles remain in assets/css/admin.css.
 *
 * Organization:
 * 01. Classic shortcode/base styles
 * 02. V2 questionnaire screen styles
 * 03. V4 layout shell/responsive overrides
 * 04. Responsive/mobile overrides inherited from the prior working build
 */


/* ==========================================================
   Source: epq-frontend.css
   ========================================================== */

.epq-form-container{max-width:900px;margin:2rem auto;padding:2.5rem;background-color:#f7f7f7;border:1px solid #e5e5e5;border-radius:8px;font-family:sans-serif;font-size: clamp(13.12px, 1.111vw, 16px)}.epq-form-container .epq-progress-pill{display:inline-block;background-color:#d8ae66;color:white;padding:8px 18px;border-radius:25px;font-size:0.9em;margin-bottom:2rem}.epq-form-container .epq-form-step{display:none;animation:fadeIn 0.5s}.epq-form-container .epq-form-step.active{display:block}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.epq-form-container .epq-form-step h2,.epq-form-container .epq-form-step h3,.epq-form-container .epq-form-step h4,.epq-form-container .epq-form-step h5{font-family:sans-serif;font-weight:bold;letter-spacing:-0.5px;color:#333}.epq-form-container .epq-form-step h2{font-size:2em;padding-bottom:0.5rem;margin-bottom:2rem;border-bottom:1px solid #d8ae66}.epq-form-container .epq-form-step h3{font-size:1.4em;color:#444;margin-top:2.5rem;margin-bottom:1.5rem}.epq-form-container .epq-form-step h4{font-size:1.1em;margin-top:2rem}.epq-form-container .epq-form-step h5{font-size:1em;margin-top:1.5rem}.epq-form-container .epq-row{display:flex;flex-wrap:nowrap;gap:2rem;margin-bottom:1.5rem}.epq-form-container .epq-row .epq-field-group,.epq-form-container .epq-row .epq_nested_row_container{flex:1;margin-bottom:0}.epq-form-container .epq-field-group{margin-bottom:1.5rem}.epq-form-container .epq-field-group label,.epq-form-container .epq-field-group .epq-group-label{display:block;font-size:1em;color:#555;margin-bottom:0.5rem;font-weight:normal}.epq-form-container .epq_nested_row_container{display:flex;flex-direction:column;gap:1.5rem}.epq-form-container .epq-field-group input[type="text"],.epq-form-container .epq-field-group input[type="email"],.epq-form-container .epq-field-group input[type="tel"],.epq-form-container .epq-field-group input[type="date"],.epq-form-container .epq-field-group input[type="number"],.epq-form-container .epq-field-group textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:4px;background-color:#fff;font-size:1em;box-sizing:border-box;transition:border-color 0.2s;box-shadow:none}.epq-form-container .epq-field-group input:hover,.epq-form-container .epq-field-group textarea:hover,.epq-form-container .epq-field-group input:focus,.epq-form-container .epq-field-group textarea:focus,.epq-form-container .epq-field-group input:active,.epq-form-container .epq-field-group textarea:active{outline:none !important;border-color:#d8ae66 !important;box-shadow:none !important}.epq-form-container .epq-field-group input::placeholder{color:#aaa;font-style:italic}.epq-form-container .epq-options-wrapper{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center}.epq-form-container .epq-field-type-radio .epq-options-wrapper,.epq-form-container .epq-field-type-checkbox .epq-options-wrapper{flex-wrap:nowrap}.epq-form-container .epq-options-wrapper.epq-wrap-options{flex-wrap:wrap}.epq-form-container .epq-field-type-checkbox-stack{flex-direction:column;align-items:flex-start}.epq-form-container .epq-options-wrapper label{display:flex;align-items:center;cursor:pointer;margin:0}.epq-form-container .epq-options-wrapper input[type="checkbox"],.epq-form-container .epq-options-wrapper input[type="radio"]{-webkit-appearance:none;appearance:none;margin:0 0.5rem 0 0;width:1.4em;height:1.4em;border:1px solid #ccc;display:grid;place-content:center;padding:0}.epq-form-container .epq-options-wrapper input[type="checkbox"]{border-radius:2px}.epq-form-container .epq-options-wrapper input[type="radio"]{border-radius:50%}.epq-form-container .epq-options-wrapper input[type="checkbox"]:checked,.epq-form-container .epq-options-wrapper input[type="radio"]:checked{border-color:#d8ae66}.epq-form-container .epq-options-wrapper-stack{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.epq-form-container .epq-options-wrapper-stack label{display:flex;align-items:center;cursor:pointer;margin:0}.epq-form-container .epq-options-wrapper-stack input[type="radio"]{-webkit-appearance:none;appearance:none;margin:0 0.5rem 0 0;width:1.4em;height:1.4em;border:1px solid #ccc;display:grid;place-content:center;border-radius:50%}.epq-form-container .epq-options-wrapper-stack input[type="radio"]:checked{border-color:#d8ae66}.epq-form-container .epq-options-wrapper-stack input[type="radio"]::before{content:"";width:0.72em;height:0.72em;border-radius:50%;transform:scale(0);transition:120ms transform ease-in-out;background-color:#d8ae66}.epq-form-container .epq-options-wrapper-stack input[type="radio"]:checked::before{transform:scale(1)}.epq-form-container .epq-conditional-textarea{display:none;width:100%;margin-top:0.5rem;margin-left:calc(1.2em+0.5rem)}.epq-form-container .epq-field-type-radio-stack label:has(input[value="as_follows"]:checked)+textarea{display:block}.epq-form-container .epq-options-wrapper input[type="radio"]::before{content:"";width:0.72em;height:0.72em;border-radius:50%;transform:scale(0);transition:120ms transform ease-in-out;background-color:#d8ae66}.epq-form-container .epq-options-wrapper input[type="radio"]:checked::before{transform:scale(1)}.epq-form-container .epq-options-wrapper input[type="checkbox"]::before{content:"";width:0.6em;height:0.6em;transform:scale(0);transition:120ms transform ease-in-out;box-shadow:inset 1em 1em #d8ae66;transform-origin:bottom left;clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%)}.epq-form-container .epq-options-wrapper input[type="checkbox"]:checked::before{transform:scale(1)}.epq-form-container .epq-child-row{align-items:flex-end}.epq-form-container .epq-child-row .child-name{flex-grow:2}.epq-form-container .epq-child-row .child-owner{flex-grow:2}.epq-form-container .epq-child-row .child-age{flex-grow:1}.epq-form-container .epq-child-row .epq-options-wrapper{padding-bottom:12px;gap:0.5rem !important;font-size:0.9em}.epq-form-container .epq-child-row .epq-options-wrapper label span{display:none}@media (min-width:768px){.epq-form-container .epq-child-row .epq-options-wrapper label span{display:inline}}.epq-form-container .epq-btn-add{background:none;border:1px dashed #d8ae66;color:#d8ae66;padding:8px 16px;font-weight:bold;cursor:pointer;transition:all 0.2s;display:block;margin-top:1rem}.epq-form-container .epq-btn-add:hover{background:#d8ae66;color:white}.epq-form-container .epq-asset-inventory{display:flex;flex-direction:column}.epq-form-container .epq-asset-header,.epq-form-container .epq-asset-row{display:flex;align-items:center;border-bottom:1px solid #ddd;padding:0.5rem 0}.epq-form-container .epq-asset-header{font-weight:bold;border-bottom-width:2px}.epq-form-container .epq-asset-inventory .item{flex:2.5}.epq-form-container .epq-asset-inventory .value,.epq-form-container .epq-asset-inventory .debt{flex:1;padding:0 0.5rem}.epq-form-container .epq-asset-inventory .joint{flex:2}.epq-form-container .epq-asset-inventory .joint .epq-options-wrapper{flex-wrap:nowrap;gap:0.5rem;font-size:0.9em}.epq-form-container .epq-deed-block{border:1px solid #eee;padding:1rem;margin-bottom:2rem;border-radius:4px}.epq-form-container #epq-summary-content dl{padding:0}.epq-form-container #epq-summary-content dt{font-weight:bold;color:#333;padding:0.75rem 0.5rem;background-color:#f0f0f0;margin-top:1rem;border-radius:3px}.epq-form-container #epq-summary-content dd{margin:0 0 0.5rem 0;padding:0.75rem 0.5rem;border-bottom:1px dotted #ccc}.epq-form-container .epq-summary-actions{margin-top:2rem;border-top:1px solid #ddd;padding-top:1.5rem}.epq-form-container .epq-conditional-block{display:none}.epq-form-container .epq-static-text{font-style:italic;color:#666;margin-bottom:1rem}.epq-form-container .epq-navigation{display:flex;justify-content:space-between;align-items:center;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid #e5e5e5}.epq-form-container .epq-nav-left{flex-grow:1}.epq-form-container .epq-nav-right{display:flex;gap:0.5rem}.epq-form-container .epq-btn{padding:12px 28px !important;border:none !important;border-radius:5px !important;cursor:pointer;font-size:1em !important;font-weight:bold !important;transition:all 0.2s;background-color:#d8ae66 !important;color:white !important;line-height:normal !important;height:auto !important;text-transform:none !important}.epq-form-container .epq-btn:hover{transform:translateY(-2px);box-shadow:0 4px 10px rgba(0,0,0,0.1);filter:brightness(1.1)}.epq-form-container .epq-btn:disabled{background-color:#ccc !important;cursor:not-allowed !important;transform:none !important;filter:none !important}#epq-final-message{display:none;text-align:center;padding:2rem;max-width:700px;margin:2rem auto;background-color:#f7f7f7;border:1px solid #e5e5e5;border-radius:8px}#epq-final-message h1{font-size:2em;color:#333;margin-bottom:1rem}#epq-final-message p{font-size:1.1em;line-height:1.6;color:#555}#epq-final-message a{color:#d8ae66;text-decoration:underline}.epq-form-container .epq-honeypot-field{opacity:0;position:absolute;top:0;left:0;height:0;width:0;z-index:-1}#epq-modal-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.6);z-index:10000;justify-content:center;align-items:center}#epq-modal-content{background:#fff;padding:3rem;border-radius:8px;max-width:600px;width:90%;text-align:center;position:relative;box-shadow:0 5px 15px rgba(0,0,0,0.3)}#epq-modal-content h1{font-size:1.8em;color:#333;margin-top:0}#epq-modal-content p{font-size:1.1em;line-height:1.6}#epq-modal-content a{color:#d8ae66}#epq-modal-close{position:absolute;top:10px;right:15px;background:none;border:none;font-size:2rem;line-height:1;cursor:pointer;color:#999}#epq-modal-close:hover{color:#333}


/* ==========================================================
   Source: epq-frontend-v2.css
   ========================================================== */

.epq-v2-app{--epq-v2-app-width:960px;width:var(--epq-v2-app-width,960px);max-width:85vw;margin:32px auto;padding:20px;box-sizing:border-box;font-family:Inter,Arial,sans-serif;color:#1a1f2b;transition:width 0.45s cubic-bezier(0.22,0.61,0.36,1)}.epq-v2-app.epq-v2-sizing{transition:none !important}@media (min-width:992px){.epq-v2-app{min-width:920px}}@media (max-width:991px){.epq-v2-app{width:auto;min-width:0;max-width:100%}}@media (prefers-reduced-motion:reduce){.epq-v2-app,.epq-v2-stage{transition:none !important}}.epq-v2-shell{background:#f7f7f9;border:1px solid #e4e7ec;border-radius:28px;padding:24px;box-shadow:0 14px 44px rgba(17,24,39,0.08);position:relative}.epq-v2-progress-top{display:grid;grid-template-columns:auto 1fr auto;gap:20px;align-items:center;margin-bottom:10px}.epq-v2-progress-label,.epq-v2-progress-step,.epq-v2-screen-kicker{margin:0 0 60px;font-size: clamp(10.66px, 0.903vw, 13px);font-weight:700;letter-spacing:0.08em;text-transform:uppercase;color:#6b7280}.epq-v2-progress-bar{height:10px;background:#e5e7eb;border-radius:999px;overflow:hidden;margin-bottom:26px}.epq-v2-progress-fill{width:0;height:100%;background:linear-gradient(90deg,#d8ae66 0%,#c89b4b 100%);transition:width 0.25s ease}.epq-v2-stage{min-height:520px;transition:height 0.45s cubic-bezier(0.22,0.61,0.36,1);max-height:85vh;overflow-x:hidden;overflow-y:auto}.epq-v2-screen{display:none;background:#fff;border:1px solid #eaecf0;border-radius:22px;padding:28px}.epq-v2-screen.is-active{display:block}@keyframes epqV2ScreenIn{0%{opacity:0;transform:scale(0.97)}100%{opacity:1;transform:scale(1)}}.epq-v2-screen.is-active.epq-v2-animate-in{transform-origin:center top;animation:epqV2ScreenIn 0.5s cubic-bezier(0.22,0.61,0.36,1) both;will-change:transform,opacity}@media (prefers-reduced-motion:reduce){.epq-v2-screen.is-active.epq-v2-animate-in{animation:none}}.epq-v2-screen-header h2{margin:0 0 40px;font-size:clamp(32px,4vw,54px);line-height:1.05;letter-spacing:-0.04em;color:#111827}.epq-v2-screen-helper{margin:0 0 40px;font-size: clamp(14.76px, 1.25vw, 18px);line-height:1.5;color:#667085}.epq-v2-screen-body>*:first-child{margin-top:0 !important}.epq-v2-screen .epq-field-group,.epq-v2-screen .epq-row,.epq-v2-screen .epq-deed-block,.epq-v2-screen .epq-asset-inventory{margin-bottom:18px}.epq-v2-screen .epq-field-group label,.epq-v2-screen .epq-group-label{display:block;font-size: clamp(13.12px, 1.111vw, 16px);font-weight:700;color:#999999;margin-bottom:8px;text-transform:uppercase;letter-spacing:0.06em}.epq-v2-screen .epq-field-group input[type="text"],.epq-v2-screen .epq-field-group input[type="email"],.epq-v2-screen .epq-field-group input[type="tel"],.epq-v2-screen .epq-field-group input[type="date"],.epq-v2-screen .epq-field-group input[type="number"],.epq-v2-screen .epq-field-group select,.epq-v2-screen .epq-field-group textarea{width:100%;padding:10px 12px 10px 12px;font-size: clamp(13.12px, 1.111vw, 16px);border:1px solid #d0d5dd;border-radius:14px;background:#fff;box-sizing:border-box}.epq-v2-screen input[type="text"],.epq-v2-screen input[type="email"],.epq-v2-screen input[type="tel"],.epq-v2-screen input[type="date"],.epq-v2-screen input[type="number"],.epq-v2-screen select,.epq-v2-screen textarea{padding:10px 12px 10px 12px !important}.epq-v2-screen .epq-field-group input:focus,.epq-v2-screen .epq-field-group select:focus,.epq-v2-screen .epq-field-group textarea:focus{outline:none;border-color:#d8ae66;box-shadow:0 0 0 4px rgba(216,174,102,0.16)}.epq-v2-screen .epq-row{display:flex;gap:16px;flex-wrap:nowrap}.epq-v2-screen .epq-row>.epq-field-group,.epq-v2-screen .epq-row>.epq_nested_row_container{flex:1}.epq-v2-card-grid{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.epq-v2-card-grid-branch{grid-template-columns:repeat(2,minmax(0,1fr));max-width:none}.epq-v2-choice-card{position:relative;display:flex !important;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:14px;padding:18px;border:1px solid #d0d5dd;border-radius:18px;background:#fff;cursor:pointer;transition:transform 0.18s ease,border-color 0.18s ease,box-shadow 0.18s ease;min-height:190px}.epq-v2-choice-card:hover,.epq-v2-choice-card:focus{border-color:#d8ae66;transform:translateY(-1px);box-shadow:0 10px 24px rgba(17,24,39,0.08);outline:none}.epq-v2-choice-card.is-selected{border-color:#c89b4b;box-shadow:0 0 0 4px rgba(216,174,102,0.18)}.epq-v2-choice-card input[type="radio"]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.epq-v2-choice-media{width:92px;height:92px;border-radius:14px;background:linear-gradient(135deg,#f3e4c8 0%,#ecd3a4 100%);flex:0 0 92px;display:flex;align-items:center;justify-content:center;font-size: clamp(36.08px, 3.06vw, 44px);font-weight:700;color:#7a5a20}.epq-v2-choice-media.is-yes::before{content:"✓";color:#1d8f3a}.epq-v2-choice-media.is-no::before{content:"✕";color:#d92d20}.epq-v2-choice-copy{display:flex;flex-direction:column;gap:6px}.epq-v2-choice-title{font-size: clamp(16.4px, 1.389vw, 20px);font-weight:700;color:#111827}.epq-v2-choice-description{font-size: clamp(11.48px, 0.972vw, 14px);line-height:1.5;color:#667085}.epq-v2-card-grid-branch .epq-v2-choice-card{flex-direction:row;align-items:center;gap:22px;padding:26px 30px;min-height:156px}.epq-v2-card-grid-branch .epq-v2-choice-media{width:82px;height:82px;border-radius:0;background:transparent;flex:0 0 82px;font-size: clamp(63.96px, 5.42vw, 78px);color:#344054}.epq-v2-card-grid-branch .epq-v2-choice-copy{gap:4px}.epq-v2-card-grid-branch .epq-v2-choice-title{font-size: clamp(18.04px, 1.528vw, 22px);font-weight:800;text-transform:uppercase;line-height:1}.epq-v2-card-grid-branch .epq-v2-choice-description{line-height:1.35;color:#344054;text-transform:uppercase}.epq-v2-plan-more-block{margin-top:26px;padding-top:6px}.epq-v2-plan-more-question{margin:0 0 18px;font-size: clamp(13.12px, 1.111vw, 16px);font-weight:700;color:#111827;text-transform:uppercase;letter-spacing:0.04em}.epq-v2-screen .epq-v2-full-width-field{width:100%}.epq-v2-screen .epq-v2-full-width-field input{width:100%}.epq-v2-navigation{display:flex;justify-content:space-between;gap:12px;margin-top:22px;flex-wrap:wrap}.epq-v2-btn{appearance:none;border:0;border-radius:999px;padding:14px 22px;font-size: clamp(12.3px, 1.042vw, 15px);font-weight:700;cursor:pointer}.epq-v2-btn-primary{background:#d8ae66;color:#111827}.epq-v2-btn-secondary{background:#d8ae66;border:1px solid #d8ae66;color:#111827}.epq-v2-btn-ghost{background:transparent;color:#667085}#epq-v2-submit{display:none}.epq-v2-screen-summary h2{margin:0 0 16px;font-size:clamp(26px,3vw,38px);line-height:1.15;font-weight:700;color:#2b2f38}.epq-v2-screen-summary>.epq-v2-screen-body>p:first-of-type{margin:0 0 18px;font-size: clamp(11.48px, 0.972vw, 14px);line-height:1.5;color:#344054;max-width:560px}.epq-v2-summary-divider{height:0;border-top:2px dotted #98a2b3;margin:8px 0 18px}.epq-v2-summary-section+.epq-v2-summary-section{margin-top:22px}.epq-v2-summary-section-title{margin:0 0 14px;font-size: clamp(13.12px, 1.111vw, 16px);line-height:1.3;font-weight:800;letter-spacing:0.02em;text-transform:uppercase;color:#8f8f8f}.epq-v2-summary-row{display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:20px;align-items:baseline;margin-bottom:6px}.epq-v2-summary-row-main{min-width:0;font-size: clamp(13.12px, 1.111vw, 16px);line-height:1.4;color:#101828}.epq-v2-summary-question{font-weight:700;color:#101828}.epq-v2-summary-answer{color:#d8ae66;font-style:italic;font-weight:500}.epq-v2-summary-edit{appearance:none;border:0;background:transparent;padding:0;font-size: clamp(13.12px, 1.111vw, 16px);line-height:1.2;font-style:italic;font-weight:500;color:#d92d20;cursor:pointer}.epq-v2-summary-edit:hover,.epq-v2-summary-edit:focus{text-decoration:underline;outline:none}.epq-v2-edit-all-btn{background:#d8ae66 !important;border-color:#d8ae66 !important;color:#ffffff !important;box-shadow:none !important}.epq-v2-screen-summary .epq-summary-actions{display:none}.epq-v2-document-review{margin-top:12px}.epq-v2-document-scroll{height:68vh;overflow:auto;padding:18px;border-radius:24px;background:#f4f6f8;box-shadow:inset 0 0 0 1px rgba(17,24,39,0.08)}.epq-v2-document-page{position:relative;width:612px;height:792px;margin:0 auto;background-color:#fff;background-repeat:no-repeat;background-position:center top;background-size:612px 792px;box-shadow:0 20px 40px rgba(17,24,39,0.16)}.epq-v2-document-overlay{position:absolute;inset:0}.epq-v2-template-answer{position:absolute;appearance:none;border:0;background:transparent;padding:0;margin:0;color:#2b63c6;font-size:clamp(10px,1.18vw,15px);line-height:1.15;font-style:italic;font-weight:500;text-align:left;cursor:pointer}.epq-v2-template-answer.is-child{font-size:clamp(9px,1vw,13px)}.epq-v2-template-answer.is-check{color:#2b63c6;font-style:normal;font-weight:700;font-size: clamp(13.12px, 1.111vw, 16px);text-align:center}.epq-v2-template-answer:hover,.epq-v2-template-answer:focus{text-decoration:underline;outline:none}.epq-v2-email-content{max-width:760px;padding:40px 42px 32px}.epq-v2-email-title{margin:0 0 6px;font-size: clamp(26.24px, 2.22vw, 32px);line-height:1.1;color:#2b2f38}.epq-v2-email-intro{margin:0 0 24px;font-size: clamp(13.12px, 1.111vw, 16px);line-height:1.5;color:#4b5563}.epq-v2-email-form{display:grid;gap:16px}.epq-v2-email-row-block>label{display:block;margin-bottom:8px;font-size: clamp(18.04px, 1.528vw, 22px);line-height:1.2;font-weight:700;color:#1f2937}.epq-v2-email-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.epq-v2-email-row input{height:48px;padding:0 14px;border:1px solid #d0d5dd;border-radius:12px;font-size: clamp(13.12px, 1.111vw, 16px);color:#344054}.epq-v2-email-actions{display:flex;justify-content:flex-end;padding-top:10px}.epq-v2-summary-fallback[hidden]{display:none !important}.epq-v2-summary-fallback{display:none}.epq-v2-back-link{appearance:none;border:0;background:transparent;padding:0;margin-right:auto;font-size: clamp(13.12px, 1.111vw, 16px);line-height:1.2;font-weight:600;color:#667085;text-decoration:underline;cursor:pointer}.epq-v2-back-link:hover,.epq-v2-back-link:focus{color:#344054;outline:none}.epq-v2-error{margin-top:8px;font-size: clamp(11.48px, 0.972vw, 14px);color:#b42318}.epq-v2-modal-overlay{display:none;position:fixed;inset:0;background:rgba(17,24,39,0.72);z-index:10000;align-items:center;justify-content:center;padding:24px}.epq-v2-modal-content{background:#fff;border-radius:22px;padding:32px;max-width:640px;width:100%;position:relative}.epq-v2-modal-close{position:absolute;top:12px;right:12px;background:transparent;border:0;font-size: clamp(22.96px, 1.944vw, 28px);cursor:pointer}.epq-v2-source,.epq-honeypot-field{display:none !important}.epq-v2-screen .epq-asset-inventory{overflow-x:auto}.epq-v2-screen .epq-asset-header,.epq-v2-screen .epq-asset-row{display:grid;grid-template-columns:minmax(220px,1.6fr) minmax(140px,1fr) minmax(140px,1fr) minmax(240px,1.2fr);gap:16px;align-items:center;min-width:860px;padding:10px 0;border-bottom:1px solid #d0d5dd}.epq-v2-screen .epq-asset-header{font-weight:700;color:#667085}.epq-v2-screen .epq-asset-row .joint .epq-options-wrapper{display:flex;flex-wrap:nowrap;gap:12px;align-items:center}.epq-v2-screen .epq-asset-row .joint label{display:inline-flex;align-items:center;gap:8px;margin:0}.epq-v2-screen .epq-asset-row .joint input[type="radio"]{appearance:auto;width:auto;height:auto;margin:0}.epq-v2-personal-effects-field{margin-bottom:22px}.epq-v2-effects-grid{display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;align-items:stretch}.epq-v2-effects-card{position:relative;display:flex !important;flex-direction:column;align-items:flex-start;gap:14px;min-height:160px;padding:16px;border:1px solid #e5d7bf;border-radius:18px;background:#fff;cursor:pointer;transition:border-color 0.18s ease,box-shadow 0.18s ease,transform 0.18s ease}.epq-v2-effects-card:hover,.epq-v2-effects-card:focus-within{border-color:#d8ae66;box-shadow:0 10px 24px rgba(216,174,102,0.16);transform:translateY(-1px)}.epq-v2-effects-card.is-selected{border-color:#d8ae66;box-shadow:0 0 0 4px rgba(216,174,102,0.2)}.epq-v2-effects-card input[type="radio"]{position:absolute;opacity:0;pointer-events:none}.epq-v2-effects-chip{width:54px;height:54px;border-radius:12px;background:linear-gradient(180deg,#eed8ae 0%,#d8ae66 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,0.55)}.epq-v2-effects-copy{display:block;margin-top:auto;font-size: clamp(13.12px, 1.111vw, 16px);font-weight:600;line-height:1.45;color:#3e3e46}.epq-v2-as-follows-field{display:none}.epq-v2-as-follows-field textarea{min-height:120px}.epq-v2-rest-residue-screen .epq-rest-residue-screen{display:flex;flex-direction:column;gap:26px}.epq-v2-rest-residue-screen .epq-rest-row{display:grid;grid-template-columns:56px minmax(0,1fr);gap:18px;align-items:start}.epq-v2-rest-residue-screen .epq-rest-letter{display:flex;align-items:center;justify-content:center;border-radius:12px;background:#e5e7eb;color:#667085;font-size: clamp(29.52px, 2.5vw, 36px);font-weight:800;line-height:1;min-height:96px;border:1px solid #d0d5dd}.epq-v2-rest-residue-screen .epq-rest-card{padding:2px 0 0}.epq-v2-rest-residue-screen .epq-rest-line,.epq-v2-rest-residue-screen .epq-rest-subline{margin:0 0 14px;font-size: clamp(16.4px, 1.389vw, 20px);font-weight:400;line-height:1.35;color:#344054}.epq-v2-rest-residue-screen .epq-rest-line-intro{max-width:860px}.epq-v2-rest-residue-screen .epq-rest-line{display:block}.epq-v2-rest-residue-screen .epq-rest-line .epq-rest-text,.epq-v2-rest-residue-screen .epq-rest-line .epq-rest-input{display:inline-block;vertical-align:middle;margin-right:8px}.epq-v2-rest-residue-screen .epq-rest-line-support,.epq-v2-rest-residue-screen .epq-rest-line-age{max-width:860px}.epq-v2-rest-residue-screen .epq-rest-inline-field{display:inline-block !important;vertical-align:baseline !important;position:relative;top:-0.08em;height:2.15em;width:5.4em !important;box-sizing:border-box;padding:0 0.4em !important;margin:0 0.2em;border-radius:10px;font:inherit;font-weight:500;color:inherit;text-align:center}.epq-v2-rest-residue-screen .epq-rest-inline-chunk{white-space:nowrap}.epq-v2-rest-residue-screen .epq-rest-line-label{margin-bottom:12px;display:block}.epq-v2-rest-residue-screen .epq-rest-subline{display:grid;margin-left:0;padding-left:0;column-gap:10px;row-gap:8px}.epq-v2-rest-residue-screen .epq-rest-subline-option1,.epq-v2-rest-residue-screen .epq-rest-subline-option2,.epq-v2-rest-residue-screen .epq-rest-subline-option3,.epq-v2-rest-residue-screen .epq-rest-subline-option4{padding-left:40px}.epq-v2-rest-residue-screen .epq-rest-subline-option1{grid-template-columns:32px 92px max-content 92px max-content minmax(220px,1fr)}.epq-v2-rest-residue-screen .epq-rest-subline-option2{grid-template-columns:32px 92px minmax(0,1fr)}.epq-v2-rest-residue-screen .epq-rest-subline-option3,.epq-v2-rest-residue-screen .epq-rest-subline-option4{grid-template-columns:92px minmax(0,1fr)}.epq-v2-rest-residue-screen .epq-rest-subline-tight{margin-top:-2px}.epq-v2-rest-residue-screen .epq-rest-subnumber{width:32px;min-width:32px;font-size: clamp(14.76px, 1.25vw, 18px);font-weight:400;line-height:1.35;color:#344054}.epq-v2-rest-residue-screen .epq-rest-caption,.epq-v2-rest-residue-screen .epq-rest-note{margin:0 0 10px;font-size: clamp(9.84px, 0.833vw, 12px);font-style:italic;line-height:1.45;color:#667085}.epq-v2-rest-residue-screen .epq-rest-note{margin-top:10px;max-width:760px}.epq-v2-rest-residue-screen .epq-rest-input{width:auto !important;height:42px;padding:6px 12px !important;font-size: clamp(14.76px, 1.25vw, 18px) !important;font-weight:500;line-height:1.2;vertical-align:baseline}.epq-v2-rest-residue-screen .epq-rest-input-small{width:92px !important;text-align:center}.epq-v2-rest-residue-screen .epq-rest-input-large{width:min(100%,270px) !important}.epq-v2-rest-residue-screen .epq-rest-beneficiary-card .epq-rest-card,.epq-v2-rest-residue-screen .epq-rest-beneficiary-card{max-width:100%}.epq-v2-rest-residue-screen .epq-rest-beneficiary-line{display:grid;grid-template-columns:92px max-content minmax(0,1fr);align-items:start;column-gap:10px;row-gap:6px}.epq-v2-rest-residue-screen .epq-rest-text{display:inline}.epq-v2-rest-residue-screen .epq-rest-row-a .epq-rest-card{max-width:900px}.epq-v2-rest-residue-screen .epq-rest-beneficiary-name-group{min-width:0}.epq-v2-rest-residue-screen .epq-rest-beneficiary-label{margin:0 0 6px}.epq-v2-rest-residue-screen .epq-rest-beneficiary-name-fields{display:grid;grid-template-columns:1.3fr 0.8fr 1.3fr;gap:10px;width:100%}.epq-v2-rest-residue-screen .epq-rest-name-field{min-width:0}.epq-v2-rest-residue-screen .epq-rest-name-field label{display:block;margin:0 0 6px;font-size: clamp(9.02px, 0.764vw, 11px) !important;color:#667085 !important;text-transform:none !important;letter-spacing:normal !important}.epq-v2-rest-residue-screen .epq-rest-input-name{width:100% !important}.epq-v2-children-review{display:grid;grid-template-columns:180px minmax(0,1fr);gap:28px;align-items:center;padding:12px 0}.epq-v2-children-review-figure{display:flex;align-items:center;justify-content:center}.epq-v2-children-review-figure img{max-width:100%;height:auto;display:block;object-fit:contain}.epq-v2-children-review-list{display:flex;flex-direction:column;gap:20px}.epq-v2-children-review-item{font-size: clamp(14.76px, 1.25vw, 18px);line-height:1.5;color:#1a1f2b}.epq-v2-children-review-item strong{margin-right:10px;font-size: clamp(15.58px, 1.319vw, 19px)}.epq-v2-children-review-item span{color:#2b8fbd;font-style:italic;font-weight:600}.epq-v2-children-review-empty{margin:0;color:#667085;font-size: clamp(13.12px, 1.111vw, 16px)}@media (max-width:767px){.epq-v2-app{padding:12px}.epq-v2-shell,.epq-v2-screen{padding:18px;border-radius:20px}.epq-v2-progress-top,.epq-v2-navigation,.epq-v2-screen .epq-row{flex-direction:column;align-items:stretch}.epq-v2-card-grid,.epq-v2-card-grid-branch,.epq-v2-effects-grid{grid-template-columns:1fr}.epq-v2-choice-card{min-height:0;padding:22px}.epq-v2-rest-residue-screen .epq-rest-row{grid-template-columns:1fr}.epq-v2-rest-residue-screen .epq-rest-letter{min-height:72px}.epq-v2-rest-residue-screen .epq-rest-line,.epq-v2-rest-residue-screen .epq-rest-subline,.epq-v2-rest-residue-screen .epq-rest-beneficiary-line{font-size: clamp(14.76px, 1.25vw, 18px);display:block}.epq-v2-rest-residue-screen .epq-rest-subline{margin-left:0}.epq-v2-rest-residue-screen .epq-rest-input,.epq-v2-rest-residue-screen .epq-rest-input-large,.epq-v2-rest-residue-screen .epq-rest-input-small{max-width:none;width:100% !important;text-align:left}.epq-v2-children-review{grid-template-columns:1fr;gap:18px}.epq-v2-children-review-figure{max-width:180px}}.epq-v2-screen #epq_children_container .epq-child-row{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(180px,1fr) minmax(140px,0.9fr);gap:16px;align-items:center}.epq-v2-screen #epq_children_container .child-owner .epq-options-wrapper{display:flex;flex-wrap:nowrap;align-items:center;gap:18px}.epq-v2-child-minor-question{margin-top:-4px}.epq-v2-child-minor-question .epq-options-wrapper{gap:16px}.epq-v2-screen #epq_children_container .child-owner .epq-options-wrapper label{display:inline-flex;align-items:center;gap:8px;margin:0;font-size: clamp(14.76px, 1.25vw, 18px);font-weight:600}.epq-v2-screen .epq-options-wrapper:not(.epq-v2-card-grid):not(.epq-options-wrapper-stack),.epq-v2-screen .epq-options-wrapper-stack:not(.epq-v2-card-grid){display:flex;flex-wrap:wrap;gap:14px 20px;align-items:center}.epq-v2-screen .epq-options-wrapper:not(.epq-v2-card-grid) label,.epq-v2-screen .epq-options-wrapper-stack:not(.epq-v2-card-grid) label{display:inline-flex;align-items:center;gap:10px;margin:0;font-size: clamp(14.76px, 1.25vw, 18px);font-weight:600}.epq-v2-screen .epq-options-wrapper:not(.epq-v2-card-grid) input[type="radio"],.epq-v2-screen .epq-options-wrapper-stack:not(.epq-v2-card-grid) input[type="radio"],.epq-v2-screen #epq_children_container .child-owner input[type="radio"],.epq-v2-screen .epq-asset-row .joint input[type="radio"]{transform:scale(1.4);transform-origin:center;margin:0 4px 0 0}.epq-v2-single-name-block{margin-top:18px}@media (max-width:767px){.epq-v2-screen #epq_children_container .epq-child-row{grid-template-columns:1fr}.epq-v2-screen #epq_children_container .child-owner .epq-options-wrapper{gap:14px}}.epq-v2-question-badge{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;padding:0 10px;margin-right:10px;border-radius:8px;background:#d8ae66;color:#fff;font-size: clamp(14.76px, 1.25vw, 18px);font-weight:700;line-height:1;vertical-align:middle}.epq-v2-screen #epq_children_container .epq-child-row{grid-template-columns:84px minmax(0,1.4fr) minmax(220px,1fr) minmax(140px,0.9fr)}.epq-v2-child-avatar{width:72px;height:72px;border-radius:16px;overflow:hidden;background:#f3e4c8;border:1px solid #d0d5dd;display:flex;align-items:center;justify-content:center}.epq-v2-child-avatar img{width:100%;height:100%;object-fit:cover;display:block}.epq-v2-inline-radios,.epq-v2-screen #epq_children_container .child-owner .epq-options-wrapper{display:flex !important;flex-wrap:nowrap !important;align-items:center;justify-content:flex-start;gap:18px}.epq-v2-screen .epq-options-wrapper:not(.epq-v2-card-grid):not(.epq-options-wrapper-stack) label,.epq-v2-screen .epq-options-wrapper-stack:not(.epq-v2-card-grid) label,.epq-v2-screen #epq_children_container .child-owner .epq-options-wrapper label{font-size: clamp(20.5px, 1.736vw, 25px);line-height:1.2}.epq-v2-screen .epq-options-wrapper:not(.epq-v2-card-grid) input[type="radio"],.epq-v2-screen .epq-options-wrapper-stack:not(.epq-v2-card-grid) input[type="radio"],.epq-v2-screen #epq_children_container .child-owner input[type="radio"],.epq-v2-screen .epq-asset-row .joint input[type="radio"]{transform:scale(1.8)}@media (max-width:767px){.epq-v2-screen #epq_children_container .epq-child-row{grid-template-columns:1fr}.epq-v2-child-avatar{width:84px;height:84px}}.epq-v2-home{appearance:none;border:0;background:transparent;font-size: clamp(39.36px, 3.33vw, 48px);line-height:1;cursor:pointer;padding:0 6px 0 0;color:#2f2a26}.epq-v2-footer-links{margin-top:10px;text-align:right}.epq-v2-reset{appearance:none;border:0;background:transparent;color:#667085;text-decoration:underline;cursor:pointer;font-weight:600}.epq-v2-question-line{display:flex;align-items:flex-start;gap:14px}.epq-v2-question-line-text{flex:1;display:block}.epq-v2-question-badge{display:inline-flex;align-items:center;justify-content:center;width:38px;min-width:38px;height:38px;border-radius:8px;background:#d8ae66;color:#fff;font-size: clamp(18.04px, 1.528vw, 22px);font-weight:700;line-height:1;margin-top:2px}.epq-v2-inline-radios{display:flex !important;flex-wrap:wrap;gap:18px;align-items:center}.epq-v2-inline-radios label{display:inline-flex !important;align-items:center;gap:8px;font-size: clamp(16.4px, 1.389vw, 20px);font-weight:600}.epq-v2-inline-radios input[type="radio"]{transform:scale(1.4);transform-origin:center}.epq-v2-screen .epq-options-wrapper:not(.epq-v2-card-grid):not(.epq-v2-inline-radios) label,.epq-v2-screen .epq-options-wrapper-stack:not(.epq-v2-card-grid) label{font-size: clamp(16.4px, 1.389vw, 20px)}.epq-v2-screen .epq-options-wrapper:not(.epq-v2-card-grid):not(.epq-v2-inline-radios) input[type="radio"],.epq-v2-screen .epq-options-wrapper-stack:not(.epq-v2-card-grid) input[type="radio"]{transform:scale(1.4);margin-right:10px}.epq-v2-child-avatar{width:56px;flex:0 0 56px;display:flex;align-items:center;justify-content:center}.epq-v2-child-avatar img{width:48px;height:48px;object-fit:contain}.epq-v2-child-row{align-items:center}@media (max-width:768px){.epq-v2-progress-top{grid-template-columns:auto 1fr}.epq-v2-progress-step{grid-column:1 / -1;justify-self:end}}.epq-v2-progress-top{display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center}.epq-v2-home{appearance:none;border:0;background:transparent;width:56px;height:56px;padding:0;cursor:pointer;text-indent:-9999px;overflow:hidden;position:relative;border-radius:12px}.epq-v2-home::before{content:"";position:absolute;inset:0;background:center / 42px 42px no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%232f2a26"><path d="M12 3l9 8h-2v10h-5v-6H10v6H5V11H3z"/></svg>')}.epq-v2-footer-links{display:flex;justify-content:flex-end;margin-top:10px}.epq-v2-reset{appearance:none;border:0;background:transparent;color:#667085;text-decoration:underline;cursor:pointer;font-weight:600}.epq-v2-question-line{display:grid;grid-template-columns:56px minmax(0,1fr);column-gap:16px;align-items:start;width:100%}.epq-v2-question-badge-cell{display:flex;align-items:flex-start;justify-content:flex-start}.epq-v2-question-badge{display:inline-flex;align-items:center;justify-content:center;width:40px;min-width:40px;height:40px;border-radius:6px;background:#d8ae66;color:#fff;font-size: clamp(18.04px, 1.528vw, 22px);font-weight:700;line-height:1;margin-top:4px}.epq-v2-question-line-text{display:block}.epq-v2-choice-card-yesno .epq-v2-choice-media.is-yes,.epq-v2-choice-card-yesno .epq-v2-choice-media.is-no,.epq-v2-card-grid-branch .epq-v2-choice-media.is-yes,.epq-v2-card-grid-branch .epq-v2-choice-media.is-no{background:linear-gradient(135deg,#f3e4c8 0%,#ecd3a4 100%)}.epq-v2-choice-media.is-yes::before{content:'✓';font-size: clamp(44.28px, 3.75vw, 54px);font-weight:800;line-height:1}.epq-v2-choice-media.is-no::before{content:'✕';font-size: clamp(44.28px, 3.75vw, 54px);font-weight:800;line-height:1}.epq-v2-screen #epq_children_container .epq-child-row{display:grid;align-items:center;grid-template-columns:84px minmax(0,1.3fr) minmax(220px,1fr) minmax(140px,.8fr);gap:16px}.epq-v2-screen #epq_children_container .child-owner .epq-options-wrapper,.epq-v2-inline-radios{display:flex !important;flex-wrap:nowrap !important;flex-direction:row !important;gap:18px;align-items:center}.epq-v2-inline-radios label,.epq-v2-screen #epq_children_container .child-owner .epq-options-wrapper label{display:inline-flex !important;flex-direction:row !important;align-items:center;gap:8px}@media (max-width:767px){.epq-v2-progress-top{grid-template-columns:auto 1fr}.epq-v2-progress-step{grid-column:1 / -1;justify-self:end}.epq-v2-screen #epq_children_container .epq-child-row{grid-template-columns:1fr}}.epq-v2-card-grid-branch{width:100%}.epq-v2-card-grid-branch .epq-v2-choice-card{min-width:0}.epq-v2-child-entry-grid{display:grid;grid-template-columns:200px minmax(0,1fr);gap:42px;align-items:center}.epq-v2-child-entry-media{min-height:300px;background:center bottom / contain no-repeat url('https://stage.gbfoundation.org/wp-content/uploads/2026/03/child-scaled.png')}.epq-v2-child-entry-fields{display:grid;gap:18px;align-content:center;padding-top:8px}.epq-v2-child-entry-title{margin:0 0 18px;font-size: clamp(21.32px, 1.806vw, 26px);line-height:1.2;font-weight:700;text-align:center;color:#2a3347}.epq-v2-child-minor-question{display:grid;gap:8px;margin:0 0 2px}.epq-v2-screen .epq-v2-child-minor-question>label{margin:0 !important;font-size: clamp(18.04px, 1.528vw, 22px) !important;line-height:1.25 !important;font-weight:700 !important;color:#2a3347 !important;text-transform:none !important;letter-spacing:0 !important}.epq-v2-child-minor-question .epq-options-wrapper{display:flex;gap:14px;align-items:center}.epq-v2-child-owner-row{justify-content:flex-start;gap:16px}.epq-v2-screen .epq-v2-child-owner-row label,.epq-v2-screen .epq-v2-child-minor-question .epq-options-wrapper label{display:inline-flex;align-items:center;gap:6px;margin:0 !important;font-size: clamp(13.12px, 1.111vw, 16px) !important;font-weight:600 !important;color:#2a3347 !important;text-transform:none !important;letter-spacing:0 !important}.epq-v2-child-save{align-self:center;min-width:180px;padding:15px 28px;background:#d8ae66 !important;color:#ffffff !important;border:1px solid #d8ae66 !important;border-radius:999px;text-transform:none !important;box-shadow:none}.epq-v2-screen .epq-asset-inventory .epq-asset-header{display:grid;grid-template-columns:1.2fr .8fr .8fr 1fr;gap:24px}.epq-v2-screen .epq-asset-inventory .epq-asset-row{display:grid;grid-template-columns:1.2fr .8fr .8fr 1fr;gap:24px;align-items:center}.epq-v2-screen .epq-asset-inventory .joint .epq-options-wrapper{display:flex;flex-wrap:wrap;gap:8px 18px}.epq-v2-screen .epq-asset-inventory .joint .epq-options-wrapper label{font-size: clamp(14.76px, 1.25vw, 18px)}@media (max-width:767px){.epq-v2-child-entry-grid{grid-template-columns:1fr;gap:18px}.epq-v2-child-entry-media{min-height:180px;max-width:180px}.epq-v2-child-entry-title{text-align:left}.epq-v2-child-entry-actions{justify-content:flex-start}}.epq-v2-child-entry-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;padding-top:8px}.epq-v2-child-entry-actions .epq-v2-btn-secondary{background:#fff;border:1px solid #cbd5e1;color:#344054}.epq-v2-child-entry-fields .epq-field-group{margin:0}.epq-v2-child-entry-fields input[type="text"],.epq-v2-child-entry-fields input[type="number"]{height:48px}.epq-v2-screen .epq-asset-inventory{overflow:visible}.epq-v2-screen .epq-asset-inventory .epq-asset-header,.epq-v2-screen .epq-asset-inventory .epq-asset-row{min-width:0}.epq-v2-screen .epq-asset-inventory .epq-asset-header{display:grid;grid-template-columns:minmax(180px,1.35fr) minmax(120px,.9fr) minmax(120px,.9fr) minmax(190px,1fr);gap:18px}.epq-v2-screen .epq-asset-inventory .epq-asset-row{display:grid;grid-template-columns:minmax(180px,1.35fr) minmax(120px,.9fr) minmax(120px,.9fr) minmax(190px,1fr);gap:18px;align-items:center}.epq-v2-screen .epq-asset-inventory .value input,.epq-v2-screen .epq-asset-inventory .debt input{width:100%;min-width:0}.epq-v2-screen .epq-asset-inventory .joint .epq-options-wrapper{display:flex;flex-wrap:wrap;gap:8px 14px;align-items:center}.epq-v2-screen .epq-asset-inventory .joint .epq-options-wrapper label{font-size: clamp(13.94px, 1.181vw, 17px);line-height:1.2;display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.epq-v2-screen .epq-asset-inventory .joint input[type="radio"]{transform:scale(1.2);margin:0}@media (max-width:767px){.epq-v2-screen[data-screen-key="section5-assets"] .epq-v2-screen-header h2,.epq-v2-screen[data-screen-key="section5-assets"] .epq-v2-screen-body>h2,.epq-v2-screen .epq-asset-inventory+* h2{font-size: clamp(32.8px, 2.78vw, 40px);line-height:1.08}.epq-v2-screen[data-screen-key="section5-assets"] .epq-v2-screen-body>p,.epq-v2-screen[data-screen-key="section5-assets"] .epq-v2-screen-header+.epq-v2-screen-body>p,.epq-v2-screen .epq-asset-inventory{font-size: clamp(11.48px, 0.972vw, 14px)}.epq-v2-screen .epq-asset-inventory{display:grid;gap:14px}.epq-v2-screen .epq-asset-inventory .epq-asset-header{display:none}.epq-v2-screen .epq-asset-inventory .epq-asset-row{grid-template-columns:1fr;gap:12px;padding:18px;border:0;border-radius:24px;background:#ffffff}.epq-v2-screen .epq-asset-inventory .epq-asset-row:nth-child(even){background:#dcddde}.epq-v2-screen .epq-asset-inventory .item{font-size: clamp(16.4px, 1.389vw, 20px);font-weight:700;line-height:1.2;margin-bottom:4px}.epq-v2-screen .epq-asset-inventory .value,.epq-v2-screen .epq-asset-inventory .debt{display:grid;grid-template-columns:1fr;gap:8px}.epq-v2-screen .epq-asset-inventory .value,.epq-v2-screen .epq-asset-inventory .debt,.epq-v2-screen .epq-asset-inventory .joint{min-width:0}.epq-v2-screen .epq-asset-inventory .value::before,.epq-v2-screen .epq-asset-inventory .debt::before,.epq-v2-screen .epq-asset-inventory .joint::before{display:block;color:#2f2a26;font-size: clamp(11.48px, 0.972vw, 14px);font-weight:800;letter-spacing:.04em;text-transform:uppercase}.epq-v2-screen .epq-asset-inventory .value::before{content:'Value'}.epq-v2-screen .epq-asset-inventory .debt::before{content:'Debt'}.epq-v2-screen .epq-asset-inventory .joint::before{content:'Owner'}.epq-v2-screen .epq-asset-inventory .value,.epq-v2-screen .epq-asset-inventory .debt{width:100%}.epq-v2-screen .epq-asset-inventory .value input,.epq-v2-screen .epq-asset-inventory .debt input{width:100%;height:52px;min-width:0;font-size: clamp(12.3px, 1.042vw, 15px);padding:12px 14px}.epq-v2-screen .epq-asset-inventory .joint .epq-options-wrapper{display:flex;flex-wrap:nowrap;justify-content:space-between;gap:8px;width:100%}.epq-v2-screen .epq-asset-inventory .joint .epq-options-wrapper label{font-size: clamp(11.48px, 0.972vw, 14px);gap:6px;flex:1 1 0;white-space:nowrap;justify-content:flex-start}.epq-v2-screen .epq-asset-inventory .joint input[type="radio"]{transform:scale(1.05)}}.epq-v2-screen-header{display:inline-flex !important;flex-direction:column;gap:12px;background:#dce7f2;padding:14px 0px 8px 0px;border-radius:0;margin:-6px 0 34px;min-width:min(100%,500px)}.epq-v2-screen-header .epq-v2-screen-kicker{margin:0 !important}.epq-v2-screen-header h2,.epq-v2-contact-title{margin:0 !important;color:#23313f !important;text-transform:none !important;font-size: clamp(47.56px, 4.03vw, 58px) !important;font-weight:700 !important;letter-spacing:-0.045em !important;line-height:1.04 !important}.epq-v2-screen-header+.epq-v2-screen-body>*:first-child,.epq-v2-screen-body>.epq-field-group:first-child,.epq-v2-screen-body>.epq-row:first-child{margin-top:0 !important}.epq-v2-screen .epq-field-group label,.epq-v2-screen .epq-group-label{font-size: clamp(13.12px, 1.111vw, 16px) !important;color:#999999 !important;text-transform:uppercase !important;letter-spacing:0.06em !important}.epq-v2-screen .epq-v2-name-row,.epq-v2-screen .epq-v2-dob-marriages-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.epq-v2-screen .epq-v2-dob-marriages-row{grid-template-columns:repeat(2,minmax(0,1fr))}.epq-v2-screen .epq-v2-full-width-field{width:100%}.epq-v2-screen .epq-v2-full-width-field input{width:100%}.epq-v2-card-grid-branch .epq-v2-choice-media.is-yes,.epq-v2-card-grid-branch .epq-v2-choice-media.is-no{background:transparent !important;border-radius:0 !important;box-shadow:none !important}.epq-v2-card-grid-branch .epq-v2-choice-media.is-yes::before{color:#16a34a !important}.epq-v2-card-grid-branch .epq-v2-choice-media.is-no::before{color:#dc2626 !important}.epq-v2-card-grid-branch .epq-v2-choice-title{font-size: clamp(19.68px, 1.667vw, 24px) !important}.epq-v2-card-grid-branch .epq-v2-choice-description{font-size: clamp(11.48px, 0.972vw, 14px) !important}.epq-v2-marital-card .epq-v2-choice-media.is-marital{width:200px;height:200px;flex:0 0 200px;margin:0 auto;border-radius:18px;background-color:transparent;background-position:center;background-repeat:no-repeat;background-size:contain}.epq-v2-marital-card .epq-v2-choice-media.is-marital::before{content:none !important}.epq-v2-marital-card .epq-v2-choice-media.is-married{background-image:url("https://stage.gbfoundation.org/wp-content/uploads/2026/04/Marrital-Status_Married.png")}.epq-v2-marital-card .epq-v2-choice-media.is-divorced{background-image:url("https://stage.gbfoundation.org/wp-content/uploads/2026/04/Marrital-Status_Divorce.png")}.epq-v2-marital-card .epq-v2-choice-media.is-widowed{background-image:url("https://stage.gbfoundation.org/wp-content/uploads/2026/04/Marrital-Status_Widowed.png")}.epq-v2-marital-card .epq-v2-choice-media.is-single{background-image:url("https://stage.gbfoundation.org/wp-content/uploads/2026/04/Marrital-Status_Single.png")}.epq-v2-marital-card .epq-v2-choice-media.is-separated{background-image:url("https://stage.gbfoundation.org/wp-content/uploads/2026/04/Separated-scaled.png")}.epq-v2-marital-card .epq-v2-choice-media.is-engaged{background-image:url("https://stage.gbfoundation.org/wp-content/uploads/2026/04/Marrital-Status_Engaged.png")}.epq-v2-marital-card{flex-direction:column !important;align-items:center !important;justify-content:flex-start;text-align:center;gap:14px;min-height:320px}.epq-v2-marital-card .epq-v2-choice-copy{align-items:center;text-align:center}.epq-v2-title-card{align-items:center !important;text-align:center}.epq-v2-title-card .epq-v2-choice-copy{align-items:center}.epq-v2-title-card .epq-v2-choice-media.is-title-option{width:200px;height:200px;flex:0 0 200px;margin:0 auto;border-radius:18px;background-color:transparent;background-position:center;background-repeat:no-repeat;background-size:contain}.epq-v2-title-card .epq-v2-choice-media.is-title-option::before{content:none !important}.epq-v2-title-card .epq-v2-choice-media.is-title-option.is-mr{background-image:url("https://stage.gbfoundation.org/wp-content/uploads/2026/04/New-Mr.png")}.epq-v2-title-card .epq-v2-choice-media.is-title-option.is-mrs{background-image:url("https://stage.gbfoundation.org/wp-content/uploads/2026/04/New-Mrs.png")}.epq-v2-title-card .epq-v2-choice-media.is-title-option.is-miss{background-image:url("https://stage.gbfoundation.org/wp-content/uploads/2026/04/New-Miss.png")}.epq-v2-title-card .epq-v2-choice-media.is-title-option.is-dr{background-image:url("https://stage.gbfoundation.org/wp-content/uploads/2026/04/New-Dr.png")}.epq-v2-title-card .epq-v2-choice-media.is-title-option.is-rev{background-image:url("https://stage.gbfoundation.org/wp-content/uploads/2026/04/New-Rev.png")}.epq-v2-title-card.epq-v2-partner-title-card .epq-v2-choice-media.is-title-option.is-mr{background-image:url("https://stage.gbfoundation.org/wp-content/uploads/2026/04/Married-Male-Gray-scaled.png")}.epq-v2-title-card.epq-v2-partner-title-card .epq-v2-choice-media.is-title-option.is-mrs{background-image:url("https://stage.gbfoundation.org/wp-content/uploads/2026/04/Married-Female-Gray-scaled.png")}.epq-v2-title-card.epq-v2-partner-title-card .epq-v2-choice-media.is-title-option.is-miss{background-image:url("https://stage.gbfoundation.org/wp-content/uploads/2026/04/Single-Gray-scaled.png")}.epq-v2-title-card.epq-v2-partner-title-card .epq-v2-choice-media.is-title-option.is-dr{background-image:url("https://stage.gbfoundation.org/wp-content/uploads/2026/04/Dr-Gray-scaled.png")}.epq-v2-title-card.epq-v2-partner-title-card .epq-v2-choice-media.is-title-option.is-rev{background-image:url("https://stage.gbfoundation.org/wp-content/uploads/2026/04/Rev-Gray-scaled.png")}.epq-v2-partner-title-card .epq-v2-choice-media.is-title-option{opacity:0.48}.epq-v2-screen.is-married-status .epq-v2-title-card.epq-v2-partner-title-card .epq-v2-choice-media.is-title-option.is-mr{background-image:url("https://stage.gbfoundation.org/wp-content/uploads/2026/04/New-Mr.png");opacity:1}.epq-v2-screen.is-married-status .epq-v2-title-card.epq-v2-partner-title-card .epq-v2-choice-media.is-title-option.is-mrs{background-image:url("https://stage.gbfoundation.org/wp-content/uploads/2026/04/New-Mrs.png");opacity:1}.epq-v2-screen.is-married-status .epq-v2-title-card.epq-v2-partner-title-card .epq-v2-choice-media.is-title-option.is-miss,.epq-v2-screen.is-married-status .epq-v2-title-card.epq-v2-partner-title-card .epq-v2-choice-media.is-title-option.is-dr,.epq-v2-screen.is-married-status .epq-v2-title-card.epq-v2-partner-title-card .epq-v2-choice-media.is-title-option.is-rev{opacity:0.32}.epq-v2-partner-title-card .epq-v2-choice-title{transition:opacity 0.2s ease}.epq-v2-screen.is-married-status .epq-v2-title-card.epq-v2-partner-title-card .epq-v2-choice-title{opacity:0.5}.epq-v2-screen.is-married-status .epq-v2-title-card.epq-v2-partner-title-card.is-mr .epq-v2-choice-title,.epq-v2-screen.is-married-status .epq-v2-title-card.epq-v2-partner-title-card.is-mrs .epq-v2-choice-title{opacity:1}@media (max-width:767px){.epq-v2-screen .epq-v2-name-row,.epq-v2-screen .epq-v2-dob-marriages-row{grid-template-columns:1fr}.epq-v2-screen-header,.epq-v2-screen-header h2,.epq-v2-contact-title{min-width:0;width:100%;font-size: clamp(34.44px, 2.92vw, 42px) !important}}.epq-v2-screen .epq-field-group input[type="text"],.epq-v2-screen .epq-field-group input[type="email"],.epq-v2-screen .epq-field-group input[type="tel"],.epq-v2-screen .epq-field-group input[type="date"],.epq-v2-screen .epq-field-group input[type="number"],.epq-v2-screen .epq-field-group select,.epq-v2-screen .epq-field-group textarea{transition:border-color 0.18s ease,transform 0.18s ease,box-shadow 0.18s ease !important}.epq-v2-screen .epq-field-group input[type="text"]:hover,.epq-v2-screen .epq-field-group input[type="email"]:hover,.epq-v2-screen .epq-field-group input[type="tel"]:hover,.epq-v2-screen .epq-field-group input[type="date"]:hover,.epq-v2-screen .epq-field-group input[type="number"]:hover,.epq-v2-screen .epq-field-group select:hover,.epq-v2-screen .epq-field-group textarea:hover,.epq-v2-screen .epq-field-group input[type="text"]:focus,.epq-v2-screen .epq-field-group input[type="email"]:focus,.epq-v2-screen .epq-field-group input[type="tel"]:focus,.epq-v2-screen .epq-field-group input[type="date"]:focus,.epq-v2-screen .epq-field-group input[type="number"]:focus,.epq-v2-screen .epq-field-group select:focus,.epq-v2-screen .epq-field-group textarea:focus{border-color:#d8ae66 !important;transform:translateY(-1px) !important;box-shadow:0 10px 24px rgba(17,24,39,0.08) !important;outline:none !important}.epq-v2-distribution-screen .epq-v2-screen-header h2{max-width:920px}.epq-v2-distribution-screen .epq-v2-screen-header{display:flex !important;min-width:0;width:100%;max-width:920px}.epq-v2-distribution-assumption{margin-top:8px;max-width:760px;padding:14px 18px;border:2px solid #7fa9db;border-radius:14px;background:#cfe0f6;color:#4e6686;font-size: clamp(13.12px, 1.111vw, 16px);font-style:italic;line-height:1.45}.epq-v2-distribution-flow{position:relative;min-height:360px}.epq-v2-distribution-panel{display:none}.epq-v2-distribution-panel.is-active{display:block}.epq-v2-distribution-screen .epq-field-group>h4,.epq-v2-distribution-screen>.epq-v2-screen-body>h4{margin:0 0 14px;color:#2f2a26;font-size: clamp(24.6px, 2.08vw, 30px);line-height:1.18;font-weight:700}.epq-v2-distribution-note{margin:-2px 0 20px 56px;color:#667085;font-size: clamp(13.12px, 1.111vw, 16px);font-style:italic;line-height:1.5}.epq-v2-distribution-pass-grid,.epq-v2-distribution-yesno{grid-template-columns:repeat(2,minmax(0,1fr)) !important}.epq-v2-distribution-pass-grid .epq-v2-choice-card,.epq-v2-distribution-yesno .epq-v2-choice-card,.epq-v2-effects-grid .epq-v2-choice-card{min-height:320px}.epq-v2-distribution-pass-grid .epq-v2-choice-title,.epq-v2-distribution-yesno .epq-v2-choice-title{font-size: clamp(24.6px, 2.08vw, 30px);line-height:1.05}.epq-v2-distribution-pass-grid .epq-v2-choice-card{flex-direction:column;align-items:center;justify-content:flex-start;text-align:center}.epq-v2-distribution-pass-grid .epq-v2-choice-copy{justify-content:center;align-items:center;text-align:center}.epq-v2-choice-media.is-spouse,.epq-v2-choice-media.is-church,.epq-v2-choice-media.is-effect{width:min(150px,100%);height:min(150px,100%);flex:0 0 150px;margin:0 auto;border-radius:0;background:transparent;background-repeat:no-repeat;background-position:center;background-size:contain}.epq-v2-choice-media.is-spouse::before,.epq-v2-choice-media.is-church::before,.epq-v2-choice-media.is-effect::before{content:none !important}.epq-v2-choice-media.is-spouse{background-image:url("https://stage.gbfoundation.org/wp-content/uploads/2026/04/Married-Couple@4x-scaled.png")}.epq-v2-choice-media.is-church{background-image:url("https://stage.gbfoundation.org/wp-content/uploads/2026/04/Church@4x-scaled.png")}.epq-v2-effects-grid{grid-template-columns:repeat(4,minmax(0,1fr)) !important}.epq-v2-effects-grid .epq-v2-choice-card{align-items:center;text-align:center;padding:16px 12px;gap:14px;justify-content:flex-start}.epq-v2-effects-grid .epq-v2-choice-title{font-size: clamp(10.66px, 0.903vw, 13px);line-height:1.3;text-transform:uppercase}.epq-v2-effects-grid .epq-v2-choice-copy{align-items:center;text-align:center}.epq-v2-choice-media.is-effect.is-separate_list{background-image:url("https://stage.gbfoundation.org/wp-content/uploads/2026/04/By-List@4x-scaled.png")}.epq-v2-choice-media.is-effect.is-discretion{background-image:url("https://stage.gbfoundation.org/wp-content/uploads/2026/04/Representatives@4x-scaled.png")}.epq-v2-choice-media.is-effect.is-children_equal{background-image:url("https://stage.gbfoundation.org/wp-content/uploads/2026/04/Children@4x-scaled.png")}.epq-v2-choice-media.is-effect.is-as_follows{background-image:url("https://stage.gbfoundation.org/wp-content/uploads/2026/04/As-follows@4x-scaled.png")}.epq-v2-distribution-screen .epq-v2-as-follows-field{margin-top:18px}.epq-v2-distribution-screen .epq-v2-as-follows-field textarea{min-height:140px}.epq-v2-distribution-screen .epq-v2-distribution-charitable-field label,.epq-v2-distribution-screen .epq-v2-distribution-noncharitable-field label,.epq-v2-distribution-screen .epq-v2-distribution-inform-field>label{color:#2f2a26 !important;font-size: clamp(13.12px, 1.111vw, 16px) !important;text-transform:none !important;letter-spacing:normal !important;line-height:1.45}.epq-v2-distribution-screen .epq-v2-distribution-inform-field>label{margin:18px 0 10px}@media (max-width:767px){.epq-v2-distribution-flow{min-height:0}.epq-v2-distribution-note{margin-left:0}.epq-v2-distribution-pass-grid,.epq-v2-distribution-yesno,.epq-v2-effects-grid{grid-template-columns:1fr !important}.epq-v2-distribution-pass-grid .epq-v2-choice-card{flex-direction:column;align-items:flex-start}}.epq-v2-plan-more-block.is-arming{pointer-events:none}.epq-v2-plan-more-block.is-arming .epq-v2-choice-card{opacity:0.7}.epq-v2-alt-accordion{margin-top:18px}.epq-v2-rest-residue-screen{--epq-page-bg:#f7f7f8;--epq-card-bg:#ffffff;--epq-header-bg:#e3ebf4;--epq-border:#d8dce2;--epq-border-strong:#c8cdd6;--epq-text:#3c4048;--epq-text-soft:#6f7787;--epq-input-bg:#ffffff;--epq-shadow:0 1px 0 rgba(0,0,0,0.02);--epq-radius-xl:26px;--epq-radius-lg:18px;--epq-radius-md:12px;--epq-letter-bg:#e7e9ee;--epq-letter-text:#6b7385}.epq-v2-rest-residue-screen.epq-v2-screen{padding:36px 34px 40px;background:var(--epq-page-bg);border:1px solid #e2e4e8;border-radius:30px;box-shadow:var(--epq-shadow);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--epq-text)}.epq-v2-rest-residue-screen .epq-v2-screen-header{background:var(--epq-header-bg);border-radius:0;padding:18px 32px 24px;margin:0 0 34px}.epq-v2-rest-residue-screen .epq-v2-screen-kicker{margin:0 0 8px;font-size: clamp(12.3px, 1.042vw, 15px);line-height:1.2;letter-spacing:0.1em;text-transform:uppercase;font-weight:700;color:#6b7180}.epq-v2-rest-residue-screen .epq-v2-screen-header h2{margin:0;font-size:clamp(34px,4.2vw,56px);line-height:1.04;letter-spacing:-0.03em;font-weight:500;color:#45464d}.epq-v2-rest-residue-screen .epq-v2-screen-body{padding:0}.epq-v2-rest-residue-screen .epq-rest-residue-screen{display:flex;flex-direction:column;gap:26px}.epq-v2-rest-residue-screen .epq-rest-row{display:grid;grid-template-columns:82px minmax(0,1fr);column-gap:28px;align-items:start}.epq-v2-rest-residue-screen .epq-rest-row-beneficiary{margin-top:2px}.epq-v2-rest-residue-screen .epq-rest-letter{display:flex;align-items:center;justify-content:center;min-height:138px;background:var(--epq-letter-bg);border:1px solid var(--epq-border);border-radius:18px;font-size: clamp(42.64px, 3.61vw, 52px);line-height:1;font-weight:600;color:var(--epq-letter-text)}.epq-v2-rest-residue-screen .epq-rest-row-beneficiary .epq-rest-letter{min-height:150px}.epq-v2-rest-residue-screen .epq-rest-card{min-width:0}.epq-v2-rest-residue-screen .epq-rest-card-a{padding-top:4px}.epq-v2-rest-residue-screen .epq-rest-line{margin:0;font-size: clamp(21.32px, 1.806vw, 26px);line-height:1.22;font-weight:600;letter-spacing:-0.018em;color:var(--epq-text)}.epq-v2-rest-residue-screen .epq-rest-line+.epq-rest-line{margin-top:24px}.epq-v2-rest-residue-screen .epq-rest-line-label{margin-top:36px;margin-bottom:22px;font-size: clamp(20.5px, 1.736vw, 25px);line-height:1.24;font-weight:600}.epq-v2-rest-residue-screen .epq-rest-line-inline{max-width:1040px}.epq-v2-rest-residue-screen .epq-rest-line-inline .epq-rest-inline-chunk{white-space:nowrap}.epq-v2-rest-residue-screen .epq-rest-input{appearance:none;-webkit-appearance:none;border:1.5px solid var(--epq-border-strong);background:var(--epq-input-bg);border-radius:10px;box-sizing:border-box;box-shadow:inset 0 1px 0 rgba(255,255,255,0.85);color:var(--epq-text);font:inherit;font-weight:500;outline:none}.epq-v2-rest-residue-screen .epq-rest-input:focus{border-color:#a8b6cc;box-shadow:0 0 0 3px rgba(114,142,189,0.12)}.epq-v2-rest-residue-screen .epq-rest-input::placeholder{color:#a1a7b4}.epq-v2-rest-residue-screen .epq-rest-input-inline{display:inline-block;vertical-align:baseline;position:relative;top:-0.02em;height:1.62em;padding:0 0.32em;margin:0 0.12em;text-align:center}.epq-v2-rest-residue-screen .epq-rest-input-inline-sm{width:4.8ch;min-width:4.8ch}.epq-v2-rest-residue-screen .epq-rest-input-small{width:118px;height:48px;padding:0 12px;font-size: clamp(19.68px, 1.667vw, 24px);line-height:46px;text-align:center}.epq-v2-rest-residue-screen .epq-rest-input-wide{width:390px;max-width:100%;height:48px;padding:0 14px;font-size: clamp(18.04px, 1.528vw, 22px)}.epq-v2-rest-residue-screen .epq-rest-input-name{width:100%;height:56px;padding:0 14px;font-size: clamp(18.04px, 1.528vw, 22px)}.epq-v2-rest-residue-screen .epq-rest-option-row{display:grid;grid-template-columns:64px minmax(0,1fr);column-gap:16px;align-items:start}.epq-v2-rest-residue-screen .epq-rest-option-row+.epq-rest-option-row{margin-top:16px}.epq-v2-rest-residue-screen .epq-rest-option-number{padding-top:10px;font-size: clamp(19.68px, 1.667vw, 24px);line-height:1.2;font-weight:600;text-align:right;color:var(--epq-text)}.epq-v2-rest-residue-screen .epq-rest-option-content{min-width:0}.epq-v2-rest-residue-screen .epq-rest-option-inline{display:flex;flex-wrap:wrap;align-items:center;gap:10px;font-size: clamp(19.68px, 1.667vw, 24px);line-height:1.2;font-weight:600}.epq-v2-rest-residue-screen .epq-rest-caption{margin:10px 0 0;font-size: clamp(13.94px, 1.181vw, 17px);line-height:1.3;font-style:italic;font-weight:500;color:var(--epq-text-soft)}.epq-v2-rest-residue-screen .epq-rest-line-option2,.epq-v2-rest-residue-screen .epq-rest-line-option3,.epq-v2-rest-residue-screen .epq-rest-line-option4{max-width:920px;font-size: clamp(19.68px, 1.667vw, 24px);line-height:1.22}.epq-v2-rest-residue-screen .epq-rest-line-option3,.epq-v2-rest-residue-screen .epq-rest-line-option4{padding-left:0;margin-top:12px}.epq-v2-rest-residue-screen .epq-rest-beneficiary-card{padding-top:4px}.epq-v2-rest-residue-screen .epq-rest-beneficiary-grid{display:grid;grid-template-columns:124px 132px minmax(220px,1.45fr) minmax(150px,0.9fr) minmax(220px,1.35fr);grid-template-rows:auto auto;column-gap:16px;row-gap:10px;align-items:end}.epq-v2-rest-residue-screen .epq-rest-beneficiary-title{grid-column:1;grid-row:1 / span 2;align-self:center;font-size: clamp(20.5px, 1.736vw, 25px);line-height:1.2;font-weight:600;color:var(--epq-text)}.epq-v2-rest-residue-screen .epq-rest-beneficiary-percent-wrap{grid-column:2;grid-row:2;display:flex;align-items:center;gap:10px}.epq-v2-rest-residue-screen .epq-rest-beneficiary-percent-text{font-size: clamp(18.04px, 1.528vw, 22px);line-height:1.2;font-weight:600;white-space:nowrap}.epq-v2-rest-residue-screen .epq-rest-name-field{display:flex;flex-direction:column;gap:8px}.epq-v2-rest-residue-screen .epq-rest-name-field-first{grid-column:3;grid-row:1 / span 2}.epq-v2-rest-residue-screen .epq-rest-name-field-middle{grid-column:4;grid-row:1 / span 2}.epq-v2-rest-residue-screen .epq-rest-name-field-last{grid-column:5;grid-row:1 / span 2}.epq-v2-rest-residue-screen .epq-rest-name-field label{display:block;margin:0;font-size: clamp(13.12px, 1.111vw, 16px);line-height:1.2;font-weight:600;color:var(--epq-text-soft)}.epq-v2-rest-residue-screen .epq-rest-note{margin:8px 0 0;font-size: clamp(13.12px, 1.111vw, 16px);line-height:1.45;font-style:italic;font-weight:500;color:var(--epq-text-soft);max-width:1120px}@media (max-width:1100px){.epq-v2-rest-residue-screen .epq-rest-beneficiary-grid{grid-template-columns:124px 132px 1fr 1fr;grid-template-rows:auto auto auto}.epq-v2-rest-residue-screen .epq-rest-name-field-first{grid-column:3 / 5;grid-row:1 / span 2}.epq-v2-rest-residue-screen .epq-rest-name-field-middle{grid-column:3;grid-row:3}.epq-v2-rest-residue-screen .epq-rest-name-field-last{grid-column:4;grid-row:3}}@media (max-width:860px){.epq-v2-rest-residue-screen .epq-rest-row{grid-template-columns:68px 1fr;column-gap:18px}.epq-v2-rest-residue-screen .epq-rest-letter{min-height:110px;font-size: clamp(32.8px, 2.78vw, 40px)}.epq-v2-rest-residue-screen .epq-rest-line{font-size: clamp(17.22px, 1.458vw, 21px)}.epq-v2-rest-residue-screen .epq-rest-line-label{font-size: clamp(17.22px, 1.458vw, 21px)}.epq-v2-rest-residue-screen .epq-rest-option-inline,.epq-v2-rest-residue-screen .epq-rest-line-option2,.epq-v2-rest-residue-screen .epq-rest-line-option3,.epq-v2-rest-residue-screen .epq-rest-line-option4{font-size: clamp(16.4px, 1.389vw, 20px)}.epq-v2-rest-residue-screen .epq-rest-input-small{width:96px;height:42px;font-size: clamp(16.4px, 1.389vw, 20px)}.epq-v2-rest-residue-screen .epq-rest-input-wide{width:100%;min-width:240px;height:42px;font-size: clamp(14.76px, 1.25vw, 18px)}.epq-v2-rest-residue-screen .epq-rest-beneficiary-grid{grid-template-columns:1fr;grid-template-rows:none;row-gap:12px}.epq-v2-rest-residue-screen .epq-rest-beneficiary-title,.epq-v2-rest-residue-screen .epq-rest-beneficiary-percent-wrap,.epq-v2-rest-residue-screen .epq-rest-name-field-first,.epq-v2-rest-residue-screen .epq-rest-name-field-middle,.epq-v2-rest-residue-screen .epq-rest-name-field-last{grid-column:auto;grid-row:auto}.epq-v2-rest-residue-screen .epq-rest-beneficiary-title{align-self:start}}.epq-v2-rest-residue-screen{--epq-page-bg:#ffffff;--epq-card-bg:#ffffff;--epq-header-bg:#e3ebf4;--epq-border:#d8dce2;--epq-border-strong:#c8cdd6;--epq-text:#3c4048;--epq-text-soft:#6f7787;--epq-input-bg:#ffffff;--epq-shadow:0 1px 0 rgba(0,0,0,0.02);--epq-radius-xl:26px;--epq-radius-lg:18px;--epq-radius-md:12px;--epq-letter-bg:#e7e9ee;--epq-letter-text:#6b7385}.epq-v2-rest-residue-screen.epq-v2-screen{padding:36px 34px 40px;background:#ffffff;border:1px solid #e2e4e8;border-radius:30px;box-shadow:var(--epq-shadow);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--epq-text)}.epq-v2-rest-residue-screen .epq-v2-screen-header{background:var(--epq-header-bg);border-radius:0;padding:18px 32px 24px;margin:0 0 34px}.epq-v2-rest-residue-screen .epq-v2-screen-kicker{margin:0 0 8px;font-size: clamp(12.3px, 1.042vw, 15px);line-height:1.2;letter-spacing:0.1em;text-transform:uppercase;font-weight:700;color:#6b7180}.epq-v2-rest-residue-screen .epq-v2-screen-header h2{margin:0;font-size:clamp(34px,4.2vw,56px);line-height:1.04;letter-spacing:-0.03em;font-weight:500;color:#45464d}.epq-v2-rest-residue-screen .epq-v2-screen-body{padding:0}.epq-v2-rest-residue-screen .epq-rest-residue-screen{display:flex;flex-direction:column;gap:26px}.epq-v2-rest-residue-screen .epq-rest-row{display:grid;grid-template-columns:82px minmax(0,1fr);column-gap:28px;align-items:start}.epq-v2-rest-residue-screen .epq-rest-row-beneficiary{margin-top:2px}.epq-v2-rest-residue-screen .epq-rest-letter{display:flex;align-items:center;justify-content:center;min-height:138px;background:var(--epq-letter-bg);border:1px solid var(--epq-border);border-radius:18px;font-size: clamp(42.64px, 3.61vw, 52px);line-height:1;font-weight:600;color:var(--epq-letter-text)}.epq-v2-rest-residue-screen .epq-rest-row-beneficiary .epq-rest-letter{min-height:150px}.epq-v2-rest-residue-screen .epq-rest-card{min-width:0}.epq-v2-rest-residue-screen .epq-rest-card-a{padding-top:4px}.epq-v2-rest-residue-screen .epq-rest-line{margin:0;font-size: clamp(21.32px, 1.806vw, 26px);line-height:1.22;font-weight:400;letter-spacing:-0.018em;color:var(--epq-text)}.epq-v2-rest-residue-screen .epq-rest-line+.epq-rest-line{margin-top:24px}.epq-v2-rest-residue-screen .epq-rest-line-label{margin-top:36px;margin-bottom:22px;font-size: clamp(20.5px, 1.736vw, 25px);line-height:1.24;font-weight:400}.epq-v2-rest-residue-screen .epq-rest-line-inline{max-width:1040px}.epq-v2-rest-residue-screen .epq-rest-line-inline .epq-rest-inline-chunk{white-space:nowrap}.epq-v2-rest-residue-screen .epq-rest-input{appearance:none;-webkit-appearance:none;border:1.5px solid var(--epq-border-strong);background:var(--epq-input-bg);border-radius:10px;box-sizing:border-box;box-shadow:inset 0 1px 0 rgba(255,255,255,0.85);color:var(--epq-text);font:inherit;font-weight:500;outline:none}.epq-v2-rest-residue-screen .epq-rest-input:focus{border-color:#a8b6cc;box-shadow:0 0 0 3px rgba(114,142,189,0.12)}.epq-v2-rest-residue-screen .epq-rest-input::placeholder{color:#a1a7b4}.epq-v2-rest-residue-screen .epq-rest-input-inline{display:inline-block;vertical-align:baseline;position:relative;top:-0.02em;height:1.62em;padding:0 0.32em;margin:0 0.12em;text-align:center}.epq-v2-rest-residue-screen .epq-rest-input-inline-sm{width:4.8ch;min-width:4.8ch}.epq-v2-rest-residue-screen .epq-rest-input-small{width:118px;height:48px;padding:0 12px;font-size: clamp(19.68px, 1.667vw, 24px);line-height:46px;text-align:center}.epq-v2-rest-residue-screen .epq-rest-input-wide{width:390px;max-width:100%;height:48px;padding:0 14px;font-size: clamp(18.04px, 1.528vw, 22px)}.epq-v2-rest-residue-screen .epq-rest-input-name{width:100%;height:56px;padding:0 14px;font-size: clamp(18.04px, 1.528vw, 22px)}.epq-v2-rest-residue-screen .epq-rest-option-row{display:grid;grid-template-columns:64px minmax(0,1fr);column-gap:16px;align-items:start}.epq-v2-rest-residue-screen .epq-rest-option-row+.epq-rest-option-row{margin-top:16px}.epq-v2-rest-residue-screen .epq-rest-option-number{padding-top:10px;font-size: clamp(19.68px, 1.667vw, 24px);line-height:1.2;font-weight:600;text-align:right;color:var(--epq-text)}.epq-v2-rest-residue-screen .epq-rest-option-content{min-width:0}.epq-v2-rest-residue-screen .epq-rest-option-inline{display:flex;flex-wrap:wrap;align-items:center;gap:10px;font-size: clamp(19.68px, 1.667vw, 24px);line-height:1.2;font-weight:400}.epq-v2-rest-residue-screen .epq-rest-caption{margin:10px 0 0;font-size: clamp(13.94px, 1.181vw, 17px);line-height:1.3;font-style:italic;font-weight:500;color:var(--epq-text-soft)}.epq-v2-rest-residue-screen .epq-rest-line-option2,.epq-v2-rest-residue-screen .epq-rest-line-option3,.epq-v2-rest-residue-screen .epq-rest-line-option4{max-width:920px;font-size: clamp(19.68px, 1.667vw, 24px);line-height:1.22;font-weight:400}.epq-v2-rest-residue-screen .epq-rest-line-option3,.epq-v2-rest-residue-screen .epq-rest-line-option4{padding-left:0;margin-top:12px}.epq-v2-rest-residue-screen .epq-rest-beneficiary-card{padding-top:0}.epq-v2-rest-residue-screen .epq-rest-beneficiary-table{width:100%;max-width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed}.epq-v2-rest-residue-screen .epq-rest-beneficiary-title-cell{padding:0 0 12px 0;vertical-align:top}.epq-v2-rest-residue-screen .epq-rest-beneficiary-title{font-size: clamp(20.5px, 1.736vw, 25px);line-height:1.15;font-weight:600;color:var(--epq-text);margin:0;text-align:left}.epq-v2-rest-residue-screen .epq-rest-beneficiary-table td{vertical-align:top;min-width:0}.epq-v2-rest-residue-screen .epq-rest-beneficiary-col{padding:0;min-width:0}.epq-v2-rest-residue-screen .epq-rest-beneficiary-col-percent{width:26%;padding-right:18px}.epq-v2-rest-residue-screen .epq-rest-beneficiary-col-first{width:30%;padding-right:12px}.epq-v2-rest-residue-screen .epq-rest-beneficiary-col-middle{width:12%;padding-right:12px}.epq-v2-rest-residue-screen .epq-rest-beneficiary-col-last{width:32%}.epq-v2-rest-residue-screen .epq-rest-beneficiary-percent-wrap{display:flex;align-items:flex-end;gap:14px;min-width:0;padding-top:40px}.epq-v2-rest-residue-screen .epq-rest-input-beneficiary-percent{width:104px;min-width:104px;max-width:104px;height:56px;padding:0 12px;font-size: clamp(18.04px, 1.528vw, 22px);text-align:center;flex:0 0 104px}.epq-v2-rest-residue-screen .epq-rest-beneficiary-percent-text{font-size: clamp(18.04px, 1.528vw, 22px);line-height:56px;font-weight:600;white-space:nowrap}.epq-v2-rest-residue-screen .epq-rest-name-field{display:block;min-width:0;max-width:100%}.epq-v2-rest-residue-screen .epq-rest-name-field label{display:block;margin:0 0 8px 0;font-size: clamp(13.12px, 1.111vw, 16px);line-height:1.2;font-weight:600;color:var(--epq-text-soft);white-space:nowrap;text-align:left}.epq-v2-rest-residue-screen .epq-rest-note{margin:8px 0 0;font-size: clamp(13.12px, 1.111vw, 16px);line-height:1.45;font-style:italic;font-weight:500;color:var(--epq-text-soft);max-width:1120px}@media (max-width:980px){.epq-v2-rest-residue-screen .epq-rest-beneficiary-table,.epq-v2-rest-residue-screen .epq-rest-beneficiary-table tbody,.epq-v2-rest-residue-screen .epq-rest-beneficiary-table tr,.epq-v2-rest-residue-screen .epq-rest-beneficiary-table td{display:block;width:100%}.epq-v2-rest-residue-screen .epq-rest-beneficiary-title-cell{padding-bottom:14px}.epq-v2-rest-residue-screen .epq-rest-beneficiary-col-percent,.epq-v2-rest-residue-screen .epq-rest-beneficiary-col-first,.epq-v2-rest-residue-screen .epq-rest-beneficiary-col-middle,.epq-v2-rest-residue-screen .epq-rest-beneficiary-col-last{padding-right:0;width:100%;margin-bottom:12px}.epq-v2-rest-residue-screen .epq-rest-beneficiary-percent-wrap{padding-top:0}}.epq-v2-rest-residue-screen{--epq-page-bg:#ffffff;--epq-card-bg:#ffffff;--epq-header-bg:#e3ebf4;--epq-border:#d8dce2;--epq-border-strong:#c8cdd6;--epq-text:#3c4048;--epq-text-soft:#6f7787;--epq-input-bg:#ffffff;--epq-shadow:0 1px 0 rgba(0,0,0,0.02);--epq-letter-bg:#e7e9ee;--epq-letter-text:#6b7385}.epq-v2-rest-residue-screen.epq-v2-screen{padding:36px 34px 40px;background:#ffffff;border:1px solid #e2e4e8;border-radius:30px;box-shadow:var(--epq-shadow);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--epq-text)}.epq-v2-rest-residue-screen .epq-v2-screen-header{background:var(--epq-header-bg);padding:18px 32px 24px;margin:0 0 34px}.epq-v2-rest-residue-screen .epq-v2-screen-kicker{margin:0 0 8px;font-size: clamp(12.3px, 1.042vw, 15px);line-height:1.2;letter-spacing:0.1em;text-transform:uppercase;font-weight:700;color:#6b7180}.epq-v2-rest-residue-screen .epq-v2-screen-header h2{margin:0;font-size:clamp(34px,4.2vw,56px);line-height:1.04;letter-spacing:-0.03em;font-weight:500;color:#45464d}.epq-v2-rest-residue-screen .epq-v2-screen-body{padding:0}.epq-v2-rest-residue-screen .epq-rest-residue-screen{display:flex;flex-direction:column;gap:26px}.epq-v2-rest-residue-screen .epq-rest-row{display:grid;grid-template-columns:82px minmax(0,1fr);column-gap:28px;align-items:start;min-width:0}.epq-v2-rest-residue-screen .epq-rest-letter{display:flex;align-items:center;justify-content:center;min-height:138px;background:var(--epq-letter-bg);border:1px solid var(--epq-border);border-radius:18px;font-size: clamp(42.64px, 3.61vw, 52px);line-height:1;font-weight:600;color:var(--epq-letter-text)}.epq-v2-rest-residue-screen .epq-rest-row-beneficiary .epq-rest-letter{min-height:150px}.epq-v2-rest-residue-screen .epq-rest-card{min-width:0;max-width:100%}.epq-v2-rest-residue-screen .epq-rest-card-a{padding-top:4px}.epq-v2-rest-residue-screen .epq-rest-line{margin:0;font-size: clamp(21.32px, 1.806vw, 26px);line-height:1.22;font-weight:400;letter-spacing:-0.018em;color:var(--epq-text)}.epq-v2-rest-residue-screen .epq-rest-line+.epq-rest-line{margin-top:24px}.epq-v2-rest-residue-screen .epq-rest-line-label{margin-top:36px;margin-bottom:22px;font-size: clamp(20.5px, 1.736vw, 25px);line-height:1.24;font-weight:400}.epq-v2-rest-residue-screen .epq-rest-line-inline{max-width:1040px}.epq-v2-rest-residue-screen .epq-rest-inline-chunk{white-space:nowrap}.epq-v2-rest-residue-screen .epq-rest-input{appearance:none;-webkit-appearance:none;border:1.5px solid var(--epq-border-strong);background:var(--epq-input-bg);border-radius:10px;box-sizing:border-box;box-shadow:inset 0 1px 0 rgba(255,255,255,0.85);color:var(--epq-text);font:inherit;font-weight:500;outline:none;max-width:100%}.epq-v2-rest-residue-screen .epq-rest-input:focus{border-color:#a8b6cc;box-shadow:0 0 0 3px rgba(114,142,189,0.12)}.epq-v2-rest-residue-screen .epq-rest-input-inline{display:inline-block;vertical-align:baseline;position:relative;top:-0.02em;height:1.62em;padding:0 0.32em;margin:0 0.12em;text-align:center}.epq-v2-rest-residue-screen .epq-rest-input-inline-sm{width:4.8ch;min-width:4.8ch}.epq-v2-rest-residue-screen .epq-rest-input-small{width:118px;height:48px;padding:0 12px;font-size: clamp(19.68px, 1.667vw, 24px);line-height:46px;text-align:center;flex:0 0 118px}.epq-v2-rest-residue-screen .epq-rest-input-wide{width:390px;max-width:100%;height:48px;padding:0 14px;font-size: clamp(18.04px, 1.528vw, 22px)}.epq-v2-rest-residue-screen .epq-rest-input-name{width:100%;min-width:0;height:56px;padding:0 14px;font-size: clamp(18.04px, 1.528vw, 22px)}.epq-v2-rest-residue-screen .epq-rest-option-row{display:grid;grid-template-columns:64px minmax(0,1fr);column-gap:16px;align-items:start}.epq-v2-rest-residue-screen .epq-rest-option-row+.epq-rest-option-row{margin-top:16px}.epq-v2-rest-residue-screen .epq-rest-option-number{padding-top:10px;font-size: clamp(19.68px, 1.667vw, 24px);line-height:1.2;font-weight:600;text-align:right;color:var(--epq-text)}.epq-v2-rest-residue-screen .epq-rest-option-content{min-width:0}.epq-v2-rest-residue-screen .epq-rest-option-inline{display:flex;flex-wrap:wrap;align-items:center;gap:10px;font-size: clamp(19.68px, 1.667vw, 24px);line-height:1.2;font-weight:400}.epq-v2-rest-residue-screen .epq-rest-caption{margin:10px 0 0;font-size: clamp(13.94px, 1.181vw, 17px);line-height:1.3;font-style:italic;font-weight:500;color:var(--epq-text-soft)}.epq-v2-rest-residue-screen .epq-rest-line-option2,.epq-v2-rest-residue-screen .epq-rest-line-option3,.epq-v2-rest-residue-screen .epq-rest-line-option4{max-width:920px;font-size: clamp(19.68px, 1.667vw, 24px);line-height:1.22;font-weight:400}.epq-v2-rest-residue-screen .epq-rest-line-option3,.epq-v2-rest-residue-screen .epq-rest-line-option4{margin-top:12px}.epq-v2-rest-residue-screen .epq-rest-beneficiary-card{padding-top:0;min-width:0;max-width:100%;overflow:hidden}.epq-v2-rest-residue-screen .epq-rest-beneficiary-table{width:100%;max-width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed}.epq-v2-rest-residue-screen .epq-rest-beneficiary-title-cell{padding:0 0 12px 0;vertical-align:top}.epq-v2-rest-residue-screen .epq-rest-beneficiary-title{margin:0;font-size: clamp(20.5px, 1.736vw, 25px);line-height:1.15;font-weight:600;color:var(--epq-text);text-align:left}.epq-v2-rest-residue-screen .epq-rest-beneficiary-table td{vertical-align:top;min-width:0}.epq-v2-rest-residue-screen .epq-rest-beneficiary-col{padding:0;min-width:0}.epq-v2-rest-residue-screen .epq-rest-beneficiary-col-percent{width:26%;padding-right:18px}.epq-v2-rest-residue-screen .epq-rest-beneficiary-col-first{width:30%;padding-right:12px}.epq-v2-rest-residue-screen .epq-rest-beneficiary-col-middle{width:12%;padding-right:12px}.epq-v2-rest-residue-screen .epq-rest-beneficiary-col-last{width:32%}.epq-v2-rest-residue-screen .epq-rest-beneficiary-percent-wrap{display:flex;align-items:flex-end;gap:14px;min-width:0;max-width:100%;padding-top:40px}.epq-v2-rest-residue-screen .epq-rest-input-beneficiary-percent{width:104px;min-width:104px;max-width:104px;height:56px;padding:0 12px;font-size: clamp(18.04px, 1.528vw, 22px);text-align:center;flex:0 0 104px}.epq-v2-rest-residue-screen .epq-rest-beneficiary-percent-text{font-size: clamp(18.04px, 1.528vw, 22px);line-height:56px;font-weight:600;white-space:nowrap}.epq-v2-rest-residue-screen .epq-rest-name-field{display:block;min-width:0;max-width:100%}.epq-v2-rest-residue-screen .epq-rest-name-field label{display:block;margin:0 0 8px 0;font-size: clamp(13.12px, 1.111vw, 16px);line-height:1.2;font-weight:600;color:var(--epq-text-soft);white-space:nowrap;text-align:left}.epq-v2-rest-residue-screen .epq-rest-note{margin:8px 0 0;font-size: clamp(13.12px, 1.111vw, 16px);line-height:1.45;font-style:italic;font-weight:500;color:var(--epq-text-soft);max-width:1120px}@media (max-width:980px){.epq-v2-rest-residue-screen .epq-rest-beneficiary-table,.epq-v2-rest-residue-screen .epq-rest-beneficiary-table tbody,.epq-v2-rest-residue-screen .epq-rest-beneficiary-table tr,.epq-v2-rest-residue-screen .epq-rest-beneficiary-table td{display:block;width:100%}.epq-v2-rest-residue-screen .epq-rest-beneficiary-title-cell{padding-bottom:14px}.epq-v2-rest-residue-screen .epq-rest-beneficiary-col-percent,.epq-v2-rest-residue-screen .epq-rest-beneficiary-col-first,.epq-v2-rest-residue-screen .epq-rest-beneficiary-col-middle,.epq-v2-rest-residue-screen .epq-rest-beneficiary-col-last{padding-right:0;width:100%;margin-bottom:12px}.epq-v2-rest-residue-screen .epq-rest-beneficiary-percent-wrap{padding-top:0}}@media (max-width:860px){.epq-v2-rest-residue-screen .epq-rest-row{grid-template-columns:68px 1fr;column-gap:18px}.epq-v2-rest-residue-screen .epq-rest-letter{min-height:110px;font-size: clamp(32.8px, 2.78vw, 40px)}.epq-v2-rest-residue-screen .epq-rest-line{font-size: clamp(17.22px, 1.458vw, 21px)}.epq-v2-rest-residue-screen .epq-rest-line-label{font-size: clamp(17.22px, 1.458vw, 21px)}.epq-v2-rest-residue-screen .epq-rest-option-inline,.epq-v2-rest-residue-screen .epq-rest-line-option2,.epq-v2-rest-residue-screen .epq-rest-line-option3,.epq-v2-rest-residue-screen .epq-rest-line-option4{font-size: clamp(16.4px, 1.389vw, 20px)}.epq-v2-rest-residue-screen .epq-rest-input-small{width:96px;height:42px;font-size: clamp(16.4px, 1.389vw, 20px);flex-basis:96px}.epq-v2-rest-residue-screen .epq-rest-input-wide{width:100%;min-width:240px;height:42px;font-size: clamp(14.76px, 1.25vw, 18px)}.epq-v2-rest-residue-screen .epq-rest-input-name{height:48px;font-size: clamp(14.76px, 1.25vw, 18px)}}.epq-v2-alt-intro{margin:0 0 14px;color:#667085;font-size: clamp(12.3px, 1.042vw, 15px);line-height:1.45}.epq-v2-alt-accordion>div.epq-v2-alt-tabs{border-bottom:5px solid #d8ae66}.epq-v2-alt-tabs{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}.epq-v2-alt-tab{appearance:none;border:1px solid #ddb981;background:rgba(221,185,129,0.25);color:#ab894e;border-radius:8px 8px 0 0;padding:10px 14px;font-size: clamp(11.48px, 0.972vw, 14px);font-weight:700;cursor:pointer;transition:all 0.25s}.epq-v2-alt-tab:hover{background-color:rgba(216,174,102,0.6);color:#ffffff}.epq-v2-alt-tab.is-active{background:#d8ae66;border-color:#d8ae66;color:#ffffff}.epq-v2-rest-residue-screen .epq-rest-input,.epq-v2-rest-residue-screen .epq-rest-input-inline,.epq-v2-rest-residue-screen .epq-rest-input-small,.epq-v2-rest-residue-screen .epq-rest-input-wide,.epq-v2-rest-residue-screen .epq-rest-input-name,.epq-v2-rest-residue-screen .epq-rest-input-beneficiary-percent{height:45px !important;min-height:45px !important;max-height:45px !important;line-height:45px !important;box-sizing:border-box !important;transition:border-color 0.2s ease,box-shadow 0.2s ease,transform 0.2s ease !important}.epq-v2-rest-residue-screen .epq-rest-input:hover,.epq-v2-rest-residue-screen .epq-rest-input:focus,.epq-v2-rest-residue-screen .epq-rest-input:focus-visible{border-color:rgb(216,174,102) !important;transform:translateY(-1px) !important;box-shadow:rgba(17,24,39,0.08) 0px 10px 24px !important;outline:currentcolor !important}.epq-v2-rest-residue-screen .epq-rest-row{transition:background-color 0.2s ease !important;border-radius:18px !important}.epq-v2-rest-residue-screen .epq-rest-row:hover,.epq-v2-rest-residue-screen .epq-rest-row:focus-within{background-color:#f7f7f7 !important}.epq-v2-rest-residue-screen .epq-rest-beneficiary-title{text-align:left !important}.epq-v2-rest-residue-screen .epq-rest-beneficiary-percent-wrap{display:flex !important;align-items:center !important;gap:14px !important;min-width:0 !important;padding-top:24px !important}.epq-v2-rest-residue-screen .epq-rest-beneficiary-col-percent{padding-right:48px !important}.epq-v2-rest-residue-screen .epq-rest-beneficiary-col-middle{width:56px !important;max-width:56px !important;min-width:56px !important;padding-right:12px !important}.epq-v2-rest-residue-screen .epq-rest-beneficiary-col-middle .epq-rest-input-name{width:56px !important;max-width:56px !important;min-width:56px !important}.epq-v2-rest-residue-screen .epq-rest-input-name{width:100% !important;max-width:100% !important}.epq-v2-rest-residue-screen .epq-rest-input-beneficiary-percent{width:104px !important;min-width:104px !important;max-width:104px !important;text-align:center !important}.epq-v2-rest-journey-screen .epq-v2-screen-header h2{font-size:clamp(34px,4vw,52px);line-height:1.08;letter-spacing:-0.04em;margin-bottom:6px}.epq-v2-rest-journey-screen .epq-v2-screen-helper{margin:0 0 10px;font-size: clamp(19.68px, 1.667vw, 24px);line-height:1.2;color:#6b6b6b;font-style:italic}.epq-v2-rest-journey-screen .epq-v2-screen-helper em{font-style:italic;font-weight:400}.epq-v2-rest-journey-screen .epq-v2-screen-body{padding-top:0}.epq-v2-rest-journey-layout{display:grid;grid-template-columns:230px minmax(0,1fr);column-gap:28px;align-items:center;min-height:360px}.epq-v2-screen[data-screen-key="section3-rest-residue-1"] .epq-v2-rest-journey-layout,.epq-v2-screen[data-screen-key="section3-rest-residue-2"] .epq-v2-rest-journey-layout{align-items:start;min-height:0}.epq-v2-rest-journey-layout-compact{min-height:0;align-items:start;margin-bottom:22px}.epq-v2-rest-journey-layout-step3{align-items:center}.epq-v2-rest-journey-media{display:flex;align-items:center;justify-content:center}.epq-v2-rest-journey-media img{display:block;width:100%;max-width:230px;height:auto}.epq-v2-rest-journey-media-children img{max-width:200px}.epq-v2-rest-journey-copy{min-width:0}.epq-v2-rest-stage-sentence{margin:0;font-size: clamp(16.4px, 1.389vw, 20px);line-height:1.5;font-weight:400;color:#23262f}.epq-v2-rest-stage-lead{margin:0;font-size: clamp(16.4px, 1.389vw, 20px);line-height:1.45;font-weight:500;color:#23262f}.epq-v2-rest-journey-screen .epq-rest-line-inline{max-width:100%}.epq-v2-rest-stage-options{display:flex;flex-direction:column;gap:26px}.epq-v2-rest-stage-option-row{display:grid;grid-template-columns:58px minmax(0,1fr);column-gap:16px;align-items:start}.epq-v2-rest-stage-number,.epq-v2-rest-beneficiary-badge{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:4px;background:#9d9d9d;color:#ffffff;font-size: clamp(27.88px, 2.36vw, 34px);font-weight:700;line-height:1}.epq-v2-rest-stage-option-copy{min-width:0}.epq-v2-rest-stage-inline{display:flex;flex-wrap:wrap;align-items:center;gap:10px;font-size: clamp(16.4px, 1.389vw, 20px);line-height:1.5;font-weight:400;color:#23262f}.epq-v2-rest-stage-option-row:first-child .epq-v2-rest-stage-inline{align-items:flex-start}.epq-v2-rest-stage-option-row:first-child .epq-v2-rest-stage-inline span:last-child{display:inline;font-size: clamp(16.4px, 1.389vw, 20px);line-height:1.5;font-weight:400;color:#23262f}.epq-v2-rest-journey-screen .epq-v2-rest-stage-inline .epq-rest-input-wide{width:140px !important;max-width:140px !important}.epq-v2-rest-beneficiaries-layout{align-items:start}.epq-v2-rest-beneficiaries-panel{min-width:0;display:flex;flex-direction:column;gap:18px;padding-top:0}.epq-v2-rest-beneficiary-entry{display:grid;grid-template-columns:58px minmax(0,1fr);column-gap:18px;align-items:start}.epq-v2-rest-beneficiary-entry.is-hidden{display:none}.epq-v2-rest-beneficiary-entry-body{min-width:0}.epq-v2-rest-beneficiary-name-grid{display:grid;grid-template-columns:minmax(0,1.25fr) 76px minmax(0,1fr);column-gap:10px;align-items:end}.epq-v2-rest-beneficiary-name-grid .epq-field-group,.epq-v2-rest-beneficiary-share-row .epq-field-group{margin-bottom:0}.epq-v2-rest-beneficiary-name-grid label{font-size: clamp(9.84px, 0.833vw, 12px) !important;line-height:1.2;margin-bottom:6px !important}.epq-v2-rest-beneficiary-share-row{display:flex;align-items:center;gap:10px;margin-top:12px;font-size: clamp(16.4px, 1.389vw, 20px);line-height:1.3;font-weight:400;color:#23262f}.epq-v2-rest-beneficiary-share-row .epq-rest-input-beneficiary-percent{width:76px !important;min-width:76px !important;max-width:76px !important}.epq-v2-rest-beneficiary-mi{width:100% !important;min-width:0 !important;max-width:100% !important}.epq-v2-rest-add-beneficiary{align-self:center;margin-top:10px;padding:14px 40px;border:0;border-radius:999px;background:#d8ae66;color:#ffffff;font-size: clamp(14.76px, 1.25vw, 18px);font-weight:700;cursor:pointer;transition:transform 0.18s ease,box-shadow 0.18s ease,filter 0.18s ease}.epq-v2-rest-add-beneficiary:hover,.epq-v2-rest-add-beneficiary:focus{transform:translateY(-1px);box-shadow:0 10px 24px rgba(17,24,39,0.08);filter:brightness(0.98);outline:none}.epq-v2-screen[data-screen-key="section3-rest-residue-2"] .epq-v2-rest-journey-layout,.epq-v2-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-journey-layout,.epq-v2-screen[data-screen-key="section3-rest-residue-4"] .epq-v2-rest-journey-layout{margin-top:0}.epq-v2-screen[data-screen-key="section3-rest-residue-2"] .epq-v2-screen-helper,.epq-v2-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-screen-helper,.epq-v2-screen[data-screen-key="section3-rest-residue-4"] .epq-v2-screen-helper{margin-bottom:6px}@media (max-width:860px){.epq-v2-document-review{display:none}.epq-v2-summary-fallback{display:block !important}.epq-v2-rest-journey-layout,.epq-v2-rest-beneficiaries-layout{grid-template-columns:1fr;row-gap:22px;min-height:0}.epq-v2-rest-journey-media img,.epq-v2-rest-journey-media-children img{max-width:220px}.epq-v2-rest-beneficiary-entry{grid-template-columns:1fr;row-gap:12px}.epq-v2-rest-beneficiary-badge,.epq-v2-rest-stage-number{width:44px;height:44px;font-size: clamp(22.96px, 1.944vw, 28px)}.epq-v2-rest-beneficiary-name-grid{grid-template-columns:1fr;row-gap:10px}.epq-v2-rest-beneficiary-share-row{flex-wrap:wrap}}.epq-v2-alt-panel{display:none;padding:0}.epq-v2-alt-panel.is-active{display:block}.epq-v2-alt-name-row,.epq-v2-alt-location-row,.epq-v2-alt-contact-row{display:grid !important;gap:14px}.epq-v2-alt-name-row{grid-template-columns:1.2fr .8fr 1.2fr}.epq-v2-alt-location-row,.epq-v2-alt-contact-row{grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width:767px){.epq-v2-alt-name-row,.epq-v2-alt-location-row,.epq-v2-alt-contact-row{grid-template-columns:1fr}}.epq-v2-screen-header,.epq-v2-distribution-screen .epq-v2-screen-header,.epq-v2-rest-residue-screen .epq-v2-screen-header,.epq-v2-rest-journey-screen .epq-v2-screen-header{background:transparent !important}.epq-v2-question-line.epq-v2-question-line-nobadge{display:block;grid-template-columns:none;column-gap:0;align-items:initial;width:100%}.epq-v2-question-line.epq-v2-question-line-nobadge .epq-v2-question-line-text{display:block;flex:none}.epq-v2-screen[data-screen-key="family-pr"] .epq-v2-screen-header,.epq-v2-screen[data-screen-key="family-health"] .epq-v2-screen-header,.epq-v2-screen[data-screen-key="family-poa"] .epq-v2-screen-header,.epq-v2-screen[data-screen-key="family-pr"] .epq-v2-screen-body,.epq-v2-screen[data-screen-key="family-health"] .epq-v2-screen-body,.epq-v2-screen[data-screen-key="family-poa"] .epq-v2-screen-body{text-align:left}.epq-v2-cd-field{margin-top:28px}.epq-v2-cd-decision{display:flex;align-items:center;gap:0;flex-wrap:nowrap}.epq-v2-cd-decision-prompt{flex:0 0 50%;max-width:50%;text-align:left;padding-right:32px;box-sizing:border-box}.epq-group-label.epq-v2-cd-subquestion{display:block !important;margin:0 0 16px !important;color:#c79a3f !important;font-family:var(--bde-h4-font-family,Avenir,"Avenir Next",sans-serif) !important;font-size:var(--bde-h4-font-size) !important;font-weight:var(--bde-h4-font-weight,700) !important;line-height:var(--bde-h4-line-height,1.2em) !important;letter-spacing:var(--bde-h4-letter-spacing,-0.5px) !important;text-transform:var(--bde-h4-text-transform,none) !important;text-align:left !important}.epq-v2-cd-subhelper{margin:0;color:#999999;font-size: clamp(14.76px, 1.25vw, 18px)}.epq-v2-cd-subhelper em{font-style:italic}.epq-v2-cd-image-grid{flex:0 0 50%;max-width:50%;display:flex;gap:40px;justify-content:flex-end;align-items:center}.epq-v2-cd-image-option{display:flex;flex-direction:column;align-items:center;gap:12px;cursor:pointer;padding:10px;border-radius:16px;border:2px solid transparent;background:transparent;transition:transform 0.18s ease,border-color 0.18s ease,background 0.18s ease;outline:none}.epq-v2-cd-image-option input[type="radio"]{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none}.epq-v2-cd-image-media{display:block}.epq-v2-cd-image-media img{display:block;height:230px;width:auto;max-width:100%;object-fit:contain;-webkit-user-drag:none;user-select:none}.epq-v2-cd-image-caption{font-size: clamp(14.76px, 1.25vw, 18px);font-weight:700;letter-spacing:0.04em;text-transform:uppercase;color:#4b5563}.epq-v2-cd-image-option:hover{transform:translateY(-2px);background:rgba(199,154,63,0.08)}.epq-v2-cd-image-option:focus-visible{border-color:#c79a3f}.epq-v2-cd-image-option:has(input[type="radio"]:checked) .epq-v2-cd-image-caption{color:#252525}.epq-v2-screen .epq-v2-alt-accordion{display:none !important}.epq-v2-cd-modal-overlay{position:absolute;inset:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box;background:rgba(247,247,249,0.62);border-radius:28px}.epq-v2-cd-modal-overlay[hidden]{display:none}.epq-v2-cd-modal{width:min(760px,94%);max-height:88%;overflow-y:auto;background:#d8ae66;border-radius:24px;box-shadow:0 24px 60px rgba(17,24,39,0.32);padding:32px 36px 36px;position:relative;box-sizing:border-box}.epq-v2-cd-modal-close{position:absolute;top:14px;right:16px;width:34px;height:34px;border:none;background:transparent;color:#3a2f15;font-size: clamp(21.32px, 1.806vw, 26px);line-height:1;cursor:pointer;border-radius:50%;transition:background 0.15s ease}.epq-v2-cd-modal-close:hover{background:rgba(0,0,0,0.12)}.epq-v2-cd-modal-body .epq-v2-alt-accordion{display:block !important}.epq-v2-cd-modal-body .epq-v2-alt-intro{text-align:center;font-style:italic;color:#2c2410;font-size: clamp(15.58px, 1.319vw, 19px);margin:0 0 22px}.epq-v2-cd-modal-body .epq-v2-alt-tabs{display:flex;gap:10px;flex-wrap:nowrap;justify-content:center;margin-bottom:24px;border:none}.epq-v2-cd-modal-body .epq-v2-alt-tab{border:none;cursor:pointer;padding:10px 16px;border-radius:999px;background:rgba(60,45,12,0.22);color:#3a2f15;font-weight:700;font-size: clamp(11.48px, 0.972vw, 14px);line-height:1;white-space:nowrap;flex:0 0 auto;transition:transform 0.18s ease,background 0.18s ease,color 0.18s ease}.epq-v2-cd-modal-body .epq-v2-alt-tab:hover{transform:scale(1.05);background:rgba(37,37,37,0.55);color:#fff}.epq-v2-cd-modal-body .epq-v2-alt-tab.is-active{background:#252525;color:#fff}.epq-v2-cd-modal-body .epq-v2-alt-panel{display:none}.epq-v2-cd-modal-body .epq-v2-alt-panel.is-active{display:block}.epq-v2-cd-modal-body .epq-field-group{margin-bottom:18px}.epq-v2-cd-modal-body .epq-field-group label{display:block;text-transform:uppercase;letter-spacing:0.05em;font-size: clamp(10.66px, 0.903vw, 13px);font-weight:700;color:#3a2f15;margin-bottom:8px}.epq-v2-cd-modal-body .epq-field-group input[type="text"],.epq-v2-cd-modal-body .epq-field-group input[type="email"],.epq-v2-cd-modal-body .epq-field-group input[type="tel"]{width:100%;box-sizing:border-box;border:none;border-radius:12px;background:#ead9b6;padding:12px 14px;font-size: clamp(13.12px, 1.111vw, 16px);color:#2c2410}.epq-v2-cd-modal-body .epq-field-group input::placeholder{color:#8a7a52}.epq-v2-cd-modal-footer{display:flex;justify-content:flex-end;margin-top:8px}.epq-v2-cd-modal-continue{border:none;cursor:pointer;background:#14181f;color:#fff;font-weight:700;font-size: clamp(13.12px, 1.111vw, 16px);padding:14px 34px;border-radius:999px;transition:transform 0.15s ease,background 0.15s ease}.epq-v2-cd-modal-continue:hover{transform:translateY(-1px);background:#000}.epq-v2-cd-modal-open #epq-v2-next{pointer-events:none;opacity:0.45}@media (max-width:991px){.epq-v2-cd-decision{flex-direction:column;align-items:flex-start;gap:24px}.epq-v2-cd-decision-prompt,.epq-v2-cd-image-grid{flex:1 1 100%;max-width:100%;padding-right:0}.epq-v2-cd-image-grid{justify-content:flex-start;gap:24px}.epq-v2-cd-image-media img{height:170px}.epq-v2-cd-subquestion{font-size: clamp(19.68px, 1.667vw, 24px)}.epq-v2-cd-modal-body .epq-v2-alt-tab{padding:9px 12px;font-size: clamp(10.66px, 0.903vw, 13px)}}.epq-v2-screen[data-screen-key="family-pr"] .epq-v2-cd-decision-prompt .epq-v2-cd-subquestion,.epq-v2-screen[data-screen-key="family-health"] .epq-v2-cd-decision-prompt .epq-v2-cd-subquestion,.epq-v2-screen[data-screen-key="family-poa"] .epq-v2-cd-decision-prompt .epq-v2-cd-subquestion,.epq-v2-screen[data-screen-key="family-pr"] .epq-v2-cd-decision-prompt label.epq-group-label,.epq-v2-screen[data-screen-key="family-health"] .epq-v2-cd-decision-prompt label.epq-group-label,.epq-v2-screen[data-screen-key="family-poa"] .epq-v2-cd-decision-prompt label.epq-group-label{display:block !important;margin:0 0 20px 0 !important;padding:0 !important;font-family:inherit !important;font-size:clamp(28px,2.65vw,42px) !important;font-weight:700 !important;line-height:1.15 !important;letter-spacing:-0.035em !important;text-transform:none !important;color:#222222 !important;text-align:left !important}.epq-v2-screen[data-screen-key="family-pr"] .epq-v2-cd-subhelper,.epq-v2-screen[data-screen-key="family-health"] .epq-v2-cd-subhelper,.epq-v2-screen[data-screen-key="family-poa"] .epq-v2-cd-subhelper{margin-top:0 !important;font-size: clamp(14.76px, 1.25vw, 18px) !important;line-height:1.4 !important;color:#8f8f8f !important;text-transform:none !important;letter-spacing:0 !important}.epq-v2-screen.epq-v2-critical-choice-screen .epq-v2-screen-header{text-align:left !important;margin-bottom:28px !important}.epq-v2-screen.epq-v2-critical-choice-screen .epq-v2-screen-kicker{font-size: clamp(13.12px, 1.111vw, 16px) !important;font-weight:800 !important;line-height:1.2 !important;letter-spacing:0.055em !important;text-transform:uppercase !important;color:#6b7280 !important;margin:0 !important}.epq-v2-screen.epq-v2-critical-choice-screen .epq-v2-critical-kicker-muted{color:#6b7280 !important}.epq-v2-screen.epq-v2-critical-choice-screen .epq-v2-critical-kicker-gold{color:#d9ad55 !important}.epq-v2-screen.epq-v2-critical-choice-screen .epq-v2-screen-header h2,.epq-v2-screen.epq-v2-critical-choice-screen .epq-v2-screen-body>h4,.epq-v2-screen.epq-v2-critical-choice-screen .epq-v2-question-line{display:none !important}.epq-v2-screen.epq-v2-critical-choice-screen .epq-v2-screen-body{text-align:center !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;min-height:clamp(430px,52vh,650px) !important;padding-top:0 !important}.epq-v2-screen.epq-v2-critical-choice-screen .epq-v2-cd-field{width:100% !important;margin:0 auto !important}.epq-v2-screen.epq-v2-critical-choice-screen .epq-v2-cd-decision{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;gap:34px !important;width:100% !important}.epq-v2-screen.epq-v2-critical-choice-screen .epq-v2-cd-decision-prompt{flex:0 1 auto !important;max-width:980px !important;width:100% !important;padding:0 !important;text-align:center !important}.epq-v2-screen.epq-v2-critical-choice-screen .epq-v2-cd-decision-prompt .epq-v2-cd-subquestion,.epq-v2-screen.epq-v2-critical-choice-screen .epq-v2-cd-decision-prompt label.epq-group-label{display:block !important;max-width:950px !important;margin:0 auto 10px !important;padding:0 !important;font-family:inherit !important;font-size:clamp(34px,3.35vw,54px) !important;font-weight:800 !important;line-height:1.16 !important;letter-spacing:-0.04em !important;text-transform:none !important;color:#2f3033 !important;text-align:center !important}.epq-v2-screen.epq-v2-critical-choice-screen .epq-v2-cd-subhelper{margin:0 auto !important;font-size:clamp(18px,1.45vw,24px) !important;line-height:1.35 !important;color:#8f8f8f !important;text-align:center !important;letter-spacing:0 !important;text-transform:none !important}.epq-v2-screen.epq-v2-critical-choice-screen .epq-v2-cd-image-grid{flex:0 1 auto !important;max-width:920px !important;width:100% !important;display:flex !important;justify-content:center !important;align-items:flex-end !important;gap:clamp(70px,8vw,130px) !important;margin:0 auto !important}.epq-v2-screen.epq-v2-critical-choice-screen .epq-v2-cd-image-option{padding:0 !important;border:0 !important;background:transparent !important;border-radius:18px !important;gap:18px !important;min-width:260px !important}.epq-v2-screen.epq-v2-critical-choice-screen .epq-v2-cd-image-media{display:flex !important;align-items:flex-end !important;justify-content:center !important;height:clamp(245px,28vh,340px) !important;width:100% !important}.epq-v2-screen.epq-v2-critical-choice-screen .epq-v2-cd-image-media img{display:block !important;width:auto !important;max-width:100% !important;max-height:100% !important;height:100% !important;object-fit:contain !important;object-position:center bottom !important}.epq-v2-screen.epq-v2-critical-choice-screen .epq-v2-cd-image-option:first-child .epq-v2-cd-image-media img{height:100% !important}.epq-v2-screen.epq-v2-critical-choice-screen .epq-v2-cd-image-option:nth-child(2) .epq-v2-cd-image-media img{height:100% !important}.epq-v2-screen.epq-v2-critical-choice-screen .epq-v2-cd-image-caption{font-size:clamp(22px,1.9vw,32px) !important;font-weight:800 !important;line-height:1.1 !important;letter-spacing:0.055em !important;text-transform:uppercase !important;color:#4b5563 !important;text-align:center !important}.epq-v2-screen.epq-v2-critical-choice-screen .epq-v2-cd-image-option:hover{transform:translateY(-3px) scale(1.02) !important;background:transparent !important}@media (max-width:991px){.epq-v2-screen.epq-v2-critical-choice-screen .epq-v2-screen-body{min-height:auto !important}.epq-v2-screen.epq-v2-critical-choice-screen .epq-v2-cd-image-grid{gap:28px !important}.epq-v2-screen.epq-v2-critical-choice-screen .epq-v2-cd-image-option{min-width:0 !important;width:46% !important}.epq-v2-screen.epq-v2-critical-choice-screen .epq-v2-cd-image-media{height:230px !important}}@media (max-width:640px){.epq-v2-screen.epq-v2-critical-choice-screen .epq-v2-cd-image-grid{flex-direction:column !important;align-items:center !important}.epq-v2-screen.epq-v2-critical-choice-screen .epq-v2-cd-image-option{width:100% !important}}.epq-v2-screen-kicker .epq-v2-kicker-slash,.epq-v2-screen-kicker .epq-v2-critical-kicker-muted{color:#6b7280 !important;margin-left:4px}.epq-v2-screen-kicker .epq-v2-kicker-subject,.epq-v2-screen-kicker .epq-v2-critical-kicker-gold{color:#d8aa4c !important;font-weight:800 !important;margin-left:4px}.epq-v2-screen-card .epq-v2-screen-header h2,.epq-v2-screen[data-screen-key="children-choice"] .epq-v2-screen-header h2,.epq-v2-screen[data-screen-key="family-pr"] .epq-v2-screen-header h2,.epq-v2-screen[data-screen-key="family-health"] .epq-v2-screen-header h2,.epq-v2-screen[data-screen-key="family-poa"] .epq-v2-screen-header h2,.epq-v2-distribution-screen .epq-v2-distribution-panel h4{font-size:clamp(34px,3.6vw,49px) !important;line-height:1.12 !important;font-weight:800 !important;letter-spacing:-0.035em !important;color:#333333 !important;text-align:center !important}.epq-v2-card-grid-branch .epq-v2-choice-card:has(.epq-v2-choice-media.is-yes),.epq-v2-card-grid-branch .epq-v2-choice-card:has(.epq-v2-choice-media.is-no),.epq-v2-distribution-yesno .epq-v2-choice-card:has(.epq-v2-choice-media.is-yes),.epq-v2-distribution-yesno .epq-v2-choice-card:has(.epq-v2-choice-media.is-no){border:0 !important;background:transparent !important;box-shadow:none !important;min-height:0 !important;padding:18px 28px !important;justify-content:center !important}.epq-v2-card-grid-branch .epq-v2-choice-card:has(.epq-v2-choice-media.is-yes) .epq-v2-choice-title,.epq-v2-card-grid-branch .epq-v2-choice-card:has(.epq-v2-choice-media.is-no) .epq-v2-choice-title,.epq-v2-distribution-yesno .epq-v2-choice-card:has(.epq-v2-choice-media.is-yes) .epq-v2-choice-title,.epq-v2-distribution-yesno .epq-v2-choice-card:has(.epq-v2-choice-media.is-no) .epq-v2-choice-title{display:none !important}.epq-v2-card-grid-branch .epq-v2-choice-card:has(.epq-v2-choice-media.is-yes) .epq-v2-choice-copy,.epq-v2-card-grid-branch .epq-v2-choice-card:has(.epq-v2-choice-media.is-no) .epq-v2-choice-copy,.epq-v2-distribution-yesno .epq-v2-choice-card:has(.epq-v2-choice-media.is-yes) .epq-v2-choice-copy,.epq-v2-distribution-yesno .epq-v2-choice-card:has(.epq-v2-choice-media.is-no) .epq-v2-choice-copy{display:none !important}.epq-v2-card-grid-branch .epq-v2-choice-card:has(.epq-v2-choice-media.is-yes) .epq-v2-choice-media,.epq-v2-card-grid-branch .epq-v2-choice-card:has(.epq-v2-choice-media.is-no) .epq-v2-choice-media,.epq-v2-distribution-yesno .epq-v2-choice-card:has(.epq-v2-choice-media.is-yes) .epq-v2-choice-media,.epq-v2-distribution-yesno .epq-v2-choice-card:has(.epq-v2-choice-media.is-no) .epq-v2-choice-media{width:150px !important;height:150px !important;flex:0 0 150px !important;background:transparent !important;border:0 !important}.epq-v2-card-grid-branch .epq-v2-choice-media.is-yes::before,.epq-v2-distribution-yesno .epq-v2-choice-media.is-yes::before{font-size: clamp(123px, 10.42vw, 150px) !important;color:#13a64a !important;line-height:1 !important}.epq-v2-card-grid-branch .epq-v2-choice-media.is-no::before,.epq-v2-distribution-yesno .epq-v2-choice-media.is-no::before{font-size: clamp(123px, 10.42vw, 150px) !important;color:#df2626 !important;line-height:1 !important}.epq-v2-card-grid-branch:has(.epq-v2-choice-media.is-yes),.epq-v2-card-grid-branch:has(.epq-v2-choice-media.is-no){justify-content:center !important;align-items:center !important;gap:clamp(80px,12vw,180px) !important}.epq-v2-distribution-screen[data-screen-key="section3-personal-effects"] .epq-v2-screen-header h2{display:none !important}.epq-v2-distribution-screen .epq-v2-distribution-assumption{display:none !important}.epq-v2-distribution-stage-one{text-align:center !important;margin-top:10px !important}.epq-v2-distribution-stage-one h4{max-width:980px !important;margin:0 auto 22px !important}.epq-v2-distribution-pass-grid{display:grid !important;grid-template-columns:minmax(220px,1fr) auto minmax(220px,1fr) !important;align-items:center !important;justify-content:center !important;gap:clamp(28px,5vw,64px) !important;width:min(820px,100%) !important;margin:0 auto !important}.epq-v2-distribution-pass-grid .epq-v2-choice-card{border:0 !important;background:transparent !important;box-shadow:none !important;min-height:0 !important;padding:0 !important;gap:0 !important}.epq-v2-distribution-pass-grid .epq-v2-choice-copy{display:none !important}.epq-v2-distribution-or{font-size:clamp(42px,5vw,76px) !important;line-height:1 !important;font-weight:800 !important;color:#333333 !important;letter-spacing:-0.05em !important;align-self:center !important;justify-self:center !important}.epq-v2-choice-media.is-spouse,.epq-v2-choice-media.is-church{width:260px !important;height:320px !important;flex:0 0 320px !important;background-size:contain !important;background-position:center bottom !important;background-repeat:no-repeat !important}.epq-v2-choice-media.is-spouse{background-image:url("../images/estate-distribution-spouse.png") !important}.epq-v2-choice-media.is-church{background-image:url("../images/estate-distribution-church.png") !important}.epq-v2-distribution-panel[data-stage="2"]{text-align:center !important}.epq-v2-distribution-panel[data-stage="2"]>h4{max-width:980px !important;margin:0 auto 28px !important}.epq-v2-distribution-note{margin:0 auto 34px !important;text-align:center !important;color:#667085 !important;font-size: clamp(16.4px, 1.389vw, 20px) !important;line-height:1.35 !important}.epq-v2-effects-grid{display:grid !important;grid-template-columns:repeat(4,minmax(160px,1fr)) !important;gap:clamp(28px,4vw,72px) !important;justify-content:center !important;align-items:start !important;margin:0 auto !important;width:min(1040px,100%) !important}.epq-v2-effects-grid .epq-v2-choice-card{border:0 !important;background:transparent !important;box-shadow:none !important;padding:0 !important;min-height:0 !important;gap:18px !important;align-items:center !important}.epq-v2-effects-grid .epq-v2-choice-card:hover,.epq-v2-effects-grid .epq-v2-choice-card:focus-within,.epq-v2-effects-grid .epq-v2-choice-card.is-selected{border:0 !important;background:transparent !important;box-shadow:none !important;transform:translateY(-3px) !important}.epq-v2-effects-grid .epq-v2-choice-media.is-effect{width:178px !important;height:178px !important;flex:0 0 178px !important;border:0 !important;border-radius:50% !important;background-size:contain !important;background-position:center !important;background-repeat:no-repeat !important}.epq-v2-effects-grid .epq-v2-choice-title{font-size: clamp(12.3px, 1.042vw, 15px) !important;line-height:1.15 !important;font-weight:800 !important;color:#333333 !important;max-width:180px !important;margin:0 auto !important}@media (max-width:920px){.epq-v2-distribution-pass-grid,.epq-v2-effects-grid{grid-template-columns:1fr !important}.epq-v2-distribution-or{margin:8px 0 !important}}#epq-v2-app .epq-v2-screen .epq-v2-screen-header h2,#epq-v2-app .epq-v2-unified-title,#epq-v2-app .epq-v2-screen .epq-v2-screen-body>h3,#epq-v2-app .epq-v2-screen .epq-v2-screen-body>h4,#epq-v2-app .epq-v2-distribution-panel>h4,#epq-v2-app .epq-v2-cd-subquestion,#epq-v2-app .epq-v2-plan-more-question{padding:0 !important;font-family:inherit !important;font-size:clamp(34px,3.35vw,54px) !important;font-weight:800 !important;line-height:1.16 !important;letter-spacing:-0.04em !important;text-transform:none !important;color:#2f3033 !important;text-align:center !important}#epq-v2-app .epq-field-group>label,#epq-v2-app .epq-v2-inline-radios label,#epq-v2-app .epq-v2-choice-card,#epq-v2-app .epq-v2-choice-card span,#epq-v2-app .epq-v2-child-owner-row label,#epq-v2-app .epq-v2-alt-panel label{letter-spacing:inherit;text-transform:none}#epq-v2-app .epq-v2-card-grid-branch .epq-v2-choice-card:has(.epq-v2-choice-media.is-yes),#epq-v2-app .epq-v2-card-grid-branch .epq-v2-choice-card:has(.epq-v2-choice-media.is-no),#epq-v2-app .epq-v2-distribution-yesno .epq-v2-choice-card:has(.epq-v2-choice-media.is-yes),#epq-v2-app .epq-v2-distribution-yesno .epq-v2-choice-card:has(.epq-v2-choice-media.is-no){border:0 !important;background:transparent !important;box-shadow:none !important;padding:8px 20px !important;min-height:0 !important;gap:0 !important}#epq-v2-app .epq-v2-card-grid-branch .epq-v2-choice-card:has(.epq-v2-choice-media.is-yes) .epq-v2-choice-copy,#epq-v2-app .epq-v2-card-grid-branch .epq-v2-choice-card:has(.epq-v2-choice-media.is-no) .epq-v2-choice-copy,#epq-v2-app .epq-v2-card-grid-branch .epq-v2-choice-card:has(.epq-v2-choice-media.is-yes) .epq-v2-choice-title,#epq-v2-app .epq-v2-card-grid-branch .epq-v2-choice-card:has(.epq-v2-choice-media.is-no) .epq-v2-choice-title,#epq-v2-app .epq-v2-distribution-yesno .epq-v2-choice-card:has(.epq-v2-choice-media.is-yes) .epq-v2-choice-copy,#epq-v2-app .epq-v2-distribution-yesno .epq-v2-choice-card:has(.epq-v2-choice-media.is-no) .epq-v2-choice-copy,#epq-v2-app .epq-v2-distribution-yesno .epq-v2-choice-card:has(.epq-v2-choice-media.is-yes) .epq-v2-choice-title,#epq-v2-app .epq-v2-distribution-yesno .epq-v2-choice-card:has(.epq-v2-choice-media.is-no) .epq-v2-choice-title{display:none !important}#epq-v2-app .epq-v2-card-grid-branch .epq-v2-choice-card:has(.epq-v2-choice-media.is-yes) .epq-v2-choice-media,#epq-v2-app .epq-v2-card-grid-branch .epq-v2-choice-card:has(.epq-v2-choice-media.is-no) .epq-v2-choice-media,#epq-v2-app .epq-v2-distribution-yesno .epq-v2-choice-card:has(.epq-v2-choice-media.is-yes) .epq-v2-choice-media,#epq-v2-app .epq-v2-distribution-yesno .epq-v2-choice-card:has(.epq-v2-choice-media.is-no) .epq-v2-choice-media{width:170px !important;height:170px !important;flex:0 0 170px !important;border:0 !important;background:transparent !important}#epq-v2-app .epq-v2-card-grid-branch .epq-v2-choice-media.is-yes::before,#epq-v2-app .epq-v2-distribution-yesno .epq-v2-choice-media.is-yes::before{font-size: clamp(139.4px, 11.81vw, 170px) !important;line-height:1 !important;color:#13a64a !important}#epq-v2-app .epq-v2-card-grid-branch .epq-v2-choice-media.is-no::before,#epq-v2-app .epq-v2-distribution-yesno .epq-v2-choice-media.is-no::before{font-size: clamp(139.4px, 11.81vw, 170px) !important;line-height:1 !important;color:#df2626 !important}#epq-v2-app .epq-v2-screen[data-screen-key="section3-personal-effects"]{max-width:1200px !important;margin-left:auto !important;margin-right:auto !important}#epq-v2-app .epq-v2-screen[data-screen-key="section3-personal-effects"] .epq-v2-screen-body{max-width:1200px !important;margin-left:auto !important;margin-right:auto !important}#epq-v2-app .epq-v2-child-details-screen .epq-v2-screen-header h2{display:none !important}#epq-v2-app .epq-v2-child-details-screen .epq-v2-screen-body{display:flex !important;align-items:center !important;justify-content:center !important;min-height:0 !important;padding-top:10px !important}#epq-v2-app .epq-v2-child-entry{width:min(1040px,100%) !important;margin:0 auto !important}#epq-v2-app .epq-v2-child-entry-grid{display:grid !important;grid-template-columns:minmax(300px,0.78fr) minmax(460px,1.22fr) !important;align-items:center !important;gap:clamp(34px,5vw,72px) !important}#epq-v2-app .epq-v2-child-entry-media{min-height:clamp(430px,48vh,560px) !important;width:100% !important;background-image:url("../images/Children.png") !important;background-position:center bottom !important;background-repeat:no-repeat !important;background-size:contain !important}#epq-v2-app .epq-v2-child-entry-title{margin:0 0 18px !important;padding:0 !important;font-family:inherit !important;font-size:clamp(29px,3.0vw,49px) !important;font-weight:800 !important;line-height:1.16 !important;letter-spacing:-0.04em !important;text-transform:none !important;color:#2f3033 !important;text-align:left !important}#epq-v2-app .epq-v2-child-entry-fields{display:grid !important;gap:14px !important;align-content:center !important;justify-items:stretch !important;padding-top:0 !important}#epq-v2-app .epq-v2-child-minor-question{margin:0 0 8px !important}#epq-v2-app .epq-v2-child-minor-question>label{display:block !important;font-size:clamp(23px,2.35vw,38px) !important;line-height:1.15 !important;font-weight:800 !important;letter-spacing:-0.035em !important;color:#2f3033 !important;margin:0 0 8px !important}#epq-v2-app .epq-v2-child-minor-question .epq-options-wrapper{display:flex !important;align-items:center !important;justify-content:flex-start !important;gap:16px !important}#epq-v2-app .epq-v2-child-minor-question .epq-options-wrapper label{border:0 !important;background:transparent !important;box-shadow:none !important;padding:0 !important;min-height:0 !important;display:inline-flex !important;align-items:center !important;gap:7px !important;font-size: clamp(16.4px, 1.389vw, 20px) !important;font-weight:700 !important;color:#2f3033 !important}#epq-v2-app .epq-v2-child-entry-fields input[type="text"],#epq-v2-app .epq-v2-child-entry-fields input[type="number"]{height:64px !important;font-size: clamp(18.04px, 1.528vw, 22px) !important;border-radius:18px !important;padding:10px 18px !important}#epq-v2-app .epq-v2-child-owner-row{display:flex !important;justify-content:flex-start !important;align-items:center !important;gap:18px !important;padding:8px 0 0 !important}#epq-v2-app .epq-v2-child-owner-row label{font-size: clamp(16.4px, 1.389vw, 20px) !important;font-weight:800 !important;color:#2f3033 !important}#epq-v2-app .epq-v2-child-entry-actions{display:flex !important;justify-content:flex-start !important;padding-top:4px !important}#epq-v2-app .epq-v2-child-entry-actions .epq-v2-btn-primary{min-width:300px !important}@media (max-width:920px){#epq-v2-app .epq-v2-child-entry-grid{grid-template-columns:1fr !important;gap:22px !important}#epq-v2-app .epq-v2-child-entry-media{min-height:280px !important;max-width:360px !important;margin:0 auto !important}#epq-v2-app .epq-v2-child-entry-title,#epq-v2-app .epq-v2-child-minor-question>label{text-align:center !important}#epq-v2-app .epq-v2-child-minor-question .epq-options-wrapper,#epq-v2-app .epq-v2-child-owner-row,#epq-v2-app .epq-v2-child-entry-actions{justify-content:center !important}}#epq-v2-app .epq-v2-unified-title-wrap{display:block !important;width:100% !important;max-width:980px !important;margin:0 auto 22px !important;padding:0 !important;text-align:center !important}#epq-v2-app .epq-v2-unified-title,#epq-v2-app .epq-v2-cd-subquestion{display:block !important;width:100% !important;max-width:980px !important;margin:0 auto 10px !important;padding:0 !important;font-family:inherit !important;font-size:clamp(34px,3.35vw,54px) !important;font-weight:800 !important;line-height:1.16 !important;letter-spacing:-0.04em !important;text-transform:none !important;color:#2f3033 !important;text-align:center !important}#epq-v2-app{max-width:1200px !important}#epq-v2-app .epq-v2-stage,#epq-v2-app .epq-v2-screen.is-active{width:100% !important}#epq-v2-app .epq-v2-screen[data-screen-key="section3-personal-effects"]{width:100% !important;max-width:none !important}#epq-v2-app .epq-v2-screen[data-screen-key="section3-personal-effects"] .epq-v2-screen-body,#epq-v2-app .epq-v2-screen[data-screen-key="section3-personal-effects"] .epq-v2-distribution-flow,#epq-v2-app .epq-v2-screen[data-screen-key="section3-personal-effects"] .epq-v2-distribution-panel{width:100% !important;max-width:none !important}#epq-v2-app .epq-v2-screen[data-screen-key="section3-personal-effects"] .epq-v2-unified-title-wrap,#epq-v2-app .epq-v2-screen[data-screen-key="section3-personal-effects"] .epq-v2-unified-title,#epq-v2-app .epq-v2-screen[data-screen-key="section3-personal-effects"] .epq-v2-screen-header h2{display:none !important}#epq-v2-app .epq-v2-child-details-screen .epq-v2-screen-body{display:flex !important;align-items:center !important;justify-content:center !important;padding:clamp(18px,2vw,28px) clamp(24px,3vw,44px) !important;overflow:visible !important}#epq-v2-app .epq-v2-child-entry{width:min(1060px,100%) !important;margin:0 auto !important;overflow:visible !important}#epq-v2-app .epq-v2-child-entry-grid{display:grid !important;grid-template-columns:minmax(300px,410px) minmax(480px,1fr) !important;gap:clamp(42px,5vw,78px) !important;align-items:center !important;justify-content:center !important;width:100% !important;overflow:visible !important}#epq-v2-app .epq-v2-child-entry-media{min-height:clamp(390px,45vh,520px) !important;width:100% !important;max-width:410px !important;justify-self:end !important;background-image:url("../images/Children.png") !important;background-position:center bottom !important;background-repeat:no-repeat !important;background-size:contain !important}#epq-v2-app .epq-v2-child-entry-fields{display:grid !important;width:100% !important;max-width:620px !important;justify-self:start !important;gap:18px !important;align-content:center !important;justify-items:stretch !important;padding:0 !important;overflow:visible !important}#epq-v2-app .epq-v2-child-entry-title{margin:0 0 8px !important;padding:0 !important;font-size:clamp(28px,2.7vw,44px) !important;line-height:1.12 !important;font-weight:800 !important;letter-spacing:-0.04em !important;text-transform:none !important;color:#2f3033 !important;text-align:left !important}#epq-v2-app .epq-v2-child-minor-question{margin:0 0 8px !important}#epq-v2-app .epq-v2-child-minor-question>label{display:block !important;margin:0 0 8px !important;padding:0 !important;font-size:clamp(22px,2.2vw,34px) !important;line-height:1.18 !important;font-weight:700 !important;letter-spacing:-0.03em !important;color:#2f3033 !important;text-transform:none !important;text-align:left !important}#epq-v2-app .epq-v2-child-minor-question .epq-options-wrapper,#epq-v2-app .epq-v2-child-owner-row{display:flex !important;justify-content:flex-start !important;align-items:center !important;gap:16px !important}#epq-v2-app .epq-v2-child-entry-fields input[type="text"],#epq-v2-app .epq-v2-child-entry-fields input[type="number"]{width:100% !important;max-width:100% !important;height:58px !important;min-height:58px !important;box-sizing:border-box !important}#epq-v2-app .epq-v2-child-entry-actions{justify-content:flex-start !important;padding-top:4px !important}#epq-v2-app .epq-v2-child-entry-actions .epq-v2-btn-primary{min-width:260px !important}#epq-v2-app .epq-v2-distribution-panel[data-stage="2"]{padding:0 clamp(18px,2.4vw,34px) !important;text-align:center !important}#epq-v2-app .epq-v2-distribution-panel[data-stage="2"]>h4{max-width:1000px !important;margin:0 auto 20px !important;font-size:clamp(30px,2.65vw,46px) !important}#epq-v2-app .epq-v2-distribution-panel[data-stage="2"] .epq-v2-effects-grid{width:min(1040px,100%) !important;grid-template-columns:repeat(4,minmax(150px,1fr)) !important;gap:clamp(30px,4.2vw,72px) !important;margin:0 auto !important}#epq-v2-app .epq-v2-distribution-panel[data-stage="3"]{padding:0 clamp(28px,4.5vw,72px) !important;text-align:center !important}#epq-v2-app .epq-v2-distribution-panel[data-stage="3"]>h4{max-width:820px !important;margin:0 auto 14px !important;padding:0 !important;font-size:clamp(32px,3.0vw,48px) !important;line-height:1.18 !important;text-align:center !important}#epq-v2-app .epq-v2-distribution-charitable-field{max-width:900px !important;margin:0 auto 34px !important}#epq-v2-app .epq-v2-distribution-charitable-field .epq-v2-charitable-example,#epq-v2-app .epq-v2-distribution-charitable-field>label{display:block !important;margin:0 auto 28px !important;color:#2f3033 !important;font-size:clamp(19px,1.5vw,26px) !important;line-height:1.25 !important;font-style:normal !important;font-weight:400 !important;text-align:center !important;text-transform:none !important;letter-spacing:normal !important}#epq-v2-app .epq-v2-distribution-charitable-field textarea{width:100% !important;min-height:140px !important;border-radius:8px !important}#epq-v2-app .epq-v2-distribution-inform-field{display:grid !important;grid-template-columns:minmax(260px,1fr) auto !important;align-items:center !important;gap:clamp(30px,5vw,78px) !important;max-width:900px !important;margin:0 auto !important;padding:0 !important;border:0 !important;background:transparent !important;box-shadow:none !important}#epq-v2-app .epq-v2-distribution-inform-field>label{margin:0 !important;padding:0 !important;color:#2f3033 !important;font-size:clamp(20px,1.7vw,30px) !important;line-height:1.16 !important;font-weight:400 !important;text-align:left !important;text-transform:none !important;letter-spacing:normal !important}#epq-v2-app .epq-v2-distribution-inform-field .epq-v2-distribution-yesno{display:flex !important;align-items:center !important;justify-content:flex-end !important;gap:clamp(26px,4vw,58px) !important;margin:0 !important;padding:0 !important;width:auto !important}#epq-v2-app .epq-v2-distribution-inform-field .epq-v2-choice-card{width:auto !important;min-width:0 !important;min-height:0 !important;padding:0 !important;border:0 !important;background:transparent !important;box-shadow:none !important}#epq-v2-app .epq-v2-distribution-inform-field .epq-v2-choice-media{width:70px !important;height:70px !important;flex:0 0 70px !important;background:transparent !important;border:0 !important}#epq-v2-app .epq-v2-distribution-inform-field .epq-v2-choice-media.is-yes::before,#epq-v2-app .epq-v2-distribution-inform-field .epq-v2-choice-media.is-no::before{font-size: clamp(57.4px, 4.86vw, 70px) !important;line-height:1 !important}#epq-v2-app .epq-v2-distribution-inform-field .epq-v2-choice-copy,#epq-v2-app .epq-v2-distribution-inform-field .epq-v2-choice-title{display:none !important}@media (max-width:920px){#epq-v2-app .epq-v2-child-entry-grid,#epq-v2-app .epq-v2-distribution-inform-field{grid-template-columns:1fr !important}#epq-v2-app .epq-v2-child-entry-media,#epq-v2-app .epq-v2-child-entry-fields{justify-self:center !important}#epq-v2-app .epq-v2-child-entry-title,#epq-v2-app .epq-v2-child-minor-question>label,#epq-v2-app .epq-v2-distribution-inform-field>label{text-align:center !important}#epq-v2-app .epq-v2-child-minor-question .epq-options-wrapper,#epq-v2-app .epq-v2-child-owner-row,#epq-v2-app .epq-v2-child-entry-actions,#epq-v2-app .epq-v2-distribution-inform-field .epq-v2-distribution-yesno{justify-content:center !important}}#epq-v2-app .epq-v2-screen[data-screen-key="intro-title"] .epq-v2-choice-card,#epq-v2-app .epq-v2-screen[data-screen-key="marital-status"] .epq-v2-choice-card,#epq-v2-app .epq-v2-screen[data-screen-key="partner-title"] .epq-v2-choice-card{border-color:transparent !important;box-shadow:none !important}#epq-v2-app .epq-v2-screen[data-screen-key="intro-title"] .epq-v2-choice-card:hover,#epq-v2-app .epq-v2-screen[data-screen-key="intro-title"] .epq-v2-choice-card:focus,#epq-v2-app .epq-v2-screen[data-screen-key="marital-status"] .epq-v2-choice-card:hover,#epq-v2-app .epq-v2-screen[data-screen-key="marital-status"] .epq-v2-choice-card:focus,#epq-v2-app .epq-v2-screen[data-screen-key="partner-title"] .epq-v2-choice-card:hover,#epq-v2-app .epq-v2-screen[data-screen-key="partner-title"] .epq-v2-choice-card:focus{border-color:transparent !important;box-shadow:none !important;outline:none !important}#epq-v2-app .epq-v2-screen[data-screen-key="intro-title"] .epq-v2-choice-card.is-selected,#epq-v2-app .epq-v2-screen[data-screen-key="marital-status"] .epq-v2-choice-card.is-selected,#epq-v2-app .epq-v2-screen[data-screen-key="partner-title"] .epq-v2-choice-card.is-selected{border-color:transparent !important;box-shadow:none !important;transform:translateY(-2px) scale(1.015) !important}#epq-v2-app .epq-v2-screen[data-screen-key="section3-personal-effects"] .epq-v2-screen-body{position:relative !important}#epq-v2-app .epq-v2-screen[data-screen-key="section3-personal-effects"].epq-v2-charity-attention .epq-v2-screen-body::after{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(0,0,0,0.58) !important;border-radius:inherit !important;z-index:20 !important;pointer-events:none !important;animation:epq-v2-charity-dim-in 220ms ease-out both !important}#epq-v2-app .epq-v2-distribution-charitable-field{position:relative !important;z-index:1 !important;transform-origin:center center !important}#epq-v2-app .epq-v2-distribution-charitable-field .epq-v2-charity-field-continue{display:none !important;position:absolute !important;right:18px !important;bottom:18px !important;z-index:6 !important;border:0 !important;border-radius:999px !important;background:#101828 !important;color:#ffffff !important;font-weight:800 !important;font-size: clamp(12.3px, 1.042vw, 15px) !important;line-height:1 !important;padding:14px 22px !important;cursor:pointer !important;box-shadow:0 10px 22px rgba(16,24,40,0.22) !important}#epq-v2-app .epq-v2-screen[data-screen-key="section3-personal-effects"].epq-v2-charity-attention .epq-v2-distribution-charitable-field{z-index:30 !important;animation:epq-v2-charity-field-pop 260ms cubic-bezier(.2,1.25,.32,1) both !important}#epq-v2-app .epq-v2-screen[data-screen-key="section3-personal-effects"].epq-v2-charity-attention .epq-v2-distribution-charitable-field textarea{border:2px solid #ff2d21 !important;box-shadow:0 24px 58px rgba(0,0,0,0.35),0 0 0 1px rgba(255,45,33,0.20) !important;background:#ffffff !important}#epq-v2-app .epq-v2-screen[data-screen-key="section3-personal-effects"].epq-v2-charity-attention .epq-v2-distribution-charitable-field .epq-v2-charity-field-continue{display:inline-flex !important;align-items:center !important;justify-content:center !important}@keyframes epq-v2-charity-field-pop{0%{transform:scale(1)}70%{transform:scale(1.075)}100%{transform:scale(1.055)}}@keyframes epq-v2-charity-dim-in{from{opacity:0}to{opacity:1}}#epq-v2-app .epq-v2-choice-card:hover,#epq-v2-app .epq-v2-choice-card:focus{transform:translateY(-10px) !important}#epq-v2-app .epq-v2-screen[data-screen-key="section3-personal-effects"].epq-v2-charity-attention .epq-v2-distribution-charitable-field{position:relative !important;z-index:40 !important}#epq-v2-app .epq-v2-screen[data-screen-key="section3-personal-effects"].epq-v2-charity-attention .epq-v2-distribution-charitable-field textarea{border:2px solid #ff2d21 !important;box-shadow:0 28px 70px rgba(0,0,0,0.42),0 0 0 1px rgba(255,45,33,0.20) !important}#epq-v2-app .epq-v2-kicker-subject .epq-v2-kicker-step{color:#2f3033 !important;text-decoration:underline !important;text-underline-offset:3px !important;margin-left:8px !important;font-weight:800 !important}#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-1"],#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-2"]{width:100% !important;max-width:1200px !important}#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-1"] .epq-v2-screen-body,#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-2"] .epq-v2-screen-body{padding:clamp(12px,1.5vw,22px) clamp(28px,4.5vw,70px) clamp(24px,3vw,46px) !important}#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-1"] .epq-v2-unified-title-wrap,#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-2"] .epq-v2-unified-title-wrap{max-width:none !important;margin:0 auto clamp(18px,2vw,30px) !important}#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-1"] .epq-v2-unified-title,#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-2"] .epq-v2-unified-title{max-width:none !important;font-size:clamp(40px,4.2vw,62px) !important;line-height:1.05 !important;letter-spacing:-0.055em !important;margin-bottom:0 !important}#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-1"] .epq-v2-rest-journey-layout,#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-2"] .epq-v2-rest-journey-layout{display:grid !important;grid-template-columns:minmax(340px,0.95fr) minmax(360px,1fr) !important;column-gap:clamp(34px,4vw,72px) !important;align-items:center !important;justify-content:center !important;width:min(980px,100%) !important;min-height:260px !important;margin:0 auto !important}#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-1"] .epq-v2-rest-journey-media,#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-2"] .epq-v2-rest-journey-media{width:100% !important;justify-self:end !important;align-self:center !important}#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-1"] .epq-v2-rest-journey-media img,#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-2"] .epq-v2-rest-journey-media img{width:min(100%,390px) !important;max-width:390px !important;height:auto !important;object-fit:contain !important;display:block !important}#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-1"] .epq-v2-rest-journey-copy,#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-2"] .epq-v2-rest-journey-copy{justify-self:start !important;max-width:460px !important;min-width:0 !important}#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-1"] .epq-v2-rest-stage-sentence,#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-2"] .epq-v2-rest-stage-sentence{font-size:clamp(19px,1.55vw,24px) !important;line-height:1.33 !important;font-weight:400 !important;letter-spacing:-0.025em !important;color:#23262f !important}#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-1"] .epq-rest-input-inline,#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-2"] .epq-rest-input-inline{width:118px !important;min-width:118px !important;max-width:118px !important;height:44px !important;min-height:44px !important;padding:6px 10px !important;font-size: clamp(14.76px, 1.25vw, 18px) !important;line-height:30px !important;border-radius:9px !important;vertical-align:middle !important;top:0 !important;margin:0 6px !important}@media (max-width:860px){#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-1"] .epq-v2-rest-journey-layout,#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-2"] .epq-v2-rest-journey-layout{grid-template-columns:1fr !important;row-gap:18px !important;text-align:center !important}#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-1"] .epq-v2-rest-journey-media,#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-2"] .epq-v2-rest-journey-media,#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-1"] .epq-v2-rest-journey-copy,#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-2"] .epq-v2-rest-journey-copy{justify-self:center !important}}#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-1"],#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-2"],#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-3"]{width:100% !important;max-width:1280px !important}#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-1"] .epq-v2-screen-body,#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-2"] .epq-v2-screen-body,#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-screen-body{padding-top:clamp(8px,1.1vw,16px) !important}#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-1"] .epq-v2-unified-title-wrap,#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-2"] .epq-v2-unified-title-wrap,#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-unified-title-wrap{max-width:860px !important;margin:0 auto clamp(8px,1.1vw,14px) !important;padding:0 !important}#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-1"] .epq-v2-unified-title,#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-2"] .epq-v2-unified-title,#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-unified-title{max-width:860px !important;margin:0 auto 10px !important;padding:0 !important;font-family:inherit !important;font-size:clamp(32px,3vw,48px) !important;font-weight:800 !important;line-height:1.18 !important;letter-spacing:-0.04em !important;text-transform:none !important;color:#2f3033 !important;text-align:center !important}#epq-v2-app .epq-v2-rest-options-intro{max-width:820px !important;margin:0 auto clamp(18px,1.8vw,26px) !important;color:#2f3033 !important;font-size:clamp(18px,1.35vw,23px) !important;line-height:1.35 !important;font-weight:400 !important;text-align:center !important;letter-spacing:-0.015em !important}#epq-v2-app .epq-v2-rest-options-layout{display:grid !important;grid-template-columns:minmax(330px,0.85fr) minmax(520px,1.15fr) !important;gap:clamp(30px,4vw,66px) !important;align-items:center !important;width:min(1080px,100%) !important;margin:0 auto !important}#epq-v2-app .epq-v2-rest-options-media{align-self:center !important;justify-self:center !important}#epq-v2-app .epq-v2-rest-options-media img{width:min(100%,420px) !important;max-height:420px !important;object-fit:contain !important;display:block !important}#epq-v2-app .epq-v2-rest-option-cards{display:grid !important;gap:clamp(12px,1.4vw,18px) !important;align-self:center !important}#epq-v2-app .epq-v2-rest-option-card{display:grid !important;grid-template-columns:94px minmax(0,1fr) !important;gap:22px !important;align-items:center !important;padding:clamp(16px,1.7vw,22px) clamp(18px,2vw,28px) !important;border:1px solid rgba(208,214,224,0.95) !important;border-radius:18px !important;background:rgba(255,255,255,0.96) !important;box-shadow:0 8px 22px rgba(15,23,42,0.04) !important}#epq-v2-app .epq-v2-rest-option-icon{width:82px !important;height:82px !important;border-radius:999px !important;background:#f7f7f5 !important;border:1px solid rgba(224,226,230,0.9) !important;display:flex !important;align-items:center !important;justify-content:center !important;overflow:hidden !important}#epq-v2-app .epq-v2-rest-option-icon img{width:68px !important;height:68px !important;object-fit:contain !important;display:block !important}#epq-v2-app .epq-v2-rest-option-content h3{margin:0 0 10px !important;padding:0 !important;color:#283244 !important;font-size:clamp(18px,1.45vw,23px) !important;line-height:1.18 !important;font-weight:800 !important;letter-spacing:-0.02em !important;text-transform:none !important}#epq-v2-app .epq-v2-rest-card-fields{display:grid !important;gap:16px !important}#epq-v2-app .epq-v2-rest-card-fields-charity{grid-template-columns:minmax(190px,0.82fr) minmax(220px,1fr) !important;align-items:end !important}#epq-v2-app .epq-v2-rest-card-fields label,#epq-v2-app .epq-v2-rest-card-field-short{display:grid !important;gap:8px !important;margin:0 !important;color:#30333a !important;font-size: clamp(11.48px, 0.972vw, 14px) !important;line-height:1.2 !important;font-weight:600 !important;letter-spacing:-0.01em !important;text-transform:none !important}#epq-v2-app .epq-v2-rest-inline-fields{display:inline-flex !important;align-items:center !important;gap:8px !important;white-space:nowrap !important;color:#23262f !important;font-size: clamp(14.76px, 1.25vw, 18px) !important;font-weight:500 !important}#epq-v2-app .epq-rest-input-card-sm,#epq-v2-app .epq-rest-input-card-xs,#epq-v2-app .epq-rest-input-card-wide{height:42px !important;min-height:42px !important;padding:6px 10px !important;border-radius:9px !important;font-size: clamp(13.94px, 1.181vw, 17px) !important;line-height:28px !important;box-sizing:border-box !important}#epq-v2-app .epq-rest-input-card-sm{width:78px !important;min-width:78px !important;max-width:78px !important}#epq-v2-app .epq-rest-input-card-xs{width:70px !important;min-width:70px !important;max-width:70px !important}#epq-v2-app .epq-rest-input-card-wide{width:100% !important;min-width:0 !important}#epq-v2-app .epq-v2-rest-survival-choice{display:grid !important;grid-template-columns:auto 110px minmax(0,1fr) !important;gap:10px 14px !important;align-items:center !important;padding:8px 0 !important;border-top:1px solid rgba(210,214,221,0.8) !important}#epq-v2-app .epq-v2-rest-survival-choice:first-of-type{border-top:0 !important;padding-top:0 !important}#epq-v2-app .epq-v2-rest-survival-choice strong{color:#283244 !important;font-size: clamp(13.12px, 1.111vw, 16px) !important;line-height:1.2 !important;font-weight:800 !important}#epq-v2-app .epq-v2-rest-survival-choice small{color:#5d6678 !important;font-size: clamp(11.48px, 0.972vw, 14px) !important;line-height:1.25 !important;font-weight:500 !important}@media (max-width:980px){#epq-v2-app .epq-v2-rest-options-layout{grid-template-columns:1fr !important}#epq-v2-app .epq-v2-rest-card-fields-charity{grid-template-columns:1fr !important}}@media (min-width:992px){#epq-v2-app:has(.epq-v2-screen[data-screen-key="section3-rest-residue-3"].is-active){width:min(1400px,85vw) !important;max-width:min(1400px,85vw) !important}}#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-3"]{width:100% !important;max-width:1400px !important;overflow:visible !important}#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-screen-body{width:100% !important;max-width:none !important;overflow:visible !important}#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-options-layout{width:min(1280px,100%) !important;max-width:1280px !important;grid-template-columns:minmax(340px,430px) minmax(680px,1fr) !important;gap:clamp(34px,3.8vw,58px) !important;align-items:center !important;overflow:visible !important}#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-option-cards{width:100% !important;min-width:0 !important;overflow:visible !important}#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-option-card{width:100% !important;min-width:0 !important;grid-template-columns:112px minmax(0,1fr) !important;padding:clamp(18px,1.6vw,24px) clamp(22px,2.2vw,32px) !important;overflow:visible !important;transition:transform 180ms ease,box-shadow 180ms ease,border-color 180ms ease !important}#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-option-card:hover,#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-option-card:focus-within{transform:translateY(-10px) !important;box-shadow:0 18px 36px rgba(15,23,42,0.10) !important}#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-option-icon{width:104px !important;height:104px !important;background:transparent !important;border:0 !important;border-radius:0 !important;box-shadow:none !important;overflow:visible !important}#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-option-icon img{width:96px !important;height:96px !important;max-width:96px !important;max-height:96px !important;object-fit:contain !important}#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-card-fields-charity{grid-template-columns:minmax(220px,0.8fr) minmax(300px,1.2fr) !important}#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-option-content h3{white-space:normal !important;overflow:visible !important}#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-survival-choice{grid-template-columns:auto 120px minmax(260px,1fr) !important}@media (max-width:980px){#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-options-layout{grid-template-columns:1fr !important;width:100% !important}}#epq-v2-app .epq-v2-screen[data-screen-key^="section3-rest-residue-"] .epq-v2-screen-body{padding-top:clamp(6px,0.9vw,14px) !important}#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-1"] .epq-v2-screen-body,#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-2"] .epq-v2-screen-body{padding:clamp(6px,0.9vw,14px) clamp(22px,3.2vw,52px) clamp(22px,2.6vw,42px) !important}#epq-v2-app .epq-v2-screen[data-screen-key^="section3-rest-residue-"] .epq-v2-unified-title-wrap{margin:0 auto clamp(12px,1.3vw,20px) !important;padding:0 !important;max-width:880px !important}#epq-v2-app .epq-v2-screen[data-screen-key^="section3-rest-residue-"] .epq-v2-unified-title{font-size:clamp(30px,2.85vw,46px) !important;line-height:1.14 !important;letter-spacing:-0.045em !important;margin:0 auto 6px !important;max-width:880px !important}@media (min-width:992px){#epq-v2-app:has(.epq-v2-screen[data-screen-key="section3-rest-residue-4"].is-active){width:min(1280px,85vw) !important;max-width:min(1280px,85vw) !important}}#epq-v2-app .epq-v2-screen[data-screen-key="section3-rest-residue-4"]{max-width:1280px !important;width:100% !important}#epq-v2-app .epq-v2-rest-beneficiaries-layout-v2{width:min(1060px,100%) !important;margin:0 auto !important;display:grid !important;grid-template-rows:auto 1fr !important;gap:clamp(16px,1.8vw,28px) !important;align-items:center !important;justify-items:center !important}#epq-v2-app .epq-v2-rest-beneficiaries-form-row{width:min(960px,100%) !important;display:grid !important;grid-template-columns:minmax(0,1fr) auto !important;gap:clamp(20px,2.4vw,34px) !important;align-items:end !important}#epq-v2-app .epq-v2-rest-beneficiaries-panel{min-width:0 !important}#epq-v2-app .epq-v2-rest-beneficiary-entry{width:100% !important;display:block !important;margin:0 !important}#epq-v2-app .epq-v2-rest-beneficiary-entry.is-hidden{display:none !important}#epq-v2-app .epq-v2-rest-beneficiary-badge{display:none !important}#epq-v2-app .epq-v2-rest-beneficiary-entry-body{display:grid !important;grid-template-columns:minmax(0,1fr) auto !important;gap:clamp(14px,1.6vw,22px) !important;align-items:end !important}#epq-v2-app .epq-v2-rest-beneficiary-name-grid{display:grid !important;grid-template-columns:minmax(160px,1fr) 76px minmax(160px,1fr) !important;gap:12px !important;align-items:end !important}#epq-v2-app .epq-v2-rest-beneficiary-share-row{display:inline-flex !important;align-items:center !important;gap:10px !important;white-space:nowrap !important;font-size: clamp(14.76px, 1.25vw, 18px) !important;line-height:1.2 !important;color:#252932 !important;margin:0 0 2px !important}#epq-v2-app .epq-v2-rest-beneficiary-share-row input{width:74px !important;min-width:74px !important;height:42px !important;min-height:42px !important;padding:6px 10px !important}#epq-v2-app .epq-v2-rest-beneficiaries-screen .epq-field-group{margin:0 !important}#epq-v2-app .epq-v2-rest-beneficiaries-screen .epq-field-group label{font-size: clamp(11.48px, 0.972vw, 14px) !important;font-weight:800 !important;letter-spacing:0.06em !important;text-transform:uppercase !important;color:#9a9a9a !important;margin-bottom:6px !important}#epq-v2-app .epq-v2-rest-beneficiaries-screen .epq-rest-input-name,#epq-v2-app .epq-v2-rest-beneficiaries-screen .epq-rest-input-beneficiary-percent{height:42px !important;min-height:42px !important;border-radius:11px !important;padding:6px 10px !important}#epq-v2-app .epq-v2-rest-add-beneficiary{align-self:end !important;justify-self:end !important;min-width:210px !important;height:48px !important;border-radius:999px !important;border:0 !important;background:#dfb65f !important;color:#fff !important;font-weight:800 !important;font-size: clamp(13.94px, 1.181vw, 17px) !important;box-shadow:none !important;transition:transform 180ms ease,filter 180ms ease !important}#epq-v2-app .epq-v2-rest-add-beneficiary:hover,#epq-v2-app .epq-v2-rest-add-beneficiary:focus{transform:translateY(-4px) !important;filter:brightness(0.98) !important}#epq-v2-app .epq-v2-rest-beneficiaries-media{width:min(620px,68%) !important;margin:0 auto !important}#epq-v2-app .epq-v2-rest-beneficiaries-media img{display:block !important;width:100% !important;height:auto !important;max-height:430px !important;object-fit:contain !important}#epq-v2-app .epq-v2-notes-screen .epq-v2-screen-body{display:grid !important;justify-items:center !important;padding-top:clamp(18px,2.2vw,34px) !important}#epq-v2-app .epq-v2-notes-screen .epq-v2-screen-kicker{text-align:left !important}#epq-v2-app .epq-v2-notes-screen .epq-v2-unified-title-wrap{margin:0 auto clamp(22px,3vw,42px) !important}#epq-v2-app .epq-v2-notes-screen .epq-v2-unified-title{font-size:clamp(42px,4.5vw,76px) !important;line-height:1.05 !important;letter-spacing:-0.055em !important;max-width:860px !important}#epq-v2-app .epq-v2-notes-instruction{width:min(780px,100%) !important;margin:0 auto clamp(28px,3vw,48px) !important;text-align:center !important;color:#2f3033 !important;font-size:clamp(20px,1.7vw,28px) !important;line-height:1.28 !important;font-weight:400 !important;letter-spacing:-0.025em !important}#epq-v2-app .epq-v2-notes-screen .epq-field-group{width:min(1020px,100%) !important;margin:0 auto !important}#epq-v2-app .epq-v2-notes-screen textarea#additional_notes{width:100% !important;min-height:260px !important;max-height:320px !important;border-radius:14px !important;padding:16px 18px !important;box-sizing:border-box !important;resize:vertical !important}#epq-v2-app .epq-v2-assets-screen .epq-v2-screen-kicker{text-align:left !important}#epq-v2-app .epq-v2-assets-screen .epq-v2-unified-title{text-align:center !important;margin-left:auto !important;margin-right:auto !important}#epq-v2-app .epq-v2-assets-screen .epq-v2-screen-body>p{margin:0 auto 20px !important;text-align:center !important;font-size: clamp(14.76px, 1.25vw, 18px) !important;line-height:1.35 !important;max-width:980px !important}#epq-v2-app .epq-v2-assets-screen .epq-asset-inventory{width:min(1080px,100%) !important;margin:0 auto !important}#epq-v2-app .epq-v2-assets-screen .epq-asset-header,#epq-v2-app .epq-v2-assets-screen .epq-asset-row{grid-template-columns:1.2fr 0.78fr 0.78fr 1.05fr !important;gap:18px !important}#epq-v2-app .epq-v2-assets-screen .epq-asset-row{min-height:44px !important;padding:6px 0 !important;border-bottom:1px solid rgba(210,214,224,0.85) !important}#epq-v2-app .epq-v2-assets-screen .epq-asset-row input[type="text"]{height:36px !important;min-height:36px !important;padding:5px 10px !important}#epq-v2-app .epq-v2-assets-screen .epq-asset-row .joint label{font-size: clamp(12.3px, 1.042vw, 15px) !important;line-height:1.1 !important}#epq-v2-app .epq-v2-deeds-tab-screen .epq-v2-screen-kicker{text-align:left !important}#epq-v2-app .epq-v2-deeds-tab-screen .epq-v2-unified-title{text-align:center !important}#epq-v2-app .epq-v2-deeds-tab-screen .epq-v2-screen-body>p{text-align:center !important;margin:0 auto 18px !important;color:#2f3033 !important}#epq-v2-app .epq-v2-deed-tabs-shell{width:min(1080px,100%) !important;margin:0 auto !important}#epq-v2-app .epq-v2-deed-tabs{display:flex !important;flex-wrap:wrap !important;gap:10px !important;align-items:center !important;justify-content:center !important;margin:0 auto 18px !important;padding:0 0 0 !important}#epq-v2-app .epq-v2-deed-tab{appearance:none !important;border:1px solid rgba(223,182,95,0.65) !important;background:rgba(223,182,95,0.16) !important;color:#8d6a28 !important;border-radius:12px 12px 0 0 !important;padding:10px 18px !important;font-weight:800 !important;font-size: clamp(11.48px, 0.972vw, 14px) !important;line-height:1 !important;cursor:pointer !important;transition:transform 160ms ease,background 160ms ease,color 160ms ease !important}#epq-v2-app .epq-v2-deed-tab:hover,#epq-v2-app .epq-v2-deed-tab:focus{transform:translateY(-3px) !important;background:rgba(223,182,95,0.26) !important}#epq-v2-app .epq-v2-deed-tab.is-active{background:#dfb65f !important;color:#fff !important}#epq-v2-app .epq-v2-deed-tab-panels{background:rgba(250,247,241,0.72) !important;border-radius:0 0 18px 18px !important;padding:clamp(16px,1.8vw,24px) !important}#epq-v2-app .epq-v2-deed-tab-panel{margin:0 !important}#epq-v2-app .epq-v2-deed-tab-panel .epq-row{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:14px !important}#epq-v2-app .epq-v2-deed-tab-panel .epq-field-group{margin-bottom:12px !important}#epq-v2-app .epq-v2-deed-tab-panel input{height:38px !important;min-height:38px !important;padding:6px 10px !important}@media (max-width:920px){#epq-v2-app .epq-v2-rest-beneficiaries-form-row,#epq-v2-app .epq-v2-rest-beneficiary-entry-body,#epq-v2-app .epq-v2-rest-beneficiary-name-grid,#epq-v2-app .epq-v2-deed-tab-panel .epq-row{grid-template-columns:1fr !important}#epq-v2-app .epq-v2-rest-add-beneficiary{justify-self:stretch !important;width:100% !important}}#epq-v2-app .epq-v2-unified-title,#epq-v2-app .epq-v2-screen-header h2,#epq-v2-app .epq-v2-cd-subquestion,#epq-v2-app .epq-v2-plan-more-question{margin:0 auto 10px !important;padding:0 !important;font-family:inherit !important;font-size:clamp(24px,3.35vw,44px) !important;font-weight:800 !important;line-height:1.16 !important;letter-spacing:-0.04em !important;text-transform:none !important;color:#2f3033 !important;text-align:center !important}#epq-v2-app .epq-v2-plan-more-question{max-width:980px !important}#epq-v2-app .epq-v2-screen.epq-v2-critical-choice-screen .epq-v2-cd-image-caption{font-size:clamp(18px,1.9vw,22px) !important;font-weight:800 !important;line-height:1.1 !important;letter-spacing:-0.05em !important;text-transform:uppercase !important;color:#4b5563 !important;text-align:center !important}#epq-v2-app .epq-v2-screen.epq-v2-critical-choice-screen .epq-v2-cd-image-media{margin-bottom:30px !important}#epq-v2-app .epq-v2-screen[data-screen-key="section3-personal-effects"] .epq-v2-as-follows-field{display:none;margin:34px auto 0 !important;max-width:860px !important;width:100% !important}#epq-v2-app .epq-v2-screen[data-screen-key="section3-personal-effects"] .epq-v2-as-follows-field textarea{min-height:150px !important}#epq-v2-app .epq-v2-notes-screen .epq-v2-unified-title,#epq-v2-app .epq-v2-screen-summary .epq-v2-review-title{font-size:clamp(24px,3.35vw,44px) !important}#epq-v2-app .epq-v2-screen-summary .epq-v2-screen-body{padding:clamp(28px,4vw,54px) !important}#epq-v2-app .epq-v2-review-intro{max-width:900px !important;margin:0 auto 28px !important;text-align:center !important}#epq-v2-app .epq-v2-review-title{margin:0 auto 12px !important;padding:0 !important;font-family:inherit !important;font-size:clamp(24px,3.35vw,44px) !important;font-weight:800 !important;line-height:1.16 !important;letter-spacing:-0.04em !important;text-transform:none !important;color:#2f3033 !important;text-align:center !important}#epq-v2-app .epq-v2-review-intro p{max-width:680px !important;margin:0 auto !important;font-size: clamp(13.94px, 1.181vw, 17px) !important;line-height:1.55 !important;color:#667085 !important}#epq-v2-app .epq-v2-document-review,#epq-v2-app .epq-v2-document-scroll,#epq-v2-app .epq-v2-document-page,#epq-v2-app .epq-v2-document-overlay{display:none !important}#epq-v2-app .epq-v2-review-list,#epq-v2-app .epq-v2-summary-fallback{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:20px !important;max-width:1080px !important;margin:0 auto !important}#epq-v2-app .epq-v2-summary-section{margin:0 !important;padding:22px !important;border:1px solid #eaecf0 !important;border-radius:24px !important;background:#ffffff !important;box-shadow:0 14px 30px rgba(17,24,39,0.06) !important}#epq-v2-app .epq-v2-summary-section+.epq-v2-summary-section{margin-top:0 !important}#epq-v2-app .epq-v2-summary-section-title{margin:0 0 14px !important;font-size: clamp(11.48px, 0.972vw, 14px) !important;font-weight:900 !important;line-height:1.25 !important;letter-spacing:0.08em !important;text-transform:uppercase !important;color:#d8ae66 !important}#epq-v2-app .epq-v2-summary-row{display:block !important;margin:0 !important}#epq-v2-app .epq-v2-summary-row+.epq-v2-summary-row{margin-top:10px !important}#epq-v2-app .epq-v2-summary-row-button{appearance:none !important;display:grid !important;grid-template-columns:minmax(0,1fr) minmax(160px,0.75fr) !important;gap:18px !important;width:100% !important;padding:14px 16px !important;border:1px solid #edf0f4 !important;border-radius:16px !important;background:#f8fafc !important;text-align:left !important;cursor:pointer !important;transition:transform 180ms ease,box-shadow 180ms ease,border-color 180ms ease,background-color 180ms ease !important}#epq-v2-app .epq-v2-summary-row-button:hover,#epq-v2-app .epq-v2-summary-row-button:focus{transform:translateY(-3px) !important;background:#ffffff !important;border-color:#d8ae66 !important;box-shadow:0 14px 24px rgba(17,24,39,0.08) !important;outline:none !important}#epq-v2-app .epq-v2-summary-question{font-size: clamp(11.48px, 0.972vw, 14px) !important;font-weight:800 !important;line-height:1.35 !important;color:#344054 !important}#epq-v2-app .epq-v2-summary-answer{font-size: clamp(12.3px, 1.042vw, 15px) !important;font-weight:800 !important;font-style:normal !important;line-height:1.35 !important;color:#111827 !important;text-align:right !important}#epq-v2-app .epq-v2-return-review-btn{min-width:280px !important}@media (max-width:920px){#epq-v2-app .epq-v2-review-list,#epq-v2-app .epq-v2-summary-fallback{grid-template-columns:1fr !important}#epq-v2-app .epq-v2-summary-row-button{grid-template-columns:1fr !important}#epq-v2-app .epq-v2-summary-answer{text-align:left !important}}#epq-v2-app .epq-v2-screen-summary .epq-v2-screen-body{padding:clamp(26px,4vw,52px) !important}#epq-v2-app .epq-v2-review-list,#epq-v2-app .epq-v2-summary-fallback{display:flex !important;flex-direction:column !important;align-items:center !important;gap:clamp(34px,5vw,70px) !important;width:100% !important;max-width:1120px !important;margin:0 auto !important}#epq-v2-app .epq-v2-mini-review-screen{width:min(920px,100%) !important;margin:0 auto !important;padding:24px 28px 30px !important;border:1px solid #e7ebf0 !important;border-radius:18px !important;background:#f8fafc !important;box-shadow:0 22px 52px rgba(15,23,42,0.14) !important;transform-origin:center top !important}#epq-v2-app .epq-v2-mini-review-screen:nth-child(odd){width:min(620px,92%) !important}#epq-v2-app .epq-v2-mini-review-screen:nth-child(3n+2){width:min(840px,100%) !important}#epq-v2-app .epq-v2-mini-review-chrome{display:grid !important;grid-template-columns:auto 1fr auto !important;align-items:center !important;gap:12px !important;margin-bottom:14px !important;color:#667085 !important;font-size: clamp(8.2px, 0.694vw, 10px) !important;font-weight:900 !important;letter-spacing:0.12em !important;text-transform:uppercase !important}#epq-v2-app .epq-v2-mini-review-home{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:22px !important;height:22px !important;border-radius:6px !important;font-size: clamp(16.4px, 1.389vw, 20px) !important;line-height:1 !important;color:#252525 !important}#epq-v2-app .epq-v2-mini-review-step{justify-self:end !important;white-space:nowrap !important}#epq-v2-app .epq-v2-mini-review-progress{height:7px !important;width:100% !important;border-radius:999px !important;background:#e7eaf0 !important;overflow:hidden !important;margin-bottom:18px !important}#epq-v2-app .epq-v2-mini-review-progress span{display:block !important;height:100% !important;width:42% !important;border-radius:inherit !important;background:#d9ad5f !important}#epq-v2-app .epq-v2-mini-review-card-inner{padding:clamp(22px,3vw,38px) !important;border:1px solid #edf0f5 !important;border-radius:16px !important;background:#ffffff !important}#epq-v2-app .epq-v2-mini-review-kicker{margin:0 0 16px !important;font-size: clamp(9.02px, 0.764vw, 11px) !important;font-weight:900 !important;line-height:1.25 !important;letter-spacing:0.12em !important;text-transform:uppercase !important;color:#667085 !important}#epq-v2-app .epq-v2-mini-review-title{max-width:760px !important;margin:0 auto 26px !important;font-family:inherit !important;font-size:clamp(22px,2.5vw,38px) !important;font-weight:800 !important;line-height:1.16 !important;letter-spacing:-0.04em !important;color:#2f3033 !important;text-align:center !important}#epq-v2-app .epq-v2-mini-review-answers{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:14px !important}#epq-v2-app .epq-v2-mini-review-screen:nth-child(odd) .epq-v2-mini-review-answers{grid-template-columns:1fr !important}#epq-v2-app .epq-v2-mini-review-row{display:grid !important;grid-template-columns:1fr !important;gap:8px !important;align-content:start !important;min-width:0 !important}#epq-v2-app .epq-v2-mini-review-question{font-size: clamp(9.02px, 0.764vw, 11px) !important;font-weight:900 !important;line-height:1.25 !important;letter-spacing:0.08em !important;text-transform:uppercase !important;color:#98a2b3 !important}#epq-v2-app .epq-v2-mini-review-answer,#epq-v2-app .epq-v2-mini-review-answer.epq-v2-summary-row-button{appearance:none !important;display:block !important;width:100% !important;min-height:42px !important;padding:10px 12px !important;border:1px solid #d7dde7 !important;border-radius:10px !important;background:#ffffff !important;box-shadow:none !important;font-size: clamp(11.48px, 0.972vw, 14px) !important;font-weight:700 !important;line-height:1.35 !important;color:#1f2937 !important;text-align:left !important;cursor:pointer !important;transition:transform 180ms ease,border-color 180ms ease,box-shadow 180ms ease !important}#epq-v2-app .epq-v2-mini-review-answer:hover,#epq-v2-app .epq-v2-mini-review-answer:focus{transform:translateY(-4px) !important;border-color:#d8ae66 !important;box-shadow:0 12px 22px rgba(17,24,39,0.10) !important;outline:none !important}#epq-v2-app .epq-v2-review-empty{margin:0 auto !important;font-size: clamp(14.76px, 1.25vw, 18px) !important;font-weight:700 !important;color:#667085 !important;text-align:center !important}@media (max-width:920px){#epq-v2-app .epq-v2-mini-review-screen,#epq-v2-app .epq-v2-mini-review-screen:nth-child(odd),#epq-v2-app .epq-v2-mini-review-screen:nth-child(3n+2){width:100% !important;padding:18px !important}#epq-v2-app .epq-v2-mini-review-answers{grid-template-columns:1fr !important}}#epq-v2-app.epq-v2-responsive-mode{width:calc(100vw - 24px) !important;min-width:0 !important;max-width:calc(100vw - 24px) !important;margin:max(8px,env(safe-area-inset-top)) auto max(8px,env(safe-area-inset-bottom)) !important;padding:10px !important;box-sizing:border-box !important;overflow:visible !important}#epq-v2-app.epq-v2-responsive-mode .epq-v2-shell{width:100% !important;max-width:100% !important;min-width:0 !important;padding:clamp(12px,2.4vw,20px) !important;border-radius:clamp(18px,3vw,28px) !important;box-sizing:border-box !important;overflow:visible !important}#epq-v2-app.epq-v2-responsive-mode .epq-v2-progress-top{grid-template-columns:auto 1fr auto !important;gap:clamp(8px,2vw,16px) !important;margin-bottom:10px !important}#epq-v2-app.epq-v2-responsive-mode .epq-v2-home-icon{width:clamp(30px,5vw,42px) !important;height:clamp(30px,5vw,42px) !important}#epq-v2-app.epq-v2-responsive-mode .epq-v2-progress-label,#epq-v2-app.epq-v2-responsive-mode .epq-v2-progress-step{font-size:clamp(10px,1.4vw,13px) !important;line-height:1.2 !important;letter-spacing:.07em !important;white-space:nowrap !important}#epq-v2-app.epq-v2-responsive-mode .epq-v2-progress-bar{margin-bottom:clamp(14px,2vw,24px) !important}#epq-v2-app.epq-v2-responsive-mode .epq-v2-stage,#epq-v2-app.epq-v2-responsive-mode .epq-v2-screen.is-active{width:100% !important;max-width:100% !important;min-width:0 !important;overflow-x:hidden !important;box-sizing:border-box !important}#epq-v2-app.epq-v2-responsive-mode .epq-v2-screen-card,#epq-v2-app.epq-v2-responsive-mode .epq-v2-screen[data-screen-mode="card"],#epq-v2-app.epq-v2-responsive-mode .epq-v2-screen-body{width:100% !important;max-width:100% !important;min-width:0 !important;box-sizing:border-box !important;overflow-x:hidden !important}#epq-v2-app.epq-v2-responsive-mode .epq-v2-screen-card{padding:clamp(18px,3.2vw,34px) !important;border-radius:clamp(18px,3vw,26px) !important}#epq-v2-app.epq-v2-responsive-mode .epq-v2-screen-kicker{margin:0 0 clamp(18px,3vw,34px) !important;font-size:clamp(10px,1.45vw,13px) !important;line-height:1.25 !important;letter-spacing:.08em !important}#epq-v2-app.epq-v2-responsive-mode .epq-v2-unified-title-wrap,#epq-v2-app.epq-v2-responsive-mode .epq-v2-unified-title,#epq-v2-app.epq-v2-responsive-mode .epq-v2-cd-subquestion,#epq-v2-app.epq-v2-responsive-mode .epq-v2-plan-more-question,#epq-v2-app.epq-v2-responsive-mode .epq-v2-child-entry-title{max-width:100% !important;font-size:clamp(28px,5vw,44px) !important;line-height:1.12 !important;letter-spacing:-0.04em !important;text-align:center !important}#epq-v2-app.epq-v2-responsive-mode .epq-row,#epq-v2-app.epq-v2-responsive-mode .epq-v2-rest-beneficiary-name-grid,#epq-v2-app.epq-v2-responsive-mode .epq-v2-rest-beneficiaries-form-row,#epq-v2-app.epq-v2-responsive-mode .epq-v2-rest-beneficiary-share-row,#epq-v2-app.epq-v2-responsive-mode .epq-v2-distribution-inform-field,#epq-v2-app.epq-v2-responsive-mode .epq-v2-rest-card-fields,#epq-v2-app.epq-v2-responsive-mode .epq-v2-rest-card-fields-charity,#epq-v2-app.epq-v2-responsive-mode .epq-v2-rest-beneficiaries-layout-v2{display:grid !important;grid-template-columns:1fr !important;gap:clamp(12px,2vw,18px) !important;width:100% !important;max-width:100% !important}#epq-v2-app.epq-v2-responsive-mode input[type="text"],#epq-v2-app.epq-v2-responsive-mode input[type="email"],#epq-v2-app.epq-v2-responsive-mode input[type="tel"],#epq-v2-app.epq-v2-responsive-mode input[type="number"],#epq-v2-app.epq-v2-responsive-mode input[type="date"],#epq-v2-app.epq-v2-responsive-mode select,#epq-v2-app.epq-v2-responsive-mode textarea{max-width:100% !important;box-sizing:border-box !important}#epq-v2-app.epq-v2-responsive-mode img{max-width:100% !important;height:auto !important}#epq-v2-app.epq-v2-tablet-mode .epq-v2-card-grid,#epq-v2-app.epq-v2-tablet-mode .epq-v2-effects-grid,#epq-v2-app.epq-v2-tablet-mode .epq-v2-cd-image-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:clamp(18px,2.8vw,34px) !important}#epq-v2-app.epq-v2-tablet-mode .epq-v2-title-grid,#epq-v2-app.epq-v2-tablet-mode .epq-v2-marital-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:clamp(16px,2.4vw,24px) !important}#epq-v2-app.epq-v2-tablet-mode .epq-v2-choice-card{min-width:0 !important;padding:clamp(14px,2vw,22px) !important}#epq-v2-app.epq-v2-tablet-mode .epq-v2-choice-media,#epq-v2-app.epq-v2-tablet-mode .epq-v2-choice-card img{max-height:clamp(120px,18vw,220px) !important}#epq-v2-app.epq-v2-tablet-mode .epq-v2-cd-image-media{margin-bottom:18px !important}#epq-v2-app.epq-v2-tablet-mode .epq-v2-cd-image-media img{max-height:clamp(210px,28vw,360px) !important;object-fit:contain !important}#epq-v2-app.epq-v2-tablet-mode .epq-v2-rest-journey-layout,#epq-v2-app.epq-v2-tablet-mode .epq-v2-rest-options-layout,#epq-v2-app.epq-v2-tablet-mode .epq-v2-child-entry-grid{grid-template-columns:minmax(220px,.8fr) minmax(0,1fr) !important;gap:clamp(24px,4vw,48px) !important;align-items:center !important}#epq-v2-app.epq-v2-tablet-mode .epq-v2-rest-journey-media img,#epq-v2-app.epq-v2-tablet-mode .epq-v2-rest-options-media img,#epq-v2-app.epq-v2-tablet-mode .epq-v2-rest-beneficiaries-media img,#epq-v2-app.epq-v2-tablet-mode .epq-v2-child-entry-media{max-height:clamp(220px,34vw,430px) !important;background-size:contain !important}#epq-v2-app.epq-v2-tablet-mode .epq-v2-rest-option-card{grid-template-columns:96px 1fr !important;gap:18px !important;width:100% !important}#epq-v2-app.epq-v2-tablet-mode .epq-v2-rest-option-icon{width:96px !important;height:96px !important}#epq-v2-app.epq-v2-phone-mode{width:calc(100vw - 8px) !important;max-width:calc(100vw - 8px) !important;margin:4px auto !important;padding:4px !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-shell{padding:10px !important;border-radius:18px !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-progress-top{gap:8px !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-progress-label{font-size: clamp(8.2px, 0.694vw, 10px) !important;letter-spacing:.06em !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-progress-step{font-size: clamp(8.2px, 0.694vw, 10px) !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-screen-card{padding:16px 14px !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-screen-kicker{font-size: clamp(8.2px, 0.694vw, 10px) !important;margin-bottom:16px !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-unified-title,#epq-v2-app.epq-v2-phone-mode .epq-v2-cd-subquestion,#epq-v2-app.epq-v2-phone-mode .epq-v2-plan-more-question,#epq-v2-app.epq-v2-phone-mode .epq-v2-child-entry-title{font-size:clamp(26px,9.4vw,38px) !important;line-height:1.08 !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-card-grid,#epq-v2-app.epq-v2-phone-mode .epq-v2-title-grid,#epq-v2-app.epq-v2-phone-mode .epq-v2-marital-grid,#epq-v2-app.epq-v2-phone-mode .epq-v2-effects-grid,#epq-v2-app.epq-v2-phone-mode .epq-v2-cd-image-grid,#epq-v2-app.epq-v2-phone-mode .epq-v2-distribution-pass-grid{display:grid !important;grid-template-columns:1fr !important;gap:16px !important;width:100% !important;max-width:100% !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-choice-card{width:100% !important;min-width:0 !important;padding:14px !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-choice-media,#epq-v2-app.epq-v2-phone-mode .epq-v2-choice-card img{max-height:170px !important;object-fit:contain !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-cd-image-media img{max-height:230px !important;object-fit:contain !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-distribution-choice-row,#epq-v2-app.epq-v2-phone-mode .epq-v2-estate-choice-row,#epq-v2-app.epq-v2-phone-mode .epq-v2-rest-journey-layout,#epq-v2-app.epq-v2-phone-mode .epq-v2-rest-options-layout,#epq-v2-app.epq-v2-phone-mode .epq-v2-child-entry-grid{display:grid !important;grid-template-columns:1fr !important;gap:18px !important;width:100% !important;max-width:100% !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-rest-journey-media,#epq-v2-app.epq-v2-phone-mode .epq-v2-rest-options-media,#epq-v2-app.epq-v2-phone-mode .epq-v2-rest-beneficiaries-media,#epq-v2-app.epq-v2-phone-mode .epq-v2-child-entry-media{width:100% !important;max-width:260px !important;min-height:0 !important;max-height:260px !important;margin:0 auto !important;justify-self:center !important;background-size:contain !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-rest-journey-media img,#epq-v2-app.epq-v2-phone-mode .epq-v2-rest-options-media img,#epq-v2-app.epq-v2-phone-mode .epq-v2-rest-beneficiaries-media img{max-height:260px !important;object-fit:contain !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-rest-option-card{display:grid !important;grid-template-columns:1fr !important;gap:12px !important;padding:16px !important;text-align:center !important;overflow:visible !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-rest-option-icon{width:96px !important;height:96px !important;margin:0 auto !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-rest-inline-fields{display:flex !important;flex-wrap:wrap !important;gap:8px !important;align-items:center !important;justify-content:center !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-distribution-inform-field{text-align:center !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-distribution-inform-field>label{text-align:center !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-distribution-inform-field .epq-v2-distribution-yesno,#epq-v2-app.epq-v2-phone-mode .epq-v2-card-grid-branch,#epq-v2-app.epq-v2-phone-mode .epq-v2-child-minor-question .epq-options-wrapper,#epq-v2-app.epq-v2-phone-mode .epq-v2-child-owner-row{display:flex !important;flex-wrap:wrap !important;justify-content:center !important;gap:18px !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-nav{display:grid !important;grid-template-columns:1fr !important;gap:12px !important;align-items:stretch !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-nav .epq-v2-btn,#epq-v2-app.epq-v2-phone-mode #epq-v2-next,#epq-v2-app.epq-v2-phone-mode #epq-v2-submit{width:100% !important;max-width:none !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-save-wrap,#epq-v2-app.epq-v2-phone-mode .epq-v2-save,#epq-v2-app.epq-v2-phone-mode #epq-v2-save{text-align:center !important;justify-self:center !important}#epq-v2-app.epq-v2-responsive-mode{position:relative !important;left:50% !important;right:auto !important;transform:translateX(-50%) !important;box-sizing:border-box !important}#epq-v2-app.epq-v2-responsive-mode,#epq-v2-app.epq-v2-responsive-mode .epq-v2-shell,#epq-v2-app.epq-v2-responsive-mode .epq-v2-stage,#epq-v2-app.epq-v2-responsive-mode .epq-v2-screen,#epq-v2-app.epq-v2-responsive-mode .epq-v2-screen-card,#epq-v2-app.epq-v2-responsive-mode .epq-v2-screen-body{min-width:0 !important;box-sizing:border-box !important}#epq-v2-app.epq-v2-tablet-mode{width:min(1180px,calc(100svw - 28px)) !important;max-width:min(1180px,calc(100svw - 28px)) !important;padding:8px !important}#epq-v2-app.epq-v2-phone-mode{width:calc(100svw - 6px) !important;max-width:calc(100svw - 6px) !important;padding:3px !important;margin-left:auto !important;margin-right:auto !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-shell{padding:8px !important;border-radius:16px !important}#epq-v2-app.epq-v2-responsive-mode .epq-v2-screen-card{min-height:auto !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-screen-card{padding:14px 12px !important;border-radius:16px !important}#epq-v2-app.epq-v2-responsive-mode .epq-v2-unified-title,#epq-v2-app.epq-v2-responsive-mode .epq-v2-cd-subquestion,#epq-v2-app.epq-v2-responsive-mode .epq-v2-plan-more-question,#epq-v2-app.epq-v2-responsive-mode .epq-v2-child-entry-title,#epq-v2-app.epq-v2-responsive-mode .epq-v2-notes-screen .epq-v2-unified-title{max-width:100% !important;font-size:clamp(24px,4vw,40px) !important;line-height:1.12 !important;letter-spacing:-0.045em !important;text-align:center !important;overflow-wrap:break-word !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-unified-title,#epq-v2-app.epq-v2-phone-mode .epq-v2-cd-subquestion,#epq-v2-app.epq-v2-phone-mode .epq-v2-plan-more-question,#epq-v2-app.epq-v2-phone-mode .epq-v2-child-entry-title,#epq-v2-app.epq-v2-phone-mode .epq-v2-notes-screen .epq-v2-unified-title{font-size:clamp(23px,7.2vw,32px) !important;line-height:1.1 !important;margin-bottom:12px !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-screen-kicker{font-size: clamp(7.38px, 0.625vw, 9px) !important;line-height:1.25 !important;letter-spacing:.055em !important;margin-bottom:12px !important;white-space:normal !important}#epq-v2-app.epq-v2-responsive-mode .epq-v2-title-card .epq-v2-choice-media.is-title-option,#epq-v2-app.epq-v2-responsive-mode .epq-v2-marital-card .epq-v2-choice-media.is-marital,#epq-v2-app.epq-v2-responsive-mode .epq-v2-choice-media.is-spouse,#epq-v2-app.epq-v2-responsive-mode .epq-v2-choice-media.is-church,#epq-v2-app.epq-v2-responsive-mode .epq-v2-choice-media.is-effect{width:clamp(92px,18vw,150px) !important;height:clamp(92px,18vw,150px) !important;flex:0 0 clamp(92px,18vw,150px) !important;background-size:contain !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-title-card .epq-v2-choice-media.is-title-option,#epq-v2-app.epq-v2-phone-mode .epq-v2-marital-card .epq-v2-choice-media.is-marital,#epq-v2-app.epq-v2-phone-mode .epq-v2-choice-media.is-spouse,#epq-v2-app.epq-v2-phone-mode .epq-v2-choice-media.is-church,#epq-v2-app.epq-v2-phone-mode .epq-v2-choice-media.is-effect{width:clamp(86px,34vw,128px) !important;height:clamp(86px,34vw,128px) !important;flex-basis:clamp(86px,34vw,128px) !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-title-card,#epq-v2-app.epq-v2-phone-mode .epq-v2-marital-card,#epq-v2-app.epq-v2-phone-mode .epq-v2-choice-card{min-height:0 !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-title-grid,#epq-v2-app.epq-v2-phone-mode .epq-v2-marital-grid,#epq-v2-app.epq-v2-phone-mode .epq-v2-card-grid,#epq-v2-app.epq-v2-phone-mode .epq-v2-effects-grid,#epq-v2-app.epq-v2-phone-mode .epq-v2-distribution-pass-grid,#epq-v2-app.epq-v2-phone-mode .epq-v2-cd-image-grid{grid-template-columns:1fr !important;gap:14px !important}#epq-v2-app.epq-v2-tablet-mode .epq-v2-effects-grid,#epq-v2-app.epq-v2-tablet-mode .epq-v2-distribution-pass-grid,#epq-v2-app.epq-v2-tablet-mode .epq-v2-cd-image-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important}#epq-v2-app.epq-v2-responsive-mode .epq-v2-distribution-pass-grid .epq-v2-choice-card,#epq-v2-app.epq-v2-responsive-mode .epq-v2-distribution-yesno .epq-v2-choice-card,#epq-v2-app.epq-v2-responsive-mode .epq-v2-effects-grid .epq-v2-choice-card{min-height:0 !important;overflow:visible !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-distribution-pass-grid .epq-v2-choice-title,#epq-v2-app.epq-v2-phone-mode .epq-v2-effects-grid .epq-v2-choice-title,#epq-v2-app.epq-v2-phone-mode .epq-v2-choice-title{font-size:clamp(16px,5vw,22px) !important;line-height:1.08 !important;letter-spacing:-0.03em !important}#epq-v2-app.epq-v2-responsive-mode .epq-v2-cd-image-media img{width:auto !important;max-width:100% !important;height:auto !important;object-fit:contain !important}#epq-v2-app.epq-v2-tablet-mode .epq-v2-cd-image-media img{max-height:min(34svh,320px) !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-cd-image-media img{max-height:min(34svh,210px) !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-cd-image-caption{font-size:clamp(16px,5.2vw,20px) !important}#epq-v2-app.epq-v2-responsive-mode .epq-v2-distribution-flow,#epq-v2-app.epq-v2-responsive-mode .epq-v2-distribution-panel,#epq-v2-app.epq-v2-responsive-mode .epq-v2-rest-stage-options,#epq-v2-app.epq-v2-responsive-mode .epq-v2-rest-option-card,#epq-v2-app.epq-v2-responsive-mode .epq-v2-rest-option-content{width:100% !important;max-width:100% !important;min-width:0 !important;box-sizing:border-box !important;overflow:visible !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-rest-option-card{grid-template-columns:1fr !important;padding:14px !important}#epq-v2-app.epq-v2-tablet-mode .epq-v2-rest-option-card{grid-template-columns:84px minmax(0,1fr) !important}#epq-v2-app.epq-v2-responsive-mode .epq-v2-child-entry-grid,#epq-v2-app.epq-v2-responsive-mode .epq-v2-rest-journey-layout,#epq-v2-app.epq-v2-responsive-mode .epq-v2-rest-options-layout,#epq-v2-app.epq-v2-responsive-mode .epq-v2-rest-beneficiaries-layout-v2,#epq-v2-app.epq-v2-responsive-mode .epq-v2-distribution-choice-row,#epq-v2-app.epq-v2-responsive-mode .epq-v2-estate-choice-row{min-width:0 !important;overflow:visible !important}#epq-v2-app.epq-v2-phone-mode .epq-row,#epq-v2-app.epq-v2-phone-mode .epq-v2-name-row,#epq-v2-app.epq-v2-phone-mode .epq-v2-dob-marriages-row,#epq-v2-app.epq-v2-phone-mode .epq-v2-child-entry-grid,#epq-v2-app.epq-v2-phone-mode .epq-v2-rest-beneficiaries-form-row{display:grid !important;grid-template-columns:1fr !important;gap:12px !important}#epq-v2-app.epq-v2-phone-mode input,#epq-v2-app.epq-v2-phone-mode textarea,#epq-v2-app.epq-v2-phone-mode select{width:100% !important;min-width:0 !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-distribution-note,#epq-v2-app.epq-v2-phone-mode .epq-v2-helper,#epq-v2-app.epq-v2-phone-mode .epq-v2-screen-body p{font-size:clamp(14px,4vw,17px) !important;line-height:1.45 !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-nav{position:relative !important;left:auto !important;right:auto !important;width:100% !important;max-width:100% !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-reset{justify-self:center !important;text-align:center !important}.epq-v2-responsive-host{box-sizing:border-box !important;min-width:0 !important;max-width:none !important}.epq-v2-phone-host{width:calc(100svw - 4px) !important;max-width:calc(100svw - 4px) !important;margin-left:auto !important;margin-right:auto !important;padding-left:0 !important;padding-right:0 !important}.epq-v2-tablet-host{width:min(1320px,calc(100svw - 12px)) !important;max-width:min(1320px,calc(100svw - 12px)) !important;margin-left:auto !important;margin-right:auto !important;padding-left:0 !important;padding-right:0 !important}#epq-v2-app.epq-v2-responsive-mode{border-radius:clamp(20px,3vw,30px) !important;overflow:visible !important}#epq-v2-app.epq-v2-phone-mode{width:calc(100svw - 4px) !important;max-width:calc(100svw - 4px) !important;padding:2px !important}#epq-v2-app.epq-v2-tablet-mode{width:min(1320px,calc(100svw - 12px)) !important;max-width:min(1320px,calc(100svw - 12px)) !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-shell,#epq-v2-app.epq-v2-tablet-mode .epq-v2-shell{border-radius:clamp(22px,3vw,34px) !important;overflow:visible !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-shell{padding:7px !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-screen-body,#epq-v2-app.epq-v2-phone-mode .epq-field-group,#epq-v2-app.epq-v2-phone-mode .epq-row,#epq-v2-app.epq-v2-phone-mode .epq-v2-contact-row,#epq-v2-app.epq-v2-phone-mode .epq-v2-partner-contact-row,#epq-v2-app.epq-v2-phone-mode .epq-v2-name-row,#epq-v2-app.epq-v2-phone-mode .epq-v2-dob-marriages-row{width:100% !important;max-width:100% !important;min-width:0 !important;box-sizing:border-box !important;overflow:visible !important}#epq-v2-app.epq-v2-phone-mode .epq-row,#epq-v2-app.epq-v2-phone-mode .epq-v2-contact-row,#epq-v2-app.epq-v2-phone-mode .epq-v2-partner-contact-row,#epq-v2-app.epq-v2-phone-mode .epq-v2-name-row,#epq-v2-app.epq-v2-phone-mode .epq-v2-dob-marriages-row{display:grid !important;grid-template-columns:minmax(0,1fr) !important;gap:12px !important}#epq-v2-app.epq-v2-phone-mode input[type="text"],#epq-v2-app.epq-v2-phone-mode input[type="email"],#epq-v2-app.epq-v2-phone-mode input[type="tel"],#epq-v2-app.epq-v2-phone-mode input[type="number"],#epq-v2-app.epq-v2-phone-mode input[type="date"],#epq-v2-app.epq-v2-phone-mode select,#epq-v2-app.epq-v2-phone-mode textarea{width:100% !important;max-width:100% !important;min-width:0 !important;box-sizing:border-box !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-nav{width:100% !important;max-width:100% !important;padding-left:0 !important;padding-right:0 !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-nav .epq-v2-btn,#epq-v2-app.epq-v2-phone-mode #epq-v2-prev,#epq-v2-app.epq-v2-phone-mode #epq-v2-next,#epq-v2-app.epq-v2-phone-mode #epq-v2-submit{width:100% !important;max-width:100% !important;min-width:0 !important;box-sizing:border-box !important;padding-left:14px !important;padding-right:14px !important}#epq-v2-app.epq-v2-tablet-mode .epq-v2-title-card .epq-v2-choice-media.is-title-option,#epq-v2-app.epq-v2-tablet-mode .epq-v2-marital-card .epq-v2-choice-media.is-marital,#epq-v2-app.epq-v2-tablet-mode .epq-v2-choice-media.is-spouse,#epq-v2-app.epq-v2-tablet-mode .epq-v2-choice-media.is-church,#epq-v2-app.epq-v2-tablet-mode .epq-v2-choice-media.is-effect{width:clamp(150px,24vw,260px) !important;height:clamp(150px,24vw,260px) !important;flex-basis:clamp(150px,24vw,260px) !important}#epq-v2-app.epq-v2-tablet-mode .epq-v2-cd-image-media img{max-height:min(42svh,420px) !important}#epq-v2-app.epq-v2-responsive-mode .epq-v2-cd-decision{display:grid !important;grid-template-columns:1fr !important;justify-items:center !important;align-items:center !important;gap:20px !important;width:100% !important}#epq-v2-app.epq-v2-responsive-mode .epq-v2-cd-decision-prompt,#epq-v2-app.epq-v2-responsive-mode .epq-v2-cd-image-grid{max-width:100% !important;width:100% !important;padding-right:0 !important;text-align:center !important;justify-content:center !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-cd-image-grid{display:grid !important;grid-template-columns:1fr !important;gap:22px !important;justify-items:center !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-cd-image-option{width:100% !important;max-width:260px !important;margin:0 auto !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-cd-image-media img{max-height:210px !important;margin:0 auto !important}#epq-v2-app.epq-v2-tablet-mode .epq-v2-cd-image-grid{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:clamp(24px,4vw,56px) !important;justify-items:center !important}#epq-v2-app.epq-v2-responsive-mode .epq-v2-cd-modal-overlay{position:fixed !important;inset:0 !important;z-index:999999 !important;padding:max(10px,env(safe-area-inset-top)) 8px max(10px,env(safe-area-inset-bottom)) !important;border-radius:0 !important;background:rgba(0,0,0,.45) !important;align-items:center !important;justify-content:center !important;overflow:auto !important}#epq-v2-app.epq-v2-responsive-mode .epq-v2-cd-modal{width:min(760px,calc(100svw - 16px)) !important;max-width:calc(100svw - 16px) !important;max-height:calc(100svh - 24px) !important;overflow-y:auto !important;padding:clamp(18px,4vw,32px) !important;border-radius:clamp(18px,4vw,28px) !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-cd-modal{width:calc(100svw - 12px) !important;max-width:calc(100svw - 12px) !important;max-height:calc(100svh - 18px) !important;padding:18px 14px 20px !important}#epq-v2-app.epq-v2-responsive-mode .epq-v2-cd-modal-body .epq-v2-alt-tabs{display:flex !important;flex-wrap:wrap !important;justify-content:center !important;gap:8px !important;width:100% !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-cd-modal-body .epq-v2-alt-tab{font-size: clamp(9.84px, 0.833vw, 12px) !important;padding:9px 10px !important}#epq-v2-app.epq-v2-responsive-mode .epq-v2-cd-modal-body .epq-v2-alt-panel .epq-row,#epq-v2-app.epq-v2-responsive-mode .epq-v2-cd-modal-body .epq-v2-alt-name-row{display:grid !important;grid-template-columns:1fr !important;gap:12px !important;width:100% !important}#epq-v2-app.epq-v2-responsive-mode .epq-v2-cd-modal-body .epq-field-group,#epq-v2-app.epq-v2-responsive-mode .epq-v2-cd-modal-body input{width:100% !important;max-width:100% !important;min-width:0 !important;box-sizing:border-box !important}#epq-v2-app.epq-v2-responsive-mode .epq-v2-cd-modal-footer{justify-content:center !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-cd-modal-continue{width:100% !important}#epq-v2-app.epq-v2-phone-mode,#epq-v2-app.epq-v2-tablet-mode{width:calc(100svw - 30px) !important;max-width:calc(100svw - 30px) !important;margin-left:auto !important;margin-right:auto !important;border-radius:clamp(22px,3vw,34px) !important;overflow:visible !important}.epq-v2-phone-host,.epq-v2-tablet-host{width:calc(100svw - 30px) !important;max-width:calc(100svw - 30px) !important;margin-left:auto !important;margin-right:auto !important;padding-left:0 !important;padding-right:0 !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-shell,#epq-v2-app.epq-v2-tablet-mode .epq-v2-shell{border-radius:clamp(22px,3vw,34px) !important;overflow:visible !important}#epq-v2-app.epq-v2-responsive-mode .epq-v2-screen[data-screen-key="intro-title"] .epq-v2-choice-media.is-title-option,#epq-v2-app.epq-v2-responsive-mode .epq-v2-screen[data-screen-key="partner-title"] .epq-v2-choice-media.is-title-option,#epq-v2-app.epq-v2-responsive-mode .epq-v2-screen[data-screen-key="marital-status"] .epq-v2-choice-media.is-marital{width:clamp(112px,21.6vw,180px) !important;height:clamp(112px,21.6vw,180px) !important;flex-basis:clamp(112px,21.6vw,180px) !important;background-size:contain !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-screen[data-screen-key="intro-title"] .epq-v2-choice-media.is-title-option,#epq-v2-app.epq-v2-phone-mode .epq-v2-screen[data-screen-key="partner-title"] .epq-v2-choice-media.is-title-option,#epq-v2-app.epq-v2-phone-mode .epq-v2-screen[data-screen-key="marital-status"] .epq-v2-choice-media.is-marital{width:clamp(104px,40.8vw,154px) !important;height:clamp(104px,40.8vw,154px) !important;flex-basis:clamp(104px,40.8vw,154px) !important}#epq-v2-app.epq-v2-tablet-mode .epq-v2-screen[data-screen-key="intro-title"] .epq-v2-choice-media.is-title-option,#epq-v2-app.epq-v2-tablet-mode .epq-v2-screen[data-screen-key="partner-title"] .epq-v2-choice-media.is-title-option,#epq-v2-app.epq-v2-tablet-mode .epq-v2-screen[data-screen-key="marital-status"] .epq-v2-choice-media.is-marital{width:clamp(180px,28.8vw,312px) !important;height:clamp(180px,28.8vw,312px) !important;flex-basis:clamp(180px,28.8vw,312px) !important}@media (orientation:landscape),(min-width:560px){#epq-v2-app.epq-v2-responsive-mode .epq-v2-screen[data-screen-key="intro-title"] .epq-v2-title-grid,#epq-v2-app.epq-v2-responsive-mode .epq-v2-screen[data-screen-key="partner-title"] .epq-v2-title-grid,#epq-v2-app.epq-v2-responsive-mode .epq-v2-screen[data-screen-key="marital-status"] .epq-v2-marital-grid{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:clamp(22px,4vw,44px) !important;align-items:start !important;justify-items:center !important}#epq-v2-app.epq-v2-responsive-mode .epq-v2-screen[data-screen-key="intro-title"] .epq-v2-choice-card,#epq-v2-app.epq-v2-responsive-mode .epq-v2-screen[data-screen-key="partner-title"] .epq-v2-choice-card,#epq-v2-app.epq-v2-responsive-mode .epq-v2-screen[data-screen-key="marital-status"] .epq-v2-choice-card{width:100% !important;max-width:360px !important;justify-self:center !important}}#epq-v2-app .epq-v2-screen[data-screen-key="marital-status"] .epq-v2-marital-card.is-married,#epq-v2-app .epq-v2-screen[data-screen-key="marital-status"] .epq-v2-marital-card:has(input[value="Married"]){order:1 !important}#epq-v2-app .epq-v2-screen[data-screen-key="marital-status"] .epq-v2-marital-card.is-divorced,#epq-v2-app .epq-v2-screen[data-screen-key="marital-status"] .epq-v2-marital-card:has(input[value="Divorced"]){order:2 !important}#epq-v2-app .epq-v2-screen[data-screen-key="marital-status"] .epq-v2-marital-card.is-widowed,#epq-v2-app .epq-v2-screen[data-screen-key="marital-status"] .epq-v2-marital-card:has(input[value="Widowed"]){order:3 !important}#epq-v2-app .epq-v2-screen[data-screen-key="marital-status"] .epq-v2-marital-card.is-single,#epq-v2-app .epq-v2-screen[data-screen-key="marital-status"] .epq-v2-marital-card:has(input[value="Single"]){order:4 !important}#epq-v2-app .epq-v2-screen[data-screen-key="marital-status"] .epq-v2-marital-card.is-separated,#epq-v2-app .epq-v2-screen[data-screen-key="marital-status"] .epq-v2-marital-card:has(input[value="Separated"]){order:5 !important}#epq-v2-app .epq-v2-screen[data-screen-key="marital-status"] .epq-v2-marital-card.is-engaged,#epq-v2-app .epq-v2-screen[data-screen-key="marital-status"] .epq-v2-marital-card:has(input[value="Engaged"]){order:6 !important}#epq-v2-app.epq-v2-responsive-mode .epq-v2-screen[data-screen-key="intro-title"] .epq-options-wrapper.epq-v2-card-grid,#epq-v2-app.epq-v2-responsive-mode .epq-v2-screen[data-screen-key="marital-status"] .epq-options-wrapper.epq-v2-card-grid,#epq-v2-app.epq-v2-responsive-mode .epq-v2-screen[data-screen-key="partner-title"] .epq-options-wrapper.epq-v2-card-grid{display:grid !important;grid-template-columns:1fr !important;gap:clamp(28px,6vw,52px) !important;justify-items:center !important;align-items:start !important;width:100% !important;max-width:100% !important}#epq-v2-app.epq-v2-responsive-mode .epq-v2-screen[data-screen-key="intro-title"] .epq-v2-choice-card,#epq-v2-app.epq-v2-responsive-mode .epq-v2-screen[data-screen-key="marital-status"] .epq-v2-choice-card,#epq-v2-app.epq-v2-responsive-mode .epq-v2-screen[data-screen-key="partner-title"] .epq-v2-choice-card{width:100% !important;max-width:340px !important;min-height:0 !important;padding:0 !important;border:0 !important;box-shadow:none !important;background:transparent !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:flex-start !important}#epq-v2-app.epq-v2-responsive-mode .epq-v2-screen[data-screen-key="intro-title"] .epq-v2-choice-media.is-title-option,#epq-v2-app.epq-v2-responsive-mode .epq-v2-screen[data-screen-key="partner-title"] .epq-v2-choice-media.is-title-option,#epq-v2-app.epq-v2-responsive-mode .epq-v2-screen[data-screen-key="marital-status"] .epq-v2-choice-media.is-marital{width:clamp(144px,38vw,210px) !important;height:clamp(144px,38vw,210px) !important;flex:0 0 clamp(144px,38vw,210px) !important;max-width:100% !important;background-size:contain !important;background-position:center !important;background-repeat:no-repeat !important}#epq-v2-app.epq-v2-responsive-mode .epq-v2-screen[data-screen-key="intro-title"] .epq-v2-choice-title,#epq-v2-app.epq-v2-responsive-mode .epq-v2-screen[data-screen-key="partner-title"] .epq-v2-choice-title,#epq-v2-app.epq-v2-responsive-mode .epq-v2-screen[data-screen-key="marital-status"] .epq-v2-choice-title{font-size:clamp(24px,7vw,34px) !important;line-height:1.05 !important;text-align:center !important}@media (orientation:landscape),(min-width:560px){#epq-v2-app.epq-v2-responsive-mode .epq-v2-screen[data-screen-key="intro-title"] .epq-options-wrapper.epq-v2-card-grid,#epq-v2-app.epq-v2-responsive-mode .epq-v2-screen[data-screen-key="marital-status"] .epq-options-wrapper.epq-v2-card-grid,#epq-v2-app.epq-v2-responsive-mode .epq-v2-screen[data-screen-key="partner-title"] .epq-options-wrapper.epq-v2-card-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:clamp(34px,5vw,70px) clamp(36px,7vw,92px) !important;max-width:min(760px,100%) !important;margin-left:auto !important;margin-right:auto !important}#epq-v2-app.epq-v2-responsive-mode .epq-v2-screen[data-screen-key="intro-title"] .epq-v2-choice-media.is-title-option,#epq-v2-app.epq-v2-responsive-mode .epq-v2-screen[data-screen-key="partner-title"] .epq-v2-choice-media.is-title-option,#epq-v2-app.epq-v2-responsive-mode .epq-v2-screen[data-screen-key="marital-status"] .epq-v2-choice-media.is-marital{width:clamp(180px,24vw,286px) !important;height:clamp(180px,24vw,286px) !important;flex-basis:clamp(180px,24vw,286px) !important}}#epq-v2-app .epq-v2-screen[data-screen-key="marital-status"] .epq-v2-marital-card.is-married{order:1 !important}#epq-v2-app .epq-v2-screen[data-screen-key="marital-status"] .epq-v2-marital-card.is-divorced{order:2 !important}#epq-v2-app .epq-v2-screen[data-screen-key="marital-status"] .epq-v2-marital-card.is-widowed{order:3 !important}#epq-v2-app .epq-v2-screen[data-screen-key="marital-status"] .epq-v2-marital-card.is-single{order:4 !important}#epq-v2-app .epq-v2-screen[data-screen-key="marital-status"] .epq-v2-marital-card.is-separated{order:5 !important}#epq-v2-app .epq-v2-screen[data-screen-key="marital-status"] .epq-v2-marital-card.is-engaged{order:6 !important}#epq-v2-app .epq-v2-screen.epq-v2-single-critical-screen .epq-v2-cd-decision{display:grid !important;grid-template-columns:minmax(220px,.8fr) minmax(280px,1fr) !important;gap:clamp(24px,4vw,58px) !important;align-items:center !important;justify-items:center !important;width:100% !important}#epq-v2-app .epq-v2-screen.epq-v2-single-critical-screen .epq-v2-cd-decision-prompt{grid-column:1 / -1 !important;width:100% !important;max-width:860px !important;text-align:center !important}#epq-v2-app .epq-v2-screen.epq-v2-single-critical-screen .epq-v2-single-critical-figure{justify-self:center !important;align-self:center !important}#epq-v2-app .epq-v2-screen.epq-v2-single-critical-screen .epq-v2-single-critical-figure img{display:block !important;width:auto !important;max-width:min(320px,32vw) !important;max-height:min(440px,44vh) !important;object-fit:contain !important}#epq-v2-app .epq-v2-screen.epq-v2-single-critical-screen .epq-v2-cd-image-grid.epq-v2-single-critical-yesno-grid{display:flex !important;flex-wrap:nowrap !important;justify-content:center !important;align-items:center !important;gap:clamp(28px,5vw,58px) !important;width:auto !important;max-width:100% !important}#epq-v2-app .epq-v2-screen.epq-v2-single-critical-screen .epq-v2-single-critical-choice{width:auto !important;max-width:none !important;min-width:88px !important}#epq-v2-app .epq-v2-screen.epq-v2-single-critical-screen .epq-v2-single-critical-choice .epq-v2-cd-image-media{width:clamp(72px,7vw,104px) !important;height:clamp(72px,7vw,104px) !important;margin-bottom:8px !important}#epq-v2-app .epq-v2-single-critical-icon{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:100% !important;height:100% !important;font-size:clamp(58px,6vw,92px) !important;font-weight:800 !important;line-height:1 !important}#epq-v2-app .epq-v2-single-critical-icon.is-yes{color:#16a34a !important}#epq-v2-app .epq-v2-single-critical-icon.is-no{color:#dc2626 !important}#epq-v2-app .epq-v2-screen.epq-v2-single-critical-screen .epq-v2-single-name-block{grid-column:2 !important;width:min(420px,100%) !important;margin:10px auto 0 !important}#epq-v2-app .epq-v2-screen.epq-v2-single-critical-screen .epq-v2-single-name-block label{text-transform:uppercase !important;letter-spacing:.08em !important;color:##353535 !important;font-weight:800 !important; text-align: left !important;}@media (max-width:767px){#epq-v2-app .epq-v2-screen.epq-v2-single-critical-screen .epq-v2-cd-decision{grid-template-columns:1fr !important;gap:22px !important}#epq-v2-app .epq-v2-screen.epq-v2-single-critical-screen .epq-v2-single-critical-figure img{max-width:min(240px,74vw) !important;max-height:300px !important}#epq-v2-app .epq-v2-screen.epq-v2-single-critical-screen .epq-v2-single-name-block{grid-column:1 !important;width:min(320px,92%) !important}}.epq-v2-minor-children-modal .epq-v2-minor-children-modal-section{margin:0 0 26px}.epq-v2-minor-children-modal .epq-v2-minor-children-modal-heading{margin:0 0 16px;font-family:inherit;font-size:clamp(18px,2vw,23px);font-weight:800;line-height:1.25;letter-spacing:-0.025em;color:#2c2410}.epq-v2-minor-children-modal .epq-field-group{margin-bottom:18px}.epq-v2-minor-children-modal .epq-field-group input[type="text"]{width:100%;box-sizing:border-box;border:none;border-radius:12px;background:#ead9b6;padding:12px 14px;font-size: clamp(13.12px, 1.111vw, 16px);color:#2c2410}.epq-v2-legacy-minor-child-screen{display:none !important}#epq-v2-app.epq-v2-responsive-mode .epq-v2-minor-children-modal{width:min(94vw,760px);max-height:86vh}#epq-v2-app.epq-v2-phone-mode .epq-v2-minor-children-modal{padding:26px 22px 28px}#epq-v2-app .epq-v2-breadcrumb-wrap{position:relative !important;display:inline-flex !important;align-items:center !important;gap:10px !important;max-width:100% !important}#epq-v2-app .epq-v2-toc-toggle,#epq-v2-app .epq-v2-breadcrumb-current{appearance:none !important;-webkit-appearance:none !important;border:0 !important;background:transparent !important;color:inherit !important;font:inherit !important;letter-spacing:inherit !important;text-transform:inherit !important;padding:0 !important;margin:0 !important;cursor:pointer !important}#epq-v2-app .epq-v2-toc-toggle{width:22px !important;height:22px !important;border-radius:999px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;color:#111827 !important;transition:transform 160ms ease,background 160ms ease,box-shadow 160ms ease !important}#epq-v2-app .epq-v2-toc-toggle:hover,#epq-v2-app .epq-v2-toc-toggle:focus{background:rgba(17,24,39,.08) !important;transform:translateY(-2px) scale(1.08) !important;box-shadow:0 10px 22px rgba(17,24,39,.16) !important;outline:none !important}#epq-v2-app .epq-v2-breadcrumb-current:hover,#epq-v2-app .epq-v2-breadcrumb-current:focus{text-decoration:underline !important;text-underline-offset:3px !important;outline:none !important}#epq-v2-app .epq-v2-toc-menu{position:absolute !important;z-index:2147483647 !important;top:60px !important;left:40px !important;width:min(310px,82vw) !important;max-height:min(460px,65vh) !important;overflow-y:auto !important;padding:10px !important;border-radius:10px !important;background:#fff !important;box-shadow:0 18px 45px rgba(17,24,39,.22) !important;border:1px solid rgba(17,24,39,.08) !important;text-align:left !important}#epq-v2-app .epq-v2-toc-menu[hidden]{display:none !important}#epq-v2-app .epq-v2-toc-menu-item{appearance:none !important;-webkit-appearance:none !important;display:block !important;width:100% !important;border:0 !important;background:transparent !important;padding:9px 10px !important;border-radius:8px !important;color:#374151 !important;font-size: clamp(10.66px, 0.903vw, 13px) !important;font-weight:700 !important;line-height:1.25 !important;text-align:left !important;cursor:pointer !important;text-transform:none !important;letter-spacing:0 !important}#epq-v2-app .epq-v2-toc-menu-item:hover,#epq-v2-app .epq-v2-toc-menu-item:focus,#epq-v2-app .epq-v2-toc-menu-item.is-active{background:#f3f4f6 !important;color:#111827 !important;outline:none !important}#epq-v2-app .epq-v2-special-needs-screen .epq-v2-unified-title-wrap{max-width:1040px !important;margin:0 auto 44px !important}#epq-v2-app .epq-v2-special-needs-screen .epq-v2-unified-title{font-size:clamp(28px,3.1vw,46px) !important;line-height:1.17 !important}#epq-v2-app .epq-v2-special-needs-field{max-width:980px !important;margin:0 auto !important}#epq-v2-app .epq-v2-special-needs-label{display:block !important;margin:0 0 12px !important;font-size: clamp(17.22px, 1.458vw, 21px) !important;font-weight:700 !important;color:#2f3033 !important;text-align:left !important}#epq-v2-app .epq-v2-special-needs-field textarea{width:100% !important;min-height:210px !important;resize:vertical !important;border:1px solid #cfd5df !important;border-radius:14px !important;padding:18px 20px !important;font-size: clamp(14.76px, 1.25vw, 18px) !important;line-height:1.45 !important;color:#111827 !important;background:#fff !important}#epq-v2-app.epq-v2-responsive-mode .epq-v2-special-needs-screen .epq-v2-unified-title{font-size:clamp(24px,6vw,38px) !important}#epq-v2-app.epq-v2-responsive-mode .epq-v2-special-needs-field textarea{min-height:180px !important}#epq-v2-app.epq-v2-hide-child-rest-options .epq-v2-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-option-card-children,#epq-v2-app.epq-v2-hide-child-rest-options .epq-v2-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-option-card-survival{display:none !important}#epq-v2-app.epq-v2-hide-child-rest-options .epq-v2-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-stage-options{max-width:760px !important;margin-left:auto !important;margin-right:auto !important}@media (pointer:coarse) and (min-width:1000px) and (max-width:1366px){#epq-v2-app.epq-v2-tablet-mode{width:min(85vw,1160px) !important;max-width:min(85vw,1160px) !important;margin-left:auto !important;margin-right:auto !important}.epq-v2-tablet-host{width:min(85vw,1160px) !important;max-width:min(85vw,1160px) !important;margin-left:auto !important;margin-right:auto !important}#epq-v2-app.epq-v2-tablet-mode .epq-v2-screen[data-screen-key="intro-title"] .epq-options-wrapper.epq-v2-card-grid,#epq-v2-app.epq-v2-tablet-mode .epq-v2-screen[data-screen-key="partner-title"] .epq-options-wrapper.epq-v2-card-grid,#epq-v2-app.epq-v2-tablet-mode .epq-v2-screen[data-screen-key="marital-status"] .epq-options-wrapper.epq-v2-card-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important;max-width:min(860px,100%) !important;gap:clamp(20px,2.7vw,38px) clamp(24px,3.2vw,46px) !important;align-items:start !important;justify-items:center !important}#epq-v2-app.epq-v2-tablet-mode .epq-v2-screen[data-screen-key="intro-title"] .epq-v2-choice-card,#epq-v2-app.epq-v2-tablet-mode .epq-v2-screen[data-screen-key="partner-title"] .epq-v2-choice-card,#epq-v2-app.epq-v2-tablet-mode .epq-v2-screen[data-screen-key="marital-status"] .epq-v2-choice-card{max-width:230px !important}#epq-v2-app.epq-v2-tablet-mode .epq-v2-screen[data-screen-key="intro-title"] .epq-v2-choice-media.is-title-option,#epq-v2-app.epq-v2-tablet-mode .epq-v2-screen[data-screen-key="partner-title"] .epq-v2-choice-media.is-title-option,#epq-v2-app.epq-v2-tablet-mode .epq-v2-screen[data-screen-key="marital-status"] .epq-v2-choice-media.is-marital{width:clamp(128px,13vw,168px) !important;height:clamp(128px,13vw,168px) !important;flex:0 0 clamp(128px,13vw,168px) !important}#epq-v2-app.epq-v2-tablet-mode .epq-v2-screen[data-screen-key="intro-title"] .epq-v2-choice-title,#epq-v2-app.epq-v2-tablet-mode .epq-v2-screen[data-screen-key="partner-title"] .epq-v2-choice-title,#epq-v2-app.epq-v2-tablet-mode .epq-v2-screen[data-screen-key="marital-status"] .epq-v2-choice-title{font-size:clamp(20px,2.6vw,28px) !important}#epq-v2-app.epq-v2-tablet-mode .epq-v2-screen.epq-v2-critical-choice-screen .epq-v2-screen-body{justify-content:flex-start !important;padding-top:clamp(22px,3vw,44px) !important}#epq-v2-app.epq-v2-tablet-mode .epq-v2-screen.epq-v2-critical-choice-screen .epq-v2-cd-decision{gap:clamp(56px,6vw,92px) !important}#epq-v2-app.epq-v2-tablet-mode .epq-v2-screen.epq-v2-critical-choice-screen .epq-v2-cd-decision-prompt .epq-v2-cd-subquestion,#epq-v2-app.epq-v2-tablet-mode .epq-v2-screen.epq-v2-critical-choice-screen .epq-v2-cd-decision-prompt label.epq-group-label{font-family:inherit !important;font-size:clamp(30px,3.1vw,44px) !important;line-height:1.16 !important;font-weight:800 !important;color:#2f3033 !important;text-align:center !important;max-width:960px !important}#epq-v2-app.epq-v2-tablet-mode .epq-v2-screen.epq-v2-critical-choice-screen .epq-v2-cd-image-media{height:clamp(250px,28vh,330px) !important}#epq-v2-app.epq-v2-tablet-mode .epq-v2-distribution-pass-screen .epq-v2-unified-title,#epq-v2-app.epq-v2-tablet-mode .epq-v2-distribution-pass-screen h2{font-family:inherit !important;font-size:clamp(30px,3.1vw,44px) !important;font-weight:800 !important;line-height:1.16 !important;letter-spacing:-0.04em !important;color:#2f3033 !important;text-align:center !important;max-width:960px !important;margin-left:auto !important;margin-right:auto !important}#epq-v2-app.epq-v2-tablet-mode .epq-v2-distribution-pass-grid{display:flex !important;align-items:center !important;justify-content:center !important;gap:clamp(54px,6vw,88px) !important}#epq-v2-app.epq-v2-tablet-mode .epq-v2-distribution-pass-grid .epq-v2-choice-media{width:clamp(190px,19vw,260px) !important;height:clamp(190px,19vw,260px) !important;flex-basis:clamp(190px,19vw,260px) !important}#epq-v2-app.epq-v2-tablet-mode .epq-v2-screen[data-screen-key="section3-rest-residue-4"] .epq-v2-beneficiary-row,#epq-v2-app.epq-v2-tablet-mode .epq-v2-screen[data-screen-key="section3-rest-residue-4"] .epq-v2-rest-beneficiary-row{display:grid !important;grid-template-columns:minmax(150px,1.1fr) minmax(70px,.35fr) minmax(150px,1.1fr) auto minmax(80px,.4fr) auto !important;gap:12px !important;align-items:end !important}}@media (pointer:coarse) and (max-width:899px) and (orientation:portrait){#epq-v2-app.epq-v2-responsive-mode .epq-v2-screen[data-screen-key="section3-rest-residue-4"] .epq-v2-beneficiary-row,#epq-v2-app.epq-v2-responsive-mode .epq-v2-screen[data-screen-key="section3-rest-residue-4"] .epq-v2-rest-beneficiary-row{display:block !important}}#epq-v2-email-content .epq-v2-email-title{font-family:inherit !important;font-size:clamp(24px,3.35vw,44px) !important;font-weight:800 !important;line-height:1.16 !important;letter-spacing:-0.04em !important;color:#2f3033 !important;text-transform:none !important}#epq-v2-app .epq-v2-distribution-panel.is-active>div>h4,#epq-v2-app .epq-v2-distribution-panel>div>h4,#epq-v2-app .epq-v2-distribution-panel h4{font-family:inherit !important}#epq-v2-app.epq-v2-hide-child-rest-options .epq-v2-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-option-card-children,#epq-v2-app.epq-v2-hide-child-rest-options .epq-v2-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-option-card-survival{display:none !important;visibility:hidden !important;pointer-events:none !important}#epq-v2-app.epq-v2-hide-child-rest-options .epq-v2-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-stage-options{display:grid !important;grid-template-columns:minmax(0,1fr) !important;justify-items:stretch !important;max-width:min(760px,100%) !important}@media (pointer:coarse),(max-width:1180px){html:has(#epq-v2-app.epq-v2-responsive-mode),body:has(#epq-v2-app.epq-v2-responsive-mode){overflow-x:hidden !important}.epq-v2-responsive-host,.epq-v2-phone-host,.epq-v2-tablet-host{box-sizing:border-box !important;min-width:0 !important;width:100svw !important;max-width:100svw !important;margin-left:auto !important;margin-right:auto !important;padding-left:0 !important;padding-right:0 !important;overflow-x:clip !important}#epq-v2-app.epq-v2-phone-mode,#epq-v2-app.epq-v2-tablet-mode,#epq-v2-app.epq-v2-responsive-mode{box-sizing:border-box !important;width:calc(100svw - 8px) !important;max-width:calc(100svw - 8px) !important;min-width:0 !important;margin-left:auto !important;margin-right:auto !important;padding-left:0 !important;padding-right:0 !important;overflow:hidden !important;border-radius:clamp(20px,3vw,34px) !important}#epq-v2-app.epq-v2-phone-mode .epq-v2-shell,#epq-v2-app.epq-v2-tablet-mode .epq-v2-shell,#epq-v2-app.epq-v2-responsive-mode .epq-v2-shell{box-sizing:border-box !important;width:100% !important;max-width:100% !important;min-width:0 !important;max-height:calc(100svh - 8px) !important;display:flex !important;flex-direction:column !important;overflow:hidden !important;border-radius:inherit !important}#epq-v2-app.epq-v2-responsive-mode .epq-v2-stage{flex:1 1 auto !important;min-height:0 !important;overflow-y:auto !important;overflow-x:hidden !important;-webkit-overflow-scrolling:touch !important;padding-bottom:12px !important}#epq-v2-app.epq-v2-responsive-mode .epq-v2-screen,#epq-v2-app.epq-v2-responsive-mode .epq-v2-screen-card,#epq-v2-app.epq-v2-responsive-mode .epq-v2-screen-body{box-sizing:border-box !important;max-width:100% !important;min-width:0 !important;overflow-x:hidden !important}#epq-v2-app.epq-v2-responsive-mode .epq-v2-navigation{position:sticky !important;bottom:0 !important;z-index:80 !important;display:grid !important;grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;grid-template-areas:"prev next" "save save" !important;align-items:center !important;gap:10px 12px !important;width:100% !important;max-width:100% !important;margin:0 !important;padding:12px 14px calc(12px+env(safe-area-inset-bottom)) !important;background:#f7f8fb !important;border-top:1px solid rgba(209,213,219,.85) !important;box-sizing:border-box !important}#epq-v2-app.epq-v2-responsive-mode #epq-v2-prev{grid-area:prev !important;width:100% !important;min-width:0 !important;max-width:none !important;padding:12px 14px !important;font-size:clamp(14px,3.5vw,18px) !important;line-height:1.1 !important}#epq-v2-app.epq-v2-responsive-mode #epq-v2-next,#epq-v2-app.epq-v2-responsive-mode #epq-v2-submit{grid-area:next !important;width:100% !important;min-width:0 !important;max-width:none !important;padding:12px 14px !important;font-size:clamp(14px,3.5vw,18px) !important;line-height:1.1 !important}#epq-v2-app.epq-v2-responsive-mode #epq-v2-save{grid-area:save !important;justify-self:center !important;width:auto !important;max-width:100% !important;padding:8px 10px !important;font-size:clamp(14px,3.4vw,17px) !important;line-height:1.2 !important}#epq-v2-app.epq-v2-responsive-mode .epq-v2-footer-links{flex:0 0 auto !important;position:relative !important;z-index:81 !important;width:100% !important;max-width:100% !important;box-sizing:border-box !important;padding:0 14px calc(10px+env(safe-area-inset-bottom)) !important;background:#f7f8fb !important;text-align:right !important}#epq-v2-app.epq-v2-responsive-mode .epq-v2-reset{display:inline-block !important;font-size:clamp(14px,3.4vw,17px) !important}}@media (pointer:coarse) and (min-width:768px) and (max-width:1180px){#epq-v2-app.epq-v2-tablet-mode .epq-v2-navigation{grid-template-columns:180px minmax(0,1fr) 180px !important;grid-template-areas:"prev save next" !important;padding-left:18px !important;padding-right:18px !important}#epq-v2-app.epq-v2-tablet-mode .epq-v2-footer-links{padding-left:18px !important;padding-right:18px !important}}#epq-v2-app.epq-v2-responsive-mode #epq-v2-prev,#epq-v2-app.epq-v2-responsive-mode #epq-v2-save,#epq-v2-app.epq-v2-responsive-mode #epq-v2-next{z-index:100 !important}@media (max-width:767px),(pointer:coarse){#epq-v2-app.epq-v2-responsive-mode #epq-v2-stage>section.epq-v2-screen.epq-v2-screen-standard.is-active.epq-v2-animate-in>div.epq-v2-screen-header>p>span>button.epq-v2-toc-toggle>span,#epq-v2-app.epq-v2-responsive-mode .epq-v2-toc-toggle>span{font-size: clamp(16.4px, 1.389vw, 20px) !important;line-height:1 !important}}#epq-v2-app .epq-v2-single-followup-block{grid-column:2 !important;width:min(460px,100%) !important;margin:4px auto 0 !important;text-align:center !important}#epq-v2-app .epq-v2-single-followup-question{margin:0 0 12px !important;font-family:inherit !important;font-size:clamp(20px,2vw,28px) !important;font-weight:800 !important;line-height:1.15 !important;letter-spacing:-0.035em !important;color:#2f3033 !important;text-align:center !important}#epq-v2-app .epq-v2-single-followup-options{display:inline-flex !important;align-items:center !important;justify-content:center !important;gap:22px !important}#epq-v2-app .epq-v2-single-followup-options label{display:inline-flex !important;align-items:center !important;gap:8px !important;margin:0 !important;font-family:inherit !important;font-size: clamp(13.12px, 1.111vw, 16px) !important;font-weight:800 !important;color:#111827 !important;cursor:pointer !important}#epq-v2-app .epq-v2-screen.epq-v2-single-critical-screen .epq-v2-single-rep-tabs-block{grid-column:1 / -1 !important;width:min(720px,100%) !important;margin:18px auto 0 !important;padding:clamp(20px,2.4vw,32px) !important;border-radius:24px !important;background:#ddb566 !important;box-shadow:0 18px 38px rgba(17,24,39,.18) !important;box-sizing:border-box !important}#epq-v2-app .epq-v2-single-rep-tabs{display:flex !important;flex-wrap:wrap !important;justify-content:center !important;align-items:center !important;gap:12px !important;margin:0 0 24px !important}#epq-v2-app .epq-v2-single-rep-tab{appearance:none !important;border:0 !important;border-radius:999px !important;background:rgba(37,37,37,.18) !important;color:rgba(37,37,37,.72) !important;padding:11px 18px !important;font-family:inherit !important;font-size:clamp(13px,1.2vw,15px) !important;font-weight:800 !important;line-height:1 !important;cursor:pointer !important;transition:transform .18s ease,background-color .18s ease,color .18s ease !important}#epq-v2-app .epq-v2-single-rep-tab:hover,#epq-v2-app .epq-v2-single-rep-tab:focus{transform:scale(1.04) !important;background:rgba(37,37,37,.28) !important;outline:none !important}#epq-v2-app .epq-v2-single-rep-tab.is-active{background:#252525 !important;color:#ffffff !important}#epq-v2-app .epq-v2-single-rep-panel[hidden]{display:none !important}#epq-v2-app .epq-v2-single-rep-field-grid{display:grid !important;grid-template-columns:repeat(6,minmax(0,1fr)) !important;gap:16px 18px !important;width:100% !important}#epq-v2-app .epq-v2-single-rep-field-grid .epq-field-group{margin:0 !important}#epq-v2-app .epq-v2-single-rep-field-grid .epq-field-group:nth-child(1),#epq-v2-app .epq-v2-single-rep-field-grid .epq-field-group:nth-child(3){grid-column:span 3 !important}#epq-v2-app .epq-v2-single-rep-field-grid .epq-field-group:nth-child(2),#epq-v2-app .epq-v2-single-rep-field-grid .epq-field-group:nth-child(6){grid-column:span 1 !important}#epq-v2-app .epq-v2-single-rep-field-grid .epq-field-group:nth-child(4),#epq-v2-app .epq-v2-single-rep-field-grid .epq-field-group:nth-child(8),#epq-v2-app .epq-v2-single-rep-field-grid .epq-field-group:nth-child(9){grid-column:span 6 !important}#epq-v2-app .epq-v2-single-rep-field-grid .epq-field-group:nth-child(5),#epq-v2-app .epq-v2-single-rep-field-grid .epq-field-group:nth-child(7){grid-column:span 2 !important}#epq-v2-app .epq-v2-single-rep-field-grid label{display:block !important;margin:0 0 6px !important;font-family:inherit !important;font-size: clamp(9.02px, 0.764vw, 11px) !important;font-weight:800 !important;letter-spacing:.05em !important;text-transform:uppercase !important;color:#ffffff !important}#epq-v2-app .epq-v2-single-rep-field-grid input[type="text"]{width:100% !important;min-height:42px !important;border:2px solid rgba(255,255,255,.92) !important;border-radius:10px !important;background:rgba(255,255,255,.28) !important;color:#111827 !important;padding:9px 12px !important;font-family:inherit !important;font-size: clamp(12.3px, 1.042vw, 15px) !important;box-sizing:border-box !important}@media (max-width:767px){#epq-v2-app .epq-v2-single-followup-block,#epq-v2-app .epq-v2-screen.epq-v2-single-critical-screen .epq-v2-single-rep-tabs-block{grid-column:1 !important;width:min(360px,94%) !important}#epq-v2-app .epq-v2-screen.epq-v2-single-critical-screen .epq-v2-single-rep-tabs-block{padding:18px !important;border-radius:18px !important}#epq-v2-app .epq-v2-single-rep-tabs{gap:8px !important;justify-content:flex-start !important;overflow-x:auto !important;flex-wrap:nowrap !important;padding-bottom:4px !important}#epq-v2-app .epq-v2-single-rep-tab{flex:0 0 auto !important;padding:10px 14px !important}#epq-v2-app .epq-v2-single-rep-field-grid{grid-template-columns:1fr !important;gap:14px !important}#epq-v2-app .epq-v2-single-rep-field-grid .epq-field-group{grid-column:1 !important}}#epq-v2-app .epq-v2-screen.epq-v2-single-critical-screen .epq-v2-cd-decision-prompt{transition:transform .32s cubic-bezier(.2,.9,.24,1),margin .32s cubic-bezier(.2,.9,.24,1) !important;will-change:transform !important}#epq-v2-app .epq-v2-screen.epq-v2-single-critical-screen.epq-v2-single-followup-active .epq-v2-cd-decision-prompt{transform:translateY(-14px) !important;margin-bottom:-4px !important}#epq-v2-app .epq-v2-single-followup-block{overflow:hidden !important}#epq-v2-app .epq-v2-single-rep-modal-overlay .epq-v2-single-rep-tabs-block{display:block !important;width:min(760px,100%) !important;margin:0 auto !important;padding:clamp(20px,2.4vw,32px) !important;border-radius:24px !important;background:#ddb566 !important;box-shadow:none !important;box-sizing:border-box !important}#epq-v2-app .epq-v2-single-rep-modal-overlay .epq-v2-single-rep-modal{width:min(860px,calc(100vw - 72px)) !important}@media (max-width:1024px),(pointer:coarse){#epq-v2-app .epq-v2-screen.epq-v2-single-critical-screen.epq-v2-single-followup-active .epq-v2-cd-decision-prompt{transform:translateY(-8px) !important;margin-bottom:0 !important}#epq-v2-app .epq-v2-screen.epq-v2-single-critical-screen .epq-v2-single-rep-tabs-block{scroll-margin-top:18px !important}}

/* v4.3.14 targeted refinements */
#epq-v2-app .epq-v2-single-followup-block{
  text-align:left !important;
  margin-left:0 !important;
  margin-right:auto !important;
}
#epq-v2-app .epq-v2-single-followup-question{
  text-align:left !important;
}
#epq-v2-app .epq-v2-single-followup-options{
  justify-content:flex-start !important;
}
#epq-v2-app .epq-v2-single-rep-modal-overlay .epq-v2-single-rep-field-grid{
  grid-template-columns:repeat(12,minmax(0,1fr)) !important;
}
#epq-v2-app .epq-v2-single-rep-modal-overlay .epq-v2-single-rep-field-grid .epq-field-group:nth-child(1){grid-column:span 5 !important;}
#epq-v2-app .epq-v2-single-rep-modal-overlay .epq-v2-single-rep-field-grid .epq-field-group:nth-child(2){grid-column:span 2 !important;}
#epq-v2-app .epq-v2-single-rep-modal-overlay .epq-v2-single-rep-field-grid .epq-field-group:nth-child(3){grid-column:span 5 !important;}
#epq-v2-app .epq-v2-single-rep-modal-overlay .epq-v2-single-rep-field-grid .epq-field-group:nth-child(4){grid-column:span 12 !important;}
#epq-v2-app .epq-v2-single-rep-modal-overlay .epq-v2-single-rep-field-grid .epq-field-group:nth-child(5){grid-column:span 5 !important;}
#epq-v2-app .epq-v2-single-rep-modal-overlay .epq-v2-single-rep-field-grid .epq-field-group:nth-child(6){grid-column:span 2 !important;}
#epq-v2-app .epq-v2-single-rep-modal-overlay .epq-v2-single-rep-field-grid .epq-field-group:nth-child(7){grid-column:span 5 !important;}
#epq-v2-app .epq-v2-single-rep-modal-overlay .epq-v2-single-rep-field-grid .epq-field-group:nth-child(8),
#epq-v2-app .epq-v2-single-rep-modal-overlay .epq-v2-single-rep-field-grid .epq-field-group:nth-child(9){grid-column:span 6 !important;}
#epq-v2-app .epq-v2-toc-menu{
  position:fixed !important;
  top:5vh !important;
  left:2vw !important;
  max-height:calc(50vh - 40px) !important;
  overflow-y:auto !important;
  overscroll-behavior:contain !important;
  -webkit-overflow-scrolling:touch !important;
}
@media (max-width:767px){
  #epq-v2-app .epq-v2-effects-grid{grid-template-columns:1fr !important;gap:18px !important;}
  #epq-v2-app .epq-v2-effects-card{width:100% !important;max-width:100% !important;align-items:center !important;text-align:center !important;box-sizing:border-box !important;}
  #epq-v2-app .epq-v2-toc-menu{top:5vh !important;left:2vw !important;right:auto !important;width:min(300px,calc(100vw - 4vw)) !important;max-height:calc(50vh - 40px) !important;}
  #epq-v2-app .epq-v2-single-rep-modal-overlay .epq-v2-single-rep-field-grid{grid-template-columns:1fr !important;}
  #epq-v2-app .epq-v2-single-rep-modal-overlay .epq-v2-single-rep-field-grid .epq-field-group{grid-column:1 !important;}
}

/* v4.3.15 - Critical Decision direct tabs + mobile stacking fixes */
#epq-v2-app .epq-v2-screen.epq-v2-single-critical-direct-tabs .epq-v2-cd-decision{
  display:grid !important;
  grid-template-columns:minmax(260px,0.82fr) minmax(480px,1.18fr) !important;
  grid-template-areas:"prompt prompt" "figure tabs" !important;
  align-items:center !important;
  gap:clamp(22px,3vw,56px) !important;
  width:100% !important;
  max-width:1120px !important;
  margin:0 auto !important;
}
#epq-v2-app .epq-v2-screen.epq-v2-single-critical-direct-tabs .epq-v2-cd-decision-prompt{
  grid-area:prompt !important;
  margin:0 auto clamp(8px,1.4vw,18px) !important;
  max-width:900px !important;
  text-align:center !important;
}
#epq-v2-app .epq-v2-screen.epq-v2-single-critical-direct-tabs .epq-v2-cd-decision-prompt .epq-v2-cd-subquestion{
  margin-bottom:8px !important;
}
#epq-v2-app .epq-v2-screen.epq-v2-single-critical-direct-tabs .epq-v2-single-critical-figure{
  grid-area:figure !important;
  width:100% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin:0 !important;
}
#epq-v2-app .epq-v2-screen.epq-v2-single-critical-direct-tabs .epq-v2-single-critical-figure img{
  width:auto !important;
  max-width:100% !important;
  max-height:430px !important;
  object-fit:contain !important;
}
#epq-v2-app .epq-v2-screen.epq-v2-single-critical-direct-tabs .epq-v2-single-rep-tabs-block{
  grid-area:tabs !important;
  display:block !important;
  width:100% !important;
  max-width:620px !important;
  margin:0 !important;
  justify-self:start !important;
}
#epq-v2-app .epq-v2-screen.epq-v2-single-critical-direct-tabs .epq-v2-single-rep-field-grid,
#epq-v2-app .epq-v2-single-rep-modal-overlay .epq-v2-single-rep-field-grid{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) 72px minmax(0,1fr) !important;
  gap:14px 16px !important;
}
#epq-v2-app .epq-v2-screen.epq-v2-single-critical-direct-tabs .epq-v2-single-rep-field-grid .epq-field-group,
#epq-v2-app .epq-v2-single-rep-modal-overlay .epq-v2-single-rep-field-grid .epq-field-group{
  min-width:0 !important;
  margin:0 !important;
}
#epq-v2-app .epq-v2-screen.epq-v2-single-critical-direct-tabs .epq-v2-single-rep-field-grid .epq-field-group:nth-child(1),
#epq-v2-app .epq-v2-single-rep-modal-overlay .epq-v2-single-rep-field-grid .epq-field-group:nth-child(1){grid-column:1 !important;}
#epq-v2-app .epq-v2-screen.epq-v2-single-critical-direct-tabs .epq-v2-single-rep-field-grid .epq-field-group:nth-child(2),
#epq-v2-app .epq-v2-single-rep-modal-overlay .epq-v2-single-rep-field-grid .epq-field-group:nth-child(2){grid-column:2 !important;}
#epq-v2-app .epq-v2-screen.epq-v2-single-critical-direct-tabs .epq-v2-single-rep-field-grid .epq-field-group:nth-child(3),
#epq-v2-app .epq-v2-single-rep-modal-overlay .epq-v2-single-rep-field-grid .epq-field-group:nth-child(3){grid-column:3 !important;}
#epq-v2-app .epq-v2-screen.epq-v2-single-critical-direct-tabs .epq-v2-single-rep-field-grid .epq-field-group:nth-child(4),
#epq-v2-app .epq-v2-single-rep-modal-overlay .epq-v2-single-rep-field-grid .epq-field-group:nth-child(4){grid-column:1 / -1 !important;}
#epq-v2-app .epq-v2-screen.epq-v2-single-critical-direct-tabs .epq-v2-single-rep-field-grid .epq-field-group:nth-child(5),
#epq-v2-app .epq-v2-single-rep-modal-overlay .epq-v2-single-rep-field-grid .epq-field-group:nth-child(5){grid-column:1 !important;}
#epq-v2-app .epq-v2-screen.epq-v2-single-critical-direct-tabs .epq-v2-single-rep-field-grid .epq-field-group:nth-child(6),
#epq-v2-app .epq-v2-single-rep-modal-overlay .epq-v2-single-rep-field-grid .epq-field-group:nth-child(6){grid-column:2 !important;}
#epq-v2-app .epq-v2-screen.epq-v2-single-critical-direct-tabs .epq-v2-single-rep-field-grid .epq-field-group:nth-child(7),
#epq-v2-app .epq-v2-single-rep-modal-overlay .epq-v2-single-rep-field-grid .epq-field-group:nth-child(7){grid-column:3 !important;}
#epq-v2-app .epq-v2-screen.epq-v2-single-critical-direct-tabs .epq-v2-single-rep-field-grid .epq-field-group:nth-child(8),
#epq-v2-app .epq-v2-single-rep-modal-overlay .epq-v2-single-rep-field-grid .epq-field-group:nth-child(8){grid-column:1 / 3 !important;}
#epq-v2-app .epq-v2-screen.epq-v2-single-critical-direct-tabs .epq-v2-single-rep-field-grid .epq-field-group:nth-child(9),
#epq-v2-app .epq-v2-single-rep-modal-overlay .epq-v2-single-rep-field-grid .epq-field-group:nth-child(9){grid-column:3 !important;}
#epq-v2-app .epq-v2-screen.epq-v2-single-critical-direct-tabs .epq-v2-single-rep-field-grid input,
#epq-v2-app .epq-v2-single-rep-modal-overlay .epq-v2-single-rep-field-grid input{
  min-width:0 !important;
}

@media (max-width:767px),(pointer:coarse) and (max-width:767px){
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-stage{
    max-height:calc(95dvh - 170px) !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
    padding-bottom:150px !important;
    box-sizing:border-box !important;
  }
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-screen.is-active{
    padding-bottom:24px !important;
  }
  #epq-v2-app .epq-v2-screen.epq-v2-single-critical-direct-tabs .epq-v2-cd-decision{
    grid-template-columns:1fr !important;
    grid-template-areas:"prompt" "figure" "tabs" !important;
    gap:18px !important;
    max-width:100% !important;
  }
  #epq-v2-app .epq-v2-screen.epq-v2-single-critical-direct-tabs .epq-v2-single-critical-figure img{
    max-height:200px !important;
    max-width:92% !important;
  }
  #epq-v2-app .epq-v2-screen.epq-v2-single-critical-direct-tabs .epq-v2-single-rep-tabs-block{
    width:100% !important;
    max-width:100% !important;
    justify-self:stretch !important;
    padding:16px !important;
  }
  #epq-v2-app .epq-v2-screen.epq-v2-single-critical-direct-tabs .epq-v2-single-rep-field-grid,
  #epq-v2-app .epq-v2-single-rep-modal-overlay .epq-v2-single-rep-field-grid{
    grid-template-columns:minmax(0,1fr) 64px minmax(0,1fr) !important;
    gap:12px !important;
  }
  #epq-v2-app .epq-v2-screen.epq-v2-single-critical-direct-tabs .epq-v2-single-rep-field-grid .epq-field-group:nth-child(4),
  #epq-v2-app .epq-v2-screen.epq-v2-single-critical-direct-tabs .epq-v2-single-rep-field-grid .epq-field-group:nth-child(8),
  #epq-v2-app .epq-v2-screen.epq-v2-single-critical-direct-tabs .epq-v2-single-rep-field-grid .epq-field-group:nth-child(9),
  #epq-v2-app .epq-v2-single-rep-modal-overlay .epq-v2-single-rep-field-grid .epq-field-group:nth-child(4),
  #epq-v2-app .epq-v2-single-rep-modal-overlay .epq-v2-single-rep-field-grid .epq-field-group:nth-child(8),
  #epq-v2-app .epq-v2-single-rep-modal-overlay .epq-v2-single-rep-field-grid .epq-field-group:nth-child(9){
    grid-column:1 / -1 !important;
  }
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-distribution-screen .epq-v2-card-grid,
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-distribution-screen .epq-v2-card-grid-branch,
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-distribution-screen .epq-options-wrapper,
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-distribution-screen .epq-v2-personal-effects-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:22px !important;
    width:100% !important;
    max-width:360px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    overflow:visible !important;
  }
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-distribution-screen .epq-v2-choice-card{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    overflow:visible !important;
  }
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-distribution-screen .epq-v2-distribution-or{
    display:block !important;
    text-align:center !important;
    margin:4px 0 !important;
  }
}


/* v4.3.16: Hard-hide the original married Critical Decisions radio/image grid for Single/Engaged layouts.
   The base card-grid uses display:grid !important, so jQuery .hide() alone can be overridden. */
#epq-v2-app .epq-v2-screen.epq-v2-single-critical-screen .epq-v2-single-critical-hidden-radio-grid,
#epq-v2-app .epq-v2-screen.epq-v2-single-critical-screen .epq-v2-single-critical-hidden-radio-grid.epq-v2-card-grid,
#epq-v2-app .epq-v2-screen.epq-v2-single-critical-screen .epq-v2-single-critical-hidden-radio-grid.epq-v2-cd-image-grid,
#epq-v2-app .epq-v2-screen.epq-v2-single-critical-screen .epq-v2-single-critical-hidden-radio-grid[hidden]{
  display:none !important;
  visibility:hidden !important;
  pointer-events:none !important;
}

/* v4.3.17 - requested UI refinements */
#epq-v2-app .epq-v2-critical-choice-screen .epq-v2-cd-subhelper,
#epq-v2-app .epq-v2-single-critical-screen .epq-v2-cd-subhelper,
#epq-v2-app .epq-v2-single-critical-direct-tabs .epq-v2-cd-subhelper{
  display:none !important;
}
#epq-v2-app .epq-v2-critical-choice-screen .epq-v2-cd-decision,
#epq-v2-app .epq-v2-critical-choice-screen .epq-v2-screen-body,
#epq-v2-app .epq-v2-single-critical-screen .epq-v2-cd-decision,
#epq-v2-app .epq-v2-single-critical-screen .epq-v2-screen-body,
#epq-v2-app .epq-v2-single-critical-direct-tabs .epq-v2-cd-decision,
#epq-v2-app .epq-v2-single-critical-direct-tabs .epq-v2-screen-body{
  justify-content:flex-start !important;
  align-content:flex-start !important;
  align-items:flex-start !important;
}
#epq-v2-stage > section.epq-v2-screen.epq-v2-screen-standard.epq-v2-assets-screen.is-active.epq-v2-animate-in > div.epq-v2-screen-body > div.epq-asset-inventory > div:nth-child(2){
  border-radius:0 !important;
}
#epq-v2-app .epq-owner-mobile-select{
  display:none !important;
}
@media (max-width:767px){
  #epq-v2-app .epq-v2-screen .epq-asset-inventory .item{
    font-size: clamp(14.76px, 1.25vw, 18px) !important;
  }
  #epq-v2-app .epq-asset-inventory .epq-options-wrapper.epq-v2-owner-select-enhanced label{
    display:none !important;
  }
  #epq-v2-app .epq-asset-inventory .epq-options-wrapper.epq-v2-owner-select-enhanced .epq-owner-mobile-select{
    display:block !important;
    width:100% !important;
    min-width:150px !important;
    height:46px !important;
    padding:8px 12px !important;
    border:1px solid #d0d5dd !important;
    border-radius:10px !important;
    background:#fff !important;
    font-family:inherit !important;
    font-size: clamp(13.12px, 1.111vw, 16px) !important;
    font-weight:700 !important;
    color:#111827 !important;
    box-sizing:border-box !important;
  }
}


/* v4.3.18: mobile asset ownership dropdown + entire-estate horizontal mobile options */
#epq-v2-app .epq-asset-inventory .epq-options-wrapper.epq-v2-owner-select-enhanced .epq-owner-mobile-select{display:none !important;}
@media (max-width:767px), (pointer:coarse) and (max-width:767px){
  #epq-v2-app .epq-asset-inventory .epq-options-wrapper.epq-v2-owner-select-enhanced{display:block !important;width:100% !important;}
  #epq-v2-app .epq-asset-inventory .epq-options-wrapper.epq-v2-owner-select-enhanced > label{display:none !important;}
  #epq-v2-app .epq-asset-inventory .epq-options-wrapper.epq-v2-owner-select-enhanced > .epq-owner-mobile-select{display:block !important;width:100% !important;min-width:0 !important;height:46px !important;padding:8px 12px !important;border:1px solid #d0d5dd !important;border-radius:10px !important;background:#fff !important;font-family:inherit !important;font-size: clamp(13.12px, 1.111vw, 16px) !important;font-weight:700 !important;color:#111827 !important;box-sizing:border-box !important;}
  #epq-v2-app .epq-v2-distribution-screen .epq-v2-distribution-pass-grid{display:flex !important;flex-direction:row !important;flex-wrap:nowrap !important;align-items:center !important;justify-content:center !important;gap:clamp(10px,3vw,18px) !important;width:100% !important;max-width:100% !important;overflow:visible !important;}
  #epq-v2-app .epq-v2-distribution-screen .epq-v2-distribution-pass-grid .epq-v2-choice-card{flex:0 1 42% !important;width:42% !important;min-width:0 !important;max-width:42% !important;display:flex !important;align-items:center !important;justify-content:center !important;padding:0 !important;border:0 !important;box-shadow:none !important;background:transparent !important;min-height:0 !important;gap:8px !important;}
  #epq-v2-app .epq-v2-distribution-screen .epq-v2-distribution-pass-grid .epq-v2-choice-media{width:clamp(86px,28vw,132px) !important;height:clamp(86px,28vw,132px) !important;max-width:100% !important;flex:0 0 auto !important;background-size:contain !important;background-repeat:no-repeat !important;background-position:center !important;}
  #epq-v2-app .epq-v2-distribution-screen .epq-v2-distribution-pass-grid .epq-v2-choice-copy{display:none !important;}
  #epq-v2-app .epq-v2-distribution-screen .epq-v2-distribution-or{flex:0 0 auto !important;font-size:clamp(30px,9vw,50px) !important;line-height:1 !important;margin:0 !important;}
}

/* v4.3.19 mobile radio/dropdown/footer refinements */
#epq-v2-app .epq-v2-screen .epq-asset-inventory .item{
  font-size: clamp(13.12px, 1.111vw, 16px) !important;
}
#epq-v2-stage > section.epq-v2-screen.epq-v2-screen-standard.epq-v2-assets-screen.is-active.epq-v2-animate-in > div.epq-v2-screen-body > div.epq-asset-inventory > div,
#epq-v2-app .epq-v2-screen .epq-asset-inventory > div{
  border-radius:0 !important;
}
section.epq-v2-distribution-panel.is-active > div > h4,
#epq-v2-app section.epq-v2-distribution-panel.is-active > div > h4{
  font-family:inherit !important;
}
@media (max-width:767px){
  #epq-v2-app .epq-v2-screen .epq-asset-inventory .value::before{
    font-size: clamp(8.2px, 0.694vw, 10px) !important;
  }
  #epq-v2-app .epq-v2-screen .epq-asset-inventory .item{
    font-size: clamp(13.12px, 1.111vw, 16px) !important;
  }
}

/* Keep ordinary radio controls visible on mobile. Choice-card radios remain visually hidden. */
#epq-v2-app .epq-v2-screen .epq-options-wrapper:not(.epq-v2-card-grid):not(.epq-v2-card-grid-branch):not(.epq-v2-cd-image-grid):not(.epq-v2-personal-effects-grid) input[type="radio"],
#epq-v2-app .epq-v2-screen .epq-options-wrapper-stack:not(.epq-v2-card-grid) input[type="radio"],
#epq-v2-app .epq-v2-screen #epq_children_container .child-owner input[type="radio"],
#epq-v2-app .epq-v2-screen .epq-asset-row .joint input[type="radio"],
#epq-v2-app .epq-v2-single-followup-options input[type="radio"]{
  position:static !important;
  opacity:1 !important;
  pointer-events:auto !important;
  width:18px !important;
  height:18px !important;
  min-width:18px !important;
  min-height:18px !important;
  margin:0 8px 0 0 !important;
  clip:auto !important;
  overflow:visible !important;
  white-space:normal !important;
  appearance:auto !important;
  -webkit-appearance:radio !important;
  accent-color:#d8ae66 !important;
  transform:none !important;
  vertical-align:middle !important;
}
@media (max-width:767px){
  #epq-v2-app .epq-v2-screen .epq-options-wrapper:not(.epq-v2-card-grid):not(.epq-v2-card-grid-branch):not(.epq-v2-cd-image-grid):not(.epq-v2-personal-effects-grid):not(.epq-v2-owner-select-enhanced),
  #epq-v2-app .epq-v2-screen .epq-options-wrapper-stack:not(.epq-v2-card-grid),
  #epq-v2-app .epq-v2-single-followup-options{
    display:flex !important;
    flex-direction:row !important;
    flex-wrap:nowrap !important;
    align-items:center !important;
    justify-content:center !important;
    gap:clamp(18px,7vw,42px) !important;
    width:100% !important;
  }
  #epq-v2-app .epq-v2-screen .epq-options-wrapper:not(.epq-v2-card-grid):not(.epq-v2-card-grid-branch):not(.epq-v2-cd-image-grid):not(.epq-v2-personal-effects-grid):not(.epq-v2-owner-select-enhanced) label,
  #epq-v2-app .epq-v2-screen .epq-options-wrapper-stack:not(.epq-v2-card-grid) label,
  #epq-v2-app .epq-v2-single-followup-options label{
    display:inline-flex !important;
    flex:0 0 auto !important;
    align-items:center !important;
    justify-content:center !important;
    gap:8px !important;
    margin:0 !important;
    width:auto !important;
    white-space:nowrap !important;
  }
}

/* Mobile owner radios become selects for every asset ownership row. */
#epq-v2-app .epq-owner-mobile-select{display:none !important;}
@media (max-width:767px){
  #epq-v2-app .epq-asset-inventory .epq-options-wrapper.epq-v2-owner-select-enhanced,
  #epq-v2-app .epq-asset-inventory .joint.epq-v2-owner-select-enhanced,
  #epq-v2-app .epq-asset-inventory .owner.epq-v2-owner-select-enhanced{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
  }
  #epq-v2-app .epq-asset-inventory .epq-v2-owner-select-enhanced > label{
    display:none !important;
  }
  #epq-v2-app .epq-asset-inventory .epq-v2-owner-select-enhanced > .epq-owner-mobile-select{
    display:block !important;
    width:100% !important;
    min-width:0 !important;
    height:44px !important;
    padding:8px 12px !important;
    border:1px solid #d0d5dd !important;
    border-radius:10px !important;
    background:#fff !important;
    font-family:inherit !important;
    font-size: clamp(13.12px, 1.111vw, 16px) !important;
    font-weight:700 !important;
    color:#111827 !important;
    box-sizing:border-box !important;
  }
}

/* Ensure the dimmed page layer fills the mobile viewport behind the popup/footer. */
@media (max-width:767px), (pointer:coarse){
  html.epq-v2-modal-open,
  body.epq-v2-modal-open,
  body:has(#epq-v2-app.epq-v2-responsive-mode){
    min-height:100dvh !important;
  }
  .breakdance-popup,
  .breakdance-popup-content,
  .breakdance-popup-backdrop,
  .breakdance-popup-overlay,
  .bde-popup,
  .bde-popup__container,
  .bde-popup__overlay,
  .bde-popup .breakdance-popup,
  [class*="breakdance-popup"],
  [class*="bde-popup"]{
    min-height:100dvh !important;
  }
  .breakdance-popup-backdrop,
  .breakdance-popup-overlay,
  .bde-popup__overlay{
    position:fixed !important;
    inset:0 !important;
    height:100dvh !important;
    background:rgba(0,0,0,.72) !important;
  }
}

/* Mobile ministry/charity yes-no row stays horizontal. */
@media (max-width:767px){
  #epq-v2-app .epq-v2-charity-inform-row,
  #epq-v2-app .epq-v2-charity-inform-options,
  #epq-v2-app .epq-v2-yesno-row,
  #epq-v2-app .epq-v2-yes-no-row{
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:center !important;
    gap:clamp(34px,15vw,88px) !important;
  }
}


/* v4.3.20 mobile cleanup: close icon, asset dropdowns, headers, radio outlines, and horizontal yes/no rows */
.breakdance-popup-close-button,
.bde-popup__close-button,
.breakdance-popup .breakdance-popup-close-button,
[class*="breakdance-popup-close"],
[class*="bde-popup__close"]{
  min-height:0 !important;
  height:64px !important;
  width:64px !important;
  max-height:64px !important;
  max-width:64px !important;
  aspect-ratio:1 / 1 !important;
  padding:0 !important;
  flex:0 0 64px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  box-sizing:border-box !important;
  overflow:hidden !important;
}
.breakdance-popup-close-button svg,
.bde-popup__close-button svg,
[class*="breakdance-popup-close"] svg,
[class*="bde-popup__close"] svg{
  width:34px !important;
  height:34px !important;
  max-width:34px !important;
  max-height:34px !important;
}
#epq-v2-app .epq-asset-inventory .epq-v2-owner-select-enhanced:not(.epq-options-wrapper) > .epq-owner-mobile-select{
  display:none !important;
}
#epq-v2-app .epq-asset-inventory .value::before,
#epq-v2-app .epq-asset-inventory .debt::before,
#epq-v2-app .epq-asset-inventory .owner::before,
#epq-v2-app .epq-asset-inventory .joint::before{
  font-size: clamp(8.2px, 0.694vw, 10px) !important;
}
#epq-v2-app .epq-v2-mobile-radio-row,
#epq-v2-app .epq-v2-inline-radios,
#epq-v2-app .epq-v2-charity-inform-options,
#epq-v2-app .epq-v2-single-followup-options,
#epq-v2-app #epq_children_container .child-owner .epq-options-wrapper{
  display:flex !important;
  flex-direction:row !important;
  flex-wrap:nowrap !important;
  align-items:center !important;
  justify-content:center !important;
  gap:clamp(18px,7vw,42px) !important;
  width:100% !important;
}
#epq-v2-app .epq-v2-mobile-radio-row > label,
#epq-v2-app .epq-v2-inline-radios > label,
#epq-v2-app .epq-v2-charity-inform-options > label,
#epq-v2-app .epq-v2-single-followup-options > label,
#epq-v2-app #epq_children_container .child-owner .epq-options-wrapper > label{
  display:inline-flex !important;
  flex:0 0 auto !important;
  width:auto !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  margin:0 !important;
  white-space:nowrap !important;
}
#epq-v2-app .epq-v2-mobile-radio-row input[type="radio"],
#epq-v2-app .epq-v2-inline-radios input[type="radio"],
#epq-v2-app .epq-v2-charity-inform-options input[type="radio"],
#epq-v2-app .epq-v2-single-followup-options input[type="radio"],
#epq-v2-app #epq_children_container .child-owner input[type="radio"],
#epq-v2-app .epq-options-wrapper:not(.epq-v2-card-grid):not(.epq-v2-card-grid-branch):not(.epq-v2-cd-image-grid):not(.epq-v2-personal-effects-grid):not(.epq-v2-owner-select-enhanced) input[type="radio"]{
  position:static !important;
  display:inline-block !important;
  opacity:1 !important;
  pointer-events:auto !important;
  width:18px !important;
  height:18px !important;
  min-width:18px !important;
  min-height:18px !important;
  margin:0 8px 0 0 !important;
  clip:auto !important;
  overflow:visible !important;
  white-space:normal !important;
  -webkit-appearance:none !important;
  appearance:none !important;
  border:2px solid #8a8f98 !important;
  border-radius:50% !important;
  background:#ffffff !important;
  box-shadow:inset 0 0 0 4px #ffffff !important;
  transform:none !important;
  vertical-align:middle !important;
  box-sizing:border-box !important;
}
#epq-v2-app .epq-v2-mobile-radio-row input[type="radio"]:checked,
#epq-v2-app .epq-v2-inline-radios input[type="radio"]:checked,
#epq-v2-app .epq-v2-charity-inform-options input[type="radio"]:checked,
#epq-v2-app .epq-v2-single-followup-options input[type="radio"]:checked,
#epq-v2-app #epq_children_container .child-owner input[type="radio"]:checked,
#epq-v2-app .epq-options-wrapper:not(.epq-v2-card-grid):not(.epq-v2-card-grid-branch):not(.epq-v2-cd-image-grid):not(.epq-v2-personal-effects-grid):not(.epq-v2-owner-select-enhanced) input[type="radio"]:checked{
  border-color:#d8ae66 !important;
  background:#d8ae66 !important;
  box-shadow:inset 0 0 0 4px #ffffff !important;
}
@media (max-width:767px){
  #epq-v2-app .epq-v2-screen .epq-asset-inventory .value::before,
  #epq-v2-app .epq-v2-screen .epq-asset-inventory .debt::before,
  #epq-v2-app .epq-v2-screen .epq-asset-inventory .owner::before,
  #epq-v2-app .epq-v2-screen .epq-asset-inventory .joint::before{
    font-size: clamp(8.2px, 0.694vw, 10px) !important;
  }
  #epq-v2-app .epq-v2-screen .epq-asset-inventory .item{
    font-size: clamp(13.12px, 1.111vw, 16px) !important;
  }
}


/* v4.3.21: do not recolor the underlying Breakdance page/sections on mobile.
   The dim layer belongs only to the popup overlay/backdrop, not body or page sections. */
@media (max-width:767px), (pointer:coarse){
  html.epq-v2-modal-open,
  body.epq-v2-modal-open,
  body:has(#epq-v2-app.epq-v2-responsive-mode){
    background-color:initial !important;
    background-image:initial !important;
  }
  body > section.bde-section-736-165.bde-section.gbf-section-padding-180-120{
    background-color:transparent !important;
  }
}

/* v4.3.22: hard mobile layout corrections for radio rows, viewport visibility, header clipping, and footer controls */
@media (max-width:767px), (pointer:coarse){
  #epq-v2-app.epq-v2-responsive-mode,
  #epq-v2-app.epq-v2-mobile-mode,
  #epq-v2-app.epq-v2-phone-mode{
    display:block !important;
    opacity:1 !important;
    visibility:visible !important;
    position:relative !important;
    left:50% !important;
    z-index:2147483000 !important;
    width:calc(100vw - 16px) !important;
    max-width:calc(100vw - 16px) !important;
    min-width:0 !important;
    margin:8px auto !important;
    padding:0 !important;
    overflow:visible !important;
    transform:translateX(-50%) !important;
  }
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-shell,
  #epq-v2-app.epq-v2-mobile-mode .epq-v2-shell,
  #epq-v2-app.epq-v2-phone-mode .epq-v2-shell{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    max-height:calc(100dvh - 16px) !important;
    overflow:hidden !important;
    border-radius:22px !important;
    padding:16px 10px 0 !important;
    box-sizing:border-box !important;
    background:#f7f7f9 !important;
  }
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-progress-top{
    display:grid !important;
    grid-template-columns:auto minmax(0,1fr) auto !important;
    gap:10px !important;
    align-items:center !important;
    min-height:44px !important;
    margin:0 4px 10px !important;
    overflow:visible !important;
  }
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-progress-label,
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-progress-step{
    margin:0 !important;
    white-space:nowrap !important;
    overflow:visible !important;
    text-overflow:clip !important;
  }
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-stage{
    max-height:calc(100dvh - 160px) !important;
    min-height:0 !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
    padding-bottom:0 !important;
    box-sizing:border-box !important;
    background:#ffffff !important;
  }
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-screen.is-active{
    overflow-x:hidden !important;
    padding-bottom:18px !important;
  }
}

/* Keep ordinary radio choices side-by-side on every device. */
#epq-v2-app .epq-v2-mobile-radio-row,
#epq-v2-app .epq-v2-inline-radios,
#epq-v2-app .epq-v2-child-owner-row,
#epq-v2-app .epq-v2-charity-inform-options,
#epq-v2-app .epq-v2-single-followup-options,
#epq-v2-app .epq-field-group > .epq-options-wrapper:has(> label > input[type="radio"]):not(.epq-v2-owner-select-enhanced):not(.epq-v2-card-grid):not(.epq-v2-card-grid-branch):not(.epq-v2-cd-image-grid):not(.epq-v2-personal-effects-grid),
#epq-v2-app .epq-options-wrapper-stack:has(> label > input[type="radio"]):not(.epq-v2-card-grid){
  display:flex !important;
  flex-direction:row !important;
  flex-wrap:nowrap !important;
  align-items:center !important;
  justify-content:center !important;
  gap:clamp(18px,6vw,44px) !important;
  width:100% !important;
  max-width:100% !important;
}
#epq-v2-app .epq-v2-mobile-radio-row > label,
#epq-v2-app .epq-v2-inline-radios > label,
#epq-v2-app .epq-v2-child-owner-row > label,
#epq-v2-app .epq-v2-charity-inform-options > label,
#epq-v2-app .epq-v2-single-followup-options > label,
#epq-v2-app .epq-field-group > .epq-options-wrapper:has(> label > input[type="radio"]):not(.epq-v2-owner-select-enhanced):not(.epq-v2-card-grid):not(.epq-v2-card-grid-branch):not(.epq-v2-cd-image-grid):not(.epq-v2-personal-effects-grid) > label,
#epq-v2-app .epq-options-wrapper-stack:has(> label > input[type="radio"]):not(.epq-v2-card-grid) > label{
  display:inline-flex !important;
  flex:0 0 auto !important;
  width:auto !important;
  min-width:0 !important;
  max-width:none !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  margin:0 !important;
  white-space:nowrap !important;
  text-align:center !important;
}

/* Restore visible radio outlines for non-card radios, including child minor/owner fields. */
#epq-v2-app input[type="radio"]:not(.epq-v2-choice-card input):not(.epq-v2-card-grid input):not(.epq-v2-card-grid-branch input):not(.epq-v2-cd-image-grid input):not(.epq-v2-personal-effects-grid input){
  position:static !important;
  display:inline-block !important;
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
  width:18px !important;
  height:18px !important;
  min-width:18px !important;
  min-height:18px !important;
  margin:0 8px 0 0 !important;
  clip:auto !important;
  clip-path:none !important;
  overflow:visible !important;
  -webkit-appearance:radio !important;
  appearance:auto !important;
  accent-color:#d8ae66 !important;
  border:2px solid #8a8f98 !important;
  border-radius:50% !important;
  background:#fff !important;
  transform:none !important;
  box-sizing:border-box !important;
}

/* Children yes/no choice screen must stay as a large horizontal pair, not stacked. */
#epq-v2-app section[data-screen-key="children-choice"] .epq-v2-card-grid-branch,
#epq-v2-app section[data-screen-key="children-choice"] .epq-options-wrapper.epq-v2-card-grid-branch{
  display:flex !important;
  flex-direction:row !important;
  flex-wrap:nowrap !important;
  align-items:center !important;
  justify-content:center !important;
  gap:clamp(18px,6vw,44px) !important;
  width:100% !important;
  max-width:100% !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
#epq-v2-app section[data-screen-key="children-choice"] .epq-v2-card-grid-branch > label,
#epq-v2-app section[data-screen-key="children-choice"] .epq-v2-choice-card{
  flex:0 1 45% !important;
  width:45% !important;
  max-width:45% !important;
  min-width:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
}

/* Ministry inform yes/no must remain horizontal on mobile. */
@media (max-width:767px), (pointer:coarse){
  #epq-v2-app .epq-v2-distribution-yesno,
  #epq-v2-app .epq-v2-charity-inform-options{
    display:flex !important;
    flex-direction:row !important;
    flex-wrap:nowrap !important;
    align-items:center !important;
    justify-content:center !important;
    gap:clamp(40px,16vw,96px) !important;
    width:100% !important;
    max-width:100% !important;
  }
  #epq-v2-app .epq-v2-distribution-yesno > label,
  #epq-v2-app .epq-v2-charity-inform-options > label{
    flex:0 0 auto !important;
    width:auto !important;
    max-width:none !important;
  }
}

/* Mobile action footer: smaller buttons, darker background, save/reset on one visual row. */
@media (max-width:767px), (pointer:coarse){
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-navigation{
    position:sticky !important;
    bottom:38px !important;
    z-index:120 !important;
    display:grid !important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
    grid-template-areas:"prev next" !important;
    align-items:center !important;
    gap:10px !important;
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    padding:15px 12px 44px !important;
    background:#e2e3e6 !important;
    border-top:1px solid rgba(156,163,175,.55) !important;
    box-sizing:border-box !important;
  }
  #epq-v2-app.epq-v2-responsive-mode #epq-v2-prev,
  #epq-v2-app.epq-v2-responsive-mode #epq-v2-next,
  #epq-v2-app.epq-v2-responsive-mode #epq-v2-submit{
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
    min-height:44px !important;
    padding:10px 12px !important;
    font-size:clamp(14px,3.8vw,18px) !important;
    line-height:1.1 !important;
    box-sizing:border-box !important;
  }
  #epq-v2-app.epq-v2-responsive-mode #epq-v2-prev{grid-area:prev !important;}
  #epq-v2-app.epq-v2-responsive-mode #epq-v2-next,
  #epq-v2-app.epq-v2-responsive-mode #epq-v2-submit{grid-area:next !important;}
  #epq-v2-app.epq-v2-responsive-mode #epq-v2-save{
    position:absolute !important;
    left:14px !important;
    bottom:10px !important;
    width:auto !important;
    max-width:70% !important;
    padding:0 !important;
    font-size:clamp(13px,3.5vw,17px) !important;
    line-height:1.2 !important;
    text-align:left !important;
    white-space:nowrap !important;
    background:transparent !important;
    color:#667085 !important;
  }
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-footer-links{
    position:sticky !important;
    bottom:0 !important;
    z-index:121 !important;
    height:38px !important;
    width:100% !important;
    max-width:100% !important;
    margin:-38px 0 0 !important;
    padding:0 14px calc(6px + env(safe-area-inset-bottom)) !important;
    display:flex !important;
    align-items:flex-start !important;
    justify-content:flex-end !important;
    background:transparent !important;
    box-sizing:border-box !important;
    pointer-events:none !important;
  }
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-reset{
    pointer-events:auto !important;
    display:inline-block !important;
    font-size:clamp(13px,3.5vw,17px) !important;
    line-height:1.2 !important;
    margin:0 !important;
    padding:0 !important;
    white-space:nowrap !important;
  }
}


/* v4.3.23: repair mobile popup centering after v4.3.22 viewport hard fix.
   The EPQ app is sometimes rendered inside a narrower Breakdance popup content box.
   Center the 100vw EPQ app against the viewport and prevent parent clipping without touching desktop. */
@media (max-width:767px), (pointer:coarse){
  .breakdance-popup:has(#epq-v2-app),
  .breakdance-popup-content:has(#epq-v2-app),
  .bde-popup:has(#epq-v2-app),
  .bde-popup__content:has(#epq-v2-app),
  .bde-popup__container:has(#epq-v2-app),
  .bde-popup__body:has(#epq-v2-app),
  .breakdance-popup-overlay:has(#epq-v2-app){
    overflow:visible !important;
    max-width:100vw !important;
  }

  #epq-v2-app.epq-v2-responsive-mode,
  #epq-v2-app.epq-v2-mobile-mode,
  #epq-v2-app.epq-v2-phone-mode{
    width:calc(100vw - 16px) !important;
    max-width:calc(100vw - 16px) !important;
    min-width:min(90vw, calc(100vw - 16px)) !important;
    position:relative !important;
    left:50% !important;
    right:auto !important;
    margin-left:0 !important;
    margin-right:0 !important;
    transform:translateX(-50%) !important;
    box-sizing:border-box !important;
    overflow:visible !important;
  }

  #epq-v2-app.epq-v2-responsive-mode .epq-v2-shell,
  #epq-v2-app.epq-v2-mobile-mode .epq-v2-shell,
  #epq-v2-app.epq-v2-phone-mode .epq-v2-shell{
    width:100% !important;
    max-width:100% !important;
    box-sizing:border-box !important;
  }
}


/* ==========================================================
   Source: epq-layout-v4.css
   ========================================================== */

/* EPQ v4.4.0 Responsive Layout Overhaul
   Purpose: stabilize the shell/header/content/footer layout with Bootstrap-style
   container, flex, and grid rules without changing questionnaire logic. */

#epq-v2-app,
#epq-v2-app *{box-sizing:border-box}

#epq-v2-app{
  --epq-gold:#d8ae66;
  --epq-ink:#2b2f38;
  --epq-muted:#667085;
  --epq-line:#e4e7ec;
  --epq-shell:#f7f7f9;
  --epq-nav:#e2e4e8;
  --epq-radius:28px;
  font-family:Inter,Arial,Helvetica,sans-serif!important;
  color:var(--epq-ink)!important;
}

/* Desktop/tablet container foundation */
#epq-v2-app .epq-v2-shell{
  display:flex!important;
  flex-direction:column!important;
  width:100%!important;
  max-width:100%!important;
  min-height:0!important;
  overflow:hidden!important;
  background:var(--epq-shell)!important;
  border:1px solid var(--epq-line)!important;
  border-radius:var(--epq-radius)!important;
}

#epq-v2-app .epq-v2-progress{flex:0 0 auto!important}
#epq-v2-app .epq-v2-progress-top{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:18px!important;
}
#epq-v2-app .epq-v2-home{line-height:1!important;flex:0 0 auto!important}
#epq-v2-app .epq-v2-progress-label,
#epq-v2-app .epq-v2-progress-step{
  margin:0!important;
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
#epq-v2-app .epq-v2-progress-step{text-align:right!important}
#epq-v2-app .epq-v2-progress-bar{flex:0 0 auto!important;width:100%!important}

#epq-v2-app .epq-v2-form{
  flex:1 1 auto!important;
  min-height:0!important;
  display:flex!important;
  flex-direction:column!important;
}
#epq-v2-app .epq-v2-stage{
  flex:1 1 auto!important;
  min-height:0!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  -webkit-overflow-scrolling:touch!important;
}
#epq-v2-app .epq-v2-screen.is-active{
  width:100%!important;
  max-width:100%!important;
  overflow:visible!important;
}
#epq-v2-app .epq-v2-screen-body{min-width:0!important;max-width:100%!important}

#epq-v2-app .epq-v2-navigation,
#epq-v2-app .epq-v2-footer-links{flex:0 0 auto!important}

/* Global rows and radio controls */
#epq-v2-app .epq-v2-radio-row,
#epq-v2-app .epq-v2-screen .epq-options-wrapper:not(.epq-v2-card-grid):not(.epq-v2-card-grid-branch):not(.epq-v2-cd-image-grid):not(.epq-v2-personal-effects-grid):not(.epq-v2-owner-select-enhanced),
#epq-v2-app .epq-v2-screen .epq-options-wrapper-stack:not(.epq-v2-card-grid),
#epq-v2-app .epq-v2-charity-inform-options,
#epq-v2-app .epq-v2-single-followup-options{
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  justify-content:center!important;
  gap:clamp(20px,5vw,48px)!important;
}
#epq-v2-app .epq-v2-radio-row label,
#epq-v2-app .epq-v2-screen .epq-options-wrapper:not(.epq-v2-card-grid):not(.epq-v2-card-grid-branch):not(.epq-v2-cd-image-grid):not(.epq-v2-personal-effects-grid):not(.epq-v2-owner-select-enhanced) label,
#epq-v2-app .epq-v2-screen .epq-options-wrapper-stack:not(.epq-v2-card-grid) label,
#epq-v2-app .epq-v2-charity-inform-options label,
#epq-v2-app .epq-v2-single-followup-options label{
  display:inline-flex!important;
  flex:0 0 auto!important;
  width:auto!important;
  min-width:0!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  margin:0!important;
  white-space:nowrap!important;
}
#epq-v2-app .epq-v2-screen input[type="radio"]:not(.epq-v2-choice-card input),
#epq-v2-app .epq-v2-radio-row input[type="radio"],
#epq-v2-app .epq-options-wrapper:not(.epq-v2-card-grid):not(.epq-v2-card-grid-branch):not(.epq-v2-cd-image-grid):not(.epq-v2-personal-effects-grid) input[type="radio"]{
  position:static!important;
  opacity:1!important;
  clip:auto!important;
  overflow:visible!important;
  appearance:auto!important;
  -webkit-appearance:radio!important;
  width:18px!important;
  height:18px!important;
  min-width:18px!important;
  min-height:18px!important;
  margin:0!important;
  accent-color:var(--epq-gold)!important;
}

/* Asset owner select: one mobile select per ownership group. */
#epq-v2-app .epq-owner-mobile-select{display:none!important}
#epq-v2-app .epq-asset-inventory .epq-v2-owner-select-enhanced select.epq-owner-mobile-select + select.epq-owner-mobile-select{display:none!important}

#epq-v2-app .epq-asset-inventory .value::before,
#epq-v2-app .epq-asset-inventory .debt::before,
#epq-v2-app .epq-asset-inventory .owner::before,
#epq-v2-app .epq-asset-inventory .joint::before{font-size: clamp(8.2px, 0.694vw, 10px)!important}
#epq-v2-app .epq-asset-inventory .item{font-size: clamp(13.12px, 1.111vw, 16px)!important}
#epq-v2-app .epq-asset-inventory>div{border-radius:0!important}

/* Personal effects must stack vertically on phones. Entire estate spouse/church remains row. */
@media (max-width:767px){
  #epq-v2-app .epq-v2-personal-effects-grid,
  #epq-v2-app section[data-screen-key="section3-personal-effects"] .epq-v2-card-grid,
  #epq-v2-app section[data-screen-key="section3-personal-effects"] .epq-options-wrapper.epq-v2-card-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:24px!important;
    justify-items:center!important;
  }
  #epq-v2-app .epq-v2-distribution-pass-grid{
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    justify-content:center!important;
    align-items:center!important;
    gap:clamp(10px,4vw,18px)!important;
    width:100%!important;
    overflow:visible!important;
  }
  #epq-v2-app .epq-v2-distribution-pass-grid .epq-v2-choice-card{
    flex:0 1 42%!important;
    max-width:42%!important;
    min-width:0!important;
    padding:0!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }
  #epq-v2-app .epq-v2-distribution-pass-grid .epq-v2-choice-media{
    width:clamp(82px,26vw,124px)!important;
    height:clamp(82px,26vw,124px)!important;
    background-size:contain!important;
    background-position:center!important;
    background-repeat:no-repeat!important;
  }
  #epq-v2-app .epq-v2-distribution-pass-grid .epq-v2-choice-copy{display:none!important}
}

/* Tablet touch screens: keep choice images sane and prevent the iPad Pro oversized view. */
@media (min-width:768px) and (max-width:1366px) and (pointer:coarse){
  #epq-v2-app.epq-v4-responsive,
  #epq-v2-app.epq-v2-responsive-mode{
    width:min(1180px,calc(100vw - 48px))!important;
    max-width:calc(100vw - 48px)!important;
    margin:18px auto!important;
    padding:0!important;
  }
  #epq-v2-app .epq-v2-shell{max-height:calc(100dvh - 36px)!important}
  #epq-v2-app .epq-v2-card-grid:not(.epq-v2-card-grid-branch){grid-template-columns:repeat(3,minmax(0,1fr))!important}
  #epq-v2-app section[data-screen-key="intro-title"] .epq-v2-card-grid,
  #epq-v2-app section[data-screen-key="partner-title"] .epq-v2-card-grid,
  #epq-v2-app section[data-screen-key="marital-status"] .epq-v2-card-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
  #epq-v2-app section[data-screen-key="intro-title"] .epq-v2-choice-media,
  #epq-v2-app section[data-screen-key="partner-title"] .epq-v2-choice-media,
  #epq-v2-app section[data-screen-key="marital-status"] .epq-v2-choice-media{
    transform:scale(.86)!important;
    transform-origin:center!important;
  }
}

/* Phone shell: one consistent viewport-sized panel. */
@media (max-width:767px){
  #epq-v2-app.epq-v4-responsive,
  #epq-v2-app.epq-v2-responsive-mode,
  #epq-v2-app.epq-v2-mobile-mode{
    width:calc(100vw - 20px)!important;
    max-width:calc(100vw - 20px)!important;
    min-width:0!important;
    height:calc(100dvh - 20px)!important;
    max-height:calc(100dvh - 20px)!important;
    margin:10px auto!important;
    padding:0!important;
    overflow:hidden!important;
    position:relative!important;
    left:auto!important;
    right:auto!important;
    transform:none!important;
  }
  #epq-v2-app.epq-v4-responsive .epq-v2-shell,
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-shell,
  #epq-v2-app.epq-v2-mobile-mode .epq-v2-shell{
    height:100%!important;
    max-height:100%!important;
    width:100%!important;
    padding:12px!important;
    border-radius:22px!important;
    overflow:hidden!important;
  }

  #epq-v2-app .epq-v2-progress{padding:0!important;margin:0 0 10px!important}
  #epq-v2-app .epq-v2-progress-top{
    grid-template-columns:auto minmax(0,1fr) auto!important;
    gap:8px!important;
    min-height:42px!important;
    margin:0 0 8px!important;
  }
  #epq-v2-app .epq-v2-home{
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
    font-size: clamp(27.88px, 2.36vw, 34px)!important;
    overflow:hidden!important;
  }
  #epq-v2-app .epq-v2-progress-label{
    font-size: clamp(8.2px, 0.694vw, 10px)!important;
    line-height:1.15!important;
    letter-spacing:.06em!important;
  }
  #epq-v2-app .epq-v2-progress-step{
    font-size: clamp(9.02px, 0.764vw, 11px)!important;
    line-height:1.15!important;
    letter-spacing:.08em!important;
  }
  #epq-v2-app .epq-v2-progress-bar{height:8px!important;margin:0!important}

  #epq-v2-app .epq-v2-form{min-height:0!important;overflow:hidden!important}
  #epq-v2-app .epq-v2-stage{
    height:auto!important;
    max-height:none!important;
    min-height:0!important;
    flex:1 1 auto!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    padding:0!important;
  }
  #epq-v2-app .epq-v2-screen.is-active{
    min-height:0!important;
    padding:18px 16px!important;
    border-radius:18px!important;
    overflow:visible!important;
  }
  #epq-v2-app .epq-v2-screen-kicker{
    margin:0 0 26px!important;
    font-size: clamp(9.02px, 0.764vw, 11px)!important;
    line-height:1.25!important;
    letter-spacing:.08em!important;
    text-align:center!important;
    white-space:normal!important;
  }
  #epq-v2-app .epq-v2-screen-header h2,
  #epq-v2-app .epq-v2-unified-title,
  #epq-v2-app .epq-v2-screen h2,
  #epq-v2-app .epq-v2-plan-more-question{
    font-size:clamp(28px,8.5vw,42px)!important;
    line-height:1.08!important;
    letter-spacing:-.05em!important;
    text-align:center!important;
    margin:0 0 28px!important;
    color:var(--epq-ink)!important;
  }

  /* Choice grids on mobile: default one column except explicitly requested rows. */
  #epq-v2-app .epq-v2-card-grid,
  #epq-v2-app .epq-v2-card-grid-branch{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:22px!important;
    justify-items:center!important;
  }
  #epq-v2-app section[data-screen-key="children-choice"] .epq-v2-card-grid-branch{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:18px!important;
  }
  #epq-v2-app section[data-screen-key="children-choice"] .epq-v2-choice-card{
    width:100%!important;
    min-height:0!important;
    justify-content:center!important;
    align-items:center!important;
    padding:10px!important;
  }
  #epq-v2-app section[data-screen-key="children-choice"] .epq-v2-choice-media{
    width:clamp(92px,28vw,132px)!important;
    height:clamp(92px,28vw,132px)!important;
    font-size:clamp(74px,22vw,110px)!important;
  }

  /* Ordinary radio rows remain horizontal on all phone screens. */
  #epq-v2-app .epq-v2-radio-row,
  #epq-v2-app .epq-v2-screen .epq-options-wrapper:not(.epq-v2-card-grid):not(.epq-v2-card-grid-branch):not(.epq-v2-cd-image-grid):not(.epq-v2-personal-effects-grid):not(.epq-v2-owner-select-enhanced),
  #epq-v2-app .epq-v2-screen .epq-options-wrapper-stack:not(.epq-v2-card-grid),
  #epq-v2-app .epq-v2-charity-inform-options,
  #epq-v2-app .epq-v2-single-followup-options{
    gap:clamp(22px,7vw,42px)!important;
    flex-wrap:nowrap!important;
    white-space:nowrap!important;
  }
  #epq-v2-app .epq-v2-radio-row label,
  #epq-v2-app .epq-options-wrapper:not(.epq-v2-card-grid):not(.epq-v2-card-grid-branch):not(.epq-v2-cd-image-grid):not(.epq-v2-personal-effects-grid):not(.epq-v2-owner-select-enhanced) label{
    font-size:clamp(20px,6vw,32px)!important;
    font-weight:800!important;
  }

  /* Mobile asset inventory grid. */
  #epq-v2-app .epq-asset-inventory{
    width:100%!important;
    overflow:visible!important;
  }
  #epq-v2-app .epq-asset-inventory>div{
    display:grid!important;
    grid-template-columns:minmax(88px,1.25fr) minmax(72px,.8fr) minmax(72px,.8fr) minmax(92px,.9fr)!important;
    gap:10px!important;
    align-items:center!important;
    padding:14px 0!important;
    border-radius:0!important;
  }
  #epq-v2-app .epq-asset-inventory .item{font-size: clamp(13.12px, 1.111vw, 16px)!important;line-height:1.15!important;font-weight:800!important}
  #epq-v2-app .epq-asset-inventory .value::before,
  #epq-v2-app .epq-asset-inventory .debt::before,
  #epq-v2-app .epq-asset-inventory .owner::before,
  #epq-v2-app .epq-asset-inventory .joint::before{font-size: clamp(8.2px, 0.694vw, 10px)!important;line-height:1!important}
  #epq-v2-app .epq-asset-inventory input[type="text"],
  #epq-v2-app .epq-asset-inventory input[type="number"]{height:42px!important;font-size: clamp(13.12px, 1.111vw, 16px)!important;padding:8px!important}
  #epq-v2-app .epq-asset-inventory .epq-v2-owner-select-enhanced>label{display:none!important}
  #epq-v2-app .epq-asset-inventory .epq-v2-owner-select-enhanced>.epq-owner-mobile-select{
    display:block!important;
    width:100%!important;
    min-width:0!important;
    height:46px!important;
    padding:6px 8px!important;
    border:1px solid #d0d5dd!important;
    border-radius:10px!important;
    background:#fff!important;
    font-size: clamp(12.3px, 1.042vw, 15px)!important;
    font-weight:800!important;
    color:#111827!important;
  }

  /* Footer is always a separate fixed-height strip inside the EPQ shell. */
  #epq-v2-app.epq-v4-responsive .epq-v2-navigation,
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-navigation{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    grid-template-areas:"prev next" "save save"!important;
    gap:10px 12px!important;
    flex:0 0 auto!important;
    width:calc(100% + 24px)!important;
    margin:0 -12px!important;
    padding:15px 12px 6px!important;
    background:var(--epq-nav)!important;
    border-top:1px solid #cfd5dd!important;
    position:relative!important;
    z-index:20!important;
  }
  #epq-v2-app .epq-v2-navigation #epq-v2-prev{grid-area:prev!important}
  #epq-v2-app .epq-v2-navigation #epq-v2-next,
  #epq-v2-app .epq-v2-navigation #epq-v2-submit{grid-area:next!important}
  #epq-v2-app .epq-v2-navigation #epq-v2-save{
    grid-area:save!important;
    justify-self:start!important;
    width:auto!important;
    padding:6px 0!important;
    color:#667085!important;
    background:transparent!important;
  }
  #epq-v2-app .epq-v2-navigation #epq-v2-prev,
  #epq-v2-app .epq-v2-navigation #epq-v2-next,
  #epq-v2-app .epq-v2-navigation #epq-v2-submit{
    width:100%!important;
    min-width:0!important;
    height:50px!important;
    padding:0 14px!important;
    font-size: clamp(14.76px, 1.25vw, 18px)!important;
    line-height:1!important;
    z-index:100!important;
  }
  #epq-v2-app.epq-v4-responsive .epq-v2-footer-links,
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-footer-links{
    display:flex!important;
    justify-content:flex-end!important;
    align-items:center!important;
    width:calc(100% + 24px)!important;
    min-height:34px!important;
    margin:-40px -12px 0!important;
    padding:0 12px 8px!important;
    background:var(--epq-nav)!important;
    position:relative!important;
    z-index:21!important;
    pointer-events:none!important;
  }
  #epq-v2-app .epq-v2-reset{
    pointer-events:auto!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    font-size: clamp(14.76px, 1.25vw, 18px)!important;
    font-weight:800!important;
    color:#667085!important;
  }
}

/* ==========================================================
   v4.4.2 Mobile footer rebuild
   - Two-row, full-device-width action footer on phones only.
   - Row 1: Previous / Continue. Row 2: Save and Resume Later / Reset.
   - Footer hides while the user scrolls and returns after scrolling stops.
   ========================================================== */
@media (max-width: 767px){
  #epq-v2-app.epq-v4-phone,
  #epq-v2-app.epq-v2-responsive-mode{
    --epq-mobile-footer-height: calc(132px + env(safe-area-inset-bottom, 0px));
  }

  #epq-v2-app.epq-v4-phone .epq-v2-shell,
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-shell{
    padding-bottom: var(--epq-mobile-footer-height) !important;
  }

  #epq-v2-app.epq-v4-phone .epq-v2-form,
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-form,
  #epq-v2-app.epq-v4-phone .epq-v2-stage,
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-stage,
  #epq-v2-app.epq-v4-phone .epq-v2-screen.is-active,
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-screen.is-active{
    padding-bottom: var(--epq-mobile-footer-height) !important;
    scroll-padding-bottom: var(--epq-mobile-footer-height) !important;
  }

  #epq-v2-app.epq-v4-phone .epq-v2-navigation,
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-navigation{
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: env(safe-area-inset-bottom, 0px) !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    grid-template-areas: "prev next" "save save" !important;
    column-gap: 14px !important;
    row-gap: 12px !important;
    padding: 14px 18px 18px !important;
    min-height: 122px !important;
    background: #d9dde3 !important;
    border-top: 1px solid #c3cad3 !important;
    box-shadow: 0 -10px 28px rgba(15, 23, 42, .12) !important;
    z-index: 2147483000 !important;
    transform: translateY(0) !important;
    transition: transform .22s ease, opacity .22s ease !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  #epq-v2-app.epq-v4-phone .epq-v2-navigation #epq-v2-prev,
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-navigation #epq-v2-prev{
    grid-area: prev !important;
  }

  #epq-v2-app.epq-v4-phone .epq-v2-navigation #epq-v2-next,
  #epq-v2-app.epq-v4-phone .epq-v2-navigation #epq-v2-submit,
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-navigation #epq-v2-next,
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-navigation #epq-v2-submit{
    grid-area: next !important;
  }

  #epq-v2-app.epq-v4-phone .epq-v2-navigation #epq-v2-save,
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-navigation #epq-v2-save{
    grid-area: save !important;
    justify-self: start !important;
    align-self: center !important;
    width: auto !important;
    max-width: calc(50vw - 24px) !important;
    height: auto !important;
    min-height: 32px !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #667085 !important;
    font-size: clamp(15px, 4.3vw, 18px) !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    text-align: left !important;
    white-space: normal !important;
  }

  #epq-v2-app.epq-v4-phone .epq-v2-navigation #epq-v2-prev,
  #epq-v2-app.epq-v4-phone .epq-v2-navigation #epq-v2-next,
  #epq-v2-app.epq-v4-phone .epq-v2-navigation #epq-v2-submit,
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-navigation #epq-v2-prev,
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-navigation #epq-v2-next,
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-navigation #epq-v2-submit{
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 54px !important;
    min-height: 54px !important;
    padding: 0 14px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    font-size: clamp(15px, 4.4vw, 18px) !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    z-index: 2147483001 !important;
  }

  #epq-v2-app.epq-v4-phone .epq-v2-footer-links,
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-footer-links{
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: env(safe-area-inset-bottom, 0px) !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: 50px !important;
    min-height: 50px !important;
    margin: 0 !important;
    padding: 0 18px 16px !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: flex-end !important;
    background: transparent !important;
    border: 0 !important;
    z-index: 2147483002 !important;
    transform: translateY(0) !important;
    transition: transform .22s ease, opacity .22s ease !important;
    opacity: 1 !important;
    pointer-events: none !important;
  }

  #epq-v2-app.epq-v4-phone .epq-v2-footer-links #epq-v2-reset,
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-footer-links #epq-v2-reset{
    pointer-events: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 32px !important;
    color: #667085 !important;
    font-size: clamp(15px, 4.3vw, 18px) !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    text-align: right !important;
  }

  #epq-v2-app.epq-v4-phone.epq-v2-mobile-footer-hidden .epq-v2-navigation,
  #epq-v2-app.epq-v4-phone.epq-v2-mobile-footer-hidden .epq-v2-footer-links,
  #epq-v2-app.epq-v2-responsive-mode.epq-v2-mobile-footer-hidden .epq-v2-navigation,
  #epq-v2-app.epq-v2-responsive-mode.epq-v2-mobile-footer-hidden .epq-v2-footer-links{
    transform: translateY(calc(100% + env(safe-area-inset-bottom, 0px))) !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
}

/* ==========================================================
   v4.4.3 Mobile footer correction
   - Restores one full-width mobile footer with two clean rows.
   - Keeps Continue hidden/shown by JS and prevents Submit from replacing Continue.
   - Removes the excessive layout padding introduced by v4.4.2.
   ========================================================== */
@media (max-width: 767px){
  #epq-v2-app.epq-v4-phone,
  #epq-v2-app.epq-v2-responsive-mode{
    --epq-mobile-footer-height: calc(112px + env(safe-area-inset-bottom, 0px)) !important;
  }

  #epq-v2-app.epq-v4-phone .epq-v2-shell,
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-shell{
    padding-bottom: 18px !important;
  }

  #epq-v2-app.epq-v4-phone .epq-v2-form,
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-form,
  #epq-v2-app.epq-v4-phone .epq-v2-screen.is-active,
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-screen.is-active{
    padding-bottom: 24px !important;
    scroll-padding-bottom: var(--epq-mobile-footer-height) !important;
  }

  #epq-v2-app.epq-v4-phone .epq-v2-stage,
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-stage{
    padding-bottom: calc(var(--epq-mobile-footer-height) + 18px) !important;
    scroll-padding-bottom: calc(var(--epq-mobile-footer-height) + 18px) !important;
    max-height: calc(100dvh - 178px) !important;
  }

  #epq-v2-app.epq-v4-phone .epq-v2-navigation,
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-navigation{
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: env(safe-area-inset-bottom, 0px) !important;
    width: 100vw !important;
    max-width: 100vw !important;
    min-height: 112px !important;
    height: 112px !important;
    margin: 0 !important;
    padding: 12px 18px 14px !important;
    box-sizing: border-box !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    grid-template-rows: 52px 28px !important;
    grid-template-areas: "prev next" "save save" !important;
    column-gap: 14px !important;
    row-gap: 10px !important;
    align-items: center !important;
    background: #d9dde3 !important;
    border-top: 1px solid #c3cad3 !important;
    box-shadow: 0 -8px 22px rgba(15,23,42,.10) !important;
    z-index: 2147483000 !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: transform .22s ease, opacity .22s ease !important;
    pointer-events: auto !important;
    overflow: visible !important;
  }

  #epq-v2-app.epq-v4-phone .epq-v2-navigation #epq-v2-prev,
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-navigation #epq-v2-prev{
    grid-area: prev !important;
  }

  #epq-v2-app.epq-v4-phone .epq-v2-navigation #epq-v2-next,
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-navigation #epq-v2-next{
    grid-area: next !important;
  }

  #epq-v2-app.epq-v4-phone .epq-v2-navigation #epq-v2-submit,
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-navigation #epq-v2-submit{
    grid-area: next !important;
  }

  #epq-v2-app.epq-v4-phone .epq-v2-navigation #epq-v2-submit[style*="display: none"],
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-navigation #epq-v2-submit[style*="display: none"]{
    display: none !important;
  }

  #epq-v2-app.epq-v4-phone .epq-v2-navigation #epq-v2-next[style*="display: none"],
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-navigation #epq-v2-next[style*="display: none"]{
    display: none !important;
  }

  #epq-v2-app.epq-v4-phone .epq-v2-navigation #epq-v2-prev,
  #epq-v2-app.epq-v4-phone .epq-v2-navigation #epq-v2-next,
  #epq-v2-app.epq-v4-phone .epq-v2-navigation #epq-v2-submit,
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-navigation #epq-v2-prev,
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-navigation #epq-v2-next,
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-navigation #epq-v2-submit{
    width: 100% !important;
    height: 52px !important;
    min-height: 52px !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 12px !important;
    border-radius: 999px !important;
    font-size: clamp(15px, 4.15vw, 18px) !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
    position: relative !important;
    z-index: 2147483001 !important;
  }

  #epq-v2-app.epq-v4-phone .epq-v2-navigation #epq-v2-save,
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-navigation #epq-v2-save{
    grid-area: save !important;
    justify-self: start !important;
    align-self: end !important;
    width: auto !important;
    max-width: calc(100vw - 130px) !important;
    height: 28px !important;
    min-height: 28px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #667085 !important;
    font-size: clamp(15px, 4.15vw, 18px) !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    text-align: left !important;
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: clip !important;
    z-index: 2147483003 !important;
  }

  #epq-v2-app.epq-v4-phone .epq-v2-footer-links,
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-footer-links{
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: env(safe-area-inset-bottom, 0px) !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: 112px !important;
    min-height: 112px !important;
    margin: 0 !important;
    padding: 76px 18px 14px !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    background: transparent !important;
    border: 0 !important;
    z-index: 2147483004 !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: transform .22s ease, opacity .22s ease !important;
    pointer-events: none !important;
    overflow: visible !important;
  }

  #epq-v2-app.epq-v4-phone .epq-v2-footer-links #epq-v2-reset,
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-footer-links #epq-v2-reset{
    pointer-events: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: auto !important;
    min-width: 72px !important;
    height: 28px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #667085 !important;
    font-size: clamp(15px, 4.15vw, 18px) !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    text-align: right !important;
    white-space: nowrap !important;
  }

  #epq-v2-app.epq-v4-phone.epq-v2-mobile-footer-hidden .epq-v2-navigation,
  #epq-v2-app.epq-v4-phone.epq-v2-mobile-footer-hidden .epq-v2-footer-links,
  #epq-v2-app.epq-v2-responsive-mode.epq-v2-mobile-footer-hidden .epq-v2-navigation,
  #epq-v2-app.epq-v2-responsive-mode.epq-v2-mobile-footer-hidden .epq-v2-footer-links{
    transform: translateY(calc(100% + env(safe-area-inset-bottom, 0px))) !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
}

/* v4.4.3 safeguard: hidden navigation buttons must stay hidden even when mobile button styles apply. */
@media (max-width: 767px){
  #epq-v2-app.epq-v4-phone .epq-v2-navigation #epq-v2-submit[style*="display: none"],
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-navigation #epq-v2-submit[style*="display: none"],
  #epq-v2-app.epq-v4-phone .epq-v2-navigation #epq-v2-next[style*="display: none"],
  #epq-v2-app.epq-v2-responsive-mode .epq-v2-navigation #epq-v2-next[style*="display: none"]{
    display:none !important;
  }
}


/* ==========================================================
   v4.4.4 Mobile requested layout fixes
   ========================================================== */
@media (max-width: 767px){
  /* Charitable requests: question left, check/X control stack to the right. */
  #epq-v2-app .epq-v2-distribution-inform-field{
    display:grid!important;
    grid-template-columns:minmax(0,1.25fr) minmax(92px,.75fr)!important;
    align-items:center!important;
    column-gap:18px!important;
    width:100%!important;
    margin-top:26px!important;
  }
  #epq-v2-app .epq-v2-distribution-inform-field > label{
    grid-column:1!important;
    margin:0!important;
    text-align:left!important;
    font-size:clamp(20px,5.9vw,28px)!important;
    line-height:1.16!important;
    letter-spacing:-.035em!important;
    font-weight:650!important;
    color:#24272d!important;
  }
  #epq-v2-app .epq-v2-distribution-inform-field .epq-v2-distribution-yesno,
  #epq-v2-app .epq-v2-distribution-inform-field .epq-v2-card-grid-branch{
    grid-column:2!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:10px!important;
    width:100%!important;
    margin:0!important;
  }
  #epq-v2-app .epq-v2-distribution-inform-field .epq-v2-choice-card{
    width:auto!important;
    min-width:0!important;
    min-height:0!important;
    height:auto!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    box-shadow:none!important;
    background:transparent!important;
    transform:none!important;
  }
  #epq-v2-app .epq-v2-distribution-inform-field .epq-v2-choice-media{
    width:clamp(58px,18vw,82px)!important;
    height:clamp(58px,18vw,82px)!important;
    font-size:clamp(58px,18vw,82px)!important;
    line-height:1!important;
    margin:0!important;
  }
  #epq-v2-app .epq-v2-distribution-inform-field .epq-v2-choice-copy{display:none!important;}

  /* Personal effects option images larger on phone screens. */
  #epq-v2-app section[data-screen-key="section3-personal-effects"] .epq-v2-effects-card .epq-v2-choice-media,
  #epq-v2-app section[data-screen-key="section3-personal-effects"] .epq-v2-personal-effects-grid .epq-v2-choice-media{
    width:clamp(168px,52vw,225px)!important;
    height:clamp(168px,52vw,225px)!important;
    margin-bottom:18px!important;
  }
  #epq-v2-app section[data-screen-key="section3-personal-effects"] .epq-v2-effects-card .epq-v2-choice-title{
    font-size:clamp(20px,5.6vw,28px)!important;
    line-height:1.05!important;
  }

  /* Entire estate spouse/church choice must stay in a single row on mobile. */
  #epq-v2-app section[data-screen-key="section3-personal-effects"] .epq-v2-distribution-panel[data-stage="1"] .epq-v2-distribution-pass-grid{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;
    align-items:center!important;
    justify-items:center!important;
    gap:10px!important;
    width:100%!important;
  }
  #epq-v2-app section[data-screen-key="section3-personal-effects"] .epq-v2-distribution-panel[data-stage="1"] .epq-v2-distribution-pass-grid .epq-v2-choice-card{
    width:100%!important;
    min-width:0!important;
    padding:0!important;
    border:0!important;
    box-shadow:none!important;
    background:transparent!important;
  }
  #epq-v2-app section[data-screen-key="section3-personal-effects"] .epq-v2-distribution-panel[data-stage="1"] .epq-v2-distribution-pass-grid .epq-v2-choice-media{
    width:clamp(118px,34vw,165px)!important;
    height:clamp(118px,34vw,165px)!important;
    margin:0 auto!important;
  }
  #epq-v2-app section[data-screen-key="section3-personal-effects"] .epq-v2-distribution-panel[data-stage="1"] .epq-v2-distribution-or{
    display:block!important;
    font-size:clamp(30px,9vw,46px)!important;
    font-weight:900!important;
    line-height:1!important;
    color:#2b2d33!important;
    align-self:center!important;
  }

  /* Rest and Residue step 3 cards stack vertically only on mobile. */
  #epq-v2-app section[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-options-layout{
    display:flex!important;
    flex-direction:column!important;
    gap:18px!important;
    align-items:stretch!important;
  }
  #epq-v2-app section[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-options-media{
    width:100%!important;
    text-align:center!important;
  }
  #epq-v2-app section[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-options-media img{
    max-width:min(72vw,260px)!important;
    height:auto!important;
  }
  #epq-v2-app section[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-option-cards{
    display:flex!important;
    flex-direction:column!important;
    gap:14px!important;
    width:100%!important;
  }
  #epq-v2-app section[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-option-card{
    display:grid!important;
    grid-template-columns:72px minmax(0,1fr)!important;
    width:100%!important;
    box-sizing:border-box!important;
  }

  /* Mobile asset owner select must remain tappable/openable. */
  #epq-v2-app .epq-asset-inventory .epq-v2-owner-select-enhanced,
  #epq-v2-app .epq-asset-inventory .joint.epq-v2-owner-select-enhanced,
  #epq-v2-app .epq-asset-inventory .owner.epq-v2-owner-select-enhanced{
    position:relative!important;
    z-index:30!important;
    overflow:visible!important;
    pointer-events:auto!important;
  }
  #epq-v2-app .epq-asset-inventory .epq-v2-owner-select-enhanced>.epq-owner-mobile-select{
    display:block!important;
    position:relative!important;
    z-index:31!important;
    pointer-events:auto!important;
    -webkit-appearance:auto!important;
    appearance:auto!important;
    touch-action:manipulation!important;
    user-select:auto!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }
}

/* EPQ v4.4.5 mobile Rest & Residue / child radio fixes
   Keeps Rest & Residue Step 3 vertical on mobile only and restores desktop row layout. */
@media (max-width: 767px), (pointer: coarse) {
  #epq-v2-app section[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-options-layout,
  #epq-v2-app.epq-v2-responsive-mode section[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-options-layout,
  #epq-v2-app.epq-v2-phone-mode section[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-options-layout {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 18px !important;
  }

  #epq-v2-app section[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-option-cards,
  #epq-v2-app.epq-v2-responsive-mode section[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-option-cards,
  #epq-v2-app.epq-v2-phone-mode section[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-option-cards {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 14px !important;
    width: 100% !important;
  }

  /* No separate family illustration on mobile (each card has its own icon). */
  #epq-v2-app section[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-option-card,
  #epq-v2-app.epq-v2-responsive-mode section[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-option-card,
  #epq-v2-app.epq-v2-phone-mode section[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-option-card {
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: 72px minmax(0, 1fr) !important;
    box-sizing: border-box !important;
  }

  #epq-v2-stage > section.epq-v2-screen.epq-v2-screen-standard.epq-v2-child-details-screen.is-active.epq-v2-animate-in > div.epq-v2-screen-body > div > div > div.epq-v2-child-entry-fields > div.epq-field-group.epq-v2-child-minor-question.epq-v2-radio-row {
    flex-direction: column !important;
  }

  #epq-v2-stage > section.epq-v2-screen.epq-v2-screen-standard.epq-v2-child-details-screen.is-active.epq-v2-animate-in > div.epq-v2-screen-body > div > div > div.epq-v2-child-entry-fields > div.epq-v2-inline-radios.epq-v2-child-owner-row.epq-v2-radio-row {
    flex-direction: row !important;
  }

  #epq-v2-app.epq-v2-phone-mode .epq-v2-child-owner-row {
    gap: 8px !important;
  }
}

@media (min-width: 768px) {
  #epq-v2-app section[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-options-layout {
    display: grid !important;
    grid-template-columns: minmax(260px, 0.8fr) minmax(420px, 1.2fr) !important;
    align-items: center !important;
    gap: clamp(28px, 4vw, 56px) !important;
  }

  #epq-v2-app section[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-option-cards {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
  }
}


/* EPQ v4.4.6 - latest stable desktop/mobile refinements
   - Center labels only on requested screens 1, 3, 4, 11, and 17.
   - Restyle Deeds tabs to match the rounded gold/muted tab mockup.
   - Keep Deeds tab content background transparent. */

/* Screen 1: title cards */
#epq-v2-app section[data-screen-key="intro-title"] .epq-field-group > label,
#epq-v2-app section[data-screen-key="intro-title"] .epq-group-label,
#epq-v2-app section[data-screen-key="intro-title"] .epq-v2-choice-title,
/* Screen 3: marital status */
#epq-v2-app section[data-screen-key="marital-status"] .epq-field-group > label,
#epq-v2-app section[data-screen-key="marital-status"] .epq-group-label,
#epq-v2-app section[data-screen-key="marital-status"] .epq-v2-choice-title,
/* Screen 4: spouse title */
#epq-v2-app section[data-screen-key="partner-title"] .epq-field-group > label,
#epq-v2-app section[data-screen-key="partner-title"] .epq-group-label,
#epq-v2-app section[data-screen-key="partner-title"] .epq-v2-choice-title,
/* Screen 11: estate distribution / charitable request flow */
/* Screen 17: asset inventory */
#epq-v2-app section[data-screen-key="section5-assets"] .epq-field-group > label,
#epq-v2-app section[data-screen-key="section5-assets"] .epq-group-label,
#epq-v2-app section[data-screen-key="section5-assets"] .epq-asset-header,
#epq-v2-app section[data-screen-key="section5-assets"] .epq-asset-row .value,
#epq-v2-app section[data-screen-key="section5-assets"] .epq-asset-row .debt,
#epq-v2-app section[data-screen-key="section5-assets"] .epq-asset-row .joint,
#epq-v2-app section[data-screen-key="section5-assets"] .epq-asset-row .owner {
  text-align: center !important;
}
#epq-v2-app section[data-screen-key="section5-assets"] .epq-asset-row .item,
#epq-v2-app section[data-screen-key="section3-personal-effects"] .epq-field-group > label,
#epq-v2-app section[data-screen-key="section3-personal-effects"] .epq-group-label{
  text-align: left !important;
}

#epq-v2-app section[data-screen-key="section6-deeds"] .epq-v2-deed-tabs-shell {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

#epq-v2-app section[data-screen-key="section6-deeds"] .epq-v2-deed-tabs {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: clamp(14px, 2.4vw, 32px) !important;
  margin: clamp(26px, 4vw, 54px) auto clamp(42px, 5vw, 72px) !important;
  width: min(100%, 940px) !important;
}

#epq-v2-app section[data-screen-key="section6-deeds"] .epq-v2-deed-tab {
  appearance: none !important;
  border: 0 !important;
  border-radius: 999px !important;
  min-width: clamp(142px, 14vw, 210px) !important;
  min-height: clamp(52px, 5vw, 68px) !important;
  padding: clamp(13px, 1.3vw, 18px) clamp(26px, 3vw, 46px) !important;
  background: rgba(234, 229, 219, 0.68) !important;
  color: rgba(53, 53, 53, 0.32) !important;
  font-family: inherit !important;
  font-size: clamp(20px, 2vw, 30px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: -0.035em !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
  opacity: 0.72 !important;
  cursor: pointer !important;
  transition: transform 0.18s ease, opacity 0.18s ease, background-color 0.18s ease, color 0.18s ease !important;
}

#epq-v2-app section[data-screen-key="section6-deeds"] .epq-v2-deed-tab:hover,
#epq-v2-app section[data-screen-key="section6-deeds"] .epq-v2-deed-tab:focus {
  transform: translateY(-3px) !important;
  opacity: 0.9 !important;
  outline: none !important;
}

#epq-v2-app section[data-screen-key="section6-deeds"] .epq-v2-deed-tab.is-active,
#epq-v2-app section[data-screen-key="section6-deeds"] .epq-v2-deed-tab[aria-selected="true"] {
  background: #d8ae66 !important;
  color: #353535 !important;
  opacity: 1 !important;
}

#epq-v2-app section[data-screen-key="section6-deeds"] .epq-v2-deed-tab-panels,
#epq-v2-app section[data-screen-key="section6-deeds"] .epq-v2-deed-tab-panel,
#epq-v2-app section[data-screen-key="section6-deeds"] .epq-deed-block {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

@media (max-width: 767px), (pointer: coarse) {
  #epq-v2-app section[data-screen-key="section6-deeds"] .epq-v2-deed-tabs {
    gap: 10px !important;
    margin: 22px auto 30px !important;
  }

  #epq-v2-app section[data-screen-key="section6-deeds"] .epq-v2-deed-tab {
    min-width: calc(50% - 8px) !important;
    min-height: 46px !important;
    padding: 12px 16px !important;
    font-size: clamp(16px, 4.8vw, 22px) !important;
  }
}

/* =========================================================================
   EPQ v4.4.6 — Screen 15 ("Rest and Residue of Our Estate" / section3-rest-residue-3)
   The desktop vs. mobile layout is split STRICTLY BY VIEWPORT WIDTH so that
   pointer type (touch vs. mouse) and the app's responsive / tablet / phone
   mode classes can never change which layout is shown:
       >= 768px  ->  three side-by-side columns (the approved desktop layout)
       <= 767px  ->  one centered vertical column (mobile)
   High-specificity selectors are used so these rules win over the plugin's
   legacy mode / coarse-pointer rules. Scoped only to section3-rest-residue-3;
   no other screen is affected.
   ========================================================================= */

/* ----------  NON-MOBILE (>= 768px): three horizontal columns  ---------- */
@media (min-width: 768px) {

  /* No separate family illustration; each card carries its own icon. */
  #epq-v2-app .epq-v2-screen.epq-v2-rest-residue-options-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-options-media { display: none !important; }

  /* Layout wrapper is a plain full-width block holding the card grid. */
  #epq-v2-app .epq-v2-screen.epq-v2-rest-residue-options-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-options-layout {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
  }

  /* Three equal side-by-side columns. */
  #epq-v2-app .epq-v2-screen.epq-v2-rest-residue-options-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-option-cards {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: clamp(18px, 2vw, 28px) !important;
    align-items: stretch !important;
    width: 100% !important;
  }

  /* Each card stacks vertically and fills the column height. */
  #epq-v2-app .epq-v2-screen.epq-v2-rest-residue-options-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-option-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 14px !important;
    height: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  #epq-v2-app .epq-v2-screen.epq-v2-rest-residue-options-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-option-icon { align-self: flex-start !important; }

  #epq-v2-app .epq-v2-screen.epq-v2-rest-residue-options-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-option-content { width: 100% !important; min-width: 0 !important; }

  /* Field groups stack and stretch to the column. */
  #epq-v2-app .epq-v2-screen.epq-v2-rest-residue-options-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-card-fields,
  #epq-v2-app .epq-v2-screen.epq-v2-rest-residue-options-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-card-fields-charity {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    width: 100% !important;
  }
  #epq-v2-app .epq-v2-screen.epq-v2-rest-residue-options-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-card-fields label,
  #epq-v2-app .epq-v2-screen.epq-v2-rest-residue-options-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-card-field-short {
    width: 100% !important;
    min-width: 0 !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  /* Inline percent / amount rows stretch their inputs to fill the column. */
  #epq-v2-app .epq-v2-screen.epq-v2-rest-residue-options-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-inline-fields {
    display: flex !important;
    width: 100% !important;
    align-items: center !important;
    gap: 8px !important;
  }
  #epq-v2-app .epq-v2-screen.epq-v2-rest-residue-options-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-inline-fields .epq-rest-input-card-sm {
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  #epq-v2-app .epq-v2-screen.epq-v2-rest-residue-options-screen[data-screen-key="section3-rest-residue-3"] .epq-rest-input-card-wide { width: 100% !important; max-width: none !important; }

  /* Per Stirpes / Per Capita: input + label on row 1, caption below. */
  #epq-v2-app .epq-v2-screen.epq-v2-rest-residue-options-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-survival-choice {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    column-gap: 12px !important;
    row-gap: 6px !important;
    align-items: center !important;
  }
  #epq-v2-app .epq-v2-screen.epq-v2-rest-residue-options-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-survival-choice > span {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    min-width: 0 !important;
  }
  #epq-v2-app .epq-v2-screen.epq-v2-rest-residue-options-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-survival-choice > span .epq-rest-input-card-xs {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
  }
  #epq-v2-app .epq-v2-screen.epq-v2-rest-residue-options-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-survival-choice small { grid-column: 1 / -1 !important; }

  /* No children on file: center the two remaining cards. */
  #epq-v2-app.epq-v2-hide-child-rest-options .epq-v2-screen.epq-v2-rest-residue-options-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-option-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: 860px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* ----------  MOBILE (<= 767px): one centered vertical column  ---------- */
@media (max-width: 767px) {

  /* No separate family illustration; each card carries its own icon. */
  #epq-v2-app .epq-v2-screen.epq-v2-rest-residue-options-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-options-media { display: none !important; }

  /* Wrapper and card list both flow vertically, full width. */
  #epq-v2-app .epq-v2-screen.epq-v2-rest-residue-options-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-options-layout {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 18px !important;
    width: 100% !important;
    max-width: none !important;
  }
  #epq-v2-app .epq-v2-screen.epq-v2-rest-residue-options-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-option-cards {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 14px !important;
    width: 100% !important;
  }

  /* Card flows vertically; content is centered and justified to full width. */
  #epq-v2-app .epq-v2-screen.epq-v2-rest-residue-options-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-option-card {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 14px !important;
    box-sizing: border-box !important;
    overflow: visible !important;
    text-align: center !important;
  }

  /* Center the image within the card. */
  #epq-v2-app .epq-v2-screen.epq-v2-rest-residue-options-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-option-icon { align-self: center !important; margin: 0 auto !important; }

  #epq-v2-app .epq-v2-screen.epq-v2-rest-residue-options-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-option-content { width: 100% !important; min-width: 0 !important; }

  /* Field groups collapse to a single column and stay inside the card. */
  #epq-v2-app .epq-v2-screen.epq-v2-rest-residue-options-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-card-fields,
  #epq-v2-app .epq-v2-screen.epq-v2-rest-residue-options-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-card-fields-charity {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    width: 100% !important;
    min-width: 0 !important;
  }
  #epq-v2-app .epq-v2-screen.epq-v2-rest-residue-options-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-card-fields label,
  #epq-v2-app .epq-v2-screen.epq-v2-rest-residue-options-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-card-field-short {
    width: 100% !important;
    min-width: 0 !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  /* Inline percent / amount rows stack vertically; inputs fill the card. */
  #epq-v2-app .epq-v2-screen.epq-v2-rest-residue-options-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-inline-fields {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: center !important;
    gap: 8px !important;
    width: 100% !important;
  }

  /* Every input fills the card width and never overflows. */
  #epq-v2-app .epq-v2-screen.epq-v2-rest-residue-options-screen[data-screen-key="section3-rest-residue-3"] .epq-rest-input-card-sm,
  #epq-v2-app .epq-v2-screen.epq-v2-rest-residue-options-screen[data-screen-key="section3-rest-residue-3"] .epq-rest-input-card-xs,
  #epq-v2-app .epq-v2-screen.epq-v2-rest-residue-options-screen[data-screen-key="section3-rest-residue-3"] .epq-rest-input-card-wide {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
    box-sizing: border-box !important;
  }

  /* Per Stirpes / Per Capita rows stack vertically inside the card. */
  #epq-v2-app .epq-v2-screen.epq-v2-rest-residue-options-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-survival-choice {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 6px !important;
    width: 100% !important;
    text-align: center !important;
  }
  #epq-v2-app .epq-v2-screen.epq-v2-rest-residue-options-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-survival-choice > span {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: 100% !important;
    min-width: 0 !important;
  }
  #epq-v2-app .epq-v2-screen.epq-v2-rest-residue-options-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-survival-choice > span .epq-rest-input-card-xs {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
  }
  #epq-v2-app .epq-v2-screen.epq-v2-rest-residue-options-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-survival-choice small { width: 100% !important; }
}

/* ============================================================
   Copy alternatives' details to all Critical Decisions (v4.4.10)
   Checkbox (in the gold CD modal footer / inline rep panel) + success toast.
   ============================================================ */
#epq-v2-app .epq-v2-cd-modal-footer{align-items:center !important;gap:14px !important;flex-wrap:wrap !important}
#epq-v2-app .epq-v2-cd-copy-all{display:inline-flex !important;align-items:center !important;gap:10px !important;margin-right:auto !important;cursor:pointer !important;font-size:clamp(12.3px,1.042vw,15px) !important;font-weight:700 !important;line-height:1.25 !important;color:#2c2410 !important;text-transform:none !important;letter-spacing:0 !important;-webkit-user-select:none !important;user-select:none !important}
#epq-v2-app .epq-v2-cd-copy-all .epq-v2-cd-copy-all-checkbox{appearance:auto !important;-webkit-appearance:auto !important;width:20px !important;height:20px !important;min-width:20px !important;margin:0 !important;accent-color:#14181f !important;cursor:pointer !important;flex:0 0 auto !important}
#epq-v2-app .epq-v2-cd-copy-all .epq-v2-cd-copy-all-text{flex:1 1 auto !important}
#epq-v2-app .epq-v2-cd-copy-all-inline{display:flex !important;margin:18px 0 0 !important;color:#ffffff !important}
#epq-v2-app .epq-v2-cd-copy-toast{display:flex !important;align-items:center !important;gap:12px !important;margin-top:18px !important;padding:14px 16px !important;border-radius:14px !important;background:#e8f6ec !important;border:1px solid #bfe6c9 !important;box-shadow:0 10px 26px rgba(17,24,39,.14) !important;opacity:0;transform:translateY(8px);transition:opacity .25s ease,transform .25s ease;pointer-events:none}
#epq-v2-app .epq-v2-cd-copy-toast.is-visible{opacity:1;transform:none;pointer-events:auto}
#epq-v2-app .epq-v2-cd-copy-toast-icon{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:26px !important;height:26px !important;min-width:26px !important;border-radius:50% !important;background:#2eaa57 !important;color:#fff !important;font-size:15px !important;font-weight:800 !important;line-height:1 !important}
#epq-v2-app .epq-v2-cd-copy-toast-text{flex:1 1 auto !important;font-size:clamp(13.12px,1.111vw,16px) !important;font-weight:600 !important;line-height:1.35 !important;color:#1f5132 !important}
#epq-v2-app .epq-v2-cd-copy-toast-close{appearance:none !important;border:0 !important;background:transparent !important;color:#3f7a55 !important;font-size:18px !important;line-height:1 !important;cursor:pointer !important;padding:2px 4px !important}
#epq-v2-app .epq-v2-cd-copy-one{display:flex !important;align-items:center !important;gap:10px !important;margin:18px 0 0 !important;cursor:pointer !important;font-size:clamp(12.3px,1.042vw,15px) !important;font-weight:700 !important;line-height:1.25 !important;color:#2c2410 !important;text-transform:none !important;letter-spacing:0 !important;-webkit-user-select:none !important;user-select:none !important}
#epq-v2-app .epq-v2-cd-copy-one .epq-v2-cd-copy-one-checkbox{appearance:auto !important;-webkit-appearance:auto !important;width:20px !important;height:20px !important;min-width:20px !important;margin:0 !important;accent-color:#14181f !important;cursor:pointer !important;flex:0 0 auto !important}
#epq-v2-app .epq-v2-cd-copy-one-inline{color:#2c2410 !important}


/* ============================================================
   EPQ v4.4.13 — Rest & Residue Step 3 laptop/desktop width fix
   Keep the three option cards horizontal on all non-mobile viewports and
   prevent the right side from being clipped in popup wrappers. Scoped only
   to section3-rest-residue-3 so working screens are not affected.
   ============================================================ */
@media (min-width: 768px) {
  #epq-v2-app .epq-v2-screen.epq-v2-rest-residue-options-screen[data-screen-key="section3-rest-residue-3"] {
    overflow: visible !important;
  }

  #epq-v2-app .epq-v2-screen.epq-v2-rest-residue-options-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-screen-body,
  #epq-v2-app .epq-v2-screen.epq-v2-rest-residue-options-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-stage-options,
  #epq-v2-app .epq-v2-screen.epq-v2-rest-residue-options-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-options-layout {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important;
  }

  #epq-v2-app .epq-v2-screen.epq-v2-rest-residue-options-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-option-cards {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: clamp(14px, 1.55vw, 24px) !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important;
  }

  #epq-v2-app .epq-v2-screen.epq-v2-rest-residue-options-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-option-card {
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  #epq-v2-app .epq-v2-screen.epq-v2-rest-residue-options-screen[data-screen-key="section3-rest-residue-3"] {
    padding-left: clamp(16px, 2vw, 24px) !important;
    padding-right: clamp(16px, 2vw, 24px) !important;
  }

  #epq-v2-app .epq-v2-screen.epq-v2-rest-residue-options-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-option-card {
    padding: clamp(14px, 1.7vw, 20px) !important;
    gap: 12px !important;
  }

  #epq-v2-app .epq-v2-screen.epq-v2-rest-residue-options-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-option-icon img,
  #epq-v2-app .epq-v2-screen.epq-v2-rest-residue-options-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-option-icon svg {
    max-width: clamp(54px, 6vw, 76px) !important;
    height: auto !important;
  }

  #epq-v2-app .epq-v2-screen.epq-v2-rest-residue-options-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-option-card h3,
  #epq-v2-app .epq-v2-screen.epq-v2-rest-residue-options-screen[data-screen-key="section3-rest-residue-3"] .epq-v2-rest-option-title {
    font-size: clamp(17px, 1.9vw, 24px) !important;
    line-height: 1.12 !important;
  }
}

/* EPQ v4.6.1 - personal effects upload + readable visual review */
#epq-v2-app section[data-screen-key="section3-personal-effects"] .epq-v2-separate-list-upload{
  width:min(100%, 980px) !important;
  margin:22px auto 0 !important;
}
#epq-v2-app section[data-screen-key="section3-personal-effects"] .epq-v2-upload-list-control{
  display:grid !important;
  grid-template-columns:36px minmax(0,1fr) 220px !important;
  align-items:center !important;
  gap:10px !important;
  width:100% !important;
}
#epq-v2-app section[data-screen-key="section3-personal-effects"] .epq-v2-upload-list-icon{
  font-size:30px !important;
  line-height:1 !important;
  color:#252525 !important;
  text-align:center !important;
}
#epq-v2-app section[data-screen-key="section3-personal-effects"] #personal_effects_list_file{
  width:100% !important;
  min-height:46px !important;
  border:1px solid #d0d5dd !important;
  border-radius:999px !important;
  background:#fff !important;
  padding:10px 14px !important;
  box-sizing:border-box !important;
}
#epq-v2-app section[data-screen-key="section3-personal-effects"] .epq-v2-upload-list-button{
  appearance:none !important;
  border:0 !important;
  border-radius:999px !important;
  min-height:46px !important;
  background:#d8ae66 !important;
  color:#111827 !important;
  font-size:clamp(16px,1.6vw,22px) !important;
  font-weight:900 !important;
  letter-spacing:.02em !important;
  cursor:pointer !important;
}
#epq-v2-app section[data-screen-key="section3-personal-effects"] .epq-v2-upload-list-status{
  margin:8px 0 0 46px !important;
  font-size:13px !important;
  color:#667085 !important;
}
#epq-v2-app section[data-screen-key="section3-personal-effects"] .epq-v2-upload-list-status.is-success{color:#18794e !important;}
#epq-v2-app section[data-screen-key="section3-personal-effects"] .epq-v2-upload-list-status.is-error{color:#b42318 !important;}
@media (max-width:767px){
  #epq-v2-app section[data-screen-key="section3-personal-effects"] .epq-v2-upload-list-control{grid-template-columns:30px minmax(0,1fr) !important;}
  #epq-v2-app section[data-screen-key="section3-personal-effects"] .epq-v2-upload-list-button{grid-column:2 !important;width:100% !important;}
  #epq-v2-app section[data-screen-key="section3-personal-effects"] .epq-v2-upload-list-status{margin-left:40px !important;}
}
#epq-v2-app .epq-v2-mini-review-answers-stacked{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:14px !important;
}
#epq-v2-app .epq-v2-mini-review-answers-stacked .epq-v2-mini-review-row{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:6px !important;
  padding:14px 16px !important;
  border:1px solid #e4e7ec !important;
  border-radius:16px !important;
  background:#fff !important;
}
#epq-v2-app .epq-v2-mini-review-answers-stacked .epq-v2-mini-review-question{
  display:block !important;
  font-weight:800 !important;
  color:#1f2937 !important;
  line-height:1.35 !important;
}
#epq-v2-app .epq-v2-mini-review-answers-stacked .epq-v2-mini-review-answer{
  display:block !important;
  width:100% !important;
  text-align:left !important;
  white-space:normal !important;
  line-height:1.45 !important;
  padding:0 !important;
}

/* EPQ v4.6.2 - added RLT / testimony / page-6 question screens and upload flow */
#epq-v2-app .epq-v2-yesno-auto-screen .epq-v2-screen-body,
#epq-v2-app .epq-v2-upload-yesno-screen .epq-v2-screen-body{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:clamp(24px,3vw,42px) !important;
}
#epq-v2-app .epq-v2-yesno-grid{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(180px,260px)) !important;
  gap:clamp(42px,8vw,120px) !important;
  justify-content:center !important;
  align-items:center !important;
  width:100% !important;
  margin:clamp(20px,3vw,44px) auto !important;
}
#epq-v2-app .epq-v2-yesno-card{
  border:0 !important;
  box-shadow:none !important;
  background:transparent !important;
  min-height:180px !important;
  padding:0 !important;
}
#epq-v2-app .epq-v2-yesno-card .epq-v2-choice-copy{display:none !important;}
#epq-v2-app .epq-v2-yesno-media{
  width:170px !important;
  height:170px !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  background:transparent !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-size:170px !important;
  font-weight:900 !important;
  line-height:1 !important;
}
#epq-v2-app .epq-v2-yes-media{color:#14a84a !important;}
#epq-v2-app .epq-v2-no-media{color:#e02424 !important;}
#epq-v2-app .epq-v2-simultaneous-layout{
  display:grid !important;
  grid-template-columns:minmax(250px,360px) auto minmax(250px,360px) !important;
  gap:clamp(34px,5vw,70px) !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  margin:clamp(28px,4vw,64px) auto 0 !important;
}
#epq-v2-app .epq-v2-simultaneous-card{
  width:100% !important;
  min-height:300px !important;
  margin:0 !important;
}
#epq-v2-app .epq-v2-simultaneous-or{
  font-size:clamp(42px,5vw,64px) !important;
  font-weight:900 !important;
  line-height:1 !important;
  color:#111827 !important;
  text-align:center !important;
}
#epq-v2-app .epq-v2-extra-upload,
#epq-v2-app .epq-v2-upload-yesno-screen .epq-v2-separate-list-upload{
  width:min(760px,100%) !important;
  margin:0 auto 12px !important;
  text-align:center !important;
}
#epq-v2-app .epq-v2-extra-upload[hidden]{display:none !important;}
#epq-v2-app .epq-v2-extra-upload > label{
  display:block !important;
  margin:0 0 10px !important;
  font-size:clamp(13px,1.2vw,16px) !important;
  font-weight:800 !important;
  letter-spacing:.06em !important;
  text-transform:uppercase !important;
  color:#9ca3af !important;
}
@media (max-width:767px){
  #epq-v2-app .epq-v2-yesno-grid{grid-template-columns:1fr 1fr !important;gap:24px !important;}
  #epq-v2-app .epq-v2-yesno-media{width:110px !important;height:110px !important;font-size:110px !important;}
  #epq-v2-app .epq-v2-simultaneous-layout{grid-template-columns:1fr !important;gap:24px !important;}
}


/* EPQ v4.6.3 - tighten the added page-6 screens without changing the base frontend. */
#epq-v2-app .epq-v2-page6-question-screen .epq-v2-screen-header{
  text-align:center !important;
}
#epq-v2-app .epq-v2-page6-question-screen .epq-v2-screen-header h2{
  max-width:920px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  margin-bottom:14px !important;
  font-size:clamp(30px,3.55vw,48px) !important;
  line-height:1.12 !important;
}
#epq-v2-app .epq-v2-page6-question-screen .epq-v2-screen-helper{
  display:block !important;
  max-width:820px !important;
  margin:0 auto clamp(24px,3vw,38px) !important;
  text-align:center !important;
  font-size:clamp(15px,1.45vw,20px) !important;
  line-height:1.35 !important;
  font-style:italic !important;
  color:#667085 !important;
}
#epq-v2-app .epq-v2-simultaneous-screen .epq-v2-screen-header{
  text-align:center !important;
}
#epq-v2-app .epq-v2-simultaneous-screen .epq-v2-screen-header h2{
  max-width:900px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  margin-bottom:clamp(38px,5vw,70px) !important;
  font-size:clamp(24px,2.75vw,36px) !important;
  line-height:1.2 !important;
  letter-spacing:-0.035em !important;
}
#epq-v2-app .epq-v2-simultaneous-layout{
  display:grid !important;
  grid-template-columns:minmax(260px,330px) auto minmax(260px,330px) !important;
  gap:clamp(34px,5vw,72px) !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  max-width:900px !important;
  margin:0 auto !important;
}
#epq-v2-app .epq-v2-simultaneous-card{
  width:100% !important;
  min-height:300px !important;
  padding:clamp(24px,2.8vw,34px) !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:14px !important;
  text-align:left !important;
  box-sizing:border-box !important;
}
#epq-v2-app .epq-v2-simultaneous-card .epq-v2-rest-option-icon{
  width:76px !important;
  height:76px !important;
  flex:0 0 auto !important;
  margin:0 auto 8px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}
#epq-v2-app .epq-v2-simultaneous-card .epq-v2-rest-option-icon img{
  max-width:76px !important;
  max-height:76px !important;
  width:auto !important;
  height:auto !important;
}
#epq-v2-app .epq-v2-simultaneous-card .epq-v2-rest-option-content{
  width:100% !important;
  min-width:0 !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:stretch !important;
}
#epq-v2-app .epq-v2-simultaneous-card h3{
  margin:0 0 14px !important;
  text-align:center !important;
  font-size:clamp(17px,1.7vw,22px) !important;
  line-height:1.12 !important;
  font-weight:800 !important;
  color:#1f2937 !important;
}
#epq-v2-app .epq-v2-simultaneous-card .epq-v2-rest-card-fields,
#epq-v2-app .epq-v2-simultaneous-card .epq-v2-rest-card-fields-charity{
  display:flex !important;
  flex-direction:column !important;
  gap:12px !important;
  width:100% !important;
}
#epq-v2-app .epq-v2-simultaneous-card label{
  display:block !important;
  width:100% !important;
  min-width:0 !important;
  margin:0 !important;
  font-size:clamp(11px,1vw,13px) !important;
  font-weight:800 !important;
  line-height:1.2 !important;
  color:#1f2937 !important;
}
#epq-v2-app .epq-v2-simultaneous-card label > span:first-child{
  display:block !important;
  margin:0 0 7px !important;
  white-space:normal !important;
}
#epq-v2-app .epq-v2-simultaneous-card .epq-v2-rest-inline-fields{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) !important;
  gap:8px !important;
  align-items:center !important;
  width:100% !important;
  min-width:0 !important;
}
#epq-v2-app .epq-v2-simultaneous-card .epq-v2-rest-card-field-short .epq-v2-rest-inline-fields{
  grid-template-columns:minmax(0,1fr) auto !important;
}
#epq-v2-app .epq-v2-simultaneous-card .epq-rest-input,
#epq-v2-app .epq-v2-simultaneous-card .epq-rest-input-card-sm,
#epq-v2-app .epq-v2-simultaneous-card .epq-rest-input-card-wide{
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  box-sizing:border-box !important;
}
#epq-v2-app .epq-v2-simultaneous-or{
  font-size:clamp(44px,5vw,62px) !important;
  font-weight:900 !important;
  line-height:1 !important;
  color:#111827 !important;
  text-align:center !important;
  align-self:center !important;
}
@media (max-width:767px){
  #epq-v2-app .epq-v2-simultaneous-layout{
    grid-template-columns:1fr !important;
    max-width:360px !important;
    gap:22px !important;
  }
}

/* EPQ v4.6.5 - subtitle placement + review layout readability fixes */
#epq-v2-app .epq-v2-page6-question-screen .epq-v2-screen-header{
  display:grid !important;
  grid-template-columns:1fr !important;
  justify-items:center !important;
  text-align:center !important;
}
#epq-v2-app .epq-v2-page6-question-screen .epq-v2-screen-kicker{
  order:1 !important;
  justify-self:start !important;
  width:100% !important;
  text-align:left !important;
}
#epq-v2-app .epq-v2-page6-question-screen .epq-v2-screen-header h2{
  order:2 !important;
  width:100% !important;
  text-align:center !important;
  margin:0 auto 12px !important;
}
#epq-v2-app .epq-v2-page6-question-screen .epq-v2-screen-helper{
  order:3 !important;
  width:100% !important;
  display:block !important;
  max-width:820px !important;
  margin:0 auto clamp(26px,3.2vw,42px) !important;
  text-align:center !important;
  font-style:italic !important;
  color:#667085 !important;
}
#epq-v2-app .epq-v2-page6-question-screen .epq-v2-screen-body{
  clear:both !important;
}

#epq-v2-app .epq-v2-mini-review-screen-layout .epq-v2-mini-review-card-inner{
  padding:clamp(22px,3vw,42px) !important;
}
#epq-v2-app .epq-v2-mini-review-layout-copy{
  width:100% !important;
  max-width:100% !important;
  margin:0 auto !important;
}
#epq-v2-app .epq-v2-mini-review-layout-copy .epq-v2-screen-body,
#epq-v2-app .epq-v2-mini-review-layout-copy .epq-v2-review-source-clone{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  overflow:visible !important;
}
#epq-v2-app .epq-v2-mini-review-layout-copy .epq-row{
  display:flex !important;
  flex-wrap:nowrap !important;
  gap:14px !important;
  margin-bottom:16px !important;
}
#epq-v2-app .epq-v2-review-field-value{
  display:block !important;
  width:100% !important;
  min-height:32px !important;
  padding:8px 11px !important;
  border:1px solid #d0d5dd !important;
  border-radius:9px !important;
  background:#fff !important;
  color:#111827 !important;
  font-family:inherit !important;
  font-size:clamp(10px,.95vw,13px) !important;
  font-weight:800 !important;
  line-height:1.25 !important;
  text-align:left !important;
  white-space:normal !important;
  box-sizing:border-box !important;
  cursor:pointer !important;
}
#epq-v2-app .epq-v2-review-field-value:hover,
#epq-v2-app .epq-v2-review-field-value:focus{
  border-color:#d8ae66 !important;
  outline:none !important;
}
#epq-v2-app .epq-v2-mini-review-layout-copy label,
#epq-v2-app .epq-v2-mini-review-layout-copy .epq-group-label,
#epq-v2-app .epq-v2-mini-review-layout-copy .epq-field-group label{
  display:block !important;
  margin:0 0 7px !important;
  font-size:clamp(9px,.78vw,11px) !important;
  font-weight:800 !important;
  letter-spacing:.06em !important;
  text-transform:uppercase !important;
  color:#98a2b3 !important;
}
#epq-v2-app .epq-v2-mini-review-layout-copy .epq-field-group{
  margin-bottom:15px !important;
}
#epq-v2-app .epq-v2-mini-review-layout-copy .epq-v2-choice-card{
  pointer-events:none !important;
}
#epq-v2-app .epq-v2-mini-review-layout-copy .epq-v2-review-choice-unselected{
  opacity:.45 !important;
}
#epq-v2-app .epq-v2-mini-review-layout-copy .epq-v2-review-choice-selected{
  opacity:1 !important;
  border-color:#d8ae66 !important;
  box-shadow:0 0 0 3px rgba(216,174,102,.18) !important;
}
#epq-v2-app .epq-v2-mini-review-layout-copy .epq-v2-yesno-grid{
  margin:18px auto !important;
}
@media (max-width:767px){
  #epq-v2-app .epq-v2-mini-review-layout-copy .epq-row{
    flex-direction:column !important;
    gap:0 !important;
  }
}

/* v4.6.5: Keep Yes/No slide helper text directly below the main title. */
#epq-v2-app .epq-v2-unified-title-wrap > .epq-v2-screen-helper {
  display: block !important;
  width: 100% !important;
  max-width: 880px !important;
  margin: 0 auto clamp(28px, 3.2vw, 48px) !important;
  padding: 0 !important;
  text-align: center !important;
  font-style: italic !important;
  color: #667085 !important;
}

/* v4.6.7 - Review screen: render each section card as a screenshot-style copy of
   the original screen, with the user's answers shown in their original field
   positions. Each answer box is tap-to-jump (reuses .epq-v2-summary-row-button). */
#epq-v2-app .epq-v2-mini-review-screen.epq-v2-mini-review-screen-layout,
#epq-v2-app .epq-v2-mini-review-screen.epq-v2-mini-review-screen-layout:nth-child(odd),
#epq-v2-app .epq-v2-mini-review-screen.epq-v2-mini-review-screen-layout:nth-child(3n+2){
  width:min(920px,100%) !important;
}
#epq-v2-app .epq-v2-mini-review-screen-layout .epq-v2-mini-review-layout-copy .epq-row{
  display:flex !important;
  flex-wrap:nowrap !important;
  gap:14px !important;
  margin-bottom:16px !important;
  align-items:flex-end !important;
}
#epq-v2-app .epq-v2-mini-review-screen-layout .epq-v2-mini-review-layout-copy .epq-row > .epq-field-group{
  flex:1 1 0 !important;
  min-width:0 !important;
  margin-bottom:0 !important;
}
#epq-v2-app .epq-v2-mini-review-screen-layout .epq-v2-mini-review-layout-copy .epq-field-group:last-child{
  margin-bottom:0 !important;
}
#epq-v2-app .epq-v2-mini-review-screen-layout .epq-v2-review-field-value{
  min-height:42px !important;
  padding:10px 12px !important;
  border-radius:10px !important;
  font-size:clamp(11.48px,0.972vw,14px) !important;
  transition:transform 180ms ease,border-color 180ms ease,box-shadow 180ms ease !important;
}
#epq-v2-app .epq-v2-mini-review-screen-layout .epq-v2-review-field-value:hover,
#epq-v2-app .epq-v2-mini-review-screen-layout .epq-v2-review-field-value:focus{
  transform:translateY(-3px) !important;
  border-color:#d8ae66 !important;
  box-shadow:0 12px 22px rgba(17,24,39,0.10) !important;
  outline:none !important;
}
@media (max-width:767px){
  #epq-v2-app .epq-v2-mini-review-screen-layout .epq-v2-mini-review-layout-copy .epq-row{
    flex-direction:column !important;
    gap:0 !important;
    align-items:stretch !important;
  }
  #epq-v2-app .epq-v2-mini-review-screen-layout .epq-v2-mini-review-layout-copy .epq-row > .epq-field-group{
    margin-bottom:15px !important;
  }
}

/* ============================================================
   v4.6.8 - Review red blanks, required-field warnings popup,
   wider simultaneous-death screen, charitable header tweaks.
   ============================================================ */

/* #1 Review screen: show "Left Blank" answers in red. */
#epq-v2-app .epq-v2-summary-row-button.epq-v2-review-blank,
#epq-v2-app .epq-v2-review-field-value.epq-v2-review-blank,
#epq-v2-app .epq-v2-mini-review-answer.epq-v2-review-blank,
#epq-v2-app .epq-v2-review-blank{
  color:#d92d20 !important;
}
#epq-v2-app .epq-v2-summary-row-button.epq-v2-review-blank .epq-v2-summary-answer{
  color:#d92d20 !important;
}

/* #3 / #4 "Are you sure..." confirmation popup. */
#epq-v2-app .epq-v2-warning-overlay{
  position:absolute !important;
  inset:0 !important;
  z-index:90 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:24px !important;
  box-sizing:border-box !important;
  background:rgba(247,247,249,0.72) !important;
  border-radius:28px !important;
}
#epq-v2-app .epq-v2-warning-overlay[hidden]{display:none !important;}
#epq-v2-app .epq-v2-warning-box{
  width:min(620px,94%) !important;
  background:#ffffff !important;
  border-radius:22px !important;
  box-shadow:0 24px 60px rgba(17,24,39,0.28) !important;
  padding:30px 34px 26px !important;
  box-sizing:border-box !important;
}
#epq-v2-app .epq-v2-warning-row{
  display:flex !important;
  align-items:center !important;
  gap:22px !important;
  margin-bottom:18px !important;
}
#epq-v2-app .epq-v2-warning-bang{
  flex:0 0 auto !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-size:clamp(48px,5vw,68px) !important;
  font-weight:900 !important;
  line-height:1 !important;
  color:#d92d20 !important;
}
#epq-v2-app .epq-v2-warning-message{
  margin:0 !important;
  font-family:inherit !important;
  font-size:clamp(20px,1.9vw,28px) !important;
  font-weight:800 !important;
  line-height:1.2 !important;
  letter-spacing:-0.02em !important;
  color:#d92d20 !important;
}
#epq-v2-app .epq-v2-warning-actions{
  display:flex !important;
  flex-wrap:wrap !important;
  justify-content:flex-end !important;
  gap:14px !important;
}
#epq-v2-app .epq-v2-warning-proceed,
#epq-v2-app .epq-v2-warning-edit{
  appearance:none !important;
  border:0 !important;
  border-radius:999px !important;
  padding:12px 26px !important;
  font-family:inherit !important;
  font-size:clamp(13px,1.1vw,16px) !important;
  font-weight:800 !important;
  line-height:1 !important;
  cursor:pointer !important;
  transition:transform 0.16s ease,filter 0.16s ease,background 0.16s ease !important;
}
#epq-v2-app .epq-v2-warning-proceed{
  background:#d8ae66 !important;
  color:#3a2f15 !important;
}
#epq-v2-app .epq-v2-warning-edit{
  background:#14181f !important;
  color:#ffffff !important;
}
#epq-v2-app .epq-v2-warning-proceed:hover,
#epq-v2-app .epq-v2-warning-proceed:focus,
#epq-v2-app .epq-v2-warning-edit:hover,
#epq-v2-app .epq-v2-warning-edit:focus{
  transform:translateY(-1px) !important;
  filter:brightness(1.05) !important;
  outline:none !important;
}
@media (max-width:767px){
  #epq-v2-app .epq-v2-warning-box{padding:22px 20px 20px !important;}
  #epq-v2-app .epq-v2-warning-actions{justify-content:center !important;}
  #epq-v2-app .epq-v2-warning-proceed,
  #epq-v2-app .epq-v2-warning-edit{flex:1 1 auto !important;}
}

/* #5 Widen the simultaneous-death distribution screen (Rest & Residue Step 8). */
@media (min-width:992px){
  #epq-v2-app:has(.epq-v2-screen[data-screen-key="section3-simultaneous-death-distribution"].is-active){
    width:min(1280px,90vw) !important;
    max-width:min(1280px,90vw) !important;
  }
}
#epq-v2-app .epq-v2-screen[data-screen-key="section3-simultaneous-death-distribution"]{
  width:100% !important;
  max-width:1280px !important;
}
#epq-v2-app .epq-v2-screen[data-screen-key="section3-simultaneous-death-distribution"] .epq-v2-screen-header h2,
#epq-v2-app .epq-v2-screen[data-screen-key="section3-simultaneous-death-distribution"] .epq-v2-unified-title{
  max-width:1120px !important;
}
#epq-v2-app .epq-v2-screen[data-screen-key="section3-simultaneous-death-distribution"] .epq-v2-simultaneous-layout{
  max-width:1120px !important;
  grid-template-columns:minmax(300px,440px) auto minmax(300px,440px) !important;
}

/* #6 Keep the "inform the charity" question left-justified on desktop. */
@media (min-width:768px){
  #epq-v2-app .epq-v2-distribution-inform-field > label{
    text-align:left !important;
  }
}

/* v4.7.4 targeted refinements */
#epq-v2-app .epq-v2-charitable-beneficiary-field{width:min(100%,980px)!important;margin:28px auto 34px!important}
#epq-v2-app .epq-v2-charitable-beneficiary-field .epq-v2-charitable-example{display:block!important;text-align:center!important;margin:0 0 54px!important;font-size:clamp(18px,1.6vw,25px)!important;line-height:1.35!important;color:#2f3033!important;font-weight:500!important;text-transform:none!important;letter-spacing:0!important}
#epq-v2-app .epq-v2-charitable-hidden-source{display:none!important}
#epq-v2-app .epq-v2-charitable-beneficiary-row{display:grid!important;grid-template-columns:minmax(0,1fr) auto auto!important;align-items:end!important;gap:24px!important;width:100%!important;box-sizing:border-box!important}
#epq-v2-app .epq-v2-charitable-beneficiary-name{margin:0!important}
#epq-v2-app .epq-v2-charitable-beneficiary-name label{display:block!important;margin:0 0 9px!important;font-size:clamp(13px,1vw,16px)!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.035em!important;color:#999!important;text-align:left!important}
#epq-v2-app .epq-v2-charitable-beneficiary-name input,#epq-v2-app .epq-v2-charitable-beneficiary-share input{height:48px!important;border:2px solid #d5dbe5!important;border-radius:10px!important;background:#fff!important;font-size:18px!important;font-weight:700!important;color:#111827!important;padding:8px 14px!important;box-shadow:none!important;box-sizing:border-box!important}
#epq-v2-app .epq-v2-charitable-beneficiary-name input{width:100%!important}
#epq-v2-app .epq-v2-charitable-beneficiary-share{display:flex!important;align-items:center!important;gap:13px!important;white-space:nowrap!important;font-size:clamp(18px,1.55vw,24px)!important;font-weight:500!important;color:#2f3033!important;padding-bottom:0!important}
#epq-v2-app .epq-v2-charitable-beneficiary-share input{width:76px!important;text-align:center!important}
#epq-v2-app .epq-v2-charitable-add-beneficiary{height:48px!important;min-width:210px!important;border:0!important;border-radius:999px!important;background:#ddb566!important;color:#fff!important;font-size:17px!important;font-weight:900!important;padding:0 24px!important;align-self:end!important;box-shadow:none!important;cursor:pointer!important}
#epq-v2-app .epq-v2-charitable-add-beneficiary:hover,#epq-v2-app .epq-v2-charitable-add-beneficiary:focus{background:#c99f4f!important;transform:translateY(-1px)!important;outline:none!important}
@media (max-width:900px){#epq-v2-app .epq-v2-charitable-beneficiary-row{grid-template-columns:1fr!important;gap:16px!important}#epq-v2-app .epq-v2-charitable-beneficiary-share{justify-content:flex-start!important}#epq-v2-app .epq-v2-charitable-add-beneficiary{width:100%!important}}

#epq-v2-app .epq-v2-review-rep-tabs{display:flex!important;flex-wrap:wrap!important;gap:0!important;margin:10px 0 18px!important;border-bottom:2px solid #ddb566!important}
#epq-v2-app .epq-v2-review-rep-tab{appearance:none!important;border:0!important;border-radius:0!important;background:#eee6d6!important;color:#a1762c!important;padding:13px 20px!important;font-size:clamp(13px,1.1vw,16px)!important;font-weight:900!important;line-height:1!important;cursor:pointer!important}
#epq-v2-app .epq-v2-review-rep-tab.is-active{background:#ddb566!important;color:#fff!important}
#epq-v2-app .epq-v2-review-rep-panel[hidden]{display:none!important}
#epq-v2-app .epq-v2-review-rep-panel.is-active{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:14px 18px!important;padding:4px 0 10px!important}
#epq-v2-app .epq-v2-review-rep-panel.is-active>.epq-field-group{margin:0!important;grid-column:span 2!important}
#epq-v2-app .epq-v2-review-rep-panel.is-active>.epq-field-group:nth-child(4),#epq-v2-app .epq-v2-review-rep-panel.is-active>.epq-field-group:nth-child(10){grid-column:span 6!important}
@media (max-width:767px){#epq-v2-app .epq-v2-review-rep-panel.is-active{grid-template-columns:1fr!important}#epq-v2-app .epq-v2-review-rep-panel.is-active>.epq-field-group{grid-column:1!important}}

/* Keep external popup close controls pinned to the top-right corner of the EPQ window/page overlay. */
html body .breakdance-popup-close,
html body .bde-popup-close,
html body .brx-popup-close,
html body .ee-popup-close,
html body .epq-popup-close,
html body .epq-v2-window-close{position:fixed!important;top:24px!important;right:24px!important;left:auto!important;bottom:auto!important;z-index:2147483000!important;transform:none!important}
#epq-v2-app .epq-v2-modal-close{position:absolute!important;top:16px!important;right:16px!important;left:auto!important;bottom:auto!important;z-index:10!important}

/* v4.7.8: Close ("X") button at the top-right corner of the questionnaire
   window. Breakdance's own close button is hidden (but kept in the DOM so its
   close handler still fires); our own button below is pinned to the window
   corner via .epq-v2-shell (position:relative) and proxies clicks to it. */
.epq-v2-orig-close-hidden{display:none!important}
#epq-v2-app .epq-v2-shell > .epq-v2-custom-close{
	position:absolute!important;top:14px!important;right:14px!important;left:auto!important;bottom:auto!important;
	width:46px!important;height:46px!important;min-width:0!important;padding:0!important;margin:0!important;
	display:flex!important;align-items:center!important;justify-content:center!important;
	background:#ffffff!important;border:1px solid #e4e7ec!important;border-radius:50%!important;
	box-shadow:0 6px 18px rgba(17,24,39,0.18)!important;cursor:pointer!important;z-index:70!important;
	-webkit-appearance:none!important;appearance:none!important;
	transition:transform .15s ease,box-shadow .15s ease!important}
#epq-v2-app .epq-v2-shell > .epq-v2-custom-close:hover,
#epq-v2-app .epq-v2-shell > .epq-v2-custom-close:focus{transform:scale(1.06)!important;box-shadow:0 8px 22px rgba(17,24,39,0.24)!important;outline:none!important}
#epq-v2-app .epq-v2-shell > .epq-v2-custom-close svg{width:22px!important;height:22px!important;display:block!important;pointer-events:none!important}
#epq-v2-app .epq-v2-shell > .epq-v2-custom-close svg path{stroke:#1a1f2b!important;stroke-width:2.4!important;stroke-linecap:round!important;fill:none!important}

/* v5.0.3: mobile submit tap reliability. Keep the active submit buttons above the fixed mobile footer layers and make taps go straight to the button. */
#epq-v2-submit,
#epq-v2-email-submit{
  touch-action: manipulation !important;
  -webkit-tap-highlight-color: transparent !important;
  pointer-events: auto !important;
  cursor: pointer !important;
}
@media (max-width: 767px), (pointer: coarse){
  #epq-v2-app .epq-v2-navigation #epq-v2-submit{
    position: relative !important;
    z-index: 2147483646 !important;
    pointer-events: auto !important;
  }
  #epq-v2-email-overlay{
    z-index: 2147483647 !important;
    pointer-events: auto !important;
  }
  #epq-v2-email-content,
  #epq-v2-email-form,
  #epq-v2-email-submit{
    pointer-events: auto !important;
  }
}

/* v5.0.5 mobile delivery/layout fixes */
html body .epq-v2-orig-close-hidden,
html body .breakdance-popup-close-button.epq-v2-orig-close-hidden,
html body .bde-popup__close-button.epq-v2-orig-close-hidden {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
#epq-v2-app .epq-v2-shell { position: relative !important; }
#epq-v2-app .epq-v2-shell > .epq-v2-custom-close {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  transform: translate(50%, -50%) !important;
  z-index: 2147483000 !important;
}
#epq-v2-app .epq-v2-shell > .epq-v2-custom-close:hover,
#epq-v2-app .epq-v2-shell > .epq-v2-custom-close:focus { transform: translate(50%, -50%) scale(1.06) !important; }
#epq-v2-app .epq-v2-cd-same-all {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.65rem !important;
  margin: 1.4rem auto 0 !important;
  font-weight: 800 !important;
  color: #1f2937 !important;
}
#epq-v2-app .epq-v2-cd-same-all input { width: 1.25rem !important; height: 1.25rem !important; }
#epq-v2-app .epq-v2-cd-modal-secondary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  padding: 0.75rem 1.25rem !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #f2ede5 !important;
  color: #8a5a1d !important;
  font-weight: 800 !important;
  cursor: pointer !important;
}
@media (max-width: 767px) {
  #epq-v2-modal-overlay,
  #epq-modal-overlay {
    align-items: flex-start !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    padding: max(12px, env(safe-area-inset-top)) 10px max(24px, env(safe-area-inset-bottom)) !important;
    box-sizing: border-box !important;
  }
  #epq-v2-modal-content,
  #epq-modal-content {
    display: block !important;
    width: min(96vw, 720px) !important;
    max-width: 96vw !important;
    max-height: none !important;
    overflow: visible !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
  }
  #epq-v2-modal-content .epq-gen-results,
  #epq-modal-content .epq-gen-results,
  #epq-v2-modal-content .epq-gen-section,
  #epq-modal-content .epq-gen-section,
  #epq-v2-modal-content .epq-gen-downloads,
  #epq-modal-content .epq-gen-downloads,
  #epq-v2-modal-content .epq-gen-cards,
  #epq-modal-content .epq-gen-cards,
  #epq-v2-modal-content .epq-gen-card,
  #epq-modal-content .epq-gen-card {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }
  #epq-v2-modal-content .epq-gen-download,
  #epq-modal-content .epq-gen-download,
  #epq-v2-modal-content .epq-gen-btn,
  #epq-modal-content .epq-gen-btn {
    display: flex !important;
    width: 100% !important;
    margin: 0 0 12px !important;
  }
  #epq-v2-modal-content .epq-gen-card,
  #epq-modal-content .epq-gen-card {
    margin: 0 0 2rem !important;
  }
  #epq-v2-modal-content .epq-gen-card-number,
  #epq-modal-content .epq-gen-card-number {
    margin-bottom: 0.7rem !important;
  }
  #epq-v2-modal-content .epq-gen-card-link,
  #epq-modal-content .epq-gen-card-link,
  #epq-v2-modal-content a.epq-gen-card-link,
  #epq-modal-content a.epq-gen-card-link { color: #da8e66 !important; }
  #epq-v2-app .epq-v2-charitable-beneficiary-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    gap: 0.9rem !important;
  }
  #epq-v2-app .epq-v2-charitable-beneficiary-name,
  #epq-v2-app .epq-v2-charitable-beneficiary-name label,
  #epq-v2-app .epq-v2-charitable-beneficiary-name input,
  #epq-v2-app .epq-v2-charitable-beneficiary-share,
  #epq-v2-app .epq-v2-charitable-beneficiary-actions,
  #epq-v2-app .epq-v2-charitable-add-beneficiary,
  #epq-v2-app .epq-v2-charitable-remove-beneficiary {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  #epq-v2-app .epq-v2-charitable-beneficiary-name label {
    white-space: nowrap !important;
    font-size: clamp(0.7rem, 3.1vw, 0.92rem) !important;
    letter-spacing: 0.04em !important;
  }
  #epq-v2-app .epq-v2-charitable-beneficiary-share {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 0.7rem !important;
  }
  #epq-v2-app .epq-v2-charitable-beneficiary-share input { width: 100% !important; min-width: 0 !important; }
  #epq-v2-app .epq-v2-distribution-inform-field {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.2rem !important;
  }
  #epq-v2-app .epq-v2-distribution-inform-field .epq-v2-distribution-yesno,
  #epq-v2-app .epq-v2-distribution-inform-field .epq-v2-card-grid-branch {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: clamp(2rem, 14vw, 5rem) !important;
  }
  #epq-v2-app .epq-v2-distribution-inform-field .epq-v2-choice-card {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 0 !important;
  }
  #epq-v2-app .epq-v2-distribution-inform-field .epq-v2-choice-media { margin: 0 !important; }
  #epq-v2-app .epq-v2-personal-effects-field .epq-v2-separate-list-upload,
  #epq-v2-app section[data-screen-key="section3-personal-effects"] .epq-v2-separate-list-upload {
    order: 3 !important;
    margin: 1rem auto 0 !important;
    width: 100% !important;
  }
  #epq-v2-app section[data-screen-key="section3-rest-residue-no-children"] .epq-v2-rest-option-icon,
  #epq-v2-app section[data-screen-key="section3-simultaneous-death-distribution"] .epq-v2-rest-option-icon {
    display: none !important;
  }
  #epq-v2-app section[data-screen-key="section3-rest-residue-no-children"] .epq-v2-rest-options-layout,
  #epq-v2-app section[data-screen-key="section3-rest-residue-no-children"] .epq-v2-rest-option-cards,
  #epq-v2-app section[data-screen-key="section3-rest-residue-no-children"] .epq-v2-rest-option-card-charity,
  #epq-v2-app .epq-v2-screen[data-screen-key="section3-simultaneous-death-distribution"] .epq-v2-simultaneous-layout {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 1.4rem !important;
  }
  #epq-v2-app section[data-screen-key="section3-rest-residue-no-children"] .epq-v2-rest-option-card-charity label,
  #epq-v2-app section[data-screen-key="section3-rest-residue-no-children"] .epq-v2-rest-option-card-charity .epq-field-group,
  #epq-v2-app section[data-screen-key="section3-simultaneous-death-distribution"] label,
  #epq-v2-app section[data-screen-key="section3-simultaneous-death-distribution"] .epq-field-group {
    display: block !important;
    grid-template-columns: none !important;
    width: 100% !important;
  }
  #epq-v2-app .epq-v2-screen[data-screen-key="section3-ira-conduit"] .epq-v2-yesno-grid,
  #epq-v2-app .epq-v2-screen[data-screen-key="section3-christian-preamble"] .epq-v2-yesno-grid {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: clamp(2rem, 14vw, 5rem) !important;
    grid-template-columns: none !important;
  }
  #epq-v2-app .epq-v2-screen[data-screen-key="section3-ira-conduit"] .epq-v2-yesno-card,
  #epq-v2-app .epq-v2-screen[data-screen-key="section3-christian-preamble"] .epq-v2-yesno-card {
    width: auto !important;
    min-width: 0 !important;
    flex: 0 0 auto !important;
  }
  #epq-v2-cd-modal-overlay > div > div.epq-v2-cd-modal-body > div > div.epq-v2-alt-panels > div.epq-v2-alt-panel.is-active > label > input {
    width: auto !important;
    max-width: none !important;
  }
}

/* v5.0.9 targeted fixes */
#epq-v2-modal-content .epq-gen-card-link,
#epq-modal-content .epq-gen-card-link{color:#d8ae66 !important;}
#epq-v2-app .epq-v2-review-rep-tabs{display:flex !important;flex-wrap:nowrap !important;white-space:nowrap !important;overflow-x:auto !important;gap:6px !important;}
#epq-v2-app .epq-v2-review-rep-tab{flex:0 0 auto !important;white-space:nowrap !important;}
#epq-v2-app .epq-v2-state-select{width:100% !important;padding:10px 12px !important;border:1px solid #d0d5dd !important;border-radius:14px !important;background:#fff !important;box-sizing:border-box !important;}
#epq-v2-app .epq-v2-spouse-county-row{display:block !important;}

/* v5.0.10 contact-field and critical-decision polish; v5.0.11 review freeze fix */
#epq-v2-app .epq-v2-partner-address-row,
#epq-v2-app .epq-v2-contact-row,
#epq-v2-app .epq-v2-dob-marriages-row,
#epq-v2-app .epq-row:has(#state),
#epq-v2-app .epq-row:has(#county) {
  align-items: end;
}
#epq-v2-app .epq-v2-state-select {
  width: 100%;
  min-height: 44px;
  border: 1px solid #d5dbe5;
  border-radius: 0.65rem;
  padding: 0.65rem 0.85rem;
  background: #fff;
  font: inherit;
}
#epq-v2-app .epq-v2-same-primary-contact {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0.4rem 0 1.2rem;
  font-weight: 800;
  color: #1f2937;
}
#epq-v2-app .epq-v2-same-primary-contact input {
  width: 1.15rem;
  height: 1.15rem;
}


/* v5.0.12: keep Rest and Residue beneficiary names on one review row. */
#epq-v2-app .epq-v2-mini-review-layout-copy.epq-v2-rest-beneficiary-review-copy .epq-v2-rest-review-name-row{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) 96px minmax(0,1fr) !important;
  gap:14px 18px !important;
  align-items:end !important;
}
#epq-v2-app .epq-v2-mini-review-layout-copy.epq-v2-rest-beneficiary-review-copy .epq-v2-rest-review-name-row > .epq-field-group,
#epq-v2-app .epq-v2-mini-review-layout-copy.epq-v2-rest-beneficiary-review-copy .epq-v2-rest-review-percent-row > .epq-field-group{
  min-width:0 !important;
  width:auto !important;
  margin-bottom:14px !important;
}
#epq-v2-app .epq-v2-mini-review-layout-copy.epq-v2-rest-beneficiary-review-copy .epq-v2-rest-review-percent-row{
  display:grid !important;
  grid-template-columns:minmax(160px,240px) !important;
  gap:14px !important;
}
#epq-v2-app .epq-v2-rest-review-beneficiary-block + .epq-v2-rest-review-beneficiary-block{
  margin-top:18px !important;
  padding-top:18px !important;
  border-top:1px solid rgba(216,174,102,.35) !important;
}
@media (max-width:640px){
  #epq-v2-app .epq-v2-mini-review-layout-copy.epq-v2-rest-beneficiary-review-copy .epq-v2-rest-review-name-row{
    grid-template-columns:minmax(0,1fr) 80px minmax(0,1fr) !important;
    gap:10px !important;
  }
}
