@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opszwght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--midnight:#191970;--midnight-hover:#1051b9;--ms-blue:#2962ff;--gray:#dbdbdb;--white-2:#fdfdfd;--shadow-card:0 2px 100px 7px rgba(0,0,0,.59)}html{font-size:16px}body{font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.4em;color:#000}.hero_section{background-image:url(/images/hero_background.png);background-position:50% 0;background-size:cover;padding:20rem 10rem 12rem;position:relative}.bg_gradient{background-image:linear-gradient(90deg,#191970,hsla(0,0%,100%,0));width:100%;height:100%;position:absolute;inset:0 auto 0 0}.hero_inner{max-width:940px;margin:0 auto;position:relative}.hero_text{width:60%}.h1{color:#fff;margin-bottom:1.5rem;font-size:5rem;line-height:100%}.subheading{color:#fff;margin-bottom:1rem;font-size:1.9rem;line-height:120%}.section_calculator{margin-top:-8rem;padding:0 10rem;position:relative}.calc_inner{max-width:940px;margin:0 auto}.calculator_wrapper{background-color:var(--white-2);border-radius:20px;display:flex;flex-direction:column;gap:3rem;padding:3rem;box-shadow:var(--shadow-card)}.paragraph-2{color:#000;font-size:2.5rem;font-weight:700;line-height:100%}.ms-form-row{display:flex;gap:2rem}.ms-full-width{width:100%}.ms-input-label{display:block;margin-bottom:5px;font-size:1.2em;font-weight:500}.ms-input{color:#121331;background:#fff;border:1px solid rgba(18,19,49,.25);border-radius:5px;width:100%;min-height:3.5rem;margin-bottom:1.333em;padding:8px 12px;font-size:1.2rem;font-family:inherit;outline:none;transition:border-color .2s,box-shadow .2s;box-shadow:0 5px 10px -5px rgba(0,0,0,.1)}.ms-input:focus,.ms-input:hover{border-color:var(--ms-blue);box-shadow:none}.ms-input:focus{box-shadow:0 0 0 3px rgba(41,98,255,.15)}.ms-input::placeholder{color:rgba(18,19,49,.6)}.ms-input.err{border-color:#e53e3e}.field-err{color:#e53e3e;font-size:.9rem;margin-top:-.8em;margin-bottom:1em;display:block}.ms-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;color:#fff;background:var(--ms-blue);border:1px solid var(--ms-blue);border-radius:8px;padding:13px 16px 11.5px;font-size:1em;font-weight:600;font-family:inherit;line-height:1.5;cursor:pointer;text-decoration:none;letter-spacing:.03em;transition:transform .2s cubic-bezier(.645,.045,.355,1),background-color .2s,box-shadow .2s;box-shadow:1px 1px 5px hsla(0,0%,100%,.25),0 10px 20px -5px rgba(45,62,80,.3);position:relative;top:0}.ms-button:hover:not(:disabled){background:var(--midnight-hover);border-color:var(--midnight-hover);box-shadow:none;transform:translateY(2px)}.ms-button:disabled{opacity:.6;cursor:not-allowed}.ms-button.form-btn{background:var(--midnight);border-color:var(--midnight);width:50%;font-size:1.2em}.ms-button.form-btn:hover:not(:disabled){background:var(--midnight-hover);border-color:var(--midnight-hover)}.ms-button.full{width:100%}@keyframes spin{to{transform:rotate(1turn)}}.spinner{width:18px;height:18px;border:2.5px solid hsla(0,0%,100%,.35);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0}.content_section{padding:10rem}.content_inner{max-width:940px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.heading{width:100%;margin-bottom:4rem}.h2{font-size:2.5rem;line-height:100%}.blurbs{display:flex;gap:2rem;align-items:stretch;width:90%}.blurb-item{flex-direction:column;gap:3rem}.blurb-arrow,.blurb-item{display:flex;align-items:center;width:20%}.blurb-arrow{justify-content:center;padding-bottom:10rem}.blurb-img{width:80%}.blurb_text{text-align:center;font-size:1.2rem}.footer{background:var(--gray);padding:10rem}.footer_inner{max-width:940px;margin:0 auto;border-bottom:3px solid #999}.paragraph{color:#000;margin-bottom:10rem;font-size:2.5rem;line-height:120%}.footer_text{width:70%;font-weight:600}.footer_credits{display:flex;justify-content:space-between;padding-top:2rem}.rights{display:flex;gap:2rem;color:#666;align-items:flex-end}.legal_link{color:#666;text-decoration:none}.legal_link:hover{color:#333}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.65);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;padding:16px;z-index:100;animation:fadeIn .2s ease}.modal{background:var(--white-2);border-radius:20px;box-shadow:var(--shadow-card);width:100%;max-width:640px;max-height:90vh;overflow-y:auto;animation:slideUp .28s ease}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:2.5rem 2.5rem 0;gap:1rem}.modal-header h2{font-size:2rem;font-weight:700;color:#000;line-height:120%}.modal-close{background:rgba(18,19,49,.08);border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .15s}.modal-close:hover{background:rgba(18,19,49,.15)}.modal-close img{width:14px}.modal-body{padding:1.5rem 2.5rem 2.5rem}.modal-divider{border:none;border-top:1px solid var(--gray);margin:1.5rem 0}.potential_wrapper{display:flex;flex-direction:column;gap:2rem}.potential_calculations_text{color:#000;font-size:2rem;line-height:130%}.text-span{color:var(--midnight);font-size:5rem;font-weight:700;line-height:1;display:block;margin-top:.25rem}.potential_calculations_details_text{color:#666;font-size:1rem;margin-top:1rem;line-height:130%}.calculations_details{display:flex;flex-direction:column;gap:.75rem;padding:1.5rem;background:rgba(18,19,49,.04);border-radius:12px}.details_calculations_text_bold_large{color:#000;font-size:1.4rem;font-weight:600}.text-span-label{color:var(--midnight)}.ai-box{background:rgba(25,25,112,.06);border-left:3px solid var(--midnight);border-radius:0 8px 8px 0;padding:1rem 1.25rem;font-size:1.1rem;color:#333;line-height:1.6}.ai-label{font-size:.85rem;font-weight:700;color:var(--midnight);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.4rem}.paragraph-3{color:#000;font-size:1.4rem;line-height:140%}.contact-intro{font-size:1.3rem;color:#444;margin-bottom:1.5rem;line-height:1.5}.modal-ref{font-size:.8rem;color:#999;margin-bottom:.5rem}.error-banner{background:#fff5f5;border:1px solid #fed7d7;border-radius:8px;padding:1rem 1.25rem;font-size:1rem;color:#c53030;margin-bottom:1.5rem;display:flex;gap:.5rem;line-height:1.5}.thankyou-body{display:flex;flex-direction:column;align-items:center;text-align:center;padding:3rem 2.5rem 3.5rem;gap:1.5rem}.ty-icon{font-size:4rem;line-height:1}.thankyou-body h2{font-size:2.5rem;color:#000}.thankyou-body p{font-size:1.4rem;color:#444;max-width:400px;line-height:1.5}.next-steps{background:rgba(25,25,112,.05);border-radius:12px;padding:1.5rem 2rem;width:100%;text-align:left}.next-steps h3{color:var(--midnight);font-size:1.1rem;font-weight:700;margin-bottom:.75rem}.next-steps p{font-size:1.1rem;color:#444;margin:.4rem 0}.autocomplete-wrap{position:relative;width:100%}.autocomplete-spinner{position:absolute;right:14px;top:1.05rem;width:16px;height:16px;border:2px solid rgba(41,98,255,.25);border-top:2px solid var(--ms-blue);border-radius:50%;animation:spin .7s linear infinite;pointer-events:none}.autocomplete-list{position:absolute;z-index:40;top:calc(100% - 1.1rem);left:0;right:0;background:#fff;border:1px solid rgba(18,19,49,.15);border-radius:8px;box-shadow:0 8px 28px rgba(0,0,0,.16);list-style:none;margin:0;padding:4px;max-height:280px;overflow-y:auto}.autocomplete-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:6px;cursor:pointer;font-size:1.05rem;color:#121331;line-height:1.3;transition:background .12s}.autocomplete-item.active,.autocomplete-item:hover{background:var(--ice-bg,#eef3fc)}.autocomplete-item .ac-pin{color:var(--ms-blue);flex-shrink:0}.autocomplete-item .ac-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:991px){.hero_section{padding:15rem 3rem 10rem}.h1{font-size:4rem}.subheading{font-size:1.4rem}.section_calculator{padding:0 3rem}.content_section,.footer{padding:7rem 3rem}.paragraph{margin-bottom:7rem}.h2,.paragraph{font-size:1.8rem}.blurb-item{width:30%}.blurb-arrow{width:10%;padding-bottom:12rem}.paragraph-2{font-size:1.8rem}.text-span{font-size:3.5rem}.potential_calculations_text{font-size:1.5rem}.details_calculations_text_bold_large{font-size:1.2rem}.ms-button.form-btn{width:100%}}@media (max-width:767px){.hero_text{width:80%}.ms-form-row{flex-direction:column;gap:0}.blurbs{flex-wrap:wrap}.blurb-item{width:33%;gap:1rem}.blurb-arrow{display:none}.calculator_wrapper{padding:2rem}.modal-header{padding:2rem 2rem 0}.modal-body{padding:1.25rem 2rem 2rem}.text-span{font-size:3rem}}@media (max-width:479px){.hero_section{padding:12rem 1.5rem 8rem}.h1{font-size:3rem}.hero_text{width:90%}.subheading{font-size:1.2rem}.section_calculator{padding:0 1.5rem}.content_section{padding:5rem 1.5rem}.footer{padding:3rem 1.5rem}.paragraph{font-size:1.4rem;margin-bottom:3rem}.footer_text{width:100%}.footer_credits{flex-direction:column;gap:1rem;padding-top:1rem}.blurbs{flex-direction:column;align-items:center;gap:2rem}.blurb-item{width:80%}.calculator_wrapper{padding:1.5rem 1rem;gap:1.5rem}.h2{font-size:1.4rem}.ms-button{width:100%;font-size:.9em}.text-span{font-size:2.5rem}.modal-header{padding:1.5rem 1.5rem 0}.modal-body{padding:1rem 1.5rem 1.5rem}.thankyou-body{padding:2rem 1.5rem 2.5rem}.paragraph-2{font-size:1.4rem}}