.migration-overlay-wrapper {
  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  padding: 16px;
}
.migration-overlay-wrapper.show {
  display: flex!important;
  z-index:1500;
}
.nowe-iinformation-wrapper .migration_remark{
  font-size: 16px;
}
.migration-overlay-wrapper .box {
  position: relative;
  background-color: white;
  padding: 30px;
  border-radius: 8px;
  overflow: hidden;
  max-width: 600px;
  margin: 0 auto;
  height: auto;
  width: auto;
}
.migration-overlay-wrapper .box .content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  text-align: center;
}
.migration-overlay-wrapper .box .content h2 {
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  margin: 0;
  font-weight: 600;
  font-size: 28px;
  text-wrap: pretty;
  color: #33058d;
}
.migration-overlay-wrapper .box .content .img-row {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.migration-overlay-wrapper .box .content .img-row img.arrow {
  height: 36px;
}
.migration-overlay-wrapper .box .content .img-row img.logo {
  height: 55px;
}
.migration-overlay-wrapper .box .content .message p,
.migration-overlay-wrapper .box .content .bottom-cta .notLoginMessage p{
  font-family: "Barlow", "Noto Sans TC", sans-serif;
  font-size: 18px;
  color: #4D5154;
  text-wrap: pretty;
  margin: 0 0 16px 0;
  font-weight: 400;
}
.migration-overlay-wrapper .notLoginMessage .upgrade{
  color: #6C2BEE;
  font-weight: 600;
  text-decoration: none;
}
.migration-overlay-wrapper .notLoginMessage .upgrade:hover{
  color: #572daa;
}
.migration-overlay-wrapper .box .content .message p:last-child {
  margin: 0;
}
.migration-overlay-wrapper .box .content .bottom-cta {
  display: flex;
  flex-direction: column;
}
.migration-overlay-wrapper .box .content .bottom-cta button {
  cursor: pointer;
  align-self: center;
  margin: 0 0 16px 0;
}
.migration-overlay-wrapper .box .content .bottom-cta button:last-child {
  margin: 0;
}
.migration-overlay-wrapper .box .content .bottom-cta button.btn {
  border: 0;
  cursor: pointer;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  align-self: center;
  text-decoration: none;
  justify-content: center;
  padding: 12px 44px;
  border-radius: 100px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  background-color: #33058d;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.migration-overlay-wrapper .box .content .bottom-cta button.btn:hover {
  background-color: #572daa;
}
.migration-overlay-wrapper .box .content .bottom-cta button.text-btn {
  color: #6C2BEE;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  font-family: "Barlow", "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.migration-overlay-wrapper .box .page-img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.migration-overlay-wrapper .box::before {
  content: "";
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  position: absolute;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 38.93%, rgba(255, 255, 255, 0) 58.54%, #FFF 93.41%), linear-gradient(94deg, rgba(108, 43, 238, 0.15) 4.87%, rgba(239, 149, 40, 0.15) 82.84%);
}

.nowe-iinformation-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding: 48px 30px 30px 48px;
  row-gap: 30px;
  max-width: 900px;
  margin: 0 auto;
}
.nowe-iinformation-wrapper .img-row {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
.nowe-iinformation-wrapper .img-row img.arrow {
  height: 36px;
}
.nowe-iinformation-wrapper .img-row img.logo {
  height: 55px;
}
.nowe-iinformation-wrapper h2 {
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  font-size: 24px;
  margin: 0;
  color: #4D5154;
  text-wrap: pretty;
}
.nowe-iinformation-wrapper ul {
  margin: 0;
  padding: 0;
}
.nowe-iinformation-wrapper ul li {
  text-align: left;
  font-family: "Barlow", "Noto Sans TC", sans-serif;
  font-size: 18px;
  color: #4D5154;
  margin: 0 0 8px 0;
}
.nowe-iinformation-wrapper ul li:last-child {
  margin: 0;
}
.nowe-iinformation-wrapper p {
  margin: 0;
  color: #4D5154;
  font-size: 18px;
  font-family: "Barlow", "Noto Sans TC", sans-serif;
  text-wrap: pretty;
}
.nowe-iinformation-wrapper .cta-button {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
.nowe-iinformation-wrapper .cta-button button {
  cursor: pointer;
  align-self: center;
}
.nowe-iinformation-wrapper .cta-button .btn {
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  display: inline-flex;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  padding: 12px 40px;
  border-radius: 30px !important;
  font-size: 18px !important;
  font-weight: 500;
  line-height: 1;
  transition: all 0.5s ease;
  text-decoration: none;
  color: white;
  background-color: #EF9528;
}
.nowe-iinformation-wrapper .cta-button .btn:hover {
  background-color: #F37D16;
}
.nowe-iinformation-wrapper .cta-button .text-link {
  display: inline-flex;
  align-items: center;
  color: #6C2BEE;
  font-family: "Barlow", "Noto Sans TC", sans-serif;
  font-size: 16px;
  border: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
}
.nowe-iinformation-wrapper .cta-button .text-link img {
  margin: 0 5px 0 0;
}

@media screen and (max-width: 720px) {
  .migration-overlay-wrapper .box {
    padding: 24px;
  }
  .migration-overlay-wrapper .box .content {
    row-gap: 24px;
  }
  .migration-overlay-wrapper .box .content h2 {
    font-size: 24px;
  }
  .migration-overlay-wrapper .box .content .img-row img.arrow {
    height: 32px;
  }
  .migration-overlay-wrapper .box .content .img-row img.logo {
    height: 50px;
  }
  .migration-overlay-wrapper .box .content .message p,
  .migration-overlay-wrapper .box .content .bottom-cta .notLoginMessage p{
    font-size: 16px;
  }
  .migration-overlay-wrapper .box .content .bottom-cta button {
    align-self: center;
    margin: 0 0 16px 0;
  }
  .migration-overlay-wrapper .box .content .bottom-cta button:last-child {
    margin: 0;
  }
  .migration-overlay-wrapper .box .content .bottom-cta button.btn {
    font-size: 16px;
  }
  .migration-overlay-wrapper .box .content .bottom-cta button.text-btn {
    font-size: 16px;
  }
  .nowe-iinformation-wrapper {
    padding: 30px 24px 24px 40px;
    row-gap: 24px;
  }
  .nowe-iinformation-wrapper .img-row {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .nowe-iinformation-wrapper .img-row img.arrow {
    height: 32px;
  }
  .nowe-iinformation-wrapper .img-row img.logo {
    height: 50px;
  }
  .nowe-iinformation-wrapper h2 {
    font-size: 20px;
  }
  .nowe-iinformation-wrapper ul {
    width: 100%;
    padding: 0 0 0 15px;
  }
  .nowe-iinformation-wrapper ul li {
    font-size: 16px;
    margin: 0 0 6px 0;
  }
  .nowe-iinformation-wrapper p {
    text-align: left;
    font-size: 16px;
  }
  .nowe-iinformation-wrapper .migration_remark{
    font-size: 14px;
  }
  .nowe-iinformation-wrapper .cta-button {
    row-gap: 50px;
  }
  .nowe-iinformation-wrapper .cta-button .btn {
    font-size: 16px !important;
  }
  .nowe-iinformation-wrapper .cta-button .btn:hover {
    background-color: #F37D16;
  }
}/*# sourceMappingURL=migration.css.map */