@keyframes uc-photo-gallery-slide{0%{left:0}to{left:calc(-1 * var(--desktop-animation-track-width))}}.uc-photo-gallery{--desktop-animation-duration:1s;--desktop-animation-track-width:0;--track-gap:var(--sp-l);--mobile-gutter:var(--sp-l)}.uc-photo-gallery__intro{align-items:center;gap:var(--sp-2xl);max-width:calc(1440px + var(--grid-padding) * 2);width:100%;padding:0 var(--grid-padding) var(--sp-8xl);flex-wrap:wrap;margin:0 auto;display:flex}@media screen and (width<=1024px){.uc-photo-gallery__intro{padding-bottom:var(--sp-8xl);flex-direction:column;align-items:stretch}}.uc-photo-gallery__text{flex-direction:column;flex:1 1 0;min-width:0;display:flex}.uc-photo-gallery__eyebrow{text-transform:uppercase;color:var(--th-primary);padding:0 0 var(--sp-m);display:block}.uc-photo-gallery__heading{color:var(--th-primary);padding:0 0 var(--sp-2xl)}.uc-photo-gallery__paragraph>:first-child{margin-top:0}.uc-photo-gallery__paragraph>:last-child{margin-bottom:0}.uc-photo-gallery__featured{aspect-ratio:3/2;border-radius:8px;flex:1 1 0;align-self:center;min-width:0;overflow:hidden}@media screen and (width<=1024px){.uc-photo-gallery__featured{flex:none;align-self:auto;width:100%}}@media screen and (width<=767px){.uc-photo-gallery__featured{display:none}}.uc-photo-gallery__featured-image{object-fit:cover;opacity:1;width:100%;height:100%;transition:opacity .25s;display:block}.uc-photo-gallery__featured-image.uc-photo-gallery__featured-image--changing{opacity:0}.uc-photo-gallery__marquee{padding-top:var(--sp-2xl);padding-bottom:var(--sp-2xl);margin-top:-var(--sp-2xl);margin-bottom:-var(--sp-2xl);touch-action:pan-y;-webkit-user-select:none;user-select:none;cursor:grab;position:relative;overflow:hidden}.uc-photo-gallery__marquee:active{cursor:grabbing}.uc-photo-gallery__track{gap:var(--sp-l);width:fit-content;translate:var(--drag-offset,0px) 0;will-change:translate;display:flex;position:absolute;top:0;left:0}@media screen and (width<=767px){.uc-photo-gallery__track{left:var(--mobile-gutter)}}@media screen and (width>=768px){.uc-photo-gallery__track{animation-name:uc-photo-gallery-slide;animation-direction:normal;animation-duration:var(--desktop-animation-duration);animation-timing-function:linear;animation-iteration-count:infinite;animation-play-state:paused}}.uc-photo-gallery__track:not(:first-child){margin-left:var(--track-gap)}.uc-photo-gallery__thumb{cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;padding:0;transition:box-shadow .2s;display:block;position:relative;overflow:visible;box-shadow:0 0 4px #080c1133}.uc-photo-gallery__thumb:hover{box-shadow:0 0 4px #080c1133}.uc-photo-gallery__thumb--selected:after{content:"";border-radius:inherit;box-shadow:inset 0 0 0 2px var(--br-brand);pointer-events:none;position:absolute;inset:0}@media screen and (width<=767px){.uc-photo-gallery__thumb--selected:after{display:none}}.uc-photo-gallery__thumb-frame{border-radius:inherit;height:200px;display:block;overflow:hidden}@media screen and (width<=767px){.uc-photo-gallery__thumb-frame{height:220px;max-width:calc(100vw - var(--mobile-gutter) * 2 - var(--sp-l))}}.uc-photo-gallery__thumb-image{object-fit:cover;pointer-events:none;width:100%;height:100%;display:block}.uc-photo-gallery__progress{gap:var(--sp-2xs);margin-top:var(--sp-l);padding:0 var(--sp-l);display:none}@media screen and (width<=767px){.uc-photo-gallery__progress{display:flex}}.uc-photo-gallery__progress>div{background-color:var(--fs-disabled);border-radius:4px;flex:1 1 0;height:4px;transition:flex-grow .25s,background-color .25s}.uc-photo-gallery__progress>div.active{background-color:var(--fb-primary);flex-grow:1.5}
