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

:root {
  --white: white;
  --black: black;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

.background-video {
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  position: absolute;
  inset: 0%;
}

.navbar {
  background-color: #ddd0;
  display: none;
}

.nav-link, .nav-link-2, .nav-link-3 {
  color: #fff;
}

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

.section {
  z-index: 2;
  background-image: linear-gradient(#000, #0000001a 30%, #0003 70%, #000), url('../images/bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 100vh;
  position: relative;
}

.button {
  text-transform: uppercase;
  background-color: #fff0;
  border: 3px solid #fff;
  border-radius: 9px;
  padding: 10px 40px;
  font-family: Inconsolata, monospace;
  font-size: 1rem;
}

.button:hover {
  background-color: #7a848d7d;
}

.container {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: block;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 60px;
  font-family: Inconsolata, monospace;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.section-2 {
  height: 400vw;
}

.body {
  background-color: #000;
  font-family: Nimbussanext Bol, sans-serif;
}

.video-section-horizontal {
  background-color: #fff;
  height: 400vw;
  display: none;
}

.vs-sticky-container {
  width: 100vw;
  height: 100vh;
  display: block;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.vs-frame-foritems {
  display: flex;
}

.vs-itembox {
  flex: none;
  width: 100vw;
  height: 100vh;
  padding: 40px;
}

.track {
  background-color: #fff;
  height: 400vw;
  display: none;
}

.camera {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  display: flex;
}

.item {
  flex: none;
  width: 100vw;
  height: 100vh;
  max-height: 2px;
  padding: 40px;
}

.footer {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: none;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.footer-social-link-three {
  margin-left: 10px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: var(--white);
  -webkit-text-stroke-color: #fff0;
  font-family: Oswald, sans-serif;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.image-2 {
  color: var(--white);
}

.image-3 {
  color: #fff;
}

.image-4 {
  width: 8%;
  max-width: 10%;
  max-height: none;
  margin-left: 0;
}

.image-5 {
  width: 20%;
  max-width: 40%;
}

.div-block-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: wrap;
  justify-content: flex-end;
  margin-right: 0;
  padding-right: 20px;
  display: flex;
}

.heading {
  color: #fff;
  text-align: center;
}

.container-3 {
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu {
  display: none;
}

.brand {
  flex-flow: wrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.image-6 {
  width: 40%;
}

.heading-2 {
  z-index: 2;
  color: var(--black);
  margin: 1rem;
  font-family: Nimbussanext Bol, sans-serif;
  font-size: 20rem;
  position: relative;
  inset: 228.2vh 0% 0%;
}

.track-2 {
  background-color: #fff;
  height: 500vw;
  display: none;
}

.camera-2 {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.item-2 {
  flex: none;
  width: 100vw;
  height: 100vh;
  padding: 40px;
}

.div-block-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.button-black {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 3px solid #fff;
  border-radius: 9px;
  margin-top: 1rem;
  font-family: Nimbussanext Bol, sans-serif;
  font-size: 1rem;
}

.button-black:hover {
  background-color: #00000080;
}

.image-7 {
  filter: invert();
  width: 10%;
  max-width: 20%;
}

.image-7:hover {
  background-color: #fff0;
}

.heading-3 {
  font-family: Nimbussanext Bol, sans-serif;
  display: none;
}

.div-block-5 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.video-section {
  flex-flow: column;
  min-height: 100vh;
  padding: 4rem 1rem;
  display: flex;
}

.heading-4 {
  color: #fff;
  text-align: center;
  margin: 1rem;
  font-family: Inconsolata, monospace;
  font-size: 3rem;
  line-height: 140%;
}

.videos-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.additional-videos {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

@media screen and (max-width: 991px) {
  .background-video {
    z-index: 0;
    width: 100vw;
    height: 100vh;
    max-height: none;
    position: absolute;
    inset: 0%;
  }

  .section {
    z-index: 2;
    position: relative;
  }

  .button:hover {
    color: #000;
    text-align: center;
    background-color: #fff;
  }

  .container {
    flex-flow: column;
    height: 100%;
    display: flex;
    position: relative;
    bottom: 0;
  }

  .div-block {
    z-index: 99;
    margin-bottom: 0;
    position: relative;
  }

  .track {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
  }

  .camera {
    z-index: 0;
    width: auto;
    height: auto;
    overflow: visible;
  }

  .frame {
    flex-direction: column;
  }

  .item {
    height: 50vh;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-right: 0;
    position: relative;
    inset: 0% 0% auto;
  }

  .heading {
    color: #fff;
    text-align: center;
    position: relative;
  }

  .div-block-3 {
    flex-flow: column;
    margin-top: 24px;
    margin-bottom: auto;
  }

  .image-6 {
    margin-top: 24px;
  }

  .heading-2 {
    display: none;
  }

  .track-2 {
    background-color: #fff;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
  }

  .camera-2 {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .item-2 {
    height: auto;
    padding: 40px;
  }

  .div-block-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .button-black {
    color: #fff;
    text-transform: uppercase;
    background-color: #0000;
    border: 3px solid #fff;
    border-radius: 9px;
    font-family: Oswald, sans-serif;
    font-size: 1rem;
  }

  .button-black:hover {
    color: #000;
    background-color: #fff;
  }

  .heading-3 {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    font-size: 4rem;
  }

  .video-section {
    min-height: auto;
  }

  .additional-videos {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: auto;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .track {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .frame {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
    display: flex;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
  }

  .track-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .item-2 {
    height: 40vh;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 40px;
  }

  .image-7 {
    width: 15%;
  }

  .videos-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .background-video {
    height: 80vh;
  }

  .section {
    background-image: linear-gradient(#000, #0000001a 30%, #0003 70%, #000), url('../images/mobileBG.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    width: 100%;
    height: 80vh;
    max-height: none;
  }

  .button {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container {
    height: 100%;
  }

  .div-block {
    justify-content: center;
    align-items: center;
  }

  .video-section-horizontal, .track {
    display: none;
  }

  .item {
    padding: 10px 20px;
  }

  .container-2 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-social-block-three {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
  }

  .heading {
    text-align: center;
    font-size: 1.5rem;
  }

  .image-6 {
    width: 60%;
  }

  .item-2 {
    height: 20vh;
    padding: 10px 20px;
  }

  .image-7 {
    width: 20%;
  }

  .heading-3 {
    margin-bottom: 20px;
  }
}


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