@font-face {
  font-family: "Gotham";
  src: url("/css/fonts/Gotham-Book.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("/css/fonts/gotham-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("/css/fonts/gotham-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
#G8825Z5 *,
#G8825Z5 *::before,
#G8825Z5 *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#G8825Z5 html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#G8825Z5 h1,
#G8825Z5 h2,
#G8825Z5 h3,
#G8825Z5 h4,
#G8825Z5 h5,
#G8825Z5 h6 {
  font-weight: 700;
  color: #fff;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  text-align: center;
}
#G8825Z5 h2 {
  font-size: clamp(36px, 4vw, 48px);
  color: #4696db;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  letter-spacing: -0.02em;
  line-height: 1;
}
@media (max-width: 768px) {
  #G8825Z5 h2 {
    line-height: 1.2;
  }
}
#G8825Z5 h3 {
  font-size: clamp(18px, 4vw, 24px);
  color: #37fffd;
  font-weight: 700;
}
#G8825Z5 h4 {
  font-size: 18px;
  color: #4696db;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: initial;
  line-height: 1.2;
}
#G8825Z5 p {
  margin-bottom: 12px;
  color: #fff;
}
#G8825Z5 .cta {
  max-width: 320px;
  width: 100%;
  color: #fff;
  background: linear-gradient(to right, #015eea, #00c0fa);
  text-align: center;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  padding: 16px;
  border-radius: 9999px;
  font-size: 18px;
  margin: auto;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
  transform: translateY(0px);
  transition: transform 0.4s ease;
}
#G8825Z5 .cta:hover {
  transform: translateY(5px);
}
#G8825Z5 .cta span {
  line-height: 0;
}
#G8825Z5 .cta img {
  height: 20px;
  width: 20px;
  display: inline-block;
}
@media (max-width: 768px) {
  #G8825Z5 .cta {
    max-width: initial;
  }
}
#G8825Z5 .col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  justify-items: center;
}
@media (max-width: 768px) {
  #G8825Z5 .col3 {
    gap: 32px;
  }
}
#G8825Z5 .col3 > div {
  max-width: 360px;
}
@media (max-width: 768px) {
  #G8825Z5 .col3 > div {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 768px) {
  #G8825Z5 .col3 {
    grid-template-columns: 1fr;
    padding: 16px;
  }
}
#G8825Z5 {
  font-size: 18px;
  color: #fff;
  background: #000;
  line-height: 1.5;
  font-family: Helvetica, Arial, sans-serif;
  overflow: hidden;
  position: relative;
}
#G8825Z5::before {
  background: url(/images/outsourcing/G8825Z5_Cooling/bg-up.webp) center top
    #060915 no-repeat;
  background-size: 100% auto;
  min-height: 2760px;
  width: 100%;
  position: absolute;
  top: 2900px;
  content: "";
}
@media (max-width: 768px) {
  #G8825Z5::before {
    background: url(/images/outsourcing/G8825Z5_Cooling/bgmb.webp) center top
      #000 no-repeat;
    background-size: cover;
    top: 1600px;
    height: 100%;
  }
}
#G8825Z5::after {
  background: url(/images/outsourcing/G8825Z5_Cooling/bg-down.webp) center top
    #09090d no-repeat;
  background-size: 100% auto;
  min-height: 4000px;
  width: 100%;
  position: absolute;
  top: 5620px;
  content: "";
}
@media (max-width: 768px) {
  #G8825Z5::after {
    content: none;
  }
}
@media (max-width: 768px) {
  #G8825Z5 {
    font-size: 16px;
  }
}
#G8825Z5 .container {
  margin: auto;
}
#G8825Z5 .hero {
  position: relative;
  height: 1126px;
  overflow: hidden;
}
@media (max-width: 768px) {
  #G8825Z5 .hero {
    height: 500px;
  }
}
#G8825Z5 .hero .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  #G8825Z5 .hero .bg {
    width: 200%;
    left: -50%;
  }
}
#G8825Z5 .hero .bg img {
  position: absolute;
  width: 100%;
  animation: bgmotion 4s ease-in-out infinite;
  height: 100%;
  object-fit: cover;
}
#G8825Z5 .hero .bg img:nth-child(2) {
  animation-delay: 1s;
  opacity: 0;
}
#G8825Z5 .hero .bg img:nth-child(3) {
  animation-delay: 2s;
  opacity: 0;
}
#G8825Z5 .hero .pd {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  transform: translateY(24px);
  animation: heroFadeUp 0.8s ease-out forwards;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  #G8825Z5 .hero .pd {
    width: 210%;
    left: -55%;
  }
}
#G8825Z5 .hero .pd .pdimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#G8825Z5 .hero .pd .brand {
  display: flex;
  gap: 40px;
  position: absolute;
  top: 80%;
  left: 57%;
}
@media (max-width: 768px) {
  #G8825Z5 .hero .pd .brand {
    gap: 8px 16px;
    flex-wrap: wrap;
    width: 25%;
  }
}
@media (max-width: 768px) {
  #G8825Z5 .hero .pd .brand img {
    height: 24px;
  }
}
@media (max-width: 768px) {
  #G8825Z5 .hero .pd .brand img:last-child {
    height: 16px;
  }
}
#G8825Z5 .hero .container {
  position: relative;
  z-index: 1;
}
#G8825Z5 .hero .context {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: right;
  filter: drop-shadow(0px 20px 220px rgba(0, 0, 0, 0.8))
    drop-shadow(0px 20px 100px rgb(0, 0, 0));
  padding-top: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #G8825Z5 .hero .context {
    padding-top: 24px;
  }
}
#G8825Z5 .hero .context .context-line {
  opacity: 0;
  animation: contextFadeUp 1s ease-out forwards;
}
#G8825Z5 .hero .context .context-line:nth-child(1) {
  animation-delay: 0.2s;
}
#G8825Z5 .hero .context .context-line:nth-child(2) {
  animation-delay: 0.3s;
}
#G8825Z5 .hero .context .context-line:nth-child(3) {
  animation-delay: 0.5s;
}
@media (max-width: 768px) {
  #G8825Z5 .hero .context {
    margin-right: initial;
    text-align: center;
  }
}
#G8825Z5 .hero .context span {
  line-height: 1;
}
#G8825Z5 .hero .context span:first-child {
  font-size: clamp(4rem, 20vw, 120px);
  font-weight: bold;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  letter-spacing: -0.02em;
  background: linear-gradient(to right, #72beff, #b6dcff, #63a3ff);
  background-clip: text;
  -webkit-background-clip: text;
  color: rgba(0, 0, 0, 0);
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  width: fit-content;
  display: block;
  line-height: 108%;
}
@media (max-width: 768px) {
  #G8825Z5 .hero .context span:first-child {
    width: 100%;
    font-size: 3.5rem;
  }
}
#G8825Z5 .hero .context span:first-child span {
  font-size: 0.5em;
  transform: translateY(-0.8em);
  display: inline-block;
}
#G8825Z5 .hero .context span:last-of-type {
  font-size: clamp(36px, 20vw, 60px);
  font-weight: bold;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  #G8825Z5 .hero .context span:last-of-type {
    font-size: 24px;
    width: 100%;
    margin-bottom: 4px;
  }
}
#G8825Z5 .hero .context p {
  font-size: clamp(18px, 20vw, 32px);
  font-family: Helvetica, Arial, sans-serif;
}
@media (max-width: 768px) {
  #G8825Z5 .hero .context p {
    font-size: 14px;
    width: 100%;
  }
}
@keyframes bgmotion {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes contextFadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes heroFadeUp {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#G8825Z5 .mainvd {
  margin-bottom: 9em;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #G8825Z5 .mainvd {
    padding: 16px;
    margin-bottom: 2em;
  }
}
#G8825Z5 .mainvd h2 {
  margin-bottom: 48px;
  text-shadow:
    0 0px 40px #060f25,
    0 0px 30px #060f25,
    0 0px 20px #060f25;
  transform: translateY(-30px);
}
@media (max-width: 768px) {
  #G8825Z5 .mainvd h2 {
    margin-bottom: 0;
  }
}
#G8825Z5 .mainvd .inner {
  max-width: 840px;
  margin: auto;
  box-shadow: 0 0 220px rgba(147, 203, 255, 0.4509803922);
  position: relative;
}
#G8825Z5 .mainvd::before {
  content: "";
  position: absolute;
  width: 100%;
  min-height: 900px;
  background: url(/images/outsourcing/G8825Z5_Cooling/mainvdbg.webp) center top
    no-repeat;
  background-size: 100% auto;
  z-index: 0;
  top: 0;
}
@media (max-width: 768px) {
  #G8825Z5 .mainvd::before {
    width: 280%;
    left: -90%;
  }
}
#G8825Z5 .cooling {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #G8825Z5 .cooling {
    padding: 16px;
  }
}
#G8825Z5 .cooling::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1100px;
  background: url(/images/outsourcing/G8825Z5_Cooling/cooling.webp) center top
    no-repeat;
  left: 0;
  background-size: 100% auto;
  z-index: -1;
}
@media (max-width: 768px) {
  #G8825Z5 .cooling::before {
    width: 230%;
    left: -30%;
    top: 320px;
  }
}
#G8825Z5 .cooling .outercontext {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 710px;
}
@media (max-width: 768px) {
  #G8825Z5 .cooling .outercontext {
    min-height: initial;
    text-align: center;
    padding-bottom: 360px;
  }
}
#G8825Z5 .cooling .context {
  max-width: 420px;
}
#G8825Z5 .cooling .context h3 {
  font-size: clamp(24px, 4vw, 36px);
  text-align: left;
}
@media (max-width: 768px) {
  #G8825Z5 .cooling .context h3 {
    text-align: center;
  }
}
#G8825Z5 .cooling .subcontent {
  text-align: center;
  margin-bottom: 7em;
}
@media (max-width: 768px) {
  #G8825Z5 .cooling .subcontent {
    padding: 16px;
    margin-bottom: 3em;
  }
}
#G8825Z5 .cooling .subcontent h2 {
  font-size: clamp(24px, 4vw, 36px);
  margin-bottom: 32px;
}
#G8825Z5 .cooling .subcontent p {
  font-size: 14px;
}
#G8825Z5 .cooling .subcontent span {
  color: #37fffd;
}
#G8825Z5 .cooling .subcontent .col-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  gap: 60px;
}
@media (max-width: 768px) {
  #G8825Z5 .cooling .subcontent .col-4 {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
#G8825Z5 .cooling .subcontent .col-5 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  padding-left: 20%;
  padding-right: 20%;
  gap: 60px;
}
@media (max-width: 768px) {
  #G8825Z5 .cooling .subcontent .col-5 {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
#G8825Z5 .feature {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  #G8825Z5 .feature {
    padding: 16px;
  }
}
#G8825Z5 .feature p {
  text-align: center;
}
#G8825Z5 .feature .detail {
  position: relative;
}
@media (max-width: 768px) {
  #G8825Z5 .feature .detail {
    display: flex;
    flex-direction: column-reverse;
  }
}
#G8825Z5 .feature .detail .detail-content {
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  line-height: 1;
  z-index: 2;
  font-size: 16px;
}
@media (max-width: 768px) {
  #G8825Z5 .feature .detail .detail-content {
    position: initial;
    margin-top: 2em;
  }
}
#G8825Z5 .feature .detail .detail-content .number {
  background: #4696db;
  border-radius: 9999px;
  width: 24px;
  height: 24px;
  text-align: center;
  margin-right: 12px;
  line-height: 24px;
  display: none;
}
@media (max-width: 768px) {
  #G8825Z5 .feature .detail .detail-content .number {
    display: inline-block;
  }
}
#G8825Z5 .feature .detail .detail-content div {
  position: absolute;
}
@media (max-width: 768px) {
  #G8825Z5 .feature .detail .detail-content div {
    position: initial;
    max-width: initial;
    margin-bottom: 12px;
  }
}
#G8825Z5 .feature .detail .detail-content div:first-child {
  left: 7%;
  top: 3%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  max-width: 15%;
}
@media (max-width: 1200px) {
  #G8825Z5 .feature .detail .detail-content div:first-child {
    top: 0;
  }
}
@media (max-width: 768px) {
  #G8825Z5 .feature .detail .detail-content div:first-child {
    max-width: initial;
    flex-direction: row;
    gap: initial;
    align-items: center;
  }
}
#G8825Z5 .feature .detail .detail-content div:first-child img {
  max-width: 60%;
}
@media (max-width: 768px) {
  #G8825Z5 .feature .detail .detail-content div:first-child img {
    display: none;
  }
}
#G8825Z5 .feature .detail .detail-content div:nth-child(2) {
  left: 32%;
  top: 28%;
  max-width: 12%;
}
@media (max-width: 1200px) {
  #G8825Z5 .feature .detail .detail-content div:nth-child(2) {
    top: 23%;
  }
}
@media (max-width: 768px) {
  #G8825Z5 .feature .detail .detail-content div:nth-child(2) {
    max-width: initial;
  }
}
#G8825Z5 .feature .detail .detail-content div:nth-child(3) {
  top: 79.5%;
  left: 30%;
  max-width: 12%;
}
@media (max-width: 1200px) {
  #G8825Z5 .feature .detail .detail-content div:nth-child(3) {
    max-width: 10%;
  }
}
@media (max-width: 768px) {
  #G8825Z5 .feature .detail .detail-content div:nth-child(3) {
    max-width: initial;
  }
}
#G8825Z5 .feature .detail .detail-content div:nth-child(4) {
  top: 79.5%;
  left: 41.5%;
}
@media (max-width: 1200px) {
  #G8825Z5 .feature .detail .detail-content div:nth-child(4) {
    max-width: 17%;
  }
}
@media (max-width: 768px) {
  #G8825Z5 .feature .detail .detail-content div:nth-child(4) {
    max-width: initial;
  }
}
#G8825Z5 .feature .detail .detail-content div:nth-child(5) {
  top: 79.5%;
  left: 66.5%;
}
@media (max-width: 1200px) {
  #G8825Z5 .feature .detail .detail-content div:nth-child(5) {
    max-width: 17%;
  }
}
@media (max-width: 768px) {
  #G8825Z5 .feature .detail .detail-content div:nth-child(5) {
    max-width: initial;
  }
}
#G8825Z5 .feature .detail .detail-img {
  width: 100%;
  height: 100%;
  position: relative;
}
#G8825Z5 .feature .detail .detail-img img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  #G8825Z5 .feature .detail .detail-img .pc {
    display: none;
  }
}
#G8825Z5 .feature .detail .detail-img .mb {
  display: none;
}
@media (max-width: 768px) {
  #G8825Z5 .feature .detail .detail-img .mb {
    display: block;
  }
}
#G8825Z5 .feature .detail .detail-img .leftimg {
  position: absolute;
  max-width: 10%;
  top: 7%;
  left: 5%;
  display: none;
}
@media (max-width: 768px) {
  #G8825Z5 .feature .detail .detail-img .leftimg {
    display: block;
  }
}
#G8825Z5 .feature .detail .detail-img .number {
  background: #4696db;
  border-radius: 9999px;
  width: 24px;
  height: 24px;
  text-align: center;
  margin-right: 12px;
  line-height: 24px;
  display: none;
  position: absolute;
}
@media (max-width: 768px) {
  #G8825Z5 .feature .detail .detail-img .number {
    display: block;
  }
}
#G8825Z5 .feature .detail .detail-img .number:nth-child(2) {
  left: 5%;
  top: 43%;
}
#G8825Z5 .feature .detail .detail-img .number:nth-child(3) {
  left: 30%;
  top: 41%;
}
#G8825Z5 .feature .detail .detail-img .number:nth-child(4) {
  top: 57%;
  left: 29%;
}
#G8825Z5 .feature .detail .detail-img .number:nth-child(5) {
  top: 53%;
  left: 38%;
}
#G8825Z5 .feature .detail .detail-img .number:nth-child(6) {
  top: 47%;
  left: 42%;
}
#G8825Z5 .feature .cta {
  margin-top: -50px;
  z-index: 2;
  position: relative;
}
@media (max-width: 1200px) {
  #G8825Z5 .feature .cta {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  #G8825Z5 .feature .cta {
    margin-top: 24px;
  }
}
#G8825Z5 .processor {
  position: relative;
  z-index: 1;
  margin-bottom: 7em;
}
@media (max-width: 768px) {
  #G8825Z5 .processor {
    margin-bottom: 5em;
  }
}
#G8825Z5 .processor .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-items: center;
}
@media (max-width: 768px) {
  #G8825Z5 .processor .content {
    grid-template-columns: 1fr;
    padding: 16px;
  }
}
#G8825Z5 .processor .content > div:first-child {
  max-width: 580px;
}
@media (max-width: 768px) {
  #G8825Z5 .processor .content > div:first-child {
    order: 1;
  }
}
#G8825Z5 .processor .content h2,
#G8825Z5 .processor .content h3,
#G8825Z5 .processor .content p {
  text-align: left;
}
@media (max-width: 768px) {
  #G8825Z5 .processor .content h2,
  #G8825Z5 .processor .content h3,
  #G8825Z5 .processor .content p {
    text-align: center;
  }
}
#G8825Z5 .processor .col3 {
  text-align: center;
  margin-top: -70px;
}
@media (max-width: 768px) {
  #G8825Z5 .processor .col3 {
    margin-top: 0;
  }
}
#G8825Z5 .processor .col3 > div {
  max-width: 300px;
}
@media (max-width: 768px) {
  #G8825Z5 .processor .col3 > div {
    max-width: initial;
  }
}
@media (max-width: 768px) {
  #G8825Z5 .processor .col3 img {
    max-width: 13.5em;
  }
}
#G8825Z5 .processor .col3 h4 {
  text-align: center;
  margin-bottom: 8px;
}
#G8825Z5 .processor .col3 p {
  font-size: 14px;
}
#G8825Z5 .gpu {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #G8825Z5 .gpu {
    padding: 16px;
    margin-bottom: 5em;
  }
}
#G8825Z5 .gpu .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-items: center;
  margin-top: -50px;
}
@media (max-width: 768px) {
  #G8825Z5 .gpu .content {
    grid-template-columns: 1fr;
  }
}
#G8825Z5 .gpu .content h3 {
  text-align: left;
  font-family: Helvetica, Arial, sans-serif;
}
#G8825Z5 .gpu .content p {
  margin-bottom: 24px;
}
#G8825Z5 .pensando {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #G8825Z5 .pensando {
    padding: 16px;
    margin-bottom: 5em;
  }
}
#G8825Z5 .pensando h3 {
  text-align: left;
}
#G8825Z5 .pensando .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-items: center;
  margin-top: -50px;
}
@media (max-width: 768px) {
  #G8825Z5 .pensando .content {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
#G8825Z5 .pensando .content p {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  #G8825Z5 .pensando .content > div:last-child {
    order: -1;
    margin-bottom: -30px;
  }
}
#G8825Z5 .software {
  position: relative;
  margin-bottom: 7em;
  z-index: 1;
}
@media (max-width: 768px) {
  #G8825Z5 .software {
    padding: 16px;
    margin-bottom: 5em;
  }
}
#G8825Z5 .software .content {
  display: grid;
  grid-template-columns: 3fr 2fr;
  margin-top: 48px;
  align-items: center;
  justify-items: center;
}
@media (max-width: 768px) {
  #G8825Z5 .software .content {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
#G8825Z5 .software .content > div:nth-child(2) {
  max-width: 400px;
}
@media (max-width: 768px) {
  #G8825Z5 .software .content > div:nth-child(2) {
    max-width: initial;
  }
}
#G8825Z5 .software .content h3 {
  text-align: left;
  font-family: Helvetica, Arial, sans-serif;
}
#G8825Z5 .software .content p {
  margin-bottom: 24px;
}
#G8825Z5 .software .content ul {
  margin-left: 24px;
}
#G8825Z5 .performance {
  position: relative;
  z-index: 1;
  margin-bottom: 7em;
}
@media (max-width: 768px) {
  #G8825Z5 .performance {
    padding: 16px;
    margin-bottom: 5em;
  }
}
#G8825Z5 .performance .tab {
  margin-top: 48px;
  margin-bottom: 32px;
  padding: 32px 60px;
  border-radius: 20px;
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  background:
    linear-gradient(to right, rgba(70, 150, 219, 0.3), rgba(70, 150, 219, 0.1))
      padding-box,
    linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1))
      border-box;
  box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.6);
  position: relative;
}
@media (max-width: 768px) {
  #G8825Z5 .performance .tab {
    padding: 8px;
  }
}
#G8825Z5 .performance .tab h3 {
  text-align: left;
}
#G8825Z5 .performance .tab .tab_panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  justify-items: center;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  #G8825Z5 .performance .tab .tab_panel {
    margin-bottom: 20px;
  }
}
#G8825Z5 .performance .tab .tab_panel li {
  font-size: 24px;
  font-weight: bold;
  color: hsla(0, 0%, 100%, 0.3);
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  #G8825Z5 .performance .tab .tab_panel li {
    font-size: 14px;
    padding: 0 12px;
  }
}
#G8825Z5 .performance .tab .tab_panel li:not(:last-child) {
  border-right: 1px solid hsla(0, 0%, 100%, 0.25);
}
#G8825Z5 .performance .tab .tab_panel li.active {
  color: #37fffd;
  text-shadow:
    0 0 20px #37fffd,
    0 0 20px rgba(55, 255, 253, 0.5);
}
#G8825Z5 .performance .tab .tab_panel li:hover {
  color: #37fffd;
  text-shadow:
    0 0 20px #37fffd,
    0 0 20px rgba(55, 255, 253, 0.5);
}
#G8825Z5 .performance .tab .tab_content {
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-items: center;
  justify-self: center;
  gap: 4em;
  display: none;
}
@media (max-width: 768px) {
  #G8825Z5 .performance .tab .tab_content {
    grid-template-columns: 1fr;
    gap: 1em;
  }
}
#G8825Z5 .performance .tab .tab_content.active {
  display: grid;
}
#G8825Z5 .performance .tab .tab_content > div {
  max-width: 510px;
}
#G8825Z5 .performance .tab .tab_content img {
  box-shadow:
    0 0px 18px rgba(0, 0, 0, 0.5),
    0 0px 10px rgba(70, 150, 219, 0.5);
}
#G8825Z5 .performance .tab .tab_content h3 {
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}
#G8825Z5 .performance .tab .tab_content p {
  line-height: 1.2;
}
#G8825Z5 .vd {
  position: relative;
  z-index: 1;
  padding-bottom: 96px;
}
@media (max-width: 768px) {
  #G8825Z5 .vd {
    padding: 16px 0;
  }
}
#G8825Z5 .vd .col3 {
  justify-self: center;
}
#G8825Z5 .vd .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#G8825Z5 .vd .item .item-body {
  flex: 1;
  margin-top: 16px;
}
@media (max-width: 768px) {
  #G8825Z5 .vd .item img {
    width: 100%;
  }
}
#G8825Z5 .vd h2 {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  #G8825Z5 .vd h2 {
    margin-bottom: 12px;
  }
}
#G8825Z5 .vd h4 {
  color: #37fffd;
}
#G8825Z5 .vd .lb {
  display: block;
  width: fit-content;
  border-radius: 0 9999px 9999px 0;
  background: linear-gradient(to right, #6717cd, #2871fa);
  text-align: center;
  color: #fff;
  font-size: 18px;
  padding: 8px;
  max-width: 105px;
  width: 100%;
  position: relative;
  margin-top: -20px;
}
#G8825Z5 .vd a {
  width: 100%;
  max-width: initial;
}
#G8825Z5 .vd p {
  font-size: 12px;
}
@media (max-width: 768px) {
  #G8825Z5 .vd p {
    margin-bottom: 0;
  }
}
#G8825Z5 .zcwf_lblLeft {
  position: relative;
  z-index: 1;
  margin-bottom: 7em;
}
@media (max-width: 768px) {
  #G8825Z5 .zcwf_lblLeft {
    padding: 16px;
    margin-bottom: 0;
  }
}
#G8825Z5 .zcwf_lblLeft h2 {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  #G8825Z5 .zcwf_lblLeft h2 {
    margin-bottom: 16px;
  }
}
#G8825Z5 .zcwf_lblLeft p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 32px;
}
#G8825Z5 .zcwf_lblLeft .formouter {
  padding: 60px;
  border-radius: 20px;
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  background:
    linear-gradient(to right, rgba(70, 150, 219, 0.2), rgba(70, 150, 219, 0.05))
      padding-box,
    linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1))
      border-box;
  box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.6);
  position: relative;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
@media (max-width: 768px) {
  #G8825Z5 .zcwf_lblLeft .formouter {
    padding: 20px 16px;
  }
}
#G8825Z5 .zcwf_lblLeft .formouter form {
  font-family: "Gotham", Helvetica, Arial, sans-serif;
}
#G8825Z5 .zcwf_lblLeft .formouter form label {
  font-size: 16px;
  text-align: right;
  margin-right: 8px;
  font-weight: normal;
}
@media (max-width: 768px) {
  #G8825Z5 .zcwf_lblLeft .formouter form label {
    text-align: left;
  }
}
#G8825Z5 .zcwf_lblLeft .formouter form input,
#G8825Z5 .zcwf_lblLeft .formouter form select,
#G8825Z5 .zcwf_lblLeft .formouter form textarea {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: 1px solid rgba(182, 220, 255, 0.36);
  padding: 12px;
  font-size: 16px;
  width: 100%;
}
#G8825Z5 .zcwf_lblLeft .formouter form input::placeholder,
#G8825Z5 .zcwf_lblLeft .formouter form select::placeholder,
#G8825Z5 .zcwf_lblLeft .formouter form textarea::placeholder {
  color: #6883a5;
  font-size: 14px;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
}
#G8825Z5 .zcwf_lblLeft .formouter form select {
  color: #fff;
  padding: 12px;
  height: 50px;
}
#G8825Z5 .zcwf_lblLeft .formouter form select option {
  color: #000;
}
#G8825Z5 .zcwf_lblLeft .formouter form select option:first-child {
  color: #6883a5;
}
#G8825Z5 .zcwf_lblLeft .formouter form input,
#G8825Z5 .zcwf_lblLeft .formouter form textarea {
  color: #fff;
}
#G8825Z5 .zcwf_lblLeft .formouter form .form_inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 48px;
}
@media (max-width: 768px) {
  #G8825Z5 .zcwf_lblLeft .formouter form .form_inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
#G8825Z5 .zcwf_lblLeft .formouter form .form_inner .gridLeft {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#G8825Z5 .zcwf_lblLeft .formouter form .form_inner .gridLeft label {
  min-width: 160px;
}
#G8825Z5 .zcwf_lblLeft .formouter form .form_inner .gridRight {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#G8825Z5 .zcwf_lblLeft .formouter form .form_inner .gridRight label {
  min-width: 230px;
}
#G8825Z5
  .zcwf_lblLeft
  .formouter
  form
  .form_inner
  .gridRight
  .zcwf_row:last-child {
  display: flex;
  flex-direction: column;
  align-items: normal;
}
#G8825Z5
  .zcwf_lblLeft
  .formouter
  form
  .form_inner
  .gridRight
  .zcwf_row:last-child
  .zcwf_col_lab {
  margin-top: 10px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  #G8825Z5
    .zcwf_lblLeft
    .formouter
    form
    .form_inner
    .gridRight
    .zcwf_row:last-child
    .zcwf_col_lab {
    margin-top: initial;
    margin-bottom: initial;
  }
}
#G8825Z5
  .zcwf_lblLeft
  .formouter
  form
  .form_inner
  .gridRight
  .zcwf_row:last-child
  textarea {
  height: 50px;
}
@media (max-width: 768px) {
  #G8825Z5
    .zcwf_lblLeft
    .formouter
    form
    .form_inner
    .gridRight
    .zcwf_row:last-child
    textarea {
    height: initial;
  }
}
#G8825Z5 .zcwf_lblLeft .formouter form .form_inner .cfa {
  display: flex;
  flex-direction: row;
  justify-items: center;
  gap: 24px;
  grid-column: span 2;
  justify-self: center;
}
@media (max-width: 768px) {
  #G8825Z5 .zcwf_lblLeft .formouter form .form_inner .cfa {
    flex-direction: column;
    gap: 16px;
    grid-column: 1;
    width: 100%;
  }
}
#G8825Z5 .zcwf_lblLeft .formouter form .form_inner .cfa button {
  min-width: 320px;
  width: 100%;
  color: #fff;
  background: linear-gradient(to right, #015eea, #00c0fa);
  text-align: center;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  padding: 16px;
  border-radius: 9999px;
  font-size: 18px;
  margin: auto;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transform: translateY(0px);
  transition: transform 0.4s ease;
  border: none;
}
#G8825Z5 .zcwf_lblLeft .formouter form .form_inner .cfa button:hover {
  transform: translateY(5px);
}
#G8825Z5 .zcwf_lblLeft .formouter form .form_inner .cfa button span {
  line-height: 0;
}
#G8825Z5 .zcwf_lblLeft .formouter form .form_inner .cfa button img {
  height: 20px;
  width: 20px;
  display: inline-block;
}
@media (max-width: 768px) {
  #G8825Z5 .zcwf_lblLeft .formouter form .form_inner .cfa button {
    max-width: initial;
  }
}
#G8825Z5 .zcwf_lblLeft .formouter form .zcwf_row {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  #G8825Z5 .zcwf_lblLeft .formouter form .zcwf_row {
    flex-direction: column;
    align-items: normal;
  }
}
#G8825Z5 .zcwf_lblLeft .formouter form .zcwf_row .zcwf_col_fld {
  width: 100%;
}
