:root {
  --black: black;
  --dark-blue: #01010c;
  --white: white;
  --blue: #04c1f7;
}

body {
  color: #fff;
  letter-spacing: -.05em;
  background-color: #000;
  font-family: Intelone Display, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.3;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  letter-spacing: 0;
  margin-bottom: 0;
}

strong {
  font-weight: bold;
}

.page-wrapper {
  margin-top: -96px;
}

.page-wrapper.has-bg {
  overflow: visible;
}

.spline-scene-wrapper {
  z-index: 0;
  pointer-events: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100lvh;
  margin-bottom: -100vh;
  display: flex;
  position: sticky;
  top: 0%;
  left: 0%;
}

.section {
  z-index: 2;
  position: relative;
}

.section.hero {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.section.details {
  z-index: 1;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  min-height: 100vh;
  padding: 6rem 3% 5rem;
  display: flex;
  position: sticky;
  top: 0;
}

.section.features {
  z-index: 1;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  padding: 5rem 3%;
  display: flex;
  position: sticky;
  top: 0;
}

.section.chapters {
  min-height: 100vh;
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow-x: clip;
}

.section.collaboration {
  min-height: 100vh;
  padding-top: 5rem;
  padding-bottom: 0;
  overflow-x: clip;
}

.section.hero-internal {
  background-color: var(--black);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.section.content {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section.footnotes {
  background-color: var(--black);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.header {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.page-padding {
  width: 100%;
  padding-top: 0;
  padding-left: 3%;
  padding-right: 3%;
}

.grid-8cols {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: none;
}

.logo {
  color: #fff;
  width: 12.5rem;
}

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

.header-paragraph {
  max-width: 20ch;
  line-height: 1;
}

.hero-container {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100svh;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: grid;
}

.hero-title {
  text-transform: uppercase;
  font-family: Neopixel, sans-serif;
  font-size: 7.75rem;
  font-weight: 400;
  line-height: .9;
}

.hero-title-top {
  max-width: 10ch;
  display: block;
}

.hero-title-word {
  margin-left: auto;
  display: inline-block;
}

.hero-title-bottom {
  align-items: center;
  display: flex;
}

.hero-title-line-wrapper {
  flex: 1;
  align-items: center;
  margin-top: 1rem;
  margin-right: 1.5rem;
  display: flex;
}

.hero-title-line-logo {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1.5rem;
  display: block;
}

.hero-title-line {
  transform-origin: 0%;
  border-top: 1px solid #fff;
  width: 100%;
}

.hero-subtitle-wrapper {
  overflow: hidden;
}

.cta-button {
  color: #fff;
  text-transform: uppercase;
  height: 3rem;
  font-family: Neopixel, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.cta-button-label-wrapper {
  white-space: nowrap;
  border: 1px solid #fff;
  border-radius: .25rem;
  padding-left: 2rem;
  padding-right: 2rem;
  line-height: 1;
  overflow: hidden;
}

.cta-button-icon-wrapper {
  border: 1px solid #fff;
  border-radius: .25rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  overflow: hidden;
}

.cta-button-icon {
  flex: none;
  width: 10rem;
  height: 10rem;
  display: block;
  transform: scale(.5);
}

.marquee-wrapper {
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Neopixel, sans-serif;
  font-size: 10rem;
  line-height: 1;
  display: flex;
  overflow: hidden;
}

.marquee-el {
  padding-right: 3rem;
  font-family: Jetbrains Mono, sans-serif;
}

.footer-shipping-title {
  text-align: right;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neopixel, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: .9;
}

.shipping-title-small {
  font-size: 3rem;
  display: block;
}

.marquee-reveal-wrapper {
  display: none;
  overflow: hidden;
}

.spline-scene {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.spline-scene-overlay {
  z-index: 2;
  background-color: var(--dark-blue);
  opacity: .3;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.section-spacer {
  height: 100svh;
}

.hero-title-word-wrapper {
  display: inline-block;
  overflow: hidden;
}

.load-trigger {
  width: 0;
  height: 0;
  display: none;
  position: absolute;
  left: -100%;
}

.cta-button-label {
  text-shadow: 0 3rem 0 var(--white);
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.cta-button-label-mask {
  height: 3rem;
}

.loading {
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.loading-icon {
  justify-content: center;
  align-items: center;
  width: 8rem;
  display: flex;
}

.loading-icon-scale {
  z-index: 4;
  position: relative;
}

.shipping-title-big {
  display: inline-block;
}

.nasdaq-nav-bar {
  z-index: 90;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: column;
  order: -1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 48px;
  display: none;
  position: relative;
  box-shadow: 0 8px 6px #0000001a;
}

.navigation---primary-navigation {
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 48px;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 24px;
  display: block;
}

.html-embed {
  width: 100%;
  height: 100%;
  display: block;
}

.spline-scene-2 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  inset: 0%;
}

.div-block {
  background-image: url('../images/intel-bkg.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
}

.text-block-1 {
  z-index: 3;
  text-align: center;
  letter-spacing: .1em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Intelone Display, sans-serif;
  font-size: 4rem;
  display: block;
  position: fixed;
}

.div-block-2 {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.text-block-2 {
  z-index: 3;
  text-align: center;
  letter-spacing: .1em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Intelone Display, sans-serif;
  font-size: 4rem;
  display: block;
  position: fixed;
}

.headline {
  z-index: 5;
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 0;
  font-family: Intelone Display, sans-serif;
  font-size: 8rem;
  display: flex;
  position: static;
}

.body {
  background-image: url('../images/intel-bkg.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  display: block;
}

.headline-span {
  z-index: 5;
  color: var(--blue);
  text-align: center;
  letter-spacing: .1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -30px;
  padding-bottom: 30px;
  font-family: Intelone Display, sans-serif;
  font-size: 8rem;
  display: flex;
  position: static;
}

.subhead {
  z-index: 5;
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Intelone Display, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  display: flex;
  position: static;
}

.intel-logo {
  max-width: 8%;
  display: block;
}

.hero-title-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  display: grid;
}

.div-block-3 {
  z-index: 0;
  background-image: none;
  background-size: auto;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.sponsored-bar {
  z-index: 90;
  background-color: #0068b5;
  flex-flow: row;
  order: -1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 3rem;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
  box-shadow: 0 8px 6px #0000001a;
}

.paid-content-logo-intel {
  align-self: center;
  width: 18rem;
  margin-left: 0%;
  display: block;
}

.paid {
  text-align: center;
  letter-spacing: .1em;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 50%;
  font-family: Inter, sans-serif;
  font-size: .8rem;
  display: flex;
}

.paid-content-logo {
  z-index: 10;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hamburger {
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-5 {
  background-color: #05008a;
  width: 100vw;
  height: 100vh;
}

.paid-content-label {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.hero-headline {
  z-index: 5;
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 12ch;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Intelone Display, sans-serif;
  font-size: 8rem;
  font-weight: 500;
  line-height: 1;
  position: static;
}

.hero-headline-word {
  display: inline-block;
}

.hero-headline-word._02, .hero-headline-word._03 {
  color: var(--blue);
}

.hero-subheadline {
  z-index: 5;
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  text-transform: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Intelone Display, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  position: static;
}

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

.container.sponsored {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.container.narrow {
  max-width: 50rem;
}

.container.hero-internal-content {
  z-index: 10;
  position: relative;
}

.intro-wrapper {
  pointer-events: auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.headline-xlarge {
  z-index: 5;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Intelone Display, sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
  position: static;
}

.headline-big {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.1;
}

.text-color-blue {
  color: var(--blue);
}

.grid-12col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid-12col.full {
  flex: 1;
  min-height: 100%;
}

.grid-12col.gap-small {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.info-block {
  text-align: left;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  margin-right: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.1;
  display: flex;
}

.font-weight-medium {
  font-weight: 500;
}

.sticky-wrapper {
  pointer-events: none;
  position: relative;
}

.sticky-wrapper.negative {
  margin-bottom: -100vh;
}

.sticky-wrapper.links-intro {
  height: 200vh;
}

.chip-glow {
  z-index: 0;
  mix-blend-mode: screen;
  background-image: radial-gradient(circle, #08a3d9, #08a3d900 62%);
  width: 60vw;
  height: 60vw;
  position: absolute;
}

.loading-icon-bg {
  z-index: 1;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 20rem;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.loading-icon-bg-inner {
  z-index: 2;
  background-color: var(--dark-blue);
  border-radius: .25rem;
  position: absolute;
  inset: .25rem;
}

.loading-icon-bg-spin {
  flex: none;
  width: 100vw;
  height: 100vw;
}

.loading-portal-wrapper {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 200vw;
  height: 200vw;
  display: grid;
  position: absolute;
  transform: rotate(30deg);
}

.loading-portal-quadrant {
  background-color: var(--dark-blue);
  box-shadow: 0 0 0 1rem var(--dark-blue);
  width: 100%;
  height: 100%;
  position: relative;
}

.intro-text {
  text-align: center;
  letter-spacing: 0;
  text-wrap: balance;
  font-size: 2.5rem;
}

.paragraph-medium {
  letter-spacing: 0;
  font-size: 1.5rem;
}

.paragraph-medium.disclaimer {
  margin-top: 10%;
  font-size: 1rem;
  font-style: italic;
}

.paragraph-medium.disclaimer.link {
  color: #04c8fe;
}

.paragraph-medium.balance {
  font-size: 1.5rem;
}

.text-align-center {
  text-align: center;
}

.features-list {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 65%;
  display: grid;
}

.info-block-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.info-block-line-wrapper {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-right: .25rem;
  display: flex;
  position: relative;
}

.info-block-line {
  border-bottom: 1px solid var(--white);
  flex: 1;
  width: 100%;
}

.info-block-circle {
  border: 1px solid var(--white);
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
}

.info-block-line-mask {
  width: 100%;
  overflow: hidden;
}

.headline-large {
  z-index: 5;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Intelone Display, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  position: static;
}

.headline-large.margin-bottom {
  margin-bottom: 1rem;
}

.headline-large.margin-bottom.margin-big {
  margin-bottom: 5rem;
}

.margin-bottom {
  margin-bottom: 1.5rem;
}

.headline-huge {
  font-family: Intelone Display, sans-serif;
  font-size: 7.75rem;
  font-weight: 500;
  line-height: 1;
}

.headline-medium {
  letter-spacing: -.02em;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}

.section-headline {
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  display: flex;
}

.section-content.grid-12col.no-gap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.section-content.adobe-stats {
  background-color: var(--black);
  display: flex;
}

.section-content.no-overflow {
  overflow: visible;
}

.section-content.quote {
  padding: 10rem 5rem 5rem 10rem;
}

.section-content.quote.adobe {
  background-color: var(--black);
}

.section-content.quote.zoom {
  background-color: #0b5cff;
}

.section-content.cta {
  padding: 7.5rem 5rem;
}

.section-content.zoom-stats {
  background-color: #0b5cff;
  display: flex;
}

.section-content.zoom-ai-companion {
  color: var(--white);
  background-image: url('../images/zoom-bg-01_1.avif');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-content.video-player {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.paragraph-big {
  font-size: 2.5rem;
  line-height: 1.1;
}

.paragraph-big.details-subheadline {
  letter-spacing: .1em;
}

.spline-progress {
  z-index: 1;
  margin-top: -100vh;
  margin-bottom: calc(50vh + 5rem);
  position: relative;
}

.pointer-events-auto {
  pointer-events: auto;
}

.pointer-events-none {
  pointer-events: none;
}

.links-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  max-width: 70rem;
  min-height: calc(100vh - 3rem);
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.link-block {
  color: var(--white);
  text-decoration: none;
  position: relative;
}

.link-block-header {
  z-index: 2;
  position: relative;
}

.link-block-bg {
  z-index: 0;
  pointer-events: none;
  object-fit: cover;
  width: 120%;
  max-width: none;
  height: 120%;
  position: absolute;
  top: -10%;
  left: -10%;
}

.link-block-overlay {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(90deg, #000c, #0003);
  position: absolute;
  inset: 0%;
}

.link-block-logo {
  width: 100%;
  max-width: 8rem;
  display: block;
}

.link-block-footer {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 2.5rem;
  display: flex;
  position: relative;
}

.link-block-content {
  width: 100%;
  margin-right: 2.5rem;
}

.link-block-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--white);
  color: #0100a6;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: .5rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  place-content: center;
  place-items: center;
  height: 3rem;
  padding: .75rem 1rem .75rem 1.5rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: grid;
}

.link-block-button.adobe {
  color: #fa0d01;
}

.link-block-button.windows {
  color: #53153d;
}

.link-block-button.zoom {
  color: #0d5dff;
}

.link-block-button.link {
  background-color: #0000;
  height: auto;
  padding: 0;
}

.link-block-button.link.zoom {
  color: #0b5cff;
}

.link-block-button.link.lenovo, .link-block-button.hide-mobile.lenovo {
  color: #c93ec4;
}

.button-icon {
  width: .75rem;
  height: .75rem;
}

.button-icon.big {
  width: 1rem;
  height: 1rem;
}

.link-block-border {
  z-index: 2;
  transform-origin: 0%;
  transform-style: preserve-3d;
  width: .75rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  transform: scale3d(.75, 1, 1);
}

.link-block-border.adobe {
  background-color: #fa0d01;
}

.link-block-border.lenovo {
  background-color: #c93ec4;
}

.link-block-border.zoom {
  background-color: #0d5dff;
}

.menu-trigger {
  z-index: 10;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: relative;
}

.menu-bar {
  background-color: var(--white);
  width: 3rem;
  height: 2px;
  position: absolute;
  transform: translate(0, -50%);
}

.menu-bar.top {
  width: 2rem;
  transform: translate(0, -.5rem);
}

.menu-bar.middle {
  width: 1rem;
  transform: none;
}

.menu-bar.bottom {
  width: 1.5rem;
  transform: translate(0, .5rem);
}

.sponsored-bar-menu {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0068b5;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 0;
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
}

.sponsored-bar-menu.active {
  height: auto;
  display: flex;
}

.link-block-mini {
  color: var(--black);
  border-radius: .5rem;
  flex-flow: column;
  justify-content: space-between;
  min-height: 15rem;
  padding: 1.5rem 1.5rem 1.5rem 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 .25rem 1.5rem #00000026;
}

.link-block-mini.adobe, .link-block-mini.lenovo, .link-block-mini.zoom {
  color: var(--white);
}

.link-bottom-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.menu-overlay {
  z-index: 80;
  opacity: 0;
  background-color: #00000080;
  display: none;
  position: fixed;
  inset: 0%;
}

.grid-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 2rem;
  display: grid;
}

.grid-menu.full {
  flex: 1;
  min-height: 100%;
}

.sticky-intro {
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 3rem);
  display: flex;
  position: sticky;
  top: 3rem;
}

.link-block-inner {
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding: 1.5rem 1.5rem 1.5rem 2.5rem;
  display: flex;
  position: relative;
}

.page-bg {
  z-index: 0;
  background-image: url('../images/intel_blue_bg.avif');
  background-position: 50%;
  background-size: cover;
  position: fixed;
  inset: 0%;
}

.page-bg.adobe {
  background-image: url('../images/adobe-bg_1.avif');
}

.page-bg.zoom {
  background-image: url('../images/zoom-bg-v2_1.avif');
}

.page-bg.lenovo {
  background-image: url('../images/lenovo-bg_1.avif');
}

.content-section-inner {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.section-headline-divider {
  border-left: 2px solid var(--blue);
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-left: 1.5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 2rem;
  display: flex;
}

.div-block-6 {
  margin-right: -5%;
}

.disclaimer-link {
  color: #04c8fe;
}

.hero-logo {
  z-index: 3;
  width: 100%;
  max-width: 10rem;
  margin-bottom: 1.5rem;
  display: block;
  position: relative;
}

.hero-overlay {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(0deg, #000 9%, #0003 81%);
  position: absolute;
  inset: 0%;
}

.hero-el {
  z-index: 3;
  position: relative;
}

.hero-bg {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.bg-white {
  background-color: var(--white);
}

.section-content-inner {
  padding: 5rem;
}

.section-content-inner.align-center {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.section-content-inner.align-v-center {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-color-black {
  color: var(--dark-blue);
}

.text-rich-text p {
  letter-spacing: 0;
  margin-bottom: 1.5rem;
}

.text-rich-text.footnotes {
  font-size: 1rem;
}

.text-color-light {
  color: #000000b3;
}

.adobe-genai-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.adobe-genai-bg {
  object-fit: cover;
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.adobe-genai-top {
  z-index: 1;
  width: 100%;
  max-width: none;
  display: block;
  position: absolute;
}

.section-content-rows {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.adobe-stats-line {
  background-color: #fa0c00;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  width: 1rem;
  height: 100%;
  position: absolute;
}

.stats-number {
  font-size: 10rem;
  font-weight: 500;
  line-height: 1;
}

.adobe-aiera-bg-wrapper {
  background-color: #010e1e;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  position: relative;
}

.adobe-aiera-bg {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  min-height: 100vh;
  padding: 5rem;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.adobe-aiera-bg-img {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.adobe-aiera-bg-text {
  z-index: 2;
  position: relative;
}

.adobe-aiera-bg-overlay {
  z-index: 1;
  background-image: linear-gradient(#00000080, #0000 71%);
  position: absolute;
  inset: 0%;
}

.section-quote-content {
  z-index: 2;
  flex-flow: column;
  width: 65%;
  display: flex;
  position: relative;
}

.section-quote-source {
  margin-top: 1.5rem;
}

.section-quote-icon {
  width: 20rem;
  max-width: none;
  display: block;
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
}

.section-quote-img {
  z-index: 0;
  object-fit: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.section-quote-img.align-top {
  object-position: 50% 0%;
}

.video-content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.video-iframe {
  border: 1px #000;
  width: 100%;
  height: 100%;
  position: absolute;
}

.video-iframe-wrapper {
  aspect-ratio: 16 / 9;
  border-radius: .5rem;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 .5rem 1rem -.5rem #0003, 0 1rem 1.5rem -1rem #0003, 0 1.5rem 2.5rem -1.5rem #0003, 0 2.5rem 5rem -2.5rem #0003;
}

.section-video-content-player {
  z-index: 2;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 5rem;
  position: relative;
}

.section-video-content-text {
  z-index: 1;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.section-video-content-inner {
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-right: 5rem;
}

.video-content-bg {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 50%;
  position: absolute;
}

.section-cta-bg {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 150%;
  display: block;
  position: absolute;
  top: -25%;
  left: 0%;
}

.section-cta-content {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.section-cta-chip {
  z-index: 1;
  width: 100%;
  max-width: none;
  display: block;
  transform: rotate(-18deg);
}

.section-cta-chip-wrapper {
  z-index: 1;
  width: 30%;
  position: absolute;
  left: 5rem;
}

.hero-buttons {
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.stats-number-wrapper {
  text-align: left;
  width: 100%;
}

.headline-xxlarge {
  z-index: 5;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Intelone Display, sans-serif;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1;
  position: static;
}

.zoom-ai-video {
  z-index: 1;
  height: 100%;
}

.text-color-white {
  color: var(--white);
}

.img-parallax.full {
  height: 100%;
  overflow: hidden;
}

.img-parallax.full.no-overflow {
  overflow: visible;
}

.img-parallax-inner {
  object-fit: cover;
  width: 100%;
  max-width: none;
  display: block;
}

.img-parallax-inner.full {
  height: 120%;
  position: relative;
  top: -10%;
}

.img-parallax-inner.lenovo-ai-pc {
  width: 200%;
}

.img-avatars-wrapper {
  background-image: url('../images/zoom-bg-02.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 5rem;
  display: flex;
}

.img-avatars {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  display: grid;
}

.section-player-poster {
  object-fit: cover;
  flex: none;
  width: 120%;
  height: 120%;
  position: absolute;
}

.section-player-overlay {
  pointer-events: none;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.section-player-trigger {
  border: 2px solid var(--white);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 7rem;
  display: flex;
  position: absolute;
}

.section-player-icon {
  width: 3rem;
  height: 3rem;
}

.section-player-text {
  width: 100%;
  padding: 5rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.section-player-cover-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-player-headline {
  max-width: 30ch;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.3;
}

.section-content-block {
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}

.section-content-block.grid-12col.no-gap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.section-content-block.adobe-stats {
  background-color: var(--black);
  display: flex;
}

.section-content-block.no-overflow {
  overflow: visible;
}

.section-content-block.quote {
  padding: 10rem 5rem 5rem 10rem;
}

.section-content-block.quote.adobe {
  background-color: var(--black);
}

.section-content-block.quote.zoom {
  background-color: #0b5cff;
}

.section-content-block.cta {
  padding: 7.5rem 5rem;
}

.section-content-block.zoom-stats {
  background-color: #0b5cff;
  display: flex;
}

.section-content-block.zoom-ai-companion {
  color: var(--white);
  background-image: url('../images/zoom-bg-01_1.avif');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-content-block.video-player {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.section-content-block.lenovo-features {
  color: var(--white);
  text-align: center;
  background-image: url('../images/lenovo-bg-03.avif');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-content-block.smart-modes {
  background-image: url('../images/lenovo-bg-02_1.avif');
  background-position: 50%;
  background-size: cover;
  padding: 5rem;
}

.img-avatar-wrapper {
  overflow: hidden;
}

.img-avatar {
  width: 100%;
  max-width: none;
  display: block;
}

.hero-internal-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.section-player {
  position: relative;
}

.lenovo-productivity-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.lenovo-productivity-bg {
  object-fit: cover;
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
}

.headline-large-copy {
  z-index: 5;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Intelone Display, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  position: static;
}

.headline-large-copy.margin-bottom {
  margin-bottom: 1rem;
}

.headline-large-copy.margin-bottom.margin-big {
  margin-bottom: 5rem;
}

.features-box {
  z-index: 1;
  color: var(--dark-blue);
  background-image: linear-gradient(#fff, #fffc);
  border-radius: .5rem;
  padding: 2.5rem;
  position: relative;
}

.lenovo-ai-pc-wrapper {
  background-image: url('../images/lenovo-bg-02_1.avif');
  background-position: 50%;
  background-size: cover;
}

.lenovo-ai-pc-wrapper.img-parallax {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.smart-modes-features {
  margin-top: -10rem;
}

.smart-share-img-wrapper {
  position: relative;
}

.smart-share-bg {
  width: 100%;
  height: 80%;
  position: absolute;
  top: 0;
  left: 0;
}

.smart-share-img {
  z-index: 1;
  position: relative;
}

.smart-care-img-wrapper {
  background-image: url('../images/lenovo-bg-05_1.avif');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-headline-wrapper {
  z-index: 2;
  padding-left: 1.5rem;
  position: relative;
}

.hero-headline-wrapper.adobe {
  border-left-color: #fa0d01;
}

.hero-headline-wrapper.zoom {
  border-left-color: #0b5cff;
}

.hero-headline-wrapper.lenovo {
  border-left-color: #c93ec4;
}

.balance {
  text-wrap: balance;
}

.text-block-3 {
  color: #c93ec4;
}

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

.lenovo-productivite-top {
  z-index: 1;
  width: 100%;
  max-width: none;
  display: block;
  position: absolute;
}

.link-block-bg-wrapper {
  border-radius: 1rem;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-headline-line {
  z-index: 2;
  border-left: .25rem solid #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.hero-headline-line.adobe {
  border-left-color: #fa0d01;
}

.hero-headline-line.zoom {
  border-left-color: #0b5cff;
}

.hero-headline-line.lenovo {
  border-left-color: #c93ec4;
}

.hero-anchor {
  pointer-events: auto;
  color: #ffffffb3;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  flex-flow: column;
  width: 5rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.1;
  display: flex;
}

.hero-anchor_lottie {
  width: 100%;
}

.hero-anchor_lottie-wrapper {
  aspect-ratio: 16 / 6;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-top: .5rem;
  display: flex;
  overflow: hidden;
}

.hero-anchor_wrapper {
  z-index: 2;
  pointer-events: none;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100svh;
  padding-bottom: 2.5rem;
  display: flex;
  position: sticky;
  top: 0;
}

.anchor-link-wrapper {
  position: relative;
}

.info-icon {
  width: 1.125rem;
  height: 1.125rem;
  margin-left: .5rem;
  display: block;
}

.paid-content-toggle {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paid-content-disclaimer {
  z-index: 11;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark-blue);
  letter-spacing: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 10fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  font-size: .75rem;
  display: grid;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: auto hidden;
}

.paid-content-inner {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.paid-content-close {
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
}

@media screen and (max-width: 991px) {
  .section.details {
    padding-bottom: 2.5rem;
  }

  .hero-title {
    font-size: 5rem;
  }

  .marquee-el {
    font-size: 8rem;
  }

  .headline, .headline-span {
    text-align: center;
    font-size: 6rem;
  }

  .subhead {
    text-align: center;
  }

  .hero-headline {
    text-align: center;
    font-size: 5rem;
  }

  .hero-subheadline {
    text-align: center;
    font-size: 2rem;
  }

  .intro-wrapper {
    text-wrap: balance;
  }

  .headline-xlarge {
    font-size: 4rem;
  }

  .grid-12col {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .loading-icon-bg-spin {
    width: 100vh;
    height: 100vh;
  }

  .loading-portal-wrapper {
    width: 200vh;
    height: 200vh;
  }

  .intro-text {
    font-size: 2rem;
  }

  .features-list {
    width: 80%;
  }

  .headline-large.margin-bottom.margin-big {
    margin-bottom: 2.5rem;
  }

  .headline-huge {
    font-size: 5rem;
  }

  .section-content.adobe-stats {
    flex-flow: column;
  }

  .section-content.quote.adobe, .section-content.quote.zoom {
    padding-top: 5rem;
    padding-left: 5rem;
  }

  .section-content.cta.grid-12col {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section-content.zoom-stats {
    flex-flow: column;
  }

  .link-block-logo.mini {
    max-width: 7rem;
  }

  .section-content-inner.align-center {
    width: 100%;
  }

  .section-content-inner.align-v-center.stats-number-content {
    padding-top: 0;
  }

  .adobe-genai-wrapper {
    justify-content: center;
    align-items: center;
    height: 20rem;
  }

  .adobe-genai-bg {
    width: 100%;
  }

  .adobe-genai-top {
    width: 70%;
    top: 0%;
    left: auto;
  }

  .adobe-aiera-bg-wrapper {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0;
  }

  .adobe-aiera-bg {
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0;
    min-height: 30rem;
    position: relative;
    overflow: hidden;
  }

  .section-quote-content {
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
  }

  .section-quote-source {
    margin-top: 50vw;
  }

  .section-quote-icon {
    width: 15rem;
    top: -1rem;
    left: -1rem;
  }

  .section-quote-img {
    object-fit: contain;
    width: 100%;
    height: 80vw;
    top: auto;
  }

  .video-content-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .section-video-content-player {
    padding-right: 5rem;
  }

  .section-video-content-text {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 2fr;
  }

  .section-video-content-inner {
    padding-top: 0;
    padding-left: 5rem;
  }

  .section-cta-content {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 20vw;
  }

  .section-cta-chip-wrapper {
    left: auto;
  }

  .stats-number-wrapper, .stats-number-content {
    text-align: center;
  }

  .headline-xxlarge {
    font-size: 4rem;
  }

  .zoom-ai-video {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
  }

  .img-parallax-inner.lenovo-ai-pc {
    width: 150%;
  }

  .section-player-trigger {
    aspect-ratio: 1;
    width: 15%;
    height: auto;
    margin-bottom: 10%;
  }

  .section-player-icon {
    aspect-ratio: 1;
    width: 50%;
    height: auto;
  }

  .section-player-text {
    padding: 2.5rem;
  }

  .section-content-block.adobe-stats {
    flex-flow: column;
  }

  .section-content-block.quote.adobe, .section-content-block.quote.zoom {
    padding-top: 5rem;
    padding-left: 5rem;
  }

  .section-content-block.cta.grid-12col {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section-content-block.zoom-stats {
    flex-flow: column;
  }

  .section-content-block.smart-modes {
    padding: 2.5rem;
  }

  .lenovo-productivity-wrapper {
    justify-content: center;
    align-items: center;
    height: 20rem;
  }

  .lenovo-productivity-bg {
    width: 100%;
  }

  .headline-large-copy.margin-bottom.margin-big {
    margin-bottom: 2.5rem;
  }

  .smart-modes-top {
    padding: 2.5rem;
  }

  .lenovo-productivite-top {
    width: 70%;
    top: 0%;
    left: auto;
  }

  .paid-content-disclaimer {
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .section.features {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 5rem;
  }

  .header {
    padding-top: 1.5rem;
  }

  .page-padding {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .grid-8cols {
    grid-template-columns: 1fr;
  }

  .header-paragraph {
    display: none;
  }

  .footer-shipping-title {
    font-size: 3rem;
  }

  .shipping-title-small {
    font-size: 2rem;
  }

  .headline, .headline-span {
    font-size: 4.5rem;
  }

  .subhead {
    font-size: 2rem;
  }

  .intel-logo {
    max-width: 15%;
  }

  .hero-headline {
    font-size: 4.5rem;
  }

  .hero-subheadline {
    font-size: 2rem;
  }

  .headline-xlarge {
    font-size: 3rem;
  }

  .headline-big {
    font-size: 2rem;
  }

  .grid-12col {
    grid-template-columns: 1fr;
  }

  .grid-12col.gap-big-mobile {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .grid-12col.partners-hero {
    height: calc(100svh - 15rem);
  }

  .loading-portal-wrapper {
    width: 200vw;
    height: 200vw;
  }

  .paragraph-medium {
    font-size: 1.25rem;
  }

  .headline-large {
    font-size: 2.5rem;
  }

  .headline-huge {
    font-size: 5rem;
  }

  .headline-medium {
    font-size: 1.125rem;
  }

  .section-content.quote.adobe, .section-content.quote.zoom {
    padding-bottom: 2.5rem;
    padding-right: 2.5rem;
  }

  .section-content.cta.grid-12col {
    padding: 2.5rem;
  }

  .paragraph-big {
    font-size: 1.5rem;
  }

  .link-block-footer {
    margin-top: 1.5rem;
  }

  .link-block-button {
    height: 3rem;
    padding: .5rem 1rem;
  }

  .link-block-button.link.adobe, .link-block-button.cta, .link-block-button.cta.w--current {
    display: flex;
  }

  .menu-overlay {
    display: none;
  }

  .grid-menu {
    grid-template-columns: 1fr;
  }

  .link-block-inner {
    padding: 1.5rem 1rem 1rem 1.5rem;
  }

  .hero-el._02 {
    padding-top: 0;
  }

  .section-content-inner {
    padding: 2.5rem;
  }

  .adobe-genai-top {
    width: 80%;
    top: 10%;
  }

  .adobe-aiera-bg {
    min-height: 20rem;
    padding: 2.5rem;
  }

  .section-video-content-player, .section-video-content-inner {
    padding-bottom: 2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .headline-xxlarge {
    font-size: 3rem;
  }

  .img-avatars-wrapper {
    padding: 2.5rem;
  }

  .section-player-trigger {
    margin-bottom: 20%;
  }

  .section-player-text {
    padding: 2.5rem;
  }

  .section-player-headline {
    font-size: 1.5rem;
  }

  .section-content-block.quote.adobe, .section-content-block.quote.zoom {
    padding-bottom: 2.5rem;
    padding-right: 2.5rem;
  }

  .section-content-block.cta.grid-12col {
    padding: 2.5rem;
  }

  .hero-internal-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    height: 100svh;
    padding-top: 10rem;
  }

  .headline-large-copy {
    font-size: 2.5rem;
  }

  .features-box {
    padding: 1.5rem;
  }

  .smart-modes-top {
    padding: 0;
  }

  .hero-headline-wrapper {
    border-left-style: none;
    border-left-width: 0;
    padding-bottom: 1.5rem;
    padding-left: 0;
  }

  .hero-headline-wrapper.adobe {
    border-bottom: 2px solid #fa0d01;
  }

  .hero-headline-wrapper.zoom {
    border-bottom: 2px solid #0b5cff;
  }

  .lenovo-productivite-top {
    width: 80%;
    top: 10%;
  }

  .hero-headline-line {
    border-left-style: none;
    border-left-width: 0;
    width: 100%;
    padding-left: 0;
    top: auto;
    right: 0;
  }

  .hero-headline-line.adobe {
    border-bottom: 2px solid #fa0d01;
  }

  .hero-headline-line.zoom {
    border-bottom: 2px solid #0b5cff;
  }

  .hero-headline-line.lenovo {
    border-bottom: 2px solid #c93ec4;
  }

  .paid-content-disclaimer {
    grid-template-columns: 1fr 10fr;
    display: flex;
  }

  .paid-content-inner {
    text-align: left;
  }

  .paid-content-close {
    flex: none;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 1rem;
  }

  .page-wrapper {
    justify-content: center;
    align-items: center;
  }

  .section.features {
    padding-top: 5rem;
    padding-bottom: 2.5rem;
  }

  .grid-8cols {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .logo {
    width: 10rem;
  }

  .hero-title {
    font-size: 4rem;
  }

  .hero-title-line-wrapper {
    display: none;
  }

  .cta-button-label-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .marquee-el {
    font-size: 4rem;
  }

  .hero-title-word-wrapper {
    text-align: left;
    display: block;
  }

  .spline-scene-2 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: fixed;
  }

  .headline {
    text-align: center;
    padding-top: 8px;
    font-size: 2.5rem;
  }

  .headline-span {
    text-align: center;
    margin-top: -5px;
    font-size: 2.5rem;
    line-height: 1;
  }

  .subhead {
    text-align: center;
    font-size: 1.1rem;
  }

  .hero-title-wrapper {
    font-size: .8rem;
  }

  .paid-content-logo-intel {
    flex: none;
    width: 20rem;
    max-width: none;
  }

  .paid-content-logo {
    justify-content: flex-start;
    align-items: center;
    width: 4rem;
    overflow: hidden;
  }

  .hero-headline {
    text-align: center;
    padding-top: 8px;
    font-size: 2.5rem;
  }

  .hero-subheadline {
    text-align: center;
    font-size: 1.5rem;
  }

  .intro-wrapper {
    text-wrap: balance;
    width: 80%;
  }

  .headline-xlarge {
    padding-top: 8px;
    font-size: 2rem;
  }

  .headline-big {
    font-size: 2rem;
  }

  .grid-12col {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .grid-12col.gap-big-mobile {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .info-block, .info-block._01 {
    font-size: 1.125rem;
  }

  .details-subheadline.headline-big {
    font-size: 1.5rem;
  }

  .loading-icon-bg {
    width: 15rem;
    height: 15rem;
  }

  .loading-portal-wrapper {
    width: 200vh;
    height: 200vh;
  }

  .features-list {
    width: 70%;
  }

  .info-block-line-mask._01, .info-block-line-mask._03 {
    margin-left: -5rem;
  }

  .headline-large {
    font-size: 2.5rem;
  }

  .headline-large.m-headline-big {
    font-size: 2rem;
  }

  .headline-large.m-headline-big.margin-bottom {
    margin-bottom: .5rem;
  }

  .margin-bottom {
    margin-bottom: 1rem;
  }

  .headline-huge {
    font-size: 3rem;
  }

  .headline-medium {
    font-size: 1.125rem;
  }

  .section-content.quote.adobe, .section-content.quote.zoom {
    padding: 2.5rem 1.5rem 1.5rem 2.5rem;
  }

  .section-content.cta.grid-12col {
    padding: 1.5rem;
  }

  .links-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .link-block {
    border-radius: .5rem;
    flex-flow: column;
    min-height: auto;
    display: flex;
  }

  .link-block-overlay {
    border-radius: .5px;
  }

  .link-block-logo {
    max-width: 6rem;
  }

  .link-block-footer {
    margin-top: 1rem;
  }

  .link-block-button {
    display: flex;
  }

  .link-block-button.hide-mobile {
    display: none;
  }

  .link-block-mini {
    min-height: 10rem;
  }

  .link-bottom-icon {
    width: 1.125rem;
    height: 1.125rem;
  }

  .link-block-inner {
    border-radius: .5rem;
    flex: 1;
  }

  .hero-logo {
    max-width: 8rem;
  }

  .hero-bg.lenovo {
    object-position: 30% 50%;
  }

  .section-content-inner {
    padding: 1.5rem;
  }

  .text-rich-text p {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .adobe-genai-wrapper {
    height: 15rem;
    margin-bottom: 5rem;
  }

  .adobe-genai-top {
    width: 100%;
    top: 40%;
  }

  .section-content-rows {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .adobe-stats-line {
    width: .5rem;
  }

  .stats-number {
    font-size: 7rem;
  }

  .adobe-aiera-bg-wrapper {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .adobe-aiera-bg {
    padding: 1.5rem;
  }

  .section-quote-icon {
    width: 10rem;
  }

  .section-video-content-player {
    padding: 2.5rem 1.5rem;
  }

  .section-video-content-inner {
    padding: 1.5rem;
  }

  .video-content-bg {
    height: 100%;
  }

  .section-cta-content {
    padding-top: 50vw;
  }

  .section-cta-chip-wrapper {
    width: 50%;
  }

  .section-quote-text.paragraph-big {
    font-size: 1.25rem;
    line-height: 1.3;
  }

  .headline-xxlarge {
    padding-top: 8px;
    font-size: 3rem;
  }

  .section-player-trigger {
    width: 3rem;
    height: 3rem;
    margin-bottom: 0%;
    top: 1.5rem;
    left: 1.5rem;
  }

  .section-player-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .section-player-text {
    padding: 1.5rem;
  }

  .section-player-headline {
    letter-spacing: 0;
    font-size: 1.25rem;
  }

  .section-content-block {
    border-radius: .5rem;
  }

  .section-content-block.quote.adobe, .section-content-block.quote.zoom {
    padding: 2.5rem 1.5rem 1.5rem 2.5rem;
  }

  .section-content-block.cta.grid-12col, .section-content-block.smart-modes {
    padding: 1.5rem;
  }

  .lenovo-productivity-wrapper {
    height: 15rem;
    margin-bottom: 5rem;
  }

  .headline-large-copy {
    padding-top: 8px;
    font-size: 2.5rem;
  }

  .smart-modes-features {
    margin-top: 0;
  }

  .hero-headline-wrapper {
    margin-bottom: 1rem;
  }

  .lenovo-productivite-top {
    width: 100%;
  }

  .link-block-bg-wrapper {
    border-radius: .5rem;
  }

  .hero-headline-line {
    margin-bottom: 0;
  }

  .paid-content-disclaimer {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .paid-content-close {
    margin-top: 1rem;
    margin-bottom: auto;
  }
}

#w-node-_802d549b-042c-1c88-9e9e-496411681167-8f2ca363 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
}

#w-node-ce1d033d-9a54-d98d-6bf0-f789425570e6-8f2ca363 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: end;
}

#w-node-bf5a1609-6628-f902-3f17-bf4ad28cb4fc-8f2ca363 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-bed51bda-7bad-6586-2b2e-11a99f58d89e-8f2ca363 {
  grid-area: 1 / 7 / 2 / 9;
  place-self: end;
}

#w-node-_70318d71-1b37-d948-4a2d-05cb8d929284-10aea34e {
  grid-area: 1 / 2 / 2 / 5;
  place-self: center start;
}

#w-node-_1e86253c-6dcc-83e2-b303-d360b014b320-10aea34e {
  grid-area: 1 / 9 / 2 / 12;
  place-self: center end;
}

#w-node-_515f330c-bf57-ff5e-f227-19c7f520d855-10aea34e {
  grid-area: 1 / 5 / 2 / 9;
  place-self: end center;
}

#w-node-bbe56441-ef52-e605-9178-b19a43ad02fe-7aa9964b {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_3f5d2ea9-b889-3409-27d7-ae532bbeafc7-7aa9964b {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-b1fc5371-4ef4-af50-79d1-19a9d11734ab-7aa9964b {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_47b864d8-21cf-ece8-1694-04a4feb21ca6-7aa9964b {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_4b4402b2-f236-d9fd-7497-031d6e214ec3-7aa9964b {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-fdfb5ab0-5f4c-ae70-a980-241e45fbc9d4-45fbc9cc {
  place-self: center end;
}

#w-node-_3b447ec3-d38f-46a7-e2cb-40c167de1e42-45fbc9cc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_85d4c038-8116-d69a-427a-0cac79ff4561-45fbc9cc {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-b6dfafe3-bea2-bb5e-e63e-9e4d1441fae9-7ae58e58 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_7ad872b1-2ef0-1470-6edf-6e111fed261e-7ae58e58 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b07dd03e-ce33-6fb4-9b39-6fceb9d1ab82-7ae58e58 {
  grid-area: 2 / 7 / 3 / 13;
  align-self: end;
}

#w-node-_117830e7-a1be-98e8-a609-17d1d485a862-7ae58e58 {
  grid-column: span 6 / span 6;
}

#w-node-_468607f9-072e-37f5-5365-37ad64ffc9a1-7ae58e58 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-d94ef885-9c5c-fe8b-b4e2-b6acd8a814f4-7ae58e58 {
  grid-column: span 5 / span 5;
}

#w-node-_439590d6-3183-8c81-40fe-f934ca39f44a-7ae58e58 {
  grid-column: span 7 / span 7;
}

#w-node-d88c239f-6281-34d9-709c-16e14612dcb6-7ae58e58 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-d88c239f-6281-34d9-709c-16e14612dcad-7ae58e58 {
  grid-column: span 6 / span 6;
}

#w-node-_772f24ad-27de-7480-7b7a-334325d98132-7ae58e58 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-aee5fcd1-2595-3c5c-4631-5e288b98b9df-7ae58e58 {
  grid-area: 2 / 1 / 3 / 3;
  align-self: end;
}

#w-node-_7572dc0b-9244-ef4e-393d-adba3ae00c24-7ae58e58 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9e95583b-fa09-98a6-f87c-2de8fa28dac2-fa28dac0 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_55bed511-1cb8-e8ff-2e76-640a2028d544-df6aa4d3 {
  grid-area: 2 / 1 / 3 / 7;
  align-self: start;
}

#w-node-_7ad872b1-2ef0-1470-6edf-6e111fed261e-df6aa4d3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b07dd03e-ce33-6fb4-9b39-6fceb9d1ab82-df6aa4d3 {
  grid-area: 2 / 7 / 3 / 13;
  align-self: end;
}

#w-node-d94ef885-9c5c-fe8b-b4e2-b6acd8a814f4-df6aa4d3 {
  grid-column: span 5 / span 5;
}

#w-node-_439590d6-3183-8c81-40fe-f934ca39f44a-df6aa4d3 {
  grid-column: span 7 / span 7;
}

#w-node-_117830e7-a1be-98e8-a609-17d1d485a862-df6aa4d3 {
  grid-column: span 6 / span 6;
}

#w-node-_4eda87b7-ba55-7896-73f0-efe3dfee8b66-df6aa4d3, #w-node-c821c5b9-4b3b-729e-d240-6be6af7e868d-df6aa4d3 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-c821c5b9-4b3b-729e-d240-6be6af7e8695-df6aa4d3 {
  grid-column: span 6 / span 6;
}

#w-node-d0147798-56e3-bd7d-b6e8-3846234be457-df6aa4d3 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-d0147798-56e3-bd7d-b6e8-3846234be458-df6aa4d3, #w-node-cf901f93-cb99-cd59-c65b-7a8c40204094-df6aa4d3 {
  grid-column: span 6 / span 6;
}

#w-node-cf901f93-cb99-cd59-c65b-7a8c4020409b-df6aa4d3, #w-node-_0a5b9c41-5a6f-551c-827e-06727a67f3a3-df6aa4d3 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_0a5b9c41-5a6f-551c-827e-06727a67f39c-df6aa4d3, #w-node-a8122254-b7bf-624f-8fe4-997987dd20ef-df6aa4d3 {
  grid-column: span 6 / span 6;
}

#w-node-a8122254-b7bf-624f-8fe4-997987dd20ed-df6aa4d3 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_772f24ad-27de-7480-7b7a-334325d98132-df6aa4d3 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-aee5fcd1-2595-3c5c-4631-5e288b98b9df-df6aa4d3 {
  grid-area: 2 / 1 / 3 / 3;
  align-self: end;
}

#w-node-_7572dc0b-9244-ef4e-393d-adba3ae00c24-df6aa4d3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_87728e43-e34e-6b8d-4d8d-6390141e41da-2d0ee953 {
  grid-area: 2 / 1 / 3 / 7;
  align-self: start;
}

#w-node-_7ad872b1-2ef0-1470-6edf-6e111fed261e-2d0ee953 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b07dd03e-ce33-6fb4-9b39-6fceb9d1ab82-2d0ee953 {
  grid-area: 2 / 7 / 3 / 13;
  align-self: end;
}

#w-node-f7f5f033-4203-efd6-0c91-31c5b7d7dbf9-2d0ee953 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-f7f5f033-4203-efd6-0c91-31c5b7d7dbf0-2d0ee953, #w-node-_117830e7-a1be-98e8-a609-17d1d485a862-2d0ee953 {
  grid-column: span 6 / span 6;
}

#w-node-_01e7842c-4279-d767-147b-0cdecba64a14-2d0ee953 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-c821c5b9-4b3b-729e-d240-6be6af7e868d-2d0ee953 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c821c5b9-4b3b-729e-d240-6be6af7e8695-2d0ee953 {
  grid-column: span 6 / span 6;
}

#w-node-_6487f567-e044-27ca-2c8c-a6e623365b36-2d0ee953 {
  grid-column: span 12 / span 12;
}

#w-node-ef67370a-038d-e14a-02c3-ebcab810c78c-2d0ee953 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-cf901f93-cb99-cd59-c65b-7a8c4020409b-2d0ee953 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-e469ccad-f2aa-a460-7b09-981548a23c71-2d0ee953 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-_9cf292ca-001e-c076-e10c-e177fff90ba7-2d0ee953, #w-node-_5beb6f45-099c-ace2-a192-8df2ee4f5a2f-2d0ee953, #w-node-_236cbeab-84c7-9c6a-e7be-cc9e97ad552d-2d0ee953 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a787bd32-fc75-bd35-e5f0-5908668868e4-2d0ee953, #w-node-_21ed804c-286a-acf8-2cb3-8db26f45d186-2d0ee953 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_0a5b9c41-5a6f-551c-827e-06727a67f3a3-2d0ee953 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_49971d4b-3623-b4f8-12fa-ae14dbfc8f7f-2d0ee953 {
  grid-column: span 3 / span 3;
}

#w-node-_0a5b9c41-5a6f-551c-827e-06727a67f39d-2d0ee953 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-a8122254-b7bf-624f-8fe4-997987dd20ef-2d0ee953 {
  grid-column: span 6 / span 6;
}

#w-node-a8122254-b7bf-624f-8fe4-997987dd20ed-2d0ee953 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

@media screen and (max-width: 991px) {
  #w-node-bf5a1609-6628-f902-3f17-bf4ad28cb4fc-8f2ca363 {
    grid-column: span 4 / span 4;
  }

  #w-node-bed51bda-7bad-6586-2b2e-11a99f58d89e-8f2ca363 {
    grid-column-start: 5;
  }

  #w-node-_4b4402b2-f236-d9fd-7497-031d6e214ec3-7aa9964b {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_117830e7-a1be-98e8-a609-17d1d485a862-7ae58e58 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_468607f9-072e-37f5-5365-37ad64ffc9a1-7ae58e58 {
    grid-column: 1 / 9;
  }

  #w-node-d88c239f-6281-34d9-709c-16e14612dcb6-7ae58e58, #w-node-d88c239f-6281-34d9-709c-16e14612dcad-7ae58e58 {
    grid-column: span 8 / span 8;
  }

  #w-node-_772f24ad-27de-7480-7b7a-334325d98132-7ae58e58, #w-node-aee5fcd1-2595-3c5c-4631-5e288b98b9df-7ae58e58, #w-node-_7572dc0b-9244-ef4e-393d-adba3ae00c24-7ae58e58 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9e95583b-fa09-98a6-f87c-2de8fa28dac2-fa28dac0 {
    grid-column: 1 / 9;
  }

  #w-node-_9e95583b-fa09-98a6-f87c-2de8fa28daca-fa28dac0 {
    justify-self: center;
  }

  #w-node-_117830e7-a1be-98e8-a609-17d1d485a862-df6aa4d3 {
    grid-column: span 8 / span 8;
  }

  #w-node-_4eda87b7-ba55-7896-73f0-efe3dfee8b66-df6aa4d3 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-c821c5b9-4b3b-729e-d240-6be6af7e868d-df6aa4d3, #w-node-c821c5b9-4b3b-729e-d240-6be6af7e8695-df6aa4d3, #w-node-d0147798-56e3-bd7d-b6e8-3846234be457-df6aa4d3, #w-node-d0147798-56e3-bd7d-b6e8-3846234be458-df6aa4d3, #w-node-cf901f93-cb99-cd59-c65b-7a8c40204094-df6aa4d3 {
    grid-column: span 8 / span 8;
  }

  #w-node-cf901f93-cb99-cd59-c65b-7a8c4020409b-df6aa4d3 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_0a5b9c41-5a6f-551c-827e-06727a67f3a3-df6aa4d3, #w-node-_0a5b9c41-5a6f-551c-827e-06727a67f39c-df6aa4d3, #w-node-a8122254-b7bf-624f-8fe4-997987dd20ef-df6aa4d3 {
    grid-column: span 8 / span 8;
  }

  #w-node-a8122254-b7bf-624f-8fe4-997987dd20ed-df6aa4d3 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_772f24ad-27de-7480-7b7a-334325d98132-df6aa4d3, #w-node-aee5fcd1-2595-3c5c-4631-5e288b98b9df-df6aa4d3, #w-node-_7572dc0b-9244-ef4e-393d-adba3ae00c24-df6aa4d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_87728e43-e34e-6b8d-4d8d-6390141e41da-2d0ee953 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_7ad872b1-2ef0-1470-6edf-6e111fed261e-2d0ee953 {
    grid-column: span 8 / span 8;
  }

  #w-node-b07dd03e-ce33-6fb4-9b39-6fceb9d1ab82-2d0ee953 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-f7f5f033-4203-efd6-0c91-31c5b7d7dbef-2d0ee953 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f7f5f033-4203-efd6-0c91-31c5b7d7dbf9-2d0ee953 {
    grid-column: span 8 / span 8;
  }

  #w-node-f7f5f033-4203-efd6-0c91-31c5b7d7dbf0-2d0ee953 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_117830e7-a1be-98e8-a609-17d1d485a862-2d0ee953 {
    grid-column: span 8 / span 8;
  }

  #w-node-_01e7842c-4279-d767-147b-0cdecba64a14-2d0ee953 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-c821c5b9-4b3b-729e-d240-6be6af7e8695-2d0ee953, #w-node-_6487f567-e044-27ca-2c8c-a6e623365b36-2d0ee953 {
    grid-column: span 8 / span 8;
  }

  #w-node-b8bae6c6-5003-acb5-7321-f02fc9fe8ea2-2d0ee953 {
    grid-column: span 3 / span 3;
  }

  #w-node-ef67370a-038d-e14a-02c3-ebcab810c78c-2d0ee953 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-cf901f93-cb99-cd59-c65b-7a8c4020409b-2d0ee953, #w-node-e469ccad-f2aa-a460-7b09-981548a23c71-2d0ee953 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-a787bd32-fc75-bd35-e5f0-5908668868e4-2d0ee953 {
    grid-column: span 4 / span 4;
  }

  #w-node-_21ed804c-286a-acf8-2cb3-8db26f45d186-2d0ee953, #w-node-_0a5b9c41-5a6f-551c-827e-06727a67f3a3-2d0ee953 {
    grid-column: span 8 / span 8;
  }

  #w-node-bdaaac99-73e1-40ca-f836-35dee8cab171-2d0ee953 {
    grid-column: span 3 / span 3;
  }

  #w-node-_0a5b9c41-5a6f-551c-827e-06727a67f39d-2d0ee953 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-a8122254-b7bf-624f-8fe4-997987dd20ef-2d0ee953 {
    grid-column: span 8 / span 8;
  }

  #w-node-a8122254-b7bf-624f-8fe4-997987dd20ed-2d0ee953 {
    grid-area: 1 / 1 / 2 / 9;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bf5a1609-6628-f902-3f17-bf4ad28cb4fc-8f2ca363 {
    grid-column: span 1 / span 1;
  }

  #w-node-bed51bda-7bad-6586-2b2e-11a99f58d89e-8f2ca363 {
    grid-column: 2 / 3;
  }

  #w-node-bbe56441-ef52-e605-9178-b19a43ad02fe-7aa9964b {
    grid-column: span 1 / span 1;
  }

  #w-node-_3f5d2ea9-b889-3409-27d7-ae532bbeafc7-7aa9964b, #w-node-b1fc5371-4ef4-af50-79d1-19a9d11734ab-7aa9964b, #w-node-_47b864d8-21cf-ece8-1694-04a4feb21ca6-7aa9964b, #w-node-_3b447ec3-d38f-46a7-e2cb-40c167de1e42-45fbc9cc, #w-node-_85d4c038-8116-d69a-427a-0cac79ff4561-45fbc9cc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b6dfafe3-bea2-bb5e-e63e-9e4d1441fae9-7ae58e58 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_7ad872b1-2ef0-1470-6edf-6e111fed261e-7ae58e58 {
    grid-column: span 1 / span 1;
  }

  #w-node-b07dd03e-ce33-6fb4-9b39-6fceb9d1ab82-7ae58e58 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_55bed511-1cb8-e8ff-2e76-640a2028d544-df6aa4d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_7ad872b1-2ef0-1470-6edf-6e111fed261e-df6aa4d3 {
    grid-column: span 1 / span 1;
  }

  #w-node-b07dd03e-ce33-6fb4-9b39-6fceb9d1ab82-df6aa4d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_87728e43-e34e-6b8d-4d8d-6390141e41da-2d0ee953 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_7ad872b1-2ef0-1470-6edf-6e111fed261e-2d0ee953 {
    grid-column: span 1 / span 1;
  }

  #w-node-b07dd03e-ce33-6fb4-9b39-6fceb9d1ab82-2d0ee953 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9cf292ca-001e-c076-e10c-e177fff90ba7-2d0ee953, #w-node-_5beb6f45-099c-ace2-a192-8df2ee4f5a2f-2d0ee953, #w-node-_236cbeab-84c7-9c6a-e7be-cc9e97ad552d-2d0ee953, #w-node-a787bd32-fc75-bd35-e5f0-5908668868e4-2d0ee953, #w-node-_21ed804c-286a-acf8-2cb3-8db26f45d186-2d0ee953 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bed51bda-7bad-6586-2b2e-11a99f58d89e-8f2ca363 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_70318d71-1b37-d948-4a2d-05cb8d929284-10aea34e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }

  #w-node-_1e86253c-6dcc-83e2-b303-d360b014b320-10aea34e {
    grid-area: 3 / 1 / 4 / 2;
    align-self: end;
  }

  #w-node-_515f330c-bf57-ff5e-f227-19c7f520d855-10aea34e {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
  }

  #w-node-_6487f567-e044-27ca-2c8c-a6e623365b36-2d0ee953, #w-node-b8bae6c6-5003-acb5-7321-f02fc9fe8ea2-2d0ee953, #w-node-ef67370a-038d-e14a-02c3-ebcab810c78c-2d0ee953, #w-node-cf901f93-cb99-cd59-c65b-7a8c4020409b-2d0ee953, #w-node-e469ccad-f2aa-a460-7b09-981548a23c71-2d0ee953 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Jetbrains Mono';
  src: url('../fonts/JetBrainsMono-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intelone Display';
  src: url('../fonts/intelone-display-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intelone Display';
  src: url('../fonts/intelone-display-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neopixel';
  src: url('../fonts/NEOPIXEL-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}