body, body * {
  overflow-x: unset !important;
}
.container.container-full-width {
  width: 100% !important;
}
.t7-main-content{
  padding: 0;
}
@media screen and (max-width: 768px) {
  .container.container-full-width {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .open-steps-mobile-menu {
    position: absolute;
    right: 20px;
  }
}
@media screen and (max-width: 450px) {
  .t7-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.container.container-full-width .row {
  margin: 0 !important;
}
.hero-video {
  position: relative;
  min-height: 100dvh;
  overflow: hidden;
  margin-top: -72px;
}
.hero-video .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-video .hero-content-wrap {
  position: relative;
  z-index: 2;
  color: white;
  min-height: 100dvh;
  display: flex;
  padding: 120px 0;
  align-items: flex-end;
}
.hero-video .hero-content {
  display: flex;
  gap: 30px;
}
.hero-video .info {
  width: calc(50% - 15px);
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.hero-video .info h1 {
  text-align: left;
  font-size: 55px;
  line-height: 1 !important;
  margin-bottom: 0;
}
.hero-video .info .description *:last-child {
  margin-bottom: 0;
}
.hero-video .details {
  width: calc(50% - 15px);
  display: flex;
  gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.hero-video .details .play-video a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.hero-video .details .play-video a:hover {
  text-decoration: none;
  opacity: 0.9;
}
.hero-video .details .play-video i {
  display: block;
  width: 80px;
  height: 80px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="91" height="91" viewBox="0 0 91 91" fill="none"><g filter="url(%23filter0_d_3576_3397)"><circle cx="44" cy="44" r="44" fill="%232F56FF"/><circle cx="44" cy="44" r="43.5" stroke="black"/></g><path d="M55 44L37 32V56L55 44Z" fill="white"/><defs><filter id="filter0_d_3576_3397" x="0" y="0" width="91" height="91" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="3" dy="3"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3576_3397"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3576_3397" result="shape"/></filter></defs></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.hero-video .details .more .list-features {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.hero-video .details .more .list-features .item {
  width: calc(33% - 6px);
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 6px;
  border: 1px solid rgba(124, 124, 124, 0.2);
  background: rgba(124, 124, 124, 0.2);
  backdrop-filter: blur(4px);
}
@media screen and (max-width: 1160px) {
  .hero-video .details .more .list-features .item {
    font-size: 16px;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 991px) {
  .hero-video {
    min-height: unset;
    padding-top: 72px;
  }
  .hero-video .hero-content-wrap {
    align-items: flex-start;
    min-height: unset;
  }
  .hero-video .hero-content {
    flex-direction: column;
  }
  .hero-video .info {
    width: 100%;
  }
  .hero-video .details {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .hero-video {
    margin-top: -60px;
    padding-top: 60px;
  }
  .hero-video .hero-content-wrap {
    padding: 60px 0 75px;
  }
}
@media screen and (max-width: 480px) {
  .hero-video .details .more .list-features .item {
    width: calc(50% - 5px);
  }
}
.t7-main-header {
  background-color: transparent !important;
}
.t7-main-header .t7-logo img, .t7-main-header .open-steps-mobile-menu {
  filter: brightness(0) invert(1);
}
.header-is-fixed .t7-main-header .t7-logo img, .header-is-fixed .open-steps-mobile-menu {
  filter: unset !important;
}
@media screen and (min-width: 960px) {
  body:not(.header-is-fixed) .t7-nav-menu-primary .nav-menu>li>a, body:not(.header-is-fixed) .t7-btn-tel {
      color: #fff;
  }
  body:not(.header-is-fixed) #nav-menu-primary>.menu-item-has-children:after {
      color: #fff!important;
  }
}
/* @media screen and (min-width: 960px) {
    .header-is-fixed .t7-nav-menu-primary .nav-menu>li>a, .t7-btn-tel, .header-is-fixed .t7-main-header #nav-menu-primary>.menu-item-has-children:after {
        color: #000 !important;
    }
} */