@keyframes loader-spinning{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes loader-blink{0%{opacity:0}50%{opacity:1}100%{opacity:0}}.DNA-module[data-id=Gallery] .DNA-module__container[data-active="0"]{display:none !important}.DNA-module[data-id=Gallery] .DNA-module__list{display:flex;flex-wrap:wrap;gap:2.5em}.DNA-module[data-id=Gallery] .DNA-module__item{width:calc((100% / 3) - (2.5em * calc(3 - 1) / 3));border-radius:.5em;overflow:hidden}.DNA-module[data-id=Gallery] .DNA-module__item>*{display:block;position:relative;cursor:pointer}.DNA-module[data-id=Gallery] .DNA-module__item[data-type=video_local] video{height:100%;object-fit:cover;width:100%;left:0;position:absolute;top:0}.DNA-module[data-id=Gallery] .DNA-module__toggle{display:flex;justify-content:center}.DNA-module[data-id=Gallery] .DNA-module__toggle__wrap{width:5em;aspect-ratio:1/1;background-color:rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:3.5em;cursor:pointer}.DNA-module[data-id=Gallery] .DNA-module__toggle__wrap>*{font-size:1em}.DNA-module[data-id=Gallery] .DNA-module__toggle__wrap[data-open="1"] i{transform:rotate(180deg)}@media(max-width: 1024px){.DNA-module[data-id=Gallery] .DNA-module__list{gap:1em}.DNA-module[data-id=Gallery] .DNA-module__item{width:calc((100% / 2) - (1em * calc(2 - 1) / 2))}}
