.template-homepage .video-container {
  position: relative;
  height: 800px;
}
@media (max-width: 879px) {
  .template-homepage .video-container {
    height: 350px;
    margin-bottom: 70px;
  }
}
.template-homepage .video-container .intro-video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.template-homepage .homepage-swiper {
  padding: 0 1rem;
}
@media (min-width: 880px) {
  .template-homepage .homepage-swiper {
    min-height: 80dvh;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 879px) {
  .template-homepage .homepage-swiper {
    padding: 0;
  }
}
.template-homepage .homepage-swiper .swiper-wrapper {
  padding: 50px 0;
}
@media (max-width: 879px) {
  .template-homepage .homepage-swiper .swiper-wrapper {
    align-items: flex-start;
    padding: 0;
  }
  .template-homepage .homepage-swiper .swiper-wrapper .swiper-slide {
    align-items: normal;
  }
}
.template-homepage .homepage-swiper .swiper-button-prev,
.template-homepage .homepage-swiper .swiper-button-next {
  color: #085083;
}
.template-homepage .homepage-swiper .swiper-pagination-bullet {
  background-color: #085083;
}
@media (max-width: 879px) {
  .template-homepage .homepage-swiper .swiper-pagination {
    display: block !important;
  }
}
.template-homepage .intro-collection {
  height: 100%;
}
.template-homepage .intro-collection .poster-img {
  height: 400px;
}
.template-homepage .intro-collection .poster-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.template-homepage .intro-collection .title {
  height: 180px;
}
@media (min-width: 880px) {
  .template-homepage .intro-collection .title::before {
    content: "";
    border-left: 3px solid #226695;
    position: absolute;
    height: 300px;
    bottom: 0;
    left: 25px;
  }
}
.template-homepage .intro-collection .title .caption {
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}
.template-homepage .intro-collection .title .collection-name {
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 6px;
}
.template-homepage .intro-collection .title .intro-text {
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 16px;
}
.template-homepage .intro-collection .title .btn-intro {
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.56px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  padding: 8px 40px;
}
@media (min-width: 880px) {
  .template-homepage .intro-collection {
    height: 100%;
  }
  .template-homepage .intro-collection .title {
    height: 220px;
  }
}
@media (min-width: 880px) and (min-width: 880px) {
  .template-homepage .intro-collection .title::before {
    content: "";
    border-left: 3px solid #226695;
    position: absolute;
    height: 450px;
    bottom: 0;
    left: 25px;
  }
}
@media (min-width: 880px) {
  .template-homepage .intro-collection .title .caption {
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
  }
  .template-homepage .intro-collection .title .collection-name {
    font-size: 40px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 16px;
  }
  .template-homepage .intro-collection .title .intro-text {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 16px;
  }
  .template-homepage .intro-collection .title .btn-intro {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.56px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 48px;
  }
}
@media (max-width: 879px) {
  .template-homepage .intro-collection {
    text-align: center;
    height: unset;
  }
  .template-homepage .intro-collection .poster-img {
    height: 43vh;
  }
  .template-homepage .intro-collection .poster-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  .template-homepage .intro-collection .title {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    height: unset;
    padding: 30px;
    background-image: unset;
  }
  .template-homepage .intro-collection .title .caption {
    line-height: 1;
    text-transform: uppercase;
    color: #2C2C2C;
    font-weight: bold;
  }
  .template-homepage .intro-collection .title .collection-name {
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
  }
  .template-homepage .intro-collection .title .intro-text {
    line-height: 1.2;
    color: #2C2C2C;
    max-width: 450px;
    margin: 5px auto 20px auto;
  }
  .template-homepage .intro-collection .title .btn-intro {
    padding: 12px 70px;
  }
}/*# sourceMappingURL=home.css.map */