*, html, body {
  font-size: 16px;
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

.container {
  position: relative;
}

.default_section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.default_section.\--first {
  background: white;
}
.default_section.\--second {
  background: black;
}
.default_section.\--third {
  background: white;
}
.default_section.\--fourth {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.default_section.\--six {
  overflow: hidden;
}
.default_section.\--seven {
  align-items: start;
}
@media (max-width: 768px) {
  .default_section.\--seven {
    display: none;
  }
}
.default_section.\--footer {
  min-height: auto;
  padding-top: 60px;
  padding-bottom: 30px;
}
.default_section.\--mobile-seven {
  display: none;
}
@media (max-width: 768px) {
  .default_section {
    min-height: 500px;
  }
  .default_section.\--mobile-seven {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 80px;
    position: relative;
    flex-direction: column;
    display: block;
  }
}

.default_heading {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  line-height: 1.2;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -1px;
}
.default_heading * {
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -1px;
}
.default_heading .char {
  transform: translateY(115px);
  transition: transform 0.5s;
}
.default_heading .word {
  margin: 0 4px;
}
.default_heading.\--big {
  font-size: 80px;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
}
.default_heading.\--big span {
  font-size: 70px;
  display: block;
  text-align: center;
  font-weight: 700;
}
.default_heading.\--second .text {
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -1px;
  position: relative;
}
.default_heading.\--second .text .border-animation {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  background-color: #fff;
}
.default_heading.\--second .text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  background-color: #fff;
  transition: none;
}
.default_heading.\--seven {
  text-align: left;
  white-space: nowrap;
}
.default_heading.\--seven .show-last {
  position: relative;
  width: 0;
  overflow: hidden;
  display: inline-block;
  margin-left: 8px;
}
@media (max-width: 768px) {
  .default_heading {
    font-size: 26px;
  }
  .default_heading * {
    font-size: 26px;
  }
  .default_heading .word {
    margin: 0;
  }
  .default_heading.\--second .text {
    font-size: 26px;
  }
  .default_heading.\--big {
    font-size: 44px;
  }
  .default_heading.\--big span {
    font-size: 40px;
  }
}

.small_heading {
  font-size: 34px;
  font-weight: 700;
}

.last_heading {
  display: flex;
  justify-content: start;
  align-items: center;
  overflow: hidden;
  width: 770px;
  margin: 0 auto;
  padding-top: 28%;
}

.fifth_section_main {
  height: 200vh;
}
@media (max-width: 768px) {
  .fifth_section_main {
    height: auto;
  }
}

.rotate-text {
  rotate: 90deg;
  display: inline-flex;
  top: 90px;
  margin: auto;
  text-align: center;
  left: 39%;
  position: relative;
}
@media (max-width: 768px) {
  .rotate-text {
    left: 32%;
    top: 50px;
  }
}

.double_section {
  position: relative;
  height: 400vh;
}

.liner {
  /* height: 100%; */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  background-color: transparent;
  opacity: 0;
}
.liner.\--first {
  top: calc(50% + 40px);
}
.liner.\--first.\--animated {
  background-color: black;
  opacity: 1;
}
.liner.\--second {
  top: 0;
  height: 42%;
}
.liner.\--second.\--animated {
  background-color: white;
  opacity: 1;
}
.liner.\--third {
  top: 56%;
  height: 52%;
  position: absolute;
  bottom: 0;
  left: 63%;
  width: 3px;
  background-color: transparent;
  opacity: 0;
  transform: rotate(30deg);
  transform-origin: top;
}
.liner.\--third.\--animated {
  background-color: transparent;
  opacity: 1;
  transform: rotate(30deg);
  transform-origin: top;
}
.liner.\--fourth {
  top: 0;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 50.3%;
  width: 3px;
  background-color: transparent;
  opacity: 0;
  transform: rotate(30deg);
  transform-origin: top;
}
.liner.\--fourth.\--animated {
  background-color: transparent;
  opacity: 1;
  transform: rotate(30deg);
  transform-origin: top;
}
.liner.\--fifth {
  top: calc(60% + 40px);
  width: 60px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 60%;
}
.liner.\--fifth.\--animated {
  background-color: black;
  opacity: 1;
}
.liner.\--six {
  top: calc(80% + 100px);
  width: 60px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 45%;
  z-index: 4;
}
.liner.\--six.\--animated {
  background-color: black;
  opacity: 1;
}
.liner.\--seven {
  top: 0;
  width: 60px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 40%;
  z-index: 4;
}
.liner.\--seven.\--animated {
  background-color: black;
  opacity: 1;
  transform: translateY(0);
}

.show-hide-text {
  will-change: width;
  transition: width 1s ease;
  overflow: hidden;
}

.explore_btn {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 14px;
       column-gap: 14px;
  opacity: 0;
}
.explore_btn a {
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .explore_btn a {
    font-size: 18px;
  }
  .explore_btn a img {
    width: 18px;
  }
}

.explore_btn_mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.explore_btn_mobile a {
  font-size: 18px;
}
.explore_btn_mobile img {
  width: 16px;
}

.copyright {
  color: #727272;
  font-size: 14px;
  text-align: center;
}/*# sourceMappingURL=style.css.map */