.gallery-thumbs {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 2.5rem 0 5rem 0;
}

.gallery-thumbs .swiper-slide {
  height: 100%;
  width: auto;
  opacity: 0.4;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.slide-layout-default img {
  max-width: 100%;
}

/* SLIDER - DEFAULT*/

.tx-t3cms-slider {
  margin-bottom: 5rem;
}

.slider-container-default {
  background-color: white;
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 5rem;
}

.slider-container-default h2 {
  color: white;
  margin: auto;
  padding: 5rem;
  font-size: 40px;
  font-weight: 700;
}

.slider-container-default h3 {
  margin: .75rem 0;
}

.slider-container-default p {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.slide-layout-default {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1470px;
  margin: auto;
  position: relative;
}

.slide-text-container {
  position: absolute;
  width: 90%;
  height: 90%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.slide-text {
  max-width: 70%;
  font-weight: bold;
}

.slide-text h2 {
  font-size: 70px;
  line-height: 78px;
  margin-bottom: .5rem;
  color: white;
}

.slide-text p {
  font-size: 22px;
  line-height: 30px;
  margin-top: .5rem;
  color: white;
  font-weight: 400;
}

.slide-text-link {
  margin-top: 1rem;
}

.slide-text-link p {
  background-color: #eea849;
  padding: 1rem 2rem;
  border-radius: 2px;
  color: white;
  font-size: 20px;
  width: fit-content;
}