.content-item{align-items:flex-start;display:flex;flex-direction:column}.content-item__image-wrapper{aspect-ratio:126/71;border-radius:8px;overflow:hidden;position:relative;width:100%}.content-item__image{height:100%;-o-object-fit:cover;object-fit:cover;transition:.3s ease;width:100%}.content-item__play-icon{color:#fff;height:115px;left:50%;opacity:0;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s ease;width:115px}@media(max-width:991px){.content-item__play-icon{height:70px;width:70px}}.content-item:hover .content-item__image{filter:brightness(.7)}.content-item:hover .content-item__play-icon{opacity:1}.content-item:hover .content-item__title{color:var(--main)}.content-item__tags{display:flex;gap:6px;margin-top:8px}.content-item__tag{color:#00000080;font-size:12px;font-weight:400}.content-item__title{font-size:16px;font-weight:400;text-align:left}.content-item_large{grid-column-start:span 2;grid-row-start:span 2}.content-item_large .content-item__image-wrapper{aspect-ratio:inherit;height:100%}.content-item_large .content-item__image{height:100%}.workspace-onboarding{display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}@media screen and (max-width:719px){.workspace-onboarding{grid-template-columns:repeat(2,1fr)}}.workspace-onboarding__wrapper{background:#f4f4f4;padding:32px;width:100%}
