.home-intro {
  position: relative;
  aspect-ratio: 192/92;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.home-intro img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  z-index: 0;
}
.home-intro .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
}
.home-intro .title {
  color: #fff;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 118.75%;
  letter-spacing: 0.64px;
  margin: 0 0 30px 0;
}
.home-intro .title span {
  color: #4ae9c2;
}
.home-intro .text {
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.home-intro .video-preview {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 0;
  padding-top: 56.5%;
}
.home-intro iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.home-intro .video-background {
  position: relative;
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 192/92;
}
@media only screen and (max-width: 1180px) {
  .home-intro .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .home-intro {
    aspect-ratio: unset;
  }
  .home-intro .container {
    height: calc(100dvh - 71px);
  }
  .home-intro .title {
    font-size: 33px;
    line-height: 42px;
    text-transform: uppercase;
  }
  .home-intro .text {
    display: none;
  }
  .home-intro .video-background {
    height: calc(100vh - 158px);
  }
  .home-intro .video-preview {
    height: calc(100vh - 158px);
    padding-top: 0;
  }
  .home-intro iframe {
    height: 100%;
    left: -50%;
    width: 300%;
  }
}
.home-intro + .conference-section {
  margin-top: -2px;
}
