:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.hero-container {
  background-color: #f8f8f8;
  border-top: 1px #000;
  border-left: 1px #000;
  border-right: 1px #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 1024px;
  max-width: 1680px;
  height: auto;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.full-width-container {
  background-color: #0000;
  height: auto;
  position: relative;
}

.full-width-container.human-touch {
  z-index: 0;
  background-color: #0000;
  margin-top: -300px;
  padding-top: 0;
  top: 0;
}

.full-width-container.products, .full-width-container.future, .full-width-container.footer {
  top: 0;
}

.body {
  background-color: #fff;
  margin-top: 0;
}

.main-nav {
  z-index: 999;
  border-top: 1px #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: relative;
}

.image {
  width: 150px;
}

.image.light {
  filter: invert();
}

.links {
  display: flex;
}

.hero {
  z-index: 2;
  aspect-ratio: auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  max-height: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.h1 {
  color: #181818;
  text-align: left;
  margin-bottom: 30px;
  font-family: Neue Plak, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 70px;
}

.h1.stick-to-top {
  position: sticky;
  top: 40px;
}

.main-nav-link {
  width: 150px;
  text-decoration: none;
}

.main-nav-link.first {
  margin-right: 20px;
}

.main-nav-link.social {
  width: 200px;
}

.text-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #f8f8f8;
  background-color: #181818;
  border: 1px #ece5f4;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 15px;
  padding-bottom: 13px;
  font-family: Neue Plak, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  position: static;
}

.text-block.light {
  color: #322c39;
  background-color: #ece5f4;
}

.hero-welcome {
  width: 50%;
}

.hero-animation {
  justify-content: center;
  align-items: center;
  width: 45%;
  height: auto;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.lottie-animation {
  opacity: 1;
  filter: invert();
  width: 100%;
  height: 100%;
  position: relative;
}

.content-container {
  background-color: #f8f8f8;
  border-left: 1px #000;
  border-right: 1px #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 1024px;
  max-width: 1680px;
  height: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.content-container.no-padding {
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.content-container.no-padding.dark {
  background-color: #322c39;
  flex-flow: row;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.content-container.fine-tuning {
  background-color: #f8f8f8;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.content-container.footer {
  color: #181818;
  background-color: #181818;
  border-top: 1px #000;
  justify-content: center;
  align-items: center;
  height: 100px;
}

.grid-2x1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 50px;
  display: grid;
}

.paragraph-large {
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Neue Plak, sans-serif;
  font-size: 25px;
  line-height: 45px;
  display: flex;
}

.h3 {
  color: #181818;
  margin-top: 0;
  font-family: Neue Plak Extended, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.h3.phases {
  color: #181818;
  margin-bottom: 30px;
}

.h3.light {
  color: #ece5f4;
}

.h3.padding-bottom {
  color: #333;
  margin-bottom: 50px;
  font-size: 25px;
  line-height: 35px;
}

.grid-headline-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.grid-headline-container._80 {
  width: 80%;
}

.grid-headline-container._80.fine-tuning {
  z-index: 1;
  position: relative;
}

.full-with-artwork-container {
  background-color: #f8f8f8;
  border-left: 1px #000;
  border-right: 1px #000;
  min-width: 1024px;
  max-width: 1680px;
  position: relative;
}

.full-with-artwork-container.human-touch-composition {
  background-color: #f8f8f8;
  padding-bottom: 0;
  position: relative;
}

.img {
  background-color: #0000;
  border-left: 1px #000;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.img.ai-process {
  padding-top: 200px;
  padding-bottom: 200px;
}

.grid-content-container {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.grid-content-container.flex-vertical {
  flex-flow: column;
}

.full-width-artwork-container {
  aspect-ratio: 16 / 9;
  background-image: url('../images/madsense_painting_artwork_1.jpeg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.text-span-4 {
  color: #fff;
}

.artwork-message-container {
  width: 50%;
}

.h2 {
  margin-top: 0;
  font-family: Neue Plak Extended, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.h2.stick-to-top {
  color: #181818;
  position: sticky;
  top: 40px;
}

.how-it-works-phases-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.phase-container {
  border-left: 1px solid #000;
  padding: 0 40px 80px;
  position: relative;
}

.phase-img-asset {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.image-6 {
  width: 70%;
}

.step-number-chip {
  aspect-ratio: 1;
  outline-offset: 0px;
  border-bottom: 1px solid #000;
  outline: 3px #333;
  justify-content: center;
  align-items: center;
  width: 60px;
  margin-left: -60px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-2 {
  font-family: Neue Plak, sans-serif;
  font-size: 30px;
  position: static;
}

.madsocial-app-ui {
  width: 60%;
  margin-top: 100px;
  margin-left: 50px;
}

.social-tab-description {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  margin-right: 50px;
  display: flex;
}

.product-logo {
  text-align: left;
  width: auto;
  height: 70px;
  margin-bottom: 40px;
  position: relative;
}

.paragraph-small {
  letter-spacing: .5px;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Neue Plak, sans-serif;
  font-size: 20px;
  line-height: 30px;
  display: flex;
}

.paragraph-small.light {
  color: #ece5f4;
  font-weight: 400;
}

.paragraph-small.light.social {
  margin-bottom: 50px;
}

.tabs {
  width: 100%;
  min-width: 0;
  max-width: none;
}

.social-tab-container {
  padding-top: 50px;
  padding-left: 40px;
  display: flex;
}

.tabs-menu {
  border-bottom: 1px solid #8f899766;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.tab-link-social {
  background-color: #0000;
  border-bottom: 2px solid #0000;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  padding-bottom: 5px;
  display: flex;
}

.tab-link-social.w--current {
  background-color: #0000;
  border-bottom: 2px solid #ece5f4;
  justify-content: center;
  align-items: center;
  width: 150px;
  padding-bottom: 5px;
  display: flex;
}

.tab-link-training {
  background-color: #0000;
  border-bottom: 2px solid #0000;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  padding-bottom: 5px;
  display: flex;
}

.tab-link-training.w--current {
  background-color: #0000;
  border-bottom-color: #ece5f4;
}

.tab-link {
  color: #ece5f4;
  letter-spacing: .5px;
  font-family: Neue Plak, sans-serif;
  font-size: 18px;
  position: static;
  inset: 0% auto auto 0%;
}

.text-block-4 {
  color: #ece5f4;
  letter-spacing: .5px;
  font-family: Neue Plak, sans-serif;
  font-size: 18px;
}

.our-product-headline {
  color: #ece5f4;
  letter-spacing: .5px;
  font-family: Neue Plak, sans-serif;
  font-size: 18px;
  position: absolute;
  inset: 16px auto auto 10px;
}

.human-touch-img {
  width: 100%;
  max-width: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fine-tuning-bottom-container {
  z-index: 2;
  width: 40%;
  position: absolute;
  inset: auto 40px 100px auto;
}

.training-logo {
  text-align: left;
  width: auto;
  height: 50px;
  margin-bottom: 40px;
}

.fullwidth-headline-container {
  border-top: 1px solid #000;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 50px;
  padding-top: 50px;
}

.vision-lottie-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  display: none;
}

.grid-4x1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid-4x1.top-margin {
  margin-top: 100px;
}

.grid-4x1.bottom-margin {
  margin-bottom: 100px;
}

.animation-asset-1 {
  aspect-ratio: 1;
  border: 2px solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 14%;
  display: flex;
  position: absolute;
}

.animation-asset-2 {
  aspect-ratio: 1;
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
  position: absolute;
}

.animation-asset-3 {
  aspect-ratio: 1;
  border: 2px solid #000;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 8%;
  display: flex;
  position: absolute;
}

.animation-asset-4 {
  aspect-ratio: 1;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 1%;
  display: flex;
  position: absolute;
}

.footer-link {
  color: #f8f8f8;
  letter-spacing: .5px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Neue Plak, sans-serif;
  font-size: 14px;
  line-height: 30px;
  display: flex;
}

.footer-link.light {
  color: #ece5f4;
  font-weight: 400;
}

.footer-link.light.social {
  margin-bottom: 50px;
}

.footer-link.link {
  cursor: pointer;
  margin-right: 10px;
}

.footer-link.lineheight-fix {
  margin-top: 5px;
}

.link {
  color: #f8f8f8;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

.div-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-5 {
  color: #6e6e6e;
}

.text-span-6 {
  color: #181818;
  font-size: 80px;
  line-height: 90px;
}

.text-span-6a {
  color: #181818;
  font-size: 80px;
  line-height: 90px;
}

.ai-artwork-mobile {
  display: none;
}

.background-video {
  z-index: 1;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.madsense-logo.light {
  filter: none;
}

.vision-lottie-container-v2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  display: flex;
}

.logo-animation-desktop {
  width: 90%;
  margin-left: -4.3%;
}

.logo-animation-mobile, .mobile-top-gradient-shade {
  display: none;
}

@media screen and (max-width: 991px) {
  .hero-container {
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  .full-width-container.human-touch {
    margin-top: -200px;
  }

  .hero {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-welcome, .hero-animation {
    width: 100%;
  }

  .lottie-animation {
    filter: none;
  }

  .content-container {
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  .grid-2x1, .grid-2x1.how-it-works {
    grid-template-columns: 1fr;
  }

  .paragraph-large {
    font-size: 22px;
    line-height: 40px;
  }

  .grid-headline-container {
    width: 90%;
  }

  .full-with-artwork-container {
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  .img.ai-process {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .full-width-artwork-container {
    aspect-ratio: 1;
  }

  .artwork-message-container {
    width: 70%;
  }

  .phase-container {
    border-left-color: #000;
  }

  .image-6 {
    width: 70%;
  }

  .step-number-chip {
    margin-left: 0;
  }

  .madsocial-app-ui {
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
  }

  .social-tab-description {
    width: 100%;
    margin-right: 0;
    padding-right: 40px;
  }

  .social-tab-container {
    flex-flow: column;
  }

  .fine-tuning-bottom-container {
    width: 60%;
    bottom: 40px;
  }

  .grid-4x1.bottom-margin {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .mobile-top-gradient-shade {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .full-width-container.human-touch {
    padding-bottom: 230px;
  }

  .h1 {
    line-height: 60px;
  }

  .phase-container {
    border-left-color: #000;
  }

  .fine-tuning-bottom-container {
    background-color: #f8f8f8;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 240px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    position: absolute;
    inset: auto 0% -230px;
  }

  .grid-4x1.top-margin {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid-4x1.bottom-margin {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .vision-lottie-container-v2 {
    height: 50vh;
  }

  .mobile-top-gradient-shade {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .hero-container {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .full-width-container.human-touch {
    margin-top: 0;
    padding-bottom: 0;
  }

  .full-width-container.future {
    padding-bottom: 50px;
  }

  .body {
    background-color: #f8f8f8;
    overflow: visible;
  }

  .main-nav.footer {
    flex-flow: column;
  }

  .image.light {
    width: 220px;
  }

  .hero {
    margin-top: 20px;
  }

  .h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .main-nav-link {
    width: 130px;
  }

  .text-block {
    filter: invert();
    padding-top: 12px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .lottie-animation {
    filter: invert();
  }

  .content-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-container.fine-tuning {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-container.footer {
    background-image: linear-gradient(0deg, #000 18%, #0000 64%), url('../images/madsense-painting-texture-0.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: auto;
    padding-top: 630px;
    padding-bottom: 40px;
  }

  .paragraph-large {
    font-size: 20px;
    line-height: 35px;
  }

  .grid-headline-container._80.fine-tuning {
    width: 100%;
  }

  .full-with-artwork-container {
    box-sizing: border-box;
    object-fit: contain;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: clip;
  }

  .full-with-artwork-container.human-touch-composition {
    margin-top: -100px;
    padding-bottom: 250px;
  }

  .img.ai-process {
    object-fit: contain;
    width: 100%;
    max-width: none;
    margin-left: 0%;
    display: none;
    overflow: clip;
  }

  .full-width-artwork-container {
    aspect-ratio: 9 / 16;
    background-position: 50%;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .artwork-message-container {
    width: 90%;
  }

  .phase-container {
    border-left-color: #000;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-6 {
    width: 100%;
  }

  .social-tab-container {
    padding-left: 20px;
  }

  .our-product-headline {
    display: none;
    left: 20px;
  }

  .fine-tuning-bottom-container {
    background-color: #0000;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    bottom: 0;
  }

  .fullwidth-headline-container {
    margin-top: 50px;
  }

  .vision-lottie-container {
    aspect-ratio: 1;
    height: auto;
    margin-top: 100px;
    display: none;
  }

  .div-block {
    flex-flow: column;
    margin-bottom: 20px;
  }

  .text-span-6 {
    color: #fff;
    font-size: 55px;
    line-height: 60px;
  }

  .text-span-6a {
    font-size: 55px;
    line-height: 60px;
  }

  .ai-artwork-mobile {
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
  }

  .background-video {
    width: 100%;
  }

  .madsense-logo.light {
    filter: invert();
  }

  .vision-lottie-container-v2 {
    height: 70vh;
  }

  .logo-animation-desktop {
    width: 100%;
    display: none;
  }

  .logo-animation-mobile {
    width: 100%;
    display: block;
  }

  .mobile-top-gradient-shade {
    z-index: 2;
    background-image: linear-gradient(#000, #0000);
    display: block;
    position: absolute;
    inset: 0%;
  }
}


@font-face {
  font-family: 'Neue Plak Extended';
  src: url('../fonts/Neue-Plak-Extended-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Plak';
  src: url('../fonts/Neue-Plak-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Plak Text';
  src: url('../fonts/Neue-Plak-Text-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}