@charset "UTF-8";
body {
  height: 100vh !important;
  overflow: hidden;
}

body.start {
  height: auto !important;
  overflow-y: unset;
}

.ov {
  overflow: hidden;
}

html {
  overflow: hidden;
}

.index1 {
  height: calc(100vh + 800px);
  position: relative;
}
.index1 .fix {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
  z-index: 1;
}
.index1 .fix .first_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.index1 .fix .first_bg:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
  pointer-events: none;
}
.index1 .fix .container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-top: 35vh;
  padding-left: 32px;
  padding-right: 32px;
}
.index1 .fix .container .hero-title-reveal {
  font-size: clamp(28.8px, 3.6vw, 50.4px);
  line-height: 1.05;
  margin: 0 0 20px;
  letter-spacing: -0.02em;
  color: white;
  text-align: center;
}
.index1 .fix .container .hero-title-reveal.animate .hero-word {
  opacity: 1;
  transform: translateY(0);
}
.index1 .fix .container .hero-title-reveal.animate .hero-word:first-child {
  transition-delay: 0.05s;
}
.index1 .fix .container .hero-title-reveal.animate .hero-word:nth-child(2) {
  transition-delay: 0.12s;
}
.index1 .fix .container .hero-title-reveal.animate .hero-word:nth-child(3) {
  transition-delay: 0.19s;
}
.index1 .fix .container .hero-title-reveal.animate .hero-word:nth-child(4) {
  transition-delay: 0.26s;
}
.index1 .fix .container .hero-title-reveal.animate .hero-word:nth-child(5) {
  transition-delay: 0.33s;
}
.index1 .fix .container .hero-title-reveal.animate .hero-subtitle-reveal {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.55s;
}
.index1 .fix .container .hero-title-reveal .hero-word + .hero-word {
  margin-left: 0.1em;
}
.index1 .fix .container .hero-title-reveal .hero-word {
  opacity: 0;
  transform: translateY(30px);
  display: inline-block;
  transition: opacity 0.32s ease, transform 0.32s ease;
}
.index1 .fix .container .hero-title-reveal .hero-word:first-child {
  transition-delay: 0.33s;
}
.index1 .fix .container .hero-title-reveal .hero-word:nth-child(2) {
  transition-delay: 0.26s;
}
.index1 .fix .container .hero-title-reveal .hero-word:nth-child(3) {
  transition-delay: 0.19s;
}
.index1 .fix .container .hero-title-reveal .hero-word:nth-child(4) {
  transition-delay: 0.12s;
}
.index1 .fix .container .hero-title-reveal .hero-word:nth-child(5) {
  transition-delay: 0.05s;
}
.index1 .fix .container .hero-title-reveal .hero-subtitle-reveal {
  display: block;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition-delay: 0s;
}

.index2 {
  padding-top: 80px;
  padding-bottom: 160px;
}
.index2 .wrap {
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 32px;
}
.index2 .wrap .perspective-intro {
  width: 100%;
  position: relative;
  display: flex;
  margin-top: 300px;
  justify-content: center;
  text-align: center;
  margin-bottom: 40px;
  min-height: 70vh;
  overflow: visible;
}
.index2 .wrap .perspective-intro .glow {
  position: absolute;
  width: min(100vw, 5000px);
  height: min(100vw, 5000px);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(circle closest-side, rgba(8, 106, 201, 0.4) 0%, rgba(8, 106, 201, 0.12) 42%, transparent 80%);
  opacity: 0.75;
}
.index2 .wrap .perspective-intro .glow:first-child {
  left: 0;
  bottom: -20%;
  transform: translate(-10%, 18%);
}
.index2 .wrap .perspective-intro .glow:nth-child(2) {
  right: 0;
  top: 6%;
  transform: translate(26%, -12%);
}
.index2 .wrap .perspective-intro .perspective-text {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: auto;
  font-size: clamp(35px, 5vw, 70px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  max-width: 1000px;
  background: linear-gradient(90deg, #00ffd5 0%, #00c8ff 30%, #0056FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.index2 .wrap .perspective-intro .perspective-text .word {
  transition: color 0.1s ease, opacity 0.1s ease;
  padding-bottom: 0.1em;
}
.index2 .wrap .split-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
  align-items: flex-start;
}
.index2 .wrap .split-layout .split-left {
  display: flex;
  justify-content: flex-start;
  width: fit-content;
}
.index2 .wrap .split-layout .split-left .video-placeholder {
  width: 100%;
  height: 100%;
  max-width: clamp(500px, 70vw, 1000px);
  aspect-ratio: 1 / 1;
  background: #111;
  border-radius: 30px;
  overflow: hidden;
  display: center;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-left: 0;
  margin-right: auto;
}
.index2 .wrap .split-layout .split-left .video-placeholder video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.index2 .wrap .split-layout .split-right {
  font-family: inherit;
}
.index2 .wrap .split-layout .split-right .item {
  max-width: 800px;
  padding: 70px 26px 90px;
  margin: auto;
}
.index2 .wrap .split-layout .split-right .item .panel {
  margin: 0;
  font-size: clamp(20px, 3vw, 40px);
  font-weight: bold;
  letter-spacing: -0.01em;
  background: linear-gradient(90deg, #00ffd5 0%, #00c8ff 30%, #0056FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 0.15em;
  color: transparent;
  width: fit-content;
}
.index2 .wrap .split-layout .split-right .item .panel2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(16px, 2vw, 28px);
  line-height: 1.55;
  max-width: 52ch;
  padding-top: 12px;
}

.index3 {
  position: relative;
  overflow: hidden;
  height: 100vh;
  min-height: 1100px;
  z-index: 1;
  padding: 300px 0;
}
.index3 .common_bg {
  object-fit: cover;
}

.index3 .platform-background {
  width: 100%;
  height: 100%;
  object-position: center;
}
.index3:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.54) 16%,
    rgba(0, 0, 0, 0.30) 42%,
    rgba(0, 0, 0, 0.46) 68%,
    rgba(0, 0, 0, 0.69) 88%,
    #000 100%
  );
  pointer-events: none;
  z-index: 1;
}
.index3 .container {
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 32px;
  position: relative;
  z-index: 2;
  display: block;
  height: 100%;
}
.index3 .container .layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
  align-items: flex-start;
}
.index3 .container .layout .features {
  position: absolute;
  left: 32px;
  bottom: -50PX;
  transform: translateY(40px);
  max-width: 1200px;
  text-align: left;
  opacity: 0;
  transition: opacity .7s ease-out, transform .7s ease-out;
}
.index3 .container .layout .features.aos-animate {
  opacity: 1;
  transform: translateY(0);
}
.index3 .container .layout .features .up {
  margin-bottom: 32px;
}
.index3 .container .layout .features .up .section-brand {
  color: #fff;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.12;
  margin-bottom: 18px;
}
.index3 .container .layout .features .up .features-logo {
  display: block;
  height: clamp(24px, 2vw, 30px);
  margin-left: 0;
  width: auto;
  margin-bottom: 40px;
  object-fit: contain;
}
.index3 .container .layout .features .up h2 {
  font-size: clamp(20px, 2.5vw, 32px);
  font-weight: 600;
  letter-spacing: 0;
  color: #fff;
  margin: 0 0 12px;
  line-height: 1.25;
}
.index3 .container .layout .features .up p {
  margin: 0;
  color: #d4d4d8;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}
.index3 .container .layout .features .checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: clamp(12px, 1.4vw, 20px);
  color: #a1a1aa;
}
.index3 .container .layout .features .checklist .list {
  position: relative;
}
.index3 .container .layout .features .checklist .list:before {
  content: "▹";
  margin-right: 1px;
  color: #f5f5f5;
}

.index4 {
  position: relative;
  overflow: hidden;
  aspect-ratio: 8 / 10;
  width: 100%;
  padding: 300px 0;
}
.index4 .bg_move {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  overflow: hidden;
  z-index: 0;
}
.index4 .bg_move:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0000004d;
  pointer-events: none;
  z-index: 1;
}
.index4 .bg_move canvas {
  position: absolute;
  top: 100px;
  left: 0;
}
.index4 .container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  padding-top: 15%;
  min-height: 100%;
  max-width: min(90%, 1500px);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 32px;
}
.index4 .container .products-copy {
  position: absolute;
  top: 5%;
  left: 5%;
  max-width: clamp(300px, 32vw, 500px);
  z-index: 2;
  opacity: 0;
  transform: translate(60px);
  transition: opacity .7s ease-out, transform .7s ease-out;
}
.index4 .container .products-copy h3 {
  margin: 0 0 16px;
  font-size: clamp(20px, 2.8vw, 40px);
  font-weight: 600;
  letter-spacing: -.01em;
  color: #fff;
  line-height: 1.3;
}
.index4 .container .products-copy p {
  margin: 0;
  font-size: clamp(12px, 1.1vw, 16px);
  line-height: 1.6;
  color: var(--muted);
  max-width: clamp(300px, 30vw, 430px);
}
.index4 .container .products-video {
  position: absolute;
  right: 5%;
  top: 15%;
  width: clamp(300px, 32vw, 500px);
  z-index: 10;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px #00000080;
  opacity: 0;
  transform: translate(-60px);
  transition: opacity .7s ease-out, transform .7s ease-out;
}
.index4 .container .products-video video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
.index4 .container .products-video2 {
  position: absolute;
  right: 5%;
  top: 60%;
  width: clamp(300px, 32vw, 500px);
  max-width: 680px;
  z-index: 10;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px #00000080;
  opacity: 0;
  transform: translate(-60px);
  transition: opacity .7s ease-out, transform .7s ease-out;
}
.index4 .container .products-video2 video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
.index4 .container .products-video3 {
  position: absolute;
  right: 5%;
  bottom: -280PX;
  top: auto;
  width: clamp(300px, 32vw, 500px);
  max-width: 680px;
  z-index: 10;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px #00000080;
  opacity: 0;
  transform: translate(-60px);
  transition: opacity .7s ease-out, transform .7s ease-out;
}
.index4 .container .products-video3 video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
.index4 .container .products-signals {
  position: absolute;
  left: 5%;
  top: 40%;
  max-width: clamp(300px, 32vw, 500px);
  z-index: 2;
  opacity: 0;
  transform: translate(60px);
  transition: opacity .7s ease-out, transform .7s ease-out;
}
.index4 .container .products-signals .headline h3 {
  margin: 0 0 12px;
  font-size: clamp(20px, 2.8vw, 40px);
  font-weight: 600;
  letter-spacing: -.01em;
  color: #fff;
  line-height: 1.3;
}
.index4 .container .products-signals .headline p {
  margin: 0 0 19px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--muted);
}
.index4 .container .products-signals .signals {
  background: #00000080;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 16px 19px;
  max-width: clamp(300px, 30vw, 430px);
}
.index4 .container .products-signals .signals span {
  display: block;
  font-size: 14px;
  color: #fff9;
  margin-bottom: 10px;
}
.index4 .container .products-signals .signals ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.index4 .container .products-signals .signals ul li {
  font-size: 15px;
  line-height: 1.7;
  color: #ffffffd9;
  padding-left: 16px;
  position: relative;
}
.index4 .container .products-signals .signals ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #60a5fa;
}
.index4 .container .products-insight {
  position: absolute;
  left: 5%;
  bottom: 5%;
  max-width: clamp(300px, 32vw, 500px);
  z-index: 2;
  opacity: 0;
  transform: translate(60px);
  transition: opacity .7s ease-out, transform .7s ease-out;
}
.index4 .container .products-insight h3 {
  margin: 0 0 9px;
  font-size: clamp(20px, 2.8vw, 40px);
  font-weight: 600;
  letter-spacing: -.01em;
  color: #fff;
  line-height: 1.3;
}
.index4 .container .products-insight p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  color: var(--muted);
  max-width: clamp(300px, 30vw, 430px);
}

.ov {
  margin-top: -2500px;
  padding-top: 2500px;
}

.index5 {
  --geo-title-size: clamp(24px, 3.2vw, 40px);
  overflow: clip;
  width: 100%;
  position: relative;
  z-index: 10;
  pointer-events: none;
}
.index5 .wrap {
  position: relative;
  z-index: 10;
  min-height: 60vh;
  padding: 160px 0 0;
  pointer-events: auto;
}
.index5 .wrap .glow {
  position: absolute;
  width: min(100vw, 5000px);
  height: min(100vw, 5000px);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(circle closest-side, rgba(8, 106, 201, 0.4) 0%, rgba(8, 106, 201, 0.12) 42%, transparent 80%);
  opacity: .75;
}
.index5 .wrap .glow.glow-left {
  left: 0;
  top: 90%;
  transform: translate(-40%, -50%);
  width: min(500vw, 3500px);
  height: min(500vw, 3500px);
  opacity: .75;
  z-index: 0;
}
.index5 .wrap .container {
  position: relative;
  padding: 0 32px;
  min-height: 100%;
  max-width: min(90%, 1500px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}
.index5 .wrap .container .left {
  left: calc(5vw - 32px);
  position: relative;
  width: min(100%, 650px);
}
.index5 .wrap .container .left h2 {
  font-size: clamp(38px, 4.4vw, 58px);
  font-weight: 700;
  line-height: 1.08;
  max-width: none;
  white-space: nowrap;
  margin: 0 0 20px;
  color: #fff;
}
.index5 .wrap .container .left .section-kicker {
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 500;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 16px;
}
.index5 .wrap .container .left h3 {
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 600;
  line-height: 1.2;
  max-width: 600px;
  margin: 0 0 18px;
  color: #fff;
}
.index5 .wrap .container .left p {
  font-size: 18px;
  color: #F4F6F9;
  max-width: 560px;
  line-height: 1.45;
}
.index5 .wrap .container .left .explore-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease;
}
.index5 .wrap .container .left .explore-button:hover,
.index5 .wrap .container .left .explore-button:focus-visible {
  color: #03152a;
  background: #fff;
  border-color: #fff;
}
.index5 .wrap .container .right {
  width: 640px;
  height: 640px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 300px;
  z-index: -1;
  justify-self: start;
}
.index5 .wrap .container .right .geosection-video {
  width: 100%;
  max-width: 100%;
  max-height: 50vh;
  transform: translate(10%) scale(1.3);
  transform-origin: center center;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 12px;
}

.index6 {
  min-height: 80vh;
  padding: 300px 0 0;
}
.index6 .container {
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 32px;
}
.index6 .container .title .p1 {
  width: 1100px;
  position: relative;
  z-index: 1;
  font-size: 60px;
  line-height: 1.2;
  margin: 0 auto 24px;
  max-width: clamp(600px, 85vw, 1100px);
  font-weight: 600;
  letter-spacing: -0.02em;
  background: linear-gradient(90deg, #00ffd5 0%, #00c8ff 30%, #0056ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-align: center;
}
.index6 .container .title .p1 .word {
  padding-bottom: .1em;
}
.index6 .container .title .p2 {
  position: relative;
  z-index: 1;
  font-size: 20px;
  line-height: 1.6;
  margin: 0 auto;
  max-width: clamp(400px, 50vw, 800px);
  color: #a1a1aa;
  text-align: center;
}
.index6 .container .video {
  margin: 80px auto 0;
  width: 100%;
  max-width: 600px;
  border-radius: 20px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 30px 90px #000c;
  border: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s ease-out, transform .8s ease-out;
}
.index6 .container .video video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .index1 .fix .container .hero-title-reveal {
    font-size: clamp(26.4px, 8.4vw, 36px);
  }

  .index1 .fix .container .hero-title-reveal .hero-word + .hero-word {
    margin-left: 0;
  }

  .index1 .fix .container .hero-title-reveal .hero-word + .hero-word {
    margin-left: .1em;
  }

  .index1 .fix .container {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 32svh;
  }

  .index2 .wrap .perspective-intro .perspective-text {
    max-width: 100%;
    font-size: clamp(32px, 10vw, 44px);
    line-height: 1.15;
  }

  .index2 .wrap .perspective-intro {
    align-items: center;
    margin-top: 0;
    margin-bottom: 72px;
    min-height: 100svh;
    padding: 32px 0;
  }

  .index2 .wrap .perspective-intro .perspective-text {
    width: 100%;
  }

  .index2 .wrap {
    max-width: 100%;
    padding: 0 16px;
  }

  .index2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .index2 .wrap .split-layout {
    display: block;
  }

  .index2 .wrap .split-layout .split-left {
    width: 100%;
  }

  .index2 .wrap .split-layout .split-left .video-placeholder {
    max-width: 100%;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 20px;
  }

  .index2 .wrap .split-layout .split-right .item {
    max-width: 100%;
    padding: 32px 0 40px;
  }

  .index2 .wrap .split-layout .split-right .item .panel {
    font-size: clamp(24px, 7vw, 32px);
  }

  .index2 .wrap .split-layout .split-right .item .panel2 {
    padding-top: 0;
  }

  .index2 .wrap .split-layout .split-right {
    margin: 30px 0 0;
  }

  .index3 {
    height: auto;
    min-height: 100svh;
    display: flex;
    align-items: flex-end;
    padding: 0 0 96px 0;
  }

  .index3 .container .layout .features {
    opacity: 1;
    transform: translate(0);
  }

  .index3 .container {
    padding: 0 5%;
  }

  .index3 .container .layout .features {
    left: 0;
  }

  .index3 .container .layout .features .checklist {
    font-size: 16px;
  }

  .index4 {
    padding: 0;
  }

  .index4 .container {
    padding: 100px 0;
    flex-direction: column;
    gap: 40px;
  }

  .index4 .container .products-copy {
    opacity: 1;
    transform: translate(0);
    left: 0;
    position: relative;
    top: 0;
  }

  .index4 .container .products-video {
    opacity: 1;
    transform: translate(0);
    position: relative;
    right: unset;
    top: 0;
  }

  .index4 .container {
    align-items: unset;
    display: block;
  }

  .index4 .container .products-video {
    width: 100%;
    aspect-ratio: 1500/450;
    margin: 104px 0 0 0;
  }

  .index4 .container .products-signals {
    opacity: 1;
    transform: translate(0);
    left: 0;
    position: relative;
    top: 0;
    margin: 104px 0 0 0;
  }

  .index4 .container .products-signals .signals ul li {
    font-size: 13px;
  }

  .index4 .container .products-video2 {
    opacity: 1;
    transform: translate(0);
    position: relative;
    right: unset;
    top: 0;
    margin: 104px 0 0 0;
    aspect-ratio: 1500/700;
    width: 100%;
  }

  .index4 .container .products-insight {
    opacity: 1;
    transform: translate(0);
    left: 0;
    position: relative;
    top: 0;
    margin: 104px 0 0 0;
    font-size: clamp(28px, 8vw, 36px);
  }

  .index4 .container .products-video3 {
    opacity: 1;
    transform: translate(0);
    position: relative;
    right: unset;
    top: 0;
    width: 100%;
    margin: 104px 0 0 0;
    aspect-ratio: 1500/800;
  }

  .ov {
    margin-top: 0;
    padding-top: 0;
  }

  .index5 {
    --geo-title-size: clamp(22px, 7vw, 30px);
  }

  .index5 .wrap {
    min-height: unset;
    padding: 50px 0 0 0;
  }

  .index5 .wrap .container {
    padding: 0;
    flex-direction: column;
  }

  .index5 .wrap .container .left {
    left: 0;
    text-align: center;
    width: 100%;
  }

  .index5 .wrap .container .left h2 {
    font-size: clamp(30px, 9vw, 48px);
    max-width: unset;
    white-space: nowrap;
    margin: 0 0 18px;
  }

  .index5 .wrap .container .left .section-kicker {
    font-size: clamp(16px, 4.5vw, 20px);
    margin-bottom: 12px;
  }

  .index5 .wrap .container .left h3 {
    font-size: clamp(22px, 6.5vw, 30px);
    margin-bottom: 14px;
  }

  .index5 .wrap .container .left p {
    font-size: 16px;
  }

  .index5 .wrap .container .left .explore-button {
    margin-top: 22px;
    min-height: 44px;
    padding: 0 18px;
    font-size: 12px;
  }

  .index5 .wrap .container .right {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 30px 0  0;
  }

  .index5 .wrap .container .right .geosection-video {
    width: 100%;
    height: auto;
    transform: none;
  }

  .index6 {
    padding: 0;
    height: 100vh;
    min-height: unset;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .index6 .container .title .p1 {
    width: 100%;
    font-size: clamp(32px, 9vw, 42px);
  }

  .index6 .container {
    padding: 0;
  }

  .index6 .container .title .p2 {
    font-size: 16px;
  }

  .index6 .container .video {
    opacity: 1;
    transform: none;
    margin: 35px auto 0;
    aspect-ratio: 1250 / 350;
  }

  .index2 .wrap .perspective-intro .glow {
    display: none;
  }

  .index3 .container .layout .features .up h2 {
    font-size: clamp(20px, 5.5vw, 24px);
    font-weight: 600;
    line-height: 1.15;
  }

  .index3 .container .layout .features .up .section-brand {
    font-size: clamp(26px, 8vw, 34px);
    margin-bottom: 14px;
  }

  .index3 .container .layout .features .up p {
    font-size: 16px;
    font-weight: 400;
  }

  .index4 .container .products-copy h3 {
    font-size: clamp(28px, 8vw, 36px);
    margin: 0;
  }

  .index4 .container .products-copy p {
    font-size: 16px;
  }

  .index4 .container .products-signals .headline h3 {
    font-size: clamp(28px, 8vw, 36px);
    margin: 0;
  }

  .index4 .container {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .index4 .container .products-signals {
    width: 100%;
    max-width: 100%;
  }

  .index4 .container .products-insight {
    max-width: 100%;
  }

  .index4 .container .products-insight h3 {
    font-size: clamp(28px, 8vw, 36px);
    margin: 0;
  }

  .index4 .container .products-insight p {
    font-size: 16px;
  }

  .index4 .container .products-copy {
    max-width: 100%;
    width: 100%;
  }

  .index4 .container .products-copy p {
    max-width: 100%;
    width: 100%;
  }

  .index4 .container .products-insight p {
    max-width: 100%;
  }

  .index6 .container {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .index6 .container .title {
    width: 100%;
  }

  .index6 .container .title .p2 br {
    display: none;
  }
}
