.mobile-version {
display: none;
}

.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;
}

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

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

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


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

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

.header-feature-reverse .hp24-right-top {
  max-width: 40rem;
  width: 640px;
  height: 450px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.header-feature-reverse .hp24-left-top .illustration {
    display: flex;
    flex-direction: row;
    justify-content: space-around; 
  width: 450px;
}

.header-feature-reverse .hp24-left-top .illustration video {
  width: 100%;
  max-width: 318px;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  display: inline-block;
}

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


.gb-hp24-title-box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: flex-start;
  padding: 0 24px;
  max-width: 1170px;
  margin: 0 auto;

}


h1.gb-hp24-h1-title {
  font-family:  "proxima-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;        
  color: var(--neutral-000-ffffff, #FFF);
  /* Display 3/🖥 Desktop */
  font-family: "Proxima Nova";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 75.6px */
  letter-spacing: -1.08px;
  margin-bottom: 0;
}

.header-feature-reverse .hp24-right-top .legend p,
.header-feature-reverse .hp24-right-top .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-right-top > table > strong,
.hp24-right-top > div > div > table > tbody > tr:nth-child(1) > td:nth-child(1) > p > strong {
    font-family:  "proxima-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;        
	font-weight: 700;    
  }


.hp24-header24 {
  margin-top: 4rem;
}

.hp24-header24-btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
}
.hp24-header24-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 */
}

span.gb-hp24-subtitle {
/* Subheadine/🖥 Desktop */
font-family: "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 36px */
letter-spacing: 0.48px;
 background: var(--Purple-text, linear-gradient(286deg, #CB89FF 22.29%, #ECCCFF 80.89%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; 

}

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


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

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

@media screen and (max-width: 1366px) { 
  .header-feature-reverse {
    justify-content:space-evenly;
  }
  .hp24-header24 {
    max-width: 100%;
padding: 0 32px;
    margin: 0 auto;
  }
  .hp24-header24-btn {
  margin-bottom: 1.5rem;
  }
  .header-feature-reverse .hp24-left-top .illustration {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly; 
    width: 450px;
}

}
 
@media screen and (max-width: 1090px){
.header-feature-reverse .hp24-left-top .illustration {
    max-width: 350px;
    padding-top: 2rem;
}
  .header-feature-reverse .hp24-left-top .illustration video {
  max-width: 270px;
  }
  .header-feature-reverse .hp24-right-top .legend p {
  margin-bottom 0.5rem;
  } 
.header-feature-reverse .hp24-left-top .illustration {
    justify-content: ; 
}
  .header-feature-reverse .hp24-right-top {
    max-width: 36.375rem;
    height: max-content;
    max-width: 44rem;
    width: 100%;
    padding: 2rem 0 0; 
  }
  .hp24-header24 {
  padding: 32px 0;
  }
.hp24-header24-btn,
 .desktop-button {
  display: none;
}

  .hp24-right-top {
    order: 1;
  }  
  .hp24-left-top {
    order: 2;
  }
  .hp24-header24-btn.mobile-btn {
    order: 3;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 940px){
  .header-feature-reverse,
  .header-feature-reverse.video-right {
    margin-top: 0;
  }
  h1.gb-hp24-h1-title {
  font-size: 3rem;
  }
  .header-feature-reverse.video-right, 
  .header-feature-reverse {
    flex-direction: column;
  }
  .header-feature-reverse .hp24-right-top {
  max-width: 48rem;
  }
  span.gb-hp24-subtitle {
  font-size: 20px;
    text-align: left;
  }
      .header-feature-reverse .hp24-left-top .illustration video {
        max-width: 270px;
    }
      .hp24-header24 {
        margin: -2rem 0;
  }
}

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

@media screen and (max-width: 680px) {
  table {
  display: none;
  }
    .mobile-version {
  display: block;
  }
}

@media screen and (max-width: 540px) {
  h1.gb-hp24-h1-title {
  font-size: 2rem;
  }
  .header-feature-reverse .hp24-right-top .legend {
    font-size:0.875rem;
}
  
}

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

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

