.thank-module {
  height: 80rem;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.thank-module .list {
  width: 100%;
  height: 100%;
}
.thank-module .list .owl-dots:not(.owl-dots:has(.owl-dot:nth-child(2))) {
  display: none;
}
.thank-module .list .owl-dots {
  display: flex;
  grid-gap: 0.8rem;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
}
.thank-module .list .owl-dots .owl-dot {
  transition-duration: 300ms;
  width: 0.5rem;
  height: 1.7rem;
  background: linear-gradient(0deg, var(--ui-color-bg-thirdly) 0%, var(--ui-color-bg-thirdly) 100%);
  border-radius: 4rem 4rem 4rem 4rem;
  border: none;
  outline: none;
}
.thank-module .list .owl-dots .active {
  height: 2.9rem;
  background: linear-gradient(0deg, var(--ui-color-gradient-from) 0%, var(--ui-color-gradient-to) 100%);
}
.thank-module .list .list-item {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  background: inherit;
  border-radius: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.thank-module .list .list-item .bg-1 {
  width: 50%;
  aspect-ratio: 1/1;
  transform: translateX(-20%);
  position: absolute;
  left: 0;
  top: 0;
}
.thank-module .list .list-item .bg-1 img {
  width: 100%;
  height: 100%;
}
.thank-module .list .list-item .bg-2 {
  width: 50%;
  aspect-ratio: 1/1;
  transform: translateX(20%) rotate(180deg);
  position: absolute;
  right: 0;
  bottom: 0;
}
.thank-module .list .list-item .bg-2 img {
  width: 100%;
  height: 100%;
}
.thank-module .list .list-item .title {
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: var(--f-s-150);
  line-height: 17.6rem;
  background: linear-gradient(90deg, var(--ui-color-gradient-from) 0%, var(--ui-color-gradient-to) 25%, var(--ui-color-gradient-from) 50%, var(--ui-color-gradient-to) 75%, var(--ui-color-gradient-from) 100%);
  background-size: 400% 100%;
  -webkit-background-clip: text;
  color: transparent;
  animation: 30s linear infinite colorfulTitle paused;
}
@keyframes colorfulTitle {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 200% 0;
  }
}
.thank-module .list .list-item .sub-title {
  position: relative;
  font-weight: bold;
  font-size: var(--f-s-30);
  line-height: 1.2;
}
.thank-module .list .list-item .mini-text {
  position: relative;
  margin-top: 3rem;
  font-weight: 400;
  font-size: var(--f-s-18);
  line-height: 1.2;
}
.thank-module .list .list-item .module-btn {
  margin-top: 11.4rem;
  position: relative;
}
@media (max-width: 992px) {
  .thank-module {
    height: auto;
  }
  .thank-module .list .list-item {
    padding: 10rem 0;
  }
  .thank-module .list .list-item .bg-1 {
    width: 60%;
    transform: translate(-40%, 0);
  }
  .thank-module .list .list-item .bg-2 {
    width: 60%;
    transform: translate(40%, 0);
  }
  .thank-module .list .list-item .title {
    font-size: var(--f-s-100);
    line-height: 1.3;
  }
}

.website-head-module.active .head-bar {
  background: white;
  border-bottom: 1px solid var(--ui-color-bg-primary);
  box-sizing: border-box;
}

.website-bottom-module {
  margin-top: 0;
}
.website-bottom-module .img-cont {
  display: none;
}

/*# sourceMappingURL=thank-page.css.map */
