.distilled__tab-text {
 pointer-events: none;
}
.map-interactive {
  position: relative
}
.map-interactive .canvasWrapper video {
    mix-blend-mode: screen;
  	pointer-events: none;
}
.map-interactive::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 78.61vw;
  height: calc(100% - 1.95rem);
  background-color: rgba(0,0,0,.0901960784);
  pointer-events: none
}
.map-interactive__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start
}
.map-interactive__intro {
  text-align: left
}
@media (min-width:768px) {
  .map-interactive::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: 65.42vw;
    height: 100%
  }
  .map-interactive__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1.3rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .map-interactive__intro {
    max-width: 60.5rem;
    margin: 0 auto
  }
}
.distilled__tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .3s ease-in-out;
  transition: max-height .3s ease-in-out
}
.distilled__tabs-open .distilled__tabs {
  max-height: 30rem;
  overflow: visible
}
.distilled__tab {
  z-index: 1;
  position: relative;
  display: block;
  border: none;
  text-decoration: none;
  font-size: var(--buttons-distilled-fs);
  line-height: var(--buttons-distilled-lh);
  font-family: var(--font-urw-regular);
  font-weight: 700;
  padding: var(--sm-2);
  background-color: var(--white);
  border-bottom: 1px solid var(--text-color);
  color: var(--text-color)
}
.distilled__tabs li:first-child .distilled__tab {
  border-top: 1px solid var(--text-color)
}
.distilled__tabs li:last-child .distilled__tab {
  border-radius: 0 0 3rem 3rem;
  border-bottom: none
}
.distilled__mobi-tab {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: var(--sm-2) var(--sm-2) var(--sm-3) var(--sm-2);
  color: var(--text-color);
  border-radius: 30px;
  border: 1px solid var(--white);
  background: var(--white);
  font-size: var(--buttons-distilled-fs);
  line-height: var(--buttons-distilled-lh);
  font-family: var(--font-urw-regular);
  font-weight: 700
}
.distilled__mobi-tab:hover {
  color: var(--text-color);
  background-color: var(--white)
}
.distilled__tab:hover {
  background-color: var(--white);
  color: inherit
}
.distilled__tab-active .distilled__tab-text {
  color: var(--text-color);
}
.distilled__tab-active:hover {
  color: var(--text-color)
}
.distilled__tab-slider {
  display: none
}
.distilled__tabs-init {
  width: 100%;
  position: relative;
  -webkit-transition: max-height .3s ease-in-out;
  transition: max-height .3s ease-in-out;
  z-index: 2;
}
.distilled__tabs-open {
  background-color: var(--white);
  border-radius: 3rem
}
.distilled__mobi-icon {
  -webkit-transition: scale .3s ease-in-out;
  transition: scale .3s ease-in-out
}
.distilled__tabs-open .distilled__mobi-icon {
  scale: -1
}
@media (min-width:768px) {
  .distilled__tabs-init {
    padding: var(--xs-1);
    border-radius: 60px;
    background: rgba(255,255,255,.35);
    -webkit-box-shadow: 0 4px 16px 0 rgba(0,0,0,.15);
    box-shadow: 0 4px 16px 0 rgba(0,0,0,.15);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    color: var(--white);
    position: relative;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
  }
  .distilled__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--sm-3);
    max-height: none
  }
  .distilled__tab {
    padding: 1.3rem 2.9rem 1rem;
    color: var(--white);
    position: relative;
    background-color: transparent;
    border: none
  }
  .distilled__tab:hover {
    background-color: transparent
  }
  .distilled__mobi-tab {
    display: none
  }
  .distilled__tab-slider {
    display: block;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    border-radius: 60px;
    z-index: -2;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 0;
    background-color: var(--white);
    pointer-events: none;
  }
  .distilled__tabs li:first-child .distilled__tab {
    border-top: 0
  }
  .distilled__tabs li:last-child .distilled__tab {
    border-radius: 0
  }
}


.trend-banner__image{z-index: 11;}
.full-width-image-video .full-width-image-video__wrapper{z-index: 3;}
.full-width-image-video .background-video__iframe iframe{width: calc(100% + 1px);}
.video__background-wrap{position: absolute; height: 100%; width: 100%;z-index: 2;opacity: 1;}
@keyframes fadeOutBannerOther {0% {opacity: 1;}100% {opacity: 0;}}
.full-width-image-video .background-video{z-index: 2;}
.full-width-image-video-corp .corp-theme-bg.background-video,.full-width-image-video-corp .full-width-image-video__wrapper .background-video{z-index: -1;}

.aniGrowBubble{animation-name: growDataBubble; animation-duration: 1s; animation-iteration-count: 1; animation-timing-function: linear;}
@keyframes growDataBubble{from{scale: 0.5;opacity: 0.3;}to{scale: 1; opacity: 1;}}

.trend-year__right{animation-delay: 2s !important;}
.full-width-image-video-corp .full-width-image-video__image-wrapper .background-video{background: transparent;}

/*=== HERO BANNER ===*/
.banner-hero .video__background-wrap{z-index: 1;}
.banner-hero .video__background-wrap + .background-video{z-index: 2;}
.banner-hero .video__background-wrap{position: absolute; height: calc(100% - 1px); width: calc(100% - 1px); animation: fadeOutBanner 2s linear;animation-iteration-count: 1;}
@keyframes fadeOutBanner {from {z-index: 1;}to {z-index: 0;}}
.banner-hero .banner-hero__bg-video{opacity: 1 !important;}
.banner-hero .banner-hero__side{z-index: 2;}

