.neta-futurx-services {
  --rgb: 37, 55, 113;
  z-index: 1;
  margin-bottom: 0;
  padding-top: clamp(7rem, 10vw, 8.75rem);
  padding-bottom: clamp(8rem, 12vw, 11rem);
  background-color: var(--_colors---primary--beige);
  position: relative;
  overflow: clip;
  isolation: isolate;
}

.neta-futurx-services::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(
    ellipse 100% 40% at 50% 60%,
    rgba(var(--rgb), 0.05),
    transparent
  );
  transition: opacity 960ms;
  will-change: opacity;
}

.neta-futurx-services.visible::after {
  opacity: 0.18;
}

.neta-futurx-services .page-padding {
  padding-left: 32px;
  padding-right: 32px;
}

.neta-futurx-services .container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.neta-futurx-services .container.page-padding {
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.neta-futurx-services .feature-section-header {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.neta-futurx-services .feature-heading {
  letter-spacing: -0.04em;
  margin-top: 0;
  margin-bottom: 16px;
  padding: 0.13em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 0.9;
  color: var(--_colors---primary--black);
  background: none;
  -webkit-text-fill-color: currentColor;
  background-clip: border-box;
  -webkit-background-clip: border-box;
  transition: transform 0.96s cubic-bezier(0.3, 1.17, 0.55, 0.99);
}

.neta-futurx-services.visible .feature-heading {
  transform: translateY(-40%);
}

.neta-futurx-services .feature-subheading {
  color: var(--_colors---grey--400);
  text-align: center;
  letter-spacing: -0.04em;
  max-width: 100vw;
  margin: 32px 0 16px;
  padding-left: 5%;
  padding-right: 5%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

.neta-futurx-services .card_content-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  text-align: left;
  display: flex;
}

.neta-futurx-services .heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.neta-futurx-services .heading-style-h3.text-color-primary {
  color: var(--_colors---primary--black);
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.neta-futurx-services .text-size-tiny {
  font-size: 0.75rem;
}

.neta-futurx-services .text-size-tiny.text-color-secondary {
  color: var(--_colors---grey--300);
}

.neta-futurx-services .text-size-regular {
  font-size: 1rem;
}

.neta-futurx-services .text-size-regular.text-color-primary {
  color: var(--_colors---grey--400);
  text-align: left;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.neta-futurx-services .card-right {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  padding: 30px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  display: flex;
}

.neta-futurx-services .hero_card-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  top: 8rem;
  padding-bottom: clamp(5rem, 10vh, 8rem);
}

.neta-futurx-services .card-left {
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.neta-futurx-services .img-card {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.neta-futurx-services .stacking-card {
  background-color: var(--_colors---primary--beige);
  border: 1.4px solid rgba(0, 0, 0, 0.12);
  border-radius: 18px;
  justify-content: center;
  align-items: flex-start;
  width: 850px;
  height: 341px;
  display: flex;
  position: sticky;
  overflow: hidden;
  box-shadow: none;
  will-change: transform, opacity;
  transform-origin: 50% 0%;
}

.neta-futurx-services .stacking-card.is--first {
  box-shadow: none;
  pointer-events: auto;
  cursor: pointer;
  background-color: var(--_colors---primary--beige);
  border: 1.4px solid rgba(0, 0, 0, 0.12);
  width: 80vw;
  height: 70vh;
  margin-bottom: 5rem;
  top: 10rem;
}

.neta-futurx-services .stacking-card.is--second {
  box-shadow: none;
  cursor: pointer;
  background-color: var(--_colors---primary--beige);
  border: 1.4px solid rgba(0, 0, 0, 0.12);
  width: 80vw;
  height: 70vh;
  margin-bottom: 4rem;
  top: 11rem;
}

.neta-futurx-services .stacking-card.is--third {
  box-shadow: none;
  cursor: pointer;
  background-color: var(--_colors---primary--beige);
  border: 1.4px solid rgba(0, 0, 0, 0.12);
  width: 80vw;
  height: 70vh;
  margin-bottom: 3rem;
  top: 12rem;
}

.neta-futurx-services .stacking-card.is--fourth {
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  cursor: pointer;
  background-color: var(--_colors---primary--beige);
  border: 1.4px solid rgba(0, 0, 0, 0.12);
  width: 80vw;
  height: 70vh;
  margin-bottom: 2rem;
  top: 13rem;
}

.neta-futurx-services .link-block {
  position: absolute;
  inset: 0;
}

@media screen and (min-width: 1440px) {
  .neta-futurx-services .container.page-padding {
    max-width: none;
  }

  .neta-futurx-services .stacking-card.is--first,
  .neta-futurx-services .stacking-card.is--second,
  .neta-futurx-services .stacking-card.is--third,
  .neta-futurx-services .stacking-card.is--fourth {
    width: 90vw;
  }
}

@media screen and (max-width: 991px) {
  .neta-futurx-services .stacking-card.is--first,
  .neta-futurx-services .stacking-card.is--second,
  .neta-futurx-services .stacking-card.is--third,
  .neta-futurx-services .stacking-card.is--fourth {
    width: 85vw;
  }
}

@media screen and (max-width: 767px) {
  .neta-futurx-services .page-padding {
    padding-left: 24px;
    padding-right: 24px;
  }

  .neta-futurx-services {
    padding-top: 6.75rem;
    padding-bottom: 8rem;
  }

  .neta-futurx-services .feature-heading {
    font-size: 52px;
  }

  .neta-futurx-services .feature-subheading {
    font-size: 24px;
    margin-top: 28px;
  }
}

@media screen and (max-width: 479px) {
  .neta-futurx-services .container.page-padding {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .neta-futurx-services .feature-heading {
    font-size: 48px;
  }

  .neta-futurx-services .feature-subheading {
    width: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .neta-futurx-services .heading-style-h3 {
    font-size: 1.5rem;
  }

  .neta-futurx-services .text-size-regular.text-color-primary {
    font-size: 0.8rem;
    line-height: 1.2em;
  }

  .neta-futurx-services .card-right {
    width: 100%;
    height: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .neta-futurx-services .hero_card-wrapper {
    margin-top: -12%;
    padding-bottom: 4rem;
  }

  .neta-futurx-services .card-left {
    width: 100%;
    height: 50%;
  }

  .neta-futurx-services .stacking-card.is--first,
  .neta-futurx-services .stacking-card.is--second,
  .neta-futurx-services .stacking-card.is--third {
    box-shadow: none;
    background-color: var(--_colors---primary--beige);
    border-color: rgba(0, 0, 0, 0.12);
    flex-flow: column;
    width: 90vw;
    height: 70vh;
  }

  .neta-futurx-services .stacking-card.is--fourth {
    box-shadow: none;
    background-color: var(--_colors---primary--beige);
    border-width: 1.4px;
    border-color: rgba(0, 0, 0, 0.12);
    flex-flow: column;
    width: 90vw;
    height: 70vh;
  }
}
