@charset "UTF-8";
.fontBlack {
  color: #424447;
}

.fontDarkBlue {
  color: #224E6B;
}

.fontBlue {
  color: #288ED1;
}

.fontBlueLight {
  color: #25A6FF;
}

.fontGreen {
  color: #6C9E2C;
}

.fontPink {
  color: #F41F5F;
}

.fontOrange {
  color: #F67248;
}

.fontLightGray {
  color: #CCCCCC;
}

.fontWhite {
  color: #fff;
}

.title1 {
  font-size: 48px;
  letter-spacing: 6.5px;
  font-weight: 600;
}

.title2 {
  font-size: 42px;
  letter-spacing: 3px;
  font-weight: 600;
}

.title3 {
  font-size: 34px;
  letter-spacing: 2px;
  font-weight: 600;
}

.title4 {
  font-size: 32px;
}

.title5 {
  font-size: 24px;
  letter-spacing: 1.5px;
  font-weight: 600;
}

.title6 {
  font-size: 20px;
  letter-spacing: 1.5px;
  font-weight: normal;
  line-height: 2;
}

.title7 {
  font-size: 18px;
  letter-spacing: 1.5px;
  font-weight: normal;
  line-height: 1.8;
}

.title8 {
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: normal;
  line-height: 1.4;
}

@media screen and (max-width: 450px) {
  .title2 {
    font-size: 24px;
  }
  .title6 {
    font-size: 18px;
  }
  .title7 {
    font-size: 16px;
  }
}
.ms-2 {
  margin-left: 0.5rem;
}

.ms-3 {
  margin-left: 1rem;
}

.ms-4 {
  margin-left: 1.5rem;
}

.ms-5 {
  margin-left: 2rem;
}

.me-2 {
  margin-right: 0.5rem;
}

.me-3 {
  margin-right: 1rem;
}

.me-4 {
  margin-right: 1.5rem;
}

.me-5 {
  margin-right: 2rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 2rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mt-5 {
  margin-top: 2rem;
}

.custom-btn {
  width: 130px;
  height: 46px;
  color: #fff;
  border-radius: 5px;
  padding: 7px 25px;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
}
.custom-btn.btn-2 {
  background: #43aaee;
  background: linear-gradient(0deg, #25A6FF 0%, rgba(44, 170, 255, 0.9529411765) 100%);
  border: none;
}
.custom-btn.btn-2:before {
  content: "";
  display: block;
  height: 0%;
  width: 2px;
}
.custom-btn.btn-2:hover {
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.272), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.112);
  font-weight: 600;
}

.fontBlack {
  color: #424447;
}

.fontDarkBlue {
  color: #224E6B;
}

.fontBlue {
  color: #288ED1;
}

.fontBlueLight {
  color: #25A6FF;
}

.fontGreen {
  color: #6C9E2C;
}

.fontPink {
  color: #F41F5F;
}

.fontOrange {
  color: #F67248;
}

.fontLightGray {
  color: #CCCCCC;
}

.fontWhite {
  color: #fff;
}

.title1 {
  font-size: 48px;
  letter-spacing: 6.5px;
  font-weight: 600;
}

.title2 {
  font-size: 42px;
  letter-spacing: 3px;
  font-weight: 600;
}

.title3 {
  font-size: 34px;
  letter-spacing: 2px;
  font-weight: 600;
}

.title4 {
  font-size: 32px;
}

.title5 {
  font-size: 24px;
  letter-spacing: 1.5px;
  font-weight: 600;
}

.title6 {
  font-size: 20px;
  letter-spacing: 1.5px;
  font-weight: normal;
  line-height: 2;
}

.title7 {
  font-size: 18px;
  letter-spacing: 1.5px;
  font-weight: normal;
  line-height: 1.8;
}

.title8 {
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: normal;
  line-height: 1.4;
}

@media screen and (max-width: 450px) {
  .title2 {
    font-size: 24px;
  }
  .title6 {
    font-size: 18px;
  }
  .title7 {
    font-size: 16px;
  }
}
.ms-2 {
  margin-left: 0.5rem;
}

.ms-3 {
  margin-left: 1rem;
}

.ms-4 {
  margin-left: 1.5rem;
}

.ms-5 {
  margin-left: 2rem;
}

.me-2 {
  margin-right: 0.5rem;
}

.me-3 {
  margin-right: 1rem;
}

.me-4 {
  margin-right: 1.5rem;
}

.me-5 {
  margin-right: 2rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 2rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mt-5 {
  margin-top: 2rem;
}

.custom-btn {
  width: 130px;
  height: 46px;
  color: #fff;
  border-radius: 5px;
  padding: 7px 25px;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
}
.custom-btn.btn-2 {
  background: #43aaee;
  background: linear-gradient(0deg, #25A6FF 0%, rgba(44, 170, 255, 0.9529411765) 100%);
  border: none;
}
.custom-btn.btn-2:before {
  content: "";
  display: block;
  height: 0%;
  width: 2px;
}
.custom-btn.btn-2:hover {
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.272), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.112);
  font-weight: 600;
}

body {
  font-family: "Microsoft YaHei", "黑體", "宋體", sans-serif;
  scroll-behavior: smooth;
}
body ::-webkit-scrollbar {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

button {
  border: none;
}

.container {
  width: 100%;
  padding: 10px;
  margin: auto;
}

.hide {
  display: none;
}

.ms-1 {
  margin-left: 5px;
}

.ms-2 {
  margin-left: 10px;
}

.me-1 {
  margin-right: 5px;
}

.me-2 {
  margin-right: 10px;
}

.mt-1 {
  margin-top: 5px;
}

.mt-2 {
  margin-top: 10px;
}

.mt-3 {
  margin-top: 20px;
}

.mt-4 {
  margin-top: 30px;
}

.mt-5 {
  margin-top: 40px;
}

.mb-5 {
  margin-bottom: 40px;
}

.f18 {
  font-size: 18px;
}

.highlight {
  color: #F67248;
}

.title5 {
  color: #224E6B;
  line-height: 36px;
  letter-spacing: 2.5px;
  font-size: 26px;
}

.desc {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  font-size: 14px;
  letter-spacing: 1.8px;
  color: #484848;
}

.btn {
  padding: 15px;
  border-radius: 5px;
  background: #f1f1f1;
  letter-spacing: 1.5px;
}

.visually-hidden {
  display: none;
}

#headerHome-M {
  padding: 20px 15px 15px 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background: #fff;
  height: 70px;
}
#headerHome-M nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#headerHome-M .logo-M {
  width: 175px;
  margin-right: 5px;
}
#headerHome-M .logo-M img {
  width: 100%;
  height: auto;
}
#headerHome-M .rightBlock {
  display: flex;
  align-items: center;
}
#headerHome-M .rightBlock .freeTry {
  padding: 5px;
  border-radius: 5px;
  background: #F67248;
  letter-spacing: 1px;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}
#headerHome-M .rightBlock .menuBtn {
  font-size: 30px;
}
#headerHome-M .rightBlock .language-switcher {
  position: relative;
  display: inline-block;
  margin-right: 7px;
  /* 語言按鈕樣式 */
  /* 下拉選單 */
}
#headerHome-M .rightBlock .language-switcher .switcher-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 2px 7px;
  font-size: 14px;
  border: 2px solid #86868b;
  border-radius: 30px;
}
#headerHome-M .rightBlock .language-switcher .switcher-btn .bi-globe2 {
  font-size: 18px;
  margin-right: 7px;
  color: #86868b;
}
#headerHome-M .rightBlock .language-switcher .switcher-btn .bi-chevron-down {
  font-size: 12px;
  margin-left: 7px;
  color: #86868b;
  transition: transform 0.3s ease;
}
#headerHome-M .rightBlock .language-switcher .switcher-btn .bi-chevron-down.rotated {
  transform: rotate(180deg);
}
#headerHome-M .rightBlock .language-switcher .switcher-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  background: white;
  border: 2px solid #fff;
  border-radius: 12px;
  display: none;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  z-index: 1;
}
#headerHome-M .rightBlock .language-switcher .switcher-menu li {
  list-style: none;
  padding: 5px;
  cursor: pointer;
  text-align: center;
  transition: background 0.3s ease;
}
#headerHome-M .menuList-M {
  margin-top: 40px;
  display: none;
  transition: 0.8s;
  padding: 0 14px;
}
#headerHome-M .menuList-M ul li {
  padding: 10px 0;
  font-size: 18px;
  letter-spacing: 1.5px;
}
#headerHome-M .menuList-M ul li a {
  color: #484848;
}
#headerHome-M .menuList-M .line {
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#headerHome-M .menuList-M .showMenuBtn {
  font-size: 18px;
  color: #484848;
  font-weight: normal;
  position: relative;
}
#headerHome-M .menuList-M .showMenuBtn i {
  position: absolute;
  top: 4px;
  right: 10px;
  transition: 0.2s;
}
#headerHome-M .menuList-M .subscription {
  padding: 10px;
  border-radius: 5px;
  background: #25A6FF;
  color: #fff !important;
  display: inline-block;
}
#headerHome-M .menuList-M .subscription:hover {
  background: #288ED1;
}
#headerHome-M .promoTag {
  display: inline-block;
  margin-left: 15px;
  padding: 2px 4px;
  background: linear-gradient(to right, #ff9355, #ff565c, #ff5967, #ea4276);
  font-size: 12px;
  color: #fff;
  border-radius: 3px;
  animation: popular 1s steps(1) infinite;
  vertical-align: middle;
}
@keyframes popular {
  50% {
    transform: scale(1.1);
  }
}

#anyQuestionBlock {
  position: relative;
  padding: 0 20px;
  margin-top: 100px;
}
#anyQuestionBlock .anyQuestion {
  text-align: center;
  margin-bottom: 150px;
}
#anyQuestionBlock .anyQuestion .title2 {
  color: #224E6B;
}
#anyQuestionBlock .anyQuestion p {
  font-size: 14px;
  padding: 0 20px;
  letter-spacing: 1.5px;
  color: #525252;
}
#anyQuestionBlock .teams {
  position: absolute;
  top: 248px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#anyQuestionBlock .card {
  padding: 30px 25px;
  background-color: #25a6ff;
  background-image: url(/img/growBG.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
}
#anyQuestionBlock .card .title5 {
  font-size: 24px;
}
#anyQuestionBlock .tryBtn {
  border-radius: 30px;
  background: #F67248;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 400;
  cursor: pointer;
  padding: 10px 30px;
  box-shadow: 0px 5px 6px rgba(255, 199, 181, 0.89);
  font-size: 16px;
}
#anyQuestionBlock .tryBtn:hover {
  transform: scale(1.08);
  font-weight: 600;
}

#footerNav {
  margin-top: 20px;
  padding: 40px 40px 20px 40px;
  background-color: #153b54;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 48px;
}
#footerNav a {
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
}
#footerNav ul li {
  font-size: 14px;
  letter-spacing: 2px;
}
#footerNav .item {
  border-bottom: 1px solid rgba(204, 204, 204, 0.8);
  padding-bottom: 24px;
}
#footerNav .logo {
  width: 156px;
}
#footerNav .logo img {
  width: 100%;
}
#footerNav .title7 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
#footerNav .Copyright h5 {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  padding-top: 20px;
  letter-spacing: 0.5px;
}
#footerNav .footerBanner {
  position: absolute;
  right: -200px;
  bottom: 0;
  width: 400px;
}
#footerNav .footerBanner img {
  width: 100%;
}

.sideActivity {
  position: fixed;
  width: 120px;
  right: -3px;
  bottom: 55px;
  z-index: 9999999;
}
.sideActivity .closePost {
  position: absolute;
  top: 0;
  left: 90px;
  font-size: 20px;
  z-index: 99999999;
}
.sideActivity img {
  width: 100%;
}

.sideActivityIcon {
  position: fixed;
  right: 17px;
  bottom: 100px;
  z-index: 9999999;
  width: 50px;
  height: 50px;
  background-color: #333;
  border-radius: 50%;
  line-height: 50px;
  font-size: 22px;
  text-align: center;
  display: none;
}
.sideActivityIcon::after {
  content: "";
  position: absolute;
  top: -1px;
  right: 0px;
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background-color: #FF4B4B;
  font-size: 12px;
}
.sideActivityIcon a {
  color: #fff;
}
.sideActivityIcon {
  animation: shake 0.5s linear;
  animation-delay: 5s;
  animation-iteration-count: 3;
}
@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(6deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-6deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

#homeHelpService-M {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  text-align: center;
  background-color: #288ED1;
  display: flex;
}
#homeHelpService-M .helpBtn {
  color: #fff;
  letter-spacing: 1.5px;
  display: inline-block;
  width: 50%;
  padding: 15px 0;
  position: relative;
  cursor: pointer;
}
#homeHelpService-M .helpBtn:nth-child(2) {
  background: #00BEFF;
}
#homeHelpService-M .homeHelpServiceDlg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5607843137);
  display: none;
}
#homeHelpService-M .homeHelpServiceDlg .contentMain {
  width: 70%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  padding: 30px 40px;
}
#homeHelpService-M .homeHelpServiceDlg .contentMain .title {
  font-size: 28px;
  letter-spacing: 1.8px;
  color: #288ED1;
  font-weight: bold;
  margin: 20px 0;
}
#homeHelpService-M .homeHelpServiceDlg .contentMain .subTitle {
  font-size: 20px;
  letter-spacing: 2px;
  color: #2e2e2e;
  line-height: 30px;
  margin-bottom: 55px;
}
#homeHelpService-M .homeHelpServiceDlg .contentMain button {
  width: 70%;
  padding: 14px;
  border-radius: 30px;
  font-size: 18px;
  letter-spacing: 2px;
  color: #2e2e2e;
  background: transparent;
  cursor: pointer;
}
#homeHelpService-M .homeHelpServiceDlg .contentMain a button {
  color: #fff;
}

#section1 {
  margin-top: 70px;
}

.promoPopup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999999999;
  width: 100%;
  height: 100dvh;
}
.promoPopup .back {
  width: 100%;
  height: 100dvh;
  background-color: rgba(34, 34, 34, 0.9);
}
.promoPopup .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
}
.promoPopup .content .postImg {
  width: 300px;
  height: auto;
}
.promoPopup .content .text .desb {
  font-size: 12px;
  letter-spacing: 2px;
  color: #ffffff;
  line-height: 25px;
  text-shadow: 0px 4px 5.7px rgba(0, 0, 0, 0.733);
}
.promoPopup .content .text a {
  color: #478FDD;
  font-weight: bold;
  font-size: 10px;
}
.promoPopup .content .closePostBtn {
  position: absolute;
  top: -47px;
  right: -18px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}
.promoPopup .content .closePostBtn:hover {
  color: #48c6ff;
}
.promoPopup .content .activityButton {
  display: flex;
  justify-content: space-around;
}
.promoPopup .content .activityButton button {
  padding: 0px 28px;
  height: 30px;
  border-radius: 10px;
  background: #f64848;
  color: #fff;
  font-size: 18px;
}
.promoPopup .content .activityButton button span {
  display: inline-block;
  transform: translateY(-1px);
}
@media screen and (max-width: 400px) {
  .promoPopup .content {
    top: 54%;
  }
  .promoPopup .content .postImg {
    width: 300px;
  }
  .promoPopup .content .text {
    font-size: 15px;
    left: 26px;
    width: 235px;
  }
}

.activityPink {
  color: #FF4375;
}

.activityBlue {
  color: #507EF0;
}

#activity .fontRed {
  color: #d01d53;
}
#activity .main {
  position: relative;
  width: 100%;
  aspect-ratio: 880/2400;
  min-height: 1600px;
}
#activity .main .image {
  position: absolute;
  width: 100%;
  height: auto;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
}
#activity .main .robot {
  position: absolute;
  width: 100%;
  overflow: hidden;
}
#activity .main .spotlight {
  opacity: 0;
  filter: brightness(0.3);
  animation: flickerOn 2.5s ease-out forwards;
}
#activity .main .soccer {
  opacity: 0;
  animation: soccerBounce 1.2s ease-out 2.5s forwards;
  /* ↑ 延遲 2.8 秒（等燈亮完） */
}
#activity .main .soccerShadow {
  opacity: 0;
  animation: shadowAppear 1s ease-out 2.8s forwards;
}
#activity .main .activityButton {
  position: absolute;
  top: 67%;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 40px;
  z-index: 5;
}
#activity .main .activityButton button {
  font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
  padding: 5px 35px;
  border-radius: 20px;
  background: #f67248;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  transform-origin: center;
}
@media screen and (max-width: 440px) {
  #activity .main .activityButton {
    top: 67.5%;
  }
  #activity .main .activityButton button {
    font-size: 14px;
    padding: 5px 30px;
  }
}
@media screen and (max-width: 400px) {
  #activity .main .activityButton {
    gap: 35px;
    top: 68%;
  }
  #activity .main .activityButton button {
    font-size: 13px;
    padding: 5px 25px;
  }
}
@media screen and (max-width: 380px) {
  #activity .main .activityButton {
    top: 68.5%;
  }
}
#activity .main .robotBody {
  animation: floatBody 4s ease-in-out infinite;
}
#activity .main .robotHand {
  animation: floatHand 4s ease-in-out infinite;
  transform-origin: bottom right;
}
#activity .activityContent {
  position: absolute;
  top: 29%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
  overflow: hidden;
}
#activity .activityContent .titleBlock {
  text-align: center;
}
#activity .activityContent .titleBlock .title {
  font-size: 22px;
  letter-spacing: 7px;
  font-weight: bold;
}
#activity .activityContent .tabBlock {
  display: flex;
  gap: 20px;
}
#activity .activityContent .tabBlock button {
  flex: 1;
  border-radius: 8px;
  padding: 10px 20px;
  letter-spacing: 1px;
  font-size: 20px;
  border: 2px solid #fff;
}
#activity .activityContent .tabBlock button .buttonTitle {
  font-size: 18px;
  letter-spacing: 3px;
  color: #383838;
  font-weight: bold;
}
#activity .activityContent .tabBlock button.active {
  background: #d4d9fd;
  border-color: #07146A;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
}
#activity .activityContent .tabBlock button.active .buttonTitle {
  color: #07146A;
}
#activity .activityContent .tab-content {
  display: none;
  letter-spacing: 1.5px;
  font-size: 16px;
}
#activity .activityContent .tab-content.active {
  display: block;
}
#activity .activityContent .tab-content li {
  margin-bottom: 5px;
}
#activity .activityContent .tab-content .contactBtnBlock {
  margin-top: 15px;
}
#activity .activityContent .tab-content .contactBtnBlock button {
  width: 100%;
  margin-right: 14px;
  margin-bottom: 10px;
  padding: 10px 50px;
  border-radius: 10px;
  background: #ff6c3f;
  color: #fff;
  font-weight: bold;
  letter-spacing: 3px;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
}
#activity .activityContent .tab-content .listTitle {
  font-size: 18px;
  font-weight: bold;
}
#activity .activityContent .tab-content li {
  list-style: auto !important;
}
#activity .activityContent .playerImg {
  position: absolute;
  bottom: -118px;
  right: -170px;
  width: 730px;
}
@keyframes flickerOn {
  0% {
    opacity: 0;
    filter: brightness(0.2) blur(2px);
  }
  10% {
    opacity: 1;
    filter: brightness(2) blur(0.5px);
  }
  20% {
    opacity: 0.6;
    filter: brightness(0.8) blur(1px);
  }
  30% {
    opacity: 1;
    filter: brightness(1.6) blur(0.3px);
  }
  40% {
    opacity: 0.7;
    filter: brightness(0.9) blur(0.8px);
  }
  50% {
    opacity: 1;
    filter: brightness(1.8) blur(0.2px);
  }
  60% {
    opacity: 0.8;
    filter: brightness(1) blur(0.5px);
  }
  70% {
    opacity: 1;
    filter: brightness(1.4) blur(0.3px);
  }
  80% {
    opacity: 1;
    filter: brightness(1.3) blur(0.2px);
  }
  90% {
    opacity: 1;
    filter: brightness(1.2) blur(0.1px);
  }
  100% {
    opacity: 1;
    filter: brightness(1.5) blur(0);
  }
}
@keyframes soccerBounce {
  0% {
    opacity: 0.2;
    transform: translateX(-50%) translateY(-80px);
  }
  10% {
    opacity: 0.5;
    transform: translateX(-50%) translateY(-30px);
  }
  20% {
    opacity: 0.9;
    transform: translateX(-50%) translateY(0);
  }
  30% {
    transform: translateX(-50%) translateY(-50px);
  }
  40% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-20px);
  }
  60% {
    transform: translateX(-50%) translateY(0);
  }
  70% {
    transform: translateX(-50%) translateY(-10px);
  }
  80% {
    transform: translateX(-50%) translateY(0);
  }
  90% {
    transform: translateX(-50%) translateY(-5px);
  }
  100% {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
}
@keyframes shadowAppear {
  0% {
    opacity: 0;
    transform: translateX(-50%) scale(0.9);
  }
  50% {
    opacity: 0.7;
    transform: translateX(-50%) scale(1.05);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
}
@keyframes floatBody {
  0%, 100% {
    transform: translateX(-50%) translateY(0%);
  }
  50% {
    transform: translateX(-50%) translateY(-1%);
  }
}
@keyframes floatHand {
  0%, 100% {
    transform: translateX(-50%) translateY(0.1%) rotate(0deg);
  }
  50% {
    transform: translateX(-57%) translateY(2%) rotate(14deg);
  }
}

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