/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/blocks/landing/hero-video/main.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
:root {
  --title-hero-video: 72px;
}

.hero-video {
  padding: 179px 0 80px;
}
.hero-video.hero-video-second {
  padding: 80px 0;
}
.hero-video__content {
  margin: 0 auto;
  width: 100%;
  max-width: 965px;
}
.hero-video__title {
  font-size: var(--title-hero-video);
  line-height: 105%;
  text-align: center;
  font-weight: 700;
  color: #263238;
}
.hero-video__title b {
  font-weight: 600;
  color: #AA076B;
}
.hero-video__subtitle {
  text-align: center;
  margin-top: 23px;
  font-weight: 400;
  font-size: 19px;
  color: #5D6375;
}
.hero-video__btn {
  margin-top: 23px;
  display: flex;
  justify-content: center;
}

.hero-video__wrapper {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  aspect-ratio: 16/9;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-top: 60px;
}

.hero-video__wrapper iframe {
  width: 100%;
  height: 100%;
  display: none;
  border: 0;
  border-radius: 18px;
}

.hero-video__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all;
  background: 50%/cover no-repeat;
}

.hero-video__play {
  width: 88px;
  height: 88px;
  -o-object-fit: contain;
     object-fit: contain;
}

.hero-video .wrap h1.hero-title-admin {
  font-size: 42px;
  text-align: center;
}
.hero-video .wrap h1.hero-title-admin b {
  color: #AA076B;
}

.hero-video-second .hero-video__btn {
  display: none;
}

/* TABLET */
@media only screen and (max-width: 1024px) {
  :root {
    --title-hero-video: 64px;
  }
  .hero-video {
    padding: 119px 0 66px;
  }
  .hero-video.hero-video-second {
    padding: 60px 0;
  }
  .hero-video__btn {
    display: none;
  }
  .hero-video__play {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 576px) {
  :root {
    --title-hero-video: 38px;
  }
  .hero-video {
    padding: 98px 0 40px;
  }
  .hero-video.hero-video-second {
    padding: 40px 0;
  }
  .hero-video__play {
    width: 50px;
    height: 50px;
  }
  .hero-video__subtitle {
    font-size: 17px;
    margin-top: 15px;
  }
  .hero-video__btn {
    margin-top: 15px;
  }
  .hero-video__wrapper {
    margin-top: 40px;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
  }
  .hero-video__wrapper iframe {
    border-radius: 0;
  }
}

/*# sourceMappingURL=index.css.map*/