.module.pixeld-hero{
  padding-top:88px;
  overflow:hidden;
  
  & + .angle{
    display: block;
    margin: 0 auto;
    margin-top: -60px;
    z-index: 1;
    position: relative;    
  }
  
  .slick-active .animate-text, .slick-initialized .slick-track .slick-slide:first-child .animate-text {
    opacity: 1;
    transform: translateY(0);
    
    &.heading{
      transition-delay: 0.3s;
    }
    
    &.subtitle{
      transition-delay: 0.6s;
    }
    
    &.content{
      transition-delay: 0.9s;
    }
    
    &.button-wrapper{
      transition-delay: 1s;
    }
    
  }
  
  .animate-text{
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
  }
  
  .hero-carousel-item{
    position: relative;
    padding:0 20px;
  }
  
  position: relative;
  overflow:hidden;
  

  
  &.height-100{
    height:100vh;
    
    .hero-img, .hero-content{
      height:100vh;
    }
  }
  
  &.height-75, .hero-img{
    height:75vh;
    
    .hero-img, .hero-content{
      height:75vh;
    }
  }
  
  &.height-50, .hero-img
    height:50vh;
  
    .hero-img, .hero-content{
      height:50vh;
    }
  }

.hero-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
  
  .hero-img{
    max-width: 100%;
    height: 100% !important;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
  }
  
  .overlay{
    
      &:before{
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background: linear-gradient(180deg, #271D42 0%, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.00) 100%);
    content:'';
  }
  
    &:after{
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background: linear-gradient(0deg, #271D42 0%, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.00) 100%);
    content:'';
  }
  }
  
  .hero-content{
    .heading{
      color: #FFF;
      text-align: center;
      font-family: Stag;
      font-size: 72px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      font-size: clamp(50px, 5vw, 72px);
    }
    
    .subtitle{
      color: #FFF;
      text-align: center;
      font-family: Stag;
      font-size: 36px;
      font-style: normal;
      font-weight: 700;
      line-height: 40px; /* 111.111% */
    }
    
    .content{
      color: #FFF;
      text-align: center;
      font-family: "Open Sans";
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 32.5px; /* 162.5% */
      margin: 20px 0;
    }
    
    .button-wrapper{
      
     a.button{
        border-radius: 22369600px;
        background: #F1603F;
        box-shadow: 0 10px 15px 0 rgba(241, 96, 63, 0.30), 0 4px 6px 0 rgba(241, 96, 63, 0.30);
        display: flex;
        height: 52px;
        padding: 13.667px 31.063px 14.333px 32px;
        justify-content: center;
        align-items: center;
        color: #FFF;
        text-align: center;
        font-family: "Open Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        display: inline-block;
       
       &:hover{
        background-color:#d95638; 
       }
      }
    }
    
    
    
  }
  
}

.hs-elevate-site-header{
      width: 100%;
    background-color: transparent;
}


.hs-elevate-menu {
      background-color: transparent !important;
  li{
    
    .hs-elevate-menu__menu-item-link-container{
       background-color: transparent !important;
    }
    
  }
}

.hs-elevate-site-header{
  background-color: transparent !important;
}

.hs-elevate-menu{
  .hs-elevate-link--primary {
    color: rgba(255, 255, 255, 0.80)  !important;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.35px;
    text-transform: uppercase;
  }
  
}

.hs-elevate-site-header__button-container{
  a{
    color: #FFF  !important;
    text-align: center;
    font-family: "Open Sans"  !important;
    font-size: 16px;
  }
}