@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;600;700;800;900&display=swap');
:root{--ink:#071e33;--blue:#1279b7;--ice:#80d0f6;--white:#f4f8fb;--muted:#a5bdcf}*{box-sizing:border-box}html,body{height:100%;margin:0}body{background:var(--ink);color:var(--white);font-family:'Noto Sans TC',sans-serif;font-size:16px;line-height:1.65}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;color:inherit;cursor:pointer;border:0}a{text-decoration:none;color:inherit}button:focus-visible,a:focus-visible{outline:3px solid var(--ice);outline-offset:5px}h1:focus{outline:none}.app{height:100dvh;max-width:1800px;margin:auto;display:grid;grid-template-rows:122px minmax(0,1fr) 110px 37px;overflow:hidden}header{padding:14px 4.5%;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #ffffff20;z-index:5}.brand{display:flex;align-items:center;gap:18px;text-align:left;background:none;padding:0;font-size:34px;font-weight:800;line-height:1.18;letter-spacing:.05em}.logo-frame{display:flex;align-items:center;justify-content:center;background:white;padding:4px 8px;box-shadow:0 0 35px #3b8bbc20}.brand img{width:68px;height:85px;object-fit:contain}.brand-small{display:block;font-size:11px;letter-spacing:.1em;font-weight:500;margin-top:8px;line-height:1.5}.header-right{display:flex;align-items:center;gap:36px}.enrollment{font-size:13px;letter-spacing:.12em;color:var(--muted)}.contact-trigger{border:1px solid #ffffff5c;border-radius:50px;background:none;font-size:14px;padding:11px 21px;transition:background .3s,box-shadow .3s,transform .3s}.contact-trigger span{display:inline-block;margin-left:20px;transition:transform .3s}.contact-trigger:hover{background:var(--blue);box-shadow:0 0 28px #188cc844}.contact-trigger:hover span{transform:translate(3px,-3px)}main{min-height:0;display:grid;grid-template-columns:1fr 1fr;position:relative;isolation:isolate;overflow:hidden}.content-area{position:relative;z-index:2;display:flex;align-items:center;padding:25px 0 25px 9%;min-height:0}.screen{max-height:100%;overflow-y:auto;scrollbar-width:thin;width:100%;padding-right:18px}.screen[hidden]{display:none}.screen.entering{animation:panel-in .65s cubic-bezier(.16,1,.3,1) both}.eyebrow{font-size:12px;font-weight:500;letter-spacing:.17em;color:#abd9ee;display:flex;align-items:center;gap:12px;margin:0 0 23px}.eyebrow>span{width:28px;height:2px;background:var(--ice)}h1{font-size:clamp(43px,5.4vw,83px);line-height:1.22;letter-spacing:-.065em;font-weight:800;margin:0 0 26px}.accent{color:var(--ice)}.intro{font-size:17px;line-height:1.85;color:var(--muted);margin:0 0 29px}.cta{display:inline-flex;align-items:center;justify-content:space-between;gap:45px;position:relative;isolation:isolate;overflow:hidden;background:var(--ice);color:var(--ink);font-weight:700;font-size:16px;padding:17px 22px;border:1px solid var(--ice);border-radius:3px;min-width:285px;transition:color .35s,box-shadow .35s,transform .25s}.cta:before{content:'';position:absolute;z-index:-1;inset:0;background:white;transform:translateX(-103%);transition:transform .45s cubic-bezier(.2,.7,.2,1)}.cta:hover:before{transform:translateX(0)}.cta:hover{box-shadow:0 8px 35px #80d0f630;transform:translateY(-3px)}.arrow{display:inline-block;font-size:24px;line-height:1;transition:transform .35s}.cta:hover .arrow,.contact-card:hover .arrow{transform:translate(4px,-4px)}button:active,.contact-card:active{transform:scale(.97)}.note{font-size:13px;color:#91aabc;margin:17px 0 0}.detail{margin:0 0 32px;border-left:2px solid var(--blue);padding:5px 0 5px 20px}.detail strong{display:block;font-size:23px;font-weight:600}.detail span{display:block;font-size:16px;color:var(--muted);margin-top:7px}.visual{position:relative;min-height:0;background:radial-gradient(ellipse at 55% 55%,#0f4770 0%,#092840 42%,#071e33 73%);overflow:hidden}.visual-top{position:absolute;z-index:2;top:28px;left:9%;right:9%;display:flex;justify-content:space-between;color:#6290ae;font-size:11px;font-weight:600;line-height:1.5;letter-spacing:.18em}.visual-word{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:Arial,sans-serif;letter-spacing:-.075em;font-size:clamp(100px,13vw,220px);font-weight:900;color:transparent;-webkit-text-stroke:1px #80d0f630;line-height:1;pointer-events:none}#chess-scene{height:100%;width:100%;position:relative;z-index:1;pointer-events:none}#chess-scene canvas{display:block;width:100%;height:100%}.scene-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.scene-placeholder img{width:120px;height:auto}.visual-bottom{position:absolute;z-index:2;bottom:25px;left:9%;right:9%;display:flex;justify-content:space-between;align-items:center;font-size:11px;letter-spacing:.14em;color:#7198b3}.visual-bottom>span:last-child{color:var(--ice);font-size:36px;line-height:1}.course-nav{display:grid;grid-template-columns:1.08fr repeat(3,1fr);border-top:1px solid #ffffff24;border-bottom:1px solid #ffffff24;margin:0 4.5%;position:relative}.course-nav-label{display:flex;flex-direction:column;justify-content:center;font-size:11px;letter-spacing:.14em;color:#78aac7}.course-nav-label span{font-size:15px;letter-spacing:.06em;color:var(--muted);margin-top:5px}.course-nav button{position:relative;isolation:isolate;overflow:hidden;display:flex;align-items:center;gap:19px;background:transparent;text-align:left;border-left:1px solid #ffffff24;padding:15px 27px;transition:color .3s,transform .2s}.course-nav button:before{content:'';position:absolute;inset:0;z-index:-1;background:var(--blue);transform:translateY(102%);transition:transform .45s cubic-bezier(.2,.7,.2,1)}.course-nav button:hover:before,.course-nav button[aria-pressed=true]:before{transform:translateY(0)}.nav-number{font-family:Georgia,serif;font-size:20px;font-style:italic;color:#91b6cd}.nav-title{font-size:24px;font-weight:600;line-height:1.4}.nav-title small{display:block;font-size:10px;font-weight:400;letter-spacing:.12em;margin-top:5px;color:#91b6cd}.nav-arrow{font-size:23px;margin-left:auto;transition:transform .4s}.course-nav button:hover .nav-arrow{transform:rotate(45deg)}.course-nav button:hover .nav-number,.course-nav button:hover small,.course-nav button[aria-pressed=true] small,.course-nav button[aria-pressed=true] .nav-number{color:#d4f0ff}.contact-intro{font-size:16px;margin-bottom:20px}.contact-links{display:grid;gap:12px;max-width:460px}.contact-card{display:flex;align-items:center;gap:17px;border:1px solid #52718a;padding:17px 20px;transition:background .3s,transform .3s,border-color .3s}.contact-type{font-size:11px;letter-spacing:.07em;min-width:68px;color:#9ec9e1}.contact-card strong{font-size:19px;line-height:1.45;font-weight:600}.contact-card strong span{display:block;font-size:12px;letter-spacing:.04em;color:#9bbacc;margin-top:3px;font-weight:400}.contact-card>.arrow{margin-left:auto}.contact-card:hover{background:#155376;border-color:#80d0f6;transform:translateX(5px)}footer{display:flex;justify-content:space-between;align-items:center;padding:0 4.5%;font-size:10px;letter-spacing:.12em;color:#7098b2}@keyframes panel-in{from{opacity:0;transform:translateY(20px);filter:blur(5px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@media(min-width:1400px){.content-area{padding-left:12%}.screen{max-width:680px}}@media(max-width:1000px){.app{grid-template-rows:112px minmax(0,1fr) 95px 32px}h1{font-size:52px}.content-area{padding-left:8%}.intro{font-size:16px}.course-nav button{padding:12px 18px;gap:12px}.nav-title{font-size:21px}.contact-card{padding:14px;gap:12px}.contact-type{min-width:58px;font-size:10px}.detail strong{font-size:20px}}@media(max-height:780px) and (min-width:701px){.app{grid-template-rows:103px minmax(0,1fr) 90px 28px}.brand img{width:57px;height:72px}.brand{font-size:28px}.eyebrow{margin-bottom:17px}h1{font-size:clamp(40px,4.5vw,62px);margin-bottom:21px}.intro{margin-bottom:24px}.detail{margin-bottom:24px}.cta{padding:14px 19px}.note{margin-top:12px}.contact-card{padding:12px 17px}.contact-intro{margin-bottom:17px}}
@media(max-width:700px){.app{grid-template-rows:88px minmax(0,1fr) 84px 27px}header{padding:8px 5%}.brand{font-size:25px;gap:12px}.brand img{width:48px;height:61px}.logo-frame{padding:3px 5px}.brand-small{font-size:9px;letter-spacing:.025em;margin-top:5px}.header-right{gap:0}.enrollment{display:none}.contact-trigger{font-size:13px;padding:10px 12px}.contact-trigger span{margin-left:8px}main{grid-template-columns:1fr;grid-template-rows:minmax(150px,43%) minmax(0,1fr)}.visual{grid-column:1;grid-row:1}.content-area{grid-row:2;padding:10px 6% 18px;align-items:center}.screen{padding-right:0}.visual-top{top:15px;left:6%;right:6%;font-size:9px}.visual-bottom{display:none}.visual-word{font-size:39vw;-webkit-text-stroke-color:#80d0f632}.eyebrow{font-size:10px;margin-bottom:13px;gap:9px;letter-spacing:.1em}.eyebrow>span{width:19px}h1{font-size:clamp(34px,10vw,48px);line-height:1.2;letter-spacing:-.065em;margin-bottom:16px}.intro{font-size:14px;line-height:1.75;margin:0 0 18px}.cta{min-width:0;width:100%;padding:14px 17px;font-size:15px}.note{font-size:12px;margin-top:11px}.detail{margin:0 0 23px;padding:3px 0 3px 14px}.detail strong{font-size:19px}.detail span{font-size:14px;margin-top:5px}.course-nav{margin:0 5%;grid-template-columns:repeat(3,1fr)}.course-nav-label{display:none}.course-nav button{padding:10px 12px;gap:8px}.course-nav button:first-of-type{border-left:0;padding-left:3px}.nav-number{font-size:13px;align-self:flex-start;margin-top:4px}.nav-title{font-size:18px}.nav-title small{font-size:9px;margin-top:4px}.nav-arrow{display:none}.contact-intro{font-size:14px;margin-bottom:15px}.contact-links{gap:10px}.contact-card{padding:13px;gap:12px}.contact-card strong{font-size:17px}.contact-card strong span{font-size:11px}.contact-type{font-size:10px;min-width:67px}.contact-card>.arrow{font-size:23px}footer{font-size:9px;padding:0 5%}}
@media(max-width:700px) and (max-height:740px){main{grid-template-rows:minmax(110px,33%) minmax(0,1fr)}.eyebrow{margin-bottom:10px}h1{font-size:34px;margin-bottom:12px}.intro{font-size:14px;margin-bottom:15px}.detail{margin-bottom:18px}.note{margin-top:8px}.content-area{padding-top:5px;padding-bottom:10px}.cta{padding:12px 16px}.contact-card{padding:10px 12px}.contact-intro{margin-bottom:12px}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important}}

.screen.leaving{animation:panel-out .34s ease both}@keyframes panel-out{to{opacity:0;transform:translateX(-22px);filter:blur(4px)}}

.course-heading{display:flex;align-items:center;justify-content:space-between;max-width:450px}.course-heading .eyebrow{margin-bottom:7px}.course-heading h1{font-size:58px;margin:0}.big-number{font:italic 108px/1 Georgia,serif;color:#80d0f62e;letter-spacing:-.08em}.beginner-days{margin:29px 0 30px;max-width:430px}.beginner-days>strong{font-size:43px;line-height:1.2;font-weight:500;letter-spacing:.03em}.beginner-days>strong>span{color:#2e6383;margin:0 10px;font-weight:400}.day-period{display:flex;align-items:center;gap:16px;font-size:16px;color:#80d0f6;margin-top:19px;max-width:340px}.period-line{height:1px;flex:1;background:linear-gradient(90deg,#80d0f6,#80d0f625)}.advanced-heading{display:flex;align-items:center;gap:25px;margin:0 0 28px}.advanced-heading h1{font-size:64px;margin:0}.level-tag{border-left:2px solid #80d0f6;padding-left:12px;max-width:86px;font-size:15px;line-height:1.5;color:#b2d5e9}.week{display:grid;grid-template-columns:repeat(6,1fr);max-width:430px;border-top:1px solid #80d0f66b;border-bottom:1px solid #80d0f66b}.week>div{padding:13px 0;text-align:center;font-size:27px;background:#11669b;border-right:1px solid #ffffff25}.week>div:last-child{background:#80d0f6;color:#071e33;border:0}.week span{display:block;font:10px Arial,sans-serif;margin-top:5px;letter-spacing:.1em}.advanced-note{margin:12px 0 24px;font-size:14px;color:#a5bdcf}.visit-layout{display:grid;grid-template-columns:1.1fr 1fr;gap:15px;align-items:center;margin-bottom:32px;max-width:510px}.visit-layout h1{font-size:79px;line-height:1.15;margin:0;letter-spacing:-.08em}.visit-layout h1 span{display:inline-block;margin-left:44px}.visit-note{padding-top:35px}.visit-rule{display:block;width:38px;height:2px;background:#80d0f6;margin-bottom:16px}.visit-note strong{font-size:20px;font-weight:500}.visit-note p{font-size:13px;color:#a5bdcf;margin:13px 0 0}.contact-links{border-top:1px solid #80d0f66b}.contact-card{border:0;border-bottom:1px solid #80d0f64a;padding-left:0;padding-right:10px}.contact-card:hover{background:transparent;border-color:#80d0f6}.contact-card strong{font-size:22px}.contact-card strong span{font-size:12px}.contact-type{min-width:77px}body:has([data-panel="contact"]:not([hidden])) .visual-word{color:#80d0f610}
@media(max-width:1000px){.course-heading h1{font-size:48px}.big-number{font-size:90px}.beginner-days>strong{font-size:36px}.advanced-heading h1{font-size:52px}.advanced-heading{gap:18px}.visit-layout h1{font-size:62px}.visit-layout h1 span{margin-left:25px}.visit-note strong{font-size:17px}.visit-note p{font-size:12px}.contact-card strong{font-size:19px}}
@media(max-width:700px){.course-heading h1{font-size:38px}.course-heading .eyebrow{margin-bottom:4px}.big-number{font-size:67px}.beginner-days{margin:15px 0 21px}.beginner-days>strong{font-size:32px}.beginner-days>strong>span{margin:0 10px}.day-period{font-size:14px;margin-top:11px;max-width:280px}.advanced-heading{margin-bottom:19px;gap:20px}.advanced-heading h1{font-size:43px}.level-tag{font-size:12px;max-width:none}.week>div{font-size:21px;padding:10px 0}.week span{font-size:9px}.advanced-note{font-size:12px;margin:9px 0 20px}.visit-layout{margin-bottom:22px;grid-template-columns:1fr 1fr;gap:15px}.visit-layout h1{font-size:48px}.visit-layout h1 span{margin-left:23px}.visit-note{padding-top:15px}.visit-rule{margin-bottom:10px;width:27px}.visit-note strong{font-size:16px}.visit-note p{font-size:12px;margin-top:9px}.contact-card strong{font-size:18px}.contact-card strong span{font-size:11px}.contact-type{min-width:70px}.contact-card{padding:13px 8px 13px 0}}

.app{grid-template-rows:145px minmax(0,1fr) 110px 37px}.brand{font-size:43px;gap:22px}.brand img{width:86px;height:108px}.brand-small{font-size:13px;line-height:1.5;letter-spacing:.12em;margin-top:10px}.contact-type{min-width:44px;width:44px;height:44px;display:flex;justify-content:center;align-items:center;border-radius:10px}.contact-type img{width:27px;height:27px;filter:brightness(0) invert(1)}.line-icon{background:#06c755}.fb-icon{background:#1877f2}.contact-card{gap:18px}
@media(max-height:780px) and (min-width:701px){.app{grid-template-rows:124px minmax(0,1fr) 90px 28px}.brand img{width:72px;height:91px}.brand{font-size:36px}.brand-small{font-size:11px;margin-top:7px}}
@media(max-width:700px){.app{grid-template-rows:103px minmax(0,1fr) 84px 27px}.brand{font-size:29px;gap:11px}.brand img{width:58px;height:73px}.brand-small{font-size:10px;margin-top:6px;letter-spacing:.025em}.contact-trigger{padding:10px;font-size:12px}.contact-type{min-width:38px;width:38px;height:38px;border-radius:8px}.contact-type img{width:25px;height:25px}.contact-card{gap:14px}}
@media(max-width:700px){.course-nav button{padding:10px 6px;gap:6px}.nav-title{font-size:17px;white-space:nowrap}.nav-number{font-size:12px}}
.logo-frame{background:transparent;padding:0;box-shadow:none}.brand img{object-fit:contain}
/* Prominent horizontal brand lockup */
.app{grid-template-rows:164px minmax(0,1fr) 110px 37px}
.brand{gap:20px;flex-shrink:0}.brand img{width:106px;height:134px}.brand-wordmark{display:flex;align-items:center;gap:22px}.brand-name{font-size:58px;line-height:1.12;white-space:nowrap;letter-spacing:.03em}.brand-small{margin:0;padding-left:20px;border-left:1px solid #80d0f660;font-size:14px;line-height:1.8;letter-spacing:.1em;white-space:nowrap}
@media(max-width:1100px){.header-right .enrollment{display:none}.brand-name{font-size:50px}.brand-wordmark{gap:16px}.brand-small{padding-left:16px;font-size:12px}}
@media(max-height:780px) and (min-width:701px){.app{grid-template-rows:144px minmax(0,1fr) 90px 28px}.brand img{width:92px;height:116px}.brand-name{font-size:50px}}
@media(max-width:700px){.app{grid-template-rows:140px minmax(0,1fr) 84px 27px}header{display:grid;grid-template-columns:1fr;gap:0;align-content:center}.brand{gap:10px}.brand img{width:68px;height:86px}.brand-wordmark{gap:10px}.brand-name{font-size:34px}.brand-small{padding-left:10px;font-size:9px;letter-spacing:0;line-height:1.7}.header-right{justify-self:end}.contact-trigger{padding:5px 11px;font-size:11px}}
@media(max-width:360px){.brand img{width:60px;height:76px}.brand-name{font-size:31px}.brand-wordmark{gap:7px}.brand-small{font-size:8px;padding-left:7px}}
.schedule-inquiry{max-width:430px;border-top:1px solid #80d0f66b;border-bottom:1px solid #80d0f66b;padding:22px 0;margin:0 0 25px;display:flex;align-items:center;justify-content:space-between;color:#80d0f6}.schedule-inquiry span{font-size:16px}.schedule-inquiry strong{font-size:38px;font-weight:500}.advanced-heading h1{white-space:nowrap;font-size:clamp(38px,4.6vw,58px)}@media(max-width:700px){.advanced-heading{gap:12px}.advanced-heading h1{font-size:37px}.level-tag{font-size:11px}.schedule-inquiry{padding:15px 0;margin-bottom:20px}.schedule-inquiry strong{font-size:30px}}
.teacher-heading{display:flex;align-items:center;gap:25px;margin-bottom:20px}.teacher-photo{flex:none;width:125px;height:178px;background-image:url('teacher-profile.png');background-size:570px auto;background-position:-33.33px -35px;border-radius:3px;box-shadow:10px 10px 0 #80d0f61c}.teacher-heading .eyebrow{font-size:11px;margin-bottom:12px}.teacher-heading h1{font-size:48px;white-space:nowrap;margin:0 0 15px;letter-spacing:.02em}.teacher-title{color:#80d0f6;font-size:13px;letter-spacing:.18em}.teacher-achievements{border-top:1px solid #80d0f64a}.teacher-achievements>div{display:grid;grid-template-columns:100px 1fr;align-items:center;gap:15px;border-bottom:1px solid #80d0f64a;padding:13px 0}.teacher-achievements span{font-size:12px;color:#80d0f6}.teacher-achievements strong{font-size:17px;line-height:1.5;font-weight:500}.teacher-method{font-size:13px;color:#a5bdcf;line-height:1.8;margin:17px 0 20px}.header-right{gap:14px}
@media(max-width:1100px){.teacher-heading{gap:18px}.teacher-heading h1{font-size:40px}.teacher-achievements strong{font-size:15px}.teacher-achievements>div{grid-template-columns:88px 1fr}}
@media(max-width:700px){.header-right{display:flex;gap:10px}.teacher-heading{gap:16px;margin-bottom:14px}.teacher-photo{width:88px;height:126px;background-size:401.28px auto;background-position:-23.47px -24.64px;box-shadow:6px 6px 0 #80d0f61c}.teacher-heading h1{font-size:33px;margin-bottom:8px}.teacher-heading .eyebrow{font-size:9px;margin-bottom:8px}.teacher-title{font-size:11px}.teacher-achievements>div{padding:9px 0;grid-template-columns:81px 1fr;gap:8px}.teacher-achievements span{font-size:10px}.teacher-achievements strong{font-size:13px}.teacher-method{font-size:11px;margin:12px 0 15px}.teacher-screen .cta{padding:14px 17px}}
.teacher-photo{background-image:url('teacher-portrait.jpg');background-size:cover;background-position:center}
.teacher-photo{background-position:75% center}
.teacher-photo{background-image:url('teacher-portrait-hq.png');background-position:center;background-size:cover}
@media(max-width:700px){
html,body{height:100%;overflow:hidden}.app{height:100dvh;grid-template-rows:122px minmax(0,1fr) 68px 20px}
header{padding:5px 5%}.brand img{width:60px;height:76px}.brand-name{font-size:32px}.header-right{gap:9px}.contact-trigger{min-height:30px;padding:3px 10px}
main{grid-template-rows:minmax(60px,26%) minmax(0,1fr)}main:has(.teacher-screen:not([hidden])){grid-template-rows:minmax(36px,14%) minmax(0,1fr)}
.content-area{padding:6px 6% 10px;align-items:center}.screen{overflow:visible;max-height:none}.visual-top{display:none}
.eyebrow{margin-bottom:8px}h1{margin-bottom:12px}.intro{margin-bottom:12px;font-size:13px}.cta{padding:11px 16px;min-height:44px}.note{font-size:11px;margin-top:7px}.course-nav button{padding:7px 5px}.nav-title{font-size:16px}.nav-title small{font-size:8px;margin-top:2px}
.teacher-heading{gap:17px;margin-bottom:10px}.teacher-photo{width:76px;height:109px}.teacher-heading h1{font-size:31px}.teacher-achievements>div{padding:7px 0}.teacher-achievements strong{font-size:12px;line-height:1.45}.teacher-method{font-size:11px;line-height:1.55;margin:9px 0 11px}.teacher-screen .cta{padding:10px 16px;min-height:44px}
.beginner-days{margin:10px 0 15px}.day-period{margin-top:7px}.advanced-heading{margin-bottom:12px}.schedule-inquiry{padding:10px 0;margin-bottom:13px}.visit-layout{margin-bottom:15px}.contact-intro{margin-bottom:10px}.contact-links{gap:5px}.contact-card{padding:9px 0}
}
@media(max-width:700px) and (max-height:620px){
.app{grid-template-rows:108px minmax(0,1fr) 60px 18px}.brand img{width:49px;height:62px}.brand-name{font-size:30px}.brand-small{font-size:8px}.contact-trigger{min-height:28px}main{grid-template-rows:60px minmax(0,1fr)}main:has(.teacher-screen:not([hidden])){grid-template-rows:32px minmax(0,1fr)}
.teacher-photo{width:60px;height:86px}.teacher-heading{margin-bottom:7px}.teacher-heading .eyebrow{display:none}.teacher-heading h1{font-size:28px}.teacher-achievements>div{padding:5px 0}.teacher-method{font-size:10px;margin:7px 0}.teacher-screen .cta{min-height:40px;padding:8px 14px}
h1{font-size:30px;margin-bottom:8px}.eyebrow{margin-bottom:6px}.intro{margin-bottom:10px}.course-heading h1{font-size:32px}.big-number{font-size:48px}.beginner-days>strong{font-size:28px}.beginner-days{margin:8px 0 12px}.visit-layout h1{font-size:40px}.advanced-heading h1{font-size:31px}.contact-card strong{font-size:15px}.contact-card strong span{font-size:10px}
}
