.screen-hierarchy-staff{background-color:rgba(var(--color-surface),1)}.screen-hierarchy-staff__title{color:rgba(var(--color-on-surface-variant),1);text-align:center;text-transform:uppercase;font-family:var(--typeface-plain);letter-spacing:0;font-optical-sizing:auto;font-variation-settings:"wdth";text-align:center;cursor:default;opacity:0;width:fit-content;margin:0 auto 24px;font-size:40px;font-weight:800;line-height:48px;animation:1.2s cubic-bezier(.2,.8,.2,1) forwards slide-in-left;position:relative}.screen-hierarchy-staff__title:after{content:"";background-color:rgba(var(--color-primary),1);transform-origin:50%;width:100%;height:3px;transition:transform .4s cubic-bezier(.25,.46,.45,.94);position:absolute;bottom:-4px;left:0;transform:scaleX(0)}.screen-hierarchy-staff__title:hover:after{transform:scaleX(1)}@keyframes slide-in-left{0%{opacity:0;transform:translate(80%)}to{opacity:1;transform:translate(0)}}.screen-hierarchy-staff__summary{max-width:800px;color:rgba(var(--color-on-surface),1);text-align:center;font-family:var(--typeface-plain);letter-spacing:.0025em;font-optical-sizing:auto;font-variation-settings:"wdth";margin-bottom:64px;margin-left:auto;margin-right:auto;font-size:18px;font-weight:400;line-height:32px}.screen-hierarchy-staff__authorities{padding-top:120px;padding-bottom:100px}.screen-hierarchy-staff__pyramid{-moz-column-gap:48px;flex-direction:column;align-items:center;gap:64px 48px;display:flex}.screen-hierarchy-staff__level{flex-direction:column;align-items:center;width:100%;display:flex}.screen-hierarchy-staff__level--top{max-width:400px}.screen-hierarchy-staff__level--second{max-width:1200px}.screen-hierarchy-staff__level--third{max-width:1000px}.screen-hierarchy-staff__level--fourth{max-width:100%}.screen-hierarchy-staff__level-title{color:rgba(var(--color-on-surface-variant),1);text-align:center;font-family:var(--typeface-brand);letter-spacing:0;font-optical-sizing:auto;font-variation-settings:"wdth";margin:0;font-size:22px;font-weight:600;line-height:26px}.screen-hierarchy-staff__level-subtitle{color:rgba(var(--color-on-surface),1);text-align:center;font-family:var(--typeface-plain);letter-spacing:.0025em;font-optical-sizing:auto;font-variation-settings:"wdth";margin-top:0;margin-bottom:24px;font-size:16px;font-weight:400;line-height:24px}.screen-hierarchy-staff__cards{grid-gap:24px;grid-template-columns:1fr;justify-items:center;gap:24px;width:100%;display:grid}@media (width>=768px){.screen-hierarchy-staff__cards{grid-template-columns:repeat(2,1fr)}}@media (width>=1080px){.screen-hierarchy-staff__level--second .screen-hierarchy-staff__cards{grid-template-columns:repeat(4,1fr)}.screen-hierarchy-staff__level--third .screen-hierarchy-staff__cards{grid-template-columns:repeat(3,1fr)}.screen-hierarchy-staff__level--fourth .screen-hierarchy-staff__cards{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}.screen-hierarchy-staff__card{border:1px solid rgba(var(--color-outline-variant),1);background-color:rgba(var(--color-surface-variant),1);border-radius:16px;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:280px;padding:24px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.screen-hierarchy-staff__card:hover{border-color:rgba(var(--color-primary),1);transform:translateY(-4px)}.screen-hierarchy-staff__photo{border:3px solid rgba(var(--color-primary),1);background-color:rgba(var(--color-surface-variant),1);border-radius:50%;width:120px;height:120px;overflow:hidden}.screen-hierarchy-staff__photo img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.screen-hierarchy-staff__info{text-align:center;flex-direction:column;align-items:center;gap:8px;display:flex}.screen-hierarchy-staff__name{color:rgba(var(--color-on-surface),1);font-family:var(--typeface-brand);letter-spacing:.0015em;font-optical-sizing:auto;font-variation-settings:"wdth";margin:0;font-size:18px;font-weight:600;line-height:24px}.screen-hierarchy-staff__position{color:rgba(var(--color-on-surface-variant),1);font-family:var(--typeface-plain);letter-spacing:.004em;font-optical-sizing:auto;font-variation-settings:"wdth";margin:0;font-size:14px;font-weight:400;line-height:20px}.screen-hierarchy-staff__action{margin-top:auto}@media (width<=767.98px){.screen-hierarchy-staff__authorities{padding-top:60px;padding-bottom:60px}.screen-hierarchy-staff__pyramid{gap:32px}.screen-hierarchy-staff__level{gap:16px}.screen-hierarchy-staff__card{max-width:100%}}