
   .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-platform {
     max-width: 76.625rem;
   }
   
   
   .cv-feature-reverse {
     display: flex;
     align-items: center;
     flex-direction: row;
     justify-content: space-between;
     /*max-width: 1280px;*/
     margin: 2rem auto;
   }
   .cv-feature-reverse.video-right {
     flex-direction: row-reverse;
   }
   
   .cv-feature-reverse .dp-left {
     text-align: center;
   }
   
   
   .cv-feature-reverse .dp-right {
     max-width: 27.375rem;
   }
   
   .platform-2024 .platform-content:not(.mobile-content) {
     width: 76.625rem;
     max-width: 100%;
   }
   .platform-2024 .platform-content:not(.desktop-content) {
     display: none;
   }
   
   .platform-2024 .max {
     padding: 2rem 0;
   }

.top-title-tag {
  color: var(--spectrum-5008260-ff, #8260FF);
  text-align: center;
  font-family: 'ProximaNova-regular', 'proxima-regular', Proxima Nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 1.225rem */
  letter-spacing: 0.175rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.platform-dd-title {
  font-family: 'proxima-bold', 'Proxima Nova',"Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--neutral-1000000000, #000);
  text-align: center;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 3rem */
  letter-spacing: -0.05rem;
}

   
   /**DROPDOWN CSS ******/
   .platform-2024 .arrow-icon {
     width: 26px;
     height: 26px;
   }
   
   .platform-2024 .max .inner .platform-content .dp-right .platform-item-2 {
    border-radius: 12px;
    transition: background-color .5s linear;
}
   
   /********************/
   
   .platform-2024 .inner {
     max-width: 76.625rem;
     width: 100%;
     margin: 0px auto;
     -moz-transition: width 0.5s linear;
     -o-transition: width 0.5s linear;
     -webkit-transition: width 0.5s linear;
     transition: width 0.5s linear;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     align-items: center;
   }
   
   .label-dropdown {
       display: flex;
       flex-direction: row;
       justify-content: space-between;
   }

.platform-2024 .platform-dd-title span {
 color: var(--spectrum-5008260-ff, #8260FF);
}
   
   h4.platform-section-title {
     font-family: Proxima Nova, "proxima-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 1.75rem */
    letter-spacing: -0.0175rem;
}   
   p.platform-section-paragraph {
     /* Body/🖥 Desktop */
     font-family: Proxima Nova, "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;;
     font-size: 1rem;
     font-style: normal;
     font-weight: 400;
     line-height: 150%; /* 1.5rem */
     letter-spacing: 0.02rem;
   }

   
   .platform-2024 .max .inner .platform-content .dp-left {
     background: transparent;
     display: flex;
     flex-direction: column;
     align-items: center;
     max-width: 33.75rem;
     max-height: 33.75rem;
   }
   .platform-2024 .max .inner .platform-content .dp-left img,
   .platform-2024 .max .inner .platform-content .dp-left video  {
     width: 100%;
     border-radius: 8px;
     height: 30rem;
   }
   .platform-2024 .max .inner .platform-content .dp-right {
     max-width: 38.875rem;
     width: 100%;
     height: auto;
     padding-top: 2rem;
   }
     .platform-2024 .platform-top-heading {
       max-width: 72rem;
       width: 100%;
       padding: 0 24px;
       margin: 0 auto;
       display: flex;
       flex-direction: column;
       justify-content: center;
       align-items: center;
     }   


   .platform-2024 .max .inner .platform-content .dp-right .platform-section,
   .platform-2024 .max .inner .platform-content .dp-right .platform-section-mobile {
     font-family: "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
     padding: 0px;
     padding: 1.25rem;
     font-size: 14px;
     line-height: 150%;
     letter-spacing: 0.02em;  
     font-weight: 300;
     border-radius: 12px;
   }
   
   .platform-2024 .max .inner .platform-content .dp-right .platform-item {
       border-radius: 12px;
       transition: background-color 0.5s linear;
       cursor: pointer;
   }
   
  .platform-2024 .max .inner .platform-content .dp-right .platform-item > h4.platform-section-title,
   .platform-2024 .max .inner .platform-content .dp-right .platform-item > .platform-section-paragraph,
   .platform-2024 .max .inner .platform-content .dp-right .platform-item > span.arrow-icon > svg {
  color: #000;
 } 

   .platform-2024 .max .inner .platform-content .dp-right .platform-section .platform-section-paragraph,
   .platform-2024 .max .inner .platform-content .dp-right .platform-section-mobile .platform-section-paragraph-mobile {
     margin-bottom: 1rem;
   }
   
/

p.platform-section-paragraph > a {
    font-family: "proxima-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.5rem */
    letter-spacing: 0.02rem;
    text-decoration: underline;
}
   
   
   .platform-2024 .max .inner .platform-content .dp-right .platform-section .platform-section-link svg {
     display: flex;
     align-self: center;
     margin-left: 6px;
   }
   
   .platform-2024 .max .inner .platform-content .dp-right .platform-section strong {
     font-family: "proxima-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
   }
   
  
@media screen and (max-width: 1400px) {
  .max-width-large {
      max-width: 1180px;
  }
}

   
   @media screen and (max-width: 1366px) { 
     .cv-feature-reverse {
       flex-direction: column;
     }
   
     .cv-feature-reverse.video-right {
       flex-direction: column;
     }
   
     .cv-feature-reverse .dp-right {
       padding: 0 24px;
     }
   }

  
   @media screen and (max-width: 1280px) {
     .platform-2024 .max .inner .platform-content .dp-left {
     margin-top: 5rem;
    }
   }
  
   @media screen and (max-width: 1090px) {
        
     .platform-2024 .max .inner .platform-content .platform-item-3-mobile:nth-of-type(3n) h4,
     .platform-2024 .max .inner .platform-content .platform-item-3-mobile:nth-of-type(3n) .platform-section-paragraph-mobile {
       color:#1D2023;
     }
   
     .platform-2024 .platform-top-heading {
       max-width: 1024px;
       width: 100%;
     }
     .platform-2024 .max {
       padding: 0;
     }
     .platform-2024 .max .inner .platform-dd-title {
       line-height: 55px;
       margin-bottom: 2rem;
     }

     .platform-2024 .platform-content {
     display: flex;
     flex-direction: column;
     align-items: center;
     }
     .platform-2024 .max .inner .platform-content .dp-left {
       margin-right: 0;
       margin-top: 0;
    }
   }
     
   @media screen and (max-width: 1024px){   
     .cv-feature-reverse .dp-right {
       max-width: 44rem;
       width: 100%;
       margin-bottom: 1.25rem;
     }
   }
   
   @media screen and (max-width: 940px){
    .cv-feature-reverse, .cv-feature-reverse.video-right {
        margin-top: 0;
        width: 100%;
    }
    .platform-genai-2024 {
        padding: 50px 24px;
    }
     .platform-2024 .max .inner .platform-content .dp-right {
    max-width: 80%;
     }
   }
   
@media screen and (max-width: 768px) {
     .cv-feature-reverse .dp-left .illustration {
       width: 100%;
     }
      .platform-2024 .max .inner .platform-content .dp-left img,
       .platform-2024 .max .inner .platform-content .dp-left video {
       width: 100%;
       height: auto;
     }
       .cv-feature-reverse .dp-right,
       .cv-feature-reverse .dp-left {
         padding: 0 24px;
         max-width: 100%;
     }
     .cv-feature-reverse {
       margin-top: 0;
       margin-bottom: 2.5rem;
     }

     .platform-dd-title {
       font-size: 2rem;
     }
     .platform-2024 .max .inner .platform-content .dp-right {
     padding-top: 4rem;
     }

     .platform-2024 .platform-top-heading {
       max-width: 768px;
       width: 100%;
     }
     span.platform-section-title {
     font-size: 1.25rem;
     }
          .platform-2024 .max .inner .platform-content .dp-right {
       max-width: 100%;
     }
     .platform-2024 .arrow-icon {
     margin-top:0;
     }
   }
   
   @media screen and (max-width: 380px) {
     .platform-2024 .max .inner .platform-dd-title {
       font-size: 36px;
       line-height: 41px;
     }
   }
   
   
   
  
@media screen and (max-width: 340px) {
   .platform-2024 .max .inner .platform-dd-title {
        font-size: 1.4rem;
        text-align: center;
    }
      p.platform-section-paragraph  {
        font-size: 14px;
    }
      .platform-2024 .max .inner .platform-content .dp-right {
        padding-top: 1rem;
    }
}
   
   
   
   