* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Links */
a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

:root {
  --primary-color: #fff;
  --secondary-color: #000;
  --accent-color: #ffcc00; /* 巴西黄色 */
  --body-bg: #009c3b; /* 巴西绿色 */
  --header-bg: #002776; /* 巴西蓝色 */
  --btn-reg: #fff;
  --btn-reg-hover: #ffcc00; /* 巴西黄色 */
  --btn--login: #ffcc00; /* 巴西黄色 */
  --btn--login-hover: #ffda44; /* 亮黄色 */
  --burger: #fff;
  --burger-active: #ffcc00; /* 巴西黄色 */

  --link: #fff;
  --link-hover: #ffcc00; /* 巴西黄色 */
  --active: #ffcc00; /* 巴西黄色 */
  --line: #ffcc00; /* 巴西黄色 */
}

/* Common */
aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
  text-align: justify;
}

h1, .feature-hard-b244 {
  font-size: clamp(20px, 5vw, 34px);
  text-align: center;
  margin: 40px 0;
}

@media (max-width: 550px) {
  h1, .feature-hard-b244 {
    margin: 20px 0;
  }
}

h2 {
  font-size: clamp(20px, 5vw, 28px);
  margin-bottom: 20px;
}
h3 {
  font-size: clamp(18px, 5vw, 24px);
  margin-top: 15px;
  margin-bottom: 15px;
}

ul,
ul li {
  list-style: none;
}

li {
  margin-bottom: 10px;
}

ol, ul {
  margin: 10px 0;
}

ol {
  margin-left: 15px;
}

p {
  margin-bottom: 10px;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

/* no-scroll */
.hovered-ca11 {
  position: fixed;
  overflow-y: hidden;
  width: 100vw;
}

html,
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

main {
  position: relative;
  flex-grow: 1;
  margin-top: 130px;
}

/* @media (max-width: 500px) {
  main {
    margin-top: 100px;
  }
} */

footer {
  flex-shrink: 0;
}

body {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  color: var(--primary-color);
  background: linear-gradient(135deg, #009c3b, #002776); /* 巴西国旗颜色渐变 */
}

.hero-6823 {
  padding: 0 10px;
  max-width: 1230px;
  margin: 0 auto;
}

.element_79eb {
  margin: 40px 0;
}
@media (max-width: 768px) {
  .element_79eb {
    margin: 20px 0;
  }
}

.nav-76a9 {
  color: var(--link);
  transition: .3s ease-in-out;
}
@media (min-width: 768px) {
  .nav-76a9:hover {
    color: var(--link-hover);
  }
}

.cold-2eee {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 25px;
  transition: all 0.3s ease-in-out;
  border: 2px solid var(--btn--login);
  background-color: var(--btn--login);
  font-weight: 600;
  color: var(--secondary-color);
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  .cold-2eee:hover {
    border-color: var(--btn--login-hover);
    background-color: var(--btn--login-hover);
    transform: scale(1.05);
  }
}

.detail_bright_d8d1 {
  width: 50%;
  text-align: center;
  @media (max-width: 768px) {
    width: 100%;
  }
}

.label_21fc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  @media (max-width: 768px) {
    display: flex;
    flex-direction: column;
  }
}

.summary_c6f0 {
  display: flex;
  flex-direction: column;
  text-align: justify;
  width: 50%;
  @media (max-width: 768px) {
    width: 100%;
  }
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/lato-regular.label_thick_309c") format("woff"),
    url("../font/lato-regular.tall-8b3c") format("woff2");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../font/lato-bold.label_thick_309c") format("woff"),
    url("../font/lato-bold.tall-8b3c") format("woff2");
}
.motion_58d4 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  background: var(--header-bg);
  z-index: 50;
  padding: 10px 0;
  box-shadow: 0 0 15px #ffcc00; /* 巴西黄色阴影 */
  font-weight: 600;
}

.fast_b8ab {
  display: flex;
  align-items: center;
}

.caption_dirty_2dff {
  max-width: 200px;
  margin-right: 10px;
}

.paragraph-c9a1 {
  margin: 0;
  font-weight: 600;
  font-size: clamp(24px, 3vw, 30px);
}

@media (max-width:500px) {
  .caption_dirty_2dff {
    width: 102px;
  }
}

.box-fluid-ec5a {
  display: grid;
  grid-template-areas: "logo btns"
                        "nav nav";
  gap: 10px;
}

.fast_b8ab {
  grid-area: logo;
}

.footer_bronze_557e {
  grid-area: btns;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

@media (max-width: 550px){
  .simple-144c {
    flex-direction: column;
  }
}

.simple-0118 {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;

  @media (max-width: 550px){
    font-size: 14px;
    padding: 10px;
  }
}

.outer-8125 {
  border-color: var(--btn-reg);
  fill: var(--btn-reg);
  background-color: transparent;
  color: var(--btn-reg);
  transition: 0.3s ease-in-out;
}

@media (hover: hover) {
  .outer-8125:hover {
    border-color: var(--btn-reg-hover);
    background-color: var(--btn-reg-hover);
  }
}

.picture-cool-3721 {
  margin-right: auto;
  margin-left: 0;
}

.picture-cool-3721 img {
  max-width: 16px;
  height: 16px;
}

@media (max-width: 1200px){
  .box-fluid-ec5a {
  grid-template-areas: "logo logo"
                        "btns burger";
  }
  .caption_dirty_2dff {
    margin: 0 auto;
  }

  .footer_bronze_557e {
    margin-right: auto;
    margin-left: 0;
  }
}

@media screen and (min-width: 1200px){
.filter-up-a547 {
  grid-area: burger;
  display: none;

  }
}

@media screen and (max-width: 1200px){
  .filter-up-a547 {
    
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 40px;
  height: 40px;
  margin-left: auto;
  background-color: transparent;
  cursor: pointer;
  }
}

/* burger__btn */
.filter-up-a547 span {
  position: relative;
  background-color: var(--burger);
  width: 23px;
  height: 2px;
}

.filter-up-a547 span::before {
  content: "";
  position: absolute;
  display: block;
  width: 23px;
  height: 2px;
  top: -5px;
  background-color: var(--burger);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 560px) {
  .filter-up-a547 span::before {
    top: -7px;
  }
}
.filter-up-a547 span::after {
  content: "";
  position: absolute;
  display: block;
  width: 23px;
  height: 2px;
  bottom: -5px;
  background-color: var(--burger);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 560px) {
  .filter-up-a547 span::after {
    bottom: -7px;
  }
}
.content-cool-7040 span::before {
  transform: rotate(45deg);
  top: -1px;
  background-color: var(--burger-active);
}
.content-cool-7040 span::after {
  transform: rotate(-45deg);
  bottom: -1px;
  background-color: var(--burger-active);
}

/* span__none-active */
.liquid-3647 {
  height: 0 !important;
}

.slider-up-19cb {
  grid-area: nav;
  margin-left: auto;
}

@media screen and (max-width: 1200px) {
  .slider-up-19cb {
  position: absolute;
  background: #002776; /* 巴西蓝色 */
  padding: 40px;
  width: 400px;
  right: 0;
  top: 108px;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  z-index: 5;
  transform: translateX(100%);
  z-index: 40;
  transition: all 0.3s ease-in-out;
  }
}


@media (max-width: 560px) {
  .slider-up-19cb {
  width:100%;
  }
}

@media (max-width: 500px) {
  .slider-up-19cb {
  top: 96px;
  }
}

@media screen and (min-width: 1200px) {
  .small_9a13 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.small_9a13::-webkit-scrollbar {
  width: 0;
  height: 0;
}

@media screen and (max-width: 1200px) {
  .small_9a13 {
  display: flex;
  justify-content: start;
  flex-wrap: nowrap;
  align-items: start;
  width: 100%;
  gap: 15px;
  margin-bottom: 0;
  flex-direction: column;
  overflow-y: scroll;
  padding-bottom: 50px;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  }
}

.layout-focused-f3c0 {
  margin-right: 20px;
}

/* nav__active */
.south-6e75 {
  display: flex;
  justify-content: center;
  visibility: visible;
  opacity: 1;
  transform: translateX(0%);
}

.fn-active-0364 {
  position: relative;
  color: var(--active);
}

.fn-active-0364::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: -5px;
  background-color: var(--active);
  transition: all 0.3s ease-in-out;
}

.hero-over-d041 {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(4, 1fr);
}

.notice_selected_6a78 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 15px;
  border: 2px solid var(--accent-color);
  border-radius: 10px;
  background-color: rgba(0, 39, 118, 0.8); /* 半透明巴西蓝色 */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: .3s ease-in-out;
  font-size: clamp(14px, 2vw, 20px);
}

.notice_selected_6a78 svg {
  width: 50px;
  height: 50px;
}

@media (max-width: 605px) {
  .notice_selected_6a78 {
    height: 138px;
  }
}
@media (max-width: 500px) {
  .notice_selected_6a78 {
    padding: 5px;
    height: 125px;
  }

  .notice_selected_6a78 svg {
    width: 30px;
    height: 30px;
  }
}

@media (hover: hover) {
  .notice_selected_6a78:hover {
    background-color: rgba(0, 156, 59, 0.8); /* 半透明巴西绿色 */
    box-shadow: 0 6px 12px rgba(255, 204, 0, 0.4); /* 巴西黄色阴影 */
    color: var(--accent-color);
    transform: translateY(-5px);
  }
}

.hero-3407 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 30;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.notification_5db0 {
  visibility: visible;
  opacity: 1;
}

.section-741f li {
  display: flex;
  align-items: start;
}

.section-741f li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--accent-color); /* 巴西黄色 */
  border-radius: 20px;
  display: block;
  padding-right: 10px;
  margin-right: 15px;
  transform: translateY(5px);
}

.image_8b84 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;

  max-width: 220px;
  margin: 25px auto;
}

.shadow_steel_bf3a {
  display: flex;
  max-width: max-content;
  align-items: center;
  gap: 15px;
  padding: 0px 15px;
  border-radius: 50px;
  color: #000;
  overflow: hidden;
  font-weight: 600;
  background-color: #ffcc00; /* 巴西黄色 */
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
}

.shadow_steel_bf3a img {
  border-radius: 0;
}

.texture-inner-e9f0 {
  padding: 10px 10px 10px 20px;
  margin-left: -16px;
  background-color: #009c3b; /* 巴西绿色 */
  transition: all 0.3s ease-in-out;
}

.shadow_steel_bf3a:hover {
  background-color: #ffda44; /* 亮黄色 */
}
.shadow_steel_bf3a:hover .texture-inner-e9f0 {
  background-color: #00b344; /* 亮绿色 */
}

.fn-first-0364 {
  display: block;
  max-width: 100%;
  margin: 0 auto 30px;
  @media (max-width: 768px) {
    max-width: 100%;
  }
}

.component-narrow-99af {
  display: block;
  max-width: 50%;
  margin: 20px auto;

  @media (max-width: 768px) {
    max-width: 100%;
  }
}

.content_bottom_316b {
  display: block;
  max-width: 100%;
  margin: 20px auto;

  @media (max-width: 768px) {
    max-width: 100%;
  }
}

.mask-daac {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.highlight-east-988c {
  max-width: 50%;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;

  @media (max-width: 768px) {
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.overlay-0e7e {
  max-width: 50%;
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;

  @media (max-width: 768px) {
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }
}

.border-c488 {
  border: 3px solid var(--accent-color); /* 巴西黄色 */
  border-radius: 15px;
  padding: 20px 40px;
  background-color: rgba(0, 39, 118, 0.7); /* 半透明巴西蓝色 */
}

.accent-7907 {
  max-width: 200px;
}
.advanced-d043 {
  position: relative;
  text-align: center;
}

.advanced-d043::after {
  content: "";
  position: absolute;
  display: block;
  width: calc((100% - 50%) - 100px);
  height: 3px;
  right: 0;
  top: 50%;
  background-color: var(--line);
  border-block-end: 0;
  flex-grow: 1;
}
.advanced-d043::before {
  content: "";
  position: absolute;
  width: calc((100% - 50%) - 100px);
  left: 0;
  height: 3px;
  top: 50%;  
  background-color: var(--line);
}

.action_1982 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
}

.progress-white-56c1 {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 10px;
}

.progress-white-56c1 p {
  margin-bottom: 0;
}

.label_1eb4 {
  padding-bottom: 7px;
  border-bottom: 1px solid var(--line);
}

.label_1eb4 img {
  max-width: 15px;
}

.smooth-42f9 {
  max-width: max-content;
}

.pressed-7fb0 {
  margin: 0 auto;
}

.smooth-42f9 img {
  width: 16px;
}

@media (max-width: 550px) {
  .border-c488 {
    padding: 15px 10px;
  }
  .action_1982 {
  flex-direction: column;
  margin-bottom: 10px;
  }
  .advanced-d043 {
    margin-bottom: 10px;
  }
  .label_1eb4 {
    width: max-content;
    margin: auto;
  }
  .advanced-d043::after,
  .advanced-d043::before {
    width: calc((100% - 47%) - 100px);
  }
  .smooth-42f9 {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
  }
}

.heading_3970 {
  padding: 20px;
  border: 3px solid var(--accent-color); /* 巴西黄色 */
  border-radius: 15px;
  background-color: rgba(0, 39, 118, 0.7); /* 半透明巴西蓝色 */
}

.top-1747 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

.top-1747 div {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
}

.top-1747 div img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* game */

.panel-7317 {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: green transparent;
}
.panel-7317::-webkit-scrollbar {
  width: 5px; 
  color: transparent;
}

.panel-7317::-webkit-scrollbar-track {
  margin-top: 10px;
  background: transparent;
}

.panel-7317::-webkit-scrollbar-thumb {
  background-color: #ffcc00; /* 巴西黄色 */ 
  border-radius: 20px;
  border: 3px solid #009c3b; /* 巴西绿色 */
}

.tooltip_black_83e1 {
  min-width: 90px;
  cursor: pointer;
}

/* modal */

.next-6196 {
  position: fixed;
  width: 100%;
  max-width: 800px;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #002776; /* 巴西蓝色 */
  border: 3px solid #ffcc00; /* 巴西黄色边框 */
  border-radius: 15px;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 35;
}

.button_focused_3feb {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

.accordion_solid_4e47 {
  border: 1px solid #ffcc00; /* 巴西黄色 */
  background-color: var(--accent-color);
  color: #000;
  font-weight: 600;
  border-radius: 25px;
  padding: 12px 20px;
  transition: all 0.3s ease-in-out;
}

.accordion_solid_4e47:hover {
  background-color: #ffda44; /* 亮黄色 */
  transform: scale(1.05);
}

.modal_solid_0dcf {
  display: flex;
}

.paragraph-lite-8eb2 {
  background-image: url("../image/bg.video-63f2");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* css-noise: 7839 */
.ghost-box-q6 {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1.3;
}
