@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");.flight-overlay{position:fixed;inset:0;z-index:9999;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;animation:flight-fade-in .35s ease forwards}@keyframes flight-fade-in{0%{opacity:0}to{opacity:1}}.flight-inner{display:flex;flex-direction:column;align-items:center;gap:20px}.flight-plane{width:90px;height:90px;animation:flight-fly 1.8s ease-in-out infinite;filter:drop-shadow(0 4px 16px rgba(0,181,111,.45))}@keyframes flight-fly{0%{transform:translate(-30px,20px) rotate(-10deg)}50%{transform:translate(30px,-20px) rotate(12deg)}to{transform:translate(-30px,20px) rotate(-10deg)}}.flight-trail{width:120px;height:3px;border-radius:99px;background:linear-gradient(90deg,transparent,#00B56F 40%,#004F30);animation:flight-trail 1.4s ease-in-out infinite alternate}@keyframes flight-trail{0%{opacity:.3;transform:scaleX(.4)}to{opacity:1;transform:scaleX(1)}}.flight-label{font-family:Inter,sans-serif;font-size:15px;font-weight:500;color:rgba(28,29,34,.65);letter-spacing:-.3px;margin:0}.new-hero-section{position:relative;width:100%;min-height:max(100vh,600px);overflow:hidden;font-family:Inter,sans-serif;background-color:#fcfcfc;display:flex;flex-direction:column}.hero-bg-container{position:absolute;inset:0;z-index:0;pointer-events:none;background-color:#fcfcfc;background-image:linear-gradient(180deg,rgba(252,252,252,0) 68%,#fcfcfc),radial-gradient(circle at center,rgba(255,255,255,.2) 0,rgba(255,255,255,0) 80%),linear-gradient(90deg,rgba(255,255,255,0),rgba(219,244,235,.25)),url(/images/home/home-hero/bg-image-1.png);background-position:50%,50%,50%,center 60%;background-size:cover,cover,cover,contain;background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;opacity:1}.new-hero-content{position:relative;z-index:2;width:100%;max-width:1280px;margin:0 auto;padding-inline:clamp(20px,4vw,48px);flex:1 1;justify-content:space-between;padding-top:clamp(120px,11vw,160px);padding-bottom:clamp(32px,4vw,52px)}.hero-top,.new-hero-content{display:flex;flex-direction:column}.hero-top{align-items:center;text-align:center}.new-hero-title{width:100%;margin:0 auto clamp(14px,2vw,24px);font-style:normal;font-weight:700;line-height:.92;letter-spacing:-2px;color:#1C1D22}.hero-title-line1,.hero-title-line2{display:block;white-space:nowrap;overflow:visible}.hero-title-line1{font-size:calc(clamp(24px, 4.5vw, 60px) - 2px);padding-bottom:0}.hero-title-line2{font-size:clamp(24px,4.5vw,60px);margin-top:0;padding-bottom:.12em}.new-hero-description{width:100%;max-width:680px;margin:0 auto clamp(16px,2.4vw,26px);font-weight:400;font-size:clamp(14px,1.1vw,18px);line-height:1.56;letter-spacing:-.6px;color:rgba(28,29,34,.55)}.hero-buttons{display:flex;gap:16px;justify-content:center;align-items:center;flex-wrap:nowrap}.hero-btn-primary,.hero-btn-secondary{flex:0 0 auto}.hero-btn-primary{display:flex;align-items:center;justify-content:center;gap:8px;padding:0 24px;height:46px;background:linear-gradient(90deg,#00B56F,#004F30);box-shadow:0 4px 10px -2px rgba(0,181,111,.35),0 10px 24px -6px rgba(0,181,111,.55),inset 0 1px 0 rgba(255,255,255,.45);border-radius:9999px;font-weight:500;font-size:16px;color:#FFFFFF;letter-spacing:-.4px;transition:transform .2s ease;border:none;cursor:pointer;white-space:nowrap}.hero-btn-primary:hover{transform:translateY(-2px)}.hero-btn-secondary{display:flex;align-items:center;justify-content:center;gap:8px;padding:0 24px;height:46px;border-radius:9999px;border:2px solid #00b56f;background:transparent;transition:transform .2s ease;cursor:pointer;white-space:nowrap}.hero-btn-secondary span{font-weight:500;font-size:16px;letter-spacing:-.4px;background:linear-gradient(90deg,#00B56F,#004F30);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-btn-secondary:hover{transform:translateY(-2px)}.hero-bottom{display:flex;flex-direction:column;gap:clamp(10px,1.5vw,20px);width:100%}.hero-bottom-header{display:flex;justify-content:space-between;align-items:baseline;width:100%}.hero-bottom-title{font-weight:600;font-size:clamp(18px,1.8vw,28px);line-height:1.31;letter-spacing:-1px;color:#111111;margin:0}.hero-bottom-explore{font-weight:600;font-size:15px;line-height:1.5;letter-spacing:-.5px;color:#111111;text-decoration:none;white-space:nowrap}.hero-cards-wrapper{position:relative;width:100%;padding:0 28px;box-sizing:border-box}.hero-cards-nav,.hero-cards-wrapper{display:flex;align-items:center;justify-content:center}.hero-cards-nav{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;border:none;background:#FFFFFF;box-shadow:0 2px 8px rgba(0,0,0,.18);cursor:pointer;z-index:5;flex-shrink:0;transition:box-shadow .2s ease,opacity .2s ease}.hero-cards-nav:hover{box-shadow:0 4px 14px rgba(0,0,0,.24)}.hero-cards-nav:disabled{opacity:.3;cursor:default;box-shadow:none}.hero-cards-nav-prev{left:0}.hero-cards-nav-next{right:0}.hero-cards-container{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px;width:100%;margin:0 auto}@media (min-width:1025px){.hero-cards-wrapper{padding:0}.hero-cards-nav{display:none}}.hero-card{position:relative;width:100%;aspect-ratio:auto;min-height:250px;box-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);border-radius:15px;padding:clamp(12px,1.4vw,22px) clamp(10px,1vw,16px) clamp(10px,1vw,16px);display:flex;flex-direction:column;transition:transform .2s ease}.hero-card:hover{transform:translateY(-4px)}.hero-card-level{font-weight:700;font-size:clamp(9px,.75vw,11px);line-height:1.5;letter-spacing:1.4px;text-transform:uppercase;color:rgba(255,255,255,.85);margin-bottom:clamp(5px,.5vw,8px)}.hero-card-glass{flex-grow:1;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.28);border-radius:16px;padding:clamp(8px,.9vw,13px) clamp(8px,.8vw,12px);margin-bottom:clamp(8px,1vw,14px);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:inset 0 1px 0 rgba(255,255,255,.25)}.hero-card-title{font-weight:700;font-size:clamp(14px,1.3vw,20px);line-height:1.2;letter-spacing:-.4px;color:#FFFFFF;margin:0 0 clamp(4px,.4vw,7px)}.hero-card-desc{font-weight:400;font-size:clamp(12px,.9vw,14px);line-height:1.45;letter-spacing:-.1px;color:rgba(255,255,255,.85);margin:0}.hero-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.hero-card-duration{font-weight:600;font-size:clamp(10px,.82vw,13px);line-height:1.5;letter-spacing:-.3px;color:#FFFFFF}.hero-card-btn{width:clamp(26px,2vw,34px);height:clamp(26px,2vw,34px);background:#FFFFFF;box-shadow:0 1px 3px rgba(0,0,0,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:transform .2s;flex-shrink:0}.hero-card-btn svg{width:60%;height:60%}.hero-card-btn:hover{transform:scale(1.05)}@media (min-width:1025px) and (max-width:1439px){.new-hero-content{padding-top:110px;padding-bottom:44px}}@media (min-width:1440px){.new-hero-content{max-width:1280px}.hero-bottom-title{font-size:24px}.hero-bottom-explore{font-size:15px}.hero-cards-container{gap:18px}.hero-card{aspect-ratio:auto;min-height:210px;height:210px;max-height:210px;padding:18px 14px 14px}.hero-card-level{font-size:10px;margin-bottom:6px}.hero-card-glass{padding:10px;margin-bottom:12px}.hero-card-title{font-size:18px;margin-bottom:5px}.hero-card-desc{font-size:13px}.hero-card-duration{font-size:12px}.hero-card-btn{width:32px;height:32px}}@media (max-width:1024px){.hero-title-line2{font-size:clamp(20px,4vw,48px)}.hero-title-line1{font-size:calc(clamp(20px, 4vw, 48px) - 2px)}.hero-cards-container{display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;gap:14px;padding:0;margin:0}.hero-cards-container::-webkit-scrollbar{display:none}.hero-card{flex:0 0 260px;width:260px;height:250px;aspect-ratio:auto;scroll-snap-align:start;padding:20px 15px 16px;border-radius:14px}.hero-card-level{font-size:10px;margin-bottom:6px}.hero-card-glass{padding:10px;margin-bottom:12px}.hero-card-title{font-size:18px;margin-bottom:5px}.hero-card-desc,.hero-card-duration{font-size:12px}.hero-card-btn{width:32px;height:32px}}@media (min-width:769px) and (max-width:1024px){.new-hero-section{min-height:max(100vh,500px);overflow:hidden}.new-hero-content{flex:1 1;justify-content:center;gap:clamp(24px,5vh,52px);padding-top:clamp(90px,10vw,120px);padding-bottom:clamp(32px,4vw,52px)}.hero-bg-container{background-position:50%,50%,50%,center 50%;opacity:1}}@media (min-width:769px) and (max-width:1024px) and (max-height:700px){.new-hero-section{min-height:100vh;overflow:hidden}.new-hero-content{justify-content:center;gap:clamp(12px,3vh,24px);padding-top:82px;padding-bottom:16px}.hero-title-line2{font-size:clamp(18px,3.2vw,34px)}.hero-title-line1{font-size:calc(clamp(18px, 3.2vw, 34px))}.new-hero-title{margin-bottom:8px}.new-hero-description{font-size:clamp(12px,1.4vw,14px);margin-bottom:8px}.hero-bottom{gap:8px}.hero-card{height:210px}}@media (min-width:769px) and (max-width:1024px) and (min-height:900px){.new-hero-section{min-height:100vh;overflow:hidden}.new-hero-content{justify-content:center;gap:clamp(32px,5vh,64px);padding-top:clamp(90px,9vw,120px);padding-bottom:clamp(40px,5vw,60px)}.hero-title-line2{font-size:clamp(28px,4.8vw,52px)}.hero-title-line1{font-size:calc(clamp(28px, 4.8vw, 52px) - 2px)}.hero-card{height:260px}}@media (max-width:768px){.new-hero-section{min-height:max(100vh,560px);overflow:hidden}.hero-bg-container{background-image:linear-gradient(180deg,rgba(252,252,252,0) 50%,#fcfcfc),radial-gradient(circle at center,rgba(255,255,255,.35) 0,rgba(255,255,255,0) 80%),linear-gradient(90deg,rgba(255,255,255,0),rgba(219,244,235,.4)),url(/images/home/home-hero/bg-image-1.png);background-position:50%,50%,50%,center 55%}.new-hero-content{flex:1 1;justify-content:flex-start;padding-top:calc(var(--site-header-height, 71px) + 20px);padding-bottom:24px;gap:clamp(16px,4vh,40px)}.hero-bg-container{background-image:linear-gradient(180deg,rgba(252,252,252,0) 60%,#fcfcfc),radial-gradient(circle at center,rgba(255,255,255,.2) 0,rgba(255,255,255,0) 80%),linear-gradient(90deg,rgba(255,255,255,0),rgba(219,244,235,.25)),url(/images/home/home-hero/bg-image-1.png);background-position:50%,50%,50%,center 52%;background-size:cover,cover,cover,contain;background-repeat:no-repeat;opacity:1}.hero-title-line2{font-size:clamp(20px,5.5vw,40px);letter-spacing:-1px}.hero-title-line1{font-size:calc(clamp(20px, 5.5vw, 40px) - 2px);letter-spacing:-1px}.new-hero-title{line-height:1;margin:0 auto 10px}.new-hero-description{font-size:14px;line-height:1.55;max-width:100%;margin:0 auto}.hero-buttons{gap:10px}.hero-btn-primary,.hero-btn-secondary{height:42px;padding:0 16px;font-size:14px}.hero-btn-secondary span{font-size:14px}.hero-bottom{gap:12px;margin-top:80px}.hero-bottom-title{font-size:18px;font-weight:700}.hero-bottom-explore{font-size:14px}.hero-cards-wrapper{padding:0 32px}.hero-cards-nav{width:30px;height:30px}.hero-card{flex:0 0 100%;width:100%;max-width:100%;height:190px;scroll-snap-align:start;padding:18px 14px 14px;border-radius:16px}.hero-card-title{font-size:18px;margin-bottom:4px}.hero-card-desc,.hero-card-duration{font-size:12px}.hero-card-btn{width:32px;height:32px}}@media (max-width:380px){.hero-title-line2{font-size:clamp(18px,6vw,26px)}.hero-title-line1{font-size:calc(clamp(18px, 6vw, 26px) - 2px)}.new-hero-description{font-size:13px}.hero-btn-primary,.hero-btn-secondary{padding:0 12px;font-size:13px;height:40px}.hero-btn-secondary span{font-size:13px}}@media (min-width:1025px){.new-hero-section:not(.study-premium-override) .new-hero-content{max-width:1280px;padding-inline:40px;padding-top:110px;padding-bottom:44px}.new-hero-section:not(.study-premium-override) .hero-title-line1,.new-hero-section:not(.study-premium-override) .hero-title-line2{font-size:58px}.new-hero-section:not(.study-premium-override) .hero-title-line1{font-size:56px}.new-hero-section:not(.study-premium-override) .new-hero-description{font-size:16px;max-width:560px;margin-bottom:22px}.new-hero-section:not(.study-premium-override) .hero-bg-container{background-size:cover,cover,cover,960px auto;background-position:50%,50%,50%,center 62%}.new-hero-section:not(.study-premium-override) .hero-cards-container{gap:18px}.new-hero-section:not(.study-premium-override) .hero-card{min-height:210px;height:210px;max-height:210px;padding:18px 14px 14px}.new-hero-section:not(.study-premium-override) .hero-card-level{font-size:10px;margin-bottom:6px}.new-hero-section:not(.study-premium-override) .hero-card-glass{padding:10px;margin-bottom:12px}.new-hero-section:not(.study-premium-override) .hero-card-title{font-size:18px;margin-bottom:5px}.new-hero-section:not(.study-premium-override) .hero-card-desc{font-size:13px}.new-hero-section:not(.study-premium-override) .hero-card-duration{font-size:12px}.new-hero-section:not(.study-premium-override) .hero-card-btn{width:32px;height:32px}.new-hero-section:not(.study-premium-override) .hero-bottom-title{font-size:24px}.new-hero-section:not(.study-premium-override) .hero-bottom-explore{font-size:15px}.new-hero-section:not(.study-premium-override) .hero-bottom{gap:16px}}