.reepost-post-gallery-root .reepost-gallery-filters-wrap{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.reepost-post-gallery-root .reepost-gallery-toolbar{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center;gap:.75rem;width:100%}.reepost-post-gallery-root .reepost-gallery-filter-toggle,.reepost-post-gallery-root .reepost-gallery-year-mode-toggle{flex-shrink:0;padding:.65rem 1.25rem;font-size:.9375rem;font-weight:500;color:#333;background-color:#f0f0f0;border:1px solid rgba(0,0,0,.12);border-radius:8px;cursor:pointer;transition:background-color .2s,border-color .2s,color .2s}.reepost-post-gallery-root .reepost-gallery-filter-toggle:hover,.reepost-post-gallery-root .reepost-gallery-year-mode-toggle:hover{background-color:#e5e5e5;border-color:rgba(0,0,0,.2)}.reepost-post-gallery-root .reepost-gallery-filter-toggle[aria-expanded=true],.reepost-post-gallery-root .reepost-gallery-year-mode-toggle[aria-pressed=true]{background-color:#333;color:#fff;border-color:#333}.reepost-post-gallery-root .reepost-gallery-tags-row{display:grid;grid-template-rows:0fr;transition:grid-template-rows .45s cubic-bezier(.4, 0, .2, 1),opacity .35s cubic-bezier(.4, 0, .2, 1),margin .35s cubic-bezier(.4, 0, .2, 1)}.reepost-post-gallery-root .reepost-gallery-tags-row>*{overflow:hidden;min-height:0}.reepost-post-gallery-root .reepost-gallery-tags-row.is-collapsed{opacity:0;margin-top:-.75rem;pointer-events:none}.reepost-post-gallery-root .reepost-gallery-tags-row.is-open{grid-template-rows:1fr;opacity:1;margin-top:0}.reepost-post-gallery-root .reepost-filter-buttons{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.reepost-post-gallery-root .reepost-filter-button{padding:.4rem .9rem;font-size:.875rem;font-weight:500;color:#555;background-color:#f5f5f5;border:1px solid rgba(0,0,0,.12);border-radius:20px;cursor:pointer;transition:background-color .2s,border-color .2s,color .2s}.reepost-post-gallery-root .reepost-filter-button:hover{background-color:#ebebeb;border-color:rgba(0,0,0,.18)}.reepost-post-gallery-root .reepost-filter-button.active{background-color:#333;color:#fff;border-color:#333}.reepost-post-gallery-root .reepost-gallery-search-wrap{display:flex;align-items:center;width:fit-content;max-width:100%}.reepost-post-gallery-root .reepost-gallery-search-bar{position:relative;width:100%;min-width:150px;max-width:400px}.reepost-post-gallery-root .reepost-gallery-search-clear{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);display:none;align-items:center;justify-content:center;padding:0;border:none;background:0 0;cursor:pointer;opacity:.7;transition:opacity .2s,color .2s}.reepost-post-gallery-root .reepost-gallery-search-clear:hover{opacity:1}.reepost-post-gallery-root .reepost-gallery-search-clear svg{flex-shrink:0}.reepost-post-gallery-root .reepost-gallery-search-input::-webkit-search-cancel-button,.reepost-post-gallery-root .reepost-gallery-search-input::-webkit-search-decoration{-webkit-appearance:none;appearance:none}.reepost-post-gallery-root .reepost-gallery-search-wrap.has-clear .reepost-gallery-search-input{padding-right:2.5rem}.reepost-post-gallery-root .reepost-gallery-no-results{display:none;grid-column:1/-1;padding:2rem;text-align:center;color:#666}.reepost-post-gallery-root .reepost-gallery-grid.is-empty .reepost-gallery-no-results{display:block}.reepost-post-gallery-root .reepost-gallery-search-input{width:100%;max-width:400px;padding:.65rem 1rem .65rem 2.5rem;font-size:1rem;line-height:1.5;border:1px solid rgba(0,0,0,.15);border-radius:8px;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23666' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:.75rem center;transition:border-color .2s,box-shadow .2s}.reepost-post-gallery-root .reepost-gallery-search-input:focus{outline:0;border-color:rgba(0,0,0,.3);box-shadow:0 0 0 3px rgba(0,0,0,.08)}.reepost-post-gallery-root .reepost-gallery-search-input::placeholder{color:#888}.reepost-post-gallery-root .reepost-gallery-grid{display:block;width:100%}.reepost-post-gallery-root .reepost-gallery-grid-track{display:grid;grid-template-columns:repeat(var(--reepost-pg-cols-d,3),1fr)}.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item{aspect-ratio:var(--reepost-pg-aspect-d,16/9);position:relative;display:block;overflow:hidden;cursor:pointer;text-decoration:none;transition:opacity .5s cubic-bezier(.4, 0, .2, 1),transform .4s cubic-bezier(.4, 0, .2, 1);opacity:0;transform:scale(.98)}.reepost-post-gallery-root.is-tablet .reepost-gallery-grid-track{grid-template-columns:repeat(var(--reepost-pg-cols-t,2),1fr)}.reepost-post-gallery-root.is-tablet .reepost-gallery-grid .reepost-gallery-item{aspect-ratio:var(--reepost-pg-aspect-t,16/9)}.reepost-post-gallery-root.is-mobile .reepost-gallery-grid-track{grid-template-columns:repeat(var(--reepost-pg-cols-m,1),1fr)}.reepost-post-gallery-root.is-mobile .reepost-gallery-grid .reepost-gallery-item{aspect-ratio:var(--reepost-pg-aspect-m,16/9)}.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item.is-coming-soon{cursor:default}.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item.gallery-item-ready{opacity:1;transform:scale(1)}.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item.filter-hiding{opacity:0!important;transform:scale(.85)!important;pointer-events:none;overflow:hidden}.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item.filter-hidden{display:none!important}.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item.filter-showing{animation:.4s cubic-bezier(.4,0,.2,1) forwards reepostFilterShow}@keyframes reepostFilterShow{from{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item .gallery-img{width:100%;height:100%;object-fit:cover;display:block;transition:filter .6s cubic-bezier(.4, 0, .2, 1),transform .6s cubic-bezier(.4, 0, .2, 1),opacity .6s;will-change:transform,filter}.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item:hover .gallery-img{filter:blur(var(--reepost-pg-blur-d, 2.5px)) brightness(var(--reepost-pg-brightness, .7));transform:scale(var(--reepost-pg-zoom,1.02))}.reepost-post-gallery-root.is-tablet .reepost-gallery-grid .reepost-gallery-item:hover .gallery-img{filter:blur(var(--reepost-pg-blur-t, 2.5px)) brightness(var(--reepost-pg-brightness, .7))}.reepost-post-gallery-root.is-mobile .reepost-gallery-grid .reepost-gallery-item:hover .gallery-img{filter:blur(var(--reepost-pg-blur-m, 2.5px)) brightness(var(--reepost-pg-brightness, .7))}.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at center,transparent var(--reepost-pg-vignette-start,30%),rgba(var(--reepost-pg-vignette-rgb,0,0,0),var(--reepost-pg-vignette-opacity,0)) var(--reepost-pg-vignette-end,80%));opacity:0;transition:opacity .6s;pointer-events:none;z-index:var(--reepost-z-overlay)}.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item:hover::after{opacity:1}.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item .gallery-title-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) translateY(20px) scale(.9);opacity:0;visibility:hidden;transition:opacity var(--reepost-pg-title-duration, .6s) cubic-bezier(.4, 0, .2, 1) var(--reepost-pg-title-delay, 0s),visibility var(--reepost-pg-title-duration, .6s) cubic-bezier(.4, 0, .2, 1) var(--reepost-pg-title-delay, 0s),transform var(--reepost-pg-title-duration, .6s) cubic-bezier(.4, 0, .2, 1) var(--reepost-pg-title-delay, 0s);z-index:var(--reepost-z-content);text-align:center;width:90%;max-width:90%;background:0 0!important;text-shadow:var(--reepost-pg-title-shadow,0 2px 10px rgba(0,0,0,.4))}.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item:hover .gallery-title-overlay{opacity:1;visibility:visible;transform:translate(-50%,-50%) translateY(0) scale(1)}@media (min-width:1025px){.reepost-post-gallery-root[data-title-display-mode-desktop=no_hover][data-title-always-visible-desktop="0"] .reepost-gallery-item .gallery-title-overlay{opacity:1;visibility:visible;transform:translate(-50%,-50%) translateY(0) scale(1)}.reepost-post-gallery-root[data-title-display-mode-desktop=no_hover][data-title-always-visible-desktop="0"] .reepost-gallery-item:hover .gallery-title-overlay{opacity:0;visibility:hidden;transform:translate(-50%,-50%) translateY(20px) scale(.9)}}@media (min-width:768px) and (max-width:1024px){.reepost-post-gallery-root[data-title-display-mode-tablet=no_hover][data-title-always-visible-tablet="0"] .reepost-gallery-item .gallery-title-overlay{opacity:1;visibility:visible;transform:translate(-50%,-50%) translateY(0) scale(1)}.reepost-post-gallery-root[data-title-display-mode-tablet=no_hover][data-title-always-visible-tablet="0"] .reepost-gallery-item:hover .gallery-title-overlay{opacity:0;visibility:hidden;transform:translate(-50%,-50%) translateY(20px) scale(.9)}}@media (max-width:767px){.reepost-post-gallery-root[data-title-display-mode-mobile=no_hover][data-title-always-visible-mobile="0"] .reepost-gallery-item .gallery-title-overlay{opacity:1;visibility:visible;transform:translate(-50%,-50%) translateY(0) scale(1)}.reepost-post-gallery-root[data-title-display-mode-mobile=no_hover][data-title-always-visible-mobile="0"] .reepost-gallery-item:hover .gallery-title-overlay{opacity:0;visibility:hidden;transform:translate(-50%,-50%) translateY(20px) scale(.9)}}.reepost-post-gallery-root.is-tablet[data-title-always-visible-tablet="1"] .reepost-gallery-item .gallery-title-overlay,.reepost-post-gallery-root[data-title-always-visible-desktop="1"] .reepost-gallery-item .gallery-title-overlay{opacity:1!important;visibility:visible!important;transform:translate(-50%,-50%) translateY(0) scale(1)!important}.reepost-post-gallery-root.is-tablet:not([data-title-always-visible-tablet]) .reepost-gallery-item .gallery-title-overlay,.reepost-post-gallery-root.is-tablet[data-title-always-visible-tablet="0"] .reepost-gallery-item .gallery-title-overlay{opacity:0;transform:translate(-50%,-50%) translateY(20px) scale(.9)}.reepost-post-gallery-root.is-tablet:not([data-title-always-visible-tablet]) .reepost-gallery-item:hover .gallery-title-overlay,.reepost-post-gallery-root.is-tablet[data-title-always-visible-tablet="0"] .reepost-gallery-item:hover .gallery-title-overlay{opacity:1;transform:translate(-50%,-50%) translateY(0) scale(1)}.reepost-post-gallery-root.is-mobile[data-title-always-visible-mobile="1"] .reepost-gallery-item .gallery-title-overlay{opacity:1!important;visibility:visible!important;transform:translate(-50%,-50%) translateY(0) scale(1)!important}.reepost-post-gallery-root.is-mobile:not([data-title-always-visible-mobile]) .reepost-gallery-item .gallery-title-overlay,.reepost-post-gallery-root.is-mobile[data-title-always-visible-mobile="0"] .reepost-gallery-item .gallery-title-overlay{opacity:0;transform:translate(-50%,-50%) translateY(20px) scale(.9)}.reepost-post-gallery-root.is-mobile:not([data-title-always-visible-mobile]) .reepost-gallery-item:hover .gallery-title-overlay,.reepost-post-gallery-root.is-mobile[data-title-always-visible-mobile="0"] .reepost-gallery-item:hover .gallery-title-overlay{opacity:1;transform:translate(-50%,-50%) translateY(0) scale(1)}.reepost-post-gallery-root .coming-soon-overlay{position:absolute;text-align:center;z-index:var(--reepost-z-content);opacity:1;transition:opacity .4s,transform .4s;pointer-events:none;white-space:normal;word-break:break-word;display:flex;align-items:center;justify-content:center;text-shadow:var(--reepost-pg-coming-soon-shadow,0 2px 10px rgba(0,0,0,.4))}.reepost-post-gallery-root .coming-soon-overlay.no-bg{background:0 0!important;width:80%!important;height:auto!important;padding:12px 10px!important;border-radius:0!important}.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item:hover .coming-soon-overlay{opacity:0}.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item.is-coming-soon:hover .coming-soon-overlay{opacity:1}.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item[data-video-type] .gallery-img{transition:filter .6s cubic-bezier(.4, 0, .2, 1),transform .6s cubic-bezier(.4, 0, .2, 1),opacity .6s}.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item[data-video-type].video-hover-active .gallery-img{opacity:0}.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item .gallery-video-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:var(--reepost-z-media);opacity:0;pointer-events:none;transition:opacity .6s;overflow:hidden;background:0 0}.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item[data-video-type].video-hover-active .gallery-video-container{opacity:1;pointer-events:auto}.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item.is-coming-soon:hover .gallery-img{filter:none;transform:none}.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item.is-coming-soon[data-video-type]:hover .gallery-img{opacity:1}.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item.is-coming-soon[data-video-type]:hover .gallery-video-container{opacity:0;pointer-events:none}.reepost-post-gallery-root.is-mobile .reepost-gallery-grid .reepost-gallery-item[data-video-type]:hover .gallery-img,.reepost-post-gallery-root.is-tablet .reepost-gallery-grid .reepost-gallery-item[data-video-type]:hover .gallery-img{opacity:1}.reepost-post-gallery-root.is-mobile .reepost-gallery-grid .reepost-gallery-item[data-video-type]:hover .gallery-video-container,.reepost-post-gallery-root.is-tablet .reepost-gallery-grid .reepost-gallery-item[data-video-type]:hover .gallery-video-container{opacity:0;pointer-events:none}.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item .gallery-video-container:empty,.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item:not([data-video-type]) .gallery-video-container{display:none!important}.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item .gallery-video-container iframe,.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item .gallery-video-container video{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;background:0 0}