@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600&family=Inter:wght@400;500;600;700&display=swap";.rdp-root{--rdp-accent-color: blue;--rdp-accent-background-color: #f0f0ff;--rdp-day-height: 44px;--rdp-day-width: 44px;--rdp-day_button-border-radius: 100%;--rdp-day_button-border: 2px solid transparent;--rdp-day_button-height: 42px;--rdp-day_button-width: 42px;--rdp-selected-border: 2px solid var(--rdp-accent-color);--rdp-disabled-opacity: .5;--rdp-outside-opacity: .75;--rdp-today-color: var(--rdp-accent-color);--rdp-dropdown-gap: .5rem;--rdp-months-gap: 2rem;--rdp-nav_button-disabled-opacity: .5;--rdp-nav_button-height: 2.25rem;--rdp-nav_button-width: 2.25rem;--rdp-nav-height: 2.75rem;--rdp-range_middle-background-color: var(--rdp-accent-background-color);--rdp-range_middle-color: inherit;--rdp-range_start-color: white;--rdp-range_start-background: linear-gradient(var(--rdp-gradient-direction), transparent 50%, var(--rdp-range_middle-background-color) 50%);--rdp-range_start-date-background-color: var(--rdp-accent-color);--rdp-range_end-background: linear-gradient(var(--rdp-gradient-direction), var(--rdp-range_middle-background-color) 50%, transparent 50%);--rdp-range_end-color: white;--rdp-range_end-date-background-color: var(--rdp-accent-color);--rdp-week_number-border-radius: 100%;--rdp-week_number-border: 2px solid transparent;--rdp-week_number-height: var(--rdp-day-height);--rdp-week_number-opacity: .75;--rdp-week_number-width: var(--rdp-day-width);--rdp-weeknumber-text-align: center;--rdp-weekday-opacity: .75;--rdp-weekday-padding: .5rem 0rem;--rdp-weekday-text-align: center;--rdp-gradient-direction: 90deg;--rdp-animation_duration: .3s;--rdp-animation_timing: cubic-bezier(.4, 0, .2, 1)}.rdp-root[dir=rtl]{--rdp-gradient-direction: -90deg}.rdp-root[data-broadcast-calendar=true]{--rdp-outside-opacity: unset}.rdp-root{position:relative;box-sizing:border-box}.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;justify-content:center;align-items:center;display:flex;width:var(--rdp-day_button-width);height:var(--rdp-day_button-height);border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius)}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;position:relative;display:inline-flex;align-items:center;white-space:nowrap;border:0}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{border:none;background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;-moz-appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;position:relative;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height)}.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true]{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{display:inline-block;fill:var(--rdp-accent-color)}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform:rotate(180deg);transform-origin:50%}.rdp-dropdowns{position:relative;display:inline-flex;align-items:center;gap:var(--rdp-dropdown-gap)}.rdp-dropdown{z-index:2;opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;inset-block-start:0;inset-block-end:0;inset-inline-start:0;width:100%;margin:0;padding:0;cursor:inherit;border:none;line-height:inherit}.rdp-dropdown_root{position:relative;display:inline-flex;align-items:center}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{display:flex;align-content:center;height:var(--rdp-nav-height);font-weight:700;font-size:large}.rdp-root[data-nav-layout=around] .rdp-month,.rdp-root[data-nav-layout=after] .rdp-month{position:relative}.rdp-root[data-nav-layout=around] .rdp-month_caption{justify-content:center;margin-inline-start:var(--rdp-nav_button-width);margin-inline-end:var(--rdp-nav_button-width);position:relative}.rdp-root[data-nav-layout=around] .rdp-button_previous{position:absolute;inset-inline-start:0;top:0;height:var(--rdp-nav-height);display:inline-flex}.rdp-root[data-nav-layout=around] .rdp-button_next{position:absolute;inset-inline-end:0;top:0;height:var(--rdp-nav-height);display:inline-flex;justify-content:center}.rdp-months{position:relative;display:flex;flex-wrap:wrap;gap:var(--rdp-months-gap);max-width:fit-content}.rdp-month_grid{border-collapse:collapse}.rdp-nav{position:absolute;inset-block-start:0;inset-inline-end:0;display:flex;align-items:center;height:var(--rdp-nav-height)}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);font-weight:500;font-size:smaller;text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform)}.rdp-week_number{opacity:var(--rdp-week_number-opacity);font-weight:400;font-size:small;height:var(--rdp-week_number-height);width:var(--rdp-week_number-width);border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);text-align:var(--rdp-weeknumber-text-align)}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-weight:700;font-size:large}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled{opacity:var(--rdp-disabled-opacity)}.rdp-hidden{visibility:hidden;color:var(--rdp-range_start-color)}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border-color:transparent;border:unset;border-radius:unset;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{color:var(--rdp-range_start-color);background-color:var(--rdp-range_end-date-background-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}@keyframes rdp-slide_in_left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes rdp-slide_in_right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes rdp-slide_out_left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translate(0)}to{transform:translate(100%)}}.rdp-weeks_before_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_before_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}@keyframes rdp-fade_in{0%{opacity:0}to{opacity:1}}@keyframes rdp-fade_out{0%{opacity:1}to{opacity:0}}.rdp-caption_after_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_after_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.ach-secnote{display:flex;gap:.7rem;align-items:flex-start;background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;padding:.8rem 1rem;margin:0 0 1.1rem;color:#1e3a8a;font-size:.88rem;line-height:1.45}.ach-secnote strong{display:block;margin-bottom:.15rem}.ach-secnote svg{flex:0 0 auto;margin-top:.1rem}.ach-pw{position:relative}.ach-pw input{padding-right:5.2rem}.ach-pw__btn{position:absolute;right:.35rem;top:50%;transform:translateY(-50%);min-height:36px;padding:0 .7rem;border:0;background:transparent;color:#7d5c1d;font-weight:600;cursor:pointer;border-radius:8px}.ach-pw__btn:focus-visible{outline:2px solid #b9924a}.ach-ok{color:#047857;font-size:.82rem;margin:.3rem 0 0}.ach-err{color:#b91c1c;font-size:.82rem;margin:.3rem 0 0}.ach-invalid{border-color:#dc2626!important}.ach-mono{font-variant-numeric:tabular-nums;letter-spacing:.06em}.sigpad__canvas{display:block;width:100%;background:#fff;border:2px dashed #94a3b8;border-radius:12px;cursor:crosshair}.sigpad__bar{display:flex;justify-content:flex-end;margin-top:.4rem}.sigpad__line{flex:1}.sigpad__clear{min-height:40px;border:1px solid #cbd5e1;background:#fff;border-radius:8px;padding:0 .9rem;cursor:pointer;color:#334155;font-weight:600}.sigpad__clear:disabled{opacity:.5;cursor:default}.ach-ref{display:inline-block;margin:.5rem 0 0;padding:.5rem 1rem;border-radius:10px;background:#f1f5f9;font-weight:700;font-size:1.15rem;letter-spacing:.05em;-webkit-user-select:all;user-select:all}.landing-option-card--ach{background:#faf5ff;border-color:#d8b4fe}.landing-option-card--ach:hover{border-color:#7c3aed;box-shadow:0 4px 18px #7c3aed24}.landing-option-card--ach .landing-option-icon{background:#ede9fe;color:#6d28d9}.landing-option-card--ach .landing-option-arrow{color:#7c3aed}.landing-badge-new{display:inline-block;margin-left:.5rem;padding:.1rem .5rem;border-radius:999px;background:#7c3aed;color:#fff;font-size:.66rem;font-weight:700;letter-spacing:.06em;vertical-align:middle}.hp{--stone:#f3ede1;--plaster:#faf6ee;--paper:#fffdf8;--ink:#10203a;--ink2:#3b4a63;--gold:#b9924a;--gold-d:#7d5c1d;--line:#d9cfba;--serif:"Fraunces","Iowan Old Style","Palatino Linotype",Palatino,Georgia,serif;--sans:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;min-height:100vh;background:var(--stone);color:var(--ink);font-family:var(--sans);line-height:1.55;background-image:radial-gradient(circle at 12% -10%,#fff8e8 0,transparent 45%),radial-gradient(circle at 100% 30%,#efe5d0 0,transparent 40%);padding:0 16px 40px}.hp *,.hp *:before,.hp *:after{box-sizing:border-box}:where(.hp) :where(h1,h2,h3,h4,p,ul,ol){margin:0}:where(.hp) :where(ul,ol){padding:0;list-style:none}.hp>*{max-width:1180px;margin-inline:auto}:where(.hp) button{font:inherit;color:inherit;cursor:pointer}.hp :focus-visible{outline:3px solid var(--gold);outline-offset:3px;border-radius:6px}.hp-skip{position:absolute;left:-999px;top:8px;background:var(--ink);color:#fff;padding:8px 14px;border-radius:8px;z-index:10}.hp-skip:focus{left:8px}.hp-top{display:flex;justify-content:space-between;align-items:center;padding:18px 0}.hp-brand{display:block;line-height:0}.hp-brand img{width:100px;height:auto}@media (min-width:700px){.hp-brand img{width:140px}}.hp-foot-logo{width:90px;height:auto}.hp-eyebrow{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-d);font-weight:600;display:flex;gap:10px;align-items:center;flex-wrap:wrap}.hp-hero{padding:clamp(28px,6vw,64px) 0 clamp(20px,4vw,36px)}.hp-hero h1{font-family:var(--serif);font-weight:600;font-size:clamp(2.3rem,7.5vw,4.8rem);line-height:1.02;letter-spacing:-.02em;margin:14px 0;max-width:20ch}.hp-lead{font-size:clamp(1.05rem,2.4vw,1.3rem);color:var(--ink2);max-width:52ch}.hp-wizard{background:var(--ink);color:#f5efe0;border-radius:6px;padding:clamp(20px,4vw,40px);position:relative;background-image:linear-gradient(rgba(185,146,74,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(185,146,74,.08) 1px,transparent 1px);background-size:32px 32px}.hp-wizard h2{font-family:var(--serif);font-size:clamp(1.6rem,4.5vw,2.6rem);font-weight:600}.hp-hint{color:#c9d1e0;margin:6px 0 22px}.hp-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:12px}@media (min-width:1000px){.hp-cards{grid-template-columns:repeat(4,1fr)}}.hp-card{position:relative;text-align:left;display:flex;flex-direction:column;gap:10px;min-height:132px;padding:16px;background:#f9f4e8;color:var(--ink);border:2px solid transparent;border-radius:4px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;animation:hp-rise .5s ease both;animation-delay:calc(var(--i)*55ms)}.hp-card:hover{transform:translateY(-3px);box-shadow:0 10px 24px #00000047;border-color:var(--gold)}.hp-card[aria-pressed=true]{border-color:var(--gold);box-shadow:inset 0 -4px 0 var(--gold)}.hp-card-num{position:absolute;top:10px;right:12px;font-family:var(--serif);font-size:.85rem;color:var(--gold-d)}.hp-icon{color:var(--gold-d)}.hp-card-title{font-family:var(--serif);font-size:1.18rem;font-weight:600;line-height:1.2;margin-top:auto}.hp-badge{display:inline-block;font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:2px 8px;border-radius:99px;width:fit-content}.hp-badge--new{background:var(--gold);color:#1c1300}.hp-badge--soon{background:#dfe3ec;color:var(--ink)}.hp-sheet{margin-top:28px;background:var(--paper);border:1px solid var(--line);border-top:6px solid var(--gold);border-radius:4px;padding:clamp(18px,4vw,40px);scroll-margin-top:12px;animation:hp-rise .45s ease both;box-shadow:0 18px 40px -22px #10203a59}.hp-sheet:focus{outline:none}.hp-sheet-head{display:flex;gap:18px;align-items:flex-start}.hp-plate{flex:none;border:2px solid var(--ink);padding:6px 10px;text-align:center;font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;line-height:1.1}.hp-plate strong{display:block;font-family:var(--serif);font-size:1.9rem;letter-spacing:0;line-height:1.1}.hp-sheet-titles{flex:1;min-width:0}.hp-sheet h2{font-family:var(--serif);font-size:clamp(1.6rem,4.5vw,2.6rem);line-height:1.1;font-weight:600;margin:6px 0}.hp-sheet-tag{color:var(--ink2);font-size:1.05rem}.hp-close{flex:none;width:44px;height:44px;border-radius:50%;border:1px solid var(--line);background:#fff;display:grid;place-items:center}.hp-close:hover{background:var(--stone)}.hp-sheet-grid{display:grid;gap:28px;margin-top:26px}@media (min-width:800px){.hp-sheet-grid{grid-template-columns:1fr 1fr;gap:44px}}.hp-col{display:flex;flex-direction:column;gap:20px}.hp-sheet h3{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-d);margin-bottom:8px;font-weight:700}.hp-sheet section p{font-size:1.05rem}.hp-have{background:var(--plaster);border:1px dashed var(--gold);border-radius:4px;padding:16px}.hp-have li{display:flex;gap:10px;align-items:flex-start;padding:4px 0}.hp-have svg{flex:none;margin-top:3px;color:#2f6b3f}.hp-steps ol{counter-reset:s;display:flex;flex-direction:column;gap:14px;position:relative}.hp-steps li{display:flex;gap:14px;align-items:flex-start;font-size:1.05rem}.hp-step-n{flex:none;width:32px;height:32px;border-radius:50%;background:var(--ink);color:var(--gold);display:grid;place-items:center;font-family:var(--serif);font-weight:600}.hp-time{display:flex;gap:10px;align-items:center;margin-top:6px;color:var(--ink2)}.hp-time strong{color:var(--ink)}.hp-cta-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-top:30px}.hp-cta{display:inline-flex;align-items:center;gap:12px;background:var(--gold);color:#1c1300;font-weight:700;font-size:1.1rem;padding:16px 26px;border-radius:4px;text-decoration:none;box-shadow:0 4px 0 var(--gold-d);transition:transform .15s,box-shadow .15s;max-width:100%}.hp-cta:hover{transform:translateY(2px);box-shadow:0 2px 0 var(--gold-d)}.hp-copy{background:none;border:1px solid var(--line);padding:12px 16px;border-radius:4px;color:var(--ink2)}.hp-copy:hover{border-color:var(--ink)}.hp-note{margin-top:12px;font-size:.92rem;color:var(--ink2);background:#fbf0d6;padding:10px 14px;border-radius:4px}.hp-faq{margin-top:34px}.hp-faq-item{border-top:1px solid var(--line)}.hp-faq-item:last-child{border-bottom:1px solid var(--line)}.hp-faq-q{width:100%;display:flex;justify-content:space-between;gap:16px;align-items:center;text-align:left;background:none;border:0;padding:16px 4px;font-weight:600;font-size:1.05rem}.hp-faq-mark{flex:none;width:14px;height:14px;position:relative}.hp-faq-mark:before,.hp-faq-mark:after{content:"";position:absolute;background:var(--gold-d);left:0;right:0;top:6px;height:2px;transition:transform .2s}.hp-faq-mark:after{transform:rotate(90deg)}.hp-faq-q[aria-expanded=true] .hp-faq-mark:after{transform:rotate(0)}.hp-faq-a{padding:0 4px 16px;color:var(--ink2)}.hp-faq-a[hidden]{display:none}.hp-find{margin-top:44px;display:flex;flex-direction:column;gap:16px}.hp-search label{display:block;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-d);font-weight:700;margin-bottom:6px}.hp-search input{width:100%;font:inherit;font-size:1.1rem;padding:15px 16px;border:2px solid var(--ink);background:var(--paper);color:var(--ink);border-radius:4px}.hp-chips{display:flex;flex-wrap:wrap;gap:8px}.hp-chip{padding:8px 16px;border-radius:99px;border:1.5px solid var(--ink);background:transparent;font-weight:600;font-size:.92rem}.hp-chip[aria-pressed=true]{background:var(--ink);color:#f5efe0}.hp-count{font-size:.85rem;color:var(--ink2);margin-bottom:8px}.hp-empty{padding:12px 0}.hp-results ul{display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.hp-results li button{width:100%;text-align:left;display:flex;flex-direction:column;gap:4px;padding:14px 16px;background:var(--paper);border:1px solid var(--line);border-left:4px solid var(--gold);border-radius:4px}.hp-results li button:hover{border-color:var(--ink);border-left-color:var(--gold)}.hp-results li span{color:var(--ink2);font-size:.92rem}.hp-news{margin-top:44px}.hp-news h2{font-family:var(--serif);font-size:1.7rem;font-weight:600;margin-bottom:10px}.hp-news li{display:flex;flex-wrap:wrap;gap:6px 16px;align-items:center;padding:12px 0;border-top:1px solid var(--line)}.hp-news time{font-size:.85rem;color:var(--ink2);min-width:110px}.hp-news li button{background:none;border:0;padding:0;font-weight:600;font-size:1.05rem;text-decoration:underline;text-decoration-color:var(--gold);text-underline-offset:4px;text-align:left}.hp-foot{margin-top:56px;padding-top:24px;border-top:3px double var(--ink);display:flex;flex-direction:column;gap:14px}.hp-foot nav{display:flex;flex-wrap:wrap;gap:8px 24px}.hp-foot a{color:var(--ink);font-weight:600;text-underline-offset:4px}.hp-copy-r{font-size:.8rem;letter-spacing:.14em;color:var(--ink2)}@keyframes hp-rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.hp *,.hp *:before,.hp *:after{animation:none!important;transition:none!important}}@media (max-width:520px){.hp-sheet-head{flex-wrap:wrap}.hp-plate{order:0}.hp-cta{width:100%;justify-content:space-between}}.hp-lead{font-family:var(--serif);font-size:clamp(1.15rem,2.6vw,1.5rem);color:var(--ink);max-width:none}.hp-sub{margin-top:8px;color:var(--ink2);font-size:1.05rem;max-width:60ch}.hp-contact{margin-top:56px;display:grid;gap:24px;align-items:start}@media (min-width:900px){.hp-contact{grid-template-columns:1fr 1.5fr;gap:48px}}.hp-contact h2{font-family:var(--serif);font-size:clamp(1.6rem,4vw,2.4rem);font-weight:600;margin:8px 0 10px}.hp-contact-intro p:last-child{color:var(--ink2);max-width:40ch}.hp .landing-contact-details{background:var(--paper);border:1px solid var(--line);border-top:5px solid var(--gold);border-radius:4px;margin:0;box-shadow:0 18px 40px -26px #10203a59}.hp .landing-contact-summary{background:transparent;color:var(--ink);font-family:var(--serif);font-weight:600}.hp .landing-contact-body{padding:8px clamp(16px,3vw,28px) 24px}.hp .landing-contact-form input,.hp .landing-contact-form textarea,.hp .landing-contact-form select{font:inherit;font-size:16px;padding:12px 14px;border:1.5px solid var(--line);border-radius:4px;background:#fff;color:var(--ink);width:100%}.hp .landing-contact-form input:focus,.hp .landing-contact-form textarea:focus{outline:3px solid rgba(185,146,74,.45);border-color:var(--gold)}.hp .landing-contact-form .form-row{display:grid;gap:12px}@media (min-width:600px){.hp .landing-contact-form .form-row{grid-template-columns:1fr 1fr}}.hp .landing-contact-form .form-group{margin-bottom:14px}.hp .landing-contact-form label{display:block;font-weight:600;margin-bottom:5px;color:var(--ink)}.hp .landing-contact-form .req{color:#a4262c}.hp .landing-contact-form .form-group.hp{position:absolute;left:-9999px;width:1px;height:1px;min-height:0;padding:0;margin:0;overflow:hidden;background:none}.hp .landing-contact-form .btn.portal-submit-btn{background:var(--ink);color:#f5efe0;border:0;border-radius:4px;padding:14px 26px;font-weight:700;font-size:1rem;box-shadow:0 4px #000;cursor:pointer}.hp .landing-contact-form .btn.portal-submit-btn:disabled{opacity:.6}.hp .landing-contact-privacy a{color:var(--gold-d)}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#f8fafc;color:#1e293b;line-height:1.5}#root{min-height:100vh}.container{max-width:640px;margin:0 auto;padding:0 1rem}.card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #00000014;margin-bottom:1.5rem}.invoice-portal-root{min-height:100vh;position:relative}.invoice-portal-hero-bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;min-height:100vh;background-color:#1b365d}.invoice-portal-hero-bg .hero-fallback{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.invoice-portal-hero-bg .hero-fallback-logo{width:min(42vw,280px);height:auto;opacity:.28;pointer-events:none}.invoice-portal-hero-bg .hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:opacity .7s}.invoice-portal-hero-bg .hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000bf,#00000073,#00000040)}.invoice-portal-form-panel{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;min-height:100vh;padding:1.5rem}.invoice-portal-card-wrap{width:100%;max-width:480px}@media (min-width: 640px){.invoice-portal-card-wrap{max-width:600px}}@media (min-width: 768px){.invoice-portal-card-wrap{max-width:720px}}@media (min-width: 1024px){.invoice-portal-card-wrap{max-width:800px}}.invoice-portal-logo{display:flex;justify-content:center;margin-bottom:1.5rem}.invoice-portal-logo img{height:5rem;width:auto;object-fit:contain}@media (min-width: 640px){.invoice-portal-logo img{height:6rem}}.invoice-portal-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;box-shadow:0 4px 24px #0000000f;padding:2rem;transition:box-shadow .3s}.invoice-portal-card:hover{box-shadow:0 8px 32px #00000014}.invoice-portal-title{font-size:1.25rem;font-weight:600;color:#111827;text-align:center;margin:0 0 .25rem;letter-spacing:-.025em}@media (min-width: 640px){.invoice-portal-title{font-size:1.5rem}}.invoice-portal-subtitle{font-size:.875rem;color:#6b7280;text-align:center;margin:0 0 1.5rem}.invoice-portal-form .form-group{margin-bottom:1rem}.invoice-portal-form .form-group label{display:block;font-weight:500;font-size:.875rem;margin-bottom:.25rem;color:#374151}.invoice-portal-form .form-group label .req{color:#dc2626;margin-left:.125rem}.invoice-portal-form .form-group input.placeholder-light::placeholder{color:#9ca3af}.invoice-portal-form .form-group input,.invoice-portal-form .form-group select,.invoice-portal-form .form-group textarea{width:100%;padding:.5rem .75rem;border:1px solid #e5e7eb;border-radius:.75rem;font-size:1rem}.invoice-portal-form .form-group input:focus,.invoice-portal-form .form-group select:focus,.invoice-portal-form .form-group textarea:focus{outline:none;border-color:#d1d5db;box-shadow:0 0 0 2px #11182714}.invoice-portal-form .form-group textarea{min-height:80px;resize:vertical}.portal-date-range{margin-bottom:1rem;padding:1rem 1.125rem;background:#f8fafc;border:1px solid #e5e7eb;border-radius:.75rem}.portal-date-range__title{margin:0 0 .75rem;font-size:.65rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.portal-date-range__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.portal-date-range .form-group{margin-bottom:0}.portal-iso-date-trigger{display:flex;width:100%;align-items:center;gap:.5rem;padding:.5rem .75rem;border:1px solid #e5e7eb;border-radius:.75rem;font-size:1rem;line-height:1.4;font-family:inherit;background:#fff;color:#1e293b;cursor:pointer;text-align:left;transition:border-color .15s ease,box-shadow .15s ease}.portal-iso-date-trigger:hover:not(:disabled){border-color:#d1d5db}.portal-iso-date-trigger:focus-visible{outline:none;border-color:#d1d5db;box-shadow:0 0 0 2px #11182714}.portal-iso-date-trigger:disabled{opacity:.6;cursor:not-allowed}.portal-iso-date-trigger--empty .portal-iso-date-trigger-text{color:#9ca3af}.portal-iso-date-trigger-icon{width:1.125rem;height:1.125rem;flex-shrink:0;opacity:.55;color:#64748b}.portal-iso-date-trigger-text{flex:1;min-width:0}.portal-iso-date-popover{z-index:5000;border-radius:.75rem;border:1px solid #e5e7eb;background:#fff;box-shadow:0 10px 40px #0f172a1f,0 2px 8px #0f172a0f;padding:.5rem}.portal-iso-day-picker{--rdp-accent-color: #2563eb;--rdp-accent-background-color: #eff6ff;margin:0}.portal-iso-day-picker .rdp-dropdown_root{border-radius:.375rem;border:1px solid #e5e7eb}@media (max-width: 600px){.portal-date-range__row{grid-template-columns:1fr}}.invoice-portal-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 600px){.invoice-portal-form .form-row{grid-template-columns:1fr}}.invoice-portal-form .mt-1{margin-top:.25rem}.invoice-portal-form .hp{position:absolute;left:-9999px;opacity:0;pointer-events:none}.invoice-portal-form .file-name{font-size:.875rem;color:#64748b;display:block;margin-top:.25rem}.invoice-portal-form .error{color:#dc2626;font-size:.875rem;margin-top:.25rem}.invoice-portal-form .submit-wrap{margin-top:1rem}.invoice-portal-form .btn{width:100%;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;border:none;border-radius:.75rem;cursor:pointer;background:#111827;color:#fff;transition:background .2s,box-shadow .2s}.invoice-portal-form .btn:hover{background:#1f2937;box-shadow:0 4px 12px #11182733}.invoice-portal-form .btn:disabled{opacity:.6;cursor:not-allowed}.portal-invoice-dropzone.portal-dropzone-filled{border-color:#34d399;border-style:solid;background:linear-gradient(180deg,#ecfdf5,#f7fee7)}.portal-invoice-dropzone .portal-file-selected-name{font-weight:600;color:#047857;margin-top:.35rem}.portal-num-lines-btns{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.35rem}.portal-num-line-btn{min-width:3rem;padding:.5rem .85rem;font-size:.9375rem;font-weight:600;border-radius:.65rem;border:1px solid #e2e8f0;background:#fff;color:#334155;cursor:pointer;font-family:inherit;transition:background .15s ease,border-color .15s ease,color .15s ease}.portal-num-line-btn:hover{border-color:#cbd5e1;background:#f8fafc}.portal-num-line-btn.active{border-color:#111827;background:#111827;color:#fff}.portal-num-lines-hint{margin-top:.5rem!important;font-size:.8125rem!important;line-height:1.4}.portal-invoice-line-block{margin-bottom:1.25rem;padding:1rem 1rem .25rem;border-radius:.75rem;border:1px solid #e5e7eb;background:#fafafa}.portal-invoice-line-title{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#64748b;margin:0 0 .75rem}.portal-field-hint{margin:0 0 .5rem;font-size:.8125rem;line-height:1.45;color:#64748b}.portal-field-hint--multiline{margin-top:-.25rem;margin-bottom:.75rem}.portal-date-range .portal-field-hint--service-period{margin:-.15rem 0 .65rem}.portal-invoice-line-block .portal-date-range--nested{margin-top:.75rem;margin-bottom:.75rem}.portal-file-remove{margin-top:.65rem;padding:.4rem .95rem;font-size:.8125rem;font-weight:600;color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:9999px;cursor:pointer;font-family:inherit;transition:background .15s ease,border-color .15s ease,color .15s ease}.portal-file-remove:hover{color:#b91c1c;border-color:#fecaca;background:#fef2f2}.invoice-portal-form .btn.portal-submit-btn{padding:.9rem 1.5rem;font-weight:600;letter-spacing:.02em;border-radius:.875rem;background:linear-gradient(180deg,#1f2937,#111827);box-shadow:0 1px 2px #0000000f,0 8px 28px #11182724}.invoice-portal-form .btn.portal-submit-btn:hover:not(:disabled){background:linear-gradient(180deg,#374151,#1f2937);box-shadow:0 4px 24px #11182733;transform:translateY(-1px)}.invoice-portal-form .btn.portal-submit-btn:active:not(:disabled){transform:translateY(0)}.invoice-portal-root--facturas .invoice-portal-card{border:1px solid rgba(37,99,235,.22);border-top:3px solid #2563eb;box-shadow:0 8px 28px #2563eb1a,0 2px 8px #0000000a}.invoice-portal-root--facturas .portal-date-range{background:#eff6ff;border-color:#bfdbfe}.invoice-portal-root--facturas .portal-invoice-line-block{background:#f8fafc;border-color:#c7d2fe}.invoice-portal-root--facturas .portal-num-line-btn:hover{border-color:#93c5fd;background:#eff6ff}.invoice-portal-root--facturas .portal-num-line-btn.active{border-color:#2563eb;background:#2563eb;color:#fff}.invoice-portal-root--facturas .gov-dropzone{border-color:#93c5fd;background:#eff6ff}.invoice-portal-root--facturas .gov-dropzone:hover,.invoice-portal-root--facturas .gov-dropzone.drag{border-color:#3b82f6;background:#dbeafe}.invoice-portal-root--facturas .gov-dropzone-svg{color:#2563eb}.invoice-portal-root--facturas .portal-invoice-dropzone.portal-dropzone-filled{background:#dbeafe;border-color:#3b82f6;border-style:solid}.invoice-portal-root--facturas .portal-invoice-dropzone.portal-dropzone-filled .portal-file-selected-name{color:#1d4ed8}.invoice-portal-root--facturas .invoice-cert-block{background:#1e3a8a;border:1px solid #3b82f6}.invoice-portal-root--facturas .invoice-cert-block .invoice-cert-title{color:#93c5fd}.invoice-portal-root--facturas .invoice-cert-block .invoice-cert-amount{color:#f8fafc}.invoice-portal-root--facturas .invoice-cert-check{color:#e2e8f0}.invoice-portal-root--facturas .invoice-portal-form .btn{background:#2563eb}.invoice-portal-root--facturas .invoice-portal-form .btn:hover:not(:disabled){background:#1d4ed8;box-shadow:0 4px 14px #2563eb59}.invoice-portal-root--facturas .invoice-portal-form .btn.portal-submit-btn{background:#2563eb;box-shadow:0 2px 8px #2563eb40}.invoice-portal-root--facturas .invoice-portal-form .btn.portal-submit-btn:hover:not(:disabled){background:#1d4ed8;box-shadow:0 4px 20px #2563eb59;transform:translateY(-1px)}.invoice-portal-root--facturas .portal-vendor-banner{color:#1e40af;background:#dbeafe;border:1px solid #93c5fd}.invoice-portal-root--facturas .portal-field-error{color:#dc2626}.invoice-portal-root--facturas .portal-autofill-field{background:#eff6ff!important;border-color:#bfdbfe!important}.invoice-portal-root--facturas .success-card h2{color:#1d4ed8}.invoice-portal-root--facturas .success-card .btn{background:#2563eb}.invoice-portal-root--facturas .success-card .btn:hover{background:#1d4ed8}.invoice-portal-hero .hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:opacity .7s}.invoice-portal-hero .hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000bf,#0006,#0003)}.success-card{text-align:center;padding:2rem;max-width:420px;margin:0 auto}.success-card h2{color:#059669;margin:0 0 .5rem;font-size:1.5rem}.success-card p{color:#64748b;margin:0}.invoice-cert-block{background:#1a1a1e;color:#f4f4f5;border-radius:8px;padding:1rem 1.25rem;margin-bottom:1rem}.invoice-cert-title{margin:0 0 .5rem;font-size:.65rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#a1a1aa}.invoice-cert-amount{margin:0 0 1rem;font-size:1.75rem;font-weight:700;letter-spacing:-.02em}.invoice-cert-check{display:flex;gap:.75rem;align-items:flex-start;font-size:.875rem;line-height:1.45;color:#e4e4e7;cursor:pointer}.invoice-cert-check input{margin-top:.2rem;flex-shrink:0}.landing-page{min-height:100vh;background:#d1cec5;display:flex;align-items:center;justify-content:center;padding:1.5rem 1rem 2rem}.landing-shell{width:100%;max-width:520px}.landing-card{position:relative;background:#fff;border-radius:12px;box-shadow:0 8px 32px #00000014,0 2px 8px #0000000a;border:1px solid rgba(0,0,0,.06);padding:2.25rem 1.75rem 1.75rem}@media (min-width: 640px){.landing-card{padding:2.5rem 2rem 2rem}}.landing-lang{position:absolute;top:1rem;right:1rem;z-index:2}.portal-lang-toggle{display:inline-flex;gap:.35rem;align-items:center}.portal-lang-pill{border:1px solid #d4d4d8;background:#fff;color:#888;font-size:.8125rem;font-weight:600;padding:.4rem .9rem;border-radius:9999px;cursor:pointer;transition:background .2s,color .2s,border-color .2s;font-family:inherit}.portal-lang-pill:hover{border-color:#a1a1aa;color:#52525b}.portal-lang-pill.active{background:#1a1a1e;color:#fff;border-color:#1a1a1e}.invoice-portal-card--with-toggle{position:relative}.portal-lang-toggle-card{position:absolute;top:1rem;right:1rem;z-index:2}.landing-brand{display:flex;justify-content:center;margin-bottom:1.35rem;padding-right:2.5rem}@media (max-width: 520px){.landing-brand{padding-right:0}}.landing-brand-solo{height:4.25rem;width:auto;max-width:min(100%,280px);object-fit:contain}@media (min-width: 640px){.landing-brand-solo{height:5rem}}.landing-title{font-size:1.375rem;font-weight:700;color:#111827;text-align:center;margin:0 0 .35rem;letter-spacing:-.02em;line-height:1.2}@media (min-width: 640px){.landing-title{font-size:1.625rem}}.landing-subtitle{font-size:.9375rem;color:#6b7280;text-align:center;margin:0 0 1.25rem;line-height:1.45}.landing-divider{height:1px;background:#e5e7eb;margin:0 0 1.25rem}.landing-question{font-size:.9375rem;color:#6b7280;text-align:center;margin:0 0 1.25rem;font-weight:500}.landing-options{display:flex;flex-direction:column;gap:.85rem;margin-bottom:1.5rem}.landing-option-card{display:flex;flex-direction:row;align-items:center;gap:.9rem;padding:1rem 1rem 1rem 1.1rem;border:1.5px solid #d1d5db;border-radius:12px;background:#fff;text-decoration:none;color:inherit;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.landing-option-card:hover{border-color:#1a1a1a;box-shadow:0 4px 16px #0000000f}.landing-option-card:focus-visible{outline:2px solid #1a1a1a;outline-offset:2px}.landing-option-icon{flex-shrink:0;width:2.75rem;height:2.75rem;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border-radius:8px;color:#6b7280}.landing-option-icon svg{display:block}.landing-option-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.35rem;text-align:left}.landing-option-body .landing-option-title,.landing-option-body .landing-option-desc,.landing-option-body .landing-option-examples{display:block}.landing-option-title{font-weight:600;font-size:.9375rem;color:#111827;line-height:1.25}.landing-option-desc{font-size:.8125rem;color:#6b7280;line-height:1.45}.landing-option-examples{font-size:.75rem;color:#9ca3af;line-height:1.35}.landing-option-arrow{flex-shrink:0;color:#9ca3af;font-size:1.125rem;font-weight:400;line-height:1;padding-left:.25rem}.landing-option-card--gov{background:#ecfdf5;border-color:#6ee7b7}.landing-option-card--gov:hover{border-color:#059669;box-shadow:0 4px 18px #05966924}.landing-option-card--gov .landing-option-icon{background:#d1fae5;color:#047857}.landing-option-card--gov .landing-option-arrow{color:#059669}.landing-option-card--invoice{background:#eff6ff;border-color:#93c5fd}.landing-option-card--invoice:hover{border-color:#2563eb;box-shadow:0 4px 18px #2563eb24}.landing-option-card--invoice .landing-option-icon{background:#dbeafe;color:#1d4ed8}.landing-option-card--invoice .landing-option-arrow{color:#2563eb}.landing-footer{margin:0 0 1rem;font-size:.75rem;color:#9ca3af;text-align:center;line-height:1.55}.landing-contact-details{margin-top:.75rem;text-align:left;border:1.5px solid #d1d5db;border-radius:12px;background:#fff;overflow:hidden;box-shadow:0 2px 10px #0000000a;transition:border-color .2s ease,box-shadow .2s ease}.landing-contact-details[open]{border-color:#9ca3af;box-shadow:0 4px 18px #00000012}.landing-contact-summary{cursor:pointer;list-style:none;display:flex;align-items:center;gap:.85rem;padding:1rem 1.1rem;margin:0;font-size:.9375rem;font-weight:600;color:#111827;line-height:1.35;background:linear-gradient(180deg,#fafafa,#fff);transition:background .2s ease}.landing-contact-summary:hover{background:#f3f4f6}.landing-contact-details[open] .landing-contact-summary{border-bottom:1px solid #e5e7eb}.landing-contact-summary::-webkit-details-marker{display:none}.landing-contact-summary-icon{flex-shrink:0;width:2.75rem;height:2.75rem;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border-radius:8px;color:#6b7280}.landing-contact-summary-icon svg{display:block}.landing-contact-summary-text{flex:1;min-width:0}.landing-contact-summary:after{content:"▸";flex-shrink:0;color:#9ca3af;font-size:.875rem;transition:transform .2s ease}.landing-contact-details[open] .landing-contact-summary:after{transform:rotate(90deg)}.landing-contact-body{padding:1.1rem 1.15rem 1.35rem;background:#fff}.landing-contact-intro{font-size:.8125rem;color:#6b7280;line-height:1.5;margin:0 0 1.1rem}.landing-contact-privacy{font-size:.8125rem;line-height:1.45;margin:-.35rem 0 1rem}.landing-contact-privacy a{color:#2563eb;text-decoration:underline;text-underline-offset:2px}.landing-contact-privacy a:hover{color:#1d4ed8}.landing-contact-form{margin-top:0}.landing-contact-form .btn.portal-submit-btn{width:100%}.landing-contact-captcha{margin-bottom:.75rem}.landing-contact-error{margin-bottom:.5rem}.landing-contact-success{font-size:.875rem;color:#059669;margin:0;line-height:1.5;padding:.25rem 0 .15rem}.landing-page.gov-page{background:#d0ddd9}.gov-page .gov-shell{width:100%;max-width:640px}@media (min-width: 768px){.gov-page .gov-shell{max-width:720px}}.gov-form-card{border-radius:16px;border:1px solid rgba(15,118,110,.18);border-top:3px solid #0f766e;background:#fff;box-shadow:0 8px 28px #0f766e1a,0 2px 8px #0000000a}.gov-subtitle-tight{margin-bottom:.35rem}.gov-back-wrap{margin:0 0 .35rem;text-align:center}.gov-back-link{font-size:.875rem;color:#6b7280;text-decoration:none;font-weight:500}.gov-back-link:hover{color:#111827;text-decoration:underline}.gov-form{margin-top:1rem;text-align:left}.gov-section-label{margin:1.35rem 0 .65rem;font-size:.65rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.gov-form>.gov-section-label:first-of-type{margin-top:0}.gov-doctype-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1rem}@media (max-width: 520px){.gov-doctype-grid{grid-template-columns:1fr}}.gov-doctype-btn{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:.35rem;padding:1rem;min-height:5.1rem;border:1.5px solid #d1fae5;border-radius:12px;background:#fafafa;cursor:pointer;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.gov-doctype-btn:hover{border-color:#6ee7b7;background:#fff}.gov-doctype-btn.selected{border-color:#0f766e;background:#ecfdf5;box-shadow:0 0 0 1px #0f766e}.gov-doctype-btn.full{grid-column:1 / -1}.gov-doctype-title{font-weight:600;font-size:.9375rem;color:#111827;line-height:1.25}.gov-doctype-sub{font-size:.75rem;color:#6b7280;line-height:1.4}.gov-fiscal-block{margin-bottom:1rem;padding:1rem 1.125rem;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:.75rem}.gov-fiscal-block__title{margin:0 0 .75rem;font-size:.65rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.gov-year-pills{display:flex;flex-wrap:wrap;gap:.5rem}.gov-year-pill{border:1px solid #e5e7eb;background:#fff;color:#374151;font-size:.875rem;font-weight:600;padding:.45rem .95rem;border-radius:9999px;cursor:pointer;font-family:inherit;transition:background .15s ease,border-color .15s ease,color .15s ease}.gov-year-pill:hover{border-color:#cbd5e1}.gov-year-pill.selected{background:#0f766e;border-color:#0f766e;color:#fff}.gov-info-note{font-size:.8125rem;color:#475569;line-height:1.45;padding:.75rem 1rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;margin-bottom:1rem}.gov-dropzone{position:relative;display:flex;flex-direction:column;align-items:center;gap:.35rem;border:2px dashed #5eead4;border-radius:12px;padding:1.75rem 1.25rem;text-align:center;cursor:pointer;background:#f0fdfa;transition:border-color .2s ease,background .2s ease}.gov-dropzone:hover,.gov-dropzone.drag{border-color:#14b8a6;background:#ecfdf5}.gov-dropzone:focus-visible{outline:2px solid #111827;outline-offset:2px}.gov-file-input{position:absolute;width:0;height:0;opacity:0;pointer-events:none;overflow:hidden}.gov-dropzone-svg{color:#0d9488;flex-shrink:0}.gov-dropzone-text{font-size:.9375rem;font-weight:500;color:#374151}.gov-dropzone-sub{font-size:.75rem;color:#9ca3af}.gov-file-name{margin-top:.25rem}.gov-cert-block{border-radius:10px}.gov-page .invoice-cert-block.gov-cert-block{background:#115e59;border:1px solid #2dd4bf}.gov-page .invoice-cert-block.gov-cert-block .invoice-cert-check,.gov-page .invoice-cert-block.gov-cert-block .gov-cert-check{color:#ecfdf5}.gov-cert-privacy{margin:.85rem 0 0;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.1);font-size:.8125rem;line-height:1.45}.gov-cert-privacy a{color:#a5b4fc;text-decoration:underline}.gov-cert-privacy a:hover{color:#c7d2fe}.gov-page-footer{margin-top:1.35rem;font-size:.75rem;color:#9ca3af;text-align:center;line-height:1.55}.gov-thank-card{text-align:center}.gov-thank-title{color:#059669;margin-bottom:.5rem}.gov-thank-body{color:#6b7280;margin-bottom:0}.gov-thank-cta-wrap{margin:1.5rem 0 0}.gov-thank-btn{display:inline-block;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;border:none;border-radius:.75rem;cursor:pointer;background:#0f766e;color:#fff;text-decoration:none;transition:background .2s ease,box-shadow .2s ease}.gov-thank-btn:hover{background:#115e59;box-shadow:0 4px 14px #115e5947}.portal-vendor-banner{margin:0 0 1rem;padding:.65rem .85rem;border-radius:.5rem;font-size:.8125rem;color:#d1d5db;background:#1111108c;border:1px solid rgba(255,255,255,.08)}.portal-vendor-id-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:stretch}.portal-vendor-id-row .form-control{flex:1;min-width:0}.portal-vendor-autofill-btn{flex-shrink:0;white-space:nowrap}.portal-autofill-field{background:#f1efe814!important;border-color:#2b2a2a21!important}.portal-field-error{margin:.35rem 0 0;font-size:.8125rem;color:#fca5a5}:root{--pf-navy: #1b365d;--pf-navy-ink: #10233f;--pf-gold: #c9962b;--pf-gold-soft: #fff4d6;--pf-blue-soft: #eaf1fb;--pf-mint-soft: #e6f5ec;--pf-mint: #1f7a4d;--pf-danger: #b42318;--pf-danger-soft: #fdecea;--pf-line: #d6dde8;--pf-text: #1f2a3c;--pf-muted: #4b5a70}.invoice-portal-root--facturas .invoice-portal-card--flow{background:transparent;border:0;box-shadow:none;padding:0}.invoice-portal-root--facturas .invoice-portal-card--flow:hover{box-shadow:none}.invoice-portal-root--flow .invoice-portal-form-panel{align-items:flex-start;padding:1rem .75rem 0}@media (min-width: 640px){.invoice-portal-root--flow .invoice-portal-form-panel{padding:2rem 1.5rem 0}}.invoice-portal-root--flow .hero-overlay,.invoice-portal-root--flow .invoice-portal-hero-bg{background-color:var(--pf-navy)}.pf-header{background:#fff;border-radius:1.25rem;padding:1.75rem 1.25rem 1.5rem;margin-bottom:1rem;box-shadow:0 6px 24px #10233f24;border-top:4px solid var(--pf-gold);text-align:center}.pf-header .invoice-portal-logo{margin-bottom:.75rem}.pf-header .invoice-portal-title{font-size:1.5rem;color:var(--pf-navy)}.pf-header .invoice-portal-subtitle{font-size:1rem;color:var(--pf-muted);margin-bottom:.75rem}.pf-header__note{margin:0 auto .5rem;max-width:34rem;font-size:1rem;color:var(--pf-text);background:var(--pf-gold-soft);border-radius:.875rem;padding:.65rem 1rem}.pf-legend{margin:0;font-size:.875rem;color:var(--pf-muted)}.pf-legend .req,.pf-form .req{color:var(--pf-danger);font-weight:700}.gov-form-card--flow .pf-header__note{margin-top:.5rem}.gov-form-card--flow .pf-legend{text-align:center}.pf-progress{position:sticky;top:.5rem;z-index:20;background:#fffffff5;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:1rem;padding:.65rem .75rem .7rem;margin-bottom:1rem;box-shadow:0 4px 18px #10233f29}.pf-progress__now{margin:0 0 .5rem;font-size:.9375rem;color:var(--pf-navy);text-align:center}.pf-progress__list{list-style:none;margin:0;padding:0;display:flex;gap:.25rem;justify-content:space-between}.pf-progress__item{flex:1 1 0;min-width:0}.pf-progress__dot{width:100%;display:flex;flex-direction:column;align-items:center;gap:.25rem;background:none;border:0;padding:.15rem 0;cursor:pointer;font-family:inherit;color:var(--pf-muted)}.pf-progress__dot>span:first-child{width:2rem;height:2rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;background:#e8edf5;color:var(--pf-navy);border:2px solid transparent;transition:background .2s,color .2s}.pf-progress__dot.is-active>span:first-child{background:var(--pf-navy);color:#fff}.pf-progress__dot.is-done>span:first-child{background:var(--pf-mint-soft);color:var(--pf-mint);border-color:var(--pf-mint)}.pf-progress__dot.is-active.is-done>span:first-child{background:var(--pf-mint);color:#fff}.pf-progress__label{font-size:.75rem;line-height:1.2;text-align:center;font-weight:600}.pf-progress__dot.is-active .pf-progress__label{color:var(--pf-navy)}@media (max-width: 560px){.pf-progress__label{display:none}}.pf-progress__dot:focus-visible,.pf-choice:focus-within,.gov-dropzone:focus-visible,.portal-num-line-btn:focus-visible,.gov-doctype-btn:focus-visible,.gov-year-pill:focus-visible,.portal-lang-pill:focus-visible,.landing-option-card:focus-visible,.pf-form .btn:focus-visible{outline:3px solid var(--pf-gold);outline-offset:2px}.pf-form{text-align:left}.pf-step{background:#fff;border-radius:1.25rem;padding:1.25rem 1.1rem 1.1rem;margin-bottom:1rem;box-shadow:0 6px 24px #10233f1f;scroll-margin-top:6.5rem}@media (min-width: 640px){.pf-step{padding:1.75rem 1.75rem 1.5rem}}.gov-form-card--flow .pf-step{box-shadow:none;border:1px solid var(--pf-line);background:#fbfcfe}.pf-step__head{display:flex;gap:.85rem;align-items:flex-start;margin-bottom:1.1rem}.pf-step__num{flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:1.05rem;color:var(--pf-navy-ink);background:var(--pf-gold-soft);border:2px solid var(--pf-gold)}.pf-step__num.is-done{background:var(--pf-mint-soft);border-color:var(--pf-mint);color:var(--pf-mint)}.pf-step__title{margin:0;font-size:1.2rem;line-height:1.3;color:var(--pf-navy)}.pf-step__help{margin:.2rem 0 0;font-size:.9375rem;color:var(--pf-muted)}.pf-form .form-group{margin-bottom:1.1rem}.pf-form .form-group label,.pf-form .portal-date-range__title{font-size:.9375rem;font-weight:600;color:var(--pf-text);margin-bottom:.35rem}.pf-form .portal-date-range__title{text-transform:none;letter-spacing:0}.pf-form .form-group input,.pf-form .form-group select,.pf-form .form-group textarea{min-height:3rem;padding:.65rem .9rem;font-size:1rem;border:1.5px solid #b8c4d6;border-radius:.875rem;background:#fff;color:var(--pf-text);font-family:inherit}.pf-form .form-group input::placeholder,.pf-form .form-group textarea::placeholder{color:#74839a}.pf-form .form-group input:focus,.pf-form .form-group select:focus,.pf-form .form-group textarea:focus{outline:none;border-color:var(--pf-navy);box-shadow:0 0 0 3px #c9962b73}.pf-form .portal-field-hint{font-size:.875rem;color:var(--pf-muted);margin:0 0 .5rem}.pf-form .portal-field-error{color:var(--pf-danger);font-weight:600;font-size:.9375rem}.pf-form .portal-autofill-field{background:var(--pf-blue-soft)!important}.pf-form .form-group:has(:is(input,select,textarea):required:user-invalid):after,.pf-form.show-errors .form-group:has(:is(input,select,textarea):required:invalid):after{content:var(--req-msg, "Required");display:block;margin-top:.35rem;color:var(--pf-danger);font-size:.875rem;font-weight:600}.pf-form .form-group input:required:user-invalid,.pf-form .form-group select:required:user-invalid,.pf-form.show-errors .form-group input:required:invalid,.pf-form.show-errors .form-group select:required:invalid{border-color:var(--pf-danger);background:var(--pf-danger-soft)}.pf-form .form-group.hp{position:absolute;left:-9999px;height:0;overflow:hidden}.pf-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}@media (max-width: 460px){.pf-choice-grid{grid-template-columns:1fr}}.pf-choice{position:relative;display:flex;flex-direction:column;gap:.15rem;padding:.9rem 1rem .9rem 2.75rem;border:2px solid var(--pf-line);border-radius:1rem;background:#fff;cursor:pointer;min-height:4rem;transition:border-color .15s,background .15s}.pf-choice:hover{border-color:#98a9c4}.pf-choice-grid .pf-choice{display:flex;flex-direction:column}.pf-choice.is-selected{border-color:var(--pf-navy);background:var(--pf-blue-soft)}.pf-choice input{position:absolute;left:1rem;top:1.15rem;width:1.25rem!important;height:1.25rem;min-height:0!important;margin:0;padding:0!important;accent-color:var(--pf-navy)}.pf-choice__title{font-weight:700;font-size:1rem;color:var(--pf-navy)}.pf-choice__sub{font-size:.875rem;color:var(--pf-muted)}.pf-form .portal-num-lines-btns{display:flex;gap:.5rem}.pf-form .portal-num-line-btn{min-width:3.5rem;min-height:3rem;font-size:1.05rem;font-weight:700;border-radius:.875rem;border:2px solid var(--pf-line);background:#fff;color:var(--pf-navy);cursor:pointer;font-family:inherit}.pf-form .portal-num-line-btn.active,.invoice-portal-root--facturas .pf-form .portal-num-line-btn.active{background:var(--pf-navy);border-color:var(--pf-navy);color:#fff}.pf-form .portal-invoice-line-block{background:var(--pf-blue-soft);border:1px solid #c9d8ee;border-radius:1rem;padding:1rem;margin-bottom:1rem}.pf-form .portal-invoice-line-title{margin:0 0 .75rem;font-weight:700;font-size:1.05rem;color:var(--pf-navy)}.pf-form .portal-date-range{background:var(--pf-gold-soft);border:1px solid #f0dca4;border-radius:1rem}.pf-form .invoice-cert-block,.invoice-portal-root--facturas .pf-form .invoice-cert-block{background:var(--pf-mint-soft);border:1.5px solid #a9d9bf;border-radius:1rem;color:var(--pf-text);padding:1rem 1.1rem}.pf-form .invoice-cert-block .invoice-cert-title{color:var(--pf-navy);font-weight:700;margin:0 0 .25rem}.pf-form .invoice-cert-block .invoice-cert-amount{color:var(--pf-navy);font-size:1.6rem;font-weight:800;margin:0 0 .5rem}.pf-form .invoice-cert-check{display:flex;gap:.75rem;align-items:flex-start;font-size:.9375rem;line-height:1.5;color:var(--pf-text);cursor:pointer}.pf-form .invoice-cert-check input{width:1.4rem;height:1.4rem;flex-shrink:0;margin-top:.1rem;accent-color:var(--pf-mint)}.gov-page .pf-form .invoice-cert-block.gov-cert-block{background:var(--pf-mint-soft);color:var(--pf-text)}.gov-page .pf-form .gov-cert-privacy a{color:var(--pf-navy);font-weight:600;text-decoration:underline}.pf-form .gov-dropzone{border:2.5px dashed var(--pf-gold);background:var(--pf-gold-soft);border-radius:1.1rem;padding:1.75rem 1rem;min-height:9rem;justify-content:center}.pf-form .gov-dropzone:hover,.pf-form .gov-dropzone.drag{border-color:var(--pf-navy);background:var(--pf-blue-soft)}.pf-form .gov-dropzone-svg{color:var(--pf-navy)}.pf-form .gov-dropzone-text{font-size:1rem;font-weight:600;color:var(--pf-navy)}.pf-form .gov-dropzone-sub{font-size:.875rem;color:var(--pf-muted)}.pf-form .portal-dropzone-filled,.invoice-portal-root--facturas .pf-form .portal-invoice-dropzone.portal-dropzone-filled{border-style:solid;border-color:var(--pf-mint);background:var(--pf-mint-soft)}.pf-form .file-name{font-weight:700;color:var(--pf-mint);word-break:break-all}.pf-form .portal-file-remove{min-height:2.5rem;margin-top:.5rem;font-size:.9375rem;color:var(--pf-danger);background:none;border:0;text-decoration:underline;cursor:pointer;font-family:inherit}.gov-form-card--flow .gov-doctype-btn{min-height:4.25rem;padding:.85rem 1rem;border:2px solid var(--pf-line);border-radius:1rem;background:#fff;color:var(--pf-navy);cursor:pointer;text-align:left}.gov-form-card--flow .gov-doctype-btn.selected{border-color:var(--pf-navy);background:var(--pf-blue-soft);box-shadow:inset 0 0 0 1px var(--pf-navy)}.gov-form-card--flow .gov-doctype-title{font-size:1rem;font-weight:700}.gov-form-card--flow .gov-doctype-sub{font-size:.875rem;color:var(--pf-muted)}.gov-form-card--flow .gov-fiscal-block{background:var(--pf-gold-soft);border:1px solid #f0dca4;border-radius:1rem}.gov-form-card--flow .gov-fiscal-block__title{text-transform:none;letter-spacing:0;font-size:.9375rem;font-weight:600;color:var(--pf-text)}.gov-form-card--flow .gov-year-pill{min-height:2.75rem;min-width:4.25rem;font-size:1rem;font-weight:600;border-radius:999px;cursor:pointer}.gov-form-card--flow .gov-year-pill.selected{background:var(--pf-navy);border-color:var(--pf-navy);color:#fff}.gov-form-card--flow .gov-section-label{text-transform:none;letter-spacing:0;font-size:.9375rem;font-weight:600;color:var(--pf-text)}.gov-form-card--flow .gov-info-note{background:var(--pf-blue-soft);border-radius:1rem;font-size:.9375rem;color:var(--pf-text)}.landing-page.gov-page--flow{background:var(--pf-navy);align-items:flex-start}.gov-form-card--flow{border-top:4px solid var(--pf-gold);border-radius:1.25rem}.gov-form-card--flow .landing-title{color:var(--pf-navy)}.gov-page--flow .gov-shell{max-width:760px}.gov-page--flow .gov-page-footer{color:var(--pf-muted)}.pf-next-note{margin:.5rem 0 0;padding:.75rem 1rem;border-radius:.875rem;background:var(--pf-blue-soft);color:var(--pf-text);font-size:.9375rem}.pf-submitbar{position:sticky;bottom:0;z-index:15;margin:0 -.75rem;padding:.75rem .75rem calc(.75rem + env(safe-area-inset-bottom));background:#fffffff7;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 -6px 20px #10233f29}@media (min-width: 640px){.pf-submitbar{margin:0 0 1.5rem;border-radius:1.25rem;bottom:1rem;padding:.85rem 1.1rem;box-shadow:0 8px 28px #10233f38}}.pf-submitbar__inner{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.pf-submitbar__total{display:flex;flex-direction:column;line-height:1.2;color:var(--pf-navy)}.pf-submitbar__total strong{font-size:1.25rem}.pf-submitbar__label{font-size:.8125rem;color:var(--pf-muted)}.pf-form .btn.portal-submit-btn.pf-submitbar__btn{min-height:3.25rem;padding:.75rem 1.75rem;font-size:1.05rem;font-weight:700;border-radius:999px;background:var(--pf-gold);color:var(--pf-navy-ink);border:0;cursor:pointer;flex:0 0 auto;margin:0;width:auto}.pf-form .btn.portal-submit-btn.pf-submitbar__btn--wide{flex:1 1 auto}.pf-form .btn.portal-submit-btn.pf-submitbar__btn:hover:not(:disabled){background:#b5851f;color:#fff}.pf-form .btn.portal-submit-btn.pf-submitbar__btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 420px){.pf-form .btn.portal-submit-btn.pf-submitbar__btn:not(.pf-submitbar__btn--wide){padding:.75rem 1.25rem}}.pf-error{margin:.6rem 0 0;padding:.65rem .9rem;border-radius:.75rem;background:var(--pf-danger-soft);color:var(--pf-danger);font-weight:600;font-size:.9375rem}.invoice-portal-root--flow,.invoice-portal-root--flow .invoice-portal-card-wrap{padding-bottom:0}.landing-how{list-style:none;margin:0 0 1.25rem;padding:0;display:grid;gap:.5rem}.landing-how li{display:flex;align-items:center;gap:.75rem;background:var(--pf-gold-soft);border-radius:.875rem;padding:.6rem .85rem;font-size:.9375rem;color:var(--pf-text)}.landing-how__num{flex-shrink:0;width:1.75rem;height:1.75rem;border-radius:999px;background:var(--pf-navy);color:#fff;font-weight:700;font-size:.875rem;display:inline-flex;align-items:center;justify-content:center}.landing-tip{margin:1rem 0 0;text-align:center;font-size:.9375rem;color:var(--pf-muted)}.landing-page:not(.gov-page){background:var(--pf-navy)}.landing-card{border-radius:1.25rem;border-top:4px solid var(--pf-gold)}.landing-option-card{min-height:5rem;border-radius:1rem}.landing-title{color:var(--pf-navy)}.thank-page.gov-page,.thank-page{background:var(--pf-navy)}.thank-card{text-align:center}.thank-check{width:4.25rem;height:4.25rem;margin:0 auto 1rem;border-radius:999px;background:var(--pf-mint-soft);border:2px solid var(--pf-mint);color:var(--pf-mint);display:flex;align-items:center;justify-content:center}.thank-lead{font-size:1.05rem;color:var(--pf-text);line-height:1.55;margin:.5rem 0 1.25rem}.thank-next{text-align:left;background:var(--pf-blue-soft);border-radius:1rem;padding:1rem 1.1rem;margin-bottom:1.5rem}.thank-next__title{margin:0 0 .6rem;font-size:1.05rem;color:var(--pf-navy)}.thank-next__list{list-style:none;margin:0;padding:0;display:grid;gap:.6rem}.thank-next__list li{display:flex;gap:.7rem;align-items:flex-start;font-size:.9375rem;color:var(--pf-text)}.thank-next__num{flex-shrink:0;width:1.75rem;height:1.75rem;border-radius:999px;background:var(--pf-navy);color:#fff;font-weight:700;font-size:.875rem;display:inline-flex;align-items:center;justify-content:center}.thank-actions{display:flex;flex-direction:column;gap:.6rem}.thank-btn{display:flex;align-items:center;justify-content:center;min-height:3rem;padding:.6rem 1.25rem;border-radius:999px;font-weight:700;font-size:1rem;text-decoration:none;font-family:inherit}.thank-btn--primary{background:var(--pf-gold);color:var(--pf-navy-ink)}.thank-btn--primary:hover{background:#b5851f;color:#fff}.thank-btn--ghost{color:var(--pf-navy);border:2px solid var(--pf-line)}.thank-btn:focus-visible{outline:3px solid var(--pf-gold);outline-offset:2px}@media (prefers-reduced-motion: reduce){.pf-progress__dot>span:first-child,.pf-choice,.gov-dropzone{transition:none}}.landing-more{margin:1.5rem 0 .5rem}.landing-more__title{font-weight:700;color:var(--pf-navy);margin:0 0 .6rem;font-size:.95rem}.landing-more__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}@media (max-width: 560px){.landing-more__grid{grid-template-columns:1fr}}.landing-more__item{display:flex;flex-direction:column;gap:.15rem;padding:.85rem 1rem;border:1.5px solid #e2ddd0;border-radius:1rem;background:#fbf8f0;color:inherit;text-decoration:none;transition:border-color .15s,transform .15s}.landing-more__item:hover{border-color:#b9924a;transform:translateY(-1px)}.landing-more__item strong{color:var(--pf-navy);font-size:.98rem}.landing-more__item span{color:var(--pf-muted);font-size:.85rem}.landing-more__item--guide{background:var(--pf-navy);border-color:var(--pf-navy)}.landing-more__item--guide strong{color:#f5efe0}.landing-more__item--guide span{color:#c9d1e0}@media (min-width: 900px){.landing-shell{max-width:1040px}.landing-card{padding:3rem 3rem 2.25rem}.landing-how{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.landing-option-card{flex-direction:column;align-items:flex-start;gap:.75rem;min-height:13rem;padding:1.25rem;position:relative}.landing-option-card .landing-option-arrow{position:absolute;right:1.1rem;bottom:.9rem}.landing-more__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width: 1400px){.landing-shell{max-width:1160px}}:root{--pf-navy: #10203a;--pf-navy-ink: #1c1300;--pf-gold: #b9924a;--pf-gold-soft: #f7ecd2;--pf-blue-soft: #f4ecda;--pf-mint-soft: #e8f2e6;--pf-line: #d9cfba;--pf-text: #10203a;--pf-muted: #45536a;--pf-serif: "Fraunces", "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#10203a;background:#f3ede1}.invoice-portal-root,.landing-page,.landing-page.gov-page,.landing-page:not(.gov-page),.thank-page,.thank-page.gov-page{background-color:#f3ede1;background-image:radial-gradient(circle at 12% -10%,#fff8e8 0,transparent 45%),radial-gradient(circle at 100% 30%,#efe5d0 0,transparent 40%);background-attachment:fixed}.invoice-portal-hero-bg{display:none}.landing-page{align-items:flex-start}.invoice-portal-root--flow .invoice-portal-form-panel{padding:0 16px}.invoice-portal-root--flow .invoice-portal-card-wrap,.gov-page--flow .gov-shell{max-width:860px;margin-inline:auto}.gov-page--flow .gov-shell,.thank-page .landing-shell{max-width:860px}.landing-card,.gov-form-card--flow{background:transparent;border:0;box-shadow:none;padding:0}.thank-page .thank-card{background:#fffdf8;border:1px solid #d9cfba;border-top:6px solid #b9924a;border-radius:4px;padding:clamp(20px,5vw,44px);box-shadow:0 18px 40px -22px #10203a59}.thank-page .landing-shell{max-width:640px}.pt-top{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:18px 0 8px;text-align:left}.pt-brand{display:block;line-height:0}.pt-brand img{width:100px;height:auto}@media (min-width: 700px){.pt-brand img{width:140px}}.pt-right{display:flex;align-items:center;gap:14px;flex-wrap:wrap;justify-content:flex-end}.pt-back{color:#10203a;font-weight:600;font-size:.95rem;text-decoration:underline;text-decoration-color:#b9924a;text-underline-offset:4px}.pt-back:hover{color:#7d5c1d}.pt-top .portal-lang-toggle{position:static;margin:0}.gov-back-wrap{display:none}.pf-header,.gov-form-card--flow{text-align:left}.pf-header{background:none;border:0;border-top:0;box-shadow:none;padding:clamp(18px,4vw,36px) 0 8px}.pf-header .invoice-portal-title,.gov-form-card--flow .landing-title,.thank-title{font-family:var(--pf-serif);font-weight:600;color:#10203a;letter-spacing:-.02em;line-height:1.05;font-size:clamp(2rem,6vw,3.2rem);margin:10px 0}.pf-header .invoice-portal-subtitle,.gov-form-card--flow .landing-subtitle{color:#45536a;font-size:clamp(1.05rem,2.4vw,1.25rem)}.pf-header__note{background:#f7ecd2;border-left:4px solid #b9924a;border-radius:4px;color:#10203a}.thank-page .thank-card,.thank-title,.thank-lead{text-align:center}.pf-progress{background:#fffdf8f5;border-bottom:1px solid #d9cfba;border-radius:0}.pf-progress__now{color:#10203a}.pf-progress__dot>span:first-child{border-color:#b9924a;color:#10203a;font-family:var(--pf-serif);border-radius:4px}.pf-progress__dot.is-active>span:first-child{background:#10203a;color:#b9924a;border-color:#10203a}.pf-progress__dot.is-active .pf-progress__label{color:#10203a}.pf-step,.gov-form-card--flow .pf-step{background:#fffdf8;border:1px solid #d9cfba;border-top:5px solid #b9924a;border-radius:4px;box-shadow:0 18px 40px -26px #10203a59}.pf-step__num{border-radius:2px;border:2px solid #10203a;background:transparent;color:#10203a;font-family:var(--pf-serif);font-weight:600}.pf-step__num.is-done{background:#10203a;color:#b9924a;border-color:#10203a}.pf-step__title{font-family:var(--pf-serif);font-weight:600;color:#10203a}.pf-form .form-group input,.pf-form .form-group select,.pf-form .form-group textarea{border:1.5px solid #d9cfba;border-radius:4px;background:#fff;font-size:16px;color:#10203a}.pf-form .form-group input:focus,.pf-form .form-group select:focus,.pf-form .form-group textarea:focus{border-color:#b9924a;box-shadow:0 0 0 3px #b9924a73}.pf-form .form-group input::placeholder,.pf-form .form-group textarea::placeholder{color:#6a7588}.pf-choice,.gov-form-card--flow .gov-doctype-btn,.gov-doctype-btn{background:#f9f4e8;border:2px solid #d9cfba;border-radius:4px}.pf-choice:hover,.gov-doctype-btn:hover{border-color:#b9924a}.pf-choice.is-selected,.gov-form-card--flow .gov-doctype-btn.selected,.gov-doctype-btn.selected{border-color:#b9924a;background:#f9f4e8;box-shadow:inset 0 -4px #b9924a}.pf-choice__title,.gov-doctype-title{font-family:var(--pf-serif);color:#10203a}.pf-choice input{accent-color:#10203a}.gov-year-pill,.gov-form-card--flow .gov-year-pill{border-radius:4px;border-color:#d9cfba;background:#fff}.gov-year-pill.selected,.gov-form-card--flow .gov-year-pill.selected{background:#10203a;color:#f5efe0;border-color:#10203a}.pf-form .portal-num-line-btn{border-radius:4px;border-color:#d9cfba}.pf-form .portal-num-line-btn.active,.invoice-portal-root--facturas .pf-form .portal-num-line-btn.active{background:#10203a;border-color:#10203a;color:#f5efe0}.pf-form .gov-dropzone{border-radius:4px;border:2px dashed #b9924a;background:#f7ecd2}.pf-form .portal-invoice-line-block,.pf-form .portal-date-range,.pf-form .invoice-cert-block{border-radius:4px}.ach-secnote{background:#f7ecd2;border:1px solid #d9cfba;border-radius:4px;color:#10203a}.ach-pw__btn{color:#7d5c1d}.ach-ref{background:#f4ecda;border-radius:4px}.sigpad__canvas{border-color:#b9924a;border-radius:4px}.pf-submitbar{background:#10203a;box-shadow:0 -6px 20px #10203a4d}@media (min-width: 640px){.pf-submitbar{border-radius:6px}}.pf-submitbar__total,.pf-submitbar__total strong,.pf-submitbar__label{color:#f5efe0}.pf-form .btn.portal-submit-btn.pf-submitbar__btn{background:#b9924a;color:#1c1300;border-radius:4px;box-shadow:0 4px #7d5c1d}.pf-form .btn.portal-submit-btn.pf-submitbar__btn:hover:not(:disabled){background:#c9a05a}.thank-check{border-radius:4px}.thank-next__num{border-radius:2px;background:#10203a;color:#b9924a;font-family:var(--pf-serif)}.thank-btn{border-radius:4px}.thank-btn--primary{background:#b9924a;color:#1c1300;box-shadow:0 4px #7d5c1d;border-color:#b9924a}.thank-btn--primary:hover{background:#c9a05a}.thank-btn--ghost{color:#10203a;border:1.5px solid #10203a;background:transparent}.thank-next__title{font-family:var(--pf-serif);color:#10203a}.pf-form .pf-choice-grid .pf-choice,.invoice-portal-form .pf-choice-grid .pf-choice{display:flex!important;flex-direction:column!important}.invoice-portal-form .btn,.invoice-portal-root--facturas .invoice-portal-form .btn{background:#10203a;border-color:#10203a;color:#f5efe0}.invoice-portal-form .btn:hover{background:#1a3157}.btn:not(.pf-submitbar__btn):not(.portal-submit-btn),.portal-vendor-autofill-btn{background:#10203a!important;border-color:#10203a!important;color:#f5efe0!important}.btn:not(.pf-submitbar__btn):not(.portal-submit-btn):hover,.portal-vendor-autofill-btn:hover{background:#1a3157!important}
