* {
  box-sizing: border-box;
  user-select: none;
  margin: 0;
  padding: 0;
}

html {
  font-size: 0.833vw;
  overflow-x: clip;
}

body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  overflow-x: clip;
  background-color: #ffffff;
  color: #000000;
}
body::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-track {
  background-color: #cae6f7;
  border-radius: 5px;
}
body::-webkit-scrollbar-button, body::-webkit-scrollbar-thumb {
  background-color: #D3AF37;
  border-radius: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0px;
  margin: 0px;
}

.fw-7 {
  font-weight: 700 !important;
}

.fw-9 {
  font-weight: 900 !important;
}

.fw-8 {
  font-weight: 800 !important;
}

.fw-5 {
  font-weight: 500 !important;
}

.fw-6 {
  font-weight: 600 !important;
}

.fw-4 {
  font-weight: 400 !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-image-fill {
  font-weight: 900;
  background-image: url("../../assets/images/text-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  --x: 50%;
  --y: 20%;
  background-position: var(--x) var(--y);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.panel-wrapper {
  width: 100%;
}

.panel {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  position: relative;
}
.panel .panel__inner {
  min-width: 100vw !important;
  text-align: center;
  padding-inline: 16px;
}

.pin-spacer {
  z-index: 999999 !important;
}

.panel-hero .title-animation {
  font-size: 12rem;
  line-height: 0.9;
  letter-spacing: -2.5px;
  width: 100%;
}
.panel-hero .title-animation > div {
  background-image: url("../../assets/images/text-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: var(--x) var(--y);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: 0;
  --x: 90%;
  --y: 70%;
}
@media only screen and (max-width: 991px) {
  .panel-hero .title-animation {
    font-size: 11rem;
    line-height: 1;
    letter-spacing: -1px;
  }
}
@media only screen and (max-width: 576px) {
  .panel-hero .title-animation {
    font-size: 13rem;
  }
}
.panel-hero .pin-spacer {
  min-width: 100vw !important;
  text-align: center;
}
.panel-hero .ig-2 > div {
  --x: 90%;
  --y: 100%;
}

.panel-two h1 {
  font-size: 5.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1.5px;
}
.panel-two h1:nth-last-of-type(1) {
  margin-bottom: 0px;
}
@media only screen and (max-width: 991px) {
  .panel-two h1 {
    letter-spacing: -1px;
  }
}
@media only screen and (max-width: 576px) {
  .panel-two h1 {
    font-size: 9.5rem;
    line-height: 1.1;
    letter-spacing: 0px;
  }
}
.panel-two .clip-text {
  font-weight: 900;
  background-image: url("../../assets/images/text-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  --x: 50%;
  --y: 20%;
  background-position: var(--x) var(--y);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@media only screen and (max-width: 575px) {
  .bg-s {
    display: none;
  }
}

.bg-p {
  display: block;
}
@media only screen and (min-width: 576px) {
  .bg-p {
    display: none;
  }
}

.panel-three h1 {
  font-size: 9rem;
  font-weight: 700;
  line-height: 0.87;
  letter-spacing: -7px;
}
@media only screen and (max-width: 991px) {
  .panel-three h1 {
    letter-spacing: -1px;
  }
}
@media only screen and (max-width: 576px) {
  .panel-three h1 {
    font-size: 9rem;
    line-height: 1.1;
    letter-spacing: -1px;
  }
}
.panel-three h1:nth-of-type(1) {
  --x: 40%;
  --y: 66%;
}
.panel-three h1:nth-of-type(2) {
  --x: 60%;
  --y: 70%;
}
.panel-three h1:nth-of-type(3) {
  --x: 90%;
  --y: 75%;
}
.panel-three h1:nth-of-type(4) {
  --x: 100%;
  --y: 90%;
}
.panel-three .dcf {
  font-size: 8.938rem;
}
@media only screen and (max-width: 991px) {
  .panel-three .dcf {
    letter-spacing: -1px;
  }
}
@media only screen and (max-width: 576px) {
  .panel-three .dcf {
    font-size: 8rem;
    line-height: 1;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 576px) {
  .panel-three .bgh {
    font-size: 9rem;
  }
}

.panel-five {
  padding-block-start: 140px !important;
}
@media only screen and (max-width: 991px) {
  .panel-five {
    padding-block-start: 50px !important;
  }
}
.panel-five h1 {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 4px;
}
.panel-five h1:nth-last-of-type(1) {
  margin-bottom: 0px;
}
@media only screen and (max-width: 991px) {
  .panel-five h1 {
    letter-spacing: -1px;
  }
}
@media only screen and (max-width: 576px) {
  .panel-five h1 {
    font-size: 6rem;
    line-height: 1;
    letter-spacing: 0px;
  }
}
.panel-five .sticky-line {
  display: flex;
  flex-direction: column;
}
.panel-five .mb-50 {
  margin-bottom: 50px;
}

.pr-5 h1 {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 4px;
}
.pr-5 h1:nth-last-of-type(1) {
  margin-bottom: 0px;
}
@media only screen and (max-width: 576px) {
  .pr-5 h1 {
    font-size: 7rem;
    line-height: 1.1;
    letter-spacing: -0.3px;
  }
}
.pr-5 .mask-image img {
  transform: translateY(-50%) scale(1.3) !important;
  height: 100%;
}
@media only screen and (max-width: 576px) {
  .pr-5 .mask-image img {
    transform: translateY(-56%) scale(1.8) !important;
  }
}

.dn {
  display: none;
}
@media only screen and (min-width: 576px) {
  .dn {
    display: block;
  }
}

.fw-7 {
  font-weight: 700 !important;
}

.fw-8 {
  font-weight: 800 !important;
}

.fw-5 {
  font-weight: 500 !important;
}

.fw-6 {
  font-weight: 600 !important;
}

.fw-4 {
  font-weight: 400 !important;
}

.panel-six {
  padding-block-end: 40px !important;
}
.panel-six p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 0.95;
}
@media only screen and (max-width: 991px) {
  .panel-six p {
    font-size: 6rem;
    line-height: 1;
  }
}
@media only screen and (max-width: 575px) {
  .panel-six p {
    font-size: 7rem;
    line-height: 1.1;
  }
}
.panel-six .mask-image p {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .panel-six .mask-image p {
    margin-bottom: 7rem;
  }
}
.panel-six .mask-image p:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.panel-six .mask-image img {
  transform: translateY(-50%) scale(1.3) !important;
}
.panel-six .sticky-line {
  gap: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .panel-six .sticky-line {
    gap: 7rem;
  }
}

.prt {
  padding-top: 160px !important;
}
@media only screen and (max-width: 991px) {
  .prt {
    padding-top: 100px !important;
  }
}

.stick-c {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
}
.stick-c h2 {
  font-size: 6.25rem;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -2.5px;
}
@media only screen and (max-width: 991px) {
  .stick-c h2 {
    letter-spacing: -1px;
  }
}
@media only screen and (max-width: 576px) {
  .stick-c h2 {
    font-size: 9rem;
    line-height: 1;
    letter-spacing: 0px;
  }
}

.drf {
  position: fixed;
  top: 5rem;
  right: 8.75rem;
  z-index: 999999999;
}
@media only screen and (max-width: 991px) {
  .drf {
    top: 27%;
    right: 6rem;
  }
}
.drf img {
  max-width: 15rem;
  animation: rotateFloat 20s linear infinite alternate;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .drf img {
    width: 60px;
    height: auto;
  }
}

@keyframes rotateFloat {
  0% {
    transform: rotate(0deg) translate(0, 0);
  }
  25% {
    transform: rotate(90deg) translate(-4.375rem, -1.875rem);
  }
  50% {
    transform: rotate(180deg) translate(-0.625rem, 2.5rem);
  }
  75% {
    transform: rotate(270deg) translate(4.375rem, 0px);
  }
  100% {
    transform: rotate(360deg) translate(0, 0);
  }
}
.ert img {
  max-width: 15rem;
}

.panel-five {
  position: relative;
}

.pt-160 {
  padding-top: 130px !important;
}

.drcg {
  position: absolute;
  top: 40px !important;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.5rem !important;
  letter-spacing: -1px !important;
}
@media only screen and (max-width: 767px) {
  .drcg {
    font-size: 6rem !important;
  }
}

.rel {
  position: relative;
}

.bottom-line {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 576px) {
  .bottom-line {
    margin-bottom: 15px;
  }
}
.bottom-line p {
  font-size: 2rem;
  line-height: 0.8;
  letter-spacing: -1px;
  font-weight: 500;
  --x: 10%;
  --y: 80%;
}
@media only screen and (max-width: 991px) {
  .bottom-line p {
    font-size: 20px !important;
    letter-spacing: 0px;
  }
}

.bgc-none {
  background-color: transparent !important;
}

.panel-hero {
  --ch:0px;
  --ch2:0px;
}
.panel-hero .header__area {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 9999;
}
.panel-hero .header__area::before {
  content: "";
  height: calc(var(--ch) + var(--ch2) + 40px);
  width: 100%;
  position: absolute;
  z-index: -1;
  top: -1px;
  left: 0;
  background-color: #fff;
}

.mask-image {
  position: relative;
  background-color: #ffffff;
  border: 2px solid #fff;
}
.mask-image img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-56%);
  width: 100%;
  max-height: 100vh;
  mix-blend-mode: lighten;
  pointer-events: none;
}

.title-split > div {
  background-image: url("../../assets/images/text-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: var(--x) var(--y);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: 0;
  --x: 20%;
  --y: 30%;
}

.oc {
  overflow: hidden;
}

.pr-4 h1 {
  font-size: 8.5rem;
}
@media only screen and (max-width: 991px) {
  .pr-4 h1 {
    letter-spacing: -1px;
  }
}
@media only screen and (max-width: 576px) {
  .pr-4 h1 {
    font-size: 11rem;
    line-height: 1.1;
    letter-spacing: 0px;
  }
}
.pr-4 .mask-image img {
  transform: translateY(-70%);
}

.last-panel {
  position: relative;
}
.last-panel p {
  font-weight: 600;
}

#lastPanel.last-panel-active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999999;
  background: white;
}
#lastPanel.last-panel-active #luckyTitle {
  display: block;
}

#luckyTitle {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  --x: 20%;
  --y: 80%;
  display: none;
  min-width: 300px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  #luckyTitle {
    font-size: 24px;
  }
}

.hidden {
  display: none !important;
}

.last-panel .mask-image img {
  transform: translateY(-50%) scale(1.3) !important;
}
@media only screen and (max-width: 991px) {
  .last-panel .mask-image img {
    transform: translateY(-50%) scale(1.9) !important;
  }
}

@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.text-gradient-effect {
  font-optical-sizing: auto;
  background: linear-gradient(119deg, #ffffff, #000000, #ffffff);
  background-clip: text;
  color: transparent;
  background-size: 200% 100%;
  animation: shimmer 5s linear infinite;
}

/*# sourceMappingURL=main.css.map */
