@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html,
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  scroll-behavior: smooth;
  background: #000001;
}

html {
  scroll-padding-top: 100px;
}

.font-neue-machina {
  font-family: 'Neue Machina', sans-serif;
}

.pointer-cursor {
  cursor: pointer;
}

.z-index-1 {
  z-index: 1;
}
/* 背景粒子效果 */
#particles-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: none;
}

h2 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
}

h3 {
  font-size: 1.5625rem;
  line-height: 1.2;
}

h4 {
  font-size: 1.375rem;
  line-height: 1.2;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.2;
}

h6 {
  font-size: 0.875rem;
  line-height: 1.2;
}

p {
  font-size: 1rem;
  font-weight: 400;
}

section {
  padding: 75px 0;
}

h2.heading {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
h2.heading.mode span {
  background: linear-gradient(89deg, #2CB0A4 0.29%, #004EA1 145.5%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}
h2.heading.mode.mix span {
  background: linear-gradient(87deg, #F4B400 6.82%, #2CB0A4 97.79%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1100px;
}

.view-more {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 30px;
  border-radius: 36px;
  background-color: #FFFFFF0D;
  border: 1px solid #FFFFFF26;
  backdrop-filter: blur(20px);
  transition: 0.4s all;
  white-space: nowrap;
  line-height: 100%;

}

.careers .view-more {
  justify-self: center;
}
.view-more:hover {
  background-color: #ffffff3d;

}
.view-more:hover i {
  transform: translateX(3px);
}
.view-more i {
  font-size: 1.875rem;
  transform: translateX(0px);
  transition: 0.4s all;
}
.view-more.white-btn {
  color: #024183;
  background-color: #ffffff;
}
.view-more.white-btn:hover {
  color: #024183;
}
.view-more.white-btn i {
  color: #024183;
}

header {
  background: transparent;
  padding: 15px 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  max-width: 1920px;
  left: 50%;
  transform: translateX(-50%);
}


header .container-fluid {
  align-items: flex-start;
}
header .site-logo {
  display: flex;
  align-items: center;
  gap: 40px;
  transition: 0.4s all;
  height: 53px;
}
header .site-logo img {
  transition: 0.4s all;
  width: 110%;
}
header.scrolled {
  /* background: #20242791; */
}
header.scrolled .site-logo {
  gap: 25px;
}
header.scrolled .site-logo img {
  width: 100%;
}
header .navbar {
  padding: 0;
  width: 100%;
}
header .navbar .navbar-nav {
  justify-content: flex-end;
  width: 100%;
  gap: 10px;
}
header .navbar .navbar-nav li .dropdown-menu {
  border-radius: unset;
  background: #202022;
  /* background: linear-gradient(70deg, #2CB0A4 0%, #004EA1 100%); */
  box-shadow: 0px 4px 4.7px 0px rgba(0, 0, 0, 0.18);
}
header .navbar .navbar-nav li .dropdown-menu a {
  color: #ffffff;
  background-color: unset;
  font-weight: 400;
  padding: 8px 15px;
}
header .navbar .navbar-nav li .dropdown-menu a.active {
  background-color: unset;
  color: #ffffff;
}
header .navbar .navbar-nav li .dropdown-menu a:hover {
  color: #ffffff;
}
header .navbar .navbar-nav li a.nav-link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  padding: 0;
  font-size: 14px;
}
header .navbar .navbar-nav li a.nav-link:hover {
  color: #5FF6E8;
}
header .navbar .navbar-nav li a.nav-link:focus {
  color: #5FF6E8;
}
header .navbar .navbar-nav li a.nav-link.active {
  color: #5FF6E8;
}
header .navbar .navbar-toggler {
  border: unset;
  padding-right: 0;
}
header .navbar .navbar-toggler:focus {
  box-shadow: none;
}
header .navbar .hamburger .line {
  width: 30px;
  height: 3px;
  background-color: #ffffff;
  display: block;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
}
header .navbar .hamburger:hover {
  cursor: pointer;
}
header .navbar #hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}
header .navbar #hamburger-1.is-active .line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
header .navbar #hamburger-1.is-active .line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.ma5menu__toggle {
  background-color: transparent;
  height: unset;
}
.ma5menu__toggle:hover {
  background-color: transparent;
}

.ma5menu__panel > ul li a:hover {
  color: #2CB0A4;
}

.ma5menu__container {
  background: linear-gradient(0deg, #2CB0A4 0%, #004EA1 100%);
}
.ma5menu__container .ma5menu__panel {
  background: linear-gradient(0deg, #2CB0A4 0%, #004EA1 100%);
}
.ma5menu__container .ma5menu__logo {
  display: none;
}

/* Mobile menu source list: keep in DOM for ma5menu, but invisible */
.ma5menu-source > ul.site-menu {
  position: absolute !important;
  left: -99999px !important;
  top: -99999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

.dropend .dropdown-toggle {
  margin-left: 1em;
}

.dropdown-toggle::after {
  vertical-align: 0.2em;
}

.dropdown .dropdown-menu {
  transform: translateY(0px);
  transition: 0.4s all;
  opacity: 0;
  display: block;
  visibility: hidden;
}

.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}

@media screen and (min-width: 769px) {
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}
.hero-section {
  position: relative;
  padding: 0;
  /* overflow: hidden; */
  height: min(100vh,1170px);
  display: flex;
  /* align-items: center; */
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
  /* background: url(../images/top_background.png) no-repeat center center;
  background-size: contain; */
  /* padding-top: 300px; */
}
.hero-section.our-mission-section {
  align-items: center;
}

.hero-section .hero-info {
  display: flex;
  align-items: center;
}

.hero-section .hero-info h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 64px;
  color: #fff;
  margin-bottom: 30px;
}
.hero-section .hero-info h1 span {
  background: linear-gradient(88deg, #2CB0A4 5.27%, #004EA1 124.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-section .hero-info p {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  line-height: 32px;
}
.hero-section .hero-info p span {
  background: linear-gradient(88deg, #2CB0A4 5.27%, #004EA1 124.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.hero-section .hero-info .hero-img img {
  width: 125%;
  margin-left: -30px;
}

/* News & Insights 页首：与首页 hero-section 同构，背景图独立 */
.news-and-insights-section .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-and-insights-section h1 {
  color: #FFFFFF;
}

.news-and-insights-section.hero-section .hero-info .container {
  position: relative;
  z-index: 1;
}
.news-and-insights-section.hero-section .page-top-background {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.news-and-insights-section.hero-section .page-top-background img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  transform: translateZ(0); /* 强制进入同一合成层 */
  will-change: auto;
}

.page-hero-section {
  height: min(100vh,1170px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
  
}

.page-hero-section.et-holding {
  align-items: flex-start;
  min-height: 800px;
}

.page-hero-section .et-holding-top-bg {
  height: 640px;
}


.hero-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.page-top-background img{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 0;

}

.page-hero-section.low-height {
  min-height: 50vh;
}
.page-hero-section.low-height-pro {
  min-height: 25vh;
}
.page-hero-section.goldshell-page img {
  width: 75%;
  margin: auto;
  display: block;
}
.page-hero-section.contact::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(5, 9, 19, 0.6);
}
.page-hero-section.hpc::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(5, 9, 19, 0.6);
}
.page-hero-section h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 20px;
}
.page-hero-section h2 span {
  background: linear-gradient(88deg, #2CB0A4 5.27%, #004EA1 124.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-hero-section h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 64px;
  color: #fff;
  margin-bottom: 15px;
}
.page-hero-section h1 span {
  background: linear-gradient(88deg, #2CB0A4 5.27%, #004EA1 124.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-hero-section h5 {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
}
.page-hero-section p {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  line-height: 32px;
  margin-bottom: 0;
}
.page-hero-section img {
  width: 100%;
}
.page-hero-section.infrastructure-hero .page-top-background {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.page-hero-section.infrastructure-hero .page-top-background img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}
.page-hero-section.infrastructure-hero .container {
  position: relative;
  z-index: 1;
}

/* Accelerate with ICG - 2x2 磨砂玻璃卡片 */
/* 渐变边框容器，1为右上到左下为白，2为左上到右下为白 */
.accelerate-icg-box-1 {
  padding: 1px;
  border-radius: 16px;
  background-image: linear-gradient(228.48deg, rgba(255, 255, 255, 0.51) 1.21%, rgba(255, 255, 255, 0) 50.49%, rgba(255, 255, 255, 0.51) 98.79%);
}
.accelerate-icg-box-2 {
  padding: 1px;
  border-radius: 16px;
  background-image: linear-gradient(134.02deg, rgba(255, 255, 255, 0.51) 13.81%, rgba(255, 255, 255, 0) 50.36%, rgba(255, 255, 255, 0.51) 86.19%);
}
.accelerate-icg-section {
  position: relative;
  background: #000001;
}
.accelerate-icg-title {
  width: 600px;
}
.accelerate-icg-grid {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .accelerate-icg-grid > .accelerate-icg-item {
    width: auto;
  }
  .accelerate-icg-grid > .accelerate-icg-item--1 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .accelerate-icg-grid > .accelerate-icg-item--2 {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
.accelerate-icg-card {
  position: relative;
  height: 320px;
  min-height: 320px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* 不透明黑色底渐变（#000001 与青/蓝预混），避免半透明处透出 ::before 白边 */
  background: linear-gradient(135deg, #0a1d24 0%, #041328 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
}



/* 使用伪元素实现圆角渐变描边，兼容 border-image 不支持 border-radius 的浏览器 */
.accelerate-icg-card.card-type-1::before {
  content: "";
  position: absolute;
  inset: -1.01px;
  z-index: -1;
  border-radius: 17.01px;
  /* background: linear-gradient(228.48deg, rgba(255, 255, 255, 0.51) 1.21%, rgba(255, 255, 255, 0) 50.49%, rgba(255, 255, 255, 0.51) 98.79%); */
}
.accelerate-icg-card.card-type-2::before {
  content: "";
  position: absolute;
  inset: -1.01px;
  z-index: -1;
  border-radius: 17.01px;
  /* background: linear-gradient(134.02deg, rgba(255, 255, 255, 0.51) 13.81%, rgba(255, 255, 255, 0) 50.36%, rgba(255, 255, 255, 0.51) 86.19%); */
}

.accelerate-icg-card__title {
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 16px 0;
  line-height: 1.35;
  max-width: 430px;
}

.about-goldshell-container .accelerate-icg-card__title {
  font-size: 64px;
  font-weight: 800;
}

.accelerate-icg-card__icon {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-top: auto;
}
.accelerate-icg-card__icon img {
  width: 42px;
  height: auto;
  object-fit: contain;
  /* 2x 图导出，此处按 1x 视觉尺寸显示 */
  max-width: 80px;
  max-height: 80px;
}

.core-advantage {
  position: relative;
}
.core-advantage .box {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.core-advantage .box img {
  max-width: 120px;
  height: auto;
}
.core-advantage .box .info h5 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}
.core-advantage .box .info ul {
  margin-bottom: 0;
  padding-left: 18px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.core-advantage .box .info ul li {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

.product {
  position: relative;
}
.product .product-list-vertical {
  flex-direction: column;
  align-items: center;
}
.product .product-list-vertical__col {
  width: 100%;
}
.product .product-box {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 400px;
  gap: 10px;
}
.product .product-box.product-box-reverse {
  flex-direction: row-reverse;
}
.product .product-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex: 0 0 33.333%;
  min-width: 0;
  padding: 24px;
  /* background: linear-gradient(135deg, #0a1d24 0%, #041328 100%); */
  border-radius: 10px;
  border: 1px solid #FFFFFF26
}
.product .product-box-reverse .product-info {
  border-radius: 0 16px 16px 0;
}
.product .product-info-icon {
  width: 100%;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.product .product-info-icon img {
  width: 200px;
  height: auto;
  object-fit: contain;
}
.product .product-info-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  width: 270px;
}
.product .product-info-title {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 12px 0;
  line-height: 31px;
}
.product .product-info-content {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  line-height: 26px;
  margin: 0;
}
.product .product-desc {
  flex: 1 1 66.667%;
  min-height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
  position: relative;
}
.product .product-box-reverse .product-desc {
  border-radius: 16px 0 0 16px;
}
.product .product-desc-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 24px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  background: linear-gradient(to top, rgba(5, 9, 19, 0.95) 0%, transparent 100%);
  border-radius: 0 0 16px 0;
}
.product .product-box-reverse .product-desc-overlay {
  border-radius: 0 0 0 16px;
}
.product .product-desc-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 8px;
  min-width: 0;
  flex: 1 1 auto;
}

.product .product-desc-summary {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 31px;
  margin: 0;
  text-align: left;
}

.product .product-desc-hero {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 26px;
  margin: 0;
  text-align: left;
  width: 410px;
}
.product .product-desc-readmore {
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 400;
}
.product .box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product .box img {
  margin-bottom: 20px;
  border-radius: 12px;
}
.product .box .info h5 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}
.product .box .info p {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 24px;
  margin-bottom: 20px;
}
/* .product .box a {
  background-color: none;
  border-radius: 70px;
  border: 2px solid #2CB0A4;
  color: #2CB0A4;
  font-size: 16px;
  font-weight: 500;
}
.product .box a:hover {
  background-color: #2CB0A4;
  color: #ffffff;
}
.product .box a:hover i {
  color: #ffffff;
} */

footer {
  position: relative;
}

.footer-top {
  background: #000001;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}
.footer-top .logo-box {
  display: flex;
  align-items: center;
  gap: 25px;
}
.footer-top .logo-box h6 {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.footer-top .logo-box img {
  transition: 0.4s all;
  transform: scale(1);
}
.footer-top .logo-box img:hover {
  transform: scale(1.05);
}
.footer-top .logo-box img.gold-shell {
  height: 30px;
}
.footer-top .logo-box img.gf {
  height: 40px;
}

.page-template-high-performance-computing .footer-top {
  position: absolute;
  top: -88px;
  width: 100%;
}

.footer {
  background: linear-gradient(56.5deg, #0D172E 23.13%, #010103 45.01%);

  /* background: linear-gradient(227deg, #004EA1 -1.4%, #167FA3 38.35%, #2CB0A4 97.97%); */
  padding: 75px 0;
  z-index: 1;
  position: relative;
}
.footer .container {
  margin-bottom: 100px;
}
.footer .footer-logo-box {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0 80px;
  box-sizing: border-box;
}

.footer .footer-logo-box img {
  max-width: 1320px;
  width: 100%;
}

.footer .link-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}
.footer ul.social {
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}
.footer ul.social li a {
  color: #fff;
  text-decoration: none;
  transition: 0.4s all;
}
.footer ul.social li a i {
  font-size: 25px;
}
.footer ul.social li a:hover {
  color: #2addda;
}
.footer ul.link {
  flex-direction: column;
  gap: 5px;
}
.footer ul.link li a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.4s all;
}
.footer ul.link li a i {
  font-size: 20px;
}
.footer ul.link li a:hover {
  color: #2addda;
}
.footer .inchains-main img {
  width: 200px;
}
.footer a {
  color: #fff;
  text-decoration: none;
  transition: 0.4s all;
}
.footer a:hover {
  color: #2addda;
}
.footer h6 {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
}
.footer p {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}

.copyright {
  padding: 30px 0;
  background: #000;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.subscribe-section {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 80px 0;
  
  max-width: 1100px;
  margin: auto;
}

.subscribe-box {
  border-radius: 15px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.subscribe-box .subscribe-form {
  margin-top: 50px;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.subscribe-box .subscribe-cf7 {
  width: 100%;
}
.subscribe-box form.subscribe-cf7 {
  width: 100%;
  position: relative;
}
.subscribe-box .subscribe-cf7 .row.g-3.mb-3 {
  margin-bottom: 0 !important;
}
.subscribe-box .subscribe-cf7 .row.g-3.mb-3 > .col-md-12 {
  position: relative;
}
.subscribe-box .subscribe-cf7 .row.g-3.mb-3 > .col-lg-8 {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
}
.subscribe-box .subscribe-cf7 input.wpcf7-form-control {
  width: 100%;
  height: 95px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 9999px;
  background: transparent;
  color: #FFFFFF80;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  padding: 16px 260px 16px 40px;
}
.subscribe-box .subscribe-cf7 input.wpcf7-form-control::placeholder {
  color: #8f97ac;
  opacity: 1;
}
.subscribe-box .subscribe-cf7 .mt-4.position-relative {
  position: absolute !important;
  top: 26px;
  right: 12px;
  margin-top: 0 !important;
}
.subscribe-box .subscribe-cf7 .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  height: 73px;
  padding: 8px 38px;
  border: none;
  border-radius: 9999px;
  background-color: #ffffff;
  color: #101318;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.subscribe-box .subscribe-cf7 .wpcf7-submit:hover {
  color: #101318;
  background-color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}
.subscribe-box .subscribe-cf7 .wpcf7-submit i {
  display: none;
}
.subscribe-box .subscribe-cf7 .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 36px;
  row-gap: 12px;
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
}
.subscribe-box .subscribe-cf7 .wpcf7-list-item {
  cursor: pointer;
  margin: 0;
}
.subscribe-box .subscribe-cf7 .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
.subscribe-box .subscribe-cf7 .wpcf7-list-item input[type=checkbox] {
  margin: 0;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  border: 1px solid #d7deea;
  background: #ffffff;
  appearance: none;
  cursor: pointer;
  position: relative;
}
.subscribe-box .subscribe-cf7 .wpcf7-list-item input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 12px;
  border: solid #0f1b37;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  top: 2px;
  left: 7px;
}
.subscribe-box .subscribe-cf7 .wpcf7-not-valid-tip {
  color: #e1e1e1;
  margin-top: 5px;
  font-size: 0.875rem;
}

@media (max-width: 991px) {
  .subscribe-box .subscribe-cf7 input.wpcf7-form-control {
    height: 62px;
    font-size: 20px;
    padding: 10px 20px;
  }
  .subscribe-box .subscribe-cf7 .mt-4.position-relative {
    position: static !important;
    margin-top: 12px !important;
  }
  .subscribe-box .subscribe-cf7 .wpcf7-submit {
    width: 100%;
    min-width: 0;
    height: 52px;
    font-size: 20px;
  }
  .subscribe-box .subscribe-cf7 .wpcf7-list-item label {
    font-size: 18px;
  }
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #e45151;
  text-align: center;
  color: #fff;
  padding: 15px;
}

.wpcf7-spinner {
  top:24px;
  left: 142px;
  position: absolute;
}

.hpc-advantage .box img {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 12px;
}
.hpc-advantage .box .info h5 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}
.hpc-advantage .box .info p {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 24px;
  margin-bottom: 20px;
}

.explore-chip {
  position: relative;
  background: linear-gradient(56.5deg, #0D172E 23.13%, #010103 45.01%);

}
.explore-chip .chip-container {
  border: 2px solid #fff;
  border-radius: 10px 0 0 0;
  position: relative;
}

/* HPC 页：Launched to market 区块去除外边框 */
.page-template-high-performance-computing .explore-chip .chip-container {
  border: 0;
  border-radius: 0;
}
.explore-chip-btn {
  width: 152px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 36px;
  border: 1px solid #FFFFFF26;
  background: #FFFFFF1A;
  justify-self: center;

  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
  margin: auto;
  margin-top: 30px;
}

.explore-chip .container .explore-chip-btn:hover {
  background-color: #FFFFFF26;
  transform: scale(1.05);
  transition: 0.2s all;
}



.explore-chip .chip-container h4 {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 30px;
  color: #ffffff;
  border: 2px solid #fff;
  position: absolute;
  top: -25px;
  background-color: #000;
}
.explore-chip .box .info h5 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
  transition: 0.4s all;
}
.explore-chip .box .info p {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 24px;
  margin-bottom: 10px;
  transition: 0.4s all;
}
.explore-chip .box .icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.explore-chip .box .icons img {
  height: 25px;
}
.explore-chip .hpc-miners-grid {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}
.explore-chip .hpc-miner-col {
  display: flex;
  justify-content: center;
  position: relative;
}
.explore-chip .hpc-miner-box {
  width: 100%;
  max-width: 320px;
  min-height: 100%;
  padding: 24px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.explore-chip .hpc-miner-col::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  bottom: 12px;
  width: 1px;
  background: linear-gradient(180deg, rgba(47, 70, 106, 0.1) -2.94%, #2F466A 49.17%, rgba(47, 70, 106, 0.1) 102.37%);
}
.explore-chip .hpc-miner-col::before {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(47, 70, 106, 0.1) -2.94%, #2F466A 49.17%, rgba(47, 70, 106, 0.1) 102.37%);
}
@media (min-width: 992px) {
  .explore-chip .hpc-miner-col:nth-child(3n)::after {
    display: none;
  }
  .explore-chip .hpc-miner-col:nth-last-child(-n+3)::before {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .explore-chip .hpc-miner-col:nth-child(2n)::after {
    display: none;
  }
  .explore-chip .hpc-miner-col:nth-last-child(-n+2)::before {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .explore-chip .hpc-miner-col::after,
  .explore-chip .hpc-miner-col::before {
    display: none;
  }
}
.explore-chip .hpc-miner-icon {
  width: 96px;
  height: 96px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.explore-chip .hpc-miner-icon.is-multiple {
  width: auto;
  height: 96px;
  gap: 20px;
  flex-wrap: nowrap;
}
.explore-chip .hpc-miner-icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.explore-chip .hpc-miner-icon.is-multiple img {
  max-height: 96px;
}
.explore-chip .hpc-miner-box .info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.explore-chip a {
  text-decoration: none;
}
.explore-chip a .box {
  text-align: center;
}
.explore-chip a .box .image-box {
  overflow: hidden;
  margin-bottom: 30px;
}
.explore-chip a .box .image-box img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: 0.4s all;
}
.explore-chip a .box .info h5 {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
  transition: 0.4s all;
}
.explore-chip a .box .info p {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 24px;
  margin-bottom: 20px;
  transition: 0.4s all;
}
.explore-chip a:hover .box .image-box img {
  transform: scale(1.1);
}
.explore-chip a:hover .box .info h5 {
  color: #2CB0A4;
}
.explore-chip a:hover .box .info p {
  color: #2CB0A4;
}

.goldshell-section {
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.goldshell-section p {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
}
.goldshell-section a {
  /* background-color: none; */
  border-radius: 70px;
  /* border: 2px solid #2CB0A4; */
  /* color: #2CB0A4; */
  font-size: 16px;
  font-weight: 500;
  justify-self: center;
  margin: auto;
}
.goldshell-section a:hover {
  background-color: #2CB0A4;
  color: #ffffff;
}
.miners-series {
  padding-top: 96px;
  padding-bottom: 84px;
}
.miners-series .miners-series-btn {
  margin: 24px auto 0;
}
.miners-series-container {
  margin-top: 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.miners-series-picture-box-border {
  width: min(100%, 981px);
  min-height: 520px;
  padding: 1px;
  border-radius: 35px;
  border: 1px solid #FFFFFF82;
  /* background-image: linear-gradient(150.02deg, rgba(255, 255, 255, 0.51) 10.81%, rgba(255, 255, 255, 0) 50.36%, rgba(255, 255, 255, 0.51) 89.19%); */
}
.miners-series-picture-box {
  width: min(100%, 980px);
  min-height: 520px;
  padding: 20px;
  border-radius: 35px;
  /* border: 1px solid rgba(255, 255, 255, 0.24); */
  background: #00000000;
  /* box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03); */
  display: flex;
  align-items: center;
  justify-content: center;
}
.miners-series-picture-item {
  display: none;
  width: 100%;
  text-align: center;
}
.miners-series-picture-item.is-active {
  display: block;
}
.miners-series-picture-stage {
  position: relative;
  width: 100%;
  min-height: 480px;
  overflow: hidden;
}

.miners-series-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 20px;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: none;
  pointer-events: none;
}

.miners-series-overlay::before {
  content: "";
  position: absolute;
  left: var(--ms-line-left, 20px);
  top: var(--ms-line-top, 0);
  width: 2px;
  height: var(--ms-line-height, 100%);
  background: rgba(255, 255, 255, 0.75);
  border-radius: 1px;
  pointer-events: none;
  z-index: 0;
}

.miners-series-picture-stage:hover .miners-series-overlay {
  opacity: 1;
  transition: opacity 0.25s ease;
}

.miners-series-overlay-content {
  width: min(100%, 820px);
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  position: relative;
  z-index: 1;
  padding-left: 18px;
}
.miners-series-image-layer {
  position: absolute;
  inset: 0;
  margin: auto;
  max-width: 100%;
  max-height: 480px;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 18px;
  opacity: 0;
  transform: translate3d(0, 0, 0) scale(1);
  transition: opacity 0.26s ease, transform 0.32s ease;
  pointer-events: none;
}
.miners-series-image-layer.is-active {
  opacity: 1;
}

.miners-series-picture-stage.effect-slide-x .miners-series-image-layer {
  transform: translate3d(12%, 0, 0);
}
.miners-series-picture-stage.effect-slide-x .miners-series-image-layer.is-active {
  transform: translate3d(0, 0, 0);
}
.miners-series-picture-stage.effect-slide-x .miners-series-image-layer.is-leaving {
  transform: translate3d(-12%, 0, 0);
}

.miners-series-picture-stage.effect-slide-y .miners-series-image-layer {
  transform: translate3d(0, 12%, 0);
}
.miners-series-picture-stage.effect-slide-y .miners-series-image-layer.is-active {
  transform: translate3d(0, 0, 0);
}
.miners-series-picture-stage.effect-slide-y .miners-series-image-layer.is-leaving {
  transform: translate3d(0, -12%, 0);
}

.miners-series-picture-stage.effect-zoom .miners-series-image-layer {
  transform: scale(1.08);
}
.miners-series-picture-stage.effect-zoom .miners-series-image-layer.is-active {
  transform: scale(1);
}
.miners-series-picture-stage.effect-zoom .miners-series-image-layer.is-leaving {
  transform: scale(0.94);
}
.miners-series-info-box {
  width: min(100%, 980px);
  padding: 1px;
  border-radius: 9999px;
  background-image: linear-gradient(170.02deg, rgba(255, 255, 255, 0.51) 10.81%, rgba(255, 255, 255, 0) 50.36%, rgba(255, 255, 255, 0.51) 89.19%);

}
.miners-series-tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 8px;
  border-radius: 9999px;
  /* border: 1px solid rgba(255, 255, 255, 0.3); */
  background: rgba(8, 11, 15, 0.85);
  padding: 8px;
  overflow-x: auto;
}
.miners-series-tab {
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0);

  white-space: nowrap;
  padding: 24px 30px;
  border-radius: 9999px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  transition: all 0.25s ease;
}
.miners-series-tab.is-active {
  background: #FFFFFF1A;
  color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
  border: 1px solid #FFFFFF26;
}
.miners-series-empty {
  color: #ffffff;
  opacity: 0.75;
}

.miners-series-description .hero-description {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 170%;
}

@media (max-width: 767.98px) {
  .miners-series-picture-box-border {
    min-height: 260px;
  }
  .miners-series-picture-box {
    min-height: 260px;
    padding: 12px;
  }
  .miners-series-picture-stage {
    min-height: 260px;
  }
  .miners-series-image-layer {
    inset: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: contain;
    object-position: center center;
  }
  .miners-series-overlay {
    padding: 12px 10px;
  }
  .miners-series-overlay-content {
    font-size: 10px;
    line-height: 1.35;
    padding-left: 12px;
  }
  .miners-series-overlay-content strong {
    font-size: 13px;
    line-height: 1.15;
  }
  .miners-series-tab {
    font-size: 14px;
    padding: 10px 16px;
  }
}
.goldshell-section a:hover i {
  color: #ffffff;
}

.about-goldshell-section {
  position: relative;
  margin-bottom: 80px;
}
.about-goldshell-section .about-goldshell-container {
  margin-top: 34px;
}
.about-goldshell-section .about-goldshell-grid {
  max-width: 1100px;
}
.about-goldshell-section .about-goldshell-card__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.about-goldshell-section .about-goldshell-card__description {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.86);
}
.about-goldshell-section .about-goldshell-currencies {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}
.about-goldshell-section .about-goldshell-currencies__track {
  width: min(100%, 1100px);
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 8px 12px;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: linear-gradient(90deg, rgba(7, 13, 23, 0.92) 0%, rgba(13, 19, 31, 0.92) 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  overflow-x: auto;
}
.about-goldshell-section .about-goldshell-currencies__item {
  /* width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.06); */
}
.about-goldshell-section .about-goldshell-currencies__item img {
  width: 62px;
  height: 62px;
  object-fit: contain;
}


.about-goldshell-section .about-goldshell-info {
  font-family: Almarai;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;

  justify-self: center;
  text-align: center;
  color: #5B5B5B;
  margin-top: 12px;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
}

.benifit-section {
  position: relative;
}
.benifit-section .box {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
.benifit-section .box img {
  width: 110px;
}
.benifit-section .box .info h5 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}
.benifit-section .box .info p {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 24px;
}

.goldshell-pay {
  position: relative;
}
.goldshell-pay .info img {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.goldshell-pay .info a {
  background-color: transparent;
  border-radius: 70px;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}
.goldshell-pay .info a i {
  color: #ffffff;
}
.goldshell-pay .info a:hover {
  background-color: #ffffff;
  color: #282828;
}
.goldshell-pay .info a:hover i {
  color: #282828;
}

.infrastructure-section {
  position: relative;
}
.infrastructure-section img {
  width: 80%;
}
.infrastructure-section .info h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 20px;
}
.infrastructure-section .info h5 {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 15px;
}
.infrastructure-section .info p {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  line-height: 32px;
  margin-bottom: 20px;
}
.infrastructure-section .info a {
  background-color: none;
  border-radius: 70px;
  border: 2px solid #2CB0A4;
  color: #2CB0A4;
  font-size: 16px;
  font-weight: 500;
}
.infrastructure-section .info a:hover {
  background-color: #2CB0A4;
  color: #ffffff;
}
.infrastructure-section .info a:hover i {
  color: #ffffff;
}

.our-milestones-section {
  margin-top: 100px;
}

.company-info-section {
  position: relative;
}
.company-info-section .description {
  margin-top: 125px;
}
.company-info-section .description p {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
}
.company-info-section .history ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  justify-content: center;
  align-items: center;
}
.company-info-section .history ul::before {
  position: absolute;
  content: "";
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}
.company-info-section .history ul li {
  padding: 20px;
  border-radius: 10px;
  background: #000001;
  text-align: center;
  z-index: 2;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
}
.company-info-section .history ul li::before {
  position: absolute;
  content: "";
  background: #ffffff;
  width: 12px;
  height: 12px;
  top: -5px;
  border-radius: 100%;
}
.company-info-section .history ul li:nth-child(1)::before {
  display: none;
}
.company-info-section .history ul li::after {
  position: absolute;
  content: "";
  background: #ffffff;
  width: 12px;
  height: 12px;
  bottom: -5px;
  border-radius: 100%;
}
.company-info-section .history ul li:nth-last-child(1)::after {
  display: none;
}
.company-info-section .history ul li h5 {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.company-info-section .history ul li p {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}

.company-info-section .youtube-video {
  padding: 27px;
  border: 1px solid #FFFFFF82;
  border-radius: 35px;
  margin-top: 73px;
}


.company-info-section .core-values {
  position: relative;
  margin-top: 100px;
}
/* 渐变边框容器，与 newsAndInsights 中 .news-line-box 相同 */
.core-values .hero-title {
  margin-bottom: 80px;
}
.core-values-box-wrap {
  height: 351px;
  padding: 1px;
  border-radius: 16px;
  background-image: linear-gradient(145.02deg, rgba(255, 255, 255, 0.51) 13.81%, rgba(255, 255, 255, 0) 50.36%, rgba(255, 255, 255, 0.51) 86.19%);
}
.company-info-section .core-values .box {
  position: relative;
  border-radius: 16px;
  background: #000000;
  padding: 30px;
  min-height: 100%;
  display: flex;
  align-items: center;
}
.company-info-section .core-values .box img {
  width: 100%;
  border-radius: 10px;
}
.company-info-section .core-values .box .info {
  position: relative;
  top: auto;
  padding: 0;
}
.company-info-section .core-values .box .info h5 {
  font-family: 'Neue Machina', sans-serif;
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.company-info-section .core-values .box .info p {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.company-info-section .core-values h2 {
  color: #FFF;
  margin-bottom: 20px;
}

.insights-section, .news-section {
  /* padding-top: 120px; */
  position: relative;
}

.news-section .select-box {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.news-section .select-box span {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
}
.news-section .filter-form .form-select {
  border-radius: 36px;
  --news-select-bg: rgba(255, 255, 255, 0);
  --bs-form-select-bg: var(--news-select-bg);
  background-color: var(--news-select-bg) !important;
  background: var(--news-select-bg) none !important;
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #FFFFFF;
  min-height: 46px;
  padding: 10px 18px;
  text-align: center;
  text-align-last: center;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: none !important;
  box-shadow: none;
  color-scheme: dark;
  -webkit-tap-highlight-color: transparent;
}
.news-section .filter-form select[name=news_year] {
  background-color: var(--news-select-bg) !important;
  background: var(--news-select-bg) none !important;
}
.news-section .filter-form .form-select option {
  background-color: #111827;
  color: #FFFFFF;
  text-align: center;
}
.news-section .filter-form .form-select::-ms-expand {
  display: none;
}
.news-section .filter-form .form-select:focus {
  background-color: var(--news-select-bg) !important;
  background: var(--news-select-bg) none !important;
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow: none;
  outline: none;
}
.news-section .filter-form .form-select:active,
.news-section .filter-form .form-select:focus-visible {
  background-color: var(--news-select-bg) !important;
  background: var(--news-select-bg) none !important;
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow: none;
  outline: none;
}

.news-section .desc {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #FFFFFF;

}

.news-line-box {
  padding: 1px;
  border-radius: 16px;
  border: 1px solid #FFFFFF82;
  /* background-image: linear-gradient(174.02deg, rgba(255, 255, 255, 0.51) 13.81%, rgba(255, 255, 255, 0) 50.36%, rgba(255, 255, 255, 0.51) 86.19%); */
}
.news-line {
  background: #00000000;
  border-radius: 16px;
  padding: 30px 35px;
}
.news-line a {
  text-decoration: none;
}
.news-line a .date {
  color: #FFFFFF99;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
  text-align: right;

}
.news-line a .title {
  color: #FFF;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0px;
  transition: 0.5s all;
}
.news-line a .title:hover {
  color: #5FF6E8;
}

.news-line .desc {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}

/* Home page: horizontal News carousel */
.home-news-carousel {
  margin-top: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 6px;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
  cursor: grab;
  user-select: none;
}
.home-news-carousel.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.home-news-carousel::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}

.home-news-carousel::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
}

.home-news-carousel__row {
  display: flex;
  gap: 28px;
}

.home-news-card {
  flex: 0 0 auto;
  width: 458px;
  /* 单个元素宽度上限：不超过页面宽度的 80% */
  max-width: 80vw;
  height: 275px;
}

.home-news-card__border {
  padding: 1px;
  border-radius: 16px;
  background-image: linear-gradient(134.02deg, rgba(255, 255, 255, 0.51) 13.81%, rgba(255, 255, 255, 0) 50.36%, rgba(255, 255, 255, 0.51) 86.19%);
  height: 100%;
}

.home-news-card__inner {
  background: #000000;
  border-radius: 16px;
  /* 上内边距固定：各卡标题第一行距内顶一致 */
  padding: 26px 24px 26px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  text-align: left;
}

.home-news-card__title-area {
  flex: 1;
  min-height: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 0;
}

.home-news-card__label {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  width: 100%;
  max-width: min(400px, 100%);
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  overflow: hidden;
}

.home-news-card__more {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: auto;
  align-self: flex-start;
  border-radius: 999px;
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s all;
}

.home-news-card__more:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .home-news-card {
    flex: 0 0 auto;
    width: 458px;
    max-width: 80vw;
    height: 300px;
  }
}


.insights-box {
  border-radius: 0 0 15px 15px;
  transition: 0.4s all;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
}

h1.hero-title {
 color: #FFFFFF;
}
.insights-box a {
  text-decoration: none;
}
.insights-box .img-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.insights-box .img-box img {
  border-radius: 15px 15px 0 0;
  width: 100%;
  min-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.insights-box .img-box .box-info {
  position: absolute;
  left: 0;
  padding: 0px 15px 0 30px;
}
.insights-box .img-box .box-info .title {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}
.insights-box .img-box .box-info .date {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
.insights-box .insights-info {
  background: #F8F8F8;
  padding: 20px;
  border-radius: 0 0 15px 15px;
}
.insights-box .insights-info p {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.insights-box:hover p {
  color: #2CB0A4;
}

.pagination {
  margin-top: 30px;
  justify-content: center;
}
.pagination li .page-link {
  border: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
  background: transparent;
}
.pagination li .page-link:hover {
  color: #167FA3;
}
.pagination li .page-link span {
  border: none;
}
.pagination li.active {
  background-color: transparent;
  background: transparent;
}
.pagination li.active .page-link {
  background: linear-gradient(227deg, #004EA1 -1.4%, #167FA3 38.35%, #2CB0A4 97.97%);
}
.pagination li:focus {
  box-shadow: unset;
}

.location-info {
  position: relative;
}
.location-info p {
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}
.location-info h3 {
  color: #FFF;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
.location-info h4 {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.location-info .address {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
.location-info a:not(.contact-media-card):not(.location-map-btn) {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  transition: 0.3s all;
}
.location-info a:not(.contact-media-card):not(.location-map-btn):hover {
  color: #2addda;
}
.location-info a:not(.contact-media-card):not(.location-map-btn) img {
  width: 25px;
}
.location-info ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center; /* 居中显示社交链接列表 */
}
.location-info ul li a {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
}
.location-info ul li a i {
  color: #000000;
  font-weight: 800;
  font-size: 30px;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.location-info ul li a:hover i {
  color: #ffffff;
  background-color: #2addda;
}

/* Contact - Locations cards（边框 / 背景 / 悬浮与上方 media 卡片一致） */
.location-cards {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: center;
  margin-top: 76px;
}

.location-card-wrap {
  width: 100%;
  max-width: 1200px;
  border: 1px solid #FFFFFF33;
  border-radius: 16px;
  overflow: hidden;
  background-color: transparent;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.location-card-wrap:hover {
  border-color: #58B6E080;
  background-color: #0549934D;
}

.location-card {
  border-radius: 16px;
  background: #000000;
  padding: 34px 24px 28px;
  text-align: center;
  transition: background-color 0.3s ease;
}

.location-card-wrap:hover .location-card {
  background: transparent;
}

.location-pin {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  transition: background-color 0.3s ease;
}

.location-pin img {
  width: 22px;
  height: 22px;
  transition: filter 0.3s ease;
  /* 白底上深色图钉，与 media 图标默认对比度一致 */
  filter: brightness(0);
}

.location-card-wrap:hover .location-pin {
  background: #054993;
}

.location-card-wrap:hover .location-pin img {
  filter: brightness(0) invert(1);
}

.location-title {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}

.location-address {
  margin: 0 auto 22px;
  max-width: 860px;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
}

.location-map-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 34px;
  border-radius: 999px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  border: 1px solid #FFFFFF33;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.location-map-btn:hover,
.location-card-wrap:hover .location-map-btn {
  border-color: #58B6E080;
  background-color: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.location-map-btn i {
  font-size: 18px;
  font-weight: 700;
}

/* Contact - Media cards (Twitter / Linkedin / Businesses 3) */
.contact-media-cards {
  width: 100%;
  margin-top: 86px;
}
.contact-locations-section {
  margin-top: 107px;
}

.contact-media-card-wrap {
  border: 1px solid #FFFFFF33;
  border-radius: 16px;
  height: 100%;
  overflow: hidden;
  background-color: transparent;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.contact-media-card-wrap:hover {
  border-color: #58B6E080;
  background-color: #0549934D;
}

.contact-media-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 16px;
  background: #000000;
  padding: 22px 18px;
  min-height: 120px;
  text-decoration: none;
  gap: 14px;
  transition: background-color 0.3s ease;
}

.contact-media-card-wrap:hover .contact-media-card {
  background: transparent;
}

.contact-media-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  transition: background-color 0.3s ease;
}

.contact-media-card-icon i {
  font-size: 26px;
  color: #0B1C4E;
  transition: color 0.3s ease;
}

.contact-media-card-icon--businesses .contact-media-card-logo {
  width: 26px;
  height: 26px;
  display: block;
  transition: filter 0.3s ease;
  filter: brightness(0) saturate(100%) invert(11%) sepia(26%) saturate(2500%) hue-rotate(206deg) brightness(92%) contrast(101%);
}

.contact-media-card-wrap:hover .contact-media-card-icon {
  background: #054993;
}

.contact-media-card-wrap:hover .contact-media-card-icon i {
  color: #ffffff;
}

.contact-media-card-wrap:hover .contact-media-card-icon--businesses .contact-media-card-logo {
  filter: brightness(0) saturate(100%) invert(100%);
}

.contact-media-card-title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}

.contact-media-card-desc {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: #CDCDCD;
}

.careers {
  padding-top: 300px;
  align-items: start;
}


.page-hero-section.careers a {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  border-radius: 36px;
  border: 1px solid #FFFFFF26;
  background: #FFFFFF1A;
  margin: auto;
  margin-top: 32px;
}
.page-hero-section.careers a i {
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
}
.page-hero-section.careers a:hover {
  background: #ffffff3c;
  /* background: linear-gradient(88deg, #2CB0A4 5.27%, #004EA1 124.26%); */
  /* border: 2px solid #FFF; */
}

.job-list {
  position: relative;
  overflow: hidden;
}
.job-list .accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.job-list .accordion p {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
}
.job-list .accordion .accordion-item {
  border-radius: 10px;
  border: 1px solid #FFFFFF33;
  background: radial-gradient(120% 220% at 50% 0%, rgba(6, 48, 97, 0.35) 0%, rgba(2, 10, 20, 0.78) 48%, rgba(0, 0, 0, 0.92) 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  overflow: hidden;
}
.job-list .accordion .accordion-item:has(.accordion-button[aria-expanded=false]) {
  border-radius: 10px;
}
.job-list .accordion .accordion-item .accordion-button {
  border-radius: 10px 10px 0 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
  color: #FFF;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.3;
  padding: 18px 20px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: none;
}
.job-list .accordion .accordion-item .accordion-button::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
  filter: brightness(0.9);
}
.job-list .accordion .accordion-item .accordion-body {
  padding: 18px 20px 22px;
}

.job-list .accordion .accordion-item .accordion-body .mt-4 {
  justify-items: flex-end;
}
.job-list .accordion .accordion-item .accordion-body h4 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.28;
  color: #fff;
  margin-bottom: 12px;
}
.job-list .accordion .accordion-item .accordion-body ul {
  padding-left: 20px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.job-list .accordion .accordion-item .accordion-body ul li {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
}
.job-list .accordion .accordion-item .accordion-body p {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
}
.job-list .accordion .accordion-item .accordion-body a {
  font-size: 20px;
  font-weight: 500;
  border-radius: 999px;
  border: 1px solid #2A73A3;
  color: #FFFFFF;
  background: rgba(4, 59, 106, 0.55);
  padding: 12px 34px;
}
.job-list .accordion .accordion-item .accordion-body a i {
  font-size: 22px;
  font-weight: 600;
  color: #FFFFFF;
}
.job-list .accordion .accordion-item .accordion-body a:hover {
  background-color: rgba(4, 86, 153, 0.8);
  border-color: #58B6E080;
  color: #ffffff;
}
.job-list .accordion .accordion-item .accordion-body a:hover i {
  color: #ffffff;
}

.contact-form p {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
}
.contact-form .wpcf7-submit.btn-light {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  background-color: transparent;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 15px 5px 20px;
  border-radius: 50px;
  transition: 0.4s all;
  border-color: #ffffff;
  height: 35px;
}
.contact-form .wpcf7-submit.btn-light:hover {
  background: linear-gradient(88deg, #2CB0A4 5.27%, #004EA1 124.26%);
  color: #ffffff;
}
.contact-form .wpcf7-submit.btn-light:hover i {
  transform: translateX(3px);
  color: #ffffff;
}
.contact-form .wpcf7-submit.btn-light i {
  font-size: 25px;
  transform: translateX(0px);
  font-weight: 600;
  transition: 0.3s all;
}
.contact-form .wpcf7-form-control {
  border-radius: 12px;
  border: 2px solid #FFFFFF26;
  color: #272727;
  background: #00000000;
  font-size: 12px;
  font-weight: 400;
  min-height: 45px;
}
.contact-form .wpcf7-form-control::-moz-placeholder {
  color: #595757;
  font-size: 12px;
  font-weight: 400;
}
.contact-form .wpcf7-form-control::placeholder {
  color: #595757;
  font-size: 12px;
  font-weight: 400;
}
.contact-form .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 4px;
  color: #e45151;
}
.contact-form .wpcf7 form.invalid .wpcf7-response-output, .contact-form .wpcf7 form.unaccepted .wpcf7-response-output, .contact-form .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #e45151;
  text-align: center;
  color: #ffffff;
  padding: 15px;
}

.wpcf7 form.sent .wpcf7-response-output {
  text-align: center;
  color: #ffffff;
  padding: 15px;
}

.scrolltop {
  position: fixed;
  bottom: 60px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(88deg, #2CB0A4 5.27%, #004EA1 124.26%);
  border: 1px solid #fff;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  z-index: 9999;
  transition: 0.8s all;
  transform: scale(1);
  cursor: pointer;
}
.scrolltop .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.scrolltop .icon i {
  color: #fff;
  font-size: 30px;
  transform: rotate(270deg);
}
.scrolltop:hover {
  transform: scale(1.2);
}

.insight-single-page {
  position: relative;
}
.insight-single-page h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 20px;
}
.insight-single-page h2 span {
  background: linear-gradient(88deg, #2CB0A4 5.27%, #004EA1 124.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.insight-single-page .insight-header {
  padding-top: 120px;
}
.insight-single-page .insight-single {
  color: #fff;
}
.insight-single-page .insight-single a {
  color: #5FF6E8;
}

.pp-content {
  position: relative;
}
.pp-content h2 {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 10px;
}
.pp-content h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 10px;
}
.pp-content h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 10px;
}
.pp-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}
.pp-content h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #2CB0A4;
}
.pp-content a {
  color: #2CB0A4;
}
.pp-content ul, .pp-content ol {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.pp-content ul li, .pp-content ol li {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}

.chart-section {
  position: relative;
}
.chart-section .chart-img img {
  width: 100%;
}

.chart-section .eth-holding-chart-wrap {
  border-radius: 14px;
  /* border: 1px solid rgba(255, 255, 255, 0.12); */
  background: #000001;
  padding: 14px 16px;
  overflow-x: auto;
}

.chart-section .eth-holding-chart {
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: auto;
}

.chart-section .eth-row-hit {
  fill: transparent;
}

.chart-section .eth-bar-bg {
  fill: #101826;
  stroke: #1d2a43;
}

.chart-section .eth-bar-value {
  fill: url(#ethBarGradFront);
  stroke: rgba(255, 255, 255, 0.18);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
  transform-box: fill-box;
  transform-origin: left center;
  transition: transform 0.25s ease;
}

.chart-section .eth-row-date {
  fill: #a9b6d8;
  font-size: 18px;
}

.chart-section .eth-amount-text {
  fill: #24b0ff;
  font-size: 18px;
  font-weight: 600;
  transform-box: fill-box;
  transform-origin: right center;
  transition: transform 0.25s ease;
}

.chart-section .eth-price-text {
  fill: #ffffff;
  font-size: 18px;
  transform-box: fill-box;
  transform-origin: center center;
  transition: transform 0.25s ease;
}

.chart-section .eth-line-segment {
  stroke: rgba(255, 255, 255, 0.85);
  stroke-width: 1.5;
  pointer-events: none;
}

.chart-section .eth-line-point {
  fill: #e7e7e7;
  stroke: #cfcfcf;
  stroke-width: 1;
  transform-box: fill-box;
  transform-origin: center;
  transition: transform 0.25s ease;
}

.chart-section .eth-holding-row:hover .eth-bar-value {
  transform: scaleX(1.03);
}

.chart-section .eth-holding-row:hover .eth-line-point,
.chart-section .eth-holding-row:hover .eth-amount-text,
.chart-section .eth-holding-row:hover .eth-price-text {
  transform: scale(1.08);
}

.chart-section .eth-holding-legend {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  color: #c7d2f2;
  font-size: 12px;
  white-space: nowrap;
}

.chart-section .eth-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.chart-section .eth-legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
}

.chart-section .eth-legend-dot-bar {
  background: #5865f2;
}

.chart-section .eth-legend-dot-line {
  background: #ffffff;
}

.chart {
  border-radius: 30px;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  border-top: 1px solid transparent;
  padding: 20px;
  height: 100%;
  min-height: 500px;
  overflow: hidden;
  background: #1a1d24;
}

.chart::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  pointer-events: none;
  background: linear-gradient(90deg, #FFFFFF00 0%, #FFFFFF 50%, #FFFFFF00 100%);
}

.chart .tradingview-widget-container {
  position: relative;
  z-index: 1;
}

.chart .tradingview-widget-container__widget {
  min-height: 520px;
}

.tv-widget-chart--with-border {
  border: none !important;
}

.chart .eth-price-custom-badge {
  position: absolute;
  top: 66px;
  right: 90px;
  z-index: 5;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  border: 6px solid #ffffff;
  background: #0e1424;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  pointer-events: none;
}

.chart .eth-price-custom-badge img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .chart .eth-price-custom-badge {
    top: 72px;
    right: 32px;
    width: 48px;
    height: 48px;
    border-width: 4px;
  }

  .chart .tradingview-widget-container__widget {
    min-height: 460px;
  }
}

html.theme-dark .tv-widget-chart .label-viu2QKQw {
  display: none;
}

.grecaptcha-badge {
  display: none !important;
}

.error-404 {
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.error-404 h1 {
  font-size: 20rem;
  font-weight: 600;
  color: #ffffff;
}
.error-404 h5 {
  font-size: 2rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 30px;
}
.error-404 a {
  background-color: transparent;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 15px;
  transition: 0.4s all;
  border-radius: 70px;
  border: 2px solid #2CB0A4;
  color: #2CB0A4;
}
.error-404 a:hover {
  background-color: #2CB0A4;
  border: 1px solid #2CB0A4;
  color: #ffffff;
}

/* hero content  */

.hero-title {
  font-family: "Neue Machina", sans-serif;
  font-weight: 800 !important;
  font-size: 64px !important;
  line-height: 120% !important;
  letter-spacing: 0%;
  text-align: center;
  margin:auto;
  max-width: 744px;
  text-transform: uppercase;
  margin-bottom: 12px;

}

.hero-description {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 170% !important;
  letter-spacing: 0%;
  text-align: center;
  margin:auto;
  max-width: 526px;
  color: #ffffff;
  
}

.hero-info .row.hero-content{
  position: relative;
  z-index: 10;
}

/* Hero Title Icon*/
.hero-title-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  margin-bottom: 17px;
}
.hero-title-badge {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  background: #1A242F;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  padding: 7px 15px;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.hero-title-label {
  display: inline-block;
  background: #00A9FF;
  color: #FFFFFF;
  padding: 0px 11px;
  border-radius: 40px;
  font-size: 12px;
  line-height: 2;
  letter-spacing: -0.01%;
}
.hero-title-code {
  display: inline-block;
  color: #80DFFF;
  padding: 0px 0px 0px 11px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01%;
}

/* Q&A questions section */
.questions-section .container {
  max-width: 1100px;
}

.questions-section .questions-container {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

/* Gradient border */
.questions-section .question-box-border {
  padding: 1px;
  border-radius: 16px;
  background-image: linear-gradient(170.02deg, rgba(255, 255, 255, 0.21) 10.81%, rgba(255, 255, 255, 0) 50.36%, rgba(255, 255, 255, 0.21) 89.19%);

}

.questions-section .question-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 1px;
  border-radius: 16px;
  background: #000001;
  padding: 30px 35px;
}

.questions-section .question-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.questions-section .question-row .question {
  font-family: Neue Machina;
  font-weight: 800;
  font-style: Ultrabold;
  font-size: 28px;
  line-height: 150%;
  letter-spacing: 0%;

  margin: 0;
  flex: 1;
  color: #fff;
  text-align: left;
}
.questions-section .question-toggle {
  flex-shrink: 0;
  width: 77px;
  height: 59px;
  padding: 0;
  border: 1px solid #FFFFFF33;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, transform 0.2s ease;
}
.questions-section .question-toggle:hover {
  background: rgba(255, 255, 255, 0.25);
}
.questions-section .question-toggle-icon {
  display: block;
  width: 12px;
  height: 12px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  margin-bottom: 4px;
  /* transition: transform 0.2s ease; */
}
.questions-section .question-toggle[aria-expanded="true"] .question-toggle-icon {
  transform: rotate(-135deg);
  margin-bottom: 0;
  margin-top: 4px;
}
.questions-section .question-answer {
  display: none;
}
.questions-section .question-answer[hidden] {
  display: none !important;
}
.questions-section .question-box.is-open .question-answer {
  display: block;
}
.questions-section .question-box.is-open .question-answer[hidden] {
  display: none !important;
}
.questions-section .question-answer .answer {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
}/*# sourceMappingURL=style.css.map */