.hero-wrapper{width:auto;margin-left:calc(-1 * var(--main-padding-x));margin-right:calc(-1 * var(--main-padding-x))}.hero-desktop{background-image:url(/img/hero-desktop-bg.webp);background-position:100%;background-repeat:no-repeat;background-size:cover;align-items:center;width:100%;height:80vh;min-height:550px;display:flex}.hero-container{width:100%;padding-left:var(--main-padding-x);padding-right:var(--main-padding-x);padding-top:2rem;padding-bottom:2rem}.hero-mobile{width:100%;min-height:100vh;padding:2rem var(--main-padding-x);box-sizing:border-box;background-image:url(/img/hero-mobile.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;display:none}.hero-mobile-card{-webkit-backdrop-filter:blur(20px)saturate(180%);text-align:center;background:linear-gradient(135deg,#ffffff8c 0%,#ffffff40 100%);border:1px solid #ffffff80;border-bottom-color:#ffffff40;border-radius:24px;padding:2.25rem 1.5rem;box-shadow:0 20px 40px #00000014,inset 0 1px 1px #ffffffb3}.hero-content{flex-direction:column;gap:.75rem;display:flex}.hero-subtitle{font-size:36px;font-weight:600;line-height:1.2}.hero-title{backface-visibility:hidden;will-change:transform, opacity;font-size:55px;font-weight:800;line-height:1.15;animation:1.4s cubic-bezier(.16,1,.3,1) forwards heroTitleSmooth}@keyframes heroTitleSmooth{0%{opacity:0;filter:blur(4px);transform:translateY(18px)scale(.99)}60%{opacity:1;filter:blur()}80%{transform:translateY(-2px)scale(1)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}.hero-date{margin-top:.5rem;font-size:36px;font-weight:700}.hero-location-box{border-left:4px solid var(--primary-green);margin-top:.5rem;padding-left:.75rem}.hero-location{color:#222;font-size:28px;font-weight:600;line-height:1.2}.hero-mode{color:#444;font-size:24px;font-weight:400;line-height:1.2}.hero-btn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#ffc107 0%,#fb8c00 100%);border:none;border-radius:50px;width:fit-content;margin-top:1.5rem;padding:.85rem 2rem;font-family:inherit;font-size:20px;font-weight:600;transition:all .3s;box-shadow:0 8px 20px #fb8c0059}.hero-btn:hover{transform:translateY(-3px);box-shadow:0 12px 25px #fb8c0073}.hero-btn:active{transform:translateY(0)}.sdg-container{flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:1.5rem;display:flex}.sdg-gifs-wrapper{align-items:center;gap:.75rem;display:flex}.sdg-circle-img,.sdg-gif-img{object-fit:contain;border-radius:4px;width:60px;height:60px}.sdg-circle-img{animation:12s linear infinite sdgSpin}@keyframes sdgSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:1024px){.hero-desktop{display:none!important}.hero-mobile{flex-direction:column;justify-content:center;align-items:center;display:flex}.hero-mobile .hero-content{text-align:center;align-items:center}.hero-mobile .hero-subtitle{font-size:24px}.hero-mobile .hero-title{font-size:34px}.hero-mobile .hero-date{font-size:24px}.hero-mobile .hero-location-box{background:#29552c1f;border:1px solid #ffffff4d;border-radius:14px;margin:.5rem 0;padding:.75rem 1.25rem}.hero-mobile .hero-location{color:#0d2310;font-size:20px}.hero-mobile .hero-mode{color:#222;font-size:15px}.hero-mobile .hero-btn{width:100%;max-width:300px;margin:1rem auto 0;padding:.75rem 1.5rem;font-size:16px}.hero-mobile .sdg-container{justify-content:center;gap:.5rem;margin-top:1.25rem}.hero-mobile .sdg-gifs-wrapper{gap:.5rem}.hero-mobile .sdg-circle-img,.hero-mobile .sdg-gif-img{width:45px;height:45px}}
.marquee-wrapper{background-color:var(--primary-green);color:#fff;white-space:nowrap;letter-spacing:.5px;padding:.75rem 0;font-size:18px;font-weight:500;overflow:hidden;box-shadow:0 4px 10px #0000000d}.marquee-track{width:max-content;animation:30s linear infinite marqueeScroll;display:flex}.marquee-track span{padding-right:4rem}@keyframes marqueeScroll{0%{transform:translate(0%)}to{transform:translate(-50%)}}
.welcome-container{width:100%}.welcome-title-wrapper{margin-bottom:2rem;padding-left:1.25rem;position:relative;overflow:hidden}.welcome-title-wrapper:before{content:"";z-index:2;background:linear-gradient(#ffc107 0%,#fb8c00 100%);border-radius:4px;width:5px;position:absolute;top:0;bottom:0;left:0}.welcome-title{color:var(--foreground);opacity:0;will-change:transform, opacity;margin:0;font-size:24px;font-weight:700;line-height:1.35;transform:translate(-100%)}.welcome-title-wrapper.animate .welcome-title{animation:1.4s cubic-bezier(.16,1,.3,1) forwards doorSlideOut}@keyframes doorSlideOut{0%{opacity:0;transform:translate(-100%)}20%{opacity:.3}to{opacity:1;transform:translate(0)}}.welcome-title span{opacity:0;will-change:transform, opacity;animation:1.4s cubic-bezier(.16,1,.3,1) .2s forwards slideOutFromDoor;display:inline-block}@keyframes slideOutFromDoor{0%{opacity:0;transform:translate(-100%)}25%{opacity:1}to{opacity:1;transform:translate(0)}}.welcome-grid{grid-template-columns:1fr 1.1fr;align-items:center;gap:2.5rem;margin-bottom:2rem;display:grid}.welcome-image-wrapper{border-radius:20px;width:100%;overflow:hidden;box-shadow:0 10px 30px #0000000f}.welcome-image{object-fit:cover;border-radius:20px;width:100%;height:auto;display:block}.welcome-text-content{flex-direction:column;gap:1rem;display:flex}.welcome-centered-p{text-align:center;max-width:850px;margin:1.5rem auto 0;font-size:18px;font-weight:500;line-height:1.5}@media (max-width:900px){.welcome-grid{grid-template-columns:1fr;gap:1.5rem}.welcome-title{font-size:20px}.welcome-centered-p{font-size:16px}}
.stats-section{background-color:#3964de1a;width:100vw;padding:20px 0}.stats-container{padding-left:var(--main-padding-x);padding-right:var(--main-padding-x);text-align:center;grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.stat-card{flex-direction:column;justify-content:center;align-items:center;display:flex}.stat-number{color:#2d50b4;margin-bottom:.35rem;font-size:36px;font-weight:800;line-height:1.2}.stat-label{color:var(--foreground);font-size:16px;font-weight:500}@media (max-width:900px){.stats-container{grid-template-columns:repeat(2,1fr);gap:1.75rem}.stat-number{font-size:30px}.stat-label{font-size:13px}}@media (max-width:480px){.stats-container{grid-template-columns:repeat(2,1fr);gap:1.25rem}.stat-number{font-size:26px}}
.action-cards-container{width:100%}.action-cards-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%;display:grid}.action-card{background:linear-gradient(135deg,#ffc107 0%,#fb8c00 100%);border-radius:20px;padding:2.25rem 1.5rem;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 10px 25px #fb8c0026}.action-card:hover{transform:translateY(-6px);box-shadow:0 14px 35px #fb8c008c,0 0 20px #ffc10766}.action-card-content{z-index:2;text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.action-card-title{color:#171717;margin-bottom:.75rem;font-size:16px;font-weight:700}.action-card-desc{color:#171717;margin-bottom:1.5rem;font-size:20px;font-weight:800;line-height:1.2}.action-card-btn{color:#fff;background-color:#3b3b3b;border-radius:50px;min-width:140px;padding:.65rem 2.25rem;font-size:14px;font-weight:600;text-decoration:none;transition:background-color .25s,transform .2s;display:inline-block}.action-card-btn:hover{background-color:#222;transform:scale(1.03)}.action-card:after{content:"";z-index:1;background:linear-gradient(90deg,#0000 0%,#ffffff73 50%,#0000 100%);width:60%;height:200%;animation:2.8s cubic-bezier(.4,0,.2,1) infinite cardShineLoop;position:absolute;top:-50%;left:-150%;transform:rotate(25deg)}@keyframes cardShineLoop{0%{left:-150%}45%{left:150%}to{left:150%}}@media (max-width:1024px){.action-cards-grid{grid-template-columns:repeat(3,1fr);gap:1rem}.action-card{padding:1.75rem 1rem}.action-card-desc{font-size:17px}}@media (max-width:768px){.action-cards-grid{grid-template-columns:1fr;gap:1.25rem}.action-card{padding:2rem 1.5rem}.action-card-desc{font-size:19px}}
