:root{--header-height:72px;--footer-height:120px;--max-width:1400px}*{margin:0 auto}html,body,#__next{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f6f7f9;width:100%;min-height:100vh;margin:0;padding:0;overflow:hidden auto}.app-root{box-sizing:border-box;flex-direction:column;width:100vw;min-height:100px;display:flex}.main-content{min-height:calc(100vh - var(--header-height) - var(--footer-height));box-sizing:border-box;width:100%;padding-top:var(--header-height);flex-direction:column;align-items:center;display:flex;overflow:visible}.container{width:100%;max-width:var(--max-width);box-sizing:border-box;padding:0 16px}.hero-box{box-sizing:border-box;align-items:center;width:100%;height:clamp(18vh,24vh,240px);display:flex}.timeline-area{box-sizing:border-box;flex:auto;justify-content:center;align-items:center;width:100%;height:auto;display:flex;overflow:visible}footer,.site-footer,.MuiBox-root[component=footer]{width:100%;height:var(--footer-height);box-sizing:border-box;justify-content:center;align-items:center;display:flex}.timeline-wrapper{width:100%;height:100%;position:relative;overflow:visible}.timeline-bar{z-index:10;border-radius:999px;height:clamp(36px,4.5vh,56px);position:absolute;top:50%;left:2%;right:2%;overflow:hidden;transform:translateY(-50%);box-shadow:0 6px 18px #0a0a0a0f}.timeline-marker{z-index:14;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%)}.timeline-diamond{clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);z-index:2;width:16px;height:16px;position:absolute;transform:translate(-50%,-50%)rotate(0);box-shadow:0 6px 12px #00000014}.timeline-connector{z-index:2;background:0 0;border-left:2px dashed #0000001f;width:2px;position:absolute}.timeline-icon{z-index:4;justify-content:center;align-items:center;display:flex;position:absolute;transform:translate(-50%,-50%)}.timeline-card{z-index:3;width:160px;max-width:160px;position:absolute;transform:translate(-50%,-50%)}.timeline-card .MuiPaper-root{min-height:56px}@media (max-width:900px){:root{--header-height:64px;--footer-height:110px}.timeline-card{width:140px;max-width:140px}.timeline-card .desc,.timeline-diamond,.timeline-connector{display:none}}
