@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.gallery-component{display:flex;flex-direction:column;position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:999999}.gallery-component__header{display:flex;justify-content:space-between;align-items:center;padding:16px}.gallery-component__title{font-size:12px;line-height:16px}@media (max-width: 1199px){.gallery-component__title{font-size:12px}}.gallery-component__close{border:none;margin:0;font:inherit;color:inherit;background:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:inherit;text-decoration:none;text-transform:none;letter-spacing:inherit;word-spacing:inherit;line-height:inherit;outline:none;padding:0 8px;font-size:22px;line-height:1}.gallery-component__close::-moz-focus-ring{outline:none}.gallery-component__images{flex-grow:1;min-height:0;max-height:100%;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#edeff3 transparent}.gallery-component__images img{display:block;width:100%;margin-bottom:16px;border-radius:12px}.gallery-component__single{flex-grow:1;min-height:0;display:flex;align-items:center;justify-content:center;position:relative;padding:32px}@media (max-width: 1199px){.gallery-component__single{padding:16px}}.gallery-component__single-image{width:100%;aspect-ratio:2/1;max-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center}.gallery-component__single-image img{max-width:100%;max-height:100%;border-radius:12px}.gallery-component__nav{padding:0;border:none;margin:0;font:inherit;color:inherit;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:inherit;text-decoration:none;text-transform:none;letter-spacing:inherit;word-spacing:inherit;line-height:inherit;outline:none;position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #edeff3;border-radius:50%;cursor:pointer;transition:all .2s ease;z-index:10}.gallery-component__nav::-moz-focus-ring{outline:none}@media (max-width: 1199px){.gallery-component__nav{width:40px;height:40px}}@media (max-width: 767px){.gallery-component__nav{display:none}}.gallery-component__nav svg{width:20px;height:20px}@media (max-width: 1199px){.gallery-component__nav svg{width:16px;height:16px}}.gallery-component__nav:hover:not(:disabled){background:#edeff3;border-color:#edeff3}.gallery-component__nav:disabled{opacity:.3;cursor:not-allowed}.gallery-component__nav--prev{left:32px}@media (max-width: 1199px){.gallery-component__nav--prev{left:16px}}.gallery-component__nav--next{right:32px}@media (max-width: 1199px){.gallery-component__nav--next{right:16px}}.gallery-component__nav--next svg{transform:rotate(180deg)}.gallery-component__counter{position:absolute;bottom:32px;left:50%;transform:translate(-50%);background:#1d1d1db3;color:#fff;padding:8px 16px;border-radius:20px;font-size:12px;line-height:16px;display:flex;flex-direction:column;align-items:center;gap:4px;white-space:nowrap}@media (max-width: 1199px){.gallery-component__counter{font-size:12px}}@media (max-width: 1199px){.gallery-component__counter{bottom:16px}}.gallery-component__counter-note{font-size:12px;line-height:16px;opacity:.75;font-style:italic}@media (max-width: 1199px){.gallery-component__counter-note{font-size:12px}}.gallery-component__grid-trigger{padding:0;border:none;margin:0;font:inherit;color:inherit;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:inherit;text-decoration:none;text-transform:none;letter-spacing:inherit;word-spacing:inherit;line-height:inherit;outline:none;position:absolute;bottom:32px;right:32px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #edeff3;border-radius:50%;cursor:pointer;transition:all .2s ease;z-index:10}.gallery-component__grid-trigger::-moz-focus-ring{outline:none}@media (max-width: 1199px){.gallery-component__grid-trigger{width:40px;height:40px;bottom:16px;right:16px}}.gallery-component__grid-trigger svg{width:24px;height:24px}@media (max-width: 1199px){.gallery-component__grid-trigger svg{width:20px;height:20px}}.gallery-component__grid{flex-grow:1;display:flex;align-items:center;justify-content:center;padding:32px 0;overflow-y:auto;min-height:0}@media (max-width: 1199px){.gallery-component__grid{padding:16px 0}}@media (max-width: 767px){.gallery-component__grid{align-items:flex-start;padding:16px 0}}.gallery-component__grid-items{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:minmax(60px,auto);gap:16px;width:100%;max-width:1200px}@media (max-width: 1199px){.gallery-component__grid-items{gap:8px;grid-auto-rows:minmax(40px,auto)}}.gallery-component__grid-item{overflow:hidden;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.gallery-component__grid-item img{width:100%;height:100%;object-fit:cover;border-radius:12px}.gallery-component__grid-item:hover{transform:scale(1.02);opacity:.9}.gallery-component__grid-item[data-position="0"]{grid-column:1/7;grid-row:span 6}.gallery-component__grid-item[data-position="1"]{grid-column:7/13;grid-row:span 5}.gallery-component__grid-item[data-position="2"]{grid-column:7/10;grid-row:span 4}.gallery-component__grid-item[data-position="3"]{grid-column:10/13;grid-row:span 4}.gallery-component__grid-item[data-position="4"]{grid-column:1/7;grid-row:span 4}.gallery-component__grid-item:nth-child(n+6){grid-column:span 4;grid-row:span 4}@media (max-width: 767px){.gallery-component__grid-item[data-position="0"],.gallery-component__grid-item[data-position="1"],.gallery-component__grid-item[data-position="2"],.gallery-component__grid-item[data-position="3"],.gallery-component__grid-item[data-position="4"],.gallery-component__grid-item[data-position="5"],.gallery-component__grid-item[data-position="6"],.gallery-component__grid-item[data-position="7"],.gallery-component__grid-item:nth-child(n+9){grid-column:span 6;grid-row:span 6}.gallery-component__grid-item[data-position="0"],.gallery-component__grid-item:nth-child(1){grid-column:span 12;grid-row:span 6}}.gallery-component--visible-enter-active,.gallery-component--visible-leave-active{transition:all .2s ease}.gallery-component--visible-enter-from,.gallery-component--visible-leave-to{opacity:0;transform:translateY(10vh)}.gallery-component--visible-enter-to,.gallery-component--visible-leave-from{opacity:1;transform:translateY(0)}
