@media (min-width:1024px){.sticky-until-expertise{position:sticky;top:6rem;height:-moz-fit-content;height:fit-content;max-height:calc(100vh - 8rem);z-index:10}.main-content{container-type:inline-size}.sticky-until-expertise{transition:position .3s ease-in-out}@supports (animation-timeline:scroll()){.sticky-until-expertise{animation:stick-to-static linear forwards;animation-timeline:scroll(root);animation-range:0 65%}@keyframes stick-to-static{0%{position:sticky;top:6rem}95%{position:sticky;top:6rem}to{position:static;top:auto}}}.sticky-until-expertise:not([style*="position: sticky"]){margin-bottom:2rem}}