body {
  background-color: #ffffff;
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-weight: 400;
  color: #000;
  overflow-x: hidden;
  background-image: -webkit-image-set(url("./images/sugar_bb_bg_01.webp?v230808") 1x);
  background-image: url("./images/sugar_bb_bg_01.jpg?v230808");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  body {
    background-position: left center;
  }
}
body a, body button {
  text-decoration: none;
  transition: all 0.5s ease-in-out !important;
}
body h1, body h2, body h3, body h4, body h5, body h6, body strong, body b {
  font-weight: 500;
}
body img {
  -o-object-fit: cover;
     object-fit: cover;
}
body section {
  overflow-x: hidden;
}

.cta-1 {
  background-image: -webkit-image-set(url("./images/cta-1.webp?v230808") 1x);
  background-image: url("./images/cta-1.png?v230808");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 80px;
  transition: all 0.5s ease-in-out !important;
  animation: zoom-in-zoom-out 2s ease-out infinite;
  transition: all 0.5s ease-in-out !important;
}
.cta-1:hover {
  background-image: -webkit-image-set(url("./images/cta-1-hover.webp?v230808") 1x);
  background-image: url("./images/cta-1-hover.png?v230808");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 80px;
  transition: all 0.5s ease-in-out !important;
}

.cta-2 {
  background-image: -webkit-image-set(url("./images/cta-2.webp?v230808") 1x);
  background-image: url("./images/cta-2.png?v230808");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 80px;
  transition: all 0.5s ease-in-out !important;
  animation: zoom-in-zoom-out 2s ease-out infinite;
  transition: all 0.5s ease-in-out !important;
}
.cta-2.cta-3 {
  height: 100px;
}
@media screen and (max-width: 992px) {
  .cta-2.cta-3 {
    height: 70px;
  }
}
.cta-2:hover {
  background-image: -webkit-image-set(url("./images/cta-2-hover.webp?v230808") 1x);
  background-image: url("./images/cta-2-hover.png?v230808");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 80px;
  transition: all 0.5s ease-in-out !important;
}
.cta-2:hover.cta-3 {
  height: 100px;
}
@media screen and (max-width: 992px) {
  .cta-2:hover.cta-3 {
    height: 70px;
  }
}

.bear {
  width: 30%;
  height: auto;
  bottom: 0;
  right: 2%;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .bear {
    width: 60%;
  }
}
@media screen and (max-width: 575px) {
  .bear {
    left: 20%;
    right: 20%;
    bottom: -5%;
  }
}
.bear img {
  z-index: 2;
  position: relative;
}
.bear::after {
  content: " ";
  position: absolute;
  background-image: -webkit-image-set(url("./images/bear-shine.webp?v230808") 1x);
  background-image: url("./images/bear-shine.png?v230808");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  right: 0;
  top: -2%;
  animation: rotating 3s linear infinite;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.bear::before {
  content: " ";
  position: absolute;
  background-image: -webkit-image-set(url("./images/bear-outline.webp?v230808") 1x);
  background-image: url("./images/bear-outline.png?v230808");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.5s ease-in-out !important;
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.bear.title {
  bottom: -36%;
  z-index: -1;
  left: 20%;
  right: 20%;
}
.bear.pop {
  bottom: 5px;
  width: 170px;
  right: 0;
  left: unset;
}
@media screen and (max-width: 575px) {
  .bear.pop {
    width: 110px;
  }
}

.blue {
  width: 12%;
  top: 5%;
  left: 10%;
  animation: blue 4s ease-in-out infinite;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .blue {
    top: 0%;
    left: 0%;
  }
}
@media screen and (max-width: 575px) {
  .blue {
    left: 5%;
    top: 5%;
  }
}

@keyframes blue {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(25px, 25px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
.boom {
  width: 18%;
  top: 25%;
  left: 15%;
  animation: boom 4s ease-in-out infinite;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .boom {
    width: 250px;
    left: -5%;
  }
}
@media screen and (max-width: 575px) {
  .boom {
    display: none;
  }
}

@keyframes boom {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(5px, 5px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
.red {
  width: 15%;
  top: 55%;
  left: 8%;
  animation: red 4s ease-in-out infinite;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .red {
    left: -5%;
  }
}
@media screen and (max-width: 575px) {
  .red {
    left: 5%;
  }
}

@keyframes red {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(-25px, 25px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
.green {
  width: 20%;
  top: 0;
  right: 8%;
  animation: green 4s ease-in-out infinite;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .green {
    right: -8%;
  }
}
@media screen and (max-width: 575px) {
  .green {
    top: 5%;
  }
}

@keyframes green {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(-25px, 25px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
.pink {
  width: 15%;
  top: 35%;
  right: 25%;
  animation: pink 4s ease-in-out infinite;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .pink {
    right: 0;
  }
}
@media screen and (max-width: 575px) {
  .pink {
    right: 8%;
    top: 60%;
  }
}

@keyframes pink {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(25px, 25px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
.idx-top::before {
  content: " ";
  position: absolute;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 40%, rgba(5, 36, 221, 0.5) 100%);
  width: 100%;
  height: 100%;
  top: 0;
}
.idx-middle {
  background: rgba(255, 255, 255, 0);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(191, 183, 250) 100%);
}
.idx-middle .video-content::before {
  content: " ";
  position: absolute;
  background-image: -webkit-image-set(url("./images/sugar_bb_left.webp?v230808") 1x);
  background-image: url("./images/sugar_bb_left.png?v230808");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 250px;
  width: 30%;
  z-index: 1;
  left: 0;
  bottom: 4%;
}
@media screen and (max-width: 575px) {
  .idx-middle .video-content::before {
    width: 80%;
    z-index: -1;
  }
}
.idx-middle .video-content::after {
  content: " ";
  position: absolute;
  background-image: -webkit-image-set(url("./images/sugar_bb_right.webp?v230808") 1x);
  background-image: url("./images/sugar_bb_right.png?v230808");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 250px;
  width: 30%;
  z-index: 1;
  right: 0;
  bottom: 4%;
}
@media screen and (max-width: 575px) {
  .idx-middle .video-content::after {
    display: none;
  }
}
.idx-middle .video-content .video::before {
  content: " ";
  position: absolute;
  background-image: -webkit-image-set(url("./images/frame-mobile.webp?v230808") 1x);
  background-image: url("./images/frame-mobile.png?v230808");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 390px;
  height: 690px;
  left: calc(50% - 195px);
  right: calc(50% - 195px);
  z-index: 3;
}
@media screen and (max-width: 575px) {
  .idx-middle .video-content .video::before {
    width: 330px;
    height: 560px;
    left: calc(50% - 165px);
    right: calc(50% - 165px);
  }
}
.idx-middle .video-content .video .title {
  z-index: 9;
  top: -5%;
  left: 5%;
  right: 5%;
}
.idx-middle .video-content .video #gameVideo {
  position: relative;
  width: 378px;
  height: 670px;
  left: calc(50% - 189px);
  right: calc(50% - 189px);
  border-radius: 20px;
  box-shadow: 0px 2px 40px 15px rgb(255, 229, 106);
  -webkit-box-shadow: 0px 2px 40px 15px rgb(255, 229, 106);
  -moz-box-shadow: 0px 2px 40px 15px rgb(255, 229, 106);
  z-index: 2;
}
@media screen and (max-width: 575px) {
  .idx-middle .video-content .video #gameVideo {
    width: 320px;
    left: calc(50% - 160px);
    right: calc(50% - 160px);
    height: 560px;
  }
}
.idx-bottom {
  background-image: -webkit-image-set(url("./images/sugar_bb_bg_02.webp?v230808") 1x);
  background-image: url("./images/sugar_bb_bg_02.jpg?v230808");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 575px) {
  .idx-bottom .floating-image {
    height: 250px;
    position: relative;
  }
}
.idx-bottom .iframe-content {
  height: 710px;
}
@media screen and (max-width: 575px) {
  .idx-bottom .iframe-content {
    height: 590px;
  }
}
.idx-bottom .iframe-content::before {
  content: " ";
  position: absolute;
  background-image: -webkit-image-set(url("./images/frame-mobile.webp?v230808") 1x);
  background-image: url("./images/frame-mobile.png?v230808");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.idx-bottom .iframe-content iframe {
  position: absolute;
  top: 20px;
  bottom: 0;
  width: 378px;
  height: 670px;
  left: calc(50% - 189px);
  right: calc(50% - 189px);
  overflow: hidden;
  box-shadow: 0px 2px 40px 15px rgb(255, 229, 106);
  -webkit-box-shadow: 0px 2px 40px 15px rgb(255, 229, 106);
  -moz-box-shadow: 0px 2px 40px 15px rgb(255, 229, 106);
}
@media screen and (max-width: 575px) {
  .idx-bottom .iframe-content iframe {
    width: 320px;
    left: calc(50% - 160px);
    right: calc(50% - 160px);
    top: 16px;
    height: 560px;
  }
}

footer {
  background: #0524dd;
  background: linear-gradient(90deg, rgba(5, 36, 221, 0.9) 0%, rgba(5, 36, 221, 0.9) 55%, rgba(45, 213, 255, 0.9) 100%);
}
footer .terms {
  bottom: -2%;
  right: 20px;
  width: auto;
  max-width: unset;
}
@media screen and (max-width: 575px) {
  footer .terms {
    bottom: -6%;
    right: 0;
    font-size: 0.6rem;
  }
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}

#popContent {
  background-image: -webkit-image-set(url("./images/pop.webp?v230808") 1x);
  background-image: url("./images/pop.png?v230808");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  height: 135px;
  bottom: 2%;
  width: 300px;
  left: 1%;
  z-index: 10;
  transform: translateX(-350px);
  transition: all 0.5s ease-in-out !important;
}
@media screen and (max-width: 575px) {
  #popContent {
    height: 120px;
    width: 200px;
    transform: translateX(-250px);
  }
}
#popContent.slideleft {
  transform: translateX(0);
}
#popContent a {
  font-size: 1.6rem;
  cursor: pointer;
}
#popContent a:hover {
  animation: rotating 3s linear infinite;
}
#popContent a:hover svg {
  color: #e80e0e;
}
#popContent .content {
  height: 90px;
  width: 150px;
}
#popContent .content .name {
  font-size: 0.9rem;
}
@media screen and (max-width: 575px) {
  #popContent .content .name {
    font-size: 0.7rem;
  }
}
#popContent .content .value {
  color: #FFB800;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  #popContent .content .value {
    font-size: 1.1rem;
  }
}
#popContent .content .time {
  font-size: 0.7rem;
}
@media screen and (max-width: 575px) {
  #popContent .content .time {
    font-size: 0.6rem;
  }
}

#announcementModal .modal-content {
  background-color: transparent;
  border: none;
  height: 500px;
}
@media screen and (max-width: 575px) {
  #announcementModal .modal-content {
    height: 450px;
  }
}
#announcementModal .modal-header {
  border: none;
}
#announcementModal .modal-header a {
  font-size: 1.6rem;
  cursor: pointer;
}
#announcementModal .modal-header a:hover {
  animation: rotating 3s linear infinite;
}
#announcementModal .modal-header a:hover svg {
  color: #e80e0e;
}
#announcementModal .modal-body {
  background-image: -webkit-image-set(url("./images/modal.webp?v230808") 1x);
  background-image: url("./images/modal.png?v230808");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: contain;
}
#announcementModal .modal-body .desc span {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  #announcementModal .modal-body .desc span {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=style.css.map */