:root {
  --header-height: 17rem;
}
@media (max-width: 767px) {
  :root {
    --header-height: 8.2rem;
  }
}
main {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .sign-up-container {
    display: none !important;
  }
}
.page-ostro-integration #ostro-embed-view {
  position: relative;
  padding-top: 45px;
  display: flex;
  flex-direction: column;
  min-height: 400px;
  max-height: 1800px;
  z-index: 998!important;
}
@media (max-width: 767px) {
  .page-ostro-integration #ostro-embed-view {
    padding-top: 0;
  }
}
.page-ostro-integration #webchatv4 {
  overflow: visible !important;
  min-height: 400px;
  max-height: 1800px;
}
/*# sourceMappingURL=page-ostro-integration.css.map */