*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.font-primary {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.font-secondary {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.wac-container {
  margin: 0 auto;
  width: 100%;
  padding: 0 16px;
}
@media (min-width: 540px) {
  .wac-container {
    max-width: 720px;
  }
}
@media (min-width: 768px) {
  .wac-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .wac-container {
    max-width: 960px;
  }
}
@media (min-width: 1420px) {
  .wac-container {
    max-width: 1292px;
  }
}

.wac-homebanner {
  height: calc(100vh - 58px);
  min-height: 600px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .wac-homebanner {
    height: calc(100dvh - 90px);
  }
}
@media (min-width: 992px) {
  .wac-homebanner {
    height: calc(100dvh - 85px);
  }
}
.wac-homebanner .relative {
  position: relative;
}
.wac-homebanner figure {
  margin-bottom: 0;
}
.wac-homebanner figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
     object-position: 60%;
}
.wac-homebanner .wacBannerSwiper {
  width: 100%;
  height: 100%;
}
.wac-homebanner .wacBannerSwiper .wac-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (min-width: 992px) {
  .wac-homebanner .wacBannerSwiper .wac-container {
    display: block;
  }
}
.wac-homebanner .wacBannerSwiper .swiper-button-prev, .wac-homebanner .wacBannerSwiper .swiper-button-next {
  width: 11px;
  height: 21px;
  color: #fff !important;
  -webkit-transform-origin: center;
          transform-origin: center;
  display: none;
}
@media (min-width: 1200px) {
  .wac-homebanner .wacBannerSwiper .swiper-button-prev, .wac-homebanner .wacBannerSwiper .swiper-button-next {
    display: block;
  }
}
.wac-homebanner .wacBannerSwiper .swiper-button-prev::before, .wac-homebanner .wacBannerSwiper .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  background: #000;
  border-radius: 999px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  z-index: -1;
}
@media (hover: hover) {
  .wac-homebanner .wacBannerSwiper .swiper-button-prev:hover::before, .wac-homebanner .wacBannerSwiper .swiper-button-next:hover::before {
    opacity: 0.3;
  }
}
.wac-homebanner .wacBannerSwiper .swiper-button-prev::after, .wac-homebanner .wacBannerSwiper .swiper-button-next::after {
  font-size: 21px;
}
.wac-homebanner .wacBannerSwiper .swiper-button-prev {
  left: 50px !important;
}
.wac-homebanner .wacBannerSwiper .swiper-button-prev::before {
  -webkit-transform: translate(-49%, -50%);
          transform: translate(-49%, -50%);
}
.wac-homebanner .wacBannerSwiper .swiper-button-next {
  right: 50px !important;
}
.wac-homebanner .wacBannerSwiper .swiper-button-next::before {
  -webkit-transform: translate(-54%, -50%);
          transform: translate(-54%, -50%);
}
.wac-homebanner .wacBannerSwiper .swiper-slide figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.wac-homebanner .wacBannerSwiper .desktop-img {
  display: none;
}
@media (min-width: 768px) {
  .wac-homebanner .wacBannerSwiper .desktop-img {
    display: block;
  }
}
.wac-homebanner .wacBannerSwiper .mob-img {
  display: block;
  -o-object-position: top;
     object-position: top;
}
@media (min-width: 768px) {
  .wac-homebanner .wacBannerSwiper .mob-img {
    display: none;
  }
}
.wac-homebanner .wacBannerSwiper .text-wrapper {
  color: #fff;
  margin-top: 0px;
  margin-bottom: 84px;
  max-width: 530px;
}
@media (min-width: 992px) {
  .wac-homebanner .wacBannerSwiper .text-wrapper {
    margin-top: 25vh;
  }
}
.wac-homebanner .wacBannerSwiper .main-ttl {
  line-height: 1.1;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 40px;
}
@media (min-width: 768px) {
  .wac-homebanner .wacBannerSwiper .main-ttl {
    font-size: 60px;
  }
}
@media (min-width: 1420px) {
  .wac-homebanner .wacBannerSwiper .main-ttl {
    font-size: 88px;
  }
}
.wac-homebanner .wacBannerSwiper .desc {
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 35px;
  font-size: 18px;
}
@media (min-width: 992px) {
  .wac-homebanner .wacBannerSwiper .desc {
    font-size: 20px;
  }
}
.wac-homebanner .wacBannerSwiper .btn.banner-btn {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #fff;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1;
  color: #067d3f;
  padding: 12px 32px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  will-change: transform;
}
@media (hover: hover) {
  .wac-homebanner .wacBannerSwiper .btn.banner-btn:hover {
    --clr: #fff;
    background: transparent;
    border-color: var(--clr);
    color: var(--clr);
  }
  .wac-homebanner .wacBannerSwiper .btn.banner-btn:active {
    --clr: #fff;
    background: transparent;
    border-color: var(--clr);
    color: var(--clr);
  }
}
.wac-homebanner .wacBannerSwiper .pagination {
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 18px;
}
@media (min-width: 992px) {
  .wac-homebanner .wacBannerSwiper .pagination {
    bottom: 70px;
  }
}
.wac-homebanner .wacBannerSwiper .pagination .swiper-pagination {
  position: static;
  text-align: left;
  margin-left: -5px;
}
.wac-homebanner .wacBannerSwiper .pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  margin: 0 5px;
}
.wac-homebanner .wacBannerSwiper .main-ttl,
.wac-homebanner .wacBannerSwiper .desc,
.wac-homebanner .wacBannerSwiper .btn-wrapper {
  opacity: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-filter: blur(3px);
          filter: blur(3px);
  -webkit-transform: translateX(20px) scaleX(1.1);
          transform: translateX(20px) scaleX(1.1);
}
.wac-homebanner .wacBannerSwiper .text-wrapper {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.wac-homebanner .wacBannerSwiper .swiper-slide-active .text-wrapper {
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.wac-homebanner .wacBannerSwiper .swiper-slide-active .main-ttl,
.wac-homebanner .wacBannerSwiper .swiper-slide-active .desc,
.wac-homebanner .wacBannerSwiper .swiper-slide-active .btn-wrapper {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translateX(0px) scaleX(1);
          transform: translateX(0px) scaleX(1);
}