:root,:host{--gallery-column-gap-min: 8;--gallery-row-gap-min: 8;--gallery-column-gap-max: 16;--gallery-row-gap-max: 16;--gallery-collage-group-2-columns-mobile: 2fr;--gallery-collage-group-2-columns-tablet: 1fr 1fr;--gallery-collage-group-2-columns-desktop: 1fr 1fr;--gallery-collage-group-2-columns-wide: 1fr 1fr;--gallery-collage-group-3-columns-mobile: 2fr;--gallery-collage-group-3-columns-tablet: 1fr 1fr 1fr;--gallery-collage-group-3-columns-desktop: 1fr 1fr 1fr;--gallery-collage-group-3-columns-wide: 1fr 1fr 1fr;--gallery-collage-group-4-columns-mobile: 2fr;--gallery-collage-group-4-columns-tablet: 1fr 1fr 1fr 1fr;--gallery-collage-group-4-columns-desktop: 1fr 1fr 1fr 1fr;--gallery-collage-group-4-columns-wide: 1fr 1fr 1fr 1fr;--gallery-collage-group-5-columns-mobile: 2fr;--gallery-collage-group-5-columns-tablet: 1fr 1fr 1fr 1fr 1fr;--gallery-collage-group-5-columns-desktop: 1fr 1fr 1fr 1fr 1fr;--gallery-collage-group-5-columns-wide: 1fr 1fr 1fr 1fr 1fr;--gallery-collage-group-6-columns-mobile: 2fr;--gallery-collage-group-6-columns-tablet: 1fr 1fr 1fr 1fr 1fr 1fr;--gallery-collage-group-6-columns-desktop: 1fr 1fr 1fr 1fr 1fr 1fr;--gallery-collage-group-6-columns-wide: 1fr 1fr 1fr 1fr 1fr 1fr}.gallery,.gallery.layout--gallery,.gallery.layout--gallery [class*=collage-group],.gallery .layout--gallery,.gallery .layout--gallery [class*=collage-group],.layout--gallery,.layout--gallery.layout--gallery,.layout--gallery.layout--gallery [class*=collage-group],.layout--gallery .layout--gallery,.layout--gallery .layout--gallery [class*=collage-group]{--grid-column-gap-min: var(--gallery-column-gap-min, 8);--grid-column-gap-max: var(--gallery-column-gap-max, 16);--grid-row-gap-min: var(--gallery-row-gap-min, 8);--grid-row-gap-max: var(--gallery-row-gap-max, 16);--column-gap-min: var(--gallery-column-gap-min, 8);--column-gap-max: var(--gallery-column-gap-max, 16);--row-gap-min: var(--gallery-row-gap-min, 8);--row-gap-max: var(--gallery-row-gap-max, 16)}.gallery--featured>.grid>*:first-child,.layout--gallery--featured>.grid>*:first-child{grid-column:1/-1}.gallery--collage .layout--gallery,.layout--gallery--collage .layout--gallery{--grid-cols: 1;--grid-cols-mobile: 1;--grid-cols-tablet: 1;--grid-cols-desktop: 1;--grid-cols-wide: 1}.gallery--collage .layout--gallery .collage-group--2,.layout--gallery--collage .layout--gallery .collage-group--2{--grid-cols: 2;--span-mobile: var(--gallery-collage-group-2-columns-mobile, 2);--span-tablet: var(--gallery-collage-group-2-columns-tablet, 1);--span-desktop: var(--gallery-collage-group-2-columns-desktop, 1);--span-wide: var(--gallery-collage-group-2-columns-wide, 1)}.gallery--collage .layout--gallery .collage-group--3,.layout--gallery--collage .layout--gallery .collage-group--3{--grid-cols: 3;--span-mobile: var(--gallery-collage-group-3-columns-mobile, 3);--span-tablet: var(--gallery-collage-group-3-columns-tablet, 1);--span-desktop: var(--gallery-collage-group-3-columns-desktop, 1);--span-wide: var(--gallery-collage-group-3-columns-wide, 1)}.gallery--collage .layout--gallery .collage-group--4,.layout--gallery--collage .layout--gallery .collage-group--4{--grid-cols: 4;--span-mobile: var(--gallery-collage-group-4-columns-mobile, 4);--span-tablet: var(--gallery-collage-group-4-columns-tablet, 1);--span-desktop: var(--gallery-collage-group-4-columns-desktop, 1);--span-wide: var(--gallery-collage-group-4-columns-wide, 1)}.gallery--collage .layout--gallery .collage-group--5,.layout--gallery--collage .layout--gallery .collage-group--5{--grid-cols: 5;--span-mobile: var(--gallery-collage-group-5-columns-mobile, 5);--span-tablet: var(--gallery-collage-group-5-columns-tablet, 2);--span-desktop: var(--gallery-collage-group-5-columns-desktop, 2);--span-wide: var(--gallery-collage-group-5-columns-wide, 2)}.gallery--collage .layout--gallery .collage-group--6,.layout--gallery--collage .layout--gallery .collage-group--6{--grid-cols: 6;--span-mobile: var(--gallery-collage-group-6-columns-mobile, 6);--span-tablet: var(--gallery-collage-group-6-columns-tablet, 2);--span-desktop: var(--gallery-collage-group-6-columns-desktop, 2);--span-wide: var(--gallery-collage-group-6-columns-wide, 1)}:root,:host{--paging-dots-column-gap: var(--spacing-md, 7px);--paging-dot-width: 8px;--paging-dots-padding: 0;--paging-dots-radius: 0;--paging-dots-border: none;--paging-dots-background: inherit;--paging-dots-box-shadow: none;--paging-dot-height: 8px;--paging-dot-background: rgba(0, 0, 0, 0.20);--paging-dot-background-active: rgba(0, 0, 0, 0.90);--paging-dot-width-active: 24px}.paging-dots{--column-gap: var(--paging-dots-column-gap, var(--spacing-md, 7px));--flexible-col-size: var(--paging-dot-width);display:inline-flex;width:max-content;align-self:center;justify-self:center;padding:var(--paging-dots-padding, 0);border-radius:var(--paging-dots-radius, 0);border:var(--paging-dots-border, none);background:var(--paging-dots-background, inherit);box-shadow:var(--paging-dots-box-shadow, none)}.paging-dots>.dot{display:inline-flex;box-sizing:border-box;min-width:var(--paging-dot-width, 8px);min-height:var(--paging-dot-height, 8px);background:var(--paging-dot-background, rgba(0, 0, 0, 0.2));border-radius:9999px;transition:var(--paging-dot-transition, min-width 0.3s ease, background 0.3s ease)}.paging-dots>.dot[active],.paging-dots>.dot:active,.paging-dots>.dot.active,.paging-dots>.dot.tns-nav-active{--paging-dot-background: var(--paging-dot-background-active, rgba(0, 0, 0, 0.90));--paging-dot-width: var(--paging-dot-width-active, 24px)}.gallery-rudolfinum-wrapper{width:100% !important;max-width:100% !important;flex:1 1 100% !important}.gallery-rudolfinum{width:100%;max-width:1400px;display:grid;grid-template-columns:100%;grid-template-areas:"stage" "thumbnails" "info";gap:16px;background-color:var(--color-white)}@media(min-width: 1200px){.gallery-rudolfinum{grid-template-columns:minmax(0, 2fr) minmax(0, 1.5fr);column-gap:0;row-gap:16px;grid-template-areas:"stage info" "thumbnails info";align-items:start}}.gallery-rudolfinum__stage{grid-area:stage;background-color:var(--color-white);display:flex;align-items:center;justify-content:center;overflow:hidden}@media(min-width: 1200px){.gallery-rudolfinum__stage{height:500px}}.gallery-rudolfinum__stage img,.gallery-rudolfinum__stage image-preview{display:block;max-width:100%;max-height:100%;object-fit:contain}.gallery-rudolfinum__stage image-preview{width:auto;height:auto}.gallery-rudolfinum__stage-link{display:flex;align-items:center;justify-content:center;height:100%}.gallery-rudolfinum__embed{display:flex;align-items:center;justify-content:center;height:100%}.gallery-rudolfinum__embed iframe{width:100%;max-height:100%;aspect-ratio:16/9}.gallery-rudolfinum__info{grid-area:info;padding:48px}@media screen and (max-width: 1199px){.gallery-rudolfinum__info{padding:24px;padding-top:0}}@media(min-width: 1200px){.gallery-rudolfinum__info{align-self:stretch;overflow-y:auto;scrollbar-width:thin}}.gallery-rudolfinum__counter{display:none}.gallery-rudolfinum__counter>*{flex:0 1 max-content}.gallery-rudolfinum__counter .gallery-rudolfinum__counter-current{font-family:inherit;font-size:inherit;line-height:inherit;font-weight:inherit}@media(min-width: 1200px){.gallery-rudolfinum__counter{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.gallery-rudolfinum__counter p{margin:0;font-family:var(--font-family-serif);font-size:44px;line-height:1.2}}.gallery-rudolfinum__nav{display:flex;gap:8px}.gallery-rudolfinum__title{font-weight:600;font-size:22px;line-height:1.3}.gallery-rudolfinum__title:empty{display:none}.gallery-rudolfinum__description{margin-top:12px}.gallery-rudolfinum__description:empty{display:none}.gallery-rudolfinum__thumbnails{grid-area:thumbnails;display:flex;gap:8px;overflow-x:auto;padding-left:20px;padding-bottom:48px;margin-top:0}@media screen and (max-width: 1199px){.gallery-rudolfinum__thumbnails{padding-left:20px;padding-bottom:20px}}.gallery-rudolfinum__thumb{position:relative;flex:0 0 auto;height:75px;padding:0;border:0;background:none;cursor:pointer}.gallery-rudolfinum__thumb img,.gallery-rudolfinum__thumb image-preview{display:block;width:auto;height:100%}.gallery-rudolfinum__thumb::after{content:"";position:absolute;inset:0;border:3px solid var(--color-gray-solid);opacity:0;transition:opacity .2s}.gallery-rudolfinum__thumb:hover::after{opacity:.5}.gallery-rudolfinum__thumb.is-active::after{opacity:1}.gallery-rudolfinum__thumb-video{display:flex;align-items:center;justify-content:center;height:100%;aspect-ratio:3/2;background-color:var(--color-black)}.gallery-rudolfinum__thumb-video::before{content:"";border-style:solid;border-width:10px 0 10px 16px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) var(--color-white)}