@font-face {
  font-family: Aeonik;
  src: url('../fonts/aeonik-light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aeonik;
  src: url('../fonts/aeonik-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aeonik;
  src: url('../fonts/aeonik-bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aeonik;
  src: url('../fonts/aeonik-medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Workhorsescripttest Display;
  src: url('../fonts/WorkhorseScriptTest-Display.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Scoutsansv;
  src: url('../fonts/ScoutSansV4-Regular_ttf.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Scoutsanssemicondv 4 Ttf";
  src: url('../fonts/ScoutSansSemiCondV4-Bold_ttf.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Scoutsansv 4 Ttf";
  src: url('../fonts/ScoutSansV4-Medium_ttf.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Larsseit;
  src: url('../fonts/Larsseit-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pfmellon;
  src: url('../fonts/PFMellon-Bold-subset.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Donjose;
  src: url('../fonts/DonJose_Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Donjose Raices;
  src: url('../fonts/DonJose_Raices.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Don Jose Bigote;
  src: url('../fonts/Don-Jose_Bigote.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Donjose Trayecto;
  src: url('../fonts/DonJose_Trayecto.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Donjose Textil;
  src: url('../fonts/DonJose_Textil.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppneuemontreal;
  src: url('../fonts/ppneuemontreal-bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppneuemontreal;
  src: url('../fonts/ppneuemontreal-medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppneuemontreal;
  src: url('../fonts/ppneuemontreal-italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ppneuemontreal Book;
  src: url('../fonts/ppneuemontreal-book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppneuemontreal;
  src: url('../fonts/ppneuemontreal-semibolditalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ppneuemontreal;
  src: url('../fonts/ppneuemontreal-thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  background-color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

em {
  font-style: italic;
}

.theater_section {
  z-index: 10;
  background-color: #3f6272;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 200vh;
  display: flex;
  position: relative;
  top: 0;
  overflow: visible;
}

.theater-block {
  width: 100vw;
  height: auto;
  position: sticky;
  top: 0;
  overflow: visible;
}

.trailer-container {
  max-width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.trailer-wrapper {
  z-index: 10;
  background-color: #000;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  display: block;
  position: relative;
  overflow: hidden;
}

.bg_video {
  z-index: 7;
  aspect-ratio: 16 / 9;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: absolute;
  top: 0;
  overflow: hidden;
  transform: translate(0, -4vh)scale(.45);
}

.video_background {
  pointer-events: none;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
}

.bg_trailer {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

._1 {
  z-index: 6;
  pointer-events: none;
  width: 100vw;
  position: absolute;
}

._2 {
  z-index: 7;
  pointer-events: none;
  width: 100vw;
  position: absolute;
}

._3 {
  z-index: 8;
  pointer-events: none;
  width: 100vw;
  position: absolute;
}

._4 {
  z-index: 9;
  pointer-events: none;
  width: 100vw;
  position: absolute;
}

._5 {
  z-index: 10;
  pointer-events: none;
  width: 100vw;
  position: absolute;
}

._6 {
  z-index: 11;
  pointer-events: none;
  width: 100vw;
  position: absolute;
}

._7 {
  z-index: 12;
  pointer-events: none;
  width: 100vw;
  position: absolute;
}

.header {
  cursor: none;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.scroll-down-section {
  z-index: 10;
  background-color: #213e52;
  width: 100vw;
  height: 100vh;
  margin-top: 650px;
  padding: 200px 50px;
  position: relative;
  top: 0;
}

.scroll-down {
  color: #fff;
  font-size: 54px;
  line-height: 1.4;
}

.body {
  overflow-x: hidden;
}

.page_wrapper {
  position: relative;
  overflow: clip;
}

.heading {
  text-align: center;
  font-size: 20px;
  line-height: 100%;
}

.bg_theater {
  z-index: 6;
  pointer-events: none;
  height: auto;
  position: absolute;
  inset: 0%;
}

.top_section {
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 10vh;
  display: flex;
}

.top_section.fixed {
  display: none;
}

.theater-section {
  background-color: #3f6272;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 300vh;
  display: flex;
  position: relative;
}

.theater-block1 {
  width: 100vw;
  max-width: none;
  height: auto;
  display: block;
  position: sticky;
  inset: 0% auto auto;
  overflow: visible;
}

.trailercontainer {
  max-width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: auto;
}

.bgandtrailer {
  z-index: 5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  transform: scale(.6);
}

.trailervideo {
  background-color: #000;
  width: 100vw;
  height: 90vh;
  display: block;
  position: absolute;
  top: -14px;
  transform: scale(.45);
}

.trailervideo.none {
  display: none;
}

.theaterbg {
  pointer-events: none;
  width: 100vw;
  max-width: none;
  height: auto;
  position: absolute;
  inset: 0%;
}

.theaterbg.see_block {
  z-index: 6;
}

.frontrowseats {
  z-index: 6;
  width: 100vw;
  max-width: none;
  height: auto;
  position: absolute;
  inset: 0;
}

.see_block {
  pointer-events: none;
}

.row2 {
  z-index: 7;
  width: 100vw;
  max-width: none;
  height: auto;
  position: absolute;
  inset: 0;
}

.row3 {
  z-index: 8;
  width: 100vw;
  max-width: none;
  height: auto;
  position: absolute;
  inset: 0;
}

.row4 {
  z-index: 9;
  width: 100vw;
  max-width: none;
  height: auto;
  position: absolute;
  inset: 0;
}

.row5 {
  z-index: 10;
  width: 100vw;
  max-width: none;
  height: auto;
  position: absolute;
  inset: 0;
}

.row6 {
  z-index: 11;
  width: 100vw;
  max-width: none;
  height: auto;
  position: absolute;
  inset: 0;
}

.row7 {
  z-index: 12;
  width: 100vw;
  max-width: none;
  height: auto;
  position: absolute;
  inset: 0;
}

.row8, .row9, .row10 {
  z-index: 13;
  width: 100vw;
  max-width: none;
  height: auto;
  position: absolute;
  inset: 0;
}

.bottom_background {
  z-index: 0;
  background-color: #000;
  width: 100vw;
  height: 10vh;
  display: none;
  position: relative;
}

.bottom_section {
  position: relative;
}

.bottom_background-top {
  background-image: linear-gradient(-6deg, #00041f 50%, #213e52 50%, #64788600 50%, #fff0);
  width: 100%;
  height: 210px;
  display: none;
}

.theater-mobile {
  display: none;
}

.main-wrapper {
  overflow: visible;
}

.background-video {
  pointer-events: auto;
  cursor: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1252px;
  padding-left: 16px;
  padding-right: 16px;
}

.h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 160px;
  line-height: 120px;
}

.header-text {
  position: absolute;
}

.h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
}

.cursor {
  pointer-events: none;
  width: 160px;
  display: none;
  position: absolute;
  inset: 24% auto auto 70%;
  transform: none;
}

.rotate-text {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 150px;
  position: relative;
}

.rotaion_block {
  justify-content: center;
  align-items: center;
  display: flex;
  transform: rotate(0);
}

.audio-image {
  width: 27px;
  position: absolute;
}

.navbar {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo-animation3 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  height: 3000px;
  display: flex;
}

.logo-h2-33 {
  color: #fff;
  font-size: 75px;
  line-height: 100%;
}

.company-image-33 {
  z-index: 2;
  width: 100%;
  max-width: 300px;
}

.text-3 {
  width: 100%;
  max-width: 50%;
}

.text-span {
  color: #bb70ad;
}

.hero {
  cursor: none;
}

.workslider__height {
  min-height: 200rem;
}

.workslider__height.workslider__height--7 {
  height: 490rem;
}

.workslider__stick {
  padding-left: 12rem;
  padding-right: 12rem;
  position: sticky;
  top: 0;
  bottom: 0;
}

.workslider__top {
  margin-bottom: 8.5rem;
  padding-left: 5rem;
}

.workslider__top.fade {
  opacity: 0;
}

.workslider__top.fade.in {
  opacity: .01;
  transition: opacity 1.2s linear;
}

.body--small {
  line-height: 1.2px;
}

.workslider__slider {
  height: 60rem;
  position: relative;
}

.workslider__rail {
  white-space: nowrap;
  height: 100%;
  position: absolute;
}

.workslider__rail.fade {
  opacity: 0;
}

.workslider__rail.fade.in {
  opacity: 1;
  transition: opacity 1.2s linear;
}

.workcard {
  opacity: .3;
  vertical-align: top;
  width: 31.2rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  transition-property: transform, opacity;
  transition-duration: .4s, .2s;
  transition-timing-function: cubic-bezier(.645, .045, .355, 1), linear;
  display: inline-block;
}

.workcard__media {
  z-index: 2;
  background-color: #202020;
  border-radius: 2rem;
  width: 100%;
  height: 55.2rem;
  max-height: calc(100vh - 28rem);
  margin-bottom: 2.6rem;
  position: relative;
}

.workcard__content {
  opacity: 0;
  white-space: initial;
  width: 29.5rem;
  transition-property: transform, opacity;
  transition-duration: .4s, .2s;
  transition-timing-function: cubic-bezier(.6, 0, .2, 1), linear;
}

.workcard__content.subheading {
  color: #fff;
  margin-bottom: 1.4rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: .8rem;
  display: block;
}

.subheading {
  text-transform: uppercase;
}

.h0 {
  text-transform: uppercase;
  font-weight: 700;
}

.workcard__heading {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1rem;
}

.horizontal-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  display: flex;
}

.horizontal-container {
  flex-flow: row;
  width: 100vw;
  display: flex;
}

.card {
  opacity: .3;
  flex: none;
  width: 100%;
  max-width: 19.5rem;
  margin-left: 1rem;
  margin-right: 1rem;
  transition: opacity .3s;
  position: relative;
}

.card.active {
  opacity: 1;
}

.card_video {
  z-index: 5;
  border-radius: 1.5rem;
  height: 24.25rem;
  position: relative;
  overflow: hidden;
}

.card_content {
  z-index: 1;
  opacity: 0;
  color: #fff;
  height: 6.125rem;
  position: absolute;
  inset: auto 0% 0;
  transform: translate(0);
}

.first_block {
  height: 100vh;
  display: block;
}

.last_block {
  background-image: linear-gradient(#2c3262, #b58c78 100%, #000);
  height: 300vh;
  position: relative;
}

.card_subtext {
  letter-spacing: .8px;
  text-transform: uppercase;
  margin-bottom: .875rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: .625rem;
}

.card_title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .625rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25rem;
}

.card_teg {
  margin-bottom: 0;
  font-size: .9375rem;
}

.card_last {
  z-index: 5;
  background-color: #18181880;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 24.25rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card_button {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.card_button-arrow {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: .75rem;
  display: flex;
  position: relative;
}

.card_button-text {
  z-index: 2;
  height: 20px;
  position: relative;
  overflow: hidden;
}

.button_bg {
  background-color: #bb70ad;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.left_arrow, .right_arrow {
  z-index: 2;
  position: absolute;
}

.card_button-arrow-round {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card_title-span {
  font-family: Workhorsescripttest Display, Arial, sans-serif;
}

.section_subheading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 3rem;
  margin-bottom: 5.3125rem;
  font-family: Donjose, Arial, sans-serif;
  font-size: 10vh;
  line-height: 100%;
}

.container-large {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.hero_section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.company-image {
  z-index: 2;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.logo-h2 {
  color: #fff;
  font-family: Donjose, Arial, sans-serif;
  font-size: 75px;
  line-height: 100%;
}

.logo-header {
  width: 100%;
  max-width: 50%;
}

.sub-title {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 400;
}

.logo-animation {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  padding-bottom: 100px;
  display: flex;
}

.toyota-image {
  opacity: .2;
  width: 15.375rem;
  height: 10.625rem;
  transition: opacity .3s;
}

.bg-color {
  z-index: 2;
  opacity: 0;
  mix-blend-mode: multiply;
  background-color: #ce71bd;
  width: 100%;
  height: 100%;
  transition: all .3s;
  position: absolute;
  inset: 0;
}

.rotator-item {
  padding-bottom: 3rem;
  position: relative;
}

.rotator {
  margin-top: 300px;
}

.rotator.mobile-rotator {
  display: none;
}

.text-span-2 {
  font-size: 14px;
}

.text-highlight {
  color: #fff;
  margin-left: 5rem;
  display: inline-block;
}

.subtext {
  font-size: 14px;
}

.hide {
  display: none;
}

.close_icon {
  width: 2.5rem;
  position: absolute;
}

.video {
  height: 100%;
}

.hero_text {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  width: 100%;
  max-width: 40rem;
  display: inline-flex;
}

.hero_heading {
  color: #fff;
  cursor: text;
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pfmellon, Arial, sans-serif;
  font-size: 32vh;
  line-height: 24vh;
}

.hero_subheading {
  color: #fff;
  cursor: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Larsseit, Arial, sans-serif;
  font-size: 38px;
  font-weight: 300;
}

.nav_fixed {
  position: absolute;
  inset: 0% 0% auto;
}

.text_left {
  margin-left: 5rem;
}

.mobile-center {
  width: 370px;
  height: 316px;
  display: none;
}

.video-slider {
  padding-top: 0;
  padding-bottom: 100px;
  font-family: Aeonik, Arial, sans-serif;
  overflow: hidden;
}

.hero_movie-animation {
  contain: paint;
}

.navbar-top {
  z-index: 900;
  mix-blend-mode: difference;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.4em 3vw 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.block-top {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.block-top.right {
  justify-content: flex-end;
  align-items: center;
}

.nav-link-wrapper {
  flex-flow: row;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-menu-left {
  mix-blend-mode: difference;
  flex-flow: column;
  display: flex;
}

.text-top {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Donjose, Arial, sans-serif;
  font-size: 1.5em;
  line-height: 120%;
  text-decoration: none;
  display: none;
  position: relative;
}

.text-top.move-down {
  position: absolute;
  top: 100%;
}

.logo {
  object-fit: contain;
  height: 5em;
}

.nav-menu-right {
  mix-blend-mode: difference;
  flex-flow: column;
  display: flex;
}

.link-top {
  justify-content: flex-start;
  align-items: center;
  padding: .2em 0;
  text-decoration: none;
  display: flex;
}

.link-top.down {
  position: absolute;
  top: 100%;
}

.lottie-en-live {
  width: 1.5em;
  height: 1.5em;
  display: none;
}

.social-links-bar {
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.flex-social-links-banner {
  justify-content: center;
  height: 80px;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
  transform: rotate(-90deg);
}

.wrap-social-link {
  justify-content: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.social-link-banner {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-link-wrapper {
  display: flex;
}

.text-underline-social-link {
  color: #fff;
  font-family: Donjose, Arial, sans-serif;
  text-decoration: none;
  position: relative;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  position: absolute;
}

.heading-hero {
  margin-top: 0;
  line-height: 100%;
  overflow: hidden;
}

.heading-hero.is-second {
  margin-top: -90px;
}

.heading-hero-text {
  color: #fff;
  cursor: text;
  font-family: Donjose, Arial, sans-serif;
  font-size: 120px;
  line-height: .6;
  transform: rotate(-8deg);
}

.boutons-hero {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.boutons-hero.is-horizontal {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.bouton-principal_hero {
  display: block;
  transform: rotate(0);
}

.bouton-hero {
  padding: 20px;
  font-family: Donjose, Arial, sans-serif;
  font-size: 25px;
  transform: rotate(-8deg);
}

.bouton-hero.is-principal-button {
  background-color: #c00d00;
  border-radius: 4px;
  transition: all .1s cubic-bezier(.55, .085, .68, .53);
  transform: skew(-7deg)rotate(-8deg);
  box-shadow: 0 0 40px #c00d00;
}

.bouton-hero.is-principal-button:hover {
  color: #fff;
  transform: skew(-7deg)rotate(-10deg);
}

.bouton-hero.is-principal-button.is-horizontal {
  font-size: 18px;
  transform: none;
}

.bouton-hero.is-principal-button.is-horizontal:hover {
  transform: none;
}

.bouton-hero.is-secondary-button {
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-radius: 4px;
  transition: all .2s;
  transform: skew(-7deg)rotate(-8deg);
  box-shadow: 0 0 5px #fff;
}

.bouton-hero.is-secondary-button:hover {
  transform: skew(-7deg)rotate(-10deg);
}

.bouton-hero.is-secondary-button.is-horizontal {
  font-size: 18px;
  transform: none;
}

.bouton-hero.is-secondary-button.is-horizontal:hover {
  transform: none;
}

.scroll-down-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  overflow: hidden;
}

.scroll-flex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.scroll-down-lottie {
  width: 56px;
}

.lottie-animation {
  width: 200px;
  height: 100%;
  transform: rotate(-6deg);
}

.image {
  position: absolute;
  inset: auto 0% 0%;
}

.background-video-2 {
  z-index: 2;
  position: absolute;
  inset: auto 0% 0%;
}

.background-video-3 {
  position: absolute;
  inset: auto 0% 0%;
}

.background-video-4 {
  z-index: 1;
  background-color: #000;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.hero_movie_bfore {
  background-color: #000;
}

.logo_radio-hlib_section {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-radio-hlib {
  width: 200px;
}

.hero_movie_text-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title_hero_movie {
  color: #fff;
  text-align: center;
  font-family: Donjose, Arial, sans-serif;
  font-size: 75px;
  font-weight: 900;
  line-height: 1.2;
}

.text-block {
  color: #fff;
  text-align: center;
  letter-spacing: 1.1px;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.c-home-camp {
  background-image: linear-gradient(0deg, #b58c78, #00041f 52%);
  padding-top: 10rem;
  position: relative;
  overflow: hidden;
}

.c-home-camp_content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.25rem;
  padding-right: 6.25rem;
  display: flex;
  position: relative;
}

.heading-2 {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-right: .5rem;
  font-family: "Scoutsansv 4 Ttf", Arial, sans-serif;
  font-size: 18.75vw;
  font-weight: 500;
  line-height: .825;
}

.heading-2.card_heading-1 {
  padding-top: 0;
  padding-right: 0;
  font-family: Donjose, Arial, sans-serif;
  font-size: 10vw;
  font-weight: 900;
  line-height: .8;
}

.heading-2.card_heading-2 {
  padding-top: 0;
  padding-right: 0;
  font-family: Donjose, Arial, sans-serif;
  font-size: 15vw;
  line-height: .8;
}

.heading-2.card_heading-3 {
  padding-top: 0;
  padding-right: 0;
  font-family: Donjose, Arial, sans-serif;
  font-size: 10vw;
  line-height: .8;
}

.heading-2.card_heading-4 {
  letter-spacing: 0;
  padding-top: 0;
  padding-bottom: 2px;
  padding-right: 2px;
  font-family: Donjose, Arial, sans-serif;
  font-size: 15vw;
  line-height: .8;
}

.heading_block {
  padding-top: .5rem;
  padding-right: .5rem;
  overflow: hidden;
}

.heading_block.card_1 {
  margin-left: 12rem;
}

.heading_block.card_2 {
  margin-left: 2rem;
}

.heading_block.card_3 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  margin-left: 8rem;
  display: flex;
}

.heading_block.card_4 {
  align-items: flex-start;
  margin-left: 10rem;
  display: flex;
  overflow: visible;
}

.background-video-5 {
  z-index: 99;
}

.code-embed {
  margin-bottom: -10px;
}

.c-home-camp_foreground {
  z-index: 2;
  pointer-events: none;
  width: 102%;
  margin-top: -8vw;
  margin-left: -1px;
  position: relative;
}

.max-width-380 {
  color: #fff;
  width: 100%;
  max-width: 23.75rem;
}

.max-width-380.hide-tablet {
  flex-flow: column;
  display: none;
}

.max-width-380.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.cloud_img-block.cloud_1 {
  z-index: 4;
  position: absolute;
  inset: auto 0%;
}

.cloud_img-block.cloud_2 {
  z-index: 6;
  width: 100%;
  max-width: 65%;
  position: absolute;
  inset: 45% auto auto -20%;
}

.cloud_img-block.cloud_3 {
  z-index: 1;
  width: 100%;
  max-width: 36rem;
  position: absolute;
  inset: 29.9588rem 0% auto auto;
}

.cloud_img-1 {
  opacity: .98;
  width: 100%;
}

.cloud_img-2 {
  width: 100%;
  position: relative;
}

.cloud_img-3 {
  width: 100%;
}

.c-home-paragraph {
  text-align: justify;
  margin-bottom: 0;
  font-size: .875rem;
}

.image-2 {
  z-index: 0;
  opacity: .5;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  transform: rotate(155deg);
}

.c-home-absolute {
  z-index: 1;
  opacity: .3;
  pointer-events: none;
  mix-blend-mode: screen;
  background-image: url('../images/milkyway.webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.margin-top.margin-large {
  margin-top: 4rem;
}

.show-tablet {
  display: none;
  position: relative;
}

.absolute_block {
  z-index: 3;
  filter: sepia() brightness(75%) hue-rotate(206deg);
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.arrow_block {
  width: 100%;
  max-width: 6.4375rem;
}

.overflow-hidden {
  overflow: clip;
}

.font-family {
  font-family: Scoutsansv, Arial, sans-serif;
}

.bottom_background-down {
  z-index: 10;
  background-color: #0000;
  width: 100%;
  height: 210px;
  margin-bottom: -165px;
  position: relative;
}

.hlib_img {
  width: 40px;
}

.lottie-animation-2 {
  width: 100px;
}

.radio-hlib-lottie {
  width: 100px;
  transform: rotate(-8deg);
}

.lottie-animation-3 {
  width: 100px;
  height: 100px;
}

.embed-wrapper {
  overflow: clip;
}

.overlay-noir {
  z-index: 100;
  background-image: linear-gradient(360deg, #000 8%, #fff0);
  width: 100vw;
  height: 25vh;
  position: absolute;
  inset: auto 0% 0%;
}

.overlay-noir.all {
  z-index: 9;
  pointer-events: none;
  background-image: linear-gradient(#00000026, #00000026);
  width: 100%;
  height: 100vh;
  display: none;
}

.overlay-noir.is-footer {
  z-index: 100;
  background-image: linear-gradient(360deg, #fa0000 8%, #fff0);
  flex: 0 auto;
  width: 100%;
  position: absolute;
}

.image-3 {
  max-width: 60%;
}

.youtube_link {
  margin-bottom: -10px;
}

.link-yt {
  box-sizing: content-box;
  aspect-ratio: auto;
  object-fit: none;
  background-image: url('../images/youtube.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20vw;
  max-width: 23.75rem;
  height: 5vh;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.instagram_link {
  width: 100vw;
  max-width: 23.75rem;
  height: 7vh;
  margin-top: -10px;
  margin-bottom: -10px;
}

.link-insta {
  box-sizing: content-box;
  object-fit: none;
  background-image: url('../images/INSTA.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20vw;
  height: 6vh;
  margin-left: -20px;
  padding-left: 0;
  text-decoration: none;
  overflow: clip;
}

.link-snapchat {
  box-sizing: content-box;
  object-fit: none;
  background-image: url('../images/snapchat.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20vw;
  height: 5vh;
  margin-left: -60px;
  padding-left: 0;
  text-decoration: none;
  overflow: clip;
}

.link-telegram {
  box-sizing: content-box;
  aspect-ratio: auto;
  object-fit: none;
  background-image: url('../images/TELEGRAM.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20vw;
  height: 5vh;
  margin-left: 60px;
  padding-left: 0;
  line-height: 100%;
  text-decoration: none;
  display: none;
  overflow: clip;
}

.lottie-animation-4 {
  width: 100px;
}

.th-world_lottie {
  width: 100px;
  height: 100%;
}

.line-footer {
  background-color: #fff;
  width: 50px;
  height: 1px;
  position: relative;
  top: -10px;
}

.link {
  color: #fffc;
  font-family: Donjose, Arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.preloader_section {
  z-index: 1000;
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.logo_div {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
}

.preloader-videos {
  z-index: 1;
  width: 100%;
  position: relative;
}

.footer {
  height: 70vh;
  display: flex;
  overflow: clip;
}

.bassem-figurine-code {
  width: 100%;
  height: 100%;
}

.div-block {
  display: flex;
}

.horizontal-scroll {
  height: 200vh;
  display: none;
  overflow: hidden;
}

.track-horizontal {
  flex-flow: column;
  display: flex;
}

.panel-radio {
  flex: none;
  width: 100vw;
  height: 100vh;
}

.panel-youtube {
  background-color: #5b8b00;
  flex: none;
  width: 100vw;
  height: 100vh;
}

.overlay-footer {
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.top-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.left-col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 50%;
  margin-top: 9%;
  margin-left: 4%;
  display: flex;
}

.text-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  font-family: Donjose, Arial, sans-serif;
  font-weight: 900;
  display: flex;
}

.text-div.is-ytb {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.buttons-row.is-horizontal {
  margin-top: 40px;
}

.right-col {
  border-radius: 20px;
  width: 50%;
  height: 500px;
  margin-top: 7%;
  margin-right: 4%;
  overflow: hidden;
}

.bottom-text {
  color: #fff;
  width: 800px;
  margin-top: 5%;
  margin-left: 8%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 120%;
}

.lottie-animation-5 {
  width: 500px;
}

.radio-hlib-panel {
  width: 100px;
  position: absolute;
  left: 4%;
}

.coca-panel-img {
  z-index: 100;
  width: 100px;
  position: absolute;
  top: 20%;
  left: 48%;
}

.lottie-animation-6 {
  width: 150px;
  position: absolute;
  top: 5342px;
  left: 4%;
}

.heading-ytb {
  color: #c00d00;
  font-size: 120px;
  line-height: 100%;
}

.heading-3 {
  color: #fff;
  font-size: 110px;
  line-height: 100%;
  position: absolute;
  top: 5389px;
  left: 67.1563px;
}

.onair {
  width: 100px;
  position: absolute;
  bottom: auto;
  left: 48%;
  right: auto;
}

.paragraph {
  font-family: Ppneuemontreal, Arial, sans-serif;
}

.basmo-de-la-th {
  z-index: 100;
  height: 200px;
  position: absolute;
  top: 83%;
  left: 86%;
}

.onair-lottie {
  width: 150px;
  position: absolute;
  top: 12%;
  left: 3%;
}

.heading-youtube {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 98px;
  line-height: 100%;
}

.th-world-lottie {
  width: 100px;
  position: absolute;
  top: 7%;
  left: 69%;
}

.footer-bassem {
  font-family: Donjose, Arial, sans-serif;
  position: relative;
}

.code-embed-2 {
  color: #000;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.show-tablet-desktop {
  display: flex;
  position: relative;
}

@media screen and (min-width: 1280px) {
  .c-home-camp {
    padding-top: 10rem;
  }

  .heading-2.card_heading-4 {
    letter-spacing: 0;
  }
}

@media screen and (min-width: 1440px) {
  .background-video {
    width: 100%;
    height: 100vh;
    position: absolute;
    inset: 0%;
  }

  .hero_section {
    overflow: hidden;
  }

  .video {
    object-fit: cover;
    position: absolute;
    inset: 0%;
  }

  .boutons-hero.is-horizontal {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .bouton-hero.is-principal-button.is-horizontal, .bouton-hero.is-secondary-button.is-horizontal {
    font-size: 25px;
    transform: none;
  }

  .c-home-camp {
    padding-top: 10rem;
    overflow: hidden;
  }

  .c-home-camp_content {
    z-index: 0;
  }

  .heading-2.card_heading-2 {
    letter-spacing: -.01em;
  }

  .heading_block.card_1 {
    margin-left: 14.6875rem;
    position: relative;
  }

  .heading_block.card_2 {
    margin-left: 3rem;
  }

  .heading_block.card_3 {
    margin-left: 10rem;
  }

  .heading_block.card_4 {
    margin-left: 11.5625rem;
  }

  .c-home-camp_foreground {
    pointer-events: none;
  }

  .max-width-380.hide-tablet {
    margin-top: 20px;
  }

  .c-home-paragraph {
    color: #eaeaea;
  }

  .c-home-absolute, .absolute_block {
    pointer-events: none;
  }

  .arrow_block {
    width: 100%;
    max-width: 6.75rem;
  }

  .overflow-hidden.heading_block {
    padding-top: .75rem;
  }

  .preloader_section {
    width: 100vw;
  }

  .horizontal-scroll {
    height: 100vh;
  }

  .track-horizontal {
    flex-flow: row;
  }

  .buttons-row.is-horizontal {
    padding-top: 40px;
  }

  .right-col {
    height: 600px;
    margin-right: 6%;
  }

  .coca-panel-img {
    z-index: 100;
    width: 150px;
    top: auto;
    left: 46%;
  }

  .basmo-de-la-th {
    top: 99%;
  }

  .th-world-lottie {
    top: 10%;
  }
}

@media screen and (max-width: 991px) {
  .theater-section {
    display: none;
  }

  .bottom_section {
    margin-top: -160px;
  }

  .theater-mobile {
    width: 100vw;
    height: auto;
    display: block;
  }

  .theater-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
  }

  .mobile-bg {
    width: 100vw;
    height: auto;
  }

  .mobile-video-link-block {
    z-index: 5;
    justify-content: center;
    align-items: center;
    width: 95vw;
    height: auto;
    margin-bottom: 10%;
    display: flex;
    position: absolute;
    inset: auto;
  }

  .section_subheading {
    font-size: 8vh;
  }

  .logo-h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 44px;
  }

  .logo-header {
    z-index: 4;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .logo-animation {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
  }

  .toyota-image {
    width: 12rem;
    margin-left: auto;
    margin-right: auto;
  }

  .mobile-animation {
    display: flex;
  }

  .rotator-item {
    padding-right: 50px;
  }

  .rotator.mobile-rotator {
    display: flex;
  }

  .mobile-center {
    display: block;
    position: absolute;
    bottom: -6%;
    left: 0%;
  }

  .social-links-bar {
    display: none;
  }

  .heading-hero-text {
    font-size: 80px;
  }

  .bouton-hero.is-principal-button, .bouton-hero.is-secondary-button {
    font-size: 22px;
  }

  .title_hero_movie {
    text-align: center;
  }

  .c-home-camp {
    padding-top: 8.1875rem;
  }

  .c-home-camp_content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-2 {
    font-size: 14vw;
  }

  .heading-2.card_heading-2 {
    letter-spacing: -.04em;
  }

  .heading-2.card_heading-4 {
    letter-spacing: -.02em;
  }

  .heading_block.card_1 {
    margin-left: 7rem;
  }

  .heading_block.card_4 {
    margin-left: 8rem;
  }

  .c-home-camp_foreground {
    margin-top: 2.375rem;
  }

  .max-width-380 {
    margin-left: auto;
    margin-right: auto;
  }

  .max-width-380.hide-tablet {
    display: none;
  }

  .max-width-380.margin-auto {
    flex-flow: column;
    display: flex;
  }

  .margin-top.margin-large {
    margin-top: 4rem;
  }

  .show-tablet, .arrow_block {
    display: block;
  }

  .image-3 {
    overflow: clip;
  }

  .link-yt, .link-insta {
    width: 90%;
  }

  .link-snapchat {
    width: 90%;
    margin-left: 0;
  }

  .link-telegram {
    width: 90%;
    margin-left: 40px;
  }

  .show-tablet-desktop {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .top_section.fixed, .bottom_background {
    display: none;
  }

  .bottom_background-top {
    background-image: linear-gradient(-6deg, #000 50%, #213e52 50%, #64788600 50%, #fff0);
    display: flex;
  }

  .main-wrapper {
    overflow: hidden;
  }

  .cursor {
    width: 160px;
    left: 60%;
  }

  .navbar {
    position: sticky;
    top: 0;
  }

  .section_subheading {
    font-size: 3rem;
    transform: translate(0, -3.75rem);
  }

  .container-large {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .brand {
    max-width: 140px;
    padding-left: 0;
  }

  .logo-h2 {
    background-color: #000;
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 34px;
    position: sticky;
    top: 0;
  }

  .logo-header {
    background-color: #000;
    justify-content: center;
    align-items: center;
    max-width: none;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .logo-header.no-fixed {
    position: static;
  }

  .logo-animation {
    flex-flow: column;
  }

  .toyota-image {
    width: 100px;
    height: 100px;
  }

  .rotator-item {
    padding-right: 25px;
  }

  .rotator {
    margin-top: 250px;
  }

  .hero_heading {
    max-width: 230px;
    font-size: 10vh;
    line-height: 7.5vh;
  }

  .hero_subheading {
    font-size: 15px;
    line-height: 20px;
  }

  .vertical-logo {
    position: relative;
  }

  .text-top {
    font-size: 1em;
  }

  .title_hero_movie {
    font-size: 60px;
    line-height: 1.1;
  }

  .text-block {
    margin-left: 1em;
    margin-right: 1em;
    font-size: 18px;
  }

  .c-home-camp_content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-2 {
    font-size: 18.5vw;
  }

  .heading_block {
    padding-top: .3125rem;
  }

  .heading_block.card_1 {
    margin-left: 7rem;
  }

  .heading_block.card_2 {
    margin-left: 3rem;
  }

  .heading_block.card_3 {
    margin-left: 6rem;
  }

  .heading_block.card_4 {
    margin-left: 9rem;
  }

  .c-home-camp_foreground {
    margin-top: 1.75rem;
  }

  .max-width-380 {
    max-width: 18.75rem;
  }

  .cloud_img-block.cloud_2 {
    max-width: 23rem;
    bottom: 40%;
  }

  .cloud_img-block.cloud_3 {
    max-width: 15rem;
  }

  .c-home-paragraph {
    font-size: 14px;
  }

  .margin-top.margin-large {
    margin-top: 3.5rem;
  }

  .radio-hlib-lottie {
    width: 75px;
  }

  .overlay-noir {
    height: 15vh;
  }

  .link-yt, .link-insta, .link-snapchat, .link-telegram {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .top_section.fixed {
    z-index: 10;
    background-image: linear-gradient(#000, #00041f 55%);
    display: none;
    position: relative;
  }

  .bottom_background {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 30vh;
    margin-top: 20px;
    display: none;
  }

  .bottom_section {
    margin-top: 0;
  }

  .bottom_background-top {
    display: flex;
  }

  .cursor {
    width: 120px;
    left: 60%;
  }

  .card {
    margin-top: 50px;
    display: block;
  }

  .card.display, .first_block {
    display: block;
  }

  .section_subheading {
    margin-bottom: 0;
    font-size: 2rem;
  }

  .container-large {
    flex-flow: column;
    display: block;
  }

  .logo-header {
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
  }

  .video-slider {
    padding-top: 100px;
  }

  .text-top {
    font-size: .8em;
  }

  .heading-hero-text {
    font-size: 60px;
  }

  .boutons-hero.is-horizontal {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 250px;
    margin-top: 0;
  }

  .bouton-hero.is-principal-button {
    font-size: 18px;
  }

  .bouton-hero.is-principal-button:hover {
    background-size: 220px;
  }

  .bouton-hero.is-principal-button.is-horizontal {
    font-size: 15px;
  }

  .bouton-hero.is-secondary-button {
    font-size: 18px;
  }

  .bouton-hero.is-secondary-button.is-horizontal {
    font-size: 15px;
  }

  .scroll-down-wrapper {
    bottom: 50px;
  }

  .lottie-animation {
    transform: none;
  }

  .logo-radio-hlib {
    width: 150px;
  }

  .hero_movie_text-container {
    margin-bottom: 2em;
  }

  .title_hero_movie {
    margin-left: 1em;
    margin-right: 1em;
    font-size: 37px;
  }

  .text-block {
    margin-left: 2em;
    margin-right: 2em;
    font-size: 16px;
  }

  .c-home-camp {
    background-image: linear-gradient(0deg, #b58c78, #00041f 52%);
  }

  .c-home-camp_content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-2 {
    letter-spacing: .02em;
    padding-top: 0;
    padding-right: 0;
    font-size: 19.2vw;
  }

  .heading-2.card_heading-1 {
    font-size: 15vw;
    line-height: .825;
  }

  .heading-2.card_heading-2 {
    letter-spacing: 0;
    font-size: 20vw;
    line-height: .825;
  }

  .heading-2.card_heading-3 {
    font-size: 12vw;
    line-height: .825;
  }

  .heading-2.card_heading-4 {
    font-size: 18vw;
    line-height: .825;
  }

  .heading_block.card_1 {
    margin-left: 3.4375rem;
    padding-right: 0;
  }

  .heading_block.card_2 {
    margin-left: .5rem;
  }

  .heading_block.card_3 {
    margin-left: 2.3125rem;
  }

  .heading_block.card_4 {
    margin-left: 4.5625rem;
  }

  .cloud_img-block.cloud_2 {
    max-width: 65%;
    bottom: 40%;
    left: -20%;
  }

  .cloud_img-block.cloud_3 {
    max-width: 40%;
    top: auto;
    bottom: 55%;
  }

  .c-home-paragraph {
    line-height: 17.5px;
  }

  .arrow_block.is {
    max-width: 4rem;
  }

  .radio-hlib-lottie {
    width: 50px;
  }

  .overlay-noir {
    background-image: linear-gradient(360deg, #000 10%, #fff0);
    height: 10vh;
  }

  .image-3 {
    max-width: 70%;
  }

  .link-yt {
    width: 60vw;
  }

  .link-insta, .link-snapchat {
    width: 50vw;
  }

  .link-telegram {
    width: 90%;
  }

  .th-world_lottie {
    padding-bottom: 0;
  }

  .line-footer {
    z-index: 100;
    color: #ffffff80;
    background-color: #fff;
    width: 25%;
    height: 1px;
    padding-top: 0;
    display: none;
    position: relative;
    top: -10px;
  }

  .link {
    font-size: 10px;
    line-height: 20px;
  }

  .horizontal-scroll {
    height: 240vh;
  }

  .track-horizontal {
    flex-flow: column;
  }

  .panel-radio {
    width: auto;
    height: 120vh;
    margin-left: 10px;
    margin-right: 10px;
  }

  .panel-youtube {
    height: 120vh;
  }

  .top-row {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: center;
    margin-top: 60px;
    position: relative;
  }

  .left-col {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0%;
    position: relative;
  }

  .text-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0;
  }

  .buttons-row.is-horizontal {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .right-col {
    width: 100%;
    height: 300px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .bottom-text {
    width: auto;
    margin-top: 10%;
    margin-left: auto;
    font-size: 25px;
  }

  .lottie-animation-5 {
    width: 300px;
  }

  .radio-hlib-panel {
    width: 75px;
    top: -2%;
  }

  .coca-panel-img {
    position: absolute;
    top: 119%;
    left: 93%;
  }

  .paragraph {
    font-weight: 500;
    line-height: 150%;
  }

  .basmo-de-la-th {
    z-index: 100;
    height: 160px;
    top: 133%;
    left: 60%;
  }

  .onair-lottie {
    top: -3%;
    left: auto;
  }

  .heading-youtube {
    font-size: 68px;
  }

  .th-world-lottie {
    top: 48%;
    left: auto;
  }
}


@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/aeonik-light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/aeonik-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/aeonik-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/aeonik-medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Workhorsescripttest Display';
  src: url('../fonts/WorkhorseScriptTest-Display.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Scoutsansv';
  src: url('../fonts/ScoutSansV4-Regular_ttf.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Scoutsanssemicondv 4 Ttf';
  src: url('../fonts/ScoutSansSemiCondV4-Bold_ttf.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Scoutsansv 4 Ttf';
  src: url('../fonts/ScoutSansV4-Medium_ttf.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Larsseit';
  src: url('../fonts/Larsseit-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pfmellon';
  src: url('../fonts/PFMellon-Bold-subset.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Donjose';
  src: url('../fonts/DonJose_Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Donjose Raices';
  src: url('../fonts/DonJose_Raices.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Don Jose Bigote';
  src: url('../fonts/Don-Jose_Bigote.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Donjose Trayecto';
  src: url('../fonts/DonJose_Trayecto.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Donjose Textil';
  src: url('../fonts/DonJose_Textil.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/ppneuemontreal-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/ppneuemontreal-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/ppneuemontreal-italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal Book';
  src: url('../fonts/ppneuemontreal-book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/ppneuemontreal-semibolditalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/ppneuemontreal-thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}