/** Shopify CDN: Minification failed

Line 224:14 Expected identifier but found whitespace
Line 224:16 Unexpected "{"
Line 224:25 Expected ":"
Line 224:51 Expected ":"
Line 225:17 Expected identifier but found whitespace
Line 225:19 Unexpected "{"
Line 225:28 Expected ":"
Line 225:57 Expected ":"
Line 226:13 Expected identifier but found whitespace
Line 226:15 Unexpected "{"
... and 22 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:absorbance-automate-module-1 (INDEX:3) */
.AA-M1-Section {
    min-height: calc(100vh + 300px);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #af87d5;
    /* overflow:hidden; */
    /* padding-right:30px;
    padding-left:30px; */
  }

  .AA-M1-Section .mobile-image {
    display: none;
  }
  .AA-M1-Section .hero-images {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    display: grid;
    overflow: hidden;
  }

  .AA-M1-Section .hero-images img {
    grid-row: 1;
    grid-column: 1;
    width: 100%;
    min-height: 100%;
    display: none;
    z-index: 2;
    object-fit: cover;
    object-position: center center;
  }

  .AA-M1-Section .hero-images img:nth-child(1) {
    display: block; /* First image visible initially */
  }

  .AA-M1-Section .content-cont-AA-M1 {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 30px;
    padding-left: 30px;
    /* display:none; */
  }

  .AA-M1-Section .content-cont-AA-M1 .content-cont-top {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .AA-M1-Section .content-cont-AA-M1 .content-cont-top .heading-AA-M1 {
    font-size: 60px;
    line-height: 72px;
    font-weight: 400;
    color: white;
  }

  .AA-M1-Section .content-cont-AA-M1 .content-cont-top .btn-cont-AA-M1 {
    display: flex;
    gap: 23px;
  }

  .AA-M1-Section .content-cont-AA-M1 .content-cont-bottom {
    position: relative;
    display: flex;
    justify-content: center;
  }

  .AA-M1-Section .content-cont-AA-M1 .content-cont-bottom .blocks-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    gap: 20px;
  }

  .AA-M1-Section .content-cont-AA-M1 .content-cont-bottom .block-img-cont {
    width: 70px;
    height: 70px;
  }

  .AA-M1-Section .content-cont-AA-M1 .content-cont-bottom .block-img-cont img {
    height: 100%;
    width: 100%;
  }

  .AA-M1-Section .content-cont-AA-M1 .content-cont-top .richtext-AA-M1 {
    color: black;
    font-size: 24px;
    line-height: 30px;
  }

  .AA-M1-Section .content-cont-AA-M1 .content-cont-bottom .richtext-AA-M1 {
    font-size: 45px;
    line-height: 54px;
    color: white;
  }

  .scroll-arrow-container {
    position: fixed;
    bottom: 25px;
    right: 30px;
    z-index: 1000;
    cursor: pointer;
    opacity: 1;
    /* visibility: hidden; */
    transition: all 0.3s ease;
    width: 50px;
    height: 50px;
  }

  /* // for screen 1280 to 1001 */

  @media (max-width: 1280px) {
    .AA-M1-Section .content-cont-AA-M1 .content-cont-top .heading-AA-M1 {
      font-size: 48px;
      line-height: 58px;
    }
    .AA-M1-Section .content-cont-AA-M1 .content-cont-top .richtext-AA-M1 {
      color: black;
      font-size: 20px;
      line-height: 24px;
    }
    .AA-M1-Section .content-cont-AA-M1 .content-cont-bottom .richtext-AA-M1 {
      font-size: 36px;
      line-height: 43px;
      color: white;
    }
  }
  /* // for screen 1000 to 801 */

  @media (max-width: 1000px) {
    .AA-M1-Section .content-cont-AA-M1 .content-cont-top .heading-AA-M1 {
      font-size: 40px;
      line-height: 48px;
    }
    .AA-M1-Section .content-cont-AA-M1 .content-cont-bottom .richtext-AA-M1 {
      font-size: 30px;
      line-height: 38px;
    }
  }

  /* // for screen 800 to 601 */

  @media (max-width: 800px) {
    .AA-M1-Section .hero-images {
      /* min-width:1050px; */
      padding-top: 220px;
    }

    .AA-M1-Section .content-cont-AA-M1 {
      padding-right: 20px;
      padding-left: 20px;
    }

    .AA-M1-Section .content-cont-AA-M1 .content-cont-top .heading-AA-M1 {
      padding: 0;
    }
  }

  @media (max-width: 600px) {
    .AA-M1-Section .content-cont-AA-M1 {
      height: 100svh;
    }
    .AA-M1-Section .content-cont-AA-M1 .content-cont-top .heading-AA-M1 {
      font-size: 32px;
      line-height: 39px;
    }
    .AA-M1-Section .content-cont-AA-M1 .content-cont-top .richtext-AA-M1 {
      color: black;
      font-size: 18px;
      line-height: 22px;
    }
    .AA-M1-Section .content-cont-AA-M1 .content-cont-bottom .richtext-AA-M1 {
      font-size: 20px;
      line-height: 24px;
    }
  }

  @media (max-width: 800px) {
    .AA-M1-Section .content-cont-AA-M1 .content-cont-bottom .blocks-wrapper {
      left: 0;
      bottom: 25px;
    }
  }
/* END_SECTION:absorbance-automate-module-1 */

/* START_SECTION:absorbance-automate-performance (INDEX:5) */
.Absorbance-automate-section {
  gap:10px;
  padding-top: {{ section.settings.padding_top }}px;
  padding-bottom: {{ section.settings.padding_bottom }}px;
  margin-top: {{ section.settings.margin_top }}px;
  margin-bottom: {{ section.settings.margin_bottom }}px;
  
  color: #000;
  min-height: 660px;
  position: relative;
  overflow: hidden;
      position: relative;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
    min-height: 660px;
}

.automate-content-left-sec {
  display: flex;
  flex-direction: column;
  flex:1;
  padding-left:30px;
  padding-right:30px;
}

.automate-content-right {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: grid;
  align-items: center;
  padding: 0;
  margin: 0 auto;
  padding-right:30px;
}

.automate-content-right img {
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: contain;
}

.automate-heading-top {
  font-size: 60px;
  line-height: 72px;
  font-weight: 400;
  color:black;
  margin-bottom:0 !important;
  line-height:72px;
    padding-top:0;
      padding-bottom:0;
}

.automate-richtext-sec {
  font-size: 24px;
  line-height: 30px;
}

.automate-stats-container {
  display: flex;
  gap: 70px;
  margin-top:60px !important;
}

.automate-stat-item {
  text-align: left;
}
   .automate-image-wrapper{
    position: relative;
    grid-row: 1;
    grid-column: 1;
    padding: 0 80px;
    display: grid;

  }
    @media (min-width: 601px) and (max-width: 800px) {
  .automate-image-wrapper {
    display:grid;
    align-items:center;
    padding:0 !important;
  }
      .automate-image-wrapper .automate-section-image {
        max-width:660px !important;
        margin:0 auto;
      }
}
 

  @media (min-width: 320px) and (max-width: 600px) {
   .automate-image-wrapper{
    position: relative;
    grid-row: 1;
    grid-column: 1;
    padding: 0 !important;
    display: grid;

  }
  }

.automate-stat-number {
  font-size: 2.5rem;
  line-height:2.5rem;
  font-weight: 400;
}

.automate-stat-label {
  font-size: 1rem;
  line-height:1rem;
  opacity: 0.8;
}

.automate-content-bottom{
  display:none;
}


@media (max-width:1280px){
  .automate-heading-top{
    font-size:48px ;
    line-height:58px ;
  }
  .automate-richtext-sec{
    font-size:20px;
    line-height:24px;
  }
  .automate-stat-label{
    font-size:12px;
    line-height:12px;
  }
}

@media (max-width:1000px){
  .automate-heading-top{
    font-size:40px ;
    line-height:48px ;
  }
  .automate-richtext-sec{
    font-size:20px;
    line-height:24px;
  }
  .automate-stat-number{
    font-size:30px;
    line-height:40px;
  }
}

@media (max-width:600px){
  .automate-heading-top{
    font-size:32px;
    line-height:39px;
  }
  .automate-richtext-sec{
    font-size:18px;
    line-height:22px;
  }
  .automate-stat-number{
    font-size:20px;
    line-height:26px;
  }
}

@media (max-width:800px){
 .Absorbance-automate-section {
          display: flex;
        padding: 0 0 60px;
        flex-direction: column;
        height: auto;}
  .automate-content-left-sec{
    width:100%;
    padding-left:20px;
    padding-right:20px;
    order: 2; 
  }
  
  .automate-bottom-left-content{
    padding-left:20px !important;
    padding-right:20px !important;
    order: 3;
  }
  .automate-heading-top{
    padding-top:40px !important;
      padding-bottom:40px !important;
  }
  .automate-content-right{
    order: 1;
    width: 100%;
    height: 80vw;
      padding-right:0;
    order: 1; 

  }
  .automate-content-right img{
    width: 100%;
    height: 80vw;
    object-fit: cover;
    max-width: 600px;
  }
  .automate-content-bottom{
    display:flex;
  }
  .automate-stats-container{
    margin-top:60px !important;
    gap:20px; 
  }
  
}

  .automate-bottom-left-content{
    padding-left:30px;
    padding-right:30px;
        display: flex;
    flex-direction: column;
    justify-content: end;
  }
  .automate-image-wrapper .automate-section-image {
  display: none;
    position: relative;
    grid-row: 1;
    grid-column: 1;
}

.automate-image-wrapper .automate-section-image:first-child {
  display: block;
}
/* END_SECTION:absorbance-automate-performance */

/* START_SECTION:maintenance-section (INDEX:36) */
.custom-section-main {
  display: flex;
  align-items:stretch;
  gap:10px;
  padding-top: {{ section.settings.padding_top }}px;
  padding-bottom: {{ section.settings.padding_bottom }}px;
  padding-left:30px;
  padding-right:30px;
  margin-top: {{ section.settings.margin_top }}px;
  margin-bottom: {{ section.settings.margin_bottom }}px;
  
  background-color: #000000;
  color: #ffffff;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.content-left-sec {
  width: 50%;
  display: flex;
  justify-content:space-between;
  flex-direction: column;
  flex:1;
}

.content-right{
  flex:1;
  display:flex;
  justify-content:center;
  align-items:center;
}

.content-right img{
  max-width:330px;
  border-radius:10px;
}

.heading-top {
  font-size: 60px;
  line-height: 72px;
  font-weight: 400;
  padding-top:110px;
  color:white;
  margin-bottom:0 !important;
  line-height:72px;
}


  


.richtext-sec {
  font-size: 24px;
  line-height: 30px;
}

.stats-container {
  display: flex;
  gap: 3.125rem;
  margin-top:80px !important;
}

.stat-item {
  text-align: left;
}

.stat-number {
  font-size: 2.5rem;
  line-height:2.5rem;
  font-weight: 400;
  margin-bottom: 5px;
}

.stat-label {
  font-size: 1rem;
  line-height:1rem;
  opacity: 0.8;
}

.content-bottom{
  display:none;
}

@media (max-width:1280px){
  .heading-top{
    font-size:48px ;
    line-height:58px ;
  }
  .richtext-sec{
    font-size:20px;
    line-height:24px;
  }
  .stat-label{
    font-size:12px;
    line-height:12px;
  }
}

@media (max-width:1000px){
  .heading-top{
    font-size:40px ;
    line-height:48px ;
  }
  .richtext-sec{
    font-size:20px;
    line-height:24px;
  }
  .stat-number{
    font-size:30px;
    line-height:40px;
    margin-bottom:5px;
  }
  
}
  
/* @media (max-width:768px) {
  .custom-section-main {
    flex-direction: column;
    padding: 2rem;
  }

  .content-left-sec, .content-right {
    width: 100%;
    padding-right: 0;
  }

  .heading-top {
    font-size: 2.5rem;
  }

} */

@media (max-width:600px){
  .heading-top{
    font-size:32px;
    line-height:39px;
  }
  .richtext-sec{
    font-size:14px;
    line-height:18px;
  }

  .stat-number{
    font-size:20px;
    line-height:26px;
  }
  
  
}

@media (max-width:800px){
  .custom-section-main{
    flex-direction:column;
    justify-content:flex-start;
    padding-left:20px;
    padding-right:20px;
  }
  .content-left-sec{
    width:100%;
  }

  .heading-top{
    padding-top:70px;
  }
  
  .content-left-sec .bottom-left-content{
    display:none;
  }

  .content-right img{
    margin: 40px 0;
    max-width:236px;
  }
  
  .content-bottom{
    display:flex;
  }
  .stats-container{
    margin-top:60px !important;
     gap:30px; 
  }
}
/* END_SECTION:maintenance-section */

/* START_SECTION:absorbance-one-module-1 (INDEX:53) */
.AA-one-Section {
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-right: 30px;
    padding-left: 30px;
  }

  .AA-one-Section .mobile-image-one {
    display: none;
  }

  .AA-one-Section .hero-images-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -5;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .AA-one-Section .hero-images-one img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .desktop-image-one {
    display: block;
  }
  @media (max-width: 800px) {
    .AA-one-Section .desktop-image-one {
      display: none;
    }
    .AA-one-Section .mobile-image-one {
      display: block;
    }
  }

  .AA-one-Section .content-cont-AA-M1-one {
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .AA-one-Section .content-cont-AA-M1-one .content-cont-top-one {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .AA-one-Section .content-cont-AA-M1-one .content-cont-top-one .heading-AA-One {
    font-size: 60px;
    line-height: 72px;
    font-weight: 400;
    color: black;
    padding: 0 !important;
    max-width: 700px;
  }

  .AA-one-Section .content-cont-AA-M1-one .content-cont-top-one .btn-cont-AA-M1-one {
    display: flex;
    gap: 23px;
  }

  .AA-one-Section .content-cont-AA-M1-one .content-cont-bottom-one {
    position: relative;
  }

  .AA-one-Section .content-cont-AA-M1-one .content-cont-bottom-one .block-img-cont img {
    width: 105px;
    height: 54px;
  }
  @media (min-width: 801px) {
    .AA-one-Section .content-cont-AA-M1-one .content-cont-bottom-one .block-img-cont img {
      width: 136px;
      height: 70px;
    }
  }
  .AA-one-Section .content-cont-AA-M1-one .content-cont-top-one .richtext-AA-M1-one {
    color: black;
  }

  .AA-one-Section .content-cont-AA-M1-one .content-cont-top-one .richtext-AA-M1-one {
    font-size: 40px;
    line-height: 54px;
    color: black;
  }

  /* // for screen 1280 to 1001 */

  @media (max-width: 1280px) {
    .AA-one-Section .content-cont-AA-M1-one .content-cont-top-one .heading-AA-One {
      font-size: 48px;
      line-height: 58px;
    }
    .AA-one-Section .content-cont-AA-M1-one .content-cont-top-one .richtext-AA-M1-one {
      font-size: 36px;
      line-height: 43px;
    }
  }
  /* // for screen 1000 to 801 */

  @media (max-width: 1000px) {
    .AA-one-Section .content-cont-AA-M1-one .content-cont-top-one .heading-AA-One {
      font-size: 40px;
      line-height: 48px;
    }
    .AA-one-Section .content-cont-AA-M1-one .content-cont-top-one .richtext-AA-M1-one {
      font-size: 30px;
      line-height: 38px;
    }
  }

  /* // for screen 800 to 601 */

  @media (max-width: 800px) {
    .AA-one-Section {
      padding-right: 20px;
      padding-left: 20px;
    }
  }

  @media (max-width: 600px) {
    .AA-one-Section .content-cont-AA-M1-one .content-cont-top-one .heading-AA-One {
      font-size: 32px;
      line-height: 39px;
    }
    .AA-one-Section .content-cont-AA-M1-one .content-cont-top-one .richtext-AA-M1-one {
      font-size: 20px;
      line-height: 24px;
    }
  }
  .custom-button-container-product-one {
    display: flex;
    align-items: center;
    gap: 10px;
  }
/* END_SECTION:absorbance-one-module-1 */

/* START_SECTION:image-text-overlay-products (INDEX:121) */
.fade-content {
    transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
    opacity: 1;
  }

  .hidden {
    opacity: 0;
    pointer-events: none; /* Prevent interaction when hidden */
  }

      .image-overlay__text-container_new{
        margin:0px !important ;

        color:white ;
      }
      .heading-product{
        color:white;
        font-size:3.75rem;
        line-height:4.5rem;
        max-width:530px;
        margin-bottom:0 !important;
      }


    @media screen and (min-width: 1280px) {

        .image-overlay__text-container_new {
           font-size: 24px;
        padding-top: 35px;
    }
       .custom-button-container_new {
       padding: 32px 15px 0px 0px;

    }
        .bottom-text-container {
           font-size: 16px;
    padding-bottom: 30px;
        }
     .image-overlay__content-wrapper {
    /* padding-top: 100px; */
        min-height:100% !important;
       height:100% !important;
    }
     .bottom-button-container {
    padding-bottom: 15px;
    }
    }

    @media screen and (max-width: 1279px) {
          .heading-product{
        font-size:48px;
            line-height:58px;
      }

        .image-overlay__text-container_new {
           font-size: 20px !important;
        padding-top: 35px;
    }
       .custom-button-container_new {
       padding: 35px 15px 0px 0px;

    }

        .bottom-text-container {
           font-size: 16px !important;
    padding-bottom: 15px;
        }
     .image-overlay__content-wrapper {
       min-height:100% !important;
       height:100% !important;
    /* padding-top: 100px; */
    }
     .bottom-button-container {
    padding-bottom: 15px;
    }
    }

    @media screen and (max-width: 999px) {
      .heading-product{
        font-size:40px;
        line-height:48px;
      }
     /* .new-image-overlay__content{
        padding-top:40px;
     } */
        .image-overlay__text-container_new {
           font-size: 20px !important;
        padding-top: 35px;
    }
       .custom-button-container_new {
       padding: 20px 15px 0px 0px;

    }

        .bottom-text-container {
           font-size: 16px !important;
        }
     /* .image-overlay__content-wrapper {
    padding-top: 75px;
    } */
     .bottom-button-container {
    padding-bottom: 10px;
    }
    }

  @media (max-width:800px){
    .Product-Section-Hero .container{
      padding-left:20px;
      padding-right:20px;
    }
    .brand-logo{
      height:54px !important;
    }
  }

    @media screen and (max-width: 600px) {
      /* .container{
        padding:0 15px;
      } */
        .image-overlay__text-container_new {
           font-size: 18px !important;
        padding-top: 35px;
    }
       .custom-button-container_new {
       padding: 20px 15px 0px 0px;

    }
       .heading-product.h2 {
        font-size: 32px !important;
         line-height:39px;
    }
        .bottom-text-container {
           font-size: 16px !important;
        }
     /* .image-overlay__content-wrapper {
    padding-top: 75px;
    } */
     .bottom-button-container {
    padding-bottom: 10px;
    }
    }



      /* Brand Logos Styles */
    .brand-logos-container {
        position: absolute;
        bottom: 30px;
        left: 30px;
        display: flex;
        gap: 20px;
        align-items: center;
        z-index: 10;
    }

    .brand-logo {
        height: 70px;
        width: auto;
        object-fit: contain;
        transition: opacity 0.3s ease;
    }

    .brand-logo:hover {
        opacity: 0.8;
    }

    /* Responsive Styles */
    @media screen and (max-width: 749px) {
        /* .desktop-image-container {
            display: none;
        }

        .mobile-image-container {
            display: block;
        } */

        .brand-logos-container {
            bottom: 20px;
            left: 20px;
            gap: 15px;
        }


    }

    /* For very small screens */
    @media screen and (max-width: 480px) {
        .brand-logos-container {
            flex-wrap: wrap;
            justify-content: flex-start;
            gap: 10px;
        }


    }
      .scroll-arrow-container {
        position: fixed;  /* Changed to fixed for consistent positioning */
        bottom: 25px;
        right: 30px;
        z-index: 99;  /* Increased z-index for better stacking */
        cursor: pointer;
        opacity: 1;
        /* visibility: hidden; */
        transition: all 1.5s ease; /* Smoother transition */
    }

    .section_new {
        position: relative;
      overflow:hidden;
    }

    /* .section_new:hover .scroll-arrow-container,
    .scroll-arrow-container:hover {
        opacity: 1;
        visibility: visible;
    } */

    .scroll-arrow {
        animation: float 1.5s ease-in-out infinite;
    }
    .custom-button-container-product{
      display:flex;
      align-items:center;
      gap:10px;
    }
    @keyframes float {
        0% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-15px);
        }
        100% {
            transform: translateY(0);
        }
    }
    .mobile-image-container {
      display: none;
    }

    @media screen and (max-width: 800px) {
      .desktop-image-container {
        display: none;
      }

      .mobile-image-container {
        display: block !important;
      }
    }
/* END_SECTION:image-text-overlay-products */

/* START_SECTION:image-with-text-overlay (INDEX:123) */
.home-hero-sec .image-overlay__content-wrapper{
    padding-top:61px;
  }
  
  .scroll-arrow-container {
    position: fixed;  /* Changed to fixed for consistent positioning */
    bottom: 25px;
    right: 30px;
    z-index: 99;  /* Increased z-index for better stacking */
    cursor: pointer;
    opacity: 1;
    /* visibility: hidden; */
    transition: all 0.3s ease; /* Smoother transition */
}

.section_new {
    position: relative;
}

/* .section_new:hover .scroll-arrow-container,
.scroll-arrow-container:hover {
    opacity: 1;
    visibility: visible;
} */

.scroll-arrow {
    animation: float 1.5s ease-in-out infinite; 
}
.home-hero-sec .heading-hero {
  font-size: 5.625rem; /* 90px */
  line-height: 6.625rem; /* 106px */
  color: white;
  white-space:normal;
  max-width:646px;
  padding-top:15px;
  transform:translateX(-5px);
}

@media (width:601px) , (width:600px){
    .home-hero-sec .container{
      padding-left:30px;
      padding-right:30px;
    }
}
  
@media (max-width: 1280px) {
  .heading-hero {
    font-size: 5.625rem; /* 90px */
  line-height: 6.625rem; /* 106px */
    white-space:normal;
    max-width:646px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1279px) {
  .home-hero-sec .heading-hero {
    font-size: 3.75rem; /* 60px */
    line-height: 4rem;
    white-space:nowrap;
    max-width:646px !important;
  }
}

@media screen and (min-width: 600px) and (max-width: 999px) {
  .home-hero-sec .heading-hero {
    font-size: 3.375rem; /* 54px */
    line-height: 3.6rem;
    white-space:normal;
    max-width:646px !important;
  }
  .home-hero-sec .image-overlay__text-container{
    margin-bottom:35px !important;
  }
  .home-hero-sec .desktop-image-container img{
    object-position:60%;
  }
}
  
@media screen and (min-width: 320px) and (max-width: 599px) {
    .home-hero-sec .image-overlay__content-wrapper{
    padding-top:56px;
  }
  .home-hero-sec .heading-hero {
    font-size: 2.5rem; /* 40px */
    line-height: 3rem;
    white-space:normal;
    max-width:646px !important;
  }
  .home-hero-sec .container{
    padding-left:15px;
    padding-right:15px;
  }
  .home-hero-sec .desktop-image-container img{
    object-position:65%;
  }
}

@media screen and (min-width: 320px) and (max-width: 961px) {
    .home-hero-sec .image-overlay__content-wrapper{
    padding-top:56px;
  }
}
@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0);
    }
}
.mobile-image-container {
  display: none;
}

@media screen and (max-width: 475px) {
  .home-hero-sec .desktop-image-container {
    display: none;
  }
  
  .home-hero-sec .mobile-image-container {
    display: block;
  }

  .home-hero-sec .mobile-image-container img{
    object-position:65%;
  }
}
/* END_SECTION:image-with-text-overlay */

/* START_SECTION:we-site-book-a-demo (INDEX:185) */
.we-book-a-demo {
    padding: 40px 0;
  }
  .we-book-a-demo--narrow .we-book-a-demo__inner {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 16px;
  }
  .we-book-a-demo--wide .we-book-a-demo__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
  }
  .we-book-a-demo--full .we-book-a-demo__inner {
    width: 100%;
    padding: 0 24px;
  }
  .we-book-a-demo--border {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  .we-book-a-demo__heading {
    margin: 0 0 12px;
    text-align: center;
  }
  .we-book-a-demo__subheading {
    margin: 0 0 24px;
    text-align: center;
  }
  .we-book-a-demo__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .we-book-a-demo__left {
    min-width: 0;
  }
  .we-book-a-demo__right {
    min-width: 0;
    display: flex;
    flex-direction: column;
  }
  .we-book-a-demo__embed {
    display: flex;
    justify-content: center;
  }
  .we-book-a-demo__placeholder {
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
    padding: 24px;
  }
  @media (min-width: 992px) {
    .we-book-a-demo__grid {
      grid-template-columns: 3fr 2fr;
      align-items: center;
      gap: 60px;
    }
    .we-book-a-demo__right {
      display: block;
    }
  }
  .we-book-a-demo__people {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-bottom: 24px;
    margin-top: 24px;
  }
  .we-book-a-demo__faqs {
    order: 1;
  }
  .we-book-a-demo__people {
    order: 2;
  }
  .we-book-a-demo__person-image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .we-book-a-demo__person-name {
    font-weight: 600;
    margin-top: 8px;
    font-size: 20px;
  }
  .we-book-a-demo__person-title {
    color: rgba(0, 0, 0, 0.7);
    font-size: 12px;
  }
  .calendar .meetings-iframe-container {
    display: none;
  }
  .calendar .meetings-iframe-container.on {
    display: block;
  }
  .cal_filters {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
  }
  .cal_filters .button {
    opacity: 0.9;
    padding: 10px 20px;
    border: 1px solid black;
    background: transparent;
    color: black;
    transition: background-color 0.15s ease, color 0.15s ease, opacity 0.15s ease;
  }
  .cal_filters .button.on {
    opacity: 1;
    background: #0232b5;
    color: #fff;
    border-color: #0232b5;
  }

  .cal_filters .button.on:hover {
    cursor: pointer;
  }
  .we-faq {
    padding-top: 0;
    margin-top: 14px;
    border: 0;
  }
  .we-faq:first-child {
    margin-top: 0;
  }
  .we-faq:last-child {
    padding-bottom: 0;
  }
  .we-faq__q {
    padding: 0 0 8px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
  }
  .we-faq__a {
    font-size: 15px;
    color: #707070;
  }
/* END_SECTION:we-site-book-a-demo */