.btn{width:fit-content;padding:20px 25px;border-radius:20px;border:2px solid #092366;font-size:clamp(1.2rem,3vw,1.5rem);text-align:center;box-shadow:2px 2px 8px #00000030;transition:all .1s ease-in-out}@media(hover:hover){.btn:hover{cursor:pointer;box-shadow:2px 2px 8px #00000040}}.btn-primary{background-color:#092366;color:#fff}@media(hover:hover){.btn-primary:hover{color:#092366;background-color:#fff;transition:all .1s ease-in-out}}.btn-secondary{background-color:#fff;color:#092366}@media(hover:hover){.btn-secondary:hover{color:#fff;background-color:#092366;border-color:#092366;transition:all .1s ease-in-out}}.blue-line{height:2px;width:70px;background-color:#2563eb}.step-count-wrapper{min-height:50px;min-width:50px;border-radius:999px;padding:10px;background-color:#2563eb}.step-count-wrapper span{color:#fff;font-weight:600}.desktop-break{display:inline}.txt-primary{color:#092366}.txt-secondary{color:#6b7280}.txt-red{color:#e32222}.txt-light{color:#3b82f6}.bold{font-weight:600}.txt-center{text-align:center}.desktop{display:flex}.mobile{display:none}@media(max-width:900px){.page-name{display:flex!important}.page-name span{font-size:1rem!important;font-weight:600;color:#2563eb}.desktop{display:none}.mobile{display:flex}.btn{padding:15px 20px}}.animate{opacity:0;animation-duration:.7s;animation-timing-function:cubic-bezier(.22,1,.36,1);animation-fill-mode:forwards;animation-delay:.2s;will-change:opacity,transform}.fade-in-left{animation-name:fadeInLeft}.fade-in-right{animation-name:fadeInRight}.fade-in-up{animation-name:fadeInUp}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.animate{opacity:1;animation:none;transform:none;will-change:auto}}*{margin:0;box-sizing:border-box;scroll-behavior:smooth}p,a,button{all:unset}h1,h2,h3,h4,span,a,p,li{word-spacing:5px;color:#092366}span,li,a,p,button{font-weight:400}span,a,p{font-size:clamp(1rem,5vw,1.4rem)}strong{font-weight:600}html,body{width:100%;max-width:100%;overflow-x:clip}body{display:flex;flex-direction:column;scrollbar-width:none;-ms-overflow-style:none;background-color:#f8fafc;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}input,textarea,button{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}::-webkit-scrollbar{display:none}.center{display:flex;justify-content:center;align-items:center}.align-center{display:flex;align-items:center}.left{display:flex;justify-content:flex-start;align-items:center}.right{display:flex;justify-content:flex-end;align-items:center}.between{display:flex;justify-content:space-between}.around{display:flex;justify-content:space-around}.column{display:flex;flex-direction:column}.row{display:flex;flex-direction:row}.gap-5{gap:5px}.gap-10{gap:10px}.gap-15{gap:15px}.gap-20{gap:20px}.gap-25{gap:25px}.gap-30{gap:30px}.gap-35{gap:35px}.gap-40{gap:40px}.gap-45{gap:45px}.gap-50{gap:50px}.gap-55{gap:55px}.gap-60{gap:60px}.gap-65{gap:65px}.gap-70{gap:70px}.gap-75{gap:75px}.gap-80{gap:80px}.gap-85{gap:85px}.gap-90{gap:90px}.gap-95{gap:95px}.gap-100{gap:100px}h1,h2,h3{color:#fff;font-weight:600;line-height:1.3;color:#092366}h1{font-size:clamp(2.5rem,5vw,4rem)}h2{font-size:clamp(2rem,7vw,3.5rem)}h3{font-size:clamp(1.8rem,5vw,2.5rem)}html.modal-open{overflow:hidden}
