.mt-timeline .tl-dot,.mt-timeline .tl-rail::before{background:var(--tl-choco);left:50%;transform:translateX(-50%)}.mt-timeline{--tl-choco:#5a4744;--tl-gap-y:18px;--tl-gap-x:16px;--tl-year-col:140px;--tl-rail-w:44px;--tl-join-w:28px;--tl-card-max:660px;--tl-line-w:6px;--tl-join-line-w:3px;--tl-dot-size:24px;--tl-dot-core-scale:0.48;--tl-dot-top:12px;--tl-arrow-w:10px;--tl-arrow-h:14px;--tl-radius:16px;--tl-thumb:140px;--tl-year-slot:44px;--tl-year-gap:10px;width:min(1120px,calc(100% - 40px));margin:0 auto;padding:30px 0 14px}.tl-head{margin:0 0 40px}.mt-timeline .tl{list-style:none;padding:0;margin:18px 0 0;display:flex;flex-direction:column;gap:var(--tl-gap-y)}.mt-timeline .tl-item{display:grid;grid-template-columns:1fr var(--tl-year-col) var(--tl-rail-w) var(--tl-join-w) minmax(0,var(--tl-card-max)) 1fr;column-gap:var(--tl-gap-x);align-items:start;position:relative}.mt-timeline .tl-item.has-year{grid-template-rows:var(--tl-year-slot) auto;row-gap:var(--tl-year-gap)}.mt-timeline .tl-item:not(.has-year){grid-template-rows:auto;row-gap:0}.mt-timeline .tl-item>.tl-year{grid-column:2;margin:0;min-width:0;text-align:right;font-weight:900;letter-spacing:.02em;line-height:1;font-size:clamp(2.2rem, 3.2vw, 3.2rem);color:var(--tl-choco)}.mt-timeline .tl-item.has-year>.tl-year{grid-row:1;align-self:end}.mt-timeline .tl-item.is-now .tl-dot,.mt-timeline .tl-item:not(.has-year)>.tl-year{display:none}.mt-timeline .tl-item>.tl-rail{grid-column:3;grid-row:2}.mt-timeline .tl-item>.tl-join{grid-column:4;grid-row:2}.mt-timeline .tl-item>.tl-card{grid-column:5;grid-row:2}.mt-timeline .tl-item:not(.has-year)>.tl-card,.mt-timeline .tl-item:not(.has-year)>.tl-join,.mt-timeline .tl-item:not(.has-year)>.tl-rail{grid-row:1}.mt-timeline .tl-rail{position:relative;width:var(--tl-rail-w);min-height:100%;overflow:visible}.mt-timeline .tl-rail::before{content:"";position:absolute;top:calc(var(--tl-gap-y)/ -2);bottom:calc(var(--tl-gap-y)/ -2);width:var(--tl-line-w);z-index:1;pointer-events:none}.mt-timeline .tl-item:first-child .tl-rail::before{top:0}.mt-timeline .tl-item:last-child .tl-rail::before{bottom:0}.mt-timeline .tl-item.has-year>.tl-rail::before{top:calc(-1 * (var(--tl-year-slot) + var(--tl-year-gap)) + (var(--tl-gap-y)/ -2) - 6px)}.mt-timeline .tl-dot{position:absolute;top:var(--tl-dot-top);z-index:3;width:var(--tl-dot-size);height:var(--tl-dot-size);border-radius:999px}.mt-timeline .tl-dot::before{content:"";position:absolute;inset:0;margin:auto;width:calc(100% * var(--tl-dot-core-scale));height:calc(100% * var(--tl-dot-core-scale));border-radius:999px;background:#fff}.mt-timeline .tl-dot::after{content:none!important}.mt-timeline .tl-join{position:relative;height:100%;min-height:1px;overflow:visible}.mt-timeline .tl-join::before{content:"";position:absolute;left:calc(-1 * (var(--tl-rail-w)/ 2) - 4px);right:-18px;top:calc(var(--tl-dot-top) + (var(--tl-dot-size)/ 2) - (var(--tl-join-line-w)/ 2));height:var(--tl-join-line-w);background:var(--tl-choco);z-index:2;pointer-events:none}.mt-timeline .tl-card{min-width:0;display:flex}.mt-timeline .tl-content{border-radius:.9rem;border:2px solid #705552;background:#f8f8f8;padding:3px;box-shadow:2px 3px 3px rgba(112,85,82,.8);display:grid;grid-template-columns:1fr var(--tl-thumb);grid-template-areas:"date  thumb" "title thumb" "desc  desc" "links links";column-gap:14px;row-gap:10px;align-items:start;width:min(var(--tl-card-max),100%)}.mt-timeline .tl-body{padding:10px 12px;min-width:0}.mt-timeline .tl-thumb{border:none!important;border-radius:.75rem;display:block;width:var(--tl-thumb);height:var(--tl-thumb);object-fit:cover;grid-area:thumb;justify-self:end;align-self:start}.mt-timeline .tl-content.no-thumb{grid-template-columns:1fr;grid-template-areas:"date" "title" "desc" "links"}.mt-timeline .tl-content.no-thumb .tl-thumb{display:none!important}.mt-timeline .tl-date{grid-area:date;justify-self:start;width:fit-content;max-width:100%;display:inline-flex;align-items:center;justify-content:start;font-size:.8rem;font-weight:600;padding:.2rem .6rem;border-radius:.9rem;background-color:#579b95;color:#fff;box-shadow:1px 2px 1px #705552;box-sizing:border-box;margin:0 0 10px}.mt-timeline .tl-title{grid-area:title;margin:8px 0 0;font-size:1.1rem;font-weight:900;line-height:1.3}.mt-timeline .mt-text2{grid-area:desc;margin:0}.mt-timeline .tl-links{grid-area:links;display:flex;flex-wrap:wrap;gap:8px 12px;align-items:center;margin:10px 0 0}.mt-timeline .tl-body>.mt-text2{margin-bottom:10px}.mt-timeline .tl-body>.mt-text2+.tl-links{margin-top:0}.mt-timeline .tl-links .tl-inline-link{display:inline-flex;align-items:center;max-width:100%;white-space:normal;overflow-wrap:anywhere}.mt-timeline .tl-now-badge{position:absolute;left:50%;transform:translate(-50%,-50%);top:calc(var(--tl-dot-top) + (var(--tl-dot-size)/ 2));z-index:4;padding:4px 10px;border-radius:999px;border:2px solid var(--tl-choco);background:#fff;font-weight:900;letter-spacing:.06em;white-space:nowrap}.mt-timeline .tl-item.is-now .tl-rail::after{content:"";position:absolute;left:50%;transform:translateX(-50%);top:100%;width:0;height:0;border-left:var(--tl-arrow-w) solid transparent;border-right:var(--tl-arrow-w) solid transparent;border-top:var(--tl-arrow-h) solid var(--tl-choco);z-index:6;pointer-events:none}.mt-timeline .tl-inline-link{color:inherit;font-weight:900;text-decoration:underline;text-underline-offset:0.18em;text-decoration-thickness:2px}.mt-timeline .tl-inline-link:focus-visible,.mt-timeline .tl-inline-link:hover{background:#f7f0b2;border-radius:6px;outline:0}.mt-timeline a.tl-inline-link[href^="http://"],.mt-timeline a.tl-inline-link[href^="https://"]{white-space:nowrap}.mt-timeline a.tl-inline-link[href^="http://"]::after,.mt-timeline a.tl-inline-link[href^="https://"]::after{content:"\f08e";font-family:"Font Awesome 6 Free";font-weight:900;display:inline-block;margin-left:.38em;font-size:.9em;line-height:1;vertical-align:.05em;opacity:.85;font-variant:normal;text-rendering:auto;-webkit-font-smoothing:antialiased}.mt-timeline a.tl-inline-link[href^="http://"]:focus-visible::after,.mt-timeline a.tl-inline-link[href^="http://"]:hover::after,.mt-timeline a.tl-inline-link[href^="https://"]:focus-visible::after,.mt-timeline a.tl-inline-link[href^="https://"]:hover::after{opacity:1}@media (max-width:899px){.mt-timeline{--tl-rail-w:28px;--tl-join-w:4px;--tl-thumb:112px;--tl-year-slot:36px;--tl-year-gap:14px;width:min(980px,calc(100% - 28px))}.mt-timeline .tl-item{grid-template-columns:var(--tl-rail-w) var(--tl-join-w) 1fr;column-gap:10px}.mt-timeline .tl-item>.tl-year{grid-column:3;text-align:left;font-size:1.55rem;justify-self:start;margin-left:-10px}.mt-timeline .tl-item>.tl-rail{grid-column:1}.mt-timeline .tl-item>.tl-join{grid-column:2}.mt-timeline .tl-item>.tl-card{grid-column:3}.mt-timeline .tl-join::before{right:-14px;z-index:1}.mt-timeline .tl-card,.mt-timeline .tl-content{position:relative;z-index:3}.mt-timeline .tl-body{padding:10px}}@media (max-width:520px){.mt-timeline{--tl-join-line-w:2px;--tl-thumb:96px;--tl-line-w:5px;--tl-dot-size:22px;--tl-arrow-w:9px;--tl-arrow-h:13px;--tl-radius:14px;--tl-year-slot:40px}.mt-timeline .tl-item>.tl-year{font-size:1.65rem}.mt-timeline .tl-title{font-size:1.02rem}}@media (max-width:767.98px){.mt-timeline{--tl-sp-pad-x:14px;--tl-sp-pad-y:12px;--tl-sp-gap-y:10px}.mt-timeline .tl-content{column-gap:12px;row-gap:var(--tl-sp-gap-y);padding:3px}.mt-timeline .tl-body{display:contents;padding:0!important}.mt-timeline .mt-text2,.mt-timeline .tl-date,.mt-timeline .tl-links,.mt-timeline .tl-title{padding-left:var(--tl-sp-pad-x);padding-right:var(--tl-sp-pad-x)}.mt-timeline .tl-date{margin-top:var(--tl-sp-pad-y);margin-left:6px}.mt-timeline .tl-links{padding-bottom:var(--tl-sp-pad-y)}}@media (min-width:768px){.tl-head{text-align:center;margin:0 0 80px}.mt-timeline .tl-body{padding-bottom:0}.mt-timeline .tl-links{padding-bottom:0!important;margin-bottom:0!important}}