.Gallery_container__07a82{justify-content:space-between;align-items:center;padding:10px 20px}.Gallery_title__fk6d4{color:red;margin-left:20px}.Gallery_gallery__Xn9_J{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;padding:16px}.Gallery_imageContainer__3DEnS{cursor:pointer;position:relative;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;border-radius:8px;overflow:hidden}.Gallery_imageContainer__3DEnS:hover{transform:scale(1.05);box-shadow:0 4px 20px rgba(0,0,0,.2)}.Gallery_galleryImage__R7ok6{display:block;object-fit:cover;width:100%;height:200px;border-radius:8px;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out}.Gallery_galleryImage__R7ok6:hover{transform:scale(1.1);box-shadow:0 2px 10px rgba(0,0,0,.5)}.Gallery_modal___9H0b{display:flex;justify-content:center;align-items:center;position:fixed;z-index:1000000;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.8)}.Gallery_modalContent__QQY0E{display:flex;align-items:center;justify-content:space-between;position:relative;width:80%;max-width:900px}.Gallery_modalImage__B2m_a{border-radius:8px;max-width:100%;max-height:90vh}.Gallery_close__RFykr{position:absolute;top:20px;right:20px;color:#fff;font-size:30px;font-weight:700;cursor:pointer}.Gallery_nextBtn__J_hE3,.Gallery_prevBtn__rDAH2{background-color:transparent;border:none;color:#fff;font-size:40px;cursor:pointer;padding:10px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.Gallery_nextBtn__J_hE3:hover,.Gallery_prevBtn__rDAH2:hover{color:#bbb}@media (max-width:1024px){.Gallery_gallery__Xn9_J{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Gallery_gallery__Xn9_J{grid-template-columns:1fr}}.Loading_loaderContainer___iZKb{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;background-color:rgba(0,0,0,.8);color:#fff;z-index:10000}.Loading_newsIcon__qDK8B{width:80px;height:80px;border:10px solid hsla(0,0%,100%,.2);border-top-color:#c90603;border-radius:50%;animation:Loading_spin__KWwaf 1.5s linear infinite;margin-bottom:20px}.Loading_loadingText__9wQfv{font-size:24px;font-weight:700}.Loading_dots__A0ak0{animation:Loading_dots__A0ak0 1.2s steps(5) infinite}@keyframes Loading_spin__KWwaf{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes Loading_dots__A0ak0{0%{content:"."}33%{content:".."}66%{content:"..."}to{content:""}}