.top-section{position:relative}.top-section:after{background:#000000c7}.top-section__background{position:absolute;inset:0}.top-section__title{max-width:clamp(400px,85vw,850px)}.top-section__description{max-width:410px}.top-section__content{display:grid;row-gap:20px;grid-template-columns:minmax(min-content,410px) minmax(500px,1fr);grid-template-rows:24px minmax(61px,max-content) minmax(305px,max-content);grid-template-areas:"breadcrumbs breadcrumbs" "title title" "description graphic"}@keyframes top-section-decor-marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.top-section-decor-marquee{animation:top-section-decor-marquee-scroll 100s linear infinite;will-change:transform}.top-section-decor-marquee--reverse{animation-direction:reverse}@media (prefers-reduced-motion:reduce){.top-section-decor-marquee{animation:none}}@media screen and (max-width:767px){.top-section__content{grid-template-columns:1fr;row-gap:1.2rem;grid-template-rows:24px auto minmax(101px,max-content) minmax(200px,max-content);grid-template-areas:"breadcrumbs" "title" "description" "graphic"}.top-section__content:not(:has(>[data-area=graphic])){grid-template-rows:24px auto minmax(101px,max-content);grid-template-areas:"breadcrumbs" "title" "description"}}