@font-face {
  font-family: "Univers Next W05";
  font-weight: 500;
  src: url("includes/fonts/6120853/6aa72280-f59e-4699-acaf-fc99e194d942.woff2") format("woff2"), url("includes/fonts/6120853/3da701cb-86ea-4ef6-a674-643b468ca87e.woff") format("woff");
}
@font-face {
  font-family: "Univers Next W05";
  font-weight: 300;
  src: url("includes/fonts/7143487/2dc12cbb-8f07-49b5-9510-3787cf98703c.woff2") format("woff2"), url("includes/fonts/7143487/9633f985-90cc-43d7-b0e4-4c6a1dfdf108.woff") format("woff");
}
html, body {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Univers Next W05";
  font-weight: 500;
}

p,
a {
  display: block;
  margin: 0 0 0.25rem 0;
  color: inherit;
  font-size: clamp(30px, 4vw, 45px);
}

.row {
  font-size: 0;
  letter-spacing: 0;
}
.row .col {
  display: block;
  font-size: 1rem;
  vertical-align: top;
}
.row .col:not(:last-of-type) {
  margin-bottom: 5vh;
}

#keyvisual {
  position: relative;
  display: flex;
  width: 100%;
  height: 100vh;
}
#keyvisual .wrap {
  display: block;
  align-self: center;
  margin: 0 auto;
  text-align: center;
}

.logo {
  display: block;
  margin-bottom: 1rem;
}
.logo--big {
  fill: #000000;
  width: 75vw;
}
.logo--small {
  fill: #ffffff;
  width: 12vw;
  min-width: 12rem;
}

#social-button .cls-1,
#social-button .cls-3 {
  fill: none;
}
#social-button .cls-3 {
  stroke: #000000;
  stroke-width: 3.84px;
}
#social-button .cls-4 {
  fill: #000000;
}

.button {
  background: none;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 16px 30px;
  border: 2px solid #000000;
  color: #000000;
  cursor: pointer;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  font-size: clamp(20px, 4vw, 30px);
}
.button:hover {
  background: #000000;
  color: #ffffff;
}

.background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.background video {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#social-button {
  position: absolute;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  top: 5vh;
  right: 5vw;
  z-index: 1;
}

#footer {
  background-color: #000000;
  position: relative;
  display: block;
  padding: 5vh 5vw;
  color: #ffffff;
}
#footer.visible p,
#footer.visible a {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#footer p,
#footer a {
  display: block;
  margin: 0;
  color: inherit;
  font-size: clamp(20px, 3vw, 30px);
  opacity: 0;
  -webkit-transform: translateY(2rem);
  -moz-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  -o-transform: translateY(2rem);
  transform: translateY(2rem);
  -webkit-transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  -ms-transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

@media all and (min-width: 992px) {
  .logo--big {
    width: 40vw;
  }
  .logo--small {
    min-width: 20rem;
  }

  .row .col {
    display: inline-block;
  }
  .row .col:nth-of-type(1) {
    width: calc(100% /3);
  }
  .row .col:nth-of-type(2) {
    width: calc(100% /3 + 10%);
  }
}

/*# sourceMappingURL=style.css.map */
