.hero-slider-section {
  position: relative;
}
.hero-slider-section.loading {
  visibility: hidden;
  height: 637px;
}
@media only screen and (max-width: 769.98px) {
  .hero-slider-section.loading {
    height: 791px;
  }
}
.hero-slider-section .horizontal-sud-path {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  pointer-events: none;
  z-index: 5;
  position: absolute;
  inset: auto auto 0 0;
  overflow: hidden;
  width: 100%;
  translate: 0 7.5px;
}
.hero-slider-section .horizontal-sud-path svg {
  width: 100%;
  height: auto;
  scale: 1.01 1;
}
.hero-slider-section .horizontal-sud-path svg.desktop {
  display: none;
}
.hero-slider-section .horizontal-sud-path svg.mobile {
  display: flex;
}
@media only screen and (min-width: 770px) {
  .hero-slider-section .horizontal-sud-path svg.desktop {
    display: flex;
  }
  .hero-slider-section .horizontal-sud-path svg.mobile {
    display: none;
  }
}
.hero-slider-section .hero-swiper {
  opacity: 1;
  min-height: unset;
  transition: opacity 0.2s ease-in-out;
}
.hero-slider-section .hero-swiper .swiper-slide {
  height: auto;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .hero-slider-section .hero-swiper .swiper-slide {
    min-height: 400px;
  }
}
.hero-slider-section .hero-swiper .swiper-slide .media-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  isolation: isolate;
}
@media only screen and (min-width: 770px) {
  .hero-slider-section .hero-swiper .swiper-slide .media-wrapper {
    z-index: -1;
    position: absolute;
    inset: 0 0 auto auto;
    width: calc(100% - 250px);
    height: 100%;
  }
}
.hero-slider-section .hero-swiper .swiper-slide .media-wrapper picture, .hero-slider-section .hero-swiper .swiper-slide .media-wrapper img, .hero-slider-section .hero-swiper .swiper-slide .media-wrapper svg, .hero-slider-section .hero-swiper .swiper-slide .media-wrapper video {
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 769.98px) {
  .hero-slider-section .hero-swiper .swiper-slide .media-wrapper picture, .hero-slider-section .hero-swiper .swiper-slide .media-wrapper img, .hero-slider-section .hero-swiper .swiper-slide .media-wrapper svg, .hero-slider-section .hero-swiper .swiper-slide .media-wrapper video {
    width: 100%;
  }
}
.hero-slider-section .hero-swiper .swiper-slide .media-wrapper .overlay {
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  inset: 0 50% auto auto;
  translate: calc(49% - 5px) 0px;
}
@media only screen and (max-width: 769.98px) {
  .hero-slider-section .hero-swiper .swiper-slide .media-wrapper .overlay {
    translate: 0 1px;
    inset: 0 0 auto auto;
    background: linear-gradient(0deg, rgb(255, 255, 255) 8%, transparent 25%);
  }
}
.hero-slider-section .hero-swiper .swiper-slide .media-wrapper::before {
  content: "";
  position: absolute;
  inset: auto auto 0 -2px;
  width: calc((100vw - var(--page-width)) / 2);
  height: 100%;
}
.hero-slider-section .hero-swiper .swiper-slide .content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
  padding-top: 20px;
  padding-bottom: 180px;
}
@media only screen and (min-width: 770px) {
  .hero-slider-section .hero-swiper .swiper-slide .content-wrapper {
    background: transparent !important;
    padding-top: 80px;
    padding-bottom: 250px;
  }
}
.hero-slider-section .hero-swiper .swiper-slide .content-wrapper .heading, .hero-slider-section .hero-swiper .swiper-slide .content-wrapper .text {
  max-width: 327px;
}
@media only screen and (max-width: 769.98px) {
  .hero-slider-section .hero-swiper .swiper-slide .content-wrapper .heading, .hero-slider-section .hero-swiper .swiper-slide .content-wrapper .text {
    color: var(--text-primary-color) !important;
  }
}
.hero-slider-section .hero-swiper .swiper-slide .content-wrapper .heading, .hero-slider-section .hero-swiper .swiper-slide .content-wrapper .heading * {
  font-size: 40px;
  line-height: 1.2;
  transition-delay: 0.1s;
}
@media only screen and (max-width: 769.98px) {
  .hero-slider-section .hero-swiper .swiper-slide .content-wrapper .heading, .hero-slider-section .hero-swiper .swiper-slide .content-wrapper .heading * {
    font-size: 36px;
  }
}
.hero-slider-section .hero-swiper .swiper-slide .content-wrapper .text {
  font-size: 16px;
  font-weight: 300;
  transition-delay: 0.2s;
}
.hero-slider-section .hero-swiper .swiper-slide .content-wrapper .text p, .hero-slider-section .hero-swiper .swiper-slide .content-wrapper .text ul {
  margin: 0;
  font-size: 16px;
}
.hero-slider-section .hero-swiper .swiper-slide .content-wrapper .text ul {
  padding-left: 5px;
}
.hero-slider-section .hero-swiper .swiper-slide .content-wrapper .text ul li {
  list-style-type: none;
}
.hero-slider-section .hero-swiper .swiper-slide .content-wrapper .text ul li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 11px;
  border: solid 3px var(--accent-2-color);
  border-width: 0 3px 3px 0;
  rotate: 45deg;
  margin-right: 10px;
}
.hero-slider-section .hero-swiper .swiper-slide .content-wrapper .link-1 {
  transition-delay: 0.3s;
}
.hero-slider-section .hero-swiper .swiper-slide .content-wrapper .link-2 {
  transition-delay: 0.4s;
}
.hero-slider-section .hero-swiper .swiper-slide .content-wrapper .heading, .hero-slider-section .hero-swiper .swiper-slide .content-wrapper .text, .hero-slider-section .hero-swiper .swiper-slide .content-wrapper .link-1, .hero-slider-section .hero-swiper .swiper-slide .content-wrapper .link-2 {
  opacity: 0;
  translate: 0 30px;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.hero-slider-section .hero-swiper .swiper-slide.swiper-slide-active .heading, .hero-slider-section .hero-swiper .swiper-slide.swiper-slide-active .text, .hero-slider-section .hero-swiper .swiper-slide.swiper-slide-active .link-1, .hero-slider-section .hero-swiper .swiper-slide.swiper-slide-active .link-2 {
  opacity: 1;
  translate: 0 0px;
}
.hero-slider-section .hero-swiper .swiper-controls {
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 12.5px;
  position: absolute;
  box-sizing: border-box;
  inset: auto 50% 90px auto;
  width: 100%;
  translate: 50% 0;
  pointer-events: none;
}
@media only screen and (min-width: 770px) {
  .hero-slider-section .hero-swiper .swiper-controls {
    inset: auto 50% 170px auto;
  }
}
.hero-slider-section .hero-swiper .swiper-controls .hero-swiper-pagination {
  cursor: pointer;
  pointer-events: all;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-slider-section .hero-swiper .swiper-controls .hero-swiper-pagination .swiper-pagination-bullet {
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: solid 1px var(--text-primary-color);
  background: transparent;
  opacity: 1;
  margin: 0 6px;
}
@media only screen and (max-width: 769.98px) {
  .hero-slider-section .hero-swiper .swiper-controls .hero-swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin: 0 10px;
  }
}
.hero-slider-section .hero-swiper .swiper-controls .hero-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--text-primary-color);
}
.hero-slider-section .hero-swiper .swiper-controls .hero-swiper-button-prev,
.hero-slider-section .hero-swiper .swiper-controls .hero-swiper-button-next {
  cursor: pointer;
  pointer-events: all;
  width: 14px;
  height: 14px;
}
@media only screen and (max-width: 769.98px) {
  .hero-slider-section .hero-swiper .swiper-controls .hero-swiper-button-prev,
.hero-slider-section .hero-swiper .swiper-controls .hero-swiper-button-next {
    width: 18px;
    height: 20px;
  }
}
.hero-slider-section .hero-swiper .swiper-controls .hero-swiper-button-prev svg,
.hero-slider-section .hero-swiper .swiper-controls .hero-swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
.hero-slider-section .hero-swiper .swiper-controls .hero-swiper-button-prev {
  rotate: 90deg;
}
.hero-slider-section .hero-swiper .swiper-controls .hero-swiper-button-next {
  rotate: -90deg;
}
