@import url(https://fonts.googleapis.com/css2?family=Bruno+Ace&family=Orbitron:wght@400..900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Bruno+Ace&display=swap);:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:-webkit-fit-content;width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}body{height:100vh;margin:0;padding:0;width:100%}.Home_homePage__wMeZ2{background:linear-gradient(#1d1e1dd1,#1d1e1dd1),url(/static/media/background.1f270c48946438a27ee0.jpg);background-attachment:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;width:100%}.Home_heroSection__6asIc{height:30rem;padding-top:5rem;@media (max-width:740px){height:25rem;padding-top:3rem}}.Home_heroInfo__ciA3r,.Home_heroSection__6asIc{align-items:center;display:flex;justify-content:center;width:100%}.Home_heroInfo__ciA3r{color:#d5edee;flex-direction:column;font-family:Bruno Ace,serif;position:absolute}.Home_heroInfo__ciA3r div{margin-block:1rem;text-align:center;width:80%;@media (max-width:470px){width:100%}}.Home_heroInfo__ciA3r .Home_eventName__3xIU0{font-size:4rem;font-weight:600;text-shadow:0 0 5px #09f4fd,0 0 10px #09f4fd,0 0 20px #09f4fd;transition:.3s ease-in-out;@media (max-width:1024px){font-size:3.5rem}@media (max-width:650px){font-size:3rem}@media (max-width:550px){font-size:2.3rem}}.Home_heroInfo__ciA3r .Home_eventName__3xIU0:hover{text-shadow:0 0 5px #09f4fd,0 0 10px #09f4fd,0 0 20px #09f4fd,0 0 30px #09f4fd}.Home_heroInfo__ciA3r .Home_tagline__xc-q7{font-size:2rem;font-weight:500;text-align:center;@media (max-width:1024px){font-size:1.5rem}@media (max-width:550px){font-size:1.2rem}}.Home_heroInfo__ciA3r .Home_date__pxjaU,.Home_heroInfo__ciA3r .Home_venue__roqqw{font-size:1rem;text-align:center;@media (max-width:650px){font-size:.8rem}}.Home_heroInfo__ciA3r .Home_date__pxjaU i,.Home_heroInfo__ciA3r .Home_venue__roqqw i{padding-inline:1rem}.Home_countdownSection__X4VCF{align-items:center;background:#0000;display:flex;height:auto;justify-content:center;padding-bottom:4rem}.Home_homeAbout__bmnLr{align-items:center;display:flex;flex-direction:column;gap:2rem;padding-block:4rem}.Home_sectionTitle__Ypod8{color:#09f4fd;font-family:Bruno Ace,serif;font-size:3rem;font-weight:600;text-align:center;@media (max-width:1024px){font-size:2.8rem}@media (max-width:768px){font-size:2.5rem}@media (max-width:550px){font-size:2.3rem}}.Home_homeAbout__bmnLr .Home_homeAboutInfo__IJSuN{color:#d5edee;font-family:Bruno Ace,serif;font-size:1.5rem;font-weight:500;line-height:2.2rem;padding-inline:8rem;text-align:center;@media (max-width:1024px){font-size:1.2rem}@media (max-width:768px){line-height:2rem;padding-inline:4rem}@media (max-width:550px){font-size:1rem;line-height:1.7rem;padding-inline:2.5rem}}.Home_homeAbout__bmnLr button{background-color:#09f4fd;border:none;border-radius:3rem;color:#000;font-size:1rem;height:2.5rem;text-align:center;transition:.3s ease-in-out;width:10rem}.Home_homeAbout__bmnLr button:hover{transform:scale(1.1)}.Home_eventOuterContainer__GqsYx{justify-content:center;width:100%}.Home_eventOuterContainer__GqsYx,.Home_events__AKFoR{align-items:center;display:flex;flex-direction:column}.Home_events__AKFoR{gap:2rem;padding-block:4rem;width:80%;@media (max-width:470px){width:100%}}.Home_cardContainer__dT-ca{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;@media (max-width:1024px){gap:1.5rem}@media (max-width:500px){gap:1rem}}.Home_schedule__BO5ty{color:#09f4fd;margin:0;padding:20px;text-align:center}.Home_subTitle__3BEc3{color:#09f4fd;font-family:Bruno Ace,serif;font-size:2rem;font-weight:600;text-align:center;@media (max-width:1024px){font-size:1.8rem}@media (max-width:768px){font-size:1.5rem}@media (max-width:550px){font-size:1.3rem}}table{background:#000c;border-collapse:collapse;margin:20px auto;max-width:900px;overflow:hidden;width:100%}td,th{border:1px solid #09f4fd;font-size:1.1rem;padding:12px;text-align:center}th{background:#0ff3;font-weight:700}td{background:#00ffff1a}.Home_break__5F3xf{background:#00ffff4d;font-weight:700;text-transform:uppercase}tr:hover td{background:#0ff6;transition:.3s}@media (max-width:600px){table{width:95%}td,th{font-size:.9rem;padding:8px}h1{font-size:2rem}h2{font-size:1.5rem}}.FlipCard_card__ZQ80D{height:300px;perspective:1000px;width:200px;@media (max-width:1200px){height:260px;width:170px}@media (max-width:600px){height:230px;width:150px}}.FlipCard_cardInner__I8l9-{height:100%;position:relative;transform-style:preserve-3d;transition:transform .6s;width:100%}.FlipCard_card__ZQ80D:hover .FlipCard_cardInner__I8l9-{transform:rotateY(180deg)}.FlipCard_cardBack__SEobQ,.FlipCard_cardFront__vQwSp{align-items:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:8px;display:flex;flex-direction:column;height:100%;position:absolute;text-align:center;width:100%}.FlipCard_cardFront__vQwSp{background-color:#f4f4f4;border:.1rem solid #09f4fd}.FlipCard_cardBack__SEobQ{background-color:#09f4fd;color:#000;display:flex;gap:2rem;justify-content:center;line-height:1.4;text-align:center;transform:rotateY(180deg)}.FlipCard_cardImage__29wH7{border-radius:8px;height:100%;object-fit:cover;width:100%}.FlipCard_cardName__4YT7Q{align-items:center;background:linear-gradient(0deg,#000,#00000080);border-radius:0 0 8px 8px;bottom:0;color:#09f4fd;display:flex;font-size:1.2rem;font-weight:700;height:5rem;justify-content:center;position:absolute;width:100%}.FlipCard_cardDescription__fpkzq{font-size:1rem;@media(max-width:600px){font-size:.8rem;padding-inline:.5rem}}.FlipCard_cardBack__SEobQ button{background-color:#000;border-radius:1rem;color:#f4f4f4;height:2rem;transition:.3s ease-in-out;width:8rem;@media(max-width:600px){border-radius:.7rem;font-size:.8rem;width:7rem}}.FlipCard_cardBack__SEobQ button:hover{transform:scale(1.1)}.Countdown_countdownContainer__Xo8bB{display:flex;flex-direction:column}.Countdown_countdown__Tzlwu{color:#09f4fd;display:flex;font-family:Orbitron,sans-serif;gap:1.5rem;text-align:center;@media (max-width:550px){gap:1rem}}.Countdown_timeBlock__IcMsO{align-items:center;background-color:#1d1e1d;border:2px solid #09f4fd;border-radius:10px;box-shadow:0 0 20px #09f4fd;display:flex;flex-direction:column;height:120px;justify-content:center;padding:20px;width:100px;@media (max-width:768px){height:80px;width:60px}@media (max-width:550px){height:50px;width:30px}}.Countdown_time__iu\+R-{font-size:3rem;font-weight:700;text-shadow:0 0 7px #09f4fd,0 0 7px #09f4fd;@media (max-width:768px){font-size:2rem}@media (max-width:768px){font-size:1.5rem}}.Countdown_label__p0L-s{color:#fff;font-size:1rem;margin-top:5px;@media (max-width:768px){font-size:.7rem}@media (max-width:768px){font-size:.5rem}}.Countdown_eventLive__g1kOT{animation:Countdown_pulse__Kgxak 2s infinite;margin-top:20px;padding:15px;text-align:center}.Countdown_eventLive__g1kOT h2{color:#d5edee;font-size:2rem;font-weight:600;@media (max-width:650px){font-size:1.5rem}}@keyframes Countdown_pulse__Kgxak{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.About_aboutUsPage__tx1Yq{background:linear-gradient(#1d1e1d9f,#1d1e1d9f),url(/static/media/binaryRain.16ccfe55f927c0eaadec.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;font-family:Bruno Ace,serif;min-height:100vh;padding-block:6rem;@media (max-width:768px){padding-inline:1.5rem}@media (max-width:550px){padding-inline:.5rem}}.About_aboutUsHeader__HHL-x{animation:About_fadeIn__negLk 2s;margin-bottom:30px;text-align:center}.About_title__NIWZA{color:#09f4fd;font-size:3rem;font-weight:600;padding-bottom:1.5rem;@media (max-width:1024px){font-size:2.8rem}@media (max-width:768px){font-size:2.3rem}@media (max-width:550px){font-size:1.8rem}}.About_aboutUsHeader__HHL-x .About_deptInfo__j9zuD{color:#b3b3b3;font-size:1.3em;line-height:2;margin-inline:4rem!important;@media (max-width:1024px){font-size:1.2rem;margin-inline:3rem!important}@media (max-width:768px){font-size:1rem;margin-inline:2rem!important;padding-inline:10px}@media (max-width:550px){font-size:.8rem;margin-inline:1rem!important}}.About_aboutUsContent__3ZDXa,.About_aboutUsHeader__HHL-x .About_deptInfo__j9zuD{animation:About_fadeInUp__FhfX3 2s;background-color:#141414d9;border-radius:15px;box-shadow:0 0 10px #09f5fd;padding:30px}.About_aboutUsContent__3ZDXa{margin-inline:4rem;@media (max-width:1024px){margin-inline:3rem}@media (max-width:768px){margin-inline:2rem;padding-inline:10px}@media (max-width:550px){margin-inline:1rem}}.About_aboutUsContent__3ZDXa section{margin-bottom:30px}.About_sectionTitle__BawrD{color:#09f4fd;font-size:2.2rem;margin-bottom:10px;text-align:center;@media (max-width:1024px){font-size:2rem}@media (max-width:768px){font-size:1.8rem}@media (max-width:550px){font-size:1.6rem}}.About_aboutUsContent__3ZDXa .About_vision__Xgfll,.About_aboutUsContent__3ZDXa li{color:#b3b3b3;font-size:1.3em;line-height:2;@media (max-width:1024px){font-size:1.2rem}@media (max-width:768px){font-size:1rem}@media (max-width:550px){font-size:.8rem}}.About_aboutUsContent__3ZDXa .About_mission__uwN84{list-style-type:disc;padding-left:40px;text-align:left}.About_aboutUsContent__3ZDXa .About_mission__uwN84 li{margin-bottom:10px}@keyframes About_fadeIn__negLk{0%{opacity:0}to{opacity:1}}@keyframes About_fadeInUp__FhfX3{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.About_contactUs__oXOm9{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:5rem;margin-inline:2rem;@media (max-width:1024px){margin-inline:1.5rem}}.About_contactContainer__MHZ9c{align-items:center;display:flex;gap:3rem;justify-content:center;margin-top:2rem;width:100%;@media (max-width:1024px){gap:1.5rem}@media (max-width:768px){flex-direction:column}}.About_map__V7TTb{background-color:#ccc;border-radius:.5rem;height:28.5rem;width:35rem;@media (max-width:768px){height:25rem;width:100%}@media (max-width:768px){height:20rem}}.About_map__V7TTb iframe{border-radius:.5rem;height:100%;width:100%}.About_email__Q-vOK{background-color:#111;border-radius:8px;box-shadow:0 0 10px #09f5fd;padding:20px}.About_email__Q-vOK input,.About_email__Q-vOK textarea{background-color:#222;border:2px solid #333;border-radius:6px;color:#fff;font-size:16px;margin:10px 0;padding-block:10px;transition:all .3s ease-in-out;width:100%;@media (max-width:550px){font-size:13px}}.About_email__Q-vOK textarea{height:7rem;resize:none}.About_email__Q-vOK input:focus,.About_email__Q-vOK textarea:focus{background-color:#111;border-color:#00f1ff;box-shadow:0 0 8px #00f1ffcc;outline:none}.About_email__Q-vOK input::placeholder,.About_email__Q-vOK textarea::placeholder{color:#aaa;padding-left:2px}.About_sendButton__VaLO8{margin-top:20px;text-align:center}.About_sendButton__VaLO8 button{background-color:#00f1ff;border:none;border-radius:6px;color:#111;cursor:pointer;font-size:18px;padding:12px 30px;transition:background-color .3s ease;@media (max-width:550px){font-size:14px}}.About_sendButton__VaLO8 button:hover{background-color:#00c0cc;color:#fff;transform:scale(1.05)}.About_phoneNos__-sqSe{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:5rem;margin-inline:2rem;@media (max-width:1024px){gap:1.5rem}@media (max-width:500px){gap:1rem}}.About_phone2__ieJHg,.About_phone3__zjkGF,.About_phoneNos__-sqSe .About_phone1__s7DFC{align-items:center;border:.1rem solid #09f4fd;border-radius:.5rem;display:flex;height:5rem;justify-content:center;padding:1rem;transition:.3s ease-in-out;width:18rem;@media (max-width:400px){height:3rem;padding-bottom:.5rem;padding-left:.5rem;padding-right:.5rem;padding-top:.5rem;width:15rem}}.About_phone__NDGvK{color:#09f5fd;font-size:1rem;text-align:center;text-decoration:none;@media (max-width:400px){font-size:.8rem}}.About_phone1__s7DFC:hover,.About_phone2__ieJHg:hover,.About_phone3__zjkGF:hover{transform:scale(1.1);transition:.3s ease-in-out}.Gallery_gallery__s0-Wj{background-color:#1d1e1d;font-family:Bruno Ace,serif;padding-bottom:3rem;padding-top:6rem;padding-inline:10rem;@media (max-width:1400px){padding-inline:5rem}@media (max-width:1024px){padding-inline:7rem}@media (max-width:768px){padding-inline:1rem}@media (max-width:425px){padding-inline:.3rem}}.Gallery_gallery__s0-Wj .Gallery_sectionName__5fErs{align-items:center;color:#09f4fd;display:flex;font-size:3rem;font-weight:600;justify-content:center;padding-bottom:2rem;@media (max-width:1024px){font-size:2.8rem}@media (max-width:768px){font-size:2.5rem}@media (max-width:550px){font-size:2.3rem}}.Gallery_cards__orpc2{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.Gallery_card__v43L4{cursor:pointer;height:400px;perspective:1000px;width:500px}.Gallery_cardInner__wrKv0{height:100%;position:relative;transform-style:preserve-3d;transition:transform .6s;width:100%}.Gallery_card__v43L4:hover .Gallery_cardInner__wrKv0{transform:rotateY(180deg)}.Gallery_cardBack__7Ce8R,.Gallery_cardFront__rDA8u{align-items:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;border:1px solid #ddd;border-radius:8px;display:flex;height:100%;justify-content:center;overflow:hidden;position:absolute;width:100%}.Gallery_cardFront__rDA8u img{height:100%;object-fit:cover;width:100%}.Gallery_cardBack__7Ce8R{background-color:#f8f8f8;box-sizing:border-box;font-size:1.2rem;padding:10px;text-align:center;transform:rotateY(180deg);@media (max-width:1024px){font-size:1.1rem}@media (max-width:768px){font-size:1rem}@media (max-width:550px){font-size:.8rem}}@media (max-width:600px){.Gallery_card__v43L4{height:200px;width:150px}}.Event_eventPage__3ZHUw{background-color:#222929;font-family:Bruno Ace,serif;margin:0;padding:0;width:100%}.Event_eventBanner__hfC7d{background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;padding-bottom:7rem;padding-top:7rem;width:100%;@media(max-width:768px){padding-bottom:5rem}@media(max-width:550px){padding-bottom:4rem}}.Event_eventBannerContent__1N7CM,.Event_eventBanner__hfC7d{align-items:center;display:flex;flex-direction:column;justify-content:center}.Event_eventBannerContent__1N7CM{color:#d5edee;width:80%;@media (max-width:470px){width:100%}}.Event_eventBannerContent__1N7CM .Event_eventDate__tijdd,.Event_venue__fzEit{font-size:2rem;font-weight:500;text-align:center;@media (max-width:1024px){font-size:1.5rem}@media (max-width:550px){font-size:1.2rem}}.Event_eventBannerContent__1N7CM .Event_eventName__dy6NB{font-size:4rem;font-weight:600;padding-block:3rem;text-align:center;text-shadow:0 0 5px #09f4fd,0 0 10px #09f4fd,0 0 20px #09f4fd;transition:.3s ease-in-out;@media (max-width:1024px){font-size:3.5rem}@media (max-width:650px){font-size:3rem}@media (max-width:550px){font-size:2.3rem}}.Event_eventBannerContent__1N7CM .Event_eventName__dy6NB:hover{text-shadow:0 0 5px #09f4fd,0 0 10px #09f4fd,0 0 20px #09f4fd,0 0 30px #09f4fd}.Event_countdownSection__sXJfx{align-items:center;display:flex;justify-content:center;margin-top:-5rem;padding-bottom:4rem;@media(max-width:768px){margin-top:-4rem}@media(max-width:550px){margin-top:-3rem}}.Event_eventDescription__JUfW\+{align-items:center;display:flex;flex-direction:column;gap:1rem}.Event_sectionTitle__k4Gx5{color:#09f4fd;font-size:3rem;font-weight:600;text-align:center;@media (max-width:1024px){font-size:2.8rem}@media (max-width:768px){font-size:2.5rem}@media (max-width:550px){font-size:2.3rem}}.Event_eventDescription__JUfW\+ .Event_eventInfo__z0-Ji{color:#d5edee;line-height:2.2rem;padding-inline:8rem;@media (max-width:1024px){font-size:1.2rem}@media (max-width:768px){line-height:2rem;padding-inline:4rem}@media (max-width:550px){font-size:1rem;line-height:1.7rem;padding-inline:2rem}}.Event_eventDescription__JUfW\+ .Event_eventInfo__z0-Ji p{font-size:1.3rem;@media (max-width:1024px){font-size:1.2rem}@media (max-width:768px){font-size:1rem;padding-inline:10px}@media (max-width:550px){font-size:.8rem}}.Event_eventDescription__JUfW\+ .Event_eventInfo__z0-Ji p strong{font-size:1.6rem;@media (max-width:1024px){font-size:1.4rem}@media (max-width:768px){font-size:1.3rem}@media (max-width:550px){font-size:1.1rem}}.Event_prices__OZ1ZY{color:#d5edee;gap:1rem;margin-top:2rem;text-align:center}.Event_priceOptions__R7An8{align-items:center;display:flex;gap:2rem;justify-content:center;margin-top:2rem;@media (max-width:600px){gap:1rem}}.Event_priceOption__Az6bD{text-align:center;transition:.5s ease-in-out;width:15rem;@media (max-width:900px){width:10rem}@media (max-width:600px){width:7rem}}.Event_priceOption__Az6bD:hover{transform:scale(1.1)}.Event_priceOption__Az6bD img{height:10rem;@media (max-width:900px){height:7rem}@media (max-width:900px){height:5rem}}.Event_priceOption__Az6bD .Event_firstPrice__pTCpF{height:13rem;@media (max-width:900px){height:10rem}@media (max-width:600px){height:7rem}}.Event_pricelabel__qc6w0{color:#d5edee;font-size:1.2rem;@media (max-width:1024px){font-size:1.1rem}@media (max-width:768px){font-size:1rem}@media (max-width:550px){font-size:.8rem}}.Event_priceValue__uzvlJ{color:#d5edee;font-size:4rem;font-weight:500;@media (max-width:900px){font-size:2rem}@media (max-width:768px){font-size:1.8rem}@media (max-width:550px){font-size:1.3rem}}.Event_prices__OZ1ZY p{font-size:1.2rem;@media (max-width:1024px){font-size:1.1rem}@media (max-width:768px){font-size:1rem}@media (max-width:550px){font-size:.8rem}}.Event_buttonContainer__CIeLr{align-items:center;display:flex;gap:3rem;justify-content:center;padding-block:3rem;text-align:center;@media (max-width:500px){gap:2rem}}.Event_buttonContainer__CIeLr button{background-color:#09f4fd;border:none;border-radius:2rem;color:#000;font-size:1rem;height:3.8rem;text-align:center;transition:.3s ease-in-out;width:10rem;@media (max-width:500px){font-size:.8rem;height:3.5rem;width:9rem}}.Event_buttonContainer__CIeLr button a{color:#000;text-decoration:none}.Event_buttonContainer__CIeLr button:hover{transform:scale(1.1)}.Navbar_navContainer__II1gL{align-items:center;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border-bottom:1px solid #09f5fd49;color:#09f4fd;display:flex;font-family:Bruno Ace,serif;justify-content:space-between;position:absolute;top:0;width:100%;z-index:1000}.Navbar_logo__nlZeh{align-items:center;cursor:pointer;display:flex;font-size:2.5rem;font-weight:700;gap:1rem;justify-content:center;padding-left:3rem;@media(max-width:768px){font-size:1.5rem;gap:.5rem}}.Navbar_logoImg__SA5vr{display:flex;height:5rem;justify-content:center;width:5rem;@media(max-width:768px){height:4rem;width:4rem}}.Navbar_navOptions__KGrS3{display:flex;gap:20px;padding-right:3rem;transition:transform .3s ease-in-out;@media(max-width:768px){gap:5px;padding-right:1rem}@media(max-width:550px){align-items:center;background-color:#1d1e1dd1;display:flex;flex-direction:column;gap:5px;left:0;padding-block:2rem;position:absolute;right:0;top:0}}.Navbar_open__7IRnT{transform:translateY(0)}.Navbar_closed__vbO8l{transform:translateY(-100%)}.Navbar_navOptions__KGrS3 div{border-radius:4px;cursor:pointer;font-size:1rem;padding:8px 12px;position:relative;transition:.3s ease-in-out;@media(max-width:860px){font-size:.8rem}@media(max-width:685px){font-size:.8rem;padding-bottom:8px;padding-left:5px;padding-right:5px;padding-top:8px}@media(max-width:550px){font-size:1rem;padding-bottom:8px;padding-left:7px;padding-right:7px;padding-top:8px}}.Navbar_navOptions__KGrS3 div:after{background-color:#09f4fd;bottom:0;content:"";height:.1rem;left:0;position:absolute;transition:width .3s ease-in-out;width:0}.Navbar_navOptions__KGrS3 div:hover:after{width:100%}.Navbar_navContainer__II1gL i{color:#fff;display:none;font-size:1.5rem;@media(max-width:550px){display:inline-block;position:absolute;right:2rem;z-index:2}}.Footer_footer__qKUW8{align-items:center;background-color:#000;color:#09f4fd;display:flex;font-family:Bruno Ace,serif;justify-content:center;padding:20px}.Footer_footerContent__azlOg{align-items:center;display:flex;justify-content:space-between;width:100%}.Footer_footerLeft__3UQtC{align-items:center;display:flex;font-size:1rem;gap:10px}.Footer_footerLogo__xEVac{height:3rem;width:3rem}.Footer_footerRight__5vW-Y .Footer_footerIcon__g4tEa{color:#09f4fd;font-size:24px;transition:color .3s ease-in-out}.Footer_footerRight__5vW-Y .Footer_footerIcon__g4tEa:hover{color:#00d4ff;transform:scale(1.1)}.ACSEShome_ACSEShome__9B0uy{background-color:#121212e1;width:100%}.ACSEShome_sectionTitle__GSzNH{color:#09f4fd;font-family:Bruno Ace,serif;font-size:3rem;font-weight:600;padding-block:3rem;text-align:center;@media (max-width:1024px){font-size:2.8rem}@media (max-width:768px){font-size:2.5rem}@media (max-width:550px){font-size:2.3rem}}.ACSEShome_banner__yKkdO{background:url(/static/media/CLG.e76e5d2eb40e8227f453.jpeg) no-repeat 50%/cover;background-size:cover;color:#09f4fd;height:100vh;position:relative}.ACSEShome_banner__yKkdO,.ACSEShome_overlay__cOPEm{align-items:center;display:flex;justify-content:center}.ACSEShome_overlay__cOPEm{background-color:#0009;flex-direction:column;height:100%;text-align:center;width:100%}.ACSEShome_collageName__ZL6D4{color:#09f4fd;font-family:Bruno Ace,serif;font-size:3rem;font-weight:600;text-align:center;width:80%;@media (max-width:1024px){font-size:2.8rem}@media (max-width:768px){font-size:2.5rem}@media (max-width:550px){font-size:2.3rem}}.ACSEShome_departmentName__iT9oj{font-family:Bruno Ace,serif;font-size:2rem;font-weight:500;text-align:center;width:80%;@media (max-width:1024px){font-size:1.5rem}@media (max-width:550px){font-size:1.2rem}}.ACSEShome_faculty__tof29{background-color:#121212;padding-block:2rem}.ACSEShome_facultyCards__RT3cn{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.ACSEShome_facultyCard__m-2tx{cursor:pointer;height:20rem;perspective:1000px;width:15rem}.ACSEShome_facultyCardInner__E2dQB{height:100%;position:relative;transform-style:preserve-3d;transition:transform .6s;width:100%}.ACSEShome_facultyCard__m-2tx:hover .ACSEShome_facultyCardInner__E2dQB{transform:rotateY(180deg)}.ACSEShome_facultyCardBack__G3Is5,.ACSEShome_facultyCardFront__FQAcX{align-items:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;border:none;border-radius:8px;display:flex;height:100%;justify-content:center;overflow:hidden;position:absolute;width:100%}.ACSEShome_facultyCardFront__FQAcX img{height:100%;object-fit:cover;width:100%}.ACSEShome_facultyCardBack__G3Is5{word-wrap:break-word;align-items:center;background-color:#09f4fd;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding:10px;text-align:center;transform:rotateY(180deg)}.ACSEShome_facultyCardBack__G3Is5 h3{font-size:1.3rem;margin:5px 0;white-space:normal;word-break:break-word}.ACSEShome_facultyCardBack__G3Is5 p{font-size:1rem;margin:5px 0;max-width:90%;overflow-wrap:break-word;white-space:normal;word-break:break-word}@media (max-width:600px){.ACSEShome_facultyCard__m-2tx{height:12rem;width:8rem}}.ACSEShome_pastEvents__ju7Gh{color:#fff;font-family:Bruno Ace,serif;margin-inline:5rem;margin-bottom:5rem}.ACSEShome_eventContainer__wTf7F{display:flex;flex-direction:column;gap:20px}.ACSEShome_eventEven__1faiV,.ACSEShome_eventOdd__gCdgv{align-items:center;background-color:#121212;border-radius:1rem;box-shadow:4px 4px 5px #09f4fd;display:flex;gap:1rem;justify-content:space-between;padding:20px}.ACSEShome_eventOdd__gCdgv{flex-direction:row-reverse}.ACSEShome_eventEven__1faiV{flex-direction:row}.ACSEShome_eventImage__tJlx6{border-radius:10px;height:20rem;object-fit:cover;width:40%}.ACSEShome_eventDescription__cIzCE{color:#b0b0b0;font-size:1rem;line-height:1.6;width:60%}.ACSEShome_eventDescription__cIzCE h1{color:#09f4fd;font-size:2rem}@media (max-width:768px){.ACSEShome_eventContainer__wTf7F{flex-direction:column}.ACSEShome_eventEven__1faiV,.ACSEShome_eventOdd__gCdgv{flex-direction:column;text-align:center}.ACSEShome_eventImage__tJlx6{margin:0 auto;width:90%}.ACSEShome_eventDescription__cIzCE{margin:10px auto;width:95%}}@media (max-width:550px){.ACSEShome_pastEvents__ju7Gh{margin-inline:2rem}.ACSEShome_eventDescription__cIzCE{font-size:.8rem}.ACSEShome_eventImage__tJlx6{height:13rem;width:70%}}.ACSEShome_upcomingEvents__vIqlO{background-color:#121212;box-shadow:0 4px 20px #000000b3;color:#fff;padding:20px}.ACSEShome_eventsList__yQBgn{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.ACSEShome_upcomingEventfacultyCard__DUPbC{background-position:50%;background-size:cover;border-radius:10px;color:#fff;cursor:pointer;height:200px;overflow:hidden;position:relative;text-align:center;transition:transform .3s,box-shadow .3s;width:300px}.ACSEShome_upcomingEventfacultyCard__DUPbC:hover{box-shadow:0 8px 30px #09f4fd;transform:scale(1.1)}.ACSEShome_upcomingEventInfo__KIR0e{background-color:#000c;bottom:-100%;color:#09f4fd;font-family:Bruno Ace,serif;font-size:16px;left:0;line-height:1.5rem;padding-block:10px;position:absolute;text-align:center;transition:bottom .3s ease;width:100%}.ACSEShome_upcomingEventfacultyCard__DUPbC:hover .ACSEShome_upcomingEventInfo__KIR0e{bottom:0}.ACSEShome_upcomingEventDate__FSkWc,.ACSEShome_upcomingEventLocation__5sIT\+,.ACSEShome_upcomingEventName__-aL8Y{margin:0}.ACSEShome_upcomingEventName__-aL8Y{font-weight:700}.NotFound_notFoundContainer__R6uOs{align-items:center;background-color:#171a1a;display:flex;flex-direction:column;font-family:Bruno Ace,serif;height:100vh;justify-content:center;padding-top:5rem;text-align:center}.NotFound_notFoundContainer__R6uOs .NotFound_notFoundImg__N5YER{height:20rem;@media(max-width:550px){height:15rem}}.NotFound_notFoundContainer__R6uOs .NotFound_notFoundHeader__7JqT5{color:#09f5fd;font-size:3rem}.NotFound_notFoundContainer__R6uOs .NotFound_notFoundPara__LBRyw{color:#09f5fd;font-size:1.2rem;margin:10px 0}.NotFound_backButton__k7CS8{border:2px solid #09f5fd;border-radius:5px;color:#09f5fd;cursor:pointer;font-size:1rem;margin-block:3rem;padding:10px 20px;text-decoration:none;transition:all .3s ease-in-out}.NotFound_backButton__k7CS8:hover{background:#09f5fd;color:#171a1a}
/*# sourceMappingURL=main.321ef980.css.map*/