body {
  background-color: #000;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.6em;
  line-height: 1.1em;
  font-weight: 400;
}

.btn-description {
  position: relative;
  z-index: 1;
  font-family: Syne, sans-serif;
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.stage-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: linear-gradient(58deg, #00c4c5, #644bec);
  font-family: Syne, sans-serif;
  color: #fff;
  font-size: 6vw;
  line-height: 0.8em;
  font-weight: 700;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
}

.gallery-image {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 130%;
  height: 120%;
  max-width: none;
  background-color: #000;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 100% 0%;
  object-position: 100% 0%;
}

.slider-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.gallery-slider {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: #0f0f0f;
}

.slider-stage-splitscreen {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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;
  background-color: #0f0f0f;
  background-image: none;
  background-size: auto;
  color: #fff0dc;
}

.gallery-mask {
  width: 100%;
  height: 100%;
}

.stage-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 1.1em 3.1em;
  -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-radius: 999em;
  background-color: #fff;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  color: #000;
  font-size: 1em;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
}

.btn-background {
  position: absolute;
  left: -100%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  border-radius: 999em;
  background-color: #592fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0db5ca), to(#466ee0));
  background-image: linear-gradient(180deg, #0db5ca, #466ee0);
}

.btn-background:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0db5ca), to(#466ee0));
  background-image: linear-gradient(180deg, #0db5ca, #466ee0);
}

.stage-copy {
  font-family: Syne, sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 400;
}

.splitscreen-column {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 100%;
}

.splitscreen-column.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.splitscreen-column.right {
  background-color: #fff;
}

.slider-description-wrap {
  max-width: 590px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.gallery-slider-mouse-stop {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.display-none {
  display: none;
}

.slider-copy-wrap {
  padding-top: 0.8em;
  padding-bottom: 1.6em;
}

.center-w3 {
  max-width: 830px;
  margin-right: auto;
  margin-left: auto;
}

.p-xl-start {
  padding-top: 6.5em;
}

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

.p-sm-start {
  padding-top: 2.25em;
}

.p-xl-end {
  padding-bottom: 6.5em;
}

.tutorial {
  min-height: 80vh;
  background-color: #ebe0d4;
}

.unsplash-copyright {
  position: absolute;
  left: auto;
  top: auto;
  right: 3%;
  bottom: 2%;
  z-index: 3;
  color: hsla(35, 0%, 100%, 0.6);
  font-size: 0.8em;
}

.txt-link {
  color: #ebc51d;
}

.div-block {
  position: absolute;
  left: 5%;
  top: 5%;
  right: auto;
  bottom: auto;
}

.image {
  margin-bottom: 140px;
  padding-left: 5px;
}

@media screen and (max-width: 991px) {
  .stage-heading {
    font-size: 5em;
  }

  .slider-btn-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slider-stage-splitscreen {
    width: 100%;
    height: auto;
    max-height: none;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .splitscreen-column {
    width: 100%;
    height: 80vh;
  }

  .splitscreen-column.left {
    height: 50vh;
    min-height: 600px;
    padding: 60px;
    -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;
    text-align: center;
  }

  .center-w3 {
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .image {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .stage-heading {
    font-size: 4em;
  }

  .p-xl-start {
    padding-top: 6em;
  }

  .p-xl-end {
    padding-bottom: 6em;
  }

  .image {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 479px) {
  .gallery-image {
    width: 300%;
  }

  .center-w3 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .p-xl-start {
    padding-top: 5em;
  }

  .p-xl-end {
    padding-bottom: 5em;
  }

  .image {
    margin-bottom: 60px;
  }
}

