@charset "UTF-8";
.no-scroll {
  overflow: hidden;
  height: 100vh; /* lock viewport height */
}

#welcome-bonus {
  font-family: Stolzl, StolzlRegular, PingFang SC, Hiragino Sans GB, Heiti SC, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica, Arial, monospace, sans-serif;
  font-weight: 400;
  overflow: hidden;
  /* Initially, the element is hidden */
  /* When the class 'visible' is added, make it fade in */
}
#welcome-bonus #hero {
  background: #05102c;
  background-size: cover;
  background-position: center;
  color: white;
}
#welcome-bonus #hero .disclaimer {
  border-radius: 0.1rem;
  background: rgba(255, 255, 255, 0.5019607843);
  padding: 0.1rem 0.19rem;
  font-size: 0.11rem;
  display: flex;
  place-content: center;
}
#welcome-bonus #hero .disclaimer p {
  font-size: 0.11rem;
  margin: auto;
  line-height: 0.18rem;
}
#welcome-bonus #hero .disclaimer p a {
  color: black;
  text-decoration: underline;
}
#welcome-bonus #hero .disclaimer .close {
  width: 0.12rem;
  height: 0.12rem;
  cursor: pointer;
  margin: auto;
}
#welcome-bonus #hero .container {
  padding: 0.1rem 0.1rem 0 0.1rem;
  overflow: hidden;
}
#welcome-bonus #hero .container .call-to-action {
  text-align: center;
  height: 90%;
  position: relative;
  padding-top: 0.79rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.08rem;
}
#welcome-bonus #hero .container .call-to-action .ai-tooltip-wrap {
  position: absolute;
  top: 0.15rem;
  right: 0;
}
#welcome-bonus #hero .container .call-to-action .ai-tooltip-wrap .ai-tooltip {
  width: 0.68rem;
  position: absolute;
  right: 0.37rem;
}
#welcome-bonus #hero .container .call-to-action .ai-tooltip-wrap #lottie-hero {
  width: 0.57rem;
  position: absolute;
  right: 0;
  top: -0.15rem;
}
#welcome-bonus #hero .container .call-to-action h1 {
  color: #d1f801;
}
#welcome-bonus #hero .container .call-to-action .desc {
  font-size: 0.28rem;
  font-weight: 800;
}
#welcome-bonus #hero .container .call-to-action .desc span {
  color: #d1f801;
}
#welcome-bonus #hero .container .call-to-action .btn {
  margin-top: 0.32rem;
}
#welcome-bonus #hero .container .hero {
  position: relative;
  display: flex;
  margin-top: 0.09rem;
  bottom: -0.3rem;
}
#welcome-bonus #hero .container .hero img {
  width: 100%;
}
#welcome-bonus #carousel {
  background: white;
  padding: 0.27rem 0.2rem;
  position: relative;
  overflow: hidden;
}
#welcome-bonus #carousel .container {
  padding: 0;
}
#welcome-bonus #carousel .top {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
#welcome-bonus #carousel .top .header {
  background: #d1f801;
  border-radius: 0.2rem;
  padding: 0.11rem 0.14rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 0.18rem;
  color: #1b39e6;
  width: 1.2rem;
  margin: 0 auto;
  text-wrap: balance;
}
#welcome-bonus #carousel .top .explainer {
  text-align: center;
}
#welcome-bonus #carousel .swiper-banners {
  margin-top: 0.3rem;
}
#welcome-bonus #carousel .swiper-banners .sw-card {
  display: flex;
  flex-direction: column;
}
#welcome-bonus #carousel .swiper-banners .sw-card a {
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}
#welcome-bonus #carousel .swiper-banners .sw-card a:hover {
  text-decoration: none;
  transform: translateY(-5px); /* move up 5px */
}
#welcome-bonus #carousel .swiper-banners .sw-card img {
  width: 100%;
}
#welcome-bonus #carousel .swiper-banners .sw-card p.desc {
  margin-top: 0.22rem;
}
#welcome-bonus #carousel .swiper-banners .sw-card p.desc strong {
  color: #1b39e6;
}
#welcome-bonus #carousel .swiper-banners .swiper-banners-pagination {
  display: flex;
  justify-content: center;
  margin-top: 0.3rem;
}
#welcome-bonus #carousel .swiper-banners .swiper-banners-pagination .swiper-pagination-bullet-active {
  background-color: #d1f801;
}
#welcome-bonus #benefits {
  background-color: #e3eeff;
}
#welcome-bonus #benefits .container {
  padding: 0.4rem 0.25rem;
}
#welcome-bonus #benefits .container p.explainer {
  text-align: center;
  margin-top: 0.3rem;
}
#welcome-bonus #benefits .container .cards-container {
  margin-top: 0.45rem;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  column-gap: 0.1rem;
  row-gap: 0.1rem;
}
#welcome-bonus #benefits .container .cards-container .card {
  background: linear-gradient(145deg, #ffffff, #efd288);
  border-radius: 0.07rem;
  width: 1.27rem;
  height: 1.27rem;
  text-align: center;
}
#welcome-bonus #benefits .container .cards-container .card .pill {
  background: #162eb8;
  font-size: 0.09rem;
  font-weight: 500;
  width: 0.9rem;
  padding: 0.04rem 0.07rem;
  border-radius: 1.62rem;
  margin: 0 auto;
  margin-top: 0.18rem;
  color: white;
}
#welcome-bonus #benefits .container .cards-container .card .amount {
  font-size: 0.48rem;
  font-weight: 500;
  margin-top: 0.02rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #162eb8;
}
#welcome-bonus #benefits .container .cards-container .card .amount span {
  font-size: 0.18rem;
}
#welcome-bonus #benefits .container .cards-container .card p {
  color: #05102c;
}
#welcome-bonus #benefits .container .cards-container .card p span {
  font-weight: 600;
}
#welcome-bonus #benefits .container .cards-container .card:not(.main) p {
  font-size: 0.08rem;
  line-height: 0.1rem;
}
#welcome-bonus #benefits .container .cards-container .card.tertiary {
  grid-column: span 2/span 2;
  justify-self: center;
  width: 1.02rem;
  height: 1.02rem;
}
#welcome-bonus #benefits .container .cards-container .card.tertiary .pill {
  margin-top: 0.15rem;
  font-size: 0.07rem;
  width: 0.72rem;
}
#welcome-bonus #benefits .container .cards-container .card.tertiary .amount {
  font-size: 0.4rem;
}
#welcome-bonus #benefits .container .cards-container .card.tertiary p {
  font-size: 0.07rem;
}
#welcome-bonus #benefits .container .cards-container .card.secondary {
  grid-column: span 3/span 3;
}
#welcome-bonus #benefits .container .cards-container .card.secondary.card2 {
  justify-self: end;
}
#welcome-bonus #benefits .container .cards-container .card.secondary.card3 {
  justify-self: start;
}
#welcome-bonus #benefits .container .cards-container .card.main {
  margin: 0 auto;
  background: linear-gradient(180deg, #162eb8, #0a1552);
  width: 1.8rem;
  height: 1.8rem;
  grid-column: span 6/span 6;
}
#welcome-bonus #benefits .container .cards-container .card.main .header {
  font-size: 0.094rem;
  margin: 0 auto;
  background-color: #d1f801;
  border-radius: 0 0 0.1rem 0.1rem;
  width: 1.11rem;
  padding: 0.05rem 0.1rem;
  text-align: center;
  font-weight: 700;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
#welcome-bonus #benefits .container .cards-container .card.main .header span {
  color: #162eb8;
}
#welcome-bonus #benefits .container .cards-container .card.main .pill {
  margin-top: 0.09rem;
  background: white;
  font-size: 0.13rem;
  width: 1.28rem;
}
#welcome-bonus #benefits .container .cards-container .card.main .pill span {
  color: black;
}
#welcome-bonus #benefits .container .cards-container .card.main .amount {
  background-clip: text;
  background: linear-gradient(145deg, #ffffff, #efd288);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 0.05rem;
  font-size: 0.7rem;
}
#welcome-bonus #benefits .container .cards-container .card.main .amount span {
  font-size: 0.25rem;
}
#welcome-bonus #benefits .container .cards-container .card.main p {
  font-size: 0.12rem;
  color: white;
}
#welcome-bonus #benefits .container #tnc {
  margin-top: 0.3rem;
  font-size: 0.08rem;
  text-align: center;
  cursor: pointer;
  color: #1b39e6;
  font-weight: 700;
}
#welcome-bonus #benefits .container #tnc .i-info {
  display: inline-block;
  width: 0.07rem;
  height: 0.07rem;
  background: url("/2025/promo/welcome-bonus/assets/images/i-info.svg") no-repeat;
  background-size: contain;
}
#welcome-bonus #benefits .container .modal-overlay {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
#welcome-bonus #benefits .container .modal-overlay .modal-box {
  background-color: #fff;
  max-width: min(800px, 90vw);
  max-height: 90vh;
  background: #eff1f6;
  color: #0f1118;
  border-radius: 0.12rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.2);
}
#welcome-bonus #benefits .container .modal-overlay .modal-box .close-btn {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  font-size: 0.2rem;
  font-weight: bold;
  cursor: pointer;
  color: white;
  width: 0.2rem;
  height: 0.2rem;
}
#welcome-bonus #benefits .container .modal-overlay .modal-box .modal-content {
  padding: 0 0.2rem 0 0.2rem;
  flex-grow: 1; /* Allows the content area to grow and take up remaining space */
  overflow-y: auto; /* Enables vertical scrolling when content exceeds the modal box height */
  width: 90%;
  height: 90vh;
  margin: 0.3rem auto;
  padding-bottom: 0.6rem;
}
#welcome-bonus #benefits .container .modal-overlay .modal-box .modal-content h1 {
  font-size: 0.15rem;
  font-weight: 700;
  width: 2.39rem;
  text-align: center;
  margin: 0 auto;
}
#welcome-bonus #benefits .container .modal-overlay .modal-box .modal-content h2 {
  text-align: center;
  font-size: 0.13rem;
  margin-top: 0.26rem;
  font-weight: 500;
  font-family: Stolzl, StolzlRegular, PingFang SC, Hiragino Sans GB, Heiti SC, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica, Arial, monospace, sans-serif;
}
#welcome-bonus #benefits .container .modal-overlay .modal-box .modal-content ol {
  margin: 0.2rem 0 0 0.11rem;
}
#welcome-bonus #benefits .container .modal-overlay .modal-box .modal-content ol li {
  margin-top: 0.11rem;
  font-size: 0.11rem;
  line-height: 0.15rem;
  list-style: decimal;
}
#welcome-bonus #benefits .container .modal-overlay .modal-box .modal-content ol li table {
  border-spacing: 0;
  margin: 0.11rem auto 0 auto;
  border-collapse: separate; /* important for rounded corners */
  border-radius: 10px; /* adjust radius size */
  overflow: hidden; /* ensures rounding shows */
  width: 100%;
  text-align: center;
}
#welcome-bonus #benefits .container .modal-overlay .modal-box .modal-content ol li table th,
#welcome-bonus #benefits .container .modal-overlay .modal-box .modal-content ol li table td {
  border: 0.25px solid white;
  padding: 0.15rem 0.05rem;
  text-align: center;
  font-size: 0.1rem;
  font-weight: 500;
}
#welcome-bonus #benefits .container .modal-overlay .modal-box .modal-content ol li table th {
  background: #1b39e6;
  color: white;
}
#welcome-bonus #benefits .container .modal-overlay .modal-box .modal-content ol li table td {
  background: #e3eeff;
}
#welcome-bonus #benefits .container .modal-overlay .modal-box .modal-content .scroll-btn {
  display: flex;
  place-content: center;
  margin-top: 0.3rem;
  font-size: 0.12rem;
}
#welcome-bonus #benefits .container .modal-overlay .modal-box .modal-content .scroll-btn a {
  color: #162eb8;
  text-decoration: underline;
  cursor: pointer;
}
#welcome-bonus #benefits .container .modal-overlay .modal-box .modal-content a {
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-top: 0.2rem;
  font-size: 0.1rem;
  color: #1b39e6;
  text-decoration: underline;
  font-weight: 700;
}
#welcome-bonus #explanation {
  background: #05102c;
}
#welcome-bonus #explanation .container {
  padding: 0.55rem 0.3rem 0.41rem 0.3rem;
  display: flex;
  flex-direction: column;
}
#welcome-bonus #explanation h2 {
  color: white;
  line-height: 0.38rem;
  width: 3rem;
  margin: 0 auto;
  text-align: center;
}
#welcome-bonus #explanation .cards-container {
  margin-top: 0.54rem;
  padding: 0 0.07rem;
  display: grid;
  gap: 0.2rem;
}
#welcome-bonus #explanation .cards-container .card {
  padding: 0.22rem 0.2rem 0.22rem 0.27rem;
  background: url("/2025/promo/welcome-bonus/assets/images/card-bg.png") center/cover no-repeat, #1b39e6;
  border-radius: 0.16rem;
  min-width: 0; /* 🔑 let it shrink */
  max-width: 100%; /* keep inside column */
  color: white;
  position: relative;
  height: 2.56rem;
}
#welcome-bonus #explanation .cards-container .card p {
  margin-top: 0.2rem;
}
#welcome-bonus #explanation .cards-container .card .icon {
  width: 62px;
  height: auto;
}
#welcome-bonus #explanation .cards-container .card .icon.icon3 {
  margin-bottom: -10px;
}
#welcome-bonus #explanation .cards-container .card .icon.icon4 {
  margin-bottom: -10px;
}
#welcome-bonus #explanation .cards-container .card .icon.icon5 {
  padding-top: 10px;
}
#welcome-bonus #explanation .btn {
  margin-top: 0.3rem;
}
#welcome-bonus #cta {
  background: #05102c;
  color: white;
}
#welcome-bonus #cta .container {
  background: #1b39e6;
  padding: 0.55rem 0 0 0;
  overflow: hidden;
}
#welcome-bonus #cta .container h2 {
  color: white;
  line-height: 1.2;
  width: 3rem;
}
#welcome-bonus #cta .container .call-to-action {
  text-align: center;
  height: 90%;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.08rem;
}
#welcome-bonus #cta .container .call-to-action h1 {
  color: #d1f801;
}
#welcome-bonus #cta .container .call-to-action .desc {
  font-size: 0.28rem;
  font-weight: 800;
}
#welcome-bonus #cta .container .call-to-action .desc span {
  color: #d1f801;
}
#welcome-bonus #cta .container .call-to-action .btn {
  margin-top: 0.49rem;
  padding: 0.25rem 0.35rem;
}
#welcome-bonus #cta .container .hero {
  position: relative;
  display: flex;
  margin-top: 0.1rem;
}
#welcome-bonus #cta .container .hero img {
  width: 100%;
}
#welcome-bonus h1 {
  font-size: 0.28rem;
  text-align: center;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
#welcome-bonus h2 {
  font-size: 0.25rem;
  text-align: center;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  color: #1b39e6;
}
#welcome-bonus h3 {
  font-size: 0.2rem;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  color: #d1f801;
}
#welcome-bonus h4,
#welcome-bonus p {
  font-size: 0.13rem;
  line-height: 1.2;
}
#welcome-bonus .font-500 {
  font-weight: 500;
}
#welcome-bonus .font-600 {
  font-weight: 600;
}
#welcome-bonus .green {
  color: #00ca20;
}
#welcome-bonus .red {
  color: #f4270b;
}
#welcome-bonus .btn {
  padding: 0.2rem 0.45rem;
  text-align: center;
  border: none;
  margin: 0 auto;
  font-size: 0.16rem;
  border-radius: 0.32rem;
  display: flex;
  align-items: center;
  background-color: #d1f801;
  color: #000000;
}
#welcome-bonus .btn .arrow {
  width: 0.17rem;
  height: 0.17rem;
  margin-left: 0.07rem;
}
#welcome-bonus .btn:hover {
  background-color: #c0dc1e;
}
#welcome-bonus .swiper-pagination-bullet {
  background-color: #e1e3ea;
  opacity: 100%;
  width: 0.11rem;
  height: 0.11rem;
}
#welcome-bonus .ticker {
  width: 120%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  background: #d1f801;
  font-size: 0.21rem;
  padding: 0.13rem 0;
}
#welcome-bonus .ticker__track {
  display: inline-block;
  animation: ticker 50s linear infinite;
}
#welcome-bonus .ticker__track span {
  display: inline-block;
  font-weight: 500;
  color: #05102c;
}
#welcome-bonus .ticker.ticker2 {
  transform: rotate(-3deg); /* slanted effect */
  transform-origin: center;
  margin: 0 -0.02rem;
}
#welcome-bonus .ticker.ticker3 {
  transform: rotate(3deg); /* slanted effect */
  transform-origin: center;
  margin: 0 -0.02rem;
}
@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
#welcome-bonus .spin {
  animation: spin 40s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.01);
    opacity: 0.95;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
#welcome-bonus .pulse {
  animation: pulse 2s infinite;
}
#welcome-bonus .card {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
#welcome-bonus .card.visible {
  opacity: 1;
}
#welcome-bonus .container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0.1rem;
}
#welcome-bonus .mobile {
  display: block;
}
#welcome-bonus .pc {
  display: none;
}

@media (max-width: 1023px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  html {
    font-size: 140px;
  }
  #welcome-bonus .container {
    max-width: 1200px;
    margin: 0 auto;
  }
  #welcome-bonus .pc {
    display: block;
  }
  #welcome-bonus .mobile {
    display: none !important;
  }
  #welcome-bonus #hero .disclaimer {
    border-radius: 0;
    margin: 0;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.3); /* 30% opacity white */
    color: white;
  }
  #welcome-bonus #hero .disclaimer:not(.mobile) {
    display: flex !important;
  }
  #welcome-bonus #hero .disclaimer p {
    margin: 0;
    font-size: 0.07rem;
  }
  #welcome-bonus #hero .disclaimer p a {
    color: white;
    text-decoration: underline;
  }
  #welcome-bonus #hero .disclaimer .close {
    margin: auto 0 auto 0.1rem;
  }
  #welcome-bonus #hero .container {
    padding: 0.23rem 0 0.29rem 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    position: relative;
    overflow: visible;
  }
  #welcome-bonus #hero .container .navigation {
    position: absolute;
    top: 0;
    left: 0;
  }
  #welcome-bonus #hero .container .navigation a {
    color: white;
  }
  #welcome-bonus #hero .container .call-to-action {
    position: relative;
    justify-content: center;
    padding: 0;
    display: flex;
    flex: 1;
    gap: 0;
    align-items: flex-start;
    margin-left: 0.25rem;
  }
  #welcome-bonus #hero .container .call-to-action .ai-tooltip-wrap {
    top: -0.5rem;
  }
  #welcome-bonus #hero .container .call-to-action .ai-tooltip-wrap .ai-tooltip {
    width: 106px;
    right: 0.45rem;
  }
  #welcome-bonus #hero .container .call-to-action .ai-tooltip-wrap #lottie-hero {
    width: 90px;
    top: -0.1rem;
  }
  #welcome-bonus #hero .container .call-to-action h1,
  #welcome-bonus #hero .container .call-to-action p.desc {
    max-width: 100%;
    text-align: left;
    width: 100%;
  }
  #welcome-bonus #hero .container .call-to-action p.desc {
    margin-top: 0.11rem;
    font-size: 0.34rem;
  }
  #welcome-bonus #hero .container .call-to-action .btn {
    margin-top: 0.25rem;
    padding: 26px 60px;
  }
  #welcome-bonus #hero .container .call-to-action .btn .arrow {
    margin-left: 0.15rem;
  }
  #welcome-bonus #hero .container .hero {
    width: 731px;
    margin-top: 0;
    margin-left: -1rem;
  }
  #welcome-bonus #carousel .container {
    overflow: hidden;
  }
  #welcome-bonus #carousel .container .top {
    gap: 0;
  }
  #welcome-bonus #carousel .container .top h2 {
    margin-top: 0.14rem;
  }
  #welcome-bonus #carousel .container .top p.explainer {
    margin: auto;
    margin-top: 0.26rem;
    width: 800px;
  }
  #welcome-bonus #benefits .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.71rem 0;
  }
  #welcome-bonus #benefits .container h2 {
    width: 4.4rem;
  }
  #welcome-bonus #benefits .container p.explainer {
    width: 5.5rem;
    text-align: center;
    margin-top: 0.18rem;
  }
  #welcome-bonus #benefits .container .cards-container {
    gap: 0.09rem;
    display: flex;
    align-items: center;
  }
  #welcome-bonus #benefits .container .cards-container .card.main {
    margin: 0;
    width: 230px;
    height: 230px;
  }
  #welcome-bonus #benefits .container .cards-container .card.main .amount {
    font-size: 0.64rem;
  }
  #welcome-bonus #benefits .container .cards-container .card.main p {
    font-size: 0.11rem;
  }
  #welcome-bonus #benefits .container .cards-container .card.secondary, #welcome-bonus #benefits .container .cards-container .card.tertiary {
    width: 1.27rem;
    height: 1.27rem;
    text-align: center;
  }
  #welcome-bonus #benefits .container .cards-container .card.secondary .pill, #welcome-bonus #benefits .container .cards-container .card.tertiary .pill {
    background: #162eb8;
    font-size: 0.09rem;
    font-weight: 500;
    width: 0.9rem;
    padding: 0.04rem 0.07rem;
    border-radius: 1.62rem;
    margin: 0 auto;
    margin-top: 0.18rem;
    color: white;
  }
  #welcome-bonus #benefits .container .cards-container .card.secondary .amount, #welcome-bonus #benefits .container .cards-container .card.tertiary .amount {
    font-size: 0.48rem;
    font-weight: 500;
    margin-top: 0.02rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #162eb8;
  }
  #welcome-bonus #benefits .container .cards-container .card.secondary .amount span, #welcome-bonus #benefits .container .cards-container .card.tertiary .amount span {
    font-size: 0.18rem;
  }
  #welcome-bonus #benefits .container .cards-container .card.secondary p, #welcome-bonus #benefits .container .cards-container .card.tertiary p {
    font-size: 0.08rem;
  }
  #welcome-bonus #benefits .container #tnc {
    font-size: 0.14rem;
    margin-top: 0.43rem;
    display: flex;
  }
  #welcome-bonus #benefits .container #tnc .i-info {
    margin-left: 0.02rem;
    top: -0.1rem;
  }
  #welcome-bonus #explanation .container {
    padding: 0.71rem 0.1rem;
  }
  #welcome-bonus #explanation h2 {
    width: 6rem;
  }
  #welcome-bonus #explanation .cards-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.13rem;
    margin-top: 0.28rem;
  }
  #welcome-bonus #explanation .cards-container .card {
    display: flex;
    flex-direction: column;
    height: 2rem;
    padding: 0.25rem 0.21rem 0 0.17rem;
    margin: 0;
  }
  #welcome-bonus #explanation .cards-container .card:not(:first-child) {
    margin-top: 0;
  }
  #welcome-bonus #explanation .cards-container .card .desc {
    height: 1rem;
    margin-top: 0.14rem;
  }
  #welcome-bonus #explanation .cards-container .card .desc h3 {
    font-size: 0.18rem;
    margin-top: 0;
  }
  #welcome-bonus #explanation .cards-container .card p {
    font-size: 0.1rem;
    margin-top: 0.1rem;
  }
  #welcome-bonus #explanation .btn {
    margin-top: 0.4rem;
  }
  #welcome-bonus #cta {
    padding: 0.36rem 0.1rem;
  }
  #welcome-bonus #cta .container {
    border-radius: 0.36rem;
    display: flex;
    max-width: 1440px;
    justify-content: center;
    margin: 0 auto;
    padding-top: 0;
  }
  #welcome-bonus #cta .container .call-to-action {
    width: 700px;
    padding-top: 0.64rem;
    align-items: flex-start;
  }
  #welcome-bonus #cta .container .call-to-action h2 {
    width: 100%;
    text-align: left;
  }
  #welcome-bonus #cta .container .call-to-action .btn {
    margin: 0;
    padding: 0.22rem 0.31rem;
    margin-top: 0.21rem;
  }
  #welcome-bonus #cta .container .hero {
    width: 510px;
    margin-bottom: -0.3rem;
  }
  #welcome-bonus .btn {
    font-size: 0.12rem;
    padding: 0.2rem 0.29rem;
    margin: 0;
  }
  #welcome-bonus h2 {
    font-size: 0.34rem;
  }
  #welcome-bonus p {
    font-size: 0.107rem;
  }
  #welcome-bonus .ticker {
    font-size: 0.15rem;
    z-index: 1;
    position: relative;
  }
}

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