@media (min-width:0px){#gallery img{height:16rem}}@media (min-width:575px){#gallery img{height:18rem}}@media (min-width:768px){#gallery img{height:22rem}}@media (min-width:991px){.gallery-top{margin-top:10rem}.gallery-bottom{margin-bottom:10rem}#gallery img{height:24rem}}@media (min-width:1200px){.gallery-top{margin-top:20rem}.gallery-bottom{margin-bottom:20rem}#gallery img{height:36rem}}@media (min-width:1400px){.gallery-top{margin-top:25rem}.gallery-bottom{margin-bottom:25rem}#gallery img{height:50rem}}.category-wrapper{gap:1rem}.category-wrapper button.active{color:var(--white)!important;border-color:var(--primary)!important;background-color:var(--primary)!important}.transition-03{transition:max-height .36s,opacity .36s;overflow:hidden}#BookMassage.hidden{max-height:0;opacity:0;pointer-events:none}#BookMassage.open{max-height:1200px;opacity:1;pointer-events:auto}#BookMassage{position:relative}.book-loader{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;background:rgba(255,255,255,.92);z-index:10;opacity:0;transition:opacity .25s;pointer-events:none}.book-loader.visible{opacity:1;pointer-events:auto}.book-loader .loader-text{color:#333;font-size:.95rem}.book-loader .spinner{width:36px;height:36px;border-radius:50%;border:4px solid rgba(0,0,0,.08);border-top-color:var(--primary);animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}