:root{--font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif}body{font-family:var(--font-sans)}*{margin:0;padding:0;box-sizing:border-box}.navbar-container{width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 0;box-shadow:0 10px 40px #00000026;position:relative}.navbar-logo{width:20%}.navbar-logo img{width:280px}.web-nav{width:80%;display:flex;justify-content:end;align-items:center;padding-right:1.5rem}.navbar-container a{font-size:16px;font-weight:500;color:#15304c;text-decoration:none;padding:.5rem 1rem;transition:background-color .3s ease,color .3s ease}.navbar-container a:hover{color:#1676e4}.dropdown-container{position:relative}.dropdown-trigger{font-size:16px;font-weight:500;font-family:inherit;color:#15304c;text-decoration:none;padding:.5rem 1rem;background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:.3rem;transition:color .3s ease}.dropdown-trigger:hover{color:#1676e4}.nested-trigger{width:100%;justify-content:space-between;padding:.75rem 1rem;border-radius:6px;transition:background-color .3s ease;background-color:transparent}.dropdown-text{pointer-events:none}.arrow-icon{font-size:24px;transition:transform .3s ease;padding:.25rem;cursor:pointer}.arrow-icon.rotate{transform:rotate(180deg)}.dropdown-menu.level-1{position:absolute;top:100%;left:0;margin-top:0;padding-top:.5rem;background:transparent;min-width:220px;z-index:9;display:flex;flex-direction:column;gap:0}.dropdown-menu.level-1:before{content:"";position:absolute;top:0;left:0;right:0;height:.5rem;background:transparent}.dropdown-menu.level-1>.dropdown-link{background:#fff}.dropdown-menu.level-1>.dropdown-link:last-child{margin-bottom:0}.dropdown-menu.level-2{position:absolute;top:0;left:100%;margin-left:0;background:#fff;box-shadow:0 10px 40px #00000026;min-width:180px;padding:.5rem 0;z-index:10}.dropdown-menu.level-2:before{content:"";position:absolute;top:0;left:0;width:.5rem;bottom:0;background:transparent}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideRight{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.dropdown-link{display:block;background-color:transparent;padding:1rem;color:#000;text-decoration:none;font-size:16px;font-weight:500}.dropdown-link:hover{color:#1676e4;background-color:transparent}.hamburger{display:none}@media(max-width:1440px){.navbar-logo img{width:260px}}@media(max-width:1140px){.navbar-container{box-shadow:none}.web-nav{display:none}.hamburger{display:inline-block;padding-right:2rem}.hamburger-btn{background-color:#fff;font-size:2rem;border:none;cursor:pointer;color:#15304c}.mobile-nav{position:absolute;width:100%;background-color:#fff;top:4.75rem;left:0;z-index:10;padding:1rem 0;box-shadow:#00000040 0 14px 28px}.navbar-container a{display:flex}.dropdown-trigger{width:100%}.dropdown-menu.level-1{position:static;margin-top:0;box-shadow:none;padding:0 1rem;min-width:auto;animation:none;border-radius:0}.dropdown-menu.level-1>.dropdown-link{box-shadow:none}.dropdown-menu.level-2{position:static;margin-left:0;box-shadow:none;padding:0 1rem;min-width:auto;animation:none;border-radius:0}.dropdown-container.nested{width:100%}.nested-trigger{justify-content:start}.nested-trigger:hover{background-color:#0000000d}.dropdown-link{padding:.75rem .5rem}.arrow-icon{font-size:32px;padding:.5rem}}@media(max-width:800px){.navbar-logo img{width:260px}}@media(max-width:500px){.navbar-logo img{width:240px}.hamburger{padding-right:1.5rem}}.video-hero-section{position:relative;width:100%;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center}.video-background{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}.video-loading{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:5}.spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}.loading-text{position:absolute;color:#fff;font-size:1.2rem;margin-top:100px}@keyframes spin{to{transform:rotate(360deg)}}.background-video{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);min-width:100%;min-height:100%;width:auto;height:auto;object-fit:cover;border:none;pointer-events:none}.cld-video-player .vjs-control-bar,.cld-video-player .vjs-big-play-button,.cld-video-player .vjs-loading-spinner,.cld-video-player .vjs-text-track-display,.cld-video-player .vjs-error-display{display:none!important}@media(min-aspect-ratio:16/9){.background-video{width:100%;height:auto}}@media(max-aspect-ratio:16/9){.background-video{width:auto;height:100%}}.video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#3a3a3a99,#000000b3);z-index:2}.hero-content{position:relative;z-index:3;text-align:center;padding:0 10px;width:100%}.hero-title{font-size:5rem;font-weight:400;color:#fff;line-height:1.2;margin:0;letter-spacing:-.02em}.hero-title span{font-weight:700}@media(max-width:1440px){.hero-title{font-size:4.5rem}}@media(max-width:1200px){.hero-title{font-size:3.5rem}}@media(max-width:1000px){.hero-title{font-size:3rem}}@media(max-width:800px){.background-video{left:60%;transform:translate(-60%,-50%)}.hero-title{font-size:2.5rem}}@media(max-width:680px){.hero-title{font-size:2rem}}@media(max-width:550px){.video-hero-section{height:100vh}.background-video{left:65%;transform:translate(-65%,-50%)}.hero-title{font-size:1.5rem;line-height:1.3}}@media(max-width:420px){.hero-title{font-size:22px}}@media(max-width:380px){.background-video{left:70%;transform:translate(-70%,-50%)}}.header-container{width:100%}.upper-header{width:80%;margin:4rem auto;text-align:center}.upper-header h2{font-size:28px;font-weight:400;line-height:36px;margin-bottom:2rem;color:#27187e}.upper-header a{text-decoration:none;font-size:18px;font-weight:600;padding:8px 16px;color:#ff8600;border:2px solid #ff8600;background-color:transparent;cursor:pointer}.upper-header a:hover{color:#fff;background-color:#ff8600}.lower-header{width:100%;background-color:#27187e}.header-main{width:80%;margin:0 auto;display:flex}.header-content{width:60%;align-content:center;padding-right:2rem;color:#fff}.header-content h4{font-size:22px;margin-bottom:1rem}.header-content h2{font-size:48px}.header-content h3{font-size:22px;font-weight:500}.header-content p{font-size:18px;line-height:26px;margin:1.5rem 0}.header-content a{text-decoration:none;font-size:18px;font-weight:600;padding:8px 16px;color:#ff8600;border:2px solid #ff8600;background-color:transparent;cursor:pointer}.header-content a:hover{color:#fff;background-color:#ff8600}.header-content h5{font-size:20px;margin-bottom:1rem}.header-content h6{font-size:22px;margin-bottom:2rem;transition:opacity 1s ease-in-out,transform 1s ease;opacity:1}.fade-in{opacity:1;transform:translateY(0)}.fade-out{opacity:0;transform:translateY(-10px)}.header-image{width:40%;position:relative}.hero-img{display:none;width:80%;height:100%;margin:auto}.hero-img.active{display:block}@media(max-width:1440px){.upper-header,.header-main{width:85%}.header-content{padding:1rem 2rem 1rem 0}.hero-img{width:90%}}@media(max-width:1024px){.upper-header,.header-main{width:95%}.hero-img{width:100%}}@media(max-width:800px){.upper-header h2{font-size:24px}.header-main{flex-wrap:wrap;padding:1rem 1rem 0;margin-top:2rem}.header-content{width:100%;padding:2rem 0}.header-image{width:100%}.hero-img.active{width:60%;margin:0 auto}.header-content h3{font-size:40px}.header-content h3,.header-content h4,.header-typeWriter{font-size:20px}.header-content p{font-size:16px;line-height:24px}}@media(max-width:500px){.upper-header h2{font-size:22px;line-height:28px}.header-content h3{font-size:32px}.hero-img.active{width:100%;margin:0 auto}}.about-btr-container{width:100%;align-content:center}.about-btr-heading{font-size:40px;color:#27187e}.about-btr-cards{width:90%;display:flex;justify-content:space-between}.about-btr-image{width:58%}.about-btr-image img{width:100%;height:100%}.about-btr-content{width:40%;align-content:center;color:#27187e;padding:1rem 0 2rem}.about-btr-content p{font-size:18px;line-height:26px;margin:1rem 0 2rem}.about-btr-content a{text-decoration:none;font-size:18px;font-weight:600;padding:8px 16px;color:#ff8600;border:2px solid #ff8600;background-color:transparent;cursor:pointer}.about-btr-content a:hover{color:#fff;background-color:#ff8600}@media(max-width:1440px){.about-btr-cards{width:95%}}@media(max-width:1024px){.about-btr-cards{width:100%}}@media(max-width:800px){.about-btr-heading{font-size:32px}.about-btr-cards{flex-wrap:wrap-reverse}.about-btr-image{width:100%}.about-btr-content{width:100%;padding:2rem 1rem}.about-btr-content h2{font-size:20px}.about-btr-content p{font-size:16px;line-height:24px}}@media(max-width:500px){.about-btr-heading{font-size:24px}}.subjects-container{width:100%;padding:5rem 0;background-image:url(https://cdn.dribbble.com/userupload/46394035/file/bd0a89a0a1b12002437146371728adee.webp);background-repeat:no-repeat;background-position:center;background-size:cover;background-attachment:fixed;display:flex;align-items:center;justify-content:center}.subjects-card{width:80%;margin:0 auto;text-align:center;color:#27187e;background-color:#f8f9fa;padding:4rem 2rem;border-radius:10px}.subjects-card h2{font-size:48px}.subjects-card p{font-size:20px;line-height:28px}.subjects-list{display:grid;grid-template-columns:repeat(5,1fr);margin:2.5rem 0;gap:20px;text-align:left}.subjects-list span{text-decoration:none;font-size:16px;font-weight:600;color:#f1f2f6;background-color:#27187e;padding:8px 16px;border-radius:10px;display:flex;align-items:center;gap:6px}.subjects-btn{text-decoration:none;font-size:18px;font-weight:600;padding:8px 16px;color:#ff8600;border:2px solid #ff8600;background-color:transparent;cursor:pointer}.subjects-btn:hover{color:#f1f2f6;background-color:#ff8600}@media(max-width:1440px){.subjects-card{width:85%;padding:2rem}.subjects-list{grid-template-columns:repeat(4,1fr)}}@media(max-width:1024px){.subjects-card{width:95%}.subjects-list{grid-template-columns:repeat(3,1fr)}}@media(max-width:800px){.subjects-container{padding:2.5rem 0}.subjects-card{padding:2rem 1rem}.subjects-card h2{font-size:40px}.subjects-list{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.subjects-card h2{font-size:32px}.subjects-list{grid-template-columns:repeat(1,1fr)}}.what-btr-container{width:100%;padding:5rem 0;background:#27187e;z-index:1}.what-btr-header{width:60%;margin:0 auto;padding:0 1rem;text-align:center;color:#fff}.what-btr-header h3{font-size:22px;margin-bottom:1rem}.what-btr-header h2{font-size:48px}.what-btr-header p{font-size:20px;line-height:28px;margin:1.5rem 0}.what-btr-cards{width:80%;margin:0 auto;display:flex;justify-content:space-between}.what-btr-card{width:23%;padding:2rem;margin-top:2.5rem;color:#27187e;background-color:#f1f2f6;border:1px solid rgba(33,33,33,.07);border-radius:22px;box-shadow:inset 0 .361px .181px -1.25px #0000002e,inset 0 1.373px .687px -2.5px #00000029,inset 0 6px 3px -3.75px #0000000f,inset 0 .422px .422px -1.25px #ffffff2e,inset 0 1.602px 1.602px -2.5px #ffffff29,inset 0 7px 7px -3.75px #ffffff0f,0 .652px .652px -.2px #00000005,0 1.776px 1.776px -.4px #00000005,0 3.899px 3.899px -.6px #00000008,0 8.655px 8.655px -.8px #0000000a,0 22px 22px -1px #00000014;position:relative;overflow:hidden;transition:color .3s ease;z-index:1}.what-btr-icon{font-size:50px;transition:color .3s ease}.what-btr-card h4{font-size:24px;padding:10px 0;transition:color .3s ease}.what-btr-card p{font-size:18px;transition:color .3s ease}.what-btr-header{opacity:0;transform:translateY(30px);transition:all .8s ease}.what-btr-header.animate{opacity:1;transform:translateY(0)}.what-btr-card{opacity:0;transform:translateY(50px);transition:all .6s ease}.what-btr-card.animate{opacity:1;transform:translateY(0)}.what-btr-card:nth-child(1){transition-delay:.2s}.what-btr-card:nth-child(2){transition-delay:.3s}.what-btr-card:nth-child(3){transition-delay:.4s}.what-btr-card:nth-child(4){transition-delay:.5s}.what-btr-image{width:100%;margin-top:2rem;margin-bottom:-4px}@media(max-width:1440px){.what-btr-header{width:80%}.what-btr-cards{width:85%}}@media(max-width:1024px){.what-btr-header{width:100%;padding:10px}.what-btr-header h2{font-size:40px}.what-btr-cards{width:95%}.what-btr-card{margin-top:1rem;padding:2rem 1rem}.what-btr-icon{font-size:40px}.what-btr-card h4{font-size:20px}}@media(max-width:800px){.what-btr-container{padding-top:2.5rem}.what-btr-cards{flex-wrap:wrap}.what-btr-card{width:48%;margin-top:2rem}.what-btr-icon{font-size:40px}.what-btr-card p{font-size:16px;line-height:20px}}@media(max-width:500px){.what-btr-header h2{font-size:36px}.what-btr-card{width:100%}}.btr-schedule-container{width:100%;padding:4rem 0}.btr-schedule-wrapper{width:70%;margin:0 auto}.btr-schedule-header{text-align:center;margin-bottom:3rem;color:#27187e}.btr-schedule-title{font-size:3rem;font-weight:700}.btr-schedule-feature-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem}.btr-schedule-feature-card{border-radius:1rem;padding:1.5rem;display:flex;align-items:center;gap:1rem;background-color:#ffedd6}.btr-schedule-icon{width:2rem;height:2rem;color:#ea580c}.btr-schedule-feature-title{font-size:1.5rem;font-weight:700;color:#111827}.btr-schedule-description{font-size:18px}.btr-schedule-list{display:flex;flex-direction:column;gap:1rem;display:grid;grid-template-columns:repeat(2,1fr)}.btr-schedule-day{background-color:#e0daff;border-radius:1rem;padding:1.5rem;transition:box-shadow .3s ease}.btr-schedule-day:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.btr-schedule-day-content{display:flex;align-items:center;gap:1.5rem}.btr-schedule-day-name{display:flex;align-items:center;gap:.75rem;min-width:160px}.btr-schedule-day-name .btr-schedule-icon-small{width:1.25rem;height:1.25rem;color:#991b1b}.btr-schedule-day-text{font-weight:700;color:#111827;font-size:1.125rem}.btr-sessions-grid{flex:1;display:grid;grid-template-columns:1fr;gap:1rem}.btr-session-item{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem}.btr-session-time{display:flex;align-items:center;gap:.5rem;color:#2e2e30}.btr-session-icon-tiny{width:1rem;height:1rem}.btr-session-subject{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.btr-session-subject-name{font-weight:600;color:#111827}.btr-session-badge{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}.btr-session-badge-live,.btr-session-badge-interactive{background-color:#ffedd6;color:#9a3412}@media(max-width:1440px){.btr-schedule-wrapper{width:85%}}@media(max-width:1024px){.btr-schedule-wrapper{width:95%}.btr-schedule-icon{width:1.5rem;height:1.5rem}.btr-schedule-feature-title{font-size:1.25rem}}@media(max-width:900px){.btr-schedule-list{grid-template-columns:1fr}}@media(max-width:800px){.btr-schedule-title{font-size:2rem}.btr-schedule-description{font-size:1rem}.btr-schedule-feature-cards{grid-template-columns:repeat(2,1fr)}.btr-schedule-day-content{flex-direction:column;align-items:start}}@media(max-width:500px){.btr-schedule-title{font-size:1.75rem}.btr-schedule-feature-cards,.btr-sessions-grid{grid-template-columns:repeat(1,1fr)}}.feedback-section{padding:80px 20px;background:#f8f9fa;overflow:hidden}.feedback-title{text-align:center;font-size:48px;font-weight:700;margin-bottom:60px;color:#27187e}.feedback-container{position:relative;display:flex;flex-direction:column;gap:24px;max-width:1400px;margin:0 auto;overflow:hidden}.feedback-row{overflow:hidden;position:relative}.feedback-track{display:flex;gap:20px;width:fit-content}.desktop-track{display:flex;gap:20px;animation:scrollLeft 120s linear infinite}.feedback-track-reverse{animation:scrollRight 120s linear infinite}.mobile-track{display:none;gap:20px;animation:scrollLeft 80s linear infinite}.feedback-track.paused .desktop-track,.feedback-track.paused .mobile-track,.feedback-track-reverse.paused{animation-play-state:paused}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scrollRight{0%{transform:translate(-50%)}to{transform:translate(0)}}.feedback-card{background:#fff;border-radius:16px;padding:28px;box-shadow:0 2px 12px #00000014;border:1px solid #e8e8e8;min-width:380px;max-width:380px;min-height:280px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .3s ease,box-shadow .3s ease;flex-shrink:0}.feedback-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.feedback-text{color:#666;line-height:1.7;font-size:15px;margin-bottom:24px}.feedback-author{display:flex;align-items:center;gap:12px;padding-top:20px;border-top:3px solid #5b7cff}.feedback-author-image{width:50px;height:50px;border-radius:50%;object-fit:cover}.feedback-author-info{display:flex;flex-direction:column}.feedback-author-name{color:#5b7cff;font-size:16px;font-weight:600;margin-bottom:4px}.feedback-fog-left,.feedback-fog-right{position:absolute;top:0;bottom:0;width:150px;pointer-events:none;z-index:10}.feedback-fog-left{left:0;background:linear-gradient(to right,#f8f9fa,#f8f9faf2 20%,#f8f9fab3 50%,#f8f9fa00)}.feedback-fog-right{right:0;background:linear-gradient(to left,#f8f9fa,#f8f9faf2 20%,#f8f9fab3 50%,#f8f9fa00)}.feedback-btn{text-align:center;margin-top:2.5rem}.feedback-btn a{text-decoration:none;font-size:18px;font-weight:600;padding:8px 16px;color:#ff8600;border:2px solid #ff8600;background-color:transparent;cursor:pointer;display:inline-block;transition:all .3s ease}.feedback-btn a:hover{color:#fff;background-color:#ff8600}@media(max-width:1024px){.feedback-title{font-size:36px}.feedback-card{min-width:320px;max-width:320px;min-height:240px;padding:24px}}@media(max-width:800px){.desktop-track{display:none}.feedback-card{min-width:400px;max-width:400px;padding:20px;min-height:200px}.mobile-track{display:flex;animation-duration:180s}.feedback-row-second,.feedback-fog-left,.feedback-fog-right{display:none}.feedback-title{font-size:32px}}@media(max-width:500px){.feedback-section{padding:60px 16px}.feedback-title{font-size:28px;margin-bottom:40px}.feedback-text{font-size:14px}}.instagram-feed-container{min-height:100vh;background:#27187e;padding:3rem 0}.instagram-feed-header{text-align:center;color:#fff;margin-bottom:3rem}.instagram-header-title-section{display:flex;align-items:center;justify-content:center;gap:12px}.instagram-header-icon{font-size:48px;color:#ea33a4}.instagram-header-title{font-size:48px;font-weight:700;margin:0}.instagram-header-subtitle{font-size:20px}.instagram-grid{width:85%;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding-bottom:2.5rem}.instagram-post{background:#fff;border-radius:20px;padding:20px;box-shadow:0 10px 30px #0000001a;transition:all .4s cubic-bezier(.175,.885,.32,1.275);overflow:hidden;animation:fadeIn .6s ease-out backwards}.instagram-post:nth-child(1){animation-delay:.1s}.instagram-post:nth-child(2){animation-delay:.2s}.instagram-post:nth-child(3){animation-delay:.3s}.instagram-post:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 20px 40px #00000026}.instagram-follow-section{text-align:center}.instagram-follow-section a{display:inline-flex;color:#fff;align-items:center;gap:.5rem;font-weight:500;text-decoration:none;margin-top:1rem;padding:8px 16px;color:#ff8600;border:2px solid #ff8600;background-color:transparent}.instagram-follow-section a:hover{color:#fff;background-color:#ff8600}@media(max-width:1440px){.instagram-grid{width:85%}}@media(max-width:1024px){.instagram-grid{width:95%}}@media(max-width:800px){.instagram-header-icon,.instagram-header-title{font-size:36px}.instagram-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.instagram-feed-container{padding:2rem 0}.instagram-feed-header{margin-bottom:2rem}.instagram-header-icon,.instagram-header-title{font-size:28px}.instagram-grid{grid-template-columns:1fr}.instagram-header-subtitle{font-size:16px}}.about-header{position:relative;width:100%;min-height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center}.about-header-video-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}.about-header-background-video{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);min-width:100%;min-height:100%;width:auto;height:auto;object-fit:cover;border:none;pointer-events:none}.about-video-loading{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:5}.about-spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:about-spin 1s linear infinite}.about-loading-text{position:absolute;color:#fff;font-size:1.2rem;margin-top:100px}@keyframes about-spin{to{transform:rotate(360deg)}}@media(min-aspect-ratio:16/9){.about-header-background-video{width:100%;height:auto}}@media(max-aspect-ratio:16/9){.about-header-background-video{width:auto;height:100%}}.about-header-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3;z-index:2}.about-header-content{position:relative;z-index:3;color:#fff;width:90%;padding:40px 20px}.about-header-text h1{font-size:48px;font-weight:700;line-height:1.2;margin-bottom:40px;text-transform:uppercase}.about-header-description{width:65%}.about-header-description p{font-size:22px;line-height:1.5}@media(max-width:800px){.about-header-content{width:100%;padding:20px}.about-header-description{width:100%}.about-header-description p{font-size:20px}.about-header-text h1{font-size:40px}.about-header-background-video{left:80%;transform:translate(-80%,-50%)}}@media(max-width:500px){.about-header-text h1{font-size:28px}.about-header-description p{font-size:18px}}.text-clip-section{width:100%;padding:5rem 0;display:flex;align-items:center;justify-content:center}@keyframes scroll-background{0%{background-position:100% 0}to{background-position:0% 0}}.clipped-text{font-size:180px;font-weight:900;text-align:center;text-transform:uppercase;margin:0;background-image:url(https://cdn.dribbble.com/userupload/46205889/file/9bd00fe21ced38f671a570d407f48ff2.png);background-size:150% auto;background-position:top;animation:scroll-background 15s linear infinite;background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-stroke:2px rgba(0,0,0,.1);line-height:1}@media(max-width:1024px){.clipped-text{font-size:120px}}@media(max-width:800px){.clipped-text{font-size:80px}}@media(max-width:500px){.clipped-text{font-size:60px}}@media(max-width:380px){.clipped-text{font-size:50px}}.biography-section{width:100%;background-color:#27187e;position:relative}.biography-section-heading{text-align:center;padding:2rem 0;width:80%;margin:0 auto;color:#f1f2f6}.biography-section-heading h2{font-size:32px;font-weight:600;line-height:1.4}.biography-container{width:100%}.biography-desktop{display:grid;grid-template-columns:1.25fr 1fr;height:300vh;position:relative}.biography-images-container{position:relative;width:100%}.biography-images-sticky{position:sticky;top:0;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.biography-image-wrapper{position:absolute;width:520px;height:520px;transition:opacity .1s ease,transform .1s ease;transform-origin:center center;will-change:transform,opacity}.biography-image-first{z-index:3;transform:rotate(8deg);opacity:1}.biography-image-second{z-index:2;transform:rotate(-5deg);opacity:1}.biography-image-third{z-index:1;transform:rotate(20deg);opacity:1}.biography-image-wrapper img{width:100%;height:100%;object-fit:cover;object-position:top;border-radius:.5rem;box-shadow:0 20px 60px #0000004d;display:block}.biography-content{position:relative;padding:0 1rem}.biography-content-item{height:100vh;display:flex;flex-direction:column;justify-content:center;padding:2rem 0;opacity:.3;transition:opacity .3s ease;color:#f1f2f6}.biography-content-item.active{opacity:1}.biography-content-item h3{font-size:40px;font-weight:700;line-height:1;margin:0 0 1rem}.biography-subhead{color:#ff8600;font-size:24px;font-weight:600;margin:0 0 1rem;line-height:1.5}.biography-content-item p{font-size:1.125rem;line-height:1.6}.biography-mobile{display:none}@media(max-width:1440px){.biography-section-heading{width:85%}.biography-image-wrapper{width:480px;height:480px}}@media(max-width:1024px){.biography-section-heading{width:95%}.biography-image-wrapper{width:380px;height:380px}.biography-content-item h3{font-size:32px}.biography-subhead{font-size:22px}}@media(max-width:800px){.biography-section-heading h2{font-size:28px}.biography-desktop{display:none}.biography-mobile{display:block;padding:2rem 1rem}.biography-mobile-item{margin-bottom:4rem;background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 20px #0000001a}.biography-mobile-content{padding:1rem 1rem 0;color:#27187e}.biography-mobile-content h3{font-size:32px;line-height:1.2}.biography-mobile-subhead{color:#ff8600;font-size:24px;line-height:1.4}.biography-mobile-content p{font-size:18px;line-height:1.6;margin-top:1rem}.biography-mobile-image{width:100%;height:80vh;overflow:hidden}.biography-mobile-image img{display:block;width:100%;height:100%}}@media(max-width:500px){.biography-section-heading h2,.biography-mobile-content h3{font-size:24px}.biography-mobile-subhead{color:#ff8600;font-size:20px}.biography-mobile-image{height:50vh}}.story-container{width:100%;height:105vh;padding-top:4rem}.story-header{width:80%;margin:0 auto;text-align:center}.story-header h2{font-size:40px;padding:1rem 0;color:#27187e}.story-card{position:absolute;margin-top:350px;left:50%;transform:translate(-50%,-50%);width:1000px;height:600px;box-shadow:0 30px 50px #dbdbdb;border-radius:20px;overflow:hidden}.story-slide .story-item{width:250px;height:250px;position:absolute;top:50%;transform:translate(25%,-50%);border-radius:20px;box-shadow:0 10px 20px #505050;display:inline-block;transition:all .5s;overflow:hidden}.story-slide .story-item img{width:100%;height:100%;object-fit:cover;display:block}.story-slide .story-item:nth-child(1),.story-slide .story-item:nth-child(2){top:0;left:0;transform:translate(0);width:100%;height:100%;border-radius:20px;transition:all .5s}.story-slide .story-item:nth-child(3){left:52%}.story-slide .story-item:nth-child(4){left:calc(52% + 220px)}.story-slide .story-item:nth-child(5){left:calc(50% + 440px)}.story-slide .story-item:nth-child(n+6){left:calc(50% + 660px);opacity:0}.story-item .story-content{position:absolute;top:50%;left:100px;width:350px;text-align:left;color:#27187e;transform:translateY(-50%);display:none}.story-slide .story-item:nth-child(2) .story-content{display:block}.story-name{display:inline;padding:4px 8px;border-radius:10px;background-color:#f1f2f6;font-size:32px;font-weight:700;opacity:0;animation:animate 1s ease-in-out forwards;border:1px solid}.story-des{display:inline-block;padding:4px 8px;border-radius:10px;background-color:#f1f2f6;margin-top:10px;margin-bottom:20px;opacity:0;animation:animate 1s ease-in-out .3s forwards}@keyframes animate{0%{opacity:0;transform:translateY(100px);filter:blur(33px)}to{opacity:1;transform:translate(0);filter:blur(0)}}.story-button{display:flex;gap:20px;position:absolute;bottom:20px;left:45%}.story-button button{width:40px;height:35px;border-radius:8px;border:none;cursor:pointer;transition:.3s;background-color:#fff}.story-button button:hover,.story-button button:focus{transform:scale(1.1)}.story-button button:active{transform:scale(1.02)}@media(max-width:1024px){.story-container{height:750px}.story-card{width:700px;height:400px;margin-top:250px}.story-slide .story-item{width:180px;height:200px}.story-item .story-content{left:50px}}@media(max-width:868px){.story-header h2{font-size:32px}.story-container{height:850px}.story-header{width:95%}.story-card{width:90%;height:400px;margin-top:320px}.story-slide .story-item{transform:translate(-110%,-50%);width:180px;height:180px}}@media(max-width:500px){.story-header h2{font-size:24px}.story-card{width:95%}.story-slide .story-item{width:120px;height:120px;transform:translate(-150%,-50%)}}.career-timeline-section{width:100%;background-color:#27187e;padding:4rem 0 6rem}.career-timeline-container{width:70%;margin:0 auto}.career-timeline-header{text-align:center;margin-bottom:2.5rem}.career-timeline-header h2{font-size:48px;color:#f1f2f6}.career-timeline-header p{font-size:20px;color:#f1f2f6}.career-timeline-main{position:relative;padding:40px 0}.career-timeline-line-bg{position:absolute;left:50%;transform:translate(-50%);width:4px;height:100%;background:#3498db33;border-radius:2px;z-index:1}.career-timeline-line-fill{position:absolute;left:50%;transform:translate(-50%);width:4px;top:0;background:linear-gradient(to bottom,#3498db,#2ecc71);border-radius:2px;z-index:2;transition:height .1s linear;box-shadow:0 0 10px #3498db80}.career-timeline-item{display:flex;margin-bottom:80px;position:relative;transition:all .3s ease;z-index:3}.career-timeline-item.left{justify-content:flex-start;padding-right:55%}.career-timeline-item.right{justify-content:flex-end;padding-left:55%}.career-timeline-item.active .career-timeline-content{transform:scale(1.05);box-shadow:0 25px 50px #3498db4d}.career-timeline-content{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:all .4s ease;width:100%}.career-timeline-details{padding:30px}.career-timeline-details h3{font-size:24px;margin-bottom:15px;font-weight:700}.career-timeline-description{color:#1d1d1d;line-height:1.8;font-size:1rem}.career-timeline-marker{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:10}.career-timeline-marker-dot{width:24px;height:24px;background:#fff;border:4px solid #3498db;border-radius:50%;box-shadow:0 0 0 8px #3498db33;transition:all .3s ease}.career-timeline-item.active .career-timeline-marker-dot{background:#3498db;border-color:#fff;box-shadow:0 0 0 15px #3498db66}@media(max-width:1440px){.career-timeline-container{width:80%}}@media(max-width:1024px){.career-timeline-container{width:95%}}@media(max-width:800px){.career-timeline-line-bg,.career-timeline-line-fill,.career-timeline-marker{left:30px}.career-timeline-item.left,.career-timeline-item.right{padding-left:80px;padding-right:0;justify-content:flex-start}.career-timeline-header h2{font-size:40px}.career-timeline-header p{font-size:1rem}}@media(max-width:500px){.career-timeline-header h2{font-size:32px}.career-timeline-item{margin-bottom:50px}.career-timeline-line-bg,.career-timeline-line-fill,.career-timeline-marker{left:20px}.career-timeline-item.left,.career-timeline-item.right{padding-left:50px}.career-timeline-details{padding:20px}.career-timeline-details h3{font-size:1.3rem}.career-timeline-description{font-size:.9rem}}.intro-video-container{position:fixed;inset:0;width:100%;height:100vh;z-index:99}.intro-video{width:100%;height:100vh;object-fit:cover}@media(max-width:500px){.intro-video{object-fit:contain}}.tsm-header-section{width:100%;background-color:#f1f2f6;align-content:center;padding:4rem 0}.tsm-header-title{text-align:center;font-size:48px;font-weight:600;color:#27187e;margin-bottom:50px;line-height:1.3}.tsm-header-grid{width:80%;margin:0 auto;display:flex;justify-content:space-between}.tsm-header-slider-card{width:39%;background-color:#27187e!important;color:#f1f2f6;border:2px solid #5b7bf8;display:flex;flex-direction:column;justify-content:space-between}.tsm-header-content{flex-grow:1;transition:opacity .5s ease-in-out}.tsm-header-quote{font-size:18px;line-height:1.6;margin-bottom:30px}.tsm-header-author{font-size:20px;font-weight:700}.tsm-header-image{position:absolute;bottom:0;right:0;width:250px;height:250px;border-radius:24px 0;overflow:hidden}.tsm-header-image img{width:100%;height:100%;object-fit:cover;transition:opacity .5s ease-in-out}.tsm-header-slider-controls{display:flex;gap:15px;position:relative}.tsm-header-slider-btn{width:50px;height:50px;border-radius:50%;background:#ff8600;border:1px solid #ff8600;color:#f1f2f6;font-size:28px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tsm-header-slider-btn:hover{background:#f1f2f6;color:#ff8600;transform:scale(1.1)}.tsm-header-right-container{width:59%;display:flex;flex-direction:column;gap:20px}.tsm-header-bottom-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.tsm-header-card{background:#fff;border-radius:24px;padding:40px;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000014}.tsm-header-students-card{background-image:url(https://cdn.dribbble.com/userupload/46394032/file/69e55df7eef25a028985591fc98b4774.webp);background-repeat:no-repeat;background-position:center;background-size:cover;border:2px solid #5b7bf8;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;min-height:300px}.tsm-header-floating-images{position:absolute;width:100%;height:100%;top:0;left:0}.tsm-header-floating-avatar{position:absolute;width:60px;height:60px;border-radius:50%;object-fit:cover;border:2px solid #5b7bf8;box-shadow:0 4px 12px #00000026;transition:opacity .6s ease-in-out;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.tsm-header-student-count{font-size:64px;font-weight:700;color:#5b7bf8;margin-bottom:10px;position:relative}.tsm-header-student-text{font-size:18px;color:#15304c;font-weight:500;position:relative}.tsm-header-quote-card{background:url(/assets/shape-DBKjnJ3w.png) no-repeat bottom right,linear-gradient(135deg,#5b7bf8,#7b94ff);color:#fff;display:flex;align-items:center;justify-content:center;min-height:280px;overflow:hidden}.tsm-header-rotating-text{text-align:center;animation:slideUp .5s ease-in-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.tsm-header-rotating-quote{font-size:20px;line-height:1.5;margin-bottom:20px;font-weight:500}.tsm-header-rotating-author{font-size:16px;color:#ffffffe6}.tsm-header-certificate-card{padding:0;overflow:hidden;min-height:280px}.tsm-header-certificate-image{width:100%;height:100%;object-fit:cover;transition:opacity .5s ease-in-out;animation:fadeIn .5s ease-in-out}@media(max-width:1440px){.tsm-header-grid{width:90%}.tsm-header-image{width:220px;height:220px}}@media(max-width:1024px){.tsm-header-grid{width:95%}.tsm-header-image{width:180px;height:180px}}@media(max-width:800px){.tsm-header-title{font-size:36px}.tsm-header-grid{flex-wrap:wrap-reverse}.tsm-header-slider-card{width:100%;margin-top:2rem}.tsm-header-quote{font-size:16px}.tsm-header-image{width:150px;height:150px}.tsm-header-slider-controls{margin-top:1rem}.tsm-header-slider-btn{width:40px;height:40px}.tsm-header-rotating-quote{font-size:18px}.tsm-header-right-container{width:100%}.tsm-header-impressions-badge h3{font-size:48px}.tsm-header-student-count{font-size:42px}}@media(max-width:500px){.tsm-header-student-count{font-size:32px}.tsm-header-floating-avatar{width:40px;height:40px}.tsm-header-bottom-row{grid-template-columns:1fr}.tsm-header-image{width:120px;height:120px}}.testimonials-section{padding:80px 20px;background:#f8f9fa;overflow:hidden}.testimonials-section h2{text-align:center;font-size:48px;font-weight:700;margin-bottom:60px;color:#1a1a1a}.testimonials-container{position:relative;display:flex;gap:24px;max-width:1400px;margin:0 auto;height:150vh;overflow:hidden}.testimonials-column{flex:1;overflow:hidden;position:relative}.testimonials-track{display:flex;flex-direction:column;gap:20px;animation-timing-function:linear;animation-iteration-count:infinite}.testimonials-track.paused{animation-play-state:paused!important}.track-up{animation-name:slideUp;animation-duration:1200s}.track-down{animation-name:slideDown;animation-duration:1500s}@keyframes slideUp{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes slideDown{0%{transform:translateY(-50%)}to{transform:translateY(0)}}.testimonials-card{background:#fff;border-radius:16px;padding:28px;box-shadow:0 2px 12px #00000014;border:1px solid #e8e8e8;min-height:280px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .3s ease,box-shadow .3s ease}.testimonials-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.testimonials-text{color:#666;line-height:1.7;font-size:15px;margin-bottom:24px}.testimonials-author{display:flex;align-items:center;gap:12px;padding-top:20px;border-top:3px solid #5b7cff}.testimonials-author-image{width:50px;height:50px;border-radius:50%;object-fit:cover}.testimonials-author-info{display:flex;flex-direction:column}.testimonials-author-name{color:#5b7cff;font-size:16px;font-weight:600;margin-bottom:4px}.testimonials-author-handle{color:#999;font-size:14px}.fog-overlay{position:absolute;left:0;right:0;height:150px;pointer-events:none;z-index:10}.fog-top{top:0;background:linear-gradient(to bottom,#f8f9fa,#f8f9faf2 20%,#f8f9fab3 50%,#f8f9fa00)}.fog-bottom{bottom:0;background:linear-gradient(to top,#f8f9fa,#f8f9faf2 20%,#f8f9fab3 50%,#f8f9fa00)}@media(max-width:1024px){.testimonials-section h2{font-size:36px}.testimonials-card{min-height:240px;padding:24px}}@media(max-width:800px){.testimonials-container{flex-direction:column;gap:16px}.testimonials-column{display:none}.testimonials-column:first-child{display:block}.testimonials-section h2{font-size:32px}.testimonials-card{min-height:220px}}@media(max-width:480px){.testimonials-section{padding:60px 16px}.testimonials-section h2{font-size:28px;margin-bottom:40px}.testimonials-card{padding:20px;min-height:200px}.testimonials-text{font-size:14px}}: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);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}:is(.swiper:not(.swiper-watch-progress),.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)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) svg{width:100%;height:100%;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}.tv-swiper-container{width:100%}.tv-swiper-container h2{text-align:center;font-size:48px;color:#f1f2f6;margin-bottom:2rem}.tv-swiper-content{display:block;width:100%;margin:auto;padding:4rem 0;position:relative;background-color:#27187e}.tv-swiper-slide{background-position:center;background-size:cover;width:28%;border-radius:15px;overflow:hidden;margin:0 2.5rem 0 2rem;position:relative}.tv-video-wrapper{position:relative;width:100%;height:80vh}.tv-thumbnail{width:100%;height:100%;object-fit:cover;filter:grayscale(100%);transition:filter .3s ease;display:block}.tv-swiper-slide video{width:100%;height:100%;object-fit:cover;display:none}.tv-swiper-slide video.playing{display:block}.tv-swiper-slide.playing .tv-thumbnail{display:none}.swiper-slide-active .tv-thumbnail{filter:grayscale(0%)}.tv-play-button-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background-color:#0000004d;cursor:pointer;transition:background-color .3s ease;z-index:5;opacity:0;pointer-events:none}.swiper-slide-active .tv-play-button-overlay{opacity:1;pointer-events:auto}.tv-play-button-overlay:hover{background-color:#00000080}.tv-play-button-overlay.hidden{display:none}.tv-play-icon{width:80px;height:80px;background-color:#fffffff2;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 20px #0000004d}.tv-play-button-overlay:hover .tv-play-icon{transform:scale(1.1);background-color:#fff}.swiper-button-next,.swiper-button-prev{display:none!important}.tv-prev-button,.tv-next-button{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background-color:#ffffffe6;color:#27187e;border:none;width:50px;height:50px;border-radius:50%;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 15px #0003}.tv-prev-button:hover,.tv-next-button:hover{background-color:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px #0000004d}.tv-prev-button:active,.tv-next-button:active{transform:translateY(-50%) scale(.95)}.tv-prev-button{left:2rem}.tv-next-button{right:2rem}.tv-follow-btn{text-align:center;margin-top:2.5rem}.tv-follow-btn a{text-decoration:none;font-size:18px;font-weight:600;padding:8px 16px;color:#ff8600;border:2px solid #ff8600;background-color:transparent;cursor:pointer}.tv-follow-btn a:hover{color:#fff;background-color:#ff8600}@media(max-width:1440px){.tv-swiper-slide{width:36%}}@media(max-width:1024px){.tv-swiper-container h2{font-size:40px}.tv-swiper-slide{width:38%}.tv-prev-button,.tv-next-button{width:45px;height:45px;font-size:18px}.tv-prev-button{left:1rem}.tv-next-button{right:1rem}.tv-play-icon{width:70px;height:70px}}@media(max-width:800px){.tv-swiper-container h2{font-size:32px}.tv-swiper-slide{width:60%}}@media(max-width:500px){.tv-swiper-slide{width:80%}.tv-prev-button,.tv-next-button{width:40px;height:40px;font-size:16px}.tv-prev-button{left:.5rem}.tv-next-button{right:.5rem}.tv-play-icon{width:60px;height:60px}}.crheader-banner,.crheader-banner img{width:100%}.crheader-content{width:80%;margin:0 auto;text-align:center;color:#27187e;padding-top:4rem}.crheader-content h1{font-size:48px}.crheader-content p{font-size:20px;line-height:28px;margin:1.5rem 0}.crheader-content a{text-decoration:none;font-size:18px;font-weight:600;padding:8px 16px;color:#e35336;border:2px solid #e35336;background-color:transparent;cursor:pointer}.crheader-content a:hover{color:#f1f2f6;background-color:#e35336}@media(max-width:1440px){.crheader-content{width:85%}}@media(max-width:1024px){.crheader-content{width:95%}.crheader-content h1{font-size:40px}}@media(max-width:800px){.crheader-content{padding-top:2.5rem}.crheader-content h1{font-size:32px}.crheader-content p{font-size:18px;line-height:24px}}@media(max-width:500px){.crheader-content h1{font-size:28px}}.course-container{width:100%;padding:4rem 0}.course-header{text-align:center;opacity:0;transform:translateY(30px);transition:all .8s ease}.course-header.animate{opacity:1;transform:translateY(0)}.course-header h2{font-size:48px;color:#27187e;margin-bottom:24px}.course-cards{width:80%;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:16px;text-align:center}.course-card{padding:2rem;border-radius:22px;border:1px solid rgba(33,33,33,.07);background:#fff;box-shadow:0 22px 22px -1px #00000014;opacity:0;transform:translateY(50px);transition:all .6s ease}.course-card.animate{opacity:1;transform:translateY(0)}.course-card img{width:120px;height:120px}.course-card h4{font-size:24px;padding:10px 0;color:#27187e}.course-card p{font-size:18px;color:#27187e}@media(max-width:1440px){.course-cards{width:85%}}@media(max-width:1024px){.course-cards{width:95%}.course-header h2{font-size:40px}}@media(max-width:800px){.course-cards{grid-template-columns:repeat(2,1fr)}.course-header h2{font-size:32px}}@media(max-width:500px){.course-cards{grid-template-columns:1fr}.course-header h2{font-size:28px}}@supports not (intersection-observer: true){.course-header,.course-card{opacity:1;transform:none}}.crapp-container{width:100%;background:#27187e}.crapp-main{width:80%;margin:0 auto;display:flex;padding:2rem 0}.crapp-image{width:50%;text-align:center}.crapp-image img{width:75%}.crapp-content{width:50%;align-content:center}.crapp-content h2{font-size:40px;color:#f1f2f6}.crapp-content ul{font-size:18px;line-height:28px;margin:1rem;list-style:none;padding:0}.crapp-content ul li{position:relative;padding-left:28px;margin-bottom:8px;color:#f1f2f6}.crapp-content ul li:before{content:"✔";position:absolute;left:0;top:0;font-size:18px}.crapp-stores a{text-decoration:none;cursor:pointer}.crapp-stores img{width:100px;margin-right:20px}@media(max-width:1440px){.crapp-main{width:85%}}@media(max-width:1024px){.crapp-main{width:95%}.crapp-content h2{font-size:32px}}@media(max-width:800px){.crapp-main{flex-wrap:wrap;padding:1rem 0;margin-top:2rem}.crapp-content{width:100%;padding:2rem 0}.crapp-image{width:100%;margin-bottom:2rem}.crapp-content h2{font-size:28px}}.crbooks-container{width:100%}.crbooks-content{width:80%;margin:0 auto;text-align:center;padding:4rem 0}.crbooks-content h2{font-size:40px;color:#27187e}.crbooks-content p{font-size:20px;line-height:28px;margin:1.5rem 0;color:#27187e}.crbooks-content a{text-decoration:none;font-size:18px;font-weight:600;padding:8px 16px;color:#e35336;border:2px solid #e35336;background-color:transparent;cursor:pointer}.crbooks-content a:hover{color:#f1f2f6;background-color:#e35336}@media(max-width:1440px){.crbooks-content{width:85%}}@media(max-width:1024px){.crbooks-content{width:95%}.crbooks-content h2{font-size:32px}}@media(max-width:800px){.crbooks-content{padding:2rem 1rem}.crbooks-content h2{font-size:28px}}.crplans-container{width:100%;padding:4rem 0;background-color:#27187e}.crplans-header{opacity:0;transform:translateY(30px);transition:all .8s ease}.crplans-header.animate{opacity:1;transform:translateY(0)}.crplans-header{width:80%;margin:0 auto;text-align:center}.crplans-header h2{font-size:48px;color:#f1f2f6}.crplans-header p{font-size:20px;margin:2rem 0;color:#f1f2f6}.crplans-cards{width:80%;margin:0 auto;display:flex;justify-content:space-evenly;flex-wrap:wrap}.crplans-card{width:19%;padding:2rem;background-color:#f1f2f6;border-radius:22px;box-shadow:0 22px 22px -1px #00000014;cursor:pointer;opacity:0;transform:translateY(50px);transition:all .6s ease}.crplans-card.animate{opacity:1;transform:translateY(0)}.crplans-card h2{font-size:32px;color:#27187e}.crplans-card h4{font-size:28px;margin-bottom:1rem;color:#27187e}.crplans-card a{text-decoration:none;font-size:18px;font-weight:600;padding:8px 16px;color:#ff8600;border:2px solid #ff8600;display:inline-block}.crplans-card a:hover{color:#f1f2f6;background-color:#ff8600}@media(max-width:1440px){.crplans-header,.crplans-cards{width:85%}}@media(max-width:1024px){.crplans-header,.crplans-cards{width:95%}.crplans-header h2{font-size:40px}.crplans-card{margin-top:1rem;padding:2rem 1rem}.crplans-card h4{font-size:20px}}@media(max-width:800px){.crplans-cards{flex-wrap:wrap}.crplans-card{width:32%}.crplans-icon{font-size:40px}.crplans-card p{font-size:16px;line-height:20px}}@media(max-width:500px){.crplans-header h2{font-size:36px}.crplans-card{width:48%}}.crbookspage-container{width:100%;background-color:#f1f2f6}.crbookspage-banner{width:80%;margin:0 auto}.crbookspage-banner img{width:100%;margin-top:2rem;border-radius:16px}.crbookspage-price{width:80%;margin:2rem auto;padding:2rem;background-color:#27187e;border-radius:16px;text-align:center}.crbookspage-price h2{font-size:24px;color:#f1f2f6;margin-bottom:2rem}.crbookspage-price-btn{text-decoration:none;font-size:18px;font-weight:600;padding:8px 16px;color:#ff8600;border:2px solid #ff8600}.crbookspage-price-btn:hover{color:#f1f2f6;background-color:#ff8600}.crbookspage-cards{width:80%;margin:0 auto;gap:40px 0;padding-bottom:5rem}.crbookspage-card{position:sticky;top:0}.crbookspage-card__inner{will-change:transform;background:#fff;border-radius:16px;display:flex;overflow:hidden;box-shadow:inset 0 .361px .181px -1.25px #0000002e,inset 0 1.373px .687px -2.5px #00000029,inset 0 6px 3px -3.75px #0000000f,inset 0 .422px .422px -1.25px #ffffff2e,inset 0 1.602px 1.602px -2.5px #ffffff29,inset 0 7px 7px -3.75px #ffffff0f,0 .652px .652px -.2px #00000005,0 1.776px 1.776px -.4px #00000005,0 3.899px 3.899px -.6px #00000008,0 8.655px 8.655px -.8px #0000000a,0 22px 22px -1px #00000014;transform-origin:center top;margin-top:2.5rem}.crbookspage-card__image-container{display:flex;width:40%;flex-shrink:0}.crbookspage-card__image{width:100%;height:100%;object-fit:cover;aspect-ratio:1}.crbookspage-card__content{padding-left:2rem;color:#27187e;display:flex;flex-direction:column;justify-content:center}.crbookspage-card__title{font-size:32px}.crbookspage-card__description{line-height:1.4;font-size:18px;padding:1rem 0}.crbookspage-card__btn{width:210px;text-decoration:none;text-align:center;font-size:18px;font-weight:600;padding:8px 16px;color:#ff8600;border:2px solid #ff8600}.crbookspage-card__btn:hover{color:#f1f2f6;background-color:#ff8600}@media(max-width:1440px){.crbookspage-banner,.crbookspage-price,.crbookspage-cards{width:85%}}@media(max-width:1024px){.crbookspage-banner,.crbookspage-price,.crbookspage-cards{width:95%}.crbookspage-price h2{font-size:20px}.crbookspage-card__title{font-size:28px}}@media(max-width:800px){.crbookspage-card__inner{margin-top:0}.crbookspage-card__content{padding:1rem}.crbookspage-card__title{font-size:24px}.crbookspage-card__description{font-size:16px}.crbookspage-card__btn{width:190px;font-size:16px}}@media(max-width:500px){.crbookspage-banner{width:100%}.crbookspage-banner img{margin-top:0;border-radius:0}.crbookspage-card{position:static}.crbookspage-card__inner{flex-wrap:wrap}.crbookspage-card__image-container{width:100%}}.online-btr-container,.online-btr-banner,.online-btr-banner img{width:100%}.online-btr-header{width:80%;margin:0 auto;text-align:center;padding:4rem 0}.online-btr-header h1{font-size:48px;color:#27187e}.online-btr-header p{font-size:20px;line-height:28px;margin:1rem 0 2rem;color:#27187e}.online-btr-header a{text-decoration:none;font-size:18px;font-weight:600;padding:8px 16px;color:#e35336;border:2px solid #e35336;background-color:transparent;cursor:pointer}.online-btr-header a:hover{color:#f1f2f6;background-color:#e35336}.online-btr-high{width:80%;margin:0 auto;display:flex;flex-wrap:wrap;padding:2rem 1rem;background-color:#27187e;border-radius:16px}.online-btr-high-image{width:50%;margin:auto;text-align:center}.online-btr-high-image img{width:100%;border-radius:10px}.online-btr-high-content{width:50%;align-content:center;padding:1rem}.online-btr-high-content h2{font-size:48px;color:#f1f2f6}.online-btr-high-content ul{font-size:18px;line-height:28px;margin:1rem;list-style:none;padding:0}.online-btr-high-content ul li{position:relative;padding-left:28px;margin-bottom:8px;color:#f1f2f6}.online-btr-high-content ul li:before{content:"✔";position:absolute;left:0;top:0;color:#28a745;font-size:18px}@media(max-width:1440px){.online-btr-header,.online-btr-high{width:85%}}@media(max-width:1024px){.online-btr-header,.online-btr-high{width:95%}.online-btr-header h1{font-size:40px}.online-btr-header p{font-size:18px}.online-btr-high-content h2{font-size:40px}}@media(max-width:800px){.online-btr-header h1{font-size:32px}.online-btr-high{padding:1rem}.online-btr-high-image,.online-btr-high-content{width:100%}.online-btr-high-content h2{font-size:32px}}@media(max-width:500px){.online-btr-header{padding:2rem 0}.online-btr-header h1,.online-btr-high-content h2{font-size:28px}}.workbook-container{width:100%;margin:4rem 0}.workbook-container h2{font-size:48px;color:#27187e;text-align:center;margin-bottom:2rem}.workbook-cards{width:80%;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between}.workbook-card{width:48%;padding:2rem;border-radius:16px;text-align:center;box-shadow:inset 0 .361px .181px -1.25px #0000002e,inset 0 1.373px .687px -2.5px #00000029,inset 0 6px 3px -3.75px #0000000f,inset 0 .422px .422px -1.25px #ffffff2e,inset 0 1.602px 1.602px -2.5px #ffffff29,inset 0 7px 7px -3.75px #ffffff0f,0 .652px .652px -.2px #00000005,0 1.776px 1.776px -.4px #00000005,0 3.899px 3.899px -.6px #00000008,0 8.655px 8.655px -.8px #0000000a,0 22px 22px -1px #00000014}.workbook-card h3{font-size:32px;color:#27187e}.workbook-card p{font-size:20px;line-height:28px;margin:1rem 0 2rem;color:#27187e}.workbook-card a{text-decoration:none;font-size:16px;font-weight:600;padding:8px 16px;color:#e35336;border:2px solid #e35336;background-color:transparent;cursor:pointer}.workbook-card a:hover{color:#f1f2f6;background-color:#e35336}@media(max-width:1440px){.workbook-cards{width:85%}}@media(max-width:1024px){.workbook-cards{width:95%}.workbook-container h2{font-size:40px}.workbook-card h2{font-size:28px}.workbook-card p{font-size:18px}}@media(max-width:800px){.workbook-container h2{font-size:32px;margin-bottom:0}.workbook-card{width:100%;margin-top:2rem}.workbook-card h2{font-size:24px}}@media(max-width:500px){.workbook-card{padding:2rem 1rem}.workbook-card p{font-size:16px}.workbook-card a{padding:8px}}.online-btr-feedback-section{padding:80px 20px;background:#f8f9fa;overflow:hidden}.online-btr-feedback-title{text-align:center;font-size:48px;font-weight:700;margin-bottom:60px;color:#27187e}.online-btr-feedback-container{position:relative;max-width:1400px;margin:0 auto;overflow:hidden}.online-btr-feedback-row{overflow:hidden;position:relative}.online-btr-feedback-track{display:flex;gap:20px;animation:slideLeft 30s linear infinite;width:max-content}.online-btr-feedback-track.paused{animation-play-state:paused!important}.online-btr-feedback-card{background:#fff;border-radius:16px;padding:28px;box-shadow:0 2px 12px #00000014;border:1px solid #e8e8e8;min-width:380px;max-width:380px;min-height:280px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .3s ease,box-shadow .3s ease;flex-shrink:0}.online-btr-feedback-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.online-btr-feedback-text{color:#666;line-height:1.7;font-size:15px;margin-bottom:24px}.online-btr-feedback-author{display:flex;align-items:center;gap:12px;padding-top:20px;border-top:3px solid #5b7cff}.online-btr-feedback-author-image{width:50px;height:50px;border-radius:50%;object-fit:cover}.online-btr-feedback-author-info{display:flex;flex-direction:column}.online-btr-feedback-author-name{color:#5b7cff;font-size:16px;font-weight:600;margin-bottom:4px}.online-btr-feedback-author-handle{color:#999;font-size:14px}.online-btr-feedback-fog-overlay{position:absolute;top:0;bottom:0;width:150px;pointer-events:none;z-index:10}.online-btr-feedback-fog-left{left:0;background:linear-gradient(to right,#f8f9fa,#f8f9faf2 20%,#f8f9fab3 50%,#f8f9fa00)}.online-btr-feedback-fog-right{right:0;background:linear-gradient(to left,#f8f9fa,#f8f9faf2 20%,#f8f9fab3 50%,#f8f9fa00)}.online-btr-feedback-btn{text-align:center;margin-top:2.5rem}.online-btr-feedback-btn a{text-decoration:none;font-size:18px;font-weight:600;padding:8px 16px;color:#ff8600;border:2px solid #ff8600;background-color:transparent;cursor:pointer;display:inline-block}.online-btr-feedback-btn a:hover{color:#fff;background-color:#ff8600}@media(max-width:800px){.online-btr-feedback-title{font-size:32px}.online-btr-feedback-fog-overlay{width:80px}}@media(max-width:500px){.online-btr-feedback-section{padding:60px 16px}.online-btr-feedback-title{font-size:28px;margin-bottom:40px}.online-btr-feedback-card{min-width:300px;max-width:300px;min-height:260px;padding:20px}.online-btr-feedback-text{font-size:14px;margin-bottom:16px}.online-btr-feedback-author{padding-top:16px}.online-btr-feedback-author-image{width:45px;height:45px}.online-btr-feedback-author-name{font-size:15px}.online-btr-feedback-fog-overlay{width:40px}}.offline-btr-container{width:100%;padding-bottom:4rem}.offline-btr-banner,.offline-btr-banner img{width:100%}.offline-btr-header{width:80%;margin:0 auto;text-align:center;padding:4rem 0 2rem;color:#27187e}.offline-btr-header h1{font-size:48px}.offline-btr-header h3{font-size:24px;margin-top:10px}.offline-btr-header p{font-size:20px;line-height:28px;margin:1rem 0 2rem}.offline-btr-header h6{font-size:24px;margin-bottom:2rem}.offline-btr-high{width:80%;margin:0 auto;display:flex;flex-wrap:wrap-reverse;padding:2rem 1rem;background-color:#27187e;border-radius:16px}.offline-btr-high-content{width:50%;align-content:center;padding:1rem}.offline-btr-high-content h2{font-size:40px;color:#f1f2f6}.offline-btr-high-content ul{font-size:18px;line-height:28px;margin:1rem;list-style:none;padding:0}.offline-btr-high-content ul li{position:relative;padding-left:28px;margin-bottom:8px;color:#f1f2f6}.offline-btr-high-content ul li:before{content:"✔";position:absolute;left:0;top:0;color:#28a745;font-size:18px}.offline-btr-high-image{width:50%}.offline-btr-high-image img{width:100%;border-radius:16px}@media(max-width:1440px){.offline-btr-header,.offline-btr-high{width:85%}}@media(max-width:1024px){.offline-btr-header,.offline-btr-high{width:95%}.offline-btr-header h1{font-size:40px}.offline-btr-header h3{font-size:22px}.offline-btr-header p{font-size:18px}.offline-btr-high-content h2{font-size:32px}}@media(max-width:800px){.offline-btr-header h1{font-size:32px}.offline-btr-header h3{font-size:20px}.offline-btr-high{padding:1rem}.offline-btr-high-image,.offline-btr-high-content{width:100%}.offline-btr-high-content{padding:1rem 0}.offline-btr-high-content ul{margin:1rem 0}.offline-btr-high-image img{width:100%}.offline-btr-high-content h2,.offline-btr-points h1{font-size:28px}}@media(max-width:500px){.offline-btr-container{margin-bottom:2.5rem}.offline-btr-header{padding:2rem 0}.offline-btr-points ul{margin:1rem 0}.offline-btr-header h1{font-size:28px}.offline-btr-header h3{font-size:18px}.offline-btr-high-content h2{font-size:24px}}.vidya-main-container{width:100%;padding:4rem 0 2rem;background-image:url(https://cdn.dribbble.com/userupload/46394033/file/8a3ecfd83cb0727f0f1160ce6e6ee0f9.webp);background-repeat:no-repeat;background-position:center;background-size:cover;background-attachment:fixed;color:#fff;position:relative;z-index:1}.vidya-main-container:before{content:"";position:absolute;inset:0;background:#000000a6;z-index:-1}.vidya-content{width:80%;margin:2rem auto;text-align:center}.vidya-content h2{font-size:40px}.vidya-content h3{font-size:24px;font-weight:400;margin-bottom:2rem}.vidya-content p{font-size:20px;line-height:28px}@media(max-width:1440px){.vidya-content{width:85%}}@media(max-width:1024px){.vidya-content{width:95%}}@media(max-width:800px){.vidya-content h2{font-size:32px}.vidya-content h3{font-size:22px}.vidya-content p{font-size:18px}}@media(max-width:500px){.vidya-main-container{padding:2.5rem 0}.vidya-content h2{font-size:26px}.vidya-content h3{font-size:20px}.vidya-content p{font-size:16px}}.offline-btr-feedback-section{padding:80px 20px;background:#f8f9fa;overflow:hidden}.offline-btr-feedback-title{text-align:center;font-size:48px;font-weight:700;margin-bottom:60px;color:#27187e}.offline-btr-feedback-container{position:relative;max-width:1400px;margin:0 auto;overflow:hidden}.offline-btr-feedback-row{overflow:hidden;position:relative}.offline-btr-feedback-track{display:flex;gap:20px;animation:slideLeft 30s linear infinite;width:max-content}.offline-btr-feedback-track.paused{animation-play-state:paused!important}.offline-btr-feedback-card{background:#fff;border-radius:16px;padding:28px;box-shadow:0 2px 12px #00000014;border:1px solid #e8e8e8;min-width:380px;max-width:380px;min-height:280px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .3s ease,box-shadow .3s ease;flex-shrink:0}.offline-btr-feedback-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.offline-btr-feedback-text{color:#666;line-height:1.7;font-size:15px;margin-bottom:24px}.offline-btr-feedback-author{display:flex;align-items:center;gap:12px;padding-top:20px;border-top:3px solid #5b7cff}.offline-btr-feedback-author-image{width:50px;height:50px;border-radius:50%;object-fit:cover}.offline-btr-feedback-author-info{display:flex;flex-direction:column}.offline-btr-feedback-author-name{color:#5b7cff;font-size:16px;font-weight:600;margin-bottom:4px}.offline-btr-feedback-author-handle{color:#999;font-size:14px}.offline-btr-feedback-fog-overlay{position:absolute;top:0;bottom:0;width:150px;pointer-events:none;z-index:10}.offline-btr-feedback-fog-left{left:0;background:linear-gradient(to right,#f8f9fa,#f8f9faf2 20%,#f8f9fab3 50%,#f8f9fa00)}.offline-btr-feedback-fog-right{right:0;background:linear-gradient(to left,#f8f9fa,#f8f9faf2 20%,#f8f9fab3 50%,#f8f9fa00)}.offline-btr-feedback-btn{text-align:center;margin-top:2.5rem}.offline-btr-feedback-btn a{text-decoration:none;font-size:18px;font-weight:600;padding:8px 16px;color:#ff8600;border:2px solid #ff8600;background-color:transparent;cursor:pointer;display:inline-block}.offline-btr-feedback-btn a:hover{color:#fff;background-color:#ff8600}@media(max-width:800px){.offline-btr-feedback-title{font-size:32px}.offline-btr-feedback-fog-overlay{width:80px}}@media(max-width:500px){.offline-btr-feedback-section{padding:60px 16px}.offline-btr-feedback-title{font-size:28px;margin-bottom:40px}.offline-btr-feedback-card{min-width:300px;max-width:300px;min-height:260px;padding:20px}.offline-btr-feedback-text{font-size:14px;margin-bottom:16px}.offline-btr-feedback-author{padding-top:16px}.offline-btr-feedback-author-image{width:45px;height:45px}.offline-btr-feedback-author-name{font-size:15px}.offline-btr-feedback-fog-overlay{width:40px}}.crisp-header-container{width:100%}.crisp-header-banner{width:100%;margin:0 auto}.crisp-header-banner img{width:100%}.crisp-header-content{width:80%;margin:4rem auto;text-align:center}.crisp-header-content p{font-size:20px;color:#27187e;line-height:28px}@media(max-width:1440px){.crisp-header-content{width:85%}}@media(max-width:1024px){.crisp-header-content{width:95%}}@media(max-width:800px){.crisp-header-content{margin:2rem auto}.crisp-header-content p{font-size:18px;line-height:24px}}.crisp-edition-container{width:100%}.crisp-edition-high{width:80%;margin:0 auto;align-content:center;padding:2rem 1rem;background-color:#27187e;border-radius:16px}.crisp-edition-high h2{font-size:40px;color:#f1f2f6}.crisp-edition-high h3{font-size:24px;font-weight:500;margin-top:1rem;color:#f1f2f6;line-height:28px}.crisp-edition-high ul{font-size:18px;line-height:28px;margin:1rem;list-style:none;padding:0}.crisp-edition-high ul li{position:relative;padding-left:28px;margin-bottom:8px;color:#f1f2f6}.crisp-edition-high ul li:before{content:"✔";position:absolute;left:0;top:0;color:#28a745;font-size:18px}.crisp-edition-cards{width:80%;margin:2.5rem auto;display:flex;flex-wrap:wrap;justify-content:space-between}.crisp-edition-cards h1{font-size:40px;text-align:center;color:#27187e}.crisp-edition-card{width:48%;padding:2rem;margin:2rem 0;border-radius:16px;text-align:center;color:#27187e;box-shadow:inset 0 .361px .181px -1.25px #0000002e,inset 0 1.373px .687px -2.5px #00000029,inset 0 6px 3px -3.75px #0000000f,inset 0 .422px .422px -1.25px #ffffff2e,inset 0 1.602px 1.602px -2.5px #ffffff29,inset 0 7px 7px -3.75px #ffffff0f,0 .652px .652px -.2px #00000005,0 1.776px 1.776px -.4px #00000005,0 3.899px 3.899px -.6px #00000008,0 8.655px 8.655px -.8px #0000000a,0 22px 22px -1px #00000014}.crisp-edition-card-image{width:100%;margin-bottom:2rem}.crisp-edition-card-image img{width:100%;border-radius:16px 16px 0 0}.crisp-edition-card h3{font-size:24px}.crisp-edition-card h4{font-size:22px;margin:1rem 0 2rem}.crisp-edition-card a{text-decoration:none;font-size:16px;font-weight:600;padding:8px 16px;color:#e35336;border:2px solid #e35336;background-color:transparent;cursor:pointer}.crisp-edition-card a:hover{color:#f1f2f6;background-color:#e35336}@media(max-width:1440px){.crisp-edition-high,.crisp-edition-cards{width:85%}}@media(max-width:1024px){.crisp-edition-high,.crisp-edition-cards{width:95%}}@media(max-width:800px){.crisp-edition-high h2,.crisp-edition-cards h1{font-size:32px}.crisp-edition-card{padding:2rem 1rem}.crisp-edition-card h3{font-size:22px}.crisp-edition-card h4{font-size:20px}}@media(max-width:500px){.crisp-edition-high h2,.crisp-edition-cards h1{font-size:28px}.crisp-edition-high h3{font-size:22px}.crisp-edition-high ul{margin:1rem 0}.crisp-edition-card{width:100%}}.btr-header{position:relative;width:100%;min-height:100vh;overflow:hidden;display:flex;color:#fff}.btr-header-background-images{position:absolute;inset:0;z-index:1}.btr-header-background-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1);transition:opacity 1s ease-in-out}.btr-header-background-image.active{opacity:1;animation:bgZoomIn 6s ease-out forwards}@keyframes bgZoomIn{0%{transform:scale(1)}to{transform:scale(1.1)}}.btr-header-overlay{position:absolute;inset:0;background:linear-gradient(to right,#000000b3 0% 50%,#000000b3);z-index:2}.btr-header-content{width:100%;position:relative;z-index:3;display:flex;align-items:center;justify-content:center}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.btr-header-text{width:60%;text-align:center}.btr-header-text h1{font-size:48px;font-weight:900;line-height:1.1;margin-left:2rem;text-transform:uppercase;letter-spacing:2px;animation:fadeInUp 1s ease-out}.btr-header-text p{font-size:22px;font-weight:700;margin:1rem auto}.what-is-btr{width:70%;background-color:#27187e;color:#fff;text-align:center;padding:2rem 1rem;border-radius:16px;margin:4rem auto}.what-is-btr-ques{font-size:48px}.what-is-btr-ans{font-size:20px;margin-top:10px;line-height:32px}@media(max-width:1440px){.btr-header-text{width:70%}.what-is-btr{width:85%}}@media(max-width:1024px){.btr-header-text{width:80%}.what-is-btr{width:95%}}@media(max-width:800px){.btr-header-text{width:95%}.btr-header-text h1,.what-is-btr-ques{font-size:40px}}@media(max-width:500px){.btr-header-text h1,.what-is-btr-ques{font-size:32px;line-height:40px}.btr-header-text p{font-size:20px}}.btr-unique-container{width:100%;min-height:100vh;position:relative;overflow:hidden}@keyframes float{0%,to{transform:translate(0) scale(1)}25%{transform:translate(50px,-50px) scale(1.1)}50%{transform:translate(-30px,30px) scale(.9)}75%{transform:translate(40px,20px) scale(1.05)}}.content-section{width:70%;margin:0 auto;padding-bottom:4rem;position:relative;z-index:1}.section-header{text-align:center;margin-bottom:60px;color:#27187e}.section-title{font-size:48px}.title-highlight{font-size:20px}.feature-card{border-radius:24px;padding:45px;margin-bottom:35px;box-shadow:0 8px 24px #667eea26;border:2px solid rgba(102,126,234,.1);display:flex;gap:35px;position:relative;overflow:hidden}.feature-number-wrapper{position:relative;flex-shrink:0}.feature-number{width:70px;height:70px;background:#27187e;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:800;box-shadow:0 8px 24px #667eea66;position:relative;z-index:2}.number-glow{position:absolute;top:0;left:0;width:70px;height:70px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);opacity:.4;z-index:1;animation:wave 2s infinite ease-out}@keyframes wave{0%{transform:scale(1);opacity:.4}to{transform:scale(2);opacity:0}}.feature-content{flex:1}.feature-title{font-size:1.7rem;color:#27187e;margin-bottom:18px;font-weight:700;line-height:1.3}.feature-text{font-size:18px;font-weight:600;margin-bottom:14px;line-height:1.8}.feature-highlight{font-size:1.15rem;color:#27187e;font-weight:600;margin:25px 0;padding:20px 25px;background:linear-gradient(135deg,#f0f4ff,#e8edff);border-left:5px solid #27187e;border-radius:12px;box-shadow:0 4px 12px #667eea1a;display:flex;align-items:center;gap:12px;transition:all .3s ease}.highlight-icon{font-size:1.5rem;flex-shrink:0}.feature-emphasis{font-size:1.15rem;background:#27187e;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700;margin-top:18px;display:inline-block}.feature-list{list-style:none;margin:25px 0;padding-left:0}.feature-list li{font-size:18px;font-weight:600;margin-bottom:14px;padding-left:40px;position:relative;transition:all .3s ease}.feature-list li:before{content:"✓";position:absolute;left:0;width:28px;height:28px;background:#27187e;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;box-shadow:0 4px 12px #667eea4d}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin:30px 0}.benefit-item{background:linear-gradient(135deg,#f0f4ff,#e8edff);padding:25px 20px;border-radius:16px;text-align:center;color:#1a202c;font-weight:600;font-size:1.05rem;border:2px solid rgba(102,126,234,.2);transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:10px}.benefit-item:hover{transform:translateY(-5px);box-shadow:0 12px 28px #667eea40;border-color:#667eea;background:linear-gradient(135deg,#e8edff,#d8e4ff)}.benefit-icon{font-size:1.8rem}.formula-flow{display:flex;align-items:center;flex-wrap:wrap;gap:15px;margin:25px 0;padding:20px 25px;background:linear-gradient(135deg,#f0f4ff,#e8edff);border-left:6px solid #27187e;border-radius:12px;box-shadow:0 4px 12px #0000000f}.formula-step{font-size:1.1rem;font-weight:700;color:#fff;background:#27187e;padding:12px 24px;border-radius:25px;box-shadow:0 4px 12px #667eea4d;transition:all .3s ease}.formula-step:hover{transform:scale(1.1);box-shadow:0 6px 20px #667eea80}.formula-arrow{font-size:1.5rem;color:#27187e;font-weight:700}.formula-highlight{font-size:1.2rem;color:#27187e;font-weight:700;text-align:center;margin-top:15px}.qualities-box{padding:40px;border-radius:20px;margin-top:40px;border:2px solid rgba(102,126,234,.1);box-shadow:0 8px 24px #0000000f}.qualities-text{font-size:1.5rem;position:relative;font-weight:600;transition:all .3s ease}.qualities-list{list-style:none;margin:25px 0;padding-left:0}.qualities-list li{font-size:1.15rem;color:#1a202c;margin-bottom:16px;padding-left:45px;position:relative;font-weight:600;transition:all .3s ease}.qualities-list li:hover{transform:translate(8px);color:#27187e}.qualities-list li:before{content:"♥";position:absolute;left:0;width:32px;height:32px;background:linear-gradient(135deg,#ff6b6b,#ee5a6f);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;box-shadow:0 4px 12px #ee5a6f66}.qualities-emphasis{font-size:1.2rem;background:#27187e;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700;margin-top:25px;text-align:center}.conclusion-section{background:#27187e;color:#fff;padding:100px 20px;text-align:center;position:relative;overflow:hidden}.conclusion-content{width:70%;margin:0 auto;position:relative;z-index:1}.conclusion-title{font-size:40px;margin-bottom:25px;font-weight:800;line-height:1.3;text-shadow:0 4px 12px rgba(0,0,0,.3)}.conclusion-subtitle{font-size:24px;margin-bottom:40px;opacity:.95;font-weight:500}.formula-box{background:#ffffff1f;padding:40px;border-radius:20px;margin:40px 0;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:2px solid rgba(255,255,255,.15);box-shadow:0 8px 32px #0000004d;transition:all .4s ease}.formula-box:hover{background:#ffffff2e;transform:translateY(-5px);box-shadow:0 12px 48px #0006}.formula{font-size:1.5rem;font-weight:600;letter-spacing:.5px;line-height:1.6}.formula-result{display:inline-block;background-color:#fff;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800;font-size:1.7rem;animation:glow 2s ease-in-out infinite}@keyframes glow{0%,to{filter:drop-shadow(0 0 5px rgba(255,216,155,.5))}50%{filter:drop-shadow(0 0 15px rgba(255,216,155,.8))}}.conclusion-final{font-size:1.4rem;margin-top:35px;font-weight:600;text-shadow:0 2px 8px rgba(0,0,0,.2)}@media(max-width:1440px){.content-section,.note-card,.conclusion-content{width:85%}}@media(max-width:1024px){.content-section,.note-card,.conclusion-content{width:95%}}@media(max-width:800px){.section-title{font-size:40px}.conclusion-title{font-size:32px}.feature-card{flex-direction:column;padding:35px 25px;gap:25px}.feature-number{width:50px;height:50px;font-size:1.7rem}.number-glow{width:50px;height:50px}.feature-title{font-size:1.4rem}.feature-text{font-size:1rem}.feature-highlight{font-size:1rem;line-height:24px;padding:18px 20px}.benefits-grid{grid-template-columns:1fr}.formula-flow{flex-direction:column}.formula-arrow{transform:rotate(90deg)}.conclusion-section{padding:60px 20px}}@media(max-width:500px){.section-title{font-size:32px}.note-title,.conclusion-title{font-size:24px}.conclusion-subtitle{font-size:20px}.feature-card{padding:25px 20px}.formula{font-size:1.2rem}}.btr-feedback-section{padding:80px 20px;background:#f8f9fa;overflow:hidden}.btr-feedback-title{text-align:center;font-size:48px;font-weight:700;margin-bottom:60px;color:#27187e}.btr-feedback-container{position:relative;max-width:1400px;margin:0 auto;overflow:hidden}.btr-feedback-row{overflow:hidden;position:relative}.btr-feedback-track{display:flex;gap:20px;animation:slideLeft 30s linear infinite;width:max-content}.btr-feedback-track.paused{animation-play-state:paused!important}.btr-feedback-card{background:#fff;border-radius:16px;padding:28px;box-shadow:0 2px 12px #00000014;border:1px solid #e8e8e8;min-width:380px;max-width:380px;min-height:280px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .3s ease,box-shadow .3s ease;flex-shrink:0}.btr-feedback-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.btr-feedback-text{color:#666;line-height:1.7;font-size:15px;margin-bottom:24px}.btr-feedback-author{display:flex;align-items:center;gap:12px;padding-top:20px;border-top:3px solid #5b7cff}.btr-feedback-author-image{width:50px;height:50px;border-radius:50%;object-fit:cover}.btr-feedback-author-info{display:flex;flex-direction:column}.btr-feedback-author-name{color:#5b7cff;font-size:16px;font-weight:600;margin-bottom:4px}.btr-feedback-author-handle{color:#999;font-size:14px}.btr-feedback-fog-overlay{position:absolute;top:0;bottom:0;width:150px;pointer-events:none;z-index:10}.btr-feedback-fog-left{left:0;background:linear-gradient(to right,#f8f9fa,#f8f9faf2 20%,#f8f9fab3 50%,#f8f9fa00)}.btr-feedback-fog-right{right:0;background:linear-gradient(to left,#f8f9fa,#f8f9faf2 20%,#f8f9fab3 50%,#f8f9fa00)}.btr-feedback-btn{text-align:center;margin-top:2.5rem}.btr-feedback-btn a{text-decoration:none;font-size:18px;font-weight:600;padding:8px 16px;color:#ff8600;border:2px solid #ff8600;background-color:transparent;cursor:pointer;display:inline-block}.btr-feedback-btn a:hover{color:#fff;background-color:#ff8600}@media(max-width:800px){.btr-feedback-title{font-size:32px}.btr-feedback-fog-overlay{width:80px}}@media(max-width:500px){.btr-feedback-section{padding:60px 16px}.btr-feedback-title{font-size:28px;margin-bottom:40px}.btr-feedback-card{min-width:300px;max-width:300px;min-height:260px;padding:20px}.btr-feedback-text{font-size:14px;margin-bottom:16px}.btr-feedback-author{padding-top:16px}.btr-feedback-author-image{width:45px;height:45px}.btr-feedback-author-name{font-size:15px}.btr-feedback-fog-overlay{width:40px}}.bootcamp-container,.bootcamp-banner,.bootcamp-banner img{width:100%}.bootcamp-header{width:80%;margin:0 auto;text-align:center;padding:4rem 0;color:#27187e}.bootcamp-header h1{font-size:48px}.bootcamp-header h3{font-size:24px;margin-top:10px}.bootcamp-header p{font-size:20px;line-height:28px;margin:1rem 0 2rem}.bootcamp-header a{text-decoration:none;font-size:18px;font-weight:600;padding:8px 16px;color:#e35336;border:2px solid #e35336;background-color:transparent;cursor:pointer}.bootcamp-header a:hover{color:#f1f2f6;background-color:#e35336}.bootcamp-high{width:80%;margin:0 auto;display:flex;flex-wrap:wrap;padding:2rem 1rem;background-color:#27187e;border-radius:16px}.bootcamp-high-image{width:50%;text-align:center}.bootcamp-high-image img{width:80%;border-radius:16px}.bootcamp-high-content{width:50%;align-content:center;padding:1rem}.bootcamp-high-content h2{font-size:40px;color:#f1f2f6}.bootcamp-high-content ul{font-size:18px;line-height:28px;margin:1rem;list-style:none;padding:0}.bootcamp-high-content ul li{position:relative;padding-left:28px;margin-bottom:8px;color:#f1f2f6}.bootcamp-high-content ul li:before{content:"✔";position:absolute;left:0;top:0;color:#28a745;font-size:18px}.bootcamp-high-content p{font-size:20px;color:#fff}.bootcamp-points{width:80%;margin:2.5rem auto;align-content:center;padding:2rem 1rem;border-radius:16px}.bootcamp-points h2{font-size:40px;color:#27187e}.bootcamp-points ul{font-size:20px;line-height:28px;margin:1rem;list-style:none;padding:0}.bootcamp-points ul li{position:relative;padding-left:28px;margin-bottom:8px;color:#27187e}.bootcamp-points ul li:before{content:"★";position:absolute;left:0;top:0;color:#28a745;font-size:22px}@media(max-width:1440px){.bootcamp-header,.bootcamp-high,.bootcamp-points{width:85%}}@media(max-width:1024px){.bootcamp-header,.bootcamp-high,.bootcamp-points{width:95%}.bootcamp-header h1{font-size:40px}.bootcamp-header h3{font-size:22px}.bootcamp-header p{font-size:18px}.bootcamp-high-content h2,.bootcamp-points h2{font-size:32px}}@media(max-width:800px){.bootcamp-header h1,.bootcamp-points h2{font-size:32px}.bootcamp-header h3{font-size:20px}.bootcamp-high{padding:1rem}.bootcamp-high-image,.bootcamp-high-content{width:100%}.bootcamp-high-content{padding:1rem 0}.bootcamp-high-content ul{margin:1rem 0}.bootcamp-high-image img{width:100%}.bootcamp-high-content h2,.bootcamp-points h2{font-size:28px}.bootcamp-points ul{font-size:18px}}@media(max-width:500px){.bootcamp-header{padding:2rem 0}.bootcamp-points ul{margin:1rem 0}.bootcamp-header h1{font-size:28px}.bootcamp-header h3{font-size:18px}.bootcamp-high-content h2,.bootcamp-points h2{font-size:24px}}.bootcamp-feedback-section{padding:60px 20px;background:#f8f9fa;overflow:hidden}.bootcamp-feedback-title{text-align:center;font-size:48px;font-weight:700;margin-bottom:60px;color:#27187e}.bootcamp-feedback-container{position:relative;max-width:1400px;margin:0 auto;overflow:hidden}.bootcamp-feedback-row{overflow:hidden;position:relative}.bootcamp-feedback-track{display:flex;gap:20px;animation:slideLeft 30s linear infinite}@keyframes slideLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}.bootcamp-feedback-track.paused{animation-play-state:paused!important}.bootcamp-feedback-card{background:#fff;border-radius:16px;padding:28px;box-shadow:0 2px 12px #00000014;border:1px solid #e8e8e8;min-width:380px;max-width:380px;min-height:280px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .3s ease,box-shadow .3s ease;flex-shrink:0}.bootcamp-feedback-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.bootcamp-feedback-text{color:#666;line-height:1.7;font-size:15px;margin-bottom:24px}.bootcamp-feedback-author{display:flex;align-items:center;gap:12px;padding-top:20px;border-top:3px solid #5b7cff}.bootcamp-feedback-author-image{width:50px;height:50px;border-radius:50%;object-fit:cover}.bootcamp-feedback-author-info{display:flex;flex-direction:column}.bootcamp-feedback-author-name{color:#5b7cff;font-size:16px;font-weight:600;margin-bottom:4px}.bootcamp-feedback-author-handle{color:#999;font-size:14px}.bootcamp-feedback-fog-overlay{position:absolute;top:0;bottom:0;width:150px;pointer-events:none;z-index:10}.bootcamp-feedback-fog-left{left:0;background:linear-gradient(to right,#f8f9fa,#f8f9faf2 20%,#f8f9fab3 50%,#f8f9fa00)}.bootcamp-feedback-fog-right{right:0;background:linear-gradient(to left,#f8f9fa,#f8f9faf2 20%,#f8f9fab3 50%,#f8f9fa00)}.bootcamp-feedback-btn{text-align:center;margin-top:2.5rem}.bootcamp-feedback-btn a{text-decoration:none;font-size:18px;font-weight:600;padding:8px 16px;color:#ff8600;border:2px solid #ff8600;background-color:transparent;cursor:pointer;display:inline-block}.bootcamp-feedback-btn a:hover{color:#fff;background-color:#ff8600}@media(max-width:800px){.bootcamp-feedback-title{font-size:32px}.bootcamp-feedback-fog-overlay{display:none}}@media(max-width:500px){.bootcamp-feedback-section{padding:60px 16px}.bootcamp-feedback-title{font-size:28px;margin-bottom:40px}.bootcamp-feedback-text{font-size:14px}.btr-feedback-track{animation:slideLeft 10s linear infinite}}.gallery-container{width:100%;padding:2.5rem 0}.gallery-header{width:80%;margin:0 auto 2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.gallery-title{font-size:28px;color:#15304c}.gallery-back-button{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#ff8600;background-color:#fff;border:2px solid #ff8600;cursor:pointer;font-size:18px;padding:8px 16px;transition:all .3s ease}.gallery-back-button:hover{color:#fff;background-color:#ff8600}.folders-grid{width:80%;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.folder-card{position:relative;background:#fff;border-radius:12px;overflow:hidden;cursor:pointer;box-shadow:0 2px 8px #0000001a;transition:all .4s ease}.folder-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px #00000026}.folder-thumbnail{width:100%;height:320px;overflow:hidden;position:relative}.folder-thumbnail:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,transparent 50%,rgba(0,0,0,.6));z-index:1;opacity:0;transition:opacity .3s ease}.folder-card:hover .folder-thumbnail:before{opacity:1}.folder-thumbnail img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .4s ease}.folder-card:hover .folder-thumbnail img{transform:scale(1.1)}.folder-info{padding:24px;display:flex;align-items:center;gap:1rem}.folder-icon{color:#6885fb;flex-shrink:0}.folder-name{font-size:20px;font-weight:600;color:#15304c;flex:1}.galleryList-grid{width:80%;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:350px;gap:15px}.galleryList-item{position:relative;overflow:hidden;border-radius:12px;cursor:pointer;background:#fff}.galleryList-item img{width:100%;height:100%;object-fit:cover;object-position:top;transition:transform .4s ease}.galleryList-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000e6;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.galleryList-popup-content{position:relative;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center;animation:popupZoomIn .3s ease}@keyframes popupZoomIn{0%{transform:scale(.8)}to{transform:scale(1)}}.galleryList-popup-content img{max-width:100%;max-height:90vh;width:auto;height:auto;object-fit:contain;border-radius:8px}.galleryList-popup-close{position:absolute;top:-40px;right:0;background:transparent;border:none;color:#fff;font-size:40px;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.galleryList-popup-close:hover{transform:scale(1.2)}@media(max-width:1440px){.gallery-header,.folders-grid,.galleryList-grid{width:85%}}@media(max-width:1024px){.gallery-header,.folders-grid,.galleryList-grid{width:95%}.folder-thumbnail{height:250px}.folder-info{padding:20px}.folder-name{font-size:18px}.galleryList-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:800px){.folders-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.folder-thumbnail{height:220px}.gallery-title{font-size:24px}.galleryList-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.gallery-title{font-size:20px}.folders-grid{grid-template-columns:1fr}.folder-thumbnail{height:250px}.gallery-back-button{font-size:16px;padding:6px}.galleryList-grid{grid-template-columns:1fr}}.footer-container{width:100%;background-color:#f1f2f6}.footer-content{width:80%;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;padding:2rem 1rem}.footer-about{display:flex;flex-direction:column;gap:1.5rem}.footer-logo img{width:200px}.footer-social{display:flex;gap:1rem;margin-top:.5rem}.social-icon{width:40px;height:40px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;color:#15304c;font-size:18px;transition:all .3s ease;text-decoration:none}.social-icon:hover{background:#1676e4;color:#fff;transform:translateY(-3px);box-shadow:0 5px 15px #1676e466}.footer-section{display:flex;flex-direction:column;gap:1.5rem}.footer-title{font-size:18px;font-weight:600;color:#15304c;margin:0;margin-bottom:.5rem;position:relative;padding-bottom:.8rem}.footer-title:after{content:"";position:absolute;left:0;bottom:0;width:40px;height:3px;background:#1676e4;border-radius:2px}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.8rem}.footer-links li a{color:#15304c;text-decoration:none;font-size:15px;transition:all .3s ease;display:inline-block;position:relative}.footer-links li a:before{content:"→";position:absolute;left:-20px;opacity:0;transition:all .3s ease;color:#1676e4}.footer-links li a:hover{color:#1676e4;padding-left:20px}.footer-links li a:hover:before{opacity:1;left:0}.footer-contact{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.footer-contact li{display:flex;align-items:center;gap:.8rem;color:#15304c;font-size:15px}.contact-icon{font-size:20px;color:#15304c;flex-shrink:0}.footer-bottom{background:#15304c;padding:1.5rem 10px;text-align:center}.footer-bottom p{margin:0;color:#f1f2f6;font-size:16px}.footer-bottom a{color:#fff}@media(max-width:1440px){.footer-content{width:95%}}@media(max-width:1024px){.footer-content{width:100%;gap:1rem}.footer-logo img{width:180px}.footer-bottom-links{padding-top:10px}}@media(max-width:620px){.footer-content{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.footer-content{grid-template-columns:1fr}}.not-found-page{width:100%;height:90vh;background:#fff;align-content:center}.not-found-page-container{width:60%;height:100%;margin:0 auto;padding-top:2rem;background-image:url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);background-position:center bottom;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;justify-content:space-between}.four-zero-four h1{font-size:120px;text-align:center}.not-found-page-content{text-align:center;margin-bottom:4rem;padding:0 1rem}.not-found-page-content h3{font-size:32px}.not-found-page-content p{font-size:20px;margin-bottom:2rem}.not-found-page-btn{text-decoration:none;font-size:18px;font-weight:600;padding:8px 16px;color:#ff8600;border:2px solid #ff8600;background-color:transparent;cursor:pointer}.not-found-page-btn:hover{color:#fff;background-color:#ff8600}@media(max-width:1024px){.not-found-page-container{width:80%}}@media(max-width:800px){.not-found-page-container{width:100%}}@media(max-width:500px){.four-zero-four h1{font-size:80px}.not-found-page-content h3{font-size:24px}.not-found-page-content p{font-size:18px}}
