@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";
.programs-section{background-color:#fff;flex-direction:column;align-items:center;padding:80px 20px 40px;font-family:Inter,sans-serif;display:flex}.programs-header{text-align:center;z-index:20;flex-direction:column;align-items:center;gap:16px;margin-bottom:60px;display:flex;position:relative}.section-tag{color:#fff;letter-spacing:1.6px;text-transform:capitalize;background:#000;border-radius:4px;padding:8px 16px;font-size:16px;font-weight:600;line-height:22.4px;display:inline-flex}.section-subtitle{color:#4d4d51;text-align:center;width:100%;max-width:580px;margin:0 auto;font-size:20px;font-weight:500;line-height:30px}.programs-list{--sticky-top-offset:200px;--stack-gap:40px;flex-direction:column;gap:32px;width:100%;max-width:1200px;padding-bottom:80px;display:flex;position:relative}.program-card{box-sizing:border-box;width:100%;min-height:420px;color:inherit;cursor:pointer;background:#fff6e6;border-radius:24px;flex-direction:row;justify-content:space-between;text-decoration:none;transition:background-color .4s;display:flex;position:sticky;overflow:hidden;box-shadow:0 -10px 40px -5px #0000000f}.program-card:hover{box-shadow:0 -10px 40px -5px #0000001a,0 8px 24px -4px #00000012}.program-card:active{box-shadow:0 -10px 40px -5px #0000000f}.program-card[data-index="0"]{top:calc(var(--sticky-top-offset) + 0 * var(--stack-gap))}.program-card[data-index="1"]{top:calc(var(--sticky-top-offset) + 1 * var(--stack-gap))}.program-card[data-index="2"]{top:calc(var(--sticky-top-offset) + 2 * var(--stack-gap))}.program-card[data-index="3"]{top:calc(var(--sticky-top-offset) + 3 * var(--stack-gap))}.program-card[data-index="4"]{top:calc(var(--sticky-top-offset) + 4 * var(--stack-gap))}.program-card-content{flex-direction:column;flex:1;justify-content:space-between;padding:40px;display:flex}.program-number{color:#00000014;font-size:80px;font-weight:800;line-height:1}.program-text-wrapper{flex-direction:column;gap:16px;max-width:550px;display:flex}.program-title{color:#111;margin:0;font-size:32px;font-weight:700;line-height:1.3}.program-description{color:#222;margin:0;font-size:20px;font-weight:500;line-height:1.5}.program-card-top-row{justify-content:space-between;align-items:flex-start;width:100%;display:flex}.program-card-arrow{color:#111;border:1.5px solid #00000026;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin-top:8px;transition:transform .25s,border-color .25s,background-color .25s;display:flex}.program-card:hover .program-card-arrow{background-color:#0000000d;border-color:#00000059;transform:translate(3px,-3px)}.program-card-image{box-sizing:border-box;flex-shrink:0;width:420px;height:420px;padding:16px}.program-card-image img{object-fit:cover;border-radius:16px;width:100%;height:100%}@media (max-width:1024px){.programs-section{padding:80px 20px}.program-card{flex-direction:column-reverse;min-height:auto;position:relative;background-color:#fff6e6!important;top:0!important}.programs-list{gap:40px}.program-card-image{width:100%;height:300px;padding:0}.program-card-image img{border-radius:24px 24px 0 0}.program-card-content{gap:24px}}@media (max-width:768px){.programs-section{padding:60px 16px}.programs-header{margin-bottom:40px}.program-number{font-size:64px}.program-title{font-size:28px}.program-description{font-size:16px}}
