.slant-top-yes.elementor-widget-kyl_video_image_header.slant-top-left::before {
  /*
	 * @dir has allowed values of
	 * top_right
	 * top_left
	 * bottom_right
	 * bottom_left
	 */
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: calc(100vw * 0.05240778);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(0% + 5px), 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(0% + 5px), 0% 100%);
  top: -5px;
  z-index: 1;
}
.slant-top-yes.elementor-widget-kyl_video_image_header.slant-top-right::before {
  /*
	 * @dir has allowed values of
	 * top_right
	 * top_left
	 * bottom_right
	 * bottom_left
	 */
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: calc(100vw * 0.05240778);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% calc(0% + 5px));
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% calc(0% + 5px));
  top: -5px;
  z-index: 1;
}
.slant-bottom-yes.elementor-widget-kyl_video_image_header.slant-bottom-left::after {
  /*
	 * @dir has allowed values of
	 * top_right
	 * top_left
	 * bottom_right
	 * bottom_left
	 */
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: calc(100vw * 0.05240778);
  -webkit-clip-path: polygon(0% 0%, 100% calc(100% - 5px), 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% calc(100% - 5px), 100% 100%, 0% 100%);
  bottom: -5px;
  z-index: 1;
}
.slant-bottom-yes.elementor-widget-kyl_video_image_header.slant-bottom-right::after {
  /*
	 * @dir has allowed values of
	 * top_right
	 * top_left
	 * bottom_right
	 * bottom_left
	 */
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: calc(100vw * 0.05240778);
  -webkit-clip-path: polygon(0% calc(100% - 5px), 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% calc(100% - 5px), 100% 0%, 100% 100%, 0% 100%);
  bottom: -5px;
  z-index: 1;
}
.kyl_video_image_header_outer > div {
  max-width: unset !important;
}
.kyl_video_image_header {
  height: 100vh;
  display: flex;
}
.kyl_video_image_header .background_image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}
.kyl_video_image_header .popup {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 250ms;
}
.kyl_video_image_header .popup:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  opacity: 0.7;
}
.kyl_video_image_header .popup.active {
  display: flex;
  pointer-events: all;
}
.kyl_video_image_header .popup video.popup_video {
  width: 80%;
  height: 80%;
  z-index: 3;
  object-fit: cover;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .kyl_video_image_header .popup video.popup_video {
    height: auto;
  }
}
.kyl_video_image_header .popup video.popup_video.on_play {
  position: relative;
  z-index: 3;
}
.kyl_video_image_header video.background_video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.kyl_video_image_header .inner {
  z-index: 5;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
  display: flex;
  max-width: 1140px;
  width: 100%;
}
.kyl_video_image_header .inner .informations {
  width: 60%;
  max-width: 60%;
}
.kyl_video_image_header .inner .informations.text_full_width {
  width: 100%;
  max-width: 100%;
}
.kyl_video_image_header .inner .informations .subheading {
  font-weight: 700;
  letter-spacing: normal;
  line-height: 23px;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Rajdhani', Helvetica, Arial, sans-serif;
}
.kyl_video_image_header .inner .informations .heading {
  font-weight: 700;
  letter-spacing: normal;
  line-height: 90px;
  font-size: 90px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Rajdhani', Helvetica, Arial, sans-serif;
  margin-top: 10px;
  text-shadow: 1px 2px rgba(0, 0, 0, 0.5);
}
.kyl_video_image_header .inner .informations .play_button,
.kyl_video_image_header .inner .informations .read_more_button,
.kyl_video_image_header .inner .informations .play_popup_button {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 6px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 23px;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Rajdhani', Helvetica, Arial, sans-serif;
  cursor: pointer;
  margin-top: 20px;
  z-index: 5;
}
.kyl_video_image_header .inner .icon {
  width: 40%;
  max-width: 40%;
  display: flex;
  justify-content: center;
}
.kyl_video_image_header .inner .icon img {
  height: 260px;
}
@media (max-width: 1172px) {
  .kyl_video_image_header .inner {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .kyl_video_image_header .background_image {
    background-attachment: initial;
  }
  .kyl_video_image_header .inner {
    padding: 0 16px;
  }
  .kyl_video_image_header .inner .informations {
    width: 100%;
    max-width: 100%;
  }
  .kyl_video_image_header .inner .informations .subheading {
    font-weight: 700;
    letter-spacing: normal;
    line-height: 23px;
    font-size: 18px;
    margin: 0 0 5px 0;
  }
  .kyl_video_image_header .inner .informations .heading {
    font-weight: 700;
    letter-spacing: normal;
    line-height: 47px;
    font-size: 45px;
    margin: 0 0 10px 0;
  }
  .kyl_video_image_header .inner .informations .play_button,
  .kyl_video_image_header .inner .informations .play_popup_button {
    margin: 0;
  }
  .kyl_video_image_header .inner .icon {
    display: none;
  }
}
/*# sourceMappingURL=kyl_video_image_header.css.map */