/* [project]/components/footers.module.css [client] (css) */
.footers-module__KOE5zq__footer {
  z-index: 1;
  flex-direction: column;
  flex: 1;
  margin-top: -100px;
  padding-top: 68px;
  display: flex;
  position: relative;
}

.footers-module__KOE5zq__layer {
  z-index: -1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(36, 41, 52, .4);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.footers-module__KOE5zq__flex {
  flex: 1;
  width: 100%;
  display: flex;
}

.footers-module__KOE5zq__left {
  margin-right: 160px;
  position: relative;
}

.footers-module__KOE5zq__right {
  flex: 1;
  display: flex;
}

.footers-module__KOE5zq__right ul {
  flex: 1;
}

.footers-module__KOE5zq__right ul li {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.footers-module__KOE5zq__right ul li:first-child {
  margin-bottom: 24px;
  font-family: MontserratRomanBold, serif;
}

.footers-module__KOE5zq__logo {
  background-image: url("../media/TuringData-logo.2f9e8d33.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 280px;
  height: 48px;
}

.footers-module__KOE5zq__icons {
  position: absolute;
  bottom: 0;
  left: 20px;
}

.footers-module__KOE5zq__icons .footers-module__KOE5zq__linkedin {
  cursor: pointer;
  background-image: url("../media/logo_linkedin.36b7ffd0.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 28px;
  height: 28px;
  margin-right: 14px;
  display: inline-block;
}

.footers-module__KOE5zq__icons .footers-module__KOE5zq__twitter {
  cursor: pointer;
  background-image: url("../media/logo_twitter.535fda84.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 28px;
  height: 28px;
  display: inline-block;
}

.footers-module__KOE5zq__icons .footers-module__KOE5zq__youtube {
  cursor: pointer;
  background-image: url("../media/logo_youtube.0fe124d6.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 28px;
  height: 28px;
  margin-left: 14px;
  display: inline-block;
}

.footers-module__KOE5zq__icons .footers-module__KOE5zq__facebook {
  cursor: pointer;
  background-image: url("../media/facebook.6e8be565.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 28px;
  height: 28px;
  margin-left: 14px;
  display: none;
}

.footers-module__KOE5zq__copyright {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, .4);
  width: 100%;
  margin-top: 64px;
  padding: 40px 0;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .footers-module__KOE5zq__footer {
    margin-top: -50px;
  }

  .footers-module__KOE5zq__flex {
    flex-direction: column-reverse;
  }

  .footers-module__KOE5zq__right {
    flex-wrap: wrap;
  }

  .footers-module__KOE5zq__right ul {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    margin-bottom: 16px;
  }

  .footers-module__KOE5zq__right ul li {
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 10px;
    font-size: 14px;
    line-height: 21px;
    overflow: hidden;
  }

  .footers-module__KOE5zq__left {
    border-top: 1px solid rgba(255, 255, 255, .4);
    flex: 1;
    width: 100%;
    margin-right: 0;
    padding-top: 32px;
  }

  .footers-module__KOE5zq__logo {
    width: 140px;
    height: 24px;
  }

  .footers-module__KOE5zq__icons {
    top: 30px;
    left: auto;
    right: 0;
  }

  .footers-module__KOE5zq__icons .footers-module__KOE5zq__linkedin {
    width: 24px;
    height: 24px;
  }

  .footers-module__KOE5zq__icons .footers-module__KOE5zq__twitter {
    width: 24px;
    height: 24px;
  }

  .footers-module__KOE5zq__icons .footers-module__KOE5zq__youtube {
    width: 24px;
    height: 24px;
  }

  .footers-module__KOE5zq__icons .footers-module__KOE5zq__facebook {
    width: 24px;
    height: 24px;
  }

  .footers-module__KOE5zq__icons .footers-module__KOE5zq__linkedin {
    margin-right: 0;
  }

  .footers-module__KOE5zq__icons .footers-module__KOE5zq__twitter {
    margin-left: 20px;
  }

  .footers-module__KOE5zq__icons .footers-module__KOE5zq__youtube {
    margin-left: 20px;
  }

  .footers-module__KOE5zq__copyright {
    border-top: none;
    margin-top: 0;
    padding: 32px 0;
    font-size: 12px;
    line-height: 18px;
  }
}

/* [project]/components/content-region.module.css [client] (css) */
.content-region-module__1i9_8G__section {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* [project]/components/demo-button.module.css [client] (css) */
.demo-button-module__0sQUwW__button {
  color: #0c0d0e;
  cursor: pointer;
  background: linear-gradient(#fff 0%, #c7d5ec 100%);
  border-radius: 26px;
  height: 52px;
  padding: 0 35px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.demo-button-module__0sQUwW__button.demo-button-module__0sQUwW__disable {
  opacity: .8;
  cursor: not-allowed;
}

.demo-button-module__0sQUwW__button:hover {
  color: #fff;
  background: linear-gradient(#05d9e3 0%, #236de8 100%);
}

.demo-button-module__0sQUwW__button.demo-button-module__0sQUwW__disable {
  opacity: .8;
  color: #0c0d0e;
  cursor: not-allowed;
  background: linear-gradient(#fff 0%, #c7d5ec 100%);
}

.demo-button-module__0sQUwW__button.primary {
  color: #fff;
  background: linear-gradient(#05d9e3 0%, #236de8 100%);
}

.demo-button-module__0sQUwW__button.primary:hover {
  background: linear-gradient(#3a84ff 0%, #236de8 100%);
}

.demo-button-module__0sQUwW__button.dark {
  color: #fff;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, .4);
  border: 1px solid rgba(255, 255, 255, .2);
  box-shadow: 0 0 10px rgba(45, 58, 73, .1);
}

.demo-button-module__0sQUwW__button.small {
  height: 40px;
  padding: 0 24px;
}

@media screen and (max-width: 768px) {
  .demo-button-module__0sQUwW__button {
    border-radius: 20px;
    height: 40px;
    padding: 0 22px;
    font-size: 16px;
    line-height: 12px;
  }
}

/* [project]/components/trial-section.module.css [client] (css) */
.trial-section-module__qEEi6q__section {
  background-color: #242934;
  background-image: url("../media/demo.bg.583a665d.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 207px;
  padding-bottom: 220px;
}

.trial-section-module__qEEi6q__button {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.trial-section-module__qEEi6q__title {
  color: #fff;
  text-align: center;
  font-family: MontserratRomanBold, serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 64px;
}

.trial-section-module__qEEi6q__description {
  color: #fff;
  text-align: center;
  max-width: 1360px;
  margin: 24px auto 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

@media screen and (max-width: 768px) {
  .trial-section-module__qEEi6q__section {
    background-image: url("../media/jpg_bg_y_804.c899dd8d.svg");
    background-position: center;
    padding-top: 133px;
    padding-bottom: 130px;
  }

  .trial-section-module__qEEi6q__button {
    margin-top: 32px;
  }

  .trial-section-module__qEEi6q__title {
    font-size: 20px;
    line-height: 32px;
  }
}

/* [project]/components/home/home-banner.module.css [client] (css) */
.home-banner-module__5MnEfG__section {
  background-image: url("../media/banner-home.bddaf9bf.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 800px;
  padding-top: 200px;
  padding-bottom: 204px;
  position: relative;
  overflow: hidden;
}

.home-banner-module__5MnEfG__sectionGtc {
  background-image: url("../media/banner-home-gtc.e70be849.png");
}

.home-banner-module__5MnEfG__sectionAtx {
  background-image: url("../media/banner-atx.0f5bcd25.png");
}

.home-banner-module__5MnEfG__sectionSuperAi {
  background-image: url("../media/home-banner-super-ai.65fccabb.png");
}

.home-banner-module__5MnEfG__sectionBetterAi {
  background-image: url("../media/banner_crn.09e1219c.png");
}

.home-banner-module__5MnEfG__sectionMlperf {
  background-color: #05080f;
  background-image: url("../media/banner_MLPerf_pc.5fd545c1.png");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 160px;
}

.home-banner-module__5MnEfG__sectionWhitePaper {
  background-color: #05080f;
  background-image: url("../media/banner_white_paper_pc.e4dad17b.png");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 160px;
}

.home-banner-module__5MnEfG__sectionTechWeek {
  background-color: #05080f;
  background-image: url("../media/banner_tech_week_pc.367847d5.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 160px;
}

.home-banner-module__5MnEfG__bgTrack {
  z-index: 0;
  pointer-events: none;
  transition: transform .45s ease-in-out;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.home-banner-module__5MnEfG__slidesViewport {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.home-banner-module__5MnEfG__slidesViewport .home-banner-module__5MnEfG__slidesTrack, .home-banner-module__5MnEfG__slidesViewport .home-banner-module__5MnEfG__slideWrap {
  height: 100%;
}

.home-banner-module__5MnEfG__slidesViewport .home-banner-module__5MnEfG__slideInner {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.home-banner-module__5MnEfG__slidesViewport .home-banner-module__5MnEfG__slideInner .home-banner-module__5MnEfG__content {
  flex: 1;
  min-width: 0;
}

.home-banner-module__5MnEfG__slidesViewport .home-banner-module__5MnEfG__slideInner .home-banner-module__5MnEfG__lottie {
  flex-shrink: 0;
}

.home-banner-module__5MnEfG__slidesViewport .home-banner-module__5MnEfG__slideInner.home-banner-module__5MnEfG__slideInnerAtx {
  box-sizing: border-box;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 200px;
}

.home-banner-module__5MnEfG__slidesViewport .home-banner-module__5MnEfG__slideInner.home-banner-module__5MnEfG__slideInnerMlperf .home-banner-module__5MnEfG__description, .home-banner-module__5MnEfG__sectionMlperf .home-banner-module__5MnEfG__description {
  margin-top: 24px;
}

.home-banner-module__5MnEfG__slidesViewport .home-banner-module__5MnEfG__slideInner.home-banner-module__5MnEfG__slideInnerWhitePaper {
  box-sizing: border-box;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 160px;
}

.home-banner-module__5MnEfG__slidesViewport .home-banner-module__5MnEfG__slideInner.home-banner-module__5MnEfG__slideInnerWhitePaper .home-banner-module__5MnEfG__description, .home-banner-module__5MnEfG__sectionWhitePaper .home-banner-module__5MnEfG__description {
  margin-top: 20px;
}

.home-banner-module__5MnEfG__slidesViewport .home-banner-module__5MnEfG__slideInner.home-banner-module__5MnEfG__slideInnerWhitePaper .home-banner-module__5MnEfG__buttons, .home-banner-module__5MnEfG__sectionWhitePaper .home-banner-module__5MnEfG__buttons {
  margin-top: 104px;
}

.home-banner-module__5MnEfG__slidesViewport .home-banner-module__5MnEfG__slideInner.home-banner-module__5MnEfG__slideInnerTechWeek {
  box-sizing: border-box;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 160px;
}

.home-banner-module__5MnEfG__slidesViewport .home-banner-module__5MnEfG__slideInner.home-banner-module__5MnEfG__slideInnerTechWeek .home-banner-module__5MnEfG__description, .home-banner-module__5MnEfG__sectionTechWeek .home-banner-module__5MnEfG__description {
  margin-top: 20px;
}

.home-banner-module__5MnEfG__slidesViewport .home-banner-module__5MnEfG__slideInner.home-banner-module__5MnEfG__slideInnerTechWeek .home-banner-module__5MnEfG__buttons, .home-banner-module__5MnEfG__sectionTechWeek .home-banner-module__5MnEfG__buttons {
  margin-top: 35px;
}

.home-banner-module__5MnEfG__slidesViewport .home-banner-module__5MnEfG__slideInner .home-banner-module__5MnEfG__atxHeaderRow {
  box-sizing: border-box;
  flex-shrink: 0;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.home-banner-module__5MnEfG__slidesViewport .home-banner-module__5MnEfG__slideInner .home-banner-module__5MnEfG__atxBodyRow {
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 0;
  display: flex;
}

.home-banner-module__5MnEfG__titleAtx {
  box-sizing: border-box;
  flex: auto;
  width: 100%;
  min-width: 0;
  max-width: 1400px;
}

.home-banner-module__5MnEfG__slidesViewport .home-banner-module__5MnEfG__slideInner .home-banner-module__5MnEfG__navSpacer {
  flex-shrink: 0;
  width: 0;
  margin-right: 0;
}

.home-banner-module__5MnEfG__slidesViewport .home-banner-module__5MnEfG__slideInner .home-banner-module__5MnEfG__navSpacer:before {
  content: "";
  width: 140px;
  height: 24px;
  display: block;
}

.home-banner-module__5MnEfG__flexOverlay {
  z-index: 2;
  pointer-events: none;
  justify-content: space-between;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.home-banner-module__5MnEfG__navOverlayWrap {
  pointer-events: auto;
  flex-shrink: 0;
  width: 180px;
  height: 100px;
}

.home-banner-module__5MnEfG__flexOverlay .home-banner-module__5MnEfG__contentOverlay, .home-banner-module__5MnEfG__flexOverlay .home-banner-module__5MnEfG__rightColumnOverlay {
  pointer-events: none;
}

.home-banner-module__5MnEfG__contentOverlay {
  flex: 1;
  min-width: 0;
}

.home-banner-module__5MnEfG__rightColumnOverlay {
  flex-shrink: 0;
  width: 252px;
}

.home-banner-module__5MnEfG__bgSlide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
}

.home-banner-module__5MnEfG__bgSlideHome {
  background-image: url("../media/banner-home.bddaf9bf.jpg");
}

.home-banner-module__5MnEfG__bgSlideGtc {
  background-image: url("../media/banner-home-gtc.e70be849.png");
}

.home-banner-module__5MnEfG__bgSlideAtx {
  background-image: url("../media/banner-atx.0f5bcd25.png");
}

.home-banner-module__5MnEfG__bgSlideSuperAi {
  background-image: url("../media/home-banner-super-ai.65fccabb.png");
}

.home-banner-module__5MnEfG__bgSlideBetterAi {
  background-image: url("../media/banner_crn.09e1219c.png");
}

.home-banner-module__5MnEfG__bgSlideMlperf {
  background-color: #05080f;
  background-image: url("../media/banner_MLPerf_pc.5fd545c1.png");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-banner-module__5MnEfG__bgSlideWhitePaper {
  background-color: #05080f;
  background-image: url("../media/banner_white_paper_pc.e4dad17b.png");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-banner-module__5MnEfG__bgSlideTechWeek {
  background-color: #05080f;
  background-image: url("../media/banner_tech_week_pc.367847d5.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-banner-module__5MnEfG__flex {
  z-index: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.home-banner-module__5MnEfG__flexAtx {
  flex-direction: column;
  align-items: stretch;
}

.home-banner-module__5MnEfG__atxSingleTop {
  box-sizing: border-box;
  flex-direction: row;
  flex-shrink: 0;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  display: flex;
}

.home-banner-module__5MnEfG__atxSingleBody {
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.home-banner-module__5MnEfG__content {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.home-banner-module__5MnEfG__slidesTrack {
  transition: transform .45s ease-in-out;
  display: flex;
}

.home-banner-module__5MnEfG__slideWrap {
  flex: none;
  min-width: 0;
}

.home-banner-module__5MnEfG__rightColumn {
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.home-banner-module__5MnEfG__lottie {
  width: 252px;
}

.home-banner-module__5MnEfG__indicators {
  z-index: 2;
  flex-direction: column;
  gap: 12px;
  display: flex;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

.home-banner-module__5MnEfG__indicator {
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 2px;
  width: 6px;
  height: 24px;
  padding: 0;
  overflow: hidden;
}

.home-banner-module__5MnEfG__indicator:hover .home-banner-module__5MnEfG__indicatorTrack {
  background: rgba(128, 128, 128, .55);
}

.home-banner-module__5MnEfG__indicatorTrack {
  background: rgba(128, 128, 128, .45);
  border-radius: 2px;
  width: 100%;
  height: 100%;
  transition: background .2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.home-banner-module__5MnEfG__indicatorFill {
  height: 100%;
  transform: scaleY(var(--progress, 0));
  transform-origin: bottom;
  will-change: transform;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.home-banner-module__5MnEfG__title {
  color: #fff;
  font-family: MontserratRomanBold, serif;
  font-size: 54px;
  line-height: 80px;
}

.home-banner-module__5MnEfG__description {
  color: #fff;
  margin-top: 40px;
  font-size: 24px;
  line-height: 40px;
}

.home-banner-module__5MnEfG__buttons {
  margin-top: 64px;
  margin-left: -9px;
  margin-right: -9px;
}

.home-banner-module__5MnEfG__buttons > * {
  margin: 0 9px;
}

@media screen and (max-width: 768px) {
  .home-banner-module__5MnEfG__section {
    background-image: url("../media/banner-home.bddaf9bf.jpg");
    padding-bottom: 32px;
  }

  .home-banner-module__5MnEfG__sectionGtc, .home-banner-module__5MnEfG__bgSlideGtc {
    background-image: url("../media/banner-home-gtc-mobile.876576c2.png");
  }

  .home-banner-module__5MnEfG__sectionSuperAi {
    background-image: url("../media/home-banner-super-ai-m.ac3bc7bb.png");
  }

  .home-banner-module__5MnEfG__sectionBetterAi {
    background-image: url("../media/banner_crn.09e1219c.png");
    padding-top: 103px;
  }

  .home-banner-module__5MnEfG__sectionMlperf {
    background-color: #05080f;
    background-image: url("../media/banner_MLPerf_Y.33686c2d.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 500px;
    padding-top: 280px;
    padding-bottom: 32px;
  }

  .home-banner-module__5MnEfG__sectionWhitePaper {
    background-color: #05080f;
    background-image: url("../media/banner_white_paper_m.536c87c9.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 113px;
    padding-bottom: 32px;
  }

  .home-banner-module__5MnEfG__sectionTechWeek {
    background-color: #05080f;
    background-image: url("../media/banner_tech_week_m.87ed27f9.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 32px;
  }

  .home-banner-module__5MnEfG__flex {
    flex-direction: column-reverse;
    display: flex;
  }

  .home-banner-module__5MnEfG__flexAtx {
    flex-direction: column;
  }

  .home-banner-module__5MnEfG__atxSingleTop {
    flex-direction: column;
    align-items: center;
    max-width: none;
  }

  .home-banner-module__5MnEfG__atxSingleBody {
    flex-direction: column-reverse;
    align-items: center;
  }

  .home-banner-module__5MnEfG__slidesViewport .home-banner-module__5MnEfG__slideInner {
    flex-direction: column-reverse;
  }

  .home-banner-module__5MnEfG__slidesViewport .home-banner-module__5MnEfG__slideInner.home-banner-module__5MnEfG__slideInnerBetterAi {
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 103px;
  }

  .home-banner-module__5MnEfG__slidesViewport .home-banner-module__5MnEfG__slideInner.home-banner-module__5MnEfG__slideInnerMlperf {
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 280px;
    padding-bottom: 32px;
  }

  .home-banner-module__5MnEfG__slidesViewport .home-banner-module__5MnEfG__slideInner.home-banner-module__5MnEfG__slideInnerWhitePaper {
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 113px;
    padding-bottom: 32px;
  }

  .home-banner-module__5MnEfG__slidesViewport .home-banner-module__5MnEfG__slideInner.home-banner-module__5MnEfG__slideInnerTechWeek {
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 120px;
    padding-bottom: 32px;
  }

  .home-banner-module__5MnEfG__slidesViewport .home-banner-module__5MnEfG__slideInner.home-banner-module__5MnEfG__slideInnerMlperf .home-banner-module__5MnEfG__title, .home-banner-module__5MnEfG__slidesViewport .home-banner-module__5MnEfG__slideInner.home-banner-module__5MnEfG__slideInnerMlperf .home-banner-module__5MnEfG__description, .home-banner-module__5MnEfG__sectionMlperf .home-banner-module__5MnEfG__title, .home-banner-module__5MnEfG__sectionMlperf .home-banner-module__5MnEfG__description {
    text-align: left;
  }

  .home-banner-module__5MnEfG__slidesViewport .home-banner-module__5MnEfG__slideInner.home-banner-module__5MnEfG__slideInnerWhitePaper .home-banner-module__5MnEfG__title, .home-banner-module__5MnEfG__slidesViewport .home-banner-module__5MnEfG__slideInner.home-banner-module__5MnEfG__slideInnerWhitePaper .home-banner-module__5MnEfG__description, .home-banner-module__5MnEfG__sectionWhitePaper .home-banner-module__5MnEfG__title, .home-banner-module__5MnEfG__sectionWhitePaper .home-banner-module__5MnEfG__description, .home-banner-module__5MnEfG__slidesViewport .home-banner-module__5MnEfG__slideInner.home-banner-module__5MnEfG__slideInnerTechWeek .home-banner-module__5MnEfG__title, .home-banner-module__5MnEfG__slidesViewport .home-banner-module__5MnEfG__slideInner.home-banner-module__5MnEfG__slideInnerTechWeek .home-banner-module__5MnEfG__description, .home-banner-module__5MnEfG__sectionTechWeek .home-banner-module__5MnEfG__title, .home-banner-module__5MnEfG__sectionTechWeek .home-banner-module__5MnEfG__description {
    text-align: center;
  }

  .home-banner-module__5MnEfG__slidesViewport .home-banner-module__5MnEfG__slideInner.home-banner-module__5MnEfG__slideInnerMlperf .home-banner-module__5MnEfG__description, .home-banner-module__5MnEfG__sectionMlperf .home-banner-module__5MnEfG__description, .home-banner-module__5MnEfG__slidesViewport .home-banner-module__5MnEfG__slideInner.home-banner-module__5MnEfG__slideInnerWhitePaper .home-banner-module__5MnEfG__description, .home-banner-module__5MnEfG__sectionWhitePaper .home-banner-module__5MnEfG__description, .home-banner-module__5MnEfG__slidesViewport .home-banner-module__5MnEfG__slideInner.home-banner-module__5MnEfG__slideInnerTechWeek .home-banner-module__5MnEfG__description, .home-banner-module__5MnEfG__sectionTechWeek .home-banner-module__5MnEfG__description {
    margin-top: 12px;
  }

  .home-banner-module__5MnEfG__slidesViewport .home-banner-module__5MnEfG__slideInner.home-banner-module__5MnEfG__slideInnerWhitePaper .home-banner-module__5MnEfG__buttons, .home-banner-module__5MnEfG__sectionWhitePaper .home-banner-module__5MnEfG__buttons {
    align-items: center;
    margin-top: 32px;
    margin-left: 0;
    margin-right: 0;
  }

  .home-banner-module__5MnEfG__slidesViewport .home-banner-module__5MnEfG__slideInner.home-banner-module__5MnEfG__slideInnerWhitePaper .home-banner-module__5MnEfG__buttons > *, .home-banner-module__5MnEfG__sectionWhitePaper .home-banner-module__5MnEfG__buttons > * {
    margin-left: 0;
    margin-right: 0;
  }

  .home-banner-module__5MnEfG__slidesViewport .home-banner-module__5MnEfG__slideInner.home-banner-module__5MnEfG__slideInnerTechWeek .home-banner-module__5MnEfG__buttons, .home-banner-module__5MnEfG__sectionTechWeek .home-banner-module__5MnEfG__buttons {
    align-items: center;
    margin-top: 32px;
    margin-left: 0;
    margin-right: 0;
  }

  .home-banner-module__5MnEfG__slidesViewport .home-banner-module__5MnEfG__slideInner.home-banner-module__5MnEfG__slideInnerTechWeek .home-banner-module__5MnEfG__buttons > *, .home-banner-module__5MnEfG__sectionTechWeek .home-banner-module__5MnEfG__buttons > * {
    margin-left: 0;
    margin-right: 0;
  }

  .home-banner-module__5MnEfG__slidesViewport .home-banner-module__5MnEfG__slideInner.home-banner-module__5MnEfG__slideInnerAtx {
    flex-direction: column;
    padding-top: 120px;
  }

  .home-banner-module__5MnEfG__slidesViewport .home-banner-module__5MnEfG__slideInner.home-banner-module__5MnEfG__slideInnerAtx .home-banner-module__5MnEfG__atxBodyRow {
    flex-direction: column-reverse;
    align-items: center;
  }

  .home-banner-module__5MnEfG__slidesViewport .home-banner-module__5MnEfG__slideInner .home-banner-module__5MnEfG__navSpacer {
    width: 0;
    min-width: 0;
    margin: 0;
    overflow: hidden;
  }

  .home-banner-module__5MnEfG__slidesViewport .home-banner-module__5MnEfG__slideInner .home-banner-module__5MnEfG__navSpacer:before {
    display: none;
  }

  .home-banner-module__5MnEfG__rightColumn {
    align-items: center;
    margin-bottom: 20px;
  }

  .home-banner-module__5MnEfG__lottie {
    width: 100px;
    height: 100px;
    margin: 106px auto 20px;
  }

  .home-banner-module__5MnEfG__indicators {
    flex-direction: row;
    justify-content: center;
    gap: 8px;
    top: auto;
    bottom: 20px;
    left: 0;
    right: 0;
    transform: none;
  }

  .home-banner-module__5MnEfG__indicator {
    width: 24px;
    height: 6px;
  }

  .home-banner-module__5MnEfG__indicatorFill {
    width: 100%;
    height: 100%;
    transform: scaleX(var(--progress, 0));
    transform-origin: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
  }

  .home-banner-module__5MnEfG__title {
    text-align: center;
    font-size: 20px;
    line-height: 32px;
  }

  .home-banner-module__5MnEfG__description {
    text-align: center;
    margin-top: 12px;
    font-size: 14px;
    line-height: 21px;
  }

  .home-banner-module__5MnEfG__buttons {
    flex-direction: column;
    align-items: center;
    margin-top: 32px;
    display: flex;
  }

  .home-banner-module__5MnEfG__buttons > * {
    margin-bottom: 20px;
  }

  .home-banner-module__5MnEfG__buttons > *:last-child {
    margin-bottom: 0;
  }

  .home-banner-module__5MnEfG__titleAtx {
    margin-top: 40px;
  }

  .home-banner-module__5MnEfG__bgSlideAtx {
    background-image: url("../media/atx-home-banner-mobile.4a20f75a.png");
  }

  .home-banner-module__5MnEfG__bgSlideSuperAi {
    background-image: url("../media/home-banner-super-ai-m.ac3bc7bb.png");
  }

  .home-banner-module__5MnEfG__bgSlideBetterAi {
    background-image: url("../media/banner_crn.09e1219c.png");
  }

  .home-banner-module__5MnEfG__bgSlideMlperf {
    background-color: #05080f;
    background-image: url("../media/banner_MLPerf_Y.33686c2d.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 500px;
  }

  .home-banner-module__5MnEfG__bgSlideWhitePaper {
    background-color: #05080f;
    background-image: url("../media/banner_white_paper_m.536c87c9.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .home-banner-module__5MnEfG__bgSlideTechWeek {
    background-color: #05080f;
    background-image: url("../media/banner_tech_week_m.87ed27f9.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .home-banner-module__5MnEfG__sectionBetterAi .home-banner-module__5MnEfG__rightColumn {
    display: none;
  }

  .home-banner-module__5MnEfG__sectionBetterAi .home-banner-module__5MnEfG__buttons, .home-banner-module__5MnEfG__slideInnerBetterAi .home-banner-module__5MnEfG__buttons {
    align-items: stretch;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-banner-module__5MnEfG__sectionBetterAi .home-banner-module__5MnEfG__buttons > *, .home-banner-module__5MnEfG__slideInnerBetterAi .home-banner-module__5MnEfG__buttons > * {
    box-sizing: border-box;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .home-banner-module__5MnEfG__sectionMlperf .home-banner-module__5MnEfG__buttons, .home-banner-module__5MnEfG__slideInnerMlperf .home-banner-module__5MnEfG__buttons {
    align-items: flex-start;
    margin-top: 32px;
    margin-left: 0;
    margin-right: 0;
  }

  .home-banner-module__5MnEfG__sectionMlperf .home-banner-module__5MnEfG__buttons > *, .home-banner-module__5MnEfG__slideInnerMlperf .home-banner-module__5MnEfG__buttons > * {
    margin-left: 0;
    margin-right: 0;
  }
}

/* [project]/components/navigations.module.css [client] (css) */
.navigations-module__mb8L9q__navigation {
  z-index: 1000;
  width: 100%;
  max-width: 1400px;
  height: 60px;
  padding: 0 20px;
  display: flex;
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
}

.navigations-module__mb8L9q__mobile {
  display: none;
}

.navigations-module__mb8L9q__nav {
  background: rgba(0, 0, 0, .4);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 30px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
  display: flex;
  position: relative;
  box-shadow: 0 0 10px rgba(45, 58, 73, .1);
}

.navigations-module__mb8L9q__nav .navigations-module__mb8L9q__blur {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: -1;
  border-radius: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.navigations-module__mb8L9q__flex {
  align-items: center;
  display: flex;
}

.navigations-module__mb8L9q__logo {
  cursor: pointer;
  background-image: url("../media/TuringData-logo.2f9e8d33.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 140px;
  height: 24px;
  margin-left: 40px;
  margin-right: 40px;
}

.navigations-module__mb8L9q__list {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  list-style-type: none;
  display: flex;
}

.navigations-module__mb8L9q__list li {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-right: 8px;
  display: flex;
  position: relative;
}

.navigations-module__mb8L9q__list li > div:first-child {
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  display: flex;
}

.navigations-module__mb8L9q__list li > div:first-child:after {
  content: "";
  background-image: url("../media/arrow-down.icon.a7b40cc1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  margin-left: 4px;
  transition: all .3s ease-in-out;
  display: block;
}

.navigations-module__mb8L9q__list li > div:first-child.navigations-module__mb8L9q__noArrow:after {
  display: none;
}

.navigations-module__mb8L9q__list li .navigations-module__mb8L9q__arrow {
  background-image: url("../media/arrow-down.icon.a7b40cc1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  margin-left: 6px;
  display: none;
  transform: rotate(270deg);
}

.navigations-module__mb8L9q__list li .navigations-module__mb8L9q__menus {
  cursor: auto;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 1002;
  background: rgba(0, 0, 0, .5);
  grid-template-columns: repeat(2, 1fr);
  padding: 4px;
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  box-shadow: 0 0 10px rgba(11, 28, 46, .2);
}

.navigations-module__mb8L9q__list li .navigations-module__mb8L9q__menus .navigations-module__mb8L9q__navItem {
  cursor: pointer;
  border: 1px solid rgba(255, 255, 225, .2);
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  width: 220px;
  min-width: 220px;
  height: 116px;
  margin: 4px;
  padding: 8px;
  display: flex;
  overflow: hidden;
}

.navigations-module__mb8L9q__list li .navigations-module__mb8L9q__menus .navigations-module__mb8L9q__navItem .navigations-module__mb8L9q__subDesc {
  color: rgba(255, 255, 255, .7);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}

.navigations-module__mb8L9q__list li .navigations-module__mb8L9q__menus .navigations-module__mb8L9q__navItem > h2 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

.navigations-module__mb8L9q__list li .navigations-module__mb8L9q__menus .navigations-module__mb8L9q__navItem > h3 {
  color: #fff;
  white-space: nowrap;
  align-items: center;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
}

.navigations-module__mb8L9q__list li .navigations-module__mb8L9q__menus .navigations-module__mb8L9q__navItem:hover {
  background: linear-gradient(rgba(5, 217, 227, .1) 0%, rgba(58, 132, 255, .7) 100%);
}

.navigations-module__mb8L9q__list li .navigations-module__mb8L9q__menus .navigations-module__mb8L9q__navItem:hover .navigations-module__mb8L9q__arrow {
  flex-shrink: 0;
  display: inline-block;
}

.navigations-module__mb8L9q__list li .navigations-module__mb8L9q__menus.navigations-module__mb8L9q__three .navigations-module__mb8L9q__grids {
  display: flex;
}

.navigations-module__mb8L9q__list li .navigations-module__mb8L9q__menus.navigations-module__mb8L9q__three .navigations-module__mb8L9q__grids.navigations-module__mb8L9q__two {
  display: flex;
}

.navigations-module__mb8L9q__list li .navigations-module__mb8L9q__menus.navigations-module__mb8L9q__three .navigations-module__mb8L9q__grids.navigations-module__mb8L9q__two > div:last-child {
  width: 100%;
}

.navigations-module__mb8L9q__list li:hover > div:first-child {
  background: rgba(222, 241, 252, .1);
  border-radius: 20px;
  height: 36px;
}

.navigations-module__mb8L9q__list li:hover > div:first-child:after {
  rotate: 180deg;
}

.navigations-module__mb8L9q__list li:hover .navigations-module__mb8L9q__menus {
  flex-direction: column;
  display: flex;
}

.navigations-module__mb8L9q__menuIcon {
  display: none;
}

@media screen and (max-width: 768px) {
  .navigations-module__mb8L9q__mobile {
    z-index: 10;
    background-color: #242934;
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .navigations-module__mb8L9q__nav {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, .4);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 56px;
    height: 56px;
    box-shadow: 0 0 10px rgba(45, 58, 73, .1);
  }

  .navigations-module__mb8L9q__logo {
    margin-left: 20px;
  }

  .navigations-module__mb8L9q__list {
    z-index: -1;
    flex-direction: column;
    height: calc(100vh + 17px);
    margin-top: 100px;
    padding: 0 30px 160px;
    display: none;
    position: fixed;
    top: -17px;
    bottom: 0;
    left: -10px;
    right: -10px;
    overflow-y: auto;
  }

  .navigations-module__mb8L9q__list.navigations-module__mb8L9q__visible {
    display: block;
  }

  .navigations-module__mb8L9q__list li {
    border-bottom: 1px solid #444c5e;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-right: 0;
    padding-bottom: 20px;
    display: block;
    overflow: hidden;
  }

  .navigations-module__mb8L9q__list li > div:first-child {
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
    padding: 0;
    font-family: MontserratRomanBold, serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
    display: flex;
  }

  .navigations-module__mb8L9q__list li .navigations-module__mb8L9q__menus {
    position: initial;
    width: 100%;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: none;
    display: none;
  }

  .navigations-module__mb8L9q__list li .navigations-module__mb8L9q__menus .navigations-module__mb8L9q__grids {
    flex-direction: column;
  }

  .navigations-module__mb8L9q__list li .navigations-module__mb8L9q__menus .navigations-module__mb8L9q__navItem {
    border: none;
    flex-direction: column;
    justify-content: space-between;
    width: auto;
    height: auto;
    margin-top: 20px;
    margin-left: -1px;
    padding: 0;
    display: flex;
    border: none !important;
  }

  .navigations-module__mb8L9q__list li .navigations-module__mb8L9q__menus .navigations-module__mb8L9q__navItem .navigations-module__mb8L9q__subDesc {
    display: none;
  }

  .navigations-module__mb8L9q__list li .navigations-module__mb8L9q__menus .navigations-module__mb8L9q__navItem > h3 > span {
    background-image: none;
  }

  .navigations-module__mb8L9q__list li .navigations-module__mb8L9q__menus .navigations-module__mb8L9q__navItem > h3 > svg {
    display: none;
  }

  .navigations-module__mb8L9q__list li .navigations-module__mb8L9q__menus .navigations-module__mb8L9q__navItem:hover {
    background: none;
  }

  .navigations-module__mb8L9q__list li.navigations-module__mb8L9q__active .navigations-module__mb8L9q__menus {
    display: block;
  }

  .navigations-module__mb8L9q__list li:hover > div:first-child {
    background: none;
    border-radius: 0;
    height: auto;
  }

  .navigations-module__mb8L9q__list li:hover > div:first-child:after {
    rotate: none;
  }

  .navigations-module__mb8L9q__list li:hover .navigations-module__mb8L9q__menus {
    display: none;
  }

  .navigations-module__mb8L9q__list li:hover.navigations-module__mb8L9q__active .navigations-module__mb8L9q__menus {
    display: block;
  }

  .navigations-module__mb8L9q__button {
    display: none;
  }

  .navigations-module__mb8L9q__menuIcon {
    cursor: pointer;
    background-image: url("../media/menu.icon.6732d37e.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    width: 25px;
    height: 25px;
    margin-right: 17px;
    display: block;
  }

  .navigations-module__mb8L9q__menuIcon.navigations-module__mb8L9q__close {
    background-image: url("../media/menu-close.icon.1c232454.svg");
  }

  .navigations-module__mb8L9q__navigation {
    padding: 0 10px;
  }
}

/* [project]/components/home/home-enterprise.module.css [client] (css) */
.home-enterprise-module__O7lkJW__mobile {
  display: none;
}

.home-enterprise-module__O7lkJW__pc {
  grid-template-rows: 1fr auto auto auto;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  margin-top: 64px;
  display: grid;
}

.home-enterprise-module__O7lkJW__card {
  grid-template-rows: subgrid;
  grid-row: span 4;
  display: grid;
}

.home-enterprise-module__O7lkJW__title {
  font-family: MontserratRomanBold, serif;
}

.home-enterprise-module__O7lkJW__subtitle {
  margin-top: 40px;
  margin-bottom: 40px;
}

.home-enterprise-module__O7lkJW__logo {
  background: linear-gradient(rgba(35, 109, 232, .2) 0%, rgba(58, 132, 255, .2) 100%);
  border-radius: 13px;
  place-self: start;
  width: -moz-fit-content;
  width: fit-content;
  padding: 9px 29px;
  display: inline-block;
}

.home-enterprise-module__O7lkJW__learnMore {
  margin-top: 40px;
  font-size: 14px;
  line-height: 16px;
}

.home-enterprise-module__O7lkJW__mobileCard {
  box-sizing: border-box;
  grid-template-rows: 1fr auto auto auto;
  display: grid;
}

@media screen and (max-width: 768px) {
  .home-enterprise-module__O7lkJW__mobile {
    display: block;
  }

  .home-enterprise-module__O7lkJW__pc {
    display: none;
  }

  .home-enterprise-module__O7lkJW__subtitle {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 21px;
  }

  .home-enterprise-module__O7lkJW__logo {
    padding: 6px 16px;
  }

  .home-enterprise-module__O7lkJW__learnMore {
    margin-top: 20px;
  }
}

/* [project]/components/home/home-items.module.css [client] (css) */
.home-items-module__eYrGZq__mobile {
  display: none;
}

.home-items-module__eYrGZq__pc {
  display: flex;
}

.home-items-module__eYrGZq__title {
  font-family: MontserratRomanBold, serif;
}

.home-items-module__eYrGZq__card {
  cursor: pointer;
}

.home-items-module__eYrGZq__card:after {
  visibility: hidden;
  content: "";
  background-image: url("../media/icon_more_36.d0f751c0.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  margin-top: 24px;
  display: block;
}

.home-items-module__eYrGZq__card:hover:after {
  visibility: visible;
}

@media screen and (max-width: 768px) {
  .home-items-module__eYrGZq__mobile {
    display: block;
  }

  .home-items-module__eYrGZq__pc {
    display: none;
  }
}

/* [project]/components/home/home-list.module.css [client] (css) */
.home-list-module__9ES1ra__section {
  padding-top: 60px;
}

.home-list-module__9ES1ra__section h1 {
  color: #fff;
  text-align: center;
  font-family: MontserratRomanBold, serif;
  font-size: 40px;
  line-height: 64px;
}

.home-list-module__9ES1ra__section h2 {
  color: #fff;
  text-align: center;
  font-family: MontserratRomanBold, serif;
  font-size: 40px;
  line-height: 64px;
}

.home-list-module__9ES1ra__section ul {
  background-image: url("../media/jpg-home-qingxi-640.7452214e.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  height: 640px;
  margin-top: 64px;
  display: flex;
  overflow: hidden;
}

.home-list-module__9ES1ra__section ul .home-list-module__9ES1ra__icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: block;
}

.home-list-module__9ES1ra__section ul li:first-child .home-list-module__9ES1ra__icon {
  background-image: url("../media/icon_home_01.c7a11f10.svg");
}

.home-list-module__9ES1ra__section ul li:nth-child(2) .home-list-module__9ES1ra__icon {
  background-image: url("../media/icon_home_02.ec3c6569.svg");
}

.home-list-module__9ES1ra__section ul li:nth-child(3) .home-list-module__9ES1ra__icon {
  background-image: url("../media/icon_home_03.bfc42b81.svg");
}

.home-list-module__9ES1ra__section ul li:nth-child(4) .home-list-module__9ES1ra__icon {
  background-image: url("../media/icon_home_04.c70daa3f.svg");
}

.home-list-module__9ES1ra__section ul li:nth-child(5) .home-list-module__9ES1ra__icon {
  background-image: url("../media/icon_home_05.584cb3bf.svg");
}

.home-list-module__9ES1ra__section ul li:last-child .home-list-module__9ES1ra__icon {
  background-image: url("../media/icon_home_06.d0001b69.svg");
}

.home-list-module__9ES1ra__section ul .home-list-module__9ES1ra__subTitle {
  color: #fff;
  margin-top: 225px;
  font-family: MontserratRomanBold, serif;
  font-size: 16px;
  line-height: 32px;
}

.home-list-module__9ES1ra__section ul h3 {
  color: #fff;
  margin-top: 218px;
  font-family: MontserratRomanBold, serif;
  font-size: 24px;
  line-height: 40px;
  display: none;
}

.home-list-module__9ES1ra__section ul p {
  color: #fff;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  display: none;
}

.home-list-module__9ES1ra__section ul li {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(35, 109, 232, .2);
  border-right: 1px solid rgba(255, 255, 255, .2);
  width: 16.6667%;
  padding: 40px;
  transition: all .8s;
  position: relative;
}

.home-list-module__9ES1ra__section ul li:last-child {
  border-right: none;
}

.home-list-module__9ES1ra__section ul li.home-list-module__9ES1ra__small {
  width: 11.875%;
}

.home-list-module__9ES1ra__section ul li.home-list-module__9ES1ra__active {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  width: 40.625%;
}

.home-list-module__9ES1ra__section ul li.home-list-module__9ES1ra__showText .home-list-module__9ES1ra__subTitle {
  display: none;
}

.home-list-module__9ES1ra__section ul li.home-list-module__9ES1ra__showText h3 {
  display: block;
}

.home-list-module__9ES1ra__section ul li.home-list-module__9ES1ra__showText p {
  display: block;
}

@media screen and (max-width: 768px) {
  .home-list-module__9ES1ra__section {
    padding-top: 60px;
  }

  .home-list-module__9ES1ra__section h1 {
    font-size: 20px;
    line-height: 32px;
  }

  .home-list-module__9ES1ra__section h2 {
    font-size: 20px;
    line-height: 32px;
  }

  .home-list-module__9ES1ra__section ul {
    background-image: none;
    flex-direction: column;
    height: auto;
    margin-top: 0;
    display: flex;
  }

  .home-list-module__9ES1ra__section ul .home-list-module__9ES1ra__icon {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    display: block;
  }

  .home-list-module__9ES1ra__section ul .home-list-module__9ES1ra__subTitle {
    display: none;
  }

  .home-list-module__9ES1ra__section ul h3 {
    color: #0395ff;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
    display: block;
  }

  .home-list-module__9ES1ra__section ul p {
    position: initial;
    text-align: center;
    margin-top: 12px;
    font-size: 14px;
    line-height: 21px;
    display: block;
  }

  .home-list-module__9ES1ra__section ul li {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: none;
    border-right: none;
    width: 100%;
    margin-top: 32px;
    padding: 0;
  }

  .home-list-module__9ES1ra__section ul li.home-list-module__9ES1ra__small {
    width: 100%;
  }

  .home-list-module__9ES1ra__section ul li.home-list-module__9ES1ra__active {
    width: 100%;
  }

  .home-list-module__9ES1ra__section ul li.home-list-module__9ES1ra__showText .home-list-module__9ES1ra__subTitle {
    display: none;
  }

  .home-list-module__9ES1ra__section ul li.home-list-module__9ES1ra__showText h3 {
    display: block;
  }

  .home-list-module__9ES1ra__section ul li.home-list-module__9ES1ra__showText p {
    display: block;
  }
}

/* [project]/components/home/banner-slides/home-slide.module.css [client] (css) */
.home-slide-module__yVrAxq__linearTitle {
  background: linear-gradient(90deg, #00deff 0%, #59b0ff 50%, #11b0ff 100%) 0 0 / 100%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
}

.home-slide-module__yVrAxq__titleLine {
  display: block;
}

/* [project]/components/home/banner-slides/mlperf-slide.module.css [client] (css) */
.mlperf-slide-module__omVRCG__logoRow {
  align-items: center;
  gap: 16px;
  margin-bottom: 19px;
  display: flex;
}

.mlperf-slide-module__omVRCG__logo {
  flex-shrink: 0;
  width: 106px;
  height: auto;
  display: block;
}

.mlperf-slide-module__omVRCG__divider {
  background: rgba(168, 180, 186, .6);
  flex-shrink: 0;
  width: 1px;
  height: 24px;
  display: block;
}

.mlperf-slide-module__omVRCG__logoLabel {
  color: #05d9e3;
  font-family: PingFangSC, PingFang SC, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
}

.mlperf-slide-module__omVRCG__description {
  text-shadow: 0 1px 3px rgba(0, 0, 0, .5);
  max-width: 900px;
  font-family: MontserratRoman, sans-serif;
  font-weight: 400;
}

.mlperf-slide-module__omVRCG__titleText {
  max-width: 900px;
  display: block;
}

.mlperf-slide-module__omVRCG__highlight {
  color: #05d9e3;
}

@media screen and (max-width: 768px) {
  .mlperf-slide-module__omVRCG__logoRow {
    gap: 8px;
    margin-bottom: 14px;
  }

  .mlperf-slide-module__omVRCG__logo {
    width: 62px;
  }

  .mlperf-slide-module__omVRCG__divider {
    height: 14px;
  }

  .mlperf-slide-module__omVRCG__logoLabel {
    font-size: 14px;
    line-height: 20px;
  }
}

/* [project]/components/home/banner-slides/tech-week-slide.module.css [client] (css) */
.tech-week-slide-module__Ec6Q2a__meetTitle {
  background: linear-gradient(90deg, #06d9e3 0%, #fff 100%);
  -webkit-text-fill-color: transparent;
  color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 54px;
  font-style: normal;
  font-weight: bold;
  line-height: 80px;
  display: inline-block;
}

.tech-week-slide-module__Ec6Q2a__logo {
  width: 508px;
  max-width: 100%;
  height: auto;
  margin-top: 8px;
  display: block;
}

.tech-week-slide-module__Ec6Q2a__eventInfo {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

.tech-week-slide-module__Ec6Q2a__tagline {
  color: #05d9e3;
  margin-top: 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
}

@media screen and (max-width: 768px) {
  .tech-week-slide-module__Ec6Q2a__meetTitle {
    text-align: center;
    background: linear-gradient(90deg, #06d9e3 0%, #fff 100%);
    -webkit-text-fill-color: transparent;
    color: rgba(0, 0, 0, 0);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 20px;
    line-height: 32px;
  }

  .tech-week-slide-module__Ec6Q2a__logo {
    width: 254px;
    margin: 8px auto 0;
  }

  .tech-week-slide-module__Ec6Q2a__eventInfo {
    text-align: center;
    font-size: 14px;
    line-height: 21px;
  }

  .tech-week-slide-module__Ec6Q2a__tagline {
    text-align: center;
    margin-top: 12px;
    font-size: 14px;
    line-height: 21px;
  }
}

/* [project]/components/home/banner-slides/white-paper-slide.module.css [client] (css) */
.white-paper-slide-module__uhZtbq__subtitle {
  color: #a8b4ba;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
}

.white-paper-slide-module__uhZtbq__subtitleHighlight {
  color: #05d9e3;
}

.white-paper-slide-module__uhZtbq__subtitleDivider {
  color: #a8b4ba;
}

.white-paper-slide-module__uhZtbq__mainTitle {
  text-align: left;
  background: linear-gradient(90deg, #05d9e3 0%, #fff 55%, #fff 100%);
  -webkit-text-fill-color: transparent;
  color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 18px;
  font-size: 54px;
  font-style: normal;
  font-weight: bold;
  line-height: 80px;
  display: block;
}

.white-paper-slide-module__uhZtbq__subTitle {
  color: #fff;
  margin-top: 4px;
  font-size: 54px;
  font-weight: bold;
  line-height: 80px;
  display: block;
}

.white-paper-slide-module__uhZtbq__description {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .5);
  max-width: 900px;
  font-size: 24px;
  line-height: 40px;
}

.white-paper-slide-module__uhZtbq__nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .white-paper-slide-module__uhZtbq__subtitle {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .white-paper-slide-module__uhZtbq__mainTitle {
    text-align: center;
    margin-top: 14px;
    font-size: 20px;
    line-height: 32px;
  }

  .white-paper-slide-module__uhZtbq__subTitle {
    text-align: center;
    margin-top: 2px;
    font-size: 20px;
    line-height: 32px;
  }

  .white-paper-slide-module__uhZtbq__description {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 21px;
  }

  .white-paper-slide-module__uhZtbq__descBreak {
    display: none;
  }
}

/* [project]/components/home/home-logos.module.css [client] (css) */
.home-logos-module__H2QhKW__section {
  padding-top: 120px;
}

.home-logos-module__H2QhKW__title {
  color: #fff;
  text-align: center;
  font-family: MontserratRomanBold, serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 64px;
}

.home-logos-module__H2QhKW__logos {
  grid-template-columns: repeat(6, 1fr);
  gap: 50px 20px;
  margin: 64px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.home-logos-module__H2QhKW__logos li {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-logos-module__H2QhKW__logos li img {
  object-fit: contain;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .home-logos-module__H2QhKW__section {
    padding-top: 60px;
  }

  .home-logos-module__H2QhKW__title {
    font-size: 20px;
    line-height: 32px;
  }

  .home-logos-module__H2QhKW__logos {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 10px;
    margin-top: 32px;
  }
}

/*# sourceMappingURL=components_3018bf72._.css.map*/