
    .c-blog-search-wrapper.shown {
      overflow:visible;
    }
      body {
        margin-top: 0 !important;
      max-height: none !important;
    }
    .c-enterprise-navbar.shadow {
      box-shadow: 0px 6px 10px rgb(0 0 0 / 10%);
    }
      .w-input:focus, .w-select:focus {
      border-color: #7d7aff;
      outline: 0;
  }
      html, body {overflow-x: hidden;}
      .c-section-banne {background: linear-gradient(90deg, #AA4152 0%, #9F3D64 21.81%, #BF7458 50.35%, #8044A0 75.76%, #6D29AB 100%);}
      .c-marque-left-wrapper {
      position: relative;
      animation: mymoveleft 150s infinite;
      animation-timing-function: linear;
    }
    .c-marque-right-wrapper {
      position: relative;
      animation: mymoveright 150s infinite;
      animation-timing-function: linear;
    }
  
    @keyframes mymoveleft {
      from {right: 0px;}
      to {right: calc(5180px - 100vw);}
    }
    @keyframes mymoveright {
      from {right: calc(5180px - 100vw);}
      to {right: 0px;}
    }
    .c-nav-desktop.active {
        padding-top:20px;
      padding-bottom:20px;
      background-color: #0b0d10;
      position:fixed;
    }
  
    .c-header-video-img {filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.1)), drop-shadow(0px 8px 18px rgba(0, 0, 0, 0.2));}
    .c-section-cta-top-overlay {background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);}
    
    .c-testimonial a {
      color: #6D75F4;
      font-weight:500;
      font-size:16px;
    }
    .c-testimonial.marque a {
      color: #4AA1EB;
      font-weight:500;
      font-size:16px;
    }
    
    @media screen and (max-width: 1300px) and (min-width: 992px) {
    .c-footers-grid-update {
      grid-column-gap: 10px;
      grid-template-columns: 8% 8% 8.5% 14.6% 16.2% 12.2% 30%;
      }
  }
  
  @media screen and (max-width: 1300px){
    .c-footer-grid-right-desktop {
        padding-left: 50px;
    }
  }
  
  @media screen and (max-width: 991px){
    .c-footer-grid-right-desktop {
        padding-left: 0px;
    }
  }
  
  @media screen and (max-width: 767px){
    .c-footers-grid-updated._1300 {
        display: none;
  }
  .c-footers-grid-updated.mobile {
        display: grid;
  }
  .c-footers-grid-update {
      grid-row-gap: 12px;
      -ms-grid-columns: 1.2fr 0.8fr;
      grid-template-columns: 1.2fr 0.8fr;
      -ms-grid-rows: auto auto auto auto auto;
      grid-template-rows: auto auto auto auto auto;
  }
  
  .c-footer-blogs-content {
      top:0;
  }
  .footer-col-center {
      justify-self: left !important;
  }
  }
  
  .c-2-0-banner {
      background: linear-gradient(104.45deg, rgba(9, 10, 12, 0.8) 57.07%, rgba(9, 10, 12, 0) 154.18%);
  }
  .c-certification-button {
      box-shadow: 0px 0.75px 2.25px rgba(0, 0, 0, 0.2);
  }
  .c-certification-img {
      filter: drop-shadow(0px 11.9581px 11.9581px rgba(0, 0, 0, 0.1));
  }
  .c-body-blog.post .c-blog-navbar-section .c-blog-progress {display:block;}
  }
  
  @media only screen and (min-width: 991px) {
    .c-blog-search-wrapper {
        overflow:hidden;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .c-blog-search-input-icon-close.mobile {
        display:none !important;
    }
  }
  
  .two-line {
      display: -webkit-box !important;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
  }
  .three-line {
      display: -webkit-box !important;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
  }
  @media only screen and (max-width: 767px) {
    .three-line-mobile {
      display: -webkit-box !important;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
  }
  }
  
  @media only screen and (max-width: 479px) {
    .two-line-mobile {
      display: -webkit-box !important;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
  }
  }
  @media only screen and (max-width: 360px) {
    .hide-mobile-small {
      display: none !important;
  }
  }
  @media only screen and (max-width: 1100px) {
    .c-footer-middle-content-block {
      margin-top: 0px;
  }
  }
  
  
  @media only screen and (max-width: 380px) {
    .c-blog-featured-info-right {
      flex-direction: column;
  }
  .c-blog-featured-info-right.post {
      flex-direction: row;
  }
  .c-post-info-block.featured .c-blog-featured-info-right {
      flex-direction: row;
  }
  .c-author-block{
      position:relative;
    left: -17px;
  }
  .c-author-block.editor {
      position:relative;
    left: -8px;
  }
  
  }
  @media only screen and (max-width: 350px) {
  .c-blog-featured-info-right.post {
      flex-direction: column !important;
  }
  .c-time-block{
      position:relative;
    left: -17px;
  }
  .c-blog-share-modal {
      right: -36px;
  }
  }
  @media only screen and (min-width: 991px) {
  .home-trending .c-post-summary {
      display:none !important;
  }
  }
  .c-content-examples {
      background: linear-gradient(180deg, #EEF1FA 0%, #FFFFFF 119.35%);
  }
  .c-content-examples.comparison-examples {
      background: none;
  }
  .c-blog-search-wrapper.shown {
      overflow:visible;
  }
  .c-podcast-favorited-icon svg {
      fill: black;
    color: black;
  }
  .c-podcast-generate-faq-block-row:first-child {
      border-top: none;
  }
  .c-case-study-details-breadcrumb-active {
      text-overflow: ellipsis;
    white-space: nowrap;
  }
  .c-pricing-navigator-active {
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  }
  .c-comparison-overview-sections-bg {
      background: linear-gradient(180deg, #EFF2FA -26.41%, rgba(239, 242, 250, 0) 94.92%);
  }
  .c-faq-text a,
  .c-landing-faq-content a
  .c-landing-faq-content a {
      padding: 0;
      color: #6d75f4;
      font-size: 16px;
  }
  .c-landing-faq-content p a,
  .tools-landing-faq-text p a {
      padding: 0;
      color: #6d75f4;
      font-size: 16px;
  }
  .c-why-reason-rich-text  p a {
      color: #6d75f4;
  }
  .c-podcast-split-text a{
      color: white;
    font-size: 15px;
    font-weight: bold;
  }
  /* .c-product-video-details-video-thumbnail-icon-wrap {
      pointer-events:none;
  } */
  .c-blog-search-wrapper.mobile {
      overflow:visible;
  }
  .openreel-content-bg {background: linear-gradient(180deg, #EFF2FA 0%, rgba(239, 242, 250, 0) 99.96%);}
  .use-case-faq-rich-text p a {
      color: #6d75f4;
      font-size: 16px;
  }
  .r-home-testimonial a {
      color: #6D75F4;
      font-weight: 500;
      font-size: 16px;
  }



.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}



  input[type="checkbox"] { 
    -webkit-appearance: checkbox; 
    -moz-appearance: checkbox;
  }
  
  .checkbox {
    opacity: 0;
  }
  .checkbox-label {
    position: relative;
  }
  .checkbox + .checkbox-label::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    background: transparent;
    position: absolute;
    z-index: 10;
    left: -25px;
    top: -2px;
  }

  .checkbox:checked + .checkbox-label::before {
    background: white;
    /* color: #6462CC; */
  }
  .checkbox:checked + .checkbox-label::after {
    content:url('https://uploads-ssl.webflow.com/5f996b22b00afe35a55e6f79/6368aad762c38a16338f827c_checkmark-home-test.svg');
    position: absolute;
    top: -2px;
    left: -20px;
    z-index: 20;
  }