<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.WGTCGallery__counter {
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  padding: 4px 5px;
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 100;
}

.WGTCGallery__slide {
  display: flex;
  flex-flow: column;
}

.WGTCGallery__slide-content {
  margin: 0;
}

.WGTCGallery__slide-image-container {
  height: 0;
  padding-top: 56.25%;
  position: relative;
}

.WGTCGallery__slide-image {
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.WGTCGallery__slide-caption {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin: 0.5rem 0 -0.25rem;
  text-align: center;
}

.WGTCGallery__ad {
  height: 0;
  padding-top: 56.25%;
  position: relative;
}

.WGTCGallery__ad .proper-ad-unit {
  background: none;
  margin-top: -160px;
  max-height: 320px !important; 
  min-height: 320px !important; 
  position: absolute;
  top: 50%;
}

@media (max-width: 768px) {
  .WGTCGallery__ad .proper-ad-unit {
    margin-top: -25px;
    max-height: 50px !important; 
    min-height: 50px !important; 
  }
}


.WGTCGallery__navigation-button {
  background: url('../img/next.svg') no-repeat 50% 50% rgba(17, 17, 17, 0.6);
  height: 100%;
  margin: 0;
  opacity: 0.6;
  top: 0;
  transition: height 200ms;
  width: 65px;
}

@media (max-width: 768px) {
  .WGTCGallery__navigation-button {
    display: none;
  }
}

.WGTCGallery__navigation-button:hover {
  opacity: 1;
}

.WGTCGallery__navigation-button::after {
  content: '';
}

.WGTCGallery__navigation-button--prev {
  left: 0;
  transform: scaleX(-100%);
}

.WGTCGallery__navigation-button--next {
  right: 0;
}

.WGTCGallery__bullets {
  position: static;
}

.WGTCGallery__bullets .swiper-pagination-bullet {
  background: #E5E5E5;
  border-radius: 0;
  height: 8px;
  opacity: 1 !important;
  width: 8px;
}

.WGTCGallery__bullets .swiper-pagination-bullet-active {
  background: #FE5102;
}</pre></body></html>