.app-header{width:100%;height:70px;background-color:#f5f9ff;border-bottom:1px solid #d9d9d9;display:flex;align-items:center;position:fixed;top:0;left:0;z-index:8;transition-duration:.5s}@media only screen and (max-width:790px){.app-header{height:50px}}.app-header .con{display:flex;align-items:center;justify-content:space-between}.app-header .con .logo img{height:50px;width:auto}.app-header .con nav ul{display:flex;align-items:center;gap:2rem}.app-header .con nav ul li{font-size:1em;font-weight:500;position:relative;cursor:pointer}.app-header .con nav ul li:after{content:"";display:block;position:absolute;top:100%;left:50%;height:2px;background-color:#040118;border-radius:5px;transform:translateX(-50%);width:0;transition-duration:.5s}.app-header .con nav ul li:hover:after{width:10px;transition-duration:.5s}@media screen and (max-width:1180px){.app-header .logo img{height:50px}.app-header .actions,.app-header nav{display:none}}@media only screen and (max-width:790px){.app-header .logo img{height:40px;max-height:40px}}@media screen and (max-width:1180px){.submenu{display:none}}.header-submenu{position:fixed;z-index:8;top:80px;left:50%;transform:translateX(-50%);min-width:1200px;width:83vw;max-width:83vw;padding:60px;background-color:#fff;border-radius:20px}@media screen and (min-width:1920px){.header-submenu{width:1850px}}@media screen and (max-width:1180px){.header-submenu{width:90vw;min-width:90vw;max-width:90vw}}@media only screen and (max-width:790px){.header-submenu{width:90%}}.header-submenu-bg{position:fixed;z-index:7;top:0;left:0;height:100vh;width:100vw;background-color:rgba(4,1,24,.3)}.activities-menu{display:flex;gap:2rem;cursor:pointer}.activities-menu .left{width:300px;display:flex;flex-direction:column;justify-content:space-between}.activities-menu .left nav{margin-bottom:2rem}.activities-menu .left nav ul{display:flex;flex-direction:column;gap:.3rem}.activities-menu .left nav ul li{width:fit-content;font-size:1.5em;font-weight:500;position:relative;cursor:pointer}.activities-menu .left nav ul:hover li{opacity:.5;transition-duration:.5s}.activities-menu .left nav ul:hover>:hover{opacity:1;transform:translateX(10px);transition-duration:.5s}.activities-menu .right{flex-grow:1;display:flex;gap:1rem}.activities-menu .right .header-highlight{width:230px}.activities-menu .right .header-highlight img{width:100%;height:130px;border-radius:20px;margin-bottom:.3rem;filter:saturate(0);transition-duration:.3s}.activities-menu .right .header-highlight .info .flex{display:flex;align-items:center;justify-content:space-between}.activities-menu .right .header-highlight .info .date{font-size:.65em;color:#666}.activities-menu .right .header-highlight .info h4{font-size:.9em}.activities-menu .right .header-highlight .info .custom-button{opacity:0;transition-duration:.3s}.activities-menu .right .header-highlight:hover img{filter:saturate(1);transition-duration:.3s}.activities-menu .right .header-highlight:hover .info .custom-button{opacity:1;transition-duration:.3s}.departments-menu{display:flex;gap:2rem;cursor:pointer}.departments-menu .left{width:100%;display:flex;flex-direction:column;justify-content:space-between}.departments-menu .left nav ul{display:flex;flex-direction:column;gap:.3rem}.departments-menu .left nav ul li{width:fit-content;font-size:1.5em;font-weight:500;position:relative;cursor:pointer;list-style-type:disc}.departments-menu .left nav ul:hover li{opacity:.5;transition-duration:.5s}.departments-menu .left nav ul:hover>:hover{opacity:1;transform:translateX(10px);transition-duration:.5s}.app-sidebar{width:0;height:0;position:absolute;top:0;right:0;z-index:10;display:none}@media screen and (max-width:1180px){.app-sidebar{display:block}}.app-sidebar>button{position:fixed;z-index:10;right:5vw;width:50px;height:50px;max-height:50px;background-color:transparent}.app-sidebar>button>span{width:50%;height:2px;background-color:#161616;position:absolute}@media only screen and (max-width:359px){.app-sidebar>button{width:40px;background-color:transparent}.app-sidebar>button>span{height:2px}}.app-sidebar>.sidebar{width:100vw;height:100vh;background-color:rgba(4,1,24,.3);top:0;left:0;position:fixed}.app-sidebar>.menu{height:100%;background-color:#040118;position:fixed;right:0;top:0;overflow-x:hidden;padding:3rem 2rem}@media only screen and (max-width:359px){.app-sidebar>.menu{padding:1rem 2rem}}.app-sidebar>.menu .menu-sub{min-width:700px;max-width:700px;height:100%;display:flex;flex-direction:column}@media only screen and (max-width:790px){.app-sidebar>.menu .menu-sub{min-width:100%;max-width:100%;max-height:100%}}.app-sidebar>.menu .menu-sub button.back{display:flex;align-items:center;gap:.5rem;opacity:.75}.app-sidebar>.menu .menu-sub button.back img{width:14px}.app-sidebar>.menu .menu-sub button.back span{font-size:.875em;color:#fff;font-weight:600}.app-sidebar>.menu .menu-sub nav{flex-grow:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.app-sidebar>.menu .menu-sub nav .custom-button{margin-top:1.5rem}@media only screen and (max-width:359px){.app-sidebar>.menu .menu-sub nav{padding:2rem 0}.app-sidebar>.menu .menu-sub nav .custom-button{margin-top:1rem}}.app-sidebar>.menu .menu-sub nav ul{display:flex;flex-direction:column;gap:1rem;width:fit-content}.app-sidebar>.menu .menu-sub nav ul:hover .link{opacity:.5}.app-sidebar>.menu .menu-sub nav ul:hover li>:hover{opacity:1;transition-duration:.3s}.app-sidebar>.menu .menu-sub nav ul li{width:fit-content;transition-duration:.3s}.app-sidebar>.menu .menu-sub nav ul li .link{color:#fff;text-transform:capitalize;font-size:4em;font-weight:600;text-transform:uppercase;display:block;line-height:110%;transition-duration:.3s;cursor:pointer}@media only screen and (max-width:790px){.app-sidebar>.menu .menu-sub nav ul li .link{font-size:2.5em}}@media only screen and (max-width:359px){.app-sidebar>.menu .menu-sub nav ul li .link{font-size:2em}}.app-sidebar>.menu .menu-sub .socials h3{color:#d9d9d9;text-transform:uppercase;font-weight:500;font-size:.9em;margin-bottom:1rem}@media only screen and (max-width:790px){.app-sidebar>.menu .menu-sub .socials h3{margin-bottom:.5rem}}.app-sidebar>.menu .menu-sub .socials ul{display:flex;align-items:center;gap:2rem;width:fit-content}@media only screen and (max-width:790px){.app-sidebar>.menu .menu-sub .socials ul{gap:1rem}}.app-sidebar>.menu .menu-sub .socials ul:hover li{opacity:.5}.app-sidebar>.menu .menu-sub .socials ul:hover>:hover{opacity:1;transition-duration:.3s}.app-sidebar>.menu .menu-sub .socials ul li{height:1.5rem;transition-duration:.3s}.app-sidebar>.menu .menu-sub .socials ul li a{color:#fff;text-transform:capitalize;font-size:1.1em;display:block;height:1.5rem;transition-duration:.3s}section.info-section h3{font-size:2.5em;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #d9d9d9}@media only screen and (max-width:790px){section.info-section h3{font-size:1.75em}}.member-card .img{position:relative}.member-card .img>img{width:100%;height:500px;border-radius:20px;object-fit:cover;object-position:center}@media only screen and (max-width:790px){.member-card .img>img{height:300px}}.member-card .img .position{position:absolute;right:1rem;bottom:1rem;height:25px;padding:0 1rem;background-color:#fff;font-size:.75em;font-weight:500;color:#040118;border-radius:25px;display:flex;align-items:center;justify-content:center}.member-card .info{color:#040118;margin-top:.5rem}.member-card .info .meta{margin-bottom:.5rem}.member-card .info .meta h5{font-size:1.25em;font-weight:600}.member-card .info .meta p{font-size:.875em;font-weight:400;color:#666}.member-card .info>p{font-size:1em;font-weight:400;margin-top:.5rem}.section-tag{display:flex;align-items:center;gap:1rem;margin-bottom:.756rem;text-transform:uppercase;font-size:1em;color:#4d4d4d}.section-tag img{width:18px}.section-tag.light{color:#d9d9d9}@media only screen and (max-width:790px){.section-tag{gap:.5rem;font-size:.875em}}.founders-section{background-color:#040118;border-radius:20px 20px 0 0;position:relative}.founders-section .bg{width:100%;height:100%;position:absolute;left:0;top:0;background-color:transparent;overflow:hidden}.founders-section .bg img{width:800px;position:absolute;-webkit-animation:vibrate-1 30s linear infinite both;animation:vibrate-1 30s linear infinite both}.founders-section .bg img:first-child{left:-200px;top:100px;opacity:.4}.founders-section .bg img:last-child{opacity:.4;width:1200px;right:-300px;bottom:-400px}.founders-section .content{width:100%;padding:112px 0;position:relative;z-index:3}.founders-section .content .con .left .title-content{position:sticky;top:15vh}.founders-section .content .con .left .title-content h2{color:#fff}.founders-section .content .con .right .founders .founder-card>img{width:100%;height:600px;border-radius:20px;object-fit:cover;object-position:center}.founders-section .content .con .right .founders .founder-card:last-child img{border-bottom-right-radius:100px}.founders-section .content .con .right .founders .founder-card .info{color:#fff;margin-top:.5rem}.founders-section .content .con .right .founders .founder-card .info h5{font-size:1.25em;font-weight:600}.founders-section .content .con .right .founders .founder-card .info h6{font-size:.825em;font-weight:400;color:#d9d9d9}.founders-section .content .con .right .founders .founder-card .info p{font-size:1em;font-weight:400;margin-top:1rem}.founders-section .content .con .right .extra-info{color:#fff;margin-top:3rem}.founders-section .content .con .right .extra-info h3{font-size:1.5em;font-weight:600;border-bottom:1px solid rgba(230,242,230,.2);padding-bottom:.5rem;margin-bottom:1rem}@media only screen and (max-width:790px){.founders-section .content{padding:60px 0}.founders-section .content .con .left .title-content{position:static;top:0}.founders-section .content .con .right .founders{grid-template-columns:repeat(1,1fr);gap:2rem}.founders-section .content .con .right .founders .founder-card>img{height:300px;border-radius:10px}.founders-section .content .con .right .extra-info{color:#fff;margin-top:3rem}.founders-section .content .con .right .extra-info h3{font-size:1.5em;font-weight:600;border-bottom:1px solid rgba(230,242,230,.2);padding-bottom:.5rem;margin-bottom:1rem}}.partners-section{background-color:#040118;border-radius:20px 20px 0 0;position:relative}.partners-section .bg{width:100%;height:100%;position:absolute;left:0;top:0;background-color:transparent;overflow:hidden}.partners-section .bg img{width:800px;position:absolute;opacity:.5;-webkit-animation:vibrate-1 30s linear infinite both;animation:vibrate-1 30s linear infinite both}.partners-section .bg img:first-child{right:-100px;top:-100px}.partners-section .bg img:last-child{width:1200px;left:-200px;bottom:-400px}.partners-section .content{width:100%;padding:224px 0;position:relative;z-index:2}.partners-section .content .con .section-title{width:700px;color:#fff}.partners-section .content .con p{color:#d9d9d9;width:400px;margin-top:1rem;line-height:auto}.partners-section .content .partner-card{padding:1rem;min-width:300px;width:300px;height:150px;background-color:#fff;display:flex;align-items:center;justify-content:center;border-radius:10px}.partners-section .content .partner-card img{min-height:30px;max-height:120px;width:auto;max-width:90%}@media only screen and (max-width:790px){.partners-section .content{padding:60px 0 120px}.partners-section .content .con .section-title,.partners-section .content .con p{width:100%}.partners-section .content .partner-card{padding:1rem;min-width:100px;width:100px;height:50px;border-radius:10px}.partners-section .content .partner-card img{min-height:15px;max-height:15px;width:auto;max-width:90%;filter:saturate(0) brightness(0) contrast(0)}}.team-section{background-color:#f5f9ff;position:relative}.team-section:before{content:"";display:block;position:absolute;width:100%;height:20px;top:-20px;left:0;background-color:#f5f9ff;border-radius:20px 20px 0 0}.team-section .bg{width:100%;height:100%;position:absolute;left:0;top:0;background-color:transparent;overflow:hidden}.team-section .bg img{width:800px;position:absolute;-webkit-animation:vibrate-1 30s linear infinite both;animation:vibrate-1 30s linear infinite both}.team-section .bg img:first-child{left:-200px;top:100px;opacity:.4}.team-section .bg img:last-child{opacity:.2;width:1200px;right:-300px;bottom:-400px;-webkit-animation:vibrate-1 20s linear infinite both;animation:vibrate-1 20s linear infinite both}.team-section .content{width:100%;padding:112px 0;position:relative;z-index:3}.team-section .content .con .left .title-content{position:sticky;top:15vh}.team-section .content .con .left .title-content h2{color:#040118}.team-section .content .con .right .team-members{display:grid;grid-template-columns:repeat(2,1fr);column-gap:2rem;row-gap:3rem}@media only screen and (max-width:790px){.team-section .content{padding:60px 0}.team-section .content .con .left .title-content{position:static;top:0}.team-section .content .con .right .team-members{grid-template-columns:repeat(1,1fr);column-gap:2rem;row-gap:3rem}}