.__className_1fc7a2 {
  font-style: normal;
}

.__variable_7edfb1 {
  --font-secondary: "Montserrat";
}

:root {
  --swiper-theme-color: #007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: initial;
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

:root {
  --swiper-navigation-size: 44px;
}

.sf-hidden {
  display: none !important;
}

img[src="data:,"],
source[src="data:,"] {
  display: none !important;
}

.sec_6_box {
  margin: 0 auto;
  text-align: center;
}

.sec_6_img {
  width: 436px;
  height: 436px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  background: url(../images/bg-img.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.stext {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 1);
  position: absolute;
  display: block;
  width: 128px;
}

.sec_text_1 {
  top: 84px;
  left: 72px;
  text-align: right;
}

.sec_text_2 {
  top: 79px;
  left: 241px;
  text-align: left;
}

.sec_text_3 {
  left: 20px;
  top: 243px;
  text-align: left;
}

.sec_text_4 {
  top: 218px;
  left: 288px;
  text-align: right;
}

.sec_text_5 {
  top: 341px;
  left: 169px;
}

.sec_text_6 {
  justify-content: center;
  align-items: center;
  width: 84px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: rgba(30, 184, 206, 1);
  top: 215px;
  left: 178px;
}

@media screen and (max-width: 768px) {
  .sec_6_img {
    width: 280px;
    height: 280px;
  }

  .stext {
    font-size: 11px;
    width: 70px;
  }

  .sec_text_1 {
    top: 51px;
    left: 60px;
    text-align: right;
  }

  .sec_text_2 {
    top: 51px;
    left: 157px;
    text-align: left;
  }

  .sec_text_3 {
    top: 156px;
    left: 18px;
    text-align: left;
  }

  .sec_text_4 {
    top: 140px;
    left: 203px;
    text-align: right;
  }

  .sec_text_5 {
    top: 216px;
    left: 108px;
  }

  .sec_text_6 {
    font-size: 12px;
    top: 138px;
    left: 106px;
  }
}
