@import "../template.css";
@media (max-width: 767px) {
}@media screen and (max-width: 767px) {
}.page-odivadle .section-wide {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.page-odivadle .section-wide.first {
  position: relative;
  margin-top: -20rem;
  padding-top: 0;
}
@media (max-width: 992px) {
  .page-odivadle .section-wide.first {
    margin-top: -12rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .page-odivadle .section-wide.first {
    margin-top: -12rem;
  }
}
.page-odivadle .section-dark {
  padding: 0;
}
.page-odivadle .span6 .componentImages {
  margin-top: 0;
}
@media (max-width: 992px) {
  .page-odivadle .span6 .componentImages {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .page-odivadle .span6 .componentImages {
    margin-top: 2rem;
  }
}
.page-odivadle .header-bg {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-odivadle .header-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
:root {
  --swiper-theme-color: white;
  --swiper-pagination-bullet-inactive-color: transparent;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-width: 35px;
  --swiper-pagination-bullet-height: 35px;
  --swiper-pagination-bullet-border-radius: 35px;
  --swiper-pagination-bullet-horizontal-gap: 3px;
  --swiper-pagination-bottom: 0;
}
/* HOME SWIPER */
.section-home-swiper {
  padding-bottom: 8rem !important;
}
@media (max-width: 992px) {
  .section-home-swiper {
    padding-bottom: 4rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .section-home-swiper {
    padding-bottom: 4rem !important;
  }
}
.section-home-swiper .swiper {
  width: 100%;
  height: 100%;
  border-radius: var(--borderRadiusLarge);
}
.section-home-swiper .swiper-slide {
  background-position: center;
  background-size: cover;
  background-color: #000;
}
.section-home-swiper .swiper-slide .item-img-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 65%;
}
.section-home-swiper .swiper-slide .item-img-wrapper::after {
  content: '';
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(0deg, #000000 20%, rgba(0, 0, 0, 0) 65%);
  opacity: 1;
}
@media (max-width: 992px) {
  .section-home-swiper .swiper-slide .item-img-wrapper {
    padding-top: 110%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .section-home-swiper .swiper-slide .item-img-wrapper {
    padding-top: 110%;
  }
}
.section-home-swiper .swiper-slide .item-img-wrapper img {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .section-home-swiper .excerpt {
    margin-top: -8rem;
  }
}
@media screen and (max-width: 767px) {
  .section-home-swiper .excerpt {
    margin-top: -8rem;
  }
}
.section-home-swiper .excerpt .excerpt-wrapper {
  max-width: 970px;
  padding-bottom: 100px;
  color: var(--primary);
}
