/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./blocks/src/hero-video/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
.hero-video {
  position: relative;
  margin-top: var(--margins-top);
  margin-bottom: var(--margins-bottom);
  padding-top: var(--paddings-top);
  padding-bottom: var(--paddings-bottom);
  background: var(--gradient);
}
@media (max-width: 767.98px) {
  .hero-video {
    margin-top: var(--margins-top--mobile);
    margin-bottom: var(--margins-bottom--mobile);
    padding-top: var(--paddings-top--mobile);
    padding-bottom: var(--paddings-bottom--mobile);
  }
}
.hero-video__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .hero-video__inner {
    flex-direction: column;
  }
}
.hero-video__content {
  flex-shrink: 0;
  position: relative;
  z-index: 3;
}
.hero-video__title {
  margin-top: var(--margins-title);
  max-width: var(--widths-title);
  font-weight: 300;
  font-size: 48px;
  line-height: 100%;
  color: var(--colors-title);
}
@media (max-width: 767.98px) {
  .hero-video__title {
    font-size: 36px;
    margin-top: var(--margins-title--mobile);
    max-width: var(--widths-title--mobile);
  }
}
.hero-video__description {
  margin-top: var(--margins-description);
  max-width: var(--widths-description);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--colors-description);
}
@media (max-width: 767.98px) {
  .hero-video__description {
    margin-top: var(--margins-description--mobile);
    max-width: var(--widths-description--mobile);
  }
}
.hero-video__buttons {
  margin-top: var(--margins-button);
}
@media (max-width: 767.98px) {
  .hero-video__buttons {
    margin-top: var(--margins-button--mobile);
  }
}
.hero-video__play {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .hero-video__play {
    margin-top: 30px;
  }
}
.hero-video__play-link {
  display: block;
  width: 144px;
  height: 140px;
}
@media (max-width: 767.98px) {
  .hero-video__play-link {
    width: 80px;
    height: 80px;
  }
}
.hero-video__play-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.3s;
}
.hero-video__play-link:hover img {
  opacity: 0.7;
}
.hero-video__background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-video__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*# sourceMappingURL=style-hero-video.css.map*/