.gallery-module{display:flex;flex-flow:row nowrap;align-items:flex-start;position:relative}.gallery-module .left-pane{flex:0 0 250px;position:sticky;top:0;padding-top:20px}.gallery-module .filters{display:flex;flex-flow:column nowrap;align-items:flex-start}.gallery-module .left-pane .filter{display:flex;flex-flow:row nowrap;position:relative;margin-top:10px;animation-play-state:paused;animation-name:fadeInLeft;animation-timing-function:ease;animation-fill-mode:backwards;animation-duration:.6s}.gallery-module .left-pane.animating .filter{animation-play-state:running}.gallery-module .filter:first-of-type{margin-top:0}.gallery-module .filter-radio{display:none}.gallery-module .filter-radio+.filter-label{color:var(--color-grey-4);text-transform:uppercase;font-size:1.125rem;line-height:normal;padding:9px;transition:color .3s ease;outline:none;cursor:pointer}.gallery-module .filter-radio+.filter-label:hover,.gallery-module .filter-radio:checked+.filter-label{color:var(--color-text-hyperlink)}.gallery-module .filter-radio+.filter-label:after{content:"";background:var(--color-text-hyperlink);position:absolute;bottom:0;right:0;height:2px;width:0;transition:width .3s ease}.gallery-module .filter-radio+.filter-label:hover:after,.gallery-module .filter-radio:checked+.filter-label:after{width:100%;left:0}.gallery-module select.filters-select{display:none;position:sticky;top:10px;left:-20px;z-index:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--color-background-input);background-color:var(--color-text-hyperlink);border:1px solid var(--color-text-hyperlink);border-radius:4px 4px 0 0;width:100%;max-width:300px;padding:14px 16px;outline:none;transition:border-bottom .3s ease;background-image:var(--image-chevron-inverse);background-repeat:no-repeat;background-position:calc(100% - 16px) 50%}.gallery-module .main{width:100%;padding-top:20px}.gallery-module .item{width:calc(33.33333% - 5.33333px);margin-bottom:8px;float:left}.gallery-module .item img{display:block;max-width:100%}.gallery-module .item .overlay{opacity:0;position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;background-color:var(--color-text-black-overlay);transition:opacity .6s ease}.gallery-module .item:hover .overlay{opacity:1}.gallery-module .overlay svg{fill:var(--color-text-white-light)}.gallery-module-video{width:100%;max-width:120vh;padding:0;background-color:transparent}@media screen and (max-width:900px){.gallery-module .item{width:calc(50% - 4px);margin-bottom:8px}}@media screen and (max-width:595px){.gallery-module{flex-flow:column nowrap}.gallery-module .left-pane{flex:unset;position:unset}.gallery-module .filters{display:none}.gallery-module select.filters-select{display:flex;border-radius:0;width:100vw;max-width:100vw;margin-left:-20px;top:0}.gallery-module .main{padding-top:68px}}