/* purgecss start ignore */

.scrollmagic-pin-spacer {
  position: absolute !important;
  z-index: 100;
  top: 0 !important;
  left: 0 !important;
  height: 100vh !important;
  width: 100% !important;
}

/* purgecss endignore */

.curtain {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
  height: 100vh;
}

@media (min-width: 768px) {
  .curtain {
    min-height: 700px;
  }
}

.curtain .bg {
  width: 100%;
  height: 100%;
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
  position: absolute;
}

.curtain .bg.left {
  left: 0;
  clip: rect(auto 50vw auto auto);
}

.curtain .bg.right {
  right: 0;
  clip: rect(auto auto auto 50vw);
}

.title {
  position: absolute;
  left: 0;
  bottom: 140px;
  z-index: 20;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  width: 90%;
  line-height: 1;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 60px;
  max-width: 56rem;
}

@media (min-width: 768px) {
  .title {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 100px;
    max-width: 1200px;
  }
}

@media (min-width: 1280px) {
  .title {
    font-size: 150px;
  }
}

.home .main-sa {
  padding-top: 326px;
}