.body {
  font-family: Inconsolata, monospace;
}

.background-img {
  z-index: -2;
  filter: blur(5px);
  pointer-events: none;
  background-image: linear-gradient(#0000000d, #0000000d), url('../images/1v2.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 50%;
  background-attachment: scroll, fixed;
  width: 100vw;
  height: 100vh;
  position: fixed;
}

.section {
  z-index: 10;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px;
  display: flex;
  position: relative;
}

.text-block-2 {
  filter: none;
  text-align: justify;
  font-family: Inconsolata, monospace;
  font-size: 15px;
  transition: all .2s;
}

.text-block-2:hover {
  filter: none;
}

.text-block-2.title {
  margin-top: 30px;
  font-weight: 400;
}

.text-block-2.logo {
  filter: blur(3px);
}

.logo {
  filter: blur(5px);
}

.div-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 33.3%;
  display: flex;
  position: fixed;
  top: auto;
  right: 60px;
}

.div-block-2 {
  width: 33.3%;
  min-width: 450px;
  max-width: none;
}

.div-block-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 25px;
  display: flex;
}

.link {
  filter: blur(3px);
  color: #333;
  margin-bottom: 0;
  font-family: Inconsolata, monospace;
  transition: all .2s;
  display: flex;
}

.link:hover {
  filter: none;
  transform: translate(-.1px);
}

.tab-pane-tab-1 {
  padding: 25px 0 0;
}

.tab-link-tab-1 {
  background-color: #c8c8c8;
}

.tab-link-tab-1.w--current {
  background-color: #0000;
  padding-left: 0;
}

.tab-link-tab-2 {
  background-color: #0000;
}

.tabs {
  width: 25%;
}

.grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.image {
  width: 50%;
  margin-top: 50px;
}

.image-2 {
  z-index: -10;
  height: 75%;
  position: absolute;
  inset: -125px 150px auto auto;
}

.section-2 {
  justify-content: space-between;
  align-items: flex-end;
  height: 100vh;
  padding: 60px;
  display: flex;
}

.section-nav {
  width: 100%;
  padding: 60px;
  position: absolute;
}

.div-block-4 {
  z-index: -10;
  filter: blur(3px);
  background-image: linear-gradient(#00000008, #00000008), url('../images/1v2.png');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 66.6%;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

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

.link-4 {
  color: #8d6b6b;
}

.link-4.w--current {
  color: #000;
  font-family: Inconsolata, monospace;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .text-block-2 {
    text-shadow: none;
  }

  .text-block-2.title {
    text-transform: uppercase;
  }

  .text-block-2.logo, .text-block-2.error {
    text-align: right;
  }

  .div-block {
    text-shadow: 0 1px 1px #0003;
    inset: auto 30px 30px auto;
  }

  .div-block-2 {
    width: 33.3%;
    max-width: 900px;
    margin-bottom: 50vw;
  }

  .div-block-2.error {
    text-align: right;
  }

  .link {
    filter: none;
  }

  .section-2 {
    text-shadow: 0 1px 1px #fff;
    height: auto;
    margin-top: 60vw;
    padding: 30px;
  }

  .section-nav {
    padding: 30px;
    position: fixed;
    top: 0;
  }

  .div-block-4 {
    background-image: linear-gradient(#0000, #0000), url('../images/1v2.png');
    background-position: 0 0, 0 0;
    background-size: auto, 66.6%;
    position: fixed;
    inset: 0% auto auto -30px;
  }
}

@media screen and (max-width: 767px) {
  .text-block-2.logo {
    text-align: left;
  }

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

  .div-block {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    position: static;
  }

  .div-block-2 {
    width: 100%;
    min-width: auto;
    margin-bottom: 30px;
  }

  .div-block-2.error {
    text-align: center;
  }

  .div-block-3 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-2 {
    flex-flow: wrap-reverse;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    margin-top: 150px;
    padding-bottom: 60px;
    padding-right: 60px;
  }

  .section-nav {
    text-align: left;
    position: static;
  }

  .div-block-4 {
    background-image: linear-gradient(#0000, #0000), url('../images/1v2.png');
    background-position: 0 0, 100% 0;
    background-size: auto, 300px;
    inset: 0% 0% auto auto;
  }
}

@media screen and (max-width: 479px) {
  .text-block-2.logo {
    text-align: left;
  }

  .div-block {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
    position: static;
  }

  .div-block-2 {
    width: 100%;
    min-width: auto;
    margin-bottom: 30px;
  }

  .div-block-3 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-2 {
    flex-flow: wrap-reverse;
    height: auto;
    margin-top: 150px;
    padding-right: 60px;
  }

  .section-nav {
    margin-top: 0;
    position: static;
  }

  .div-block-4 {
    background-image: linear-gradient(#0000, #0000), url('../images/1v2.png');
    background-position: 0 0, 100% 0;
    background-size: auto, 300px;
    inset: 0 0 auto auto;
  }
}
