.StatsSection-module__jjN8tW__section{background-color:var(--bg-primary);padding:100px 24px 80px;position:relative;overflow:hidden}.StatsSection-module__jjN8tW__inner{isolation:isolate;border-radius:32px;max-width:1100px;margin:0 auto;padding:64px 40px;position:relative}.StatsSection-module__jjN8tW__inner:before{content:"";border-radius:inherit;opacity:0;z-index:-1;background-image:url(/img/ghibli-art/art1.avif);background-position:bottom;background-size:cover;background-attachment:fixed;transition:opacity .5s;position:absolute;inset:0}.StatsSection-module__jjN8tW__inner:hover:before{opacity:1}.StatsSection-module__jjN8tW__statsGrid{grid-template-columns:repeat(1,1fr);gap:24px;display:grid}@media (min-width:768px){.StatsSection-module__jjN8tW__statsGrid{grid-template-columns:repeat(3,1fr);gap:32px}}.StatsSection-module__jjN8tW__statCard{background:var(--bg-white,#fff);border:1px solid var(--border-subtle,#00000014);box-shadow:var(--card-shadow);background-image:linear-gradient(#ffffffb3,#ffffffb3),url(/img/ghibli-art/art1.avif);background-position:bottom;background-size:cover;background-attachment:fixed;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;padding:48px 32px;display:flex;position:relative;overflow:hidden}.StatsSection-module__jjN8tW__statValue{background:linear-gradient(135deg,#1a1a1a 0%,#5f6368 100%);-webkit-text-fill-color:transparent;color:#0000;font-variation-settings:"wght" 800,"wdth" 100;letter-spacing:-.04em;-webkit-background-clip:text;background-clip:text;justify-content:center;align-items:flex-start;margin:0 0 16px;font-size:clamp(4rem,6vw,6rem);font-weight:800;line-height:1;display:flex}.StatsSection-module__jjN8tW__statSuffix{background:var(--brand-gradient);-webkit-text-fill-color:transparent;color:#0000;font-variation-settings:"wght" 800;-webkit-background-clip:text;background-clip:text;margin-top:-4px;margin-left:2px;font-size:clamp(2.5rem,4vw,4rem);font-weight:800}.StatsSection-module__jjN8tW__statLabel{color:var(--text-secondary,#5f6368);text-transform:uppercase;letter-spacing:.12em;font-variation-settings:"wght" 600;text-align:center;margin:0;font-size:15px;font-weight:600}@media (max-width:768px){.StatsSection-module__jjN8tW__section{padding:60px 20px 40px}.StatsSection-module__jjN8tW__inner{border-radius:24px;padding:40px 20px}.StatsSection-module__jjN8tW__statCard{padding:40px 24px}.StatsSection-module__jjN8tW__statValue{font-size:4.5rem}.StatsSection-module__jjN8tW__statSuffix{font-size:3rem}}
.ProjectLogosBanner-module__YN2Ssa__section{background-color:var(--bg-primary,#f2f2f0);border-top:1px solid var(--border-subtle,#00000014);border-bottom:1px solid var(--border-subtle,#00000014);padding:100px 0;overflow:hidden}.ProjectLogosBanner-module__YN2Ssa__container{flex-direction:column;align-items:center;gap:60px;display:flex}.ProjectLogosBanner-module__YN2Ssa__header{text-align:center;padding:0 32px}.ProjectLogosBanner-module__YN2Ssa__title{color:#1a1a1a;letter-spacing:-.03em;font-variation-settings:"wght" 500,"wdth" 100;margin-bottom:12px;font-size:clamp(32px,3.5vw,42px);font-weight:500;line-height:1.1}.ProjectLogosBanner-module__YN2Ssa__subtitle{color:var(--text-secondary,#5f6368);max-width:600px;margin:0 auto;font-size:16px;line-height:1.5}.ProjectLogosBanner-module__YN2Ssa__marqueeContainer{flex-direction:column;gap:14px;width:100%;padding:24px 0;display:flex;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%)}.ProjectLogosBanner-module__YN2Ssa__marqueeRow{width:100%;overflow:hidden}.ProjectLogosBanner-module__YN2Ssa__marqueeTrack{gap:60px;width:max-content;padding:12px 0 34px 30px;display:flex}.ProjectLogosBanner-module__YN2Ssa__scrollLeft{animation:50s linear infinite ProjectLogosBanner-module__YN2Ssa__scrollLeftKeyframe}.ProjectLogosBanner-module__YN2Ssa__scrollRight{animation:50s linear infinite ProjectLogosBanner-module__YN2Ssa__scrollRightKeyframe}.ProjectLogosBanner-module__YN2Ssa__marqueeTrack:hover{animation-play-state:paused}.ProjectLogosBanner-module__YN2Ssa__logoWrapper{background:var(--bg-white,#fff);border:1px solid var(--border-subtle,#0000000d);opacity:.8;cursor:pointer;border-radius:16px;justify-content:center;align-items:center;width:160px;height:90px;padding:16px;transition:transform .3s,box-shadow .3s,opacity .3s;display:flex;position:relative;box-shadow:0 16px 18px -14px #0000006b}.ProjectLogosBanner-module__YN2Ssa__logoWrapper:hover{opacity:1;z-index:2;transform:translateY(-4px);box-shadow:0 22px 26px -17px #00000080}.ProjectLogosBanner-module__YN2Ssa__logoImage{object-fit:contain;max-width:100%;max-height:100%}@keyframes ProjectLogosBanner-module__YN2Ssa__scrollLeftKeyframe{0%{transform:translate(0)}to{transform:translate(calc(-50% - 30px))}}@keyframes ProjectLogosBanner-module__YN2Ssa__scrollRightKeyframe{0%{transform:translate(calc(-50% - 30px))}to{transform:translate(0)}}.ProjectLogosBanner-module__YN2Ssa__actionContainer{justify-content:center;margin-top:10px;display:flex}.ProjectLogosBanner-module__YN2Ssa__viewAllButton{color:#fff;font-variation-settings:"wght" 600;background-color:#1a1a1a;border-radius:40px;justify-content:center;align-items:center;gap:12px;padding:16px 36px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.22,1,.36,1);display:inline-flex;box-shadow:0 8px 20px #00000026}.ProjectLogosBanner-module__YN2Ssa__viewAllButton:hover{background-color:#000;transform:translateY(-4px);box-shadow:0 12px 28px #0003}.ProjectLogosBanner-module__YN2Ssa__buttonIcon{transition:transform .3s}.ProjectLogosBanner-module__YN2Ssa__viewAllButton:hover .ProjectLogosBanner-module__YN2Ssa__buttonIcon{transform:translate(4px)}@media (max-width:768px){.ProjectLogosBanner-module__YN2Ssa__section{padding:80px 0}.ProjectLogosBanner-module__YN2Ssa__container{gap:40px}.ProjectLogosBanner-module__YN2Ssa__marqueeTrack{gap:30px;animation-duration:30s}.ProjectLogosBanner-module__YN2Ssa__logoWrapper{width:130px;height:75px}.ProjectLogosBanner-module__YN2Ssa__viewAllButton{padding:14px 28px;font-size:15px}}
.ScheduleMeet-module__cIOaJq__section{justify-content:center;align-items:center;width:100%;padding:6rem 24px;display:flex}.ScheduleMeet-module__cIOaJq__container{text-align:center;background-image:url(/img/ghibli-art/art2.avif);background-position:50%;background-size:cover;border-radius:40px;flex-direction:column;align-items:center;width:100%;max-width:1100px;padding:8rem 3rem;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0003}.ScheduleMeet-module__cIOaJq__overlay{pointer-events:none;background:linear-gradient(#fffc,#fff3);position:absolute;inset:0}.ScheduleMeet-module__cIOaJq__content{z-index:1;position:relative}.ScheduleMeet-module__cIOaJq__title{font-size:clamp(3rem,6vw,4.5rem);font-family:var(--font-serif),serif;color:#101010;letter-spacing:-.04em;margin-bottom:1.5rem;font-weight:400;line-height:1.1}.ScheduleMeet-module__cIOaJq__subtitle{font-size:1.25rem;font-family:var(--font-sans),sans-serif;color:#333;max-width:650px;margin-bottom:3.5rem;margin-left:auto;margin-right:auto;font-weight:400;line-height:1.6}.ScheduleMeet-module__cIOaJq__button{color:#fff;font-size:1.1rem;font-family:var(--font-sans),sans-serif;background:#000;border-radius:9999px;justify-content:center;align-items:center;gap:.75rem;padding:1.25rem 2.5rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 10px 30px #00000026}.ScheduleMeet-module__cIOaJq__button:hover{background:#202020;transform:translateY(-4px);box-shadow:0 15px 40px #00000047}.ScheduleMeet-module__cIOaJq__icon{font-size:1.1rem}@media (max-width:768px){.ScheduleMeet-module__cIOaJq__container{border-radius:30px;padding:5rem 1.5rem}}
