:root{--accent: #2337ff;--accent-rgb: 35, 55, 255;--accent-dark: #000d8a;--black: 15, 18, 25;--gray: 96, 115, 159;--gray-light: 229, 233, 240;--gray-dark: 34, 41, 57;--gray-gradient: rgba(var(--gray-light), 50%), #fff;--box-shadow-md: 0 4px 6px -1px rgba(0,0,0,.07), 0 2px 4px -2px rgba(0,0,0,.07);--box-shadow-lg: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1)}@font-face{font-family:Americana;src:url(/learn/fonts/americana.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Quattrocento Sans;src:url(/learn/fonts/quattrocento1.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}body{font-family:Quattrocento Sans,sans-serif;margin:0;padding:0;text-align:left;background-color:#f8f8f8;word-wrap:break-word;overflow-wrap:break-word;color:#555;font-size:18px;line-height:1.7}main{width:720px;max-width:calc(100% - 2em);margin:auto;padding:3em 1em}h1,h2,h3,h4,h5,h6{font-family:Americana,serif;font-weight:400;margin:1.5em 0 .75em;color:#333;line-height:1.2}h1{font-size:3.052em;margin-top:0;margin-bottom:.25em}h2{font-size:2.441em}h3{font-size:1.953em}h4{font-size:1.563em}h5{font-size:1.25em}main>h1+p,main>h1+time{text-transform:uppercase;letter-spacing:.1em;font-size:.75em;margin:0 0 2em;color:#888}strong,b{font-weight:700}a{color:inherit;text-decoration:underline;transition:color .2s ease}a:hover{color:rgb(var(--gray-dark))}p{margin-bottom:1em}.prose p{margin-bottom:1.5em}input,textarea{font-family:Quattrocento Sans,sans-serif;font-size:16px;padding:.8rem 1rem;border:1px solid #ccc;border-radius:8px;background-color:#fdfdfd;color:rgb(var(--gray-dark));width:100%;box-sizing:border-box;margin-bottom:1rem;transition:border-color .2s ease,box-shadow .2s ease}input:focus,textarea:focus{outline:none;border-color:rgb(var(--gray-dark))}textarea{resize:vertical;min-height:120px}::placeholder{color:rgb(var(--gray));opacity:1}table{width:100%;border-collapse:collapse;margin-bottom:1.5em}table th,table td{padding:12px 15px;text-align:left;border-bottom:1px solid #e8e8e8}table th{font-weight:400;border-bottom:1px solid #d8d8d8}table td:first-child,table th:first-child{border-right:1px solid #e8e8e8}ol{list-style:none;padding-left:0;counter-reset:list-counter}ol li{counter-increment:list-counter;margin-bottom:1em;padding-left:2.5em;position:relative}ol li:before{content:counter(list-counter) ".";position:absolute;left:0;top:0;width:2em;text-align:left;font-weight:400;color:#333}ul{padding-left:1.5em;list-style-type:disc}ul li{margin-bottom:.5em;padding-left:.5em}img{max-width:100%;height:auto;border-radius:8px;box-shadow:var(--box-shadow-md)}code{padding:2px 5px;background-color:rgb(var(--gray-light));border-radius:2px}pre{padding:1.5em;border-radius:8px}pre>code{all:unset}blockquote{border-left:4px solid var(--accent);padding:.5em 0 .5em 20px;margin:1.5em 0;font-size:1.1em;font-family:Quattrocento Sans,sans-serif;font-style:normal;color:#333}hr{border:none;border-top:1px solid rgb(var(--gray-light))}@media (max-width: 720px){body{font-size:18px}main{padding:1em}}.sr-only{border:0;padding:0;margin:0;position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);clip-path:inset(50%);white-space:nowrap}main.main-wide{width:960px;padding-top:0;padding-bottom:0}.hero{padding:4rem 1em;text-align:center;background-color:#d4d1c7}.hero h1{font-weight:700;line-height:1.2;margin-bottom:1rem;color:rgb(var(--gray-dark))}.hero p{font-size:1.25rem;color:rgb(var(--gray-dark));margin-bottom:2.5rem;max-width:65ch;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;align-items:center}.button{display:inline-block;padding:.8rem 2rem;text-decoration:none;border-radius:50px;font-weight:400;transition:all .2s ease;cursor:pointer;text-align:center;border:1px solid}.button:hover{transform:translateY(-2px)}.button{background-color:rgb(var(--gray-dark));color:#fff;border-color:rgb(var(--gray-dark))}.button:hover{background-color:rgb(var(--black));border-color:rgb(var(--black));color:#fff}.button.secondary{background-color:transparent;color:rgb(var(--gray-dark));border-color:rgb(var(--gray-dark))}.button.secondary:hover{background-color:rgb(var(--gray-dark));color:#fff}.quiz-button{background-color:transparent;color:#fff;border-color:#fff;text-transform:uppercase;padding:.5rem 1.5rem;font-size:14px;font-weight:700;letter-spacing:.05em}.quiz-button:hover{background-color:#fff;color:#000;border-color:#fff}.hero-text-link{color:rgb(var(--gray-dark));text-decoration:underline;transition:color .2s ease}.hero-text-link:hover{color:rgb(var(--black))}.hero .button.secondary{color:rgb(var(--gray-dark));border-color:rgb(var(--gray-dark))}.hero .button.secondary:hover{background-color:rgb(var(--gray-dark));color:#fff;border-color:rgb(var(--gray-dark))}.home-section{padding:4rem 0}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.5rem;margin-bottom:.5rem;color:rgb(var(--gray-dark))}.section-header p{color:rgb(var(--gray));max-width:60ch;margin:0 auto;font-size:1.1rem}.post-list{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;list-style-type:none;margin:0;padding:0}.post-list li{background:#fff;border-radius:16px;box-shadow:var(--box-shadow-md);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.post-list li:hover{transform:translateY(-5px);box-shadow:var(--box-shadow-lg)}.post-list li a{display:block;text-decoration:none;color:inherit}.post-list li img{width:100%;height:auto;aspect-ratio:16 / 9;object-fit:cover;border-radius:0;margin-bottom:0;box-shadow:none}.post-list .card-content{padding:1.5rem}.post-list .title{margin:0 0 .5rem;color:rgb(var(--gray-dark));line-height:1.3;font-size:1.3rem;font-weight:700;font-family:Americana,serif}.post-list .date{margin:0;color:rgb(var(--gray));font-size:.9rem}.post-list li a:hover .title,.post-list li a:hover .date{color:rgb(var(--gray-dark))}.glossary-list{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;list-style:none;padding:0;margin:2rem 0}.glossary-list li a{display:block;padding:.75rem 1.5rem;border:1px solid #ddd;border-radius:2rem;text-decoration:none;color:rgb(var(--gray-dark));background-color:#fff;font-weight:600;transition:all .2s ease}.glossary-list li a:hover{background-color:rgb(var(--gray-dark));color:#fff;border-color:rgb(var(--gray-dark));transform:translateY(-2px)}.view-all-link-wrapper{text-align:center;margin-top:3rem}.view-all-link{display:inline-block;font-weight:700}.combined-layout{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:flex-start}.latest-blog-col{border-left:1px solid rgb(var(--gray-light));padding-left:4rem;position:sticky;top:140px}.combined-layout .section-header{text-align:left;margin-bottom:2rem}.combined-layout .section-header p{margin:0;max-width:none}.latest-blog-col .section-header h2{font-size:2rem;margin-bottom:0}.latest-blog-col .post-list{grid-template-columns:1fr;gap:2.5rem}.latest-blog-col .post-list li{background:transparent;box-shadow:none;border-radius:0;overflow:visible;padding:0;margin:0;transition:none}.latest-blog-col .post-list li:hover{transform:none;box-shadow:none}.latest-blog-col .post-list li a{display:block;text-decoration:none}.latest-blog-col .post-list li img{width:100%;height:auto;aspect-ratio:16 / 9;object-fit:cover;border-radius:8px;margin-bottom:1rem;box-shadow:var(--box-shadow-md)}.image-placeholder{width:100%;height:auto;aspect-ratio:16 / 9;border-radius:8px;background-color:rgb(var(--gray-light));margin-bottom:1rem;box-shadow:var(--box-shadow-md)}.latest-blog-col .post-list .card-content{padding:0}.latest-blog-col .post-list .title{font-size:1.1rem;line-height:1.3;margin-bottom:.25rem;font-weight:400;font-family:Quattrocento Sans,sans-serif}.latest-blog-col .post-list .date{font-size:.85rem}.latest-blog-col .post-list li a:hover .title{text-decoration:underline}.glossary-spotlight-col .glossary-list{justify-content:flex-start}.combined-layout .view-all-link-wrapper{text-align:left;margin-top:2rem}.blog-archive-main{width:960px}.blog-archive-list{display:flex;flex-wrap:wrap;gap:2rem;list-style-type:none;margin:0;padding:0}.blog-archive-list li{width:calc(50% - 1rem);padding-left:0;margin-bottom:0}.blog-archive-list li *{text-decoration:none;transition:.2s ease}.blog-archive-list li:first-child{width:100%;margin-bottom:1rem;text-align:center}.blog-archive-list li:first-child img{width:100%}.blog-archive-list li:first-child .title{font-size:2.369rem}.blog-archive-list li img{width:100%;aspect-ratio:2 / 1;object-fit:cover;display:block;margin-bottom:.5rem;border-radius:12px}.blog-archive-list li a{display:block}.blog-archive-list .title{margin:0;color:rgb(var(--black));line-height:1}.blog-archive-list .date{margin:0;color:rgb(var(--gray))}.blog-archive-list li a:hover h4,.blog-archive-list li a:hover .date{color:rgb(var(--accent))}.blog-archive-list a:hover img{box-shadow:var(--box-shadow-lg)}body>header{position:sticky;top:0;z-index:10;transition:transform .3s ease-in-out}body>header.hide{transform:translateY(-100%)}.main-header{margin:0;padding:0 1em;background:#000}@media (max-width: 480px){.main-header nav{padding:.5rem 0}.logo-image{height:72px}body>header{position:sticky}}.main-header nav{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0}.nav-left{display:flex;align-items:center;gap:2em}.logo-link{display:block;padding:.5em 0}.logo-image{height:92px;width:auto;display:block;box-shadow:none}.internal-links{display:flex;gap:1em}.internal-links a{padding:1em .5em;color:#ffffffbf;border-bottom:4px solid transparent;text-decoration:none;text-transform:uppercase;font-weight:100;font-size:18px}.internal-links a:hover{color:#fff}.internal-links a.active{text-decoration:underline;color:#fff}.sub-header{background:#eae8e1;border-bottom:1px solid #D4D1C7;padding:0 1em}.sub-header nav{display:flex;align-items:center;gap:1.5em;max-width:1200px;margin:0 auto;justify-content:flex-start}.sub-header nav a{padding:.75em .5em;color:rgb(var(--black));text-decoration:none;font-size:14px;text-transform:uppercase;letter-spacing:.05em;font-family:Quattrocento Sans,sans-serif}.sub-header nav a:hover{color:rgb(var(--black));text-decoration:underline}.sub-header nav a.active{font-weight:700;color:rgb(var(--black));text-decoration:underline}.home-icon-link{padding:.5em;line-height:0;border-radius:4px;transition:background-color .2s ease}.home-icon-link:hover{background-color:#0000000d;text-decoration:none}.home-icon{display:block;width:18px;height:18px;stroke:rgb(var(--black));stroke-width:2.5}main.page-full-width{width:100%;max-width:none;padding:0}.story-inner{max-width:1100px;margin:0 auto;padding:0 1.5rem}.story-hero{background:linear-gradient(135deg,#d4d1c7,#f3f0e6 55%,#fff);color:rgb(var(--gray-dark));padding:6rem 0}.story-hero__inner{display:flex;flex-direction:column;gap:1.5rem}.story-eyebrow{letter-spacing:.2em;text-transform:uppercase;font-size:.85rem;margin:0;color:rgba(var(--gray-dark),.7)}.story-hero__inner h1{margin:0}.story-hero__inner p{margin:0;max-width:60ch;font-size:1.1rem;color:rgba(var(--gray-dark),.85)}.story-hero__cta{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.story-hero__cta .button{display:inline-flex;align-items:center;justify-content:center;min-width:200px}.story-section{padding:5rem 0}.story-section--light{background:#fff}.story-section--accent{background:#efe9dc}.story-section--cta{background:#1b1b1b;color:#fff;text-align:center;padding:5rem 0 6rem}.story-section--cta p{max-width:55ch;margin:1rem auto 2.5rem;color:#fffc}.story-section__split{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:3rem;align-items:start}.story-section__split>:first-child h2{margin-top:0}.story-section__split>:first-child p:last-of-type{margin-bottom:0}.story-highlights{display:grid;gap:1.5rem}.story-highlight{background:#f6f1e6;border:1px solid rgba(var(--gray-light),.8);border-radius:12px;padding:1.75rem;box-shadow:var(--box-shadow-md)}.story-highlight h3{margin-top:0;margin-bottom:.75rem;color:rgb(var(--gray-dark));font-size:1.25rem}.story-highlight p{margin:0;color:rgb(var(--gray))}.story-timeline{list-style:none;margin:3rem 0 0;padding:0;position:relative}.story-timeline:before{content:"";position:absolute;top:.5rem;bottom:.5rem;left:155px;width:2px;background:rgba(var(--gray-dark),.2)}.story-timeline li{position:relative;display:grid;grid-template-columns:155px 1fr;gap:2.5rem;padding:2rem 0;align-items:start}.story-timeline li:first-child{padding-top:0}.story-timeline li:last-child{padding-bottom:0}.story-timeline__year{font-family:Americana,serif;font-size:1.8rem;font-weight:400;color:rgb(var(--gray-dark));position:relative;padding-top:.25rem}.story-timeline__year:after{content:"";position:absolute;top:.9rem;right:-1.35rem;width:18px;height:18px;border-radius:50%;background:#fff;border:3px solid rgb(var(--gray-dark));box-shadow:0 0 0 4px #efe9dc}.story-timeline__content{background:#ffffffe6;border-radius:14px;padding:1.75rem;box-shadow:var(--box-shadow-md)}.story-timeline__content h3{margin-top:0;color:rgb(var(--gray-dark))}.story-timeline__content p{margin-bottom:0;color:rgb(var(--gray))}.story-values{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-top:3rem}.story-value{background:#f6f1e6;border-radius:14px;padding:2rem;border:1px solid rgba(var(--gray-light),.8);box-shadow:var(--box-shadow-md)}.story-value h3{margin-top:0;margin-bottom:.75rem;color:rgb(var(--gray-dark))}.story-value p{margin:0;color:rgb(var(--gray))}.story-section--cta .button{background-color:#fff;color:rgb(var(--gray-dark));border-color:#fff}.story-section--cta .button:hover{background-color:#ffffffe6;border-color:#ffffffe6;color:rgb(var(--gray-dark))}.story-section--cta .button.secondary{background:transparent;color:#fff;border-color:#ffffffb3}.story-section--cta .button.secondary:hover{background:#fff;color:rgb(var(--gray-dark));border-color:#fff}@media (max-width: 1000px){main.main-wide,.blog-archive-main{width:auto;max-width:calc(100% - 2em)}}@media (max-width: 960px){.combined-layout{grid-template-columns:1fr;gap:3rem}.latest-blog-col{border-left:none;padding-left:0;border-top:1px solid rgb(var(--gray-light));padding-top:3rem;position:static}.story-section__split{grid-template-columns:1fr}.story-timeline:before{left:135px}.story-timeline li{grid-template-columns:135px 1fr;gap:2rem}}@media (max-width: 720px){body{font-size:18px}main{padding:1em}h1{font-size:2.14em}h2{font-size:1.71em}h3{font-size:1.37em}h4{font-size:1.09em}h5{font-size:.88em}.hero{padding:2rem 1em}.hero p{font-size:1.1rem}.hero .button{padding:.8rem 1.2rem;font-size:14px}.home-section{padding:3rem 0}.section-header h2{font-size:1.4rem}.post-list{grid-template-columns:1fr;gap:2rem}.main-header nav{flex-direction:column;gap:1em}.sub-header nav{justify-content:center}.blog-archive-list{gap:.5em}.blog-archive-list li{width:100%;text-align:center}.blog-archive-list li:first-child{margin-bottom:0}.blog-archive-list li:first-child .title{font-size:1.09em}.story-hero{padding:4.5rem 0}.story-hero__inner p{font-size:1rem}.story-hero__cta{flex-direction:column;align-items:stretch}.story-hero__cta .button{min-width:0;justify-content:center}.story-section,.story-section--cta{padding:4rem 0}.story-timeline:before{display:none}.story-timeline li{grid-template-columns:1fr;gap:1rem;padding:1.5rem 0}.story-timeline__year:after{display:none}.story-timeline__content{padding:1.5rem}}.course-backdrop[data-astro-cid-z4njpobc]{display:none;position:fixed;inset:0;z-index:9499;background:#1b14116b;pointer-events:none}.course-backdrop[data-astro-cid-z4njpobc]:has(+.course-popup:not([hidden])){display:block}.course-popup[data-astro-cid-z4njpobc]{position:fixed;left:50%;top:50%;translate:-50% -50%;width:390px;max-width:calc(100vw - 32px);max-height:calc(100dvh - 48px);overflow-y:auto;z-index:9500;background:#fcf8f0;color:#332b27;border:1px solid #d4bca0;border-radius:6px;box-shadow:0 12px 48px #35241f30;font-family:Quattrocento Sans,sans-serif;box-sizing:border-box;animation:course-arrive .22s ease-out}.course-popup[data-astro-cid-z4njpobc][hidden],.course-popup[data-astro-cid-z4njpobc] [data-astro-cid-z4njpobc][hidden]{display:none!important}.course-popup[data-astro-cid-z4njpobc] [data-astro-cid-z4njpobc],.course-popup[data-astro-cid-z4njpobc] [data-astro-cid-z4njpobc]:before,.course-popup[data-astro-cid-z4njpobc] [data-astro-cid-z4njpobc]:after{box-sizing:border-box}.course-close[data-astro-cid-z4njpobc]{position:absolute;right:10px;top:10px;z-index:1;display:grid;place-items:center;width:38px;height:38px;border-radius:50%;border:1px solid #a98d74;background:#fcf8f0f0;color:#4b302b;font-size:27px;cursor:pointer;line-height:1}.course-art[data-astro-cid-z4njpobc]{position:relative;background:#eadfcf}.course-art[data-astro-cid-z4njpobc] img[data-astro-cid-z4njpobc]{width:100%;height:142px;object-fit:cover;object-position:center 52%;display:block;border-radius:0}.course-art[data-astro-cid-z4njpobc] span[data-astro-cid-z4njpobc]{position:absolute;bottom:5px;right:8px;font-size:9px;letter-spacing:.08em;text-transform:uppercase;color:#4b3930;background:#fcf8f0dc;padding:1px 4px}.course-art[data-astro-cid-z4njpobc]:has(img[hidden]){display:none}.course-content[data-astro-cid-z4njpobc]{padding:20px 24px 18px}.course-kicker[data-astro-cid-z4njpobc]{font-size:10px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;margin:0 0 11px;color:#7b413d;line-height:1.5}.course-kicker[data-astro-cid-z4njpobc] span[data-astro-cid-z4njpobc]{display:block;color:#756b5e;letter-spacing:.09em;font-weight:400}.course-popup[data-astro-cid-z4njpobc] h2[data-astro-cid-z4njpobc]{font-family:Americana,Georgia,serif;font-size:28px;font-weight:400;line-height:1.12;letter-spacing:-.02em;margin:0 0 12px;color:#392b24}.course-description[data-astro-cid-z4njpobc]{font-size:15px;line-height:1.4;margin:0 0 16px;color:#655b50}.course-email-label[data-astro-cid-z4njpobc]{font-size:12px;font-weight:700;display:block;margin-bottom:5px}.course-popup[data-astro-cid-z4njpobc] input[data-astro-cid-z4njpobc][type=email]{display:block;width:100%;padding:10px 12px;margin:0 0 10px;border:1px solid #bdad97;border-radius:3px;background:#fffdfa;color:#332b27;font-family:inherit;font-size:16px;line-height:1.25}.course-consent[data-astro-cid-z4njpobc]{display:flex;align-items:flex-start;gap:8px;font-size:12px;line-height:1.4;margin-bottom:12px}.course-consent[data-astro-cid-z4njpobc] input[data-astro-cid-z4njpobc]{width:15px;height:15px;flex-shrink:0;margin:1px 0 0;accent-color:#763d3a}.course-submit[data-astro-cid-z4njpobc],.course-expand[data-astro-cid-z4njpobc]{display:block;width:100%;padding:12px 14px;background:#733c39;color:#fff9ee;border:1px solid #733c39;border-radius:3px;font-family:inherit;font-weight:700;font-size:15px;cursor:pointer;line-height:1.2}.course-submit[data-astro-cid-z4njpobc]:hover,.course-expand[data-astro-cid-z4njpobc]:hover{background:#5d2e2b}.course-submit[data-astro-cid-z4njpobc]:disabled{opacity:.65;cursor:default}.course-expand[data-astro-cid-z4njpobc]{display:none}.course-fine[data-astro-cid-z4njpobc]{font-size:10px;line-height:1.5;color:#766a5c;margin:9px 0 0}.course-fine[data-astro-cid-z4njpobc] a[data-astro-cid-z4njpobc]{color:inherit;text-decoration:underline}.course-message[data-astro-cid-z4njpobc]{font-size:13px;line-height:1.4;margin:10px 0 0;color:#5f332e}.course-message[data-astro-cid-z4njpobc]:empty{display:none}.course-honey[data-astro-cid-z4njpobc]{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.course-popup[data-astro-cid-z4njpobc] :focus-visible[data-astro-cid-z4njpobc]{outline:3px solid #af7838;outline-offset:3px}@keyframes course-arrive{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.course-popup[data-astro-cid-z4njpobc]{animation:none}}@media (max-width: 600px){.course-backdrop[data-astro-cid-z4njpobc]:has(+.course-popup:not([data-expanded=true])){display:none}.course-popup[data-astro-cid-z4njpobc]{left:auto;top:auto;translate:none;right:12px;bottom:max(12px,env(safe-area-inset-bottom));width:calc(100vw - 24px);max-width:none;max-height:calc(100dvh - 36px)}.course-content[data-astro-cid-z4njpobc]{padding:16px 18px}.course-popup[data-astro-cid-z4njpobc] h2[data-astro-cid-z4njpobc]{font-size:23px;margin-bottom:10px;padding-right:10px}.course-kicker[data-astro-cid-z4njpobc]{margin-bottom:8px;font-size:9px}.course-kicker[data-astro-cid-z4njpobc] span[data-astro-cid-z4njpobc]{display:inline;margin-left:7px}.course-popup[data-astro-cid-z4njpobc]:not([data-expanded=true]) .course-art[data-astro-cid-z4njpobc]{float:right;width:100px;margin:42px 14px 0 10px;border-radius:3px;overflow:hidden}.course-popup[data-astro-cid-z4njpobc]:not([data-expanded=true]) .course-art[data-astro-cid-z4njpobc] img[data-astro-cid-z4njpobc]{height:92px}.course-popup[data-astro-cid-z4njpobc]:not([data-expanded=true]) .course-art[data-astro-cid-z4njpobc] span[data-astro-cid-z4njpobc]{font-size:7px}.course-popup[data-astro-cid-z4njpobc]:not([data-expanded=true]) .course-description[data-astro-cid-z4njpobc]{display:none}.course-popup[data-astro-cid-z4njpobc]:not([data-expanded=true]) .course-form[data-astro-cid-z4njpobc]{display:none}.course-popup[data-astro-cid-z4njpobc]:not([data-expanded=true]) .course-expand[data-astro-cid-z4njpobc]{display:block;clear:both;margin-top:15px}.course-popup[data-astro-cid-z4njpobc][data-expanded=true] .course-art[data-astro-cid-z4njpobc] img[data-astro-cid-z4njpobc]{height:100px}.course-close[data-astro-cid-z4njpobc]{width:32px;height:32px;top:7px;right:7px;font-size:24px}}
