/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-1.use[3]!./resources/src/css/home/welcome.scss ***!
  \************************************************************************************************************************************************************************************************************************************************/
:root {
  --fs-xs: 0.875rem;
  --fs-s: 1.0625rem;
  --fs-m: 1.25rem;
  --fs-ml: 1.625rem;
  --fs-l: 2.3125rem;
  --fs-xl: 2.6875rem;
  --fs-xxl: 3.3125rem;
}

@media (max-width: 950px) {
  :root {
    --fs-xs: 1.1875rem;
    --fs-s: 1.4375rem;
    --fs-m: 1.5625rem;
    --fs-ml: 1.9375rem;
    --fs-l: 2.625rem;
    --fs-xl: 3rem;
    --fs-xxl: 3.625rem;
  }
}
@media (max-width: 480px) {
  :root {
    --fs-xs: 0.875rem;
    --fs-s: 1.0625rem;
    --fs-m: 1.25rem;
    --fs-ml: 1.625rem;
    --fs-l: 2.3125rem;
    --fs-xl: 2.6875rem;
    --fs-xxl: 3.3125rem;
  }
}
.frame_canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.scrolldown {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
}

.scrolldown_txt {
  color: #fff;
  font-size: 0.9375rem;
  white-space: nowrap;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 0.625rem;
}

.scrolldown_trail {
  width: 0.0625rem;
  height: 4.375rem;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
}

.scrolldown_bar {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  -webkit-animation: scrolldown_bar 1.5s ease-in-out infinite;
          animation: scrolldown_bar 1.5s ease-in-out infinite;
}

@-webkit-keyframes scrolldown_bar {
  0% {
    -webkit-transform: scaleY(0) translateY(0);
            transform: scaleY(0) translateY(0);
  }
  55% {
    -webkit-transform: scaleY(1) translateY(0);
            transform: scaleY(1) translateY(0);
  }
  100% {
    -webkit-transform: scaleY(1) translateY(200%);
            transform: scaleY(1) translateY(200%);
  }
}

@keyframes scrolldown_bar {
  0% {
    -webkit-transform: scaleY(0) translateY(0);
            transform: scaleY(0) translateY(0);
  }
  55% {
    -webkit-transform: scaleY(1) translateY(0);
            transform: scaleY(1) translateY(0);
  }
  100% {
    -webkit-transform: scaleY(1) translateY(200%);
            transform: scaleY(1) translateY(200%);
  }
}
.spacer {
  height: 50vh;
  position: relative;
  z-index: 1;
}

.ind_kv {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 60;
}

.ind_kv_bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ind_kv_txt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.sticky_sec {
  height: 100vh;
}

.frame_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  z-index: -1;
}

.frame_image {
  max-width: 100%;
  max-height: 100%;
}

.tb_row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 1.875rem;
  opacity: 0;
}

.tb_row_inner {
  width: 100%;
}
.tb_row_inner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 950px) {
  .tb_row_inner .container {
    display: block;
  }
}

.tb_duration {
  font-size: 2.25rem;
  font-family: "Exposure-R";
  letter-spacing: 0.1875rem;
}
@media screen and (max-width: 950px) {
  .tb_duration {
    font-size: 1.375rem;
    text-align: center;
    margin-bottom: 0.9375rem;
  }
}
@media screen and (max-width: 480px) {
  .tb_duration {
    font-size: 1.25rem;
    letter-spacing: 0.0625rem;
  }
}

.duration_dash {
  font-size: 2.8125rem;
  margin: 0 1.5625rem;
}
@media screen and (max-width: 950px) {
  .duration_dash {
    font-size: 1.875rem;
    margin: 0 0.9375rem;
  }
}
@media screen and (max-width: 950px) {
  .duration_dash {
    font-size: 1.5rem;
  }
}

.tb_curator {
  font-size: 1.4375rem;
  text-align: right;
  letter-spacing: 0.0625rem;
  line-height: 1.25;
}
@media screen and (max-width: 950px) {
  .tb_curator {
    font-size: 1rem;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 5.3125rem;
  }
}
@media screen and (max-width: 480px) {
  .tb_curator {
    font-size: 0.9375rem;
    margin-bottom: 4.0625rem;
  }
}

.tb_tfam {
  width: 11.25rem;
}

.news_sec {
  background: #fff;
  padding-top: 12.5rem;
  padding-bottom: 18.75rem;
}
@media screen and (max-width: 480px) {
  .news_sec {
    padding-top: 3.125rem;
    padding-bottom: 9.375rem;
  }
}
.news_sec::before {
  content: "";
  width: 100%;
  height: 19.8125rem;
  background-image: url(../img/bg_gradient.png);
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: 0 0;
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
  position: absolute;
  left: 0;
  bottom: calc(100% - 2px);
  z-index: -1;
}
@media screen and (max-width: 480px) {
  .news_sec::before {
    height: 31.25rem;
    bottom: calc(100% - 10px);
  }
}

/*# sourceMappingURL=welcome.min.css.map*/