@charset "UTF-8";
/* body.fullpagebg {
  background: var(--w-bg-color) url("../images/bg-sm.webp") no-repeat center top
    scroll;
  background-size: 100vw auto;
}
body:not(.fullpagebg) {
  #section-01 {
    background: url("../images/block001/bg-sm.webp") no-repeat center 0em scroll;
    background-size: 100vw auto;
  }
  #section-02 {
    background: url("../images/block002/bg-sm.webp") no-repeat center 0em scroll;
    background-size: 100vw auto;
  }
  #section-03 {
    background: url("../images/block003/bg-sm.webp") no-repeat center 0em scroll;
    background-size: 100vw auto;
  }
  #section-04 {
    background: url("../images/block004/bg-sm.webp") no-repeat center 0em scroll;
    background-size: 100vw auto;
  }
  #section-05 {
    background: url("../images/block005/bg-sm.webp") no-repeat center 0em scroll;
    background-size: 100vw auto;
  }
  #section-06 {
    background: url("../images/block006/bg-sm.webp") no-repeat center 0em scroll;
    background-size: 100vw auto;
  }
} */
#section-vgp {
  background-color: #111;
}

/* lg */
@media (min-width: 1024px) {
  /* body.fullpagebg {
    background: var(--w-bg-color) url("../images/bg-lg.webp") no-repeat center
      top scroll;
    background-size: 100vw auto;
  }
  body:not(.fullpagebg) {
    #section-01 {
      background-image: url(../images/block001/bg-lg.webp);
    }
    #section-02 {
      background-image: url(../images/block002/bg-lg.webp);
    }
    #section-03 {
      background-image: url(../images/block003/bg-lg.webp);
    }
    #section-04 {
      background-image: url(../images//block004/bg-lg.webp);
    }
    #section-05 {
      background-image: url(../images/block005/bg-lg.webp);
    }
    #section-06 {
      background-image: url(../images/block006/bg-lg.webp);
    }
  } */
  .wcontainer {
    width: 75%;
  }
  /* 03 */
  .layout-section03 {
    grid-template-areas: "wheel slogan" "wheel status" "wheel button";
  }
}
form input,
form select {
  color: #414141;
}

.block-status {
  padding: 1em 2em;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid var(--w-secondary);
  border-radius: 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block-status span {
  color: var(--w-highlight);
}

.cum-button {
  border: 1px solid var(--w-secondary);
  border-radius: 0.5em;
  overflow: hidden;
}

.cum-button button {
  padding: 0.69em 0;
  background-color: rgba(255, 255, 255, 0.69);
  border-left: 1px solid var(--w-secondary);
}

.cum-button button:first-child {
  border-left: 0px solid var(--w-secondary);
}

.cum-button button:hover {
  color: var(--w-secondary);
  background-color: rgb(255, 255, 255);
}

.cum-button.dark {
  border: 1px solid var(--w-primary);
}

.cum-button.dark button {
  background-color: rgba(0, 0, 0, 0.5);
  border-left: 1px solid var(--w-primary);
  color: #fff;
}

.cum-button.dark button:hover {
  color: var(--w-highlight);
  background-color: var(--w-secondary);
}

#section-menu-nav a {
  margin: 0 0.75em;
  display: block;
  text-align: center;
  opacity: 0.8;
  transition: opacity 0.36s ease;
}

#section-menu-nav a:hover {
  opacity: 1;
}

.page-nav a {
  opacity: 0.8;
}

.page-nav a:hover {
  opacity: 1;
}

.wbadge {
  color: #fff;
  padding: 0.25em 0.5em;
  position: absolute;
  border-radius: 0.5em;
}

#section-final {
  background: transparent url("../images/block-final.webp") no-repeat center center;
  background-size: cover;
}

.block-img-store {
  background: transparent url("../images/store-badge/img-store.webp") no-repeat center center;
  background-size: 100% 100%;
}

.block-img-store a {
  overflow: hidden;
  display: block;
  text-indent: -9999px;
}

.search-box {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 1em;
  border: 1px solid var(--w-primary);
}

.block-hoatdong button,
.block-hoatdong button > img {
  transition: all 0.36s ease;
}

.block-hoatdong button:hover {
  filter: drop-shadow(0px 0px 0.5em rgba(125, 238, 255, 0.5));
}
.block-hoatdong button:hover > img {
  transform: scale(1.05);
}

.alert {
  color: red;
  margin: 0.5em auto;
}

#page-num {
  position: fixed;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
}
#page-num ul li a {
  width: 0.75em;
  height: 0.75em;
  text-indent: -9999px;
  overflow: hidden;
  background-color: #fff;
  display: block;
  border-radius: 100%;
  opacity: 0.5;
  transition: opacity 0.36s ease;
}
#page-num a.active {
  opacity: 1;
}

.content-04 {
  background-color: #fff;
  border: 1px dotted var(--w-tertiary);
  border-radius: 2em;
  padding: 3em 2em;
}
.content-04 .h-fit {
  font-size: 1.6rem;
}
.content-04 .h-fit h3 {
  color: var(--w-tertiary);
  font-size: 1.5em;
  text-transform: uppercase;
  text-align: center;
  margin: 0em auto 1em auto;
}
.content-04 .swiper-slide {
  height: calc((100% - 30px) / 2) !important;
}
.content-04 .item {
  background: transparent url("../images/item/bg-item.png") no-repeat center center;
  background-size: 100% 100%;
  display: grid;
  padding: 1em;
  border-radius: 1em;
  text-align: center;
  gap: 1em;
  cursor: pointer;
}
.content-04 .item .name {
  line-height: 1.25;
  color: var(--w-primary);
  text-transform: uppercase;
  font-size: 0.8em;
}
.content-04 .item > button {
  background-color: var(--w-primary);
  padding: 0.35em 0.75em;
  color: #fff;
  border-radius: 0.5em;
}

.doiqua-pagination,
.gal-pagination {
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0em;
}
.doiqua-pagination span,
.gal-pagination span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  opacity: 1;
  color: #fff;
  background-color: var(--w-tertiary);
  opacity: 0.25;
  transition: all 0.36s ease;
}
.doiqua-pagination span.swiper-pagination-bullet-active,
.gal-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
}

.disabled {
  filter: grayscale(0.9);
  pointer-events: none;
}

.whidden {
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  transition: all 0.36s ease;
}

.offcanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: var(--w-backdrop-color);
  opacity: 1;
  transition: opacity 0.36s ease;
}

.offcanvas-content {
  background-color: var(--w-offcanvas);
  opacity: 1;
  color: #fff;
  transition: all 0.36s ease;
  overflow: hidden;
  height: 100vh;
  filter: drop-shadow(0em 0em 0.5em rgba(0, 0, 0, 0.5));
}
.offcanvas-content > .icon {
  padding: 1em;
  background-color: var(--w-primary);
}

.offcanvas-content .link a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: var(--w-offcanvas-border);
  font-size: 1em;
  line-height: 4;
}

@media (min-width: 1024px) {
  .offcanvas-content .link a {
    font-size: 1em;
  }
}
/* show */
.offcanvas:not(.show) {
  opacity: 0;
  z-index: -1;
}

.offcanvas:not(.show) .offcanvas-content {
  opacity: 0;
  margin-left: -50%;
}

/* / */
.btn-login-vgp {
  background-color: var(--w-primary);
  border-radius: 100em;
}

.btn-login-vgp span.content {
  width: 0;
  margin: 0;
  transition: width 0.36s ease;
  overflow: hidden;
  white-space: nowrap;
}

.btn-login-vgp:hover span.content {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0.5em;
}

.btn-close-modal {
  background: transparent url("../images/btn-close-modal.webp") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: all 0.36s ease;
  width: 8em;
  aspect-ratio: 184/50;
  border: none;
  border-radius: 1em;
  transition: all 0.36s ease;
}
.btn-close-modal:hover {
  filter: brightness(1.2);
}

.wmodal-dialog {
  background: transparent url("../images/bg-popup.png") no-repeat center center;
  background-size: 100% 100%;
  /* animation */
  transform: scale(1);
  transition: transform 0.5s ease;
  width: 80%;
  padding: 0;
  color: #414141;
}
.wmodal-dialog > .content {
  padding-bottom: 3em;
}

.wmodal-dialog .title {
  text-align: center;
  text-transform: uppercase;
  height: 6em;
  line-height: 6em;
}

.wmodal-dialog .content-scroll {
  overflow: auto;
  max-height: 42em;
  padding: 0 3em 4em 3em;
}
.btn-close-modal:hover {
  filter: brightness(1.5);
}

/*  */
.wmodal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: var(--w-backdrop-color);
  top: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.36s ease;
  overflow: hidden;
  color: #414141;
  font-size: 1em;
}

.wmodal-content {
  background-color: rgba(255, 255, 255, 0.95);
  border: solid 1px var(--w-primary);
  filter: drop-shadow(0 0 1em rgba(0, 0, 0, 0.15));
  border-radius: 2em;
  transform: scale(1);
  transition: transform 0.5s ease;
  width: 90%;
  padding: 2em;
  padding-top: 3em;
}
.wmodal-content .title {
  text-align: center;
  padding-bottom: 1em;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  letter-spacing: 0.5em;
  border-bottom: 1px var(--w-primary) dotted;
}
.wmodal-content.youtube {
  padding: 0em;
  background: transparent;
  border: none;
}

.wmodal:not(.show) {
  opacity: 0;
  z-index: -1;
}

.wmodal:not(.show) .wmodal-content,
.wmodal:not(.show) .wmodal-dialog {
  transform: scale(0.8);
}

.wmodal > .wmodal-content > .wrap {
  background-color: var(--w-popup-color);
  border-radius: 1em;
  overflow: hidden;
}

.wmodal-dialog .title span,
.wmodal-content .title span {
  font-size: 1.5em;
  color: var(--w-primary);
}

.content-scroll {
  max-height: 69vh;
  overflow: auto;
}

/* lg */
@media (min-width: 1024px) {
  .btn-close-modal {
    width: 8em;
  }
  .wmodal-content {
    max-width: 30em;
    padding-bottom: 2em;
  }
  .wmodal-content.youtube {
    max-width: 50em;
  }
  .wmodal-dialog {
    max-width: 32em;
    padding-bottom: 2em;
  }
  .wmodal-dialog .title {
    height: 6em;
    line-height: 6em;
  }
  .wmodal-content .title span,
  .wmodal-dialog .title span {
    font-size: 1.75em;
  }
  .wmodal-dialog .content-scroll {
    font-size: 1rem;
    height: 33em;
    padding: 0 3em 4em 3em;
  }
  .wmodal-content .h-fit,
  .wmodal-dialog .content-scroll .h-fit {
    font-size: 1rem;
  }
}
.bgvideo {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.bgvideo video {
  width: 100%;
}

.animate__loop {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.animate__glow {
  animation-name: glow;
}

@keyframes glow {
  0% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.3);
  }
  100% {
    filter: brightness(1);
  }
}
.animate__bling {
  animation-name: bling;
}

@keyframes bling {
  0% {
    filter: brightness(1);
    transform: scale(1);
  }
  50% {
    filter: brightness(1.3);
    transform: scale(1.05);
  }
  100% {
    filter: brightness(1);
    transform: scale(1);
  }
}
.animate__blingbling {
  animation-name: blingbling;
}

@keyframes blingbling {
  0% {
    filter: brightness(1);
    transform: translateY(0);
  }
  50% {
    filter: brightness(1.3);
    transform: translateY(2%);
  }
  100% {
    filter: brightness(1);
    transform: translateY(0);
  }
}
.animate__laploe {
  animation-name: laploe;
}

@keyframes laploe {
  0% {
    filter: brightness(1);
    opacity: 1;
    transform: scale(1);
  }
  50% {
    filter: brightness(1.2);
    opacity: 0.5;
    transform: scale(0.95) rotate(3deg);
  }
  100% {
    filter: brightness(1);
    opacity: 1;
    transform: scale(1);
  }
}
.animate__breath {
  animation-name: breath;
  transform-origin: center center;
}

@keyframes breath {
  0% {
    filter: brightness(1);
    transform: scale(1);
  }
  50% {
    filter: brightness(1.2);
    transform: scale(1.01);
  }
  100% {
    filter: brightness(1);
    transform: scale(1);
  }
}
.animte__updown {
  animation-name: updown;
}

@keyframes updown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5%);
  }
  100% {
    transform: translateY(0);
  }
}
.animate__text {
  animation-name: text;
}

@keyframes text {
  0% {
    transform: translateX(100%);
    left: 100%;
  }
  75%, 100% {
    transform: translateX(-100%);
    left: 100%;
  }
}
.e-btn-click {
  transition: all 0.36s ease;
}

.e-btn-click:active {
  transform: scale(0.98);
}

.e-btn-hover-glow {
  transition: all 0.36s ease;
}

.e-btn-hover-glow:hover,
.w-image-button:hover {
  transform: scale(1.01);
  filter: brightness(1.1) drop-shadow(0 0 2em rgba(255, 255, 255, 0.15));
}

.tabs-button button:not(.active) {
  filter: brightness(0.69) grayscale(0.1);
  transition: all 0.36s ease;
}

.tabs-content .content:not(.active) {
  display: none;
}

#scroll-truyuc::-webkit-scrollbar {
  display: none;
}

#scroll-truyuc {
  cursor: grab;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.scroll {
  background: transparent url("../images/scroll/scroll.png") no-repeat center center;
  background-size: 100% 100%;
}

.button-scroll button {
  font-size: 1.69em;
  line-height: 3;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25em;
  border: solid 1px var(--w-secondary);
}

.pic {
  width: 49.33em;
  position: relative;
}

.pic-01 {
  background: transparent url("../images/scroll/active/img-01.png") no-repeat center center;
  background-size: 100% 100%;
}

.pic-02 {
  background: transparent url("../images/scroll/active/img-02.png") no-repeat center center;
  background-size: 100% 100%;
}

.pic-03 {
  background: transparent url("../images/scroll/active/img-03.png") no-repeat center center;
  background-size: 100% 100%;
}

.btn-nhancode {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18em;
  z-index: 0;
}

.mask {
  position: absolute;
  top: 0;
  z-index: 1;
  transition: all 0.25s ease;
}

.mask.hide {
  opacity: 0;
  display: none;
}

.mask-01 {
  width: 100%;
  height: 100%;
  -webkit-mask: url("../images/scroll/mask/01.png") no-repeat;
          mask: url("../images/scroll/mask/01.png") no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}

.mask-02 {
  width: 100%;
  height: 100%;
  -webkit-mask: url("../images/scroll/mask/02.png") no-repeat;
          mask: url("../images/scroll/mask/02.png") no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}

.mask-03 {
  width: 100%;
  height: 100%;
  -webkit-mask: url("../images/scroll/mask/03.png") no-repeat;
          mask: url("../images/scroll/mask/03.png") no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}

.mask-04 {
  width: 100%;
  height: 100%;
  -webkit-mask: url("../images/scroll/mask/04.png") no-repeat;
          mask: url("../images/scroll/mask/04.png") no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}

.mask-05 {
  width: 100%;
  height: 100%;
  -webkit-mask: url("../images/scroll/mask/05.png") no-repeat;
          mask: url("../images/scroll/mask/05.png") no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}

.mask-06 {
  width: 100%;
  height: 100%;
  -webkit-mask: url("../images/scroll/mask/09.png") no-repeat;
          mask: url("../images/scroll/mask/09.png") no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}

.mask-07 {
  width: 100%;
  height: 100%;
  -webkit-mask: url("../images/scroll/mask/08.png") no-repeat;
          mask: url("../images/scroll/mask/08.png") no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}

.mask-08 {
  width: 100%;
  height: 100%;
  -webkit-mask: url("../images/scroll/mask/07.png") no-repeat;
          mask: url("../images/scroll/mask/07.png") no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}

.mask-09 {
  width: 100%;
  height: 100%;
  -webkit-mask: url("../images/scroll/mask/06.png") no-repeat;
          mask: url("../images/scroll/mask/06.png") no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}

/* float */
.block-float {
  position: fixed;
  transition: transform 0.36s ease, height 0.36s ease;
  z-index: 11;
}
.block-float .link a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.block-float:not(.minimize) {
  background: transparent url("../images/float/float-bar.webp") no-repeat center center;
  background-size: 100% 100%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.block-float:not(.minimize) .block-mini {
  display: none;
}

.block-float.minimize {
  padding: 0;
  bottom: 0;
  right: 0;
  transform: translateY(0);
  aspect-ratio: auto;
}
.block-float.minimize > * {
  display: none;
}
.block-float.minimize .block-mini {
  display: block;
}

.modal-gift-content {
  background-color: #ccc;
  gap: 1px;
  overflow: hidden;
}
.modal-gift-content > li {
  background-color: #fff;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 1px;
}
.modal-gift-content > li > div {
  padding: 0.5em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-gift-content > li .icon {
  display: block;
  background: url("https://api.iconify.design/material-symbols/check-circle-rounded.svg?color=%230c6") no-repeat center center/contain;
  aspect-ratio: 1/1;
}

#section-final {
  background: transparent url("../images/block-final.webp") no-repeat center center;
  background-size: cover;
}

.block-img-store {
  background: transparent url("../images/store-badge/img-store.webp") no-repeat center center;
  background-size: 100% 100%;
}

.block-img-store a {
  overflow: hidden;
  display: block;
  text-indent: -9999px;
}

.search-box {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 1em;
  border: 1px solid var(--w-primary);
}

.block-18 {
  background: transparent url("../images/store-badge/img-pg18.webp") no-repeat center bottom scroll;
  background-size: 100% 100%;
  aspect-ratio: 585/274;
}
.block-18 > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 33%;
  width: 100%;
}
.block-18 > div a {
  text-indent: -9999px;
  display: block;
}

.tooltip {
  position: relative;
}

.tooltip .tooltiptext,
.tooltip .tooltip__content {
  visibility: hidden;
  width: 15em;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-backdrop-filter: blur(1em);
          backdrop-filter: blur(1em);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 1em;
  /* Position the tooltip */
  position: absolute;
  z-index: 9999;
  bottom: 100%;
  left: 50%;
  margin-left: -7.5em;
}
.tooltip .tooltiptext::after,
.tooltip .tooltip__content::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

@media (min-width: 1024px) {
  .tooltip:hover .tooltiptext,
  .tooltip:hover .tooltip__content {
    visibility: visible;
  }
}
.witem {
  line-height: 1;
  text-align: center;
  position: relative;
  aspect-ratio: 0.7142857143;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .witem {
    aspect-ratio: 0.7142857143;
  }
}
.witem .w-image-block,
.witem img {
  aspect-ratio: 1/1;
  width: 80%;
  margin: 0 auto;
}
.witem .w-image-block > img,
.witem img > img {
  width: 100%;
  display: block;
}
.witem > h1.name {
  margin-top: 0.25em;
  font-size: 0.9em;
}
.witem > span.quantity {
  display: block;
  position: absolute;
  color: #fff;
  background-color: #900;
  padding: 0.5em;
  border-radius: 0.5em;
  top: 0;
  right: 0;
  font-size: 1em;
  z-index: 10;
}

.saber > .w-image-block {
  position: relative;
}
.saber > .w-image-block::after {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent url("../images/item/item-saber.gif") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  mix-blend-mode: screen;
}

/* <div class="witem">
              <div class="w-image-block">
                <img
                  src="./images/item/item.webp"
                  alt="Bối Thiên Thạch Cỡ Đại" />
              </div>
              <h1 class="name">Bối Thiên Thạch Cỡ Đại Cỡ Cực Đại</h1>
              <span class="quantity">x5</span>
            </div>
             */
.block__index {
  height: 39em;
  position: relative;
  z-index: 2;
  background: #fff url("../images/block__index/bg-sm1.webp") no-repeat center 0em scroll;
  background-size: 100vw auto;
}
@media (min-width: 1024px) {
  .block__index {
    height: 52em;
    background: #fff url("../images/block__index/bg-lg1.webp") no-repeat center 0em scroll;
    background-size: 100vw auto;
  }
}
.block__index .btn-trailer {
  width: 13em;
  margin: 33.07646em auto 0;
}
@media (min-width: 1024px) {
  .block__index .btn-trailer {
    margin-top: 34.16325em;
  }
}
.block__index .group-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 29em;
}
@media (min-width: 1024px) {
  .block__index .group-button {
    width: 72.215em;
    margin-top: 42em;
    gap: 1em;
  }
}
.block__index .group-button > .w-image-button {
  width: 50%;
}
@media (min-width: 1024px) {
  .block__index .group-button > .w-image-button {
    width: 20%;
  }
}

.only-mb {
  display: block;
}
@media (min-width: 1024px) {
  .only-mb {
    display: none;
  }
}

.only-pc {
  display: none;
}
@media (min-width: 1024px) {
  .only-pc {
    display: block;
  }
}

.block__bxh-002 {
  height: 35.8454em;
  position: relative;
  z-index: 2;
  background: #fff url("../images/block__bxh-002/bg-sm.webp") no-repeat center 0em scroll;
  background-size: 100vw auto;
}
@media (min-width: 1024px) {
  .block__bxh-002 {
    height: 65.2164em;
    background: #fff url("../images/block__bxh-002/bg-lg.webp") no-repeat center 0em scroll;
    background-size: 100vw auto;
  }
}
.block__bxh-002 .tabs-button {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 1em;
  padding: 0 1em;
}
@media (min-width: 1024px) {
  .block__bxh-002 .tabs-button {
    width: 70%;
    margin-top: 4em;
  }
}
.block__bxh-002 .tabs-button > button {
  width: 50%;
}
@media (min-width: 1024px) {
  .block__bxh-002 .tabs-button > button {
    width: 22%;
  }
}
.block__bxh-002 .board {
  border-radius: 1em;
  padding: 3em 3.5em 0 3em;
  line-height: 3.1em;
  margin: 0.5em auto 0 auto;
}
@media (min-width: 1024px) {
  .block__bxh-002 .board {
    background-color: transparent;
    width: 64.55em;
    padding: 5em 24em 3em 1em;
    border: none;
  }
}
.block__bxh-002 .board .content {
  display: none;
}
.block__bxh-002 .board .content.active {
  display: block;
}
.block__bxh-002 .board .wrapp {
  height: 16.5em;
  overflow: auto;
  margin-top: 0.5em;
}
@media (min-width: 1024px) {
  .block__bxh-002 .board .wrapp {
    height: 36.5em;
  }
}
.block__bxh-002 .board .wrapp tr {
  border-bottom: 1px #ccc dotted;
  line-height: 1.5em;
  font-size: 0.8em;
}
@media (min-width: 1024px) {
  .block__bxh-002 .board .wrapp tr {
    line-height: 2;
    font-size: 1em;
  }
}
.block__bxh-002 .board .wselect {
  display: block;
  width: 100%;
  margin: 0.5em auto 0 auto;
  height: 2.75em;
  border-radius: 0.5em;
  padding: 0 1em;
  line-height: 2.75em;
  background-color: #fff;
  border: 1px solid #ccc;
  filter: drop-shadow(0 0 0.25em rgba(0, 0, 0, 0.15));
  font-weight: bold;
}
@media (min-width: 1024px) {
  .block__bxh-002 .board .wselect {
    width: 80%;
  }
}
.block__bxh-002 tbody tr:nth-child(1) td {
  color: #fe0000;
}
.block__bxh-002 tbody tr:nth-child(1) td.stt {
  overflow: hidden;
}
.block__bxh-002 tbody tr:nth-child(1) td.stt span {
  display: none;
}
.block__bxh-002 tbody tr:nth-child(1) td.stt::after {
  content: "";
  display: block;
  width: 2.5em;
  height: 2.5em;
  aspect-ratio: 1/1;
  background: transparent url("../images/block__bxh-002/icon-rank01.webp") no-repeat center center;
  background-size: 100% 100%;
  margin: 0 auto;
}
.block__bxh-002 tbody tr:nth-child(2) td {
  color: #fe0000;
}
.block__bxh-002 tbody tr:nth-child(2) td.stt {
  overflow: hidden;
}
.block__bxh-002 tbody tr:nth-child(2) td.stt span {
  display: none;
}
.block__bxh-002 tbody tr:nth-child(2) td.stt::after {
  content: "";
  display: block;
  width: 2.5em;
  height: 2.5em;
  aspect-ratio: 1/1;
  background: transparent url("../images/block__bxh-002/icon-rank02.webp") no-repeat center center;
  background-size: 100% 100%;
  margin: 0 auto;
}
.block__bxh-002 tbody tr:nth-child(3) td {
  color: #fe0000;
}
.block__bxh-002 tbody tr:nth-child(3) td.stt {
  overflow: hidden;
}
.block__bxh-002 tbody tr:nth-child(3) td.stt span {
  display: none;
}
.block__bxh-002 tbody tr:nth-child(3) td.stt::after {
  content: "";
  display: block;
  width: 2.5em;
  height: 2.5em;
  aspect-ratio: 1/1;
  background: transparent url("../images/block__bxh-002/icon-rank03.webp") no-repeat center center;
  background-size: 100% 100%;
  margin: 0 auto;
}
.block__bxh-002 tbody tr:nth-child(4) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(5) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(6) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(7) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(8) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(9) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(10) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(11) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(12) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(13) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(14) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(15) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(16) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(17) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(18) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(19) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(20) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(21) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(22) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(23) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(24) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(25) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(26) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(27) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(28) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(29) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(30) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(31) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(32) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(33) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(34) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(35) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(36) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(37) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(38) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(39) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(40) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(41) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(42) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(43) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(44) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(45) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(46) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(47) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(48) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(49) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(50) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(51) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(52) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(53) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(54) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(55) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(56) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(57) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(58) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(59) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(60) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(61) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(62) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(63) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(64) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(65) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(66) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(67) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(68) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(69) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(70) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(71) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(72) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(73) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(74) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(75) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(76) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(77) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(78) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(79) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(80) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(81) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(82) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(83) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(84) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(85) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(86) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(87) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(88) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(89) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(90) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(91) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(92) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(93) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(94) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(95) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(96) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(97) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(98) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(99) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(100) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 thead {
  border-bottom: #ccc 1px solid;
  background: transparent url("../images/block__bxh-002/bg-thead.webp") no-repeat center 0em scroll;
  background-size: 100%;
}
.block__bxh-002 .status {
  font-size: 0.8em;
  color: green;
  text-align: center;
}

.w-btn {
  padding: 0.5em 1em;
  border: 1px var(--w-secondary) solid;
  border-radius: 1em;
}

.info {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 1em;
  border: solid var(--w-primary) 1px;
  -webkit-backdrop-filter: blur(1em);
          backdrop-filter: blur(1em);
}

.text-money {
  letter-spacing: 0.25em;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}/*# sourceMappingURL=wwstyle.min.css.map */