.hero {
  padding-top: 1.25rem;
  display: block;
  justify-content: center;
  width: 100%;
  height: fit-content;
}

.header-spacing {
  margin-top: 150px;
}

.hero__inner {
  width: fit-content;
  position: relative;
  min-height: 500px;
  height: calc(100vh - 150px - 20px - 86px);
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

@media (min-height: calc(8.438rem + 500px + 300px + 40px)) {
  .hero__inner {
    height: auto;
  }
}
.hero__heading {
  max-width: 35rem;
  font-weight: 600;
  font-variant: all-small-caps;
  margin-bottom: 1rem;
  line-height: 94.613%;
}

.hero__text-container {
  max-height: fit-content;
  overflow: visible;
}

.hero__subheading {
  max-width: 38rem;
}

.hero-slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero-slider .hero-slider-image {
  max-height: 500px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-slider .swiper-wrapper {
  max-height: 500px;
}
.hero-slider .swiper-pagination {
  padding-left: 2rem;
  padding-bottom: 1rem;
  bottom: 0 !important;
  display: flex;
  justify-content: start;
}
.hero-slider .swiper-pagination-bullet {
  width: 1.0625rem;
  height: 1.0625rem;
  background-color: #FFFFFF;
  opacity: 1;
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  transition: 0.15s ease-out;
}
.hero-slider .swiper-pagination-bullet-active {
  width: 2rem;
}

@media (max-width: 883px) {
  .hero-slider .swiper-pagination {
    justify-content: center;
  }
}
.swiper-controls {
  position: absolute;
  bottom: 1rem;
  right: 2rem;
  z-index: 10;
  color: "black";
}

.hero-slider__pause-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border: none;
  width: 2rem;
  height: 1rem;
  border-radius: 1rem;
  cursor: pointer;
}
.hero-slider__pause-button img {
  height: 0.9rem;
}

.hero-slider__slider-container {
  margin-top: 40px;
}

.hero-slider {
  border-radius: 35px 0px 35px 35px;
}

.hero-slider-wrapper {
  position: relative;
}

.hero-slider__notch {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 335px;
  height: 85px;
  z-index: 5;
  background-color: white;
  clip-path: path("M 0,0 L 335,0 L 335,85 A 35,35 0,0,0 300,50 L 83,50 A 35,35 0,0,1 57,40 L 26,10 A 35,35 0,0,0 0,0 Z");
}

.hero-slider__notch.duplicate {
  right: -2px;
  top: -2px;
  z-index: 4;
}

.hero-slider__appointment-button-container-wrapper {
  position: absolute;
  display: flex;
  justify-content: center;
  padding-top: calc(8rem + 40px);
  height: 100%;
  width: 100%;
  z-index: 3;
  top: 0;
  left: 0;
  pointer-events: none;
}

.hero-slider__appointment-button-container {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: end;
  overflow: visible;
}

.hero-slider__appointment-button-container .book-appointment-button {
  position: absolute;
  top: -1.25rem;
}

.hero__floating-button-container {
  position: static;
  pointer-events: none;
}

.hero__floating-button-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
.hero__floating-button-wrapper .book-appointment-button {
  position: fixed;
  z-index: 99;
  bottom: 12px;
  display: none;
}

@media (max-width: 883px) {
  .header-spacing {
    margin-top: 199px;
  }
  .hero__inner {
    height: auto;
  }
  .hero-slider__notch {
    display: none;
  }
  .hero-slider__slider-container {
    padding-left: 0;
    padding-right: 0;
  }
  .hero-slider {
    border-radius: 0;
    height: 689px;
  }
  .hero-slider__appointment-button-container-wrapper {
    padding: 0;
    position: fixed;
    height: 100dvh;
  }
  .hero-slider__appointment-button-container {
    justify-content: center;
  }
  .hero-slider__appointment-button-container .book-appointment-button {
    top: auto;
    bottom: 50px;
    display: none;
  }
  .hero-slider {
    height: 100%;
  }
  .hero-slider .swiper-wrapper {
    max-height: none;
  }
  .hero-slider .swiper-slide {
    height: 689px;
  }
  .hero-slider .hero-slider-image {
    height: 100%;
    max-height: 689px;
  }
}
@media (max-width: 585px) {
  .swiper-pagination {
    width: auto !important;
    right: 0.5rem !important;
    left: auto !important;
  }
  .swiper-controls {
    display: none;
  }
}

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