@import"https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*{box-sizing:border-box;font-size:1rem;scroll-behavior:smooth;line-height:1.5rem}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.opening{background:#02264e;height:100svh}.capitalize{text-transform:capitalize}.upperCase{text-transform:uppercase}@media only screen and (max-height: 550px){.opening{height:550px}}a{text-decoration:none}@keyframes slideTop{0%{transform:translateY(100px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideRight{0%{transform:translate(100px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideLeft{0%{transform:translate(-100px);opacity:0}to{transform:translate(0);opacity:1}}.speLogo{height:88px}.runLogo{height:98px}@keyframes Closing{0%{opacity:1}to{opacity:0}}@keyframes btnAd{0%{opacity:0;transform:translate(50%) scale(0)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes heroUp{0%{opacity:0;transform:scale(.95)}to{opacity:.5;transform:scale(1)}}@keyframes slideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes spinIn{0%{opacity:0;transform:rotate(-90deg) scale(0)}to{opacity:1;transform:rotate(0) scale(1)}}.firstLoader{height:inherit;display:flex;justify-content:center;align-items:center;gap:60px;opacity:1;animation:Closing .5s ease;animation-delay:1s}.firstLoader .left .logos{display:flex;align-items:center}.firstLoader .right{color:#fff;text-transform:capitalize;font-size:30px;text-align:justify;font-weight:700;font-family:inter}.secondLoader{height:inherit}.secondLoader .top{display:flex;justify-content:center;align-items:end;height:25%}.secondLoader .top .logos{display:flex;gap:5px;animation:spinIn 1s ease-in-out}.secondLoader .bottom{height:75%;display:flex;justify-content:center;align-items:center;position:relative}.secondLoader .bottom .container{width:80%;height:100%;display:flex}.secondLoader .bottom .container .left{flex:1;display:flex;justify-content:center;align-items:end}.secondLoader .bottom .container .left .hero{height:70vh;opacity:.5;animation:heroUp 1.5s ease-in-out}.secondLoader .bottom .container .right{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:22px}.secondLoader .bottom .container .right h2{text-transform:capitalize;font-weight:600;color:#ffffff80;font-family:jost;font-size:70px;margin:0;animation:slideIn 1s ease-in-out}.secondLoader .bottom .container .right .btn{background:#fff;padding:10px 25px;display:flex;align-items:center;gap:11px;box-shadow:0 7.2px 53.97px 17.99px #00000080;border-radius:20px;text-decoration:none;color:#02264e;transition:.3s ease}.secondLoader .bottom .container .right .btn div{font-size:15px;font-weight:600;text-transform:uppercase}.secondLoader .bottom .container .right .btn:hover{transform:translate(5px)}@media only screen and (max-width: 1023px){.speLogo{height:42px}.runLogo{height:47px}.firstLoader{flex-direction:column;gap:20px}.firstLoader .right{font-size:18px}.secondLoader .top{height:20%;align-items:center}.secondLoader .bottom{height:62%}.secondLoader .bottom .container{flex-direction:column;justify-content:center}.secondLoader .bottom .container .left{flex:none}.secondLoader .bottom .container .left .hero{height:37vh}.secondLoader .bottom .container .right{flex:none}.secondLoader .bottom .container .right h2{position:absolute;top:0;left:0;text-align:center;width:100%;font-size:41px}.secondLoader .bottom .container .right .btn div{font-size:16px}}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus{-webkit-text-fill-color:black!important;-webkit-box-shadow:0 0 0px 1000px #fff inset;font-family:Montserrat}.main{animation:fadeIn 1s ease-in-out}.flexcolCenter{display:flex;flex-direction:column;align-items:center;justify-content:center}.inputContainerLogin{margin-bottom:15px}.flex{display:flex}.flex-1{flex:1}.between{justify-content:space-between}.gap-10{gap:10px}.main{height:100svh;color:#fff;display:flex}.main .heroContainer,.main .detail{flex:1;height:inherit}.main .detail{background:#02264e;display:flex;justify-content:center;align-items:center}.main .detail .detailSubContainer{border:1px solid rgba(255,255,255,.3);width:60%;min-width:280px;padding:15px;max-width:500px;border-radius:35px;box-shadow:0 8px 15px #0000001a;background:#ffffff26}.main .detail .detailSubContainer h2{color:#f5f5f5;text-align:center;font-size:30px;margin:10px 0 0}.main .detail .detailSubContainer p{text-align:center;margin-bottom:35px;font-size:14px}.main .detail .detailSubContainer .submit{width:100%;box-sizing:border-box;padding:12px;border-radius:7px;border:none;margin-top:10px;background:#02264e;color:#fff;font-weight:500;font-size:17px;cursor:pointer;transition:.4s ease-in-out}.main .detail .detailSubContainer .submit:hover{background:#036;cursor:pointer;transform:scale(1.02)}.main .detail .others{display:flex;justify-content:space-between;align-items:center;margin-bottom:0}.main .detail .others .rememeberContainer{display:flex;align-items:center;gap:5px}.main .detail .others .rememeberContainer label{font-size:14px}.main .detail .others .rememeberContainer .rememberInput{height:20px;cursor:pointer}.main .detail .others .rememeberContainer .rememberInput:hover{cursor:pointer}.main .detail .others .rememeberContainer label{margin:0}.main .detail .others a{font-size:14px;color:#007bff;text-decoration:none;transition:.3s ease-in-out}.main .detail .others a:hover{color:#0056b3;text-decoration:underline}.border{border:1px solid red}.w-full{width:100%}.userInput{display:block;box-sizing:border-box;padding:15px;border-radius:7px;height:40px;border:1px solid rgba(255,255,255,.4);width:100%;background:transparent;color:#fff;transition:all .3s ease-in-out;position:relative}.userInput:focus{border:2px solid #007bff;box-shadow:0 0 5px #007bff80;outline:none}label{display:block;margin-bottom:12px;color:#e0e0e0;font-size:18px;font-weight:500}.noAccount{text-align:center;font-size:14px}.noAccount a{font-size:14px;color:#007bff;text-decoration:none;transition:.3s ease-in-out}.noAccount a:hover{color:#0056b3;text-decoration:underline}.heroContainer{overflow:hidden}.heroContainer img{height:100%;width:100%;max-width:100%;object-fit:cover;object-position:top;transition:transform .3s ease}.heroContainer img:hover{transform:scale(1.05)}@media (max-width: 1025px){.main{flex-direction:column}.main .heroContainer,.main .detail{flex:none}.main .heroContainer{height:30%;display:none}.main .heroContainer img{height:100%}.main .detail{height:100%}.main .detail .detailSubContainer{width:90%;padding:20px}}@media (max-width: 768px){.main{flex-direction:column}.main .heroContainer,.main .detail{flex:none}.main .heroContainer{height:30%;display:none}.main .heroContainer img{height:100%}.main .detail{height:100%}.main .detail .detailSubContainer{width:90%;padding:20px}}@media only screen and (max-height: 550px) and (max-width: 520px){.main{height:auto}}iframe{box-sizing:border-box;width:50%;height:20rem}@media screen and (max-width: 480px){iframe{width:100%}}.mt-60px{margin-top:60px}.article-custom h2{padding:2rem 0 1rem;font-size:2rem}.article-custom p,.article-custom ol,.gallery-wrapper{padding:0 1rem 1rem}.content{padding:.5rem}.content-wrapper{padding:1rem;box-shadow:0 .125rem .625rem #00000080;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.figure-cap img{display:block;width:100%;border-radius:1rem}.figure-cap figcaption,.figure-cap p{text-align:center}.figure-cap figcaption{font-weight:700}.hero{display:flex;background-color:var(--blue);color:var(--grey);justify-content:space-between;align-items:baseline;padding:2rem 1.5rem}.hero img{display:block;height:10rem}.hero h1{font-size:2.5rem}.header{height:80vh;width:100%;background:linear-gradient(#04091eb3,#04001eb3),url(/assets/well9-EjKf5VqF.webp);background-position:center;background-size:cover;background-repeat:no-repeat;justify-content:center;align-items:center;color:#fff;margin-top:75px}.header-content{color:#fff;width:70%;padding:17% 8%;display:flex;flex-direction:column;gap:20px}.header-content h2{font-size:2.5rem;font-weight:700;opacity:0;animation:slideBottom 1s ease forwards;animation-delay:.7s;color:#fff}@keyframes slideBottom{0%{transform:translateY(-100px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 1024px){.header{max-height:60vh}.header-content{width:100%;padding:19% 8%}.header-content h2{font-size:2rem}}@media (max-width: 768px){.header{max-height:50vh}.header-content{width:100%;padding:19% 8%;gap:0}.header-content h2{font-size:2rem}}@media (max-width: 430px){.header{max-height:35vh}.header-content{width:100%;padding:25% 8%}.header-content h2{font-size:1rem}}.see-more{color:var(--blue);text-align:center;z-index:2}.see-more h3{display:inline-block}.see-more-btn{display:inline-block;vertical-align:middle}footer{background-color:#000;color:#fff;text-align:center;padding:2rem 0}.footer-links,.socials{display:flex;list-style:none;justify-content:center;padding:1rem 0;align-items:center}.footer-links li a:link,.footer-links li a:visited{display:flex;color:#fff;padding:0 1rem;align-items:center}.socials{gap:1rem}.socials li a:link,.socials li a:visited{display:inline-block}.line{width:.125rem;height:3rem;background-color:#fff}.contact-form{padding:0 1rem 1rem}.contact-form label{display:block;margin:10px 0 5px;color:#000}.contact-form input,.contact-form textarea{width:100%;padding:10px;margin-bottom:10px;border:1px solid #ccc;border-radius:4px;transition:all .3s ease-in-out}.contact-form input:focus,.contact-form textarea:focus{border:2px solid #007bff;box-shadow:0 0 5px #007bff80;outline:none}.contact-form button{background-color:var(--blue);color:#fff;padding:10px 15px;border:none;border-radius:4px}nav{top:0;left:0;width:100%;position:fixed;padding:10px;display:flex;justify-content:space-between;align-items:center;text-align:center;z-index:100;background-color:#fff;border-bottom:1px solid #444;font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif}nav .logo{font-size:30px;font-weight:600;color:#02264e}nav ul li{display:inline-block;padding:11px 10px}nav ul li a{color:#02264e;font-size:15px;font-weight:700;text-transform:uppercase}nav ul li a:hover{color:#02264e;cursor:pointer}nav ul li a:after{content:"";width:0;height:2px;background-color:#02264e;transition:.5s;display:block}nav ul li a:hover:after{width:100%}.nav-right-section .button-1{padding:12px 18px;border-radius:30px;border:2px solid #02264e;background:transparent;color:#02264e;font-weight:550;font-size:15px;cursor:pointer}.nav-right-section .button-2{padding:13px 24px;border-radius:30px;border:none;margin-left:10px;background:#02264e;font-size:15px;font-weight:550;color:#fff;cursor:pointer}.nav-right-section-b{display:flex;align-items:center}.nav-right-section-b .button-1{padding:12px 18px;border-radius:30px;border:2px solid #02264e;background:transparent;color:#02264e;font-weight:550;font-size:15px;cursor:pointer}.nav-right-section-b .button-2{padding:13px 24px;border-radius:30px;border:none;margin-left:10px;background:#02264e;font-size:15px;font-weight:550;color:#fff;cursor:pointer}#check-btn{font-size:2.5rem;color:#02264e;text-align:right;flex:1;cursor:pointer;display:none;margin-bottom:0}.menuBtn{font-size:2.5rem}#check{display:none}.nav-right-section{display:none;padding:0 10px}#desktop-nav-actions{display:flex;gap:10px;align-items:center}.user-info{display:flex;align-items:center;gap:10px}.user-avatar{width:35px;height:35px;border-radius:50%;object-fit:cover}.user-name{font-weight:600;font-size:14px}.nav-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center}.nav-avatar img.avatar{width:100%;height:100%;object-fit:cover;border-radius:50%}@media (max-width: 1024px){#check-btn{display:block;color:#02264e}nav ul{position:fixed;width:50%;height:50vh;background:transparent;opacity:2;top:50px;left:100%;text-align:left;align-items:left;display:flex;flex-direction:column;transition:.5s;margin-top:10px;border-bottom:1px solid #02264e}nav ul li{display:block;margin-bottom:10px}nav ul li a{color:#02264e;font-size:20px}#check:checked~ul{left:0;width:100%;height:auto;padding:20px 0;color:#02264e;background-color:#fff;box-shadow:0 .5rem 1rem #6561611a}.nav-right-section{display:none}}@media (max-width: 534px){.nav-right-section{display:flex;align-items:center}.nav-right-section-b{display:none}nav ul{height:60vh}}@media (max-width: 430px){nav ul{height:36vh}}@media (max-width: 414px){nav ul{height:38vh}}@media (max-width: 375px){nav ul{height:51vh}}.intro-container{margin:3% 5%}.intro-container h1{display:flex;align-items:center;text-align:center;justify-content:center;color:#02264e}.intro-container span{height:6px;width:70px;margin-left:20px;background-color:#02264e}.intro{display:flex;align-items:center;margin-top:2%;justify-content:space-between}.intro .intro-left-side{width:50%}.intro .intro-left-side img{max-width:100%;height:auto;animation:slideRight 1s ease forwards;animation-delay:.7s;opacity:0}.intro .intro-right-side{width:50%;text-align:left;margin-left:50px}.intro .intro-right-side p{max-width:2000px;line-height:1.5;animation:slideLeft 1s ease forwards;animation-delay:.7s;opacity:0;font-size:18px}@media (max-width: 1024px){.intro{flex-direction:column;justify-content:center;align-items:center}.intro .intro-left-side{align-items:center;text-align:center;justify-content:center;margin-bottom:30px}.intro .intro-right-side{margin:0 3%;width:100%}}@media (max-width: 425px){.intro{align-items:center;justify-content:center}.intro .intro-left-side img{max-width:70%}.intro-right-side{width:100%}.intro-right-side p{font-size:14px}}.event-container{margin-top:8%;align-items:center;text-align:center;justify-content:center}.event-container h1{color:#02264e;display:flex;align-items:center;justify-content:center;text-align:center}.event-container h1 p{width:60px;height:5px;margin-left:6px;background-color:#02264e}.events{display:flex;justify-content:space-between;margin:1% 5%;font-family:Lato,sans-serif;align-items:center}.event-left-side img{max-width:100%;height:auto;border-radius:5px;margin:5px;animation:slideLeft 1s ease forwards;animation-delay:.7s;opacity:0}.event-left-side .event-img1{width:200px;height:200px}.event-left-side .event-img2{width:170px;height:170px}.event-right-side{margin-top:8%;text-align:left}.event-right-side p{max-width:600px;padding-bottom:40px;line-height:1.5;font-size:19px;animation:slideRight 1s ease forwards;animation-delay:.7s;opacity:0}.event-right-side button{background-color:#02264e;padding:12px 28px;border-radius:6px;border:none;color:#f2f2f2;letter-spacing:1px;text-decoration:none;font-size:16px;font-weight:600;display:inline-block;cursor:pointer;animation:slideTop 1s ease forwards;animation-delay:.7s;opacity:0}@media (max-width: 1024px){.events{flex-wrap:wrap;flex-direction:column;justify-content:center;align-items:center}.event-left-side .event-img1{width:178.5px;height:178.5px}.event-left-side .event-img2{width:133.88px;height:133.88px}.event-right-side{text-align:left}.event-right-side p{font-size:20px;max-width:100%}}@media (max-width: 360px){.event-left-side .event-img1{width:160.5px;height:160.5px}.event-left-side .event-img2{width:133.88px;height:133.88px}}@media (max-width: 344px){.event-left-side .event-img1{width:150.5px;height:150.5px}.event-left-side .event-img2{width:133.88px;height:133.88px}}.team-container{margin:4% auto 0;padding:1rem 2rem;align-items:center;text-align:center;justify-content:center}.team-container h1{color:#02264e;display:flex;align-items:center;text-align:center;justify-content:center}.team-container h1 p{height:4px;width:70px;margin-left:10px;background-color:#02264e}.team{display:grid;padding:20px 0;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:30px auto;animation:slideBottom 1s ease forwards;animation-delay:.7s;opacity:0}.card{background:#fff;padding:10px;box-shadow:0 5px 10px #a6a6a6;border-radius:10px;text-align:center}.card img{width:100%;height:250px}.card h3{color:#000}.card p{color:#444;line-height:1.4}.team-container button{background-color:#02264e;padding:12px 28px;border-radius:6px;border:none;color:#f2f2f2;letter-spacing:1px;text-decoration:none;font-size:16px;font-weight:600;display:inline-block;cursor:pointer;animation:slideBottom 1s ease forwards;animation-delay:.7s;opacity:0}.contact-container{margin:3% 5%}.contact-container h1{display:flex;align-items:center;text-align:center;justify-content:center;color:#02264e}.contact-container span{height:6px;width:70px;margin-left:20px;background-color:#02264e}.contact{display:flex;align-items:center;margin-top:2%;justify-content:space-between}.contact .contact-left-side{width:50%}.contact .contact-left-side img{max-width:100%;height:auto}.contact .contact-right-side{text-align:left;margin-left:50px;width:50%}.contact .contact-right-side p{padding-bottom:20px;line-height:1.5;font-size:18px}.contact .contact-right-side button{background-color:#02264e;padding:12px 28px;border-radius:6px;border:none;color:#f2f2f2;letter-spacing:1px;text-decoration:none;font-size:16px;font-weight:600;display:inline-block;cursor:pointer}@media (max-width: 1024px){.contact{flex-direction:column;justify-content:center;align-items:center}.contact .contact-left-side{align-items:center;text-align:center;justify-content:center}.contact .contact-right-side{margin:0 3%;text-align:center;width:100%}}@media (max-width: 425px){.contact{align-items:center;justify-content:center}.contact .contact-left-side img{max-width:70%}.contact-right-side{width:100%}.contact-right-side p{font-size:14px}}.about-container{margin-top:8%;align-items:center;text-align:center;justify-content:center}.about-container h1{color:#02264e;display:flex;align-items:center;justify-content:center;text-align:center}.about-container h1 p{width:60px;height:5px;margin-left:6px;background-color:#02264e}.about{display:flex;justify-content:space-between;margin:1% 5%;font-family:Lato,sans-serif;align-items:center}.about-left-side img{max-width:100%;height:auto;border-radius:5px;margin:5px;animation:slideRight 1s ease forwards;animation-delay:.7s;opacity:0}.about-left-side .about-img1{width:200px;height:200px}.about-left-side .about-img2{width:170px;height:170px}.about-right-side{margin-top:8%;text-align:left}.about-right-side p{max-width:600px;padding-bottom:40px;line-height:1.5;font-size:19px;animation:slideRight 1s ease forwards;animation-delay:.7s;opacity:0}.about-right-side button{background-color:#02264e;padding:12px 28px;border-radius:6px;border:none;color:#f2f2f2;letter-spacing:1px;text-decoration:none;font-size:16px;font-weight:600;display:inline-block;cursor:pointer;animation:slideBottom 1s ease forwards;animation-delay:.7s;opacity:0}@media (max-width: 1024px){.about{flex-wrap:wrap;flex-direction:column;justify-content:center;align-items:center}.about-left-side .about-img1{width:178.5px;height:178.5px}.about-left-side .about-img2{width:133.88px;height:133.88px}.about-right-side{text-align:left}.about-right-side p{font-size:20px;max-width:100%}}@media (max-width: 360px){.about-left-side .about-img1{width:160.5px;height:160.5px}.about-left-side .about-img2{width:133.88px;height:133.88px}}@media (max-width: 344px){.about-left-side .about-img1{width:150.5px;height:150.5px}.about-left-side .about-img2{width:133.88px;height:133.88px}}@media (max-width: 320px){.about-left-side .about-img1{width:120.5px;height:120.5px}.about-left-side .about-img2{width:133.88px;height:133.88px}}:root{--blue: #02264e;--grey: #d9d9d9}body{width:100%}.aboutMuna{margin-top:60px}ol{list-style-position:inside}.gallery-wrapper{columns:2}@media (max-width: 768px){Article p,Article h2{text-align:center}}*{margin:0;padding:0}.event-banner{height:90vh;width:100%;background:linear-gradient(#04091eb3,#04001eb3),url(/assets/panel-shot-HkXNlyCi.jpg);background-position:center;background-size:cover;background-repeat:no-repeat;justify-content:center;align-items:center;color:#fff;margin-top:60px}.banner-content{color:#fff;width:70%;padding:13% 8%;display:flex;flex-direction:column;gap:30px}.banner-content h2{font-size:50px;font-weight:700;opacity:0;animation:slideBottom 1s ease forwards;animation-delay:.7s;color:#fff;letter-spacing:1px;line-height:35px}.banner-content p{font-size:20px;opacity:0;animation:slideRight 1s ease forwards;animation-delay:.7s;color:#fff}.banner-content button{padding:10px 12px;margin-top:20px;background-color:#fff;border:none;border-radius:6px;color:#02264e;font-size:15px;font-weight:550;cursor:pointer;animation:slideRight 1s ease forwards;animation-delay:.7s}.events-container{max-width:1200px;margin:8% auto 0;padding:1rem 2rem;align-items:center;text-align:center;justify-content:center}.events-container h1{display:flex;align-items:center;text-align:center;justify-content:center;color:#02264e}.events-container p{height:4px;width:70px;margin-left:10px;background-color:#02264e}.events-container-events{display:grid;padding:20px 30px;grid-template-columns:repeat(auto-fit,minmax(19rem,1fr));gap:2rem;margin:30px auto;animation:slideBottom 1s ease forwards;animation-delay:.7s;opacity:0}.event-card{text-align:left}.event-card img{width:100%;height:200px}.event-card h3{color:#000;font-size:25px}.event-card h4{color:#444;font-size:15px}.event-card .text{margin-top:20px;margin-bottom:15px}.event-card button{padding:10px;background-color:#02264e;color:#fff;border:none;cursor:pointer;border-radius:6px;letter-spacing:1px}@media (max-width: 1024px){.banner-content h2{font-size:35px}.banner-content h2 .banner-content{gap:20px;width:100%}}@media (max-width: 900px){.banner-content h2{font-size:30px}.banner-content{gap:10px;width:100%}.event-banner{height:380px}}*{margin:0;padding:0;box-sizing:border-box}.team-banner{height:90vh;width:100%;background:linear-gradient(#04091eb3,#04001eb3),url(/assets/conference-DEtBZ-oe.jpg);background-position:center;background-size:cover;background-repeat:no-repeat;justify-content:center;align-items:center;color:#fff;margin-top:60px}.banner-content{padding-top:17%}.banner-content h2{font-size:2.5rem}.team-card{color:#fff;text-align:center}.team-card img{width:100%;height:45vh;border-top-left-radius:30px;border-bottom-right-radius:30px;border:2px solid #fff}.team-card h3{font-weight:600;text-transform:uppercase;font-size:17px;margin-top:10px}.team-card h4{font-weight:200;font-size:15px;text-transform:uppercase;margin-bottom:10px;margin-top:5px}.team-card p{margin-top:6px;font-size:13px;font-weight:100}@media (max-width: 1024px){.team-banner{height:40vh}.banner-content{padding-top:19%}.banner-content h2{font-size:2rem}}@media (max-width: 768px){.team-banner{height:45vh}.banner-content{padding-top:24%}.banner-content h2{font-size:1.6rem}}@media (max-width: 430px){.team-banner{height:35vh}.banner-content{padding-top:32%}.banner-content h2{font-size:1rem}}@media (max-width: 414px){.team-banner{height:35vh}}.not_Found_Main{height:100svh;background:#02264e;display:flex;justify-content:center;align-items:center;color:#fff}.not_found_submain img{height:200px}.not_found_submain{display:flex;gap:30px;align-items:center}.not_found_submain div{font-size:30px;font-weight:600px;text-transform:capitalize;font-family:sans-serif;margin-bottom:30px}.not_found_submain div a{padding:10px;text-decoration:none;color:#02264e;background:#fff;border-radius:10px}@media (max-width: 500px){.not_found_submain{flex-direction:column}}.profile-container{display:flex;justify-content:center;align-items:center;padding:2rem;min-height:80vh;background:#f7f9fb}.profile-card{max-width:400px;width:100%;padding:2rem;border-radius:12px;box-shadow:0 6px 20px #0000001a;background:#fff;text-align:center}.profile-avatar{width:100px;height:100px;border-radius:50%;margin-bottom:1rem;border:2px solid #ddd}h2{font-size:1.5rem;margin-bottom:.5rem}p{font-size:1rem;color:#555;margin:.25rem 0}@media (max-width: 500px){.profile-card{padding:1.5rem}.profile-avatar{width:80px;height:80px}h2{font-size:1.25rem}}
