.gallery-image img{height:500px;object-fit:cover;transition-duration:.5s;width:100%}.gallery-nav{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:40px;padding:0}.nav-nav{gap:32px}.gallery-prev,.nav-nav{align-items:center;display:flex;justify-content:center}.gallery-prev{background-color:#ee7203;border-radius:100%;cursor:pointer;flex-direction:row;height:32px;width:32px}.gallery-prev img{height:auto;width:50%}.gallery-next{align-items:center;background-color:#ee7203;border-radius:100%;cursor:pointer;display:flex;height:32px;justify-content:center;width:32px}.gallery-next img{height:auto;width:50%}.swiper-button-disabled{background-color:#000}.nav-nav-mobile{display:none}@media screen and (max-width:768px){.nav-nav{display:none}.nav-title{padding:0 32px}.nav-nav-mobile{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:16px 32px;width:100%}}