body.page-template-template-homepage {
  overflow-x: hidden;
}

.hero-homepage {
  position: relative;
  background-color: var(--primaryDarkerColor);
  padding: 0 30px;
}
.hero-homepage .picture-wrapper {
  height: 300px;
  position: relative;
}
.hero-homepage .picture-wrapper picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.hero-homepage .picture-wrapper picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: left top;
     object-position: left top;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.hero-homepage .video-wrapper {
  height: 300px;
  position: relative;
  display: none;
}
.hero-homepage .video-wrapper .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.hero-homepage .video-wrapper .inner video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: left top;
     object-position: left top;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.hero-homepage.video .picture-wrapper {
  display: none;
}
.hero-homepage.video .video-wrapper {
  display: block;
}
.hero-homepage .hero-content {
  margin: 0;
  padding: 20px 0 70px;
}
.hero-homepage .btn-svg {
  display: flex;
  flex-direction: column;
}
.hero-homepage .btn-svg .btn {
  margin-bottom: 50px;
  line-height: 1.9rem;
}
@media (min-width: 810px) {
  .hero-homepage .btn-svg .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.hero-homepage .slider-top {
  display: flex;
  gap: 20px;
  justify-content: end;
  align-items: center;
  padding-bottom: 10px;
}
.hero-homepage .slider-top p {
  margin-bottom: 0px;
  color: #fff;
}
.hero-homepage .slider-top .arrows {
  display: flex;
  gap: 30px;
}
@media (max-width: 810px) {
  .hero-homepage .slider-top {
    justify-content: space-between;
  }
}
.hero-homepage .slider {
  margin: 20px 0px 0px 0px;
  padding-bottom: 50px;
}
@media (min-width: 810px) {
  .hero-homepage .slick-track {
    display: flex;
  }
}
@media (min-width: 810px) {
  .hero-homepage .slick-track .slick-slide:nth-child(odd) {
    margin: 0 20px;
  }
}
.hero-homepage .box {
  background-color: #2A2C31;
  padding: 20px 28px 14px 28px;
}
.hero-homepage .box .amount {
  color: #CA3E31;
  margin-bottom: 20px;
}
.hero-homepage .box .h5 {
  color: #fff;
}
@media (min-width: 810px) {
  .hero-homepage {
    padding: 0 40px;
  }
  .hero-homepage .picture-wrapper picture img {
    -o-object-position: center top;
       object-position: center top;
  }
  .hero-homepage .hero-content {
    padding: 40px 0 90px;
  }
}
@media (min-width: 1280px) {
  .hero-homepage .inner {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch;
    padding: 10px 0 50px;
    max-width: 1480px;
    margin: 0 auto;
  }
  .hero-homepage .picture-wrapper {
    flex: 0 0 50%;
    order: 2;
    margin: 0;
    height: auto;
    margin: 0;
  }
  .hero-homepage .video-wrapper {
    flex: 0 0 50%;
    order: 2;
    margin: 0;
    height: auto;
    margin: 0;
  }
  .hero-homepage .hero-content {
    flex: 0 0 45%;
    order: 1;
    padding: 90px 0;
    margin: 0;
  }
}

.hero-title {
  font-family: "Playfair Display", serif;
  font-size: 46px;
  font-size: 2.875rem;
  font-weight: 400;
  line-height: 58px;
  line-height: 3.625rem;
  display: block;
  margin-bottom: 15px;
  color: #fff;
}
@media (min-width: 810px) {
  .hero-title {
    font-size: 70px;
    font-size: 4.375rem;
    line-height: 82px;
    line-height: 5.125rem;
    margin-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  .hero-title {
    font-size: 86px;
    font-size: 5.375rem;
    line-height: 98px;
    line-height: 6.125rem;
    margin-bottom: 40px;
  }
}

.hero-subtitle {
  font-family: "Nunito", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 34px;
  line-height: 2.125rem;
  color: #fff;
  display: block;
  margin: 0 0 30px;
}
@media (min-width: 810px) {
  .hero-subtitle {
    margin-bottom: 50px;
  }
}
@media (min-width: 1280px) {
  .hero-subtitle {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 38px;
    line-height: 2.375rem;
    margin-bottom: 60px;
  }
}
