.QuoteFlowDynamic-module__ILK-7G__DynamicPage{box-sizing:border-box;flex-direction:column;align-items:center;width:100%;min-height:60vh;padding:2rem;display:flex}.QuoteFlowDynamic-module__ILK-7G__DynamicPage__Container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff05;border:1px solid #ffffff14;border-radius:24px;width:100%;max-width:800px;padding:3rem 2rem;box-shadow:0 20px 40px #0003}.QuoteFlowDynamic-module__ILK-7G__DynamicPage__Header{box-sizing:border-box;border-bottom:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;width:100%;margin-bottom:1.5rem;padding-bottom:2rem;display:flex}.QuoteFlowDynamic-module__ILK-7G__BackButton{color:var(--grey);font-family:var(--font-urbanist);cursor:pointer;background:0 0;border:none;align-items:center;gap:.8rem;height:auto;margin:-1.2rem 0 -1.2rem -.8rem;padding:1.2rem .8rem;font-size:1.6rem;transition:color .3s;display:flex}.QuoteFlowDynamic-module__ILK-7G__BackButton:hover{color:#fff}.QuoteFlowDynamic-module__ILK-7G__BackArrow{font-size:2rem;line-height:1}.QuoteFlowDynamic-module__ILK-7G__HeaderActions{flex-wrap:wrap;align-items:center;gap:1.6rem;display:flex}.QuoteFlowDynamic-module__ILK-7G__RestartLink{color:var(--grey);font-family:var(--font-urbanist);text-underline-offset:3px;cursor:pointer;background:0 0;border:none;margin:-1.2rem 0 -1.2rem -.8rem;padding:1.2rem .8rem;font-size:1.3rem;text-decoration:underline;transition:color .3s}.QuoteFlowDynamic-module__ILK-7G__RestartLink:hover,.QuoteFlowDynamic-module__ILK-7G__RestartLink:focus-visible{color:#fff}.QuoteFlowDynamic-module__ILK-7G__RestartConfirm{color:var(--grey);flex-wrap:wrap;align-items:center;gap:1.2rem;font-size:1.3rem;display:flex}.QuoteFlowDynamic-module__ILK-7G__RestartConfirm__Text{font-family:var(--font-urbanist)}.QuoteFlowDynamic-module__ILK-7G__RestartConfirm__Yes,.QuoteFlowDynamic-module__ILK-7G__RestartConfirm__No{font-family:var(--font-urbanist);letter-spacing:.05rem;text-transform:uppercase;cursor:pointer;background:0 0;border-radius:20px;padding:1.2rem 1.6rem;font-size:1.3rem;font-weight:600;line-height:1;transition:color .3s,border-color .3s,background .3s}.QuoteFlowDynamic-module__ILK-7G__RestartConfirm__Yes{color:#fff;border:1px solid #ffffff59}.QuoteFlowDynamic-module__ILK-7G__RestartConfirm__Yes:hover,.QuoteFlowDynamic-module__ILK-7G__RestartConfirm__Yes:focus-visible{background:#ffffff1f}.QuoteFlowDynamic-module__ILK-7G__RestartConfirm__No{color:var(--grey);border:1px solid #0000}.QuoteFlowDynamic-module__ILK-7G__RestartConfirm__No:hover,.QuoteFlowDynamic-module__ILK-7G__RestartConfirm__No:focus-visible{color:#fff;border-color:#ffffff59}.QuoteFlowDynamic-module__ILK-7G__ResumeLoading{text-align:center;flex-direction:column;align-items:center;gap:1.6rem;padding:2rem 0;display:flex}.QuoteFlowDynamic-module__ILK-7G__ResumeLoading p{color:var(--grey);font-size:1.6rem}.QuoteFlowDynamic-module__ILK-7G__ResumeSpinner{border:3px solid #ffffff26;border-top-color:#fff;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite QuoteFlowDynamic-module__ILK-7G__resumeSpin}@keyframes QuoteFlowDynamic-module__ILK-7G__resumeSpin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.QuoteFlowDynamic-module__ILK-7G__ResumeSpinner{animation:none}}.QuoteFlowDynamic-module__ILK-7G__ProgressBadge{letter-spacing:.15rem;text-transform:uppercase;background:#ffffff1a;border-radius:20px;padding:.6rem 1.6rem;font-size:1.4rem;font-weight:600;transition:color .3s}.QuoteFlowDynamic-module__ILK-7G__ProgressBadge.QuoteFlowDynamic-module__ILK-7G__solar{color:var(--light-green)}.QuoteFlowDynamic-module__ILK-7G__ProgressBadge.QuoteFlowDynamic-module__ILK-7G__electrical{color:var(--navy)}.QuoteFlowDynamic-module__ILK-7G__ProgressBadge.QuoteFlowDynamic-module__ILK-7G__ev{color:var(--neon)}.QuoteFlowDynamic-module__ILK-7G__ProgressBarTrack{background:#ffffff14;border-radius:10px;width:100%;height:6px;margin-bottom:3rem;overflow:hidden}.QuoteFlowDynamic-module__ILK-7G__ProgressBarFill{background:#fff;border-radius:10px;height:100%;transition:width .4s cubic-bezier(.4,0,.2,1)}.QuoteFlowDynamic-module__ILK-7G__ProgressBarFill.QuoteFlowDynamic-module__ILK-7G__solar{background:var(--light-green)}.QuoteFlowDynamic-module__ILK-7G__ProgressBarFill.QuoteFlowDynamic-module__ILK-7G__electrical{background:var(--navy)}.QuoteFlowDynamic-module__ILK-7G__ProgressBarFill.QuoteFlowDynamic-module__ILK-7G__ev{background:var(--neon)}.QuoteFlowDynamic-module__ILK-7G__StepContent{flex-direction:column;align-items:center;width:100%;animation:.4s ease-out forwards QuoteFlowDynamic-module__ILK-7G__fadeIn;display:flex}@keyframes QuoteFlowDynamic-module__ILK-7G__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.QuoteFlowDynamic-module__ILK-7G__StepTitle{text-align:center;width:100%;margin-bottom:4rem}.QuoteFlowDynamic-module__ILK-7G__StepTitle h3{margin:0;line-height:1.4}.QuoteFlowDynamic-module__ILK-7G__OptionsGrid{grid-template-columns:1fr;gap:2rem;width:100%;display:grid}@media (min-width:600px){.QuoteFlowDynamic-module__ILK-7G__OptionsGrid{grid-template-columns:1fr 1fr}}.QuoteFlowDynamic-module__ILK-7G__StepContainer{flex-direction:column;align-items:center;width:100%;display:flex}.QuoteFlowDynamic-module__ILK-7G__StepContainer input,.QuoteFlowDynamic-module__ILK-7G__StepContainer textarea,.QuoteFlowDynamic-module__ILK-7G__StepContainer select{font-family:inherit;font-size:1.6rem}.QuoteFlowDynamic-module__ILK-7G__OptionCard{cursor:pointer;background:#ffffff08;border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:auto;min-height:250px;padding:3rem 2rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.QuoteFlowDynamic-module__ILK-7G__IconWrapper{margin-bottom:2rem;transition:transform .3s}.QuoteFlowDynamic-module__ILK-7G__OptionCard h5{color:#fff;margin-bottom:1rem;transition:color .3s}.QuoteFlowDynamic-module__ILK-7G__OptionCard_Text{color:#fff;margin:0}.QuoteFlowDynamic-module__ILK-7G__OptionCard:hover,.QuoteFlowDynamic-module__ILK-7G__OptionCard:focus-visible{background:#ffffff0f;transform:translateY(-5px)}.QuoteFlowDynamic-module__ILK-7G__OptionCard:hover .QuoteFlowDynamic-module__ILK-7G__IconWrapper,.QuoteFlowDynamic-module__ILK-7G__OptionCard:focus-visible .QuoteFlowDynamic-module__ILK-7G__IconWrapper{transform:scale(1.05)}.QuoteFlowDynamic-module__ILK-7G__OptionCard.QuoteFlowDynamic-module__ILK-7G__solar:hover,.QuoteFlowDynamic-module__ILK-7G__OptionCard.QuoteFlowDynamic-module__ILK-7G__solar:focus-visible{border-color:var(--light-green);box-shadow:0 10px 30px -10px var(--green-50)}.QuoteFlowDynamic-module__ILK-7G__OptionCard.QuoteFlowDynamic-module__ILK-7G__solar:hover h5{color:var(--light-green)}.QuoteFlowDynamic-module__ILK-7G__OptionCard.QuoteFlowDynamic-module__ILK-7G__electrical:hover,.QuoteFlowDynamic-module__ILK-7G__OptionCard.QuoteFlowDynamic-module__ILK-7G__electrical:focus-visible{border-color:var(--navy);box-shadow:0 10px 30px -10px var(--navy-50)}.QuoteFlowDynamic-module__ILK-7G__OptionCard.QuoteFlowDynamic-module__ILK-7G__electrical:hover h5{color:var(--navy)}.QuoteFlowDynamic-module__ILK-7G__OptionCard.QuoteFlowDynamic-module__ILK-7G__ev:hover,.QuoteFlowDynamic-module__ILK-7G__OptionCard.QuoteFlowDynamic-module__ILK-7G__ev:focus-visible{border-color:var(--neon);box-shadow:0 10px 30px -10px var(--neon-50)}.QuoteFlowDynamic-module__ILK-7G__OptionCard.QuoteFlowDynamic-module__ILK-7G__ev:hover h5{color:var(--neon)}.QuoteFlowDynamic-module__ILK-7G__QuestionGrid{grid-template-columns:1fr;gap:2rem;width:100%;display:grid}@media (min-width:600px){.QuoteFlowDynamic-module__ILK-7G__QuestionGrid{grid-template-columns:1fr 1fr}.QuoteFlowDynamic-module__ILK-7G__FullWidthCard{grid-column:1/-1}}.QuoteFlowDynamic-module__ILK-7G__OptionCard_Text_SM{color:#fff;text-align:center;margin:0;font-size:1.8rem;line-height:1.4}.QuoteFlowDynamic-module__ILK-7G__IconMask{background-color:#fff;width:60px;height:60px;transition:background-color .3s,transform .3s;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.QuoteFlowDynamic-module__ILK-7G__OptionCard.QuoteFlowDynamic-module__ILK-7G__solar:hover .QuoteFlowDynamic-module__ILK-7G__IconMask,.QuoteFlowDynamic-module__ILK-7G__OptionCard.QuoteFlowDynamic-module__ILK-7G__solar:focus-visible .QuoteFlowDynamic-module__ILK-7G__IconMask{background-color:var(--light-green)}.QuoteFlowDynamic-module__ILK-7G__OptionCard.QuoteFlowDynamic-module__ILK-7G__electrical:hover .QuoteFlowDynamic-module__ILK-7G__IconMask,.QuoteFlowDynamic-module__ILK-7G__OptionCard.QuoteFlowDynamic-module__ILK-7G__electrical:focus-visible .QuoteFlowDynamic-module__ILK-7G__IconMask{background-color:var(--navy)}.QuoteFlowDynamic-module__ILK-7G__OptionCard.QuoteFlowDynamic-module__ILK-7G__ev:hover .QuoteFlowDynamic-module__ILK-7G__IconMask,.QuoteFlowDynamic-module__ILK-7G__OptionCard.QuoteFlowDynamic-module__ILK-7G__ev:focus-visible .QuoteFlowDynamic-module__ILK-7G__IconMask{background-color:var(--neon)}.QuoteFlowDynamic-module__ILK-7G__ContactForm{flex-direction:column;gap:2rem;width:100%;max-width:500px;margin:0 auto;display:flex}.QuoteFlowDynamic-module__ILK-7G__InputGroup{flex-direction:column;align-items:flex-start;width:100%;display:flex}.QuoteFlowDynamic-module__ILK-7G__InputGroup label{letter-spacing:.15rem;text-transform:uppercase;color:var(--grey);margin-bottom:.8rem;margin-left:1.5rem;font-size:1.4rem;font-weight:600}.QuoteFlowDynamic-module__ILK-7G__InputGroup input{color:#fff;width:100%;font-size:1.6rem;font-family:var(--font-urbanist);box-sizing:border-box;background:#ffffff0d;border:1px solid #fff3;border-radius:30px;outline:none;padding:1.6rem 2.4rem;transition:all .3s}.QuoteFlowDynamic-module__ILK-7G__InputGroup input::placeholder{color:#ffffff4d}.QuoteFlowDynamic-module__ILK-7G__InputGroup input:focus{background:#ffffff14;border-color:#fff}.QuoteFlowDynamic-module__ILK-7G__InputGroup input.QuoteFlowDynamic-module__ILK-7G__InputError{background:#ff4d4d0d;border-color:#ff4d4d}.QuoteFlowDynamic-module__ILK-7G__ErrorMessage{color:#ff4d4d;margin-top:.8rem;margin-left:1.5rem;font-size:1.3rem}.QuoteFlowDynamic-module__ILK-7G__SubmitButton{letter-spacing:.2rem;width:100%;height:auto;min-height:4.8rem;color:var(--black);cursor:pointer;text-transform:uppercase;background:#fff;border:none;border-radius:30px;margin-top:2rem;padding:1.8rem;font-size:1.8rem;font-weight:600;transition:all .3s}.QuoteFlowDynamic-module__ILK-7G__SubmitButton.QuoteFlowDynamic-module__ILK-7G__solar:hover,.QuoteFlowDynamic-module__ILK-7G__SubmitButton.QuoteFlowDynamic-module__ILK-7G__solar:focus-visible{box-shadow:0 0 20px var(--light-green);background:var(--light-green);color:var(--primary)}.QuoteFlowDynamic-module__ILK-7G__SubmitButton.QuoteFlowDynamic-module__ILK-7G__electrical:hover,.QuoteFlowDynamic-module__ILK-7G__SubmitButton.QuoteFlowDynamic-module__ILK-7G__electrical:focus-visible,.QuoteFlowDynamic-module__ILK-7G__SubmitButton.QuoteFlowDynamic-module__ILK-7G__ev:hover,.QuoteFlowDynamic-module__ILK-7G__SubmitButton.QuoteFlowDynamic-module__ILK-7G__ev:focus-visible{box-shadow:0 0 20px var(--neon);background:var(--neon);color:var(--primary)}.QuoteFlowDynamic-module__ILK-7G__SubmitButton:disabled{opacity:.5;cursor:not-allowed;box-shadow:none!important}@media (max-width:600px){.QuoteFlowDynamic-module__ILK-7G__DynamicPage{padding:10px}.QuoteFlowDynamic-module__ILK-7G__DynamicPage__Container{padding:20px}.QuoteFlowDynamic-module__ILK-7G__DynamicPage__Header{margin-bottom:14px}.QuoteFlowDynamic-module__ILK-7G__OptionCard{min-height:auto}.QuoteFlowDynamic-module__ILK-7G__StepTitle{margin-bottom:2rem}}.QuoteFlowDynamic-module__ILK-7G__ChargerGrid{grid-template-columns:1fr;gap:2rem;width:100%;display:grid}@media (min-width:768px){.QuoteFlowDynamic-module__ILK-7G__ChargerGrid{grid-template-columns:1fr 1fr}}.QuoteFlowDynamic-module__ILK-7G__ChargerGroupTitle{width:100%;font-family:var(--font-urbanist);letter-spacing:.12em;text-transform:uppercase;color:var(--grey);margin:4rem 0 1.6rem;font-size:1.4rem}.QuoteFlowDynamic-module__ILK-7G__ChargerGroupTitle:first-child{margin-top:0}.QuoteFlowDynamic-module__ILK-7G__ChargerCard{text-align:left;cursor:pointer;background:#ffffff08;border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;align-items:stretch;gap:1.2rem;width:100%;height:auto;padding:1.6rem 1.6rem 2.4rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.QuoteFlowDynamic-module__ILK-7G__ChargerImageWrap{background:#f4f6f8;border-radius:14px;flex-shrink:0;width:100%;height:190px;padding:1.6rem;position:relative;overflow:hidden}.QuoteFlowDynamic-module__ILK-7G__ChargerImage{object-fit:contain}.QuoteFlowDynamic-module__ILK-7G__ChargerBrand{font-family:var(--font-urbanist);letter-spacing:.14em;text-transform:uppercase;color:var(--grey);margin:0;font-size:1.3rem}.QuoteFlowDynamic-module__ILK-7G__ChargerModel{color:#fff;margin:0;font-size:1.6rem;line-height:1.25}.QuoteFlowDynamic-module__ILK-7G__ChargerPrice{color:#fff;margin:.4rem 0 0;font-size:3rem;font-weight:700;line-height:1}.QuoteFlowDynamic-module__ILK-7G__ChargerPriceSuffix{color:var(--grey);margin-left:.6rem;font-size:1.4rem;font-weight:400}.QuoteFlowDynamic-module__ILK-7G__ChargerPriceOnSurvey{color:#fff;margin:.4rem 0 0;font-size:1.8rem;font-weight:600}.QuoteFlowDynamic-module__ILK-7G__ChargerSpec{flex-wrap:wrap;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.QuoteFlowDynamic-module__ILK-7G__ChargerSpecItem{color:var(--grey);white-space:nowrap;border:1px solid #ffffff1f;border-radius:999px;padding:.4rem 1rem;font-size:1.3rem}.QuoteFlowDynamic-module__ILK-7G__ChargerBlurb{color:var(--grey);margin:0;font-size:1.4rem;line-height:1.4}.QuoteFlowDynamic-module__ILK-7G__ChargerFeatures{color:var(--grey);margin:0;padding-left:1.8rem;font-size:1.4rem;line-height:1.5}.QuoteFlowDynamic-module__ILK-7G__ChargerCard.QuoteFlowDynamic-module__ILK-7G__ev:hover,.QuoteFlowDynamic-module__ILK-7G__ChargerCard.QuoteFlowDynamic-module__ILK-7G__ev:focus-visible{border-color:var(--neon);box-shadow:0 10px 30px -10px var(--neon-50)}.QuoteFlowDynamic-module__ILK-7G__ChargerCard.QuoteFlowDynamic-module__ILK-7G__selected{border-color:var(--neon);border-width:2px;padding:calc(1.6rem - 1px) calc(1.6rem - 1px) calc(2.4rem - 1px)}.QuoteFlowDynamic-module__ILK-7G__ChargerCheck{background:var(--neon);color:#0a0a0a;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.6rem;font-weight:700;line-height:1;display:flex;position:absolute;top:1rem;right:1rem}.QuoteFlowDynamic-module__ILK-7G__ChargerDisclaimer{text-align:center;max-width:620px;color:var(--grey);margin:3.2rem auto 0;font-size:1.3rem;line-height:1.5}.QuoteFlowDynamic-module__ILK-7G__ChargerSkeleton{background:#ffffff08;border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;gap:1.2rem;padding:1.6rem 1.6rem 2.4rem;display:flex}.QuoteFlowDynamic-module__ILK-7G__SkeletonBlock{background:linear-gradient(90deg,#ffffff0d 25%,#ffffff1a 37%,#ffffff0d 63%) 0 0/400% 100%;border-radius:8px;animation:1.4s ease-in-out infinite QuoteFlowDynamic-module__ILK-7G__chargerShimmer}.QuoteFlowDynamic-module__ILK-7G__SkeletonImage{border-radius:14px;height:190px}.QuoteFlowDynamic-module__ILK-7G__SkeletonLineSm{width:40%;height:13px}.QuoteFlowDynamic-module__ILK-7G__SkeletonLineMd{width:75%;height:16px}.QuoteFlowDynamic-module__ILK-7G__SkeletonLineLg{width:55%;height:30px}@keyframes QuoteFlowDynamic-module__ILK-7G__chargerShimmer{0%{background-position:100%}to{background-position:0}}@media (prefers-reduced-motion:reduce){.QuoteFlowDynamic-module__ILK-7G__SkeletonBlock{animation:none}}.QuoteFlowDynamic-module__ILK-7G__ChargerFallback{text-align:center;background:#ffffff08;border:1px solid #ffffff1a;border-radius:20px;width:100%;max-width:560px;margin:0 auto;padding:3rem 2.4rem}.QuoteFlowDynamic-module__ILK-7G__ChargerFallback p{color:var(--grey);margin:0 0 2.4rem;line-height:1.55}.QuoteFlowDynamic-module__ILK-7G__OptionCard.QuoteFlowDynamic-module__ILK-7G__selected{border-color:#ffffff8c}.QuoteFlowDynamic-module__ILK-7G__OptionCard.QuoteFlowDynamic-module__ILK-7G__selected.QuoteFlowDynamic-module__ILK-7G__solar{border-color:var(--light-green);box-shadow:0 10px 30px -10px var(--green-50)}.QuoteFlowDynamic-module__ILK-7G__OptionCard.QuoteFlowDynamic-module__ILK-7G__selected.QuoteFlowDynamic-module__ILK-7G__electrical{border-color:var(--navy);box-shadow:0 10px 30px -10px var(--navy-50)}.QuoteFlowDynamic-module__ILK-7G__OptionCard.QuoteFlowDynamic-module__ILK-7G__selected.QuoteFlowDynamic-module__ILK-7G__ev{border-color:var(--neon);box-shadow:0 10px 30px -10px var(--neon-50)}.QuoteFlowDynamic-module__ILK-7G__PendingLabel{justify-content:center;align-items:center;gap:.8rem;display:inline-flex}.QuoteFlowDynamic-module__ILK-7G__PendingSpinner{border:.15em solid;border-top-color:#0000;border-radius:50%;flex:none;width:1em;height:1em;animation:.7s linear infinite QuoteFlowDynamic-module__ILK-7G__PendingSpin}.QuoteFlowDynamic-module__ILK-7G__PendingSpinner.QuoteFlowDynamic-module__ILK-7G__solar{color:var(--light-green)}.QuoteFlowDynamic-module__ILK-7G__PendingSpinner.QuoteFlowDynamic-module__ILK-7G__electrical,.QuoteFlowDynamic-module__ILK-7G__PendingSpinner.QuoteFlowDynamic-module__ILK-7G__ev{color:var(--neon)}@keyframes QuoteFlowDynamic-module__ILK-7G__PendingSpin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.QuoteFlowDynamic-module__ILK-7G__PendingSpinner{animation:none}}.QuoteFlowDynamic-module__ILK-7G__VisuallyHidden{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.QuoteFlowDynamic-module__ILK-7G__OptionCard:disabled{cursor:not-allowed;opacity:.4}.QuoteFlowDynamic-module__ILK-7G__OptionCard:disabled:hover,.QuoteFlowDynamic-module__ILK-7G__OptionCard:disabled:focus-visible{background:#ffffff08;transform:none}.QuoteFlowDynamic-module__ILK-7G__OptionCard.QuoteFlowDynamic-module__ILK-7G__pending:disabled{opacity:1;cursor:progress;border-color:#ffffff8c}.QuoteFlowDynamic-module__ILK-7G__OptionCard.QuoteFlowDynamic-module__ILK-7G__pending:disabled.QuoteFlowDynamic-module__ILK-7G__solar{border-color:var(--light-green);box-shadow:0 10px 30px -10px var(--green-50)}.QuoteFlowDynamic-module__ILK-7G__OptionCard.QuoteFlowDynamic-module__ILK-7G__pending:disabled.QuoteFlowDynamic-module__ILK-7G__electrical{border-color:var(--navy);box-shadow:0 10px 30px -10px var(--navy-50)}.QuoteFlowDynamic-module__ILK-7G__OptionCard.QuoteFlowDynamic-module__ILK-7G__pending:disabled.QuoteFlowDynamic-module__ILK-7G__ev{border-color:var(--neon);box-shadow:0 10px 30px -10px var(--neon-50)}.QuoteFlowDynamic-module__ILK-7G__OptionCardPending{letter-spacing:.1rem;color:#ffffffbf;margin:1.2rem 0 0;font-size:1.3rem}.QuoteFlowDynamic-module__ILK-7G__QuotePanel{text-align:center;background:#ffffff08;border:1px solid #ffffff1a;border-radius:20px;width:100%;max-width:520px;margin:0 auto;padding:3rem 2.4rem}.QuoteFlowDynamic-module__ILK-7G__QuoteIntro{color:var(--grey);margin:0 0 .8rem;font-size:1.6rem}.QuoteFlowDynamic-module__ILK-7G__QuoteFigure{color:#fff;margin:0;font-size:5rem;font-weight:700;line-height:1}.QuoteFlowDynamic-module__ILK-7G__QuoteFigureSub{color:var(--grey);margin:.6rem 0 0;font-size:1.4rem}.QuoteFlowDynamic-module__ILK-7G__QuoteOnSurvey{color:#fff;margin:0;font-size:3rem;font-weight:700}.QuoteFlowDynamic-module__ILK-7G__QuoteCharger{color:#fff;margin:1.6rem 0 0;font-size:1.6rem}.QuoteFlowDynamic-module__ILK-7G__QuoteBreakdown{text-align:left;border-top:1px solid #ffffff1a;margin:2.8rem 0 0;padding:2rem 0 0}.QuoteFlowDynamic-module__ILK-7G__QuoteRow{color:var(--grey);justify-content:space-between;gap:1.6rem;padding:.6rem 0;font-size:1.4rem;display:flex}.QuoteFlowDynamic-module__ILK-7G__QuoteRow dt,.QuoteFlowDynamic-module__ILK-7G__QuoteRow dd{margin:0}.QuoteFlowDynamic-module__ILK-7G__QuoteRow dd{white-space:nowrap;font-variant-numeric:tabular-nums}.QuoteFlowDynamic-module__ILK-7G__QuoteRowSubtotal{color:#fff;border-top:1px solid #ffffff14;margin-top:.8rem;padding-top:1.2rem}.QuoteFlowDynamic-module__ILK-7G__QuoteRowTotal{color:#fff;border-top:1px solid #ffffff26;margin-top:.8rem;padding-top:1.2rem;font-size:1.8rem;font-weight:700}.QuoteFlowDynamic-module__ILK-7G__QuoteBreakdown .QuoteFlowDynamic-module__ILK-7G__QuoteRowSubtotal:first-child{border-top:none;margin-top:0;padding-top:0}.QuoteFlowDynamic-module__ILK-7G__QuoteDisclaimer{color:var(--grey);border-top:1px solid #ffffff14;margin:2.8rem 0 0;padding-top:2rem;font-size:1.3rem;line-height:1.5}.QuoteFlowDynamic-module__ILK-7G__QuoteValidity{color:var(--grey);margin:.8rem 0 0;font-size:1.3rem}.QuoteFlowDynamic-module__ILK-7G__QuoteActions{flex-direction:column;align-items:center;gap:1.2rem;margin-top:2.8rem;display:flex}.QuoteFlowDynamic-module__ILK-7G__QuoteDeclineButton{height:auto;color:var(--grey);text-underline-offset:3px;cursor:pointer;background:0 0;border:none;padding:1.4rem 1.6rem;font-family:inherit;font-size:1.6rem;text-decoration:underline}.QuoteFlowDynamic-module__ILK-7G__QuoteDeclineButton:hover,.QuoteFlowDynamic-module__ILK-7G__QuoteDeclineButton:focus-visible{color:#fff}.QuoteFlowDynamic-module__ILK-7G__QuoteReasons{flex-direction:column;gap:1rem;margin-top:2.8rem;display:flex}.QuoteFlowDynamic-module__ILK-7G__QuoteReasonsTitle{color:#fff;margin:0 0 .6rem;font-size:1.6rem}.QuoteFlowDynamic-module__ILK-7G__QuoteReasonButton{color:#fff;text-align:left;cursor:pointer;background:#ffffff08;border:1px solid #ffffff1f;border-radius:12px;width:100%;height:auto;padding:1.4rem 1.6rem;font-family:inherit;font-size:1.6rem;transition:all .2s}.QuoteFlowDynamic-module__ILK-7G__QuoteReasonButton:hover,.QuoteFlowDynamic-module__ILK-7G__QuoteReasonButton:focus-visible{border-color:var(--neon);background:#ffffff0f}.QuoteFlowDynamic-module__ILK-7G__QuoteDeclineBody{color:var(--grey);margin:0 0 1.6rem;line-height:1.6}.QuoteFlowDynamic-module__ILK-7G__QuotePhoneLink{color:var(--neon);text-underline-offset:3px;text-decoration:underline}.QuoteFlowDynamic-module__ILK-7G__QuoteRef{letter-spacing:.08em;color:var(--grey);opacity:.75;margin:2.4rem 0 0;font-size:1.3rem}.QuoteFlowDynamic-module__ILK-7G__SkeletonQuoteFigure{width:60%;height:50px;margin:0 auto}@media (max-width:767px){.QuoteFlowDynamic-module__ILK-7G__StepTitle{margin-bottom:1.6rem}.QuoteFlowDynamic-module__ILK-7G__SubmitButton{padding:1.4rem}.QuoteFlowDynamic-module__ILK-7G__QuotePanel{padding:1.6rem 1.8rem 2.4rem}.QuoteFlowDynamic-module__ILK-7G__QuoteFigure{font-size:4rem}.QuoteFlowDynamic-module__ILK-7G__QuoteIntro{margin-bottom:.4rem}.QuoteFlowDynamic-module__ILK-7G__QuoteFigureSub{margin-top:.4rem}.QuoteFlowDynamic-module__ILK-7G__QuoteCharger{margin-top:.6rem}.QuoteFlowDynamic-module__ILK-7G__QuoteBreakdown{margin-top:1.2rem;padding-top:1.2rem}.QuoteFlowDynamic-module__ILK-7G__QuoteRow{padding:.3rem 0}.QuoteFlowDynamic-module__ILK-7G__QuoteRowSubtotal,.QuoteFlowDynamic-module__ILK-7G__QuoteRowTotal{margin-top:.5rem;padding-top:.8rem}.QuoteFlowDynamic-module__ILK-7G__QuoteActions{margin-top:1.4rem}.QuoteFlowDynamic-module__ILK-7G__QuoteDisclaimer{margin-top:2.4rem;padding-top:1.6rem}}
