.swiper {
  display: flex;
  flex-direction: column-reverse;
}
.button-wrapper {
  height: 100px;
}
.button-subwrapper {
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: end;
  gap: 30px;
}
.prev-next-buttons {
  position: relative;
  background-color: #002d6c;
  color: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.prev-next-buttons:hover {
  background-color: #114895;
  color: white;
}
.swiper-button-next::after {
  font-size: 20px !important;
}
.swiper-button-prev::after {
  font-size: 20px !important;
}
/*
.video-card iframe {
  position: absolute;
  top: 0;
  left: 0;
   width: 100%;
  height: 100%;
  } */
@media screen and (max-width: 1279px) {
  .prev-next-buttons {
    width: 44px;
    height: 44px;
  }
  .button-wrapper {
    gap: 25px;
  }
}
@media screen and (max-width: 991px) {
  .prev-next-buttons {
    width: 35px;
    height: 35px;
  }
  .swiper-button-next::after {
    font-size: 15px !important;
  }
  .swiper-button-prev::after {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 699px) {
  .galleria-slider {
    position: static;
  }
  .video-slider {
    position: static;
  }
  .go-to-videolibrary-wrapper {
    position: static;
  }
  .button-wrapper {
    height: 0px;
  }
}

.event-expand,
.event-image {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transform-origin: bottom;
}

.event-next,
.event-prev {
  background-color: #ffffff !important;
  color: #002d6c;
}
.anchor.active {
  border-bottom: 10px solid red !important;
  border-bottom-color: ;
}

.tavolo-card {
  transition: background-color 0.3s ease, color 0.3s ease;
}

.tavolo-card:hover {
  background-color: #002d6c;
  color: white;
  height: auto;

  .tavolo-card-content {
    display: none;
  }
  .tavolo-card-button {
    display: flex;
  }
}
.footer-main-category-content-link:hover,
.footer-main-research-area:hover {
  cursor: pointer;
}
