.home-hero.home-hero--swiper {
  position: relative;
  overflow: hidden;
  min-height: 500px !important;
  height: 500px;
  background-color: #f8f7f7;
  padding: 0;
  margin-bottom: 3rem;
}

.home-hero.home-hero--swiper::before,
.home-hero.home-hero--swiper::after {
  content: none !important;
  display: none !important;
}

.home-hero--swiper .tci-home-hero-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  height: 100%;
}

.home-hero--swiper .tci-home-hero-container > .row,
.home-hero--swiper .tci-home-hero-container > .row > [class*="col-"] {
  height: 100%;
}

.home-hero--swiper .home-hero-swiper,
.home-hero--swiper .swiper-wrapper,
.home-hero--swiper .swiper-slide,
.home-hero--swiper .slide,
.home-hero--swiper .main-slide {
  height: 100%;
}

.home-hero--swiper .main-slide {
  position: relative;
}

.home-hero--swiper .circle {
  position: absolute;
  border-radius: 500px;
  transform: translate(-50%, -50%);
}

.home-hero--swiper .circle-1 {
  width: 615px;
  height: 615px;
  left: 78%;
  top: 54%;
  background-color: #4e5666;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-hero--swiper .circle-1 .img {
  width: 500px;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.home-hero--swiper .circle-1 .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-hero--swiper .circle-2 {
  width: 400px;
  height: 400px;
  left: 59%;
  top: 16%;
  background-color: #3968b0;
}

.home-hero--swiper .circle-3 {
  width: 250px;
  height: 250px;
  left: 45%;
  top: 80%;
  background-color: #171e2b;
}

.home-hero--swiper .main-slide.main2 .circle-2 {
  background-color: #171e2b;
}

.home-hero--swiper .main-slide.main2 .circle-3 {
  background-color: #3968b0;
}

.home-hero--swiper .main-slide.main3 .circle-2 {
  opacity: 0;
  visibility: hidden;
}

.home-hero--swiper .main-slide.main3 .circle-3 {
  width: 230px;
  height: 230px;
  left: 43%;
  top: 75%;
  background-color: #3968b0;
}

.home-hero--swiper .text {
  position: relative;
  z-index: 2;
  height: 100%;
  max-width: 620px;
  padding: 0 15px 0 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-hero--swiper .b-text {
  font-size: 65px;
  line-height: 64px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #184184;
  margin-bottom: 35px;
}

.home-hero--swiper .m-text {
  font-size: 23px;
  line-height: 1.35;
  font-weight: 300;
  color: #1d1d1b;
  max-width: 620px;
  margin-bottom: 55px;
}

.home-hero--swiper .m-text .bold,
.home-hero--swiper .m-text strong {
  font-weight: 700;
}

.home-hero--swiper .hbtn {
  width: 209px;
  text-align: center;
  font-size: 18px;
  padding: 10px 22px;
}

.home-hero--swiper .hbtn.hbtn-primary:hover,
.home-hero--swiper .hbtn.hbtn-primary:focus {
  background-color: #184184;
  color: #fff;
}

.home-hero--swiper .swiper-pagination {
  position: absolute;
  left: 50%;
  top: 94%;
  bottom: auto;
  width: auto;
  transform: translateX(-50%);
  z-index: 10;
}

.home-hero--swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #547ebf;
  opacity: 1;
}

.home-hero--swiper .swiper-pagination-bullet-active {
  background-color: #184184;
}

@media (max-width: 1024px) {
  .home-hero--swiper .text {
    padding: 0 24px 0 42px;
  }

  .home-hero--swiper .circle-1 {
    width: 520px;
    height: 520px;
    left: 79%;
    top: 55%;
  }

  .home-hero--swiper .circle-1 .img {
    width: 440px;
    height: 440px;
  }

  .home-hero--swiper .b-text {
    font-size: clamp(48px, 5.8vw, 62px);
    line-height: 1.02;
  }

  .home-hero--swiper .m-text {
    font-size: clamp(19px, 2.3vw, 22px);
    max-width: 560px;
  }
}

@media (max-width: 768px) {
  .home-hero.home-hero--swiper {
    min-height: 620px !important;
    height: auto;
    margin-bottom: 40px;
  }

  .home-hero--swiper .main-slide {
    min-height: 620px;
  }

  .home-hero--swiper .text {
    margin-top: 14px;
    width: 100%;
    max-width: none;
    padding: 0 16px;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
  }

  .home-hero--swiper .circle-1 {
    width: 74vw;
    max-width: 360px;
    height: 74vw;
    max-height: 360px;
    left: 50%;
    top: 62%;
    border-radius: 50%;
    background-color: #3968b0;
  }

  .home-hero--swiper .circle-1 .img {
    width: calc(74vw - 24px);
    max-width: 336px;
    height: calc(74vw - 24px);
    max-height: 336px;
  }

  .home-hero--swiper .circle-2,
  .home-hero--swiper .circle-3 {
    display: none;
  }

  .home-hero--swiper .b-text {
    font-size: clamp(40px, 10vw, 54px);
    line-height: 1;
    margin-bottom: 10px;
    text-align: center;
  }

  .home-hero--swiper .m-text {
    width: 100%;
    max-width: 620px;
    font-size: clamp(18px, 3.2vw, 20px);
    text-align: center;
    margin-bottom: 20px;
  }

  .home-hero--swiper .hbtn {
    margin-top: clamp(0rem, 34vw, 210px);
    width: 100%;
    max-width: 340px;
  }

  .home-hero--swiper .swiper-pagination {
    top: auto;
    bottom: 14px;
  }
}

@media (max-width: 480px) {
  .home-hero.home-hero--swiper {
    min-height: 560px !important;
  }

  .home-hero--swiper .main-slide {
    min-height: 560px;
  }

  .home-hero--swiper .text {
    margin-top: 20px;
    width: 100%;
    margin-left: 0;
    padding: 0;
    justify-content: flex-start;
  }

  .home-hero--swiper .circle-1 {
    width: 78vw;
    max-width: 300px;
    height: 78vw;
    max-height: 300px;
    left: 44%;
    top: 58%;
    border-radius: 0;
  }

  .home-hero--swiper .circle-1 .img {
    width: 300px;
    height: 300px;
  }

  .home-hero--swiper .b-text {
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 1;
  }

  .home-hero--swiper .m-text {
    width: 100%;
    font-size: 20px;
    margin-bottom: 20px;
  }

  .home-hero--swiper .hbtn,
  .home-hero--swiper .hbtn:hover,
  .home-hero--swiper .hbtn:focus {
    background-color: #fff;
    color: #000;
    margin-top: 210px;
    width: 100%;
    max-width: 100%;
  }

  .home-hero--swiper .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.95);
  }

  .home-hero--swiper .swiper-pagination-bullet-active {
    background-color: #184184;
  }
}
