/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./pages/tw/scss/style.scss ***!
  \*******************************************************************************************************************/
@charset "UTF-8";
:root {
  --background-color: #fff;
  --text-color: #000;
  --grey-color: #656488;
}

[data-theme=dark] {
  --background-color: #1f1b4e;
  --text-color: #fff;
  --grey-color: #bec4d0;
}

.banner {
  position: relative;
  color: #4e67ff;
}
.banner .bg {
  display: block;
  background: #fff;
}
@media (min-width: 768px) {
  .banner .bg {
    min-height: 600px;
  }
}
.banner__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .banner__content {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translate(0%, -50%);
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .banner__content {
    padding: 0 15px 15px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.banner .bg img {
  width: 100%;
}
.banner__title {
  font-weight: 800;
  margin-bottom: 28px;
  font-size: 3.125rem;
}
@media (max-width: 767.98px) {
  .banner__title {
    margin-bottom: 0;
    font-size: 2.1875rem;
  }
}
.banner__subtitle {
  font-size: 2rem;
  margin-bottom: 0;
  font-weight: normal;
}
@media (max-width: 767.98px) {
  .banner__subtitle {
    font-size: 1.125rem;
  }
  .banner__subtitle .text-highlight {
    font-size: 2rem;
  }
}
.banner__statistic {
  display: flex;
  margin-top: 30px;
  gap: 60px;
}
@media (max-width: 991.98px) {
  .banner__statistic {
    justify-content: space-evenly;
    gap: 20px;
  }
}
.banner__statistic .item {
  color: #111;
}
@media (max-width: 991.98px) {
  .banner__statistic .item {
    opacity: 0;
    font-size: 12px;
  }
}
.banner__statistic .item img {
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .banner__statistic .item img {
    width: 60px;
  }
}
.banner .common-btn {
  margin-top: 1.5rem;
}
@media (max-width: 991.98px) {
  .banner .common-btn {
    height: 40px;
  }
}
.banner .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.banner .slick-next {
  right: 15px;
}
.banner .slick-prev {
  left: 15px;
}

.demand {
  padding-block: 30px;
}
.demand__intro {
  position: relative;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .demand__intro {
    width: 60%;
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  .demand__intro {
    border: solid 2px #3bafff;
    margin: 10px;
    padding: 20px;
    padding-top: 40px;
    border-radius: 16px;
    text-align: center;
  }
  .demand__intro img {
    position: absolute;
    top: -40px;
    left: 150%;
    transform: translateY(-50%);
  }
}
.demand__intro strong {
  color: #4e67ff;
}
.demand__body .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.demand__body .title img {
  height: 50px;
  width: 50px;
}
.demand__body .content {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .demand__body--red {
    margin-bottom: 20px;
    margin-left: 40px;
    padding-left: 20px;
    border-left: 2px dashed #f44336;
  }
}
@media (min-width: 768px) {
  .demand__body--red {
    text-align: right;
    padding-right: 20px;
    border-right: 2px dashed #f44336;
    margin-right: 60px;
  }
}
.demand__body--red .title {
  color: #f44336;
  transform: translateX(-46px);
}
@media (min-width: 768px) {
  .demand__body--red .title {
    transform: translateX(46px);
    flex-direction: row-reverse;
  }
}
.demand__body--green {
  margin-left: 40px;
  padding-left: 20px;
  border-left: 2px dashed #0dab39;
}
@media (min-width: 768px) {
  .demand__body--green {
    margin-left: 60px;
  }
}
.demand__body--green .title {
  color: #0dab39;
  transform: translateX(-46px);
}
.demand__banner {
  text-align: center;
  margin-top: 40px;
  padding: 20px;
  background: linear-gradient(269.97deg, #2ee2ff 1.64%, #4c6dff 97.33%);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-weight: 600;
}
.demand__banner .common-btn {
  margin-bottom: 20px;
}

.why-elsa {
  margin-top: 50px;
}
@media (max-width: 991.98px) {
  .why-elsa {
    margin-inline: 16px;
  }
}
.why-elsa .section-subtitle {
  margin-top: -30px;
  text-align: center;
  font-size: 20px;
  line-height: 32px;
}
.why-elsa .section-content {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .why-elsa .section-content {
    padding: 50px;
  }
}
@media (max-width: 991.98px) {
  .why-elsa .section-content {
    gap: 20px;
  }
}
.why-elsa .section-content__right {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.why-elsa .section-content__right img {
  width: 120px;
  margin: 10px;
}
.why-elsa .section-content__right p {
  margin: 0;
  font-size: 18px;
}
@media (max-width: 991.98px) {
  .why-elsa .section-content__right p {
    text-align: center;
  }
}

.section-road-map {
  background: #eff2ff;
  padding: 40px 0 20px;
}
.section-road-map .section-title {
  font-size: 3rem;
}

.step-list .step-item__image {
  width: 180px;
  margin: 0 auto;
}
.step-list .step-item__content {
  padding: 30px 10px;
}
.step-list .step-item__number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-size: 1.875rem;
  background: #fff;
  border: 1px solid #5041aa;
  border-radius: 40px;
  color: #5041aa;
  font-weight: 700;
  margin: 0 auto 10px;
}
.step-list .step-item__text {
  text-align: center;
  font-size: 1.125rem;
}
.step-list .step-item__text .title {
  margin-bottom: 10px;
  font-size: 1.25rem;
}
.step-list .step-item__text .desc {
  margin-bottom: 0;
}

.button-container {
  margin: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
.button-container p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.founder {
  padding: 30px 0;
}
.founder__list {
  display: flex;
  justify-content: center;
  gap: 32px;
}
@media (max-width: 991.98px) {
  .founder__list {
    flex-wrap: wrap;
  }
}
.founder__item {
  width: 290px;
  height: 430px;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  background: linear-gradient(180deg, #f2f3f6 0%, #d5d7e3 100%);
  border: 1px solid #fff;
  border-radius: 20px;
  text-align: center;
}
.founder__item img {
  width: 150px;
  border-radius: 100%;
}
.founder__item p {
  font-size: 18px;
  letter-spacing: 2px;
}

.section-achievement {
  margin-block: 30px;
}
.section-achievement .section-title {
  margin-bottom: 60px;
}

.achievement-box {
  position: relative;
  padding: 4rem 2rem 1rem;
  border: 1px solid #478dff;
  border-radius: 30px;
}
.achievement-box__title {
  display: block;
  padding: 12px 20px;
  background-color: #478dff;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  font-size: 24px;
  color: #fff;
  width: max-content;
}
@media (min-width: 768px) {
  .achievement-box__title {
    padding: 12px 100px;
  }
}
.achievement-box__slider {
  display: flex;
}
@media (max-width: 991.98px) {
  .achievement-box__slider {
    flex-direction: column;
  }
}
.achievement-box__slider .slider-item {
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.achievement-box__slider .slider-item img {
  margin-bottom: 20px;
}
.achievement-box__slider .slider-item p {
  font-size: 18px;
}
.achievement-box__slider .slick-track,
.achievement-box__slider .slick-list {
  display: flex;
}
.achievement-box__slider .slick-dots {
  margin: 20px auto;
}

.section-news-information {
  padding-block: 40px;
  overflow: hidden;
}

.news-list {
  padding-inline: 15px;
}
.news-list .news-item {
  display: flex;
  gap: 20px;
  margin-block: 20px;
}
.news-list .news-item__image {
  width: 50px;
}
.news-list .news-item__text {
  flex-shrink: 10;
  font-size: 18px;
}

.info-list {
  margin-top: 90px;
}
.info-list .info-item {
  background: linear-gradient(90deg, #4e70ff 5.19%, #31e0ff 82.22%);
  padding: 4px 20px;
  margin-bottom: 10px;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
}
.info-list .info-item__percent {
  font-size: 24px;
}
.info-list .info-item__text {
  font-size: 20px;
}

.user-review .section-subtitle {
  text-align: center;
  font-size: 18px;
  margin-top: -20px;
}
.user-review__list {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-block: 20px;
}
@media (max-width: 991.98px) {
  .user-review__list {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.user-review__item {
  position: relative;
  width: 370px;
  max-width: 100%;
}
.user-review__item::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: linear-gradient(180deg, #29f4ff -46.11%, #5257ff 151.97%);
  z-index: -1;
  border-radius: 20px;
}
.user-review__item img {
  width: 126px;
  border-radius: 100%;
  margin-bottom: 20px;
}
.user-review__item p {
  font-weight: 500;
  text-align: center;
  margin: 0;
  margin-bottom: 10px;
}
.user-review__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 40px 25px;
  background-color: #fff;
  z-index: 1;
  border-radius: 20px;
}
.user-review__promo {
  color: #2f1f96;
}

.js-collapse-heading::before, .js-collapse-content::before {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  width: 30px;
  height: 30px;
  background-size: contain;
}

.section-faq {
  padding-block: 50px;
}
@media (max-width: 991.98px) {
  .section-faq {
    padding-block: 30px;
  }
}
.section-faq .faq-content {
  width: 80%;
  font-size: 18px;
}
@media (max-width: 991.98px) {
  .section-faq .faq-content {
    width: auto;
    margin-inline: 15px;
  }
}

.js-collapse-content {
  display: none;
  padding: 8px 45px;
  position: relative;
  background-color: #edf0f7;
  border-radius: 0 15px 15px;
}
.js-collapse-content::before {
  background-image: url(../images/icon-ans.png);
}
.js-collapse-content p {
  margin: 0;
  color: #555;
  font-weight: 500;
}
.js-collapse-content.current {
  display: block;
}

.js-collapse-heading {
  display: flex;
  align-items: center;
  margin-block: 10px;
  padding: 8px 45px;
  position: relative;
  background-color: #edf0f7;
  border-radius: 15px 15px 15px 0;
  font-size: inherit;
  cursor: pointer;
}
.js-collapse-heading::before {
  background-image: url(../images/icon-quest.png);
}

.countdown {
  text-align: center;
  margin-bottom: 50px;
}
.countdown__title {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.countdown__inner {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(90deg, rgb(68, 142, 255) 0%, rgb(56, 187, 255) 45%, rgb(42, 244, 255) 100%);
  color: #fff;
  border-radius: 25px;
  padding: 0 25px;
}
.countdown__time {
  font-size: 1.875rem;
  font-weight: bold;
  position: relative;
}
.countdown__time .label {
  font-size: 1rem;
  position: absolute;
  top: 100%;
  left: 8px;
  margin-top: 3px;
  color: #444;
}
.countdown__separator {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 8px;
}

.packages {
  padding-block: 40px;
}
@media (min-width: 768px) {
  .packages__list {
    display: flex;
    gap: 0 30px;
  }
}
.packages__label {
  position: absolute;
  top: 12px;
  left: -10px;
  width: 200px;
  color: #ff0;
  font-size: 28px;
  font-weight: 600;
}
.packages__head {
  color: #f44336;
  font-size: 20px;
  font-weight: 600;
}
.packages__name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: auto;
}
.packages__price-base {
  font-size: 20px;
  color: #919496;
}
.packages__price-sell {
  font-size: 32px;
  font-weight: 800;
  color: #111;
  margin-bottom: 0;
}
.packages__benefit {
  text-align: left;
  list-style: "✓";
}
.packages__benefit li {
  padding-left: 10px;
  font-size: 18px;
  font-weight: 500px;
  margin-bottom: 10px;
}
.packages__item {
  text-align: center;
  position: relative;
  padding: 20px 40px;
  padding-top: 60px;
  margin-bottom: 30px;
  background: #fff;
  border: 3px solid #000;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
}
.packages__item--red {
  border-color: #f44336;
}
.packages__item--red .packages__label {
  background: url(../images/label-red.svg) no-repeat left top 4px;
}
.packages__item--red .common-btn {
  background: linear-gradient(180deg, #ff5757 -0.6%, #ce2727 99.4%);
  color: #fff;
}
.packages__item--green {
  border-color: #40d86a;
}
.packages__item--green .packages__label {
  background: url(../images/label-green.svg) no-repeat left top 4px;
}
.packages__item--green .common-btn {
  background: linear-gradient(180deg, #56ec80 -0.6%, #0dab39 99.4%);
  color: #fff;
}
.packages__item .promotion-text {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.7);
  font-style: italic;
}

.section-register {
  background-image: linear-gradient(269.97deg, #2ee2ff 1.64%, #4c6dff 97.33%);
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 64px;
}
@media (max-width: 991.98px) {
  .section-register {
    padding: 40px 0;
  }
}
.section-register ul {
  list-style: none;
  padding: 0;
}
.section-register .section-title {
  font-weight: 800;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .section-register .section-title {
    font-size: 25px;
    line-height: 30px;
  }
}

.form-register {
  padding: 60px 90px 30px;
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
}
@media (max-width: 991.98px) {
  .form-register {
    padding: 20px;
  }
}
.form-register .form-title {
  margin-bottom: 20px;
  font-size: 20px;
}
.form-register .f-input-group {
  margin-bottom: 12px;
}
.form-register .f-input-group label {
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.form-register .f-input-group input {
  padding: 8px;
  width: 100%;
  background: #fff;
  border: 1px solid #121131;
  border-radius: 5px;
}
.form-register .list-form-checkboxes {
  display: flex;
  flex-wrap: wrap;
}
.form-register .list-form-checkboxes .form-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}
.form-register .list-form-checkboxes li {
  width: 50%;
}
.form-register .list-form-checkboxes .f-left-checkbox {
  appearance: none;
}
.form-register .list-form-checkboxes .f-left-checkbox + label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.form-register .list-form-checkboxes .f-left-checkbox + label .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.form-register .list-form-checkboxes .f-left-checkbox + label::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #121131;
  border-radius: 5px;
}
.form-register .list-form-checkboxes .f-left-checkbox:checked + label::after {
  content: "";
  width: 18px;
  height: 10px;
  position: absolute;
  left: 6px;
  top: 8px;
  border-color: #03b382;
  border-style: none none solid solid;
  border-width: 2px;
  transform: rotate(-45deg);
}
.form-register .package-price {
  margin: 0;
  width: fit-content;
}
.form-register .package-price .prices {
  display: flex;
  align-items: center;
  gap: 16px;
}
.form-register .package-price .prices del {
  font-size: 16px;
  line-height: 20px;
}
.form-register .package-price .prices p {
  color: #ee4d2d;
  font-size: 25px;
  line-height: 28px;
  font-weight: 700;
  margin: 0;
}
.form-register .package-price .packages__promo {
  margin-top: 10px;
  opacity: 1;
}
.form-register .promotion-text {
  font-size: 0.875rem;
}
.form-register .form-submit {
  display: flex;
  justify-content: center;
  margin-top: 1.875rem;
}
.form-register .form-submit .btn {
  width: 250px;
}
.form-register .note {
  text-align: center;
  margin-top: 30px;
}

.form-separator {
  text-align: center;
  font-weight: bold;
  position: relative;
  margin-top: 17px;
}
.form-separator::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ccc;
  top: 50%;
  left: 0;
  position: absolute;
}
.form-separator span {
  display: inline-block;
  padding: 0 10px;
  background: #fff;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}

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