html {
  scroll-behavior: smooth;
  min-height: 100%;
  overflow-y: auto;
}

body {
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 100%;
  touch-action: pan-y;
}

#wrapwrap {
  min-height: 100vh;
}

.o_header_standard {
  position: relative;
  z-index: 10;
}

.s_carousel_wrapper,
.s_carousel,
.carousel-inner,
.carousel-item {
  min-height: 640px;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
}

.carousel-item {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 700ms ease, visibility 700ms ease;
}

.carousel-item.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.s_parallax_bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.o_we_bg_filter {
  position: absolute;
  inset: 0;
}

.bg-black-50 {
  background: rgba(0, 0, 0, 0.5);
}

.carousel-content {
  position: relative;
  z-index: 2;
  width: min(720px, calc(100% - 40px));
  margin: 0 auto;
}

.carousel-control-prev,
.carousel-control-next {
  z-index: 5;
}

.carousel-indicators {
  z-index: 6;
}

.carousel-indicators li,
.carousel-indicators button {
  cursor: pointer;
}

.agenteia-note {
  padding: 34px 0;
  background: #ffffff;
  text-align: center;
}

.agenteia-note p {
  margin: 0;
  color: #243334;
  font-size: 18px;
}

.convai-widget {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 2147483647;
}

.convai-widget elevenlabs-convai {
  position: relative;
  z-index: 2147483647;
}

@media (max-width: 991px) {
  html,
  body {
    height: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .s_carousel_wrapper,
  .s_carousel,
  .carousel-inner,
  .carousel-item {
    min-height: 590px;
    height: auto;
  }

  .convai-widget {
    right: 16px;
    bottom: 16px;
  }
}
