@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..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";.hackathons{@keyframes slide{0%{opacity:0;height:0;width:0}50%{opacity:.5;height:50vh;width:50vw}to{opacity:1;height:100vh;width:100vw}}@keyframes schedule-ani1{50%{left:calc(100% + 20px)}to{left:calc(100% + 20px)}}@keyframes schedule-ani2{0%{left:20px}50%{left:20px}to{left:calc(100% + 20px)}}@keyframes button-ani{75%{left:100%}to{left:100%}}}.hackathons .home{position:relative}.hackathons .pointer{cursor:pointer}.hackathons .button-animation-div{position:absolute;width:32px;height:100%;transform:rotate(15deg);background:#fff;mix-blend-mode:overlay;filter:blur(24px);left:-100px;animation:button-ani 2s ease infinite forwards;z-index:1}.hackathons .hack-sch-card-arrow{position:relative;z-index:10}.hackathons .hack-sch-animation{position:absolute;top:50%;height:8px;z-index:1;left:10px;transform:translateY(-50%);width:40px;background:var(--Eminence-700, #f03df7);animation:schedule-ani 1.5s ease-in infinite forwards}.hackathons .hack-sch-animation-1{animation:schedule-ani1 3s ease-in infinite forwards}.hackathons .hack-sch-animation-2{animation:schedule-ani2 3s ease-in infinite forwards}.hackathons .register-floater>div{display:flex;padding:20px 49px;justify-content:center;align-items:center;gap:10px;background:purple;box-shadow:0 4.279px 9.521px #00000040;color:#fff;text-align:center;font-family:Poppins;font-size:18px;font-style:normal;font-weight:600;width:100%;line-height:123.5%}.hackathons .register-floater{display:none}.hackathons .button-animation-parent{position:relative;overflow:hidden}@media (width<768px){.hackathons{@keyframes schedule-ani1{50%{top:calc(100% + 20px)}to{top:calc(100% + 20px)}}@keyframes schedule-ani2{0%{top:20px}50%{top:20px}to{top:calc(100% + 20px)}}}.hackathons .hack-sch-animation{position:absolute;top:20px;width:8px;z-index:1;left:50%;transform:translate(-50%);height:40px;background:var(--Eminence-700, #f03df7);animation:schedule-ani 1.5s ease-in infinite forwards}.hackathons .hack-sch-animation-1{animation:schedule-ani1 1.6s ease-in infinite forwards}.hackathons .hack-sch-animation-2{animation:schedule-ani2 1.6s ease-in infinite forwards}}@media (width<580px){.hackathons .register-floater{display:block;width:100%;position:sticky;bottom:0;z-index:120}.hackathons .register-floater>div{border-radius:0}}.popup-overlay{font-family:poppins;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.popup-content{background-color:#fff;border-radius:8px;width:90%;max-width:500px;box-shadow:0 4px 20px #00000026;animation:popup-appear .3s ease-out forwards}@keyframes popup-appear{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.popup-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;border-bottom:1px solid #eee}.popup-header h2{margin:0;font-size:20px;color:purple}.popup-close{background:none;border:none;font-size:24px;cursor:pointer;color:#666;padding:0;margin:0}.popup-body{padding:20px}.popup-body p{margin:0 0 15px;font-size:16px;line-height:1.5}.popup-footer{padding:15px 20px;border-top:1px solid #eee;display:flex;justify-content:flex-end}.popup-footer button{background-color:purple;color:#fff;border:none;padding:10px 20px;border-radius:4px;cursor:pointer;font-size:16px;font-weight:500}.popup-footer button:hover{background-color:#6a006a}.navbar{width:100%;padding:24px 160px;display:flex;justify-content:space-between;align-items:center}.nav-right-register{display:flex;padding:14px 20px;justify-content:center;align-items:center;gap:6px;border-radius:14px;background:var(--Linear-Eminence, linear-gradient(180deg, #B73BBE 0%, #992E9D 93.51%));box-shadow:0 8px 24px -10px #992e9d80;color:var(--Eminence-50, #FCF5FE);font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.32px;width:fit-content}@media (width<1280px){.navbar{padding:24px 128px}}@media (width<1080px){.navbar{padding:24px 96px}}@media (width<920px){.navbar{padding:24px 64px}}@media (width<768px){.navbar{padding:24px 48px}}@media (width<580px){.navbar{padding:24px 32px}.nav-right-register{font-size:14px;padding:10px}}@media (width<480px){.navbar{padding:24px 16px}}.hero-section{padding:12px 128px 64px;display:grid;grid-template-columns:1fr 1fr;align-items:center;position:relative;z-index:20;background-color:#fff}.form-box{position:sticky;z-index:11111;top:0;opacity:1;height:100vh;width:100vw;background-color:#fff;animation:slide .5s ease-in}.hero-left{display:flex;flex-direction:column;gap:18px}.hero-right{width:100%}.hero-right>img{width:100%}.her-lef-join{border-radius:100px;border:1px solid #800080;display:flex;padding:10px 20px;justify-content:center;align-items:center;gap:10px;font-family:Poppins;font-size:15px;font-style:normal;font-weight:500;line-height:129%;width:fit-content;letter-spacing:-.4px;background:var( --Group-Linear, linear-gradient( 96deg, rgba(128, 0, 128, .87) 22.35%, rgba(255, 134, 76, .87) 100% ) );background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-heading{font-size:44px}.her-lef-middle{display:flex;flex-direction:column;gap:12px}.hlm-div{display:flex;gap:16px;align-items:center}.hlm-div .hlm-div-icon{display:flex;padding:8px;justify-content:center;align-items:center;gap:10px;border-radius:14px;background:#fcf5fe}.hlm-div .hlm-div-title{color:var(--Woodsmoke-700, #4c4d52);font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:129%;letter-spacing:-.48px}.hlm-div .hlm-div-cont{color:var(--Woodsmoke-950, #1b1b1d);font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:129%;letter-spacing:-.48px}.her-lef-bottom{color:var(--Eminence-50, #fcf5fe);font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.48px;display:flex;padding:15px 34px;justify-content:center;align-items:center;gap:6px;border-radius:14px;background:linear-gradient(93deg,purple -2.68%,#9449a0 53.3%,purple 103.38%);box-shadow:0 16px 44px -5px #992e9d80;width:fit-content}.hero-heading-top{color:#3b3b3e;font-family:Poppins;font-style:normal;font-weight:700;line-height:129%;letter-spacing:-1.28px}.hero-heading-bottom{color:purple;font-family:Poppins;font-style:normal;font-weight:700;line-height:129%;letter-spacing:-1.28px}@media (width<1280px){.hero-section{padding:12px 96px 96px}}@media (width<1080px){.hero-section{padding:64px;grid-template-columns:1fr;grid-template-rows:1fr auto}}@media (width<920px){.hero-heading{font-size:42px}}@media (width<768px){.hero-section{padding:12px 48px 64px}.form-box{animation:none}.hero-heading{font-size:36px}}@media (width<580px){.hero-section{padding:12px 32px 64px}.her-lef-middle{gap:8px}.hlm-div-icon>img{width:24px;height:24px}.hero-heading{font-size:30px}}@media (width<480px){.hero-section{padding:12px 16px 64px}}.about{padding:128px;background:var(--Eminence-950, #450D45);display:flex;justify-content:space-between;align-items:center}.about-left{display:flex;flex-direction:column;gap:40px;width:50%}.about-sscreen{display:none}.about-left-top{color:var(--Nerded-Brand-slate-50, #F8FAFC);font-family:Poppins;font-style:normal;font-weight:700;letter-spacing:-2.24px;display:flex;align-items:center;gap:4px}.about-left-top>img{height:90px;border-radius:20px;transform:rotate(-3.64deg)}.about-left-bottom{color:var(--Nerded-Brand-slate-100, #F1F5F9);font-family:Poppins;font-size:24px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:-.56px;display:flex;flex-direction:column;gap:40px}.about-right{display:flex;width:50%}.about-heading{display:inline-flex;width:fit-content;font-size:48px;line-height:120%}.about-image>img{width:70%;max-width:600px;height:auto;margin-left:50px}.about-banner-image{width:90%;max-width:600px;height:auto}@media (width<1440px){.about-image>img,.about-banner-image{max-width:550px}}@media (width<1280px){.about{padding:96px}.about-image>img,.about-banner-image{max-width:500px}}@media (width<1080px){.about{padding:64px}.about-sscreen{display:flex;justify-content:center;align-items:center}.about-lscreen,.about-right{display:none}.about-left-top{justify-content:center}.about-left{width:100%;gap:10px}.about-left-top>img{max-height:80px}.about-image>img{width:70%;max-width:450px}}@media (width<920px){.about-heading{font-size:42px}}@media (width<768px){.about{padding:64px 48px}.about-heading{font-size:36px}.about-image>img{width:80%;max-width:400px;margin-left:0}}@media (width<580px){.about{padding:64px 32px}.about-left-top{flex-wrap:wrap;height:fit-content}.about-heading{font-size:30px}.about-image>img{width:90%;max-width:350px}}@media (width<480px){.about{padding:64px 16px}.about-image>img{width:100%;max-width:320px}}.claim-prizes{padding:96px 128px;display:flex;flex-direction:column;align-items:center;background:linear-gradient(90deg,#fff,#fee9ff80,#fff2eb80,#fff);gap:36px;position:relative;overflow:hidden;min-height:400px;justify-content:center}.claim-left-design{position:absolute;top:0;left:-300px;width:600px;z-index:-10;display:grid;grid-template-rows:repeat(6,1fr);gap:80px;flex-shrink:0;border-bottom-right-radius:60%;border-top-right-radius:50%;overflow:hidden}.claim-right-design{position:absolute;top:0;right:-300px;width:600px;z-index:-10;display:grid;grid-template-rows:repeat(6,1fr);gap:80px;flex-shrink:0;border-bottom-left-radius:20%;border-top-left-radius:50%;overflow:hidden}.claim-left-design>div,.claim-right-design>div{height:2.5px;background:#6a256a26}.claim-left-design-vertical,.claim-right-design-vertical{rotate:90deg}.w-10,.w-20,.w-40{position:absolute;background:var(--group-800080, rgba(128, 0, 128, .87));border-radius:50%;aspect-ratio:1;z-index:1}.w-10{width:7.5px}.w-20{width:15px;bottom:60px;left:100px}.w-40{width:30px}.w-40-1{top:50px;left:150px}.w-40-2{bottom:100px;left:22%}.w-40-3{top:80px;right:18%}.sun{position:absolute;left:15%;top:50%;transform:translateY(-50%);width:32px;height:32px;transform:rotate(-15deg)}.star1,.star2,.star3{position:absolute}.star1 svg,.star2 svg,.star3 svg{stroke-width:1.673px;stroke:var(--group-800080, rgba(128, 0, 128, .87))}.star1{width:45px;height:45px;transform:rotate(80.659deg);left:45%;top:32px}.star2{width:45px;height:45px;bottom:40px;right:40%}.star2>svg{transform:rotate(90deg)}.star3{width:40px;height:40px;right:15%;bottom:35px}.star3>svg{transform:rotate(81.891deg)}.claim-para-outer{display:flex;position:relative;justify-content:center}.claim-arrow{position:absolute;right:-10%;top:-40px}.claim-arrow>svg{width:80px}.claim-heading{color:#3b3b3e;text-align:center;text-shadow:2px 2px 0px #EB996E;font-family:Poppins;font-size:48px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:-2.88px}.claim-para{color:var(--Woodsmoke-600, #595961);text-align:center;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:-1.44px}.claim-reserve{color:var(--Eminence-50, #FCF5FE);font-family:Poppins;font-size:22px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.64px;display:flex;padding:20px 44px;justify-content:center;align-items:center;gap:6px;border-radius:14px;background:linear-gradient(93deg,purple -2.68%,#9449a0 53.3%,purple 103.38%)}.claim-top,.claim-bottom{position:relative;z-index:20}@media (width<1280px){.claim-prizes{padding:96px}}@media (width<1080px){.claim-prizes{padding:64px}.claim-reserve{padding:15px 34px}}@media (width<920px){.claim-heading{font-size:42px}.claim-para{font-size:22px}}@media (width<768px){.claim-prizes{padding:64px 48px}.claim-heading{font-size:36px}.claim-para{font-size:20px}}@media (width<580px){.claim-prizes{padding:64px 32px}.claim-heading{font-size:30px}.claim-para{font-size:18px}}@media (width<480px){.claim-prizes{padding:64px 16px}}.hackathon{padding:0 128px;display:grid;grid-template-columns:1fr 1fr;gap:40px}.hackathon-left{width:100%;padding:160px 0;display:flex;flex-direction:column;gap:24px}.hackathon-right{width:100%;padding:160px 0}.hack-heading{color:#3b3b3e;text-shadow:2px 2px 0px #EB996E;font-family:Poppins;font-size:48px;font-style:normal;font-weight:700;line-height:129%;letter-spacing:-1.28px}.hack-left-button{font-family:Poppins;font-size:20px;width:fit-content;font-style:normal;font-weight:500;line-height:129%;letter-spacing:-.48px;background:var(--Group-Linear, linear-gradient(96deg, rgba(128, 0, 128, .87) 22.35%, rgba(255, 134, 76, .87) 100%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:flex;padding:14px 20px;justify-content:center;align-items:center;gap:10px;border-radius:100px;border:1px solid #800080}.hack-step-card-outer{position:sticky;top:0;padding-top:160px;width:100%}.card-even{transform:rotate(-2deg)}.card-odd{transform:rotate(2deg)}.hackathon-left{position:sticky;top:0}@media (width<1280px){.hackathon{padding:0 96px}}@media (width<1080px){.hackathon{padding:0 64px}.hack-heading{font-size:42px}}@media (width<920px){.hackathon{padding:0 64px;grid-template-columns:1fr;grid-template-rows:1fr auto}.hackathon-left{padding:64px 0 0}.hackathon-right{padding:0 0 160px}}@media (width<768px){.hackathon{padding:0 48px}.hack-heading{font-size:36px}}@media (width<580px){.hackathon{padding:0 32px}.hack-step-card-outer{padding-top:80px}.hack-heading{font-size:30px}}@media (width<480px){.hackathon{padding:0 16px}}.hack-step-card{display:flex;padding:24px;flex-direction:column;align-items:flex-start;gap:10px;align-self:stretch;border-radius:22px;border:1px solid #B9B9B9;background:#f5f5f5}.hack-step-card-no{color:#992e9d;font-family:Poppins;font-size:24px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:-.72px}.hack-step-card-heading{color:#3b3b3e;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:-.72px}.hack-step-card-content{color:#434347;font-family:Poppins;font-size:19px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.56px}.hackathon-schedule{padding:128px;max-width:100vw;overflow:hidden;display:flex;flex-direction:column;gap:64px;position:relative;background:var(--Eminence-950, #450D45);align-items:center}.hackathon-schedule-heading{color:var(--Nerded-Brand-slate-50, #F8FAFC);font-family:Poppins;font-size:48px;font-style:normal;font-weight:700;line-height:120%;letter-spacing:-2.24px}.hackathon-schedule-cards{display:grid;grid-template-columns:repeat(3,1fr);width:100%;margin-left:200px;position:relative;z-index:2}.hackathon-schedule-card{display:grid;grid-template-columns:1fr;grid-template-rows:50px 1fr;row-gap:40px}.hack-sch-card-top{position:relative}.hack-sch-card-arrow{clip-path:polygon(88% 0,100% 48%,88% 100%,0 100%,10% 50%,0 0);width:110px;height:49px;background:var(--Eminence-700, #992E9D);display:flex;justify-content:center;align-items:center;color:var(--Eminence-50, #FCF5FE);text-align:center;font-family:Poppins;font-size:16px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:-.66px;position:relative;z-index:4}.hack-sch-arrow-stick{width:100%;height:10px;position:absolute;border-radius:100px;background:#ffffff26;top:50%;transform:translateY(-50%);left:20px;z-index:2}.hack-sch-card-bottom{display:flex;flex-direction:column;gap:12px}.hscb-bottom{display:flex;flex-direction:column;gap:16px}.hscb-date{color:#eb996e;font-family:Poppins;font-size:16px;font-style:normal;font-weight:700;line-height:129%;letter-spacing:-.48px}.hscb-topic{color:#fff;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:-1.44px}.hscb-time{color:#fff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:129%;letter-spacing:-.48px}.hacksch-left-design{position:absolute;left:-300px;width:600px;z-index:1;display:grid;grid-template-rows:repeat(6,1fr);gap:80px;flex-shrink:0;overflow:hidden}.hacksch-right-design{position:absolute;right:-300px;width:600px;z-index:1;display:grid;grid-template-rows:repeat(6,1fr);gap:80px;flex-shrink:0;overflow:hidden}.hacksch-circle-left{position:absolute;left:-300px;z-index:0;width:809.769px;height:809.769px;flex-shrink:0;filter:blur(100px);opacity:.1;border-radius:50%;background:radial-gradient(44.59% 44.59% at 50% 50%,#d9d9d9,#d9d9d900)}.hacksch-circle-right{position:absolute;right:-300px;z-index:1;width:809.769px;height:809.769px;flex-shrink:0;filter:blur(100px);top:0;opacity:.1;border-radius:50%;background:radial-gradient(44.59% 44.59% at 50% 50%,#d9d9d9,#d9d9d900)}.hacksch-left-design>div,.hacksch-right-design>div{height:2.5px;background:#ffffff0d}.hacksch-left-design-vertical,.hacksch-right-design-vertical{rotate:90deg}.hscb-horizontal{height:1px;align-self:stretch;background:#ffffff26;width:50%}@media (width<1280px){.hackathon-schedule{padding:96px}}@media (width<1080px){.hackathon-schedule{padding:96px 64px}.hackathon-schedule-cards{margin-left:100px}}@media (width<920px){.hackathon-schedule-heading{font-size:42px}.hackathon-schedule-cards{margin-left:50px}}@media (width<768px){.hackathon-schedule{padding:64px 48px}.hackathon-schedule-heading{font-size:36px}.hackathon-schedule-cards{grid-template-columns:1fr;grid-template-rows:1fr 1fr 1fr}.hackathon-schedule-card{grid-template-columns:50px 1fr;grid-template-rows:1fr;gap:50px;height:200px}.hack-sch-card-arrow{width:49px;height:110px;clip-path:polygon(50% 10%,100% 0,100% 89%,50% 100%,0 89%,0 0)}.hack-sch-arrow-stick{height:100%;width:10px;top:10px;left:50%;transform:translate(-50%)}}@media (width<580px){.hackathon-schedule{padding:64px 32px}.hackathon-schedule-heading{font-size:30px}.hackathon-schedule-cards{margin-left:0}}@media (width<480px){.hackathon-schedule{padding:64px 16px}.hackathon-schedule-card{gap:20px}}.grand-prize{padding:128px}.claim-prize-background{position:absolute;width:100%;left:0}.claim-prize-ticket{padding:96px 96px 96px 64px;border-radius:64px;background:radial-gradient(64.78% 65.99% at 20.91% 97.54%,#d333d3,purple 34.28%,#5d115d 52%,#350b35),#fff;display:flex;gap:40px;align-items:center}.cpt-left{width:50%}.cpt-left>img{width:100%}.cpt-right{display:flex;flex-direction:column;gap:32px;width:50%}.cpt-heading{color:#fff;text-shadow:2px 2px 0px #EB996E;font-family:Poppins;font-size:48px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:-2.24px}.cpt-reserve{color:var(--group-800080, rgba(128, 0, 128, .87));font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.48px;display:flex;padding:15px 34px;justify-content:center;align-items:center;gap:6px;border-radius:14px;background:#fff;width:fit-content}@media (width<1280px){.grand-prize{padding:128px 96px}.claim-prize-ticket{padding:96px 64px}}@media (width<1080px){.grand-prize{padding:96px}.cpt-heading{font-size:42px}}@media (width<920px){.grand-prize{padding:96px 64px}.claim-prize-ticket{padding:64px}}@media (width<768px){.grand-prize{padding:64px 48px}.claim-prize-ticket{flex-direction:column}.cpt-left,.cpt-right{width:100%}.cpt-heading{font-size:36px}.claim-prize-ticket{padding:32px}.cpt-reserve{padding:12px 20px;font-size:14px}.claim-prize-ticket{border-radius:40px}}@media (width<580px){.grand-prize{padding:64px 32px}.cpt-heading{font-size:30px}}@media (width<480px){.grand-prize{padding:64px 16px}}.quesDiv{width:745px;border-radius:10px;border:2px solid var(--color-guide-primary-10, #f1e9f1);background:var(--color-guide-common-white, #fff)}.quesDiv p{display:flex;justify-content:space-between;align-items:center;padding:.5rem 2rem;border-radius:20px;cursor:pointer;margin:0}.ans{width:100%;box-sizing:border-box;color:#000;background-color:#fff;box-shadow:0 1.5px 7px #8000801f;border-radius:0 0 .8rem .8rem;padding:2rem;font-family:poppins;text-align:justify}.quesDiv p .ques{font-weight:600;font-size:18px;line-height:24px;font-family:Poppins}.quesDiv p .plus{color:var(--primary-color);font-size:2rem}@media screen and (max-width: 1000px){.quesDiv{width:90vw;border-radius:10px;border:2px solid var(--color-guide-primary-10, #f1e9f1);background:var(--color-guide-common-white, #fff);position:relative}.quesDiv p{display:flex;width:100%;justify-content:space-between;align-items:center;border-radius:20px;cursor:pointer;box-sizing:border-box;margin:0}.ans{width:100%;box-sizing:border-box;color:#000;background-color:#fff;box-shadow:0 1.5px 7px #8000801f;border-radius:0 0 .8rem .8rem;padding:2rem;text-align:justify}.quesDiv p .ques{font-weight:400;font-size:16px;line-height:24px}.quesDiv p .plus{color:var(--primary-color);font-size:2rem}}.ifaq-cont{width:100vw;height:auto;display:flex;flex-direction:column;justify-content:center;padding:50px 0 30px;align-items:center}.ifaq-inner-cont{width:80vw;height:auto;display:flex;flex-direction:column;gap:30px;justify-content:center;align-items:center}.ifaq-main-cont{display:flex;justify-content:center;align-items:center;gap:20px;flex-direction:column}.ifaq-sub-head{color:var(--color-guide-neutral-80, #5b585b);font-family:Poppins;font-size:32px;font-style:normal;font-weight:400;line-height:normal;text-transform:capitalize}.ifaq-head{background:linear-gradient(223deg,purple -1.69%,purple 100.08%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-family:Poppins;font-size:40px;font-style:normal;font-weight:600;line-height:normal;text-transform:capitalize}@media screen and (max-width: 1000px){.ifaq-inner-cont{width:100%}.ifaq-main-cont{display:flex;width:90%}.ifaq-sub-head{width:80%;color:var(--color-guide-neutral-80, #5b585b);font-family:Poppins;font-size:20px;font-style:normal;font-weight:400;line-height:normal;text-transform:capitalize;justify-content:center;align-items:center;display:flex}.ifaq-head{background:linear-gradient(223deg,purple -1.69%,purple 100.08%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal;text-transform:capitalize;justify-content:center;align-items:center;display:flex}}.ifoot-cont{width:100vw;display:flex;background:#e8e7ffa1;padding:25px 0;cursor:default;flex-wrap:wrap;row-gap:20px;justify-content:space-evenly;align-content:flex-start}.ifoot-head{color:#000;font-family:Poppins;font-size:22px;font-style:normal;font-weight:600;line-height:167%}.ifoot-text{color:#626262;font-family:Poppins;font-size:22px;font-style:normal;font-weight:500;line-height:192%}.ifoot-main-cont{width:250px;display:flex;flex-direction:column;gap:20px;padding:10px}a{text-decoration:none}.ifoot-inner-cont{display:flex;flex-direction:column;gap:15px}.ifoot-inner-cont1{display:flex;gap:10px}.ifoot-inner-cont1 img{cursor:pointer}@media screen and (max-width: 1200px){.ifoot-text{font-size:clamp(15px,1.9vw,18px)}.ifoot-main-cont{width:240px}}@media screen and (max-width: 600px){.ifoot-cont{width:100vw;display:flex;justify-content:space-evenly;background:#e8e7ffa1;padding:25px 0;cursor:default;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;row-gap:5px}.ifoot-inner-cont{gap:5px}.ifoot-main-cont{gap:10px}.ifoot-text{color:#455a64e6;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:normal}}.why-participate{font-family:poppins;padding:4rem;background:#fff;min-height:80vh;display:flex;align-items:center;justify-content:center}.why-participate-container{max-width:1200px;width:100%;margin:0 auto}.why-participate-header{text-align:center;margin-bottom:4rem}.why-participate-title{font-size:2.5rem;font-weight:500;color:#1a202c;margin-bottom:1rem;line-height:1.2}.why-participate-highlight{color:purple;font-weight:700;position:relative}.why-participate-subtitle{font-size:1.5rem;color:#64748b;margin:0 auto}.why-participate-benefits-grid{display:grid;padding:20px;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}.why-participate-benefit-card{background:#fffcfd;padding:2rem 1.5rem;border-radius:16px;text-align:center;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease;border:1px solid #f1f5f9}.why-participate-benefit-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.why-participate-benefit-icon-wrapper{display:flex;justify-content:center;margin-bottom:1.5rem}.why-participate-benefit-icon{width:3rem;height:3rem;color:purple;stroke-width:1.5}.why-participate-benefit-title{font-size:1.125rem;font-weight:600;color:#1a202c;margin-bottom:.5rem;line-height:1.4}.why-participate-benefit-subtitle{font-size:1rem;color:#64748b;margin:0;line-height:1.5}@media (max-width: 1200px){.why-participate-title{font-size:1.8rem}.why-participate-benefits-grid{grid-template-columns:repeat(2,1fr);padding:15px}}@media (max-width: 768px){.why-participate{padding:3rem}.why-participate-title{font-size:1.6rem}.why-participate-subtitle{font-size:1rem}.why-participate-benefits-grid{grid-template-columns:1fr;gap:1.5rem;padding:10px}.why-participate-benefit-card{padding:1.5rem 1rem}}@media (max-width: 480px){.why-participate-title{font-size:1.4rem}.why-participate-benefit-icon{width:2.5rem;height:2.5rem}.why-participate-benefit-title{font-size:1rem}}.certificate-section{font-family:poppins;padding:4rem 1rem;background:#fff;min-height:60vh;display:flex;align-items:center;justify-content:center}.certificate-container{max-width:1200px;width:100%;margin:0 auto}.certificate-header{text-align:center;margin-bottom:4rem}.certificate-title{font-size:2.5rem;font-weight:500;color:#1a202c;margin-bottom:1rem;line-height:1.2}.certificate-highlight{color:purple;font-weight:700;position:relative}.certificate-content{display:flex;flex-direction:column;align-items:center;justify-content:center}.certificate-image-wrapper{position:relative;display:flex;justify-content:center;align-items:center;width:100%;max-width:600px;margin:0 auto}.certificate-image-wrapper img{width:100%;height:auto;display:block;box-shadow:0 8px 24px #00000026}.certificate-text{padding-top:2rem;font-size:1.25rem;font-weight:700}.certificate-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:500px}.certificate-badge{background:linear-gradient(135deg,#fff9e6,#fff4cc);border:3px solid #e91e63;border-radius:12px;padding:2rem;text-align:center;box-shadow:0 10px 30px #0000001a;position:relative}.certificate-badge:before,.certificate-badge:after{content:"";position:absolute;width:20px;height:20px;background:#e91e63;border-radius:50%}.certificate-badge:before{top:-10px;left:-10px}.certificate-badge:after{top:-10px;right:-10px}.certificate-header-text{font-size:.875rem;font-weight:600;color:#e91e63;margin-bottom:.5rem;letter-spacing:1px}.certificate-subtext{font-size:.75rem;color:#64748b;margin-bottom:1rem}.certificate-name{font-size:1.5rem;font-weight:700;color:#d4af37;margin-bottom:1rem;letter-spacing:2px}.certificate-description{font-size:.875rem;color:#1a202c;margin-bottom:1.5rem}.certificate-signatures{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem}.signature-left,.signature-right{text-align:center;flex:1}.signature-line{width:80px;height:1px;background:#64748b;margin:0 auto .25rem}.signature-text{font-size:.625rem;color:#64748b;font-weight:500}.certificate-logo{font-size:1.5rem;margin:0 1rem}.certificate-info{text-align:left}.certificate-info-title{font-size:1.5rem;font-weight:600;color:#1a202c;margin-bottom:1rem}.certificate-info-description{font-size:1.125rem;color:#64748b;line-height:1.7;margin:0}@media (max-width: 1024px){.certificate-content,.certificate-info{text-align:center}.certificate-title{font-size:2.2rem}}@media (max-width: 768px){.certificate-section{padding:2rem 1rem}.certificate-title{font-size:1.8rem}.certificate-badge{padding:1.5rem}.certificate-name{font-size:1.25rem}}@media (max-width: 480px){.certificate-section{padding:1rem;min-height:60vh}.certificate-title{font-size:1.5rem}.certificate-badge{padding:1rem}.certificate-name{font-size:1rem}.certificate-signatures{flex-direction:column;gap:1rem}.certificate-logo{order:-1;margin:0 0 1rem}}.succ-cont{width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;gap:10px;background-color:#8000801d}.succ-sub-cont{width:100vw;height:100vh;display:flex;justify-content:center;flex-direction:column;align-items:center;gap:10px}.succ-gcal-btn svg{margin-right:8px}.succ-cont:before{content:"";filter:blur(12px);background-size:cover;background-repeat:no-repeat;position:absolute;top:0%;left:0%;right:0%;bottom:0%;z-index:-1}.succ-head{color:purple;font-family:Archivo;font-size:45px;font-style:normal;font-weight:500;line-height:139.3%;text-transform:capitalize;display:flex;justify-content:center;align-items:center;font-family:Poppins}.succ-logo{width:auto;height:auto;display:flex;justify-content:center;align-items:center}.succ-logo img{width:200px;height:auto}.succ-hack{font-family:Archivo;font-size:48px;font-style:normal;font-weight:700;line-height:139.3%;text-transform:capitalize;font-family:Poppins;color:purple;display:flex;justify-content:center;align-items:center}.succ-text{display:flex;justify-content:center;align-items:center;width:800px;max-width:90vw;font-size:20px;font-family:poppins;height:auto;text-align:center;color:#911191d3}.succ-conttt{width:auto!important;display:flex;justify-content:center;align-items:center}.succ-conttt a{margin:0}.succ-subcontainer{width:clamp(200px,90vw,400px)}.succ-what,.succ-gcal-btn{border-radius:15px;border:4px solid white;background:linear-gradient(169deg,#1faf38 7.84%,#60d669 91.17%);box-shadow:0 5px 50px -15px #f0a20280;display:flex;padding:15px 20px;justify-content:center;align-items:center;gap:18px;text-align:center;color:#fff;font-family:poppins;font-size:clamp(18px,3vw,22px);font-style:normal;font-weight:600;line-height:normal}.f-page{display:flex;flex-direction:column;width:80%}.form-container{width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;position:relative;flex-direction:column}.form-logo-cont{position:absolute;display:flex;width:100vw;padding:0 30px;justify-content:space-between;align-items:center;top:0}.forrm-head{font-family:Archivo;font-size:48px;font-style:normal;font-weight:700;line-height:139.3%;text-transform:capitalize;background:linear-gradient(90deg,#e3d34b 2.3%,#53e544 111.08%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;visibility:hidden}.form-close{width:30px;display:flex;justify-content:center;align-items:center;cursor:pointer}.form-logo-cont img{width:120px}.form-reg-head{position:absolute;bottom:105%;color:purple;font-family:Poppins;font-size:32px;font-style:normal;font-weight:500;line-height:139.3%}.form-reg-head1{position:absolute;bottom:102%;color:#b703b7;font-family:Poppins;font-size:11px;font-style:normal;font-weight:500;line-height:139.3%}.form-close img{width:50px;transition:all .4s ease-out}.form-close img:hover{width:40px}.form-container:before{content:"";filter:blur(12px);background-size:cover;background-repeat:no-repeat;position:absolute;top:0%;left:0%;right:0%;bottom:0%;z-index:-1}.s-page-btn-cont{display:flex;gap:10px;width:100%;justify-content:center}.form-cont{position:relative;width:450px;height:auto;padding:30px 0;display:flex;justify-content:center;align-items:center;box-shadow:10px 10px 10px #1e1e1e80;border-radius:13px;border:1px solid #800080;background:#1616162f}.f-page label{color:purple;font-family:Poppins;font-size:22px;font-style:normal;font-weight:500;line-height:139.3%}.f-page h2{color:#fff;text-align:center;font-size:25px;margin-top:0}.f-page input{width:100%;padding:10px;margin:5px 0 30px;border-radius:5px;border:2px solid #800080;background:#d9d9d900;font-size:16px;color:purple;outline:none;background:transparent}.f-page select{width:100%;padding:10px 1.4em 10px 10px;margin:5px 0 30px;border-radius:5px;border:2px solid #800080;background:#d9d9d900;font-size:16px;color:purple;outline:none;background:transparent;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23800080%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);background-repeat:no-repeat;background-position:right .7em top 50%;background-size:.65em auto}.f-page select option{color:purple;background-color:#f1f1f1;font-size:16px;padding:10px}.f-page button{border-radius:6px;background:var(--Linear-Eminence, linear-gradient(180deg, #B73BBE 0%, #992E9D 93.51%));display:flex;width:131px;height:39px;align-self:flex-end;padding:20px 35px;font-family:Poppins;font-size:18px;font-weight:600;justify-content:center;align-items:center;gap:10px;flex-shrink:0;outline:none;color:#fff}.f-page button:active{transform:scale(.9)}.f-page input::placeholder{color:#800080bf;font-size:14px}.phone-input-wrapper{margin-top:5px;width:100%;margin-bottom:30px}.phone-input-wrapper .PhoneInput{width:100%}.phone-input-wrapper .PhoneInputInput{width:100%;padding:10px;margin:5px 0;border-radius:5px;border:2px solid #800080;background:#d9d9d900;font-size:16px;color:purple;outline:none;background:transparent}.phone-input-wrapper .PhoneInputCountry{margin-right:10px;padding-left:5px}.phone-input-wrapper .PhoneInputCountryIcon{margin-right:8px;width:25px;height:auto}.phone-input-wrapper .PhoneInputCountrySelectArrow{margin-left:5px;color:purple}.phone-input-wrapper .PhoneInputCountrySelect{color:purple;background:transparent}@media screen and (max-width: 600px){.form-cont{width:90vw;height:auto}.forrm-head{display:none}.f-page input[type=text],input[type=email],input[type=number],.f-page select{padding:8px;margin:4px 0;border-radius:10px}.form-logo-cont{padding:0 10px}.f-page button{padding:10px 16px}}@media screen and (max-width: 600px){.form-cont{height:auto}.forrm-head{display:none}.form-reg-head{bottom:105%}.form-reg-head1{bottom:102%;font-size:8px;width:100vw;display:flex;align-items:center;justify-content:center}.f-page{gap:10px}.f-page input[type=text],input[type=email],input[type=number],.f-page select{padding:8px;margin:4px 0;border-radius:10px}.form-logo-cont{padding:0 10px}.f-page button{padding:10px 16px}}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.hackathons .videothon *{margin:0;padding:0;box-sizing:border-box}.hackathons .videothon .fw-700{font-weight:700}.hackathons .videothon .button-animation-parent{position:relative;overflow:hidden}.hackathons .videothon .button-animation-div{position:absolute;width:32px;height:100%;transform:rotate(15deg);background:#fff;mix-blend-mode:overlay;filter:blur(24px);left:-100px;animation:button-ani 2s ease infinite forwards;z-index:1}.hackathons .videothon .hack-sch-card-arrow{position:relative;z-index:10}.hackathons .videothon .hack-sch-animation{position:absolute;top:50%;height:8px;z-index:1;left:10px;transform:translateY(-50%);width:40px;background:var(--Eminence-700, #f97316);animation:schedule-ani 1.5s ease-in infinite forwards}.hackathons .videothon .hack-sch-animation-1{animation:schedule-ani1 3s ease-in infinite forwards}.hackathons .videothon .hack-sch-animation-2{animation:schedule-ani2 3s ease-in infinite forwards}.hackathons .videothon .section-heading{color:#111;text-align:center;font-family:Inter;font-size:48px;font-weight:400;line-height:130%}.hackathons .videothon .section-heading-orange{color:#f97316;font-family:Poppins;font-weight:700}@media (width < 1080px){.hackathons .videothon .section-heading{font-size:40px}}@media (width < 768px){.hackathons .videothon .section-heading{font-size:34px}}@media (width < 580px){.hackathons .videothon .section-heading{font-size:28px}}@keyframes button-ani{75%{left:100%}to{left:100%}}@keyframes schedule-ani1{50%{left:calc(100% + 20px)}to{left:calc(100% + 20px)}}@keyframes schedule-ani2{0%{left:20px}50%{left:20px}to{left:calc(100% + 20px)}}.hackathons .videothon .hackathon-home{background:#fff;width:100%;height:100dvh;overflow-y:auto}.hackathons .videothon .bct{width:100%;display:flex;flex-direction:column;align-items:center;padding:96px 44px;gap:30px;background:radial-gradient(57.07% 56.3% at 13.02% 106.83%,#d26e38,#0f1e3a)}.hackathons .videothon .bct-top-heading{color:#fff;text-align:center;font-family:Poppins;font-size:43px;font-weight:600;line-height:160%}.hackathons .videothon .bct-para{color:#fff;text-align:center;font-family:Poppins;font-size:24px;font-weight:400;line-height:130%;opacity:.7}.hackathons .videothon .bct-rff{color:#000;text-align:center;font-family:Poppins;font-size:16px;font-weight:700;line-height:105%;letter-spacing:-.1px;display:flex;height:45px;padding:14px 40px 13px 38px;justify-content:center;align-items:center;border-radius:12px;background:#fff;cursor:pointer}.hackathons .videothon .hackathon-floater{position:sticky;bottom:0;width:100%;min-height:59px;background:#fff;box-shadow:0 4px 33px #00000040;display:none;align-items:center;gap:4px;padding:10px 16px;justify-content:center;z-index:111;animation:float .8s 1 forwards}.hackathons .videothon .hackathon-floater-right{display:flex;width:222px;height:48px;padding:10px 14px;justify-content:center;align-items:center;gap:4px;flex-shrink:0;border-radius:8px;background:radial-gradient(88.03% 84.58% at 40.95% 124.22%,#d26e38,#0f1e3a);box-shadow:0 5px 17px -7px #992e9d80;color:#fcf5fe;font-family:Poppins;font-size:16px;font-weight:500;letter-spacing:-.3px;cursor:pointer}.hackathons .videothon .hackathon-floater-left{color:#474747;font-family:Poppins;font-size:15px;font-weight:600;line-height:126%;letter-spacing:-.3px;max-width:125px}.hackathons .videothon .videthon-text-orange{color:#df7c4d}.hackathons .videothon .tutedude-videothon-marquee{width:100%;height:66px;background:#e88752;overflow:hidden;position:sticky;top:0;z-index:1000;display:flex;align-items:center}.hackathons .videothon .tutedude-videothon-track{display:flex;align-items:center;white-space:nowrap;animation:tutedude-videothon-scroll 20s linear infinite}.hackathons .videothon .tutedude-videothon-link{color:#fff;font-size:20.21px;font-family:Poppins,sans-serif;font-weight:700;line-height:24.25px;margin:0 13px;text-decoration:none;transition:opacity .2s ease}.hackathons .videothon .tutedude-videothon-link:hover{opacity:.7}.hackathons .videothon .tutedude-videothon-dot{width:14px;height:14px;background:#fff;border-radius:50%;margin:0 13px;flex-shrink:0}@media (width<880px){.hackathons .videothon .bct-top-heading{font-size:36px}.hackathons .videothon .bct-para{font-size:20px}}@media (width<768px){.hackathons .videothon .hackathon-floater{display:flex}}@media (width<580px){.hackathons .videothon .bct-top-heading{font-size:28px}.hackathons .videothon .bct-para{font-size:16px}.hackathons .videothon .bct{gap:26px}.hackathons .videothon .tutedude-videothon-marquee{height:38px}.hackathons .videothon .tutedude-videothon-link{font-size:12px;margin:0 7px}.hackathons .videothon .tutedude-videothon-dot{width:5px;height:5px;margin:0}}@media (width<375px){.hackathons .videothon .bct{padding:80px 32px}}@keyframes float{0%{bottom:-100%}to{bottom:0}}@keyframes tutedude-videothon-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.hackathons .videothon .about{padding:96px 128px;display:flex;align-items:center;justify-content:center;width:100%;background:radial-gradient(57.07% 56.3% at 13.02% 106.83%,#d26e38,#0f1e3a);gap:78px}.hackathons .videothon .about-right{display:flex;flex-direction:column;align-items:flex-start;gap:24px;width:100%;max-width:518px}.hackathons .videothon .about-right-top{color:#f8fafc;font-family:Poppins;font-size:48px;font-weight:400;line-height:120%;letter-spacing:-1.9px}.hackathons .videothon .about-right-bottom{color:#ffffffd6;font-family:Poppins;font-size:24px;font-weight:400;max-width:486px}.hackathons .videothon .about-left{max-width:100%}.hackathons .videothon .about-left img{max-width:550px;width:100%}.hackathons .videothon .about-right-bottom-badge{font-weight:700;padding:0 10px;background-color:#fff;color:#101f3b;border-radius:16px}@media (width<1280px){.hackathons .videothon .about{padding:64px 96px}.hackathons .videothon .about-right-top{font-size:40px}.hackathons .videothon .about-right-bottom{font-size:21px}}@media (width<1024px){.hackathons .videothon .about{padding:64px;gap:50px;flex-direction:column-reverse;align-items:flex-start}.hackathons .videothon .about-right-top{font-size:36px}.hackathons .videothon .about-right-bottom{font-size:18px}}@media (width<580px){.hackathons .videothon .about{padding:64px 16px;gap:39px}.hackathons .videothon .about-right-top{font-size:28px}.hackathons .videothon .about-right-bottom{font-size:16px}.hackathons .videothon .about-right{gap:20px}}.hackathons .videothon .benefits{padding:65px 128px;width:100%;display:flex;align-items:center;flex-direction:column;gap:51px}.hackathons .videothon .benefits-top-para{color:#595961;text-align:center;font-family:Poppins;font-size:24px;font-weight:500;letter-spacing:-.9px;padding-top:9px}.hackathons .videothon .benefits-cards{display:grid;gap:20px;grid-template-columns:repeat(4,1fr);grid-template-rows:1fr;max-width:1144px;width:100%}.hackathons .videothon .benefits-card{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100%;min-height:240px;border-radius:18px;background:#33333303;box-shadow:0 4px 9px #00000040;gap:16px;padding:15px;overflow:hidden;position:relative}.hackathons .videothon .benefits-card-para{color:#333;text-align:center;font-family:Poppins;font-size:20px;font-weight:600;line-height:150%}.hackathons .videothon .benefits-card-oval{position:absolute;width:272px;height:69px;flex-shrink:0;border-radius:272px;opacity:.7;background:linear-gradient(90deg,#eb996e 2.1%,#ffb9123b 85.05%);filter:blur(100px)}@media (width<1024px){.hackathons .videothon .benefits{padding:50px 64px;gap:36px}.hackathons .videothon .benefits-cards{grid-template-columns:repeat(2,1fr)}.hackathons .videothon .benefits-card{min-height:200px}}@media (width<768px){.hackathons .videothon .benefits{padding:50px 32px;gap:28px}.hackathons .videothon .benefits-top-para{font-size:20px}.hackathons .videothon .benefits-card{padding:10px}.hackathons .videothon .benefits-card-icon>svg{width:37px;height:37px}.hackathons .videothon .benefits-card-para{font-size:16px}.hackathons .videothon .benefits-cards{gap:14px}}@media (width<580px){.hackathons .videothon .benefits{padding:50px 20px;gap:18px}.hackathons .videothon .benefits-top-para{font-size:16px}.hackathons .videothon .benefits-card-para{font-size:13px}.hackathons .videothon .benefits-card{min-height:160px;border-radius:12px}}.hackathons .videothon .bpt{padding:128px 0 70px;display:flex;flex-direction:column;gap:50px;width:100%}.hackathons .videothon .bpt-heading{color:#111;text-align:center;padding:0 20px;font-family:Inter;font-size:48px;font-weight:400;line-height:125%}.hackathons .videothon .swiper-wrapper.swiper-wrapper{margin-left:300px}.hackathons .videothon .bpt-main-slides.bpt-main-slides{width:300px;height:292px;padding:60px 10px 20px 20px;border-radius:12px;box-shadow:0 4px 8px #00000021}.hackathons .videothon .bpt-main-slides-top{padding-bottom:13px}.hackathons .videothon .bpt-msb-head{font-family:Poppins;font-size:20px;font-weight:700;line-height:120%}.hackathons .videothon .bpt-msb-content{font-family:Poppins;font-size:18px;font-weight:400;line-height:140%;max-width:239px;padding-top:9px}.hackathons .videothon .bpt-main-navigation{display:none;align-items:center;justify-content:center;gap:3px;margin-top:25px}.hackathons .videothon .bpt-main-navigation-dot{width:11px;height:11px;border-radius:20px;background:#d5d5d56b;cursor:pointer;transition:all .3s}.hackathons .videothon .bpt-main-navigation-dot.active{width:26px;height:11px;border-radius:20px;background:#df7c4d}@media (width<1080px){.hackathons .videothon .bpt{padding:40px 0}.hackathons .videothon .swiper-wrapper.swiper-wrapper{margin-left:0}}@media (width<768px){.hackathons .videothon .bpt{gap:28px}.hackathons .videothon .bpt-main-slides.bpt-main-slides{width:230px;height:224px;padding:35px 10px 10px}.hackathons .videothon .bpt-main-slides-top>svg,.hackathons .videothon .bpt-main-slides-top>img{width:43px;height:43px}.hackathons .videothon .bpt-msb-head,.hackathons .videothon .bpt-msb-content{font-size:16px}.hackathons .videothon .bpt-msb-content{padding-top:0}.hackathons .videothon .bpt-main-navigation{display:flex}}@media (width<580px){.hackathons .videothon .bpt{padding:36px 0}.hackathons .videothon .bpt-heading{font-size:28px}.hackathons .videothon .bpt-msb-head{padding-bottom:5px}.hackathons .videothon .bpt-main-slides-top{padding-bottom:7px}.hackathons .videothon .bpt-main-slides.bpt-main-slides{width:160px;height:155px;padding:28px 10px 10px;border-radius:6px;box-shadow:0 2.123px 4.247px #00000021}.hackathons .videothon .bpt-main-slides-top>svg,.hackathons .videothon .bpt-main-slides-top>img{width:31px;height:31px}.hackathons .videothon .bpt-msb-head,.hackathons .videothon .bpt-msb-content{font-size:11px}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hackathons .videothon .certificate{padding:65px 128px;display:flex;align-items:center;flex-direction:column;width:100%}.hackathons .videothon .certificate-img{max-width:100%;margin-top:43px;margin-bottom:25px;box-shadow:0 4px 24.4px #00000040}.hackathons .videothon .certificate-para{color:#343434;text-align:center;font-family:Poppins;font-size:24px;font-weight:700;letter-spacing:-.4px}@media (width<1024px){.hackathons .videothon .certificate{padding:50px 64px}}@media (width<768px){.hackathons .videothon .certificate{padding:50px 32px}.hackathons .videothon .certificate-img{margin-bottom:20px}.hackathons .videothon .certificate-para{font-size:20px}}@media (width<580px){.hackathons .videothon .certificate{padding:50px 20px}}.hackathons .videothon .claim-prizes{padding:96px 128px;display:flex;flex-direction:column;align-items:center;background:linear-gradient(90deg,#fff,#ffdec71c,#fff2eb80,#fff);gap:36px;position:relative;overflow:hidden;min-height:400px;justify-content:center}.hackathons .videothon .claim-left-design{position:absolute;top:0;left:-300px;width:600px;z-index:-10;display:grid;grid-template-rows:repeat(6,1fr);gap:80px;flex-shrink:0;border-bottom-right-radius:60%;border-top-right-radius:50%;overflow:hidden}.hackathons .videothon .claim-right-design{position:absolute;top:0;right:-300px;width:600px;z-index:-10;display:grid;grid-template-rows:repeat(6,1fr);gap:80px;flex-shrink:0;border-bottom-left-radius:20%;border-top-left-radius:50%;overflow:hidden}.hackathons .videothon .claim-left-design>div,.hackathons .videothon .claim-right-design>div{height:2.5px;background:#6a256a26}.hackathons .videothon .claim-left-design-vertical,.hackathons .videothon .claim-right-design-vertical{rotate:90deg}.hackathons .videothon .w-10,.hackathons .videothon .w-20,.hackathons .videothon .w-40{position:absolute;background:#f97316;border-radius:50%;aspect-ratio:1;z-index:1}.hackathons .videothon .w-10{width:7.5px}.hackathons .videothon .w-20{width:15px;bottom:60px;left:100px}.hackathons .videothon .w-40{width:30px}.hackathons .videothon .w-40-1{top:50px;left:150px}.hackathons .videothon .w-40-2{bottom:100px;left:22%}.hackathons .videothon .w-40-3{top:80px;right:18%}.hackathons .videothon .sun{position:absolute;left:15%;top:50%;transform:translateY(-50%);width:32px;height:32px;transform:rotate(-15deg)}.hackathons .videothon .star1,.hackathons .videothon .star2,.hackathons .videothon .star3{position:absolute}.hackathons .videothon .star1 svg path,.hackathons .videothon .star2 svg path,.hackathons .videothon .star3 svg path{stroke-width:1.673px;stroke:#f97316}.hackathons .videothon .star1{width:45px;height:45px;transform:rotate(80.659deg);left:45%;top:32px}.hackathons .videothon .star2{width:45px;height:45px;bottom:40px;right:40%}.hackathons .videothon .star2>svg{transform:rotate(90deg)}.hackathons .videothon .star3{width:40px;height:40px;right:15%;bottom:35px}.hackathons .videothon .star3>svg{transform:rotate(81.891deg)}.hackathons .videothon .claim-para-outer{display:flex;position:relative;justify-content:center}.hackathons .videothon .claim-arrow{position:absolute;right:-10%;top:-40px}.hackathons .videothon .claim-arrow>svg{width:80px}.hackathons .videothon .claim-heading{color:#3b3b3e;text-align:center;text-shadow:2px 2px 0px #eb996e;font-family:Poppins;font-size:48px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:-1.5px}.hackathons .videothon .claim-para{color:var(--Woodsmoke-600, #595961);text-align:center;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:-1.44px}.hackathons .videothon .claim-reserve{color:var(--Eminence-50, #fcf5fe);font-family:Poppins;font-size:22px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.64px;display:flex;padding:20px 44px;justify-content:center;align-items:center;gap:6px;border-radius:10.5px;background:radial-gradient(57.07% 56.3% at 13.02% 106.83%,#d26e38,#0f1e3a);cursor:pointer}.hackathons .videothon .claim-top,.hackathons .videothon .claim-bottom{position:relative;z-index:20}@media (width<1280px){.hackathons .videothon .claim-prizes{padding:96px}}@media (width<1080px){.hackathons .videothon .claim-prizes{padding:64px}.hackathons .videothon .claim-reserve{padding:15px 34px}}@media (width<920px){.hackathons .videothon .claim-heading{font-size:42px}.hackathons .videothon .claim-para{font-size:22px}}@media (width<768px){.hackathons .videothon .claim-prizes{padding:64px 48px}.hackathons .videothon .claim-heading{font-size:36px}.hackathons .videothon .claim-para{font-size:20px}.hackathons .videothon .star1,.hackathons .videothon .star2,.hackathons .videothon .w-20,.hackathons .videothon .w-10,.hackathons .videothon .w-40-1{display:none}.hackathons .videothon .w-40-3{top:30px;left:26px}.hackathons .videothon .sun{top:22px;right:35px;left:unset}.hackathons .videothon .claim-arrow{right:-5px;top:0}.hackathons .videothon .claim-arrow>svg{width:43px;height:35px}.hackathons .videothon .star3{left:21px}.hackathons .videothon .star3>svg{width:22px;height:22px}.hackathons .videothon .claim-reserve{font-size:16px;padding:12px 28px}}@media (width<580px){.hackathons .videothon .claim-prizes{padding:64px 32px}.hackathons .videothon .claim-heading{font-size:30px}.hackathons .videothon .claim-para{font-size:18px}.hackathons .videothon .claim-arrow{right:-5px;top:30px;rotate:40deg}}@media (width<480px){.hackathons .videothon .claim-prizes{padding:64px 16px}}.hackathons .videothon .faq{padding:65px 128px;display:flex;align-items:center;flex-direction:column;width:100%;gap:67px}.hackathons .videothon .faq-main{width:100%;display:flex;padding:0 45px 45px;flex-direction:column;align-items:center;border-radius:13px;background:#fff;box-shadow:0 4px 13px #0000003b}.hackathons .videothon .faq-item{display:flex;padding:27px 0;flex-direction:column;align-items:flex-start;gap:27px;width:100%;border-bottom:1.2px solid #d5d5d5}.hackathons .videothon .faq-item-top{display:flex;align-items:center;gap:22px;width:100%;justify-content:space-between;cursor:pointer}.hackathons .videothon .faq-item-top-ques{color:#333;font-family:Poppins;font-size:18px;font-weight:500;line-height:150%}.hackathons .videothon .faq-item-ans{color:#4c4c4c;font-family:Poppins;font-size:15px;font-weight:400;line-height:150%;letter-spacing:-.1px}@media (width<1024px){.hackathons .videothon .faq{padding:50px 64px;gap:48px}}@media (width<768px){.hackathons .videothon .faq{padding:50px 32px;gap:24px}.hackathons .videothon .faq-item-top-ques{font-size:16px}.hackathons .videothon .faq-item-ans{font-size:14px}.hackathons .videothon .faq-item{padding:24px 0}.hackathons .videothon .faq-item-top-icon{width:34px;height:34px}.hackathons .videothon .faq-main{padding:0 13px 40px;border-radius:12px}}@media (width<580px){.hackathons .videothon .faq{padding:50px 12px}}.hackathons .videothon .hackathon-schedule{padding:128px;max-width:100vw;overflow:hidden;display:flex;flex-direction:column;gap:64px;position:relative;background:radial-gradient(57.07% 56.3% at 13.02% 106.83%,#d26e38,#0f1e3a);align-items:center}.hackathons .videothon .hackathon-schedule-heading{color:#f8fafc;font-family:Poppins;font-size:48px;font-weight:400;line-height:120%;letter-spacing:-1.9px}.hackathons .videothon .hackathon-schedule-cards{display:grid;grid-template-columns:repeat(3,1fr);width:100%;margin-left:200px;position:relative;z-index:2;gap:8px}.hackathons .videothon .hackathon-schedule-card{display:grid;grid-template-columns:1fr;grid-template-rows:50px 1fr;row-gap:40px}.hackathons .videothon .hack-sch-card-top{position:relative}.hackathons .videothon .hack-sch-card-arrow{clip-path:polygon(88% 0,100% 48%,88% 100%,0 100%,10% 50%,0 0);width:110px;height:49px;background:#f97316;display:flex;justify-content:center;align-items:center;color:#fcf5fe;text-align:center;font-family:Poppins;font-size:16px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:-.66px;position:relative;z-index:4}.hackathons .videothon .hack-sch-arrow-stick{width:100%;height:10px;position:absolute;border-radius:100px;background:#ffffff26;top:50%;transform:translateY(-50%);left:20px;z-index:2}.hackathons .videothon .hack-sch-card-bottom{display:flex;flex-direction:column;gap:12px}.hackathons .videothon .hscb-bottom{display:flex;flex-direction:column;gap:16px}.hackathons .videothon .hscb-date{color:#eb996e;font-family:Poppins;font-size:16px;font-style:normal;font-weight:700;line-height:129%;letter-spacing:-.48px}.hackathons .videothon .hscb-topic{color:#fff;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:-1.44px}.hackathons .videothon .hscb-time{color:#fff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:129%;letter-spacing:-.48px;display:flex;align-items:center;flex-wrap:wrap;gap:6px}.hackathons .videothon .hacksch-left-design{position:absolute;left:-300px;width:600px;z-index:1;display:grid;grid-template-rows:repeat(6,1fr);gap:80px;flex-shrink:0;overflow:hidden}.hackathons .videothon .hacksch-right-design{position:absolute;right:-300px;width:600px;z-index:1;display:grid;grid-template-rows:repeat(6,1fr);gap:80px;flex-shrink:0;overflow:hidden}.hackathons .videothon .hacksch-circle-left{position:absolute;left:-300px;z-index:0;width:809.769px;height:809.769px;flex-shrink:0;filter:blur(100px);opacity:.1;border-radius:50%;background:radial-gradient(44.59% 44.59% at 50% 50%,#d9d9d9,#d9d9d900)}.hackathons .videothon .hacksch-circle-right{position:absolute;right:-300px;z-index:1;width:809.769px;height:809.769px;flex-shrink:0;filter:blur(100px);top:0;opacity:.1;border-radius:50%;background:radial-gradient(44.59% 44.59% at 50% 50%,#d9d9d9,#d9d9d900)}.hackathons .videothon .hacksch-left-design>div,.hackathons .videothon .hacksch-right-design>div{height:2.5px;background:#ffffff0d}.hackathons .videothon .hacksch-left-design-vertical,.hackathons .videothon .hacksch-right-design-vertical{rotate:90deg}.hackathons .videothon .hscb-horizontal{height:1px;align-self:stretch;background:#ffffff26;width:50%}.hackathons .videothon .hscb-time-dot{width:4px;height:6px;border-radius:85px;background:#ffffff1a;display:inline-block;margin:auto 9px auto 0}.hackathons .videothon .youtube-icon{background:#fff;padding:0;line-height:0;border-radius:8px;display:inline-block;width:fit-content;width:35px;height:26px}.hackathons .videothon .youtube-icon img{position:relative;transform:scale(1.1);width:100%;height:100%}@media (width<1280px){.hackathons .videothon .hackathon-schedule{padding:96px}}@media (width<1080px){.hackathons .videothon .hackathon-schedule{padding:96px 64px}.hackathons .videothon .hackathon-schedule-cards{margin-left:100px}}@media (width<920px){.hackathons .videothon .hackathon-schedule-heading{font-size:42px}.hackathons .videothon .hackathon-schedule-cards{margin-left:50px}}@media (width<768px){.hackathons .videothon .hackathon-schedule{padding:64px 48px}.hackathons .videothon .hackathon-schedule-heading{font-size:36px}.hackathons .videothon .hackathon-schedule-cards{grid-template-columns:1fr;grid-template-rows:1fr 1fr 1fr;gap:87px;margin-left:0;padding-left:20px}.hackathons .videothon .hackathon-schedule-card{grid-template-columns:1fr;grid-template-rows:1fr;gap:26px}.hackathons .videothon .hack-sch-card-arrow{width:74px;height:33px;background-color:#f97316}.hackathons .videothon .hack-sch-arrow-stick,.hackathons .videothon .hack-sch-animation,.hackathons .videothon .hacksch-left-design,.hackathons .videothon .hacksch-right-design,.hackathons .videothon .hacksch-circle-left,.hackathons .videothon .hacksch-circle-right{display:none}.hackathons .videothon .hack-sch-card-bottom{gap:8px}.hackathons .videothon .hscb-horizontal{height:.7px;background:#ffffff26;max-width:225px}.hackathons .videothon .hscb-bottom{gap:8px}}@media (width<580px){.hackathons .videothon .hackathon-schedule{padding:64px 32px}.hackathons .videothon .hackathon-schedule-heading{font-size:30px}.hackathons .videothon .hackathon-schedule-cards{gap:56px}}@media (width<480px){.hackathons .videothon .hackathon-schedule{padding:64px 16px}.hackathons .videothon .hackathon-schedule-card{gap:20px}}.hackathons .videothon .hackathon{padding:0 128px;display:grid;grid-template-columns:1fr 1fr;gap:40px}.hackathons .videothon .hackathon-left{width:100%;padding:160px 0;display:flex;flex-direction:column;gap:24px}.hackathons .videothon .hackathon-right{width:100%;padding:160px 0}.hackathons .videothon .hack-heading{color:#000;font-family:Poppins;font-size:48px;font-style:normal;font-weight:500;line-height:129%;letter-spacing:-1.28px}.hackathons .videothon .hack-left-button{font-family:Poppins;font-size:20px;width:fit-content;font-style:normal;font-weight:600;line-height:129%;letter-spacing:-.48px;background:radial-gradient(179.64% 81.85% at 13.02% 106.83%,#d26e38,#0f1e3a);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:flex;padding:10px 15px;justify-content:center;align-items:center;gap:10px;border-radius:100px;border:1px solid #d26e38}.hackathons .videothon .hack-step-card-outer{position:sticky;top:0;padding-top:160px;width:100%}.hackathons .videothon .card-even{transform:rotate(-2deg)}.hackathons .videothon .card-odd{transform:rotate(2deg)}.hackathons .videothon .hackathon-left{position:sticky;top:0}.hackathons .videothon .hack-step-card{display:flex;padding:24px;flex-direction:column;align-items:flex-start;gap:10px;align-self:stretch;border-radius:22px;border:1px solid #b9b9b9;background:#f5f5f5}.hackathons .videothon .hack-step-card-no{color:#e79924;font-family:Poppins;font-size:24px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:-.72px}.hackathons .videothon .hack-step-card-heading{color:#0f1e3a;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:-.72px}.hackathons .videothon .hack-step-card-content{color:#434347;font-family:Poppins;font-size:19px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.56px}@media (width<1280px){.hackathons .videothon .hackathon{padding:0 96px}}@media (width<1080px){.hackathons .videothon .hackathon{padding:0 64px}.hackathons .videothon .hack-heading{font-size:42px}}@media (width<920px){.hackathons .videothon .hackathon{padding:0 64px;grid-template-columns:1fr;grid-template-rows:1fr auto}.hackathons .videothon .hackathon-left{padding:64px 0 0}.hackathons .videothon .hackathon-right{padding:0 0 160px}}@media (width<768px){.hackathons .videothon .hackathon{padding:0 48px}.hackathons .videothon .hack-heading{font-size:36px}}@media (width<580px){.hackathons .videothon .hackathon{padding:0 32px}.hackathons .videothon .hack-step-card{padding:16px;gap:5px}.hackathons .videothon .hack-step-card-outer{padding-top:80px}.hackathons .videothon .hack-heading{font-size:30px}.hackathons .videothon .hack-step-card-heading,.hackathons .videothon .hack-step-card-no{font-size:16px}.hackathons .videothon .hack-step-card-content{font-size:13px}}@media (width<480px){.hackathons .videothon .hackathon{padding:0 16px}}.hackathons .videothon .hero-section{padding:12px 128px 64px;display:grid;grid-template-columns:1fr 1fr;align-items:center;position:relative;z-index:20;background-color:#fff;overflow:hidden}.hackathons .videothon .hero-blur-shadow{width:434.109px;height:111px;flex-shrink:0;border-radius:434.109px;background:#f19a6b;filter:blur(103.80147552490234px);position:absolute;transform:translate(-50%,-50%);top:0;left:50%;z-index:0}.hackathons .videothon .hero-left{display:flex;flex-direction:column;gap:18px;position:relative;z-index:1}.hackathons .videothon .hero-right{width:100%;position:relative;z-index:-1}.hackathons .videothon .hero-right>img{width:100%}.hackathons .videothon .her-lef-join{border-radius:100px;border:1px solid #d26e38;width:fit-content;display:flex;padding:10px 20px;justify-content:center;align-items:center;gap:10px;font-family:Poppins;font-size:15px;font-style:normal;font-weight:500;line-height:129%;background:radial-gradient(361.75% 161.76% at 13.02% 106.83%,#d26e38,#0f1e3a);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hackathons .videothon .hero-heading{font-size:54px;max-width:466px}.hackathons .videothon .her-lef-middle{display:flex;flex-direction:column}.hackathons .videothon .hlm-div{display:flex;gap:14px;align-items:center}.hackathons .videothon .hlm-div .hlm-div-icon{display:flex;padding:6px;justify-content:center;align-items:center;gap:8px;border-radius:14px;background:none}.hackathons .videothon .hlm-div .hlm-div-title{color:var(--Woodsmoke-700, #4c4d52);font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:129%;letter-spacing:-.4px}.hackathons .videothon .hlm-div .hlm-div-cont{color:var(--Woodsmoke-950, #1b1b1d);font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:129%;letter-spacing:-.48px}.hackathons .videothon .her-lef-bottom{color:var(--Eminence-50, #fcf5fe);font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.48px;display:flex;padding:15px 34px;justify-content:center;align-items:center;gap:6px;border-radius:12px;background:radial-gradient(97.28% 62.36% at 20% 114.55%,#d26e38,#0f1e3a);box-shadow:0 8px 24px -10px #992e9d80;width:fit-content;cursor:pointer}.hackathons .videothon .hero-heading-top{color:#3b3b3e;font-family:Poppins;font-style:normal;font-weight:700;line-height:129%;letter-spacing:-1.28px}.hackathons .videothon .hero-heading-top-500{font-weight:500}.hackathons .videothon .hero-heading-bottom{color:#df7c4d;font-family:Poppins;font-style:normal;font-weight:700;line-height:129%;letter-spacing:-1.28px}@media (width<1280px){.hackathons .videothon .hero-section{padding:12px 96px 96px}}@media (width<1024px){.hackathons .videothon .hero-section{padding:64px 64px 0;grid-template-columns:1fr;grid-template-rows:1fr auto}}@media (width<920px){.hackathons .videothon .hero-heading{font-size:46px}}@media (width<768px){.hackathons .videothon .hero-blur-shadow{width:185px;height:60px;flex-shrink:0;right:0;left:unset}.hackathons .videothon .hero-section{padding:12px 48px 0}.hackathons .videothon .hero-heading{font-size:40px}}@media (width<580px){.hackathons .videothon .hero-section{padding:12px 32px 0;gap:26px}.hackathons .videothon .her-lef-middle{gap:8px}.hackathons .videothon .hlm-div-icon>img{width:24px;height:24px}.hackathons .videothon .hero-heading{font-size:34px}}@media (width<480px){.hackathons .videothon .hero-section{padding:12px 16px 0}}.hackathons .videothon .join{padding:80px 128px;display:flex;flex-direction:column;align-items:center;gap:48px}.hackathons .videothon .join-top-para{color:#000;text-align:center;font-family:Poppins;font-size:21px;font-weight:600;letter-spacing:-.9px}.hackathons .videothon .join-bottom{display:flex;flex-direction:column;align-items:center;gap:17px;max-width:900px}.hackathons .videothon .join-bottom-cards{display:flex;gap:24px;flex-wrap:wrap;justify-content:center}@media (width<1080px){.hackathons .videothon .join{padding:55px 64px}.hackathons .videothon .join-bottom{column-gap:24px;row-gap:22px}}@media (width<768px){.hackathons .videothon .join{padding:35px 40px}.hackathons .videothon .join-top-para{font-size:20px}}@media (width<580px){.hackathons .videothon .join{padding:35px 27px}.hackathons .videothon .join-top-para{font-size:16px}.hackathons .videothon .join-bottom-cards{gap:9px}.hackathons .videothon .join-bottom-cards img{width:50.2px;height:51.08px;flex-shrink:0;aspect-ratio:50.2/51.08}}.hackathons .videothon .navbar{display:flex;height:90px;padding:18px 101px 17px 139px;justify-content:space-between;align-items:center;width:100%;background:#fff;box-shadow:0 4px 19.3px #0000000f}.hackathons .videothon .navbar-logo-div{display:flex;align-items:center;gap:7px}.hackathons .videothon .navbar-logo-divider{color:#000;font-family:Diphylleia;font-size:40px;font-style:normal;font-weight:400;line-height:1;letter-spacing:-.8px}.hackathons .videothon .navbar-registernow{color:#fcf5fe;font-family:Poppins;font-size:18px;font-weight:500;letter-spacing:-.36px;display:flex;padding:14px 20px 14px 21px;justify-content:center;align-items:center;gap:6px;border-radius:12px;background:radial-gradient(52.43% 42.89% at 37.74% 100%,#d26e38,#0f1e3a);box-shadow:0 8px 24px -10px #e7992485;cursor:pointer}@media (width<1024px){.hackathons .videothon .navbar{padding:18px 64px;height:fit-content}}@media (width<580px){.hackathons .videothon .navbar{padding:20px 16px;border-bottom:1px solid rgba(9,9,9,.1)}.hackathons .videothon .navbar-registernow{padding:8px 12px;font-size:12px;border-radius:4px}.hackathons .videothon .tutedude-logo{width:81px;height:24px}.hackathons .videothon .hiredude-logo{width:77px;height:13px}.hackathons .videothon .navbar-logo-divider{font-size:26px}}.hackathons .videothon .tutedude-prev-hackathons{padding:64px;display:flex;flex-direction:column;gap:50px;width:100%}.hackathons .videothon .tph-cards{display:flex;flex-direction:column;gap:42px;width:100%;max-width:1241px;margin:0 auto}.hackathons .videothon .tph-card{padding:50px 40px;border-radius:35px;display:flex;width:100%}.hackathons .videothon .tph-card-1{background:#0e0021}.hackathons .videothon .tph-card-3{background:radial-gradient(102.48% 59.26% at 91.34% 90.8%,#3353d3,#0e0021),#fff;flex-direction:row-reverse}.hackathons .videothon .tph-card-1-heading{max-width:100%}.hackathons .videothon .tph-card-3 .tph-card-winner,.hackathons .videothon .tph-card-3 .tph-card-runnerup1,.hackathons .videothon .tph-card-3 .tph-card-runnerup2{background:#2640a5}.hackathons .videothon .tph-card-2{background:radial-gradient(66.4% 91.05% at 89.39% 93.92%,#d333d3,purple 34.28%,#5d115d 52%,#350b35),#fff;flex-direction:column;gap:30px}.hackathons .videothon .tph-card-2 .tph-card-watchnow-small{display:flex;margin:0 auto}.hackathons .videothon .tph-card-2 .tph-card-watchnow-large{display:none}.hackathons .videothon .tph-card-2-right{gap:16px;display:flex;flex-direction:column}.hackathons .videothon .tph-card-2-right-top{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.hackathons .videothon .tph-card-1-left,.hackathons .videothon .tph-card-1-right{width:100%;gap:16px}.hackathons .videothon .tph-card-mode{display:flex;justify-content:flex-start;align-items:center;gap:25px;flex-wrap:wrap;align-content:center;width:100%;max-width:302px;padding:10px 0 30px;font-size:19.1px}.hackathons .videothon .tph-card-mode-text{text-align:center}.hackathons .videothon .tph-card-mode-text .label{color:#fff;font-family:Poppins,sans-serif;font-weight:400;line-height:27.13px}.hackathons .videothon .tph-card-mode-text .value{color:#feca4c;font-family:Poppins,sans-serif;font-weight:700;line-height:27.13px}.hackathons .videothon .tph-card-mode-date{text-align:center;color:#feca4c;font-family:Poppins,sans-serif;font-weight:600;line-height:27.13px}.hackathons .videothon .tph-card-ps-badge{display:inline-flex;padding:6px 15px;justify-content:center;align-items:center;gap:7px;border-radius:42px;background:#f8c12a;color:#3a0b74;font-family:Poppins;font-size:14px;font-style:normal;font-weight:700;line-height:130%}.hackathons .videothon .tph-card-domain{color:#fff;font-family:Poppins;font-size:28px;font-style:normal;font-weight:700;line-height:140%;padding-top:4px}.hackathons .videothon .tph-card-ps-text{color:#fff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:140%;max-width:454px}.hackathons .videothon .tph-card-watchnow{display:flex;padding:5px 7px;align-items:center;gap:7px;border-radius:11px;background:#fff;width:fit-content;cursor:pointer;margin-top:21px;color:#fe0000;font-family:Poppins;font-size:14px;font-style:normal;font-weight:700;line-height:140%}.hackathons .videothon .tph-card-1-right{display:flex;flex-direction:column;gap:20px;width:100%}.hackathons .videothon .tph-card-winner,.hackathons .videothon .tph-card-runnerup1,.hackathons .videothon .tph-card-runnerup2{border-radius:138px;display:grid;grid-template-columns:90px 1fr;width:100%;max-width:510px;height:100%;padding:10px 24px;position:relative}.hackathons .videothon .tph-card-medaldiv{max-height:84px;position:relative}.hackathons .videothon .tph-card-gold-img,.hackathons .videothon .tph-card-bronze-img,.hackathons .videothon .tph-card-silver-img{width:90px;height:90px}.hackathons .videothon .tph-card-gold-img{margin-left:-23px;margin-top:-23px}.hackathons .videothon .tph-card-1 .tph-card-winner{background:#6e00f4b0}.hackathons .videothon .tph-card-1 .tph-card-runnerup1,.hackathons .videothon .tph-card-1 .tph-card-runnerup2{background:#6e00f447}.hackathons .videothon .tph-card-2 .tph-card-winner,.hackathons .videothon .tph-card-2 .tph-card-runnerup1,.hackathons .videothon .tph-card-2 .tph-card-runnerup2{background:purple}.hackathons .videothon .tph-card-team{max-width:360px;width:100%;font-family:Poppins,sans-serif;font-size:14.34px;line-height:21.48px;word-wrap:break-word;color:#fff}.hackathons .videothon .tph-card-team .team-name{font-weight:700;display:inline-block}.hackathons .videothon .tph-card-team .team-label{color:#ffffffa1;font-weight:400;margin-left:4px}.hackathons .videothon .tph-card-team .team-members{font-weight:700}.hackathons .videothon .tph-card-team .project-link{color:#ffd256;font-weight:800;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:4px}.hackathons .videothon .tph-card-winner-badge{width:117.38px;height:32.26px;padding:6.27px 8.96px;background:#ffd650;border-radius:10.75px;display:inline-flex;justify-content:center;align-items:center;gap:8.96px;position:absolute;right:35px;top:-16px}.hackathons .videothon .tph-card-winner-badge .winner-text{color:#270159;font-size:17.92px;font-family:Poppins,sans-serif;font-weight:800;text-transform:uppercase;line-height:26.85px;word-wrap:break-word}.hackathons .videothon .tph-card-watchnow-small{display:none}.hackathons .videothon .tph-card-2-left{display:flex;width:100%}.hackathons .videothon .tph-card-2l-left{max-width:450px;width:100%}.hackathons .videothon .tph-card-2l-right{width:100%}.hackathons .videothon .tph-card-2 .tph-card-mode{padding-top:0;padding-bottom:16px}.hackathons .videothon .tph-card-2 .tph-card-ps-text{max-width:unset;padding-top:8px}.hackathons .videothon .tph-card-2 .tph-card-domain{display:inline-flex;margin-left:20px;padding-top:2px}@media (width<1200px){.hackathons .videothon .tph-card-2-right-top{grid-template-columns:1fr}}@media (width<1024px){.hackathons .videothon .tutedude-prev-hackathons{padding:48px 32px}.hackathons .videothon .tph-card-2-left{flex-direction:column;gap:8px}.hackathons .videothon .tph-card-2 .tph-card-domain{display:flex;margin-left:0}.hackathons .videothon .tph-card-2 .tph-card-watchnow{margin:0}}@media (width<880px){.hackathons .videothon .tph-cards{gap:20px}.hackathons .videothon .tph-card{padding:40px 14px}.hackathons .videothon .tph-card-1-left{padding-left:20px}.hackathons .videothon .tph-card-1,.hackathons .videothon .tph-card-3{flex-direction:column;gap:50px}.hackathons .videothon .tph-card-watchnow-large{display:none}.hackathons .videothon .tph-card-watchnow-small{display:flex;margin-top:2px}.hackathons .videothon .tph-card-1-right{gap:14px}.hackathons .videothon .tph-card-winner,.hackathons .videothon .tph-card-runnerup1,.hackathons .videothon .tph-card-runnerup2{padding:7px 20px;grid-template-columns:64px 1fr;border-radius:100px;gap:6px}.hackathons .videothon .tph-card-medaldiv{height:64px}.hackathons .videothon .tph-card-gold-img,.hackathons .videothon .tph-card-bronze-img,.hackathons .videothon .tph-card-silver-img{width:64px;height:64px}.hackathons .videothon .tph-card-gold-img{margin-left:-8px;margin-top:-8px}.hackathons .videothon .tph-card-domain{font-size:20px}.hackathons .videothon .tph-card-ps-text{font-size:12px}.hackathons .videothon .tph-card-mode{font-size:17px}.hackathons .videothon .team-members,.hackathons .videothon .team-label,.hackathons .videothon .team-name{font-size:11px;line-height:1.4}}@media (width<680px){.hackathons .videothon .tutedude-prev-hackathons{padding:48px 16px;gap:20px}}@media (max-width: 480px){.hackathons .videothon .tph-card-winner-badge{width:auto;padding:5px 10px}.hackathons .videothon .tph-card-winner-badge .winner-text{font-size:15px;line-height:22px}.hackathons .videothon .tph-card-team{width:100%;font-size:13px;line-height:20px}.hackathons .videothon .tph-card-mode{gap:15px;padding:8px 0 18px;font-size:14px}}.hackathons .videothon .tutedude-footer{padding:52px 83px 115px 91px;border-radius:21px;background:#fff;width:100%;display:grid;grid-template-columns:3fr 2fr 2fr 2fr;gap:20px}.hackathons .videothon .tutedude-footer-link-head{color:#000;font-family:Poppins;font-size:18px;font-style:normal;font-weight:700;line-height:normal}.hackathons .videothon .tutedude-footer-link{color:#000;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:normal;text-decoration:none}.hackathons .videothon .tutedude-footer-mainlink-section{display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding-top:48px}.hackathons .videothon .tutedude-footer-social-section{display:flex;align-items:center;gap:7.422px;padding-top:14px}.hackathons .videothon .tutedude-footer-contact-section{display:inline-flex;flex-direction:column;align-items:flex-start;gap:20px;padding-top:34px}.hackathons .videothon .tutedude-footer-contact-section-inner{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.hackathons .videothon .tutedude-footer-registered-section{display:flex;flex-direction:column;align-items:flex-start;gap:15px;padding-top:34px}.hackathons .videothon .tutedude-footer-course-section{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.hackathons .videothon .tutedude-footer-course-section-inner{display:flex;flex-direction:column;align-items:flex-start;gap:6px;align-self:stretch}.hackathons .videothon .tutedude-footer-section2,.hackathons .videothon .tutedude-footer-section3,.hackathons .videothon .tutedude-footer-section4{display:flex;flex-direction:column;gap:48px}.hackathons .videothon .tutedude-footer-section4-small{display:none}@media (width<1024px){.hackathons .videothon .tutedude-footer-link-head{font-size:17px}.hackathons .videothon .tutedude-footer{grid-template-columns:1fr 1fr;padding:40px 32px 96px;gap:14px}.hackathons .videothon .tutedude-footer-section2,.hackathons .videothon .tutedude-footer-section3,.hackathons .videothon .tutedude-footer-section4,.hackathons .videothon .tutedude-footer-social-media-large{display:none}.hackathons .videothon .tutedude-footer-mainlink-section{padding-top:36px}.hackathons .videothon .tutedude-footer-contact-section,.hackathons .videothon .tutedude-footer-social-section{padding-top:32px}.hackathons .videothon .tutedude-footer-registered-section{gap:12px}.hackathons .videothon .tutedude-footer-contact-section{gap:10px}.hackathons .videothon .tutedude-footer-section4-small{display:flex}.hackathons .videothon .tutedude-footer-course-section-inner{display:flex;flex-direction:column;align-items:flex-start;gap:6px;align-self:stretch}.hackathons .videothon .tutedude-footer-link-othercourses{color:purple;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.hackathons .videothon .tutedude-footer-social-section{padding-top:16px}}@media (width<768px){.hackathons .videothon .tutedude-footer-link-head{font-size:16px}.hackathons .videothon .tutedude-footer-link{font-size:15px}}@media (width<580px){.hackathons .videothon .tutedude-footer-link-head{font-size:15px}.hackathons .videothon .tutedude-footer-logo{width:110.04px;height:36.12px;flex-shrink:0}.hackathons .videothon .tutedude-footer-link{font-size:14px}.hackathons .videothon .tutedude-footer{padding:30px 16px 80px}.hackathons .videothon .tutedude-footer-mainlink-section{padding-top:22px;gap:6.72px}.hackathons .videothon .tutedude-footer-section4-small .tutedude-footer-social-section{display:flex;align-items:center;gap:6.235px;flex-wrap:wrap}.hackathons .videothon .tutedude-footer-section4{gap:36px}}.hackathons .videothon .tutedude-registration{background:#fffbf9;width:100%;min-height:100vh;padding-bottom:40px}.hackathons .videothon .tutedude-registration-nav{padding:20px 128px 30px}.hackathons .videothon .tvr-step1-container{width:100%;max-width:612px;position:relative;background:#fff;box-shadow:0 4px 17.2px #00000014;overflow:hidden;border-radius:12px;padding:20px;margin:0 auto;box-sizing:border-box}.hackathons .videothon .tvr-step1-header{width:100%;margin-bottom:20px}.hackathons .videothon .tvr-step1-title{text-align:center;color:#333;font-size:28px;font-family:Poppins,sans-serif;font-weight:700;text-transform:capitalize;margin:0}.hackathons .videothon .tvr-step1-progress-bar{display:flex;justify-content:flex-start;align-items:center;gap:7px;margin-bottom:20px}.hackathons .videothon .tvr-step1-progress-step{height:9px;border-radius:12px;flex-grow:1;max-width:250px;background-color:#0000000d;border:1px solid rgba(0,0,0,.17)}.hackathons .videothon .tvr-step1-progress-active{background:#f97316;border:none}.hackathons .videothon .tvr-step1-form-container{display:flex;flex-direction:column;gap:25px}.hackathons .videothon .tvr-step1-form-group{display:flex;flex-direction:column;gap:8px;width:100%}.hackathons .videothon .tvr-step1-label{opacity:.9;color:#273240;font-size:16px;font-family:Poppins,sans-serif;font-weight:600;line-height:25.84px}.hackathons .videothon .tvr-step1-input{width:100%;height:58px;background:#fff;box-shadow:0 0 17.22px #0000001f;border-radius:8.61px;border:none;padding:0 15px;font-size:16px;font-family:Poppins,sans-serif;box-sizing:border-box}.hackathons .videothon .tvr-step1-input::placeholder{opacity:.6;color:#273240}.hackathons .videothon .tvr-step1-row{display:flex;gap:17px;width:100%}.hackathons .videothon .tvr-step1-half-width{width:calc(50% - 8.5px)}.hackathons .videothon .tvr-step1-dropdown{width:100%;background:#fff;box-shadow:0 4px 12.6px #0000002b;overflow:hidden;border-radius:12px}.hackathons .videothon .tvr-step1-dropdown-header{align-self:stretch;height:50px;background:#fff;box-shadow:0 0 17.22px #0000001f;overflow:hidden;border-radius:8.61px;display:flex;align-items:center;padding:0 22px;font-family:Poppins,sans-serif;font-weight:600;color:#212121;font-size:16px}.hackathons .videothon .tvr-step1-dropdown-options{padding:10px 21px;display:flex;flex-direction:column;gap:13px}.hackathons .videothon .tvr-step1-option{display:flex;align-items:center;gap:7px;font-family:Inter,sans-serif;font-size:15px;color:#2d2d2d;opacity:.7;cursor:pointer}.hackathons .videothon .tvr-step1-option input{width:18px;height:18px;opacity:.7;border-radius:3px;border:1px rgba(45,45,45,.51) solid;margin:0}.hackathons .videothon .tvr-step1-next-button{width:146px;padding:15px 56px;background:radial-gradient(ellipse 84.58% 88.03% at 40.95% 124.22%,#d26e38,#0f1e3a);border-radius:10px;color:#e8f9f7;font-size:16px;font-family:Poppins,sans-serif;font-weight:700;line-height:24px;border:none;cursor:pointer;align-self:center}.hackathons .videothon .tvr-step1-next-button-outer{width:100%}.hackathons .videothon .tvr-step2-container{width:100%;max-width:612px;background:#fff;box-shadow:0 4px 17.2px #00000014;overflow:hidden;border-radius:12px;padding:20px;margin:0 auto;box-sizing:border-box}.hackathons .videothon .tvr-step2-header{width:100%;margin-bottom:20px;text-align:center}.hackathons .videothon .tvr-step2-title{color:#333;font-size:28px;font-family:Poppins,sans-serif;font-weight:700;text-transform:capitalize;margin:0}.hackathons .videothon .tvr-step2-progress-bar{display:flex;justify-content:center;align-items:center;gap:7px;margin-bottom:20px}.hackathons .videothon .tvr-step2-progress-step{height:9px;border-radius:12px;flex-grow:1;max-width:250px;background-color:#f97316;border:1px solid rgba(0,0,0,.22)}.hackathons .videothon .tvr-step2-form-container{display:flex;flex-direction:column;gap:25px}.hackathons .videothon .tvr-step2-question-group{width:100%;background:#fff;box-shadow:0 4px 12.6px #0000001a;border-radius:12px;overflow:hidden}.hackathons .videothon .tvr-step2-question-header{height:auto;min-height:50px;padding:15px 22px;background:#fff;box-shadow:0 0 17.22px #0000001f;font-family:Poppins,sans-serif;font-weight:600;color:#212121;font-size:16px;display:flex;align-items:center;line-height:1.4}.hackathons .videothon .tvr-step2-options{padding:5px 0}.hackathons .videothon .tvr-step2-option{display:flex;align-items:center;gap:7px;padding:10px 21px;font-family:Inter,sans-serif;font-size:15px;color:#2d2d2d;opacity:.7;cursor:pointer;transition:all .2s ease}.hackathons .videothon .tvr-step2-option:hover{opacity:1;background-color:#00000005}.hackathons .videothon .tvr-step2-option input[type=radio],.hackathons .videothon .tvr-step2-option input[type=checkbox]{width:18px;height:18px;opacity:.7;border-radius:3px;border:1px solid rgba(45,45,45,.51);margin:0;cursor:pointer}.hackathons .videothon .tvr-step2-option input[type=radio]:checked,.hackathons .videothon .tvr-step2-option input[type=checkbox]:checked{opacity:1}.hackathons .videothon .tvr-step2-button-group{display:flex;justify-content:center;align-items:center;gap:18px}.hackathons .videothon .tvr-step2-button{width:146px;padding:15px 0;border-radius:10px;font-size:16px;font-family:Poppins,sans-serif;font-weight:700;line-height:24px;border:none;cursor:pointer;text-align:center;transition:all .3s ease}.hackathons .videothon .tvr-step2-button-previous{background:#83848d36;color:#333}.hackathons .videothon .tvr-step2-button-previous:hover{background:#83848d4d}.hackathons .videothon .tvr-step2-button-submit{background:radial-gradient(88.03% 84.58% at 40.95% 124.22%,#d26e38,#0f1e3a);color:#e8f9f7}.hackathons .videothon .tvr-step2-button-submit:hover{opacity:.9;transform:translateY(-2px)}.hackathons .videothon .tvr-step1-error,.hackathons .videothon .tvr-step2-error{color:#f44;font-size:14px;font-family:Poppins,sans-serif;margin-top:5px;display:block;padding:0 16px}.hackathons .videothon .tvr-step1-input-error{border:1px solid #ff4444}@media (max-width: 480px){.hackathons .videothon .tvr-step1-error,.hackathons .videothon .tvr-step2-error{font-size:12px}.hackathons .videothon .tvr-step2-title{font-size:20px}.hackathons .videothon .tvr-step2-question-header{font-size:14px;min-height:60px}.hackathons .videothon .tvr-step2-option{font-size:13px}.hackathons .videothon .tvr-step2-progress-step{height:7px}.hackathons .videothon .tvr-step1-title{font-size:20px}.hackathons .videothon .tvr-step1-label,.hackathons .videothon .tvr-step1-input,.hackathons .videothon .tvr-step1-dropdown-header{font-size:14px}.hackathons .videothon .tvr-step1-input{height:50px}.hackathons .videothon .tvr-step1-next-button{width:100%;padding:12px}}@media (max-width: 768px){.hackathons .videothon .tutedude-registration-nav{padding:20px 16px}.hackathons .videothon .tutedude-registration-nav .navbar-logo-div{justify-content:center;width:100%}.hackathons .videothon .tutedude-registration-main{padding:16px}.hackathons .videothon .tvr-step1-container{padding:15px}.hackathons .videothon .tvr-step1-form-container,.hackathons .videothon .tvr-step1-row{gap:14px}.hackathons .videothon .tvr-step1-title{font-size:24px}.hackathons .videothon .tvr-step1-row{flex-direction:column}.hackathons .videothon .tvr-step1-half-width{width:100%}.hackathons .videothon .tvr-step1-progress-step{max-width:none}.hackathons .videothon .tvr-step2-container{padding:15px}.hackathons .videothon .tvr-step2-title{font-size:24px}.hackathons .videothon .tvr-step2-question-header{font-size:15px;padding:12px 18px}.hackathons .videothon .tvr-step2-option{font-size:14px;padding:8px 18px}.hackathons .videothon .tvr-step2-button-group{gap:12px}.hackathons .videothon .tvr-step2-button{width:100%;padding:12px 0}}.hackathons .videothon .tutedude-videothon-container{width:100%;max-width:100vw;height:100%;min-height:100vh;position:relative;background:#fffbf9;overflow:hidden;display:flex;justify-content:center;align-items:center;flex-direction:column}.hackathons .videothon .tutedude-videothon-welcome{color:#303030;font-family:Inter;font-size:49.479px;font-style:normal;font-weight:600;line-height:normal}.hackathons .videothon .tutedude-videothon-title{color:#d26e38;font-size:76.49px;font-family:Inter,sans-serif;font-weight:900;text-align:center;background:radial-gradient(71.13% 133.26% at 50% 100%,#d26e38,#0f1e3a);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hackathons .videothon .tutedude-videothon-logo-container{display:flex;margin:18px 0}.hackathons .videothon .tutedude-videothon-description{color:#000;text-align:center;font-family:Inter;font-size:31.759px;font-style:normal;font-weight:500;line-height:129.44%;opacity:.7;margin-top:8px;max-width:659px}.hackathons .videothon .tutedude-videothon-whatsapp-button{display:flex;width:100%;max-width:458px;height:91px;padding:20px 28px;justify-content:center;align-items:center;gap:19px;flex-shrink:0;border-radius:18.467px;border:4px solid #fff;background:linear-gradient(90deg,#1fae38,#59d263);box-shadow:0 9px 21px #00000040;margin-top:40px;cursor:pointer}.hackathons .videothon .tutedude-videothon-whatsapp-text{color:#fff;text-align:center;font-family:Poppins;font-size:28px;font-style:normal;font-weight:600;line-height:123.5%}@media (max-width: 768px){.hackathons .videothon .tutedude-videothon-container{padding:100px 20px}.hackathons .videothon .tutedude-videothon-welcome{margin-top:50px}.hackathons .videothon .tutedude-videothon-title{margin-top:20px}.hackathons .videothon .tutedude-videothon-logo-container{margin:11px auto}.hackathons .videothon .tutedude-videothon-description{margin:5px auto;font-size:24px}.hackathons .videothon .tutedude-videothon-whatsapp-button{margin:20px auto;padding:11px 16px;width:fit-content;height:unset}.hackathons .videothon .tutedude-videothon-whatsapp-button img{width:32.391px;height:32.391px}}@media (max-width: 480px){.hackathons .videothon .tutedude-videothon-welcome{font-size:36px}.hackathons .videothon .tutedude-videothon-title{font-size:48px}.hackathons .videothon .tutedude-videothon-description{font-size:18px;line-height:1.4}.hackathons .videothon .tutedude-videothon-whatsapp-text{font-size:22px}}*{padding:0;margin:0;box-sizing:border-box}*::-webkit-scrollbar{display:none}
