﻿@keyframes rotating{100%{transform:rotate(360deg)}}.imageGalleryContainer{display:flex;overflow:hidden;gap:1rem}.imageGalleryContainer.tns-slider{display:block}.imageGallery-item{min-width:570px}.imageGallery-item.tns-item{min-width:unset}.imageGallery-item .imageGallery-itemImage{width:100%;height:auto;margin-bottom:3rem;aspect-ratio:16/12;object-fit:cover}.imageGallery-item .imageGallery-itemImage img{width:100%;height:100% !important;border-radius:8px;object-fit:cover}.imageGallery-item .imageGallery-itemTitle{margin:0 0 2rem 0}.imageGallery-controls{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:3rem 0 0 0;gap:2rem}.imageGallery-arrows{display:flex;gap:1rem}.imageGallery-arrows button{display:flex;width:32px;height:32px;align-items:center;justify-content:center;border:none;border-radius:50%;background-color:#dcdada;cursor:pointer;font-size:0}.imageGallery-arrows button:focus{border:none;outline:none}.imageGallery-arrows button:hover{background-color:#a7a7a7}.imageGallery-arrows button[data-controls=prev]::before{content:"";font-family:"icomoon";font-weight:normal;line-height:1;font-size:1rem}.imageGallery-arrows button[data-controls=next]::before{content:"";font-family:"icomoon";font-weight:normal;line-height:1;font-size:1rem}.imageGallery-dots button{width:12px;height:12px;padding:0;border:none;border-radius:50%;margin:0 4px;background-color:#dcdada;cursor:pointer}.imageGallery-dots button:focus{border:none;outline:none}.imageGallery-dots button.tns-nav-active{background-color:#1f1f1f}