.div-block {
  height: 100px;
}

.body {
  height: 100%;
  background-color: #000;
  font-family: Montserrat, sans-serif;
}

.heading {
  margin-top: 0px;
  margin-bottom: 12px;
  color: #fff;
  font-size: 1vw;
  line-height: 1vw;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-block {
  margin-top: 10px;
  margin-bottom: 10px;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 1vw;
  line-height: 1.7vw;
  letter-spacing: 1px;
}

.div-block-2 {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  min-height: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 20px;
}

.container {
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.heading-2 {
  margin-top: 12px;
  margin-bottom: 10px;
  font-family: Aclonica, sans-serif;
  color: #fff;
  font-size: 2.5vw;
  line-height: 3.5vw;
  font-weight: 400;
}

.heading-2.fade-up {
  font-size: 2.8rem;
}

.div-block-3 {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 10vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  z-index: 0;
  display: inline-block;
  max-height: 90vh;
}

.button {
  background-color: #fff;
}

.button-2 {
  margin-top: 10px;
  padding: 0.8vw 1.8vw;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: color 500ms cubic-bezier(.785, .135, .15, .86), background-color 500ms cubic-bezier(.785, .135, .15, .86);
  transition: color 500ms cubic-bezier(.785, .135, .15, .86), background-color 500ms cubic-bezier(.785, .135, .15, .86);
  font-size: 1vw;
}

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

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, #000));
  background-image: linear-gradient(270deg, transparent, #000 50%);
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80vw;
  min-height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 4vw;
}

.link-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 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;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-block:hover {
  color: #fff;
}

.div-block-6 {
  position: absolute;
  width: 0%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
}

.text-block-2 {
  position: absolute;
  font-size: 1vw;
}

@media screen and (max-width: 991px) {
  .div-block-3 {
    padding-right: 0vw;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 1.4vh;
    line-height: 1vh;
    text-align: center;
  }

  .text-block {
    font-size: 1.4vh;
    line-height: 2vh;
    text-align: center;
  }

  .div-block-2 {
    position: static;
    display: block;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1.25fr;
    grid-template-columns: 1.25fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .heading-2 {
    font-size: 3vh;
    line-height: 4vh;
    text-align: center;
  }

  .div-block-3 {
    position: relative;
    height: 0%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .button-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px;
    margin-right: 15vw;
    margin-left: 15vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.4vh;
  }

  .div-block-4 {
    min-height: 0%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, #000));
    background-image: linear-gradient(180deg, transparent, #000 50%);
  }

  .div-block-5 {
    position: absolute;
    left: 0%;
    top: 50%;
    right: 0%;
    bottom: auto;
    max-width: 100vw;
    min-height: 0%;
    margin-right: 4vw;
  }
}

