/* [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]/pages/resources.module.css [client] (css) */
.resources-module__bZ0yRa__section {
  background-image: url("../media/banner-Partners.b99e6079.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 260px;
  padding-bottom: 200px;
}

.resources-module__bZ0yRa__section .resources-module__bZ0yRa__title {
  color: #fff;
  text-align: center;
  font-family: MontserratRomanBold, serif;
  font-size: 54px;
  line-height: 80px;
}

.resources-module__bZ0yRa__resources {
  padding-bottom: 220px;
}

.resources-module__bZ0yRa__resources .resources-module__bZ0yRa__grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 96px 126px;
  display: grid;
}

.resources-module__bZ0yRa__icon {
  background-image: url("../media/jpg_Product Brochure.20fc0751.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px;
  margin-right: 16px;
  display: block;
}

.resources-module__bZ0yRa__icon.icon_01 {
  background-image: url("../media/product-brochure.icon.b5c26309.svg");
}

.resources-module__bZ0yRa__icon.icon_02 {
  background-image: url("../media/product-brochure.icon.b5c26309.svg");
}

.resources-module__bZ0yRa__icon.icon_03 {
  background-image: url("../media/data-sheet.icon.69fa901e.svg");
}

.resources-module__bZ0yRa__icon.icon_04 {
  background-image: url("../media/solution-brief.icon.7080740f.svg");
}

.resources-module__bZ0yRa__icon.icon_05 {
  background-image: url("../media/solution-brief.icon.7080740f.svg");
}

.resources-module__bZ0yRa__icon.icon_06 {
  background-image: url("../media/solution-brief.icon.7080740f.svg");
}

.resources-module__bZ0yRa__icon.icon_07 {
  background-image: url("../media/solution-brief.icon.7080740f.svg");
}

.resources-module__bZ0yRa__icon.icon_08 {
  background-image: url("../media/solution-brief.icon.7080740f.svg");
}

.resources-module__bZ0yRa__icon.icon_30 {
  background-image: url("../media/white-paper.icon.43dc471e.svg");
}

.resources-module__bZ0yRa__icon.icon_31 {
  background-image: url("../media/white-paper.icon.43dc471e.svg");
}

.resources-module__bZ0yRa__card {
  cursor: pointer;
  flex-direction: column;
  display: flex;
}

.resources-module__bZ0yRa__icons {
  color: #fff;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  display: flex;
}

.resources-module__bZ0yRa__cardTitle {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
}

.resources-module__bZ0yRa__cardDescription {
  color: #fff;
  margin-top: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.resources-module__bZ0yRa__cardButton {
  margin-top: 24px;
}

.resources-module__bZ0yRa__modalBackground {
  z-index: 400;
  background: rgba(0, 0, 0, .7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
}

.resources-module__bZ0yRa__modal {
  z-index: 500;
  background: #19233c;
  border-radius: 20px;
  width: 100%;
  max-width: 800px;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.resources-module__bZ0yRa__modal > section {
  margin-left: 0;
}

.resources-module__bZ0yRa__modal .resources-module__bZ0yRa__close {
  cursor: pointer;
  opacity: .6;
  background-color: rgba(255, 255, 255, .4);
  background-image: url("../media/menu-close.icon.1c232454.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 52px;
  right: 40px;
}

.resources-module__bZ0yRa__modal .resources-module__bZ0yRa__close:hover {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .resources-module__bZ0yRa__section {
    padding-top: 166px;
    padding-bottom: 100px;
  }

  .resources-module__bZ0yRa__section .resources-module__bZ0yRa__title {
    font-size: 20px;
    line-height: 32px;
  }

  .resources-module__bZ0yRa__icons {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 21px;
  }

  .resources-module__bZ0yRa__icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }

  .resources-module__bZ0yRa__book {
    margin: 0 12px;
  }

  .resources-module__bZ0yRa__cardTitle {
    font-size: 16px;
    line-height: 24px;
  }

  .resources-module__bZ0yRa__cardDescription {
    font-size: 14px;
    line-height: 21px;
  }

  .resources-module__bZ0yRa__cardButton {
    margin-top: 16px;
  }

  .resources-module__bZ0yRa__resources {
    padding-bottom: 120px;
  }

  .resources-module__bZ0yRa__resources .resources-module__bZ0yRa__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px 0;
  }

  .resources-module__bZ0yRa__modal {
    background: #242934;
    padding: 126px 20px;
    top: 0;
    bottom: 0;
    overflow-y: auto;
  }

  .resources-module__bZ0yRa__modal > section h2 {
    padding-right: 30px;
  }

  .resources-module__bZ0yRa__modal .resources-module__bZ0yRa__close {
    top: 184px;
    right: 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/book.module.css [client] (css) */
.book-module__kx6kVW__book {
  width: 254px;
  height: 360px;
}

.book-module__kx6kVW__book.small {
  width: 170px;
  height: 240px;
}

.book-module__kx6kVW__book.mini {
  width: 127px;
  height: 180px;
  margin-left: 10px;
}

.book-module__kx6kVW__book .book-module__kx6kVW__image {
  background-image: url("../media/about-us-banner.bg.a0bfab2d.png");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.book-module__kx6kVW__book .book-module__kx6kVW__image.cloud-service-provider {
  background-image: url("../media/Cloud-Service-Providers.c9bfa505.jpg");
}

.book-module__kx6kVW__book .book-module__kx6kVW__image.ai-inference {
  background-image: url("../media/46998b22-e629-4ac1-9c97-427a2ca59e01.b661efec.png");
}

.book-module__kx6kVW__book .book-module__kx6kVW__image.ai-and-ml {
  background-image: url("../media/AI&ML.3bb3f582.jpg");
}

.book-module__kx6kVW__book .book-module__kx6kVW__image.generative-ai {
  background-image: url("../media/Generative-AI.e88c6d2b.jpg");
}

.book-module__kx6kVW__book .book-module__kx6kVW__image.quantitative-trading {
  background-image: url("../media/Quantitative-Trading.75d5e2ae.jpg");
}

.book-module__kx6kVW__book .book-module__kx6kVW__image.turingdata-platform {
  background-image: url("../media/turingdata-platform.018ce246.jpg");
}

.book-module__kx6kVW__book .book-module__kx6kVW__image.elastic-cache-fabric {
  background-image: url("../media/elastic-cache-fabric.a20d5017.jpg");
}

.book-module__kx6kVW__book .book-module__kx6kVW__image.turingflash {
  background-image: url("../media/turingflash.5ea32b8d.jpg");
}

.book-module__kx6kVW__book .book-module__kx6kVW__image.icon_01 {
  background-image: url("../media/TuringData Platform - Product Brochure.v2.0c1e929b.jpg");
}

.book-module__kx6kVW__book .book-module__kx6kVW__image.icon_02 {
  background-image: url("../media/TuringData Cache Fabric - Product Brochure.v2.0c6b1c04.jpg");
}

.book-module__kx6kVW__book .book-module__kx6kVW__image.icon_03 {
  background-image: url("../media/20a8231a-fd7c-423f-b71b-b0aa33e626cc.34c31d19.png");
}

.book-module__kx6kVW__book .book-module__kx6kVW__image.icon_04 {
  background-image: url("../media/TuringData's  Cloud Service Provider Solution Brief.f9307c47.jpg");
}

.book-module__kx6kVW__book .book-module__kx6kVW__image.icon_05 {
  background-image: url("../media/5f80b075-5652-4ce7-9964-f96ae315268f.b661efec.png");
}

.book-module__kx6kVW__book .book-module__kx6kVW__image.icon_06 {
  background-image: url("../media/TuringData's  Quantitative Trading Solution Brief.9341e2b0.jpg");
}

.book-module__kx6kVW__book .book-module__kx6kVW__image.icon_07 {
  background-image: url("../media/TuringData's  GenAI Solution Brief.4563c626.jpg");
}

.book-module__kx6kVW__book .book-module__kx6kVW__image.icon_08 {
  background-image: url("../media/TuringData's  AI and ML Solution Brief.525af6ed.jpg");
}

.book-module__kx6kVW__book .book-module__kx6kVW__image.icon_30 {
  background-image: url("../media/TuringData-Platform-Powers-Your-AI-Initiatives-at-the-Speed-of-Thought.77df4c32.jpg");
}

.book-module__kx6kVW__book .book-module__kx6kVW__image.icon_31 {
  background-image: url("../media/TuringData-Cache-Fabric-White-Paper-cover.c290da27.png");
}

.book-module__kx6kVW__book .book-module__kx6kVW__buttonContainer {
  position: relative;
}

.book-module__kx6kVW__book .book-module__kx6kVW__button {
  color: #0395ff;
  border: 2px solid #0395ff;
  padding: 4px 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.book-module__kx6kVW__book.book-module__kx6kVW__disable {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .book-module__kx6kVW__book {
    pointer-events: none;
    width: 127px;
    height: 180px;
  }

  .book-module__kx6kVW__book.small {
    width: 100px;
    height: 150px;
    margin: 0;
  }

  .book-module__kx6kVW__book.mini {
    width: 100px;
    height: 150px;
    margin: 0 0 0 10px;
  }

  li.book-module__kx6kVW__mini {
    padding-top: 10px;
  }
}

/* [project]/components/contact-us/contact-us-form.module.css [client] (css) */
.contact-us-form-module__EYnSda__section {
  background-color: rgba(0, 0, 0, .4);
  border-radius: 20px;
  flex: 1;
  margin-left: 80px;
  padding: 40px;
}

.contact-us-form-module__EYnSda__section.contact-us-form-module__EYnSda__inPage {
  margin-left: 0;
}

.contact-us-form-module__EYnSda__section.contact-us-form-module__EYnSda__singleColumn .contact-us-form-module__EYnSda__flex {
  grid-template-columns: 1fr;
}

.contact-us-form-module__EYnSda__section .contact-us-form-module__EYnSda__title {
  color: #fff;
  margin-bottom: 40px;
  font-family: MontserratRomanBold;
  font-size: 32px;
  line-height: 48px;
}

.contact-us-form-module__EYnSda__section .contact-us-form-module__EYnSda__flex {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
  display: grid;
}

.contact-us-form-module__EYnSda__section .contact-us-form-module__EYnSda__flex > input {
  flex: none;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.contact-us-form-module__EYnSda__section .contact-us-form-module__EYnSda__flex > textarea {
  flex: none;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.contact-us-form-module__EYnSda__section .contact-us-form-module__EYnSda__flex > .contact-us-form-module__EYnSda__field {
  flex: none;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.contact-us-form-module__EYnSda__section .contact-us-form-module__EYnSda__flex > textarea {
  grid-column: 1 / -1;
}

.contact-us-form-module__EYnSda__section .contact-us-form-module__EYnSda__flex > input:only-child {
  grid-column: 1 / -1;
}

.contact-us-form-module__EYnSda__section .contact-us-form-module__EYnSda__flex > .contact-us-form-module__EYnSda__field:only-child {
  grid-column: 1 / -1;
}

.contact-us-form-module__EYnSda__section .contact-us-form-module__EYnSda__flex.contact-us-form-module__EYnSda__codes {
  grid-template-columns: unset;
  display: flex;
}

.contact-us-form-module__EYnSda__section .contact-us-form-module__EYnSda__flex.contact-us-form-module__EYnSda__codes > input {
  flex: 0 350px;
  width: auto;
  max-width: 350px;
}

.contact-us-form-module__EYnSda__section .contact-us-form-module__EYnSda__flex:last-child {
  margin-bottom: 0;
}

.contact-us-form-module__EYnSda__section .contact-us-form-module__EYnSda__relative {
  width: 100%;
  display: block;
  position: relative;
}

.contact-us-form-module__EYnSda__section .contact-us-form-module__EYnSda__relative select {
  box-sizing: border-box;
  width: 100%;
  display: block;
}

.contact-us-form-module__EYnSda__section .contact-us-form-module__EYnSda__relative .contact-us-form-module__EYnSda__placeholder {
  color: #a7a9ad;
  pointer-events: none;
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
}

.contact-us-form-module__EYnSda__section .contact-us-form-module__EYnSda__field {
  width: 100%;
  min-width: 0;
  margin-bottom: 0;
  display: block;
}

.contact-us-form-module__EYnSda__section input {
  box-sizing: border-box;
  flex: none;
}

.contact-us-form-module__EYnSda__section select {
  box-sizing: border-box;
  flex: none;
}

.contact-us-form-module__EYnSda__section textarea {
  box-sizing: border-box;
  flex: none;
}

.contact-us-form-module__EYnSda__section .contact-us-form-module__EYnSda__flex > input + input {
  margin-left: 0;
}

.contact-us-form-module__EYnSda__section .contact-us-form-module__EYnSda__flex > .contact-us-form-module__EYnSda__field + input {
  margin-left: 0;
}

.contact-us-form-module__EYnSda__section .contact-us-form-module__EYnSda__flex > input + .contact-us-form-module__EYnSda__field {
  margin-left: 0;
}

.contact-us-form-module__EYnSda__section .contact-us-form-module__EYnSda__desc {
  color: #a7a9ad;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.contact-us-form-module__EYnSda__section .contact-us-form-module__EYnSda__button {
  margin-top: 24px;
}

.contact-us-form-module__EYnSda__section .contact-us-form-module__EYnSda__error {
  color: red;
  margin-left: 12px;
}

.contact-us-form-module__EYnSda__section .contact-us-form-module__EYnSda__captcha {
  cursor: pointer;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 20px;
  flex-shrink: 0;
  height: 40px;
}

.contact-us-form-module__EYnSda__section .contact-us-form-module__EYnSda__captcha img {
  height: 100%;
}

.contact-us-form-module__EYnSda__section .contact-us-form-module__EYnSda__refresh {
  cursor: pointer;
  color: #0395ff;
  margin-left: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

@media screen and (max-width: 768px) {
  .contact-us-form-module__EYnSda__section {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 23px;
    margin-left: 0;
    padding: 0;
  }

  .contact-us-form-module__EYnSda__section.contact-us-form-module__EYnSda__inPage {
    margin-top: 0;
  }

  .contact-us-form-module__EYnSda__section.contact-us-form-module__EYnSda__inPage input {
    background-color: #131314;
  }

  .contact-us-form-module__EYnSda__section.contact-us-form-module__EYnSda__inPage select {
    background-color: #131314;
  }

  .contact-us-form-module__EYnSda__section.contact-us-form-module__EYnSda__inPage textarea {
    background-color: #131314;
  }

  .contact-us-form-module__EYnSda__section .contact-us-form-module__EYnSda__flex {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 12px;
  }

  .contact-us-form-module__EYnSda__section .contact-us-form-module__EYnSda__flex > textarea {
    grid-column: auto;
  }

  .contact-us-form-module__EYnSda__section .contact-us-form-module__EYnSda__flex > input:only-child {
    grid-column: auto;
  }

  .contact-us-form-module__EYnSda__section .contact-us-form-module__EYnSda__flex > .contact-us-form-module__EYnSda__field:only-child {
    grid-column: auto;
  }

  .contact-us-form-module__EYnSda__section .contact-us-form-module__EYnSda__flex.contact-us-form-module__EYnSda__codes {
    flex-direction: row;
    display: flex;
  }

  .contact-us-form-module__EYnSda__section .contact-us-form-module__EYnSda__flex.contact-us-form-module__EYnSda__codes .contact-us-form-module__EYnSda__refresh {
    display: none;
  }

  .contact-us-form-module__EYnSda__section .contact-us-form-module__EYnSda__desc {
    font-size: 12px;
    line-height: 28px;
  }

  .contact-us-form-module__EYnSda__section.contact-us-form-module__EYnSda__inPage .contact-us-form-module__EYnSda__desc {
    line-height: 18px;
  }

  .contact-us-form-module__EYnSda__section .contact-us-form-module__EYnSda__button {
    margin-top: 20px;
  }

  .contact-us-form-module__EYnSda__section .contact-us-form-module__EYnSda__button > button {
    width: 100%;
  }

  .contact-us-form-module__EYnSda__section .contact-us-form-module__EYnSda__error {
    margin-top: 12px;
    margin-left: 0;
    display: block;
  }
}

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