@import"https://fonts.googleapis.com/css2?family=Goldman:wght@400;700&display=swap";.main-header{position:fixed;top:-100px;left:0;width:100%;background:#0a0a2373;backdrop-filter:blur(18px) saturate(180%);-webkit-backdrop-filter:blur(18px) saturate(180%);border:1px solid rgba(255,255,255,.15);box-shadow:0 8px 32px #0000005e;transition:top .6s ease,opacity .6s ease,.6s ease;opacity:0;z-index:999;font-family:Goldman,sans-serif}.main-header.visible{top:0;opacity:1}.header-container{max-width:1700px;margin:0 auto;padding:0 40px;display:flex;justify-content:space-between;align-items:center}.logo img{height:62px;transition:transform .3s ease}.logo img:hover{transform:scale(1.05)}.nav-links{display:flex;gap:40px;align-items:center;transition:all .4s ease}.nav-links a{text-decoration:none;color:#fff;font-size:.95rem;letter-spacing:.5px;position:relative;transition:color .3s ease}.nav-links a:after{content:"";position:absolute;left:0;bottom:-4px;width:0%;height:1px;background:linear-gradient(90deg,#00eaff,#a855f7);transition:width .3s ease}.nav-links a:hover{color:#00eaff}.nav-links a:hover:after{width:100%}.login-btn{position:relative;background:transparent;border:none;color:#fff;padding:8px 24px;font-size:.9rem;letter-spacing:.5px;cursor:pointer;transition:all .3s ease;-webkit-clip-path:polygon(8% 0,100% 0,92% 100%,0% 100%);clip-path:polygon(8% 0,100% 0,92% 100%,0% 100%)}.login-btn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid white;-webkit-clip-path:polygon(8% 0,100% 0,92% 100%,0% 100%);clip-path:polygon(8% 0,100% 0,92% 100%,0% 100%);transition:all .3s ease;z-index:-1}.login-btn:hover:before{background:#ffffff26;border-color:#fff}.login-btn:hover{transform:translateY(-2px)}.menu-toggle{display:none;background:none;border:none;cursor:pointer;width:32px;height:32px;padding:0;z-index:1001;position:relative}.menu-toggle img{width:100%;height:100%;transition:transform .3s ease,opacity .3s ease}.menu-toggle.open img{transform:rotate(90deg);opacity:.8}@media(max-width:1024px){.nav-links{gap:25px}.logo img{height:56px}}@media(max-width:768px){.menu-toggle{display:block}.header-container{padding:14px 20px}.nav-links{position:absolute;top:100%;left:0;width:100%;flex-direction:column;align-items:flex-start;background:#0a041bfa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.1);padding:18px 24px;gap:20px;max-height:0;opacity:0;overflow:hidden;pointer-events:none;transform:translateY(-10px);transition:all .4s ease}.nav-links.active{max-height:450px;opacity:1;pointer-events:auto;transform:translateY(0)}.nav-links a{width:100%;font-size:1rem;padding:6px 0}.login-btn{align-self:flex-start;margin-top:10px}}@media(max-width:480px){.logo img{height:50px}.login-btn{font-size:.85rem;padding:6px 18px}.nav-links a{font-size:.9rem}}*{margin:0;padding:0;box-sizing:border-box;font-family:Goldman,cursive;scroll-behavior:smooth}.complete{display:flex;flex-direction:column;overflow-x:hidden}.games-section{color:#fff;padding:160px 5%;position:relative;background:radial-gradient(80% 80% at center,#0b0620,#000727);background-size:cover;background-position:center;overflow:hidden;width:100%}.games-header{margin-bottom:80px}.games-header h2{font-size:clamp(1.8rem,4vw,3rem);font-weight:700;line-height:140%;color:#fff;text-transform:uppercase;letter-spacing:1px;text-align:left;width:100%}.games-header span{background:linear-gradient(90deg,#00eaff,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.games-grid{display:flex;justify-content:center;align-items:stretch;flex-wrap:wrap;gap:40px;width:100%}.game-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:18px;overflow:hidden;box-shadow:0 0 25px #00ffff0d;display:flex;flex-direction:column;padding:20px;width:calc(33.333% - 30px);transition:all .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.game-card:hover{transform:translateY(-6px);box-shadow:0 0 30px #a440ff33}.game-image{position:relative}.game-image img{width:100%;height:350px;object-fit:fit;border-radius:14px;transition:transform .4s ease}.game-card:hover img{transform:scale(1.03)}.game-image h3{color:#fff;font-size:clamp(1.2rem,2.2vw,1.6rem);margin-top:18px;text-align:left;line-height:1.4}.game-content{display:flex;flex-direction:column;flex-grow:1;margin-top:16px}.game-content p{color:#fff;font-size:clamp(.9rem,1vw,1rem);line-height:1.7;margin-bottom:20px;text-align:left;flex-grow:1;opacity:.9}.game-content button{position:relative;background:linear-gradient(90deg,#8a2be2,#d633ff);color:#fff;border:none;padding:14px 26px;font-weight:700;font-size:.9rem;text-transform:uppercase;letter-spacing:1px;cursor:pointer;width:100%;-webkit-clip-path:polygon(8% 0,100% 0,92% 100%,0% 100%);clip-path:polygon(8% 0,100% 0,92% 100%,0% 100%);transition:all .3s ease;box-shadow:0 4px 10px #c217a74d}.game-content button:hover{background:linear-gradient(90deg,#d633ff,#8a2be2);transform:translateY(-3px);box-shadow:0 6px 15px #e019c466}.game-content button:active{transform:translateY(0);box-shadow:0 2px 6px #e019c44d}.line{width:100%;height:2px;background:linear-gradient(to right,#fff,#fff9 40%,#fff3,#fff0);border-radius:2px;margin:1rem 0}.see-more-btn{background:transparent;border:2px solid #fff;color:#fff;padding:.8rem 2rem;font-size:1rem;border-radius:30px;cursor:pointer;transition:all .3s ease;margin-top:3rem}.see-more-btn:hover{background-color:#fff;color:#000;transform:scale(1.05)}@media(max-width:1200px){.game-card{width:calc(50% - 24px)}.game-image img{height:300px}.games-header h2{font-size:2.2rem}}@media(max-width:768px){.games-section{padding:120px 5%}.games-header{margin-bottom:50px}.games-header h2{font-size:1.6rem;text-align:left}.games-grid{gap:24px}.game-card{width:100%;max-width:100%;padding:18px}.game-image img{height:260px}.game-image h3{font-size:1.2rem}.game-content p{font-size:.9rem;line-height:1.6}.game-content button{padding:12px 20px;font-size:.85rem}}@media(max-width:480px){.games-section{padding:100px 4%}.games-header h2{font-size:1.4rem;line-height:1.3}.game-image img{height:200px}.game-image h3{font-size:1rem}.game-content p{font-size:.85rem}.game-content button{font-size:.8rem;padding:10px 18px}}.description{color:#fff;font-size:clamp(1rem,1.2vw + .6rem,1.5rem);line-height:1.7;margin-bottom:clamp(12px,2vw,24px);text-align:left;flex-grow:1;opacity:.9}.why-section{background-color:#000526;color:#fff;padding:100px 5%;display:flex;justify-content:center;align-items:center}.why-container{width:100%;max-width:1600px;text-align:center;background:linear-gradient(#ffffff0d,#97407740);border:1px solid rgba(179,119,255,.4);border-radius:30px;padding:60px 50px;box-shadow:0 0 25px #00ffff0d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .4s ease}.why-container:hover{transform:translateY(-5px);box-shadow:0 0 35px #b377ff40}.why-container h2{font-size:clamp(1.8rem,4vw,3.2rem);font-weight:700;margin-bottom:25px;letter-spacing:1px;text-transform:uppercase}.why-container p{font-size:clamp(.9rem,1.4vw,1.05rem);line-height:1.8;color:#d9d9d9;margin-bottom:15px;max-width:850px;margin-left:auto;margin-right:auto}.explore-btn{margin-top:40px;background:#fff;color:#000;border:none;padding:16px 50px;font-weight:700;font-size:.95rem;text-transform:uppercase;letter-spacing:1px;cursor:pointer;-webkit-clip-path:polygon(8% 0,100% 0,92% 100%,0% 100%);clip-path:polygon(8% 0,100% 0,92% 100%,0% 100%);transition:all .3s ease;box-shadow:0 4px 10px #c217a74d}.explore-btn .a{color:#fff}.explore-btn:hover{background-color:#000526;transform:translateY(-3px);box-shadow:0 8px 20px #e019c480}@media(max-width:992px){.why-container{padding:50px 30px}.why-container h2{font-size:2rem}.why-container p{font-size:.95rem}}@media(max-width:600px){.why-container{padding:40px 20px;border-radius:20px}.explore-btn{padding:14px 35px;font-size:.85rem}}.footer{background-color:#000526;color:#fff;padding:40px 10%;font-family:Goldman,cursive;border-top:1px solid rgba(255,255,255,.1)}.footer-top{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.footer-logo img{width:140px;height:auto;filter:brightness(0) invert(1)}.footer-nav{display:flex;gap:40px;flex-wrap:wrap}.footer-nav a{text-decoration:none;color:#fffc;font-weight:600;font-size:.9rem;letter-spacing:1px;transition:color .3s ease}.footer-nav a:hover{color:#a855f7}.footer-utils{display:flex;gap:25px;flex-wrap:wrap}.footer-utils a{text-decoration:none;color:#fffc;font-size:.85rem;text-transform:uppercase;transition:color .3s ease}.footer-utils a:hover{color:#00eaff}.footer-divider{height:1px;background:#ffffff14;margin:30px 0}.footer-bottom{text-align:left;color:#fff9;font-size:.85rem;display:flex;justify-content:space-between}@media(max-width:992px){.footer-top{flex-direction:column;align-items:center;text-align:center}.footer-nav{justify-content:center;gap:25px}.footer-utils{justify-content:center;gap:20px}.footer-bottom{text-align:center}}@media(max-width:600px){.footer{padding:40px 6%}.footer-nav a,.footer-utils a{font-size:.8rem}.footer-logo img{width:120px}}*{margin:0;padding:0}html{scroll-behavior:smooth}body{scroll-behavior:smooth;background-image:url(/assets/Nazara_ToSend-B4SOqyU7.jpg);background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:fixed}.hero-section{display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;width:100%;height:100vh}.star{position:absolute;transform:translateY(-25px) translate(-10px)}.star1{position:absolute;transform:translateY(-75px) translate(15px);scale:.6}.star2{position:absolute;transform:translateY(-160px) translate(0);scale:.4}.stars-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0}.little-star{position:absolute;background:#ffffffe6;border-radius:50%;box-shadow:0 0 8px 3px #fff6;animation:twinkle 3s infinite ease-in-out}@keyframes twinkle{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(3.3);filter:brightness(600%)}}.letterA{margin-right:.15em}.contact-page{background:linear-gradient(90deg,#1e1f3a,#23285f);color:#fff;min-height:100vh;display:flex;justify-content:center;padding:4rem 2rem}.contact-container{width:100%;max-width:1200px;text-align:left}.contact-title{font-size:2.6rem;font-weight:800;margin-bottom:4rem;text-transform:uppercase;letter-spacing:1px}.contact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;justify-items:center}.contact-card{line-height:1.8;max-width:250px}.contact-section{color:#a0a0c5;font-size:.9rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:.6rem}.contact-name,.location-name{font-weight:700;font-size:1.1rem;margin-bottom:.3rem}.contact-card a,.location-card a{color:#a3b8ff;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .3s}.contact-card a:hover,.location-card a:hover{border-color:#a3b8ff}.location-grid{margin-top:3rem;display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;justify-items:center}.location-card{background-color:#ffffff0d;padding:2rem;border-radius:8px;text-align:left;width:100%;max-width:320px;line-height:1.8}@media(max-width:992px){.contact-grid,.location-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.contact-title{font-size:2.2rem}}@media(max-width:600px){.contact-grid,.location-grid{grid-template-columns:1fr}.contact-title{font-size:2rem;margin-bottom:2rem}.contact-card,.location-card{max-width:300px;text-align:center}.location-card{text-align:center}}.conversation-container{width:100%;background:#f3f3f3;padding:6rem 2rem;display:flex;justify-content:center;align-items:center;flex-direction:column;box-sizing:border-box}.conversation-content{width:100%;max-width:1200px;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:4rem}.conversation-left{flex:1 1 300px;display:flex;align-items:center;justify-content:flex-start}.conversation-heading{color:#23285f;font-size:2rem;font-weight:700;line-height:1.3;text-align:left;max-width:320px}.conversation-right{flex:1 1 400px;display:flex;justify-content:center}.conversation-form{width:100%;max-width:500px;display:flex;flex-direction:column;gap:1.5rem}.conversation-form input,.conversation-form textarea{width:100%;padding:1rem 1.5rem;border:none;border-radius:40px;font-size:1rem;background:#fff;color:#333;outline:none;resize:none;box-shadow:0 0 10px #0000000d}.conversation-form textarea{border-radius:30px;height:160px}.conversation-form button{background:#23285f;color:#fff;font-weight:700;border:none;border-radius:40px;padding:1rem 2rem;width:160px;align-self:flex-start;cursor:pointer;transition:background .3s ease}.conversation-form button:hover{background:#1e1f3a}@media(max-width:992px){.conversation-content{flex-direction:column;align-items:center;text-align:center}.conversation-left{justify-content:center}.conversation-heading{text-align:center;max-width:none}.conversation-form button{align-self:center}}@media(max-width:600px){.conversation-container{padding:4rem 1.5rem}.conversation-heading{font-size:1.6rem}.conversation-form button{width:100%;max-width:220px}}.investors-page{width:100%;min-height:100vh;background:linear-gradient(135deg,#5b5f9e,#2b2f72);color:#fff;font-family:Inter,sans-serif}.investor-content{display:flex;justify-content:space-between;align-items:flex-start;padding:6rem 10%;flex-wrap:wrap;gap:4rem;text-align:left}.investor-left{flex:1 1 400px;max-width:600px}.investor-heading{font-size:4rem;font-weight:800;margin-bottom:2rem;color:#fff}.investor-text{font-size:1.25rem;line-height:1.7;color:#dcdcf5}.investor-right{flex:1 1 320px;display:flex;justify-content:flex-end}.report-card{background:#23285f;border-radius:0;width:360px;overflow:hidden;box-shadow:0 5px 15px #0003}.report-header{background:#1e2162;padding:1.5rem;display:flex;justify-content:space-between;align-items:center;text-align:left}.report-header h4{font-size:1rem;margin:0;font-weight:700;color:#fff}.report-header p{margin:0;color:#bfc0e1;font-size:.9rem;text-align:left}.report-item{background:#f8f8fb;color:#23285f;padding:1.25rem 1.5rem;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e4e4f0;text-align:left}.report-info{display:flex;align-items:center;gap:1rem}.quarter{font-weight:700;font-size:1.2rem}.download-icon{color:#23285f;text-decoration:none;transition:transform .2s ease,color .3s ease}.download-icon:hover{color:#1a1c4e;transform:scale(1.1)}@media(max-width:992px){.investor-content{flex-direction:column;align-items:center;text-align:center}.investor-right{justify-content:center}.investor-heading{font-size:3rem}.investor-text{font-size:1.1rem}}@media(max-width:600px){.report-card{width:100%;max-width:340px}.investor-content{padding:4rem 1.5rem}.investor-heading{font-size:2.5rem}}.annual-report-section{background:linear-gradient(90deg,#262833,#20235c);color:#fff;padding:6rem 10%;display:flex;flex-direction:column;gap:4rem}.annual-report-container{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:3rem}.annual-left{flex:1 1 400px}.annual-title{font-size:3rem;font-weight:700;margin-bottom:1rem}.annual-subtitle{font-size:1.25rem;color:#79c0ff;font-weight:600}.annual-right{flex:1 1 400px;display:flex;justify-content:flex-end}.annual-card{width:360px;height:300px;background:#1e2162;display:flex;flex-direction:column;border:1px solid #33396e}.annual-item{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1);text-align:left}.annual-item:last-child{border-bottom:none}.annual-item h5{font-size:.95rem;font-weight:700;color:#fff;margin-bottom:.25rem}.annual-item p{margin:0;font-size:.85rem;color:#b0b4e4}.annual-item .download-icon{color:#fff;transition:transform .3s ease,color .3s ease}.annual-item .download-icon:hover{color:#a4b3ff;transform:scale(1.1)}.quarterly-highlights{background:linear-gradient(90deg,#272942,#1f225c);padding:3rem 2rem;border-radius:0}.highlight-label{font-size:1.2rem;font-weight:500;color:#d2d5ff;margin-bottom:2rem;text-align:left}.highlight-grid{display:flex;flex-wrap:wrap;gap:2rem;text-align:left}.highlight-item{flex:1 1 250px;color:#fff}.highlight-item h4{font-size:1.8rem;font-weight:700;margin:0;text-align:left}.highlight-item span{color:#fff}@media(max-width:992px){.annual-report-container{flex-direction:column;align-items:center;text-align:center}.annual-right{justify-content:center}.highlight-grid{flex-direction:column;align-items:center}.highlight-item{text-align:center}}@media(max-width:600px){.annual-title{font-size:2.2rem}.annual-card{width:100%;max-width:340px}}.financial-results-section{background:#fff;color:#23285f;padding:6rem 10%}.financial-results-container{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:4rem}.financial-left{flex:1 1 400px}.financial-title{font-size:3rem;font-weight:700;margin-bottom:1rem;color:#23285f;line-height:1.2}.financial-subtitle{font-size:1.2rem;font-weight:600;color:#23285f;margin-bottom:3rem}.financial-button{background:#23285f;color:#fff;border:none;padding:1rem 2.5rem;border-radius:40px;font-weight:700;cursor:pointer;transition:background .3s ease}.financial-button:hover{background:#1e1f3a}.financial-right{flex:1 1 400px;display:flex;justify-content:flex-end}.financial-card{width:360px;border:1px solid #d9d9e8;border-top:none}.financial-item{display:flex;align-items:center;border-top:1px solid #d9d9e8;transition:background .3s ease;text-align:left}.financial-item:hover{background:#f8f8fb}.financial-icon{background:#f3f3f5;width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-right:1px solid #d9d9e8;color:#23285f}.financial-quarter{flex:1;padding-left:1.5rem;font-weight:700;color:#23285f;font-size:1.2rem}@media(max-width:992px){.financial-results-container{flex-direction:column;align-items:center;text-align:center}.financial-right{justify-content:center}.financial-title{font-size:2.4rem}.financial-button{margin-top:1rem}}@media(max-width:600px){.financial-card{width:100%;max-width:340px}.financial-title{font-size:2rem}}.get-in-touch-section{background:linear-gradient(90deg,#262833,#20235c);color:#fff;padding:6rem 10%}.get-in-touch-container{display:flex;flex-direction:column;gap:4rem}.get-in-touch-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:2rem}.touch-title{font-size:2rem;font-weight:700;color:#fff}.touch-message{font-size:2.2rem;font-weight:700;line-height:1.3;text-align:right}.touch-right{flex:1 1 500px}.touch-left{flex:1 1 200px}.touch-cards{display:flex;justify-content:space-between;flex-wrap:wrap;gap:3rem;text-align:left}.touch-card{flex:1 1 300px;background:#ffffff0d;padding:2rem;color:#fff;font-size:.95rem;line-height:1.6}.touch-card-title{font-size:.85rem;font-weight:700;color:#b0b4e4;margin-bottom:1rem}.touch-name{margin-bottom:1rem;font-weight:600}.touch-card a{color:#a4b3ff;text-decoration:none}.touch-card a:hover{text-decoration:underline}@media(max-width:992px){.get-in-touch-header{flex-direction:column;align-items:flex-start}.touch-message{text-align:left;font-size:1.8rem}.touch-cards{flex-direction:column}.touch-card{width:100%}}@media(max-width:600px){.touch-title{font-size:1.6rem}.touch-message{font-size:1.4rem}}.investor-nav{background:#f4f4f9;width:100%}.investor-nav ul{display:flex;flex-wrap:wrap;padding:.5rem 2rem;margin:0;list-style:none;gap:2rem}.investor-nav li{color:#23285f;font-weight:500;cursor:pointer;position:relative;transition:color .3s ease}.investor-nav li:hover,.investor-nav li.active{color:#23285f;font-weight:700}.investor-nav li.active:after{content:"";position:absolute;bottom:-8px;left:0;right:0;margin:auto;width:100%;height:2px;background:#23285f}.odr-section{background-color:#fff;font-family:Inter,sans-serif;color:#1f2370;line-height:1.8}.odr-nav{background-color:#f2f2f4;border-bottom:1px solid #e3e3e8;padding:1rem 2%}.odr-nav ul{list-style:none;display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;margin:0;padding:0;gap:2rem}.odr-nav li{font-weight:600;font-size:.95rem;color:#1f2370;cursor:pointer;transition:color .3s ease,border-bottom .3s ease}.odr-nav li:hover{color:#000}.odr-content{padding:4rem 10%;text-align:left}.odr-content h1{font-size:2.75rem;font-weight:700;color:#1f2370;margin-bottom:2rem}.odr-content p{font-size:1rem;color:#444;margin-bottom:1.5rem}.odr-content a{color:#1f2370;text-decoration:underline;font-weight:500;transition:color .3s ease}.odr-content a:hover{color:#000}@media(max-width:768px){.odr-nav ul{flex-direction:column;gap:1rem}.odr-content{padding:2.5rem 1.5rem}.odr-content h1{font-size:2rem}}.sebi-section{background-color:#f5f5fb;padding:4rem 10%}.sebi-section h2{font-size:1.8rem;color:#1f2370;font-weight:700;margin-bottom:2.5rem}.sebi-grid{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:2rem}.sebi-card{background-color:#fff;padding:2rem;width:calc(33.333% - 2rem);box-shadow:0 2px 8px #0000000d;border-radius:2px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .2s ease,box-shadow .2s ease}.sebi-card:hover{transform:translateY(-4px);box-shadow:0 6px 15px #0000001a}.sebi-title{color:#1f2370;font-weight:600;font-size:1.1rem}.sebi-date{color:#1f2370;font-size:1rem;margin-top:.3rem}.sebi-line{border-bottom:1px solid #1f2370;margin:2rem 0 1rem;opacity:.3}.download-icon{color:#1f2370;font-size:1.3rem;align-self:flex-end;transition:color .3s ease,transform .3s ease}.download-icon:hover{color:#000;transform:translateY(-2px)}@media(max-width:1024px){.sebi-card{width:calc(50% - 1rem)}}@media(max-width:600px){.sebi-section{padding:3rem 1.5rem}.sebi-grid{flex-direction:column}.sebi-card{width:100%}}.fact-section{background:linear-gradient(90deg,#5d6190,#2a2d7c);color:#fff;padding:5rem 10%}.fact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem 5rem}.fact-item h5{text-transform:uppercase;font-size:.85rem;letter-spacing:.5px;color:#ffffffb3;margin-bottom:1rem}.fact-item h2{font-size:2.5rem;font-weight:700;line-height:1.2}.fact-item p{font-size:1rem;line-height:1.8;color:#fff}@media(max-width:1024px){.fact-section{padding:4rem 5%}.fact-grid{gap:2rem 3rem}}@media(max-width:600px){.fact-section{padding:3rem 1.5rem}.fact-item h2{font-size:2rem}.fact-grid{grid-template-columns:1fr}}.forms-section{background-color:#f5f5f7;padding:5rem 10%;overflow:hidden}.forms-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.forms-header h2{font-size:1.8rem;color:#1f2370;font-weight:700}.arrow-controls{display:flex;gap:1rem}.arrow-controls button{background-color:#fff;border:none;width:45px;height:45px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:1.2rem;color:#1f2370;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 6px #0000001a}.arrow-controls button:hover{background-color:#1f2370;color:#fff}.forms-carousel{display:flex;gap:2rem;overflow-x:auto;scroll-behavior:smooth;padding-bottom:1rem}.forms-carousel::-webkit-scrollbar{display:none}.form-card{flex:0 0 300px;background-color:#fff;padding:2rem;border-radius:3px;box-shadow:0 2px 8px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.form-card:hover{transform:translateY(-4px);box-shadow:0 6px 15px #0000001a}.form-title{font-weight:600;font-size:1.1rem;color:#1f2370;margin-bottom:1rem}.form-desc{font-size:1rem;color:#1f2370;line-height:1.5}@media(max-width:768px){.forms-section{padding:3rem 1.5rem}.form-card{flex:0 0 85%}.arrow-controls{gap:.5rem}.arrow-controls button{width:40px;height:40px}}.disclosures-section{background-color:#fff;padding:5rem 10%}.disclosures-section h2{font-size:1.8rem;color:#1f2370;font-weight:700;margin-bottom:2.5rem}.disclosure-list{list-style:disc;padding-left:1.5rem;text-align:left}.disclosure-list li{margin-bottom:.8rem}.disclosure-list a{color:#1f2370;font-size:1rem;text-decoration:underline;transition:color .3s ease}.disclosure-list a:hover{color:#000}@media(max-width:768px){.disclosures-section{padding:3rem 1.5rem}.disclosures-section h2{font-size:1.5rem}.disclosure-list a{font-size:.95rem}}.wip-container{height:80vh;width:100%;background-color:#000526;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#fff;font-family:Poppins,Inter,sans-serif;padding:2rem}.wip-title{font-size:3rem;font-weight:700;margin-bottom:1rem}.wip-text{font-size:1.2rem;color:#f0f0f0;line-height:1.6}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#000526;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:dark){:root{color:#e0e0e0;background-color:#000526}a:hover{color:#80cbc4}button{background-color:#1e1e1e;color:#e0e0e0}}
