@font-face {
  font-family: Favorit;
  src: url('../fonts/Favorit_Light-Italic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

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

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

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

.body {
  color: #fff;
  background-color: #000;
  font-family: Favorit, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

.section_intro {
  width: 100%;
  height: 100vh;
}

.intro_container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100% - 4rem);
  display: flex;
  position: relative;
}

.intro_fallback-img {
  z-index: 1;
  width: auto;
  height: 100%;
}

.intro_contact-overlay {
  z-index: 2;
  color: #00000080;
  position: absolute;
  inset: 0%;
}

.intro_video {
  z-index: 2;
  aspect-ratio: 1;
  width: auto;
  height: 100%;
}

.intro_button {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4rem;
  display: flex;
}

.button {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: .6rem;
  padding: .6rem 2.3rem;
  font-weight: 700;
}

.text-link {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .intro_video {
    width: 100%;
    height: auto;
  }
}


@font-face {
  font-family: 'Favorit';
  src: url('../fonts/Favorit_Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Favorit';
  src: url('../fonts/Favorit_Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Favorit';
  src: url('../fonts/Favorit_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Favorit';
  src: url('../fonts/Favorit_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Favorit';
  src: url('../fonts/Favorit_Regular-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}