.hero-slider-container {
  max-width: initial;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero-slider-container.swiper-container {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}
.hero-slider-container.swiper-container .swiper-slide {
  display: flex;
  flex-direction: column;
  padding-top: 5.625rem;
  padding-left: 6.25rem;
  padding-right: 6.25rem;
  padding-bottom: 4.625rem;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media only screen and (max-width: 821px) {
  .hero-slider-container.swiper-container .swiper-slide {
    justify-content: center;
    padding-top: 60px;
  }
}
.hero-slider-container .title {
  font-family: Windsor;
  font-size: 12.5625rem;
  font-weight: 300;
  line-height: 0.7412935323;
  letter-spacing: -0.02em;
  max-width: 89.1875rem;
  margin-left: auto;
  margin-right: auto;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 821px) {
  .hero-slider-container .title {
    flex-grow: 0;
  }
}
.hero-slider-container .baseline {
  font-family: Open Sans;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5833333333;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 821px) {
  .hero-slider-container .baseline {
    font-size: var(--global--font-size-text);
    margin-top: 2.5rem;
  }
}
.hero-slider-container .ending-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 6.25rem;
  padding-right: 6.25rem;
  margin-bottom: 2.6875rem;
}
.hero-slider-container .ending-container:before {
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 821px) {
  .hero-slider-container .ending-container:before {
    opacity: 0;
  }
}
.hero-slider-container .wc-block-slider__controls {
  left: 6.25rem;
  right: initial;
  bottom: 0;
}
.hero-slider-container .wc-block-slider__controls .wc-block-slider__control {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.hero-slider-container .wc-block-slider__controls .wc-block-slider__control path {
  fill: #ffffff;
}
@media only screen and (max-width: 821px) {
  .hero-slider-container .wc-block-slider__controls {
    bottom: 30%;
    column-gap: 4.125vw;
    left: 8.25vw;
    justify-content: space-between;
  }
}
.hero-slider-container .circle-cta .decoration {
  width: 15.25rem;
  height: 15.25rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: transparent;
}
@media only screen and (max-width: 821px) {
  .hero-slider-container .circle-cta .decoration {
    width: 120px;
    height: 120px;
  }
}
.hero-slider-container .circle-cta .decoration:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
  background-color: #ffffff;
  opacity: 0;
  transition: opacity 0.5s linear;
}
.hero-slider-container .circle-cta:hover .decoration {
  border-width: 0;
}
.hero-slider-container .circle-cta:hover .decoration:before {
  opacity: 1;
}
.hero-slider-container .circle-cta:hover .caption {
  color: #B82D25;
}

/*# sourceMappingURL=hero-slider.css.map */
