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

.content {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.button {
  z-index: 4;
  border: 1.5px solid #fff;
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  background-image: url('../images/Icon-arrow.svg');
  background-position: 81%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 50px;
  padding-top: 12px;
  padding-right: 41px;
  font-size: 20px;
  line-height: 100%;
  transition: all .35s;
  position: relative;
  left: 0;
}

.button:hover {
  border-color: #ffff46;
  background-color: #ffff46;
  color: #000;
  background-image: url('../images/Icon-arrow-black.svg');
}

.button.play {
  background-position: 88%;
  padding-right: 45px;
  display: inline-block;
}

.section {
  padding: 100px;
  position: relative;
}

.section.hero {
  background-image: linear-gradient(#0009, #0009);
  height: 100vh;
  padding-top: 270px;
}

.container {
  z-index: 2;
  width: 1600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: relative;
}

.row {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.col {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.scroll {
  border: 1.5px solid #fff;
  border-radius: 50px;
  justify-content: center;
  width: 30px;
  height: 55px;
  margin-left: -15px;
  padding-top: 9px;
  display: flex;
  position: absolute;
  inset: auto 50% 60px;
}

.wheel {
  background-color: #fff;
  border-radius: 20px;
  width: 5px;
  height: 10px;
}

.video {
  z-index: 6;
  width: 100vw;
  height: 100vh;
  position: relative;
  top: auto;
  left: auto;
  overflow: visible;
}

.close {
  z-index: 10;
  cursor: pointer;
  width: 30px;
  height: 30px;
  padding: 0;
  font-size: 50px;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  top: 35px;
  right: 35px;
}

.close:hover {
  opacity: .5;
}

.overlays {
  position: absolute;
}

.wf-overlay {
  z-index: 7;
  background-color: #000;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.wf-overlay.video {
  left: -100vw;
}

.h1 {
  text-align: center;
  text-transform: uppercase;
  line-height: 87%;
  margin-top: 0;
    margin-bottom: 20px;
    font-family: Din Next Lt Pro, sans-serif;
    font-size: 170px;
    font-weight: 900;
    color: #fff;
}

.close-wrapper, .more-info {
  display: none;
}

.bg-video-horizontal {
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
  z-index:-1;
}

@media screen and (max-width: 991px) {

  .section {
    padding: 75px;
  }

  .container {
    position: static;
  }

  .body {
    font-size: 15px;
  }

  .close-wrapper {
    cursor: pointer;
    justify-content: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 30px;
    display: flex;
  }

  .more-info {
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    background-image: url('../images/icon-arrow-up.svg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto;
    margin-top: 50px;
    padding-top: 20px;
    font-size: 20px;
    font-weight: 300;
    display: inline-block;
  }

  .bg-video-horizontal {
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  .h1 {
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {

  .section {
    padding: 25px;
  }

  .section.hero {
    height: 90vh;
  }

  .scroll {
    transform: scale(.75);
  }

  .more-info {
    margin-top: 0;
    font-size: 16px;
  }

  .bg-video-horizontal {
    height: 90vh;
  }
}

@media screen and (max-width: 479px) {

  .section.hero {
    padding-top: 238px;
  }

  .row {
    flex-wrap: wrap;
  }

  .col {
    flex-basis: 100%;
    max-width: 100%;
  }

  .scroll {
    transform: scale(.6);
  }
}


@font-face {
  font-family: 'Din Next Lt Pro';
  src: url('../fonts/DINNextLTPro-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Din Next Lt Pro';
  src: url('../fonts/DINNextLTPro-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Din Next Lt Pro';
  src: url('../fonts/DINNextLTPro-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Din Next Lt Pro';
  src: url('../fonts/DINNextLTPro-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Din Next Lt Pro';
  src: url('../fonts/DINNextLTPro-UltraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}