.services-artworks-section{width:100%;background-color:#fff}.services-artworks-container{margin:0 auto;padding-left:40px;padding-right:40px}.services-artworks-heading{font-family:var(--font-gerstner-programm);font-weight:400;font-style:normal;font-size:20px;line-height:20px;letter-spacing:0;color:#000;margin:0}.services-categories-wrapper{margin-bottom:40px;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:40px;gap:40px;width:100%}.services-categories-grid{display:contents}.services-stacked-header-wrapper{width:100%;display:flex;align-items:center;gap:107px;margin-bottom:40px}.services-heading-stacked{margin-bottom:0}.services-categories-wrapper-stacked{margin-bottom:0;width:100%}.services-categories-marquee{width:100%}.services-categories-wrapper-stacked .services-categories-grid-track.is-duplicate{display:none}.services-categories-wrapper-stacked .services-categories-grid{display:flex;gap:30px;width:100%;justify-content:space-between;row-gap:15px;flex-wrap:wrap}.services-category-cell{cursor:pointer;transition:opacity .3s ease}.services-category-cell.filter-disabled{cursor:default}.services-category-cell.inactive{opacity:.5}.services-category-main{font-family:var(--font-gerstner-programm);font-weight:400;font-style:normal;font-size:20px;line-height:20px;letter-spacing:0;text-transform:uppercase;-webkit-text-decoration-style:solid;text-decoration-style:solid;text-decoration-offset:0;text-decoration-thickness:0;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;color:#000;margin:0}.services-category-main.active{text-decoration:underline}.services-subcategories-list{display:flex;flex-direction:column;gap:0;list-style:none;padding:0;margin:0}.services-subcategory-item{font-family:var(--font-gerstner-programm);font-weight:400;font-style:normal;font-size:14px;line-height:22px;letter-spacing:0;text-transform:uppercase;-webkit-text-decoration-style:solid;text-decoration-style:solid;text-decoration-offset:0;text-decoration-thickness:0;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;color:#000;margin:0;cursor:pointer}.services-category-cell.filter-disabled .services-subcategory-item{cursor:default}.services-subcategory-item.active{text-decoration:underline}.services-artworks-grid{display:grid;grid-template-columns:repeat(var(--columns-desktop,6),1fr);grid-column-gap:var(--column-gap-desktop,20px);column-gap:var(--column-gap-desktop,20px);grid-row-gap:var(--row-gap-desktop,20px);row-gap:var(--row-gap-desktop,20px)}.services-disabled-grid-wrapper{width:100%;overflow:hidden}.services-disabled-grid-container{display:grid;grid-template-columns:repeat(var(--columns-desktop,6),1fr);grid-column-gap:var(--column-gap-desktop,20px);column-gap:var(--column-gap-desktop,20px);grid-row-gap:var(--row-gap-desktop,20px);row-gap:var(--row-gap-desktop,20px)}.services-disabled-grid-item{position:relative;width:100%;aspect-ratio:.75/1;overflow:hidden;background:#f5f5f5}.services-disabled-grid-layer{position:absolute;inset:0;opacity:0;transition:opacity .42s ease;will-change:opacity}.services-disabled-grid-layer-current{opacity:1;z-index:1}.services-disabled-grid-layer-next{opacity:0;z-index:2}.services-disabled-grid-item.is-transitioning .services-disabled-grid-layer-next{opacity:1}.services-disabled-grid-image{width:100%;height:100%;object-fit:cover;display:block}.services-artwork-item{width:100%}.services-artwork-image{width:100%;height:auto;display:block;object-fit:cover}@media (max-width:1100px) and (min-width:769px){.services-categories-wrapper{margin-bottom:30px}.services-categories-wrapper,.services-categories-wrapper-stacked .services-categories-grid{grid-template-columns:repeat(4,1fr);gap:30px}.services-categories-wrapper-stacked.no-subcategories .services-categories-grid{gap:10px 30px}.services-heading-stacked{margin-bottom:15px}.services-artworks-grid,.services-disabled-grid-container{grid-template-columns:repeat(var(--columns-tablet,4),1fr);column-gap:var(--column-gap-desktop,20px);row-gap:var(--row-gap-desktop,20px)}}@media (max-width:768px){.services-stacked-header-wrapper{width:100%;display:flex;align-items:flex-start;gap:20px;margin-bottom:20px;flex-direction:column}.services-artworks-container{padding-left:12px;padding-right:12px}.services-disabled-grid-container{padding-inline:0!important}.services-categories-wrapper{display:flex;flex-direction:column;gap:15px;margin-bottom:30px}.services-categories-wrapper-stacked{display:flex;flex-direction:column;gap:15px;width:calc(100% + 24px);margin-left:-12px;margin-right:-12px;padding:0 12px;overflow:hidden}.services-heading-cell{margin-bottom:0}.services-categories-grid,.services-categories-wrapper-stacked .services-categories-grid{display:flex;flex-wrap:nowrap;gap:10px;width:max-content}.services-categories-wrapper-stacked .services-categories-marquee{display:flex;flex-wrap:nowrap;gap:10px;width:max-content;animation:services-categories-marquee 24s linear infinite}.services-categories-wrapper-stacked .services-categories-grid-track.is-duplicate{display:flex}.services-categories-wrapper-stacked .services-category-cell{flex:0 0 auto}.services-category-main{font-size:12px;line-height:100%}.services-subcategory-item{font-size:14px;line-height:22px}.services-artworks-grid,.services-disabled-grid-container{grid-template-columns:repeat(var(--columns-mobile,3),1fr);column-gap:var(--column-gap-mobile,10px);row-gap:var(--row-gap-mobile,10px)}}@keyframes services-categories-marquee{0%{transform:translateX(0)}to{transform:translateX(calc(-50% - 5px))}}