body {
  font-family: "Outfit", sans-serif;
}

@media (min-width: 992px) {
  .pb-5 {
    padding-bottom: 90px !important;
  }
}

@media (min-width: 992px) {
  .pt-5 {
    padding-top: 90px !important;
  }
}

.spacer {
  height: 10vh;
}

#header .navbar-nav a {
  color: #646464;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
#header .btn-primary {
  color: #FFF;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  border-radius: 8px;
  background: #6E3D91;
  border: none;
  padding-left: 34px;
  padding-right: 34px;
}

@media (max-width: 992px) {
  .mainsection #carouselExampleSlidesOnly2 {
    margin-top: 50px;
  }
  .mainsection #carouselExampleSlidesOnly2 img {
    max-width: 60%;
  }
}
.mainsection .subtitle {
  color: #2E2E2E;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
}
.mainsection h1 {
  font-family: "Outfit", sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -2px;
  background: linear-gradient(90deg, #AE67E0 0%, #6E3D91 77.91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1200px) {
  .mainsection h1 {
    font-size: 55px;
  }
}
@media (max-width: 992px) {
  .mainsection h1 {
    font-size: 45px;
  }
}
@media (max-width: 992px) {
  .mainsection h1 br {
    display: none;
  }
}
.mainsection p {
  color: #505050;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  margin: 0;
}
@media (max-width: 1024px) {
  .mainsection p {
    font-size: 16px;
  }
}
.mainsection .subtitle-2 {
  color: #000;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.mainsection .btn-secondary {
  color: #6E3D91;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  border-radius: 8px;
  border: 1px solid #6E3D91;
  background-color: #fff;
}
.mainsection .btn-secondary svg {
  margin-right: 10px;
}

.section1 .subtitle {
  color: #646464;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
}
.section1 h2 {
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 58px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -2px;
  background: linear-gradient(90deg, #AE67E0 0%, #6E3D91 77.91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .section1 h2 {
    font-size: 45px;
  }
}
.section1 p {
  color: #505050;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  margin: 0;
}
.section1 .mtitle {
  color: #77439C;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  margin-bottom: 8px;
}
.section1 img {
  margin-bottom: 31px;
}

.section2 {
  background: #F9F0FF;
  overflow: hidden;
}
@media (max-width: 992px) {
  .section2 {
    height: auto;
    background-image: none;
  }
}
.section2 h2 {
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 58px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -2px;
  background: linear-gradient(90deg, #AE67E0 0%, #6E3D91 77.91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .section2 h2 {
    font-size: 45px;
  }
}
.section2 p {
  color: #2E2E2E;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
}
.section2 .carousel-item {
  text-align: center;
}
.section2 .phones-clip-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: -60px;
}
.section2 .phone {
  width: calc(100% / 6 - 1rem);
  max-width: 180px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  flex-shrink: 1;
  opacity: 0;
  transform: translateY(120px) rotate(5deg);
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}
.section2 .phone.visible {
  opacity: 1;
  transform: translateY(0) rotate(5deg);
}
@media (max-width: 768px) {
  .section2 .phones-clip-wrapper {
    position: relative;
    justify-content: center;
    margin-bottom: 0;
    height: 300px;
    gap: 0;
  }
  .section2 .phone {
    position: absolute;
    width: 160px;
    max-width: 80%;
    border-radius: 20px;
    transform: none !important;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 0;
  }
  .section2 .phone.visible {
    opacity: 1;
    z-index: 1;
    transform: none !important;
  }
}

.section3 .subtitle {
  color: #646464;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
}
.section3 h3 {
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 58px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -2px;
  background: linear-gradient(90deg, #AE67E0 0%, #6E3D91 77.91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .section3 h3 {
    font-size: 45px;
  }
}
.section3 p {
  color: #000;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  margin: 0;
}
.section3 img {
  margin-bottom: 31px;
}

.section4 {
  background: #F9F9FA;
}
.section4 .subtitle {
  color: #646464;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
}
.section4 h3 {
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 58px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -2px;
  background: linear-gradient(90deg, #AE67E0 0%, #6E3D91 77.91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 79px;
}
@media (max-width: 992px) {
  .section4 h3 {
    font-size: 45px;
  }
}
.section4 .table > :not(caption) > * > * {
  background-color: transparent;
}
.section4 .table table {
  width: 100%;
}
@media (max-width: 810px) {
  .section4 .table table {
    width: 900px;
  }
}
.section4 .table table th {
  color: #000;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
  padding-bottom: 30px;
}
.section4 .table table td {
  color: #000;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  border: 1px solid #D9D9D9;
  padding: 14px;
}

.section5 {
  /* Positioning stats outside the circle */
}
.section5 .stats-section {
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto;
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.section5 .stats-circle {
  position: relative;
  width: 50%;
  max-width: 950px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #F9F0FF;
  transition: all 1s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: scale(0);
  margin-left: auto;
  margin-right: auto;
}
.section5 .stats-circle::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  background: #FCF8FF;
  z-index: 0;
}
.section5 .stats-circle::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 60%;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
}
.section5 .stats-circle.active {
  opacity: 1;
  transform: scale(1);
}
.section5 .stats-logo {
  max-width: 30%;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .section5 .stats-logo {
    max-width: 72%;
  }
}
.section5 .stat {
  position: absolute;
  text-align: center;
  color: #763A96;
  font-weight: 600;
  transition: transform 1s ease-out, opacity 1s ease-out;
  opacity: 0;
  width: 160px;
}
@media (max-width: 1024px) {
  .section5 .stat {
    width: 172px;
  }
}
.section5 .stat.active {
  opacity: 1;
}
.section5 .stat h2 {
  font-size: clamp(1.4rem, 4vw, 2.9rem);
  margin: 0;
  font-weight: 600;
  text-align: left;
}
.section5 .stat p {
  font-size: clamp(0.5rem, 1.9vw, 0.9rem);
  font-weight: 150;
  color: #000;
  margin: 0;
  line-height: 1.4;
  text-align: left;
}
.section5 .top-left {
  top: -20px;
  left: 4%;
  transform: translate(-50%, -50%);
}
.section5 .top-right {
  top: -20px;
  right: 0%;
  transform: translate(50%, -50%);
}
@media (max-width: 768px) {
  .section5 .top-right {
    top: -23px;
  }
}
.section5 .mid-left {
  top: 50%;
  left: -58px;
  transform: translate(-100%, -50%);
}
@media (max-width: 1024px) {
  .section5 .mid-left {
    left: 15px;
  }
}
@media (max-width: 768px) {
  .section5 .mid-left {
    left: -1px;
  }
}
.section5 .mid-right {
  top: 50%;
  right: -81px;
  transform: translate(100%, -50%);
}
@media (max-width: 1024px) {
  .section5 .mid-right {
    right: -43px;
  }
}
@media (max-width: 768px) {
  .section5 .mid-right {
    right: -6px;
  }
}
.section5 .bottom-left {
  bottom: -20px;
  left: -4%;
  transform: translate(-50%, 50%);
}
.section5 .bottom-right {
  bottom: -20px;
  right: -4%;
  transform: translate(50%, 50%);
}
@media (max-width: 768px) {
  .section5 .stats-logo {
    max-width: 132px;
  }
  .section5 .stat {
    width: 81px;
  }
}
@media (max-width: 992px) {
  .section5 .imgchart2 {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .section5 .imgchart2 {
    display: none;
  }
}
@media (max-width: 992px) {
  .section5 .imgchart {
    display: none;
  }
}
@media (min-width: 992px) {
  .section5 .imgchart {
    display: inline-block;
  }
}
@media (max-width: 1024px) {
  .section5 img {
    max-width: 63%;
    padding: 157px;
  }
}
@media (max-width: 992px) {
  .section5 img {
    max-width: 100%;
    padding: 0;
    order: 1;
  }
}
.section5 .chart {
  position: relative;
}
.section5 .chart #item1 {
  position: absolute;
  top: 0px;
  left: 200px;
}
@media (max-width: 992px) {
  .section5 .chart #item1 {
    top: 0;
    left: 0;
    position: relative;
    order: 2;
    margin-bottom: 60px;
    margin-top: 60px;
  }
}
.section5 .chart #item2 {
  position: absolute;
  top: 43%;
  left: 102px;
}
@media (max-width: 992px) {
  .section5 .chart #item2 {
    top: 0;
    left: 0;
    position: relative;
    order: 2;
    margin-bottom: 60px;
  }
}
.section5 .chart #item3 {
  position: absolute;
  bottom: 0;
  left: 176px;
}
@media (max-width: 992px) {
  .section5 .chart #item3 {
    top: 0;
    left: 0;
    position: relative;
    order: 2;
    margin-bottom: 60px;
  }
}
.section5 .chart #item4 {
  position: absolute;
  top: 0px;
  right: 165px;
}
@media (max-width: 992px) {
  .section5 .chart #item4 {
    top: 0;
    left: 0;
    position: relative;
    order: 2;
    margin-bottom: 60px;
  }
}
.section5 .chart #item5 {
  position: absolute;
  top: 43%;
  right: 58px;
}
@media (max-width: 992px) {
  .section5 .chart #item5 {
    top: 0;
    left: 0;
    position: relative;
    order: 2;
    margin-bottom: 60px;
  }
}
.section5 .chart #item6 {
  position: absolute;
  bottom: 0;
  right: 176px;
}
@media (max-width: 992px) {
  .section5 .chart #item6 {
    top: 0;
    left: 0;
    position: relative;
    order: 2;
  }
}
.section5 .item {
  text-align: left;
}
@media (max-width: 992px) {
  .section5 .item {
    text-align: center;
  }
}
.section5 .item p {
  color: #000;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  margin: 0;
}
.section5 .item .mi {
  color: #763A96;
  font-family: "Outfit", sans-serif;
  font-size: 58px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -2px;
  margin: 0;
}

.section6 .zeroriskm {
  margin-bottom: 180px;
}
.section6 .subtitle {
  color: #646464;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
}
.section6 h3 {
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 58px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -2px;
  background: linear-gradient(90deg, #AE67E0 0%, #6E3D91 77.91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .section6 h3 {
    font-size: 45px;
  }
}
.section6 .bg {
  border-radius: 8px;
  background: linear-gradient(90deg, #AE67E0 0%, #6E3D91 77.91%);
}
.section6 .bg img {
  margin-top: -123px;
  margin-left: 36px;
}
.section6 .bg p {
  color: #FFF;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  margin: 0;
}
.section6 .bg .firstext {
  color: #FFF;
  font-family: "Outfit", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
}
@media (max-width: 992px) {
  .section6 .bg .firstext {
    font-size: 25px;
    line-height: 90%;
    margin-bottom: 15px;
  }
}
.section6 .bg .btn-success {
  color: #6F3E91;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  border-radius: 8px;
  background: #FFF;
  border: none;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 25px;
  padding-right: 25px;
}
.section6 .bg .col2 {
  padding-bottom: 32px;
  padding-top: 32px;
}

.section7 {
  background: #F9F0FF;
  overflow: hidden;
}
.section7 .containercarousel {
  position: relative;
}
.section7 .ovleft {
  position: absolute;
  left: 0;
  top: 48px;
  z-index: 9999;
}
@media (max-width: 992px) {
  .section7 .ovleft {
    display: none;
  }
}
.section7 .overight {
  position: absolute;
  right: 0;
  top: 48px;
  z-index: 9999;
}
@media (max-width: 992px) {
  .section7 .overight {
    display: none;
  }
}
.section7 .subtitle {
  color: #646464;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
}
.section7 h3 {
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 58px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -2px;
  background: linear-gradient(90deg, #AE67E0 0%, #6E3D91 77.91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 81px;
}
@media (max-width: 992px) {
  .section7 h3 {
    font-size: 45px;
  }
}
.section7 .testbox {
  border-radius: 8px;
  border: 1px solid #F9F9FA;
  background: #FFF;
  padding: 24px;
  margin-right: 12px;
  margin-left: 12px;
  min-height: 250px;
}
@media (max-width: 992px) {
  .section7 .testbox {
    margin: 0;
  }
}
.section7 .testbox p {
  color: #1E1A1C;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.section7 .testbox .testbox-avatargrid {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 12px;
  margin-bottom: 25px;
}
.section7 .testbox .testbox-avatargrid p {
  color: #2C2D2F;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  margin: 0;
}
.section7 .testbox .testbox-avatargrid .name {
  color: #1E1A1C;
  font-family: "Clash Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  letter-spacing: 0.32px;
}

#footer {
  padding-top: 40px;
  padding-bottom: 40px;
}
#footer .footermenu {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .footermenu li {
  display: inline-block;
  margin-right: 20px;
}
#footer .footermenu li a {
  color: #646464;
  text-align: right;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}
#footer .footersocial {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
@media (max-width: 992px) {
  #footer .footersocial {
    float: none;
  }
}
#footer .footersocial li {
  display: inline-block;
  margin-right: 20px;
}
#footer .footersocial li:last-child {
  margin-right: 0;
}

.title h1 {
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -2px;
  background: linear-gradient(90deg, #AE67E0 0%, #6E3D91 77.91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .title h1 {
    font-size: 45px;
  }
}

.about-sec1 p {
  color: #505050;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}

.about-sec2 p {
  color: #505050;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.about-sec2 h3 {
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 58px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -2px;
  background: linear-gradient(90deg, #AE67E0 0%, #6E3D91 77.91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .about-sec2 h3 {
    font-size: 45px;
  }
}

.about-sec3 p {
  color: #2E2E2E;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
}