:root{--gb-green: #1e6344;--gb-bg: #dfede6;--gb-copy-bg: #dfe3e2;--gb-tab-green: #88c9a9;--gb-active-tab: #bfbfbf;--gb-ink: #050505;--gb-shadow: 0 2px 8px rgba(0, 0, 0, .24);--mobile-tabs-height: 72px;--mobile-tabs-bottom: max(15px, env(safe-area-inset-bottom));--mobile-tabs-gap: 10px;--splash-photo: url(/images/course-field-4.jpg);background:var(--gb-bg);color:var(--gb-ink);font-family:Arial,Helvetica,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html,body,#root{min-height:100%;width:100%;overflow-x:hidden}body{margin:0;min-width:320px;overflow-x:hidden;background:var(--gb-bg)}button{font:inherit}.gb-app{min-height:100vh;background:var(--gb-bg)}.app-splash{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background-color:#000;background-image:var(--splash-photo);background-position:center;background-size:cover;pointer-events:none;animation:splash-fade 1.6s ease forwards}@keyframes splash-fade{0%,62%{opacity:1}to{opacity:0}}.gb-header{height:64px;display:flex;align-items:center;background:var(--gb-green)}.home-header{padding-left:28px}.section-header{padding:0 18px}.brand-logo{width:99px;height:55px;display:block;object-fit:contain;background:#fff}.section-header h1{min-width:0;margin:0;color:#fff;font-family:Georgia,Times New Roman,serif;font-size:37px;font-weight:400;line-height:1}.desktop-tabs{height:88px;display:flex;align-items:center;justify-content:center;gap:0;background:#fff}.gb-tab{min-width:158px;height:72px;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:0 22px;border:0;border-radius:36px;color:var(--gb-tab-green);background:transparent;cursor:pointer;font-size:18px;line-height:1}.gb-tab.active{color:var(--gb-green);background:var(--gb-active-tab)}.gb-tab img{width:32px;height:32px;object-fit:contain}.gb-main{background:var(--gb-bg)}.app-main{position:relative}.home-view{display:none}.home-view.active{display:block}.section-view{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;visibility:hidden;opacity:0;pointer-events:none}.section-view.active{z-index:1;visibility:visible;opacity:1;pointer-events:auto}.photo-strip{height:356px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;background:var(--gb-bg)}.photo-strip img{width:100%;height:100%;display:block;object-fit:cover}.course-copy{min-height:386px;padding:34px 86px 30px;overflow:hidden;background:var(--gb-copy-bg)}.course-copy h1{max-width:100%;margin:0 0 30px;color:#050505;font-family:Georgia,Times New Roman,serif;font-size:47px;font-weight:400;line-height:1.1}.course-copy p{max-width:min(1268px,100%);margin:0 0 27px;color:#000;font-size:21px;line-height:1.28}.section-main{height:calc(100vh - 152px);min-height:600px}.resource-frame{width:100%;height:100%;display:block;border:0;background:var(--gb-bg)}.resource-shell{width:100%;height:100%;background:var(--gb-bg)}.native-resource-shell{background:#fff}.mobile-tabs,.mobile-home-spacer{display:none}@media(max-width:700px),(hover:none)and (pointer:coarse){body{min-width:0}.gb-header{height:calc(64px + env(safe-area-inset-top));padding-top:env(safe-area-inset-top)}.home-header{padding-left:22px}.brand-logo{width:72px;height:40px}.section-header{padding-right:14px;padding-left:20px}.section-header h1{font-size:30px}.desktop-tabs,.mobile-home-spacer{display:none}.home-main{background-color:var(--gb-bg);background-image:var(--splash-photo);background-position:center top;background-size:cover}.photo-strip{height:calc((100vw / 3) * 2);grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(2,calc(100vw / 3));background:#dfede6c2}.photo-strip img{object-fit:cover}.photo-strip img:nth-child(4){grid-column:1 / -1;grid-row:2;object-position:center 38%}.course-copy{min-height:calc(100vh - 64px - ((100vw / 3) * 2));padding:28px 22px 112px;background:#dfe3e2e0}.course-copy h1{margin-bottom:25px;font-size:30px;line-height:1.27}.course-copy p{margin-bottom:28px;font-size:17px;line-height:1.27}.section-main{height:calc(100vh - 64px - env(safe-area-inset-top) - var(--mobile-tabs-height) - var(--mobile-tabs-bottom) - var(--mobile-tabs-gap));height:calc(100dvh - 64px - env(safe-area-inset-top) - var(--mobile-tabs-height) - var(--mobile-tabs-bottom) - var(--mobile-tabs-gap));min-height:0}.mobile-tabs{position:fixed;right:auto;bottom:var(--mobile-tabs-bottom);left:50%;z-index:20;width:min(404px,calc(100vw - 32px));height:var(--mobile-tabs-height);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;overflow:hidden;padding:5px;border-radius:36px;background:#fff;box-shadow:var(--gb-shadow);transform:translate(-50%)}.mobile-tabs .gb-tab{min-width:0;width:100%;height:62px;padding:0 8px;border-radius:31px;font-size:11px}.mobile-tabs .gb-tab span{max-width:100%;overflow:hidden;text-overflow:clip;white-space:nowrap}.mobile-tabs .gb-tab.active{width:100%;height:62px;justify-self:center;border-radius:31px;transform:none}.mobile-tabs .gb-tab img{width:24px;height:24px}}.native-app .gb-header{height:calc(64px + env(safe-area-inset-top));padding-top:env(safe-area-inset-top)}.native-app .home-header{padding-left:22px}.native-app .brand-logo{width:72px;height:40px}.native-app .section-header{padding-right:14px;padding-left:20px}.native-app .section-header h1{font-size:30px}.native-app .desktop-tabs,.native-app .mobile-home-spacer{display:none}.native-app .home-main{background-color:var(--gb-bg);background-image:var(--splash-photo);background-position:center top;background-size:cover}.native-app .photo-strip{height:calc((100vw / 3) * 2);grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(2,calc(100vw / 3));background:#dfede6c2}.native-app .photo-strip img:nth-child(4){grid-column:1 / -1;grid-row:2;object-position:center 38%}.native-app .course-copy{min-height:calc(100vh - 64px - ((100vw / 3) * 2));padding:28px 22px 112px;background:#dfe3e2e0}.native-app .course-copy h1{margin-bottom:25px;font-size:30px;line-height:1.27}.native-app .course-copy p{margin-bottom:28px;font-size:17px;line-height:1.27}.native-app .section-main{height:calc(100vh - 64px - env(safe-area-inset-top) - var(--mobile-tabs-height) - var(--mobile-tabs-bottom) - var(--mobile-tabs-gap));height:calc(100dvh - 64px - env(safe-area-inset-top) - var(--mobile-tabs-height) - var(--mobile-tabs-bottom) - var(--mobile-tabs-gap));min-height:0}.native-app .mobile-tabs{position:fixed;right:auto;bottom:var(--mobile-tabs-bottom);left:50%;z-index:20;width:min(404px,calc(100vw - 32px));height:var(--mobile-tabs-height);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;overflow:hidden;padding:5px;border-radius:36px;background:#fff;box-shadow:var(--gb-shadow);transform:translate(-50%)}.native-app .mobile-tabs .gb-tab{min-width:0;width:100%;height:62px;padding:0 8px;border-radius:31px;font-size:11px}.native-app .mobile-tabs .gb-tab span{max-width:100%;overflow:hidden;text-overflow:clip;white-space:nowrap}.native-app .mobile-tabs .gb-tab.active{width:100%;height:62px;justify-self:center;border-radius:31px;transform:none}.native-app .mobile-tabs .gb-tab img{width:24px;height:24px}
