.navbar{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:10px 20px;position:sticky;top:0;z-index:1000;box-shadow:0 4px 8px rgba(0,0,0,.2);color:#333}.navbar-logo img{height:66px;cursor:pointer;border-radius:12px}.navbar-center{flex:1;display:flex;justify-content:center}.navbar-links{display:flex;list-style:none;gap:40px;align-items:center;margin:0;padding:0}.navbar-links li{position:relative}.navbar-links a{text-decoration:none;color:#333;font-weight:700;text-transform:capitalize;transition:color .3s ease}.navbar-links a:hover{color:#045c8c}.dropdown-menu{position:absolute;top:100%;left:-60%;background:#fff;border-radius:5px;list-style:none;padding:10px 0;display:none;min-width:200px;z-index:1000;box-shadow:0 4px 6px rgba(0,0,0,.1)}.dropdown-menu li{text-align:left}.dropdown-menu a{display:block;padding:10px 20px;color:#333;transition:background-color .3s ease,color .3s ease}.dropdown-menu a:hover{background-color:#045c8c;color:#fff}.dropdown:hover .dropdown-menu{display:block}.burger{display:none;flex-direction:column;gap:5px;cursor:pointer}.burger div{width:25px;height:3px;background-color:#333;transition:transform .3s ease,opacity .3s ease}.contact-button{padding:12px 24px;background-color:gold;color:#333;font-size:18px;font-weight:700;text-transform:uppercase;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 10px rgba(0,0,0,.2)}.contact-button:hover{background-color:#ffc300;box-shadow:0 6px 15px rgba(0,0,0,.3);transform:translateY(-2px)}.social-links{display:flex;gap:15px;align-items:center;margin-right:20px}.social-links a{color:#333;font-size:1.5rem;transition:color .3s ease,transform .2s ease}.social-links a:hover{color:#045c8c;transform:scale(1.2)}.social-links+.contact-button{margin-left:10px}@media (max-width:1060px){.social-links{display:none}.burger{display:flex}.navbar-center{display:none;width:100%;position:absolute;top:100%;left:0;background:#fff;padding:20px 0;z-index:999}.navbar-center.open{display:flex;justify-content:center}.navbar-links{flex-direction:column;gap:15px}.dropdown-menu{position:static;display:none;padding:10px 20px}.dropdown.open .dropdown-menu{display:flex;flex-direction:column}.contact-button{font-size:14px;padding:8px 16px}}.footer-container{background-color:#333;color:#fff;padding:20px 10px;text-align:center}#__next{min-height:100vh}#__next,.footer-content{display:flex;flex-direction:column}.footer-content{align-items:center;justify-content:center}.footer-info{margin-bottom:10px;font-size:.9rem;line-height:1.5}.social-icons{gap:20px;margin-top:20px}.social-icon,.social-icons{display:flex;justify-content:center;align-items:center}.social-icon{width:30px;height:30px;transition:transform .3s ease,opacity .3s ease;opacity:.8;color:#fff}.social-icon img{width:100%;height:100%;object-fit:contain}.social-icon:hover{transform:scale(1.2);opacity:1}.x-logo{width:40px;height:auto;display:inline-block;transition:transform .3s ease,opacity .3s ease,filter .3s ease;opacity:1;filter:invert(1) brightness(100)}.x-logo-container{display:flex;align-items:center;justify-content:center;gap:10px}.about-partnership{background-color:#ffc300;padding:40px 20px;box-shadow:0 4px 12px rgba(0,0,0,.1);text-align:center}.about-title{font-size:2.5rem;font-weight:700;color:#045c8c;margin-bottom:20px;text-transform:uppercase}.about-text{font-size:1.2rem;line-height:1.8;color:#333;margin:0 auto;max-width:800px}@media (max-width:768px){.about-title{font-size:2rem}.about-text{font-size:1rem;line-height:1.6}}.about-item{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px;background-color:#f5f5f5;padding:40px 20px;border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,.1);margin:40px auto;max-width:1200px}.about-item h2{font-size:2.5rem;color:#045c8c;margin-bottom:0;font-weight:700;flex:1 1 100%}.about-item p{font-size:1.2rem;line-height:1.6;color:#333;flex:1 1 50%;margin:0}.item-picture{object-fit:cover}@media (max-width:768px){.about-item{flex-direction:column;text-align:center}.about-item h2{font-size:2rem}.about-item p{font-size:1rem;flex:unset}.item-picture{max-width:100%;margin-top:20px}}.dac-role{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px;background-color:#f5f5f5;padding:40px 20px;border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,.1);margin:40px auto;max-width:1200px}.dac-role h2{font-size:2.5rem;color:#045c8c;margin-bottom:20px;font-weight:700;flex:1 1 100%;text-align:center}.dac-role ul{flex:1 1 50%;list-style:none;padding:0;margin:0}.dac-role ul li{position:relative;padding-left:30px;margin-bottom:10px;font-size:1.2rem;line-height:1.6;color:#333}.dac-role ul li:before{content:"✔";position:absolute;left:0;color:gold;font-size:1.5rem}.item-picture{max-width:45%;height:auto;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.2);object-fit:contain}@media (max-width:768px){.dac-role{flex-direction:column;text-align:center}.dac-role ul{flex:unset;margin-top:20px}.dac-role ul li{font-size:1rem}.item-picture{max-width:100%;margin-top:20px}.dac-role h2{font-size:2rem}}.item-et{text-align:center;padding:60px 20px;background:linear-gradient(135deg,#045c8c,#4580a5);color:#fff;border-radius:10px;box-shadow:0 6px 15px rgba(0,0,0,.2);margin:40px auto;max-width:1000px}.item-et h2{font-size:2.8rem;margin-bottom:15px;color:gold;font-weight:700;text-transform:uppercase}.item-et p{font-size:1.4rem;line-height:1.6;margin-bottom:30px;color:#e8e8e8}.et-video{width:100%;max-width:850px;height:auto;margin:20px auto;box-shadow:0 6px 15px rgba(0,0,0,.3);transition:transform .3s ease,box-shadow .3s ease}.item-et .et-btn{margin-top:30px;padding:14px 30px;font-size:1.2rem;font-weight:700;background-color:gold;color:#333;border:none;border-radius:50px;cursor:pointer;text-transform:uppercase;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 10px rgba(0,0,0,.2)}.item-et .et-btn a{color:inherit;text-decoration:none}.item-et .et-btn:hover{background-color:#ffc300;transform:translateY(-2px);box-shadow:0 6px 15px rgba(0,0,0,.3)}.item-et .et-btn:active{background-color:#e6b800;transform:translateY(0);box-shadow:0 4px 10px rgba(0,0,0,.2)}@media (max-width:768px){.item-et h2{font-size:2rem}.item-et p{font-size:1.2rem}.item-et .carousel-video{max-width:100%}.item-et .et-btn{font-size:1rem;padding:10px 20px}}.item-cta-section{text-align:center;width:100vw;margin-top:30px;padding:40px;background-color:#4580a5;color:#fff;box-shadow:0 4px 10px rgba(0,0,0,.1)}.item-cta-section .cta-title{font-size:2.5rem;margin-bottom:20px}.item-cta-section .cta-button{padding:12px 24px;font-size:1.2rem;background-color:gold;color:#333;border:none;border-radius:5px;cursor:pointer;font-weight:700;text-transform:uppercase;transition:all .3s ease}.item-cta-section .cta-button:hover{background-color:#ffc300}@media (max-width:768px){.item-hero-overlay .item-hero-title{font-size:2.5rem}.item-hero-overlay .item-hero-subtitle{font-size:1rem}.about-item .item-title,.about-partnership .about-title,.dac-role .role-title,.item-cta-section .cta-title{font-size:1.8rem}.item-cta-section .cta-button{font-size:1rem}}.item-hero-section{height:60vh;overflow:hidden;background-color:#f4f4f4}.item-container,.item-hero-section{position:relative;display:flex;justify-content:center;align-items:center}.item-container{width:100%;height:100%}.item-container .image,.item-container img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.item-hero-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:rgba(0,0,0,.6);padding:20px 40px;border-radius:10px;text-align:center;color:#fff;z-index:2}.item-hero-overlay h1{font-size:3rem;margin-bottom:10px;text-transform:uppercase;font-weight:700;text-shadow:2px 2px 5px rgba(0,0,0,.8)}.item-hero-overlay p{font-size:1.2rem;line-height:1.6;color:#eaeaea;margin-bottom:20px}.btn-primary{display:inline-block;padding:12px 24px;font-size:1rem;font-weight:700;text-transform:uppercase;background-color:gold;color:#333;border:none;border-radius:5px;cursor:pointer;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 10px rgba(0,0,0,.2)}.btn-primary:hover{background-color:#ffc300;transform:translateY(-2px);box-shadow:0 6px 15px rgba(0,0,0,.3)}.btn-primary:active{background-color:#e6b800;transform:translateY(0);box-shadow:0 4px 10px rgba(0,0,0,.2)}@media (max-width:768px){.item-hero-overlay h1{font-size:2.5rem}.item-hero-overlay p{font-size:1rem}.btn-primary{font-size:.9rem;padding:10px 20px}}