.sec-hero{
  position: relative;
}
.sec-hero.has-shape::after{
  bottom: auto;
  top: 100%;
}
.sec-hero-v1{
  margin-bottom: 12.8rem;
}
.sec-hero-v1.pb-268{
  margin-bottom: 0 !important;
}
.hero-item{
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: var(--hero-bg);
  background-size: cover;
  background-position: center;
}
.sec-hero-v1 .hero-item{
  min-height: initial !important;
}
.hero-item video {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero-overlay{
  position: relative;
  width: 100%;
  min-height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(11, 10, 10, 0.85) 57%, rgba(11, 10, 10, 0.51) 100%);
  padding: 26.9rem 0 28.3rem;
}
.sec-hero-v1 .hero-overlay{
  padding: 23rem 0 12.8rem !important;
}
.sec-hero-v1.pb-268 .hero-overlay{
  padding-bottom: 26.8rem !important;
}
.sec-hero-v1 .h1 *{
  font-size: 4.8rem !important;
  line-height: 5.8rem !important;
}
.hero-text .h4 *{
  margin-bottom: 2rem;
}
.sec-hero-v1 .hero-text .h4 * {
  max-width: calc(100% + 0.3rem);
  width: calc(100% + 0.3rem);
}
.hero-text-btn .btn-link{
  margin-left: 3.3rem;
  margin-bottom: 1rem;
}
@media(min-width:1360px) and (max-width:1403.98px){
  .sec-hero-v1 {
    margin-bottom: 10.4rem;
  }
  .hero-overlay {
    padding: 21.9rem 0 24.3rem;
  }
  .sec-hero-v1 .hero-overlay {
    padding: 21rem 0 10.4rem !important;
  }
  .sec-hero-v1.pb-268 .hero-overlay {
    padding-bottom: 24.8rem !important;
  }
  .sec-hero-v1 .h1 * {
    font-size: 4.6rem !important;
    line-height: 5.6rem !important;
  }
  .hero-text-btn .btn-link {
    margin-left: 2.8rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  .sec-hero-v1 {
    margin-bottom: 9.6rem;
  }
  .hero-overlay {
    padding: 22.9rem 0 22.3rem;
  }
  .sec-hero-v1 .hero-overlay {
    padding: 21rem 0 9.6rem !important;
  }
  .sec-hero-v1.pb-268 .hero-overlay {
    padding-bottom: 22rem !important;
  }
  .sec-hero-v1 .h1 * {
    font-size: 4.2rem !important;
    line-height: 5.2rem !important;
  }
  .hero-text-btn .btn-link {
    margin-left: 2.4rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .sec-hero-v1 {
    margin-bottom: 8rem;
  }
  .hero-overlay {
    padding: 20rem 0 20rem;
  }
  .sec-hero-v1 .hero-overlay {
    padding: 20rem 0 8rem !important;
  }
  .sec-hero-v1.pb-268 .hero-overlay {
    padding-bottom: 21rem !important;
  }
  .sec-hero-v1 .h1 * {
    font-size: 3.5rem !important;
    line-height: 4.5rem !important;
  }
  .hero-text-btn .btn-link {
    margin-left: 2.4rem;
  }
  .hero-text br{
    display: none;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .sec-hero-v1 {
    margin-bottom: 7.2rem;
  }
  .hero-overlay {
    padding: 18.9rem 0 22.3rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .sec-hero-v1 .hero-overlay {
    padding: 17.9rem 0 8rem !important;
  }
  .sec-hero-v1.pb-268 .hero-overlay {
    padding-bottom: 20.8rem !important;
  }
  .sec-hero-v1 .h1 * {
    font-size: 3.3rem !important;
    line-height: 4.3rem !important;
  }
  .hero-text .h4 * {
    max-width: 100%;
  }
  .hero-text br{
    display: none;
  }
  .hero-text-btn .btn-link {
    margin-left: 2.4rem;
    margin-bottom: 1rem;
  }
}
@media(max-width:767.98px){
  .sec-hero-v1 {
    margin-bottom: 4.8rem;
  }
  .hero-overlay {
    padding: 10.9rem 0 6.4rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .sec-hero-v1 .hero-overlay {
    padding: 10.9rem 0 6.4rem !important;
  }
  .sec-hero-v1.pb-268 .hero-overlay {
    padding-bottom: 6.4rem !important;
  }
  .hero-overlay .container{
    margin: 0 auto;
  }
  .sec-hero-v1 .h1 * {
    font-size: 2.6rem !important;
    line-height: 3.6rem !important;
  }
  .hero-text .h4 * {
    max-width: 100%;
  }
  .hero-text br{
    display: none;
  }
  .hero-text-btn{
    text-align: center;
  }
  .hero-text-btn .btn-link {
    margin: 0.6rem 0 0;
  }
  .hero-text-btn .btn{
    padding: 0 1.6rem;
  }
}