@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--navy: #1D3364;--navy-deep: #0F1D3A;--navy-light: #2A4080;--red: #D8515F;--red-hover: #c44653;--red-glow: rgba(216, 81, 95, .15);--white: #FFFFFF;--gray-50: #F5F5F7;--gray-100: #E8E8ED;--gray-200: #D2D2D7;--gray-300: #B0B0B8;--gray-600: #6E6E73;--gray-800: #1D1D1F;--radius: 16px;--radius-lg: 24px;--max-width: 1080px}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,sans-serif;color:var(--gray-800);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;background:var(--white)}::selection{background:var(--navy);color:var(--white)}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer;border:none;background:none}@keyframes spin{to{transform:rotate(360deg)}}
