@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";*{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}html,body{margin:0;padding:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}#root{min-height:100vh}::selection{background-color:#0038a826;color:#001f5e}:focus-visible{outline:2px solid rgba(0,56,168,.5);outline-offset:2px}input:focus-visible,textarea:focus-visible,select:focus-visible{outline:none}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-shimmer{animation:shimmer 2s ease-in-out infinite;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 50%,transparent 100%);background-size:200% 100%}@keyframes pulse-brand{0%,to{box-shadow:0 0 #0038a833}50%{box-shadow:0 0 0 8px #0038a800}}.animate-pulse-brand{animation:pulse-brand 2s ease-in-out infinite}input,textarea,select,button{font-family:inherit}.cta-brand{transition:background-color .2s,box-shadow .3s cubic-bezier(.22,1,.36,1),filter .1s ease}.cta-brand:hover{box-shadow:0 8px 24px -4px #0038a859}.cta-brand:active{filter:brightness(.88);box-shadow:0 2px 8px -2px #0038a833}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:#8d99ae4d;border-radius:3px}::-webkit-scrollbar-thumb:hover{background-color:#8d99ae80}
