.hero-slider {
  overflow-y: hidden;
  background-color: var(--text-primary-color);
  transition: background-color 0.35s ease, opacity 0.35s ease-in-out;
}
@media only screen and (max-width: 991.98px) {
  .hero-slider {
    height: auto !important;
  }
}
.hero-slider .hero-swiper {
  opacity: 0;
  transition: opacity 0.35s ease;
}
@media only screen and (max-width: 991.98px) {
  .hero-slider .hero-swiper {
    display: flex;
    flex-direction: column;
  }
}
.hero-slider .hero-swiper.swiper-initialized {
  opacity: 1;
}
@media only screen and (max-width: 991.98px) {
  .hero-slider .swiper-slide {
    height: auto !important;
  }
}
.hero-slider .swiper-slide.has-video .hero-media.video {
  display: block;
}
.hero-slider .swiper-slide.has-video .hero-media.image {
  display: none;
}
@media only screen and (max-width: 991.98px) {
  .hero-slider .swiper-slide.has-video .hero-media.video {
    display: none;
  }
  .hero-slider .swiper-slide.has-video .hero-media.image {
    display: block;
  }
}
.hero-slider .hero-swiper-pagination .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 2px;
  margin: 0 4px;
  background: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  border-radius: 2px;
}
.hero-slider .hero-swiper-pagination .swiper-pagination-bullet .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background: #fff;
  transition: width linear;
}
.hero-slider .swiper-counter {
  color: #fff;
}
.hero-slider .swiper-play-pause {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #fff;
  padding: 0;
}
.hero-slider .swiper-play-pause svg {
  width: 30px;
  height: 30px;
  display: block;
  fill: currentColor;
}
.hero-slider .swiper-controls {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  box-sizing: border-box;
  position: absolute;
  bottom: 60px;
  right: 20px;
  z-index: 1;
}
@media only screen and (max-width: 991.98px) {
  .hero-slider .swiper-controls {
    width: 100%;
    position: relative;
    bottom: 10px;
    padding: 0 24px;
    right: 0;
  }
}
@media (min-width: 1440px) {
  .hero-slider .swiper-controls {
    right: calc((100vw - 1400px) / 2);
  }
}
.hero-slider .swiper-controls .hero-swiper-button-next, .hero-slider .swiper-controls .hero-swiper-button-prev {
  position: relative;
  opacity: 1;
  left: unset;
  right: unset;
  top: unset;
  height: unset;
  margin-top: unset;
  transition: transform cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
}
.hero-slider .swiper-controls .swiper-counter {
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  background: #1b1b1b;
  padding: 2px 6px;
  border-radius: 20%;
}
.hero-slider .swiper-controls .swiper-counter span {
  font-size: 14px;
}
@media only screen and (min-width: 992px) {
  .hero-slider .swiper-controls .hero-swiper-button-next:hover {
    transform: translateX(7px);
  }
  .hero-slider .swiper-controls .hero-swiper-button-prev:hover {
    transform: translateX(-7px);
  }
}
.hero-slider .swiper-controls .swiper-pagination {
  width: 100%;
  position: relative;
  bottom: unset;
  top: unset;
  position: relative;
  display: flex;
  align-items: center;
}
.hero-slider .swiper-controls .swiper-pagination .swiper-pagination-bullet {
  height: 2px;
  opacity: 1;
  background-color: rgba(153, 153, 153, 0.6);
}
@media only screen and (min-width: 992px) {
  .hero-slider .swiper-controls .swiper-pagination .swiper-pagination-bullet {
    width: 100px;
  }
}
.hero-slider.contrast-dark {
  background-color: white;
}
.hero-slider.contrast-dark .swiper-controls .swiper-button-next:after {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 19'%3E%3Cpath stroke='%231b1b1b' d='M0 9.5h28M18.646 18.646l9-9M18.646.354l9 9'/%3E%3C/svg%3E");
}
.hero-slider.contrast-dark .swiper-controls .swiper-button-prev:after {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 19'%3E%3Cpath stroke='%231b1b1b' d='M28 9.5H0M9.354 18.646l-9-9M9.354.354l-9 9'/%3E%3C/svg%3E");
}
.hero-slider.contrast-dark .swiper-controls .swiper-pagination .swiper-pagination-bullet {
  border: 2px solid #1b1b1b;
}
.hero-slider.contrast-dark .swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1b1b1b;
}
@media only screen and (min-width: 992px) {
  .hero-slider .hero-swiper {
    height: 100% !important;
  }
}
.hero-slider .hero-slide {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 120px 0 54px;
  box-sizing: border-box;
}
@media only screen and (max-width: 991.98px) {
  .hero-slider .hero-slide {
    padding: 0;
    height: 100%;
    background-image: none !important;
  }
}
.hero-slider .hero-slide.vertical-alignment-top {
  align-items: flex-start;
}
.hero-slider .hero-slide.vertical-alignment-center {
  align-items: center;
}
.hero-slider .hero-slide.vertical-alignment-bottom {
  align-items: flex-end;
}
.hero-slider .hero-slide.horizontal-alignment-left {
  justify-content: flex-start;
}
.hero-slider .hero-slide.horizontal-alignment-left .page-width .text-container-wrapper {
  margin-left: 0;
  margin-right: auto;
}
.hero-slider .hero-slide.horizontal-alignment-left .hero-frames .hero-frames-wrapper {
  margin-left: auto;
  margin-right: 0;
}
.hero-slider .hero-slide.horizontal-alignment-center {
  justify-content: center;
}
.hero-slider .hero-slide.horizontal-alignment-center .hero-frames .hero-frames-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.hero-slider .hero-slide.horizontal-alignment-center .text-container-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.hero-slider .hero-slide.horizontal-alignment-right {
  justify-content: flex-end;
}
.hero-slider .hero-slide.horizontal-alignment-right .page-width .text-container-wrapper {
  margin-left: auto;
  margin-right: 0;
}
.hero-slider .hero-slide.horizontal-alignment-right .hero-frames .hero-frames-wrapper {
  margin-left: 0;
  margin-right: auto;
}
.hero-slider .hero-slide .overlay-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100px;
  height: 33vh;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  opacity: 0.85;
}
@media only screen and (max-width: 991.98px) {
  .hero-slider .hero-slide .overlay-top {
    display: none;
  }
}
.hero-slider .hero-slide .overlay-bottom {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 65vh;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.65;
}
.hero-slider .hero-slide .page-width {
  flex: 1;
}
.hero-slider .hero-slide .page-width .text-container-wrapper {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width: 992px) {
  .hero-slider .hero-slide .page-width .text-container-wrapper {
    padding: 0 20px;
  }
}
.hero-slider .hero-slide .page-width .text-container-wrapper .text-container {
  position: relative;
  width: 100%;
  color: white;
  text-align: left;
}
@media only screen and (max-width: 991.98px) {
  .hero-slider .hero-slide .page-width .text-container-wrapper .text-container {
    padding-top: 64px;
    padding-bottom: 20px;
  }
}
.hero-slider .hero-slide .page-width .text-container-wrapper .text-container.text-alignment-left {
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .hero-slider .hero-slide .page-width .text-container-wrapper .text-container.text-alignment-center {
    text-align: center;
  }
  .hero-slider .hero-slide .page-width .text-container-wrapper .text-container.text-alignment-center .text,
  .hero-slider .hero-slide .page-width .text-container-wrapper .text-container.text-alignment-center .button {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-slider .hero-slide .page-width .text-container-wrapper .text-container.text-alignment-right {
    text-align: right;
  }
  .hero-slider .hero-slide .page-width .text-container-wrapper .text-container.text-alignment-right .text,
  .hero-slider .hero-slide .page-width .text-container-wrapper .text-container.text-alignment-right .button {
    margin-left: auto;
    margin-right: 0;
  }
}
.hero-slider .hero-slide .page-width .text-container-wrapper .text-container .subheading {
  font-size: 14px;
  letter-spacing: 0.02em;
  margin-bottom: 14px;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.8s cubic-bezier(0.45, 0, 0.27, 1), transform 0.8s cubic-bezier(0.45, 0, 0.27, 1);
}
@media only screen and (min-width: 992px) {
  .hero-slider .hero-slide .page-width .text-container-wrapper .text-container .subheading {
    font-size: 18px;
  }
}
.hero-slider .hero-slide .page-width .text-container-wrapper .text-container .subheading * {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 992px) {
  .hero-slider .hero-slide .page-width .text-container-wrapper .text-container .subheading * {
    font-size: 18px;
  }
}
.hero-slider .hero-slide .page-width .text-container-wrapper .text-container .heading {
  font-size: 32px;
  font-weight: 100;
  margin-bottom: 14px;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.8s cubic-bezier(0.45, 0, 0.27, 1), transform 0.8s cubic-bezier(0.45, 0, 0.27, 1);
  transition-delay: 0.2s;
}
@media only screen and (min-width: 992px) {
  .hero-slider .hero-slide .page-width .text-container-wrapper .text-container .heading {
    font-size: 44px;
  }
}
.hero-slider .hero-slide .page-width .text-container-wrapper .text-container .heading * {
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 992px) {
  .hero-slider .hero-slide .page-width .text-container-wrapper .text-container .heading * {
    font-size: 44px;
  }
}
.hero-slider .hero-slide .page-width .text-container-wrapper .text-container .text {
  font-size: 18px;
  font-weight: 100;
  margin-bottom: 24px;
  line-height: 24px;
  max-width: 600px;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.8s cubic-bezier(0.45, 0, 0.27, 1), transform 0.8s cubic-bezier(0.45, 0, 0.27, 1);
  transition-delay: 0.4s;
}
.hero-slider .hero-slide .page-width .text-container-wrapper .text-container .text * {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 991.98px) {
  .hero-slider .hero-slide .page-width .text-container-wrapper .text-container .text.hide_text_mobile {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .hero-slider .hero-slide .page-width .text-container-wrapper .text-container .text.hide_text_desktop {
    display: none !important;
  }
}
.hero-slider .hero-slide .page-width .text-container-wrapper .text-container .button-wrapper {
  display: flex;
  flex-direction: row;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.8s cubic-bezier(0.45, 0, 0.27, 1), transform 0.8s cubic-bezier(0.45, 0, 0.27, 1), background 0.5s ease;
  transition-delay: 0.6s;
}
.hero-slider .hero-slide .page-width .text-container-wrapper .text-container .button-wrapper .button {
  margin-right: 14px;
}
.hero-slider .hero-slide .page-width .text-container-wrapper .text-container .button-wrapper .button a {
  display: flex;
  align-items: center;
  color: #fff;
}
.hero-slider .hero-slide .page-width .text-container-wrapper .text-container .button-wrapper .button a svg {
  width: 6px;
  margin-left: 8px;
}
.hero-slider .hero-slide .page-width .text-container-wrapper .text-container .button-wrapper .button a:last-child {
  margin-right: 0;
}
.hero-slider .hero-slide .page-width .text-container-wrapper .text-container .button-wrapper .button.button-2:hover a {
  color: #1b1b1b !important;
}
.hero-slider .hero-slide .hero-media {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: none;
  opacity: 0;
  transition: opacity 0.4s ease-in-out, transform 0.8s cubic-bezier(0.45, 0, 0.27, 1);
}
@media only screen and (max-width: 991.98px) {
  .hero-slider .hero-slide .hero-media {
    height: 110%;
  }
}
.hero-slider .hero-slide .media {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.6s ease-in-out;
}
@media only screen and (max-width: 991.98px) {
  .hero-slider .hero-slide .media {
    position: relative;
    overflow: hidden;
  }
}
.hero-slider .hero-slide .media img, .hero-slider .hero-slide .media video {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  display: block;
}
.hero-slider .hero-slide .media img.mobile {
  display: block;
}
@media only screen and (min-width: 992px) {
  .hero-slider .hero-slide .media img.mobile {
    display: none;
  }
}
.hero-slider .hero-slide .media img.desktop {
  display: none;
}
@media only screen and (min-width: 992px) {
  .hero-slider .hero-slide .media img.desktop {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .hero-slider .hero-slide.show_animation .media {
    animation: kenburns 40s ease-out forwards;
    animation-delay: 0.6s;
    transform: translate3d(0, 0, 0) scale(1.4);
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-slider .hero-slide.hide_text_mobile .hero-media {
    height: 100%;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-slider .hero-slide.hide_text_mobile .text-container-wrapper {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .hero-slider .hero-slide.hide_text_desktop .text-container-wrapper {
    display: none;
  }
}
.hero-slider .hero-slide.text-color-white .page-width .text-container-wrapper .text-container {
  color: white;
}
.hero-slider .hero-slide.text-color-dark .page-width .text-container-wrapper .text-container {
  color: var(--text-primary-color);
}
.hero-slider .hero-slide.text-color-dark .page-width .text-container-wrapper .text-container .button-wrapper .button {
  color: var(--text-primary-color);
  border-color: var(--text-primary-color);
}
.hero-slider .hero-slide.text-color-dark .page-width .text-container-wrapper .text-container .button-wrapper .button svg path {
  fill: var(--text-primary-color);
}
.hero-slider .hero-slide.text-color-dark .page-width .text-container-wrapper .text-container .button-wrapper .button:hover {
  background-color: var(--text-primary-color);
  border-color: var(--text-primary-color);
  color: white;
}
.hero-slider .hero-slide.text-color-dark .page-width .text-container-wrapper .text-container .button-wrapper .button:hover svg path {
  fill: white;
}
@media only screen and (max-width: 991.98px) {
  .hero-slider .hero-slide .hero-frames {
    position: relative;
    padding-top: 77.54%;
    overflow: hidden;
    display: none; /* Hide to always show mobile image */
  }
}
@media only screen and (min-width: 992px) {
  .hero-slider .hero-slide .hero-frames {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-slider .hero-slide .hero-frames .page-width {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .hero-slider .hero-slide .hero-frames .page-width {
    height: 100%;
  }
}
.hero-slider .hero-slide .hero-frames .hero-frames-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .hero-slider .hero-slide .hero-frames .hero-frames-wrapper {
    justify-content: flex-end;
    width: calc(100% - 584px);
    margin-left: auto;
    margin-right: 0;
    padding-right: 76px;
    padding-bottom: 120px;
    padding-top: 123px;
    box-sizing: border-box;
  }
}
.hero-slider .hero-slide .hero-frames .hero-frames-wrapper a {
  display: block;
}
.hero-slider .hero-slide .hero-frames .hero-frames-wrapper img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .hero-slider .hero-slide .hero-frames .hero-frames-wrapper img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .hero-slider .hero-slide .hero-frames.hero-frames-double .hero-frames-wrapper {
    gap: 26px;
  }
}
.hero-slider .hero-slide .hero-frames.hero-frames-double .hero-frames-wrapper a {
  width: 50%;
}
.hero-slider .hero-slide .hero-frames.hero-frames-double .hero-frames-wrapper a img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .hero-slider .hero-slide .hero-frames.hero-frames-double .hero-frames-wrapper a img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
  }
}
.hero-slider .hero-slide .hero-frames.hero-frames-double .hero-frames-wrapper img {
  width: 50%;
  height: auto;
  max-width: inherit;
}
.hero-slider .swiper-slide-active .hero-slide .hero-media {
  opacity: 1;
}
.hero-slider .swiper-slide-active .hero-slide .page-width .text-container-wrapper .text-container .subheading {
  opacity: 1;
  transform: translateY(0);
}
.hero-slider .swiper-slide-active .hero-slide .page-width .text-container-wrapper .text-container .heading {
  opacity: 1;
  transform: translateY(0);
}
.hero-slider .swiper-slide-active .hero-slide .page-width .text-container-wrapper .text-container .text {
  opacity: 1;
  transform: translateY(0);
}
.hero-slider .swiper-slide-active .hero-slide .page-width .text-container-wrapper .text-container .button-wrapper {
  opacity: 1;
  transform: translateY(0);
}

@keyframes kenburns {
  0% {
    transform: translate3d(0, 0, 0) scale(1.4);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}
.hero-slider .hero-swiper.swiper-disabled, .hero-slider .hero-swiper.swiper-disabled .hero-slide .hero-media, .hero-slider .hero-swiper.swiper-initialized {
  opacity: 1;
}

.hero-slider .hero-swiper.swiper-disabled .hero-slide .page-width .text-container-wrapper .text-container .button-wrapper,
.hero-slider .hero-swiper.swiper-disabled .hero-slide .page-width .text-container-wrapper .text-container .heading,
.hero-slider .hero-swiper.swiper-disabled .hero-slide .page-width .text-container-wrapper .text-container .subheading,
.hero-slider .hero-swiper.swiper-disabled .hero-slide .page-width .text-container-wrapper .text-container .text {
  opacity: 1;
  transform: translateY(0);
}

@media only screen and (max-width: 767.98px) {
  .hero-slider .hero-swiper.swiper-disabled .hero-slide.hide_text_mobile {
    height: auto;
  }
  .hero-slider .hero-swiper {
    height: 500px;
  }
}
@media (min-width: 768px) {
  .hero-slider .hero-swiper {
    height: 660px;
  }
}
.desktop-only {
  display: none;
}

.mobile-only {
  display: block;
}

@media (min-width: 992px) {
  .desktop-only {
    display: block;
  }
  .mobile-only {
    display: none;
  }
}
