/* color palette from <https://github.com/vuejs/theme> */
:root {
    --vt-c-white: #ffffff;
    --vt-c-white-soft: #f8f8f8;
    --vt-c-white-mute: #f2f2f2;
  
    --vt-c-black: #181818;
    --vt-c-black-soft: #222222;
    --vt-c-black-mute: #282828;
  
    --vt-c-indigo: #2c3e50;
  
    --vt-c-divider-light-1: rgba(60, 60, 60, 0.29);
    --vt-c-divider-light-2: rgba(60, 60, 60, 0.12);
    --vt-c-divider-dark-1: rgba(84, 84, 84, 0.65);
    --vt-c-divider-dark-2: rgba(84, 84, 84, 0.48);
  
    --vt-c-text-light-1: var(--vt-c-indigo);
    --vt-c-text-light-2: rgba(60, 60, 60, 0.66);
    --vt-c-text-dark-1: var(--vt-c-white);
    --vt-c-text-dark-2: rgba(235, 235, 235, 0.64);
  }
  
  /* semantic color variables for this project */
  :root {
    --color-background: var(--vt-c-white);
    --color-background-soft: var(--vt-c-white-soft);
    --color-background-mute: var(--vt-c-white-mute);
  
    --color-border: var(--vt-c-divider-light-2);
    --color-border-hover: var(--vt-c-divider-light-1);
  
    --color-heading: var(--vt-c-text-light-1);
    --color-text: var(--vt-c-text-light-1);
  
    --section-gap: 160px;
  }
  
  @media (prefers-color-scheme: dark) {
    :root {
      --color-background: var(--vt-c-black);
      --color-background-soft: var(--vt-c-black-soft);
      --color-background-mute: var(--vt-c-black-mute);
  
      --color-border: var(--vt-c-divider-dark-2);
      --color-border-hover: var(--vt-c-divider-dark-1);
  
      --color-heading: var(--vt-c-text-dark-1);
      --color-text: var(--vt-c-text-dark-2);
    }
  }
  
  *,
  *::before,
  *::after {
    box-sizing: border-box;
    margin: 0;
    font-weight: normal;
  }
  
  body {
    min-height: 100vh;
    color: var(--color-text);
    background: var(--color-background);
    transition:
      color 0.5s,
      background-color 0.5s;
    line-height: 1.6;
    font-family:
      Inter,
      -apple-system,
      BlinkMacSystemFont,
      'Segoe UI',
      Roboto,
      Oxygen,
      Ubuntu,
      Cantarell,
      'Fira Sans',
      'Droid Sans',
      'Helvetica Neue',
      sans-serif;
    font-size: 15px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
html,
body{
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

body{
  background: black;
}
.w-100{
  width: 100%;
}
.mr-1rem{
  margin-right: 1rem;
}
.mb-1rem{
  margin-bottom: 1rem;
}
.mb-2rem{
  margin-bottom: 2rem;
}
.mb-3rem{
  margin-bottom: 3rem;
}
.relative{
  position: relative;
}
.text-white{
  color: white;
}

.section-sm-title{
  text-align: center;
  font-size: 20px;
  color: #FFFFFF;
  margin-bottom: 4rem;
}
.bg{
  position: absolute;
  bottom: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  width: 100%;
}
.bg-video{
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.bg-cover{
  width: 100%;
  height: 100%;
  background: #0000009e;
  position: absolute;
}
.section-1__wrapper{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  margin-bottom: 2.5rem;
}
.section-1__container{
  position: relative;
  text-align: center;
  width: 100%;
}
.section-1__title-1{
  font-size: 30px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 20px;
  letter-spacing: 1rem;
}
.section-1__title-2{
  font-size:20px;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: .4rem;
  margin-bottom: 8rem;
}
.section-1__title-3{
  color: #FFFFFF;
  font-size: 16px;
  letter-spacing: .5rem;
  margin-bottom: 3rem;
}
.button-wrapper{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 22px;
  color: white;
  width: 320px;
  height: 99px;
}
.btn-img{
  width: 100%;
}
.button-text{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 75%;
}
.btn-chevron{
  width: 1em;
  height: 1em;
  filter: invert(1);
  vertical-align: middle;
}
.section-1__button-wrapper{
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
  justify-content: center;
}
.logo{
  margin-top: 2rem;
  margin-bottom: 1rem;
  width: 200px;
}
.section-1__customer-service-icon__wrapper{
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 10px;
  gap: 15px;
}
.section-1__customer-service__container{
  border: 2px solid #FABB2E;
  border-radius: 1rem;
  font-size: 24px;
  color: #FABB2E;
  font-weight: 500;
  padding: 1rem 3rem;
  background: #00000087;
}
.section-1__customer-service{
  display: inline-block;
}
.section-1__follow-us__wrapper{
  border: 2px solid white;
  border-radius: 1rem;
  display: inline-block;
  padding: .5rem 2rem;
  position: relative;
  top: -1rem;
  z-index: 2;
  background: #141414;
}
.section-1__follow-us__container{
  display: flex;
  gap: 1rem
}
.section-1__follow-us__title{
  font-size: 18px;
  color: #B2B2B2;
  margin-bottom: .5rem;
}
.social-media-icon--whatsapp{
  /* filter: invert(67%) sepia(67%) saturate(545%) hue-rotate(89deg) brightness(92%) contrast(91%); */
}
@media (min-width: 769px) {
  .section-1__customer-service{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 482px;
    height: 82.28px;
    background: #17181E;
    border: 1.3px solid #B2B2B2;
    border-radius: 41.14px;
    padding: 0 1rem;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .section-1__customer-service__container{
    flex: 1;
    font-size: 14px;
    font-weight: 400;
    color: #B2B2B2;
    padding: 0 1rem;
    background: transparent;
    border: none;
    border-radius: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
  .section-1__customer-service__container .mb-1rem{
    white-space: nowrap;
    margin-bottom: 4px;
  }
  .section-1__customer-service__container::after{
    content: '';
    position: absolute;
    right: 0;
    top: 15px;
    bottom: 15px;
    width: 0.65px;
    background: #FFFFFF;
  }
  .section-1__customer-service-icon__wrapper{
    justify-content: space-around;
    gap: 0;
    width: 100%;
  }
  .section-1__follow-us__wrapper{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 1rem;
    background: transparent;
    border: none;
    border-radius: 0;
    top: 0;
  }
  .section-1__follow-us__title{
    font-size: 14px;
    font-weight: 400;
    color: #B2B2B2;
    white-space: nowrap;
    margin-bottom: 4px;
  }
  .section-1__follow-us__container{
    gap: 0;
    justify-content: space-around;
    width: 100%;
  }
  .section-1__customer-service-icon{
    width: 28px;
    height: 28px;
  }
}
.section-title{
  text-align: center;
  font-size: 30px;
  color: white;
  font-weight: 500;
}
.video-container{
  position: absolute;
  top: 15%;
  left: 25%;
  width: 45%;
  height: 42%;
}
.video-iframe{
  width: 100%;
  height: 100%;
  border: none;
}
.prediction-video__container{
  position: absolute;
  top: 15%;
  left: 29%;
  width: 42%;
  height: 32%;
}
.prediction-title{
  margin-top: 2rem;
}
.prediction-section__how2play{
  width: 100%;
  position: relative;
  top: -9rem;
}
.numbergame-section__how2play{
  width: 100%;
  position: relative;
  top: -9rem;
}
.numbergame-section__title-2{
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: white;
  font-weight: 500;
  margin-bottom: 1rem;
}
.numbergame-sction__how-to-play{
  border: 1px solid #7D7D7D;
  background: #252525;
  border-radius: 1rem;
  color: white;
  padding: 1rem;
  width: 887px;
  margin: 0 auto;
}
.line-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
}
.line{
  width: 80%;
}
.ranking-section__how2play{
  width: 100%;
  position: relative;
  top: -7rem;
}
.ranking-title{
  margin-top: 3rem;
}

.generalPage {
  padding-top: 64px;
  padding-bottom: 60px;
}

.generalPage h3 {
  color: #ffffff;
  padding-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.generalPage .desc {
  padding-bottom: 52px;
}

.generalPage .desc p {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: #b2b2b2;
  padding-bottom: 21px;
}

.generalPage .desc p:last-child {
  padding-bottom: 0;
}

.generalPage ul {
  list-style-type: none;
  padding-left: 24px;
  margin: 0;
}

.generalPage ul.listStyle {
  list-style-type: unset;
}

.generalPage ul.listStyle li {
  list-style-type: unset;
}

.generalPage ul.trmslong {
  counter-reset: item;
}

.generalPage ul.trmslong .accordionItemHeading {
  counter-increment: item;
}

.generalPage ul.trmslong li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}

.generalPage ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #b2b2b2;
  padding-bottom: 19px;
  list-style-type: none;
}

.generalPage ul li:last-child {
  padding-bottom: 0;
}

.generalPage .accordionContent {
  padding-left: 0;
}

.generalPage .accordionContent .accordionItemContent p, .generalPage .accordionContent .accordionItemContent span {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #b2b2b2;
  padding-bottom: 19px;
}

.generalPage .accordionContent .accordionItemContent p:last-child, .generalPage .accordionContent .accordionItemContent span:last-child {
  padding-bottom: 0;
}

.generalPage .accordionContent .accordionItemContent ul {
  list-style-type: none;
  padding-left: 24px;
  margin: 0;
}

.generalPage .accordionContent .accordionItemContent ul.trmslong {
  padding-top: 24px;
}

.generalPage .accordionContent .accordionItemContent li {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #b2b2b2;
  padding-bottom: 19px;
  list-style-type: none;
}

.generalPage .accordionContent .accordionItemContent li:last-child {
  padding-bottom: 0;
}

.generalPage .contactUsContent {
  padding-top: 28px;
  font-size: 0;
}

.generalPage .contactUsContent > div {
  display: inline-block;
  vertical-align: top;
  width: calc(100% / 4);
}

.generalPage .contactUsContent > div .linkTitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #b2b2b2;
  padding-bottom: 26px;
}

.generalPage .contactUsContent > div .content.inline p, .generalPage .contactUsContent > div .content.inline a {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
}

.generalPage .contactUsContent > div .content p, .generalPage .contactUsContent > div .content a {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #ffffff;
  display: block;
  padding-bottom: 16px;
  cursor: pointer;
}

.generalPage .contactUsContent > div .content p > *, .generalPage .contactUsContent > div .content a > * {
  display: inline-block;
  vertical-align: middle;
}

.generalPage .contactUsContent > div .content p span, .generalPage .contactUsContent > div .content a span {
  padding-left: 18px;
}

.group-p p {
  padding-bottom: 0 !important;
}

.footer-1 {
  background-image: url(../images/style5/Background-6.jpg);
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: solid 1px #d39e00;
  margin-top: 2rem;
}

.footer-1 a {
  text-decoration: underline
}

.footer-1-View {
  width: 35%;
  margin: 45px auto
}

.footer-title {
  color: #d39e00;
  font-size: 1.9rem;
  font-weight: 600
}

.footer-text {
  margin-top: 25px;
  color: #fff
}

.social-icon {
  width: 25px;
  height: 25px;
  margin: 0 30px
}

.footer-2 {
  background-image: url(../images/style5/Background-7.jpg);
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover
}

.h-s-margin {
  margin-top: -10px
}

.footer-2-View {
  margin: 40px
}

.footer-2-View img {
  margin-bottom: 15px
}

.footer-2-View p {
  color: grey;
  font-size: 1.5rem
}

.footer-2-link {
  text-align: left
}

.footer-2-link p {
  margin: 0;
  font-size: .8rem
}

.footer-2-link a {
  color: grey
}

.footer-left {
  float: left
}

.footer-right {
  float: right
}

.footer-info {
  width: 1180px;
  margin: 0 auto;
  margin-bottom: 25px
}

.foot-coop-info {
  padding: 9px 0;
  border-top: 1px dashed #b1861c;
  border-bottom: 1px dashed #b1861c;
  display: block;
  color: #fff;
  width: 1180px;
  margin: 0 auto;
  height: 175px;
  text-align: left
}

.foot-coop-info div {
  width: 29%;
  margin: 0 18px;
  float: left;
  padding: 0 15px
}

.foot-dashed {
  border-right: 1px dashed #b1861c
}

.foot-coop-info h4 {
  font-size: 14px;
  color: #fdcb51;
  padding: 0 0 10px
}

.foot-coop-info p {
  font-size: 12px
}

.foot-coop-info-2 {
  border-top: 1px dashed #b1861c;
  width: 1200px;
  margin: 0 auto;
  color: #fff!important;
  border-bottom: 1px dashed #b1861c;
  margin-bottom: 10px
}

.foot-coop-info-2 a {
  color: #fdcb51
}

.foot-coop-info-2 p a {
  color: #fff
}

.foot-coop-info-2 p {
  text-align: justify;
  margin-bottom: 1rem;
}

.foot-coop-info-2 h1,.foot-coop-info-2 h2,.foot-coop-info-2 h3,.foot-coop-info-2 h4,.foot-coop-info-2 h5,.foot-coop-info-2 h6 {
  font-size: 14px;
  color: #fdcb51!important;
  padding: 0 0 10px;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px
}

.firstlayer {
  word-spacing: 2px;
  font-size: 11px;
  overflow: hidden;
  width: 1180px;
  margin: 0 auto
}

.secondlayer {
  display: inline-block;
  width: 21%;
  border-right: 1px dashed #b1861c;
  padding: 10px;
  vertical-align: top;
  padding-bottom: 500px;
  margin-bottom: -500px
}
.secondlayer:first-child{
  border-left: 1px dashed #b1861c;
}
.thirdlayer {
  border-bottom: 1px dashed #b1861c;
  padding-bottom: 1rem;
}

.thirdlayer h2{
  line-height: 18px;
}
.thirdlayer h1{
  line-height: 18px;
}
.accordionItem {
  padding: 20px 0;
  border-bottom: 1px solid #333333;
  cursor: pointer;
}

.accordionItem:last-child {
  border-bottom: none;
}

.accordionItemContent {
  display: none;
  padding: 24px 0 0 32px;
}

.accordionItemContent.selected {
  display: block;
}

.accordionItemHeading {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #ffffff;
  cursor: pointer;
  transition: all .3s;
}

.accordion-icon {
  margin-right: 24px;
  transition: all .3s;
}

.accordion-icon.selected {
  transform: rotate(180deg);
}
.footer-register__wrapper {
  text-align: center;
  margin-bottom: 2rem;
  border-top: 1px dotted #fabb2e;
  padding-top: 2rem;
}

.footer-link {
  text-decoration: underline;
  color: #fabb2e;
}

.anj-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container{
  width: 1200px;
  margin: 0 auto;
}
.ambassador-1__wrapper{
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 5rem;
}
.ambassador-desc__wrapper{
  width: 500px;
}
.award-container{
  border: 2px solid #FABB2E;
  border-radius: 1rem;
  display: inline-flex;
}
.award{
  margin-bottom: 10rem;
}
.award-bg{
  position: absolute;
  z-index: -1
}
.award-movie{
  position: absolute;
  left: -14rem;
  top: 27rem;
  z-index: -1;
}
.award-title{
  text-align: center;
  font-size: 20px;
  margin-bottom: 3rem;
}

.award-card:nth-child(-1n + 3) {
  grid-column: span 4;
}
.award-card:nth-last-child(2) {
  grid-row-start: 2;
  grid-column: 3 / span 4;
}
.award-card:nth-last-child(1) {
  grid-row-start: 2;
  grid-column: 7 / span 4;
}
.award-card img{
  object-fit: cover;
}
.award-wrapper{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 50px;
}
.jacky-wrapper{
  margin-bottom: 6rem;
}
.ambassador-2{
  object-fit: contain;
}
.video-tab{
  background-color: #1F1F1F;
  color: #B2B2B2;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  text-align: center;
  min-width: 160px;
  padding: 10px;
  cursor: pointer;
  border: 1px solid transparent
}
.video-tab.active{
  border-color: #FABB2E;
}
.video-tab__wrapper{
  display: flex;
  justify-content: space-around;
}
.video-content__wrapper{
  border: 1px dashed #FABB2E;
  border-radius: 8px;
  padding: 10px;
  height: 580px;
}
.video-wrapper{
  width: 1000px;
  margin: 0 auto;
}
.video-1{
  position: absolute;
  bottom: -5rem;
}
.video-2{
  position: absolute;
  top: 7rem;
  right: -12rem;
  z-index: -1;
}
.video-3{
  position: absolute;
  right: -2rem;
  top: 26rem;
}
.video-4{
  position: absolute;
  left: -2rem;
  top: 15rem;
}
.video-5{
  position: absolute;
  left: -2rem;
  top: 25rem;
}
.video-g{
  margin-bottom: 8rem ;
}
.desktop{
  display: block;
}
.mobile{
  display: none;
}
.has-space{
  padding-left: 16px;
  padding-right: 16px;
}
.footer-copyright__wrapper{
    max-width: 1200px;
    margin: 0 auto;
  }
  .footer-copyright__paragraph{
    margin-bottom: 12px;
  }
  .footer-copyright__paragraph a{
   color: white;
  }
  .footer-copyright__center{
    display: flex;
    align-items: center;
    gap: 1rem;
  }
.back-to-top{
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 1100;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: #c59322;
  box-shadow: 0 8px 24px rgba(47, 115, 246, 0.35);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}
.back-to-top.is-visible{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top:focus-visible{
  outline: 3px solid rgba(255, 255, 255, 0.9);
  outline-offset: 3px;
}
.back-to-top svg{
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media (hover: hover) {
  .back-to-top:hover{
    background: #c59322;
    transform: translateY(-2px);
  }
}

.home-banner {
  display: block;
  width: min(1200px, calc(100% - 48px));
  aspect-ratio: 10 / 3;
  border-radius: 20px;
  opacity: 1;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 4rem;
}
.home-banner picture,
.home-banner .banner-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .back-to-top{
    right: 16px;
    bottom: calc(16px + env(safe-area-inset-bottom));
    width: 46px;
    height: 46px;
  }
  .logo{
   width: 10rem;
  }
  .section-title{
    font-size: 20px;
    font-weight: bold;
  }
  .section-1__title-1{
    font-size: 12px;
    margin-bottom: 0;
  }
  .section-1__title-2{
    font-size: 10px;
    margin-bottom: 2rem;
  }
  .section-1__title-3{
    font-size: 12px;
    letter-spacing: .2rem;
    margin-bottom: 1rem;
  }
  .numbergame-sction__how-to-play{
    width: 90%;
    font-size: 15px;
  }
  .numbergame-section__title-2{
    font-size: 15px;
  }
  .section-1__customer-service{
    flex-direction: column;
  }
  .section-1__button-wrapper{
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .button-wrapper{
    width: 196px;
    height: 51px;
  }
  .button-text{
    font-size: 13px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    text-align: center;
    width: 75%;
  }
  .button-wrapper img{
    width: 100%;
  }
  .section-1__customer-service__container{
    font-size: 16px;
  }
  .section-1__customer-service-icon{
    width: 40px;
    height: 40px;
  }
  .section-1__follow-us__wrapper{
    width: 90%;
  }
  .numbergame-section__how2play{
    top: -8rem;
  }
  .bg{
    height: auto;
  }
  .desktop{
    display: none;
  }
  .mobile{
    display: block;
  }
  .line{
    width: 100%;
  }
  .ranking-mobile__bg{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .ranking-mobile__pic{
    position: relative;
    z-index: 1;
  }
  .ranking-section__how2play{
    top: 0;
  }
  .ranking-mobile-1{
    position: absolute;
    z-index: 1;
    bottom: -4rem;
    right: 0;
  }
  .prediction-video__container{
    position: absolute;
    top: 10%;
    left: 40px;
    width: 81%;
    height: 25%;
    mix-blend-mode: screen;
  }
  .video-container{
    position: absolute;
    top: 13%;
    left: 10%;
    width: 83%;
    height: 20%;
    z-index: 1;
    mix-blend-mode: screen;
  }
  .prediction-section__how2play{
    top: -4rem;
  }
  .prediction-ball{
    position: absolute;
    bottom: -4rem;
    right: 0;
  }
  .container{
    width: 100%;
  }
  .generalPage{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .foot-coop-info-2{
    width: 100%;
  }
  .firstlayer{
    width: 100%;
  }
  .secondlayer{
    width: 100%;
    border-right: none;
    border-left: none;
  }
  .secondlayer:first-child{
    border-left: none;
  }
  .award-wrapper{
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .award-card:nth-child(-1n + 3) {
    grid-column: auto
  }
  .award-card:nth-last-child(2) {
    grid-row-start: 2;
    grid-column: auto;
  }
  .award-card:nth-last-child(1) {
    grid-row-start: 2;
    grid-column: auto;
  }
  .video-wrapper{
    width: 100%;
  }
  .video-content__wrapper{
    height: 220px;
  }
  .video-g{
    margin-bottom: 5rem;
  }
  .video-tab__wrapper {
    overflow-x: auto;
    gap: 1rem;
  }
  .video-2{
    width: 198px;
    /* left: 0; */
    top: 0;
    right: 0;
  }
  .award{
    margin-bottom: 5rem;
  }
  .ambassador-desc__2{
    display: flex;
  }
  .ambassador-desc__jacky{
    position: relative;
    top: -2rem;
    right: 1rem;
  }
  .ambassador-desc__3{
    position: relative;
    top: -1.5rem;
  }
  .home-banner {
    width: min(320px, calc(100% - 32px));
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    margin-bottom: 2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .back-to-top{
    transition: none;
  }
}
