.wpcf7-select {
	display: flex;
	justify-content: space-between;
	align-items: center;
    height: 46px;
    width: 100%;
	padding: 12px 12px 12px 2px;
    background-color: transparent;
    border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3137254902);
	cursor: pointer;
	color: #fff;
}


.section_hero.trigger{
    position:relative;
    padding-bottom:0;
    overflow:hidden;
    background-repeat: no-repeat;
    background-color: #f9f9fb;
}

.section_hero.trigger .container.trigger{
    position:relative;
    z-index:1;
    margin-bottom: 20px;
    padding-bottom: 0;
    text-align: center;
}

.container.trigger .section_hero__text{
    max-width:860px;margin:0 auto 100px;
}

.container.trigger .section_hero__text p{
    padding-bottom: 80px;
}

.video-embed-wrapper{
    position:relative;
    padding-bottom:40%;
    height:0;
    overflow:hidden;
}

.video-embed-wrapper iframe{
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
    max-width:846px;
    width:100%;
    max-height:480px;
    height:100%;
    border:0;
    border-radius:16px;
    aspect-ratio:16/9;
}

.container.trigger .site-header__col-logo .site-header__logo {
    width: 210px;
    height: 60px;
    margin: 0 auto;
}

.container.trigger  .site-header__col-logo .site-header__logo img {
    width: 210px;
}

.container.trigger  .section_hero__text {
    max-width: 100%;
    margin-bottom: 0;
}

.container.trigger  .section_hero__text * {
  max-width: 860px;
  margin: 0 auto;
}

.container.trigger video,
.container.trigger iframe {
    max-width: 846px;
    width:100%;
    border-radius: 16px;
}

.section_subscribe.trigger{
    background-color: #f9f9fb;
}

.section_subscribe__grid.trigger{
    display:flex;
    flex-direction: column;
}

.section_subscribe.trigger{
    padding-top: 80px;
}

.section_subscribe__title{
    max-width: 800px;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -0.04em;
}

.section_subscribe__form{
    max-width: 720px;
    width:100%;
}



.video-placeholder{
    width: 100%;
    max-width: 846px;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    position: relative;
    z-index: 1;
  }
  
  .play-button{
    width: 60px;
    height: 60px;
    background-color: #616dec;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease, background-color 0.3s ease;
    padding-left: 4px;
    box-shadow: 0 4px 15px rgba(97, 109, 236, 0.4);
  
    &:hover{
      transform: scale(1.05);
      background-color: #505cda;
    }
  }
  
  .background-tint{
    background: linear-gradient(111.95deg, #F8FFFF -46.15%, #967BDE 4.14%, #236BEB 76.92%);
  }



@media (max-height: 860px){
    .site-header__col-logo,
    .site-header__col-menu,
    .header-nav__item--link,
    .header-nav__link,
    .site-header__col-menu:before{
        height: 56px;
    }
    .site-header__col-menu:before {
        left: -60px;
        background-size: contain;
    }
    .header-nav__dropdown{
        top:56px;
    }
    .header-nav__dropdown--container{
        padding: 26px;
    }
    .mega-title{
        margin: 0 0 8px;
    }
    .mega-list a {
        padding: 9px 0;
    }
  }