/* Default Elments */
html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: AvenirLTStd-Light;
}

ul {
    padding-left: 0;
}

strong {
    font-family: AvenirLTStd-Heavy;
    font-weight: normal;
}

a {
    color: #00b6e0;
    text-decoration: none;
    transition: opacity 0.2s ease-in-out;
}
/* Default Elments */

/* Container Elments */
.inner-wrap-1200 {
    max-width: 1264px;
    width: 100%;
    margin: auto;
    padding: 0 32px;
}

.inner-wrap-1000 {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding: 0 32px;
}

.inner-wrap-800 {
    max-width: 800px;
    width: 100%;
    margin: auto;
    padding: 0 32px;
}

@media screen and (min-width: 834px) {
.inner-wrap-1200 {
    padding: 0 56px;
}

.inner-wrap-1000 {
    padding: 0 56px;
}

.inner-wrap-800 {
    padding: 0 56px;
}
}
/* Container Elments */

/* Hero Section */
.hero {
    padding: 80px 0;
    background: linear-gradient(180deg, #F7F8FC 29.69%, #E0E6F0 90.11%, #F7F8FC 97.52%);
    text-align: center;
}

.hero img {
    margin: auto;
}

video {
    border-radius: 15px!important;
}

.hero h1 {
  margin-bottom: 8px;
}

@media screen and (min-width: 834px) {
  .hero h1 {
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 1025px) {
  .hero h1 {
    margin-bottom: 15px;
  }
}

.hero p {
    margin-bottom: 42px!important;
    margin-bottom: 0;
}

.video-con {
    margin: auto;
    margin-top: 40px;
}

.video-con .video {
    z-index: 1;
  }

.video-con .content {
  margin: auto;
  top: 0;
  left: 0;
  color: #fff;
  text-align: left;
  border-radius: 32px;
  background: #252A3A;
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: -56px;
}

.video-con .content .col-right {
  display: flex;
  padding: 80px 24px 20px 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}

.col-right p span {
  color: #F7F8FC;
  font-family: TTBackwardsSansBlack;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px; 
}

.col-right .quote-box {
  display: flex;
}

.col-right .quote-box span {
  color: #F7F8FC;
  font-family: TTBackwardsSansBlack;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px; 
  padding-right: 3px;
}

.video-content {
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

 .video-content p {
   margin: 0!important;
}

@media screen and (min-width: 834px) {
  .hero {
    padding: 120px 0;
  }
  
  video {
    border-radius: 32px!important;
  }
}

@media screen and (min-width: 1025px) {
  /* CSS rules for screens larger than 1024px */
  .hero {
     padding: 120px 0 80px 0;
  }
  
  .video-con {
    margin: auto;
    margin-top: 80px;
  }
  
  .video-con .video {
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    width: 655px;
    transform: translate(0%, -7%);
  }

  .video-con .content {
      margin: auto;
      top: 0;
      left: 0;
      height: 377px;
      color: #fff;
      text-align: left;
      border-radius: 32px;
      background: #252A3A;
      display: flex;
      width: 97%;
      justify-content: space-between;
      margin-left: 3%;
  }

  .video-con .content .col-right {
      display: flex;
      width: 333.333px;
      padding: 20px 32px 20px 120px;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start;
      align-self: stretch;
  }
  
  .video-content {
    height: 327px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}


.video-con .content .col-right p {
    font-size: 18px;
    color: #F7F8FC;
    font-size: 18px;
    font-family: AvenirLTStd-Black;
    font-weight: normal;
    line-height: 24px;
}

.video-con .content .col-right .video-info .name {
    color: #F7F8FC;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}

.video-con .content .col-right .video-info .title {
    color: #F7F8FC;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    text-align: left;
}
/* Hero Section */

/* Business Logo Section */
.logo-bar-section {
    padding: 64px 0;
    background: #F7F8FC;
}

.logo-bar-section h2 {
    text-align: center;
    color: #999;
    margin: 0;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.logo-bar-section img,
.logo-bar-section source {
    width: 100%;
}


/* Business Logo Section */

/* Goals Section */
.goals-section h2 {
  margin-bottom: 18px;
}

.goals-section h3 {
  font-family: 'AvenirLTStd-Heavy';
}

.tools-section {
    padding: 96px 0;
    background: #181625;
    color: #fff;
}

.tools-grid {
    display: grid;
    grid-template-columns: 1fr; 
    grid-template-rows: auto;
    grid-row-gap: 40px;
}

@media screen and (min-width: 834px) {
  
  .tools-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
  
  .tools-little:nth-child(4) {
    grid-area: 3 / 1 / 3 / 3;
    margin: auto;
    max-width: 50%;
  }
}

@media screen and (min-width: 1025px) {
  .tools-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 24px;
    grid-row-gap: 40px;
  }
  
  .tools-little {
    padding: 40px;
    background: #fff;
    border-radius: 16px;
    grid-column: span 2;
  }
  
  .tools-little:nth-child(4) {
    grid-column: 2 / span 2;
    grid-area: 2 / 2 / 3 / 4;
    margin: 0;
    max-width: 100%;
  }
  
}

.tools-little {
    padding: 40px;
    background: #fff;
    border-radius: 16px;
}

.tools-little .icon {
    background-color: #F7F8FC;
    width: fit-content;
    padding: 16px;
    border-radius: 99px;
}

.tools-little img {
    max-width: 64px;
}

.tools-little h3 {
    margin-top: 32px;
    margin-bottom: 8px;
    color: #000;
}

.tools-little p {
    margin: 0;
    color: #000;
    text-align: left !important;
}

.tools-section h1 {
    margin: 0;
    margin-bottom: 18px;
    text-align: center;
}

.tools-section .main-text {
    margin-bottom: 40px;
    text-align: center;
}
/* Goals Section */

.purple-gradient {
    background: linear-gradient(90deg, #6441e2 0%, #00b6e0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-gradient {
    border-radius: 8px;
    background: linear-gradient(to right, #105FFB 0%, #A15AF0 100%);
    color: #fff;
    font-family: "AvenirLTStd-Black";
    display: inline-block;
    text-decoration: none;
    font-size: 26px;
    line-height: 1em;
    padding: 16px 20px;
    transition: 0.2s opacity linear;
    letter-spacing: 0;
    text-align: center;
    margin: 0 0.75em 0.75em;
    position: relative;
    z-index: 100;
    cursor: pointer;
    border: none;
    width: fit-content; 
}

.mainshadow {
    width: 100%;
    height: 21px;
}

.shadow {
    margin-top: 70PX;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    border-radius: 642px;
    opacity: .4;
    background: #929bba;
    filter: blur(20px);
}

.mainshadow .inside {
    border-radius: 264px;
    opacity: .6;
    background: #929bba;
    margin: auto;
    filter: blur(10px);
    width: 264px;
    height: 7px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.leading-technology-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #F7F8FC 0%, #FFF 100%);
}

@media screen and (min-width: 834px) {
  .leading-technology-section {
    padding: 120px 0;
  }
}

@media screen and (min-width: 1025px) {
  .leading-technology-section {
    padding: 160px 0;
  }
}

.leading-technology-section .content {
    max-width: 700px;
}

.leading-technology-section .content h2 {
    max-width: 700px;
    margin: 0 0 15px 0;
    !important
}

/* Goals Section */
.goals-section {
    padding: 80px 0;
    background: #F7F8FC;
}

@media screen and (min-width: 834px) {
  .goals-section {
    padding: 120px 0;
  }
}

@media screen and (min-width: 1025px) {
  .goals-section {
     padding: 160px 0;
  }
}

.goals-section h2 {
    text-align: center;
    margin-top: 0;
}

.goals-section p {
    text-align: center;
}

.goals-section .intro-con {
  margin-bottom: 40px;
}

/* Goals Section */

.fixed-12 {
    color: #ffffff;
}

.grow-section {
  background-color: #181625;
  color: #ffffff;
  padding: 56px;
}

.grow-section p {
  font-family: 'AvenirLTStd-Black';
  margin-bottom: 16px;
}

.grow-section h2 {
  margin-top: 0;
}


.mini-title-white {
  text-align: center;
  text-transform: uppercase;
  line-height: 19px;
  letter-spacing: 1px;
}

.grow-section .btn-gradient {
  margin: auto;
  display: block;
}

.grow-inner {
    padding: 20px;
    border-radius: 0 0 40px 40px;
    background: url(https://5209470.fs1.hubspotusercontent-na1.net/hubfs/5209470/App-BrandSEM-2024/img/brand-cta.png) no-repeat center top 330px / 450px auto, 
      linear-gradient(to bottom, #181625 20%, transparent 110%), 
      radial-gradient(ellipse at top, #181625 -60%, transparent 111%), 
      linear-gradient(to right, 
        #6441E2 45%, 
        #FC326C 165%, 
        #00B6E0 0%, 
        #6441E2 0%);
    background-repeat: no-repeat;
    height: 620px;
}

.grow-inner h2 {
  text-align: center;
  margin-bottom: 40px;
}

.testimonial-section {
  background-color: #181625;
  padding: 80px 0;
}

.testimonial-section h3 {
  margin: 0 0 40px 0;
 
}

@media screen and (min-width: 834px) {
  .testimonial-section {
    padding: 120px 0;
  }
  
  .grow-inner {
    padding: 120px 64px;
    background: 
      url('https://5209470.fs1.hubspotusercontent-na1.net/hubfs/5209470/App-BrandSEM-2024/img/brand-cta.png') no-repeat right -70px top 75px / 440px auto,
      linear-gradient(to bottom, #181625 20%, transparent 110%),
      radial-gradient(ellipse at top, #181625 40%, transparent 111%), 
      linear-gradient(to right, 
      #6441E2 -20%, 
      #FC326C 25%,
      #00B6E0 75%, 
      #6441E2 115%);
    background-repeat: no-repeat;
    height: auto;
  }
  
  .mini-title-white {
    text-align: left;
  }
  
  .grow-inner h2 {
    text-align: left;
    margin-bottom: 40px;
  }

  .grow-section .btn-gradient {
    margin: 0;
    display: inline-block;
  }
}

@media screen and (min-width: 1025px) {
  .grow-inner {
    padding: 160px 80px;
    background: 
      url('https://5209470.fs1.hubspotusercontent-na1.net/hubfs/5209470/App-BrandSEM-2024/img/brand-cta.png') no-repeat right -100px top 130px / 750px auto,
      linear-gradient(to bottom, #181625 20%, transparent 110%),
      radial-gradient(ellipse at top, #181625 40%, transparent 111%), 
      linear-gradient(to right, 
      #6441E2 -20%, 
      #FC326C 25%,
      #00B6E0 75%, 
      #6441E2 115%);
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 1025px) {
  .testimonial-section {
     padding: 160px 0;
  }
}

.testimonial-section h3 {
  text-align: center;
  color: #ffffff;
}

.testimonials-wrap {
  max-width: 1000px;
  margin: auto;
  display: block;
}

@media screen and (min-width: 834px) {
  .testimonials-wrap {
    max-width: 1000px;
    margin: auto;
    display: grid;
    grid-template-columns: 30px auto;
    grid-template-rows: auto;
    grid-column-gap: 10px;
  }
}

.testimonials-img img {
  border-radius: 15px;
}

.testimonials-content {
  display: flex;
}

.testimonials-content p {
  color: #ffffff;
}

.main-quote {
  margin-bottom: 40px;
}

.testimonials-content .quote .main-quote:before {
    content: "“";
    font-family: TTBackwardsSansBlack;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    padding-right: 3px;
}

.testimonials-content .quote .main-quote:after {
    content: "”";
    font-family: TTBackwardsSansBlack;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    padding-right: 3px;
}

.quote {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.quote .quote-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.quote-info .company-logo {
  display: flex;
}

.slider-controls {
  margin: auto;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}

.slider-controls img {
  transform: rotate(270deg);
  cursor: pointer;
}

.counter {
  font-family: "AvenirLTStd-Light";
  font-weight: 750;
}

.testimonials-panel {
  margin-top: 0;
}

.testimonials-panel {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 20px;
}

.testimonials-img {
  max-width: 240px;
  margin: auto;
  padding-bottom: 40px;
}

@media screen and (min-width: 834px) {
  .testimonials-panel {
    display: grid;
    grid-template-columns: 240px auto;
    grid-template-rows: auto;
    grid-column-gap: 40px;
    grid-row-gap: 0;
  }
  
  .testimonials-img {
    padding-bottom: 0;
  }
  
  .slider-controls {  
    margin: auto;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
  
  .slider-controls img {
    transform: rotate(0deg);
    cursor: pointer;
  }
}

.company-info .company-name {
  margin: 0;
  font-family: 'AvenirLTStd-Heavy'
}

.company-info .company-title {
  margin: 0;
  font-weight: 300;
}

.testimonials-panel {
  display: none; /* Hide all panels initially */
}
.testimonials-panel.active {
  display: grid; /* Only show the active panel */
}

 footer {
    background: #181625;
    padding-top: 63px;
    padding-bottom: 64px;
}

footer img {
    margin: auto;
    max-width: 180px;
    margin-bottom: 32px;
}

footer p {
    text-align: center;
    color: #000;
}

.intermediate-cta {
    padding-top: 80px;
}

.card {
    display: block;
    padding: 40px 30px;
    border-radius: 16px;
    background: #F7F8FC;
    align-items: center;
    box-shadow: 0px 36px 48px -32px rgba(16, 95, 251, 0.20);
    max-width: 1000px;
    margin: auto;
}

.card p {
    margin-bottom: 0;
    font-family: AvenirLTStd-Black;
    align-self: center;
    font-weight: normal;
    padding: 0 20px;
    margin: 0 40px 0 32px;
}

@media screen and (min-width: 834px) and (max-width: 930px) {
  .card p {
    max-width: 280px
  }
}

.cta {
    margin-left: 0;
    margin-right: 0;
}

.cta .btn-gradient {
    margin: 0
}

.card .btn-gradient {
    display: block;
    margin: auto;
}

.mini-cardsec {
    display: block;
    margin: auto;
    margin-bottom: 40px;
}

.mini-cardsec img {
    margin: auto;
    margin-bottom: 24px;
}

.mini-cardsec p {
    font-size: 21px!important;
    text-align: center;
}

@media screen and (min-width: 834px) {
  /* CSS rules for screens larger than 834x */
  .card {
    display: flex;
    padding: 40px;
    border-radius: 16px;
    background: #F7F8FC;
    align-items: center;
    box-shadow: 0px 36px 48px -32px rgba(16, 95, 251, 0.20);
    max-width: 1000px;
    margin: auto;
    justify-content: space-between;
  }
  
  .card p {
    padding: 0;
  }
  
  .mini-cardsec {
    display: flex;
    margin: auto 0;
  }
  
  .mini-cardsec img {
    margin: 0 auto;
  }
  
  .mini-cardsec p {
    text-align: left;
  }
  
  .card .btn-gradient {
    display: block;
    margin: auto 0;
    max-width: 80%;
  }
}