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

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

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

.main {
  height: 100vh;
}

.footer {
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 50px;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-atf {
  background-color: #000;
  height: 100%;
  padding-bottom: 100px;
  position: relative;
  top: 0;
  left: 0;
}

.container {
  z-index: 0;
  max-width: 1200px;
  height: 100%;
  position: static;
}

.wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.logo-v {
  z-index: 1;
  width: 300px;
  height: 300px;
  overflow: visible;
}

.rr-logo {
  width: 280px;
  height: 300px;
}

.text-block {
  opacity: .6;
  color: #fff;
  letter-spacing: 1px;
  font-family: Inconsolata, monospace;
  font-size: 18px;
}

.text-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  flex-flow: column;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.footer-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  height: 100%;
  display: flex;
}

.image {
  width: 124px;
  height: 31px;
}

.text-block-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.link-block {
  width: 200px;
  height: 40px;
}

.link {
  color: #000;
}

.spline-scene {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

@media screen and (max-width: 991px) {
  .footer {
    padding-top: 16px;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding-top: 14px;
    padding-bottom: 24px;
  }

  .wrapper {
    flex-flow: column;
  }

  .title {
    text-align: center;
  }

  .rr-logo {
    width: 240px;
    height: 240px;
  }

  .text-block {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .main {
    height: 100svh;
  }

  .hero-atf {
    padding-bottom: 250px;
  }
}


