.hp24-discover {
padding: 64px 0;
}

.feature-space-around {
 justify-content:space-around;
}

.feature-space-between {
justify-content:space-between;
}

.feature-space-evenly {
justify-content:space-evenly;
}

.feature-center {
justify-content:center;
}


.feature-flex-start {
justify-content:flex-start;
}

.feature-flex-end {
justify-content:flex-end;
}

.max-width-large {
max-width: 1280px;
}

.max-width-xl {
 max-width: 1340px;
}

.max-width-normal {
max-width: 1024px;
}

.max-width-small {
max-width: 940px;
}

.max-width-box {
  max-width: 1170px;
}

.desktop-button {
  display: flex;
}

.mobile-button {
  display: none;
}

.hp24-feature-reverse {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*max-width: 1280px;*/
  margin: 0 auto;
  padding: 2rem 0;
}

.hp24-feature-reverse {
  position: relative;
  z-index: 1;
}

.hp24-feature-reverse svg .arrow-icon-btn {
  margin-right:4px;
}

.hp24-feature-reverse.video-right {
  flex-direction: row-reverse;
}


.hp24-feature-reverse .hp24-left {
  text-align: center;
  border-radius: 32px;
}

.hp24-feature-reverse .hp24-left img {
 border-radius: 12px;
  max-width: 100%;
}

.hp24-feature-reverse .hp24-right {
  max-width: 27.375rem;
  padding: 64px 0 64px 64px; 
  height: 450px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.hp24-feature-reverse .hp24-left .illustration {
  display: block;
  width: 450px;
}

.hp24-feature-reverse .hp24-left .illustration video {
  width: 100%;
  max-width: 470px;
  border-radius: 18px;
  display: inline-block;
}


.hp24-title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
}


h2.hp24-h2-title {
font-family:  "proxima-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;        
color: var(--spectrum-200-f-3-f-0-ff, #F3F0FF);
text-align: center;
font-size: 3.375rem;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 4.725rem */
letter-spacing: -0.0675rem;
}


h3.ai-tc-content-title {
  font-family: "proxima-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 48px */
  letter-spacing: -0.8px;
  background: var(--AI-gradient-light, linear-gradient(286deg, #CB89FF 22.29%, #ECCCFF 80.89%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 32px;
}


.hp24-feature-reverse .hp24-right .legend p,
.hp24-feature-reverse .hp24-right .legend {
  font-family: Proxima Nova, "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--neutral-200-f-5-f-6-fa, #F5F6FA);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.32px;
  margin-bottom: 32px;
}

.hp24-feature-reverse .hp24-right .legend strong {
    font-family:  "proxima-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;        
	font-weight: 700;    
  }


.hp24-discover-btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
}
.hp24-discover-btn.mobile-btn {
display: none;
}

a.hp24-link-demo {
  display: flex;
  padding: 1rem 1.75rem;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 3rem;
  border-radius: 3.125rem;
  background: var(--conversation-screamin-green-40-ff-81, #40FF81);
  transition: all 0.7s;
  transform: translate(0, 60px);
}

.fade {
  opacity: 1;
}


a.hp24-link-demo:hover {
   text-decoration: none;
   border-radius: 3.125rem;
   border: 2px solid var(--conversation-screamin-green-40-ff-81, #40FF81);
   background: #100B24;
   box-shadow: 0px 0px 25px 0px rgba(64, 255, 129, 0.70);
}

span.hp24-btn-demo {
  color: #100B24;
  text-align: center;
  font-family: "proxima-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 1rem */
}

a.hp24-link-demo:hover> span.hp24-btn-demo {
  color: var(--conversation-screamin-green-40-ff-81, #40FF81);
}


@media screen and (max-width: 1500px) { 
    .hp24-feature-reverse .hp24-right {
  padding: 0px 0 64px 64px; 
  }
}

@media screen and (max-width: 1440px) { 
  .hp24-illustration {
    max-width: 34.375rem;
  }
}

@media screen and (max-width: 1366px) { 
  .hp24-feature-reverse {
    justify-content:space-evenly;
  }
  .hp24-discover {
    max-width: 1000px;
    margin: 0 auto;
  }
  .hp24-discover-btn {
  margin-bottom: 1.5rem;
  }
}
 
@media screen and (max-width: 1024px){

    .hp24-feature-reverse .hp24-right {
    max-width: 44rem;
    width: 100%;
  }
  .hp24-feature-reverse .hp24-right .legend p {
  margin-bottom 0.5rem;
  } 
  .hp24-feature-reverse .hp24-right {
    max-width: 36.375rem;
    height: max-content;
    margin-bottom: 
}
  .hp24-feature-reverse .hp24-right {
    padding: 2rem 24px 0; 
  }
    .hp24-feature-reverse {
    flex-direction: column;
  }
  .hp24-discover {
  padding: 32px 0;
  }
.hp24-discover-btn,
 .desktop-button {
  display: none;
}
    .hp24-feature-reverse.video-right {
    flex-direction: column;
  }
  .hp24-right {
    order: 1;
  }  
  .hp24-left {
    order: 2;
  }
  .hp24-discover-btn.mobile-btn {
    order: 3;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

}

@media screen and (max-width: 940px){
  .hp24-feature-reverse,
  .hp24-feature-reverse.video-right {
    margin-top: 0;
  }
  h2.hp24-h2-title {
  font-size: 3rem;
  }

}

@media screen and (max-width: 768px){
  .hp24-feature-reverse .hp24-left .illustration,
  .hp24-feature-reverse .hp24-left .illustration video {
    width: 19rem;
    max-width: 100% !important;
    width: 100%;
  }
  .hp24-feature-reverse .hp24-left .illustration {
  margin-bottom: 2.5rem;
  }
    .hp24-feature-reverse .hp24-right,
    .hp24-feature-reverse .hp24-left {
      padding: 0 24px;
      max-width: 100%;
      text-align: center;
  }
  .hp24-feature-reverse {
    margin-top: 0;
    margin-bottom: 2.5rem;
    padding: 1.5rem 0;
  }
  .hp24-feature-reverse .hp24-right{
    justify-content: flex-start;
  }
  .hp24-feature-reverse .hp24-right .legend {
    margin-top: 1rem;
    text-align: left;
    padding: 0 1.25rem;
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
  .hp24-feature-reverse .hp24-right .legend p {
  margin-bottom: 12px;
  }
  .hp24-feature-reverse .hp24-right h3, 
   h3.ai-tc-content-title {
    padding: 0 1.25rem;
    font-size: 2rem;
    margin-bottom: 1rem;
    text-align: left;
  }
  small {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 540px) {
  h2.hp24-h2-title {
  font-size: 2rem;
  }
  .hp24-feature-reverse .hp24-right .legend {
    font-size:0.875rem;
}
    .hp24-feature-reverse .hp24-right h3, 
   h3.ai-tc-content-title {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 425px) {

 .hp24-feature-reverse .hp24-left,
  .hp24-feature-reverse .hp24-right  {
    text-align: left !important;
}
  .hp24-feature-reverse .hp24-left .illustration, 
  .hp24-feature-reverse .hp24-left .illustration video {
        width: 100%;
    margin-bottom: 0;
  }
  .no-mobile {
  display: none;
  }
  .hp24-feature-reverse .hp24-left img {
  max-width: 90%;
  }
}

