.tfDocFeature-list{display:flex;flex-direction:column;width:100%}.tfDocFeature-row+.tfDocFeature-row{margin-top:48px;padding-top:48px;border-top:1px solid var(--ui-grey200)}.tfDocFeature-row{display:flex;align-items:flex-start;gap:48px}.tfDocFeature-photo{flex:0 0 360px;width:360px;aspect-ratio:3/4;display:block;overflow:hidden;border-radius:16px;background-color:var(--ui-grey100)}.tfDocFeature-photo>img{width:100%;height:100%;object-fit:cover;display:block}.tfDocFeature-body{flex:1 1 auto;min-width:0;max-width:760px}.tfDocFeature-name{display:block;font-size:28px;font-weight:700;line-height:1.4;color:var(--ui-grey800);text-decoration:none}.tfDocFeature-name:hover{text-decoration:underline}.tfDocFeature-role{margin-top:4px;font-size:15px;line-height:1.6;color:var(--ui-grey600)}.tfDocFeature-slogan{margin-top:16px;font-size:17px;font-weight:500;line-height:1.6;color:var(--ui-grey700)}.tfDocFeature-intro{margin-top:16px;font-size:16px;line-height:1.75;color:var(--ui-grey600);display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.tfDocFeature-intro strong{font-weight:600;color:inherit}.tfDocFeature-facts{display:flex;gap:16px;margin-top:20px}.tfDocFeature-factLabel{flex:0 0 68px;font-size:13px;font-weight:600;line-height:1.7;color:var(--ui-grey700)}.tfDocFeature-factList{flex:1 1 auto;min-width:0;padding:0;list-style:none}.tfDocFeature-factList>li{position:relative;padding-left:12px;font-size:14px;line-height:1.7;color:var(--ui-grey600)}.tfDocFeature-factList>li:before{content:"";position:absolute;left:0;top:10px;width:3px;height:3px;border-radius:50%;background-color:var(--ui-grey600)}.tfDocFeature-more{display:inline-flex;align-items:center;margin-top:24px;padding:10px 16px;border-radius:8px;font-size:15px;font-weight:600;line-height:1.4;color:rgba(3,18,40,.7);background-color:rgba(2,32,71,.05);text-decoration:none;transition:background-color .2s}.tfDocFeature-more:hover{background-color:rgba(0,27,55,.1)}@media (max-width:767px){.tfDocFeature-row{flex-direction:column;gap:20px}.tfDocFeature-photo{flex:0 0 auto;width:220px}.tfDocFeature-row+.tfDocFeature-row{margin-top:32px;padding-top:32px}.tfDocFeature-name{font-size:22px}.tfDocFeature-facts{flex-direction:column;gap:4px}.tfDocFeature-factLabel{flex:0 0 auto}.tfDocFeature-slogan{font-size:16px}.tfDocFeature-intro{font-size:15px}}