:root {
  --sr-purple: #7a30d8;
  --sr-purple-deep: #6426cf;
  --sr-grainient-slate: #94a3b8;
  --sr-grainient-violet: #5a22c9;
  --sr-yellow: #f5ef52;
  --sr-black: #070612;
  --sr-white: #fff;
  --sr-muted: rgba(255, 255, 255, 0.72);
  --sr-shadow: 0 32px 100px rgba(33, 12, 83, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--sr-purple);
  scroll-behavior: auto;
  width: 100%;
  max-width: 100%;
}

body {
  position: relative;
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background: var(--sr-purple);
  color: var(--sr-white);
  font-family: Inter, Arial, sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

[data-wf-hidden-variation],
[data-wf-hidden-variation] * {
  display: none !important;
}

.w-optimization {
  display: contents;
}

button {
  font: inherit;
}

#platform,
#Case-Studies {
  scroll-margin-top: 140px;
}

.sr-announcement {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  height: 44px;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--sr-black);
  font-size: 14px;
  font-weight: 800;
  pointer-events: auto;
}

.sr-announcement .padding-global-3 {
  width: 100%;
  padding: 0 clamp(20px, 5vw, 88px);
}

.banner7_content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 44px;
}

.paragraph-4 {
  margin: 0;
}

.text-span-18 {
  color: var(--sr-purple);
}

.banner7_close-button {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: rgba(7, 6, 18, 0.06);
  color: rgba(7, 6, 18, 0.7);
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}

.sr-announcement-dismissed .sr-announcement {
  display: none;
}

.sr-announcement-dismissed .sr-nav {
  top: 0;
}

.sr-nav {
  position: fixed;
  z-index: 1100;
  top: 44px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: 88px;
  width: 100%;
  max-width: 100vw;
  padding: 0 clamp(32px, 4.2vw, 86px);
  color: var(--sr-white);
  pointer-events: none;
  overflow: clip;
  isolation: isolate;
}

.sr-nav-container {
  display: grid;
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
  grid-template-columns: minmax(132px, 180px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(24px, 3.3vw, 72px);
  min-width: 0;
}

.sr-nav a,
.sr-nav button,
.sr-nav [role="button"] {
  pointer-events: auto;
}

.sr-brand,
.sr-nav-links,
.sr-nav-actions {
  display: flex;
  align-items: center;
}

.navbar2_content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  align-items: center;
  justify-content: stretch;
  gap: clamp(28px, 4.6vw, 96px);
  min-width: 0;
}

.sr-brand {
  gap: 12px;
  font-size: 22px;
  font-weight: 900;
}

.navbar2_logo {
  display: block;
  width: clamp(132px, 8.7vw, 164px);
  height: auto;
}

.sr-nav-links {
  gap: clamp(24px, 2.85vw, 54px);
  justify-content: center;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(14px, .9vw, 17px);
  font-weight: 800;
  min-width: 0;
  white-space: nowrap;
}

.navbar2_dropdwn-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.navbar2_menu-dropdown {
  position: relative;
  pointer-events: auto;
}

.navbar2_dropdown-list {
  position: fixed;
  z-index: 1120;
  top: 132px;
  left: 50%;
  width: min(940px, calc(100vw - 48px));
  transform: translate3d(-50%, 24px, 0);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 220ms ease,
    transform 220ms ease,
    visibility 0ms linear 220ms;
}

.navbar2_dropdown-list[hidden] {
  display: none !important;
}

.sr-announcement-dismissed .navbar2_dropdown-list {
  top: 88px;
}

.navbar2_menu-dropdown.is-open .navbar2_dropdown-list {
  transform: translate3d(-50%, 0, 0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0ms;
}

.navbar2_banner {
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  color: var(--sr-black);
  box-shadow: 0 34px 90px rgba(20, 4, 62, 0.22);
}

.navbar2_wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 24px;
  padding: 28px;
}

.navbar2_wrapper.child-dropdowns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.navbar2_content-left2,
.navbar2_content-right2 {
  display: grid;
  align-content: start;
  gap: 12px;
}

.navbar2_content-link2 {
  display: grid;
  gap: 4px;
  border-top: 1px solid rgba(15, 15, 26, 0.1);
  padding: 14px 0;
  color: var(--sr-black);
}

.navbar2_content-link2 span {
  font-weight: 900;
}

.navbar2_content-link2 small,
.text-size-tiny {
  color: rgba(15, 15, 26, 0.62);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.dropdown-chevron {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.sr-nav-actions {
  justify-content: flex-end;
  gap: clamp(16px, 1.5vw, 26px);
  font-size: clamp(14px, .9vw, 17px);
  font-weight: 800;
  min-width: max-content;
  white-space: nowrap;
}

.navbar2_link {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
}

.sr-mobile-menu-button {
  display: none;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(7, 6, 18, 0.16);
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
}

.sr-mobile-menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  grid-area: 1 / 1;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.sr-mobile-menu-button span:nth-child(1) {
  transform: translateY(-6px);
}

.sr-mobile-menu-button span:nth-child(3) {
  transform: translateY(6px);
}

.sr-menu-open .sr-mobile-menu-button span:nth-child(1) {
  transform: rotate(45deg);
}

.sr-menu-open .sr-mobile-menu-button span:nth-child(2) {
  opacity: 0;
}

.sr-menu-open .sr-mobile-menu-button span:nth-child(3) {
  transform: rotate(-45deg);
}

.sr-mobile-menu-panel {
  position: fixed;
  z-index: 1090;
  top: 132px;
  right: 20px;
  left: 20px;
  display: grid;
  gap: 4px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(29, 10, 71, 0.94);
  padding: 10px;
  box-shadow: 0 28px 90px rgba(18, 4, 52, 0.34);
  backdrop-filter: blur(18px);
  pointer-events: auto;
}

.sr-mobile-menu-panel[hidden] {
  display: none !important;
}

.sr-mobile-menu-panel a {
  border-radius: 12px;
  padding: 15px 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.sr-mobile-menu-panel a:last-child {
  background: var(--sr-yellow);
  color: var(--sr-black);
}

.sr-announcement-dismissed .sr-mobile-menu-panel {
  top: 88px;
}

.sr-demo,
.sr-primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 56px;
  border-radius: 999px;
  background: var(--sr-yellow);
  color: var(--sr-black);
  padding: 0 clamp(22px, 1.65vw, 32px);
  font-weight: 900;
  white-space: nowrap;
}

.button-text-mask {
  display: grid;
  height: 1.2em;
  overflow: hidden;
}

.button-text-mask > span {
  grid-area: 1 / 1;
}

.button-text-bottom {
  transform: translateY(100%);
}

.sr-hero,
.sr-power,
.sr-horizontal,
.sr-creative,
.sr-brands,
.sr-suite,
.sr-transform,
.sr-final {
  position: relative;
  overflow: clip;
}

.sr-hero,
.sr-power,
.sr-horizontal,
.sr-creative,
.sr-brands {
  isolation: isolate;
}

.sr-power,
.sr-horizontal,
.sr-creative,
.sr-brands {
  background: var(--sr-purple);
}

.sr-power::before,
.sr-horizontal::before,
.sr-creative::before,
.sr-brands::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(148, 163, 184, 0.52), rgba(148, 163, 184, 0) 29%),
    radial-gradient(circle at 84% 22%, rgba(100, 38, 207, 0.76), rgba(100, 38, 207, 0) 34%),
    linear-gradient(112deg, var(--sr-grainient-slate) -18%, var(--sr-purple) 42%, var(--sr-grainient-violet) 105%);
  opacity: 0.96;
  pointer-events: none;
}

.sr-power-sticky,
.horiz-word_top-holder,
.horiz-word_bottom-holder,
.sr-creative-sticky,
.sr-brands-top,
.sr-brands-heading,
.sr-brands-content {
  position: relative;
  z-index: 2;
}

.sr-hero {
  height: 200vh;
  min-height: 200vh;
}

.sr-hero-sticky,
.sr-power-sticky,
.sr-horizontal-sticky,
.sr-creative-sticky,
.sr-brands-sticky {
  position: sticky;
  top: 0;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: clip;
}

.sr-purple-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--sr-purple);
}

.sr-grainient-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.sr-section-grainient-bg {
  width: 100%;
  height: 100%;
}

.sr-grainient-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(148, 163, 184, 0.52), rgba(148, 163, 184, 0) 29%),
    radial-gradient(circle at 84% 22%, rgba(100, 38, 207, 0.76), rgba(100, 38, 207, 0) 34%),
    linear-gradient(112deg, var(--sr-grainient-slate) -18%, var(--sr-purple) 42%, var(--sr-grainient-violet) 105%);
  opacity: 0.28;
}

.sr-grainient-bg .grainient-container {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.sr-grainient-bg canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.sr-hero .sr-grainient-bg,
.sr-power > .sr-grainient-bg {
  opacity: 0.96;
}

.sr-hero-title {
  position: absolute;
  z-index: 5;
  inset: auto 0 auto;
  top: clamp(245px, 28vh, 315px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  max-width: none;
  overflow: visible;
  padding: 0 32px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  will-change: transform, opacity;
}

.sr-hero-title::after {
  display: none;
}

.sr-hero-title h1 {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 0.18em;
  row-gap: 0;
  margin: 0;
  max-width: min(1580px, calc(100vw - 96px));
  color: var(--sr-white);
  font-size: clamp(52px, 4.6vw, 78px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
  white-space: normal;
  transform: none;
}

.display-inlineflex {
  display: inline-flex;
}

.overflow-hidden {
  overflow: hidden;
}

[data-hero-word] {
  display: inline-block;
  overflow-wrap: normal;
  white-space: nowrap;
  word-break: keep-all;
  will-change: transform;
}

.sr-yellow {
  color: var(--sr-yellow);
}

.sr-hero-title p {
  max-width: 720px;
  margin: 28px auto;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 700;
  line-height: 1.34;
}

.sr-primary-button {
  background: var(--sr-white);
}

.sr-hero-showcase {
  position: absolute;
  z-index: 8;
  inset: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
  padding: clamp(25rem, 39vh, 28rem) 5vw 5rem;
  pointer-events: none;
  opacity: 1;
  will-change: opacity;
}

.sr-hero-copy {
  z-index: 4;
  display: flex;
  flex-flow: column;
  align-items: center;
  max-width: 53rem;
  margin: 0 auto 2.25rem;
  text-align: center;
  will-change: transform, opacity;
}

.sr-hero-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(18px, 1.45vw, 23px);
  font-weight: 800;
  line-height: 1.35;
}

.sr-hero-copy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 58px;
  margin-top: 2rem;
  border-radius: 999px;
  background: #fff;
  color: var(--sr-black);
  padding: 0 28px;
  font-weight: 900;
  pointer-events: auto;
}

.sr-hero-image-wrapper {
  position: relative;
  z-index: 3;
  width: min(780px, 50vw);
  min-width: 560px;
  will-change: transform, opacity;
}

.sr-hero-assets {
  position: relative;
  z-index: 3;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 40px 85px rgba(0, 0, 0, 0.25);
}

.sr-hero-assets-bg {
  position: relative;
  z-index: 0;
  display: none;
  width: 100%;
  height: auto;
}

.sr-hero-video {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  overflow: hidden;
  border-radius: inherit;
  box-shadow: none;
  will-change: transform, opacity;
}

.sr-hero-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sr-hero-asset {
  position: absolute;
  z-index: 3;
  will-change: transform, opacity;
}

.sr-hero-asset-one,
.sr-hero-asset-two,
.sr-hero-asset-three {
  display: none;
}

.sr-hero-asset img {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 28px 60px rgba(16, 8, 62, 0.24));
}

.sr-hero-asset-one {
  max-width: 55%;
  inset: auto auto 3% -8%;
}

.sr-hero-asset-two {
  max-width: 39%;
  inset: 46% -18% auto auto;
}

.sr-hero-asset-three {
  z-index: 5;
  max-width: 26%;
  inset: 10% -6% auto auto;
}

.sr-hero-source-icon {
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  inset: 0;
  pointer-events: none;
  will-change: transform, opacity;
}

.sr-hero-source-icon .hero-section_icon-holder {
  position: absolute;
  z-index: 2;
  top: 42vh;
  left: 50%;
  width: 7.625rem;
  margin-top: 0;
  transform: translateX(-50%);
}

.sr-hero-source-icon .hero-section_icon {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
}

.sr-hero-source-icon .hero-section_icon-bg {
  position: absolute;
  inset: -4% 0 0 -4%;
  display: flex;
  width: 108%;
  height: 108%;
  align-items: center;
  justify-content: center;
}

.sr-hero-source-icon .hero-section_icon-bg-puls {
  width: 90%;
  height: 90%;
  border-radius: 100%;
  background: rgba(245, 239, 82, 0.6);
}

.sr-hero-source-icon .sr-progress-rail {
  position: absolute;
  top: calc(42vh + 7.2rem);
  right: auto;
  bottom: auto;
  left: 50%;
  width: 3px;
  height: 50vw;
  margin: 0;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  transform: translateX(-50%);
}

.sr-progress-rail {
  position: absolute;
  left: 50%;
  top: 66vh;
  width: 5px;
  height: 34vh;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  transform: translateX(-50%);
}

.sr-progress-rail span,
.sr-vertical-line span,
.sr-horizontal-line span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: var(--sr-yellow);
  transform: scaleY(0);
  transform-origin: top;
}

.sr-star {
  position: absolute;
  width: 34px;
  height: auto;
  background: transparent;
  filter: drop-shadow(0 0 18px rgba(255, 242, 56, 0.58));
}

.sr-star-one {
  left: 12vw;
  bottom: 13vh;
}

.sr-star-two {
  right: 20vw;
  top: 28vh;
}

.sr-power {
  position: relative;
  height: 360vh;
  min-height: 3600px;
  margin-top: -1px;
  background: var(--sr-purple);
  padding-bottom: 5rem;
  overflow: clip;
}

.sr-power-gray {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: #4f4f4f;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  will-change: opacity, transform;
}

.sr-power-sticky {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
  top: 5rem;
  min-height: calc(100vh - 5rem);
  min-height: calc(100dvh - 5rem);
  z-index: 2;
  isolation: isolate;
  overflow: hidden;
}

.sr-section-icon {
  position: absolute;
  z-index: 28;
  top: 10vh;
  left: 50%;
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.1);
}

.sr-section-icon img {
  display: block;
  width: 64%;
  height: auto;
}

.sr-power-heading {
  position: absolute;
  z-index: 24;
  left: 50%;
  top: clamp(4.25rem, 9vh, 7.2rem);
  width: min(1640px, 92vw);
  text-align: center;
  will-change: transform, opacity;
  pointer-events: none;
}

.sr-power-heading h2 {
  margin: 0;
  display: inline-block;
  font-size: clamp(64px, 5.25vw, 108px);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: 0;
  white-space: nowrap;
}

.sr-head-system,
.sr-power-bolt,
.sr-power-card {
  position: absolute;
  left: 50%;
  top: 66%;
  will-change: transform, opacity;
}

.sr-head-system {
  z-index: 5;
  width: min(1260px, 67vw);
  color: rgba(255, 255, 255, 0.48);
}

.sr-head-system svg {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
}

.sr-head-system path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sr-power-head-image {
  position: absolute;
  z-index: 1;
  inset: 0 0 auto;
  width: 100%;
  will-change: transform, opacity;
}

.sr-power-head-image img {
  display: block;
  width: 100%;
  height: auto;
  filter: none;
}

.sr-power-bolt {
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  pointer-events: none;
}

.sr-power-card {
  z-index: 18;
  inset: 0;
  display: flex;
  width: 100%;
  max-width: none;
  height: 100%;
  align-items: flex-end;
  justify-content: center;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  backdrop-filter: none;
  pointer-events: none;
  will-change: transform, opacity;
}

.sr-power-bolt img {
  display: block;
  width: 80%;
  max-width: 20rem;
  height: auto;
}

.sr-power-card-content {
  display: flex;
  flex-flow: column;
  gap: .625rem;
  width: min(80rem, 86vw);
  max-width: 100%;
  min-width: 0;
  margin-bottom: clamp(2rem, 6vh, 4.5rem);
}

.sr-power-card-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(12rem, 19rem) minmax(0, 1fr);
  gap: .625rem;
  width: 100%;
  min-width: 0;
  align-items: stretch;
}

.sr-power-card-top .home-card_wrapper-image {
  display: grid;
  min-width: 0;
  min-height: clamp(8rem, 11vw, 11.7rem);
  place-items: center;
  overflow: hidden;
  border-radius: var(--sr-card-radius);
  background: rgba(255, 255, 255, 0.1);
}

.sr-power-card-top .home-card_wrapper-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sr-power-card-top .home-card_wrapper-image.is-1 img {
  width: 78%;
  height: auto;
  object-fit: contain;
}

.sr-power-card-top .home-card_wrapper-image.is-1 {
  z-index: 2;
  position: relative;
}

.sr-power-card-bottom {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .625rem;
  margin-top: 0;
}

.sr-power-card-bottom article {
  display: flex;
  min-width: 0;
  min-height: clamp(9rem, 13.2vw, 12.6rem);
  flex-flow: column;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: var(--sr-card-radius);
  background:
    linear-gradient(180deg, rgba(122, 48, 216, 0.22), rgba(122, 48, 216, 0.18)),
    url("https://cdn.prod.website-files.com/67ed4ab7f914accf87aa070c/68376318dc5100b37fbb5909_feature01.avif") center / cover no-repeat;
  padding: 1.5rem;
  color: rgba(255,255,255,0.84);
  font-size: clamp(1.08rem, 1.22vw, 1.5rem);
  font-weight: 700;
  line-height: 1.25;
}

.sr-power-card-bottom img {
  display: block;
  width: clamp(4.1rem, 5.8vw, 7.2rem);
  height: auto;
  margin-left: auto;
}

.sr-power-card-bottom p {
  margin: 0;
}

.sr-power-card-bottom span {
  color: var(--sr-yellow);
}

.sr-vertical-line {
  position: absolute;
  left: 50%;
  bottom: -5vh;
  width: 5px;
  height: 42vh;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,0.2);
  transform: translateX(-50%);
}

.sr-suite {
  z-index: 3;
  background: #fff;
  color: var(--sr-black);
}

.home_trigger-transistion-white {
  position: absolute;
  top: -36vh;
  left: 0;
  width: 100%;
  height: 36vh;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.54) 42%,
    #fff 100%
  );
  pointer-events: none;
}

.sr-home-section {
  position: relative;
  display: grid;
  min-height: 100vh;
  min-height: 100dvh;
  place-items: center;
  padding: clamp(112px, 14vw, 180px) 24px;
  overflow: hidden;
  background: #fff;
}

.home_bg-transistion-v2 {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--sr-purple);
  opacity: 0;
  pointer-events: none;
}

.home_bg-transistion-v2::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(148, 163, 184, 0.48), rgba(148, 163, 184, 0) 30%),
    linear-gradient(112deg, var(--sr-grainient-slate) -16%, var(--sr-purple) 44%, var(--sr-grainient-violet) 104%);
}

.sr-suite-inner {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(1320px, 90vw);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(48px, 7vw, 104px);
}

.sr-home-section:nth-of-type(odd) .sr-suite-inner {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.sr-home-section:nth-of-type(odd) .sr-suite-copy {
  order: 2;
}

.sr-home-section:nth-of-type(odd) .sr-suite-visual {
  order: 1;
}

.sr-suite-copy {
  max-width: 620px;
  will-change: transform, opacity;
}

.sr-suite-copy > p {
  margin: 0 0 22px;
  color: var(--sr-purple);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.sr-suite-copy h2 {
  margin: 0;
  color: var(--sr-black);
  font-size: clamp(46px, 5.2vw, 86px);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: 0;
}

.sr-suite-rich p {
  max-width: 520px;
  margin: 28px 0 0;
  color: rgba(7, 6, 18, 0.68);
  font-size: clamp(18px, 1.25vw, 22px);
  font-weight: 800;
  line-height: 1.36;
}

.sr-suite-button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
  border-radius: 999px;
  background: var(--sr-purple);
  color: #fff;
  padding: 0 26px;
  font-size: 17px;
  font-weight: 900;
}

.sr-suite-visual {
  position: relative;
  min-height: clamp(420px, 43vw, 620px);
  border-radius: 1.25rem;
  overflow: visible;
  will-change: transform, opacity;
}

.sr-suite-visual img,
.sr-suite-visual video {
  display: block;
}

.sr-suite-bg {
  width: 100%;
  height: auto;
  border-radius: 1.25rem;
  filter: none;
}

.sr-suite-visual-video {
  display: grid;
  place-items: center;
}

.sr-suite-visual-video .sr-suite-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sr-suite-visual-video video {
  position: relative;
  z-index: 2;
  width: 72%;
  aspect-ratio: 16 / 10;
  border-radius: 1rem;
  object-fit: cover;
  box-shadow: 0 30px 90px rgba(35, 10, 88, 0.28);
}

.sr-suite-layered .sr-suite-bg {
  width: 100%;
}

.sr-suite-elev {
  position: absolute;
  z-index: 3;
  width: 42%;
  height: auto;
  filter: none;
}

.sr-suite-elev-one {
  left: -4%;
  bottom: 10%;
}

.sr-suite-elev-two {
  right: -6%;
  top: 7%;
}

.sr-suite-masonry {
  min-height: clamp(420px, 43vw, 620px);
  overflow: hidden;
  border-radius: 1.6rem;
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 28%),
    #050507;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 24px 70px rgba(7, 6, 18, 0.18);
  isolation: isolate;
}

.sr-suite-masonry::before {
  display: none;
}

.sr-suite-masonry-dark {
  background:
    radial-gradient(circle at 72% 10%, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 28%),
    #050507;
}

.sr-suite-masonry-dark::before {
  display: none;
}

.sr-masonry-list {
  position: absolute;
  z-index: 2;
  inset: clamp(28px, 4vw, 48px);
}

.sr-masonry-item {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 7px;
  opacity: 0;
  will-change: transform, opacity;
}

.sr-masonry-card {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 18px;
  background: #101014;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.38);
  transform: translateZ(0);
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.sr-masonry-card:hover {
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.48);
  transform: scale(0.97);
}

.sr-masonry-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sr-masonry-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 6, 18, 0) 48%, rgba(7, 6, 18, 0.2) 100%),
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 26%);
  pointer-events: none;
}

.sr-horizontal {
  position: relative;
  z-index: 2;
  height: auto;
  min-height: 0;
  margin-bottom: -30vh;
  overflow: visible;
}

.sr-horizontal-future {
  height: auto;
  min-height: 0;
}

.horiz-word_top-holder {
  position: absolute;
  z-index: 8;
  inset: 0 0 auto;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-bottom: -10rem;
  pointer-events: none;
  top: -2rem;
}

.horiz-word_top-holder > .power-section_icon-holder {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 0;
  flex-flow: column;
  align-items: center;
}

.horiz-word_bottom-holder {
  position: relative;
  z-index: 2;
  min-height: 200vh;
}

.sr-horizontal-line {
  position: relative;
  z-index: 8;
  width: 3px;
  height: 20rem;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,0.2);
}

.sr-horizontal-icon {
  position: relative;
  z-index: 9;
  display: grid;
  width: 7.625rem;
  height: 7.625rem;
  margin: 0 auto;
  place-items: center;
  border-radius: 0;
  background: transparent;
}

.power-section_icon-v2-holder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
}

.sr-horizontal-icon img,
.sr-horizontal-icon .power-section_icon-v2 {
  display: block;
  width: 100%;
  height: auto;
}

.sr-horizontal-sticky {
  position: sticky;
  top: 0;
  display: flex;
  height: 100vh;
  min-height: 100vh;
  min-height: 100dvh;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0;
  padding-bottom: 20vh;
  overflow: hidden;
}

.sr-horizontal-future-sticky {
  z-index: 2;
  margin-top: 0;
  justify-content: center;
}

.sr-horizontal-copy {
  width: max-content;
  max-width: none;
  padding-left: 9vw;
  transform: translate3d(70vw, 0, 0);
  will-change: transform, opacity;
}

.sr-horizontal-copy h2 {
  max-width: none;
  margin: 0;
  font-size: clamp(72px, 8vw, 150px);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0;
  white-space: nowrap;
}

.sr-horizontal-copy p {
  max-width: 680px;
  margin: 28px 0 0;
  color: var(--sr-muted);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.48;
}

.sr-horizontal-future-copy {
  text-align: center;
  padding-left: 0;
}

.sr-horizontal-future-copy h2 {
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(72px, 7.4vw, 142px);
}

.sr-future-icon-holder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 35vh;
  pointer-events: none;
}

.sr-future-line {
  position: relative;
  left: 0;
  right: 0;
  bottom: auto;
  flex: 1;
  width: 3px;
  margin: 0 auto;
  overflow: hidden;
  background: linear-gradient(#fff0, rgba(255,255,255,0.2) 47%, rgba(255,255,255,0.2));
}

.sr-future-line span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--sr-yellow);
  transform: scaleY(0);
  transform-origin: top;
}

.sr-future-icon {
  position: relative;
  top: auto;
  margin: 0;
}

.sr-star-three {
  left: 13vw;
  top: 34vh;
}

.sr-star-four {
  right: 18vw;
  bottom: 28vh;
}

.sr-creative {
  position: relative;
  height: 180vh;
  min-height: 1180px;
  padding-bottom: 0;
  overflow: clip;
  background: var(--sr-purple);
  color: var(--sr-white);
}

.sr-creative-sticky {
  position: sticky;
  top: 0;
  display: grid;
  height: 100vh;
  height: 100dvh;
  min-height: 100vh;
  min-height: 100dvh;
  place-items: center;
  padding: clamp(72px, 8vh, 96px) 24px clamp(48px, 7vh, 80px);
  background: transparent;
  overflow: hidden;
}

.sr-creative-shell {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: min(1000px, 86vw);
  max-width: 62.5rem;
  margin: 0 auto;
  text-align: center;
  will-change: transform, opacity;
}

.sr-creative-kicker,
.sr-brands-heading p,
.sr-final p {
  margin: 0;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sr-creative-content {
  position: relative;
  width: 100%;
  margin-top: clamp(2.25rem, 4.5vh, 4rem);
}

.sr-creative-slider {
  position: relative;
  z-index: 4;
  width: min(640px, 70vw);
  max-width: 40rem;
  height: clamp(380px, 46vh, 430px);
  margin: 0 auto;
  overflow: visible;
  border-radius: 18px;
  background: #fff;
  color: var(--sr-black);
  box-shadow: 0 28px 72px rgba(32, 8, 88, 0.26);
  contain: layout paint;
}

.sr-creative-mask {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  background: #fff;
}

.sr-creative-panel {
  position: absolute;
  inset: 0;
  height: 100%;
  will-change: transform, opacity;
}

.sr-creative-panel:first-child {
  position: relative;
}

.sr-static .sr-creative-panel {
  position: relative;
  inset: auto;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.sr-static .sr-creative-panel[aria-hidden="true"] {
  display: none;
}

.sr-creative-slide {
  display: flex;
  height: 100%;
  box-sizing: border-box;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 48px 58px;
}

.sr-creative-slide p {
  margin: 0 0 38px;
  font-size: 16px;
  font-weight: 900;
}

.sr-creative-slide h2 {
  max-width: 520px;
  margin: 0;
  font-size: clamp(36px, 3.2vw, 54px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
  text-wrap: balance;
}

.sr-creative-slide-note {
  display: block;
  max-width: 440px;
  margin: 22px auto 0;
  color: rgba(8, 8, 18, 0.7);
  font-size: clamp(15px, 1.15vw, 18px);
  font-weight: 800;
  line-height: 1.42;
  letter-spacing: 0;
  text-transform: none;
}

.sr-creative-slide .button {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  height: 58px;
  margin-top: 34px;
  border: 0;
  border-radius: 16px;
  background: var(--sr-purple);
  color: #fff;
  padding: 0 28px;
  font-weight: 900;
}

.sr-creative-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border: 0;
  background: transparent;
  padding: 0;
  transform: translateY(-50%);
}

.sr-creative-arrow-left {
  left: -5.5rem;
}

.sr-creative-arrow-right {
  right: -5.5rem;
}

.sr-creative-arrow img {
  display: block;
  width: 100%;
  height: auto;
}

.sr-creative-float {
  position: absolute;
  z-index: 2;
  display: block;
  margin: 0;
  overflow: visible;
  pointer-events: none;
  will-change: transform, opacity;
}

.sr-creative-float img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: none;
}

.sr-creative-game {
  aspect-ratio: 1.57;
  top: -8rem;
  left: -1rem;
  width: min(35%, 350px);
}

.sr-creative-script {
  aspect-ratio: 0.86;
  top: -12.2rem;
  right: -0.25rem;
  width: min(35%, 350px);
}

.sr-creative-dinner {
  aspect-ratio: 1.47;
  left: -0.7rem;
  bottom: -11.4rem;
  width: min(43%, 430px);
}

.sr-creative-sound {
  aspect-ratio: 1.78;
  right: -6rem;
  bottom: -12rem;
  width: min(51%, 505px);
}

.sr-brands {
  position: relative;
  height: auto;
  min-height: auto;
  padding: clamp(7rem, 14vh, 10rem) 0 7rem;
  overflow: visible;
  background: var(--sr-purple);
}

.sr-brands-top {
  position: sticky;
  top: 0;
  z-index: 2;
  height: 0;
  min-height: 0;
  margin-bottom: 0;
  pointer-events: none;
}

.sr-brands-icon-holder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
}

.sr-brands-line {
  position: relative;
  width: 3px;
  height: 20rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
}

.sr-brands-line span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: var(--sr-yellow);
  transform: scaleY(0);
  transform-origin: top;
}

.sr-brands-icon {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 20px;
  background: rgba(7, 6, 18, 0.22);
  box-shadow: 0 20px 65px rgba(44, 12, 106, 0.3);
  will-change: transform, opacity;
}

.sr-brands-icon img {
  display: block;
  width: 58%;
  height: auto;
}

.sr-brands-heading {
  position: relative;
  z-index: 3;
  top: auto;
  width: min(68rem, calc(100vw - 3rem));
  max-width: 68rem;
  margin: 0 auto clamp(4rem, 9vh, 6rem);
  text-align: left;
  will-change: transform, opacity;
}

.sr-brands-heading h2 {
  max-width: 52rem;
  margin: 0;
  font-size: clamp(2.7rem, 3.25vw, 3.25rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0;
}

.sr-brands-content {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 1500px;
}

.sr-brands-sticky {
  position: sticky;
  top: 20vh;
  display: block;
  min-height: auto;
  overflow: hidden;
}

.sr-brands-container {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  overflow: visible;
}

.sr-brands-wrapper {
  width: min(68rem, calc(100vw - 3rem));
  max-width: 68rem;
  margin: 0 auto;
  overflow: visible;
  border-radius: 1.25rem;
  will-change: transform, opacity;
}

.sr-brands-list {
  width: 100%;
  overflow: visible;
}

.sr-brands-holder {
  display: flex;
  width: 100%;
  gap: 1rem;
  align-items: stretch;
  will-change: transform;
}

.sr-brand-case {
  position: relative;
  display: flex;
  width: 100%;
  min-width: min(40rem, calc(100vw - 3rem));
  height: 25rem;
  flex: 1 1 0;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
  border-radius: 1.25rem;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.12) 48%, rgba(0, 0, 0, 0.02)),
    var(--case-bg) center / cover no-repeat;
  padding: 2rem 12.5rem 2rem 2rem;
  box-shadow: 0 40px 100px rgba(35, 8, 91, 0.34);
  color: #fff;
}

.brands_link {
  position: absolute;
  z-index: 4;
  inset: 0;
  display: block;
}

.sr-case-cursor-ready .brands_link {
  cursor: none;
}

.sr-brand-case::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.18));
  pointer-events: none;
}

.sr-brand-logo {
  position: relative;
  z-index: 2;
  display: block;
  min-width: 5rem;
  max-width: 8.8rem;
  max-height: 4rem;
  filter: invert() brightness(5000%);
}

.sr-brand-label {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 2.35rem;
  width: fit-content;
  padding: 0 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.sr-brand-box {
  position: relative;
  z-index: 2;
  display: flex;
  width: 19.5rem;
  min-height: 18rem;
  flex-flow: column;
  justify-content: space-between;
  border-radius: 1.25rem;
  background: rgba(0, 0, 0, 0.52);
  padding: 2rem;
  color: #fff;
  backdrop-filter: blur(10px);
}

.brands-box_wrapper-top,
.brands-box_wrapper-bottom-copy {
  position: relative;
  z-index: 2;
}

.brands-box_wrapper-bottom-copy {
  display: grid;
  gap: 1rem;
}

.sr-brand-box p,
.brands-box_card-copy {
  margin: 0;
  max-width: 11.5rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.12;
  text-transform: none;
}

.sr-brand-metric {
  margin: 0;
  font-size: clamp(4rem, 6.8vw, 6.25rem);
  font-weight: 900;
  line-height: 0.86;
  letter-spacing: 0;
}

.case-study-pointer {
  position: fixed;
  z-index: 850;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  gap: .55rem;
  min-height: 3.25rem;
  max-width: min(12rem, calc(100vw - 2rem));
  padding: 0 1rem 0 1.1rem;
  border-radius: .55rem;
  background: var(--sr-purple);
  color: #fff;
  font-size: .94rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  contain: layout paint;
  transform: translate3d(-50%, -50%, 0) scale(.92);
  transition: opacity 120ms ease;
  will-change: transform, opacity;
}

.case-study-pointer.is-visible {
  opacity: 1;
}

.case-study-pointer svg {
  display: block;
  width: 1.1rem;
  height: auto;
}

@media (hover: none), (pointer: coarse) {
  .case-study-pointer {
    display: none !important;
  }
}

.sr-transform {
  min-height: 112vh;
  padding: clamp(112px, 14vw, 180px) 24px clamp(96px, 12vw, 150px);
  background: #fff;
  color: var(--sr-black);
}

.sr-transform-inner {
  width: min(1320px, 90vw);
  margin: 0 auto;
}

.sr-transform h2 {
  max-width: 1120px;
  margin: 0 auto clamp(54px, 7vw, 92px);
  text-align: center;
  font-size: clamp(48px, 5.8vw, 96px);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: 0;
}

.sr-transform-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.sr-transform-card {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border-radius: 1.25rem;
  background: #f4f0fb;
  color: #fff;
  box-shadow: 0 34px 86px rgba(31, 9, 83, 0.18);
  will-change: transform, opacity;
}

.sr-transform-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sr-transform-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 6, 18, 0.02), rgba(7, 6, 18, 0.72));
}

.sr-transform-card div {
  position: absolute;
  z-index: 2;
  left: 22px;
  right: 22px;
  bottom: 22px;
}

.sr-transform-card p {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sr-transform-card strong {
  display: block;
  margin: 0 0 14px;
  color: var(--sr-yellow);
  font-size: clamp(54px, 5.2vw, 86px);
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: 0;
}

.sr-transform-card span {
  display: block;
  color: rgba(255,255,255,0.82);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.18;
}

.sr-final {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: clamp(104px, 13vw, 168px) 24px;
  background: #fff;
  color: var(--sr-black);
}

.sr-final-inner {
  width: min(1260px, 90vw);
  margin: 0 auto;
}

.sr-final-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
  align-items: center;
  gap: clamp(44px, 7vw, 100px);
}

.sr-final-video {
  overflow: hidden;
  border-radius: 1.25rem;
  box-shadow: 0 38px 90px rgba(31, 9, 83, 0.18);
  will-change: transform, opacity;
}

.header19_home-video {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.sr-final-video video,
.header19_home-video video {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.sr-final-copy {
  will-change: transform, opacity;
}

.sr-final-copy h2 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(48px, 5.5vw, 96px);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: 0;
}

.sr-final-copy p {
  max-width: 560px;
  margin: 28px 0 0;
  color: rgba(7, 6, 18, 0.68);
  font-size: clamp(19px, 1.35vw, 23px);
  font-weight: 800;
  line-height: 1.36;
  letter-spacing: 0;
  text-transform: none;
}

.sr-final-copy .sr-final-note {
  margin-top: 18px;
  font-size: clamp(16px, 1vw, 18px);
  line-height: 1.45;
}

.sr-final-copy .sr-demo {
  margin-top: 34px;
  background: var(--sr-purple);
  color: #fff;
}

.sr-site-footer {
  padding: 54px 24px 32px;
  background: #090811;
  color: rgba(255, 255, 255, 0.76);
}

.sr-site-footer-inner {
  display: grid;
  grid-template-columns: 1.1fr 1.2fr auto;
  gap: 36px;
  width: min(1260px, 90vw);
  margin: 0 auto;
}

.sr-site-footer p {
  margin: 0;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.55;
}

.sr-site-footer .sr-footer-brand {
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sr-site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 20px;
}

.sr-site-footer a {
  color: #fff;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.sr-site-footer a:hover {
  color: var(--sr-yellow);
}

.sr-site-footer-bottom {
  width: min(1260px, 90vw);
  margin: 34px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.48);
  font-size: 13px;
  font-weight: 750;
}

.sr-creative-slide h2 {
  font-size: clamp(36px, 3.2vw, 54px);
  line-height: 1.04;
}

@media (max-width: 1180px) {
  .sr-creative-slide h2 {
    font-size: clamp(32px, 7vw, 46px);
  }

  .sr-creative-slide-note {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .sr-creative-slide {
    padding: 38px 28px;
  }

  .sr-creative-slide h2 {
    font-size: clamp(30px, 10vw, 40px);
  }

  .sr-creative-slide-note {
    margin-top: 18px;
  }
}

@media (max-width: 900px) {
  .sr-site-footer-inner {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .sr-site-footer nav {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .sr-power-card,
  .sr-power-bolt,
  .sr-head-system,
  .sr-horizontal-copy,
  .sr-brands-wrapper,
  .sr-brands-holder,
  .sr-brand-case,
  .sr-creative-shell {
    backface-visibility: hidden;
  }
}

.sr-static body {
  overflow-x: hidden;
}

.sr-static .sr-hero,
.sr-static .sr-power,
.sr-static .sr-horizontal,
.sr-static .sr-creative,
.sr-static .sr-brands,
.sr-static .sr-suite,
.sr-static .sr-transform,
.sr-static .sr-final {
  height: auto;
  min-height: auto;
}

.sr-static .sr-hero-sticky,
.sr-static .sr-power-sticky,
.sr-static .sr-horizontal-sticky,
.sr-static .sr-creative-sticky,
.sr-static .sr-brands-sticky {
  position: relative;
  min-height: auto;
  overflow: visible;
  padding: 112px 28px 92px;
}

.sr-static .sr-power-gray,
.sr-static .sr-progress-rail,
.sr-static .sr-section-icon,
.sr-static .sr-head-system,
.sr-static .sr-power-bolt,
.sr-static .sr-vertical-line,
.sr-static .sr-horizontal-line,
.sr-static .sr-horizontal-icon,
.sr-static .sr-brands-top,
.sr-static .sr-brands-line,
.sr-static .sr-brands-icon,
.sr-static .sr-star,
.sr-static .sr-creative-arrow {
  display: none !important;
}

.sr-static .sr-hero-title,
.sr-static .sr-hero-showcase,
.sr-static .sr-hero-copy,
.sr-static .sr-hero-image-wrapper,
.sr-static .sr-hero-assets,
.sr-static .sr-power-heading,
.sr-static .sr-power-card,
.sr-static .sr-horizontal-copy,
.sr-static .sr-creative-shell,
.sr-static .sr-brands-heading,
.sr-static .sr-brands-wrapper,
.sr-static .sr-brands-holder,
.sr-static .sr-brand-case,
.sr-static .sr-final-video,
.sr-static .sr-final-copy {
  position: relative;
  inset: auto;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.sr-static .sr-hero-title,
.sr-static .sr-power-heading,
.sr-static .sr-horizontal-copy,
.sr-static .sr-creative-shell,
.sr-static .sr-brands-heading,
.sr-static .sr-brands-wrapper {
  width: min(980px, 100%);
  margin-inline: auto;
}

.sr-static .sr-hero-showcase {
  display: grid;
  gap: 28px;
  width: min(1040px, 100%);
  margin: 36px auto 0;
}

.sr-static .sr-hero-copy,
.sr-static .sr-hero-image-wrapper,
.sr-static .sr-hero-assets,
.sr-static .sr-power-card {
  width: min(760px, 100%);
  margin: 0 auto;
}

.sr-static .sr-hero-image-wrapper,
.sr-static .sr-hero-assets {
  width: min(600px, 88vw);
}

.sr-static .sr-hero-assets {
  border-radius: 22px;
}

.sr-static .sr-power-card {
  height: auto;
  align-items: stretch;
  justify-content: flex-start;
  margin-top: 36px;
}

.sr-static .sr-power-card-content {
  width: 100%;
  margin-bottom: 0;
}

.sr-static .sr-power-heading h2,
.sr-static .sr-horizontal-copy h2 {
  white-space: normal;
}

.sr-static .sr-power-card-top {
  grid-template-columns: 1fr;
}

.sr-static .sr-power-card-bottom {
  grid-template-columns: 1fr;
}

.sr-static .sr-suite-visual {
  overflow: hidden;
}

.sr-static .sr-brands-holder {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  width: min(1080px, 100%);
  margin: 34px auto 0;
}

.sr-static .sr-brand-case {
  width: 100%;
  min-width: 0;
  flex: initial;
}

.sr-static .sr-final-inner,
.sr-static .sr-final-grid {
  min-height: auto;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .sr-power-gray,
  .sr-progress-rail,
  .sr-section-icon,
  .sr-head-system,
  .sr-power-bolt,
  .sr-vertical-line,
  .sr-horizontal-line,
  .sr-horizontal-icon,
  .sr-brands-top,
  .sr-brands-line,
  .sr-brands-icon,
  .sr-star,
  .sr-creative-arrow {
    display: none !important;
  }

  html.sr-force-motion .sr-power-gray,
  html.sr-force-motion .sr-progress-rail,
  html.sr-force-motion .sr-section-icon,
  html.sr-force-motion .sr-head-system,
  html.sr-force-motion .sr-power-bolt,
  html.sr-force-motion .sr-vertical-line,
  html.sr-force-motion .sr-horizontal-line,
  html.sr-force-motion .sr-horizontal-icon,
  html.sr-force-motion .sr-brands-top,
  html.sr-force-motion .sr-brands-line,
  html.sr-force-motion .sr-brands-icon,
  html.sr-force-motion .sr-star,
  html.sr-force-motion .sr-creative-arrow {
    display: block !important;
  }

  html.sr-force-motion .sr-section-icon,
  html.sr-force-motion .sr-power-bolt,
  html.sr-force-motion .sr-brands-icon,
  html.sr-force-motion .sr-horizontal-icon {
    display: grid !important;
  }
}

@media (max-width: 1180px) {
  .sr-nav {
    height: 78px;
    padding: 0 20px;
  }

  .sr-nav-container {
    grid-template-columns: minmax(118px, auto) minmax(0, 1fr);
    gap: 18px;
  }

  .navbar2_content {
    display: flex;
    justify-content: flex-end;
    gap: 0;
  }

  .sr-nav-links {
    display: none;
  }

  .navbar2_dropdown-list {
    display: none;
  }

  .sr-nav-actions {
    gap: 14px;
    font-size: 14px;
    min-width: 0;
  }

  .sr-demo {
    min-height: 44px;
    padding: 0 18px;
  }

  .sr-mobile-menu-button {
    display: grid;
    flex: 0 0 auto;
  }

  .sr-hero,
  .sr-power,
  .sr-horizontal,
  .sr-creative,
  .sr-brands,
  .sr-suite,
  .sr-transform,
  .sr-final {
    height: auto;
    min-height: auto;
  }

  .sr-hero-sticky,
  .sr-power-sticky,
  .sr-horizontal-sticky,
  .sr-creative-sticky,
  .sr-brands-sticky {
    position: relative;
    min-height: auto;
    overflow: visible;
    padding: 150px 20px 80px;
  }

  .sr-hero-sticky,
  .sr-power-sticky,
  .sr-horizontal-sticky,
  .sr-creative-sticky,
  .sr-brands-sticky,
  .sr-home-section,
  .sr-transform,
  .sr-final {
    z-index: 2;
  }

  .sr-home-section,
  .sr-transform,
  .sr-final {
    min-height: auto;
    padding: 96px 20px;
  }

  .sr-hero-title,
  .sr-hero-showcase,
  .sr-power-heading,
  .sr-head-system,
  .sr-power-bolt,
  .sr-power-card,
  .sr-section-icon,
  .sr-vertical-line,
  .sr-horizontal-line,
  .sr-horizontal-icon {
    position: relative;
    inset: auto;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: auto;
    height: auto;
    transform: none;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .sr-hero-title,
  .sr-power-heading {
    width: min(760px, 100%);
    max-width: 100%;
    margin: 0 auto;
  }

  .sr-hero-title h1,
  .sr-power-heading h2,
  .sr-horizontal-copy h2,
  .sr-creative-slide h2,
  .sr-brands-heading h2,
  .sr-suite-copy h2,
  .sr-transform h2,
  .sr-final-copy h2 {
    max-width: 100%;
    overflow-wrap: break-word;
    white-space: normal;
  }

  .sr-power-heading h2 {
    font-size: clamp(52px, 9vw, 86px);
  }

  .sr-horizontal-copy h2,
  .sr-transform h2,
  .sr-final-copy h2 {
    font-size: clamp(52px, 8vw, 92px);
  }

  .sr-hero-showcase {
    display: grid;
    gap: 18px;
    margin-top: 42px;
  }

  .sr-hero-copy,
  .sr-hero-image-wrapper,
  .sr-hero-assets,
  .sr-hero-source-icon {
    position: relative;
    inset: auto;
    width: min(640px, 100%);
    min-width: 0;
    margin: 0 auto;
    transform: none;
    opacity: 1;
  }

  .sr-hero-copy {
    margin-bottom: 24px;
  }

  .sr-hero-source-icon {
    display: none;
  }

  .sr-power-card {
    width: min(640px, 100%);
    max-width: 100%;
    height: auto;
    align-items: stretch;
    justify-content: flex-start;
    margin: 0 auto;
  }

  .sr-progress-rail,
  .sr-section-icon,
  .sr-power-gray,
  .sr-head-system,
  .sr-power-bolt,
  .sr-vertical-line,
  .sr-horizontal-line,
  .sr-horizontal-icon,
  .sr-creative-arrow,
  .sr-brands-top,
  .sr-brands-line,
  .sr-brands-icon,
  .sr-star {
    display: none;
  }

  .sr-power-sticky,
  .sr-brands-sticky {
    display: block;
  }

  .sr-power-card {
    margin-top: 34px;
  }

  .sr-power-card-content {
    width: 100%;
    margin-bottom: 0;
  }

  .sr-power-card-top,
  .sr-power-card-bottom {
    grid-template-columns: 1fr;
  }

  .sr-power-card-top {
    display: grid;
    gap: .625rem;
  }

  .sr-power-card-top .home-card_wrapper-image {
    min-height: clamp(9rem, 26vw, 13rem);
  }

  .sr-power-card-bottom article {
    min-height: clamp(10rem, 28vw, 13rem);
  }

  .sr-horizontal-copy {
    position: relative;
    inset: auto;
    width: min(760px, 100%);
    transform: none;
    opacity: 1 !important;
    visibility: visible !important;
    padding-left: 0;
  }

  .sr-horizontal-copy h2 {
    white-space: normal;
  }

  .sr-creative-shell,
  .sr-brands-heading,
  .sr-brands-wrapper,
  .sr-suite-inner,
  .sr-transform-inner,
  .sr-final-inner {
    width: min(760px, 100%);
  }

  .sr-suite-inner,
  .sr-home-section:nth-of-type(odd) .sr-suite-inner,
  .sr-final-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .sr-home-section:nth-of-type(odd) .sr-suite-copy,
  .sr-home-section:nth-of-type(odd) .sr-suite-visual {
    order: initial;
  }

  .sr-suite-copy,
  .sr-suite-copy h2,
  .sr-suite-rich p,
  .sr-final-copy,
  .sr-final-copy h2,
  .sr-final-copy p {
    max-width: none;
  }

  .sr-suite-visual {
    min-height: 360px;
    max-width: 100%;
    overflow: hidden;
  }

  .sr-suite-bg {
    max-width: 100%;
  }

  .sr-transform-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sr-transform-card {
    min-height: 420px;
  }

  .sr-creative-content {
    display: grid;
    gap: 18px;
  }

  .sr-creative-slider,
  .sr-creative-float,
  .sr-creative-game,
  .sr-creative-script,
  .sr-creative-dinner,
  .sr-creative-sound {
    position: relative;
    inset: auto;
    width: min(640px, 100%);
    margin: 0 auto;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none;
  }

  .sr-brands {
    min-height: auto;
    padding-top: 78px;
    padding-bottom: 82px;
  }

  .sr-brands-content {
    min-height: auto;
  }

  .sr-brands-heading {
    margin-bottom: 28px;
  }

  .sr-brands-sticky {
    padding-top: 22px;
    padding-bottom: 0;
  }

  .sr-static .sr-brands-holder,
  .sr-brands-holder {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .sr-brand-case {
    position: relative;
    inset: auto;
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 360px;
    flex: initial;
    transform: none;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .sr-brand-case {
    display: grid;
    align-items: end;
    padding: 24px;
  }

  .sr-brand-box {
    width: min(320px, 100%);
    max-width: 100%;
    min-height: 260px;
  }

  .sr-final-video,
  .sr-final-copy {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .sr-announcement {
    height: 48px;
    padding: 0 10px;
    font-size: 11px;
    line-height: 1.2;
  }

  .banner7_content-wrapper {
    justify-content: space-between;
    gap: 10px;
    min-height: 48px;
  }

  .sr-nav {
    top: 48px;
    height: 74px;
    padding: 0 14px;
  }

  .sr-announcement-dismissed .sr-nav {
    top: 0;
  }

  .navbar2_logo {
    width: clamp(112px, 34vw, 132px);
  }

  .sr-brand span {
    display: none;
  }

  .sr-nav-actions > a:first-child {
    display: none;
  }

  .sr-demo {
    min-height: 42px;
    padding: 0 13px;
    font-size: 13px;
  }

  .sr-mobile-menu-button {
    width: 42px;
    height: 42px;
  }

  .sr-mobile-menu-panel {
    top: 122px;
    right: 14px;
    left: 14px;
  }

  .sr-announcement-dismissed .sr-mobile-menu-panel {
    top: 74px;
  }

  .sr-hero-title h1 {
    font-size: clamp(54px, 17vw, 82px);
  }

  .sr-hero-sticky,
  .sr-power-sticky,
  .sr-horizontal-sticky,
  .sr-creative-sticky,
  .sr-brands-sticky {
    padding: 136px 16px 68px;
  }

  .sr-static .sr-hero-sticky,
  .sr-static .sr-power-sticky,
  .sr-static .sr-horizontal-sticky,
  .sr-static .sr-creative-sticky,
  .sr-static .sr-brands-sticky {
    padding: 148px 16px 70px;
  }

  .sr-static .sr-hero-showcase {
    margin-top: 28px;
  }

  .sr-static .sr-horizontal-copy,
  .sr-static .sr-creative-shell,
  .sr-static .sr-brands-heading,
  .sr-static .sr-brands-wrapper,
  .sr-static .sr-suite-inner,
  .sr-static .sr-transform-inner,
  .sr-static .sr-final-inner {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0;
  }

  .sr-static .sr-horizontal-copy {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    padding-left: 0 !important;
  }

  .sr-static .sr-horizontal-copy h2,
  .sr-static .sr-creative-slide h2,
  .sr-static .sr-brands-heading h2,
  .sr-static .sr-suite-copy h2,
  .sr-static .sr-transform h2,
  .sr-static .sr-final-copy h2 {
    max-width: 100%;
    overflow-wrap: break-word;
    white-space: normal !important;
  }

  .sr-power-heading h2,
  .sr-horizontal-copy h2,
  .sr-creative-slide h2,
  .sr-brands-heading h2,
  .sr-suite-copy h2,
  .sr-transform h2,
  .sr-final-copy h2 {
    font-size: clamp(42px, 14vw, 68px);
  }

  .sr-power-card-top .home-card_wrapper-image {
    min-height: clamp(8rem, 42vw, 11rem);
  }

  .sr-power-card-top .home-card_wrapper-image.is-1 img {
    width: min(78%, 13rem);
  }

  .sr-power-card-bottom article {
    min-height: 12rem;
    padding: 1.25rem;
  }

  .sr-suite-visual {
    min-height: 0;
    aspect-ratio: 1 / 1;
  }

  .sr-suite-visual-video video {
    width: 78%;
  }

  .sr-brand-case {
    min-height: 330px;
    padding: 18px;
  }

  .sr-brand-box {
    min-height: 230px;
    padding: 1.45rem;
  }

  .sr-brand-metric {
    font-size: clamp(3.25rem, 18vw, 4.5rem);
  }

  .sr-transform-grid {
    grid-template-columns: 1fr;
  }

  .sr-transform-card {
    min-height: 390px;
  }
}

@media (max-width: 380px) {
  .sr-nav {
    padding: 0 10px;
  }

  .sr-nav-container {
    gap: 10px;
  }

  .sr-nav-actions {
    gap: 10px;
  }

  .navbar2_logo {
    width: 106px;
  }

  .sr-demo {
    min-height: 40px;
    padding: 0 10px;
    font-size: 12px;
  }

  .sr-mobile-menu-button {
    width: 40px;
    height: 40px;
  }
}

.sr-creative .sr-creative-slide h2,
.sr-static .sr-creative .sr-creative-slide h2 {
  max-width: 500px;
  font-size: clamp(36px, 3.2vw, 54px) !important;
  line-height: 1.04;
  overflow-wrap: normal;
  text-wrap: balance;
  white-space: normal !important;
}

.sr-creative .sr-creative-slide-note,
.sr-static .sr-creative .sr-creative-slide-note {
  display: block;
  max-width: 440px;
  margin: 22px auto 0;
  color: rgba(8, 8, 18, 0.7);
  font-size: clamp(15px, 1.15vw, 18px);
  font-weight: 800;
  line-height: 1.42;
  letter-spacing: 0;
  text-transform: none;
}

@media (max-width: 1180px) {
  .sr-creative .sr-creative-slide h2,
  .sr-static .sr-creative .sr-creative-slide h2 {
    font-size: clamp(32px, 7vw, 46px) !important;
  }
}

@media (max-width: 480px) {
  .sr-creative .sr-creative-slide h2,
  .sr-static .sr-creative .sr-creative-slide h2 {
    font-size: clamp(30px, 10vw, 40px) !important;
  }
}

@media (max-width: 1180px) {
  .sr-suite-masonry {
    min-height: auto;
    border-radius: 1.25rem;
  }

  .sr-suite-masonry::before {
    display: none;
  }

  .sr-masonry-list {
    position: relative;
    inset: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 22px;
  }

  .sr-masonry-item {
    position: relative;
    top: auto;
    left: auto;
    width: auto !important;
    height: clamp(150px, 24vw, 220px) !important;
    padding: 0;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}

@media (max-width: 560px) {
  .sr-masonry-list {
    grid-template-columns: 1fr;
  }

  .sr-masonry-item {
    height: 176px !important;
  }
}
