.Navbar-module__cJzEcG__navbar{background-color:var(--dark-bg);color:var(--text-light);z-index:1000;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;width:100%;padding:1rem 1%;display:flex;position:fixed;top:0;left:0}.Navbar-module__cJzEcG__logoContainer{align-items:center;gap:1rem;display:flex}.Navbar-module__cJzEcG__logoCircle{width:75px;height:75px;color:var(--dark-bg);background-color:#fff;border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:flex;overflow:hidden}.Navbar-module__cJzEcG__logoPlaceholder{font-size:1.2rem}.Navbar-module__cJzEcG__logoText{flex-direction:column;display:flex}.Navbar-module__cJzEcG__logoText h1{margin:0;font-size:1.2rem;font-weight:700;line-height:1.2}.Navbar-module__cJzEcG__logoText p{color:var(--primary-red);margin:0;font-size:1.2rem;font-weight:700}.Navbar-module__cJzEcG__navLinks{gap:2rem;display:flex}.Navbar-module__cJzEcG__navLinks a{font-size:.95rem;font-weight:500;transition:color .2s}.Navbar-module__cJzEcG__navLinks a:hover,.Navbar-module__cJzEcG__navLinks a.Navbar-module__cJzEcG__active{color:var(--primary-red)}.Navbar-module__cJzEcG__ctaContainer{align-items:center;gap:1rem;display:flex}.Navbar-module__cJzEcG__ctaButton{background-color:var(--primary-red);color:#fff;border-radius:4px;padding:.6rem 1.5rem;font-size:.95rem;font-weight:600;transition:background-color .2s,transform .1s}.Navbar-module__cJzEcG__ctaButton:hover{background-color:var(--primary-red-hover);transform:translateY(-1px)}.Navbar-module__cJzEcG__menuButton{cursor:pointer;background:0 0;border:none;margin-left:0;padding:0;display:none}.Navbar-module__cJzEcG__mobileMenu{background-color:var(--dark-bg);border-bottom:1px solid #ffffff1a;flex-direction:column;gap:1rem;width:100%;padding:1rem;display:none;position:absolute;top:100%;left:0}.Navbar-module__cJzEcG__mobileMenu a{text-align:center;border-bottom:1px solid #ffffff0d;padding:.5rem 0;font-size:1.1rem;font-weight:500}.Navbar-module__cJzEcG__mobileMenu a:hover,.Navbar-module__cJzEcG__mobileMenu a.Navbar-module__cJzEcG__active{color:var(--primary-red)}@media (max-width:1024px){.Navbar-module__cJzEcG__navLinks{display:none}.Navbar-module__cJzEcG__menuButton{justify-content:center;align-items:center;display:flex}.Navbar-module__cJzEcG__mobileMenu{display:flex}}@media (max-width:768px){.Navbar-module__cJzEcG__logoText h1{font-size:1rem}.Navbar-module__cJzEcG__logoText p{font-size:.7rem}.Navbar-module__cJzEcG__ctaButton{padding:.5rem 1rem;font-size:.85rem}.Navbar-module__cJzEcG__ctaContainer{gap:5px}}@media (max-width:700px){.Navbar-module__cJzEcG__logoCircle{width:50px;height:50px}.Navbar-module__cJzEcG__logoText h1{font-size:1.2rem}.Navbar-module__cJzEcG__logoText p{font-size:.8rem}.Navbar-module__cJzEcG__ctaButton{padding:.6rem 1rem;font-size:1rem}.Navbar-module__cJzEcG__navbar{padding:.8rem 1%}.Navbar-module__cJzEcG__logoContainer{gap:.5rem}}@media (max-width:480px){.Navbar-module__cJzEcG__logoCircle{width:40px;height:40px}.Navbar-module__cJzEcG__logoText h1{font-size:.85rem}.Navbar-module__cJzEcG__logoText p{font-size:.6rem}.Navbar-module__cJzEcG__ctaButton{padding:.4rem .8rem;font-size:.75rem}.Navbar-module__cJzEcG__navbar{padding:.8rem 1%}.Navbar-module__cJzEcG__logoContainer{gap:.5rem}}@media (max-width:380px){.Navbar-module__cJzEcG__logoCircle{width:32px;height:32px}.Navbar-module__cJzEcG__logoText h1{font-size:.75rem}.Navbar-module__cJzEcG__logoText p{font-size:.55rem}.Navbar-module__cJzEcG__ctaButton{padding:.4rem .6rem;font-size:.7rem}}
.SupportModal-module__rwFjhW__modalOverlay{z-index:9999;background-color:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.SupportModal-module__rwFjhW__modalContent{background-color:#fff;border-radius:8px;width:100%;max-width:500px;max-height:90vh;padding:2rem;position:relative;overflow-y:auto;box-shadow:0 4px 20px #00000026}.SupportModal-module__rwFjhW__closeBtn{color:#fff;cursor:pointer;background-color:#ef4444;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:1.2rem;transition:background-color .2s;display:flex;position:absolute;top:1rem;right:1rem}.SupportModal-module__rwFjhW__closeBtn:hover{color:#fff;background-color:#dc2626}.SupportModal-module__rwFjhW__modalTitle{color:#333;text-align:center;margin-bottom:1.5rem;font-size:1.5rem}.SupportModal-module__rwFjhW__form{flex-direction:column;gap:1.25rem;display:flex}.SupportModal-module__rwFjhW__formGroup{flex-direction:column;gap:.5rem;display:flex}.SupportModal-module__rwFjhW__formGroup label{color:#444;text-align:left;font-size:.95rem;font-weight:500;display:block}.SupportModal-module__rwFjhW__required{color:#d93025}.SupportModal-module__rwFjhW__input,.SupportModal-module__rwFjhW__textarea{border:1px solid #ccc;border-radius:4px;width:100%;padding:.75rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.SupportModal-module__rwFjhW__input:focus,.SupportModal-module__rwFjhW__textarea:focus{border-color:#ffb703;outline:none}.SupportModal-module__rwFjhW__textarea{resize:vertical;min-height:100px}.SupportModal-module__rwFjhW__submitBtn{color:#fff;cursor:pointer;background-color:#023047;border:none;border-radius:4px;margin-top:1rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:700;transition:background-color .2s}.SupportModal-module__rwFjhW__submitBtn:hover{color:#023047;background-color:#ffb703}@media (max-width:480px){.SupportModal-module__rwFjhW__modalContent{padding:1.5rem 1rem}.SupportModal-module__rwFjhW__modalTitle{font-size:1.25rem}.SupportModal-module__rwFjhW__closeBtn{top:.5rem;right:.5rem}}
.DemandsSection-module__Bu4XjW__demandsSection{background-color:var(--light-bg);padding:10rem 1%}.DemandsSection-module__Bu4XjW__header{justify-content:center;align-items:center;gap:1.5rem;margin-bottom:3rem;display:flex}.DemandsSection-module__Bu4XjW__line{background-color:var(--primary-red);flex:1;max-width:100px;height:2px}.DemandsSection-module__Bu4XjW__title{color:var(--text-main);text-align:center;font-size:1.8rem;font-weight:700}.DemandsSection-module__Bu4XjW__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.DemandsSection-module__Bu4XjW__card{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:8px;flex-direction:column;padding:1.5rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 6px #00000005}.DemandsSection-module__Bu4XjW__card:hover{transform:translateY(-4px);box-shadow:0 10px 15px #0000000d}.DemandsSection-module__Bu4XjW__iconContainer{color:#fff;background-color:#fce7f3;border-radius:100px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.DemandsSection-module__Bu4XjW__iconGreen{background-color:#10b981}.DemandsSection-module__Bu4XjW__iconRed{background-color:#ef4444}.DemandsSection-module__Bu4XjW__iconBlue{background-color:#3b82f6}.DemandsSection-module__Bu4XjW__iconOrange{background-color:#f59e0b}.DemandsSection-module__Bu4XjW__iconPurple{background-color:#8b5cf6}.DemandsSection-module__Bu4XjW__iconIndigo{background-color:#1e40af}.DemandsSection-module__Bu4XjW__iconPink{background-color:#ec4899}.DemandsSection-module__Bu4XjW__iconTeal{background-color:#14b8a6}.DemandsSection-module__Bu4XjW__cardHeader{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:1rem;display:flex}.DemandsSection-module__Bu4XjW__chevronContainer{color:var(--text-muted);flex-shrink:0;align-items:center;display:flex}.DemandsSection-module__Bu4XjW__cardBody{margin-top:1rem;display:none}.DemandsSection-module__Bu4XjW__cardBody.DemandsSection-module__Bu4XjW__expanded{display:block}.DemandsSection-module__Bu4XjW__cardTitle{color:var(--text-main);flex:1;margin:0;font-size:1.1rem;font-weight:700}.DemandsSection-module__Bu4XjW__cardDesc{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.5}.DemandsSection-module__Bu4XjW__highlightedCard{color:#fff;background-color:#1e3a5f;border:none;grid-column:span 2;justify-content:space-between;padding:1rem}.DemandsSection-module__Bu4XjW__highlightedHeader{align-items:center;gap:1.5rem;display:flex}.DemandsSection-module__Bu4XjW__highlightedBody{margin-top:1rem}.DemandsSection-module__Bu4XjW__highlightedIconWrapper{flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.DemandsSection-module__Bu4XjW__iconCircle{color:#fff;background-color:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.DemandsSection-module__Bu4XjW__numberBadge{color:#1e3a5f;background-color:#fbbf24;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.85rem;font-weight:700;display:flex;position:absolute;top:-5px;right:-5px}.DemandsSection-module__Bu4XjW__highlightedTitle{color:#fff;flex:1;margin:0;font-size:1.3rem;font-weight:700}.DemandsSection-module__Bu4XjW__highlightedDesc{color:#cbd5e1;margin:0;font-size:.95rem;line-height:1.5}.DemandsSection-module__Bu4XjW__hideOnMobile{display:none}.DemandsSection-module__Bu4XjW__showOnMobile{display:block}.DemandsSection-module__Bu4XjW__expandWrapper{border-top:1px solid #ffffff1a;justify-content:center;margin-top:1rem;padding-top:1rem;display:flex}.DemandsSection-module__Bu4XjW__expandBtn{color:#fbbf24;cursor:pointer;background:#0285c748;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:0 2rem;font-size:1rem;font-weight:600;transition:opacity .2s;display:flex}.DemandsSection-module__Bu4XjW__expandBtn:hover{opacity:.8}@media (min-width:769px){.DemandsSection-module__Bu4XjW__alwaysOpenDesktop{display:block!important}.DemandsSection-module__Bu4XjW__hideChevronDesktop{display:none!important}}@media (max-width:1200px){.DemandsSection-module__Bu4XjW__grid{grid-template-columns:repeat(2,1fr)}.DemandsSection-module__Bu4XjW__highlightedCard{grid-column:span 2}}@media (min-width:1201px){.DemandsSection-module__Bu4XjW__orderEarly{order:1}.DemandsSection-module__Bu4XjW__orderMiddle{order:2}.DemandsSection-module__Bu4XjW__orderLate{order:3}}@media (max-width:768px){.DemandsSection-module__Bu4XjW__header{text-align:center;flex-direction:column}.DemandsSection-module__Bu4XjW__line{display:none}.DemandsSection-module__Bu4XjW__grid{grid-template-columns:1fr}.DemandsSection-module__Bu4XjW__highlightedCard{grid-column:span 1}.DemandsSection-module__Bu4XjW__highlightedHeader{text-align:center;flex-direction:column;align-items:center}}.DemandsSection-module__Bu4XjW__cardDesc ul,.DemandsSection-module__Bu4XjW__highlightedDesc ul{margin:0;padding-left:1.2rem}.DemandsSection-module__Bu4XjW__cardDesc li,.DemandsSection-module__Bu4XjW__highlightedDesc li{margin-bottom:.5rem}.DemandsSection-module__Bu4XjW__cardDesc li:last-child,.DemandsSection-module__Bu4XjW__highlightedDesc li:last-child{margin-bottom:0}
.DetailedDemand-module__Vxy-tG__detailedDemand{background-color:#f1f5f9;padding:4rem 1%}.DetailedDemand-module__Vxy-tG__container{max-width:2400px;margin:0 auto}.DetailedDemand-module__Vxy-tG__title{color:var(--text-main);text-align:center;margin-bottom:2rem;font-size:1.5rem;font-weight:700}.DetailedDemand-module__Vxy-tG__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:start;gap:1.5rem;display:grid}.DetailedDemand-module__Vxy-tG__card{background-color:var(--card-bg);border:1px solid var(--border-color);cursor:pointer;border-radius:8px;flex-direction:column;padding:1.5rem;transition:all .3s;display:flex;box-shadow:0 4px 6px #00000005}.DetailedDemand-module__Vxy-tG__card:hover{border-color:#0284c7;box-shadow:0 6px 12px #0000000d}.DetailedDemand-module__Vxy-tG__cardHeader{align-items:center;gap:1rem;display:flex}.DetailedDemand-module__Vxy-tG__iconWrapper{color:#fff;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;display:flex}.DetailedDemand-module__Vxy-tG__iconDarkBlue{background-color:#1e3a8a}.DetailedDemand-module__Vxy-tG__iconTeal{background-color:#0d9488}.DetailedDemand-module__Vxy-tG__iconPurple{background-color:#7e22ce}.DetailedDemand-module__Vxy-tG__iconOrange{background-color:#ea580c}.DetailedDemand-module__Vxy-tG__cardTitle{color:var(--text-main);flex-grow:1;margin:0;font-size:1.1rem;font-weight:700}.DetailedDemand-module__Vxy-tG__toggleIcon{color:#64748b;flex-shrink:0}.DetailedDemand-module__Vxy-tG__list{margin-top:1.5rem;padding-left:1.2rem;animation:.3s ease-in-out DetailedDemand-module__Vxy-tG__fadeIn}@keyframes DetailedDemand-module__Vxy-tG__fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.DetailedDemand-module__Vxy-tG__list li{color:var(--text-muted);margin-bottom:.5rem;font-size:.9rem;line-height:1.5;position:relative}
.CallToAction-module__v0_D9G__ctaSection{color:var(--text-light);background-color:#020101;padding:1rem 1%}.CallToAction-module__v0_D9G__container{justify-content:space-between;align-items:center;gap:2rem;max-width:2400px;margin:0 auto;display:flex}.CallToAction-module__v0_D9G__fistGraphic{flex-shrink:0}.CallToAction-module__v0_D9G__fist{object-fit:contain;opacity:.9;clip-path:inset(2px round 8px);border-radius:8px;width:auto;height:120px}.CallToAction-module__v0_D9G__content{flex:1}.CallToAction-module__v0_D9G__text{color:#e5e7eb;font-size:1.3rem;font-weight:500;line-height:1.6}.CallToAction-module__v0_D9G__action{flex-direction:column;flex-shrink:0;align-items:center;gap:.5rem;display:flex}.CallToAction-module__v0_D9G__btnPrimary{background-color:var(--primary-red);color:#fff;border-radius:6px;width:100%;padding:1rem 2.5rem;font-size:1.2rem;font-weight:700;transition:all .2s}.CallToAction-module__v0_D9G__btnPrimary:hover{background-color:var(--primary-red-hover);transform:translateY(-2px)}.CallToAction-module__v0_D9G__subtext{color:#9ca3af;font-size:.85rem}@media (max-width:900px){.CallToAction-module__v0_D9G__container{text-align:center;background:#020101;border:1px solid #ffffff05;border-radius:12px;flex-direction:column;gap:1.5rem;padding:2rem 1rem}.CallToAction-module__v0_D9G__fistGraphic{justify-content:center;margin-bottom:.5rem;display:flex}.CallToAction-module__v0_D9G__fist{filter:drop-shadow(0 4px 6px #00000080);height:100px}.CallToAction-module__v0_D9G__content{margin-bottom:1rem}.CallToAction-module__v0_D9G__text{color:#fff;font-size:1.15rem;line-height:1.5}.CallToAction-module__v0_D9G__action{width:100%}.CallToAction-module__v0_D9G__btnPrimary{width:100%;padding:1rem;font-size:1.1rem}}
.AboutSection-module__UGBiha__aboutSection{color:var(--text-light);background-color:#111;border-bottom:1px solid #ffffff0d;padding:10rem 1rem}.AboutSection-module__UGBiha__container{max-width:1200px;margin:0 auto}.AboutSection-module__UGBiha__header{text-align:center;margin-bottom:4rem}.AboutSection-module__UGBiha__title{color:#ffb703;margin-bottom:1rem;font-size:3rem;font-weight:800}.AboutSection-module__UGBiha__underline{background-color:var(--primary-red);border-radius:2px;width:80px;height:4px;margin:0 auto 2rem}.AboutSection-module__UGBiha__introText{color:#d1d5db;max-width:900px;margin:0 auto;font-size:1.2rem;line-height:1.8}.AboutSection-module__UGBiha__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.AboutSection-module__UGBiha__card{background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;padding:2rem;transition:transform .3s,border-color .3s}.AboutSection-module__UGBiha__card:hover{border-color:#ffb703;transform:translateY(-5px)}.AboutSection-module__UGBiha__cardHeader{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.AboutSection-module__UGBiha__cardHeader h3{color:#fff;margin:0;font-size:1.4rem;font-weight:700}.AboutSection-module__UGBiha__icon{color:var(--primary-red)}.AboutSection-module__UGBiha__list{margin:0;padding:0;list-style:none}.AboutSection-module__UGBiha__list li{color:#9ca3af;margin-bottom:1.2rem;padding-left:1.5rem;font-size:1.05rem;line-height:1.6;position:relative}.AboutSection-module__UGBiha__list li:before{content:"•";color:#ffb703;font-size:1.5rem;position:absolute;top:-4px;left:0}.AboutSection-module__UGBiha__list li strong{color:#e5e7eb}.AboutSection-module__UGBiha__list li:last-child{margin-bottom:0}@media (max-width:768px){.AboutSection-module__UGBiha__title{font-size:2.5rem}.AboutSection-module__UGBiha__introText{font-size:1.1rem}}
.FooterStats-module___d633a__footer{color:var(--text-light);background-color:#050505;border-top:1px solid #ffffff26;padding:1.5rem 2%}.FooterStats-module___d633a__container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1600px;margin:0 auto;display:flex}.FooterStats-module___d633a__stats{flex-wrap:wrap;align-items:center;display:flex}.FooterStats-module___d633a__statItem{border-right:1px solid #ffffff26;align-items:center;gap:1rem;padding:0 2.5rem;display:flex}.FooterStats-module___d633a__statItem:first-child{padding-left:0}.FooterStats-module___d633a__icon{color:#ffb703;width:32px;height:32px}.FooterStats-module___d633a__statInfo{flex-direction:column;display:flex}.FooterStats-module___d633a__statNumber{margin-bottom:.2rem;font-size:1.2rem;font-weight:700;line-height:1}.FooterStats-module___d633a__statLabel{color:#9ca3af;font-size:.8rem}.FooterStats-module___d633a__socialMedia{align-items:center;gap:1rem;padding-left:2rem;display:flex}.FooterStats-module___d633a__socialLabel{color:#d1d5db;font-size:.9rem}.FooterStats-module___d633a__socialIcons{gap:.5rem;display:flex}.FooterStats-module___d633a__socialIcon{cursor:pointer;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .2s;display:flex}.FooterStats-module___d633a__socialIcon:hover{transform:scale(1.1)}@media (max-width:1024px){.FooterStats-module___d633a__stats{justify-content:center}.FooterStats-module___d633a__socialMedia{justify-content:center;width:100%;margin-top:1rem;padding-left:0}.FooterStats-module___d633a__statItem:last-child{border-right:none}}@media (max-width:768px){.FooterStats-module___d633a__container{flex-direction:column;align-items:center;padding:1rem 0}.FooterStats-module___d633a__stats{grid-template-columns:repeat(2,1fr);gap:2rem;width:100%;display:grid}.FooterStats-module___d633a__statItem{text-align:center;border-right:none;flex-direction:column;gap:.5rem;padding:0}.FooterStats-module___d633a__statInfo{align-items:center}.FooterStats-module___d633a__socialMedia{border-top:1px solid #ffffff1a;flex-direction:column;margin-top:1rem;padding-top:1.5rem;padding-left:0}}@media (max-width:480px){.FooterStats-module___d633a__stats{gap:1rem}.FooterStats-module___d633a__statItem{gap:.25rem}.FooterStats-module___d633a__statNumber{font-size:1rem}.FooterStats-module___d633a__statLabel{font-size:.75rem}}.FooterStats-module___d633a__credits{color:#9ca3af;white-space:nowrap;border-top:1px solid #ffffff1a;flex-flow:row;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:1.5rem;padding-top:1.5rem;font-size:.85rem;display:flex}.FooterStats-module___d633a__creditLink{color:#ffb703;text-decoration:none;transition:color .2s}.FooterStats-module___d633a__creditLink:hover{color:red}.FooterStats-module___d633a__separator{color:#4b5563}@media (max-width:600px){.FooterStats-module___d633a__credits{gap:.3rem;font-size:.65rem}}
