a {
  text-decoration: underline;
}

.body {
  background-color: #000;
  font-family: Inconsolata, monospace;
}

.div-block {
  width: 440px;
  height: 680px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.poster {
  box-shadow: 4px 4px 90px 40px rgba(0, 0, 0, 0.4);
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 120vh;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2.small {
  height: 50vh;
}

.div-block-2 {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.atf-title {
  padding-top: 3px;
  -webkit-transform: translate3d(0px, 0px, 30px);
  transform: translate3d(0px, 0px, 30px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-3 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #bebcbc;
}

.venta {
  position: absolute;
  width: 100vw;
  height: 100vh;
}

.atf-reddot {
  -webkit-transform: translate3d(0px, 0px, -30px);
  transform: translate3d(0px, 0px, -30px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-5 {
  padding: 40px;
}

.text-block {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
}

.heading {
  margin-bottom: 0px;
  color: #fff;
  font-size: 33px;
  font-weight: 700;
}

.paragraph {
  color: #fff;
  line-height: 34px;
  text-align: right;
}

.heading-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  width: 120px;
  margin-bottom: 100px;
  background-color: #000;
  color: #fff;
}

.footer {
  height: 60vh;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  -webkit-transition: color 750ms cubic-bezier(.215, .61, .355, 1);
  transition: color 750ms cubic-bezier(.215, .61, .355, 1);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.link:hover {
  color: #eac321;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.div-block-7 {
  margin-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link-2 {
  -webkit-transition: color 750ms cubic-bezier(.215, .61, .355, 1);
  transition: color 750ms cubic-bezier(.215, .61, .355, 1);
  color: #bebebc;
}

.link-2:hover {
  color: #88af74;
}

.link-2.credits {
  -webkit-transition: opacity 200ms ease, color 750ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 200ms ease, color 750ms cubic-bezier(.215, .61, .355, 1);
  color: #fff;
  text-decoration: none;
}

.link-2.credits:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #88af74;
  text-decoration: underline;
}

.link-2.headerlink {
  -webkit-transition: color 750ms cubic-bezier(.215, .61, .355, 1);
  transition: color 750ms cubic-bezier(.215, .61, .355, 1);
  text-decoration: none;
}

.link-2.headerlink:hover {
  text-decoration: underline;
}

.gallery {
  width: 60vw;
  height: 40.05vw;
  background-color: #000;
}

.slide {
  background-image: url('../images/NAD14010G5427.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url('../images/NAD14003G8462.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/NAD20160050647.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url('../images/AfterTheFallOut_Images_0012.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon {
  opacity: 0.5;
  -webkit-transition: opacity 300ms cubic-bezier(.298, .073, .355, 1);
  transition: opacity 300ms cubic-bezier(.298, .073, .355, 1);
}

.icon:hover {
  opacity: 1;
}

.icon:active {
  opacity: 0.8;
}

.text-block-3 {
  color: #bebebc;
  text-align: right;
}

.caption {
  padding-top: 10px;
  padding-right: 10px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.div-block-8 {
  width: 60vw;
  margin-right: auto;
  margin-left: auto;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.italic-text {
  font-style: normal;
}

.link-block {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.div-block-9 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.scroll-indicator-div {
  position: relative;
  z-index: -1;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bold-text {
  text-align: right;
}

.paragraph-left {
  padding-left: 10px;
  color: #fff;
  line-height: 34px;
}

.text-block-4 {
  padding-top: 20px;
  font-weight: 700;
}

.paragraph-2 {
  font-family: Inconsolata, monospace;
}

.big-link {
  font-size: 24px;
}

.text-span {
  color: #bebebc;
}

@media (max-width: 991px) {
  .div-block {
    width: 354px;
    height: 547px;
  }
  .atf-title {
    -webkit-transform: translate3d(0px, 0px, 30px);
    transform: translate3d(0px, 0px, 30px);
  }
  .atf-reddot {
    -webkit-transform: translate3d(0px, 0px, -30px);
    transform: translate3d(0px, 0px, -30px);
  }
  .gallery {
    width: 70vw;
    height: 46vw;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-8 {
    width: 70vw;
  }
}

@media (max-width: 767px) {
  .div-block {
    width: 240px;
    height: 371px;
  }
  .section {
    height: auto;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .poster-div {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .container-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .gallery {
    width: 80vw;
    height: 54vw;
  }
  .div-block-8 {
    width: 80vw;
  }
}

@media (max-width: 479px) {
  .div-block {
    width: 65vw;
    height: 100vw;
  }
  .section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .atf-title {
    -webkit-transform: translate3d(0px, 0px, 30px);
    transform: translate3d(0px, 0px, 30px);
  }
  .atf-reddot {
    width: 50vw;
    -webkit-transform: translate3d(0px, 0px, -30px);
    transform: translate3d(0px, 0px, -30px);
  }
  .div-block-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .paragraph {
    font-size: 13px;
  }
  .container-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .container-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gallery {
    width: 100vw;
    height: 67vw;
  }
  .div-block-8 {
    width: 100vw;
  }
  .paragraph-left {
    font-size: 13px;
  }
}

#w-node-eaf55bad9ea7-e753c8a8 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-box-ordinal-group: -9998;
  -webkit-order: -9999;
  -ms-flex-order: -9999;
  order: -9999;
}

#w-node-f3d6bd11718b-e753c8a8 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
  -ms-flex-order: 9999;
  order: 9999;
}

#w-node-95bb656d3b38-e753c8a8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

