.lightbox__trigger{cursor:-webkit-zoom-in;cursor:zoom-in;-webkit-transition:opacity .3s cubic-bezier(.3,0,.2,1);-o-transition:opacity .3s cubic-bezier(.3,0,.2,1);transition:opacity .3s cubic-bezier(.3,0,.2,1)}.lightbox__trigger:focus-visible,.lightbox__trigger:hover{opacity:.8}.lightbox__trigger:focus-visible{outline:.125rem solid #b55c2b;outline-offset:.125rem}.lightbox{bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;left:0;position:fixed;right:0;top:0;z-index:9999;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.lightbox__backdrop{background-color:rgba(29,29,27,.88);bottom:0;left:0;position:absolute;right:0;top:0}.lightbox__panel{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;height:100%;justify-content:center;padding:4.5rem;width:100%}@media only screen and (max-width:767px){.lightbox__panel{padding:3.5rem 1rem}}@media only screen and (min-device-width:360px)and (max-device-width:767px)and (orientation:landscape){.lightbox__panel{padding:3.5rem 1rem}}.lightbox__figure{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;max-height:100%;max-width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem}.lightbox__image{display:block;height:auto;max-height:78vh;max-width:100%;-o-object-fit:contain;object-fit:contain;width:auto}.lightbox__caption{color:#fff;font-size:.9375rem;margin:0;max-width:50rem;text-align:center}.lightbox__close,.lightbox__nav{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;background-color:#1d1d1b;border:0;border-radius:50%;-webkit-box-shadow:inset 0 0 0 .0625rem hsla(0,0%,100%,.2);box-shadow:inset 0 0 0 .0625rem hsla(0,0%,100%,.2);color:#fff;cursor:pointer;height:2.75rem;justify-content:center;line-height:1;-webkit-transition:all .3s cubic-bezier(.3,0,.2,1);-o-transition:all .3s cubic-bezier(.3,0,.2,1);transition:all .3s cubic-bezier(.3,0,.2,1);width:2.75rem}.lightbox__close:hover,.lightbox__nav:hover{background-color:#b55c2b}.lightbox__close:focus-visible,.lightbox__nav:focus-visible{outline:.125rem solid #b55c2b;outline-offset:.125rem}@media only screen and (max-width:767px){.lightbox__close,.lightbox__nav{height:2.25rem;width:2.25rem}}@media only screen and (min-device-width:360px)and (max-device-width:767px)and (orientation:landscape){.lightbox__close,.lightbox__nav{height:2.25rem;width:2.25rem}}.lightbox__close{font-size:1.75rem;right:1.25rem;top:1.25rem}@media only screen and (max-width:767px){.lightbox__close{font-size:1.375rem}}@media only screen and (min-device-width:360px)and (max-device-width:767px)and (orientation:landscape){.lightbox__close{font-size:1.375rem}}.lightbox__nav{top:50%;-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.lightbox__nav:before{border-right:.125rem solid #fff;border-top:.125rem solid #fff;content:"";height:.5625rem;width:.5625rem}.lightbox__nav--prev{left:1rem}.lightbox__nav--prev:before{margin-left:.1875rem;-webkit-transform:rotate(-135deg);-o-transform:rotate(-135deg);transform:rotate(-135deg)}.lightbox__nav--next{right:1rem}.lightbox__nav--next:before{margin-right:.1875rem;-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.lightbox__counter{bottom:1.25rem;color:#fff;font-size:.875rem;left:0;margin:0;position:absolute;right:0;text-align:center}body.has-lightbox{overflow:hidden}@media(prefers-reduced-motion:reduce){.lightbox__close,.lightbox__nav,.lightbox__trigger{-webkit-transition:none;-o-transition:none;transition:none}}