html {
  font-size: 10px;
}

@media (max-width: 1550px) {
  html {
    font-size: 6.6px;
  }
}
.section-hero-banner {
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 13.8rem;
  min-height: 100vh;
}
.section-hero-banner::before, .section-hero-banner::after {
  content: "";
  position: absolute;
}
.section-hero-banner::after {
  background-color: #050809;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.section-hero-banner::before {
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}
.section-hero-banner .banner-row {
  align-items: center;
  display: flex;
}
.section-hero-banner .banner-left, .section-hero-banner .banner-right {
  width: 50%;
}
.section-hero-banner .banner-left {
  padding-right: 3rem;
}
.section-hero-banner .banner-left .text h1 {
  font-size: 7.8rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
.section-hero-banner .banner-left .text p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 400;
  padding-right: 4rem;
}
.section-hero-banner .banner-left .btn2-group {
  margin-top: 5rem;
}
.section-hero-banner .banner-right .img-box {
  position: relative;
  top: -4rem;
  width: 85rem;
}
.section-hero-banner .banner-right .img-box img {
  width: 100%;
}
.section-hero-banner .image-video {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}
.section-hero-banner .image-video img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.section-hero-banner.video-load .image-video {
  opacity: 0;
}
.section-about {
  padding: 18rem 0 9rem;
}
.section-about .img-box {
  border-radius: 4rem;
  height: 47.5rem;
  overflow: hidden;
  width: 100%;
}
.section-about .img-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.section-about .text-info {
  padding-left: 4rem;
}
.section-about .text-info .title {
  margin-bottom: 3rem;
}
.section-about .text-info .title span {
  background: linear-gradient(90.45deg, #55F4FC 5.48%, #1A6FB5 99.82%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  border: 1px solid #666;
  border-radius: 35px;
  font-size: 2rem;
  font-weight: 400;
  padding: 1rem 2.5rem 1rem 2.5rem;
  line-height: 4.6rem;
  text-align: center;
}
.section-about .text-info .title .h {
  font-weight: 600;
  margin-top: 3rem;
}
.section-about .text-info p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 400;
}
.section-about .btn2-group {
  margin-top: 3rem;
}
.section-about .statistics {
  background: linear-gradient(90deg, #54F4FC 0%, #C6F0FF 36.85%, rgba(180, 243, 255, 0.9) 74.88%, #176DB4 99.27%);
  align-items: center;
  border-radius: 4rem;
  display: flex;
  justify-content: space-around;
  margin-top: 6rem;
  padding: 3rem;
}
.section-about .statistics-box {
  color: #050809;
  padding: 0 1.5rem;
  text-align: center;
  width: calc(25% - 3rem);
}
.section-about .statistics-box h4 {
  font-size: 7.2rem;
  font-weight: 700;
  line-height: 1.4;
}
.section-about .statistics-box p {
  font-size: 2.4rem;
  font-weight: 400;
}
.section-about .services {
  padding-top: 16rem;
}
.section-about .services .title {
  margin-bottom: 3rem;
}
.section-about .services .title span {
  background: linear-gradient(90.45deg, #55F4FC 5.48%, #1A6FB5 99.82%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  border: 1px solid #666;
  border-radius: 35px;
  font-size: 2rem;
  font-weight: 400;
  padding: 1rem 2.5rem 1rem 2.5rem;
  line-height: 4.6rem;
  text-align: center;
}
.section-about .services .title .h {
  margin-top: 3rem;
}
.section-about .services p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 400;
}
.section-about .services .on-hover-hide {
  cursor: pointer;
  height: 18.5rem;
  margin-top: 5rem;
  position: relative;
  width: 18.5rem;
}
.section-about .services .on-hover-hide .svg-imgbox1 {
  opacity: 1;
}
.section-about .services .on-hover-hide .svg-imgbox2 {
  position: absolute;
  opacity: 0;
  top: 0;
}
.section-about .services .on-hover-hide:hover .svg-imgbox1 {
  opacity: 0;
}
.section-about .services .on-hover-hide:hover .svg-imgbox2 {
  opacity: 1;
}
.section-about .services .svg-imgbox {
  cursor: pointer;
  height: 18.5rem;
  position: relative;
  width: 18.5rem;
}
.section-about .services .svg-imgbox img {
  max-width: 100%;
}
.section-about .services .svg-imgbox img.rotation {
  animation: rotation 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.section-about .services .svg-imgbox img.arrow {
  left: 0;
  position: absolute;
  top: 0;
}
.section-about .services .points-row {
  animation-name: flipInX;
  background-color: #1A1D1E;
  border-radius: 3rem;
  cursor: pointer;
  display: flex;
  padding: 3rem;
  position: relative;
  max-width: 92rem;
  visibility: visible;
  transition: all 0.5s ease-out;
  width: 100%;
}
.section-about .services .points-row + .points-row {
  margin-top: 3rem;
}
.section-about .services .points-row:hover .points-icon-hover-none {
  display: none;
}
.section-about .services .points-row:hover .points-icon-hover {
  display: block;
}
.section-about .services .points-row:hover .points-text .h {
  color: #55F4FC;
}
.section-about .services .points-row:hover .points-cross-arrow {
  background: linear-gradient(90.45deg, #55F4FC 5.48%, #1A6FB5 99.82%);
  border: none;
}
.section-about .services .points-row:hover .points-cross-arrow svg path {
  stroke: #050809;
}
.section-about .services .points-icon {
  align-items: center;
  background-color: #050809;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  height: 6.5rem;
  width: 6.5rem;
}
.section-about .services .points-icon img {
  max-width: 100%;
}
.section-about .services .points-icon-hover {
  display: none;
}
.section-about .services .points-text {
  padding-left: 2rem;
  padding-right: 10rem;
  width: calc(100% - 6.5rem);
}
.section-about .services .points-text .h {
  font-weight: 600;
  margin-bottom: 1.2rem;
}
.section-about .services .points-text p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: rgba(255, 255, 255, 0.5);
}
.section-about .services .points-cross-arrow {
  align-items: center;
  bottom: 0;
  border-radius: 100%;
  border: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  height: 5.5rem;
  margin: auto;
  position: absolute;
  right: 5rem;
  top: 0;
  width: 5.5rem;
}
.section-about .services-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-bg::after {
  content: "";
  position: absolute;
  background: url(../images/home-page-bg.png) 0 0 no-repeat;
  background-position: top center;
  background-size: cover;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.vimeo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  pointer-events: none;
  overflow: hidden;
}
.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1550px) {
  .section-hero-banner .banner-right .img-box {
    transform: scale(1.2);
  }
}
@media (max-width: 991px) {
  .section-hero-banner .banner-left {
    text-align: center;
    padding-right: 0;
    width: 100%;
  }
  .section-hero-banner .banner-left .text h1 {
    font-size: 5rem;
  }
  .section-hero-banner .banner-left .btn2-group {
    justify-content: center;
  }
  .section-hero-banner .banner-right {
    display: none;
  }
  .section-about {
    padding: 10rem 0;
  }
  .section-about .img-box {
    border-radius: 2rem;
  }
  .section-about .statistics {
    border-radius: 2rem;
  }
  .section-about .text-info {
    padding: 5rem 0 0;
    text-align: center;
  }
  .section-about .text-info .btn2-group {
    justify-content: center;
  }
  .section-about .services {
    padding-top: 10rem;
  }
  .section-about .services-left {
    text-align: center;
  }
  .section-about .services .on-hover-hide {
    margin: 3rem auto 0;
  }
  .section-about .services .points-row {
    border-radius: 2rem;
    margin-top: 5rem;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .section-hero-banner {
    min-height: 520px;
  }
  .section-hero-banner .banner-left .text h1 {
    font-size: 4rem;
  }
  .section-hero-banner .banner-left .btn2-group {
    margin-top: 3rem;
  }
  .section-about .services .points-icon {
    display: none;
  }
  .section-about .services .points-text {
    padding-left: 0;
    width: 100%;
  }
  .section-about .statistics {
    flex-wrap: wrap;
  }
  .section-about .statistics-box {
    margin: 1.5rem;
    width: calc(50% - 3rem);
  }
  .section-about .statistics-box h4 {
    font-size: 5rem;
  }
  .section-about .statistics-box p {
    font-size: 1.8rem;
  }
  .section-blog .title {
    flex-wrap: wrap;
  }
  .section-blog .title .h {
    max-width: unset;
  }
  .section-blog .title > div {
    margin-bottom: 2.2rem;
    width: 100%;
  }
}/*# sourceMappingURL=homepage.css.map */