@import"https://fonts.googleapis.com/css2?family=Bebas+Neue:wght@400;700&family=Inter:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap";:root{--text-dark: #1E293B;--text-light: #64748B;--bg-light: #F8FAFC;--white: #FFFFFF;--success-green: #10B981;--warning-orange: #F59E0B;--font-display: "Bebas Neue", sans-serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-6: 1.5rem;--space-8: 2rem;--space-12: 3rem;--space-16: 4rem;--theme-primary: #1B365D;--theme-secondary: #D4AF37;--theme-accent: #1B365D;--theme-dark: #0F2A44}[data-theme=army]{--theme-primary: #4B5842;--theme-secondary: #CFB784;--theme-accent: #CFB784;--theme-dark: #2D3319}[data-theme=navy]{--theme-primary: #002868;--theme-secondary: #FFD700;--theme-accent: #FFD700;--theme-dark: #001a40}[data-theme=air-force]{--theme-primary: #004F98;--theme-secondary: #FFD700;--theme-accent: #FFD700;--theme-dark: #003366}[data-theme=marines]{--theme-primary: #CC0000;--theme-secondary: #FFD700;--theme-accent: #FFD700;--theme-dark: #990000}[data-theme=coast-guard]{--theme-primary: #003366;--theme-secondary: #FF6B00;--theme-accent: #00426A;--theme-dark: #001F3F}[data-theme=space-force]{--theme-primary: #1C3F95;--theme-secondary: #FFD700;--theme-accent: #FFD700;--theme-dark: #152F6B}[data-theme=word-knowledge]{--theme-primary: #1B365D;--theme-secondary: #D4AF37;--theme-accent: #6366F1;--theme-dark: #0F2A44}[data-theme=arithmetic-reasoning]{--theme-primary: #1B365D;--theme-secondary: #D4AF37;--theme-accent: #0EA5E9;--theme-dark: #0F2A44}[data-theme=paragraph-comprehension]{--theme-primary: #1B365D;--theme-secondary: #D4AF37;--theme-accent: #059669;--theme-dark: #0F2A44}[data-theme=mathematics-knowledge]{--theme-primary: #1B365D;--theme-secondary: #D4AF37;--theme-accent: #8B5CF6;--theme-dark: #0F2A44}[data-theme=general-science]{--theme-primary: #1B365D;--theme-secondary: #D4AF37;--theme-accent: #0D9488;--theme-dark: #0F2A44}[data-theme=electronics-information]{--theme-primary: #1B365D;--theme-secondary: #D4AF37;--theme-accent: #EA580C;--theme-dark: #0F2A44}[data-theme=mechanical-comprehension]{--theme-primary: #1B365D;--theme-secondary: #D4AF37;--theme-accent: #DC2626;--theme-dark: #0F2A44}[data-theme=auto-shop-information]{--theme-primary: #1B365D;--theme-secondary: #D4AF37;--theme-accent: #F97316;--theme-dark: #0F2A44}[data-theme=assembling-objects]{--theme-primary: #1B365D;--theme-secondary: #D4AF37;--theme-accent: #14B8A6;--theme-dark: #0F2A44}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body);line-height:1.6;color:var(--text-dark);background:var(--white)}.container{width:100%;margin:0 auto;padding:0 var(--space-4)}@media (min-width: 768px){.container{max-width:768px;padding:0 var(--space-6)}}.header-component{background:linear-gradient(135deg,var(--theme-primary) 0%,var(--theme-dark) 100%);color:var(--white);padding:var(--space-3) 0;position:relative}.header-component:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--theme-secondary)}.nav-container{display:flex;justify-content:space-between;align-items:center}.logo-component{display:flex;align-items:center;gap:var(--space-3)}.logo-icon{width:40px;height:40px;background:var(--theme-secondary);color:var(--theme-primary);border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700}.logo-text{font-family:var(--font-display);font-size:18px;font-weight:700;letter-spacing:1px}@media (min-width: 768px){.logo-text{font-size:24px}}.nav-cta{background:var(--theme-secondary);color:var(--theme-primary);padding:var(--space-3) var(--space-6);border-radius:6px;text-decoration:none;font-weight:600;font-size:14px;text-transform:uppercase;letter-spacing:.5px;transition:all .2s ease}.nav-cta:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0003}.hero-component{background:linear-gradient(135deg,var(--theme-primary) 0%,var(--theme-dark) 100%);color:var(--white);padding:var(--space-12) 0 var(--space-8);text-align:center;position:relative;overflow:hidden}.hero-component:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(255,255,255,.1) 0%,transparent 50%)}.hero-content{position:relative;z-index:2}.hero-badge{background:#fff3;color:var(--theme-secondary);padding:var(--space-2) var(--space-4);border-radius:20px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:var(--space-4);display:inline-block}.hero-title{font-family:var(--font-display);font-size:32px;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-bottom:var(--space-4);line-height:1.1}@media (min-width: 768px){.hero-title{font-size:48px}}.hero-subtitle{font-size:18px;color:var(--theme-secondary);font-weight:600;margin-bottom:var(--space-6)}.hero-stats{display:flex;justify-content:space-around;margin-top:var(--space-6);padding-top:var(--space-4);border-top:1px solid rgba(255,255,255,.2)}.stat-number{font-family:var(--font-display);font-size:24px;font-weight:700;color:var(--theme-secondary);line-height:1}@media (min-width: 768px){.stat-number{font-size:32px}}.stat-label{font-size:12px;color:#fffc;text-transform:uppercase;letter-spacing:.5px;margin-top:var(--space-1)}.btn-primary{background:linear-gradient(135deg,var(--theme-secondary) 0%,var(--theme-secondary) 100%);color:var(--theme-primary);padding:var(--space-4) var(--space-8);border:none;border-radius:8px;font-family:var(--font-display);font-size:18px;font-weight:700;text-transform:uppercase;letter-spacing:1px;text-decoration:none;display:inline-block;transition:all .2s ease;cursor:pointer}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}.btn-secondary{background:transparent;color:var(--theme-secondary);border:2px solid var(--theme-secondary);padding:var(--space-3) var(--space-6);border-radius:6px;font-weight:600;text-decoration:none;display:inline-block;transition:all .2s ease}.btn-secondary:hover{background:var(--theme-secondary);color:var(--theme-primary)}.section-title{font-family:var(--font-display);font-size:28px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;text-align:center;color:var(--theme-primary);margin-bottom:var(--space-2)}@media (min-width: 768px){.section-title{font-size:36px}}.section-subtitle{text-align:center;color:var(--text-light);margin-bottom:var(--space-8);font-size:16px}.card-grid{display:grid;grid-template-columns:1fr;gap:var(--space-6)}@media (min-width: 768px){.card-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}.card-component{background:var(--white);border-radius:12px;padding:var(--space-6);box-shadow:0 4px 12px #00000014;transition:all .2s ease;border-top:4px solid var(--theme-accent)}.card-component:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.card-icon{width:60px;height:60px;background:var(--theme-accent);color:var(--white);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:var(--space-4)}.card-title{font-family:var(--font-display);font-size:20px;font-weight:700;color:var(--theme-primary);margin-bottom:var(--space-2);text-transform:uppercase;letter-spacing:.5px}.card-description{color:var(--text-light);line-height:1.6;margin-bottom:var(--space-4)}.ad-container{margin:var(--space-8) 0}.ad-mobile{width:336px;height:280px}@media (min-width: 768px){.ad-mobile{display:none}}.ad-desktop{display:none;width:728px;height:90px}@media (min-width: 768px){.ad-desktop{display:flex}}.footer-cta-component{padding:var(--space-8) 0;background:linear-gradient(135deg,var(--theme-primary) 0%,var(--theme-dark) 100%);color:var(--white);text-align:center}.cta-title{font-family:var(--font-display);font-size:28px;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-bottom:var(--space-3);color:var(--theme-secondary)}@media (min-width: 768px){.cta-title{font-size:36px}}.cta-subtitle{color:#ffffffe6;margin-bottom:var(--space-6);font-size:16px}.mb-4{margin-bottom:var(--space-4)}.mb-6{margin-bottom:var(--space-6)}.mb-8{margin-bottom:var(--space-8)}.mt-8{margin-top:var(--space-8)}@media (max-width: 767px){.desktop-only{display:none}}@media (min-width: 768px){.mobile-only{display:none}}.group:hover .group-hover\:rotate-180{transform:rotate(180deg)}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.military-branch-badge{display:inline-flex;align-items:center;padding:.5rem 1rem;background:linear-gradient(135deg,var(--theme-primary),var(--theme-dark));color:#fff;border-radius:.5rem;font-family:var(--font-display);font-weight:700;text-transform:uppercase;letter-spacing:1px;position:relative;overflow:hidden}.military-branch-badge:before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:var(--theme-secondary)}.military-branch-badge .branch-emblem{margin-right:.5rem;font-size:1rem}.military-rank-display{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#f8fafc;border-left:4px solid var(--theme-primary);border-radius:.5rem}.rank-insignia{width:3rem;height:3rem;background:var(--theme-primary);border-radius:.375rem;display:flex;align-items:center;justify-content:center;color:#fff;font-family:var(--font-body);font-weight:600}.rank-info h4{margin:0;font-family:var(--font-display);font-size:var(--text-lg, 1.125rem);color:var(--theme-primary)}.rank-info p{margin:.25rem 0 0;font-size:var(--text-sm, .875rem);color:#64748b}.service-timeline{position:relative;padding-left:2rem}.service-timeline:before{content:"";position:absolute;left:.75rem;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,var(--theme-primary),var(--theme-dark))}.timeline-item{position:relative;margin-bottom:2rem;padding-left:1.5rem}.timeline-item:before{content:"";position:absolute;left:-.5rem;top:.25rem;width:1rem;height:1rem;background:var(--theme-primary);border:3px solid white;border-radius:50%;box-shadow:0 0 0 2px var(--theme-primary)}.timeline-content{background:#fff;padding:1.5rem;border-radius:.5rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0}.timeline-date{font-family:var(--font-body);font-size:.875rem;color:var(--theme-primary);font-weight:600;margin-bottom:.5rem}.timeline-title{font-family:var(--font-display);font-size:1.125rem;margin-bottom:.5rem;color:#1e293b}.mos-card{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0;transition:all .2s ease;position:relative;overflow:hidden}.mos-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--theme-primary),var(--theme-secondary))}.mos-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.mos-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.mos-code{font-family:var(--font-body);font-size:.875rem;font-weight:600;color:var(--theme-primary);background:#1b365d1a;padding:.25rem .5rem;border-radius:.25rem}.mos-title{font-family:var(--font-display);font-size:1.25rem;margin:0;color:#1e293b;text-transform:uppercase;letter-spacing:.5px}.mos-requirements{display:flex;gap:1rem;margin-bottom:1rem}.requirement-badge{font-size:.75rem;padding:.25rem .75rem;background:var(--bg-light);color:var(--text-light);border-radius:1rem;font-weight:600}.military-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.stat-card{background:linear-gradient(135deg,var(--theme-primary),var(--theme-dark));color:#fff;padding:1.5rem;border-radius:.75rem;text-align:center}.stat-value{font-family:var(--font-display);font-size:2.5rem;font-weight:700;line-height:1;color:var(--theme-secondary)}.stat-label{font-size:.875rem;text-transform:uppercase;letter-spacing:.5px;margin-top:.5rem;opacity:.9}.career-path{display:flex;align-items:center;justify-content:space-between;position:relative;padding:2rem 0}.career-path:before{content:"";position:absolute;top:50%;left:10%;right:10%;height:2px;background:linear-gradient(90deg,var(--theme-primary),var(--theme-secondary));transform:translateY(-50%);z-index:0}.career-step{position:relative;z-index:1;text-align:center}.career-step-icon{width:4rem;height:4rem;background:#fff;border:3px solid var(--theme-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto .5rem;font-weight:700;color:var(--theme-primary)}.career-step-label{font-size:.875rem;font-weight:600;color:var(--text-dark)}.achievement-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem}.achievement-badge{background:#fff;border:2px solid var(--theme-primary);border-radius:.5rem;padding:1rem;text-align:center;transition:all .2s ease}.achievement-badge:hover{background:var(--theme-primary);color:#fff}.achievement-icon{font-size:2rem;margin-bottom:.5rem}.achievement-name{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}[data-flashcard-theme=classic]{--gradient-from: #111827;--gradient-to: #1f2937;--card-bg: linear-gradient(135deg, #ffffff 0%, #f9fafb 100%);--card-back-bg: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);--accent: #D4AF37;--card-border: #e2e8f0;--text-primary: #1e293b;--text-secondary: #64748b;--button-bg: #374151;--stats-bg: #1f2937;--progress-bg: #374151}[data-flashcard-theme=neon]{--gradient-from: #000000;--gradient-via: #581c87;--gradient-to: #000000;--card-bg: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);--card-back-bg: linear-gradient(135deg, #0f3460 0%, #16213e 100%);--accent: #00ff88;--card-border: rgba(0, 255, 136, .25);--text-primary: #ffffff;--text-secondary: #a1a1aa;--button-bg: #7c3aed;--stats-bg: #1a1a2e;--progress-bg: #1a1a2e}[data-flashcard-theme=tactical]{--gradient-from: #111827;--gradient-via: #14532d;--gradient-to: #111827;--card-bg: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);--card-back-bg: linear-gradient(135deg, #263238 0%, #37474f 100%);--accent: #76ff03;--card-border: rgba(118, 255, 3, .25);--text-primary: #ffffff;--text-secondary: #a1a1aa;--button-bg: #2e7d32;--stats-bg: #1a1a1a;--progress-bg: #1a1a1a}[data-flashcard-theme=gradient]{--gradient-from: #db2777;--gradient-via: #9333ea;--gradient-to: #4f46e5;--card-bg: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--card-back-bg: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);--accent: #fbbf24;--card-border: rgba(255, 255, 255, .2);--text-primary: #ffffff;--text-secondary: #e5e7eb;--button-bg: #ec4899;--stats-bg: #6b21a8;--progress-bg: #7c3aed}[data-flashcard-theme=cyber]{--gradient-from: #164e63;--gradient-via: #1e3a8a;--gradient-to: #581c87;--card-bg: linear-gradient(135deg, #0d1117 0%, #161b22 100%);--card-back-bg: linear-gradient(135deg, #161b22 0%, #21262d 100%);--accent: #00d9ff;--card-border: rgba(0, 217, 255, .25);--text-primary: #ffffff;--text-secondary: #9ca3af;--button-bg: #0891b2;--stats-bg: #0d1117;--progress-bg: #0d1117}.flashcard-section{position:relative}.flashcard-section[data-flashcard-theme=classic]{background:linear-gradient(to bottom right,#111827,#1f2937)}.flashcard-section[data-flashcard-theme=neon]{background:linear-gradient(to bottom right,#000,#581c87,#000)}.flashcard-section[data-flashcard-theme=tactical]{background:linear-gradient(to bottom right,#111827,#14532d,#111827)}.flashcard-section[data-flashcard-theme=gradient]{background:linear-gradient(to bottom right,#db2777,#9333ea,#4f46e5)}.flashcard-section[data-flashcard-theme=cyber]{background:linear-gradient(to bottom right,#164e63,#1e3a8a,#581c87)}.flashcard-container{perspective:1000px;height:400px;animation:fadeInScale .5s ease-out}.flashcard{transform-style:preserve-3d;transition:transform .7s cubic-bezier(.4,0,.2,1)}.flashcard.flipped{transform:rotateY(180deg)}.flashcard-face{position:absolute;width:100%;height:100%;backface-visibility:hidden;border-radius:1.5rem;display:flex;flex-direction:column;border:2px solid var(--card-border);box-shadow:0 25px 50px -12px #00000040,0 0 0 1px var(--card-border)}.flashcard-back{transform:rotateY(180deg)}[data-flashcard-theme=classic] .flashcard-front{background:linear-gradient(135deg,#fff,#f9fafb)}[data-flashcard-theme=classic] .flashcard-back{background:linear-gradient(135deg,#f8fafc,#f1f5f9)}[data-flashcard-theme=neon] .flashcard-front{background:linear-gradient(135deg,#1a1a2e,#16213e)}[data-flashcard-theme=neon] .flashcard-back{background:linear-gradient(135deg,#0f3460,#16213e)}[data-flashcard-theme=tactical] .flashcard-front{background:linear-gradient(135deg,#1a1a1a,#2d2d2d)}[data-flashcard-theme=tactical] .flashcard-back{background:linear-gradient(135deg,#263238,#37474f)}[data-flashcard-theme=gradient] .flashcard-front{background:linear-gradient(135deg,#667eea,#764ba2)}[data-flashcard-theme=gradient] .flashcard-back{background:linear-gradient(135deg,#f093fb,#f5576c)}[data-flashcard-theme=cyber] .flashcard-front{background:linear-gradient(135deg,#0d1117,#161b22)}[data-flashcard-theme=cyber] .flashcard-back{background:linear-gradient(135deg,#161b22,#21262d)}.flashcard-header{display:flex;justify-content:space-between;align-items:center;padding:2rem 2rem 0}.flashcard-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--accent)}.flashcard-number{font-size:.75rem;font-weight:500;color:var(--text-primary);opacity:.5}.flashcard-content{flex:1;display:flex;align-items:center;justify-content:center;text-align:center;padding:1rem 2rem}.flashcard-question{font-size:1.5rem;font-weight:500;line-height:1.5;color:var(--text-primary)}.flashcard-answer{font-size:1.875rem;font-weight:700;line-height:1.4;color:var(--accent)}@media (min-width: 768px){.flashcard-question{font-size:1.875rem}.flashcard-answer{font-size:2.5rem}}.flashcard-footer{text-align:center;padding:0 2rem 2rem}.flashcard-hint{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;padding:.5rem 1rem;border-radius:.75rem;background:#d4af371a;color:var(--accent);transition:all .2s;cursor:pointer;border:none}.flashcard-hint:hover{transform:scale(1.05)}.progress-bar{position:relative;width:100%;height:.75rem;border-radius:9999px;overflow:hidden;background:rgba(var(--card-border-rgb, 226, 232, 240),.25)}.progress-fill{position:absolute;top:0;left:0;height:100%;border-radius:9999px;transition:width .7s ease-out;background:linear-gradient(90deg,var(--accent) 0%,var(--accent) 100%);box-shadow:0 0 10px #d4af3766}.control-btn{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-weight:500;border-radius:.75rem;transition:all .2s;transform:translateY(0);background:var(--button-bg);color:#fff;border:none;box-shadow:0 4px 6px -1px #0000001a}.control-btn:hover:not(:disabled){transform:scale(1.05);box-shadow:0 10px 15px -3px #0003}.control-btn:disabled{opacity:.4;cursor:not-allowed}.control-btn.primary{padding:.875rem 2.5rem;font-size:1.125rem;font-weight:600;background:linear-gradient(135deg,var(--accent) 0%,var(--accent) 100%);color:#1e293b;box-shadow:0 4px 15px -3px #d4af3799}.control-btn svg{width:1.25rem;height:1.25rem;transition:transform .2s}.control-btn:hover svg{transform:translate(-2px)}.control-btn.primary:hover svg{transform:rotate(180deg)}.control-btn:last-child:hover svg{transform:translate(2px)}.stats-container{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding:1.5rem;border-radius:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--stats-bg);opacity:.9;border:1px solid var(--card-border);box-shadow:0 10px 15px -3px #0000001a}.stat-item{text-align:center}.stat-item:nth-child(2){border-left:1px solid var(--card-border);border-right:1px solid var(--card-border)}.stat-label{display:block;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;color:var(--text-primary);opacity:.6}.stat-value{display:block;font-size:1.875rem;font-weight:700;color:var(--accent)}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}[data-flashcard-theme=neon] .neon-glow{box-shadow:0 0 20px #0f86,0 0 40px #0f83,0 0 60px #00ff881a}[data-flashcard-theme=neon] .control-btn:hover{box-shadow:0 0 15px #7c3aedcc}[data-flashcard-theme=neon] .control-btn.primary{box-shadow:0 0 20px #0f89}@keyframes glitch{0%,to{transform:translate(0);filter:hue-rotate(0deg)}20%{transform:translate(-1px,1px);filter:hue-rotate(90deg)}40%{transform:translate(1px,-1px);filter:hue-rotate(180deg)}60%{transform:translateY(1px);filter:hue-rotate(270deg)}80%{transform:translate(-1px);filter:hue-rotate(360deg)}}[data-flashcard-theme=cyber] .cyber-glitch:hover{animation:glitch .3s infinite}[data-flashcard-theme=neon] .control-btn.primary,[data-flashcard-theme=tactical] .control-btn.primary,[data-flashcard-theme=cyber] .control-btn.primary{color:#000}[data-flashcard-theme=classic] .control-btn.primary,[data-flashcard-theme=gradient] .control-btn.primary{color:#1e293b}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--primary-navy: #1B365D;--primary-navy-dark: #0F1E2D;--primary-navy-light: #2A4A70;--military-olive: #6B8E23;--olive-light: #8BAE3A;--olive-dark: #4A6117;--white: #FFFFFF;--gray-50: #F8FAFC;--gray-100: #F1F5F9;--gray-200: #E2E8F0;--gray-400: #94A3B8;--gray-600: #475569;--gray-800: #1E293B;--gray-900: #0F172A;--warning-amber: #F59E0B;--success-green: #10B981;--error-red: #EF4444;--info-blue: #3B82F6;--primary-gold: #D4AF37;--font-military-display: "Bebas Neue", "Impact", sans-serif;--font-military-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-military-mono: "JetBrains Mono", "Consolas", monospace;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem}.container{width:100%}@media (min-width: 475px){.container{max-width:475px}}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.military-headline{font-family:var(--font-military-display);font-weight:700;text-transform:uppercase;letter-spacing:1.5px;line-height:1.1}.military-body{font-family:var(--font-military-body);font-weight:400;line-height:1.6}.btn-military-primary{background:linear-gradient(135deg,var(--primary-gold) 0%,#B8941F 100%);color:var(--primary-navy);border:none;border-radius:8px;font-family:var(--font-military-display);font-weight:700;text-transform:uppercase;letter-spacing:1px;transition:all .2s ease;box-shadow:0 4px 12px #d4af374d}.btn-military-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #d4af3766}.logo-component{display:flex;align-items:center;gap:.75rem;text-decoration:none}.logo-text-container{display:flex;flex-direction:column;line-height:1.1}.logo-text{font-family:var(--font-military-display);font-size:1.5rem;font-weight:700;color:var(--white);text-transform:uppercase;letter-spacing:1px}.header-component .nav-cta{position:relative;overflow:hidden}.header-component .nav-cta:not(.gradient-border):before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s;animation:shimmer 5s ease-in-out infinite}@keyframes shimmer{0%{left:-100%}50%,to{left:200%}}.header-component .nav-cta:not(.gradient-border):hover:before{animation-duration:2.5s}.header-component .nav-cta.gradient-border{position:relative;background:var(--primary-gold);background-clip:padding-box;border:3px solid transparent;padding:calc(var(--space-3) - 1px) calc(var(--space-6) - 1px)}.header-component .nav-cta.gradient-border:after{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;background:linear-gradient(45deg,var(--primary-gold),#FFE066,var(--white),#FFE066,var(--primary-gold));background-size:300% 300%;border-radius:inherit;z-index:-1;animation:gradient-shift 4s ease infinite}@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.header-component .nav-cta.gradient-border:hover:after{animation-duration:2s;background:linear-gradient(45deg,#FFE066,var(--white),#FFE066,var(--white),#FFE066);background-size:300% 300%}.mobile-only{display:none}.desktop-only{display:block}@media (max-width: 768px){.mobile-only{display:block}.desktop-only{display:none}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.invisible{visibility:hidden}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.-right-1{right:-.25rem}.-top-1{top:-.25rem}.bottom-0{bottom:0}.left-0{left:0}.left-8{left:2rem}.top-0{top:0}.top-14{top:3.5rem}.top-20{top:5rem}.top-32{top:8rem}.z-0{z-index:0}.z-10{z-index:10}.z-40{z-index:40}.z-50{z-index:50}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-auto{margin-left:auto;margin-right:auto}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.-ml-px{margin-left:-1px}.mb-1{margin-bottom:.25rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-6{margin-left:1.5rem}.ml-8{margin-left:2rem}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-20{height:5rem}.h-32{height:8rem}.h-4{height:1rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-\[calc\(100vh-5rem\)\]{height:calc(100vh - 5rem)}.h-auto{height:auto}.h-full{height:100%}.max-h-\[80vh\]{max-height:80vh}.min-h-\[500px\]{min-height:500px}.min-h-screen{min-height:100vh}.w-0\.5{width:.125rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-20{width:5rem}.w-32{width:8rem}.w-4{width:1rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-8{width:2rem}.w-80{width:20rem}.w-full{width:100%}.min-w-0{min-width:0px}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.flex-1{flex:1 1 0%}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.border-collapse{border-collapse:collapse}.-translate-y-2{--tw-translate-y: -.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-90{--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.list-inside{list-style-position:inside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-items-center{justify-items:center}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.75rem}.rounded-md{border-radius:.5rem}.rounded-xl{border-radius:1rem}.rounded-l-md{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-r-md{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-l-4{border-left-width:4px}.border-t{border-top-width:1px}.border-air-force-accent{--tw-border-opacity: 1;border-color:rgb(0 51 102 / var(--tw-border-opacity, 1))}.border-air-force-neutral{--tw-border-opacity: 1;border-color:rgb(113 128 150 / var(--tw-border-opacity, 1))}.border-air-force-primary{--tw-border-opacity: 1;border-color:rgb(0 79 152 / var(--tw-border-opacity, 1))}.border-air-force-secondary{--tw-border-opacity: 1;border-color:rgb(255 215 0 / var(--tw-border-opacity, 1))}.border-amber-200{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity, 1))}.border-army-accent{--tw-border-opacity: 1;border-color:rgb(45 51 25 / var(--tw-border-opacity, 1))}.border-army-neutral{--tw-border-opacity: 1;border-color:rgb(139 134 128 / var(--tw-border-opacity, 1))}.border-army-primary{--tw-border-opacity: 1;border-color:rgb(75 88 66 / var(--tw-border-opacity, 1))}.border-army-secondary{--tw-border-opacity: 1;border-color:rgb(207 183 132 / var(--tw-border-opacity, 1))}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-blue-300{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.border-coast-guard-accent{--tw-border-opacity: 1;border-color:rgb(0 66 106 / var(--tw-border-opacity, 1))}.border-coast-guard-neutral{--tw-border-opacity: 1;border-color:rgb(139 134 128 / var(--tw-border-opacity, 1))}.border-coast-guard-primary{--tw-border-opacity: 1;border-color:rgb(0 51 102 / var(--tw-border-opacity, 1))}.border-coast-guard-secondary{--tw-border-opacity: 1;border-color:rgb(255 107 0 / var(--tw-border-opacity, 1))}.border-cyan-200{--tw-border-opacity: 1;border-color:rgb(165 243 252 / var(--tw-border-opacity, 1))}.border-error-red{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-gray-700{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.border-gray-800{--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity, 1))}.border-green-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.border-green-400{--tw-border-opacity: 1;border-color:rgb(74 222 128 / var(--tw-border-opacity, 1))}.border-green-500{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.border-indigo-200{--tw-border-opacity: 1;border-color:rgb(199 210 254 / var(--tw-border-opacity, 1))}.border-info-blue{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.border-marines-accent{--tw-border-opacity: 1;border-color:rgb(153 0 0 / var(--tw-border-opacity, 1))}.border-marines-neutral{--tw-border-opacity: 1;border-color:rgb(74 85 104 / var(--tw-border-opacity, 1))}.border-marines-primary{--tw-border-opacity: 1;border-color:rgb(204 0 0 / var(--tw-border-opacity, 1))}.border-marines-secondary{--tw-border-opacity: 1;border-color:rgb(255 215 0 / var(--tw-border-opacity, 1))}.border-military-olive{--tw-border-opacity: 1;border-color:rgb(107 142 35 / var(--tw-border-opacity, 1))}.border-navy-accent{--tw-border-opacity: 1;border-color:rgb(0 34 102 / var(--tw-border-opacity, 1))}.border-navy-neutral{--tw-border-opacity: 1;border-color:rgb(74 85 104 / var(--tw-border-opacity, 1))}.border-navy-primary{--tw-border-opacity: 1;border-color:rgb(0 0 128 / var(--tw-border-opacity, 1))}.border-navy-secondary{--tw-border-opacity: 1;border-color:rgb(255 215 0 / var(--tw-border-opacity, 1))}.border-orange-200{--tw-border-opacity: 1;border-color:rgb(254 215 170 / var(--tw-border-opacity, 1))}.border-primary-gold{--tw-border-opacity: 1;border-color:rgb(212 175 55 / var(--tw-border-opacity, 1))}.border-primary-navy{--tw-border-opacity: 1;border-color:rgb(27 54 93 / var(--tw-border-opacity, 1))}.border-primary-navy-dark{--tw-border-opacity: 1;border-color:rgb(15 30 45 / var(--tw-border-opacity, 1))}.border-purple-200{--tw-border-opacity: 1;border-color:rgb(233 213 255 / var(--tw-border-opacity, 1))}.border-purple-600{--tw-border-opacity: 1;border-color:rgb(147 51 234 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-space-force-accent{--tw-border-opacity: 1;border-color:rgb(15 20 25 / var(--tw-border-opacity, 1))}.border-space-force-neutral{--tw-border-opacity: 1;border-color:rgb(74 85 104 / var(--tw-border-opacity, 1))}.border-space-force-primary{--tw-border-opacity: 1;border-color:rgb(28 41 81 / var(--tw-border-opacity, 1))}.border-space-force-secondary{--tw-border-opacity: 1;border-color:rgb(184 134 11 / var(--tw-border-opacity, 1))}.border-success-green{--tw-border-opacity: 1;border-color:rgb(16 185 129 / var(--tw-border-opacity, 1))}.border-teal-200{--tw-border-opacity: 1;border-color:rgb(153 246 228 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.border-warning-amber{--tw-border-opacity: 1;border-color:rgb(245 158 11 / var(--tw-border-opacity, 1))}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-white\/20{border-color:#fff3}.border-white\/30{border-color:#ffffff4d}.border-yellow-200{--tw-border-opacity: 1;border-color:rgb(254 240 138 / var(--tw-border-opacity, 1))}.border-opacity-20{--tw-border-opacity: .2}.bg-air-force-accent{--tw-bg-opacity: 1;background-color:rgb(0 51 102 / var(--tw-bg-opacity, 1))}.bg-air-force-neutral{--tw-bg-opacity: 1;background-color:rgb(113 128 150 / var(--tw-bg-opacity, 1))}.bg-air-force-primary{--tw-bg-opacity: 1;background-color:rgb(0 79 152 / var(--tw-bg-opacity, 1))}.bg-air-force-secondary{--tw-bg-opacity: 1;background-color:rgb(255 215 0 / var(--tw-bg-opacity, 1))}.bg-amber-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.bg-amber-600{--tw-bg-opacity: 1;background-color:rgb(217 119 6 / var(--tw-bg-opacity, 1))}.bg-army-accent{--tw-bg-opacity: 1;background-color:rgb(45 51 25 / var(--tw-bg-opacity, 1))}.bg-army-neutral{--tw-bg-opacity: 1;background-color:rgb(139 134 128 / var(--tw-bg-opacity, 1))}.bg-army-primary{--tw-bg-opacity: 1;background-color:rgb(75 88 66 / var(--tw-bg-opacity, 1))}.bg-army-secondary{--tw-bg-opacity: 1;background-color:rgb(207 183 132 / var(--tw-bg-opacity, 1))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-400{--tw-bg-opacity: 1;background-color:rgb(96 165 250 / var(--tw-bg-opacity, 1))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-coast-guard-accent{--tw-bg-opacity: 1;background-color:rgb(0 66 106 / var(--tw-bg-opacity, 1))}.bg-coast-guard-neutral{--tw-bg-opacity: 1;background-color:rgb(139 134 128 / var(--tw-bg-opacity, 1))}.bg-coast-guard-primary{--tw-bg-opacity: 1;background-color:rgb(0 51 102 / var(--tw-bg-opacity, 1))}.bg-coast-guard-secondary{--tw-bg-opacity: 1;background-color:rgb(255 107 0 / var(--tw-bg-opacity, 1))}.bg-cyan-600{--tw-bg-opacity: 1;background-color:rgb(8 145 178 / var(--tw-bg-opacity, 1))}.bg-error-red{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-600{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.bg-gray-900\/80{background-color:#111827cc}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.bg-indigo-600{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))}.bg-info-blue{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-marines-accent{--tw-bg-opacity: 1;background-color:rgb(153 0 0 / var(--tw-bg-opacity, 1))}.bg-marines-neutral{--tw-bg-opacity: 1;background-color:rgb(74 85 104 / var(--tw-bg-opacity, 1))}.bg-marines-primary{--tw-bg-opacity: 1;background-color:rgb(204 0 0 / var(--tw-bg-opacity, 1))}.bg-marines-secondary{--tw-bg-opacity: 1;background-color:rgb(255 215 0 / var(--tw-bg-opacity, 1))}.bg-military-olive{--tw-bg-opacity: 1;background-color:rgb(107 142 35 / var(--tw-bg-opacity, 1))}.bg-navy-accent{--tw-bg-opacity: 1;background-color:rgb(0 34 102 / var(--tw-bg-opacity, 1))}.bg-navy-neutral{--tw-bg-opacity: 1;background-color:rgb(74 85 104 / var(--tw-bg-opacity, 1))}.bg-navy-primary{--tw-bg-opacity: 1;background-color:rgb(0 0 128 / var(--tw-bg-opacity, 1))}.bg-navy-secondary{--tw-bg-opacity: 1;background-color:rgb(255 215 0 / var(--tw-bg-opacity, 1))}.bg-orange-600{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1))}.bg-primary-gold{--tw-bg-opacity: 1;background-color:rgb(212 175 55 / var(--tw-bg-opacity, 1))}.bg-primary-navy{--tw-bg-opacity: 1;background-color:rgb(27 54 93 / var(--tw-bg-opacity, 1))}.bg-primary-navy-dark{--tw-bg-opacity: 1;background-color:rgb(15 30 45 / var(--tw-bg-opacity, 1))}.bg-purple-50{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}.bg-purple-600{--tw-bg-opacity: 1;background-color:rgb(147 51 234 / var(--tw-bg-opacity, 1))}.bg-purple-900{--tw-bg-opacity: 1;background-color:rgb(88 28 135 / var(--tw-bg-opacity, 1))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-space-force-accent{--tw-bg-opacity: 1;background-color:rgb(15 20 25 / var(--tw-bg-opacity, 1))}.bg-space-force-neutral{--tw-bg-opacity: 1;background-color:rgb(74 85 104 / var(--tw-bg-opacity, 1))}.bg-space-force-primary{--tw-bg-opacity: 1;background-color:rgb(28 41 81 / var(--tw-bg-opacity, 1))}.bg-space-force-secondary{--tw-bg-opacity: 1;background-color:rgb(184 134 11 / var(--tw-bg-opacity, 1))}.bg-success-green{--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))}.bg-teal-600{--tw-bg-opacity: 1;background-color:rgb(13 148 136 / var(--tw-bg-opacity, 1))}.bg-warning-amber{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/10{background-color:#ffffff1a}.bg-white\/20{background-color:#fff3}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}.bg-opacity-15{--tw-bg-opacity: .15}.bg-opacity-50{--tw-bg-opacity: .5}.bg-opacity-95{--tw-bg-opacity: .95}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-air-force-accent{--tw-gradient-from: #003366 var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 51 102 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-air-force-neutral{--tw-gradient-from: #718096 var(--tw-gradient-from-position);--tw-gradient-to: rgb(113 128 150 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-air-force-primary{--tw-gradient-from: #004F98 var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 79 152 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-air-force-secondary{--tw-gradient-from: #FFD700 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 215 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-50{--tw-gradient-from: #fffbeb var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-500{--tw-gradient-from: #f59e0b var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-army-accent{--tw-gradient-from: #2D3319 var(--tw-gradient-from-position);--tw-gradient-to: rgb(45 51 25 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-army-neutral{--tw-gradient-from: #8B8680 var(--tw-gradient-from-position);--tw-gradient-to: rgb(139 134 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-army-primary{--tw-gradient-from: #4B5842 var(--tw-gradient-from-position);--tw-gradient-to: rgb(75 88 66 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-army-secondary{--tw-gradient-from: #CFB784 var(--tw-gradient-from-position);--tw-gradient-to: rgb(207 183 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-50{--tw-gradient-from: #eff6ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500{--tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600{--tw-gradient-from: #2563eb var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-coast-guard-accent{--tw-gradient-from: #00426A var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 66 106 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-coast-guard-neutral{--tw-gradient-from: #8B8680 var(--tw-gradient-from-position);--tw-gradient-to: rgb(139 134 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-coast-guard-primary{--tw-gradient-from: #003366 var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 51 102 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-coast-guard-secondary{--tw-gradient-from: #FF6B00 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 107 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-50{--tw-gradient-from: #ecfeff var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-500{--tw-gradient-from: #06b6d4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-error-red{--tw-gradient-from: #EF4444 var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-50{--tw-gradient-from: #f9fafb var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-600{--tw-gradient-from: #4b5563 var(--tw-gradient-from-position);--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800{--tw-gradient-from: #1f2937 var(--tw-gradient-from-position);--tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900{--tw-gradient-from: #111827 var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-50{--tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500{--tw-gradient-from: #22c55e var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-50{--tw-gradient-from: #eef2ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-500{--tw-gradient-from: #6366f1 var(--tw-gradient-from-position);--tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-600{--tw-gradient-from: #4f46e5 var(--tw-gradient-from-position);--tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-info-blue{--tw-gradient-from: #3B82F6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-marines-accent{--tw-gradient-from: #990000 var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-marines-neutral{--tw-gradient-from: #4A5568 var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 85 104 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-marines-primary{--tw-gradient-from: #CC0000 var(--tw-gradient-from-position);--tw-gradient-to: rgb(204 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-marines-secondary{--tw-gradient-from: #FFD700 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 215 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-military-olive{--tw-gradient-from: #6B8E23 var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 142 35 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-navy-accent{--tw-gradient-from: #002266 var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 34 102 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-navy-neutral{--tw-gradient-from: #4A5568 var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 85 104 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-navy-primary{--tw-gradient-from: #000080 var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-navy-secondary{--tw-gradient-from: #FFD700 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 215 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-50{--tw-gradient-from: #fff7ed var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-500{--tw-gradient-from: #f97316 var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-primary-gold{--tw-gradient-from: #D4AF37 var(--tw-gradient-from-position);--tw-gradient-to: rgb(212 175 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-primary-navy{--tw-gradient-from: #1B365D var(--tw-gradient-from-position);--tw-gradient-to: rgb(27 54 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-primary-navy-dark{--tw-gradient-from: #0F1E2D var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 30 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-50{--tw-gradient-from: #faf5ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500{--tw-gradient-from: #a855f7 var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600{--tw-gradient-from: #9333ea var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-50{--tw-gradient-from: #fef2f2 var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500{--tw-gradient-from: #ef4444 var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-600{--tw-gradient-from: #dc2626 var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-space-force-accent{--tw-gradient-from: #0F1419 var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 20 25 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-space-force-neutral{--tw-gradient-from: #4A5568 var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 85 104 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-space-force-primary{--tw-gradient-from: #1C2951 var(--tw-gradient-from-position);--tw-gradient-to: rgb(28 41 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-space-force-secondary{--tw-gradient-from: #B8860B var(--tw-gradient-from-position);--tw-gradient-to: rgb(184 134 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-success-green{--tw-gradient-from: #10B981 var(--tw-gradient-from-position);--tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-50{--tw-gradient-from: #f0fdfa var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500{--tw-gradient-from: #14b8a6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-warning-amber{--tw-gradient-from: #F59E0B var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-air-force-accent{--tw-gradient-to: rgb(0 51 102 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #003366 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-air-force-neutral{--tw-gradient-to: rgb(113 128 150 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #718096 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-air-force-primary{--tw-gradient-to: rgb(0 79 152 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #004F98 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-air-force-secondary{--tw-gradient-to: rgb(255 215 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #FFD700 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-army-accent{--tw-gradient-to: rgb(45 51 25 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #2D3319 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-army-neutral{--tw-gradient-to: rgb(139 134 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #8B8680 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-army-primary{--tw-gradient-to: rgb(75 88 66 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #4B5842 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-army-secondary{--tw-gradient-to: rgb(207 183 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #CFB784 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-coast-guard-accent{--tw-gradient-to: rgb(0 66 106 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #00426A var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-coast-guard-neutral{--tw-gradient-to: rgb(139 134 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #8B8680 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-coast-guard-primary{--tw-gradient-to: rgb(0 51 102 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #003366 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-coast-guard-secondary{--tw-gradient-to: rgb(255 107 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #FF6B00 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-marines-accent{--tw-gradient-to: rgb(153 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #990000 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-marines-neutral{--tw-gradient-to: rgb(74 85 104 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #4A5568 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-marines-primary{--tw-gradient-to: rgb(204 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #CC0000 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-marines-secondary{--tw-gradient-to: rgb(255 215 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #FFD700 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-navy-accent{--tw-gradient-to: rgb(0 34 102 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #002266 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-navy-neutral{--tw-gradient-to: rgb(74 85 104 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #4A5568 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-navy-primary{--tw-gradient-to: rgb(0 0 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #000080 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-navy-secondary{--tw-gradient-to: rgb(255 215 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #FFD700 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-space-force-accent{--tw-gradient-to: rgb(15 20 25 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #0F1419 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-space-force-neutral{--tw-gradient-to: rgb(74 85 104 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #4A5568 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-space-force-primary{--tw-gradient-to: rgb(28 41 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #1C2951 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-space-force-secondary{--tw-gradient-to: rgb(184 134 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #B8860B var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-air-force-accent{--tw-gradient-to: #003366 var(--tw-gradient-to-position)}.to-air-force-neutral{--tw-gradient-to: #718096 var(--tw-gradient-to-position)}.to-air-force-primary{--tw-gradient-to: #004F98 var(--tw-gradient-to-position)}.to-air-force-secondary{--tw-gradient-to: #FFD700 var(--tw-gradient-to-position)}.to-amber-100{--tw-gradient-to: #fef3c7 var(--tw-gradient-to-position)}.to-amber-600{--tw-gradient-to: #d97706 var(--tw-gradient-to-position)}.to-army-accent{--tw-gradient-to: #2D3319 var(--tw-gradient-to-position)}.to-army-neutral{--tw-gradient-to: #8B8680 var(--tw-gradient-to-position)}.to-army-primary{--tw-gradient-to: #4B5842 var(--tw-gradient-to-position)}.to-army-secondary{--tw-gradient-to: #CFB784 var(--tw-gradient-to-position)}.to-blue-100{--tw-gradient-to: #dbeafe var(--tw-gradient-to-position)}.to-blue-50{--tw-gradient-to: #eff6ff var(--tw-gradient-to-position)}.to-blue-600{--tw-gradient-to: #2563eb var(--tw-gradient-to-position)}.to-blue-700{--tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position)}.to-coast-guard-accent{--tw-gradient-to: #00426A var(--tw-gradient-to-position)}.to-coast-guard-neutral{--tw-gradient-to: #8B8680 var(--tw-gradient-to-position)}.to-coast-guard-primary{--tw-gradient-to: #003366 var(--tw-gradient-to-position)}.to-coast-guard-secondary{--tw-gradient-to: #FF6B00 var(--tw-gradient-to-position)}.to-cyan-100{--tw-gradient-to: #cffafe var(--tw-gradient-to-position)}.to-cyan-600{--tw-gradient-to: #0891b2 var(--tw-gradient-to-position)}.to-error-red{--tw-gradient-to: #EF4444 var(--tw-gradient-to-position)}.to-gray-100{--tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position)}.to-gray-600{--tw-gradient-to: #4b5563 var(--tw-gradient-to-position)}.to-gray-700{--tw-gradient-to: #374151 var(--tw-gradient-to-position)}.to-gray-800{--tw-gradient-to: #1f2937 var(--tw-gradient-to-position)}.to-green-100{--tw-gradient-to: #dcfce7 var(--tw-gradient-to-position)}.to-green-600{--tw-gradient-to: #16a34a var(--tw-gradient-to-position)}.to-green-700{--tw-gradient-to: #15803d var(--tw-gradient-to-position)}.to-indigo-100{--tw-gradient-to: #e0e7ff var(--tw-gradient-to-position)}.to-indigo-600{--tw-gradient-to: #4f46e5 var(--tw-gradient-to-position)}.to-indigo-800{--tw-gradient-to: #3730a3 var(--tw-gradient-to-position)}.to-info-blue{--tw-gradient-to: #3B82F6 var(--tw-gradient-to-position)}.to-marines-accent{--tw-gradient-to: #990000 var(--tw-gradient-to-position)}.to-marines-neutral{--tw-gradient-to: #4A5568 var(--tw-gradient-to-position)}.to-marines-primary{--tw-gradient-to: #CC0000 var(--tw-gradient-to-position)}.to-marines-secondary{--tw-gradient-to: #FFD700 var(--tw-gradient-to-position)}.to-military-olive{--tw-gradient-to: #6B8E23 var(--tw-gradient-to-position)}.to-navy-accent{--tw-gradient-to: #002266 var(--tw-gradient-to-position)}.to-navy-neutral{--tw-gradient-to: #4A5568 var(--tw-gradient-to-position)}.to-navy-primary{--tw-gradient-to: #000080 var(--tw-gradient-to-position)}.to-navy-secondary{--tw-gradient-to: #FFD700 var(--tw-gradient-to-position)}.to-orange-100{--tw-gradient-to: #ffedd5 var(--tw-gradient-to-position)}.to-orange-600{--tw-gradient-to: #ea580c var(--tw-gradient-to-position)}.to-primary-gold{--tw-gradient-to: #D4AF37 var(--tw-gradient-to-position)}.to-primary-navy{--tw-gradient-to: #1B365D var(--tw-gradient-to-position)}.to-primary-navy-dark{--tw-gradient-to: #0F1E2D var(--tw-gradient-to-position)}.to-purple-100{--tw-gradient-to: #f3e8ff var(--tw-gradient-to-position)}.to-purple-600{--tw-gradient-to: #9333ea var(--tw-gradient-to-position)}.to-purple-800{--tw-gradient-to: #6b21a8 var(--tw-gradient-to-position)}.to-red-100{--tw-gradient-to: #fee2e2 var(--tw-gradient-to-position)}.to-red-600{--tw-gradient-to: #dc2626 var(--tw-gradient-to-position)}.to-red-800{--tw-gradient-to: #991b1b var(--tw-gradient-to-position)}.to-space-force-accent{--tw-gradient-to: #0F1419 var(--tw-gradient-to-position)}.to-space-force-neutral{--tw-gradient-to: #4A5568 var(--tw-gradient-to-position)}.to-space-force-primary{--tw-gradient-to: #1C2951 var(--tw-gradient-to-position)}.to-space-force-secondary{--tw-gradient-to: #B8860B var(--tw-gradient-to-position)}.to-success-green{--tw-gradient-to: #10B981 var(--tw-gradient-to-position)}.to-teal-100{--tw-gradient-to: #ccfbf1 var(--tw-gradient-to-position)}.to-teal-600{--tw-gradient-to: #0d9488 var(--tw-gradient-to-position)}.to-warning-amber{--tw-gradient-to: #F59E0B var(--tw-gradient-to-position)}.fill-current{fill:currentColor}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-16{padding-bottom:4rem}.pb-2{padding-bottom:.5rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pt-2{padding-top:.5rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.text-6xl{font-size:3.75rem}.text-8xl{font-size:6rem;line-height:1}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-sm{font-size:.875rem}.text-xl{font-size:1.25rem}.text-xs{font-size:.75rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.leading-5{line-height:1.25rem}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.text-air-force-accent{--tw-text-opacity: 1;color:rgb(0 51 102 / var(--tw-text-opacity, 1))}.text-air-force-neutral{--tw-text-opacity: 1;color:rgb(113 128 150 / var(--tw-text-opacity, 1))}.text-air-force-primary{--tw-text-opacity: 1;color:rgb(0 79 152 / var(--tw-text-opacity, 1))}.text-air-force-secondary{--tw-text-opacity: 1;color:rgb(255 215 0 / var(--tw-text-opacity, 1))}.text-army-accent{--tw-text-opacity: 1;color:rgb(45 51 25 / var(--tw-text-opacity, 1))}.text-army-neutral{--tw-text-opacity: 1;color:rgb(139 134 128 / var(--tw-text-opacity, 1))}.text-army-primary{--tw-text-opacity: 1;color:rgb(75 88 66 / var(--tw-text-opacity, 1))}.text-army-secondary{--tw-text-opacity: 1;color:rgb(207 183 132 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-blue-900{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity, 1))}.text-coast-guard-accent{--tw-text-opacity: 1;color:rgb(0 66 106 / var(--tw-text-opacity, 1))}.text-coast-guard-neutral{--tw-text-opacity: 1;color:rgb(139 134 128 / var(--tw-text-opacity, 1))}.text-coast-guard-primary{--tw-text-opacity: 1;color:rgb(0 51 102 / var(--tw-text-opacity, 1))}.text-coast-guard-secondary{--tw-text-opacity: 1;color:rgb(255 107 0 / var(--tw-text-opacity, 1))}.text-cyan-400{--tw-text-opacity: 1;color:rgb(34 211 238 / var(--tw-text-opacity, 1))}.text-error-red{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-400{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-green-900{--tw-text-opacity: 1;color:rgb(20 83 45 / var(--tw-text-opacity, 1))}.text-indigo-600{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}.text-info-blue{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-marines-accent{--tw-text-opacity: 1;color:rgb(153 0 0 / var(--tw-text-opacity, 1))}.text-marines-neutral{--tw-text-opacity: 1;color:rgb(74 85 104 / var(--tw-text-opacity, 1))}.text-marines-primary{--tw-text-opacity: 1;color:rgb(204 0 0 / var(--tw-text-opacity, 1))}.text-marines-secondary{--tw-text-opacity: 1;color:rgb(255 215 0 / var(--tw-text-opacity, 1))}.text-military-olive{--tw-text-opacity: 1;color:rgb(107 142 35 / var(--tw-text-opacity, 1))}.text-navy-accent{--tw-text-opacity: 1;color:rgb(0 34 102 / var(--tw-text-opacity, 1))}.text-navy-neutral{--tw-text-opacity: 1;color:rgb(74 85 104 / var(--tw-text-opacity, 1))}.text-navy-primary{--tw-text-opacity: 1;color:rgb(0 0 128 / var(--tw-text-opacity, 1))}.text-navy-secondary{--tw-text-opacity: 1;color:rgb(255 215 0 / var(--tw-text-opacity, 1))}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.text-primary-gold{--tw-text-opacity: 1;color:rgb(212 175 55 / var(--tw-text-opacity, 1))}.text-primary-navy{--tw-text-opacity: 1;color:rgb(27 54 93 / var(--tw-text-opacity, 1))}.text-primary-navy-dark{--tw-text-opacity: 1;color:rgb(15 30 45 / var(--tw-text-opacity, 1))}.text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.text-purple-700{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity, 1))}.text-purple-900{--tw-text-opacity: 1;color:rgb(88 28 135 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.text-space-force-accent{--tw-text-opacity: 1;color:rgb(15 20 25 / var(--tw-text-opacity, 1))}.text-space-force-neutral{--tw-text-opacity: 1;color:rgb(74 85 104 / var(--tw-text-opacity, 1))}.text-space-force-primary{--tw-text-opacity: 1;color:rgb(28 41 81 / var(--tw-text-opacity, 1))}.text-space-force-secondary{--tw-text-opacity: 1;color:rgb(184 134 11 / var(--tw-text-opacity, 1))}.text-success-green{--tw-text-opacity: 1;color:rgb(16 185 129 / var(--tw-text-opacity, 1))}.text-warning-amber{--tw-text-opacity: 1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-yellow-400{--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.text-yellow-900{--tw-text-opacity: 1;color:rgb(113 63 18 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-0{opacity:0}.opacity-10{opacity:.1}.opacity-100{opacity:1}.opacity-5{opacity:.05}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-blue-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.ring-cyan-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(6 182 212 / var(--tw-ring-opacity, 1))}.ring-gray-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1))}.ring-green-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1))}.ring-purple-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1))}.ring-offset-2{--tw-ring-offset-width: 2px}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow{--tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / .1)) drop-shadow(0 1px 1px rgb(0 0 0 / .06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.hover\:-translate-y-0\.5:hover{--tw-translate-y: -.125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:transform:hover{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-air-force-accent:hover{--tw-border-opacity: 1;border-color:rgb(0 51 102 / var(--tw-border-opacity, 1))}.hover\:border-air-force-neutral:hover{--tw-border-opacity: 1;border-color:rgb(113 128 150 / var(--tw-border-opacity, 1))}.hover\:border-air-force-primary:hover{--tw-border-opacity: 1;border-color:rgb(0 79 152 / var(--tw-border-opacity, 1))}.hover\:border-air-force-secondary:hover{--tw-border-opacity: 1;border-color:rgb(255 215 0 / var(--tw-border-opacity, 1))}.hover\:border-army-accent:hover{--tw-border-opacity: 1;border-color:rgb(45 51 25 / var(--tw-border-opacity, 1))}.hover\:border-army-neutral:hover{--tw-border-opacity: 1;border-color:rgb(139 134 128 / var(--tw-border-opacity, 1))}.hover\:border-army-primary:hover{--tw-border-opacity: 1;border-color:rgb(75 88 66 / var(--tw-border-opacity, 1))}.hover\:border-army-secondary:hover{--tw-border-opacity: 1;border-color:rgb(207 183 132 / var(--tw-border-opacity, 1))}.hover\:border-coast-guard-accent:hover{--tw-border-opacity: 1;border-color:rgb(0 66 106 / var(--tw-border-opacity, 1))}.hover\:border-coast-guard-neutral:hover{--tw-border-opacity: 1;border-color:rgb(139 134 128 / var(--tw-border-opacity, 1))}.hover\:border-coast-guard-primary:hover{--tw-border-opacity: 1;border-color:rgb(0 51 102 / var(--tw-border-opacity, 1))}.hover\:border-coast-guard-secondary:hover{--tw-border-opacity: 1;border-color:rgb(255 107 0 / var(--tw-border-opacity, 1))}.hover\:border-error-red:hover{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.hover\:border-gray-200:hover{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.hover\:border-gray-600:hover{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.hover\:border-info-blue:hover{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.hover\:border-marines-accent:hover{--tw-border-opacity: 1;border-color:rgb(153 0 0 / var(--tw-border-opacity, 1))}.hover\:border-marines-neutral:hover{--tw-border-opacity: 1;border-color:rgb(74 85 104 / var(--tw-border-opacity, 1))}.hover\:border-marines-primary:hover{--tw-border-opacity: 1;border-color:rgb(204 0 0 / var(--tw-border-opacity, 1))}.hover\:border-marines-secondary:hover{--tw-border-opacity: 1;border-color:rgb(255 215 0 / var(--tw-border-opacity, 1))}.hover\:border-military-olive:hover{--tw-border-opacity: 1;border-color:rgb(107 142 35 / var(--tw-border-opacity, 1))}.hover\:border-navy-accent:hover{--tw-border-opacity: 1;border-color:rgb(0 34 102 / var(--tw-border-opacity, 1))}.hover\:border-navy-neutral:hover{--tw-border-opacity: 1;border-color:rgb(74 85 104 / var(--tw-border-opacity, 1))}.hover\:border-navy-primary:hover{--tw-border-opacity: 1;border-color:rgb(0 0 128 / var(--tw-border-opacity, 1))}.hover\:border-navy-secondary:hover{--tw-border-opacity: 1;border-color:rgb(255 215 0 / var(--tw-border-opacity, 1))}.hover\:border-primary-gold:hover{--tw-border-opacity: 1;border-color:rgb(212 175 55 / var(--tw-border-opacity, 1))}.hover\:border-primary-navy:hover{--tw-border-opacity: 1;border-color:rgb(27 54 93 / var(--tw-border-opacity, 1))}.hover\:border-primary-navy-dark:hover{--tw-border-opacity: 1;border-color:rgb(15 30 45 / var(--tw-border-opacity, 1))}.hover\:border-space-force-accent:hover{--tw-border-opacity: 1;border-color:rgb(15 20 25 / var(--tw-border-opacity, 1))}.hover\:border-space-force-neutral:hover{--tw-border-opacity: 1;border-color:rgb(74 85 104 / var(--tw-border-opacity, 1))}.hover\:border-space-force-primary:hover{--tw-border-opacity: 1;border-color:rgb(28 41 81 / var(--tw-border-opacity, 1))}.hover\:border-space-force-secondary:hover{--tw-border-opacity: 1;border-color:rgb(184 134 11 / var(--tw-border-opacity, 1))}.hover\:border-success-green:hover{--tw-border-opacity: 1;border-color:rgb(16 185 129 / var(--tw-border-opacity, 1))}.hover\:border-warning-amber:hover{--tw-border-opacity: 1;border-color:rgb(245 158 11 / var(--tw-border-opacity, 1))}.hover\:border-opacity-80:hover{--tw-border-opacity: .8}.hover\:bg-air-force-accent:hover{--tw-bg-opacity: 1;background-color:rgb(0 51 102 / var(--tw-bg-opacity, 1))}.hover\:bg-air-force-neutral:hover{--tw-bg-opacity: 1;background-color:rgb(113 128 150 / var(--tw-bg-opacity, 1))}.hover\:bg-air-force-primary:hover{--tw-bg-opacity: 1;background-color:rgb(0 79 152 / var(--tw-bg-opacity, 1))}.hover\:bg-air-force-secondary:hover{--tw-bg-opacity: 1;background-color:rgb(255 215 0 / var(--tw-bg-opacity, 1))}.hover\:bg-amber-50:hover{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.hover\:bg-amber-700:hover{--tw-bg-opacity: 1;background-color:rgb(180 83 9 / var(--tw-bg-opacity, 1))}.hover\:bg-army-accent:hover{--tw-bg-opacity: 1;background-color:rgb(45 51 25 / var(--tw-bg-opacity, 1))}.hover\:bg-army-neutral:hover{--tw-bg-opacity: 1;background-color:rgb(139 134 128 / var(--tw-bg-opacity, 1))}.hover\:bg-army-primary:hover{--tw-bg-opacity: 1;background-color:rgb(75 88 66 / var(--tw-bg-opacity, 1))}.hover\:bg-army-secondary:hover{--tw-bg-opacity: 1;background-color:rgb(207 183 132 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-50:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-500:hover{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-coast-guard-accent:hover{--tw-bg-opacity: 1;background-color:rgb(0 66 106 / var(--tw-bg-opacity, 1))}.hover\:bg-coast-guard-neutral:hover{--tw-bg-opacity: 1;background-color:rgb(139 134 128 / var(--tw-bg-opacity, 1))}.hover\:bg-coast-guard-primary:hover{--tw-bg-opacity: 1;background-color:rgb(0 51 102 / var(--tw-bg-opacity, 1))}.hover\:bg-coast-guard-secondary:hover{--tw-bg-opacity: 1;background-color:rgb(255 107 0 / var(--tw-bg-opacity, 1))}.hover\:bg-cyan-50:hover{--tw-bg-opacity: 1;background-color:rgb(236 254 255 / var(--tw-bg-opacity, 1))}.hover\:bg-cyan-700:hover{--tw-bg-opacity: 1;background-color:rgb(14 116 144 / var(--tw-bg-opacity, 1))}.hover\:bg-error-red:hover{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-300:hover{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-800:hover{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.hover\:bg-green-50:hover{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.hover\:bg-green-600:hover{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.hover\:bg-green-700:hover{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))}.hover\:bg-indigo-50:hover{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))}.hover\:bg-indigo-700:hover{--tw-bg-opacity: 1;background-color:rgb(67 56 202 / var(--tw-bg-opacity, 1))}.hover\:bg-info-blue:hover{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.hover\:bg-marines-accent:hover{--tw-bg-opacity: 1;background-color:rgb(153 0 0 / var(--tw-bg-opacity, 1))}.hover\:bg-marines-neutral:hover{--tw-bg-opacity: 1;background-color:rgb(74 85 104 / var(--tw-bg-opacity, 1))}.hover\:bg-marines-primary:hover{--tw-bg-opacity: 1;background-color:rgb(204 0 0 / var(--tw-bg-opacity, 1))}.hover\:bg-marines-secondary:hover{--tw-bg-opacity: 1;background-color:rgb(255 215 0 / var(--tw-bg-opacity, 1))}.hover\:bg-military-olive:hover{--tw-bg-opacity: 1;background-color:rgb(107 142 35 / var(--tw-bg-opacity, 1))}.hover\:bg-navy-accent:hover{--tw-bg-opacity: 1;background-color:rgb(0 34 102 / var(--tw-bg-opacity, 1))}.hover\:bg-navy-neutral:hover{--tw-bg-opacity: 1;background-color:rgb(74 85 104 / var(--tw-bg-opacity, 1))}.hover\:bg-navy-primary:hover{--tw-bg-opacity: 1;background-color:rgb(0 0 128 / var(--tw-bg-opacity, 1))}.hover\:bg-navy-secondary:hover{--tw-bg-opacity: 1;background-color:rgb(255 215 0 / var(--tw-bg-opacity, 1))}.hover\:bg-orange-50:hover{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))}.hover\:bg-orange-700:hover{--tw-bg-opacity: 1;background-color:rgb(194 65 12 / var(--tw-bg-opacity, 1))}.hover\:bg-primary-gold:hover{--tw-bg-opacity: 1;background-color:rgb(212 175 55 / var(--tw-bg-opacity, 1))}.hover\:bg-primary-navy:hover{--tw-bg-opacity: 1;background-color:rgb(27 54 93 / var(--tw-bg-opacity, 1))}.hover\:bg-primary-navy-dark:hover{--tw-bg-opacity: 1;background-color:rgb(15 30 45 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-50:hover{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-700:hover{--tw-bg-opacity: 1;background-color:rgb(126 34 206 / var(--tw-bg-opacity, 1))}.hover\:bg-red-50:hover{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.hover\:bg-sky-50:hover{--tw-bg-opacity: 1;background-color:rgb(240 249 255 / var(--tw-bg-opacity, 1))}.hover\:bg-space-force-accent:hover{--tw-bg-opacity: 1;background-color:rgb(15 20 25 / var(--tw-bg-opacity, 1))}.hover\:bg-space-force-neutral:hover{--tw-bg-opacity: 1;background-color:rgb(74 85 104 / var(--tw-bg-opacity, 1))}.hover\:bg-space-force-primary:hover{--tw-bg-opacity: 1;background-color:rgb(28 41 81 / var(--tw-bg-opacity, 1))}.hover\:bg-space-force-secondary:hover{--tw-bg-opacity: 1;background-color:rgb(184 134 11 / var(--tw-bg-opacity, 1))}.hover\:bg-success-green:hover{--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))}.hover\:bg-teal-50:hover{--tw-bg-opacity: 1;background-color:rgb(240 253 250 / var(--tw-bg-opacity, 1))}.hover\:bg-teal-700:hover{--tw-bg-opacity: 1;background-color:rgb(15 118 110 / var(--tw-bg-opacity, 1))}.hover\:bg-warning-amber:hover{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.hover\:bg-white\/15:hover{background-color:#ffffff26}.hover\:bg-yellow-50:hover{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.hover\:bg-opacity-90:hover{--tw-bg-opacity: .9}.hover\:from-air-force-accent:hover{--tw-gradient-from: #003366 var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 51 102 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-air-force-neutral:hover{--tw-gradient-from: #718096 var(--tw-gradient-from-position);--tw-gradient-to: rgb(113 128 150 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-air-force-primary:hover{--tw-gradient-from: #004F98 var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 79 152 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-air-force-secondary:hover{--tw-gradient-from: #FFD700 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 215 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-army-accent:hover{--tw-gradient-from: #2D3319 var(--tw-gradient-from-position);--tw-gradient-to: rgb(45 51 25 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-army-neutral:hover{--tw-gradient-from: #8B8680 var(--tw-gradient-from-position);--tw-gradient-to: rgb(139 134 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-army-primary:hover{--tw-gradient-from: #4B5842 var(--tw-gradient-from-position);--tw-gradient-to: rgb(75 88 66 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-army-secondary:hover{--tw-gradient-from: #CFB784 var(--tw-gradient-from-position);--tw-gradient-to: rgb(207 183 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-coast-guard-accent:hover{--tw-gradient-from: #00426A var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 66 106 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-coast-guard-neutral:hover{--tw-gradient-from: #8B8680 var(--tw-gradient-from-position);--tw-gradient-to: rgb(139 134 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-coast-guard-primary:hover{--tw-gradient-from: #003366 var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 51 102 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-coast-guard-secondary:hover{--tw-gradient-from: #FF6B00 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 107 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-error-red:hover{--tw-gradient-from: #EF4444 var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-gray-700:hover{--tw-gradient-from: #374151 var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-info-blue:hover{--tw-gradient-from: #3B82F6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-marines-accent:hover{--tw-gradient-from: #990000 var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-marines-neutral:hover{--tw-gradient-from: #4A5568 var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 85 104 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-marines-primary:hover{--tw-gradient-from: #CC0000 var(--tw-gradient-from-position);--tw-gradient-to: rgb(204 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-marines-secondary:hover{--tw-gradient-from: #FFD700 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 215 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-military-olive:hover{--tw-gradient-from: #6B8E23 var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 142 35 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-navy-accent:hover{--tw-gradient-from: #002266 var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 34 102 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-navy-neutral:hover{--tw-gradient-from: #4A5568 var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 85 104 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-navy-primary:hover{--tw-gradient-from: #000080 var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-navy-secondary:hover{--tw-gradient-from: #FFD700 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 215 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-primary-gold:hover{--tw-gradient-from: #D4AF37 var(--tw-gradient-from-position);--tw-gradient-to: rgb(212 175 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-primary-navy:hover{--tw-gradient-from: #1B365D var(--tw-gradient-from-position);--tw-gradient-to: rgb(27 54 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-primary-navy-dark:hover{--tw-gradient-from: #0F1E2D var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 30 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-space-force-accent:hover{--tw-gradient-from: #0F1419 var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 20 25 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-space-force-neutral:hover{--tw-gradient-from: #4A5568 var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 85 104 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-space-force-primary:hover{--tw-gradient-from: #1C2951 var(--tw-gradient-from-position);--tw-gradient-to: rgb(28 41 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-space-force-secondary:hover{--tw-gradient-from: #B8860B var(--tw-gradient-from-position);--tw-gradient-to: rgb(184 134 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-success-green:hover{--tw-gradient-from: #10B981 var(--tw-gradient-from-position);--tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-warning-amber:hover{--tw-gradient-from: #F59E0B var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:via-air-force-accent:hover{--tw-gradient-to: rgb(0 51 102 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #003366 var(--tw-gradient-via-position), var(--tw-gradient-to)}.hover\:via-air-force-neutral:hover{--tw-gradient-to: rgb(113 128 150 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #718096 var(--tw-gradient-via-position), var(--tw-gradient-to)}.hover\:via-air-force-primary:hover{--tw-gradient-to: rgb(0 79 152 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #004F98 var(--tw-gradient-via-position), var(--tw-gradient-to)}.hover\:via-air-force-secondary:hover{--tw-gradient-to: rgb(255 215 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #FFD700 var(--tw-gradient-via-position), var(--tw-gradient-to)}.hover\:via-army-accent:hover{--tw-gradient-to: rgb(45 51 25 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #2D3319 var(--tw-gradient-via-position), var(--tw-gradient-to)}.hover\:via-army-neutral:hover{--tw-gradient-to: rgb(139 134 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #8B8680 var(--tw-gradient-via-position), var(--tw-gradient-to)}.hover\:via-army-primary:hover{--tw-gradient-to: rgb(75 88 66 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #4B5842 var(--tw-gradient-via-position), var(--tw-gradient-to)}.hover\:via-army-secondary:hover{--tw-gradient-to: rgb(207 183 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #CFB784 var(--tw-gradient-via-position), var(--tw-gradient-to)}.hover\:via-coast-guard-accent:hover{--tw-gradient-to: rgb(0 66 106 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #00426A var(--tw-gradient-via-position), var(--tw-gradient-to)}.hover\:via-coast-guard-neutral:hover{--tw-gradient-to: rgb(139 134 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #8B8680 var(--tw-gradient-via-position), var(--tw-gradient-to)}.hover\:via-coast-guard-primary:hover{--tw-gradient-to: rgb(0 51 102 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #003366 var(--tw-gradient-via-position), var(--tw-gradient-to)}.hover\:via-coast-guard-secondary:hover{--tw-gradient-to: rgb(255 107 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #FF6B00 var(--tw-gradient-via-position), var(--tw-gradient-to)}.hover\:via-marines-accent:hover{--tw-gradient-to: rgb(153 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #990000 var(--tw-gradient-via-position), var(--tw-gradient-to)}.hover\:via-marines-neutral:hover{--tw-gradient-to: rgb(74 85 104 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #4A5568 var(--tw-gradient-via-position), var(--tw-gradient-to)}.hover\:via-marines-primary:hover{--tw-gradient-to: rgb(204 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #CC0000 var(--tw-gradient-via-position), var(--tw-gradient-to)}.hover\:via-marines-secondary:hover{--tw-gradient-to: rgb(255 215 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #FFD700 var(--tw-gradient-via-position), var(--tw-gradient-to)}.hover\:via-navy-accent:hover{--tw-gradient-to: rgb(0 34 102 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #002266 var(--tw-gradient-via-position), var(--tw-gradient-to)}.hover\:via-navy-neutral:hover{--tw-gradient-to: rgb(74 85 104 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #4A5568 var(--tw-gradient-via-position), var(--tw-gradient-to)}.hover\:via-navy-primary:hover{--tw-gradient-to: rgb(0 0 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #000080 var(--tw-gradient-via-position), var(--tw-gradient-to)}.hover\:via-navy-secondary:hover{--tw-gradient-to: rgb(255 215 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #FFD700 var(--tw-gradient-via-position), var(--tw-gradient-to)}.hover\:via-space-force-accent:hover{--tw-gradient-to: rgb(15 20 25 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #0F1419 var(--tw-gradient-via-position), var(--tw-gradient-to)}.hover\:via-space-force-neutral:hover{--tw-gradient-to: rgb(74 85 104 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #4A5568 var(--tw-gradient-via-position), var(--tw-gradient-to)}.hover\:via-space-force-primary:hover{--tw-gradient-to: rgb(28 41 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #1C2951 var(--tw-gradient-via-position), var(--tw-gradient-to)}.hover\:via-space-force-secondary:hover{--tw-gradient-to: rgb(184 134 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #B8860B var(--tw-gradient-via-position), var(--tw-gradient-to)}.hover\:to-air-force-accent:hover{--tw-gradient-to: #003366 var(--tw-gradient-to-position)}.hover\:to-air-force-neutral:hover{--tw-gradient-to: #718096 var(--tw-gradient-to-position)}.hover\:to-air-force-primary:hover{--tw-gradient-to: #004F98 var(--tw-gradient-to-position)}.hover\:to-air-force-secondary:hover{--tw-gradient-to: #FFD700 var(--tw-gradient-to-position)}.hover\:to-army-accent:hover{--tw-gradient-to: #2D3319 var(--tw-gradient-to-position)}.hover\:to-army-neutral:hover{--tw-gradient-to: #8B8680 var(--tw-gradient-to-position)}.hover\:to-army-primary:hover{--tw-gradient-to: #4B5842 var(--tw-gradient-to-position)}.hover\:to-army-secondary:hover{--tw-gradient-to: #CFB784 var(--tw-gradient-to-position)}.hover\:to-coast-guard-accent:hover{--tw-gradient-to: #00426A var(--tw-gradient-to-position)}.hover\:to-coast-guard-neutral:hover{--tw-gradient-to: #8B8680 var(--tw-gradient-to-position)}.hover\:to-coast-guard-primary:hover{--tw-gradient-to: #003366 var(--tw-gradient-to-position)}.hover\:to-coast-guard-secondary:hover{--tw-gradient-to: #FF6B00 var(--tw-gradient-to-position)}.hover\:to-error-red:hover{--tw-gradient-to: #EF4444 var(--tw-gradient-to-position)}.hover\:to-gray-800:hover{--tw-gradient-to: #1f2937 var(--tw-gradient-to-position)}.hover\:to-info-blue:hover{--tw-gradient-to: #3B82F6 var(--tw-gradient-to-position)}.hover\:to-marines-accent:hover{--tw-gradient-to: #990000 var(--tw-gradient-to-position)}.hover\:to-marines-neutral:hover{--tw-gradient-to: #4A5568 var(--tw-gradient-to-position)}.hover\:to-marines-primary:hover{--tw-gradient-to: #CC0000 var(--tw-gradient-to-position)}.hover\:to-marines-secondary:hover{--tw-gradient-to: #FFD700 var(--tw-gradient-to-position)}.hover\:to-military-olive:hover{--tw-gradient-to: #6B8E23 var(--tw-gradient-to-position)}.hover\:to-navy-accent:hover{--tw-gradient-to: #002266 var(--tw-gradient-to-position)}.hover\:to-navy-neutral:hover{--tw-gradient-to: #4A5568 var(--tw-gradient-to-position)}.hover\:to-navy-primary:hover{--tw-gradient-to: #000080 var(--tw-gradient-to-position)}.hover\:to-navy-secondary:hover{--tw-gradient-to: #FFD700 var(--tw-gradient-to-position)}.hover\:to-primary-gold:hover{--tw-gradient-to: #D4AF37 var(--tw-gradient-to-position)}.hover\:to-primary-navy:hover{--tw-gradient-to: #1B365D var(--tw-gradient-to-position)}.hover\:to-primary-navy-dark:hover{--tw-gradient-to: #0F1E2D var(--tw-gradient-to-position)}.hover\:to-space-force-accent:hover{--tw-gradient-to: #0F1419 var(--tw-gradient-to-position)}.hover\:to-space-force-neutral:hover{--tw-gradient-to: #4A5568 var(--tw-gradient-to-position)}.hover\:to-space-force-primary:hover{--tw-gradient-to: #1C2951 var(--tw-gradient-to-position)}.hover\:to-space-force-secondary:hover{--tw-gradient-to: #B8860B var(--tw-gradient-to-position)}.hover\:to-success-green:hover{--tw-gradient-to: #10B981 var(--tw-gradient-to-position)}.hover\:to-warning-amber:hover{--tw-gradient-to: #F59E0B var(--tw-gradient-to-position)}.hover\:text-air-force-accent:hover{--tw-text-opacity: 1;color:rgb(0 51 102 / var(--tw-text-opacity, 1))}.hover\:text-air-force-neutral:hover{--tw-text-opacity: 1;color:rgb(113 128 150 / var(--tw-text-opacity, 1))}.hover\:text-air-force-primary:hover{--tw-text-opacity: 1;color:rgb(0 79 152 / var(--tw-text-opacity, 1))}.hover\:text-air-force-secondary:hover{--tw-text-opacity: 1;color:rgb(255 215 0 / var(--tw-text-opacity, 1))}.hover\:text-amber-800:hover{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}.hover\:text-army-accent:hover{--tw-text-opacity: 1;color:rgb(45 51 25 / var(--tw-text-opacity, 1))}.hover\:text-army-neutral:hover{--tw-text-opacity: 1;color:rgb(139 134 128 / var(--tw-text-opacity, 1))}.hover\:text-army-primary:hover{--tw-text-opacity: 1;color:rgb(75 88 66 / var(--tw-text-opacity, 1))}.hover\:text-army-secondary:hover{--tw-text-opacity: 1;color:rgb(207 183 132 / var(--tw-text-opacity, 1))}.hover\:text-blue-700:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.hover\:text-blue-800:hover{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.hover\:text-coast-guard-accent:hover{--tw-text-opacity: 1;color:rgb(0 66 106 / var(--tw-text-opacity, 1))}.hover\:text-coast-guard-neutral:hover{--tw-text-opacity: 1;color:rgb(139 134 128 / var(--tw-text-opacity, 1))}.hover\:text-coast-guard-primary:hover{--tw-text-opacity: 1;color:rgb(0 51 102 / var(--tw-text-opacity, 1))}.hover\:text-coast-guard-secondary:hover{--tw-text-opacity: 1;color:rgb(255 107 0 / var(--tw-text-opacity, 1))}.hover\:text-cyan-800:hover{--tw-text-opacity: 1;color:rgb(21 94 117 / var(--tw-text-opacity, 1))}.hover\:text-error-red:hover{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.hover\:text-gray-400:hover{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.hover\:text-gray-500:hover{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:text-green-700:hover{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.hover\:text-green-800:hover{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.hover\:text-indigo-800:hover{--tw-text-opacity: 1;color:rgb(55 48 163 / var(--tw-text-opacity, 1))}.hover\:text-info-blue:hover{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.hover\:text-marines-accent:hover{--tw-text-opacity: 1;color:rgb(153 0 0 / var(--tw-text-opacity, 1))}.hover\:text-marines-neutral:hover{--tw-text-opacity: 1;color:rgb(74 85 104 / var(--tw-text-opacity, 1))}.hover\:text-marines-primary:hover{--tw-text-opacity: 1;color:rgb(204 0 0 / var(--tw-text-opacity, 1))}.hover\:text-marines-secondary:hover{--tw-text-opacity: 1;color:rgb(255 215 0 / var(--tw-text-opacity, 1))}.hover\:text-military-olive:hover{--tw-text-opacity: 1;color:rgb(107 142 35 / var(--tw-text-opacity, 1))}.hover\:text-navy-accent:hover{--tw-text-opacity: 1;color:rgb(0 34 102 / var(--tw-text-opacity, 1))}.hover\:text-navy-neutral:hover{--tw-text-opacity: 1;color:rgb(74 85 104 / var(--tw-text-opacity, 1))}.hover\:text-navy-primary:hover{--tw-text-opacity: 1;color:rgb(0 0 128 / var(--tw-text-opacity, 1))}.hover\:text-navy-secondary:hover{--tw-text-opacity: 1;color:rgb(255 215 0 / var(--tw-text-opacity, 1))}.hover\:text-orange-800:hover{--tw-text-opacity: 1;color:rgb(154 52 18 / var(--tw-text-opacity, 1))}.hover\:text-primary-gold:hover{--tw-text-opacity: 1;color:rgb(212 175 55 / var(--tw-text-opacity, 1))}.hover\:text-primary-navy:hover{--tw-text-opacity: 1;color:rgb(27 54 93 / var(--tw-text-opacity, 1))}.hover\:text-primary-navy-dark:hover{--tw-text-opacity: 1;color:rgb(15 30 45 / var(--tw-text-opacity, 1))}.hover\:text-purple-800:hover{--tw-text-opacity: 1;color:rgb(107 33 168 / var(--tw-text-opacity, 1))}.hover\:text-red-800:hover{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.hover\:text-sky-800:hover{--tw-text-opacity: 1;color:rgb(7 89 133 / var(--tw-text-opacity, 1))}.hover\:text-space-force-accent:hover{--tw-text-opacity: 1;color:rgb(15 20 25 / var(--tw-text-opacity, 1))}.hover\:text-space-force-neutral:hover{--tw-text-opacity: 1;color:rgb(74 85 104 / var(--tw-text-opacity, 1))}.hover\:text-space-force-primary:hover{--tw-text-opacity: 1;color:rgb(28 41 81 / var(--tw-text-opacity, 1))}.hover\:text-space-force-secondary:hover{--tw-text-opacity: 1;color:rgb(184 134 11 / var(--tw-text-opacity, 1))}.hover\:text-success-green:hover{--tw-text-opacity: 1;color:rgb(16 185 129 / var(--tw-text-opacity, 1))}.hover\:text-teal-800:hover{--tw-text-opacity: 1;color:rgb(17 94 89 / var(--tw-text-opacity, 1))}.hover\:text-warning-amber:hover{--tw-text-opacity: 1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:text-yellow-300:hover{--tw-text-opacity: 1;color:rgb(253 224 71 / var(--tw-text-opacity, 1))}.hover\:text-yellow-400:hover{--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.hover\:text-yellow-800:hover{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-xl:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:z-10:focus{z-index:10}.focus\:border-air-force-accent:focus{--tw-border-opacity: 1;border-color:rgb(0 51 102 / var(--tw-border-opacity, 1))}.focus\:border-air-force-neutral:focus{--tw-border-opacity: 1;border-color:rgb(113 128 150 / var(--tw-border-opacity, 1))}.focus\:border-air-force-primary:focus{--tw-border-opacity: 1;border-color:rgb(0 79 152 / var(--tw-border-opacity, 1))}.focus\:border-air-force-secondary:focus{--tw-border-opacity: 1;border-color:rgb(255 215 0 / var(--tw-border-opacity, 1))}.focus\:border-army-accent:focus{--tw-border-opacity: 1;border-color:rgb(45 51 25 / var(--tw-border-opacity, 1))}.focus\:border-army-neutral:focus{--tw-border-opacity: 1;border-color:rgb(139 134 128 / var(--tw-border-opacity, 1))}.focus\:border-army-primary:focus{--tw-border-opacity: 1;border-color:rgb(75 88 66 / var(--tw-border-opacity, 1))}.focus\:border-army-secondary:focus{--tw-border-opacity: 1;border-color:rgb(207 183 132 / var(--tw-border-opacity, 1))}.focus\:border-blue-300:focus{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.focus\:border-coast-guard-accent:focus{--tw-border-opacity: 1;border-color:rgb(0 66 106 / var(--tw-border-opacity, 1))}.focus\:border-coast-guard-neutral:focus{--tw-border-opacity: 1;border-color:rgb(139 134 128 / var(--tw-border-opacity, 1))}.focus\:border-coast-guard-primary:focus{--tw-border-opacity: 1;border-color:rgb(0 51 102 / var(--tw-border-opacity, 1))}.focus\:border-coast-guard-secondary:focus{--tw-border-opacity: 1;border-color:rgb(255 107 0 / var(--tw-border-opacity, 1))}.focus\:border-error-red:focus{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.focus\:border-info-blue:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.focus\:border-marines-accent:focus{--tw-border-opacity: 1;border-color:rgb(153 0 0 / var(--tw-border-opacity, 1))}.focus\:border-marines-neutral:focus{--tw-border-opacity: 1;border-color:rgb(74 85 104 / var(--tw-border-opacity, 1))}.focus\:border-marines-primary:focus{--tw-border-opacity: 1;border-color:rgb(204 0 0 / var(--tw-border-opacity, 1))}.focus\:border-marines-secondary:focus{--tw-border-opacity: 1;border-color:rgb(255 215 0 / var(--tw-border-opacity, 1))}.focus\:border-military-olive:focus{--tw-border-opacity: 1;border-color:rgb(107 142 35 / var(--tw-border-opacity, 1))}.focus\:border-navy-accent:focus{--tw-border-opacity: 1;border-color:rgb(0 34 102 / var(--tw-border-opacity, 1))}.focus\:border-navy-neutral:focus{--tw-border-opacity: 1;border-color:rgb(74 85 104 / var(--tw-border-opacity, 1))}.focus\:border-navy-primary:focus{--tw-border-opacity: 1;border-color:rgb(0 0 128 / var(--tw-border-opacity, 1))}.focus\:border-navy-secondary:focus{--tw-border-opacity: 1;border-color:rgb(255 215 0 / var(--tw-border-opacity, 1))}.focus\:border-primary-gold:focus{--tw-border-opacity: 1;border-color:rgb(212 175 55 / var(--tw-border-opacity, 1))}.focus\:border-primary-navy:focus{--tw-border-opacity: 1;border-color:rgb(27 54 93 / var(--tw-border-opacity, 1))}.focus\:border-primary-navy-dark:focus{--tw-border-opacity: 1;border-color:rgb(15 30 45 / var(--tw-border-opacity, 1))}.focus\:border-space-force-accent:focus{--tw-border-opacity: 1;border-color:rgb(15 20 25 / var(--tw-border-opacity, 1))}.focus\:border-space-force-neutral:focus{--tw-border-opacity: 1;border-color:rgb(74 85 104 / var(--tw-border-opacity, 1))}.focus\:border-space-force-primary:focus{--tw-border-opacity: 1;border-color:rgb(28 41 81 / var(--tw-border-opacity, 1))}.focus\:border-space-force-secondary:focus{--tw-border-opacity: 1;border-color:rgb(184 134 11 / var(--tw-border-opacity, 1))}.focus\:border-success-green:focus{--tw-border-opacity: 1;border-color:rgb(16 185 129 / var(--tw-border-opacity, 1))}.focus\:border-transparent:focus{border-color:transparent}.focus\:border-warning-amber:focus{--tw-border-opacity: 1;border-color:rgb(245 158 11 / var(--tw-border-opacity, 1))}.focus\:bg-air-force-accent:focus{--tw-bg-opacity: 1;background-color:rgb(0 51 102 / var(--tw-bg-opacity, 1))}.focus\:bg-air-force-neutral:focus{--tw-bg-opacity: 1;background-color:rgb(113 128 150 / var(--tw-bg-opacity, 1))}.focus\:bg-air-force-primary:focus{--tw-bg-opacity: 1;background-color:rgb(0 79 152 / var(--tw-bg-opacity, 1))}.focus\:bg-air-force-secondary:focus{--tw-bg-opacity: 1;background-color:rgb(255 215 0 / var(--tw-bg-opacity, 1))}.focus\:bg-army-accent:focus{--tw-bg-opacity: 1;background-color:rgb(45 51 25 / var(--tw-bg-opacity, 1))}.focus\:bg-army-neutral:focus{--tw-bg-opacity: 1;background-color:rgb(139 134 128 / var(--tw-bg-opacity, 1))}.focus\:bg-army-primary:focus{--tw-bg-opacity: 1;background-color:rgb(75 88 66 / var(--tw-bg-opacity, 1))}.focus\:bg-army-secondary:focus{--tw-bg-opacity: 1;background-color:rgb(207 183 132 / var(--tw-bg-opacity, 1))}.focus\:bg-coast-guard-accent:focus{--tw-bg-opacity: 1;background-color:rgb(0 66 106 / var(--tw-bg-opacity, 1))}.focus\:bg-coast-guard-neutral:focus{--tw-bg-opacity: 1;background-color:rgb(139 134 128 / var(--tw-bg-opacity, 1))}.focus\:bg-coast-guard-primary:focus{--tw-bg-opacity: 1;background-color:rgb(0 51 102 / var(--tw-bg-opacity, 1))}.focus\:bg-coast-guard-secondary:focus{--tw-bg-opacity: 1;background-color:rgb(255 107 0 / var(--tw-bg-opacity, 1))}.focus\:bg-error-red:focus{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.focus\:bg-info-blue:focus{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.focus\:bg-marines-accent:focus{--tw-bg-opacity: 1;background-color:rgb(153 0 0 / var(--tw-bg-opacity, 1))}.focus\:bg-marines-neutral:focus{--tw-bg-opacity: 1;background-color:rgb(74 85 104 / var(--tw-bg-opacity, 1))}.focus\:bg-marines-primary:focus{--tw-bg-opacity: 1;background-color:rgb(204 0 0 / var(--tw-bg-opacity, 1))}.focus\:bg-marines-secondary:focus{--tw-bg-opacity: 1;background-color:rgb(255 215 0 / var(--tw-bg-opacity, 1))}.focus\:bg-military-olive:focus{--tw-bg-opacity: 1;background-color:rgb(107 142 35 / var(--tw-bg-opacity, 1))}.focus\:bg-navy-accent:focus{--tw-bg-opacity: 1;background-color:rgb(0 34 102 / var(--tw-bg-opacity, 1))}.focus\:bg-navy-neutral:focus{--tw-bg-opacity: 1;background-color:rgb(74 85 104 / var(--tw-bg-opacity, 1))}.focus\:bg-navy-primary:focus{--tw-bg-opacity: 1;background-color:rgb(0 0 128 / var(--tw-bg-opacity, 1))}.focus\:bg-navy-secondary:focus{--tw-bg-opacity: 1;background-color:rgb(255 215 0 / var(--tw-bg-opacity, 1))}.focus\:bg-primary-gold:focus{--tw-bg-opacity: 1;background-color:rgb(212 175 55 / var(--tw-bg-opacity, 1))}.focus\:bg-primary-navy:focus{--tw-bg-opacity: 1;background-color:rgb(27 54 93 / var(--tw-bg-opacity, 1))}.focus\:bg-primary-navy-dark:focus{--tw-bg-opacity: 1;background-color:rgb(15 30 45 / var(--tw-bg-opacity, 1))}.focus\:bg-space-force-accent:focus{--tw-bg-opacity: 1;background-color:rgb(15 20 25 / var(--tw-bg-opacity, 1))}.focus\:bg-space-force-neutral:focus{--tw-bg-opacity: 1;background-color:rgb(74 85 104 / var(--tw-bg-opacity, 1))}.focus\:bg-space-force-primary:focus{--tw-bg-opacity: 1;background-color:rgb(28 41 81 / var(--tw-bg-opacity, 1))}.focus\:bg-space-force-secondary:focus{--tw-bg-opacity: 1;background-color:rgb(184 134 11 / var(--tw-bg-opacity, 1))}.focus\:bg-success-green:focus{--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))}.focus\:bg-warning-amber:focus{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.focus\:from-air-force-accent:focus{--tw-gradient-from: #003366 var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 51 102 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-air-force-neutral:focus{--tw-gradient-from: #718096 var(--tw-gradient-from-position);--tw-gradient-to: rgb(113 128 150 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-air-force-primary:focus{--tw-gradient-from: #004F98 var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 79 152 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-air-force-secondary:focus{--tw-gradient-from: #FFD700 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 215 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-army-accent:focus{--tw-gradient-from: #2D3319 var(--tw-gradient-from-position);--tw-gradient-to: rgb(45 51 25 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-army-neutral:focus{--tw-gradient-from: #8B8680 var(--tw-gradient-from-position);--tw-gradient-to: rgb(139 134 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-army-primary:focus{--tw-gradient-from: #4B5842 var(--tw-gradient-from-position);--tw-gradient-to: rgb(75 88 66 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-army-secondary:focus{--tw-gradient-from: #CFB784 var(--tw-gradient-from-position);--tw-gradient-to: rgb(207 183 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-coast-guard-accent:focus{--tw-gradient-from: #00426A var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 66 106 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-coast-guard-neutral:focus{--tw-gradient-from: #8B8680 var(--tw-gradient-from-position);--tw-gradient-to: rgb(139 134 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-coast-guard-primary:focus{--tw-gradient-from: #003366 var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 51 102 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-coast-guard-secondary:focus{--tw-gradient-from: #FF6B00 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 107 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-error-red:focus{--tw-gradient-from: #EF4444 var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-info-blue:focus{--tw-gradient-from: #3B82F6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-marines-accent:focus{--tw-gradient-from: #990000 var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-marines-neutral:focus{--tw-gradient-from: #4A5568 var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 85 104 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-marines-primary:focus{--tw-gradient-from: #CC0000 var(--tw-gradient-from-position);--tw-gradient-to: rgb(204 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-marines-secondary:focus{--tw-gradient-from: #FFD700 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 215 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-military-olive:focus{--tw-gradient-from: #6B8E23 var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 142 35 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-navy-accent:focus{--tw-gradient-from: #002266 var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 34 102 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-navy-neutral:focus{--tw-gradient-from: #4A5568 var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 85 104 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-navy-primary:focus{--tw-gradient-from: #000080 var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-navy-secondary:focus{--tw-gradient-from: #FFD700 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 215 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-primary-gold:focus{--tw-gradient-from: #D4AF37 var(--tw-gradient-from-position);--tw-gradient-to: rgb(212 175 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-primary-navy:focus{--tw-gradient-from: #1B365D var(--tw-gradient-from-position);--tw-gradient-to: rgb(27 54 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-primary-navy-dark:focus{--tw-gradient-from: #0F1E2D var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 30 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-space-force-accent:focus{--tw-gradient-from: #0F1419 var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 20 25 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-space-force-neutral:focus{--tw-gradient-from: #4A5568 var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 85 104 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-space-force-primary:focus{--tw-gradient-from: #1C2951 var(--tw-gradient-from-position);--tw-gradient-to: rgb(28 41 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-space-force-secondary:focus{--tw-gradient-from: #B8860B var(--tw-gradient-from-position);--tw-gradient-to: rgb(184 134 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-success-green:focus{--tw-gradient-from: #10B981 var(--tw-gradient-from-position);--tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:from-warning-amber:focus{--tw-gradient-from: #F59E0B var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.focus\:via-air-force-accent:focus{--tw-gradient-to: rgb(0 51 102 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #003366 var(--tw-gradient-via-position), var(--tw-gradient-to)}.focus\:via-air-force-neutral:focus{--tw-gradient-to: rgb(113 128 150 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #718096 var(--tw-gradient-via-position), var(--tw-gradient-to)}.focus\:via-air-force-primary:focus{--tw-gradient-to: rgb(0 79 152 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #004F98 var(--tw-gradient-via-position), var(--tw-gradient-to)}.focus\:via-air-force-secondary:focus{--tw-gradient-to: rgb(255 215 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #FFD700 var(--tw-gradient-via-position), var(--tw-gradient-to)}.focus\:via-army-accent:focus{--tw-gradient-to: rgb(45 51 25 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #2D3319 var(--tw-gradient-via-position), var(--tw-gradient-to)}.focus\:via-army-neutral:focus{--tw-gradient-to: rgb(139 134 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #8B8680 var(--tw-gradient-via-position), var(--tw-gradient-to)}.focus\:via-army-primary:focus{--tw-gradient-to: rgb(75 88 66 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #4B5842 var(--tw-gradient-via-position), var(--tw-gradient-to)}.focus\:via-army-secondary:focus{--tw-gradient-to: rgb(207 183 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #CFB784 var(--tw-gradient-via-position), var(--tw-gradient-to)}.focus\:via-coast-guard-accent:focus{--tw-gradient-to: rgb(0 66 106 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #00426A var(--tw-gradient-via-position), var(--tw-gradient-to)}.focus\:via-coast-guard-neutral:focus{--tw-gradient-to: rgb(139 134 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #8B8680 var(--tw-gradient-via-position), var(--tw-gradient-to)}.focus\:via-coast-guard-primary:focus{--tw-gradient-to: rgb(0 51 102 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #003366 var(--tw-gradient-via-position), var(--tw-gradient-to)}.focus\:via-coast-guard-secondary:focus{--tw-gradient-to: rgb(255 107 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #FF6B00 var(--tw-gradient-via-position), var(--tw-gradient-to)}.focus\:via-marines-accent:focus{--tw-gradient-to: rgb(153 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #990000 var(--tw-gradient-via-position), var(--tw-gradient-to)}.focus\:via-marines-neutral:focus{--tw-gradient-to: rgb(74 85 104 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #4A5568 var(--tw-gradient-via-position), var(--tw-gradient-to)}.focus\:via-marines-primary:focus{--tw-gradient-to: rgb(204 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #CC0000 var(--tw-gradient-via-position), var(--tw-gradient-to)}.focus\:via-marines-secondary:focus{--tw-gradient-to: rgb(255 215 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #FFD700 var(--tw-gradient-via-position), var(--tw-gradient-to)}.focus\:via-navy-accent:focus{--tw-gradient-to: rgb(0 34 102 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #002266 var(--tw-gradient-via-position), var(--tw-gradient-to)}.focus\:via-navy-neutral:focus{--tw-gradient-to: rgb(74 85 104 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #4A5568 var(--tw-gradient-via-position), var(--tw-gradient-to)}.focus\:via-navy-primary:focus{--tw-gradient-to: rgb(0 0 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #000080 var(--tw-gradient-via-position), var(--tw-gradient-to)}.focus\:via-navy-secondary:focus{--tw-gradient-to: rgb(255 215 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #FFD700 var(--tw-gradient-via-position), var(--tw-gradient-to)}.focus\:via-space-force-accent:focus{--tw-gradient-to: rgb(15 20 25 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #0F1419 var(--tw-gradient-via-position), var(--tw-gradient-to)}.focus\:via-space-force-neutral:focus{--tw-gradient-to: rgb(74 85 104 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #4A5568 var(--tw-gradient-via-position), var(--tw-gradient-to)}.focus\:via-space-force-primary:focus{--tw-gradient-to: rgb(28 41 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #1C2951 var(--tw-gradient-via-position), var(--tw-gradient-to)}.focus\:via-space-force-secondary:focus{--tw-gradient-to: rgb(184 134 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #B8860B var(--tw-gradient-via-position), var(--tw-gradient-to)}.focus\:to-air-force-accent:focus{--tw-gradient-to: #003366 var(--tw-gradient-to-position)}.focus\:to-air-force-neutral:focus{--tw-gradient-to: #718096 var(--tw-gradient-to-position)}.focus\:to-air-force-primary:focus{--tw-gradient-to: #004F98 var(--tw-gradient-to-position)}.focus\:to-air-force-secondary:focus{--tw-gradient-to: #FFD700 var(--tw-gradient-to-position)}.focus\:to-army-accent:focus{--tw-gradient-to: #2D3319 var(--tw-gradient-to-position)}.focus\:to-army-neutral:focus{--tw-gradient-to: #8B8680 var(--tw-gradient-to-position)}.focus\:to-army-primary:focus{--tw-gradient-to: #4B5842 var(--tw-gradient-to-position)}.focus\:to-army-secondary:focus{--tw-gradient-to: #CFB784 var(--tw-gradient-to-position)}.focus\:to-coast-guard-accent:focus{--tw-gradient-to: #00426A var(--tw-gradient-to-position)}.focus\:to-coast-guard-neutral:focus{--tw-gradient-to: #8B8680 var(--tw-gradient-to-position)}.focus\:to-coast-guard-primary:focus{--tw-gradient-to: #003366 var(--tw-gradient-to-position)}.focus\:to-coast-guard-secondary:focus{--tw-gradient-to: #FF6B00 var(--tw-gradient-to-position)}.focus\:to-error-red:focus{--tw-gradient-to: #EF4444 var(--tw-gradient-to-position)}.focus\:to-info-blue:focus{--tw-gradient-to: #3B82F6 var(--tw-gradient-to-position)}.focus\:to-marines-accent:focus{--tw-gradient-to: #990000 var(--tw-gradient-to-position)}.focus\:to-marines-neutral:focus{--tw-gradient-to: #4A5568 var(--tw-gradient-to-position)}.focus\:to-marines-primary:focus{--tw-gradient-to: #CC0000 var(--tw-gradient-to-position)}.focus\:to-marines-secondary:focus{--tw-gradient-to: #FFD700 var(--tw-gradient-to-position)}.focus\:to-military-olive:focus{--tw-gradient-to: #6B8E23 var(--tw-gradient-to-position)}.focus\:to-navy-accent:focus{--tw-gradient-to: #002266 var(--tw-gradient-to-position)}.focus\:to-navy-neutral:focus{--tw-gradient-to: #4A5568 var(--tw-gradient-to-position)}.focus\:to-navy-primary:focus{--tw-gradient-to: #000080 var(--tw-gradient-to-position)}.focus\:to-navy-secondary:focus{--tw-gradient-to: #FFD700 var(--tw-gradient-to-position)}.focus\:to-primary-gold:focus{--tw-gradient-to: #D4AF37 var(--tw-gradient-to-position)}.focus\:to-primary-navy:focus{--tw-gradient-to: #1B365D var(--tw-gradient-to-position)}.focus\:to-primary-navy-dark:focus{--tw-gradient-to: #0F1E2D var(--tw-gradient-to-position)}.focus\:to-space-force-accent:focus{--tw-gradient-to: #0F1419 var(--tw-gradient-to-position)}.focus\:to-space-force-neutral:focus{--tw-gradient-to: #4A5568 var(--tw-gradient-to-position)}.focus\:to-space-force-primary:focus{--tw-gradient-to: #1C2951 var(--tw-gradient-to-position)}.focus\:to-space-force-secondary:focus{--tw-gradient-to: #B8860B var(--tw-gradient-to-position)}.focus\:to-success-green:focus{--tw-gradient-to: #10B981 var(--tw-gradient-to-position)}.focus\:to-warning-amber:focus{--tw-gradient-to: #F59E0B var(--tw-gradient-to-position)}.focus\:text-air-force-accent:focus{--tw-text-opacity: 1;color:rgb(0 51 102 / var(--tw-text-opacity, 1))}.focus\:text-air-force-neutral:focus{--tw-text-opacity: 1;color:rgb(113 128 150 / var(--tw-text-opacity, 1))}.focus\:text-air-force-primary:focus{--tw-text-opacity: 1;color:rgb(0 79 152 / var(--tw-text-opacity, 1))}.focus\:text-air-force-secondary:focus{--tw-text-opacity: 1;color:rgb(255 215 0 / var(--tw-text-opacity, 1))}.focus\:text-army-accent:focus{--tw-text-opacity: 1;color:rgb(45 51 25 / var(--tw-text-opacity, 1))}.focus\:text-army-neutral:focus{--tw-text-opacity: 1;color:rgb(139 134 128 / var(--tw-text-opacity, 1))}.focus\:text-army-primary:focus{--tw-text-opacity: 1;color:rgb(75 88 66 / var(--tw-text-opacity, 1))}.focus\:text-army-secondary:focus{--tw-text-opacity: 1;color:rgb(207 183 132 / var(--tw-text-opacity, 1))}.focus\:text-coast-guard-accent:focus{--tw-text-opacity: 1;color:rgb(0 66 106 / var(--tw-text-opacity, 1))}.focus\:text-coast-guard-neutral:focus{--tw-text-opacity: 1;color:rgb(139 134 128 / var(--tw-text-opacity, 1))}.focus\:text-coast-guard-primary:focus{--tw-text-opacity: 1;color:rgb(0 51 102 / var(--tw-text-opacity, 1))}.focus\:text-coast-guard-secondary:focus{--tw-text-opacity: 1;color:rgb(255 107 0 / var(--tw-text-opacity, 1))}.focus\:text-error-red:focus{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.focus\:text-info-blue:focus{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.focus\:text-marines-accent:focus{--tw-text-opacity: 1;color:rgb(153 0 0 / var(--tw-text-opacity, 1))}.focus\:text-marines-neutral:focus{--tw-text-opacity: 1;color:rgb(74 85 104 / var(--tw-text-opacity, 1))}.focus\:text-marines-primary:focus{--tw-text-opacity: 1;color:rgb(204 0 0 / var(--tw-text-opacity, 1))}.focus\:text-marines-secondary:focus{--tw-text-opacity: 1;color:rgb(255 215 0 / var(--tw-text-opacity, 1))}.focus\:text-military-olive:focus{--tw-text-opacity: 1;color:rgb(107 142 35 / var(--tw-text-opacity, 1))}.focus\:text-navy-accent:focus{--tw-text-opacity: 1;color:rgb(0 34 102 / var(--tw-text-opacity, 1))}.focus\:text-navy-neutral:focus{--tw-text-opacity: 1;color:rgb(74 85 104 / var(--tw-text-opacity, 1))}.focus\:text-navy-primary:focus{--tw-text-opacity: 1;color:rgb(0 0 128 / var(--tw-text-opacity, 1))}.focus\:text-navy-secondary:focus{--tw-text-opacity: 1;color:rgb(255 215 0 / var(--tw-text-opacity, 1))}.focus\:text-primary-gold:focus{--tw-text-opacity: 1;color:rgb(212 175 55 / var(--tw-text-opacity, 1))}.focus\:text-primary-navy:focus{--tw-text-opacity: 1;color:rgb(27 54 93 / var(--tw-text-opacity, 1))}.focus\:text-primary-navy-dark:focus{--tw-text-opacity: 1;color:rgb(15 30 45 / var(--tw-text-opacity, 1))}.focus\:text-space-force-accent:focus{--tw-text-opacity: 1;color:rgb(15 20 25 / var(--tw-text-opacity, 1))}.focus\:text-space-force-neutral:focus{--tw-text-opacity: 1;color:rgb(74 85 104 / var(--tw-text-opacity, 1))}.focus\:text-space-force-primary:focus{--tw-text-opacity: 1;color:rgb(28 41 81 / var(--tw-text-opacity, 1))}.focus\:text-space-force-secondary:focus{--tw-text-opacity: 1;color:rgb(184 134 11 / var(--tw-text-opacity, 1))}.focus\:text-success-green:focus{--tw-text-opacity: 1;color:rgb(16 185 129 / var(--tw-text-opacity, 1))}.focus\:text-warning-amber:focus{--tw-text-opacity: 1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.active\:bg-gray-100:active{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.active\:text-gray-500:active{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.active\:text-gray-700:active{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:visible{visibility:visible}.group:hover .group-hover\:translate-x-1{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:border-air-force-accent{--tw-border-opacity: 1;border-color:rgb(0 51 102 / var(--tw-border-opacity, 1))}.group:hover .group-hover\:border-air-force-neutral{--tw-border-opacity: 1;border-color:rgb(113 128 150 / var(--tw-border-opacity, 1))}.group:hover .group-hover\:border-air-force-primary{--tw-border-opacity: 1;border-color:rgb(0 79 152 / var(--tw-border-opacity, 1))}.group:hover .group-hover\:border-air-force-secondary{--tw-border-opacity: 1;border-color:rgb(255 215 0 / var(--tw-border-opacity, 1))}.group:hover .group-hover\:border-army-accent{--tw-border-opacity: 1;border-color:rgb(45 51 25 / var(--tw-border-opacity, 1))}.group:hover .group-hover\:border-army-neutral{--tw-border-opacity: 1;border-color:rgb(139 134 128 / var(--tw-border-opacity, 1))}.group:hover .group-hover\:border-army-primary{--tw-border-opacity: 1;border-color:rgb(75 88 66 / var(--tw-border-opacity, 1))}.group:hover .group-hover\:border-army-secondary{--tw-border-opacity: 1;border-color:rgb(207 183 132 / var(--tw-border-opacity, 1))}.group:hover .group-hover\:border-coast-guard-accent{--tw-border-opacity: 1;border-color:rgb(0 66 106 / var(--tw-border-opacity, 1))}.group:hover .group-hover\:border-coast-guard-neutral{--tw-border-opacity: 1;border-color:rgb(139 134 128 / var(--tw-border-opacity, 1))}.group:hover .group-hover\:border-coast-guard-primary{--tw-border-opacity: 1;border-color:rgb(0 51 102 / var(--tw-border-opacity, 1))}.group:hover .group-hover\:border-coast-guard-secondary{--tw-border-opacity: 1;border-color:rgb(255 107 0 / var(--tw-border-opacity, 1))}.group:hover .group-hover\:border-marines-accent{--tw-border-opacity: 1;border-color:rgb(153 0 0 / var(--tw-border-opacity, 1))}.group:hover .group-hover\:border-marines-neutral{--tw-border-opacity: 1;border-color:rgb(74 85 104 / var(--tw-border-opacity, 1))}.group:hover .group-hover\:border-marines-primary{--tw-border-opacity: 1;border-color:rgb(204 0 0 / var(--tw-border-opacity, 1))}.group:hover .group-hover\:border-marines-secondary{--tw-border-opacity: 1;border-color:rgb(255 215 0 / var(--tw-border-opacity, 1))}.group:hover .group-hover\:border-navy-accent{--tw-border-opacity: 1;border-color:rgb(0 34 102 / var(--tw-border-opacity, 1))}.group:hover .group-hover\:border-navy-neutral{--tw-border-opacity: 1;border-color:rgb(74 85 104 / var(--tw-border-opacity, 1))}.group:hover .group-hover\:border-navy-primary{--tw-border-opacity: 1;border-color:rgb(0 0 128 / var(--tw-border-opacity, 1))}.group:hover .group-hover\:border-navy-secondary{--tw-border-opacity: 1;border-color:rgb(255 215 0 / var(--tw-border-opacity, 1))}.group:hover .group-hover\:border-space-force-accent{--tw-border-opacity: 1;border-color:rgb(15 20 25 / var(--tw-border-opacity, 1))}.group:hover .group-hover\:border-space-force-neutral{--tw-border-opacity: 1;border-color:rgb(74 85 104 / var(--tw-border-opacity, 1))}.group:hover .group-hover\:border-space-force-primary{--tw-border-opacity: 1;border-color:rgb(28 41 81 / var(--tw-border-opacity, 1))}.group:hover .group-hover\:border-space-force-secondary{--tw-border-opacity: 1;border-color:rgb(184 134 11 / var(--tw-border-opacity, 1))}.group:hover .group-hover\:bg-air-force-accent{--tw-bg-opacity: 1;background-color:rgb(0 51 102 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-air-force-neutral{--tw-bg-opacity: 1;background-color:rgb(113 128 150 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-air-force-primary{--tw-bg-opacity: 1;background-color:rgb(0 79 152 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-air-force-secondary{--tw-bg-opacity: 1;background-color:rgb(255 215 0 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-army-accent{--tw-bg-opacity: 1;background-color:rgb(45 51 25 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-army-neutral{--tw-bg-opacity: 1;background-color:rgb(139 134 128 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-army-primary{--tw-bg-opacity: 1;background-color:rgb(75 88 66 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-army-secondary{--tw-bg-opacity: 1;background-color:rgb(207 183 132 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-coast-guard-accent{--tw-bg-opacity: 1;background-color:rgb(0 66 106 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-coast-guard-neutral{--tw-bg-opacity: 1;background-color:rgb(139 134 128 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-coast-guard-primary{--tw-bg-opacity: 1;background-color:rgb(0 51 102 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-coast-guard-secondary{--tw-bg-opacity: 1;background-color:rgb(255 107 0 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-marines-accent{--tw-bg-opacity: 1;background-color:rgb(153 0 0 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-marines-neutral{--tw-bg-opacity: 1;background-color:rgb(74 85 104 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-marines-primary{--tw-bg-opacity: 1;background-color:rgb(204 0 0 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-marines-secondary{--tw-bg-opacity: 1;background-color:rgb(255 215 0 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-navy-accent{--tw-bg-opacity: 1;background-color:rgb(0 34 102 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-navy-neutral{--tw-bg-opacity: 1;background-color:rgb(74 85 104 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-navy-primary{--tw-bg-opacity: 1;background-color:rgb(0 0 128 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-navy-secondary{--tw-bg-opacity: 1;background-color:rgb(255 215 0 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-space-force-accent{--tw-bg-opacity: 1;background-color:rgb(15 20 25 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-space-force-neutral{--tw-bg-opacity: 1;background-color:rgb(74 85 104 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-space-force-primary{--tw-bg-opacity: 1;background-color:rgb(28 41 81 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-space-force-secondary{--tw-bg-opacity: 1;background-color:rgb(184 134 11 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:from-air-force-accent{--tw-gradient-from: #003366 var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 51 102 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:from-air-force-neutral{--tw-gradient-from: #718096 var(--tw-gradient-from-position);--tw-gradient-to: rgb(113 128 150 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:from-air-force-primary{--tw-gradient-from: #004F98 var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 79 152 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:from-air-force-secondary{--tw-gradient-from: #FFD700 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 215 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:from-army-accent{--tw-gradient-from: #2D3319 var(--tw-gradient-from-position);--tw-gradient-to: rgb(45 51 25 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:from-army-neutral{--tw-gradient-from: #8B8680 var(--tw-gradient-from-position);--tw-gradient-to: rgb(139 134 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:from-army-primary{--tw-gradient-from: #4B5842 var(--tw-gradient-from-position);--tw-gradient-to: rgb(75 88 66 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:from-army-secondary{--tw-gradient-from: #CFB784 var(--tw-gradient-from-position);--tw-gradient-to: rgb(207 183 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:from-coast-guard-accent{--tw-gradient-from: #00426A var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 66 106 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:from-coast-guard-neutral{--tw-gradient-from: #8B8680 var(--tw-gradient-from-position);--tw-gradient-to: rgb(139 134 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:from-coast-guard-primary{--tw-gradient-from: #003366 var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 51 102 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:from-coast-guard-secondary{--tw-gradient-from: #FF6B00 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 107 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:from-marines-accent{--tw-gradient-from: #990000 var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:from-marines-neutral{--tw-gradient-from: #4A5568 var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 85 104 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:from-marines-primary{--tw-gradient-from: #CC0000 var(--tw-gradient-from-position);--tw-gradient-to: rgb(204 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:from-marines-secondary{--tw-gradient-from: #FFD700 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 215 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:from-navy-accent{--tw-gradient-from: #002266 var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 34 102 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:from-navy-neutral{--tw-gradient-from: #4A5568 var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 85 104 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:from-navy-primary{--tw-gradient-from: #000080 var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:from-navy-secondary{--tw-gradient-from: #FFD700 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 215 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:from-space-force-accent{--tw-gradient-from: #0F1419 var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 20 25 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:from-space-force-neutral{--tw-gradient-from: #4A5568 var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 85 104 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:from-space-force-primary{--tw-gradient-from: #1C2951 var(--tw-gradient-from-position);--tw-gradient-to: rgb(28 41 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:from-space-force-secondary{--tw-gradient-from: #B8860B var(--tw-gradient-from-position);--tw-gradient-to: rgb(184 134 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:via-air-force-accent{--tw-gradient-to: rgb(0 51 102 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #003366 var(--tw-gradient-via-position), var(--tw-gradient-to)}.group:hover .group-hover\:via-air-force-neutral{--tw-gradient-to: rgb(113 128 150 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #718096 var(--tw-gradient-via-position), var(--tw-gradient-to)}.group:hover .group-hover\:via-air-force-primary{--tw-gradient-to: rgb(0 79 152 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #004F98 var(--tw-gradient-via-position), var(--tw-gradient-to)}.group:hover .group-hover\:via-air-force-secondary{--tw-gradient-to: rgb(255 215 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #FFD700 var(--tw-gradient-via-position), var(--tw-gradient-to)}.group:hover .group-hover\:via-army-accent{--tw-gradient-to: rgb(45 51 25 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #2D3319 var(--tw-gradient-via-position), var(--tw-gradient-to)}.group:hover .group-hover\:via-army-neutral{--tw-gradient-to: rgb(139 134 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #8B8680 var(--tw-gradient-via-position), var(--tw-gradient-to)}.group:hover .group-hover\:via-army-primary{--tw-gradient-to: rgb(75 88 66 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #4B5842 var(--tw-gradient-via-position), var(--tw-gradient-to)}.group:hover .group-hover\:via-army-secondary{--tw-gradient-to: rgb(207 183 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #CFB784 var(--tw-gradient-via-position), var(--tw-gradient-to)}.group:hover .group-hover\:via-coast-guard-accent{--tw-gradient-to: rgb(0 66 106 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #00426A var(--tw-gradient-via-position), var(--tw-gradient-to)}.group:hover .group-hover\:via-coast-guard-neutral{--tw-gradient-to: rgb(139 134 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #8B8680 var(--tw-gradient-via-position), var(--tw-gradient-to)}.group:hover .group-hover\:via-coast-guard-primary{--tw-gradient-to: rgb(0 51 102 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #003366 var(--tw-gradient-via-position), var(--tw-gradient-to)}.group:hover .group-hover\:via-coast-guard-secondary{--tw-gradient-to: rgb(255 107 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #FF6B00 var(--tw-gradient-via-position), var(--tw-gradient-to)}.group:hover .group-hover\:via-marines-accent{--tw-gradient-to: rgb(153 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #990000 var(--tw-gradient-via-position), var(--tw-gradient-to)}.group:hover .group-hover\:via-marines-neutral{--tw-gradient-to: rgb(74 85 104 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #4A5568 var(--tw-gradient-via-position), var(--tw-gradient-to)}.group:hover .group-hover\:via-marines-primary{--tw-gradient-to: rgb(204 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #CC0000 var(--tw-gradient-via-position), var(--tw-gradient-to)}.group:hover .group-hover\:via-marines-secondary{--tw-gradient-to: rgb(255 215 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #FFD700 var(--tw-gradient-via-position), var(--tw-gradient-to)}.group:hover .group-hover\:via-navy-accent{--tw-gradient-to: rgb(0 34 102 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #002266 var(--tw-gradient-via-position), var(--tw-gradient-to)}.group:hover .group-hover\:via-navy-neutral{--tw-gradient-to: rgb(74 85 104 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #4A5568 var(--tw-gradient-via-position), var(--tw-gradient-to)}.group:hover .group-hover\:via-navy-primary{--tw-gradient-to: rgb(0 0 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #000080 var(--tw-gradient-via-position), var(--tw-gradient-to)}.group:hover .group-hover\:via-navy-secondary{--tw-gradient-to: rgb(255 215 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #FFD700 var(--tw-gradient-via-position), var(--tw-gradient-to)}.group:hover .group-hover\:via-space-force-accent{--tw-gradient-to: rgb(15 20 25 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #0F1419 var(--tw-gradient-via-position), var(--tw-gradient-to)}.group:hover .group-hover\:via-space-force-neutral{--tw-gradient-to: rgb(74 85 104 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #4A5568 var(--tw-gradient-via-position), var(--tw-gradient-to)}.group:hover .group-hover\:via-space-force-primary{--tw-gradient-to: rgb(28 41 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #1C2951 var(--tw-gradient-via-position), var(--tw-gradient-to)}.group:hover .group-hover\:via-space-force-secondary{--tw-gradient-to: rgb(184 134 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #B8860B var(--tw-gradient-via-position), var(--tw-gradient-to)}.group:hover .group-hover\:to-air-force-accent{--tw-gradient-to: #003366 var(--tw-gradient-to-position)}.group:hover .group-hover\:to-air-force-neutral{--tw-gradient-to: #718096 var(--tw-gradient-to-position)}.group:hover .group-hover\:to-air-force-primary{--tw-gradient-to: #004F98 var(--tw-gradient-to-position)}.group:hover .group-hover\:to-air-force-secondary{--tw-gradient-to: #FFD700 var(--tw-gradient-to-position)}.group:hover .group-hover\:to-army-accent{--tw-gradient-to: #2D3319 var(--tw-gradient-to-position)}.group:hover .group-hover\:to-army-neutral{--tw-gradient-to: #8B8680 var(--tw-gradient-to-position)}.group:hover .group-hover\:to-army-primary{--tw-gradient-to: #4B5842 var(--tw-gradient-to-position)}.group:hover .group-hover\:to-army-secondary{--tw-gradient-to: #CFB784 var(--tw-gradient-to-position)}.group:hover .group-hover\:to-coast-guard-accent{--tw-gradient-to: #00426A var(--tw-gradient-to-position)}.group:hover .group-hover\:to-coast-guard-neutral{--tw-gradient-to: #8B8680 var(--tw-gradient-to-position)}.group:hover .group-hover\:to-coast-guard-primary{--tw-gradient-to: #003366 var(--tw-gradient-to-position)}.group:hover .group-hover\:to-coast-guard-secondary{--tw-gradient-to: #FF6B00 var(--tw-gradient-to-position)}.group:hover .group-hover\:to-marines-accent{--tw-gradient-to: #990000 var(--tw-gradient-to-position)}.group:hover .group-hover\:to-marines-neutral{--tw-gradient-to: #4A5568 var(--tw-gradient-to-position)}.group:hover .group-hover\:to-marines-primary{--tw-gradient-to: #CC0000 var(--tw-gradient-to-position)}.group:hover .group-hover\:to-marines-secondary{--tw-gradient-to: #FFD700 var(--tw-gradient-to-position)}.group:hover .group-hover\:to-navy-accent{--tw-gradient-to: #002266 var(--tw-gradient-to-position)}.group:hover .group-hover\:to-navy-neutral{--tw-gradient-to: #4A5568 var(--tw-gradient-to-position)}.group:hover .group-hover\:to-navy-primary{--tw-gradient-to: #000080 var(--tw-gradient-to-position)}.group:hover .group-hover\:to-navy-secondary{--tw-gradient-to: #FFD700 var(--tw-gradient-to-position)}.group:hover .group-hover\:to-space-force-accent{--tw-gradient-to: #0F1419 var(--tw-gradient-to-position)}.group:hover .group-hover\:to-space-force-neutral{--tw-gradient-to: #4A5568 var(--tw-gradient-to-position)}.group:hover .group-hover\:to-space-force-primary{--tw-gradient-to: #1C2951 var(--tw-gradient-to-position)}.group:hover .group-hover\:to-space-force-secondary{--tw-gradient-to: #B8860B var(--tw-gradient-to-position)}.group:hover .group-hover\:text-air-force-accent{--tw-text-opacity: 1;color:rgb(0 51 102 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-air-force-neutral{--tw-text-opacity: 1;color:rgb(113 128 150 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-air-force-primary{--tw-text-opacity: 1;color:rgb(0 79 152 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-air-force-secondary{--tw-text-opacity: 1;color:rgb(255 215 0 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-army-accent{--tw-text-opacity: 1;color:rgb(45 51 25 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-army-neutral{--tw-text-opacity: 1;color:rgb(139 134 128 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-army-primary{--tw-text-opacity: 1;color:rgb(75 88 66 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-army-secondary{--tw-text-opacity: 1;color:rgb(207 183 132 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-coast-guard-accent{--tw-text-opacity: 1;color:rgb(0 66 106 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-coast-guard-neutral{--tw-text-opacity: 1;color:rgb(139 134 128 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-coast-guard-primary{--tw-text-opacity: 1;color:rgb(0 51 102 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-coast-guard-secondary{--tw-text-opacity: 1;color:rgb(255 107 0 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-marines-accent{--tw-text-opacity: 1;color:rgb(153 0 0 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-marines-neutral{--tw-text-opacity: 1;color:rgb(74 85 104 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-marines-primary{--tw-text-opacity: 1;color:rgb(204 0 0 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-marines-secondary{--tw-text-opacity: 1;color:rgb(255 215 0 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-navy-accent{--tw-text-opacity: 1;color:rgb(0 34 102 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-navy-neutral{--tw-text-opacity: 1;color:rgb(74 85 104 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-navy-primary{--tw-text-opacity: 1;color:rgb(0 0 128 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-navy-secondary{--tw-text-opacity: 1;color:rgb(255 215 0 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-primary-gold{--tw-text-opacity: 1;color:rgb(212 175 55 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-space-force-accent{--tw-text-opacity: 1;color:rgb(15 20 25 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-space-force-neutral{--tw-text-opacity: 1;color:rgb(74 85 104 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-space-force-primary{--tw-text-opacity: 1;color:rgb(28 41 81 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-space-force-secondary{--tw-text-opacity: 1;color:rgb(184 134 11 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\:opacity-20{opacity:.2}@media (min-width: 640px){.sm\:mb-6{margin-bottom:1.5rem}.sm\:mb-8{margin-bottom:2rem}.sm\:ml-4{margin-left:1rem}.sm\:mr-3{margin-right:.75rem}.sm\:mt-8{margin-top:2rem}.sm\:inline{display:inline}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:h-10{height:2.5rem}.sm\:h-12{height:3rem}.sm\:w-10{width:2.5rem}.sm\:w-12{width:3rem}.sm\:w-auto{width:auto}.sm\:flex-1{flex:1 1 0%}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-start{align-items:flex-start}.sm\:items-center{align-items:center}.sm\:justify-between{justify-content:space-between}.sm\:gap-4{gap:1rem}.sm\:rounded-2xl,.sm\:rounded-xl{border-radius:1rem}.sm\:p-3{padding:.75rem}.sm\:p-4{padding:1rem}.sm\:p-6{padding:1.5rem}.sm\:text-2xl{font-size:1.5rem}.sm\:text-3xl{font-size:1.875rem}.sm\:text-base{font-size:1rem}.sm\:text-lg{font-size:1.125rem}.sm\:text-sm{font-size:.875rem}.sm\:text-xl{font-size:1.25rem}}@media (min-width: 768px){.md\:block{display:block}.md\:hidden{display:none}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.md\:text-4xl{font-size:2.25rem}.md\:text-5xl{font-size:3rem}}@media (min-width: 1024px){.lg\:mx-0{margin-left:0;margin-right:0}.lg\:mt-0{margin-top:0}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:w-80{width:20rem}.lg\:flex-1{flex:1 1 0%}.lg\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:items-center{align-items:center}.lg\:gap-16{gap:4rem}.lg\:gap-6{gap:1.5rem}.lg\:p-8{padding:2rem}.lg\:py-20{padding-top:5rem;padding-bottom:5rem}.lg\:py-24{padding-top:6rem;padding-bottom:6rem}.lg\:text-left{text-align:left}.lg\:text-2xl{font-size:1.5rem}.lg\:text-3xl{font-size:1.875rem}.lg\:text-4xl{font-size:2.25rem}.lg\:text-5xl{font-size:3rem}.lg\:text-6xl{font-size:3.75rem}.lg\:text-xl{font-size:1.25rem}}.rtl\:flex-row-reverse:where([dir=rtl],[dir=rtl] *){flex-direction:row-reverse}@media (prefers-color-scheme: dark){.dark\:border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.dark\:bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.dark\:text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.dark\:text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.dark\:hover\:text-gray-300:hover{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:focus\:border-blue-700:focus{--tw-border-opacity: 1;border-color:rgb(29 78 216 / var(--tw-border-opacity, 1))}.dark\:focus\:border-blue-800:focus{--tw-border-opacity: 1;border-color:rgb(30 64 175 / var(--tw-border-opacity, 1))}.dark\:active\:bg-gray-700:active{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:active\:text-gray-300:active{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}}
