/* [project]/pages/events/index.module.css [client] (css) */
.index-module__9gE73q__section {
  background-image: url("../media/banner-bg-events.6be86eca.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 216px;
  padding-bottom: 304px;
}

.index-module__9gE73q__section h1 {
  color: #fff;
  text-align: center;
  font-family: MontserratRomanBold, serif;
  font-size: 54px;
  font-weight: bold;
  line-height: 80px;
}

.index-module__9gE73q__events {
  margin-top: -104px;
  padding-bottom: 120px;
}

.index-module__9gE73q__events .index-module__9gE73q__eventsContainer {
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  display: grid;
}

@media screen and (max-width: 768px) {
  .index-module__9gE73q__section {
    padding-top: 106px;
    padding-bottom: 100px;
  }

  .index-module__9gE73q__section h1 {
    font-size: 20px;
    line-height: 32px;
  }

  .index-module__9gE73q__events {
    margin-top: 0;
    padding-bottom: 60px;
  }

  .index-module__9gE73q__events .index-module__9gE73q__eventsContainer {
    flex-direction: column;
    row-gap: 20px;
    display: flex;
  }
}

/* [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/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/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/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/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/events/event-item.module.css [client] (css) */
.event-item-module__Tbixka__card {
  cursor: pointer;
  background: rgba(0, 0, 0, .4);
  border-radius: 20px;
  padding: 40px;
}

.event-item-module__Tbixka__card h3 {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 28px;
  font-family: MontserratRomanBold;
  font-size: 36px;
  font-weight: bold;
  line-height: 48px;
}

.event-item-module__Tbixka__label {
  color: #fff;
  margin-top: 12px;
  font-family: MontserratRomanBold;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
}

.event-item-module__Tbixka__value {
  color: #fff;
  font-family: MontserratRoman;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}

.event-item-module__Tbixka__img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  height: 200px;
}

.event-item-module__Tbixka__img.tech-week {
  background-image: url("../media/tech_week_singapore.21392f12.jpg");
}

.event-item-module__Tbixka__img.nvidia-gtc {
  background-image: url("../media/tech_nvidia_gtc.f0cbbc51.jpg");
}

.event-item-module__Tbixka__img.atx-sg {
  background-image: url("../media/atx-event-item.6a3c4c37.jpg");
}

.event-item-module__Tbixka__img.super-ai {
  background-image: url("../media/event-super-ai.daf330e6.jpg");
}

.event-item-module__Tbixka__img {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .event-item-module__Tbixka__card {
    padding: 20px;
  }

  .event-item-module__Tbixka__card h3 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .event-item-module__Tbixka__card .event-item-module__Tbixka__label {
    font-size: 16px;
    line-height: 21px;
  }

  .event-item-module__Tbixka__card .event-item-module__Tbixka__value {
    font-size: 16px;
    line-height: 21px;
  }

  .event-item-module__Tbixka__card .event-item-module__Tbixka__img {
    height: 100px;
  }

  .event-item-module__Tbixka__img {
    border-radius: 10px;
  }
}

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