.hbspt-form .submitted-message {
  margin: 0;
  font-weight: 300;
  font-size: 17px;
  line-height: 28px;
  color: var(--text-text-primary);
}

.lity {
  background: rgba(0, 0, 0, 0.85) !important;
}

html.lity-active body > .sections_wrap,
html.lity-active .section-header {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: -webkit-filter 0.3s ease-in-out;
  transition: -webkit-filter 0.3s ease-in-out;
  -o-transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
}

.lity-sections-popup .video-overlay-wrap {
  width: 68vw;
}

.lity-iframe-container {
  height: 90vh !important;
}

.hbspt-form .submitted-message {
  background: var(--surface-background-tertiary);
  padding: 24px;
}

.book-a-demo-popup .lity-close {
  opacity: 0;
  visibility: hidden;
}

.book-a-demo-popup .video-overlay-wrap {
  width: 100%;
}

.book-a-demo-popup .section-book_a_demo .section-book_a_demo_wrap__content a[data-close-popup] {
  display: block !important;
}

.book-a-demo-popup .section-book_a_demo .pecan_logo {
  display: block;
}

.book-a-demo-popup .section-book_a_demo .container {
  padding: 0;
  margin: 0;
}

.lity-opened.lity-inline:has(.section-book_a_demo) .lity-close {
  display: none !important;
}

.lity-close {
  text-indent: inherit !important;
  font-size: 0 !important;
}

@media (max-width: 992px) {
  .lity-iframe-container {
    height: 70vh !important;
  }

  .lity-iframe .lity-container {
    width: 95%;
  }
}

@media (max-width: 767px) {
  body.bookademo-lity .lity-wrap {
    left: 4px;
  }

  body.bookademo-lity .lity-iframe .lity-container {
    width: 95%;
  }

  body.bookademo-lity .lity-iframe-container {
    height: 95vh !important;
  }

  .lity-sections-popup {
    max-height: 88vh !important;
    overflow-y: scroll;
  }

  .book-a-demo-popup .section-book_a_demo .pecan_logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .book-a-demo-popup .section-book_a_demo .pecan_logo a[data-close-popup] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .book-a-demo-popup .section-book_a_demo_wrap__content {
    display: none;
  }

  .lity-close {
    right: 26px !important;
    top: 95px !important;
    background-color: inherit !important;
    width: 32px !important;
  }
}