<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.homepage-hero {
    position: relative;
    max-height: 70vh;
    overflow: hidden;   
    height: 100%;
    width: 100%;
    transition:  all 0.3s ease-in-out;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    position: relative;
}


.homepage-hero-background {
    height: 100%;
    width: 100%;
    transition:  all 0.3s ease-in-out;
    max-width: 100%;
    max-height: 100%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    position: relative;
}

.homepage-hero.elementor-container {
  border-radius: 10px;
  max-height: 100%;
}


.homepage-hero-background img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}


.homepage-hero-background .videoWrapper, .homepage-hero-background .imageWrapper  {
    position: relative;
    padding-bottom: calc(var(--aspect-ratio, .5625) * 100%);
    height: 0;
    width: 100%;
    transition: all 0.3s linear;
  }
  .homepage-hero-background .videoWrapper iframe,   .homepage-hero-background .imageWrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: 100%;
  }

.homepage-hero-overlay {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    background-image: url(../images/video-mask.svg);
    background-size: cover;
    background-position: right;
    transition: 0.3s linear all;
    z-index: 1;
    padding: 0 50px;
}

.homepage-hero-overlay.content-hidden {
    opacity: 0;
    visibility: hidden;
}

.homepage-hero-overlay .elementor-container {
    height: 100%;
}

.homepage-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}




.homepage-hero-content h1{
    font-weight: 700;
    font-size: 50px;
}

.homepage-hero-content h2{
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4;
    max-width: 340px;
}

.homepage-hero .homepage-hero-play {
    position: absolute;
    bottom:0;
    right: 0;
    width: 50%;
    z-index: 1;
    padding-right: 30px;
}

.homepage-hero-play.elementor-section.elementor-section-boxed &gt; .elementor-container {
    display: flex;
    justify-content: end;
    max-width: 625px;
}

.homepage-hero-play .play-btn {
    display: flex;
    align-items: center;
    color: #fff;
}
.homepage-hero-play .play-btn circle {
    transition: 0.3s ease-in-out all;
}

.homepage-hero-play .play-btn:hover svg circle{
    fill: #fff;
    fill-opacity: 1
    
}

.homepage-hero-play .play-btn:hover svg #third-circle, .homepage-hero-play .play-btn:hover svg #second-circle{
    filter: unset;
}





.homepage-hero-play .play-btn svg {
    margin-left: 10px;
    height: 120px;
    width: 120px;
}

.homepage-hero-play #pauseBtn {
    display: none;
}

.homepage-hero-play #pauseBtn.video-paused {
    display: flex;
}

.homepage-hero-play #playBtn.video-paused {
    display: none;
}



@media (max-width: 767px) {




    .homepage-hero-content h1{
        font-size: 40px;
    }

    
    .homepage-hero-overlay {
        padding: 0px 0px;
    }

    .homepage-hero .homepage-hero-play {
        padding-right: 0px;
    }
    
  }


  @media (max-width: 600px) {

    .homepage-hero-content h1{
        font-size: 30px;
        color: var( --e-global-color-text )!important;
    }
    
    .homepage-hero-content h2{
        font-size: 18px;
        color: var( --e-global-color-text )!important;
        max-width: 100%;
    }


    .homepage-hero-content{
        padding: 40px 20px 40px 20px!important;
    }

    .homepage-hero-overlay {
        position: static;
        background-image: linear-gradient(145deg, #F4F4F4 60%, rgba(92,200,150,0.6922969016708246) 100%)
    }
    .homepage-hero {
        display: block;
        max-height: unset;
    }


    .homepage-hero-overlay.content-hidden {
        visibility: visible;
        opacity: 1;
    }

    .homepage-hero.elementor-container {
        border-radius: 0px;
      }


      .homepage-hero .homepage-hero-play {
        width: 80%;
      }
  }





</pre></body></html>