.section.one {
  background-color: #17161c;
  overflow: hidden;
}
.section-bg {
  background-size: cover;
}
.section-bg .container {
  position: relative;
  z-index: 55;
}
.section-bg::after {
  backdrop-filter: blur(70px);
  background-size: cover;
  z-index: 2;
}
.section-bg::before {
  background: url(../images/new-web/landing/main-bg02.png);
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0.5;
  z-index: 0;
}
.section-bg::after, .section-bg::before {
  content: "";
  left: 0;
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
}
.section-ai {
  margin-top: 5rem;
}
.section-ai-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-ai-left {
  width: 80rem;
}
.section-ai-left h2 {
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 3rem;
}
.section-ai-left h2 span {
  display: inline;
  font-weight: 900;
}
.section-ai-left p {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  line-height: 3.5rem;
}
.section-ai-right {
  padding-left: 3rem;
  width: 58rem;
}
.section-ai-right .img-box {
  max-width: 100%;
}
.section-ai-right .img-box img {
  max-width: 100%;
}
.section .container-one {
  max-width: 140rem;
}

.section-f.one {
  background: #5F42EA linear-gradient(92deg, #5F42EA 0%, rgba(169, 85, 236, 0.7215686275) 100%) 0% 0% no-repeat padding-box;
  height: 80rem;
  padding: 8rem 0;
}
.section-f.one::after {
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.section-f.one::after {
  background: url(../images/new-web/features/banner-bg.png) center center;
  background-size: cover;
}
.section-f.one .text h1 {
  font-size: 5rem;
  font-weight: 300;
  line-height: 6.5rem;
  margin-bottom: 2rem;
}
.section-f.one .text h1 b {
  font-weight: 700;
}
.section-f.one .text p {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
}
.section-f.one .text .btn {
  margin-top: 4rem;
}
.section-f.one .img-box {
  height: 64rem;
  position: relative;
  width: 48.7rem;
}
.section-f.one .img-box img {
  max-width: 100%;
}
.section-f.one .img-box .box {
  left: -10rem;
  top: 6rem;
  position: absolute;
  width: 30rem;
}
.section-f.one .img-box .box-small {
  background-color: #ffffff;
  border-radius: 1rem;
  -webkit-box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.2901960784);
          box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.2901960784);
  padding: 2.4rem;
}
.section-f.one .img-box .box-small .title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
}
.section-f.one .img-box .box-small .title-ic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  height: 3.6rem;
  width: 3.6rem;
}
.section-f.one .img-box .box-small .title-ic span {
  color: #ffffff;
  font-size: 1.8rem;
}
.section-f.one .img-box .box-small .title-ic.one {
  background-color: #FF6937;
}
.section-f.one .img-box .box-small .title-ic.two {
  background-color: #0099FF;
}
.section-f.one .img-box .box-small .title-ic.three {
  background-color: #D20BC5;
}
.section-f.one .img-box .box-small .title h4 {
  color: #393B40;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1.5rem;
}
.section-f.one .img-box .box-small p {
  color: #666666;
  font-size: 1.5rem;
  line-height: 1.3;
}
.section-f.one .img-box .box-small + .box-small {
  margin-top: 3rem;
}
.section-f.two {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #252E40;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 80rem;
}
.section-f.two .container {
  max-width: 140rem;
}
.section-f.two .c-title {
  margin-bottom: 12rem;
  position: relative;
}
.section-f.two .c-title h2 {
  font-size: 3rem;
}
.section-f.two #scrolling-features {
  margin-bottom: 0;
}
.section-f.two .scrolling-container .text h3 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 2.8rem;
}
.section-f.two .scrolling-container .text p {
  color: #E3E5E8;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}
.section-f.two .scrolling-container .text p span {
  color: #ffffff;
  display: inline;
  font-weight: 500;
}
.section-f.two .scrolling-container .text p + p {
  margin-top: 1.5rem;
}
.section-f.two .scrolling-container .img-box {
  height: 50rem;
  width: 74rem;
}
.section-f.two .scrolling-container .img-box-f {
  position: absolute;
  overflow: hidden;
  z-index: 2;
}
.section-f.two .scrolling-container .img-box-f3 {
  bottom: -7rem;
  height: 24rem;
  top: auto;
  left: -8rem;
  width: 60rem;
}
.section-f.two .scrolling-container .img-box-f4 {
  bottom: 0;
  height: 12.6rem;
  top: 18.6rem;
  left: -4.2rem;
  width: 50.5rem;
}
.section-f.two .scrolling-container .img-box-f6 {
  width: 60rem;
  height: 34rem;
  top: 17rem;
  left: -5rem;
}
.section-f.two .scrolling-container .img-box .btup {
  opacity: 0.2;
  max-width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateY(20rem);
          transform: translateY(20rem);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.section-f.two .scrolling-container .img-box img {
  max-width: 100%;
}
.section-f.two .scrolling-container .img-box img.f {
  position: absolute;
}
.section-f.two .scrolling-container .img-box img.fcm {
  left: -4.3rem;
  max-width: 112%;
  position: absolute;
  top: -2rem;
}
.section-f.two .scrolling-container .img-box img.f1 {
  max-width: 60%;
  top: 6.5rem;
  right: 4.5rem;
  z-index: 2;
}
.section-f.two .scrolling-container .img-box img.f2 {
  bottom: 3rem;
  left: 3.5rem;
  max-width: 35%;
  top: auto;
}
.section-f.two .scrolling-container .img-box img.f3 {
  bottom: -7rem;
  max-width: 80%;
  left: -8rem;
  z-index: 1;
}
.section-f.two .scrolling-container .img-box img.f3-1 {
  bottom: 6rem;
  max-width: 11.1rem;
  right: 22rem;
  z-index: 2;
}
.section-f.two .scrolling-container .img-box img.f3-1.zoom-in {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.section-f.two .scrolling-container .img-box img.f6 {
  left: -50px;
  max-width: 70%;
  top: 170px;
}
.section-f.two .scrolling-container .img-box img.f8-1, .section-f.two .scrolling-container .img-box img.f8-2 {
  max-width: 13rem;
  left: auto;
}
.section-f.two .scrolling-container .img-box img.f8-1 {
  right: 2rem;
  top: 14rem;
  z-index: 2;
}
.section-f.two .scrolling-container .img-box img.f8-2 {
  right: 10rem;
  top: 6rem;
  z-index: 6;
}
.section-f.two .scrolling-container .img-box {
  height: 55rem;
  right: -6rem;
  width: 77rem;
}
.section-f.two .scrolling-container .img-box .hfcm {
  max-width: 110%;
  position: absolute;
  top: -1.5rem;
  left: -4rem;
}
.section-f.two .scrolling-container .img-box-hf {
  overflow: hidden;
  z-index: 5;
}
.section-f.two .scrolling-container .img-box-hf1 {
  bottom: 13rem;
  top: auto;
  left: -3rem;
  height: 10rem;
  width: 58rem;
}
.section-f.two .scrolling-container .img-box-hf6 {
  left: -5rem;
  height: 12rem;
  top: 8rem;
  width: 87rem;
}
.section-f.two .scrolling-container .img-box img {
  max-width: 100%;
}
.section-f.two .scrolling-container .img-box img.hf2 {
  max-width: 60%;
  top: 6.5rem;
  right: 4.5rem;
  z-index: 2;
}
.section-f.two .scrolling-container .img-box img.hf3 {
  max-width: 60%;
  top: 12rem;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 5;
}
.section-f.two .scrolling-container .img-box img.hf4 {
  left: 0;
  right: auto;
  max-width: 39%;
  top: 0;
  z-index: 1;
}
.section-f.two .scrolling-container .img-box img.hf4-1 {
  left: auto;
  right: -0.5rem;
  max-width: 62%;
  top: 5.3rem;
}
.section-f.two .scrolling-container .img-box img.hf5 {
  left: 0;
  max-width: 106%;
  top: 4.8rem;
  z-index: 2;
}
.section-f.two .scrolling-container .img-box img.hf5-1 {
  top: auto;
  bottom: -13rem;
  right: -3rem;
  max-width: 96%;
  z-index: 6;
}
.section-f.two .scrolling-container .img-box img.hf5-2, .section-f.two .scrolling-container .img-box img.hf5-3 {
  max-width: 21.5rem;
  z-index: 5;
}
.section-f.two .scrolling-container .img-box img.hf5-2 {
  bottom: -8rem;
  left: -4rem;
  top: auto;
  z-index: 6;
}
.section-f.two .scrolling-container .img-box img.hf5-3 {
  top: -1.5rem;
  left: auto;
  right: -2rem;
}
.section-f.two .scrolling-container .p-a {
  position: absolute;
}
.section-f.two .scrolling-container .section-v .img-box .btup {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.section-f.two .scrolling-container .section-v .img-box-f4 .f4 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.section-f.two .scrolling-container .section-v .zoom-in {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}
.section-f.two .scrolling-container .col {
  z-index: 2;
}
.section-f.two .div-width {
  width: 80rem;
}
.section-f.two::after {
  background: url(../images/new-web/features/main-bg-featrues.png) no-repeat;
  left: 0;
  top: 0;
  z-index: -1;
}
.section-f.two::before {
  backdrop-filter: blur(200px);
}
.section-f.two::after, .section-f.two::before {
  content: "";
  background-size: 100%;
  background-position: center center;
  height: 100%;
  position: absolute;
  width: 100%;
}
.section-f.three {
  background-color: #17161c;
}
.section-f.three::before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(90%, #000), to(transparent));
  background: linear-gradient(0deg, #000 90%, transparent);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
}
.section-f.three .container {
  max-width: 142rem;
}
.section-f.three .c-title2 {
  margin-bottom: 1rem;
  position: relative;
}
.section-f.four {
  background-color: #17161c;
}
.section-f.four::after {
  background: transparent -webkit-gradient(linear, left top, right top, from(rgba(23, 22, 28, 0.9019607843)), color-stop(22%, rgba(23, 22, 28, 0.6156862745)), color-stop(40%, rgba(23, 22, 28, 0.1882352941)), color-stop(51%, rgba(23, 22, 28, 0)), color-stop(62%, rgba(23, 22, 28, 0.2)), color-stop(79%, rgba(23, 22, 28, 0.5921568627)), to(rgba(23, 22, 28, 0.9019607843))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, rgba(23, 22, 28, 0.9019607843) 0%, rgba(23, 22, 28, 0.6156862745) 22%, rgba(23, 22, 28, 0.1882352941) 40%, rgba(23, 22, 28, 0) 51%, rgba(23, 22, 28, 0.2) 62%, rgba(23, 22, 28, 0.5921568627) 79%, rgba(23, 22, 28, 0.9019607843) 100%) 0% 0% no-repeat padding-box;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
}
.section-f.four .title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.section-f.four .title h2 {
  font-size: 14.9rem;
  text-shadow: 0px 12px 17px rgba(0, 0, 0, 0.5215686275);
  line-height: 15rem;
}
.section-f.four .title .svg {
  top: -6rem;
}
.section-f.four .title h3 {
  color: currentColor;
  font-size: 16.3rem;
  line-height: 4rem;
  opacity: 0.66;
  -webkit-text-stroke: 0.2rem currentColor;
  -webkit-text-fill-color: transparent;
}

.zoom-in {
  opacity: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.feature-card {
  background-color: transparent;
  position: relative;
  margin-top: 12rem;
  margin-bottom: 0px;
  overflow: visible;
  z-index: 3;
}
.feature-card.sticky {
  display: block;
  margin-top: 0px;
}
.feature-wrapper {
  position: relative;
  display: block;
  overflow: visible;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8rem;
}
.feature-slide {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-radius: 2rem;
  bottom: 9.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 65vh;
  max-width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  position: sticky;
  overflow: hidden;
  width: 100%;
}
.feature-slide-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 131.2rem;
  width: calc(100% - 128px);
}
.feature-slide-left {
  width: 45%;
}
.feature-slide-left .title h3 {
  color: #ffffff;
  font-size: 9rem;
  font-weight: 600;
  line-height: 1.3;
}
.feature-slide-left .title h4 {
  color: #ffffff;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.3;
}
.feature-slide-right {
  width: 55%;
}
.feature-slide-right .block-row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.feature-slide-right .block-row + .block-row {
  margin-top: 4rem;
}
.feature-slide-right .block-left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 6rem;
}
.feature-slide-right .block-left span {
  color: #ffffff;
  font-size: 5rem;
  position: relative;
  top: 0.8rem;
}
.feature-slide-right .block-left span::before {
  color: #ffffff;
}
.feature-slide-right .block-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 3rem;
}
.feature-slide-right .block-right .text {
  max-width: 47rem;
}
.feature-slide-right .block-right .text h4 {
  color: #ffffff;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 4rem;
}
.feature-slide-right .block-right .text p {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2.4rem;
}
.feature-slide.slide-1, .feature-slide.slide-2, .feature-slide.slide-3, .feature-slide.slide-4, .feature-slide.slide-5, .feature-slide.slide-6 {
  -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.3);
}
.feature-slide.slide-1::before, .feature-slide.slide-2::before, .feature-slide.slide-3::before, .feature-slide.slide-4::before, .feature-slide.slide-5::before, .feature-slide.slide-6::before {
  content: "";
  left: 0;
  position: absolute;
  height: 57rem;
  width: 75.2rem;
  z-index: -1;
}
.feature-slide.slide-1 {
  background: transparent linear-gradient(115deg, #16AD52 0%, #09B85B 6%, #127069 100%) 0% 0% no-repeat padding-box;
  bottom: 0;
  margin-top: 0;
  margin-bottom: 2vh;
  z-index: 6;
}
.feature-slide.slide-1::before {
  background: url(../images/new-web/features/4.svg) 0 0 no-repeat;
  bottom: 0;
}
.feature-slide.slide-2 {
  background: transparent linear-gradient(109deg, #486FD9 0%, #8961E5 14%, #A75AEB 24%, #41339E 99%, #41329D 100%) 0% 0% no-repeat padding-box;
  bottom: 0;
  margin-top: 0;
  margin-bottom: 2vh;
  z-index: 5;
}
.feature-slide.slide-2::before {
  background: url(../images/new-web/features/3.svg) 0 0 no-repeat;
}
.feature-slide.slide-3 {
  background: transparent linear-gradient(114deg, #48ADA3 0%, #581C94 100%) 0% 0% no-repeat padding-box;
  bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 0;
  z-index: 4;
}
.feature-slide.slide-3::before {
  background: url(../images/new-web/features/6.svg) 0 0 no-repeat;
}
.feature-slide.slide-4 {
  background: transparent linear-gradient(156deg, #A14BB3 0%, #9C48A9 13%, #1E3366 100%) 0% 0% no-repeat padding-box;
  bottom: 0;
  margin-top: 0;
  margin-bottom: 2vh;
  z-index: 3;
}
.feature-slide.slide-4::before {
  background: url(../images/new-web/features/2.svg) 0 0 no-repeat;
}
.feature-slide.slide-5 {
  background: transparent linear-gradient(110deg, #5BCAE0 0%, #441A7D 100%) 0% 0% no-repeat padding-box;
  bottom: 0;
  margin-top: 0;
  margin-bottom: 2vh;
  z-index: 2;
}
.feature-slide.slide-5::before {
  background: url(../images/new-web/features/1.svg) 0 0 no-repeat;
}
.feature-slide.slide-6 {
  background: transparent linear-gradient(293deg, #3F3F93 0%, #FC4ED3 100%) 0% 0% no-repeat padding-box;
  bottom: 0;
  margin-top: 0;
  margin-bottom: 2vh;
  z-index: 1;
}
.feature-slide.slide-6::before {
  background: url(../images/new-web/features/5.svg) 0 0 no-repeat;
}
.feature-title {
  bottom: 4rem;
  color: #ffffff;
  font-size: 3.8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  position: absolute;
  max-width: 131.2rem;
  margin: auto;
  left: 0;
  top: auto;
  right: 0;
  width: calc(100% - 128px);
}

.feature-image-width .feature-slide-left {
  margin-right: 5rem;
}
.feature-image-width .feature-slide-left img {
  max-width: 100%;
}

@media screen and (max-width: 1550px) {
  .section .container-one {
    max-width: 114rem;
  }
  .section-ai-left {
    width: 50%;
  }
  .section-ai-left h2 {
    font-size: 3.5rem;
  }
  .section-ai-right {
    width: 50%;
  }
  .section-f.one .container {
    max-width: 114rem;
  }
  .section-f.one .text h1 {
    font-size: 4.5rem;
    line-height: 1.3;
  }
  .section-f.one .img-box .box {
    left: -7rem;
    top: 9rem;
  }
  .section-f.one .img-box .box-small {
    padding: 1.5rem 2rem;
  }
  .section-f.one .img-box .box-small .title {
    margin-bottom: 1rem;
  }
  .section-f.one .img-box .box-small .title h4 {
    font-size: 1.7rem;
  }
  .section-f.one .img-box .box-small p {
    font-size: 1.3rem;
  }
  .section-f.one .img-box .box-small + .box-small {
    margin-top: 1.5rem;
  }
  .section-f.two .container {
    max-width: 114rem;
  }
  .section-f.two .c-title {
    margin-bottom: 5rem;
  }
  .section-f.two .scrolling-container .img-box {
    height: 37rem;
    width: 100%;
  }
  .section-f.two .scrolling-container .img-box-hf1 {
    bottom: 9rem;
    height: 8rem;
    width: 39rem;
  }
  .section-f.two .scrolling-container .img-box-hf6 {
    left: -4rem;
    height: 9rem;
    top: 5rem;
    width: 61rem;
  }
  .section-f.two .scrolling-container .img-box img.fcm {
    position: inherit;
  }
  .section-f.two .scrolling-container .img-box img.f1 {
    max-width: 50%;
    top: 5.5rem;
    right: 10rem;
  }
  .section-f.two .scrolling-container .img-box img.f2 {
    bottom: 4rem;
    left: 3.5rem;
    max-width: 32%;
  }
  .section-f.two .scrolling-container .img-box img.f3-1 {
    bottom: 4rem;
    right: 1rem;
  }
  .section-f.two .scrolling-container .img-box img.f8-1, .section-f.two .scrolling-container .img-box img.f8-2 {
    max-width: 9rem;
  }
  .section-f.two .scrolling-container .img-box img.f8-1 {
    top: 8rem;
    right: 4rem;
  }
  .section-f.two .scrolling-container .img-box img.f8-2 {
    top: 2rem;
  }
  .section-f.two .scrolling-container .img-box img.hf2 {
    max-width: 65%;
    top: 4rem;
    right: 2rem;
  }
  .section-f.two .scrolling-container .img-box img.hf3 {
    top: 8rem;
  }
  .section-f.two .scrolling-container .img-box img.hf4 {
    left: 0;
    top: -0.5rem;
  }
  .section-f.two .scrolling-container .img-box img.hf4-1 {
    top: 3.2rem;
    right: 0;
  }
  .section-f.two .scrolling-container .img-box img.hf5 {
    top: -2rem;
  }
  .section-f.two .scrolling-container .img-box img.hf5-1 {
    bottom: -4.5rem;
  }
  .section-f.two .scrolling-container .img-box img.hf5-2, .section-f.two .scrolling-container .img-box img.hf5-3 {
    max-width: 14rem;
  }
  .section-f.two .scrolling-container .img-box img.hf5-2 {
    bottom: -8rem;
    left: -1rem;
  }
  .section-f.two .scrolling-container .img-box img.hf5-3 {
    top: -6rem;
  }
  .section-f.two .scrolling-container .img-box-f3 {
    bottom: -5rem;
    left: 0;
    height: 18rem;
    width: 48rem;
  }
  .section-f.two .scrolling-container .img-box-f4 {
    height: 17.4rem;
    top: 12.6rem;
    width: 35.5rem;
  }
  .section-f.two .scrolling-container .img-box-f6 {
    left: -5rem;
    height: 20rem;
    top: 12.5rem;
    width: 36rem;
  }
  .section-f.two .scrolling-container .text h3 {
    font-size: 3.2rem;
    margin-bottom: 2.2rem;
  }
  .section-f.two .scrolling-container .text p {
    font-size: 1.6rem;
  }
  .feature-slide-left .title h3 {
    font-size: 4rem;
  }
  .feature-slide-right .block-row + .block-row {
    margin-top: 2rem;
  }
  .feature-slide-right .block-right .text h4 {
    font-size: 1.8rem;
  }
  .feature-slide-right .block-right .text p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
@media screen and (max-width: 1199px) {
  .section .container {
    max-width: 96rem !important;
  }
  .section-f .btn-group {
    margin-top: 3rem;
  }
  .section-f .container {
    max-width: 96rem !important;
  }
  .section-f.one .img-box img {
    display: none;
  }
  .section-f.one .img-box .box {
    left: 0;
    width: 100%;
  }
  .section-f.two .c-title {
    margin-bottom: 5rem;
  }
  .section-f.two .features-ul {
    text-align: center;
  }
  .section-f.two .features-ul li .text h3 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 2rem;
  }
  .section-f.two .features-ul li .text p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .section-f.two .features-ul li .img-box {
    max-width: 80%;
    margin: 2rem auto 4.5rem;
  }
  .section-f.two .features-ul li .img-box img {
    max-width: 100%;
  }
  .section-f.four .title h2 {
    font-size: 10rem;
    line-height: 1;
  }
  .section-f.four .title .svg {
    margin: auto;
    max-width: 60rem;
    top: -4rem;
  }
  .section-f.four .title .svg svg {
    max-width: 100%;
  }
  .feature-title {
    display: none;
  }
  .feature-slide {
    height: 50vh;
  }
  .feature-slide-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% - 8rem);
  }
  .feature-slide-left {
    text-align: center;
    width: 100%;
  }
  .feature-slide-left .title {
    font-size: 2.2rem;
    line-height: 2.9rem;
    margin-bottom: 3rem;
  }
  .feature-slide-left .title br {
    display: none;
  }
  .feature-slide-right {
    width: 100%;
  }
  .feature-slide-right .block-left {
    display: block;
    height: 5rem;
    position: relative;
    top: 0.4rem;
    width: 3rem;
  }
  .feature-slide-right .block-left span {
    font-size: 3rem;
    top: 0;
  }
  .feature-slide-right .block-right {
    padding-left: 1.5rem;
  }
  .feature-slide-right .block-right .text {
    max-width: inherit;
  }
  .feature-slide-right .block-right .text h5 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .feature-slide-right .block-right .text p {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .feature-slide-right .block-icon {
    height: 5rem;
    width: 3rem;
  }
  .feature-slide-right .block-icon img {
    max-width: 100%;
  }
  .feature-slide.slide-1::before, .feature-slide.slide-2::before, .feature-slide.slide-3::before, .feature-slide.slide-4::before, .feature-slide.slide-5::before, .feature-slide.slide-6::before {
    height: 36rem;
    opacity: 0.6;
    width: 48rem;
  }
  .section.section-cta.space3 {
    padding: 7rem 0;
  }
  .feature-image-width .feature-slide-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .feature-image-width .feature-slide-left {
    width: 50%;
  }
  .feature-image-width .feature-slide-right {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .section .container {
    max-width: 72rem !important;
  }
  .section-ai {
    margin-top: 10rem;
  }
  .section-ai-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-ai-left {
    text-align: center;
    width: 100%;
  }
  .section-ai-left h2 {
    font-size: 2.8rem;
  }
  .section-ai-left p {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
  .section-ai-right {
    width: 100%;
    padding-left: 0;
  }
  .section-ai-right .img-box img {
    display: block;
    max-width: 70%;
    margin: auto;
  }
  .section-f .container {
    max-width: 72rem !important;
  }
  .section-f.one {
    height: auto;
  }
  .section-f.one .col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .section-f.one .img-box {
    height: auto;
    width: 100%;
  }
  .section-f.one .img-box .box {
    margin-top: 5rem;
    position: inherit;
    top: inherit;
  }
  .feature-slide-left .title h4 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .section .container {
    max-width: 54rem !important;
  }
  .section-ai-left h2 {
    font-size: 3rem;
    line-height: 4rem;
  }
  .section-ai-left h2 span {
    font-size: 3rem;
  }
  .section-ai-left p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .section-f .container {
    max-width: 54rem !important;
  }
  .section-f.one .text h1 {
    font-size: 2.5rem;
  }
  .section-f.one .text p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .section-f.three .c-title2 {
    margin-bottom: -1rem;
  }
  .section-f.four .title h2 {
    font-size: 4.5rem;
    line-height: 6rem;
  }
  .section-f.four .title .svg {
    top: -2rem;
  }
  .section-f.four .title .svg svg {
    max-width: 27rem;
    height: auto;
  }
  .feature-wrapper {
    padding-top: 5rem;
    width: calc(100% - 4rem);
  }
  .feature-slide {
    height: 63vh;
  }
  .feature-slide-row {
    width: calc(100% - 4rem);
  }
  .feature-slide-left .title {
    font-size: 2rem;
    line-height: 2.7rem;
    margin-bottom: 2rem;
  }
  .feature-slide-right .block-left {
    display: none;
  }
  .feature-slide-right .block-right {
    padding-left: 0;
  }
  .feature-slide-right .block-right .text h5 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 700;
  }
  .feature-slide-right .block-right .text p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .feature-slide.slide-1::before, .feature-slide.slide-2::before, .feature-slide.slide-3::before, .feature-slide.slide-4::before, .feature-slide.slide-5::before, .feature-slide.slide-6::before {
    height: 24rem;
    width: 32rem;
  }
}
@media screen and (max-width: 1023px) {
  .feature-image-width .feature-slide {
    height: auto;
  }
  .feature-image-width .feature-slide-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 3rem 0;
  }
  .feature-image-width .feature-slide-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .feature-image-width .feature-slide-right {
    width: 100%;
  }
}