.header{position:fixed;top:0;left:0;width:100%;z-index:999;background-color:#000;display:flex;align-items:center;justify-content:space-between;padding:18px 60px;box-shadow:0 10px 25px #00000080}#navlinks{background-color:#131313;padding:25px;border-radius:10px}#navbar{display:flex;justify-content:space-evenly;padding:0 5px}#navbar li{list-style:none;padding:0 5px}#navbar a{text-decoration:none;font-size:1.2rem;color:#fff;padding:15px;border-radius:10px;font-weight:300;font-size:1rem}#navbar a:hover{color:#000;background-color:#fff;transition:.3s}#mobile,#close{display:none}.esummit-toast{position:fixed;top:150px;right:-300px;background-color:#111;color:#fff;padding:10px 20px;border-radius:10px;font-size:1rem;z-index:10000;animation:slideInOut 2s ease-in-out forwards;box-shadow:0 4px 12px #0000004d}@keyframes slideInOut{0%{right:-300px;opacity:0}20%{right:20px;opacity:1}80%{right:20px;opacity:1}to{right:-300px;opacity:0}}@media (max-width:1027px){#navlinks{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;position:fixed;top:0;right:-300px;height:100vh;width:300px;background-color:#000;box-shadow:0 40px 60px #00000005;padding:80px 0 0 10px;transition:.6s;z-index:100}#navbar{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;position:fixed;background-color:#131313;width:280px;border-radius:10px;overflow:hidden}#navbar li{padding:25px}#navbar a:hover{color:#000;background-color:#fff;transition:.3s}#navlinks.mobile-active{right:0}#navlinks a{color:#fff}#mobile{display:flex}#mobile i{color:#fff;font-size:2.2rem}#close{display:initial;position:absolute;top:30px;left:40px}#close i{color:#fff;font-size:2.2rem}}@media (max-width:600px){.logo img{height:60px;width:167px}}@media (max-width:576px){.esummit-toast{width:70%;text-align:center;top:auto;bottom:-100px;right:50%;transform:translate(50%);animation:slideUpOut 2.5s ease-in-out forwards}@keyframes slideUpOut{0%{bottom:-100px;opacity:0}20%{bottom:40px;opacity:1}80%{bottom:40px;opacity:1}to{bottom:-100px;opacity:0}}}@media (max-width:477px){.header{padding:10px 30px}#navlinks{width:210px}.logo img{height:55px;width:140px}}@media (max-width:400px){.header{padding:10px 10px 10px 11px}}.blacksection{position:relative;height:100vh;width:100%;background-color:#000;font-family:Roboto,sans-serif;text-align:center;padding-top:180px;overflow:hidden}.ggreenarrow,.ppurplearrow,.rredarrow,.yyellowarrow{position:absolute;z-index:1}.ggreenarrow{top:13%;left:13vw;width:7vw;max-width:81px;height:auto;transform:translate(-100px,-100px);animation:slideInTopLeft 1s ease-out .3s forwards}.ggreenarrow img{width:160px}@keyframes slideInTopLeft{0%{transform:translate(-100px,-100px);opacity:0}to{transform:translate(0);opacity:1}}.ppurplearrow{top:61%;left:11vw;width:12vw;max-width:192px;height:auto;transform:translate(-500px);animation:slideInBottomLeft 1s ease-out .3s forwards}.ppurplearrow img{width:220px}@keyframes slideInBottomLeft{0%{transform:translate(-100px,100px);opacity:0}to{transform:translate(0);opacity:1}}.rredarrow{top:15%;right:15vw;width:10vw;max-width:140px;height:auto;transform:translate(100px,-100px);animation:slideInTopRight 1s ease-out .3s forwards}.rredarrow img{width:180px}@keyframes slideInTopRight{0%{transform:translate(100px,-100px);opacity:0}to{transform:translate(0);opacity:1}}.yyellowarrow{top:55%;right:20vw;width:9vw;max-width:116px;height:auto;transform:translate(500px);animation:slideInBottomRight 1s ease-out .3s forwards}.yyellowarrow img{width:280px}@keyframes slideInBottomRight{0%{transform:translate(100px,100px);opacity:0}to{transform:translate(0);opacity:1}}.custom-class{display:flex;justify-content:center;align-items:flex-end;margin:42px 0 0;padding:0 30px 0 0;line-height:1;font-weight:200;font-size:clamp(2rem,6vw,3.3rem);font-family:Roboto,sans-serif;color:#fff}.maintitle{color:#0ff;font-family:LEMONMILK;font-size:clamp(3rem,8vw,8rem);letter-spacing:.3rem;background:linear-gradient(280deg,#f0c,#fc0,#0fc,#33f,#f0c,#fc0,#0fc,#33f,#f0c);transform:translateY(-500px);background-size:200% 100%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:flow 6s linear infinite,slideUpFadeIn 1.7s cubic-bezier(.25,1,.5,1) .3s forwards}.maintitle span{font-family:Performa,sans-serif;font-size:inherit;display:inline;font-weight:600}@keyframes slideUpFadeIn{0%{transform:translateY(40vh);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes flow{0%{background-position:0% 50%}to{background-position:100% 50%}}.rotwords{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5rem;transform:translateY(-500px);animation:slideUpFadeIn .6s cubic-bezier(.25,1,.5,1) forwards;animation-duration:1.7s;animation-delay:.3s;animation-timing-function:cubic-bezier(.25,1,.5,1);animation-fill-mode:forwards}.rotwords div{font-size:clamp(1.5rem,5vw,3.2rem);font-weight:700;font-family:Helvetica,sans-serif;font-style:normal;color:#fff}.button-container{position:relative}.rotating-button{margin-top:1.5rem;padding:1rem 3rem;font-size:1.2rem;font-family:Roboto,sans-serif;font-weight:700;color:#fff;border:3px solid white;border-radius:10px;background:transparent;cursor:pointer;overflow:hidden;transform:translateY(-500px);transition:background .4s ease,color .4s ease;animation:slideUpFadeIn .6s cubic-bezier(.25,1,.5,1) forwards;animation-duration:1.7s;animation-delay:.3s;animation-timing-function:cubic-bezier(.25,1,.5,1);animation-fill-mode:forwards}.rotating-button span{display:inline-block;position:relative;transition:transform .3s ease,opacity .3s ease;animation:none}.rotating-button:hover span{animation:scrollUpOnce .3s ease-in-out}@keyframes scrollUpOnce{0%{transform:translateY(0);opacity:1}45%{transform:translateY(-100%);opacity:0}55%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.rotating-button:hover{background:#fff;color:#000}.socials{position:absolute;left:5.5vw;bottom:6vh;display:flex;flex-direction:column;gap:12px;z-index:10;transform:translate(-500px);animation:slideInLeft;animation-duration:1.2s;animation-delay:1s;animation-timing-function:ease-out;animation-fill-mode:forwards}.socials i{color:#bebebe;font-size:2.5rem;transition:.3s ease}.socials i:hover{color:#fff;transform:scale(1.1)}@keyframes slideInLeft{0%{transform:translate(-100px);opacity:0}to{transform:translate(0);opacity:1}}.scroll{color:var(--Neutrals-Black-600, #F3F3F3);font-family:Roboto;font-size:1.1rem;font-style:normal;font-weight:500;line-height:125%;letter-spacing:4.5px;transition:.3s ease;position:absolute;right:9.5vw;bottom:8vh;display:flex;flex-direction:row;align-items:center;gap:6px;z-index:10;transform:rotate(90deg);transform-origin:right bottom;transform:translate(500px);animation:bounceScroll 2.8s ease-in-out infinite;transform:translate(100px) rotate(90deg);opacity:0;animation:slideInRight 1.2s ease-out 1s forwards,bounceScroll 2.8s ease-in-out infinite 3.2s}.scroll i{font-size:1.6rem;color:var(--Neutrals-Black-600, #F3F3F3)}@keyframes bounceScroll{0%,20%{transform:rotate(90deg) translate(0)}25%{transform:rotate(90deg) translate(40px)}75%{transform:rotate(90deg) translate(40px)}to{transform:rotate(90deg) translate(0)}}@keyframes slideInRight{0%{transform:translate(100px) rotate(90deg);opacity:0}to{transform:translate(0) rotate(90deg);opacity:1}}.lottieanim{opacity:0;transform:translateY(40vh);animation:slideUpFadeInLottie 1.2s ease-out 1s forwards;position:absolute;top:50%;left:0;width:100%;height:80%;z-index:0;pointer-events:none;overflow:hidden}@keyframes slideUpFadeInLottie{0%{transform:translateY(40vh);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 992px){.blacksection{padding-top:150px;padding-bottom:5%;min-height:100vh}.custom-class{font-size:2.4rem;padding-right:0}.maintitle{font-size:5rem;letter-spacing:.15rem}.rotwords{gap:.3rem}.rotwords div{font-size:2.2rem}.rotating-button{padding:.8rem 2rem;font-size:1rem}.socials{bottom:3vh;left:3vw}.socials i{font-size:2.2rem}.ggreenarrow{left:8vw}.ppurplearrow{left:3vw}}@media (max-width: 600px){.blacksection{padding-top:150px;padding-bottom:5%;min-height:100vh}.maintitle{font-size:4rem;line-height:1.1;letter-spacing:.1rem}.rotwords{margin-top:10px;flex-direction:column}.rotwords div{font-size:2rem}.custom-class{font-size:2rem;margin-top:95px}.rotating-button{width:30%;font-size:1rem;padding:.7rem 1rem}.socials{flex-direction:row;justify-content:center;width:90%;position:relative;margin-top:4rem;z-index:20;pointer-events:auto;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.socials i{font-size:2rem;margin:0 10px}.ggreenarrow{width:15vw;left:6vw;top:14%}.ppurplearrow{width:15vw;left:-2vh;top:47%}.ppurplearrow img{width:190px}.rredarrow{width:15vw;right:16vh;top:13%}.yyellowarrow{width:15vw;right:10vh;top:52%}.yyellowarrow img{width:200px}.scroll{display:none}.socials{opacity:0;animation:slideInLeft 1.2s ease-out 1s forwards}@keyframes slideInLeft{0%{transform:translateY(40vh);opacity:0}to{transform:translateY(0);opacity:1}}}@media (max-width: 400px){.maintitle{font-size:3.5rem}.rotwords{margin-top:10px}}.shiny-text-wrapper{display:flex;justify-content:center;align-items:flex-end;margin:42px 0 0;padding:0 30px 0 0;line-height:1;font-weight:200;font-size:clamp(2rem,6vw,3.3rem);font-family:Roboto,sans-serif;color:#fff;opacity:0;transform:translateY(-100px);animation:slideDownWeAre;animation-duration:.3s;animation-delay:.3s;animation-timing-function:cubic-bezier(.25,1,.5,1);animation-fill-mode:forwards}@keyframes slideDownWeAre{0%{transform:translateY(-60px);opacity:0}to{transform:translateY(0);opacity:1}}.shiny-text{color:#b5b5b5a4;background:linear-gradient(120deg,#fff0 40%,#fffc,#fff0 60%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;display:inline-block;animation:shine 5s linear infinite}@keyframes shine{0%{background-position:100%}to{background-position:-100%}}.shiny-text.disabled{animation:none}.text-rotate{display:flex;flex-wrap:wrap;white-space:pre-wrap;position:relative}.text-rotate-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-rotate-word{display:inline-flex}.text-rotate-lines{display:flex;flex-direction:column;width:100%}.text-rotate-element{display:inline-block}.text-rotate-space{white-space:pre}.rotating-text-wrapper{padding:.125rem .5rem;color:#000;overflow:hidden;display:flex;justify-content:center;border-radius:.5rem}@media (min-width: 640px){.rotating-text-wrapper{padding:.25rem .5rem}}@media (min-width: 768px){.rotating-text-wrapper{padding:.5rem .75rem}}.rotating-text-split{overflow:hidden;padding-bottom:.125rem}@media (min-width: 640px){.rotating-text-split{padding-bottom:.25rem}}@media (min-width: 768px){.rotating-text-split{padding-bottom:.25rem}}body{font-family:Roboto,sans-serif}.whiteabout{background-color:#fff;padding:2rem 1rem;overflow:hidden}.exclamation{margin-top:3rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:3.5rem}.aboutcontatiner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;column-gap:70px;max-width:1400px;margin:0 auto}.about-section{flex:1;min-width:300px;max-width:700px;padding:1rem;text-align:left}.about-section h2{font-family:Helvetica,sans-serif;font-size:3rem;font-weight:700;font-style:normal}.about-section p{color:var(--Neutrals-Black-300, #666);margin-top:1rem;font-size:1.2rem;font-weight:400;line-height:150%}.aboutimage{position:relative;width:100%;max-width:500px;aspect-ratio:5 / 4;display:flex;align-items:center;justify-content:center}.image-bg{position:absolute;top:0;left:0;width:100vw;height:100%;border-radius:16px;background:var(--Accent-Color-Yellow-500, #FFDFB3);z-index:1}.aboutimage img{position:absolute;top:40px;left:-80px;width:483px;height:335px;border-radius:12px;z-index:2;object-fit:cover;box-shadow:0 10px 20px #0000001a}.about-button{width:33%;padding-left:1rem;display:flex;align-items:stretch;height:100%}.about-button button{margin-top:0;width:100%;height:100%;font-family:Roboto;padding:1rem 2rem;border-radius:8px;background:linear-gradient(87deg,#000,#424242 73.3%);color:#fff;font-size:1.5rem;font-weight:500;font-style:normal;line-height:125%;border:none;cursor:pointer}.about-button button span{display:inline-block;position:relative;transition:transform .6s ease,opacity .6s ease;animation:none}.about-button button:hover span{animation:rollUpOnce .6s ease-in-out}@keyframes rollUpOnce{0%{transform:translateY(0);opacity:1}45%{transform:translateY(-100%);opacity:0}55%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.banner{position:relative;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;background-color:#1d1f20;border-radius:20px;padding:2rem;color:#fff;width:100%;max-width:1120px;margin:4rem auto 0;box-shadow:0 0 12px #0000004d;overflow:hidden;margin-bottom:40px}.banner:before{content:"";position:absolute;top:-7%;left:-22%;width:630px;height:400px;background-color:#3c3c3c;border:6px solid #6d6d6d;border-radius:50%;z-index:0}.left-section{position:relative;display:flex;flex-direction:row;gap:10px;align-items:center;text-align:left;z-index:1}.left-section img{width:250px;height:100px}.stats{display:flex;flex-wrap:wrap;gap:5rem;text-align:left;z-index:1;flex:2;min-width:300px;justify-content:flex-end;margin-right:60px}.stat-box h2{font-family:Helvetica;font-style:normal;font-weight:700;line-height:125%;margin:0;font-size:3rem;position:relative;padding-bottom:8px}.stat-box h2:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background-color:#fff}.stat-box p{margin:8px 0 0;font-family:Roboto;font-size:.9rem;line-height:150%;font-style:normal;color:#fff;text-transform:uppercase}@media (max-width: 1136px){.banner{flex-direction:column;align-items:flex-start;gap:2rem}.banner:before{content:"";position:absolute;top:-160px;left:-150px;width:575px;height:330px;background-color:#3c3c3c;border:6px solid #6d6d6d;border-radius:50%;z-index:0}.stats{flex-direction:column;align-items:center;width:100%}.stat-box{display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1rem 0;border:none}.stat-box h2{font-size:3rem;text-align:left;margin:0;padding:0}.stat-box p{font-size:1.3rem;font-family:Roboto;color:#fff;text-align:right;margin:0;padding:0}.stat-box h2:after{content:none}.left-section{flex-direction:row;align-items:center;justify-content:flex-start;gap:10px}.about-section h2{font-size:2.8rem}.about-section p{font-size:1.1rem}}@media (max-width: 992px){.aboutcontatiner{flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding:0 1rem;text-align:center}.about-section{order:1;display:flex;flex-direction:column;align-items:center;width:100%;text-align:center}.aboutimage{order:2;max-width:450px;width:100%;display:flex;justify-content:center;position:relative}.aboutimage img{position:relative;left:-18px;top:-18px;width:100%;height:82%}.about-button{order:3;display:flex;justify-content:center;width:100%;padding-left:0}.about-button button{max-width:95%}.image-bg{width:100%;height:82%;top:25px}.banner{flex-direction:column;align-items:flex-start;gap:2rem}.banner:before{content:"";position:absolute;top:-160px;left:-150px;width:575px;height:330px;background-color:#3c3c3c;border:6px solid #6d6d6d;border-radius:50%;z-index:0}.stats{flex-direction:column;align-items:center;width:100%}.stat-box{display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1rem 0;border:none}.stat-box h2{font-size:3rem;text-align:left;margin:0;padding:0}.stat-box p{font-size:1.1rem;font-family:Roboto;text-align:right;margin:0;padding:0}.stat-box h2:after{content:none}.left-section{flex-direction:row;align-items:center;justify-content:flex-start;gap:10px}.about-section h2{font-size:2.7rem}.about-section p{font-size:1.1rem}}@media (max-width: 600px){.banner:before{top:-110px;left:-140px;width:450px;height:250px;border:6px solid #6d6d6d}.about-section h2{font-size:2rem}.about-section p{font-size:1rem}.aboutimage{max-width:400px}.stat-box h2{font-size:3rem}.stat-box p{font-style:normal;font-family:Roboto;font-weight:500;line-height:150%}.left-section img{width:200px;height:77px}.image-bg{border-radius:12px}}.container{height:50px;overflow:hidden;position:relative}.scroll-text{position:absolute;top:0;left:0;animation:scrollUp 1s ease-in-out infinite;white-space:nowrap;font-size:2rem}@keyframes scrollUp{0%{transform:translateY(0);opacity:1}45%{transform:translateY(-100%);opacity:0}55%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width:490px){.aboutimage img{left:-4px}.image-bg{left:10px}.stat-box h2{font-size:2.7rem}.stat-box p{font-size:.9rem}}@media (max-width:395px){.stat-box h2{font-size:2.1rem}.stat-box p{font-size:.7rem}}@media (max-width:380px){.banner:before{top:-150px;left:-150px;width:440px;height:250px;border:6px solid #6d6d6d}.about-button button{font-size:1.3rem}.stat-box{row-gap:5px}.banner{padding:1rem}.left-section img{width:170px;height:70px}.stat-box h2{font-size:1.8rem}.stat-box p{font-size:.65rem}.stats{gap:1.5rem;margin-right:0}}.blacksec{background-color:#000;font-family:Roboto,sans-serif;color:#f5f5f5;padding:7.7% 3% 11%;min-height:100vh}.initheading{font-size:3rem;font-family:Helvetica,sans-serif;font-weight:700;margin-left:10px;font-style:normal}.cardcontainer{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:center;gap:30px;width:100%}.leftcont,.middlecont,.rightcont{display:flex;flex-direction:column;align-items:center;gap:40px;flex:1;padding-top:5%;min-width:300px}.middlecont{padding-top:20%}.initcard{display:flex;flex-direction:column;width:100%;max-width:370px;min-height:450px;border-radius:24px;padding:16px;transition:transform .3s}.initcard:hover{transform:scale(1.02)}.initimgcont{margin:2px 0 0 -2px;width:101%;height:auto;overflow:hidden}.initimgcont img{width:100%;height:auto;object-fit:cover;border-radius:20px}.initcard h2{font-size:2rem;font-weight:700;line-height:125%;font-style:normal;letter-spacing:2px;margin:10px 0 5px 4px}.initcard p{font-family:Roboto;font-size:1rem;padding-left:4px;font-weight:400;font-style:normal;line-height:150%;padding-bottom:5px}.initcard div{text-align:right;font-family:Roboto;font-style:normal;font-size:1rem;line-height:150%;font-weight:500;padding-right:13px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:auto;text-decoration-thickness:7%;text-underline-offset:24.5%;cursor:pointer;margin-top:auto;margin-bottom:6px;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.initcard div:hover{color:#d2d2d2}.esummitlink{text-align:right;font-family:Roboto;font-style:normal;font-size:1rem;line-height:150%;color:#fff;font-weight:500;padding-right:13px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:auto;text-decoration-thickness:7%;text-underline-offset:24.5%;cursor:pointer;margin-top:auto;margin-bottom:6px;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.esummitlink:hover{color:#d2d2d2}.leftcont div:nth-child(1){background:linear-gradient(151deg,#ffffff2b,#9999992b,#db00092b);box-shadow:0 0 10px 5px #ffffff1a inset;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.leftcont div:nth-child(2){background:linear-gradient(151deg,#ffffff2b,#9999992b,#01c46f2b);box-shadow:0 0 10px 5px #ffffff1a inset;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.middlecont .initcard{background:linear-gradient(151deg,#ffffff2b,#9999992b,#d4ab002b);box-shadow:0 0 10px 5px #ffffff1a inset;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.rightcont div:nth-child(1){background:linear-gradient(151deg,#ffffff2b,#9999992b,#a14ba32b);box-shadow:0 0 10px 5px #ffffff1a inset;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.rightcont div:nth-child(2){background:linear-gradient(151deg,#ffffff2b,#9999992b,#0075c22b);box-shadow:0 0 10px 5px #ffffff1a inset;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.esummit-toast{position:fixed;top:127px;right:-300px;background-color:#111;color:#fff;padding:10px 20px;border-radius:10px;font-size:1rem;z-index:10000;animation:slideInOut 2s ease-in-out forwards;box-shadow:0 4px 12px #0000004d}@media (max-width: 1023px){.cardcontainer{flex-direction:column;align-items:center}.leftcont{padding-top:5%}.middlecont,.rightcont{padding-top:1%}.initheading{text-align:center;margin-left:0}}@media (max-width: 992px){.cardcontainer{flex-direction:column;align-items:center}.leftcont{padding-top:5%}.middlecont,.rightcont{padding-top:1%}.initheading{text-align:center;margin-left:0}}@media (max-width: 576px){.initheading{font-family:Helvetica;font-size:2.5rem;font-style:normal;line-height:125%;font-weight:700;margin-left:0;margin-top:35px;margin-bottom:25px}.initcard{width:100%;max-width:320px;min-height:400px;padding:12px}.initcard img{height:180px;border-radius:10px}.initcard h2{font-family:Helvetica;font-size:2rem;letter-spacing:1px;line-height:125%;font-style:normal;font-weight:700;margin-left:10px}.initcard p{font-size:.9rem;padding-left:10px;padding-right:10px;font-weight:400;line-height:150%;font-style:normal;font-family:Roboto}.initcard div{padding-right:10px;color:var(--Neutrals-White, #FFF);font-family:Roboto;font-size:.9rem;font-style:normal;font-weight:500;line-height:150%;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:auto;text-decoration-thickness:7%;text-underline-offset:24.5%}.esummit-toast{width:70%;text-align:center;top:auto;bottom:-100px;right:50%;transform:translate(50%);animation:slideUpOut 2.5s ease-in-out forwards}}@media (max-width: 576px){.initheading{font-size:2.4rem}}.whitegallery{font-family:Roboto,sans-serif;min-height:110vh;padding:7.4% 4% 4%}.galleryheading{font-size:3rem;margin-bottom:40px;color:var(--Neutrals-Black-200, #333);font-family:Helvetica;font-style:normal;font-weight:700;line-height:125%}@media (max-width: 600px){.galleryheading{text-align:center}}.list{position:relative;width:100%;max-width:1500px;margin-left:0;margin-right:auto;box-sizing:border-box;min-height:100px}.item-wrapper{position:absolute;overflow:hidden;border-radius:12px;cursor:pointer;will-change:transform;top:0;left:0}.item-img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:12px;transition:transform .3s ease;display:block}.item-wrapper:hover .item-img{transform:scale(1.05)}.color-overlay{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px;pointer-events:none;opacity:0;transition:opacity .3s ease;background:linear-gradient(45deg,#ff009680,#0096ff80)}.whitetouch{min-height:100vh;background-color:bisque;padding:5% 3%;font-family:Roboto,sans-serif}.touchcontainer{background-color:#fff;border-radius:36px;width:100%;box-shadow:0 8px 20px #0003;margin-top:20px;display:flex;padding:3%;gap:20px;flex-wrap:wrap}.contcontents{flex:.7}.contmap{flex:1.3;display:flex;align-items:center}.contmap iframe{width:100%;height:100%;min-height:720px;border-radius:25px}.contcontents h2{font-size:2.7rem}.contcontents p{font-size:1.1rem;margin-top:5px;font-weight:300;color:#959595;margin-bottom:30px}.frame1{height:95px;width:100%}.frame1 div{font-size:1rem;font-weight:300;color:#959595}.frame1 input{margin-top:10px;width:100%;height:45px;border-radius:10px;border:1.5px solid rgb(202,202,202);color:#797979;font-size:1rem;padding-left:15px}input::placeholder,textarea::placeholder{color:#cacaca;font-weight:400}.frame2{width:100%;margin-bottom:20px}.frame2 div{font-size:1rem;font-weight:300;color:#959595}.frame2 textarea{margin-top:10px;width:100%;height:120px;border-radius:20px;border:1.5px solid rgb(202,202,202);color:#cacaca;font-size:1rem;padding:10px 15px;resize:vertical;resize:none}.contbutton{width:100%;height:70px;border-radius:8px;background:linear-gradient(87deg,#000,#424242 73.3%);color:#fff;font-family:Roboto,sans-serif;font-size:1.8rem;margin-bottom:40px;cursor:pointer;border:none;transition:transform .3s ease}.contbutton:hover{transform:scale(1.07)}.contcontents h3{font-size:1.8rem;margin-bottom:10px}.iconcontent{height:50px;width:100%;display:flex;align-items:center;gap:20px}.iconcontent i{font-size:2rem;color:var(--Neutrals-Black-300, #666)}.iconcontent p{margin:0;line-height:1;font-size:1.3rem;color:var(--Neutrals-Black-300, #666);font-family:Roboto,sans-serif}.endtext{margin-top:10px;color:var(--Neutrals-Black-300, #666);font-family:Roboto,sans-serif;font-size:1.1rem}@media (max-width: 992px){.touchcontainer{flex-direction:column;padding:6% 5%}.contcontents,.contmap{width:100%}.contmap{min-height:500px}.contmap iframe{min-height:500px;height:100%}.contcontents h2{font-size:2.5rem}.contcontents p,.iconcontent p,.endtext{font-size:1rem}.contbutton{font-size:1.4rem;height:60px}.iconcontent{gap:12px}.iconcontent i{font-size:1.6rem}}@media (max-width: 576px){.contbutton{font-size:1.2rem;height:55px}.frame1 input,.frame2 textarea{font-size:.9rem;height:40px}.frame2 textarea{height:100px}.iconcontent p{font-size:.95rem}.contcontents h3{color:var(--Neutrals-Black-200, #333);font-family:Helvetica;font-size:24px;font-style:normal;font-weight:700;line-height:125%}.endtext{font-size:.95rem}.contmap iframe{min-height:450px}.endtext{color:var(--Neutrals-Black-300, #666);font-family:Roboto;font-size:.9rem;font-style:normal;font-weight:400;line-height:150%}}.footerblack{min-height:48vh;background-color:#000;font-family:Roboto,sans-serif;color:#fff;display:flex;flex-direction:column}.footercontent{display:flex;flex:1;gap:20px}.footimage{width:35%;height:100%;display:flex;justify-content:center;padding-top:46px}.footimage img{width:265px;height:280px}.footsociety,.footfollow,.footget{display:flex;flex-direction:column;width:20%;margin-top:65px;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.footsociety h2,.footfollow h2,.footget h2{font-size:1.1rem;margin-bottom:30px;position:relative;font-family:Helvetica;width:209px}.footsociety h2:after,.footfollow h2:after,.footget h2:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:209px;height:1px;background:radial-gradient(50.24% 50%,#fff,#000)}.footsociety a,.footfollow a{text-decoration:none;padding-top:12px;color:var(--Neutrals-Black-400, #999);font-family:Roboto;font-style:normal;font-weight:400;line-height:150%;font-size:1rem;display:inline-block;width:fit-content}.footsociety a:hover,.footfollow a:hover{color:#fff}.footget p{color:var(--Neutrals-Black-400, #999);font-family:Roboto;max-width:240px;line-height:25px;padding-bottom:20px;font-size:.9rem}.footgetcom{display:flex}.footget input{width:60%;border-top-left-radius:10px;border-bottom-left-radius:10px;height:35px;background-color:#333;border:none;padding-left:15px;font-size:.9rem;color:#fff}.footget button{width:40px;height:35px;background-color:#ff9400;border-top-right-radius:10px;border-bottom-right-radius:10px;border:none;transition:transform .3s ease;color:#fff;font-size:1.4rem;display:flex;align-items:center;justify-content:center;padding:0}.footget button:hover{transform:scale(1.07)}.footerend{text-align:center;width:100%;margin-top:auto;padding-bottom:30px}.footerend span:nth-child(1){color:#fff;font-family:Roboto;font-size:1rem;font-style:normal;font-weight:400;line-height:150%}.footerend span:nth-child(2){color:#fff;font-family:Roboto;font-size:1rem;font-style:normal;font-weight:700;line-height:150%}@media (max-width: 992px){.footercontent{flex-direction:column;align-items:center;gap:40px}.footimage{display:none}.footsociety,.footfollow,.footget{width:90%;align-items:center;margin-top:0;text-align:center}.footsociety h2,.footfollow h2,.footget h2{width:auto;font-family:Helvetica;font-style:normal;font-weight:700}.footsociety h2{padding-top:60px}.footget p{max-width:25%}.footgetcom{justify-content:center}.footget input{width:75%;height:40px;font-size:1rem}.footget button{height:40px;width:50px;font-size:1.6rem}.footerend{margin-top:70px}}@media (max-width: 576px){.footsociety h2,.footfollow h2,.footget h2{font-family:Helvetica;font-size:1.1rem;font-style:normal;font-weight:700}.footgetcom{width:100%;justify-content:center}.footget input{width:calc(100% - 60px);max-width:90%;margin-bottom:0}.footget button{width:50px;font-size:1.6rem}.footget p{white-space:nowrap;width:100%;text-align:center;display:flex;justify-content:center}}.aboutus-blacksection{width:100%;min-height:62vh;padding-top:180px;background-color:#000;position:relative;overflow:hidden}.greenarrow,.purplearrow,.redarrow,.yellowarrow{position:absolute;z-index:1}.greenarrow{top:21%;left:13vw;width:7vw;max-width:81px;height:auto}.purplearrow{top:50%;left:9vw;width:12vw;max-width:192px;height:auto}.redarrow{top:20%;right:15vw;width:10vw;max-width:140px;height:auto}.yellowarrow{top:55%;right:13vw;width:9vw;max-width:116px;height:auto}.h1-wrapper{display:flex;justify-content:center;text-align:center;position:relative;z-index:2;padding:0 1rem}.aboutus-blacksection h1{font-size:clamp(7rem,10vw,9rem);font-style:normal;font-family:LEMONMILK;font-variant:all-small-caps;font-weight:700;line-height:1.2;display:inline-block;background:linear-gradient(90deg,#db0009,#d533d8,#d4ab00,#01c46f,#0075c2);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-size:100%;background-repeat:no-repeat}@media (max-width: 992px){.greenarrow{left:8vw}.purplearrow{left:3vw}}@media (max-width: 600px){.aboutus-blacksection h1{margin-top:40px;font-size:6.3rem}.greenarrow,.purplearrow,.redarrow,.yellowarrow{width:15vw}.greenarrow{left:6vw;top:19%}.purplearrow{left:-2vh}.redarrow{right:16vh;top:19%}.yellowarrow{right:12vh}}@media (max-width: 400px){.aboutus-blacksection h1{font-size:5rem;margin-top:0}}.white-aboutus{width:100%;min-height:100vh;padding-top:130px;overflow-x:hidden}.aaboutcontatiner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;column-gap:70px;max-width:1400px;margin:0 auto}.aabout-section{flex:1;min-width:300px;max-width:700px;padding:1rem;text-align:left}.aabout-section h2{font-family:Helvetica,sans-serif;font-size:3rem;font-weight:700;font-style:normal}.aabout-section p{color:var(--Neutrals-Black-300, #666);margin-top:1rem;font-size:1.2rem;font-weight:400;line-height:150%}.aaboutimage{position:relative;width:100%;max-width:500px;aspect-ratio:5 / 4;display:flex;align-items:center;justify-content:center}.iimage-bg{position:absolute;top:0;left:0;width:100vw;height:100%;border-radius:16px;background:var(--Accent-Color-Yellow-500, #FFDFB3);z-index:1}.aaboutimage img{position:absolute;top:40px;left:-80px;width:483px;height:335px;border-radius:12px;z-index:2;object-fit:cover;box-shadow:0 10px 20px #0000001a}.visioncontainer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;column-gap:40px;max-width:1400px;margin:0 auto;padding:6rem 1rem 7rem}.visionimage{width:356px;height:356px;padding:22px 52.145px;display:flex;justify-content:center;align-items:center;border-radius:12px;background:var(--Neutrals-Black-200, #333)}.visionimage img{width:251.855px;height:312px;aspect-ratio:251.86 / 312;object-fit:contain}.visioncontent{flex:1;min-width:300px;max-width:800px;padding:1rem}.visioncontent h2{color:var(--Neutrals-Black-100, #000);font-family:Helvetica;font-size:3rem;font-style:normal;font-weight:700;line-height:125%;text-align:center;margin-bottom:1rem}.visioncontent p{color:var(--Neutrals-Black-300, #666);font-family:Roboto;font-size:1.2rem;font-style:normal;font-weight:400;line-height:150%}@media (max-width: 1136px){.aabout-section h2{font-size:2.8rem}.aabout-section p{font-size:1.2rem}}@media (max-width: 992px){.aaboutcontatiner,.visioncontainer{flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding:0 1rem}.visioncontainer{padding-bottom:5rem}.aabout-section{order:1;display:flex;flex-direction:column;align-items:center;width:100%;text-align:center}.aaboutimage{order:2;max-width:450px;width:100%;display:flex;justify-content:center;position:relative}.aaboutimage img{position:relative;left:-18px;top:-18px;width:100%;height:82%}.iimage-bg{width:100%;height:82%;top:25px}.visionimage{order:2;margin-top:10px}.visioncontent{order:1}}@media (max-width: 600px){.white-aboutus{padding-top:80px}.aabout-section h2,.visioncontent h2{font-size:2rem}.aabout-section p,.visioncontent p{font-size:1rem}.aaboutimage{max-width:400px}.iimage-bg{border-radius:12px}.visioncontainer{padding-bottom:60px}}@media (max-width:490px){.aaboutimage{max-width:350px}.aaboutimage img{left:-4px}.iimage-bg{left:10px}}@media (max-width: 390px){.visionimage{width:100%;height:356px;padding:20px;box-sizing:border-box}.visionimage img{width:100%;height:90%;aspect-ratio:auto}}.greysec{width:100%;height:auto;background:var(--Neutrals-Black-600, #F3F3F3);display:flex;padding:80px 5vw 60px;flex-direction:column;align-items:center;box-sizing:border-box;overflow-x:hidden}.greysec h1{color:var(--Neutrals-Black-100, #000);text-align:center;font-family:Helvetica;font-size:3rem;font-weight:700;line-height:125%;margin-bottom:50px}.onecardcontainer{display:flex;width:100%;max-width:1118px;flex-direction:column;align-items:center;height:490px;margin-bottom:40px;box-sizing:border-box}.bigcard{display:flex;width:356px;height:492px;padding:16px;flex-direction:column;align-items:flex-start;border-radius:24px;background:linear-gradient(153deg,#000 91.54%,#8d0000 99.24%);box-sizing:border-box}.bigcard img{width:100%;border-radius:16px;height:356px;box-shadow:0 0 8px 4px #0000001f;margin-bottom:16px;object-fit:cover}.bigcard h2{color:var(--Neutrals-White, #FFF);font-family:Helvetica;font-size:2rem;font-weight:700;line-height:125%;margin-bottom:5px}.bigcard p{color:var(--Neutrals-Black-600, #F3F3F3);font-family:Roboto;font-size:1rem;font-weight:400;line-height:150%}.smallcard{display:flex;width:270px;height:380px;padding:3px;flex-direction:column;align-items:flex-start;border-radius:17.258px;background:linear-gradient(153deg,#000 91.54%,#9c009f 99.24%);box-sizing:border-box}.smallcard img{width:100%;height:290px;border-radius:11.506px;box-shadow:0 0 5.753px 2.876px #0000001f;padding-bottom:7px;object-fit:cover}.smallcard h2{color:var(--Neutrals-White, #FFF);font-family:Helvetica;font-size:1.5rem;font-weight:700;line-height:125%;margin-bottom:5px}@media (max-width: 1300px){.onecardcontainer,.fourcardcontainer{width:100%;justify-content:center;gap:30px}.fourcardcontainer{height:auto;margin-bottom:20px}}@media (max-width: 768px){.greysec{padding:60px 30px}.fourcardcontainer{height:auto;margin-bottom:0}.onecardcontainer{align-items:center;height:auto}.fourcardcontainer{flex-direction:column;height:auto}.bigcard{width:270px;height:380px;padding:11.51px;border-radius:17.258px}.bigcard img{border-radius:11.506px;height:290px;box-shadow:0 0 5.753px 2.876px #0000001f;margin-bottom:8px;object-fit:cover}.bigcard h2{font-size:1.5rem;margin-bottom:5px}.bigcard p{font-size:.8rem}.smallcard{margin-bottom:20px}}@media (max-width: 480px){.greysec h1{font-size:2rem}.bigcard h2,.smallcard h2{font-size:1.25rem}.bigcard p,.smallcard p{font-size:.75rem}}.whitesec{width:100%;height:auto;display:flex;padding:95px 5vw 60px;flex-direction:column;align-items:center;box-sizing:border-box;overflow-x:hidden}.whitesec h1{color:var(--Neutrals-Black-100, #000);text-align:center;font-family:Helvetica;font-size:3rem;font-weight:700;line-height:125%;margin-bottom:50px}.fourcardcontainer{display:flex;width:100%;max-width:1250px;height:440px;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap;box-sizing:border-box}.smallcard{display:flex;width:270px;height:380px;flex-direction:column;align-items:flex-start;border-radius:17.258px;box-sizing:border-box;padding:11.51px}.fourcardcontainer:nth-of-type(1) .smallcard{background:linear-gradient(153deg,#000 91.54%,#937600 99.24%)}.fourcardcontainer:nth-of-type(2) .smallcard{background:linear-gradient(153deg,#000 91.54%,#00884d 99.24%)}.fourcardcontainer:nth-of-type(3) .smallcard{background:linear-gradient(153deg,#000 91.54%,#0064a5 99.24%)}.fourcardcontainer:nth-of-type(4) .smallcard{background:linear-gradient(153deg,#000 91.54%,#0064a5 99.24%)}.fourcardcontainer:nth-of-type(3){padding-top:20px;height:400px}.fourcardcontainer:nth-of-type(4){padding-top:20px}.smallcard img{width:100%;border-radius:11.506px;height:290px;object-fit:cover;box-shadow:0 0 5.753px 2.876px #0000001f;padding-bottom:7px}.smallcard h2{color:var(--Neutrals-White, #FFF);font-family:Helvetica;font-size:1.5rem;font-weight:700;line-height:125%;margin-bottom:5px;margin-top:3px;letter-spacing:1.1px}.smallcard p{color:var(--Neutrals-Black-600, #F3F3F3);font-family:Roboto;font-size:.8rem;font-weight:400;line-height:150%}@media (max-width: 1300px){.fourcardcontainer:nth-of-type(3){height:auto;margin-bottom:30px}.fourcardcontainer:nth-of-type(4){padding-top:0}.fourcardcontainer{width:100%;justify-content:center;gap:30px}.fourcardcontainer{height:auto;margin-bottom:20px}}@media (max-width: 768px){.whitesec{padding:60px 30px}.fourcardcontainer{height:auto;margin-bottom:0}.fourcardcontainer{flex-direction:column;height:auto}.smallcard{margin-bottom:20px}.fourcardcontainer:nth-of-type(2){margin-bottom:30px}.fourcardcontainer:nth-of-type(1){margin-bottom:30px}.fourcardcontainer:nth-of-type(3){padding-top:0}}@media (max-width: 480px){.whitesec h1{font-size:2rem}.smallcard h2{font-size:1.25rem}.smallcard p{font-size:.75rem}}*{margin:0;padding:0;box-sizing:border-box;font-family:Roboto,sans-serif}.navbar{position:sticky;top:0;z-index:1000;width:100%;background:#fff;border-bottom:1px solid #e5e5e5}.navbar-container{max-width:1300px;margin:0 auto;padding:18px 40px;display:flex;align-items:center;justify-content:space-between}.logo img{height:48px;width:auto;display:block}.nav-links{display:flex;align-items:center;gap:50px;list-style:none}.nav-links a{position:relative;text-decoration:none;color:#55555598;font-size:17px;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:#0d2d7a}.active-link{color:#0d2d7a!important}.active-link:after{content:"";position:absolute;left:0;bottom:-12px;width:100%;height:3px;background:#0d2d7a;border-radius:10px}.apply-btn{background:#072a74;color:#fff;border:none;border-radius:10px;padding:14px 28px;font-size:15px;font-weight:600;cursor:pointer;transition:background .3s ease}.apply-btn:hover{background:#051f56}.mobile-btn{display:none}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer}.hamburger span{width:26px;height:3px;background:#222;border-radius:5px;transition:.3s ease}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media (max-width: 1024px){.navbar-container{padding:16px 24px}.desktop-btn{display:none}.hamburger{display:flex}.nav-links{position:absolute;top:80px;left:0;width:100%;padding:25px 0;display:flex;flex-direction:column;align-items:center;gap:25px;background:#fff;border-top:1px solid #eee;box-shadow:0 8px 20px #00000014;opacity:0;visibility:hidden;transform:translateY(-10px);transition:.3s ease}.nav-links.active{opacity:1;visibility:visible;transform:translateY(0)}.mobile-btn{display:block}}@media (max-width: 768px){.logo img{height:42px}.active-link:after{bottom:-6px}}@media (max-width: 600px){.navbar-container{padding:14px 20px}}@media (max-width: 477px){.navbar-container{padding:12px 16px}.logo img{height:38px}.nav-links{top:74px}}@media (max-width: 400px){.navbar-container{padding:12px}}a{text-decoration:none}.hero{padding:100px 0;width:100%;min-height:90vh;background:#f8f8f8;display:flex;align-items:center}.hero-container{max-width:1300px;margin:auto;width:100%;padding:0 80px;display:flex;align-items:center;justify-content:space-between;gap:50px}.hero-content{flex:1;max-width:700px}.badge{display:inline-flex;align-items:center;gap:10px;background:#eef3fb;border:1px solid #d4dceb;padding:14px 24px;border-radius:30px;font-size:30px;color:#456;margin-bottom:25px;animation:float 4s ease-in-out infinite}.badge h2{font-weight:500}.dot{width:10px;height:10px;background:#f5b400;border-radius:50%}.hero-content h1{font-size:68px;line-height:1.1;color:#083c78;font-weight:800;margin-bottom:15px}.underline{width:200px;height:8px;background:#f5b400;border-radius:50px;align-self:flex-end;margin-bottom:25px}.subtitle{font-size:22px;color:#666;margin-bottom:18px}.description{font-size:16px;color:#666;line-height:1.8;max-width:500px}.hero-buttons{margin-top:35px;display:flex;gap:15px;flex-wrap:wrap}.apply-btn{background:#f5b400;border:none;padding:14px 28px;border-radius:6px;font-weight:600;cursor:pointer;transition:.3s;display:flex;align-items:center;gap:12px}.apply-btn:hover{transform:translateY(-2px)}.update-btn{background:#fff;border:1px solid #d8d8d8;padding:14px 28px;border-radius:6px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:12px}.update-btn:hover{background-color:#083c78;color:#fff}.hero-image{flex:1;display:flex;justify-content:center}.hero-image img{width:100%;max-width:520px;object-fit:contain}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}@media (max-width: 992px){.hero{min-height:auto;padding:60px 0}.hero-container{display:flex;flex-direction:column;text-align:center;padding:60px 30px;gap:25px}.hero-content{display:contents}.badge{order:1;margin:0 auto 15px}.hero-content h1{order:2;font-size:52px}.underline{order:3;transform:none;margin:0 auto 25px}.subtitle{order:4}.description{order:5;margin:0 auto;max-width:650px}.hero-image{order:6;display:flex;justify-content:center;margin:15px 0}.hero-image img{max-width:450px}.hero-buttons{order:7;display:flex;justify-content:center;align-items:center;gap:15px;margin-top:0;width:100%}}@media (max-width: 768px){.hero{padding:40px 0}.hero-container{padding:40px 24px}.badge{font-size:22px;padding:12px 20px}.hero-content h1{font-size:40px}.subtitle{font-size:18px}.description{font-size:15px}.hero-image img{max-width:340px}.hero-buttons{justify-content:center;flex-wrap:wrap}}@media (max-width: 480px){.hero-container{padding:35px 20px}.badge{font-size:18px;padding:10px 18px}.hero-content h1{font-size:32px}.hero-image img{max-width:280px}.hero-buttons{flex-direction:column;align-items:center;width:100%;gap:12px}.apply-btn,.update-btn{width:220px;justify-content:center}}.programme-details{background:#f7f6f3;padding:80px 120px;color:#11225e;overflow:hidden}.heading{font-size:32px;font-weight:800;color:#11225e;margin:0 0 48px;letter-spacing:-.01em}.label{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#8b8f99;margin:0 0 24px}.content-grid{display:grid;grid-template-columns:1fr 1fr;padding:0 10px;gap:80px;margin-bottom:56px}.funding-amount{font-size:56px;font-weight:800;color:#11225e;margin:0 0 20px;letter-spacing:-.01em}.funding-description{font-size:15px;line-height:1.6;color:#6b7280;margin:0;max-width:320px}.dates-block{display:flex;flex-direction:column}.date-row{display:flex;align-items:center;gap:16px;padding:12px 0}.icon{width:28px;height:28px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.icon svg{width:24px;height:24px}.icon-open{color:#1aa260}.icon-close{color:#e8463a}.date-text{flex:1}.date-title{font-size:15px;font-weight:600;color:#11225e;margin:0}.date-value{font-size:13px;color:#a8acb6;margin:4px 0 0}.badge{font-size:11px;font-weight:700;letter-spacing:.04em;padding:6px 14px;border-radius:999px;white-space:nowrap}.badge-open{background:#d8f3e6;color:#1f7a52}.badge-deadline{background:#fbe1de;color:#c8503a}.bottom-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;padding:40px 10px;border-top:1px solid #e4e2dd}.who-can-apply{border-right:1px solid #e4e2dd;padding-right:80px}.check-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:22px}.check-item{display:flex;align-items:flex-start;gap:14px}.check-icon{width:22px;height:22px;flex-shrink:0;color:#11225e;margin-top:2px}.check-icon svg{width:100%;height:100%}.check-title{font-size:15px;font-weight:600;color:#11225e;margin:0}.check-description{font-size:13px;color:#a8acb6;margin:4px 0 0}.proposal-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:22px}.proposal-item{display:flex;align-items:center;gap:16px}.proposal-number{font-size:13px;font-weight:700;color:#e8a317;min-width:22px}.proposal-text{font-size:15px;font-weight:600;color:#11225e}@media (max-width: 1024px){.programme-details{padding:60px 48px}.content-grid{gap:48px}.bottom-grid{gap:48px;padding:40px 0}.who-can-apply{padding-right:48px}}@media (max-width: 900px){.content-grid,.bottom-grid{grid-template-columns:1fr;gap:40px}.who-can-apply{border-right:none;padding-right:0;padding-bottom:32px;border-bottom:1px solid #e4e2dd}}@media (max-width: 768px){.programme-details{padding:40px 24px}.heading{font-size:26px;margin-bottom:36px}.content-grid{grid-template-columns:1fr;gap:40px}.bottom-grid{grid-template-columns:1fr;gap:40px;padding:32px 0}.who-can-apply{border-right:none;padding-right:0;padding-bottom:32px;border-bottom:1px solid #e4e2dd}.funding-amount{font-size:44px}}@media (max-width: 480px){.programme-details{padding:32px 16px}.heading{font-size:22px;margin-bottom:28px}.funding-amount{font-size:38px}.content-grid,.bottom-grid{gap:32px}}.beyond-funding{background:#f7f6f3;padding:0 120px 80px;color:#11225e}.eyebrow{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#8b8f99;margin:0 0 12px}.heading{font-size:28px;font-weight:800;color:#11225e;margin:0 0 40px;letter-spacing:-.01em}.card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,360px));gap:20px;max-width:760px;margin-left:213px}.benefit-card{background:#fff;border:1px solid #ececea;border-radius:14px;padding:40px;box-shadow:0 2px 10px #11225e0a;transition:transform .2s ease,box-shadow .2s ease}.benefit-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #11225e14}.benefit-number{display:block;font-size:12px;font-weight:700;letter-spacing:.04em;color:#e8a317;margin-bottom:14px}.benefit-title{font-size:18px;font-weight:700;color:#11225e;margin:0 0 10px}.benefit-description{font-size:14px;line-height:1.6;color:#9398a3;margin:0}@media (max-width: 1024px){.beyond-funding{padding:0 48px 60px}.card-grid{margin-left:0;max-width:100%;grid-template-columns:repeat(2,1fr);gap:24px}.benefit-card{padding:32px}}@media (max-width: 640px){.beyond-funding{padding:0 24px 48px}.heading{font-size:24px;margin-bottom:28px}.card-grid{grid-template-columns:1fr;gap:16px}.benefit-card{padding:22px}}@media (max-width: 480px){.beyond-funding{padding:0 16px 40px}.heading{font-size:21px}}.announcements{background:#f7f6f3;padding:80px 120px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#11225e}.eyebrow{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#8b8f99;margin:0 0 10px}.heading{font-size:26px;font-weight:800;color:#11225e;margin:0 0 24px;letter-spacing:-.01em}.tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:32px}.tab{font-family:inherit;font-size:13px;font-weight:500;color:#8b8f99;background:#fff;border:1px solid #ececea;border-radius:999px;padding:7px 18px;cursor:pointer;transition:all .15s ease}.tab:hover{border-color:#11225e;background-color:#11225e;color:#fff}.tab-active{background:#11225e;border-color:#11225e;color:#fff}.timeline{display:flex;flex-direction:column}.timeline-item{display:flex;gap:24px;position:relative;padding-bottom:36px}.timeline-line{width:3px;border-radius:2px;background:#f2a900;flex-shrink:0}.timeline-content{flex:1;min-width:0}.timeline-meta{display:flex;gap:8px;align-items:baseline;margin-bottom:10px}.timeline-date{font-size:12px;font-weight:700;color:#11225e}.timeline-time{font-size:12px;color:#9398a3}.tag-row{display:flex;gap:8px;margin-bottom:12px;flex-wrap:wrap}.tag{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;letter-spacing:.02em;padding:4px 12px;border-radius:999px}.tag-dot{width:6px;height:6px;border-radius:50%;background:currentColor}.tag-open{background:#d8f3e6;color:#1f7a52}.tag-urgent{background:#fbe1de;color:#d2493b}.tag-result{background:#fdeecb;color:#b8791f}.tag-announcement{background:#e3e9fb;color:#3f5dc9}.tag-deadline{background:#fbe1de;color:#d2493b}.timeline-title{font-size:16px;font-weight:700;color:#11225e;margin:0 0 8px}.timeline-description{font-size:13px;line-height:1.7;color:#9398a3;margin:0;max-width:640px}.empty-state{font-size:14px;color:#9398a3;padding:24px 0}@media (max-width: 1024px){.announcements{padding:60px 48px}}@media (max-width: 640px){.announcements{padding:40px 24px 48px}.heading{font-size:21px}.tabs{gap:6px}.tab{font-size:12px;padding:6px 14px}.timeline-item{gap:14px}.timeline-title{font-size:15px}.timeline-description{font-size:13px}}@media (max-width: 480px){.announcements{padding:32px 16px 40px}.tabs{overflow-x:auto;flex-wrap:nowrap;-ms-overflow-style:none;scrollbar-width:none;padding-bottom:4px}.tabs::-webkit-scrollbar{display:none}.tab{flex-shrink:0}.timeline-meta{flex-direction:column;gap:2px}}.site-footer{background:#0a1958;color:#fff;padding:48px 120px 24px}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:60px;padding-bottom:32px}.footer-heading{font-size:15px;font-weight:700;color:#fff;margin-bottom:16px}.footlogo{padding:10px 0}.footlogo img{height:50px}.brand-description{font-size:13px;line-height:1.7;color:#ffffffa6;max-width:380px}.contact-list{list-style:none;display:flex;flex-direction:column;gap:10px}.contact-item{display:flex;align-items:center;gap:10px;font-size:13px;color:#ffffffa6}.contact-icon{width:16px;height:16px;flex-shrink:0;display:flex;color:#ffffffa6}.contact-icon svg{width:100%;height:100%}.social-list{list-style:none;display:flex;flex-direction:column;gap:10px}.social-link{font-size:13px;color:#ffffffa6;text-decoration:none;transition:.3s}.social-link:hover{color:#fff}.footer-mail-row{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:60px;padding:24px 0 32px;border-top:1px solid rgba(255,255,255,.12)}.address-text{font-size:13px;line-height:1.8;color:#ffffffa6}.mail-link{display:inline-flex;align-items:center;gap:10px;font-size:13px;color:#ffffffa6;text-decoration:none;transition:.3s}.mail-link:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12)}.footer-credit,.footer-rights{font-size:12px;color:#ffffffa6}.heart{color:#fff}@media (max-width: 1024px){.site-footer{padding:40px 48px 24px}.footer-grid,.footer-mail-row{grid-template-columns:1fr 1fr;gap:32px}.footer-brand,.footer-address{grid-column:1 / -1}}@media (max-width: 768px){.site-footer{padding:36px 24px 20px;text-align:center}.footer-grid,.footer-mail-row{grid-template-columns:1fr;gap:28px}.footer-brand,.footer-address{grid-column:auto}.brand-description{max-width:100%;margin:0 auto}.contact-list,.social-list{align-items:center}.contact-item,.mail-link{justify-content:center}.footlogo{display:flex;justify-content:center}.footer-bottom{flex-direction:column;align-items:center;text-align:center;gap:8px}}@media (max-width: 480px){.site-footer{padding:28px 16px 16px}.footer-heading{font-size:14px}.brand-description,.contact-item,.social-link,.mail-link,.address-text{font-size:12px}.footlogo img{height:42px}}*{margin:0;padding:0;box-sizing:border-box}@font-face{font-family:Helvetica;src:url(/fonts/helvetica-255/Helvetica.ttf) format("truetype")}@font-face{font-family:Performa;src:url(/fonts/Performa-Bold.ttf) format("truetype")}@font-face{font-family:LEMONMILK;src:url(/fonts/lemon_milk/LEMONMILK-Bold.otf) format("opentype");font-weight:700;font-style:normal}
