.hero-section {
  margin-top: 20px;
  padding: 20px 0px 60px 0px;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 20px;
  background: linear-gradient(0deg, #1460AA 0.02%, #1978D4 29.01%), #1978D4;
  margin: 0 auto;
  display: block;
  margin-top: 20px;
}
.hero-section .hero-main-content {
  padding-top: 96px;
  padding-bottom: 60px;
  position: relative;
  margin: 0 auto;
  display: block;
  gap: 40px;
}
.hero-section .hero-main-content .hand {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 992px) {
  .hero-section .hero-main-content .hand {
    display: none;
  }
}
.hero-section .hero-main-content .hand img {
  object-fit: contain;
  width: 100%;
  max-width: 200px;
}
.hero-section .hero-main-content .services-hero-list {
  display: block;
  overflow: hidden;
  max-height: 440px;
  height: 100%;
  width: 50%;
  position: absolute;
  top: 64px;
  right: 0;
}
.hero-section .hero-main-content .services-hero-list .hero-slider-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.hero-section .hero-main-content .services-hero-list .hero-slider {
  height: 100%;
}
.hero-section .hero-main-content .services-hero-list .hero-slider .swiper-slide {
  height: 100%;
  padding: 12px;
  opacity: 1 !important;
}
.hero-section .hero-main-content .services-hero-list .hero-slider .swiper-slide .services-hero-item {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  padding: 24px;
  overflow: hidden;
}
.hero-section .hero-main-content .services-hero-list .hero-slider .swiper-slide .services-hero-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  max-height: unset;
  max-width: unset;
  filter: unset;
}
.hero-section .hero-main-content .services-hero-list .hero-slider .swiper-slide .services-hero-item .services-bottom-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
}
.hero-section .hero-main-content .services-hero-list .hero-slider .swiper-slide .services-hero-item .services-bottom-content .s-title {
  color: #FFF;
  font-feature-settings: "liga" off;
  font-family: "Happy Season";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 33px */
  text-transform: uppercase;
}
.hero-section .hero-main-content .services-hero-list .hero-slider .swiper-slide .services-hero-item .services-bottom-content .s-text {
  color: rgba(255, 255, 255, 0.7);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
@media screen and (max-width: 992px) {
  .hero-section .hero-main-content .services-hero-list {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .hero-section .hero-main-content {
    grid-template-columns: 1fr;
    gap: 0px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.hero-section .hero-main-content .main-content {
  width: 100%;
  padding-bottom: 64px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  max-width: 1280px;
}
@media screen and (max-width: 992px) {
  .hero-section .hero-main-content .main-content {
    padding-bottom: 0px;
    border-bottom: none;
  }
}
.hero-section .hero-main-content .main-content .title {
  color: #FFF;
  font-feature-settings: "liga" off;
  font-family: "Happy Season";
  font-size: 84px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 92.4px */
  max-width: 530px;
}
@media screen and (max-width: 992px) {
  .hero-section .hero-main-content .main-content .title {
    font-size: 60px;
    line-height: 66px; /* 110% */
    text-align: center;
    margin: 0 auto;
  }
}
.hero-section .hero-main-content .main-content .text {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  max-width: 594px;
  padding-top: 24px;
  padding-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .hero-section .hero-main-content .main-content .text {
    padding-top: 12px;
    padding-bottom: 24px;
    text-align: center;
    margin: 0 auto;
  }
}
.hero-section .hero-main-content .main-content .btn {
  color: #FFF;
  font-feature-settings: "liga" off;
  font-family: "Happy Season";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
  text-transform: uppercase;
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #F25700;
  width: fit-content;
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  .hero-section .hero-main-content .main-content .btn {
    margin: 0 auto;
    text-align: center;
  }
}
.hero-section .hero-bottom-content {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 121px;
}
@media screen and (max-width: 992px) {
  .hero-section .hero-bottom-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin: 0 auto;
    padding: 12px 40px;
  }
}
.hero-section .hero-bottom-content .bottom-item .number {
  color: #FFF;
  font-family: "Happy Season";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 60px */
  padding-bottom: 12px;
}
@media screen and (max-width: 992px) {
  .hero-section .hero-bottom-content .bottom-item .number {
    margin: 0 auto;
    text-align: center;
  }
}
.hero-section .hero-bottom-content .bottom-item .number .orange-plus {
  color: #F25700;
  font-family: "Happy Season";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.hero-section .hero-bottom-content .bottom-item .text {
  color: #FFF;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  max-width: 227px;
}
@media screen and (max-width: 992px) {
  .hero-section .hero-bottom-content .bottom-item .text {
    margin: 0 auto;
    text-align: center;
  }
}

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