/* Fonts: loaded via local-fonts.css (self-hosted) */

/* =============================================
   SITE MAX-WIDTH CONTAINER — 1440px
   html background stays black so wide-screen
   gutters don't flash white.
   ============================================= */
html {
  background-color: #000;
}

body {
  max-width: 100%;
  font-family: 'Libre Franklin', sans-serif;
}

/* =============================================
   BASE ELEMENT DEFAULTS
   Safety net — ensures unstyled elements still
   respect the type system without a class.
   ============================================= */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  line-height: 1.15;
  color: #ffffff;
  margin: 0;
}

h1 { font-size: 64px; letter-spacing: -0.03em; }
h2 { font-size: 48px; letter-spacing: -0.02em; }
h3 { font-size: 36px; letter-spacing: -0.01em; }
h4 { font-size: 28px; letter-spacing: -0.005em; }
h5 { font-size: 20px; }
h6 { font-size: 16px; font-weight: 400; }

p {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #adadad;
  margin: 0;
}

strong, b {
  font-weight: 600;
  color: inherit;
}

em, i {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 400;
  color: inherit;
}

/* =============================================
   END BASE ELEMENT DEFAULTS
   ============================================= */

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('../images/custom-checkbox-checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.image {
  flex-flow: column;
  flex: 0 auto;
  max-width: 75%;
  margin: auto;
  display: block;
  position: static;
  overflow: auto;
}

.body {
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-image: url('../images/illustration-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  margin-right: 5%;
  padding-left: 5%;
  display: block;
}

.section {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: auto;
  display: flex;
  overflow: auto;
}

.image-2 {
  margin-top: 0;
}

.navbar {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
}

.brand {
  padding-top: 0;
}

.button-2 {
  color: #000;
  text-align: center;
  background-image: linear-gradient(135deg, #a4fbd0, #f7fe86 53%, #b7eaff);
  border-radius: 20px;
  font-family: 'Geist Mono', monospace;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  inset: 22% 0% auto auto;
}

.nav-menu {
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Geist Mono', monospace;
  font-weight: 500;
}

.heading {
  color: #fff;
  margin-top: 40px;
  font-family: 'Jost', sans-serif;
  font-size: 64px;
  letter-spacing: -0.03em;
  line-height: 61px;
  display: block;
}

.brand-text {
  color: #f4fd8a;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #a4fbd0, #f7fe86 54%, #b7eaff);
  -webkit-background-clip: text;
  background-clip: text;
}

.div-block {
  float: right;
  clear: none;
  color: #fff;
  flex: 1;
  align-self: flex-end;
  max-width: 400px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0 auto;
}

.heading-2 {
  margin-left: 5px;
  margin-right: 5px;
  font-family: 'Geist Mono', monospace;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
}

.paragraph {
  margin-bottom: 40px;
  margin-left: 5px;
  margin-right: 5px;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 16px;
}

.form-block {
  position: relative;
}

.text-field {
  color: #fff;
  background-color: #000;
  border: 1px solid #505050;
  border-radius: 100px;
  height: 50px;
  margin-right: 0;
  font-family: 'Libre Franklin', sans-serif;
}

.text-field:hover {
  background-color: #000;
  border-color: #929292;
}

.text-field:focus {
  border-color: #8f8f8f;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 10% 2% auto auto;
}

.submit-button {
  background-image: linear-gradient(135deg, #a4fbd0, #f7fe86 50%, #b7eaff);
  border-radius: 20px;
  width: 40px;
  height: 40px;
}

.image-3 {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: auto;
}

.success-message {
  color: #000;
  background-image: linear-gradient(274deg, #a4fbd0, #f7fe86 50%, #b7eaff);
  font-family: 'Libre Franklin', sans-serif;
}

.text-block {
  color: #000;
  font-family: 'Libre Franklin', sans-serif;
}

.container-3 {
  box-sizing: border-box;
  clear: none;
  object-fit: fill;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  max-width: none;
  height: 100vh;
  margin: auto;
  display: block;
  position: relative;
  overflow: auto;
}

.image-4 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  width: 100%;
  height: 200px;
  display: block;
  overflow: clip;
}

.nav-link-14 {
  background-color: #0000;
  border-radius: .3rem;
  margin-left: .2rem;
  margin-right: .2rem;
  padding: .7rem 1.1rem;
  transition: background-color .2s;
}

.nav-link-14:hover {
  background-color: #fff;
}

.nav-link-14.w--current {
  color: #1f2421;
}

/* ── Per-pillar gradient text for pill nav: hover + active ────────────── */
.nav-link-14[href*="about-us"]:hover,
.nav-link-14[href*="about-us"].w--current {
  background-image: linear-gradient(135deg, #A4FBD0, #F7FE86 50%, #B7EAFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.nav-link-14[href*="restrategy"]:hover,
.nav-link-14[href*="restrategy"].w--current {
  background-image: linear-gradient(135deg, #F7FE86, #A4FBD0 50%, #B7EAFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.nav-link-14[href*="relabs"]:hover,
.nav-link-14[href*="relabs"].w--current {
  background-image: linear-gradient(135deg, #F7FE86, #FF6B2C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.nav-link-14[href*="reacademy"]:hover,
.nav-link-14[href*="reacademy"].w--current {
  background-image: linear-gradient(45deg, #9F50FF, #F7FE86 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
/* Blogs (coming-soon) stays white — no gradient rule needed */

.navbar-container {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #fff6;
  border: .1rem solid #fff;
  border-radius: .3rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: .5rem 1.5rem;
  display: flex;
  box-shadow: 1px 1px 3px #99999940;
}

.nav-menu-8 {
  align-items: center;
  display: flex;
}

.image-110 {
  width: auto;
  height: 23px;
  margin-left: 6px;
}

.div-block-79-mobile {
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(170deg, #a4fbd0, #f7fe86 31%, #b7eaff);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 2px 8px 2px 2px;
  display: flex;
}

.navbar-wrapper-2 {
  background-color: #0000;
  border-radius: .3rem;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  position: fixed;
  inset: 1rem auto auto;
}

.icon-logo {
  width: 3rem;
}

.heading-139 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 20px;
}

.div-block-80-mobile {
  background-color: #000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 7px 16px;
  display: flex;
}

.navmenu-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: .5rem 1.5rem;
  display: flex;
}

.image-112 {
  width: auto;
  height: 25px;
}

.list-item-4 {
  margin-bottom: 0;
}

.nav-menu-7 {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  padding: 18px 20px;
}

.container-regular {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: 30px;
  display: flex;
}

.image-113 {
  width: auto;
  height: 23px;
  margin-left: 6px;
}

.nav-link-12 {
  color: #fff;
  letter-spacing: .25px;
  text-transform: none;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: 'Geist Mono', monospace;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
}

.nav-link-12:hover {
  color: #ffffffbf;
  text-decoration: none;
}

.nav-link-12:focus-visible, .nav-link-12[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-12.w--current:hover {
  text-decoration: none;
}

/* ── Per-pillar gradient text: hover + active ─────────────────────────── */
.nav-link-12[href*="about-us"]:hover,
.nav-link-12[href*="about-us"].w--current {
  background-image: linear-gradient(135deg, #A4FBD0, #F7FE86 50%, #B7EAFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.nav-link-12[href*="restrategy"]:hover,
.nav-link-12[href*="restrategy"].w--current {
  background-image: linear-gradient(135deg, #F7FE86, #A4FBD0 50%, #B7EAFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.nav-link-12[href*="relabs"]:hover,
.nav-link-12[href*="relabs"].w--current {
  background-image: linear-gradient(135deg, #F7FE86, #FF6B2C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.nav-link-12[href*="reacademy"]:hover,
.nav-link-12[href*="reacademy"].w--current {
  background-image: linear-gradient(45deg, #9F50FF, #F7FE86 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
/* Blogs (coming-soon) stays white — no gradient rule needed */

.navbar-brand {
  width: 140px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu-wrapper-2 {
  justify-content: center;
  align-items: center;
  margin-left: 130px;
  display: flex;
}

.div-block-80 {
  background-color: #000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 6px 16px;
  display: flex;
}

.nav-button-wrapper {
  margin-left: 0;
}

.heading-140 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Geist Mono', monospace;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 20px;
}

.navbar-no-shadow {
  z-index: 1050;
  display: flex;
  position: fixed;
  inset: 0% auto auto;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.navbar-no-shadow.nav-ready {
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease, -webkit-backdrop-filter 0.3s ease;
}

.navbar-no-shadow.nav-scrolled {
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.link-block-17 {
  margin-left: 120px;
  text-decoration: none;
}

.div-block-79 {
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(170deg, #a4fbd0, #f7fe86 31%, #b7eaff);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 2px 8px 2px 2px;
  display: flex;
}

.code-embed-10 {
  position: fixed;
}

.heading-141 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Geist Mono', monospace;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 20px;
}

.div-block-123 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-105 {
  box-sizing: border-box;
  text-align: center;
  object-fit: fill;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-144 {
  display: none;
}

.hero-title {
  z-index: 11;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 0;
  background-image: url('../images/blur-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 650px;
  margin-top: -20px;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: absolute;
  top: 15%;
  overflow: hidden;
}

.heading-138 {
  color: #fff;
  text-align: center;
  margin-top: 14px;
  margin-bottom: 0;
  font-family: 'Jost', sans-serif;
  font-size: 58px;
  letter-spacing: normal;
  font-weight: 500;
}

.image-114 {
  width: auto;
  height: 23px;
  margin-left: 6px;
}

.image-124 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.video-pin-section {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  margin-top: -50px;
  padding-top: 0;
  display: block;
  position: relative;
}

.div-block-122 {
  z-index: 1100;
  margin-top: 0;
  position: relative;
}

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

.div-block-82 {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-top: 15%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-106 {
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(170deg, #a4fbd0, #f7fe86 22%, #b7eaff);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 2px 8px 2px 2px;
  display: flex;
}

.inside-video-section {
  z-index: 3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-top: 0;
  display: block;
  position: relative;
}

.gradient-inner {
  background-color: #000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 7px 16px;
  display: flex;
}

.div-block-78 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.gradient {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 700;
  overflow: visible;
}

.gradient.contact {
  margin-right: 0;
  padding-right: 8px;
}

.heading-137 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 18px;
}

.heading-137._01 {
  color: #000;
}

.ecosystem-button {
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(170deg, #a4fbd0, #f7fe86 22%, #b7eaff);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 2px 8px 2px 2px;
  display: flex;
}

.div-block-75 {
  background-color: #fff;
  border-radius: 2px;
  width: 10px;
  height: 10px;
}

.div-block-75._01 {
  background-color: #000;
}

.ripple {
  display: block;
}

.paragraph-19 {
  color: #adadad;
  text-align: center;
  width: 500px;
  margin-top: 16px;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.paragraph-19._02 {
  margin-top: 16px;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.paragraph-19.home {
  margin-top: 14px;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  max-width: 620px;
  width: 90%;
}

.paragraph-19.about-us {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.paragraph-19.about-us._03 {
  width: 550px;
}

.body-2 {
  background-color: #000;
  padding-top: 60px;
}

.section-74 {
  width: 100%;
  display: block;
}

.section-66 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
}

.div-block-87 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-right: 0;
  padding-top: 0;
  display: flex;
  position: relative;
  top: -190px;
}

.div-block-88 {
  z-index: 5;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  margin-top: 0;
  display: flex;
  position: static;
  inset: auto auto 0%;
}

.heading-149 {
  color: #fff;
  text-align: center;
  margin-top: 18px;
  margin-bottom: 0;
  font-family: 'Jost', sans-serif;
  font-size: 48px;
  letter-spacing: -0.02em;
  font-weight: 500;
  line-height: 52px;
}

.heading-148 {
  color: #fff;
  border-bottom: 1px #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 6px;
  font-family: 'Geist Mono', monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-110 {
  background-color: #fff;
  border-radius: 2px;
  width: 10px;
  height: 10px;
}

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

.div-block-86 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.div-block-85 {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  margin-bottom: 70px;
  display: flex;
  position: relative;
}

.code-embed-14 {
  opacity: .5;
  width: 100%;
}

.paragraph-34 {
  color: #adadad;
  min-height: 100px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.section-69 {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding: 90px 12px 0 70px;
  display: flex;
  position: relative;
}

.image-116 {
  width: 20px;
}

.strategy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 8px;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.link-block-15 {
  text-decoration: none;
}

.academy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 8px;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.paragraph-21 {
  color: #fff;
  width: 220px;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.paragraph-27 {
  z-index: 5;
  color: #adadad;
  text-align: center;
  width: 250px;
  margin-bottom: 0;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  inset: auto auto 25%;
}

.div-block-92 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 4px #272727;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 280px;
  padding: 1px;
  display: flex;
}

.div-block-92._02 {
  box-sizing: border-box;
  object-fit: fill;
  background-color: #0000000d;
  border: 1px solid #fff3;
  border-radius: 12px;
  justify-content: center;
  max-width: none;
  padding: 0;
  display: block;
  position: relative;
  overflow: auto;
}

.div-block-92._03 {
  background-color: #0000000d;
  border: 1px solid #fff3;
  border-radius: 12px;
  justify-content: space-between;
  max-width: none;
  padding: 0;
  display: block;
}

.labs {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 8px;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.div-block-113 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 12px;
  flex-flow: column;
  flex: 0 auto;
  padding: 18px;
  display: block;
}

.image-132 {
  position: absolute;
  inset: auto auto 40%;
}

.div-block-89 {
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 35px;
  display: flex;
}

.div-block-148 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  display: flex;
}

.image-115 {
  width: 32px;
}

.heading-144 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: 'Geist Mono', monospace;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.div-block-93 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000000d;
  border: 1px solid #fff3;
  border-radius: 12px;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  max-width: none;
  padding: 0;
  display: block;
}

.div-block-90 {
  cursor: pointer;
  border: 2px #ffffff40;
  border-bottom-color: #fff;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: 7.5rem;
  margin-top: 25px;
  padding: 0 0 4px;
  display: flex;
  position: relative;
}

.div-block-90._02 {
  cursor: pointer;
  border-bottom-style: none;
  margin-top: 25px;
}

.div-block-90._01 {
  cursor: pointer;
  border-bottom-style: none;
  border-bottom-width: 1px;
  margin-top: 25px;
  position: relative;
}

.div-block-94 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 900px;
  display: flex;
}

.heading-151 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: 'Geist Mono', monospace;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.div-block-95 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000040;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 290px;
  padding: 16px;
  display: flex;
}

.heading-152 {
  color: #fff;
  text-align: center;
  margin-top: 18px;
  margin-bottom: 0;
  font-family: 'Jost', sans-serif;
  font-size: 48px;
  letter-spacing: -0.02em;
  font-weight: 500;
  line-height: 52px;
}

.div-block-181 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-127 {
  width: 100%;
  height: 100%;
  padding-top: 0;
}

.paragraph-22 {
  color: #fff;
  text-align: center;
  width: 600px;
  margin-top: 16px;
  margin-bottom: 0;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.div-block-126 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 90px 90px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-96 {
  z-index: 6;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  display: flex;
  position: absolute;
  inset: auto auto 2%;
}

.div-block-114 {
  background-color: #fff;
  border-radius: 2px;
  width: 10px;
  height: 10px;
}

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

.code-embed-12 {
  display: none;
}

.heading-153 {
  color: #adadad;
  margin-bottom: 0;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.heading-153._03 {
  font-size: 15px;
  font-weight: 400;
}

.heading-150 {
  color: #fff;
  font-family: 'Geist Mono', monospace;
  font-size: 36px;
  letter-spacing: -0.01em;
  font-weight: 400;
  line-height: 44px;
}

.section-70 {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 40px;
  display: flex;
  position: relative;
}

.div-block-102 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 90px;
  display: block;
}

.div-block-103 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: block;
}

.div-block-104 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 70px;
  display: flex;
}

.div-block-118 {
  background-color: #000;
  border-radius: 6px;
  padding: 7px 16px;
}

.book_a_call {
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(170deg, #a4fbd0, #f7fe86 28%, #b7eaff);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 10.5rem;
  margin-top: 32px;
  padding: 2px 8px 2px 2px;
  display: flex;
}

.contact--heading {
  color: #fff;
  text-align: center;
  margin-top: 18px;
  font-family: 'Jost', sans-serif;
  font-size: 48px;
  letter-spacing: -0.02em;
  font-weight: 500;
  line-height: 52px;
}

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

.image-137 {
  display: none;
}

.image-121 {
  width: auto;
  height: 23px;
  margin-left: 6px;
}

.div-block-97 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 800px;
  display: flex;
}

.section-71 {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 90px 90px 20px;
  display: flex;
  position: relative;
}

.paragraph-24 {
  color: #fff;
  text-align: center;
  width: 700px;
  margin-top: 16px;
  margin-bottom: 0;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.heading-154 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: 'Geist Mono', monospace;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.div-block-116 {
  background-color: #fff;
  border-radius: 2px;
  width: 10px;
  height: 10px;
}

.heading-155 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Geist Mono', monospace;
  font-size: 14px;
  line-height: 20px;
}

.link-block-22 {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}

.heading-157-mobile {
  color: #6e6e6e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.heading-159 {
  color: #ffffffbf;
  text-transform: uppercase;
  font-family: 'Geist Mono', monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 16px;
}

.heading-159._02 {
  text-transform: none;
}

.footer_reveriext {
  z-index: 2;
  box-sizing: border-box;
  background-color: #000;
  background-image: none;
  padding: 60px 32px 40px;
  position: relative;
}

.div-block-187 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.div-block-101 {
  z-index: 2;
  justify-content: space-between;
  margin-top: 0;
  display: flex;
  position: relative;
}

.heading-157 {
  color: #adadad;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.div-block-100 {
  width: 120px;
}

.div-block-147 {
  display: none;
}

.div-block-128 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-158 {
  color: #fff;
  margin-top: 0;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.image-142 {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.image-141 {
  width: 24px;
}

.image-125 {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: auto;
}

.div-block-99 {
  width: 400px;
}

.div-block-98 {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div-block-146 {
  display: none;
}

.div-block-145 {
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.line-footer {
  color: #3b3b3b;
  background-color: #3b3b3b;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.link-block-23, .link-block-24 {
  text-decoration: none;
}

.heading-160 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Geist Mono', monospace;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 20px;
}

.div-block-173 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.restratgery_tagline {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: 'Geist Mono', monospace;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.image-143 {
  width: auto;
  margin-left: 6px;
}

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

.eplore_services_button {
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(152deg, #f7fe86, #f7fe86 22%, #0084ff);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 2px 8px 2px 2px;
  display: flex;
}

.coming-soon {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Geist Mono', monospace;
  font-size: 64px;
  letter-spacing: -0.03em;
  line-height: 72px;
  display: block;
}

.div-block-153 {
  background-image: url('../images/eclipse_gradient.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.div-block-189 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.section-83 {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.div-block-190 {
  background-color: #fff;
  border-radius: 2px;
  width: 10px;
  height: 10px;
}

.link-block-25 {
  text-decoration: none;
}

.div-block-191 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.eplore_services_button-academy {
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(152deg, #f7fe86, #e8e09b 67%, #9f50ff 100%, #9f50ff);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 2px 8px 2px 2px;
  display: flex;
}

.heading-161 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Geist Mono', monospace;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 20px;
}

.image-144 {
  width: auto;
  margin-left: 6px;
}

.div-block-192 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.eplore_services_button-labs {
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(152deg, #f7fe86, #f49e2d 94%, #f49e2d);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 2px 8px 2px 2px;
  display: flex;
}

.heading-162 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Geist Mono', monospace;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 20px;
}

.image-145 {
  width: auto;
  margin-left: 6px;
}

.div-block-193 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.div-block-194 {
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(170deg, #a4fbd0, #f7fe86 31%, #b7eaff);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 2px 8px 2px 2px;
  display: flex;
}

.div-block-195 {
  background-color: #000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 6px 16px;
  display: flex;
}

.heading-163 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Geist Mono', monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.image-146 {
  width: auto;
  margin-left: 6px;
}

.blogs-button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.back-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.first-grid {
  width: 100%;
  height: 100%;
  display: block;
}

.form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.feild-box {
  color: #fff;
  background-color: #1c1c1c;
  border: .75px solid #292929;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: none;
  height: 44px;
  margin-top: 6px;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.feild-box.mail {
  max-width: none;
}

.checkbox-tick {
  color: #000;
  object-fit: cover;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.div-block-175 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.have-a-question-idea-or-opportunity-in-mind-tell-us-what-youre-working-on-and-well-point-you-in-the {
  color: #adadad;
  letter-spacing: -.03em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.have-a-question-idea-or-opportunity-in-mind-tell-us-what-youre-working-on-and-well-point-you-in-the.heading {
  display: none;
}

.contact-us {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.famiconslocation-sharp {
  object-fit: cover;
  overflow: hidden;
}

.text-span-9 {
  text-decoration: underline;
}

.contact-con {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.frame-2147223527 {
  grid-row-gap: 32px;
  border: 0 solid #000;
  border-bottom-width: .375px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.hide-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 674px;
  margin-top: 0;
  display: none;
}

.div-block-176 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-12 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.text-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.heading-179 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.back-button-mobile {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: none;
}

.image-147 {
  width: auto;
  margin-left: 6px;
}

.div-block-174 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #121212;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 90px;
  padding: 40px 48px;
  display: flex;
}

.frame-2147223602 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-180 {
  color: #fff;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 0;
  font-family: 'Jost', sans-serif;
  font-size: 48px;
  letter-spacing: -0.02em;
  line-height: 54px;
}

.link-block-26 {
  padding-top: 60px;
  text-decoration: none;
}

.text-7 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Geist Mono', monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.text-4 {
  color: #fff;
  text-align: center;
  letter-spacing: -.025em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Jost', sans-serif;
  font-size: 58px;
  letter-spacing: -0.025em;
  font-weight: 400;
  line-height: 62px;
  text-decoration: none;
}

.text-10 {
  color: #fff;
  text-transform: none;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: none;
}

.div-block-196 {
  background-color: #000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 6px 16px;
  display: flex;
}

.cta {
  grid-column-gap: 6px;
  background-image: linear-gradient(94.61deg, #a4fbd0 0%, #f7fe86 47%, #b7eaff 100%);
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 2px 8px 2px 2px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.checkbox-field {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero {
  grid-column-gap: 100px;
  background-color: #000;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 120px 90px 90px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.submit-button-3 {
  opacity: 0;
  background-color: #3898ec00;
  width: 100%;
  height: 35px;
  position: absolute;
  inset: auto 0% 0%;
}

.back-to-home {
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(170deg, #a4fbd0, #f7fe86 31%, #b7eaff);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 10rem;
  padding: 2px 8px 2px 2px;
  display: flex;
}

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

.contact-us-tagline {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: 'Geist Mono', monospace;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.text-area-field {
  color: #fff;
  background-color: #1c1c1c;
  border: .75px solid #292929;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 250px;
  padding: 12px;
  display: flex;
}

.div-block-177 {
  width: 100%;
  margin-top: 0;
  position: relative;
}

.frame-2147223598 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-2147223604 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.group-15385 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 17.0301px;
  height: 14.6464px;
  text-decoration: none;
  display: flex;
}

.plot-abc-financial-district-road-no-10-hyderabad-500034 {
  color: #adadad;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Geist Mono', monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.heading-181 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.heading-182 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.form-block-2 {
  height: 100%;
  margin-top: 0;
}

.frame-2147223599 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px;
  text-decoration: none;
  display: flex;
}

.frame-2147223295 {
  grid-row-gap: 36px;
  background-color: #121212;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 580px;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-9 {
  color: #fff;
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Jost', sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-9._01 {
  margin-bottom: 20px;
}

.frame-2087326921 {
  grid-column-gap: 9px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: 36px;
  text-decoration: none;
  display: flex;
}

.frame-2147223603 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 460px;
  text-decoration: none;
  display: flex;
}

.text-6 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-decoration: none;
}

.second-grid {
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: none;
  position: absolute;
}

.text-11 {
  color: #adadad;
  letter-spacing: .01em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 9px;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.form-button {
  z-index: 1;
  grid-row-gap: 44px;
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
  text-decoration: none;
  display: flex;
}

.frame-1261153829 {
  grid-column-gap: 10px;
  background-color: #000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
}

.div-block-198 {
  background-color: #fff;
  border-radius: 2px;
  width: 10px;
  height: 10px;
}

.div-block-178 {
  width: 100%;
}

.div-block-184 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.form-container {
  width: 100%;
  height: auto;
  display: block;
}

.section-84 {
  background-color: #000;
  padding-top: 120px;
}

.div-block-186 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 120px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.div-block-160 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-family: 'Libre Franklin', sans-serif;
  display: flex;
}

.title-privacy {
  color: #fff;
  font-family: 'Geist Mono', monospace;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

.paragraph-35 {
  color: #adadad;
  margin-top: 34px;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.title-privacy-h1 {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: 'Geist Mono', monospace;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}

.para-privacy {
  color: #adadad;
  margin-top: 19px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.section-85 {
  background-color: #000;
  padding-top: 120px;
}

.div-block-199 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 120px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.div-block-200 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-family: 'Libre Franklin', sans-serif;
  display: flex;
}

.title-privacy-2 {
  color: #fff;
  font-family: 'Geist Mono', monospace;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

.paragraph-36 {
  color: #adadad;
  margin-top: 34px;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.title-privacy-h1-2 {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: 'Geist Mono', monospace;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}

.link-block-27 {
  text-decoration: none;
}

.body-3 {
  background-color: #000;
}

.image-148 {
  z-index: 1099;
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.image-149 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-150 {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.bold-text {
  font-family: 'Libre Franklin', sans-serif;
}

.section-86 {
  opacity: 1;
  color: #333;
  -webkit-text-fill-color: inherit;
  background-color: #000000b0;
  background-image: linear-gradient(346deg, #00000061, #00000061), url('../images/Ascii-bg_new.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-86::before,
.section-86::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 30%;
  pointer-events: none;
  z-index: 1;
}

.section-86::before {
  top: 0;
  background: linear-gradient(to bottom, #000 0%, transparent 100%);
}

.section-86::after {
  bottom: 0;
  background: linear-gradient(to top, #000 0%, transparent 100%);
}

.body-4 {
  background-color: #000;
}

.join-us-btn {
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(170deg, #a4fbd0, #f7fe86 22%, #b7eaff);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 2px 8px 2px 2px;
  display: flex;
}

.about-us-hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 872px;
  height: auto;
  position: relative;
  z-index: 2;
  min-height: 520px;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-us-h1 {
  color: #fff;
  text-align: center;
  margin-top: 14px;
  margin-bottom: 0;
  font-family: 'Jost', sans-serif;
  font-size: 48px;
  letter-spacing: normal;
  font-weight: 500;
}

.about-us-h1.about-us {
  font-family: 'Jost', sans-serif;
  font-size: 58px;
  letter-spacing: normal;
  font-weight: 600;
}

.about-us-h1.founders {
  font-size: 48px;
  letter-spacing: normal;
}

.about-us-h1._01 {
  color: #000;
}

.vision-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 120px 63px 34px;
  display: flex;
  overflow: hidden;
}

.div-block-202 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-203 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.div-block-204 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 70px;
  display: flex;
}

.heading-183 {
  color: #fff;
  margin-top: 0;
  font-family: 'Jost', sans-serif;
  font-size: 48px;
  letter-spacing: -0.02em;
  font-weight: 500;
  line-height: 52px;
}

.paragraph-37 {
  color: #6e6e6e;
  text-align: left;
  width: 400px;
  margin-bottom: 0;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.paragraph-37.mission {
  text-align: center;
  width: 500px;
  margin-bottom: 0;
  font-family: 'Libre Franklin', sans-serif;
}

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

.div-block-205 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 24px;
  display: flex;
}

.heading-184 {
  color: #6e6e6e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Geist Mono', monospace;
  font-size: 16px;
  font-weight: 400;
}

.heading-185 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Jost', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.list-item-5 {
  color: #6e6e6e;
  margin-top: 5px;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  padding-left: 40px;
  display: flex;
}

.div-block-206 {
  background-color: #202020;
  border-radius: 8px;
  padding: 24px;
}

.div-block-206.vision._01, .div-block-206.vision._02, .div-block-206.vision._03 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #36363633;
  border: 1px solid #ffffff1c;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 260px;
  padding: 24px;
  display: flex;
}

.div-block-206.mission._01, .div-block-206.mission._02, .div-block-206.mission._03 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #36363633;
  border: 1px solid #ffffff1a;
  flex-flow: column;
  max-width: 260px;
  padding: 24px;
  display: flex;
}

.mission-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 120px 63px;
  display: flex;
  overflow: hidden;
}

.mission-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 0;
  display: flex;
}

.div-block-207 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-186 {
  color: #6e6e6e;
  text-align: center;
  font-family: 'Geist Mono', monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.section-87 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.founding-team-con {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-section {
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.team-section.hide {
  display: block;
}

.team_block {
  border: 1px solid #8e8e8e;
  border-radius: 8px;
  flex: 1;
  width: auto;
  height: auto;
  padding: 24px;
  position: relative;
}

.team_block._01, .team_block._02 {
  border-style: none;
  flex: 0 auto;
  width: 380px;
  height: 431px;
}

.heading-187 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Jost', sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.heading-188 {
  color: #adadad;
  margin-top: 8px;
  margin-bottom: 0;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.div-block-209 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000082;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 20px 16px;
  display: flex;
  position: absolute;
  inset: auto 3% 3%;
}

.div-block-210 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 78px;
  padding-left: 90px;
  padding-right: 90px;
  display: flex;
}

.div-block-211 {
  width: auto;
  height: auto;
  padding: 1px;
}

.image-151 {
  width: 100%;
  height: 100%;
}

.ankita_block {
  border: 1px solid #8e8e8e;
  border-radius: 8px;
  width: auto;
  height: auto;
  padding: 24px;
}

.board_block {
  border: 1px #8e8e8e;
  border-radius: 8px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 312px;
  height: auto;
  padding: 0;
  display: flex;
}

.boatrd_inner_block {
  width: 100%;
}

.board_inner_image {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
  height: 100%;
}

.team_main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 78px;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
}

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

.heading-189 {
  color: #fff;
  margin-top: 24px;
  font-family: 'Jost', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.heading-190 {
  color: #adadad;
  margin-bottom: 0;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-212 {
  padding: 20px;
}

.div-block-213 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  margin-top: 80px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.section-89 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.join-us-con {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-214 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  padding-left: 90px;
  padding-right: 90px;
  display: flex;
}

.div-block-215 {
  background-color: #121212;
  border-radius: 12px;
  padding: 32px;
}

.heading-191 {
  color: #fff;
  font-family: 'Jost', sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.paragraph-38 {
  color: #ADADAD;
  margin-top: 10px;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.div-block-216 {
  margin-top: 90px;
}

.div-block-217 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #fff;
  border-radius: 6px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.heading-192 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Geist Mono', monospace;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 24px;
}

.section-90 {
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
}

.how-we-work-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 80px 90px;
  display: flex;
}

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

.paragraph-39 {
  color: #adadad;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 0;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.how-we-work-para {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.how-we-card {
  background-color: #58585840;
  border: 1px solid #fff3;
  border-radius: 12px;
  padding: 24px;
}

.how-we-right-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.our-location-con {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.section-91 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.div-block-218 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-92 {
  background-image: linear-gradient(135deg, #a4fbd0, #f7fe86 50%, #b7eaff);
  padding-top: 120px;
  padding-bottom: 140px;
}

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

.join-the--team-para {
  color: #fff;
  text-align: center;
  width: 500px;
  margin-top: 16px;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.join-the--team-para._01 {
  color: #000;
}

.image-152 {
  width: 80%;
  margin-top: 60px;
}

.how-we-heading-con {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-220 {
  padding-top: 0;
}

.mission-left-block {
  flex-flow: column-reverse;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.join-the-team-btn {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.join-us-team-btn1 {
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(170deg, #a4fbd0, #f7fe86 22%, #b7eaff);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 2px 8px 2px 2px;
  display: flex;
}

.join-us-team-btn1._01 {
  background-image: none;
}

.loading-image {
  width: 100%;
  position: absolute;
  inset: auto 0% 3%;
}

.front-inner {
  z-index: 1;
  background-color: #000;
  border: 1px #8e8e8e;
  border-radius: 8px;
  width: 100%;
  padding: 0 0 5px;
  position: absolute;
  inset: 0%;
}

.heading-193 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-40 {
  color: #adadad;
  margin-top: 20px;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.back-inner {
  background-color: #232323;
  border: 1px #8e8e8e;
  border-radius: 8px;
  padding: 24px;
  position: absolute;
  inset: 0%;
}

.front-inner-2 {
  z-index: 1;
  background-color: #000;
  border: 1px #8e8e8e;
  border-radius: 8px;
  width: 100%;
  padding: 0;
  position: absolute;
  inset: 0%;
}

.back-inner-2 {
  background-color: #232323;
  border: 1px #8e8e8e;
  border-radius: 8px;
  padding: 24px;
  position: absolute;
  inset: 0%;
}

.heading-194 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Geist Mono', monospace;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 20px;
}

/* =============================================================================
   HERO DESIGN SYSTEM — rx-hero
   Standard anatomy applied to EVERY hero section across all 5 pages.

   Structure (top → bottom):
     1. Label       — Geist Mono, 11px, uppercase, ls 0.12em, rgba(255,255,255,0.6)
     2. H1 Heading  — Jost, 58px, weight 600, lh 62px, ls -0.025em
                      Accent word(s) wrapped in <span class="[pillar]-gradient">
                      → Playfair Display italic, pillar gradient color
     3. Subtitle    — Libre Franklin, 18px, weight 400, lh 28px, rgba(255,255,255,0.72)
                      max-width 620px, centered
     4. CTA Button  — gradient outer pill + black inner + Geist Mono uppercase text

   Vertical cadence:
     Pillar pages  (.section-75 + .div-block-222):  top: 120px from section
     About Us      (.section-86 + .about-us-hero):  padding-top 80px, height auto
     Homepage      (.video-pin-section):            centred in viewport via flex

   CSS classes by role:
     Label   → .heading-137 (home/about) | .restratgery_tagline-2 (pillars)
     H1      → .heading-138 (home) | .about-us-h1.about-us (about) | .coming-soon-2 (strategy/labs) | .reacdemy-hero-title (academy)
     Subtitle→ .paragraph-19.home (home) | .ai-first (about) | .paragraph-28 (pillars)
   ============================================================================= */

.restratgery_tagline-2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: 'Geist Mono', monospace;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 18px;
}

.div-block-142 {
  margin-left: 10px;
  position: relative;
}

.paragraph-28 {
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  white-space: normal;
  word-break: normal;
  max-width: 620px;
  width: 90%;
  margin-top: 16px;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.div-block-81 {
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 7px 16px;
  display: flex;
}

.image-153 {
  width: auto;
  height: 23px;
  margin-left: 6px;
}

.section-75 {
  background-color: #000;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.image-111 {
  z-index: 11;
  width: auto;
  margin-left: 0;
  position: relative;
}

.image-111.black {
  z-index: 0;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.heading-195 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Geist Mono', monospace;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 20px;
}

.div-block-152 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 120px;
  display: flex;
}

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

.restratergy._02 {
  font-family: 'Playfair Display', serif;
}

.coming-soon-2 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: 'Jost', sans-serif;
  font-size: 58px;
  letter-spacing: normal;
  font-weight: 600;
  display: block;
}

.div-block-222 {
  background-image: url('../images/eclipse_gradient.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  display: flex;
  position: relative;
  top: 60px;
}

.div-block-222._02 {
  position: absolute;
  top: 120px;
  z-index: 2;
}

.div-block-222._03 {
  z-index: 2;
  position: absolute;
  top: 120px;
}

.div-block-222.hero_labs {
  z-index: 2;
  width: 85%;
  max-width: 760px;
  position: absolute;
  top: 120px;
}

.div-block-223 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.div-block-224 {
  background-color: #fff;
  border-radius: 2px;
  width: 10px;
  height: 10px;
}

.purpose-section {
  background-color: #000;
  min-height: 100vh;
}

.restratgery_tagline-3 {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: 'Geist Mono', monospace;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.heading-168 {
  color: #fff;
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 48px;
  letter-spacing: -0.02em;
  font-weight: 500;
  line-height: 52px;
}

.image-138 {
  width: 80%;
}

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

.div-block-155 {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  position: absolute;
}

.div-block-154 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100vh;
  padding-top: 70px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-226 {
  background-color: #fff;
  border-radius: 2px;
  width: 10px;
  height: 10px;
}

.section-82 {
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 40vh;
  padding-top: 48px;
  display: none;
  overflow: hidden;
}

.heading-178 {
  color: #adadad;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Geist Mono', monospace;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 20px;
}

.slide-wrap {
  align-items: center;
  width: 3200px;
  margin-top: 40px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px 40px;
  display: flex;
  overflow: visible;
}

.logo-img._50-r-m {
  width: 190px;
  margin-right: 0;
}

.div-block-157 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 700px;
  margin-top: 0;
  display: flex;
  position: static;
  top: 3rem;
}

.div-block-157.stack {
  margin-top: 0;
  margin-bottom: 6rem;
  padding-top: 30px;
  position: sticky;
}

.div-block-227 {
  background-color: #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 240px;
  font-family: 'Libre Franklin', sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-169 {
  color: #fff;
  width: auto;
  margin-top: 10px;
  font-family: 'Jost', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.heading-169._01 {
  width: auto;
  margin-top: 10px;
  font-weight: 400;
}

.restratgery_tagline-4 {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: 'Geist Mono', monospace;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.heading-196 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: 'Jost', sans-serif;
  font-size: 48px;
  letter-spacing: -0.02em;
  font-weight: 500;
  line-height: 52px;
}

.heading-196._02 {
  margin-bottom: 0;
}

.div-block-158 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 70px;
  display: flex;
}

.image-139 {
  object-fit: fill;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-139._01 {
  z-index: 1;
  object-fit: fill;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-139._02 {
  opacity: 0;
  width: 75%;
  position: absolute;
}

.image-139._2nd-img {
  width: 85%;
  position: absolute;
}

.image-139._1st_image {
  z-index: 1;
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.image-139._2nd-img_new {
  width: 85%;
  margin-top: 0;
  position: absolute;
  top: -10px;
}

.image-139.independent {
  bottom: -14px;
}

.image-139.founders {
  z-index: 1;
  object-fit: fill;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 5px;
}

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

.whi-it-for-para {
  color: #adadad;
  text-align: center;
  width: 90%;
  margin-top: 16px;
  margin-bottom: 0;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.whi-it-for-para.clarity {
  display: none;
}

.div-block-156 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-159 {
  background-color: #121212;
  background-image: linear-gradient(#0000 24%, #121212 74%), url('../images/ascii0gradient.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 1px solid #fff3;
  border-radius: 12px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 320px;
  max-width: 320px;
  height: 320px;
  padding: 18px;
  display: flex;
}

.section-77 {
  background-color: #000;
  padding: 80px 48px 120px;
}

.div-block-229 {
  background-color: #fff;
  border-radius: 2px;
  width: 10px;
  height: 10px;
}

.paragraph-29 {
  color: #6e6e6e;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.div-block-230 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 700px;
  padding-top: 30px;
  display: flex;
}

.div-block-164 {
  display: flex;
}

.paragraph-31 {
  color: #9d9d9d;
  margin-top: 11px;
  margin-bottom: 0;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.restratgery_tagline-5 {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: 'Geist Mono', monospace;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.heading-197 {
  color: #fff;
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 48px;
  letter-spacing: -0.02em;
  font-weight: 500;
  line-height: 52px;
}

.section-78 {
  background-color: #000;
  width: 100%;
  height: auto;
}

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

.image-140 {
  width: 70%;
  position: absolute;
  inset: 0% auto auto;
}

.image-140.black_2nd_layer {
  opacity: 1;
}

.image-140.gradient_2nd_layer, .image-140.black_1st_layer, .image-140.gradient_3rd_layer {
  opacity: 0;
}

.image-140.black_3rd_layer {
  opacity: 1;
}

.image-140.gradient_4th_layer {
  opacity: 0;
}

.image-140.black_4th_layer {
  z-index: 1;
  opacity: 1;
}

.heading-170 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-162 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 140px;
  display: flex;
  position: relative;
}

.div-block-163 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 368px;
  display: flex;
  position: absolute;
  inset: 0% auto auto -72%;
  /* GSAP initial state */
  opacity: 0;
}

.div-block-163.discover {
  left: -75%;
}

.div-block-163.blueprint {
  inset: 18% -82% auto auto;
}

.div-block-163.modernize {
  top: 29%;
  left: -75%;
}

.div-block-163.innovation {
  inset: 39% -82% auto auto;
}

.div-block-163.confident {
  top: 53%;
  left: -75%;
}

.div-block-161 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: static;
}

.div-block-232 {
  background-color: #fff;
  border-radius: 2px;
  width: 10px;
  height: 10px;
}

.section-79 {
  background-color: #000;
  display: block;
}

.black_screen {
  z-index: 2;
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-171 {
  color: #fff;
  text-align: center;
  width: 500px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Jost', sans-serif;
  font-size: 48px;
  letter-spacing: -0.02em;
  line-height: 52px;
}

.heading-198 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Geist Mono', monospace;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 20px;
}

.div-block-233 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 700px;
  display: flex;
}

.get-started-gradient {
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(152deg, #f7fe86, #f7fe86 22%, #0084ff);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 32px;
  padding: 2px 8px 2px 2px;
  display: flex;
}

.restratgery_tagline-6 {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.heading-199 {
  color: #fff;
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 48px;
  letter-spacing: -0.02em;
  font-weight: 500;
  line-height: 52px;
}

.div-block-234 {
  margin-left: 10px;
  position: relative;
}

.div-block-171 {
  background-image: linear-gradient(164deg, #0084ff, #7dc2c2 26%, #f7fe86 97%);
  border-radius: 8px;
  padding: 4px;
}

.row-2 {
  margin-top: 0;
  padding-top: 24px;
}

.heading-175 {
  color: #989898;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Geist Mono', monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.card-3 {
  background-color: #121212;
  border: .5px #8e8e8e;
  border-radius: 8px;
  padding: 24px;
}

.heading-176 {
  color: #adadad;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 12px;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.heading-174 {
  color: #fff;
  background-color: #303036;
  border-radius: 4px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 4px 5px;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.image-154 {
  width: auto;
  height: 23px;
  margin-left: 6px;
}

.section-80 {
  background-color: #000;
  padding: 80px 48px 88px;
}

.image-155 {
  z-index: 11;
  width: auto;
  height: 23px;
  margin-left: 0;
  position: relative;
}

.image-155.black {
  z-index: 0;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.heading-200 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Geist Mono', monospace;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 20px;
}

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

.get-started {
  cursor: pointer;
  border: 2px solid #515153;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  padding: 7px 16px;
  display: flex;
}

.div-block-167 {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  border: .5px #8e8e8e;
  border-radius: 8px;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 80px;
  display: flex;
}

.paragraph-32 {
  color: #6e6e6e;
  margin-top: 12px;
  margin-bottom: 0;
  font-family: 'Libre Franklin', sans-serif;
  line-height: 22px;
}

.div-block-166 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.card-2 {
  background-color: #000;
  border: .5px solid #8e8e8e;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
  position: relative;
}

.card-1 {
  background-color: #121212;
  border: .5px #212124;
  border-radius: 8px;
  padding: 24px;
}

.div-block-170 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 13px;
  display: flex;
}

.gradient-inner-card {
  background-color: #000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 7px 16px;
  display: flex;
}

.heading-172 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Jost', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.div-block-236 {
  background-color: #fff;
  border-radius: 2px;
  width: 10px;
  height: 10px;
}

.row-1 {
  margin-top: 0;
  padding-top: 32px;
  display: none;
}

.section-81 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 742px;
  padding-top: 120px;
  padding-bottom: 140px;
  display: flex;
}

.section-81.restratergy-2 {
  background-image: linear-gradient(160deg, #f7fe86, #0084ff);
}
.section-81.restratergy-2 .heading-177 { color: #000; }
.section-81.restratergy-2 .restratergy {
  background-image: none;
  -webkit-text-fill-color: #000;
  color: #000;
}
.section-81.restratergy-2 .paragraph-33 { color: #000; }

.section-81.relabs {
  background-image: linear-gradient(151deg, #f7fe86, #f49e2d 56%, #ff6b2c);
}

.section-81.reacademy {
  background-image: linear-gradient(210deg, #f7fe86, #9f50ff 70%, #9f50ff);
}

.section-81.relabs-2 {
  background-image: linear-gradient(151deg, #f7fe86, #f49e2d 56%, #ff6b2c);
}
.section-81.relabs-2 .heading-177 { color: #000; }
.section-81.relabs-2 .relabs {
  background-image: none;
  -webkit-text-fill-color: #000;
  color: #000;
}
.section-81.relabs-2 .paragraph-33 { color: #000; }

.section-81.reacademy-2 {
  background-image: linear-gradient(210deg, #f7fe86, #9f50ff 70%);
}
.section-81.reacademy-2 .heading-177 { color: #000; }
.section-81.reacademy-2 .reacademy {
  background-image: none;
  -webkit-text-fill-color: #000;
  color: #000;
}
.section-81.reacademy-2 .paragraph-33 { color: #000; }

.div-block-172 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 800px;
  display: flex;
}

.heading-177 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: 'Jost', sans-serif;
  font-size: 48px;
  letter-spacing: -0.02em;
  font-weight: 500;
  line-height: 52px;
}

.paragraph-33 {
  color: #fff;
  text-align: center;
  width: 600px;
  margin-top: 16px;
  margin-bottom: 0;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.restratergy-book-call {
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(305deg, #0084ff, #f7fe86);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  padding: 2px 8px 2px 2px;
  display: flex;
}

.heading-201 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Geist Mono', monospace;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 20px;
}

.image-156 {
  width: auto;
  height: 23px;
  margin-left: 6px;
}

.space-section {
  background-color: #000;
  height: 150px;
}

.body-5 {
  background-color: #000;
}

.image-157 {
  width: 100%;
  margin-top: -98px;
  display: block;
}

.image-157._02 {
  position: relative;
  top: 19px;
}

/* ═══════════════════════════════════════════════════════════════════
   HERO IMAGE SYSTEM — single image per page
   ─ Container: absolute, fills entire section height.
     Image uses object-fit:cover + object-position:bottom so
     the bottom of the image is always visible. If the image is
     taller than the section, excess is cropped from the top.
═══════════════════════════════════════════════════════════════════ */
.div-block-237,
.div-block-237._02,
.div-block-237._03 {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
  z-index: 0 !important;
}

/* Image: 100% width, natural height.
   - Shorter than section → bottom:0 pins it to the bottom (portrait/mobile)
   - Taller than section → max-height:100% caps it, object-fit:cover +
     object-position:top keeps the top visible, crops from bottom */
.div-block-237 .image-157,
.div-block-237._02 .image-157,
.div-block-237._03 .image-157 {
  width: 100% !important;
  height: auto !important;
  max-height: 100% !important;
  display: block !important;
  margin-top: 0 !important;
  position: absolute !important;
  bottom: 0 !important;
  top: auto !important;
  object-fit: cover !important;
  object-position: center top !important;
}

.div-block-238 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 800px;
  height: 100%;
  display: flex;
  position: relative;
}

.background-video {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 80vw;
  min-width: 80vw;
  height: 80vh;
  display: flex;
  position: relative;
}

.heading-202 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Jost', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}

.heading-202._02 {
  width: 370px;
}

.heading-202._01, .heading-202._03 {
  width: 220px;
}

.loop-block {
  background-image: url('../images/Ellipse-322.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  padding: 20px;
  position: absolute;
  inset: 15% auto auto 6%;
  /* GSAP initial state — prevents flash before JS sets opacity: 0 on DOMContentLoaded */
  opacity: 0;
  transform: translateY(20px);
}

.loop-block._01 {
  z-index: 6;
  top: -220px;
  left: -2%;
}

.loop-block._02 {
  z-index: 6;
  inset: auto auto -240px -2%;
}

.loop-block._03 {
  z-index: 6;
  inset: -240px -7% auto auto;
}

.loop-block._04 {
  z-index: 6;
  inset: auto -9% -240px auto;
}

.image-158 {
  color: #fff;
  border-radius: 2px;
  width: 36px;
}

.code-embed-17 {
  width: 100%;
  height: auto;
  position: absolute;
}

.relabs {
  display: inline;
}

.eplore_services_button-relabs {
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(152deg, #f7fe86, #f7fe86 22%, #ff6b2c);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 2px 8px 2px 2px;
  display: flex;
}

.relabs-purpose-text {
  color: #fff;
  text-align: center;
  width: 400px;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 48px;
  letter-spacing: -0.02em;
  font-weight: 500;
  line-height: 52px;
}

.section-93 {
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 240px;
  display: flex;
}

.card_content-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.heading-style-h3 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.heading-style-h3.text-color-primary {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}

.text-size-tiny {
  font-size: .75rem;
}

.text-size-tiny.text-color-secondary {
  color: #d2ff09;
}

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

.text-size-regular.text-color-primary {
  color: #bcbcbc;
}

.card-right {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding: 30px;
  display: flex;
}

.hero_card-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 30px;
  display: flex;
  position: relative;
  top: 5rem;
}

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

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

.stacking-card {
  background-color: #010102;
  border: 1px solid #454b02;
  border-radius: 18px;
  justify-content: center;
  align-items: flex-start;
  width: 850px;
  height: 341px;
  display: flex;
  position: sticky;
  overflow: hidden;
  box-shadow: 0 -8px 20px 1px #fff3;
}

.stacking-card.is--fifth {
  border-color: #4e4e4e;
  height: 400px;
  margin-bottom: 1rem;
  display: none;
  top: 14rem;
}

.stacking-card.is--second {
  border-color: #4e4e4e;
  height: 400px;
  margin-bottom: 4rem;
  top: 16.7rem;
  box-shadow: 11px -14px 44px #a6a6a614;
}

.stacking-card.is--first {
  border-color: #4e4e4e;
  border-radius: 12px;
  height: 400px;
  margin-bottom: 5rem;
  top: 15rem;
  box-shadow: 8px 8px 8px #51515129;
}

.stacking-card.is--sixth {
  border-color: #4e4e4e;
  height: 400px;
  margin-bottom: 0;
  display: none;
  top: 15rem;
}

.stacking-card.is--fourth {
  border-color: #4e4e4e;
  height: 400px;
  margin-bottom: 1.5rem;
  top: 19.2rem;
  box-shadow: 0 -5px 20px 1px #a6a6a614;
}

.stacking-card.is--third {
  border-color: #4e4e4e;
  height: 400px;
  margin-bottom: 3rem;
  top: 18.2rem;
  box-shadow: 0 -5px 20px 1px #a6a6a614;
}

.left-inner-block {
  background-image: linear-gradient(146deg, #f7fe86, #ff6b2c);
  width: 100%;
  height: 100%;
  padding: 0;
}

.left-inner-block.reacademy {
  background-image: linear-gradient(238deg, #f7fe86, #c194d0 38%, #9f50ff);
}

.left-inner-block.reacademy-2 {
  background-image: linear-gradient(238deg, #f7fe86, #c194d0 38%, #9f50ff);
  padding: 0;
}

.image-159 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.list-item-6 {
  font-size: 16px;
}

.list-item-7 {
  color: #b3b3b3;
  margin-top: 10px;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 400;
  line-height: 18px;
}

.section-94 {
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 120px;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
}

.grid-1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.div-block-240 {
  max-width: 650px;
  padding: 0;
}

.div-block-241 {
  background-color: #949494;
  border-radius: 12px;
  width: 100%;
  height: auto;
  position: relative;
}

.div-block-242 {
  width: 100%;
  padding-top: 20px;
}

.div-block-243 {
  background-color: #adadad;
  border-radius: 2px;
  width: 9px;
  height: 9px;
}

.div-block-244 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-203 {
  color: #adadad;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Geist Mono', monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-245 {
  justify-content: space-between;
  display: flex;
}

.div-block-246 {
  background-image: linear-gradient(#f7fe864f, #ff6b2c5e);
  border: 1px #f7fe86;
  border-radius: 5px;
  padding: 1px;
}

.div-block-246._01 {
  padding: 1px;
}

.div-block-246._02 {
  background-image: linear-gradient(146deg, #a4fbd0b8, #f7fe86ab 51%, #b7eaffc7);
  padding: 1px;
}

.div-block-246._03 {
  background-image: linear-gradient(156deg, #9f50ff6b, #f7fe864f);
}

.heading-204 {
  color: #adadad;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 6px;
  font-family: 'Geist Mono', monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.heading-204._01 {
  color: #ececec;
  background-color: #1d1c1c;
  background-image: linear-gradient(#f7fe860f, #ff6b2c0f);
  border-radius: 5px;
}

.heading-204._02 {
  color: #fff;
  background-color: #000000c4;
  border-radius: 5px;
}

.heading-204._03 {
  color: #fff;
  background-color: #000000b0;
}

.heading-205 {
  color: #fff;
  margin-bottom: 0;
  font-family: 'Jost', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.heading-206 {
  color: #adadad;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.grid-2 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: none;
}

.grid-3 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: none;
}

.reacdemy-hero-title {
  color: #fff;
  text-align: center;
  max-width: 900px;
  width: 90%;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: 'Jost', sans-serif;
  font-size: 58px;
  letter-spacing: normal;
  font-weight: 600;
  display: block;
}

.eplore_services_button-reacademy {
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(152deg, #f7fe86, #f7fe86 22%, #9f50ff);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 2px 8px 2px 2px;
  display: flex;
}

.reacademy-purpose-text {
  color: #fff;
  text-align: center;
  width: 550px;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 48px;
  letter-spacing: -0.02em;
  font-weight: 500;
  line-height: 52px;
}

.section-95 {
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 120px;
  display: flex;
}

.learning-pat-reacademy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 540px;
  margin-top: 0;
  display: flex;
}

.div-block-247 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-248 {
  flex-flow: column;
  width: 336px;
  padding: 0;
  display: flex;
}

.heading-207 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Jost', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.heading-208 {
  color: #adadad;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-249 {
  background-color: #58585840;
  border: 1px solid #fff3;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 260px;
  padding: 20px;
  display: flex;
}

.list-2 {
  padding-left: 16px;
}

.div-block-250 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-251 {
  display: none;
}

.stacking-card-mobile {
  background-color: #010102;
  border: 1px solid #454b02;
  border-radius: 18px;
  justify-content: center;
  align-items: flex-start;
  width: 850px;
  height: 341px;
  display: flex;
  position: sticky;
  overflow: hidden;
  box-shadow: 0 -8px 20px 1px #fff3;
}

.stacking-card-mobile.is--fifth {
  border-color: #4e4e4e;
  margin-bottom: 1rem;
  top: 14rem;
}

.stacking-card-mobile.is--second {
  border-color: #4e4e4e;
  margin-bottom: 4rem;
  top: 11rem;
}

.stacking-card-mobile.is--first {
  border-color: #4e4e4e;
  border-radius: 12px;
  margin-bottom: 5rem;
  top: 10rem;
  box-shadow: 8px 8px 8px #51515129;
}

.stacking-card-mobile.is--sixth {
  border-color: #4e4e4e;
  margin-bottom: 0;
  top: 15rem;
}

.stacking-card-mobile.is--fourth {
  border-color: #4e4e4e;
  margin-bottom: 2rem;
  top: 13rem;
}

.stacking-card-mobile.is--third {
  border-color: #4e4e4e;
  margin-bottom: 3rem;
  top: 12rem;
}

.div-block-252 {
  width: 56px;
  height: 56px;
  margin-right: 20px;
}

.image-160 {
  border-radius: 4px;
  width: 56px;
}

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

.rrestrategergy-purpose-text {
  color: #fff;
  text-align: center;
  width: 600px;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 48px;
  letter-spacing: -0.02em;
  font-weight: 500;
  line-height: 52px;
}

.div-block-253 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  display: flex;
  position: relative;
}

.div-block-254 {
  z-index: 4;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  height: 100%;
  display: flex;
  position: relative;
  top: 0;
}

.div-block-254._01 {
  z-index: 4;
  top: -10%;
}

.div-block-254._02 {
  z-index: 3;
  top: -20%;
}

.div-block-254._03 {
  z-index: 2;
  top: -30%;
}

.div-block-254.first {
  z-index: 5;
}

.div-block-254._04 {
  z-index: 0;
  top: -40%;
}

.div-block-255 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.heading-209 {
  color: #d8d8d8;
  font-family: 'Geist Mono', monospace;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  position: absolute;
  /* GSAP initial state */
  opacity: 0;
}

.heading-209.scaling {
  inset: 20% auto auto 20%;
}

.heading-209.building {
  margin-top: 0;
  margin-bottom: 0;
  inset: 30% 10% auto auto;
}

.heading-209.untangling {
  margin-top: 0;
  margin-bottom: 0;
  inset: auto auto 20% 20%;
}

.heading-209.rethinking {
  margin-top: 0;
  margin-bottom: 0;
  inset: auto 16% 25% auto;
}

.div-block-256 {
  height: 60px;
  position: relative;
}

.if-your-are {
  color: #fff;
  text-align: center;
  width: 500px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 48px;
  letter-spacing: -0.02em;
  line-height: 52px;
}

.complex-systems {
  opacity: 0;
  color: #fff;
  text-align: center;
  width: 500px;
  margin: 0 auto;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 48px;
  letter-spacing: -0.02em;
  line-height: 52px;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-257 {
  height: 100vh;
  position: relative;
}

.gradient-section {
  z-index: 0;
  opacity: 1;
  background-image: linear-gradient(265deg, #f7fe86, #78e3b0 49%, #0084ff);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0%;
}

.heading-210 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Jost', sans-serif;
  font-size: 44px;
  letter-spacing: -0.018em;
  font-weight: 500;
  line-height: 50px;
}

.text-span-16 {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 600;
}

.div-block-258 {
  width: 100%;
  height: 100%;
}

.div-block-259 {
  padding-left: 70px;
  padding-right: 70px;
}

.team-substitle {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #141414;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 20px 16px;
  display: flex;
  position: static;
  inset: auto 3% 3%;
}

.team-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.team-substitle_inner {
  color: #adadad;
  margin-top: 8px;
  margin-bottom: 0;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.image-161 {
  width: 21px;
}

.team_reveriext {
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.team_reveriext.hide {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 90px;
  padding-right: 90px;
  display: none;
}

.div-block-260 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  margin-top: 70px;
  display: flex;
}

.div-block-261 {
  flex-flow: column;
  display: flex;
}

.heading-211 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.heading-212 {
  color: #adadad;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.team_memeber {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.image-162 {
  width: 72px;
}

.board-members {
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.board-members.hide {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.gradient-section-labs {
  opacity: 1;
  background-image: linear-gradient(265deg, #f7fe86, #f49e2d 49%, #ff6b2c);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0%;
}

.gradient-section-reacademy {
  opacity: 1;
  background-image: linear-gradient(265deg, #f7fe86, #9f50ff 61%, #9f50ff);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0%;
}

.text-span-17 {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 500;
}

.text-span-18 {
  font-family: 'Libre Franklin', sans-serif;
}

.div-block-262 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-163 {
  border-radius: 2px;
  width: 32px;
}

.popular_text {
  color: #989898;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Geist Mono', monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-263 {
  background-image: linear-gradient(144deg, #f6fd856b, #8cc9ba6b);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 6px 9px;
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.heading-213 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.popular-heading {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.div-block-264 {
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-265 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.heading-214 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}

.heading-215 {
  color: #adadad;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Geist Mono', monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-266 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-267 {
  background-color: #474747;
  width: 1px;
}

.div-block-266 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.div-block-270 {
  z-index: 1;
  mix-blend-mode: multiply;
  display: none;
  position: absolute;
  inset: 0%;
}

.link-block-28 {
  text-decoration: none;
}

.image-164, .image-165, .image-166, .image-167, .image-168 {
  margin-bottom: 10px;
}

.div-block-271 {
  width: 100%;
}

.restrategy_button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.mobile-pricing-plan {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  border: .5px #8e8e8e;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  display: none;
}

.view-features {
  color: #989898;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Geist Mono', monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-274 {
  background-image: linear-gradient(135deg, #f7fe86, #2696ff);
  border: 1px solid #000;
  width: 32px;
  height: 32px;
  padding: 1px;
}

.div-block-275 {
  background-color: #fff;
}

.div-block-276 {
  background-image: linear-gradient(153deg, #faffac99, #2294ff99);
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.front-inner-mobile {
  z-index: 1;
  background-color: #000;
  border: 1px solid #8e8e8e;
  border-radius: 8px;
  width: 100%;
  padding: 0 0 5px;
  position: absolute;
  inset: 0%;
}

.name-title-mobile {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000082;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 20px 16px;
  display: flex;
  position: absolute;
  inset: auto 3% 3%;
}

.div-block-277 {
  display: none;
}

.back-inner-mobile {
  background-color: #000;
  border: 1px solid #8e8e8e;
  border-radius: 8px;
  padding: 24px;
  position: absolute;
  inset: 0%;
}

.div-block-279, .div-block-280 {
  z-index: 2;
  mix-blend-mode: multiply;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-223-relabs, .div-block-223-reacademy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.relabs-book-call {
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(305deg, #ff6b2c, #f49e2d 24%, #f7fe86);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  padding: 2px 8px 2px 2px;
  display: flex;
}

.reacademy-book-call {
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(305deg, #9f50ff, #f7fe86);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  padding: 2px 8px 2px 2px;
  display: flex;
}

.mobile-hero-image {
  width: 100%;
  margin-top: -98px;
  display: none;
}

.about-usbutton {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
  position: relative;
}

.image-170 {
  border-radius: 3px;
  width: 48px;
}

.link-block-29 {
  text-decoration: none;
}

.how-we-work-con {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.join-the-team {
  width: 872px;
  margin-top: 0;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.image-171 {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  transform: scale(1.5);
}

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

.flip-button {
  cursor: pointer;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
  position: absolute;
  inset: 4% 4% auto auto;
}

.board-member-linkedin {
  width: 26px;
}

.board-member-linkedin-mobile {
  width: 21px;
  display: none;
}

.div-block-283 {
  display: none;
}

.ai-first {
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  max-width: 620px;
  width: 90%;
  margin-top: 16px;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.our-vision-con {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.our-vision-text {
  color: #6e6e6e;
  text-align: center;
  width: 400px;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.our-vision-text.mission {
  text-align: center;
  width: 500px;
}

.div-block-284, .slider {
  display: none;
}

.link-block-30 {
  width: 100%;
  text-decoration: none;
}

.link-block-31, .link-block-32 {
  text-decoration: none;
}

.image-172 {
  border-radius: 6px;
}

.black_overlay {
  background-color: #000000a8;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.black_overlay._02, .black_overlay._03, .black_overlay._01 {
  opacity: 0;
  display: block;
}

.div-block-287 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.list-3, .list-4, .list-5, .list-6 {
  padding-left: 16px;
}

.final-head {
  color: #fff;
  font-family: 'Geist Mono', monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  inset: auto auto 2%;
  /* GSAP initial state */
  opacity: 0;
}

.image-173 {
  width: 100%;
  height: 100%;
}

.link-block-33 {
  text-decoration: none;
}

.div-block-288 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.image-174 {
  width: 26px;
}

.link-block-34 {
  text-decoration: none;
}

.arrow_block {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  inset: 4% 2% auto auto;
}

.body-6 {
  background-color: #000;
}

.bold-text-2 {
  font-family: 'Libre Franklin', sans-serif;
}

.gradient-1 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 700;
  overflow: visible;
}

.gradient-1.contact {
  margin-right: 0;
  padding-right: 8px;
}

/* Playfair Display accent font — applied to all gradient text spans site-wide */
.restratergy,
.relabs,
.reacademy,
.creators-gradient,
.stragtegist-gradient,
.founders-gradient {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  .div-block-105 {
    padding-top: 40px;
  }

  .video-pin-section {
    height: 100vh;
  }

  .div-block-122 {
    margin-top: 0;
  }

  .div-block-87 {
    width: 100%;
  }

  .div-block-88 {
    box-sizing: border-box;
    clear: none;
    object-fit: fill;
    justify-content: space-between;
    align-items: flex-start;
    width: 85%;
    position: static;
    bottom: 0;
  }

  .div-block-86 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .section-69 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .paragraph-27 {
    bottom: 28%;
  }

  .div-block-92._02, .div-block-92._03 {
    height: auto;
  }

  .div-block-113 {
    justify-content: space-between;
    align-items: stretch;
    display: block;
  }

  .image-132 {
    width: 120px;
    bottom: 43%;
  }

  .div-block-93 {
    height: auto;
  }

  .div-block-90._01 {
    margin-top: 25px;
  }

  .div-block-96 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 85%;
  }

  .footer_reveriext {
    background-position: 50%;
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .div-block-101 {
    align-items: center;
  }

  .div-block-145 {
    width: 50%;
  }

  .hide-block {
    height: 100vh;
  }

  .div-block-174 {
    margin-top: 60px;
  }

  .hero {
    padding-top: 120px;
  }

  .text-area-field {
    height: auto;
    min-height: 250px;
  }

  .form-container {
    height: 250px;
  }

  .about-us-hero {
    margin-top: 0;
  }

  .vision-section {
    padding-left: 90px;
    padding-right: 90px;
  }

  .div-block-203 {
    width: auto;
  }

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

  .div-block-206.vision._01, .div-block-206.vision._02, .div-block-206.vision._03, .div-block-206.mission._01, .div-block-206.mission._02, .div-block-206.mission._03 {
    max-width: none;
  }

  .mission-section {
    padding-left: 90px;
    padding-right: 90px;
  }

  .heading-186 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Geist Mono', monospace;
    line-height: 20px;
  }

  .section-87 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .team-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
    display: flex;
  }

  .team_block {
    border: 1px solid #8e8e8e;
    border-radius: 8px;
    flex-flow: column;
    padding: 24px;
    display: flex;
  }

  .team_block._01, .team_block._02 {
    height: 431px;
  }

  .heading-187 {
    color: #fff;
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    font-weight: 500;
  }

  .heading-188 {
    font-family: 'Jost', sans-serif;
  }

  .div-block-211 {
    padding-bottom: 1px;
    padding-left: 1px;
  }

  .ankita_block {
    border: 1px solid #8e8e8e;
    border-radius: 8px;
    flex-flow: column;
    padding: 24px;
    display: flex;
  }

  .board_block {
    border: 1px #8e8e8e;
    border-radius: 8px;
    flex-flow: column;
    padding: 0;
    display: flex;
  }

  .team_main {
    padding-left: 200px;
    padding-right: 200px;
  }

  .div-block-152 {
    overflow: hidden;
  }

  .coming-soon-2 {
    width: auto;
  }

  .div-block-222 {
    width: 70%;
    top: 60px;
  }

  .div-block-222._02 {
    z-index: 1;
    position: absolute;
    top: 120px;
  }

  .div-block-222._03 {
    top: 120px;
  }

  .div-block-222.hero_labs {
    width: 700px;
    top: 120px;
  }

  .purpose-section {
    overflow: hidden;
  }

  .div-block-227 {
    height: 140px;
  }

  .heading-169 {
    width: 250px;
    line-height: 28px;
  }

  .heading-169._01 {
    width: 250px;
    margin-top: 10px;
  }

  .div-block-158 {
    flex-flow: wrap;
  }

  .image-139 {
    width: auto;
    height: 100%;
  }

  .image-139._01, .image-139._02, .image-139._2nd-img {
    width: auto;
  }

  .image-139._1st_image {
    height: 100%;
  }

  .image-139._2nd-img_new, .image-139.founders {
    width: auto;
  }

  .div-block-159 {
    justify-content: flex-start;
    align-items: flex-start;
    min-width: auto;
    height: 320px;
  }

  .div-block-159._04 {
    height: 300px;
  }

  .div-block-159._05 {
    height: 310px;
  }

  .section-77 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-162 {
    margin-top: 160px;
  }

  .div-block-163.blueprint, .div-block-163.innovation {
    right: -80%;
  }

  .div-block-171 {
    flex: 1;
    display: flex;
  }

  .card-3, .card-1 {
    flex: 1;
  }

  .image-157 {
    margin-left: auto;
    margin-right: auto;
  }

  /* div-block-237 hero image: handled globally — position:absolute bottom:0 height:50vh */

  .loop-block._01 {
    inset: 15% auto auto 0%;
  }

  .loop-block._02 {
    inset: 60% auto auto 0%;
  }

  .loop-block._03 {
    inset: 15% auto auto 70%;
  }

  .loop-block._04 {
    inset: 65% auto auto 70%;
  }

  .div-block-247 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-248 {
    width: 320px;
    padding: 0;
  }

  .div-block-254._01, .div-block-254._02, .div-block-254._03, .div-block-254.first, .div-block-254._04 {
    width: 100%;
  }

  .team-heading {
    color: #fff;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
  }

  .team-substitle_inner {
    font-family: 'Libre Franklin', sans-serif;
  }

  .team_reveriext, .board-members {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
    display: flex;
  }

  .div-block-277 {
    display: none;
  }

  .mobile-hero-image {
    margin-top: -149px;
  }

  .join-the-team {
    margin-top: 0;
  }

  .our-vision-con {
    width: auto;
  }

  .div-block-287 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: flex-start;
  }
}

@media screen and (min-width: 1440px) {
  .nav-menu-wrapper-2 {
    display: flex;
  }

  .navbar-no-shadow {
    z-index: 99;
  }

  .div-block-105 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 50px;
  }

  .heading-138 {
    font-weight: 500;
  }

  .video-pin-section {
    width: 100%;
    height: 100vh;
    padding-top: 0;
  }

  .div-block-122 {
    margin-top: 0;
  }

  .div-block-82 {
    width: 100%;
    margin-top: 40px;
  }

  .inside-video-section {
    padding-top: 0;
  }

  .body-2 {
    height: 100vh;
  }

  .div-block-87 {
    width: 100%;
    top: -220px;
  }

  .div-block-88 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 85%;
    max-width: 100%;
    display: flex;
  }

  .div-block-86 {
    justify-content: flex-start;
    align-items: center;
    height: 800px;
  }

  .code-embed-14 {
    min-width: 100%;
  }

  .section-69 {
    padding-left: 132px;
    padding-right: 132px;
  }

  .paragraph-27 {
    bottom: 30%;
  }

  .div-block-92 {
    flex: 1;
    width: 320px;
  }

  .div-block-92._02 {
    flex: 1;
    width: 350px;
  }

  .div-block-92._03 {
    flex: 1;
    width: 350px;
    display: flex;
  }

  .div-block-113 {
    justify-content: space-between;
    align-items: stretch;
    padding-right: 18px;
    display: flex;
  }

  .image-132 {
    bottom: 43%;
  }

  .div-block-93 {
    flex: 1;
    width: 350px;
    display: flex;
  }

  .div-block-90._01 {
    margin-top: 24px;
  }

  .div-block-181 {
    width: 100%;
    height: 900px;
    position: relative;
  }

  .div-block-96 {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    max-width: 100%;
  }

  .footer_reveriext {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 60px;
    display: flex;
  }

  .div-block-101, .div-block-98 {
    width: 100%;
    max-width: 100%;
  }

  .contact-con {
    max-width: 100%;
  }

  .hide-block {
    display: none;
  }

  .hero {
    grid-column-gap: 0px;
    padding-top: 60px;
  }

  .div-block-186, .div-block-199 {
    padding-left: 219px;
    padding-right: 219px;
  }

  .about-us-hero {
    width: 1000px;
    height: 600px;
    margin-top: 0;
  }

  .about-us-h1 {
    font-weight: 500;
  }

  .div-block-202 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .div-block-203 {
    width: auto;
  }

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

  .team-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-210 {
    max-width: 100%;
  }

  .team_main {
    max-width: 100%;
    padding-left: 240px;
    padding-right: 240px;
  }

  .div-block-213 {
    place-items: start center;
    max-width: 100%;
  }

  .section-89 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-214 {
    max-width: 100%;
  }

  .section-90 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .section-91 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-218, .mission-left-block {
    max-width: 100%;
  }

  .paragraph-28 {
    width: 530px;
  }

  .div-block-222 {
    width: 50%;
  }

  .div-block-222._02 {
    width: 70%;
  }

  .div-block-222._03 {
    width: 60%;
  }

  .div-block-222.hero_labs {
    width: 600px;
  }

  .purpose-section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-154 {
    width: 100%;
    max-width: 100%;
  }

  .section-82 {
    height: 260px;
  }

  .div-block-157.stack {
    padding-top: 20px;
  }

  .heading-169, .heading-169._01 {
    width: auto;
    margin-top: 20px;
  }

  .div-block-156 {
    max-width: 100%;
  }

  .div-block-159 {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: 320px;
  }

  .div-block-159._04 {
    height: 320px;
  }

  .section-77, .section-78 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-162 {
    margin-top: 160px;
  }

  .div-block-163.discover {
    top: 9%;
    left: -55%;
  }

  .div-block-163.blueprint {
    top: 29%;
    right: -60%;
  }

  .div-block-163.modernize {
    top: 40%;
    left: -55%;
  }

  .div-block-163.innovation {
    top: 54%;
    right: -60%;
  }

  .div-block-163.confident {
    top: 64%;
    left: -55%;
  }

  .div-block-161 {
    max-width: 100%;
  }

  .get-started-gradient {
    margin-top: 54px;
  }

  .div-block-171 {
    flex: 1;
    max-width: 400px;
    height: auto;
  }

  .row-2._02 {
    padding-top: 24px;
  }

  .card-3 {
    flex: 1;
    max-width: 400px;
  }

  .section-80 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-167 {
    justify-content: space-between;
    align-items: flex-end;
  }

  .div-block-166 {
    justify-content: flex-end;
    align-items: center;
    max-width: 100%;
  }

  .card-2 {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .card-1 {
    flex: 1;
    max-width: 400px;
  }

  .paragraph-33 {
    width: 420px;
  }

  /* div-block-237 hero image: handled globally — margin-top overrides removed */

  .div-block-238 {
    height: 700px;
  }

  .loop-block._01 {
    background-position: 100%;
    inset: 14% auto auto 1%;
  }

  .loop-block._02 {
    inset: auto auto 12% 4%;
  }

  .loop-block._03 {
    inset: 7% -2% auto auto;
  }

  .loop-block._03.new {
    right: -24%;
  }

  .loop-block._04 {
    top: auto;
    bottom: 17%;
    right: -4%;
  }

  .loop-block._04.new {
    right: -22%;
  }

  .image-159 {
    object-fit: fill;
  }

  .grid-1, .grid-2, .grid-3 {
    max-width: 100%;
  }

  .div-block-248 {
    width: 290px;
  }

  .div-block-249 {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: 250px;
  }

  .div-block-253 {
    width: 550px;
  }

  .heading-209.building {
    right: 16%;
  }

  .team_reveriext {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-260 {
    place-items: center;
    max-width: 100%;
  }

  .team_memeber {
    justify-content: flex-start;
    align-items: center;
  }

  .board-members {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .popular-heading {
    margin-top: 30px;
  }

  .div-block-265 {
    display: flex;
  }

  .div-block-268 {
    position: relative;
  }

  .div-block-269 {
    background-image: linear-gradient(#f7fe86, #0084ff);
    position: absolute;
    inset: 0%;
  }

  .div-block-270 {
    display: none;
  }

  .div-block-271 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: 100%;
    display: flex;
  }

  .div-block-274 {
    background-image: linear-gradient(157deg, #f7fe86, #2696ff);
    width: 32px;
    height: 32px;
  }

  .mobile-hero-image {
    margin-top: -160px;
  }

  .div-block-281 {
    margin-top: 40px;
  }

  .how-we-work-con {
    max-width: 100%;
  }

  .join-the-team {
    margin-top: 0;
  }

  .our-vision-con {
    width: auto;
  }

  .div-block-287 {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-288 {
    max-width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .div-block-105 {
    padding-top: 60px;
  }

  .video-pin-section {
    height: 100vh;
    padding-top: 0;
  }

  .div-block-122, .div-block-82 {
    margin-top: 0;
  }

  .section-74 {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .div-block-87 {
    top: -220px;
  }

  .div-block-88 {
    width: 70%;
  }

  .div-block-86 {
    height: 900px;
  }

  .paragraph-34 {
    margin-top: 0;
  }

  .section-69 {
    min-height: auto;
  }

  .div-block-113 {
    display: flex;
  }

  .image-132 {
    bottom: 43%;
  }

  .div-block-126 {
    min-height: 80vh;
  }

  .div-block-96 {
    width: auto;
  }

  .footer_reveriext {
    background-position: 50% 56%;
    padding-top: 80px;
  }

  .about-us-hero {
    margin-top: 0;
  }

  .div-block-222 {
    width: 40%;
  }

  .div-block-159, .div-block-159._04 {
    height: 300px;
  }

  .paragraph-29 {
    margin-bottom: 0;
  }

  .join-the-team {
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .body {
    background-repeat: no-repeat;
    background-size: contain;
  }

  .navbar {
    color: #b00;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    position: static;
  }

  .brand {
    order: 0;
    display: block;
  }

  .button-2 {
    order: 9999;
    justify-content: flex-end;
    align-self: auto;
    align-items: center;
    margin-top: 3%;
    margin-right: 5%;
    display: block;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .nav-menu {
    color: #000;
    text-align: center;
    flex-flow: wrap;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    padding-left: 0;
    text-decoration: none;
    display: block;
    position: static;
    inset: auto auto 0% 0%;
  }

  .nav-link {
    box-sizing: border-box;
    float: left;
    clear: none;
    aspect-ratio: auto;
    text-align: center;
    object-fit: fill;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    display: block;
  }

  .nav-link-14 {
    color: #fff;
    padding-left: 0;
    font-size: 26px;
  }

  .nav-link-14:hover {
    color: #fff;
    background-color: #0000;
  }

  .link-block-14 {
    z-index: 110;
    width: 120px;
    position: relative;
  }

  .navbar-container {
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #000;
    border-style: none;
  }

  .nav-menu-8 {
    z-index: 99;
    background-color: #000;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    max-height: 100vh;
    position: fixed;
    inset: 0%;
  }

  .cloase-mobile {
    opacity: 0;
    width: 70%;
    margin-bottom: 3px;
    margin-left: 5px;
    position: absolute;
    inset: 0%;
  }

  .image-19 {
    width: 70%;
    margin-bottom: 3px;
    margin-left: 5px;
  }

  .div-block-79-mobile {
    width: 95%;
    position: absolute;
    inset: auto 0% 0% 2.5%;
  }

  .navbar-wrapper-2 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    top: 0;
  }

  .menu-button-6 {
    width: 44px;
    padding: 0;
    transition: background-color .2s;
  }

  .menu-button-6:hover {
    background-color: #0000;
  }

  .menu-button-6.w--open {
    z-index: 110;
    background-color: #0000;
  }

  .icon-logo, .div-block-80-mobile {
    width: 100%;
  }

  .navmenu-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    top: 15%;
  }

  .nav-menu-7 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-12 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-5 {
    padding: 12px;
  }

  .menu-button-5.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .navbar-no-shadow {
    display: none;
  }

  .div-block-105 {
    padding-top: 40px;
  }

  .video-pin-section {
    padding-top: 0;
  }

  .div-block-96 {
    width: 100%;
  }

  .heading-159 {
    color: #fff;
    text-transform: none;
    margin-top: 0;
    font-weight: 600;
  }

  .heading-158 {
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 400;
  }

  .div-block-174 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .hero {
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-us-hero {
    width: auto;
  }

  .vision-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-202 {
    flex-flow: column;
  }

  .div-block-203 {
    width: auto;
    margin-bottom: 40px;
  }

  .div-block-204 {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    width: auto;
  }

  .div-block-206.vision._01, .div-block-206.vision._02, .div-block-206.vision._03, .div-block-206.mission._01, .div-block-206.mission._02, .div-block-206.mission._03 {
    max-width: none;
  }

  .mission-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .mission-block {
    width: auto;
    padding-left: 0;
  }

  .div-block-207 {
    margin-bottom: 40px;
  }

  .section-87 {
    padding-top: 120px;
  }

  .team_block._01, .team_block._02 {
    display: block;
  }

  .div-block-210 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .board_block {
    flex: 0 auto;
  }

  .team_main {
    grid-column-gap: 20px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-213 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-214 {
    flex-flow: wrap;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-215 {
    width: 406px;
  }

  .how-we-right-block {
    width: auto;
  }

  .mission-left-block {
    flex-flow: column-reverse;
  }

  .paragraph-28 {
    font-size: 14px;
    line-height: 20px;
  }

  .coming-soon-2 {
    font-size: 52px;
  }

  .heading-169, .heading-169._01 {
    width: 300px;
  }

  .image-139 {
    width: auto;
  }

  .image-139._01, .image-139._02, .image-139._2nd-img {
    width: auto;
    height: 100%;
  }

  .image-139._1st_image {
    height: 100%;
  }

  .image-139._2nd-img_new {
    width: auto;
  }

  .image-139.founders {
    width: auto;
    height: 100%;
  }

  .div-block-171, .card-3 {
    width: 100%;
  }

  .div-block-167 {
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .card-2 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .heading-style-h3.text-color-primary {
    font-size: 1.5rem;
  }

  .stacking-card.is--fifth, .stacking-card.is--second, .stacking-card.is--first, .stacking-card.is--sixth, .stacking-card.is--fourth, .stacking-card.is--third, .stacking-card-mobile.is--fifth, .stacking-card-mobile.is--second, .stacking-card-mobile.is--first, .stacking-card-mobile.is--sixth, .stacking-card-mobile.is--fourth, .stacking-card-mobile.is--third {
    width: 85vw;
  }

  .heading-209.untangling {
    bottom: 14%;
    left: 13%;
  }

  .heading-209.rethinking {
    right: 14%;
  }

  .div-block-259 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-260 {
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: stretch;
  }

  .team_memeber {
    width: 100%;
  }

  .mobile-pricing-plan {
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .front-inner-mobile {
    border-style: none;
    position: relative;
  }

  .front-inner-mobile._02 {
    margin-top: 70px;
  }

  .div-block-277 {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .back-inner-mobile {
    border-style: none;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .div-block-278 {
    width: 500px;
    display: none;
  }

  .how-we-work-con {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .join-the-team {
    width: auto;
  }

  .flip-button {
    background-color: #fff;
    border-radius: 37px;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    display: flex;
    position: absolute;
    inset: 4% 4% auto auto;
  }

  .our-vision-con {
    width: auto;
    margin-bottom: 40px;
  }

  .div-block-288 {
    flex-flow: wrap;
  }

  /* ── Portrait tablet / foldable (768–991px): step down large headings ── */
  .heading-149,
  .heading-196,
  .heading-197,
  .heading-199,
  .heading-177 {
    font-size: 40px;
    line-height: 48px;
  }

  /* Release fixed-width containers so they don't crowd the 728px column */
  .div-block-230,
  .div-block-233 {
    width: auto;
  }

  .paragraph-33 {
    width: auto;
  }

  /* Pillar cards: 3-up row overflows every portrait viewport — stack to single column */
  .div-block-88 {
    flex-flow: column;
  }

  /* Section title: release fixed 500px width so it doesn't overflow sub-768px containers */
  .div-block-85 {
    width: auto;
  }

  /* Cards fill the column */
  .div-block-93,
  .div-block-92._02,
  .div-block-92._03 {
    width: 100%;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading-center {
    padding: 60px 15px;
  }

  .nav-menu {
    background-color: #000;
    flex: 1;
    position: absolute;
    left: auto;
  }

  .div-block {
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .nav-link-14 {
    text-align: center;
    background-color: #f3f3f3;
    min-width: 10ch;
  }

  .link-block-14 {
    z-index: 110;
    padding: .5rem;
    position: relative;
  }

  .link-block-14.w--current {
    padding: .6rem;
  }

  .navbar-container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #0000;
    border-style: none;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-8 {
    z-index: 99;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-height: 100vh;
    padding-top: 0%;
    padding-left: 25%;
    padding-right: 25%;
    position: fixed;
    inset: 0%;
  }

  .navbar-wrapper-2 {
    align-items: flex-start;
    width: 100%;
    padding: .5rem 1rem 0;
    position: fixed;
    top: 0;
  }

  .menu-button-6 {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-color: #fff6;
    border: .1rem solid #fff;
    border-radius: .3rem;
    padding: 1rem;
    transition: border-color .2s, background-color .2s;
    box-shadow: 0 0 10px #99999940;
  }

  .menu-button-6.w--open {
    z-index: 100;
    color: #1f2421;
    background-color: #fff6;
    border: .1rem solid #1f2421;
  }

  .icon-logo {
    width: 2rem;
  }

  .navmenu-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    top: 10%;
  }

  .nav-menu-7 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-12 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .div-block-105 {
    padding-top: 30px;
  }

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

  /* ── 480–767px: large-phone landscape / small tablets ── */
  /* Headings still at 48px desktop — step down to 36px before going to 32px at 479px */
  .heading-149,
  .heading-196,
  .heading-197,
  .heading-199,
  .heading-177 {
    font-size: 36px;
    line-height: 42px;
  }

  /* Fixed-width containers overflow at sub-767px viewports — release to auto */
  .div-block-230,
  .div-block-233 {
    width: auto;
  }

  .paragraph-33 {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .centered-heading {
    margin-bottom: 24px;
  }

  .body {
    background-position: 48%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
  }

  .navbar {
    display: block;
  }

  .brand {
    padding-left: 0;
  }

  .button-2 {
    margin-top: 4%;
  }

  .nav-menu {
    background-color: #000;
    flex: 0 auto;
    width: auto;
    display: block;
    position: absolute;
    left: auto;
  }

  .nav-menu.display {
    display: block;
    overflow: visible;
  }

  .nav-link {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
  }

  .heading {
    font-size: 36px;
  letter-spacing: -0.01em;
    line-height: 41px;
  }

  .div-block {
    max-width: none;
    margin-bottom: 20px;
    bottom: 0%;
    left: auto;
    right: auto;
  }

  .heading-2 {
    font-size: 18px;
  }

  .paragraph {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .nav-link-14 {
    color: #fff;
    background-color: #000;
    font-size: 24px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
  }

  .nav-link-14:hover {
    color: #fff;
    background-color: #0000;
  }

  .link-block-14 {
    width: 120px;
    padding-left: 0;
  }

  .link-block-14.w--current {
    padding: .5rem .5rem .5rem 0;
  }

  .link-block-16 {
    width: 100%;
    text-decoration: none;
    position: absolute;
    top: auto;
    bottom: 43%;
    left: 2.5%;
  }

  .nav-menu-8 {
    background-color: #000;
    padding-top: 0%;
    padding-left: 0%;
    padding-right: 0;
  }

  .cloase-mobile {
    opacity: 0;
    width: 95%;
    margin-bottom: 0;
    margin-left: 3px;
    position: absolute;
    inset: 9% 0% 0%;
  }

  .image-19 {
    width: 95%;
    margin-bottom: 0;
    margin-left: 3px;
  }

  .div-block-79-mobile {
    width: 95%;
    position: static;
    inset: auto 0% -20% 2.5%;
  }

  .navbar-wrapper-2 {
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 0;
    display: block;
    position: fixed;
  }

  .menu-button-6 {
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #0000;
    border-style: none;
    justify-content: center;
    align-items: center;
    width: 28px;
    padding: 0;
    transition: border-color .2s;
    display: block;
  }

  .menu-button-6:hover {
    background-color: #fff0;
  }

  .menu-button-6.w--open {
    background-color: #fff0;
    border-style: none;
  }

  .icon-logo, .div-block-80-mobile {
    width: 100%;
  }

  .navmenu-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .nav-menu-7 {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .div-block-123 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-105 {
    padding-top: 60px;
  }

  .div-block-144 {
    z-index: 12;
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    opacity: 1;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    display: flex;
    position: absolute;
    inset: auto 0% 20%;
  }

  .hero-title {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    top: 12%;
  }

  .heading-138 {
    margin-top: 14px;
    font-size: 40px;
    font-weight: 400;
  }

  .video-pin-section {
    height: 100vh;
    margin-top: -50px;
    padding-top: 0;
  }

  .div-block-122 {
    width: 100%;
    margin-top: 0;
    padding-bottom: 10px;
  }

  .div-block-82 {
    padding-top: 0%;
    overflow: hidden;
  }

  .div-block-106 {
    box-sizing: content-box;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
  }

  .inside-video-section {
    height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .gradient-inner {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-78 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    margin-top: 16px;
    display: none;
  }

  .link-block-21 {
    justify-content: center;
    align-items: center;
    width: 100%;
    text-decoration: none;
    display: flex;
  }

  .ecosystem-button {
    justify-content: center;
    align-items: center;
    width: 85%;
  }

  .paragraph-19 {
    width: 250px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-19._02 {
    width: 310px;
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-19._03 {
    width: 310px;
  }

  .paragraph-19.home {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 16px;
  }

  .paragraph-19.about-us {
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-19.about-us._03 {
    width: auto;
  }

  .body-2 {
    height: 100vh;
  }

  .section-74 {
    margin-top: 60px;
    padding-top: 30px;
  }

  .section-66 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-87 {
    padding-top: 40px;
    top: 0;
  }

  .div-block-88 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 0;
    position: static;
  }

  .heading-149 {
    font-size: 32px;
    line-height: 38px;
  }

  .div-block-86 {
    flex-flow: column;
    height: auto;
  }

  .div-block-85 {
    width: auto;
  }

  .code-embed-14 {
    opacity: 1;
  }

  .section-69 {
    padding: 0 20px 40px;
  }

  .strategy, .academy {
    font-size: 22px;
  }

  .paragraph-27 {
    position: static;
    bottom: 28%;
  }

  .div-block-92 {
    max-width: none;
  }

  .div-block-92._02, .div-block-92._03 {
    width: 100%;
  }

  .labs {
    font-size: 22px;
  }

  .image-132 {
    width: 40px;
    bottom: 42%;
  }

  .div-block-89 {
    margin-top: 10px;
  }

  .div-block-93 {
    width: 100%;
    max-width: none;
  }

  .div-block-90._02 {
    margin-top: 25px;
  }

  .div-block-94 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-151 {
    font-size: 10px;
  }

  .div-block-95 {
    width: 50%;
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-152 {
    letter-spacing: -1px;
    font-size: 32px;
    line-height: 38px;
  }

  .div-block-127 {
    padding-top: 0;
  }

  .paragraph-22 {
    width: auto;
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-126 {
    padding: 0 20px;
  }

  .div-block-96 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 12px;
    padding-right: 12px;
    position: static;
    bottom: 0%;
  }

  .code-embed-11 {
    display: none;
  }

  .code-embed-12 {
    width: 100%;
    display: block;
  }

  .heading-153 {
    margin-top: 0;
  }

  .heading-153._03 {
    width: 90%;
  }

  .heading-150 {
    font-size: 32px;
    line-height: 40px;
  }

  .section-70 {
    margin-top: 60px;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .div-block-102 {
    padding-bottom: 40px;
  }

  .code-embed-16 {
    display: block;
  }

  .div-block-104 {
    display: none;
  }

  .div-block-118 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .book_a_call {
    width: 100%;
  }

  .contact--heading {
    letter-spacing: -1px;
    font-size: 32px;
    line-height: 38px;
  }

  .image-137 {
    width: 100%;
    margin-top: 110px;
    display: block;
  }

  .div-block-97 {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-71 {
    margin-top: 60px;
    padding: 30px 0 0;
  }

  .paragraph-24 {
    color: #adadad;
    width: auto;
    margin-top: 4px;
    font-size: 14px;
    line-height: 18px;
  }

  .heading-154 {
    font-size: 10px;
  }

  .heading-157-mobile {
    color: #ecebeb;
    margin-top: 0;
    font-family: 'Jost', sans-serif;
    font-size: 12px;
    font-weight: 400;
  }

  .heading-159 {
    text-transform: none;
  }

  .footer_reveriext {
    padding: 40px 20px 20px;
  }

  .div-block-187 {
    display: none;
  }

  .div-block-101 {
    border-top: 1px #282828;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding-top: 16px;
    padding-bottom: 8px;
    margin-top: 0;
    display: flex;
  }

  .heading-157 {
    margin-top: 0;
    font-size: 12px;
  }

  .div-block-100 {
    width: 100px;
  }

  .div-block-100._04 {
    width: 120px;
    margin-top: 0;
    display: none;
  }

  .div-block-147 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-135, .image-136 {
    width: 24px;
  }

  .image-125 {
    width: 40%;
  }

  .div-block-99 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 600px;
    margin-bottom: 60px;
    display: flex;
  }

  .div-block-98 {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .link-block-19 {
    text-decoration: none;
  }

  .image-134 {
    width: 24px;
  }

  .div-block-146 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-145 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: row;
    width: 100%;
  }

  .link-block-20 {
    text-decoration: none;
  }

  .eplore_services_button {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .coming-soon {
    font-size: 32px;
    line-height: 42px;
  }

  .div-block-189, .div-block-191 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    margin-top: 16px;
    display: none;
  }

  .eplore_services_button-academy {
    justify-content: center;
    align-items: center;
    width: 85%;
  }

  .div-block-192 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    margin-top: 16px;
    display: none;
  }

  .eplore_services_button-labs {
    justify-content: center;
    align-items: center;
    width: 85%;
  }

  .div-block-193 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    margin-top: 16px;
    display: none;
  }

  .blogs-button {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    margin-top: 16px;
    display: block;
  }

  .back-button {
    display: none;
  }

  .first-grid {
    display: block;
  }

  .have-a-question-idea-or-opportunity-in-mind-tell-us-what-youre-working-on-and-well-point-you-in-the {
    display: none;
  }

  .have-a-question-idea-or-opportunity-in-mind-tell-us-what-youre-working-on-and-well-point-you-in-the.heading {
    color: #adadad;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    display: block;
  }

  .contact-us {
    height: auto;
  }

  .heading-179 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .back-button-mobile {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30px;
    margin-top: 20px;
    display: flex;
  }

  .div-block-174 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-180 {
    font-size: 28px;
    line-height: 34px;
  }

  .link-block-26 {
    padding-top: 40px;
  }

  .text-7 {
    margin-top: 5px;
  }

  .text-4 {
    text-align: left;
    font-size: 40px;
  letter-spacing: -0.015em;
    font-weight: 500;
    line-height: 46px;
  }

  .hero {
    height: 100%;
    padding-top: 120px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .frame-2147223604 {
    display: block;
  }

  .plot-abc-financial-district-road-no-10-hyderabad-500034 {
    margin-top: 5px;
  }

  .frame-2147223295 {
    height: 500px;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .second-grid {
    display: none;
  }

  .div-block-178 {
    margin-top: 0;
  }

  .section-84 {
    padding-top: 90px;
  }

  .div-block-186 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-privacy {
    font-size: 32px;
    line-height: 44px;
  }

  .section-85 {
    padding-top: 90px;
  }

  .div-block-199 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-privacy-2 {
    font-size: 32px;
    line-height: 44px;
  }

  .div-block-201 {
    margin-top: 60px;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .bold-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }

  .section-86 {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
  }

  .join-us-btn {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .about-us-hero {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .about-us-h1 {
    text-align: center;
    flex-flow: wrap;
    margin-top: 14px;
    font-size: 32px;
    font-weight: 500;
    display: block;
  }

  .about-us-h1.founders {
    font-size: 32px;
  }

  .about-us-h1.about-us {
    width: auto;
    font-size: 40px;
  }

  .vision-section {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-block-204 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 0;
  }

  .heading-183 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 38px;
  }

  .paragraph-37 {
    text-align: center;
    width: auto;
    margin-top: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-37.mission {
    width: auto;
    min-width: auto;
    margin-bottom: 0;
  }

  .div-block-205 {
    margin-top: 16px;
  }

  .heading-185 {
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    line-height: 22px;
  }

  .heading-185._02 {
    font-size: 18px;
  }

  .list-item-5 {
    font-size: 14px;
    line-height: 20px;
  }

  .list-item-5._02 {
    font-size: 14px;
  }

  .div-block-206.vision._01, .div-block-206.vision._02, .div-block-206.vision._03, .div-block-206.mission._01, .div-block-206.mission._02, .div-block-206.mission._03 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 16px;
  }

  .mission-section {
    padding: 40px 20px;
  }

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

  .heading-186 {
    text-align: center;
  }

  .section-87 {
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .founding-team-con {
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .team_block._01, .team_block._02 {
    width: 100%;
    height: 400px;
    display: none;
  }

  .heading-187 {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-188 {
    text-transform: uppercase;
    margin-top: 5px;
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-210 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .div-block-211 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: auto;
  }

  .board_block {
    border-style: none;
    width: auto;
    height: 100%;
  }

  .boatrd_inner_block {
    position: relative;
  }

  .team_main {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-189 {
    margin-top: 0;
    margin-bottom: 5px;
  }

  .heading-190 {
    margin-top: 0;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: block;
  }

  .div-block-212 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 0;
    display: flex;
  }

  .div-block-213 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    place-items: center;
    height: 400px;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: hidden;
  }

  .section-89 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .join-us-con {
    padding-left: 20px;
    padding-right: 20px;
  }

  .how-we-work-section {
    padding: 40px 20px;
  }

  .paragraph-39 {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .how-we-card {
    background-color: #36363633;
    padding: 20px;
  }

  .how-we-right-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .our-location-con {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-91 {
    padding: 40px 20px;
  }

  .join-the--team-para {
    width: auto;
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .image-152 {
    width: 100%;
  }

  .join-the-team-btn {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    margin-top: 16px;
    display: flex;
  }

  .join-us-team-btn1 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .loading-image {
    bottom: 34%;
    transform: scale(1.5);
  }

  .front-inner {
    border-style: none;
  }

  .back-inner {
    background-color: #36363633;
    border-style: none;
  }

  .front-inner-2 {
    border-style: none;
  }

  .back-inner-2 {
    background-color: #36363633;
    border-style: none;
  }

  .paragraph-28 {
    color: #adadad;
    text-align: center;
    width: 90%;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-81 {
    width: 85%;
  }

  .section-75 {
    height: 100vh;
  }

  .div-block-152, .div-block-152._01 {
    justify-content: space-between;
    align-items: center;
  }

  .restratergy {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
  }

  .restratergy._02 {
    font-size: 40px;
  }

  .restratergy._01 {
    font-size: 16px;
    line-height: 20px;
  }

  .coming-soon-2 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 340px;
    font-size: 40px;
    display: flex;
  }

  .div-block-222 {
    width: auto;
    top: 40px;
  }

  .div-block-222._02 {
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0;
  }

  .div-block-222._03 {
    position: relative;
    top: 0;
  }

  .div-block-222.hero_labs {
    width: auto;
    position: relative;
    top: 0;
  }

  .div-block-223 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    margin-top: 16px;
    display: none;
  }

  .heading-168 {
    font-size: 28px;
    line-height: 34px;
  }

  .heading-178 {
    text-align: center;
    width: 300px;
    font-size: 14px;
  }

  .div-block-157 {
    width: auto;
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-227 {
    height: auto;
  }

  .heading-169 {
    width: auto;
    margin-top: 10px;
  }

  .heading-169._01 {
    width: auto;
    margin-top: 10px;
    font-family: 'Jost', sans-serif;
  }

  .heading-196 {
    margin-bottom: 0;
    font-family: 'Jost', sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
  }

  .heading-196._02 {
    margin-bottom: 0;
    font-family: 'Jost', sans-serif;
  }

  .div-block-158 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    display: none;
  }

  .image-139 {
    width: 100%;
    position: static;
  }

  .image-139._01 {
    object-fit: cover;
    width: 100%;
    position: static;
  }

  .image-139._02, .image-139._2nd-img {
    width: auto;
  }

  .image-139._1st_image {
    object-fit: cover;
    width: 100%;
    position: static;
  }

  .image-139._2nd-img_new {
    width: auto;
  }

  .image-139.founders {
    object-fit: cover;
    width: 100%;
    position: static;
  }

  .whi-it-for-para {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    display: none;
  }

  .div-block-159 {
    background-color: #36363633;
    border-color: #ffffff1a;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: auto;
    max-width: none;
    height: 350px;
    padding: 16px;
  }

  .section-77 {
    height: 2000px;
    padding: 60px 20px;
  }

  .section-77._02 {
    height: 650px;
  }

  .section-77._01 {
    height: 750px;
  }

  .div-block-230 {
    width: auto;
    padding-top: 0;
  }

  .heading-197 {
    font-family: 'Jost', sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
  }

  .heading-170 {
    margin-left: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-162 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    padding-left: 0;
  }

  .div-block-163 {
    position: static;
  }

  .div-block-163.discover {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: 80%;
    left: auto;
  }

  .div-block-163.blueprint {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: 80%;
    right: auto;
  }

  .div-block-163.modernize {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: 80%;
    left: auto;
  }

  .div-block-163.innovation {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: 80%;
    right: auto;
  }

  .div-block-163.confident {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: 80%;
    left: auto;
  }

  .div-block-161 {
    min-height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .div-block-233 {
    width: auto;
  }

  .get-started-gradient {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .heading-199 {
    font-family: 'Jost', sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
  }

  .div-block-171 {
    overflow: hidden;
  }

  .card-3 {
    overflow: visible;
  }

  .section-80 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .get-started {
    border-color: #515153;
    width: 100%;
  }

  .div-block-167 {
    flex-flow: column;
    display: none;
  }

  .card-2 {
    overflow: visible;
  }

  .card-1 {
    background-color: #131212;
    overflow: visible;
  }

  .gradient-inner-card {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .heading-172 {
    line-height: 26px;
  }

  .paragraph-29 {
    line-height: 22px;
  }

  .paragraph-31 {
    line-height: 22px;
  }

  .heading-176 {
    line-height: 22px;
  }

  .section-81 {
    justify-content: center;
    align-items: center;
    height: 60vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-81.relabs {
    padding-left: 20px;
  }

  .section-81.relabs-2 {
    height: 60vh;
    padding-left: 20px;
  }

  .div-block-172 {
    width: auto;
  }

  .heading-177 {
    margin-bottom: 16px;
    font-size: 36px;
  letter-spacing: -0.01em;
    font-weight: 500;
    line-height: 44px;
  }

  .paragraph-33 {
    width: auto;
    margin-top: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .restratergy-book-call {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .space-section {
    height: 60px;
  }

  .image-157 {
    display: block;
  }

  .image-157._02 {
    display: none;
  }

  .div-block-238 {
    width: 800px;
    height: 400px;
  }

  .heading-202 {
    font-size: 14px;
    line-height: 18px;
  }

  .heading-202._02 {
    width: 120px;
  }

  .heading-202._03 {
    width: 140px;
  }

  .loop-block._01 {
    padding: 0;
    top: 12%;
    bottom: auto;
    left: 30%;
  }

  .loop-block._02 {
    padding: 0;
    bottom: 5%;
    left: 30%;
  }

  .loop-block._03 {
    padding: 0;
    top: 8%;
    right: 27%;
  }

  .loop-block._04 {
    padding: 0;
    bottom: 13%;
    right: 27%;
  }

  .image-158 {
    width: 24px;
  }

  .relabs {
    padding-left: 5px;
  }

  .relabs._01 {
    padding-left: 0;
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
  }

  .eplore_services_button-relabs {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .relabs-purpose-text {
    width: 350px;
    font-size: 32px;
    line-height: 38px;
  }

  .section-93 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-style-h3.text-color-primary {
    font-size: 1.2rem;
  }

  .text-size-regular.text-color-primary {
    font-size: .8rem;
    line-height: 1.2em;
  }

  .card-right {
    width: 100%;
    height: 320px;
    padding: 20px 20px 10px;
  }

  .card-right._01 {
    padding-top: 34px;
  }

  .hero_card-wrapper {
    display: none;
  }

  .card-left {
    width: 100%;
    height: 240px;
  }

  .stacking-card.is--fifth, .stacking-card.is--second, .stacking-card.is--first, .stacking-card.is--sixth, .stacking-card.is--fourth, .stacking-card.is--third {
    flex-flow: column;
    height: 600px;
  }

  .image-159 {
    object-fit: cover;
    object-position: 50% 40%;
  }

  .image-159._01 {
    object-position: 50% 10%;
  }

  .section-94 {
    padding: 60px 20px 70px;
  }

  .grid-1 {
    width: 95%;
    margin-top: 0;
  }

  .div-block-240 {
    padding: 12px 0;
  }

  .div-block-241 {
    height: auto;
  }

  .heading-204._01, .heading-204._02, .heading-204._03 {
    font-size: 12px;
    line-height: 18px;
  }

  .heading-205 {
    font-family: 'Jost', sans-serif;
  }

  .reacdemy-hero-title {
    width: 360px;
    font-size: 40px;
  }

  .reacademy {
    font-weight: 500;
  }

  .eplore_services_button-reacademy {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .reacademy-purpose-text {
    width: 320px;
    font-size: 28px;
    line-height: 34px;
  }

  .section-95 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .learning-pat-reacademy {
    width: auto;
  }

  .div-block-247 {
    width: 100%;
    margin-top: 40px;
  }

  .div-block-248 {
    width: auto;
  }

  .div-block-249 {
    height: 220px;
  }

  .list-2 {
    padding-left: 20px;
  }

  .div-block-251 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: 100%;
    margin-top: 40px;
    display: flex;
    position: relative;
  }

  .stacking-card-mobile.is--fifth, .stacking-card-mobile.is--second {
    flex-flow: column;
    height: 600px;
  }

  .stacking-card-mobile.is--first {
    flex-flow: column;
    height: auto;
    margin-bottom: 2rem;
    position: static;
  }

  .stacking-card-mobile.is--sixth, .stacking-card-mobile.is--fourth, .stacking-card-mobile.is--third {
    flex-flow: column;
    height: 600px;
  }

  .image-160 {
    border-radius: 4px;
    width: 36px;
  }

  .rrestrategergy-purpose-text {
    width: 300px;
    font-size: 28px;
    line-height: 34px;
  }

  .div-block-253 {
    width: 350px;
    margin-top: 20px;
  }

  .div-block-254._01 {
    width: 380px;
    top: -12%;
  }

  .div-block-254._02 {
    width: 380px;
    top: -24%;
  }

  .div-block-254._03 {
    width: 380px;
    top: -36%;
  }

  .div-block-254.first {
    width: 380px;
  }

  .div-block-254._04 {
    width: 380px;
    top: -48%;
  }

  .div-block-255 {
    min-height: 100vh;
  }

  .heading-209 {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-209.scaling {
    left: 8%;
  }

  .heading-209.building {
    right: 5%;
  }

  .heading-209.untangling {
    bottom: 17%;
    left: 8%;
  }

  .heading-209.rethinking {
    bottom: 30%;
    right: 6%;
  }

  .if-your-are {
    width: auto;
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
  }

  .complex-systems {
    width: auto;
    font-size: 34px;
    line-height: 44px;
  }

  .div-block-257 {
    min-height: 100vh;
  }

  .heading-210 {
    text-align: center;
    font-size: 28px;
    line-height: 32px;
  }

  .div-block-258 {
    min-height: 100vh;
  }

  .div-block-259 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-substitle {
    background-color: #141414;
    border-radius: 0 0 8px 8px;
    height: 100%;
    margin-top: 0;
    padding: 8px;
  }

  .team-heading {
    font-size: 16px;
    line-height: 22px;
  }

  .team-substitle_inner {
    margin-top: 5px;
    font-family: 'Geist Mono', monospace;
    font-size: 12px;
    line-height: 18px;
  }

  .team_reveriext.hide {
    padding: 40px 20px;
  }

  .div-block-260 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
  }

  .heading-211 {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-212 {
    margin-top: 8px;
    font-size: 14px;
  }

  .team_memeber {
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .image-162 {
    width: 48px;
  }

  .board-members.hide {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-265 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 20px;
  }

  .heading-214 {
    font-size: 16px;
  }

  .heading-215 {
    font-size: 14px;
  }

  .div-block-270 {
    border-radius: 10px;
    width: 90%;
    display: none;
    left: 4%;
  }

  .restrategy_button {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    margin-top: 16px;
    display: block;
  }

  .mobile-pricing-plan {
    flex-flow: column;
    margin-top: 40px;
    display: flex;
  }

  .view-features {
    color: #fff;
    margin-top: 0;
  }

  .view-features.hide {
    opacity: 0;
    position: absolute;
  }

  .div-block-272 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    cursor: pointer;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    display: flex;
    position: relative;
  }

  .div-block-273 {
    background-color: #3f3f45;
    width: 100%;
    height: .5px;
    margin-top: 30px;
  }

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

  .front-inner-mobile {
    border-style: none;
    position: relative;
  }

  .front-inner-mobile._02 {
    width: auto;
    margin-top: 0;
  }

  .name-title-mobile {
    background-color: #141414;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
    padding: 8px;
    position: static;
  }

  .div-block-277 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    width: 100%;
  }

  .back-inner-mobile {
    border-style: none;
    margin-top: 24px;
    padding: 0;
    position: static;
  }

  .image-169 {
    width: 20px;
  }

  .div-block-278 {
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    display: flex;
  }

  .div-block-279, .div-block-280 {
    border-radius: 10px;
    width: 90%;
    display: none;
    left: 4%;
  }

  .div-block-223-relabs, .div-block-223-reacademy {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    margin-top: 16px;
    display: block;
  }

  .relabs-book-call, .reacademy-book-call {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .mobile-hero-image {
    margin-top: -98px;
    display: block;
  }

  .mobile-hero-image._01 {
    transform: scale(1.1);
  }

  .about-usbutton {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    margin-top: 16px;
    display: flex;
  }

  .image-170 {
    border-radius: 4px;
  }

  .join-the-team {
    width: 100%;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-171 {
    transform: scale(1.3);
  }

  .flip-button {
    background-color: #fff;
    border-radius: 37px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    display: flex;
    position: absolute;
    inset: 4% 4% auto auto;
  }

  .board-member-linkedin {
    width: 20px;
    display: block;
  }

  .board-member-linkedin._02 {
    width: 20px;
  }

  .board-member-linkedin-mobile {
    display: none;
    position: absolute;
    inset: 4% 4% auto auto;
  }

  .div-block-282 {
    flex-flow: column;
    display: flex;
  }

  .heading-216 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-decoration: underline;
  }

  .div-block-283 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .ai-first {
    width: 300px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .our-vision-text {
    width: auto;
    font-size: 14px;
  }

  .our-vision-text.mission {
    width: auto;
    min-width: auto;
  }

  .div-block-284 {
    width: 100%;
    height: auto;
    margin-top: 0;
    display: block;
  }

  .slide {
    height: auto;
  }

  .slider {
    background-color: #ddd0;
    width: 100%;
    height: 100%;
    display: block;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .mask {
    height: 500px;
  }

  .mask._02 {
    width: 100%;
    height: 600px;
  }

  .mask._03 {
    height: 300px;
  }

  .slide-nav {
    inset: auto 0% 12%;
  }

  .slide-nav._02 {
    bottom: -3%;
  }

  .slide-nav._03 {
    bottom: 4%;
  }

  .div-block-285 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-172 {
    border-radius: 6px;
  }

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

  .div-block-287 {
    display: none;
  }

  .final-head {
    text-align: center;
    font-size: 12px;
  }

  .div-block-288 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .link-block-35, .link-block-36 {
    text-decoration: none;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_52aaf144-f973-a96d-1e4a-ab806ab3430f-0ce39b2b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

/* ════════════════════════════════════════════════════════════════════
   MOBILE NAV REBOOT  —  consolidated override for all ≤991px
   Fixes: broken icon toggle, left-aligned links, white/inconsistent
   bg, missing animations. Applies to all breakpoints via one block.
════════════════════════════════════════════════════════════════════ */
@media screen and (max-width: 991px) {

  /* ── 1. Navbar wrapper bar ─────────────────────────────────────── */
  .navbar-wrapper-2 {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    z-index: 1050 !important;
    background-color: transparent !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: stretch !important;
    transition: background-color 0.3s ease !important;
    transform: none !important;
    inset: 0 auto auto !important;
  }

  .navbar-wrapper-2.nav-scrolled {
    background-color: rgba(0, 0, 0, 0.85) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    backdrop-filter: blur(10px) !important;
  }

  /* ── 2. Inner container ─────────────────────────────────────────── */
  .navbar-container {
    background: transparent !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 16px 20px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  /* ── 3. Full-screen menu overlay ──────────────────────────────── */
  .nav-menu-8 {
    position: fixed !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    background-color: rgba(0, 0, 0, 0.97) !important;
    -webkit-backdrop-filter: blur(24px) !important;
    backdrop-filter: blur(24px) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 1040 !important;
    padding: 80px 24px 40px !important;
    /* Hidden state */
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(-12px) scale(0.99) !important;
    transition: opacity 0.35s ease, transform 0.35s ease,
                visibility 0s linear 0.35s !important;
  }

  .nav-menu-8.w--open {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) scale(1) !important;
    transition: opacity 0.35s ease, transform 0.35s ease,
                visibility 0s linear 0s !important;
  }

  /* ── 4. Nav links container — centered ────────────────────────── */
  .navmenu-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    padding: 0 !important;
    width: auto !important;
    position: static !important;
    top: auto !important;
    grid-column-gap: 0 !important;
    grid-row-gap: 0 !important;
  }

  /* ── 5. Individual nav links — large, centered ─────────────────── */
  .nav-link-14 {
    font-family: 'Jost', sans-serif !important;
    font-size: 44px !important;
    font-weight: 500 !important;
    letter-spacing: -0.02em !important;
    line-height: 1.1 !important;
    color: rgba(255, 255, 255, 0.5) !important;
    text-align: center !important;
    padding: 10px 32px !important;
    text-decoration: none !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    margin: 0 !important;
    display: block !important;
    transition: color 0.2s ease !important;
  }

  .nav-link-14:hover {
    color: #fff !important;
    background-color: transparent !important;
  }

  .nav-link-14.w--current {
    color: #fff !important;
    background-color: transparent !important;
  }

  /* ── 6. Contact Us CTA — centered below links ──────────────────── */
  .link-block-16 {
    margin-top: 40px !important;
    display: flex !important;
    justify-content: center !important;
    position: static !important;
  }

  .div-block-79-mobile {
    position: static !important;
    width: auto !important;
    inset: auto !important;
  }

  /* ── 7. Hamburger button — icon only, no circle ───────────────── */
  .menu-button-6 {
    position: relative !important;
    z-index: 1060 !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    border-radius: 0 !important;
    overflow: visible !important;
    cursor: pointer !important;
  }

  .menu-button-6:hover {
    background: none !important;
    border: none !important;
  }

  .menu-button-6.w--open {
    z-index: 1060 !important;
    background: none !important;
    border: none !important;
  }

  /* ── 8. Icon toggle: hamburger ↔ × ────────────────────────────── */
  .image-19 {
    width: 18px !important;
    height: 18px !important;
    display: block !important;
    opacity: 1 !important;
    position: relative !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
    transition: opacity 0.2s ease !important;
  }

  /* × icon: absolutely centered inside the 40px circle */
  .cloase-mobile {
    width: 18px !important;
    height: 18px !important;
    display: block !important;
    opacity: 0 !important;
    position: absolute !important;
    top: 11px !important;   /* (40px - 18px) / 2 */
    left: 11px !important;  /* (40px - 18px) / 2 */
    margin: 0 !important;
    transition: opacity 0.2s ease !important;
  }

  /* When open: hide hamburger, show × */
  .menu-button-6.w--open .image-19 {
    opacity: 0 !important;
  }

  .menu-button-6.w--open .cloase-mobile {
    opacity: 1 !important;
  }

  /* ── 9. Logo — fixed height so it has visual weight ────────────── */
  .link-block-14 {
    position: relative !important;
    z-index: 1060 !important;
  }

  .icon-logo {
    height: 18px !important;   /* matches the 18px icon size */
    width: auto !important;
    max-width: none !important;
    min-width: unset !important;
  }
}

@supports (height: 100svh) {
  @media screen and (max-width: 479px) {
    .section-75 {
      height: 100svh;
    }

    .div-block-237,
    .div-block-237._02,
    .div-block-237._03 {
      top: auto !important;
      bottom: calc(env(safe-area-inset-bottom) * -1) !important;
      height: 34svh !important;
      min-height: 230px !important;
      max-height: 300px !important;
    }

    .div-block-237 .image-157,
    .div-block-237._02 .image-157,
    .div-block-237._03 .image-157 {
      width: 118% !important;
      height: 100% !important;
      max-height: none !important;
      left: 50% !important;
      right: auto !important;
      transform: translateX(-50%) !important;
      object-fit: cover !important;
      object-position: center bottom !important;
    }
  }
}

@supports (height: 100dvh) {
  @media screen and (max-width: 479px) {
    .section-75 {
      height: 100dvh;
    }

    .div-block-237,
    .div-block-237._02,
    .div-block-237._03 {
      height: 34dvh !important;
    }
  }
}
