.hero_loader{
  position:absolute;
  inset:0;

  display:flex;
  align-items:center;
  justify-content:center;

  background:#000;

  z-index:100;

  pointer-events:auto;

  will-change:opacity;
}

.hero_loader_inner{
  width:min(320px,70vw);
}

.hero_loader_logo{
  color:#fff;
  font-size:14px;
  letter-spacing:.25em;
  text-align:center;
  margin-bottom:20px;
  opacity:.8;
}

.hero_loader_bar{
  position:relative;
  width:100%;
  height:2px;
  background:rgba(255,255,255,.15);
  overflow:hidden;
}

.hero_loader_bar_fill{
  position:absolute;
  left:0;
  top:0;
  width:0%;
  height:100%;
  background:#fff;
  transform-origin:left center;
}


/* // MENU  */
.hero_menu {
  position: absolute;
  left: 2vw;
  top: 120px;
  width: auto;
  height: calc(100% - 10vh);
  
  display: flex;
  flex-direction: column;
  gap:1.5vh;
  /* flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-end; */
  z-index: 3;
}
.hero_menu .option {
  position: relative;
  text-transform: uppercase;
  font-size: clamp(0.9rem,0.8vw,1.7rem);
  line-height: clamp(0.9rem,0.8vw,1.7rem);
  color: #ccc;
  padding-bottom: 10px;
  cursor: pointer;
}
.hero_menu .option .title,
.hero_menu .option .subtitle {
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1); /* easeInOutQuart */
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); /* easeInOutQuart */
}
.hero_menu .option .title {
  position: relative;
  z-index: 1;
}
.hero_menu .option .title:before{
  content: '';
  position: absolute;
  top:-12px;
  left: 0;
  width: 0px;
  height: 2px;
  background-color: #fff;
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1); /* easeInOutQuart */
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); /* easeInOutQuart */
}
.hero_menu .option:hover{
  color: #fff;
}
.hero_menu .option:hover .title:before{
  width: 25px;
}

.hero_menu .option a{
  display: block;
  position: absolute;
  left: 0;
  top: 0; width: 100%;
  height: 100%;
  z-index: 2;
  inset:0;
}

.hero_menu .option .subtitle {
  opacity: 0;
  position: absolute;
  bottom: 0;
  font-size: 0.85rem;
  line-height: 0.95rem;
  pointer-events: none;
  z-index: 0;
  min-width: 110px;
  left: 0;
}

.hero_menu:hover .option .title{
  font-size: 0.9rem;
  line-height: 0.9rem;
}

.hero_menu .option:hover .title {
  /* transform: translateY(-1.7rem); */
  font-size: 1.5rem;
  line-height: 1.6rem;
  color: #fff;
}
.hero_menu .option:hover .subtitle {
  opacity: 1;
  color: #fff;
  transition-delay: 100ms;
}

@media(max-width:992px){
  .hero_menu {
    gap: 3vw;
    align-items: center;
  }
  

  .hero_menu .option:hover .title {
    transform: translateY(-1.3rem);
    font-size: 0.9rem;
    line-height: 0.9rem;
    color: #fff;
  }
  .hero_menu .option:hover .subtitle {
   font-size: 0.7rem;
   line-height: 0.7rem;
  }

}

@media(max-width:767px){
  .hero_menu{
    display: none;
  }
}

section.s.hero {
  position: relative;
  overflow: hidden;
  min-height: 700px;
}

/* .hero .bg,
.hero_video_stage,
.first_video_container,
.dynamic_video_container {
  position: absolute;
  inset: 0;
} */

.hero:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.51+100 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: 2;
}


/* .first_video_container,
.dynamic_video_container {
  width: 100%;
  height: 100%;
} */

.hero .bg img,
.hero-video,
.hero-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* -------------------------------- */
/* VIDEO STAGE */
/* -------------------------------- */

.hero_video_stage{
  position:absolute;
  inset:0;
  overflow:hidden;
  pointer-events:none;
  z-index:1;
}

.first_video_container,
.dynamic_video_container{
  position:absolute;
  inset:0;
  overflow:hidden;
}

/* -------------------------------- */
/* DEFAULT VIDEO */
/* -------------------------------- */

.first_video_container{
  opacity:1;
  transition:opacity .45s ease;
}

.first_video_container.hidden{
  opacity:0;
}

/* -------------------------------- */
/* DYNAMIC LAYERS */
/* -------------------------------- */

.dynamic_video_layer{
  position:absolute;
  inset:0;

  opacity:0;

  clip-path:ellipse(0% 0% at 50% 50%);

  will-change:clip-path, opacity;

  pointer-events:none;
}

.dynamic_video_layer.active{
  opacity:1;
}

/* -------------------------------- */
/* MEDIA */
/* -------------------------------- */

.dynamic_video_layer video,
.dynamic_video_layer img,
.first_video_container video{
  position:absolute;
  inset:0;

  width:100%;
  height:100%;

  object-fit:cover;
}

/* -------------------------------- */
/* POSTER */
/* -------------------------------- */

.hero-poster{
  opacity:1;
  transition:opacity .3s ease;
}

.dynamic_video_layer.video-ready .hero-poster{
  opacity:0;
}



/* -------------------------------- */
/* LOGO */
/* -------------------------------- */


.hero_logo{

  position: absolute;
  left: 0;
  top: 32%;
  width: 25%;
  /* mix-blend-mode: difference; */
  z-index: 100;
  right: 0;
  margin: 0 auto;
  opacity: 1;
  pointer-events: none;
}
.hero_logo img{
  width: 100%;
  height: auto;
}
.first_video_container video{
  filter: brightness(0.8)
}

/* -------------------------------- */
/* SECTIONS */
/* -------------------------------- */

.LANG_EN .visits .left p{
  margin-top: 20px;
}
