body{background:var(--white-dark)}.page{padding-block:clamp(42px,8vw,84px);display:flex;flex-direction:column;gap:clamp(24px,3vw,32px);font-size:16px}.page *{box-sizing:border-box;margin:0;padding:0}.section{display:flex;flex-direction:column;align-items:flex-start;gap:clamp(18px,2vw,24px)}.section:not(:last-child){padding-bottom:clamp(24px,3vw,32px)}.status-year{display:grid;grid-template-columns:1fr 120px 1fr;place-items:flex-start center;width:100%;gap:16px}.status-year .year{min-width:80px;grid-column-start:2;grid-column-end:2;display:grid;place-items:center;padding:8px 12px;border-radius:50%;background-color:var(--middle_accent-green);color:#fff}.status-year .list{display:flex;flex-direction:column;gap:12px;grid-row-start:1;grid-column-start:3;grid-column-end:3;align-self:flex-start;justify-self:flex-start}.status-year:nth-child(2n) ul{grid-column-start:1;grid-column-end:1}.table-scroll{align-self:stretch;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table{width:100%;border-collapse:collapse;text-align:left;font-size:inherit;white-space:normal}.table th,.table td{background-color:transparent;padding:clamp(10px,1.2vw,16px);vertical-align:top;border-bottom:1px solid var(--grey-stroke_middle-grey)}.table th{font-weight:600;white-space:nowrap}.table tbody tr:last-child td{border-bottom:0}.table td:first-child{font-weight:500}.table td:last-child{opacity:.7}.images{margin-block:clamp(16px,3vw,32px);display:flex;align-items:stretch;flex-wrap:wrap;gap:16px}.images .image{flex:1 400px;display:flex;flex-direction:column;align-items:center;text-align:center;text-wrap:balance;gap:8px}.images .image div{display:grid;place-items:center;width:100%;min-height:120px}.images .image img{width:fit-content}@media (max-width: 640px){.table-scroll{overflow-x:visible}.table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.table tr{display:flex;flex-direction:column;gap:4px;padding-block:14px;border-bottom:1px solid var(--grey-stroke_middle-grey)}.table tr:last-child{border-bottom:0}.table td{padding:0;border-bottom:0}.table td:before{content:attr(data-label);display:block;font-size:.85em;opacity:.6}.table td:first-child:before{display:none}.table td:first-child{font-weight:600}}p{white-space:pre-line;color:var(--dark_grey-white)}strong{font-weight:600}h2{font-size:clamp(24px,4vw,40px);color:var(--black-white)}h3{font-size:18px;color:var(--black-white)}a{color:var(--middle_accent-green)}@media (max-width: 768px){.status-year{display:flex}}
