@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap);@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css);.navbar{background-color:#dbdada;box-shadow:0 6px 16px #00000026;color:#1b374f;padding:10px 30px;top:0;z-index:10}.header-top{align-items:center;display:flex;justify-content:space-between;width:100%}.logo{display:flex;justify-content:flex-start}.logo img{height:45px;width:auto}.button-group{gap:20px}.button-group,.contact-icon{align-items:center;display:flex}.contact-icon{background-color:#1b374f;border:2px solid #fff;border-radius:50%;cursor:pointer;justify-content:center;padding:8px;transition:background-color .3s,transform .3s}.contact-icon:hover{background-color:#fff;border-color:#1b374f}.contact-icon:hover .phone-icon{stroke:#1b374f}.phone-icon{stroke:#fff;height:20px;transition:stroke .3s;width:20px}.contact-dialog{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.dialog-content{background-color:#f5f5f5;border-radius:10px;display:flex;flex-direction:column;gap:10px;max-width:300px;padding:20px;width:90%}.dialog-option{background-color:#1b374f;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:500;font-weight:700;padding:10px;text-align:center;transition:background-color .3s}.dialog-option:hover{background-color:#0f1f2f}.dialog-close{background-color:#ccc;border:none;border-radius:5px;color:#1b374f;cursor:pointer;font-weight:500;font-weight:700;padding:10px;text-align:center;transition:background-color .3s}.dialog-close:hover{background-color:#bbb}.nav-links{background-color:#f5f5f5;border-radius:10px;box-sizing:border-box;display:flex;flex-direction:column;height:100vh;overflow:hidden;padding:20px;position:fixed;right:-100%;top:65.5px;transition:right .3s ease;width:250px;z-index:999}.nav-links.open{right:0}.nav-links a{color:#1b374f;font-weight:500;padding:15px 0;position:relative;text-decoration:none;transition:color .3s ease}.nav-links a:after{background-color:#1b374f;bottom:10px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-links a:hover:after{width:100%}.toggle-button{align-items:center;cursor:pointer;display:flex;flex-direction:column;height:35px;justify-content:center;position:relative;transition:transform .3s ease,box-shadow .3s ease;width:35px;z-index:1001}.bar{background-color:#1b374f;border-radius:2px;height:3px;margin:3px 0;transition:all .3s ease;width:20px}.toggle-button:hover .bar{background-color:#0f1f2f}.close-icon{align-items:center;color:#1b374f;display:flex;font-size:28px;height:35px;justify-content:center;transition:color .3s ease,transform .5s ease;width:35px}.toggle-button:hover .close-icon{color:#0f1f2f;transform:scale(1.1) rotate(1turn)}.close-button{display:none}@media (min-width:1440px){.navbar{padding:12px 40px}.logo img{height:50px}.contact-icon{padding:10px}.phone-icon{height:22px;width:22px}.dialog-content{max-width:350px;padding:25px}.nav-links{padding:25px;width:300px}.nav-links a{font-size:18px;padding:18px 0}}@media (min-width:1024px) and (max-width:1439px){.navbar{padding:10px 35px}.logo img{height:45px}.contact-icon{padding:8px}.phone-icon{height:20px;width:20px}.dialog-content{max-width:320px;padding:20px}.nav-links{padding:20px;width:280px}.nav-links a{font-size:16px;padding:15px 0}.nav-links{height:100vh;top:64.5px}}@media (min-width:768px) and (max-width:1023px){.navbar{padding:8px 25px}.logo img{height:40px}.contact-icon{padding:7px}.phone-icon{height:18px;width:18px}.dialog-content{max-width:280px;padding:18px}.dialog-close,.dialog-option{font-size:15px;padding:9px}.nav-links{padding:18px;top:65px;width:260px}.nav-links a{font-size:15px;padding:14px 0}}@media (max-width:767px){.navbar{padding:8px 20px}.logo img{height:35px}.contact-icon{padding:6px}.phone-icon{height:16px;width:16px}.dialog-content{max-width:250px;padding:15px}.dialog-close,.dialog-option{font-size:14px;padding:8px}.nav-links{padding:15px;top:51px;width:220px}.nav-links a{font-size:14px;padding:12px 0}.toggle-button{height:30px;width:30px}.bar{height:2px;margin:2px 0;width:18px}.close-icon{font-size:24px;height:30px;width:30px}}@media (max-height:600px){.nav-links{height:calc(100vh - 50px);top:64.5px}}@media (min-height:800px){.nav-links{height:100vh}}*{box-sizing:border-box;margin:0;padding:0}body,html{background-color:#f9f9f9;font-family:Roboto,Arial,sans-serif;height:100vh;max-width:100vw;overflow-x:hidden;width:100%}.live-reminder{animation:slideUp .5s ease-in-out;background:linear-gradient(90deg,rgba(131,152,157,.827),rgba(9,239,255,.718));bottom:0;box-shadow:0 -1px 3px #0003;color:#fff;left:0;padding:6px 15px;position:fixed;width:100%;z-index:1000}.live-reminder-content{align-items:center;display:flex;gap:8px;justify-content:center;margin:0 auto;max-width:1200px}.live-icon{animation:pulse 1.5s infinite;color:#fff;font-size:16px}.live-reminder p{color:#000;font-size:14px;font-weight:700;margin:0;white-space:nowrap}.live-reminder-btn{background:#dfdada;border-radius:5px;color:red;font-size:13px;font-weight:600;font-weight:700;padding:6px 12px;text-decoration:none;transition:all .3s ease}.live-reminder-btn:hover{background:#f0f0f0}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.homepage{background:#fff;display:flex;flex-direction:column;min-height:100vh;padding:0}.hero-section{background-position:50%;background-repeat:no-repeat;background-size:contain;height:50vh;min-height:300px;overflow:hidden;position:relative;text-align:center;transition:background-image .3s ease-in-out;width:100%}.hero-nav{display:flex;justify-content:space-between;left:0;padding:0 20px;position:absolute;right:0;top:50%;transform:translateY(-50%)}.hero-nav-btn{background-color:#fff3;border:none;border-radius:15px;color:#fff;cursor:pointer;font-size:18px;padding:10px 15px;transition:background-color .3s ease}.hero-nav-btn:hover{background-color:#fff6}.learning-stats{grid-gap:20px;background:#ffffffe6;border-radius:15px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin:0 20px;padding:55px 60px}.stats-left{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;padding:20px;text-align:left}.stats-title{-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(90deg,#1b374f,#2a5272);color:#0000;font-size:40px;font-weight:700;letter-spacing:.5px;line-height:1.3;margin-bottom:20px}.stats-description{color:#666;font-size:16px;font-weight:600;line-height:1.5;margin-bottom:25px;max-width:450px}.stats-contact-container{align-items:flex-start;display:flex;flex-direction:column;gap:15px;margin-top:20px}.stats-contact-phone{align-items:center;color:#333;display:flex;font-size:16px;gap:10px}.stats-contact-phone i{font-size:18px;transform:rotate(90deg)}.timeline-container{align-items:flex-start;background:linear-gradient(135deg,#eaf5ff,#d8e3ef);border-radius:25px;box-shadow:0 0 10px rgba(0,0,0,.527);display:flex;gap:20px;justify-content:space-between;min-height:350px;padding:40px;perspective:1000px;position:relative}.timeline-line{background:linear-gradient(90deg,#2a5272,#336ea1);height:4px;left:14%;position:absolute;top:85px;width:72%;z-index:1}.timeline-item{cursor:pointer;flex:1 1;position:relative;text-align:center;transition:all .3s ease}.timeline-dot{background:#fff;border:3px solid #2a5272;border-radius:50%;height:16px;left:50%;position:absolute;top:39px;transform:translateX(-50%);transition:transform .3s ease,background .3s ease;width:16px;z-index:2}.timeline-item.active .timeline-dot{background:#336ea1;transform:translateX(-50%) scale(1.3)}.timeline-content{background:#ffffffe6;border-radius:12px;box-shadow:0 8px 25px #0003;height:200px;margin-top:85px;opacity:.7;padding:15px;transform:translateZ(0) scale(1);transition:transform .3s ease,opacity .3s ease,box-shadow .3s ease;width:200px}.timeline-item.active .timeline-content{box-shadow:0 12px 30px #0000004d;opacity:1;transform:translateZ(80px) scale(1.05)}.timeline-content h3{color:#2a5272;font-size:18px;margin-bottom:5px}.timeline-content h4{color:#1e1e1e;font-size:16px;margin-bottom:10px}.timeline-content p{color:#343434;font-size:14px;line-height:1.5}.ask-doubt-container{align-items:center;bottom:50px;cursor:pointer;display:flex;flex-direction:column;position:fixed;right:30px;z-index:10000}.chat-bubble{background-color:#fff;border:2px solid #000;border-radius:15px;color:#000;font-size:14px;font-weight:700;margin-bottom:10px;padding:8px 12px;position:relative;right:10px;text-align:center}.chat-bubble:after{background:#fff;border-bottom:2px solid #000;border-right:2px solid #000;bottom:-8px;content:"";height:12px;position:absolute;right:20px;transform:rotate(45deg);width:12px}.avatar-wrapper{position:relative}.avatar-circle{align-items:center;animation:pulse-glow 2s infinite;background-color:#ddeb9d;border-radius:50%;display:flex;height:60px;justify-content:center;margin-left:100px;overflow:hidden;width:60px}.avatar-img{height:55px;object-fit:contain;width:55px}.sparkle{animation:sparkle 1.5s ease-in-out infinite;color:gold;font-size:22px;position:absolute;right:-8px;top:-8px}@keyframes sparkle{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.4)}}@keyframes pulse-glow{0%{box-shadow:0 0 0 4px rgba(78,95,10,.464),0 0 15px #e3fb81b3}50%{box-shadow:0 0 0 8px #b4c76b33,0 0 25px #b4c76be6}to{box-shadow:0 0 0 4px #b4c76b66,0 0 15px #b4c76bb3}}.courses{background:linear-gradient(135deg,#eaf5ff,#d8e3ef);border-radius:15px;min-height:84vh;padding:10px 70px 25px}.courses-title{color:#1e1e1e;font-size:38px;font-weight:700;margin-bottom:20px;text-align:center}.courses-container{margin:0 auto;max-width:1200px}.course-tabs{display:flex;gap:10px;justify-content:center;margin-bottom:30px}.course-tab{background:#fff;border:none;border-radius:8px;box-shadow:0 2px 5px #0000001a;color:#1e1e1e;cursor:pointer;font-size:16px;font-weight:600;padding:12px 24px;position:relative;transition:all .3s ease}.course-tab:hover{background:#1b374f1a;box-shadow:0 3px 8px #00000026;color:#1b374f}.course-tab.active{box-shadow:0 4px 10px #0003;color:#fff}.course-tab.active,.course-tab:after{background:linear-gradient(90deg,#1b374f,#2a5272)}.course-tab:after{border-radius:2px;bottom:6px;content:"";height:3px;left:24px;position:absolute;right:24px;transform:scaleX(0);transform-origin:center;transition:transform .3s ease}.course-tab:hover:after{transform:scaleX(1)}.course-list{background:#fff;border-radius:15px;box-shadow:0 8px 20px #0000001a;padding:20px}.course-item{align-items:center;background-color:#f0f4f8;background-position:50%;background-size:cover;border-radius:10px;display:grid;height:150px;margin-bottom:10px;overflow:hidden;padding:15px;position:relative}.course-item:before{border-radius:10px;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.course-item:last-child{margin-bottom:0}.course-content{flex:1 1;margin:0 20px;z-index:2}.course-title{color:#fff;font-size:20px;font-weight:700;margin-bottom:8px}.course-description{color:#fff;font-size:20px;font-weight:400;line-height:1.5}.course-btn{background:#fff;border:none;border-radius:8px;color:#1e1e1e;cursor:pointer;display:inline-block;font-size:14px;font-weight:600;margin-left:10px;padding:8px 16px;transition:all .3s ease;width:150px;z-index:2}.explore-more-container{display:flex;justify-content:center;margin-top:20px}.explore-more-btn{align-items:center;animation:bounce 2s infinite;background:#f5f5f5;border:none;border-radius:50px;box-shadow:0 4px 12px #00000026;color:#1b374f;cursor:pointer;display:flex;font-size:15px;font-weight:700;gap:10px;padding:12px 28px;transition:all .3s ease}.explore-more-btn:hover{animation-play-state:paused;background:#1b374f;color:#fff}.faculty{align-items:center;background:#fff;border-radius:15px;display:flex;flex-direction:column;padding:50px 70px}.faculty-title{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#1b374f,#2a5272);-webkit-background-clip:text;font-size:38px;font-weight:700;margin-bottom:40px;text-align:center}.faculty-container{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(5,1fr);max-width:1800px}.faculty-card{background:linear-gradient(135deg,#eaf5ff,#d8e3ef);border-radius:7px;box-shadow:0 4px 10px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.faculty-image{height:320px;margin-top:20px;object-fit:cover;width:100%}.faculty-content{padding:20px;text-align:center}.faculty-name{color:#1e1e1e;font-size:24px;font-weight:700;margin-bottom:10px}.faculty-subject{color:#2a5272;font-size:18px;font-weight:600;margin-bottom:10px}.faculty-description{color:#333;font-size:18px;letter-spacing:normal;line-height:1.5}.animate-faculty{animation:fadeInUp .6s ease-out}.animate-faculty-card{animation:slideIn .5s ease-out}.why-us{align-items:center;background:#fff;border-radius:15px;display:flex;flex-direction:column;padding:50px 70px}.why-us-title{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#1b374f,#2a5272);-webkit-background-clip:text;font-size:38px;font-weight:700;margin-bottom:40px;text-align:center}.why-us-container{grid-column-gap:150px;grid-row-gap:0;column-gap:150px;display:grid;grid-template-columns:repeat(2,1fr);justify-content:center;max-width:1500px;row-gap:0}.why-us-item{align-items:center;display:flex;justify-content:space-between;padding:15px 0;position:relative}.why-us-item .why-us-text{flex:1 1;text-align:left}.why-us-item .why-us-icon{align-items:center;background:linear-gradient(135deg,#f0f4f8,#e1e8f0);border-radius:50%;box-shadow:0 2px 5px #0000001a;display:flex;height:50px;justify-content:center;margin-left:50px;width:50px}.why-us-item .why-us-icon i{color:#000;font-size:24px}.why-us-item .why-us-title-text{color:#000;display:inline-block;font-size:28px;font-weight:800;margin-bottom:10px;position:relative;white-space:nowrap}.why-us-item .why-us-title-text:after{bottom:-5px;content:"";height:5px;left:0;margin-bottom:-7px;position:absolute;width:100%}.why-us-item:first-child .why-us-title-text:after{background:#129954}.why-us-item:nth-child(2) .why-us-title-text:after{background:#4a399a}.why-us-item:nth-child(3) .why-us-title-text:after,.why-us-item:nth-child(4) .why-us-title-text:after{background:#ee4240}.why-us-item:nth-child(5) .why-us-title-text:after{background:#129954}.why-us-item:nth-child(6) .why-us-title-text:after{background:#4a399a}.why-us-item:not(:last-child):before{bottom:0;content:"";left:-20px;position:absolute;top:0;width:2px}.why-us-item:first-child:before{background:linear-gradient(180deg,#0000,#129954,#0000)}.why-us-item:nth-child(2):before{background:linear-gradient(180deg,#0000,#4a399a,#0000)}.why-us-item:nth-child(3):before,.why-us-item:nth-child(4):before{background:linear-gradient(180deg,#0000,#ee4240,#0000)}.why-us-item:nth-child(5):before{background:linear-gradient(180deg,#0000,#129954,#0000)}.why-us-item:nth-child(6):before{background:linear-gradient(180deg,#0000,#4a399a,#0000);bottom:0;content:"";left:-20px;position:absolute;top:0;width:2px}.why-us-description{color:#2a2a2a;font-size:15px;font-weight:400;letter-spacing:.3px;line-height:1.6;margin-top:8px;max-width:280px}.gallery{background:linear-gradient(135deg,#eaf5ff,#d8e3ef);border-radius:15px;overflow:hidden;padding:5px 80px}.gallery-title{color:#1e1e1e;font-size:38px;font-weight:700;text-align:center}.gallery-container{box-sizing:border-box;overflow:hidden;padding:0 20px;width:100%}.gallery-track{animation:scroll 40s linear infinite;background:#f5f5f5;border:2px solid #ccc;box-shadow:0 0 8px #0006;display:flex;margin:20px;padding:20px;width:10400px}.gallery-image{border-radius:10px;box-shadow:0 4px 10px #0000001a;flex-shrink:0;height:250px;margin-right:20px;object-fit:cover;width:500px}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-5200px)}}.our-location{background:#fff;padding:50px 0}.location-title{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#1b374f,#2a5272);-webkit-background-clip:text;font-size:38px;font-weight:700;margin-bottom:0;text-align:center}.location-content{align-items:center;border-radius:15px;display:flex;flex-direction:column;gap:20px;padding:20px}.location-contact-container{align-items:center;background:#fff;border-radius:10px;color:#000;display:flex;flex:1 1;flex-direction:column;justify-content:center;min-width:250px;opacity:0;padding:20px;transform:translateY(30px);transition:transform .5s ease,box-shadow .5s ease}.location-contact-container.animate-contact-container{animation:fadeInUp 1s ease-in-out forwards}.contact-phone,.contact-title,.social-links{transition:color .5s ease,transform .5s ease}.location-contact-container:hover .contact-title{color:#1b374f}.location-contact-container:hover .contact-phone{color:#2a5272}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.contact-title{color:#000;font-size:32px;font-weight:600;margin-bottom:15px}.map-placeholder{border-radius:20px;flex:2 1;min-width:300px;overflow:hidden;width:100%}.map-coordinates{color:#333;font-size:18px;font-weight:500;margin-bottom:10px;text-align:center}.testimonials{background:linear-gradient(135deg,#eaf5ff,#d8e3ef);border-radius:15px;padding:50px 70px;text-align:center}.testimonials-title{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#1b374f,#2a5272);-webkit-background-clip:text;font-size:38px;font-weight:700;margin-bottom:40px}.testimonials-container{-ms-overflow-style:none;display:flex;gap:20px;margin:0 auto;overflow-x:auto;padding:20px;scroll-snap-type:x mandatory;scrollbar-width:none}.testimonials-container::-webkit-scrollbar{display:none}.testimonial-card{background:#f5f5f5;border-radius:10px;box-shadow:0 4px 10px #0000001a;flex:0 0 auto;overflow:hidden;scroll-snap-align:center;transition:transform .3s ease,box-shadow .3s ease;width:300px}.testimonial-card:hover{box-shadow:0 6px 15px #0003;transform:scale(1.05)}.testimonial-image{cursor:pointer;height:400px;object-fit:cover;width:100%}.testimonials-nav{display:flex;gap:20px;justify-content:center;margin-top:20px}.testimonials-nav-btn{background-color:#203c5481;border:none;border-radius:15px;color:#fff;cursor:pointer;font-size:18px;padding:10px 15px;transition:background-color .3s ease}.testimonials-nav-btn:hover{background-color:#2a5272}.animate-testimonials{animation:fadeIn 1s ease-in-out}.animate-testimonial-card{animation:slideInLeft .8s ease-in-out forwards}.footer{background:linear-gradient(135deg,#1b374f,#2a5272);border-radius:15px 15px 0 0;color:#fff;padding:60px 70px 20px}.footer-container{grid-gap:50px;display:grid;gap:50px;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1200px}.footer-column{display:flex;flex-direction:column}.footer-title{color:#fff;font-size:22px;font-weight:700;margin-bottom:20px}.footer-about .footer-description{color:#d9e6f2;font-size:14px;line-height:1.6;margin-bottom:20px}.footer-links-list{list-style:none}.footer-link{color:#d9e6f2;display:block;font-size:14px;margin-bottom:10px;text-decoration:none;transition:all .3s ease}.footer-link:hover{color:#f5d418}.footer-contact-item{align-items:center;color:#d9e6f2;display:flex;font-size:14px;gap:10px;margin-bottom:10px}.footer-contact-item i{font-size:16px}.footer-newsletter-text{color:#d9e6f2;font-size:14px;margin-bottom:20px}.footer-newsletter-input{display:flex;gap:10px}.footer-input{max-width:200px;padding:10px;width:100%}.footer-input,.footer-subscribe-btn{border:none;border-radius:8px;font-size:14px}.footer-subscribe-btn{background:#f5d418;color:#1b374f;cursor:pointer;font-weight:600;padding:10px 20px;transition:all .3s ease}.footer-subscribe-btn:hover{background:#e6c414;transform:translateY(-2px)}.footer-bottom{border-top:1px solid #fff3;color:#d9e6f2;font-size:14px;margin-top:40px;padding-top:20px;text-align:center}.modal-overlay{background:#0009;justify-content:center;left:0;min-height:125%;position:fixed;top:0;width:100%;z-index:1000}.modal-content,.modal-overlay{align-items:center;display:flex}.modal-content{animation:fadeIn .3s ease-in-out;background:#fff;border-radius:15px;box-shadow:0 8px 20px #0003;flex-direction:column;justify-content:space-between;padding:20px;position:relative;width:420px}.contact-modal-content{align-items:stretch;background:#f9f9f9;border-radius:10px;box-shadow:0 0 15px #0000001a;display:flex;flex-direction:column;height:70%;justify-content:flex-start;padding:30px;width:500px}.modal-image{border-radius:10px;height:100%;object-fit:cover;width:100%}.modal-close-btn{align-items:center;background:#1b374f;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:30px;justify-content:center;position:absolute;right:10px;top:10px;transition:background .3s ease;width:30px}.modal-close-btn:hover{background:#2a5272}.modal-close-btn i{font-size:16px}.modal-action-btn{background:linear-gradient(90deg,#1b374f,#2a5272);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:all .3s ease}.modal-action-btn:hover{background:linear-gradient(90deg,#2a5272,#1b374f)}.footer-social-links,.social-links,.stats-social-links{display:flex;gap:20px;padding-bottom:20px}.footer-social-link,.social-link,.stats-social-link{align-items:center;border-radius:50%;display:flex;height:40px;justify-content:center;text-decoration:none;width:40px}.footer-social-link i,.social-link i,.stats-social-link i{align-items:center;border-radius:50%;display:flex;font-size:22px;justify-content:center;padding:8px;transition:all .3s ease}.footer-social-link[href*="telegram.me"],.social-link[href*="telegram.me"],.stats-social-link[href*="telegram.me"]{background:linear-gradient(45deg,#08c,#069);border-radius:5px;color:#fff}.footer-social-link[href*="telegram.me"]:hover,.social-link[href*="telegram.me"]:hover,.stats-social-link[href*="telegram.me"]:hover{background:#9bc1d6;color:#fff}.footer-social-link[href*="instagram.com"],.social-link[href*="instagram.com"],.stats-social-link[href*="instagram.com"]{background:radial-gradient(circle at 30% 107%,#fef8a0 0,#ff6b5b 45%,#e130b0 60%,#356ee0 90%);border-radius:5px;color:#fff}.footer-social-link[href*="instagram.com"]:hover,.social-link[href*="instagram.com"]:hover,.stats-social-link[href*="instagram.com"]:hover{background:#9bc1d6;color:#e0e0e0}.footer-social-link[href*="facebook.com"],.social-link[href*="facebook.com"],.stats-social-link[href*="facebook.com"]{background:linear-gradient(45deg,#1877f2,#0e5ad4);border-radius:5px;color:#fff}.footer-social-link[href*="facebook.com"]:hover,.social-link[href*="facebook.com"]:hover,.stats-social-link[href*="facebook.com"]:hover{background:#9bc1d6;color:#fff}.footer-social-link[href*="youtube.com"],.social-link[href*="youtube.com"],.stats-social-link[href*="youtube.com"]{background:linear-gradient(45deg,red,#c00);border-radius:5px;color:#fff}.footer-social-link[href*="youtube.com"]:hover,.social-link[href*="youtube.com"]:hover,.stats-social-link[href*="youtube.com"]:hover{background:#9bc1d6;color:#fff}.footer-social-link[href*="wa.me"],.social-link[href*="wa.me"],.stats-social-link[href*="wa.me"]{background:linear-gradient(45deg,#25d366,#128c7e);border-radius:5px;color:#fff}.footer-social-link[href*="wa.me"]:hover,.social-link[href*="wa.me"]:hover,.stats-social-link[href*="wa.me"]:hover{background:#9bc1d6;color:#fff}.stats-social-links{justify-content:flex-start}.footer-social-link{font-size:20px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.animate-hero,.animate-learning-stats{animation:fadeIn 1s ease-in-out}.animate-stats-left{animation:slideInLeft .8s ease-in-out}.animate-timeline-item{animation:fadeInUp .6s ease-in-out}.animate-courses{animation:fadeIn 1s ease-in-out}.animate-course-item{animation:slideInLeft .8s ease-in-out forwards}.animate-why-us{animation:fadeIn 1s ease-in-out}.animate-why-us-item{animation:fadeInUp .6s ease-in-out}.animate-gallery{animation:fadeIn 1s ease-in-out}.animate-gallery-image{animation:fadeInUp .6s ease-in-out}.animate-about-us{animation:fadeIn 1s ease-in-out}@media (max-width:1024px){.live-reminder{padding:5px 12px}.live-reminder-content{gap:6px}.live-icon{font-size:14px}.live-reminder p{font-size:13px}.live-reminder-btn{font-size:12px;padding:5px 10px}.hero-section{background-position:50%;background-repeat:no-repeat;background-size:cover;height:300px}.learning-stats{gap:15px;padding:40px 20px}.stats-title{font-size:36px}.stats-description{font-size:15px;max-width:400px}.stats-contact-phone{font-size:15px;transform:rotate(90deg)}.timeline-container{padding:30px}.timeline-content{height:140px;width:180px}.timeline-content h3{font-size:16px}.timeline-content h4{font-size:14px}.timeline-content p{font-size:13px}.courses{padding:30px 20px}.courses-title{font-size:34px;margin-bottom:30px}.course-tabs{flex-wrap:wrap;gap:8px}.course-tab{font-size:15px;padding:10px 20px}.course-list{padding:15px}.course-item{padding:12px}.course-title{font-size:18px}.course-description{font-size:16px}.course-btn{font-size:13px;padding:8px 16px}.explore-more-btn{font-size:14px;padding:10px 24px}.why-us{padding:40px 20px}.why-us-title{font-size:34px;margin-bottom:30px}.why-us-container{column-gap:30px;grid-template-columns:repeat(2,1fr);padding:0 10px;row-gap:20px}.why-us-item .why-us-title-text{font-size:24px}.why-us-description{font-size:14px;max-width:250px}.why-us-item .why-us-icon{height:45px;margin-left:20px;width:45px}.why-us-item .why-us-icon i{font-size:20px}.gallery{padding:30px 20px}.gallery-title{font-size:34px;margin-bottom:20px}.gallery-track{animation:scroll 30s linear infinite;width:6400px}.gallery-image{height:150px;width:300px}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-3200px)}}.our-location{padding:40px 20px}.location-title{font-size:34px}.location-contact-container{padding:15px}.contact-title{font-size:28px}.map-placeholder{min-width:250px}.map-coordinates{font-size:16px}.testimonials{padding:40px 20px}.testimonials-title{font-size:34px;margin-bottom:30px}.testimonials-container{gap:15px;padding:15px}.testimonial-card{width:250px}.testimonial-image{height:350px}.testimonials-nav-btn{font-size:16px;padding:8px 12px}.modal-content{padding:15px;width:350px}.contact-modal-content{height:70%;padding:20px;width:400px}.modal-image{height:250px;margin-bottom:10px}.modal-close-btn{height:25px;width:25px}.modal-close-btn i{font-size:14px}.modal-action-btn{font-size:13px;padding:8px 16px}.footer{padding:40px 20px}.footer-container{gap:20px;grid-template-columns:repeat(2,1fr)}.footer-title{font-size:20px}.footer-contact-item,.footer-description,.footer-link,.footer-newsletter-text{font-size:13px}.footer-input{max-width:180px}.footer-subscribe-btn{font-size:13px;padding:8px 16px}.footer-social-link,.social-link,.stats-social-link{height:34px;width:34px}.footer-social-link i,.social-link i,.stats-social-link i{font-size:16px}}@media (max-width:768px){.faculty{padding:30px 20px}.faculty-title{font-size:28px}.faculty-container{gap:20px;grid-template-columns:repeat(2,1fr)}.faculty-image{height:200px;object-fit:contain}.faculty-name{font-size:20px}.faculty-subject{font-size:16px}.faculty-description{font-size:13px}.hero-section{height:350px;width:100%}.hero-nav-btn{font-size:16px;padding:8px 12px}.learning-stats{border-radius:10px;grid-template-columns:1fr;margin:0;padding:20px 15px}.stats-left{align-items:center;padding:10px;text-align:center}.stats-title{font-size:28px;margin-bottom:15px}.stats-description{font-size:14px;margin-bottom:20px;max-width:100%}.stats-contact-container{align-items:center}.stats-contact-phone{font-size:14px;gap:8px}.stats-contact-phone i{font-size:14px;transform:rotate(90deg)}.timeline-container{border-radius:15px;flex-direction:column;margin-top:45px;padding:20px}.timeline-line{background:linear-gradient(180deg,#2a5272,#336ea1);height:100%;left:20px;top:0;width:4px}.timeline-item{margin-bottom:20px;padding-left:40px;padding-top:15px;text-align:left;width:100%}.timeline-dot{height:12px;left:12px;top:25px;transform:none;width:12px}.timeline-item.active .timeline-dot{transform:scale(1.3)}.timeline-content{height:auto;margin-top:0;padding:12px;width:100%}.timeline-content h3{font-size:15px}.timeline-content h4{font-size:13px}.timeline-content p{font-size:12px}.courses{border-radius:10px;padding:20px 15px}.courses-title{font-size:28px;margin-bottom:20px}.course-tabs{align-items:center;flex-direction:column;gap:10px}.course-tab{font-size:14px;max-width:300px;width:100%}.course-list,.course-tab{padding:10px}.course-item{align-items:flex-start;flex-direction:column;padding:15px}.course-content{margin:0}.course-title{font-size:16px}.course-description{font-size:18px}.course-btn{font-size:12px;margin-left:-5px;padding:10px}.explore-more-btn{font-size:13px;padding:8px 20px}.why-us{padding:30px 15px}.why-us-title{font-size:28px;margin-bottom:20px}.why-us-container{gap:20px;grid-template-columns:1fr}.why-us-item{align-items:center;flex-direction:column}.why-us-item,.why-us-item .why-us-text{text-align:center}.why-us-item .why-us-icon{margin-left:0;margin-top:10px}.why-us-item .why-us-title-text{font-size:20px}.why-us-description{font-size:13px;max-width:100%}.gallery{padding:20px 10px}.gallery-title{font-size:28px;margin-bottom:15px}.gallery-track{animation:scroll 25s linear infinite;width:4400px}.gallery-image{height:100px;width:200px}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-2200px)}}.our-location{padding:30px 10px}.location-title{font-size:28px;margin-bottom:15px}.location-contact-container{min-width:200px;padding:10px}.contact-title{font-size:24px}.map-placeholder{height:300px;min-width:200px}.map-coordinates{font-size:14px}.testimonials{padding:30px 10px}.testimonials-title{font-size:28px;margin-bottom:20px}.testimonials-container{gap:10px;padding:10px}.testimonial-card{width:200px}.testimonial-image{height:300px}.testimonials-nav{display:none}.modal-content{padding:10px;width:300px}.contact-modal-content{height:60%;padding:15px;width:90%}.modal-image{height:250px;margin-bottom:8px}.modal-close-btn{height:20px;width:20px}.modal-close-btn i{font-size:12px}.modal-action-btn{font-size:12px;padding:6px 12px}.footer{padding:30px 10px}.footer-container{gap:15px;grid-template-columns:1fr}.footer-title{font-size:18px}.footer-contact-item,.footer-description,.footer-link,.footer-newsletter-text{font-size:12px}.footer-input{max-width:160px}.footer-subscribe-btn{font-size:12px;padding:6px 12px}.footer-bottom{font-size:12px;margin-top:20px}.footer-social-link,.social-link,.stats-social-link{height:30px;width:30px}.footer-social-link i,.social-link i,.stats-social-link i{font-size:14px}}.form-container{background-color:#f9f9f9;border-radius:10px;box-shadow:0 0 15px #0000001a;font-family:Arial,sans-serif;margin:50px auto;max-width:500px;padding:30px}.form-container h2{color:#333;margin-bottom:20px;text-align:center}.form-group{margin-bottom:15px}label{color:#444;display:block;margin-bottom:5px;margin-top:20px}input,textarea{border:1px solid #ccc;border-radius:6px;font-size:16px;padding:10px 15px;width:100%}textarea{resize:vertical}#submit{background-color:#1a5fc0;border:1px solid #ccc;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;padding:12px;transition:background-color .3s ease,color .3s ease,border-color .3s ease;width:100%}#submit:hover{background-color:#90909083;border:2px solid #0533ff;color:#000}.contact-form .cancel-btn{background-color:#e53d3d;border:1px solid #ccc;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;padding:12px;transition:background-color .3s ease,color .3s ease,border-color .3s ease;width:100%}.contact-form .cancel-btn:hover{background-color:#90909083;border:2px solid #ff0026c1;color:#000}.contact-form .flex #submit,.contact-form .flex .cancel-btn{flex:1 1;margin:10px 5px}.pdf-viewer-page{background:#f5f5f5;display:flex;flex-direction:column;height:150vh;margin:0 auto;overflow:hidden;width:55%}.pdf-viewer-header{align-items:center;background:#fff;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:flex-start;left:0;padding:20px;position:fixed;top:0;width:100%;z-index:1000}.pdf-back-btn{align-items:center;background:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:16px;gap:5px;padding:8px 16px}.pdf-back-btn:hover{background:#0056b3}.pdf-viewer-iframe{border:none;flex:1 1;height:calc(100vh - 70px);margin-top:70px;width:100%}.pdf-error-message{color:#b00020;font-weight:700;margin-top:80px;padding:20px;text-align:center}@media (max-width:768px){.pdf-viewer-header{padding:10px}.pdf-back-btn{font-size:14px;padding:6px 12px}.pdf-viewer-iframe{height:calc(100vh - 60px);margin-top:60px}}.signup-container{align-items:center;background-color:#f7fafc;display:flex;justify-content:center;margin-top:14vh}.signup-form-container{background-color:#fff;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;max-width:400px;padding:2rem;width:100%}.signup-title{color:#4f46e5;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.signup-form{display:flex;flex-direction:column;gap:1.5rem}.signup-btn{background-color:#4f46e5;border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-weight:500;padding:.5rem 1rem;width:100%}.signup-btn:hover{background-color:#4338ca}.login-prompt{color:#6b7280;font-size:.875rem;margin-top:1rem;text-align:center}.login-link{background:none;border:none;color:#4f46e5;cursor:pointer;font-weight:500}.login-link:hover{text-decoration:underline}.login-container{align-items:center;background-color:#f7fafc;display:flex;justify-content:center;margin-top:30vh}.login-form-container{background-color:#fff;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;max-width:400px;padding:2rem;width:100%}.login-title{color:#4f46e5;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-label{color:#374151;font-size:.875rem;margin-bottom:.25rem}.form-input{border-radius:.375rem;color:#1f2937;font-size:.875rem;padding:.5rem .75rem;width:100%}.form-input:focus{border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e533}.login-btn{background-color:#4f46e5;border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-weight:500;padding:.5rem 1rem;width:100%}.login-btn:hover{background-color:#4338ca}.signup-prompt{color:#6b7280;font-size:.875rem;margin-top:1rem;text-align:center}.signup-link{background:none;border:none;color:#4f46e5;cursor:pointer;font-weight:500}.signup-link:hover{text-decoration:underline}.ask-question-container{background-color:#e5ddd5;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;height:125vh;margin:0;width:125vw}.header{background-color:#5581bc;box-shadow:0 .078125rem .234375rem #0000001a;color:#fff;justify-content:space-between;padding:1.5rem 1.25rem}.header,.header-left{align-items:center;display:flex}.header-logo{height:2.5rem;margin-right:.625rem;object-fit:contain;width:2.5rem}.header h2{font-size:1.5rem;font-weight:500;margin:0}.chat-area{flex:1 1;overflow-y:auto;padding:1.25rem}.message-container{align-items:flex-start;display:flex;margin-bottom:.9375rem}.message-container.own{flex-direction:row-reverse}.message-container.other{flex-direction:row}.profile-photo{border-radius:50%;height:2.5rem;margin:0 .625rem;object-fit:cover;width:2.5rem}.message-bubble{word-wrap:break-word;border-radius:.625rem;box-shadow:0 .078125rem .15625rem #0000001a;max-width:70%;padding:.625rem .9375rem;position:relative}.message-bubble.own{background-color:#c6d4f8;border-top-right-radius:.15625rem;width:60vw}.message-bubble.other{background-color:#fff;border-top-left-radius:.15625rem;width:60vw}.timestamp{color:#666;font-size:.9375rem;margin-bottom:.3125rem}.content-text{font-size:1.25rem;line-height:1.4}.content-image{border-radius:.625rem;max-width:100%}.content-poll{margin-top:.625rem}.poll-option,.poll-vote-btn{font-size:1.125rem;margin:.3125rem 0}.poll-vote-btn{background-color:#e1e1e1;border-radius:.9375rem;color:#111b21;padding:.3125rem .625rem;text-align:left;width:100%}.poll-vote-btn:hover{background-color:#d1d1d1}.message-actions{align-items:center;bottom:.3125rem;position:absolute;right:.3125rem}.reaction-btn{background:none;border:none;cursor:pointer;font-size:1rem;padding:.3125rem .625rem}.reaction-btn:disabled{cursor:not-allowed;opacity:.5}.reaction-picker{background-color:#fff;border-radius:.9375rem;bottom:2.34375rem;box-shadow:0 .078125rem .3125rem #0003;display:flex;gap:.3125rem;padding:.3125rem;position:absolute;right:0}.reaction-emoji{background:none;border:none;cursor:pointer;font-size:1.25rem;padding:.3125rem}.reaction-emoji:hover{background-color:#e1e1e1;border-radius:50%}.remove-reaction-btn{background:none;border:none;color:#ff3b30;cursor:pointer;font-size:1rem;padding:.3125rem .625rem}.remove-reaction-btn:hover{color:#d32f2f}.reactions-display{display:flex;flex-wrap:wrap;gap:.46875rem;margin-top:.625rem}.reaction-wrapper{position:relative}.reaction-item{align-items:center;background-color:#e1e1e1;border-radius:.9375rem;cursor:pointer;display:flex;font-size:1rem;gap:.3125rem;padding:.15625rem .46875rem}.reaction-wrapper:hover .reacted-users-tooltip{display:block}.reacted-users-tooltip{background-color:#333;border-radius:.3125rem;bottom:1.875rem;color:#fff;display:none;font-size:.9375rem;padding:.3125rem .625rem;white-space:nowrap;z-index:10}.reacted-users-tooltip,.reacted-users-tooltip:after{left:50%;position:absolute;transform:translateX(-50%)}.reacted-users-tooltip:after{border:.390625rem solid #0000;border-top-color:#333;content:"";top:100%}.reply-btn{background:none;border:none;color:#072c40;cursor:pointer;font-size:1rem;padding:.3125rem .625rem}.reply-btn:hover{color:#638fd7}.reply-preview{background-color:#0000000d;border-left:.3125rem solid #81a3ec;border-radius:.3125rem;margin-bottom:.625rem;padding:.625rem}.reply-user{color:#619cd7}.reply-content,.reply-user{font-size:1.125rem;margin:0}.reply-content{color:#666}.input-container{background-color:#5581bc;border-radius:15px;bottom:-25%;box-shadow:0 -.078125rem .3125rem #0000001a;display:flex;flex-direction:column;left:0;padding:.625rem 1.25rem 0;right:0;width:125vw}.input-reply{background-color:#fff;margin-bottom:.625rem;position:relative}.cancel-reply-btn{background:none;border:none;color:#f99;cursor:pointer;font-size:1.25rem;position:absolute;right:.3125rem;top:.3125rem}.input-form{align-items:center;background-color:#fff;border-radius:1.5625rem;display:flex;flex:1 1;margin-bottom:.625rem;padding:.625rem}.content-type-select{color:#666;margin-right:.625rem;max-width:7.8125rem}.content-type-select,.input-textarea{background-color:initial;border:none;font-size:1.25rem;outline:none}.input-textarea{height:3.125rem;padding:.8rem;resize:none;width:100%}.image-input-container{width:100%}.image-upload-input{font-size:1.125rem;margin-bottom:.625rem;width:100%}.poll-input-container{width:100%}.poll-option-input{background-color:initial;border:none;font-size:1.25rem;margin-bottom:.3125rem;outline:none;width:100%}.add-option-btn{background-color:#6ea0cf;border-radius:.9375rem;color:#fff;font-size:1.125rem;margin-top:.3125rem;padding:.3125rem .625rem}.add-option-btn:hover{background-color:#1d47a8}.submit-btn{align-items:center;background-color:#4a9b1b;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:3.125rem;justify-content:center;width:3.125rem}.submit-btn:hover{background-color:#1da851}.w-full{width:100%}.award-points-btn{background-color:#2585d39a;border:none;border-radius:.9375rem;color:#1e1e1e;cursor:pointer;font-size:1rem;font-size:17px;font-weight:550;padding:.3125rem .625rem}.award-points-btn:hover{background-color:#1b3973;color:#fff}.points-display{color:#fb1616;font-size:17px;font-weight:600}@media (max-width:768px){.message-actions{align-items:flex-end;flex-direction:column;gap:.25rem;right:.5rem}.award-points-btn,.reaction-btn,.reply-btn{font-size:0;height:2.25rem;padding:.5rem;position:relative;width:2.25rem}.reaction-btn:before{background-color:rgba(0,0,0,.407);content:"😊";left:-5px;padding:4px}.reaction-btn:before,.reply-btn:before{border-radius:10px;font-size:1.125rem;position:absolute;right:10px;text-align:center;top:2px}.reply-btn:before{background-color:rgba(0,0,0,.471);color:#fff;content:"↩";left:0;padding:3px 4px}.award-points-btn:before{content:"🏆";font-size:1.125rem;left:0;position:absolute;right:0;text-align:center;top:5px}.content-type-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;utf8,<svg fill=%27gray%27 height=%2714%27 viewBox=%270 0 24 24%27 width=%2714%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M7 10l5 5 5-5z%27/></svg>");background-position:right .4rem center;background-repeat:no-repeat;background-size:.7rem;border:1px solid #ccc;border-radius:.375rem;font-size:.75rem;height:1.8rem;margin-right:.5rem;padding:.2rem .4rem;width:4.5rem}.input-form{align-items:center;flex-direction:row}.input-textarea{font-size:.85rem;height:2rem;padding:.5rem}.submit-btn{font-size:1.2rem;height:2.25rem;width:2.25rem}}@media (max-width:480px){.message-bubble{width:80vw!important}.reaction-picker{bottom:3rem;right:.25rem}}.select-class-container{align-items:center;background:linear-gradient(135deg,#e5ddd5,#d3c7b3);display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;justify-content:center;min-height:125vh;padding:1rem;width:125vw}.select-class-form-container{background-color:#fff;border-radius:1rem;box-shadow:0 4px 20px #0000001a;max-width:28rem;padding:2rem;transition:transform .3s ease,box-shadow .3s ease;width:100%}.select-class-title{color:#1a3854;font-size:1.75rem;font-weight:600;letter-spacing:-.02em;margin-bottom:1.5rem;text-align:center}.select-class-form{gap:1.25rem}.form-group,.select-class-form{display:flex;flex-direction:column}.form-label{color:#1a252f;font-size:.95rem;font-weight:500;margin-bottom:.5rem;transition:color .2s ease}.form-input{background-color:#f8fafc;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;padding:.75rem 1rem;transition:border-color .3s ease,background-color .3s ease,box-shadow .3s ease}.form-input:focus{background-color:#fff;border-color:#256ad3;box-shadow:0 0 0 3px #2579d333;outline:none}.select-class-btn{background:linear-gradient(135deg,#1b374f,#2a5272);border:none;border-radius:.75rem;color:#fff;cursor:pointer;font-size:1.05rem;font-weight:600;padding:.875rem;transition:background-color .3s ease,transform .2s ease}.select-class-btn:active{transform:scale(.98)}.select-class-btn:focus{box-shadow:0 0 0 3px #25d3664d;outline:none}.form-input:focus-visible,.select-class-btn:focus-visible{outline:2px solid #1a252f;outline-offset:2px}@media (max-width:600px){.select-class-form-container{border-radius:.75rem;margin:1rem;padding:1.5rem}.select-class-title{font-size:1.5rem;margin-bottom:1.25rem}.form-input{font-size:.95rem;padding:.625rem}.select-class-btn{font-size:1rem;padding:.75rem}}.form-input{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%231a252f' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:.75rem}.app-container{display:flex;flex-direction:column}main{flex:1 1}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
/*# sourceMappingURL=main.00133b85.css.map*/