/*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-black:#000;--color-white:#fff;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}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;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.flex{display:flex}.hidden{display:none}.min-h-screen{min-height:100vh}.resize{resize:both}.bg-black{background-color:var(--color-black)}.text-white{color:var(--color-white)}}body{font-family:Poppins,sans-serif}*{margin:0;padding:0;box-sizing:border-box}html,body{margin:0;padding:0;height:100%}.App{min-height:100vh}.hero-background{height:100vh;background-image:url(/images/hero-rocket.jpg);background-size:cover;background-position:center center;background-repeat:no-repeat;position:relative}.hero-background:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1}body{margin:0;padding:0;background-color:#fff}.hero-section{display:flex;flex-direction:column;gap:0;justify-content:center;align-items:center;padding:2rem;color:#fff;position:absolute;top:55%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center;z-index:2}.hero-title{font-size:3.5rem;font-weight:600;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.7)}.hero-subtitle{font-size:1.1rem;font-weight:400;margin-bottom:1rem;text-shadow:1px 1px 2px rgba(0,0,0,.7)}.scroll-arrow{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);cursor:pointer;padding:1rem;border-radius:50%;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;animation:bounce 2s infinite;z-index:3}.scroll-arrow:hover{background:#fff3;transform:translate(-50%) scale(1.1)}.scroll-arrow svg{display:block}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}.about-section{background-color:#fff;padding:4rem 2rem}.team-photo-section{padding-bottom:1rem}.about-title{font-size:3rem;font-weight:600;margin-bottom:2rem;color:#333;text-align:center}.about-content{display:flex;flex-direction:column;align-items:center;font-size:1.2rem;line-height:1.6;color:#666;max-width:900px;margin:0 auto;gap:4rem}.about-cards-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;align-items:center;gap:2rem}.stats-section{background-color:#f8f9fa;padding:4rem 2rem;margin-top:0}.stats-title{font-size:3rem;font-weight:600;margin-bottom:3rem;color:#333;text-align:center}.stats-container{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;max-width:1000px;margin:0 auto}.stat-box{background:#fff;border-radius:12px;padding:2rem 1.5rem;text-align:center;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease;border:1px solid #f3f4f6;min-width:200px;flex:1;max-width:220px}.stat-box:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border-color:#18453b}.stat-number{font-size:3rem;font-weight:700;color:#18453b;margin-bottom:.5rem;line-height:1}.stat-label{font-size:1.1rem;font-weight:500;color:#666;text-transform:uppercase;letter-spacing:.5px}@media (max-width: 768px){.stats-container{flex-direction:column;align-items:center}.stat-box{max-width:300px;width:100%}}.competitions-section{background-color:#fff;padding:4rem 2rem;margin-top:0}.competitions-title{display:flex;justify-content:center;font-size:3rem;font-weight:600;margin-bottom:2rem;color:#333;text-align:center}.competitions-content{display:flex;flex-direction:column;align-items:center;font-size:1.2rem;line-height:1.6;color:#666;max-width:900px;margin:0 auto;text-align:center;gap:4rem}.placeholder-video{display:flex;justify-content:center;align-items:center;width:100%;height:40rem;background-color:#18453b}.sponsors-section{width:100%;background-color:#f8f9fa;padding:4rem 2rem;margin-top:0}.sponsors-title{display:flex;justify-content:center;font-size:3rem;font-weight:600;margin-bottom:2rem;color:#333;text-align:center}.sponsors-content{display:flex;flex-direction:column;align-items:center;font-size:1.2rem;line-height:1.6;color:#666;width:100%;margin:0 auto;gap:4rem;text-align:center}.news-section{background-color:#fff;padding:4rem 2rem}.news-title{font-size:3rem;font-weight:600;margin-bottom:2rem;color:#333;text-align:center}.news-content{display:flex;flex-direction:column;align-items:center;max-width:1200px;margin:0 auto}.news-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem}.news-item{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.news-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.news-image{width:100%;height:200px;overflow:hidden}.news-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.news-item:hover .news-image img{transform:scale(1.05)}.news-content{padding:1.5rem}.news-content h3{font-size:1.3rem;font-weight:600;margin-bottom:.5rem;color:#333;line-height:1.4}.news-date{color:#18453b;font-weight:500;font-size:.9rem;margin-bottom:1rem}.news-content p{color:#666;line-height:1.6;margin-bottom:1rem}.read-more{color:#18453b;text-decoration:none;font-weight:500;transition:color .3s ease}.read-more:hover{color:#2a6b5d;text-decoration:underline}.gallery-section{background-color:#f8f9fa;padding:4rem 2rem;margin-top:0}.gallery-title{font-size:3rem;font-weight:600;margin-bottom:2rem;color:#333;text-align:center}.gallery-content{display:flex;flex-direction:column;align-items:center;max-width:1200px;margin:0 auto}.gallery-tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap;width:100%}.tab-button{background:transparent;border:2px solid #18453b;color:#18453b;padding:.75rem 1.5rem;border-radius:25px;font-weight:500;cursor:pointer;transition:all .3s ease}.tab-button.active,.tab-button:hover{background:#18453b;color:#fff}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;width:100%}.gallery-item{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:4/3;cursor:pointer;transition:transform .3s ease}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}@media (max-width: 768px){.news-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.gallery-tabs{justify-content:center}.tab-button{padding:.6rem 1.2rem;font-size:.9rem}}.leadership-page{min-height:100vh;background-color:#fff}.executive-section{background-color:#fff;padding:4rem 2rem 2rem}.subteams-section{background-color:#fff;padding:2rem 2rem 4rem}.section-title{font-size:3rem;font-weight:600;color:#333;text-align:center;margin-bottom:3rem}.subteam-group{margin-bottom:4rem}.subteam-group:last-child{margin-bottom:0}.leadership-page .subteam-group .subteam-title{font-size:2.5rem;font-weight:600;color:#333;text-align:center;margin-bottom:2rem;padding-bottom:.75rem;border:none!important;border-bottom:3px solid #18453b!important;display:inline-block;width:auto;position:relative;left:50%;transform:translate(-50%);text-decoration:none!important;text-decoration-line:none!important;text-underline-offset:unset!important;box-shadow:none!important;background:none!important}.leadership-page .subteam-group .subteam-title:before,.leadership-page .subteam-group .subteam-title:after{display:none!important}.subteam-flex{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:2rem;max-width:1200px;margin:0 auto}.subteams-page{min-height:100vh;background-color:#f8f9fa}.page-hero{background:linear-gradient(135deg,#18453b,#0f2f28);padding:120px 0 80px;color:#fff;text-align:center;position:relative}.page-hero-content{position:relative;z-index:2}.page-hero-content h1{font-size:3.5rem;font-weight:600;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.7)}.page-hero-content p{font-size:1.2rem;font-weight:400;max-width:600px;margin:0 auto;line-height:1.6;text-shadow:1px 1px 2px rgba(0,0,0,.7)}.subteams-container{max-width:100%;margin:0;padding:2rem 1rem}.subteams-intro{text-align:center;margin-bottom:4rem}.subteams-intro h2{font-size:3rem;color:#333;margin-bottom:2rem;font-weight:600}.subteams-intro p{font-size:1.2rem;color:#666;max-width:100%;margin:0 2rem;line-height:1.6}.subteams-grid{display:flex;flex-direction:column;gap:4rem;margin-bottom:4rem}.subteam-card{background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a;overflow:hidden;border:1px solid #f3f4f6;display:flex;align-items:stretch;min-height:400px}.subteam-card:nth-child(2n){flex-direction:row-reverse}.subteam-image{width:45%;position:relative;background:transparent;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;border-radius:12px}.subteam-card:nth-child(2n) .subteam-image{border:none}.placeholder-content{display:flex;flex-direction:column;align-items:center;gap:10px}.placeholder-icon{font-size:2rem;opacity:.6}.placeholder-content span{color:#6c757d;font-size:1.1rem;font-weight:500;text-align:center;opacity:.8}.subteam-img{width:70%;height:70%;object-fit:contain;object-position:center;border-radius:12px}.subteam-card:nth-child(3) .subteam-img,.subteam-card:nth-child(4) .subteam-img{width:65%;height:65%;border-radius:12px}.subteam-content{padding:1.5rem 2rem;width:55%;display:flex;flex-direction:column;justify-content:center}.subteam-title{font-size:2.2rem;color:#18453b;margin-bottom:1.5rem;font-weight:700;position:relative}.subteam-title:after{content:"";position:absolute;bottom:-8px;left:0;width:50px;height:3px;background:linear-gradient(90deg,#18453b,#0f2f28);border-radius:2px}.subteam-description{color:#555;line-height:1.8;font-size:1.05rem;text-align:justify;letter-spacing:.3px}.join-section{background:#fff;border-radius:12px;padding:4rem 2rem;text-align:center;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #f3f4f6}.join-content h2{font-size:3rem;margin-bottom:2rem;font-weight:600;color:#333}.join-content>p{font-size:1.2rem;line-height:1.6;color:#666;max-width:100%;margin-left:2rem;margin-right:2rem;margin-bottom:3rem}.join-requirements{background:#f8f9fa;border-radius:12px;padding:2rem;text-align:left;max-width:90%;margin-left:auto;margin-right:auto;margin-bottom:3rem;border:1px solid #f3f4f6}.join-requirements h3{font-size:1.5rem;margin-bottom:1.5rem;text-align:center;color:#333;font-weight:600}.join-requirements ul{list-style:none;padding:0}.join-requirements li{padding:.5rem 0;border-left:3px solid #18453b;padding-left:20px;margin-bottom:.75rem;color:#666;font-size:1rem}.contact-button{background:#18453b;color:#fff;border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:500;border-radius:12px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.contact-button:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #18453b4d,0 4px 6px -2px #18453b26;background:#0f2f28}@media (max-width: 768px){.page-hero-content h1{font-size:2.5rem}.page-hero-content p{font-size:1rem}.executive-section{padding:3rem 1rem 1.5rem}.subteams-section{padding:1.5rem 1rem 3rem}.subteam-flex{flex-direction:column;align-items:center;gap:1.5rem}.section-title{font-size:2.5rem}.leadership-page .subteam-group .subteam-title{font-size:2rem}.page-header{padding:5rem 1rem 1.5rem}.page-header h1{font-size:2.5rem}}@media (max-width: 480px){.page-hero-content h1{font-size:2rem}.page-hero-content p{font-size:.95rem}.section-title{font-size:2rem}.leadership-page .subteam-group .subteam-title{font-size:1.8rem}}@media (max-width: 768px){.page-hero{padding:100px 20px 60px}.subteams-grid{gap:2.5rem}.subteam-card{flex-direction:column!important;min-height:auto;border-radius:15px}.subteam-image{width:100%;min-height:200px;border-right:none!important;border-left:none!important;border-bottom:1px solid #e9ecef;order:2}.subteam-content{width:100%;padding:2rem 1.5rem;order:1}.subteam-title{font-size:1.8rem}.subteam-description{font-size:1rem}.subteams-intro h2,.join-content h2{font-size:2.5rem}.join-section{padding:3rem 1.5rem}.subteams-container{padding:3rem .5rem}.subteams-intro p{margin:0 1rem}.join-content>p{margin-left:1rem;margin-right:1rem}.join-requirements{max-width:95%}}.sponsors-page{min-height:100vh}.sponsors-intro-section{background-color:#fff;padding:4rem 2rem;margin-top:0}.sponsors-intro{max-width:900px;margin:0 auto;text-align:center}.sponsors-intro h2{font-size:3rem;font-weight:600;margin-bottom:2rem;color:#333}.sponsors-intro p{font-size:1.2rem;line-height:1.6;color:#666}.sponsors-display-section{background-color:#f8f9fa;padding:4rem 2rem;margin-top:0}.sponsors-display-title{display:flex;justify-content:center;font-size:3rem;font-weight:600;margin-bottom:3rem;color:#333;text-align:center}.sponsors-display-flex{display:flex;flex-wrap:wrap;justify-content:center;gap:2.5rem;max-width:1200px;margin:0 auto}.sponsor-display-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease;border:1px solid #f3f4f6;text-align:center;flex:1 1 350px;max-width:400px}.sponsor-display-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border-color:#18453b}.sponsor-logo-area{width:100%;height:120px;background:#fff;border:2px solid #f3f4f6;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:all .3s ease;padding:1rem}.sponsor-logo-area img{max-width:100%;max-height:100%;object-fit:contain;filter:brightness(.9);transition:filter .3s ease}.sponsor-display-card:hover .sponsor-logo-area{border-color:#18453b;box-shadow:0 2px 8px #18453b1a}.sponsor-display-card:hover .sponsor-logo-area img{filter:brightness(1)}.sponsor-details{text-align:center}.sponsor-name{font-size:1.4rem;font-weight:600;color:#333;margin-bottom:1rem}.sponsor-description{font-size:1rem;line-height:1.6;color:#666;margin:0;text-align:left}.become-sponsor-section{background-color:#fff;padding:4rem 2rem;margin-top:0}.become-sponsor-content{max-width:900px;margin:0 auto;text-align:center}.become-sponsor-content h2{font-size:3rem;font-weight:600;margin-bottom:2rem;color:#333}.become-sponsor-content p{font-size:1.2rem;line-height:1.6;color:#666;margin-bottom:2.5rem}.contact-button{background:#18453b;color:#fff;border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:6px;cursor:pointer;transition:all .3s ease}.contact-button:hover{background:#0f2f26;transform:translateY(-2px);box-shadow:0 10px 20px #0000001a}@media (max-width: 768px){.sponsors-intro h2,.sponsors-display-title,.become-sponsor-content h2{font-size:2.5rem}.sponsors-intro p,.become-sponsor-content p{font-size:1rem}.sponsors-display-flex{gap:2rem}.sponsor-display-card{padding:1.5rem}.sponsor-logo-area{height:100px}}.contact-page{min-height:100vh;background-color:#f8f9fa;display:flex;flex-direction:column}.contact-main-container{width:100%;margin:0;padding:4rem 2rem;display:flex;justify-content:center;align-items:center;flex:1}.contact-container{display:flex;justify-content:center;align-items:center;width:100%;max-width:600px}.contact-left{width:100%;padding:3rem 2.5rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #f3f4f6}.contact-inputs{width:100%;height:50px;border:2px solid #e9ecef;outline:none;padding:0 1.5rem;font-weight:500;color:#333;border-radius:8px;margin-bottom:1.5rem;background:#fff;font-family:inherit;font-size:1rem;transition:all .3s ease}.contact-inputs:focus{border-color:#18453b;box-shadow:0 0 0 3px #18453b1a}.contact-inputs::placeholder{color:#999}.contact-inputs[name=message]{height:140px;padding:1rem 1.5rem;border-radius:8px;resize:vertical;font-family:inherit}.contact-left button{display:flex;align-items:center;justify-content:center;padding:1rem 2.5rem;font-size:1.1rem;color:#fff;border:none;border-radius:8px;background:#18453b;cursor:pointer;transition:all .3s ease;font-family:inherit;font-weight:600;margin:1.5rem auto 0;min-width:160px;text-transform:uppercase;letter-spacing:.5px}.contact-left button:hover{background:#0f2f28;transform:translateY(-2px);box-shadow:0 10px 15px -3px #18453b4d,0 4px 6px -2px #18453b26}.contact-left button:active{transform:translateY(0)}.thanks-page{min-height:100vh;display:flex;flex-direction:column}.thanks-main-container{flex:1;padding:80px 20px;background-color:#f8f9fa}.thanks-container{max-width:800px;margin:0 auto}.thanks-content{background:#fff;padding:60px 40px;border-radius:12px;box-shadow:0 4px 20px #0000001a;text-align:center}.thanks-content h2{color:#18453b;font-size:2.5rem;font-weight:600;margin-bottom:30px}.thanks-content p{color:#666;font-size:1.1rem;line-height:1.6;margin-bottom:25px}.thanks-content ul{text-align:left;max-width:400px;margin:30px auto;padding-left:20px}.thanks-content li{color:#666;font-size:1.1rem;line-height:1.6;margin-bottom:10px}.thanks-actions{margin-top:40px;display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.btn-primary,.btn-secondary{display:inline-block;padding:15px 30px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;cursor:pointer;border:none}.btn-primary{background-color:#18453b;color:#fff}.btn-primary:hover{background-color:#0f2f28;transform:translateY(-2px);box-shadow:0 6px 20px #18453b4d}.btn-secondary{background-color:transparent;color:#18453b;border:2px solid #18453b}.btn-secondary:hover{background-color:#18453b;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #18453b4d}@media (max-width: 768px){.thanks-content{padding:40px 20px}.thanks-content h2{font-size:2rem}.thanks-actions{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{width:100%;max-width:300px}}.spartacus-rocket-placeholder{width:100%;max-width:600px;height:400px;margin:0 auto;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px dashed #dee2e6;display:flex;align-items:center;justify-content:center;border-radius:12px}.spartacus-rocket-placeholder-content{text-align:center;color:#adb5bd}.spartacus-rocket-placeholder-content div{font-size:4rem;margin-bottom:10px}.spartacus-rocket-placeholder-content p:first-of-type{font-size:1.2rem;margin:0;font-weight:600}.spartacus-rocket-placeholder-content p:last-of-type{font-size:1rem;margin:5px 0 0}.spartacus-cad-container{width:100%;max-width:800px;margin:0 auto}.spartacus-cad-image{width:100%;height:auto;display:block;max-height:500px;object-fit:contain}.spartacus-cad-caption{padding:2rem;text-align:center}.spartacus-cad-caption h3{font-size:1.5rem;font-weight:600;color:#18453b;margin:0 0 1rem}.spartacus-cad-caption p{font-size:1rem;color:#6b7280;line-height:1.6;margin:0}.spartacus-competition-results-container{background:#fff;border-radius:12px;padding:3rem 2.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #f3f4f6;max-width:900px;margin:0 auto}.spartacus-competition-section{margin-bottom:2rem}.spartacus-competition-section:last-child{margin-bottom:0}.spartacus-competition-title{color:#18453b;font-size:1.8rem;margin-bottom:1rem;font-weight:700;position:relative}.spartacus-competition-underline{height:3px;width:50px;background:linear-gradient(90deg,#18453b,#0f2f28);border-radius:2px;margin-bottom:1.5rem}.spartacus-competition-list{list-style:none;padding:0}.spartacus-competition-list-item{padding:.75rem 0;font-size:1.2rem;color:#555;border-left:3px solid #18453b;padding-left:20px;margin-bottom:.75rem}.spartacus-projects-grid{display:flex;flex-wrap:wrap;justify-content:space-around;gap:2rem;width:100%;max-width:1200px}.spartacus-project-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease;border:1px solid #f3f4f6;text-align:left;flex:0 0 350px;width:350px}.spartacus-project-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border-color:#18453b}.spartacus-project-image{width:100%;height:200px;margin-bottom:1.5rem;border-radius:8px;overflow:hidden}.spartacus-project-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.spartacus-project-image:hover img{transform:scale(1.05)}.spartacus-project-title{color:#18453b;font-size:1.4rem;margin-bottom:1rem;font-weight:600}.spartacus-project-description{color:#666;line-height:1.6;margin-bottom:1.5rem;font-size:1rem}.spartacus-competition-banner{background:linear-gradient(135deg,#18453b,#0f2f28);border-radius:16px;padding:2.5rem;margin-bottom:3rem;color:#fff;box-shadow:0 8px 32px #18453b4d}.spartacus-banner-content{display:flex;align-items:center;justify-content:space-between;gap:2rem}.spartacus-banner-icon{font-size:4rem;flex-shrink:0}.spartacus-banner-text{flex:1}.spartacus-banner-text h2{font-size:2.2rem;font-weight:700;margin:0 0 .5rem;color:#fff}.spartacus-banner-text p{font-size:1.1rem;margin:0;opacity:.9;color:#fff}.spartacus-banner-placement{text-align:center;flex-shrink:0}.spartacus-placement-number{font-size:3.5rem;font-weight:800;line-height:1;color:gold;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.spartacus-placement-text{font-size:1rem;margin-top:.5rem;opacity:.9;color:#fff}.spartacus-results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.spartacus-result-card{background:#fff;border-radius:16px;padding:2rem;text-align:center;box-shadow:0 4px 20px #00000014;border:1px solid #f3f4f6;transition:all .3s ease;position:relative;overflow:hidden}.spartacus-result-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#18453b,#0f2f28)}.spartacus-result-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #18453b26;border-color:#18453b}.spartacus-result-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.spartacus-result-card h3{font-size:1.2rem;font-weight:600;color:#333;margin:0 0 1rem}.spartacus-result-value{font-size:1.8rem;font-weight:700;color:#18453b;margin:0 0 .5rem;line-height:1.2}.spartacus-result-description{font-size:.95rem;color:#666;margin:0;line-height:1.4}.spartacus-accuracy-card{position:relative}.spartacus-accuracy-details{margin-top:1rem;padding-top:1rem;border-top:1px solid #e9ecef}.spartacus-accuracy-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.spartacus-accuracy-item:last-child{margin-bottom:0}.spartacus-accuracy-label{font-size:.9rem;color:#666;font-weight:500}.spartacus-accuracy-number{font-size:1.1rem;font-weight:600;color:#18453b}@media (max-width: 768px){.spartacus-rocket-placeholder{height:300px}.spartacus-rocket-placeholder-content div{font-size:3rem}.spartacus-competition-banner{padding:2rem 1.5rem}.spartacus-banner-content{flex-direction:column;text-align:center;gap:1.5rem}.spartacus-banner-text h2{font-size:1.8rem}.spartacus-placement-number{font-size:2.5rem}.spartacus-results-grid{grid-template-columns:1fr;gap:1.5rem}.spartacus-result-card{padding:1.5rem}.spartacus-projects-grid{flex-direction:column;gap:1.5rem}.spartacus-project-card{padding:1.5rem;flex:0 0 100%;width:100%}}.gallery-section{width:min(1000px,100%);margin:0 auto;columns:3 300px;column-gap:1rem}.gallery-section img{display:block;margin-bottom:1rem;width:100%}.nav{display:flex;position:fixed;top:0;left:0;right:0;width:100%;height:4.5rem;flex-direction:row;justify-content:space-between;align-items:center;padding:1rem;background-color:transparent;transition:background-color .3s ease,box-shadow .3s ease;z-index:1000}.nav.scrolled{background-color:#fff;box-shadow:0 2px 10px #0000001a}.nav.scrolled .nav-links ul,.nav.scrolled .dropdown-menu{color:#18453b}.nav .logo{width:18rem;height:auto}.nav-links{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-left:auto}.nav-links ul{display:flex;flex-direction:row;gap:3rem;list-style:none;font-size:1.25rem;color:#fff;transition:color .3s ease}.nav-links a{color:inherit;text-decoration:none;font-weight:500;position:relative;transition:opacity .3s ease}.nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background-color:currentColor;transition:width .3s ease}.nav-links a:hover:after{width:100%}.nav-links a:hover{opacity:.9}.dropdown{position:relative;display:inline-block}.dropdown-trigger{display:flex;align-items:center;gap:.5rem;cursor:pointer}.dropdown-arrow{font-size:.8rem;transition:transform .3s ease}.dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{display:flex!important;flex-direction:column!important;position:absolute;top:100%;left:50%;transform:translate(-35%);background-color:#fff;border-radius:8px;box-shadow:0 8px 25px #00000026;opacity:0;visibility:hidden;transition:all .3s ease;margin-top:-.5rem;z-index:1001;list-style:none;padding:1rem;gap:1rem!important;color:#000}.dropdown:hover .dropdown-menu{opacity:1;visibility:visible;margin-top:0}.dropdown-menu li{display:flex;flex-direction:column;gap:0;width:9rem;color:#000;font-size:1rem}.dropdown-menu a{position:relative;padding:.25rem 0}.nav .nav-btn{padding:5px;cursor:pointer;background:transparent;border:none;outline:none;color:#fff;display:none;font-size:1.8rem;transition:color .3s ease}.nav.scrolled .nav-btn{color:#18453b}@media only screen and (max-width: 1024px){.nav .logo{width:12rem}.nav .nav-btn{display:block}.nav .nav-links{position:fixed;top:-100vh;left:0;height:100%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;background-color:#fff;transition:.3s;z-index:999}.nav .nav-links.responsive_nav{transform:translateY(100vh)}.nav-links .nav-close-btn{position:absolute;top:2rem;right:2rem;color:#18453b}.nav-links ul{flex-direction:column;gap:1.5rem;color:#18453b!important}.nav-links a{font-size:1.5rem;color:#18453b!important}.nav-links a:after{display:none!important}.dropdown-menu{position:static!important;opacity:0!important;visibility:hidden!important;background-color:transparent!important;box-shadow:none!important;transform:none!important;margin-top:0!important;padding:0!important;max-height:0;overflow:hidden;transition:all .3s ease}.dropdown-menu.mobile-expanded{opacity:1!important;visibility:visible!important;padding:.5rem 0!important;max-height:200px}.dropdown-menu li{width:auto!important;font-size:1.2rem}.dropdown-arrow{display:inline-block;transition:transform .3s ease}.dropdown.mobile-open .dropdown-arrow{transform:rotate(180deg)}}.about-single-card{display:flex;justify-content:center;margin:1rem 0}.about-cards-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.about-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease;border:1px solid #f3f4f6;text-align:center;display:flex;flex-direction:column;justify-content:space-between;min-height:150px;width:100%;max-width:300px}.about-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border-color:#18453b}.card-title{font-size:1.5rem;font-weight:600;color:#18453b;margin-bottom:1.5rem}.read-more-btn{background:#18453b;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;align-self:center;text-decoration:none;display:inline-block}.read-more-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #18453b66;background:#0f3025}.read-more-btn:active{transform:translateY(0)}@media (max-width: 768px){.about-single-card{margin:.5rem 0}.about-cards-container{grid-template-columns:1fr;gap:1.5rem}.about-card{padding:1.5rem;min-height:120px;max-width:none}}.footer{padding:4rem;background-color:#18453b}.footer-content{display:flex;justify-content:space-evenly;align-items:flex-start;flex-direction:row;gap:3rem;background-color:#18453b;margin-bottom:2rem;flex-wrap:wrap}.footer-section h3{font-size:1.4rem;font-weight:600;margin-bottom:1.5rem;color:#fff;border-bottom:2px solid white;padding-bottom:.5rem;display:inline-block;flex-wrap:wrap}.footer-logo-section{display:flex;flex-direction:column;align-items:center;text-align:center}.footer-logo-container{margin-bottom:1rem}.footer-logo-image{width:180px;height:auto;object-fit:contain}.footer-logo{width:200px;margin-bottom:1rem}.footer-logo img{width:100%;height:auto}.footer-description{font-size:1rem;line-height:1.6;color:#e0e0e0;margin-bottom:1rem}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:.8rem}.footer-links a{color:#e0e0e0;text-decoration:none;font-size:1rem;transition:color .3s ease}.footer-links a:hover{color:#fff;text-decoration:underline}.donation-button{display:inline-block;padding:.8rem 1.5rem;background:linear-gradient(135deg,#2a6b5a,#18453b);color:#fff!important;text-decoration:none!important;border-radius:25px;font-weight:600;font-size:.95rem;transition:all .3s ease;box-shadow:0 4px 15px #18453b4d;border:2px solid transparent;position:relative;overflow:hidden}.donation-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.donation-button:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 8px 25px #18453b66;background:linear-gradient(135deg,#18453b,#2a6b5a);border-color:#ffffff4d}.donation-button:hover:before{left:100%}.donation-button:active{transform:translateY(-1px) scale(1.02)}.contact-info p{margin-bottom:.8rem;font-size:1rem;color:#e0e0e0;display:flex;align-items:center;gap:.5rem}.social-icons-row{display:flex;gap:1rem;flex-wrap:wrap}.social-icon{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:all .3s ease}.social-icon:hover{transform:translateY(-2px)}.social-logo{width:40px;height:40px;object-fit:cover;border-radius:50%;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.social-icon:hover .social-logo{transform:scale(1.1);box-shadow:0 4px 16px #0003}.social-links{display:flex;flex-direction:column;gap:.8rem}.social-links a{color:#e0e0e0;text-decoration:none;font-size:1rem;transition:color .3s ease;display:flex;align-items:center;gap:.5rem}.social-links a:hover{color:#fff;text-decoration:underline}.footer-bottom{border-top:1px solid #2a6b5a;padding-top:1.5rem;margin-top:2rem}.footer-bottom-content{max-width:1200px;margin:0 auto;text-align:center;display:flex;flex-direction:column;gap:.5rem}.footer-bottom p{font-size:.9rem;color:#b0b0b0;margin:0}@media (max-width: 768px){.footer{padding:3rem 2rem}.footer-content{gap:2rem;justify-content:center}.footer-section{flex:1;min-width:200px;text-align:center}.footer-section h3{font-size:1.3rem;margin-bottom:1.2rem}.social-icons-row{justify-content:center}.footer-logo-image{width:150px}.donation-button{padding:.7rem 1.3rem;font-size:.9rem}.footer-bottom-content{padding:0 1rem}}@media (max-width: 480px){.footer{padding:2rem 1rem}.footer-content{flex-direction:column;gap:2rem;text-align:center}.footer-section{width:100%;min-width:unset}.footer-section h3{font-size:1.2rem;margin-bottom:1rem}.contact-info p{justify-content:center;font-size:.9rem}.footer-links a{font-size:.9rem}.social-icons-row{gap:.8rem}.social-logo{width:35px;height:35px}.footer-logo-image{width:120px}.donation-button{padding:.6rem 1.2rem;font-size:.85rem}.footer-bottom{padding-top:1rem;margin-top:1.5rem}.footer-bottom p{font-size:.8rem;line-height:1.4}}@media (max-width: 320px){.footer{padding:1.5rem .8rem}.footer-content{gap:1.5rem}.footer-section h3{font-size:1.1rem}.contact-info p,.footer-links a{font-size:.85rem}.social-logo{width:32px;height:32px}.footer-logo-image{width:100px}.donation-button{padding:.5rem 1rem;font-size:.8rem}}.carousel-container{width:100%;margin-left:calc(-50vw + 50%);overflow:hidden;background:linear-gradient(90deg,#f8f9fa00,#f8f9fa 10%,#f8f9fa 90%,#f8f9fa00);padding:2rem 0;position:relative}.carousel-container:before,.carousel-container:after{content:"";position:absolute;top:0;width:100px;height:100%;z-index:2;pointer-events:none}.carousel-container:before{left:0;background:linear-gradient(90deg,#f8f9fa,#f8f9fa00)}.carousel-container:after{right:0;background:linear-gradient(90deg,#f8f9fa00,#f8f9fa)}.carousel-track{display:flex;width:2400px;animation:scroll 20s linear infinite;gap:2rem}.sponsor-item{flex:0 0 200px;height:120px;display:flex;align-items:center;justify-content:center}.sponsor-logo{width:100%;height:100%;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease;border:2px solid rgba(0,0,0,.05);padding:1rem}.sponsor-logo:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 8px 25px #0003}.sponsor-logo img{max-width:100%;max-height:100%;object-fit:contain;filter:brightness(.9);transition:filter .3s ease}.sponsor-logo:hover img{filter:brightness(1)}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(calc(-1200px - 12rem))}}.carousel-container:hover .carousel-track{animation-play-state:paused}.leader-card{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:2.5rem 2rem;text-align:center;transition:all .3s ease;border:1px solid #f3f4f6;width:350px;height:650px;flex:0 0 350px}.leader-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border-color:#18453b}.leader-image{margin-bottom:2rem}.leader-image img{width:175px;height:175px;border-radius:50%;object-fit:cover;border:4px solid #f3f4f6;transition:border-color .3s ease}.leader-card:hover .leader-image img{border-color:#18453b}.leader-info{padding:0;display:flex;flex-direction:column;align-items:center;flex-grow:1;width:100%}.leader-name{font-size:1.4rem;font-weight:600;color:#333;margin-bottom:.75rem;text-align:center}.leader-position{font-size:1.25rem;font-weight:500;color:#18453b;margin-bottom:1.25rem;text-transform:uppercase;letter-spacing:.5px;text-align:center}.leader-description{font-size:1rem;line-height:1.6;color:#666;margin:0;text-align:left;flex-grow:1;display:flex;align-items:flex-start;width:100%}.leader-card .leader-image{flex-shrink:0}.leader-card .leader-info{justify-content:flex-start}
