.stepspage{background-color:#fbf2e3;min-height:100vh}.stepspage-hero{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23noise)' opacity='0.035'/%3E%3C/svg%3E");justify-content:center;padding:clamp(20px,4vw,40px) clamp(20px,6vw,60px) clamp(30px,5vw,50px);display:flex}.stepspage-hero-inner{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:720px;display:flex}.stepspage-hero-icon{fill:#234fc2;width:clamp(36px,4vw,48px);height:auto;margin-bottom:clamp(10px,1.5vw,16px)}.stepspage-hero-inner h1{color:#234fc2;margin:0;font-family:Onest,sans-serif;font-size:clamp(2.2rem,4.4vw,3.4rem);font-weight:700;line-height:1.1}.stepspage-hero-inner>p{color:#1a3d9e;max-width:46ch;margin:clamp(10px,1.5vw,16px) 0 0;font-family:Lexend,sans-serif;font-size:clamp(1rem,1.4vw,1.2rem);font-weight:300}.stepspage-lookup{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:10px;width:100%;max-width:480px;margin-top:clamp(24px,3vw,34px);display:flex}.stepspage-email-input{color:#234fc2;background:#fff;border:none;border-radius:50px;outline:none;flex:240px;padding:clamp(10px,1.4vw,14px) clamp(16px,2vw,20px);font-family:Lexend,sans-serif;font-size:clamp(.85rem,1vw,.95rem);transition:box-shadow .3s}.stepspage-email-input::placeholder{color:#234fc2;opacity:.5}.stepspage-email-input:focus-visible{outline-offset:2px;outline:3px solid #234fc2}.stepspage-lookup button[type=submit]{color:#fbf2e3;cursor:pointer;background:#234fc2;border:none;border-radius:50px;flex:none;padding:clamp(10px,1.4vw,14px) clamp(20px,2.4vw,28px);font-family:Lexend,sans-serif;font-size:clamp(.85rem,1vw,.95rem);font-weight:600;transition:all .2s}.stepspage-lookup button[type=submit]:hover{background:#1a3d9e;transform:translateY(-2px);box-shadow:0 8px 20px #234fc240}.stepspage-lookup button[type=submit]:focus-visible{outline-offset:2px;outline:3px solid #234fc2}.stepspage-lookup .frc-captcha{flex-basis:100%;justify-content:center;margin:2px 0 0;display:flex}.stepspage-body{justify-content:center;padding:clamp(30px,4vw,50px) clamp(20px,6vw,60px) clamp(60px,8vw,100px);display:flex}.stepspage-card{background:#234fc2;border-radius:clamp(20px,3vw,32px);width:100%;max-width:620px;padding:clamp(32px,5vw,56px) clamp(24px,4vw,48px);box-shadow:0 20px 60px #00000040}.stepspage-not-found{color:#fbf2e3;text-align:center;margin:0 0 20px;font-family:Lexend,sans-serif;font-size:clamp(.85rem,1vw,.95rem);line-height:1.5}.stepspage-request-for{color:#fbf2e3;margin:0 0 24px;font-family:Lexend,sans-serif;font-size:clamp(.9rem,1vw,1rem);font-weight:600}.stepspage-timeline{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.stepspage-step{align-items:flex-start;gap:16px;padding-bottom:28px;display:flex;position:relative}.stepspage-step:last-child{padding-bottom:0}.stepspage-step-marker{color:#0000;background:0 0;border:2px solid #fbf2e34d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;font-weight:700;transition:background .2s,border-color .2s;display:flex;position:relative}.stepspage-step:not(:last-child):after{content:"";background:#fbf2e340;width:2px;transition:background .2s;position:absolute;top:28px;bottom:0;left:13px}.stepspage-step-content{padding-top:3px}.stepspage-step-title{color:#fbf2e3;margin:0 0 4px;font-family:Lexend,sans-serif;font-size:clamp(.88rem,1vw,1rem);font-weight:600;transition:opacity .2s}.stepspage-step-desc{color:#fbf2e3b8;margin:0;font-family:Lexend,sans-serif;font-size:clamp(.78rem,.9vw,.88rem);line-height:1.5;transition:opacity .2s}.stepspage-step[data-state=pending] .stepspage-step-title,.stepspage-step[data-state=pending] .stepspage-step-desc{opacity:.45}.stepspage-step[data-state=current] .stepspage-step-marker{background:#fbf2e326;border-color:#fbf2e3;box-shadow:0 0 0 4px #fbf2e31f}.stepspage-step[data-state=done] .stepspage-step-marker{color:#234fc2;background:#fbf2e3;border-color:#fbf2e3}.stepspage-step[data-state=done]:after{background:#fbf2e3}.stepspage-contact-note{color:#fbf2e3b3;text-align:center;margin:clamp(20px,3vw,28px) 0 0;font-family:Lexend,sans-serif;font-size:clamp(.78rem,.9vw,.85rem);line-height:1.6}.stepspage-contact-note a{color:#fbf2e3;text-decoration:underline;transition:opacity .2s}.stepspage-contact-note a:hover{opacity:.8}@media (width<=767px){.stepspage-lookup{flex-direction:column;align-items:stretch}.stepspage-lookup button[type=submit]{width:100%}}