@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-ExtraBold.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-ExtraLightItalic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-ExtraBoldItalic.otf') format("opentype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-SemiBoldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-RegularItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-ThinItalic.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

:root {
  --body-bg: #000815;
  --text: #fffc;
  --transparent: transparent;
  --bright-cyan: #3ec5e6;
  --white: white;
  --vivid-blue: #0a7cff;
  --progress-color\<deleted\|variable-c52360aa-8d4d-8431-8262-a9b7827f3327\>: 0;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--body-bg);
  color: var(--text);
  font-family: Metropolis, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
  transition: all .3s;
}

img {
  width: 100%;
  display: inline-block;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.site-header {
  z-index: 9999;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.header-topbar-wrapper {
  background-image: linear-gradient(125.02deg, #172f66, #09193a 60.9%);
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.topbar-content-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.topbar-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 19px;
  display: flex;
}

.topbar-text {
  line-height: 1.2em;
  text-align: center;
}

.site-navbar {
  background-color: var(--transparent);
  margin-top: 10px;
}

.navbar-wrapper {
  z-index: 1;
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  background-color: #ffffff12;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  display: flex;
  position: relative;
}

.site-logo-link-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.nav-menu-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.navbar-items {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-item {
  color: #e6edfa99;
  text-transform: capitalize;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  line-height: 1em;
  text-decoration: none;
}

.nav-item:hover, .nav-item.w--current {
  color: var(--white);
}

.site-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px solid var(--bright-cyan);
  background-color: var(--transparent);
  width: auto;
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  font-family: Inter, sans-serif;
  line-height: 1em;
  text-decoration: none;
  display: inline-flex;
}

.site-btn.header-cta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 10px 13px;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
}

.site-btn.header-cta:hover {
  border-top-color: var(--white);
  border-right-color: var(--white);
  border-bottom-color: var(--white);
  border-left-color: var(--white);
  color: var(--vivid-blue);
  box-shadow: 0 -7px 30px #0a7cff;
}

.site-btn.outline {
  background-color: #006cff1a;
  background-image: linear-gradient(#006cff1a, #006cff1a);
  border-width: 1px;
  border-color: #ffffff4d;
  padding-top: 24px;
  padding-bottom: 24px;
}

.site-btn.outline:hover {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 -7px 30px #0a7cff;
}

.site-btn.primary-btn {
  z-index: 3;
  z-index: 3;
  min-width: auto;
  position: relative;
}

.site-btn.primary-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px #0a7cff73;
}

.site-btn.primary-btn.hero-primary-fit {
  min-width: 244px;
}

.btn-text {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: inline-flex;
}

.btn-icon {
  max-width: 16px;
  color: inherit;
  justify-content: center;
  align-items: center;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: flex;
}

.btn-icon.box {
  max-width: 24px;
  transition-duration: .2s;
}

.btn-icon.arrow {
  opacity: 0;
  transition-duration: .2s;
  display: flex;
}

.hero-section {
  z-index: 1;
  justify-content: center;
  align-items: flex-end;
  padding-top: 150px;
  padding-bottom: 60px;
  transition: all 1s;
  position: relative;
  overflow: hidden;
}

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

.black-color-overlay {
  z-index: -3;
  mix-blend-mode: exclusion;
  background-color: #001332;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blue-color-overlay {
  z-index: -2;
  mix-blend-mode: saturation;
  background-color: #0258e0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gradiant-overlay {
  z-index: -1;
  background-image: linear-gradient(#00081500 51.04%, #000815 95.58%);
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-content-col {
  width: 58%;
  max-width: 680px;
}

.heading {
  color: var(--white);
  font-size: 65px;
  font-weight: 700;
  line-height: 1em;
}

.gradient-color-text {
  background-image: linear-gradient(180deg, var(--bright-cyan) 9.62%, var(--vivid-blue) 75%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-text {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7em;
}

.hero-btns-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.hero-btns-wrap.center {
  justify-content: center;
  align-items: center;
}

.hero-img-col {
  width: 38%;
  max-width: 550px;
}

.section-1 {
  z-index: 1;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--transparent);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--transparent);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: #ffffff03;
  border-image-source: radial-gradient(50% 248.94%, #fff3 0%, #ffffff05 100%);
  border-image-slice: 1;
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
  overflow: hidden;
}

.section-1-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sec-1-bg-ball {
  z-index: -1;
  aspect-ratio: 1;
  background-image: url('../images/sec-1-bg-circle.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 300px;
  width: 100%;
  max-width: 210px;
  transition: all .6s;
  position: absolute;
  inset: auto auto 0% 60px;
}

.sec-1-bg-ball.ball-2 {
  margin-left: auto;
  margin-right: auto;
  inset: 0 0% auto;
}

.sec-1-bg-ball.ball-3 {
  inset: 0% 65px auto auto;
}

.sec-1-card {
  width: 31.3333%;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
  background-image: none;
  border-style: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  transition-property: none;
  transition-duration: 0s;
  display: flex;
}

.sec-1-card-heading {
  color: var(--white);
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 1em;
}

.sec-1-card-text {
  color: #ffffffc7;
  text-align: center;
  margin-top: 25px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1em;
}

.hero-banner-image {
  justify-content: center;
  align-items: flex-end;
  transition: all .3s;
}

.logos-slider {
  padding-top: 70px;
  padding-bottom: 70px;
}

.logo-slider-heading {
  color: var(--white);
  font-size: 28px;
  font-weight: 600;
  line-height: 1em;
}

.logo-slider-wrap {
  z-index: 1;
  width: 100%;
  margin-top: 0;
  display: block;
}

.logo-slider-wrap.splide {
  margin-top: 0;
}

.logo-slide {
  width: 100%;
  max-width: 145px;
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
  margin: 0 20px !important;
}

.slide-logo-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
}

.slider-logo {
  opacity: .45;
  filter: grayscale();
  object-fit: contain;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  transition: all .3s;
}

.slider-logo:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.what-empirio-labs {
  padding-left: 20px;
  padding-right: 20px;
}

.what-empirio-labs-wrapper {
  background-color: #010f24;
  border-radius: 40px;
  padding-top: 130px;
  padding-bottom: 130px;
  position: relative;
}

.what-empirio-labs-wrapper.what-empirio-labs {
  position: static;
  overflow: visible;
}

.h2-heading {
  color: var(--white);
  font-size: 65px;
  font-weight: 700;
  line-height: 1em;
}

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

.para-wrap {
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 30px;
  display: flex;
}

.paragraph {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

.paragraph.fw-700 {
  color: var(--white);
  font-weight: 700;
}

.vertical-timeline-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
}

.timeline-card {
  opacity: .2;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: calc(33.3333% - 33.3333px);
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: ease;
}

.timeline-card.card-1 {
  opacity: 1;
}

.time-line-card-img {
  z-index: 1;
  object-position: bottom center;
  width: auto;
  height: 100%;
  min-height: 135px;
  max-height: 135px;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: ease;
  position: relative;
}

.time-line-card-img.card-2, .time-line-card-img.card-3 {
  opacity: 0;
}

.card-body {
  z-index: 1;
  width: 100%;
  margin-top: 40px;
  position: relative;
}

.timeline-card-heading {
  background-image: linear-gradient(94.29deg, var(--white) 0.005%, var(--white));
  color: var(--transparent);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 24px;
  line-height: 1.1em;
}

.timeline-card-p {
  color: #ffffffb3;
  margin-top: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.timeline-progress-bar-wrap {
  z-index: 1;
  margin-top: 50px;
  position: relative;
}

.timeline-progress-bar-wrap.d-none {
  display: block;
}

.timeline-cricle {
  aspect-ratio: 1;
  background-image: linear-gradient(180deg, var(--bright-cyan), var(--vivid-blue));
  border-radius: 50%;
  width: 100%;
  max-width: 20px;
}

.timeline-progress-bar {
  z-index: -1;
  background-color: #ffffff1a;
  width: 100%;
  height: 2px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.timeline-progress-bar.plus-50 {
  width: calc(100% + 50px);
}

.timeline-progress-bar.plus-50.colored {
  transform: none;
}

.timeline-progress-bar.colored {
  width: var(--progress-color\<deleted\|variable-c52360aa-8d4d-8431-8262-a9b7827f3327\>);
  background-color: #0000;
  background-image: linear-gradient(180deg, var(--bright-cyan), var(--vivid-blue));
}

.card-number {
  z-index: -1;
  color: #ffffff0d;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 110px;
  font-weight: 700;
  line-height: 1em;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.why-empirio-section {
  padding-top: 130px;
  padding-bottom: 130px;
  position: relative;
  overflow: hidden;
}

.why-empirio-heading-wrap {
  grid-row-gap: 25px;
  flex-flow: column;
  width: 100%;
  max-width: 815px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.why-empirio-cards-wrap {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 50px;
  display: flex;
  position: static;
  top: 140px;
}

.why-empirio-content-col {
  grid-row-gap: 30px;
  flex-flow: column;
  width: 48%;
  display: flex;
}

.why-empirio-content {
  opacity: .5;
  cursor: pointer;
  text-decoration: none;
  transition: all .5s;
}

.progress-bar {
  background-image: linear-gradient(180deg, var(--bright-cyan) 21%, var(--vivid-blue) 93.49%);
  border-radius: 50px;
  width: 0%;
  height: 5px;
  margin-top: 20px;
  transition: all .5s;
}

.why-empirio-text {
  color: #ffffffb3;
  margin-top: 20px;
  font-weight: 500;
}

.why-empirio-heading {
  background-image: linear-gradient(94.29deg, var(--white) 0.05%, #ffffff80);
  color: var(--transparent);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1em;
}

.why-empirio-graphic-col {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  display: flex;
  position: relative;
}

.why-empirio-graphic-col.d-none {
  display: block;
}

.graphic-img {
  opacity: 0;
  border-radius: 30px;
  margin: auto;
  transition: all .5s;
  position: absolute;
  inset: 0%;
}

.graphic-img.img-1 {
  opacity: 1;
}

.mobile-graphic {
  display: none;
}

.whats-new-section {
  background-image: linear-gradient(270deg, #05152f00, #05152f 55.29%, #05152f00);
  padding-top: 130px;
  padding-bottom: 130px;
  position: relative;
  overflow: hidden;
}

.btn-wrapper {
  text-align: center;
  margin-top: 50px;
}

.btn-wrapper.d-none {
  display: none;
}

.btn-wrapper.mt-20 {
  margin-top: 20px;
}

.review-cards-wrapper {
  flex-flow: wrap;
  width: calc(100% - 140px);
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.review-cards-wrapper.no-js-catalog-hidden {
  display: none;
}

.whats-new-card {
  background-image: radial-gradient(circle closest-corner, #3ec5e60a 21%, #0a7cff0a 93.49%);
  border: 1px solid #ffffff1a;
  border-radius: 30px;
  width: 100%;
  max-width: 575px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 30px;
  transition: all .3s;
}

.whats-new-card:hover {
  box-shadow: 0 8px 24px #0a7cff4d;
}

.whats-card-head {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.abt-whats-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 45px);
  display: flex;
}

.card-icon-wrap {
  aspect-ratio: 1;
  background-color: var(--white);
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-width: 50px;
}

.card-icon {
  border-radius: 10px;
}

.whats-card-heading {
  background-image: linear-gradient(94deg, var(--white) 0.05%, #ffffff80);
  width: calc(100% - 70px);
  color: var(--transparent);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
}

.card-link {
  aspect-ratio: 1;
  width: 100%;
  max-width: 38px;
  color: var(--white);
  object-fit: fill;
  border: 1px solid #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transform: translateZ(0) !important;
  transform-origin: center;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
  display: flex;
}

.whats-new-section .card-link svg {
  transform: rotate(0deg) !important;
  transform-origin: center;
  transition: transform .24s cubic-bezier(.22, 1, .36, 1);
}

.whats-new-section .whats-new-card:hover .card-link,
.whats-new-section .whats-new-card:focus-within .card-link,
.whats-new-section .whats-new-card.empirio-card-hover .card-link {
  background-color: rgba(62, 197, 230, .12) !important;
  border-color: rgba(62, 197, 230, .42) !important;
  box-shadow: 0 0 18px rgba(10, 124, 255, .22) !important;
  transform: translateZ(0) !important;
}

.whats-new-section .whats-new-card:hover .card-link svg,
.whats-new-section .whats-new-card:focus-within .card-link svg,
.whats-new-section .whats-new-card.empirio-card-hover .card-link svg {
  transform: rotate(-45deg) !important;
}

.whats-card-text {
  color: #ffffffb3;
  margin-top: 30px;
  font-weight: 500;
  line-height: 1.5em;
}

.cta-section {
  z-index: 1;
  background-color: #000815;
  background-image: url('../images/background_empriiolabs.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-top: 1px #ffffff26;
  padding-top: 135px;
  padding-bottom: 135px;
  position: relative;
  overflow: hidden;
}

.cta-top-cloud {
  z-index: -3;
  max-width: 310px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cta-bottom-cloud {
  z-index: -3;
  max-width: 340px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.cta-wrapper {
  width: 100%;
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
}

.cta-para {
  text-align: center;
  margin-top: 24px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1em;
}

.site-footer {
  z-index: 1;
  border-top: 1px solid #ffffff26;
  padding-top: 130px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.footer-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer-logo-wrap {
  flex-flow: column;
  justify-content: space-between;
  width: 26%;
  display: flex;
}

.footer-logo-link {
  width: 100%;
}

.bullet-list-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.list-bullet {
  aspect-ratio: 1;
  object-fit: cover;
  background-color: #59d870;
  border-radius: 50%;
  width: 100%;
  max-width: 12px;
  margin-right: 6px;
}

.list-text {
  color: var(--white);
  width: calc(100% - 18px);
  font-weight: 500;
  line-height: 1em;
}

.footer-social-wrap {
  margin-top: 40px;
}

.social-heading {
  color: var(--white);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
}

.social-logos-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.social-link {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  max-width: 44px;
}

.social-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-link-wrap {
  border-left: 1px solid #fff3;
  max-width: 180px;
  padding-left: 30px;
}

.footer-link-wrap.contact-block {
  width: 36%;
  max-width: none;
}

.footer-menu-heading {
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
}

.footer-menu-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 16px;
  display: flex;
}

.footer-link-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid var(--transparent);
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 4px;
  line-height: 1.4em;
  text-decoration: none;
  display: flex;
}

.footer-link-item:hover {
  border-bottom-color: var(--bright-cyan);
  color: var(--bright-cyan);
}

.footer-item-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  align-items: stretch;
  width: 71%;
  display: flex;
}

.contact-item-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.contact-icon {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 24px;
  margin-right: 6px;
  display: flex;
}

.contact-item {
  color: var(--white);
  max-width: calc(100% - 30px);
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
}

.badges-wrap {
  justify-content: space-between;
  margin-top: 30px;
  display: flex;
}

.badge-link {
  position: relative;
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  flex: 0 0 80px;
  max-width: 80px;
  max-height: 80px;
  aspect-ratio: 1;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: none !important;
  scale: 1 !important;
  transition: none !important;
}

.badge-link::after {
  content: none;
  position: absolute;
  inset: 0;
  z-index: 2;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  pointer-events: none;
  transform: none !important;
  scale: 1 !important;
  transition: opacity .28s cubic-bezier(.22, 1, .36, 1);
}

.badge-link:nth-child(1)::after {
  background-image: url("/images/footer-badge-1.webp");
}

.badge-link:nth-child(2)::after {
  background-image: url("/images/footer-badge-2.webp");
}

.badge-link:nth-child(3)::after {
  background-image: url("/images/footer-badge-3.webp");
}

.badge-icon {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 1;
  filter: grayscale(100%);
  transform: none !important;
  scale: 1 !important;
  transition: filter .22s cubic-bezier(.22, 1, .36, 1) !important;
  display: block;
}

.badge-link:hover,
.badge-link:focus-visible {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  flex-basis: 80px;
  max-width: 80px;
  max-height: 80px;
  transform: none !important;
  scale: 1 !important;
}

.badge-link:hover .badge-icon,
.badge-link:focus-visible .badge-icon {
  filter: grayscale(0%);
}

.badge-link:hover::after,
.badge-link:focus-visible::after {
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  .badge-link::after,
  .badge-icon {
    transition-duration: .01ms;
  }
}

/* Critical boot overlay styles. These also live inside marketing.js
   injectStyles(), but the script is loaded from catalog.empiriolabs.ai
   so it doesn't always arrive before the inner SVG <animate> fades the
   overlay's inner rect to opacity 0 (at 1.08s + 0.42s = 1.5s after page
   load). Without these styles applied at first paint, the parent div
   has no background and the hero cloud images bleed through during
   that gap. Putting the rules in the stylesheet (which is render-
   blocking) guarantees the overlay stays opaque until JS dismisses it. */
.empirio-boot-overlay[data-empirio-boot-overlay="true"] {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483000 !important;
  background: #000815 !important;
  display: block !important;
  pointer-events: auto !important;
}
.empirio-boot-overlay.is-dismissing {
  pointer-events: none !important;
}

.footer-signup-wrapper {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--transparent);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--transparent);
  border-image-source: linear-gradient(90deg, #fff0 0%, #ffffff4d 10% 90%, #fff0 100%);
  border-image-slice: 1;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-signup-content-wrap {
  width: 48%;
}

.footer-signup-text {
  color: var(--white);
  margin-top: 20px;
  line-height: 1.5em;
}

.footer-signup-form-wrap {
  width: 40%;
  min-width: 0;
}

.footer-signup-form {
  width: 100%;
  margin-bottom: 0;
}

.form-body {
  background-color: #0003;
  border: 1px solid #ffffff1a;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  padding: 8px 8px 8px 20px;
  display: flex;
}

.footer-signup-email-input {
  background-color: var(--transparent);
  height: auto;
  color: var(--white);
  border: 1px #000;
  /* Flex sizing keeps the field visible on mobile Safari. */
  flex: 1 1 0;
  width: auto;
  min-width: 0;
  margin-bottom: 0;
  padding: 15px 0;
  line-height: 1em;
  -webkit-appearance: none;
  appearance: none;
}

.form-submit-btn {
  flex: 0 0 122px;
  width: auto;
  max-width: 122px;
  color: var(--white);
  background-color: #001d43;
  border: 1px solid #ffffff4d;
  border-radius: 50px;
  padding: 12px;
  line-height: 1em;
  transition: all .3s;
  -webkit-appearance: none;
  appearance: none;
}

.form-submit-btn:hover {
  background-color: var(--vivid-blue);
  color: var(--white);
}

.form-success-wrap {
  background-color: var(--transparent);
  padding: 0;
}

.form-sucess {
  color: var(--white);
  line-height: 1em;
}

.form-error-wrapper {
  background-color: var(--transparent);
  padding: 0;
}

.form-error {
  color: #fd4a4acc;
  font-size: 12px;
  line-height: 1em;
}

.copywrite-text {
  color: var(--white);
  text-align: center;
  margin-top: 30px;
  line-height: 1.2em;
}

.faqs-section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.faqs-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 60px;
  display: flex;
}

.faq-item {
  background-color: var(--body-bg);
  border-radius: 30px;
  width: 100%;
  padding: 40px;
}

.faq-question-wrapper {
  width: 100%;
  color: var(--white);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1em;
  display: flex;
}

.faq-question {
  white-space: normal;
  width: calc(100% - 40px);
  display: inline-flex;
}

.faq-icon-wrap {
  z-index: 1;
  aspect-ratio: 1;
  width: 100%;
  max-width: 30px;
  position: relative;
}

.faq-icon-open {
  z-index: 2;
  opacity: 1;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.faq-icon-close {
  z-index: 1;
  opacity: 0;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.faq-answer-wrapper {
  transition: all .3s;
  position: static;
}

.faq-answer-wrapper.w--open {
  background-color: var(--transparent);
  overflow: hidden;
}

.answer-wrapper {
  border-top: 1px solid #fff3;
  margin-top: 30px;
  padding-top: 30px;
  transition: all .3s;
}

.faq-answer {
  color: #ffffffb3;
  font-size: 16px;
}

.f-accordian-dropdown {
  transition: all .3s;
  display: block;
}

.hero-cloud-img-1 {
  z-index: -4;
  opacity: .3;
  max-width: 390px;
  transition: all 1.5s;
  position: absolute;
  top: 30%;
  left: 0;
}

.hero-cloud-img-1.footer-img {
  transition-duration: 1s;
  top: 20%;
}

.hero-cloud-img-2 {
  z-index: -4;
  opacity: .3;
  max-width: 240px;
  transition: all 1.5s;
  position: absolute;
  top: 30%;
  right: -70px;
}

.hero-cloud-img-2.footer-img {
  transition-duration: 1s;
  top: 22%;
}

.hero-cloud-img-3 {
  z-index: -4;
  opacity: .3;
  max-width: 740px;
  transition: all 1.5s;
  position: absolute;
  bottom: 5%;
  left: 0;
}

.hero-cloud-img-3.footer-img {
  max-width: 650px;
  transition-duration: 1s;
  bottom: -5%;
  left: -5%;
}

.hero-cloude-img-5 {
  z-index: -4;
  opacity: .3;
  max-width: 590px;
  transition: all 1.5s;
  position: absolute;
  bottom: 4%;
  right: 0;
}

.hero-cloude-img-5.footer-img {
  max-width: 480px;
  transition-duration: 1s;
  bottom: 0%;
}

.hero-cloud-img-4 {
  z-index: -4;
  opacity: .3;
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
  transition: all 1.5s;
  display: block;
  position: absolute;
  bottom: 8%;
  left: 0;
  right: 0;
}

.hero-cloud-img-4.footer-img {
  max-width: 400px;
  transition-duration: 1s;
  bottom: 5%;
}

.f-accordian-dropdown-2 {
  transition: all .3s;
  display: block;
}

.verticle-cards-wrap {
  width: 100%;
}

.f-accordian-dropdown-3 {
  transition: all .3s;
  display: block;
}

.inner-hero-section {
  background-image: url('../images/inner-hero-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 210px;
  padding-bottom: 90px;
}

.hero-content-wrapper {
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.hero-content-wrapper.mw-710 {
  max-width: 710px;
}

.hero-content-wrapper.large-mw {
  max-width: 1024px;
}

.inner-hero-heading {
  color: var(--white);
  text-align: center;
  font-size: 65px;
  font-weight: 700;
  line-height: 1em;
}

.hero-color-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#3ec5e6, #0a7cff);
  -webkit-background-clip: text;
  background-clip: text;
}

.inner-hero-text {
  text-align: center;
  margin-top: 40px;
}

.inner-hero-text.mw-490 {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}

.inner-hero-text.mt-20 {
  margin-top: 20px;
}

.left-side-blur-effect {
  z-index: 2;
  background-image: linear-gradient(270deg, #00081500, #000815 53.35%);
  width: 100%;
  max-width: 180px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.left-side-blur-effect.right-side {
  background-image: linear-gradient(90deg, #00081500, #000815 53.35%);
  inset: 0% 0% 0% auto;
}

.logos-main-wrapper {
  z-index: 1;
  z-index: 1;
  width: 100%;
  max-width: 1470px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  -webkit-mask-image: linear-gradient(to right, #0000 0%, #000 8% 92%, #0000 100%);
  mask-image: linear-gradient(to right, #0000 0%, #000 8% 92%, #0000 100%);
}

.faq-item-wrapper {
  background-image: radial-gradient(circle, #fff3, #fff3);
  border-radius: 30px;
  padding: 1px;
  transition: all .3s;
}

.time-line-card-img-wrapper {
  z-index: 1;
  width: auto;
  display: inline-block;
  position: relative;
}

.image-shadow {
  z-index: -1;
  min-height: 20px;
  position: absolute;
  inset: auto 0% 15px;
  box-shadow: 0 35px 39px #0060ff2b;
}

.btn-animation-circle {
  z-index: -5;
  max-width: 70px;
  position: absolute;
  inset: -20px auto auto -20px;
}

.primary-button-moving-object {
  width: 100%;
  max-width: 75px;
  height: 40px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.container-fluid {
  width: 100%;
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
}

.menu-icon {
  width: 100%;
  max-width: 10px;
}

.site-logo-wrapper {
  z-index: 1;
  width: 100%;
  max-width: 240px;
  position: relative;
}

.logo-context-menu {
  z-index: -99999;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  opacity: 0;
  visibility: hidden;
  background-color: #000;
  border-radius: 12px;
  flex-flow: column;
  width: 100%;
  min-width: 230px;
  max-width: 230px;
  padding: 20px;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: flex;
  position: absolute;
  inset: 100% auto auto 0%;
  transform: translate(0, 30px);
}

.logo-context-menu.hidden {
  z-index: -9999;
}

.logo-context-menu.visible {
  z-index: 99999;
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

.context-menu-item {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
}

.d-none {
  display: none;
}

.models-section {
  padding-bottom: 100px;
  display: none;
}

.models-section.modal-type-section {
  padding-top: 100px;
  padding-bottom: 70px;
}

.modals-sliders-wrapper {
  z-index: 1;
  margin-top: 60px;
  position: relative;
}

.modals-sliders-wrapper.mt-0 {
  margin-top: 0;
  padding-top: 48px;
}

.models-collection-list {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.models-cards-wrapper {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
}

.footer-logo-main-wrap {
  z-index: 1;
  max-width: 320px;
  position: relative;
}

.splach-screen-section {
  z-index: 99999;
  opacity: 0;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  z-index: 99999;
  visibility: hidden;
  pointer-events: none;
  inset: 0%;
  background-color: #0009;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 15px;
  transition: all .3s cubic-bezier(1, 1, 0, 0);
  display: none;
  position: fixed;
  inset: 0%;
  opacity: 0 !important;
  display: none !important;
}

.splash-logo {
  max-width: 150px;
  transition: all .3s cubic-bezier(1, 1, 0, 0);
}

.team-section {
  background-color: #000815;
  padding-top: 100px;
  padding-bottom: 100px;
}

.team-collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  display: flex;
}

.team-collection-item {
  border: 1px solid #ffffff1a;
  border-radius: 24px;
  width: calc(33.3333% - 20px);
  padding: 10px 10px 28px;
}

.bottom--text-wrap {
  background-color: #0000;
  border-radius: 50px;
  padding: 2px;
  position: relative;
  overflow: hidden;
}

.bottom--text-wrap.mt-50 {
  margin-top: 50px;
}

.bottom--text-wrapper {
  z-index: 2;
  text-align: center;
  background-color: #0f1620;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 18px 32px;
  transition: background-color .4s;
  display: flex;
  position: relative;
}

.bottom-massage {
  color: var(--text);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.team-member-image {
  filter: grayscale();
  object-fit: cover;
  aspect-ratio: 1 / 1.3;
  border-radius: 16px;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
}

.team-card-content {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.team-member-name {
  color: var(--white);
  width: calc(100% - 24px);
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
}

.linkedin-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 16px;
  display: flex;
}

.linkedin-logo {
  width: 100%;
  display: flex;
}

.team-position {
  margin-top: 24px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
  line-height: 1em;
}

.team-description {
  color: #ffffffb3;
  margin-top: 24px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}

.empty-massage {
  background-color: var(--transparent);
  padding: 0;
}

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

.contact-form-section {
  padding-top: 100px;
  padding-bottom: 100px;
  transition: all .3s;
}

.contact-form-body {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.field-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(50% - 10px);
  display: flex;
}

.field-row.full-width {
  width: 100%;
}

.form-feild-label {
  color: var(--white);
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: 600;
  line-height: 1em;
}

.input-field {
  width: 100%;
  height: auto;
  color: var(--white);
  background-color: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 50px;
  margin-bottom: 0;
  padding: 20px;
  font-weight: 400;
  line-height: 1em;
}

.input-field::placeholder {
  color: #ffffffa6;
  font-weight: 500;
}

.input-field.textarea {
  border-radius: 30px;
  min-height: 250px;
  padding-top: 28px;
  padding-bottom: 28px;
}

.required-mark {
  color: red;
  font-size: 14px;
}

.form-submit-button {
  background-color: var(--transparent);
  width: 100%;
  color: var(--white);
  cursor: pointer;
  background-image: linear-gradient(#3ec5e6 21%, #0a7cff 93.49%);
  border: 2px solid #ffffff73;
  border-radius: 50px;
  padding: 20px 26px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  transition: all .3s;
}

.form-submit-button:hover {
  border-color: var(--bright-cyan);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.changelog-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.changelog-collection-list {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.changelog-item {
  border-bottom: 1px solid #fff3;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 50px;
  display: flex;
}

.changelog-head-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 235px;
  display: flex;
}

.changelog-date-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #ffffff1a;
  border-radius: 50px;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding: 7px 8px;
  display: flex;
}

.calender-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 12px;
  display: flex;
}

.changelog-date {
  color: var(--white);
  font-size: 13px;
  font-weight: 400;
  line-height: 1em;
}

.sub-title-wrap {
  margin-top: 20px;
}

.sub-title {
  color: var(--text);
  font-weight: 600;
  line-height: 1.7em;
}

.sub-title.search {
  font-weight: 500;
}

.changelog-content-wrap {
  width: calc(100% - 335px);
}

.change-log-title-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.changelog-logo {
  border-radius: 9px;
  max-width: 40px;
}

.changelog-title {
  color: var(--white);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1em;
}

.changelog-tag {
  background-color: #0054de;
  border-radius: 50px;
  padding: 7px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
}

.change-log-description {
  color: var(--text);
  margin-top: 30px;
  font-weight: 500;
  line-height: 1.5em;
}

.chnagelog-action {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: inline-flex;
}

.arrow-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 17px;
  height: auto;
  display: flex;
}

.blogs-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.blogs-collection-wrapper {
  z-index: 1;
}

.blogs-collection-wrapper.mt-50 {
  margin-top: 50px;
}

.blogs-collection-list {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: wrap;
  display: flex;
}

.blogs-collection-list.related-blogs-slider {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.blog-collection-item {
  border-radius: 30px;
  width: calc(33.3333% - 12px);
  padding: 1px;
}

.blog-collection-item.slider-item {
  width: 33.3333%;
  padding-left: 9px;
  padding-right: 9px;
}

.blog-card-link-wrapper {
  border: 1px solid #ffffff1a;
  border-radius: 30px;
  width: 100%;
  padding: 10px;
  text-decoration: none;
}

.blog-card-img {
  object-fit: cover;
  aspect-ratio: 1 / .78;
  object-position: left center;
  border-radius: 20px;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
}

.blog-card-body {
  margin-top: 24px;
  padding-bottom: 14px;
  padding-left: 14px;
  padding-right: 14px;
}

.blog-card-tag {
  color: var(--white);
  background-color: #ffffff1a;
  border-radius: 50px;
  padding: 10px 12px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: inline-block;
}

.blog-card-title {
  color: var(--white);
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7em;
  text-decoration: none;
}

.published-date {
  color: #ffffff80;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
}

.blog-hero-banner-wrapper {
  padding-top: 270px;
  padding-bottom: 100px;
}

.blog-breadcrumb-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.blog-breadcrumb-wrap.mb-0 {
  margin-bottom: 0;
}

.breadcrumb-item {
  color: var(--text);
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: inline-flex;
}

.breadcrumb-seprator {
  display: flex;
}

.blog-title {
  color: var(--white);
  font-size: 65px;
  font-weight: 700;
  line-height: 1.1em;
}

.blog-body-content-section {
  padding-bottom: 100px;
}

.blog-featured-image {
  object-fit: cover;
  aspect-ratio: 1 / .31;
  border-radius: 20px;
}

.blog-meta-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.blog-meta-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: inline-flex;
}

.meta-item-icon {
  width: 100%;
  max-width: 16px;
  color: var(--white);
  display: flex;
}

.meta-item-text {
  color: #ffffff80;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
}

.blog-content {
  color: var(--text);
  margin-top: 60px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.related-blogs-section {
  background-image: linear-gradient(270deg, #05152f00, #05152f 55.29%, #05152f00);
  padding-top: 100px;
  padding-bottom: 100px;
}

.next-article-heading {
  width: 60%;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1em;
}

.related-blogs-heading-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.related-blogs-heading-wrap.mb-0 {
  margin-bottom: 0;
}

.heading-wrap {
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  display: flex;
}

.view-all-blogs-btn-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #81d8ee;
  justify-content: center;
  align-items: center;
  width: auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  display: inline-flex;
}

.btn-arrow-icon {
  display: flex;
}

.pagination-wrap {
  align-items: center;
  margin-top: 30px;
}

.pagination-item {
  border-color: var(--white);
  color: var(--white);
  background-color: #006cff1a;
  border-radius: 50px;
  padding: 15px 24px;
  line-height: 1em;
}

.pagination-item:hover {
  background-color: var(--white);
  color: var(--body-bg);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

._404-section-wrapper {
  background-image: url('../images/404-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 230px;
  padding-bottom: 100px;
  display: flex;
}

._404-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._404-heading {
  text-align: center;
  font-size: 200px;
  font-weight: 700;
  line-height: 1;
}

.not-found-text {
  color: var(--white);
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3em;
}

.back-to-home-btn {
  color: var(--white);
  border: 1px solid #006fff;
  border-radius: 50px;
  margin-top: 30px;
  padding: 24px 40px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
}

.back-to-home-btn.site-btn {
  transition: transform .25s cubic-bezier(.4, 0, .2, 1), box-shadow undefined undefined, background-color undefined undefined, border-color undefined undefined, color undefined undefined;
}

.back-to-home-btn.site-btn:hover {
  border-color: var(--white);
  background-color: #006cff1a;
}

.coming-soon-section {
  z-index: 1;
  background-image: url('../images/coming-soon-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.coming-soon-bg-overlay {
  z-index: -1;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: #ffffff03;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.coming-soon-text {
  color: var(--white);
  text-align: center;
  font-size: 137px;
  line-height: 1em;
}

.policy-update-date-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.date-icon {
  justify-content: center;
  align-items: center;
  max-width: 20px;
  display: flex;
}

.policy-update-date {
  color: var(--white);
  font-weight: 500;
  line-height: 1em;
}

.policy-content-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.policy-content-wrapper {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.policy-peragraph {
  color: var(--text);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.policy-peragraph.mt-40 {
  margin-top: 40px;
}

.policy-peragraph.mb-20 {
  margin-bottom: 20px;
}

.policy-peragraph.white {
  color: var(--white);
}

.policy-text-heading-h2 {
  color: var(--white);
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
}

.policy-list-wrapper {
  padding-left: 20px;
  list-style-type: disc;
}

.policy-list-wrapper.mb-30 {
  margin-bottom: 30px;
}

.polisy-list-item {
  color: var(--text);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8em;
}

.polisy-list-item.white {
  color: var(--white);
}

.policy-content-link {
  color: var(--white);
  font-weight: 700;
}

.blog-img-wrapper {
  aspect-ratio: 1 / .78;
  overflow: hidden;
}

.policy-content {
  color: var(--text);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.pricing-section {
  padding-top: 10px;
  padding-bottom: 100px;
  display: none;
}

.pricing-tabs-menu-wrap {
  border-bottom: 1px solid #ffffff4d;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.pricing-main-tab-item {
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: var(--transparent);
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--transparent);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--transparent);
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--transparent);
  background-color: var(--transparent);
  color: var(--white);
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  margin-bottom: -1px;
  padding: 20px 10px;
  font-size: 16px;
  line-height: 1em;
  text-decoration: none;
  display: inline-flex;
}

.pricing-main-tab-item:hover {
  border-bottom-color: var(--bright-cyan);
  color: var(--bright-cyan);
}

.pricing-main-tab-item.w--current {
  border-bottom-color: var(--bright-cyan);
  background-color: var(--transparent);
  color: var(--bright-cyan);
}

.pricing-main-tabs-content-wrap {
  margin-top: 60px;
}

.pricing-inner-tabs-menu-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 190px);
  display: flex;
  overflow-x: auto;
}

.pricing-inner-tabs-content-wrap {
  margin-top: 60px;
}

.pricing-inner-tab-menu-item {
  background-color: var(--transparent);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  width: auto;
  color: var(--white);
  text-align: center;
  cursor: pointer;
  background-image: linear-gradient(125.02deg, #ffffff0a, #ffffff0a 60.09%);
  border: 2px solid #fff3;
  border-radius: 50px;
  padding: 15px 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}

.pricing-inner-tab-menu-item:hover {
  color: var(--text);
  background-image: linear-gradient(125.02deg, #172f66, #09193a 60.09%);
}

.pricing-inner-tab-menu-item.w--current {
  background-color: var(--transparent);
  background-image: linear-gradient(125.02deg, #172f66, #09193a 60.09%);
}

.pricing-inner-tab-menu-item.all-item {
  padding-left: 24px;
  padding-right: 24px;
}

.pricing-collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.pricing-collection-item {
  background-color: #ffffff0d;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.tab-item-content {
  z-index: 1;
  position: relative;
}

.price-detail-col {
  width: 33.73%;
}

.price-table-col {
  background-color: #060d19;
  border: 1px solid #ffffff1f;
  border-radius: 16px;
  width: 63.47%;
  overflow: hidden;
}

.price-table-head {
  background-color: #0a121e;
  border-bottom: 1px solid #ffffff1f;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.price-table-col-head {
  width: 25%;
  padding-left: 30px;
}

.price-table-col-head.item-detail {
  width: 37.5%;
}

.price-table-col-head.item-detail.last-col {
  padding-right: 30px;
}

.price-col-heading {
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
}

.price-table-body-row {
  border-bottom: 1px solid #ffffff1f;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.price-table-body-row.last-row {
  border-bottom-style: none;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.price-table-item {
  color: #ffffffb3;
  font-weight: 500;
  line-height: 1em;
}

.price-card-head-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.price-card-img {
  border-radius: 9px;
  max-width: 40px;
  margin-right: 24px;
}

.price-card-title {
  color: var(--white);
  width: calc(100% - 64px);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1em;
}

.price-card-description {
  color: #ffffffb3;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5em;
}

.providers-wrapper {
  z-index: 2;
  width: 100%;
  max-width: 175px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.display-hidden {
  display: none;
}

.price-table-head {
  border-top: 1px solid #ffffff1f;
  border-bottom-style: none;
  border-radius: 0;
}

.price-table-head.bt-0 {
  border-top-style: none;
}

.modals-collection-wrap {
  margin-top: 40px;
}

.modals-collection-wrap.mt-90 {
  margin-top: 90px;
}

.modals-list {
  flex-flow: wrap;
  display: flex;
}

.modals-list.modals-item-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.modal-card-item {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.modal-card-item.p-0 {
  width: calc(50% - 10px);
  padding-left: 0;
  padding-right: 0;
}

.model-type-heading {
  width: 75%;
  color: var(--white);
  font-size: 35px;
  font-weight: 700;
  line-height: 1.1em;
}

.model-groups-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.model-card-wrapper {
  background-color: #ffffff0d;
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 16px 24px 16px 16px;
  display: flex;
}

.modal-card-logo {
  border-radius: 16px;
  max-width: 70px;
  margin-right: 24px;
}

.modal-card-content {
  width: calc(100% - 94px);
}

.model-card-heading {
  width: 100%;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2em;
}

.model-card-heading-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.modal-card-pill-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  max-width: 38%;
  display: flex;
}

.model-tag-img {
  max-width: 24px;
}

.model-tag-text {
  color: var(--white);
  font-size: 13px;
  font-weight: 500;
  line-height: 1em;
}

.modal-pills-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

.modal-pill {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  white-space: nowrap;
  background-color: #ffffff1a;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 5px 8px;
  display: flex;
}

.pill-text {
  color: var(--white);
  font-size: 13px;
  font-weight: 400;
  line-height: 1em;
}

.modal-badge-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  direction: ltr;
  background-color: #0054de;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 4px 6px;
  display: flex;
}

.badge-text {
  color: var(--white);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  line-height: 1em;
}

.modal-description {
  color: #ffffffb3;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.modal-butttons-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  margin-top: 11px;
  display: flex;
}

.modal-action-btn {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  border: 1px solid var(--white);
  width: 100%;
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.modal-action-btn:hover {
  background-color: var(--white);
  color: var(--body-bg);
}

.action-btn-icon {
  display: flex;
}

.view-all-btn-wrap {
  text-align: right;
  width: 25%;
}

.model-details-section {
  padding-top: 170px;
  padding-bottom: 100px;
}

.model-header-wrap {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 50px;
  display: flex;
}

.model-name-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 65%;
  display: flex;
}

.model-image {
  border-radius: 20px;
  max-width: 90px;
}

.model-name-detail {
  width: calc(100% - 110px);
}

.model-name {
  color: var(--white);
  text-align: left;
  font-size: 65px;
  line-height: 1em;
}

.logo-halo-wall {
  z-index: 2;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 8px 24px;
  display: grid;
  position: relative;
}

.logo-halo-pill {
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(#070c18eb 0%, #070c189e 100%);
  border: 1px solid #a8bfff29;
  border-radius: 22px;
  justify-content: center;
  align-items: center;
  min-height: 86px;
  padding: 22px 26px;
  transition: transform .2s, border-color .2s, background-color .2s;
  display: flex;
  position: relative;
  box-shadow: 0 18px 40px #00000047, inset 0 1px #ffffff0a;
}

.logo-halo-pill.poe {
  grid-column: 1 / 3;
}

.logo-halo-pill.linkup {
  grid-column: 3 / 5;
}

.logo-halo-pill.infinity {
  grid-column: 5 / 7;
}

.logo-halo-pill.crystal {
  grid-column: 2 / 4;
}

.logo-halo-pill.comet {
  grid-column: 4 / 6;
}

.logos-row-track {
  justify-content: center;
  width: 100%;
  display: flex;
}

.logos-row-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4.5rem;
  width: 100%;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  list-style: none;
  display: flex;
}

.logos-row-item {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 120px;
  min-width: 100px;
  max-width: 120px;
  display: flex;
}

.logos-eyebrow {
  color: #ffffff52;
  text-align: center;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
}

.logos-eyebrow-rule {
  background: linear-gradient(90deg, #fff0 0%, #3ec5e699 50%, #fff0 100%);
  flex: 0 0 44px;
  align-self: center;
  width: 44px;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  display: block;
}

.logos-headline {
  color: #fffffff2;
  text-align: center;
  letter-spacing: -.02em;
  max-width: 640px;
  margin: 0 auto;
  font-family: inherit;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

.logos-headline-accent {
  color: #7aa2ff;
  font-weight: 600;
}

.logos-header-group {
  flex-direction: column;
  align-items: center;
  gap: .85rem;
  width: 100%;
  display: flex;
}

.lm-viewport {
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #0000 0, #000 12% 88%, #0000 100%);
  mask-image: linear-gradient(to right, #0000 0, #000 12% 88%, #0000 100%);
}

.lm-track {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  will-change: transform;
  align-items: center;
  width: max-content;
  animation: 40s linear infinite lm-scroll;
  display: flex;
}

.lm-item {
  flex: none;
  justify-content: center;
  align-items: center;
  height: 34px;
  display: flex;
}

.lm-sep {
  background-color: #ffffff2e;
  border-radius: 50%;
  flex: none;
  width: 4px;
  height: 4px;
}

.marquee-track {
  align-items: center;
  gap: 5rem;
  width: max-content;
  animation-name: empMarquee;
  animation-duration: 60s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  display: flex;
}

.marquee-item {
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 44px;
  display: flex;
}

.inline-img-0 {
  opacity: .55;
  filter: grayscale();
  object-fit: contain;
  width: auto;
  max-width: 150px;
  height: 44px;
  transition: opacity .3s, filter .3s;
  display: block;
}

.emp-mq-item.inline-a-0, .emp-mq-item.inline-a-1, .emp-mq-item.inline-a-2, .emp-mq-item.inline-a-3, .emp-mq-item.inline-a-4, .emp-mq-item.inline-a-5, .emp-mq-item.inline-a-6, .emp-mq-item.inline-a-7, .emp-mq-item.inline-a-8, .emp-mq-item.inline-a-9 {
  flex: none;
  justify-content: center;
  align-items: center;
  height: 44px;
  text-decoration: none;
  display: inline-flex;
}

.inline-img-1 {
  opacity: .55;
  filter: grayscale();
  object-fit: contain;
  width: auto;
  max-width: 150px;
  height: 44px;
  transition: opacity .3s, filter .3s;
  display: block;
}

.inline-img-2 {
  opacity: .55;
  filter: grayscale();
  object-fit: contain;
  width: auto;
  max-width: 170px;
  height: 44px;
  transition: opacity .3s, filter .3s;
  display: block;
}

.inline-img-3, .inline-img-4, .inline-img-5, .inline-img-6 {
  opacity: .55;
  filter: grayscale();
  object-fit: contain;
  width: auto;
  max-width: 150px;
  height: 44px;
  transition: opacity .3s, filter .3s;
  display: block;
}

.inline-img-7 {
  opacity: .55;
  filter: grayscale();
  object-fit: contain;
  width: auto;
  max-width: 170px;
  height: 44px;
  transition: opacity .3s, filter .3s;
  display: block;
}

.inline-img-8, .inline-img-9 {
  opacity: .55;
  filter: grayscale();
  object-fit: contain;
  width: auto;
  max-width: 150px;
  height: 44px;
  transition: opacity .3s, filter .3s;
  display: block;
}

.emp-mq-track.inline-div-0 {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  will-change: transform;
  align-items: center;
  width: max-content;
  animation: 60s linear infinite empMq;
  display: flex;
}

.emp-mq-viewport.inline-div-1 {
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #0000 0, #000 10% 90%, #0000 100%);
  mask-image: linear-gradient(to right, #0000 0, #000 10% 90%, #0000 100%);
}

.emp-constellation-stage {
  background-image: radial-gradient(circle, #3ec5e61c, #0a7cff08 40%, #ffffff03 58%, #0000 74%);
  border: 1px solid #ffffff12;
  border-radius: 32px;
  width: 100%;
  max-width: 960px;
  height: 380px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 60px #0000002e;
}

.emp-constellation-node {
  background-color: #080c1499;
  border: 1px solid #ffffff14;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  height: 72px;
  padding-left: 22px;
  padding-right: 22px;
  text-decoration-line: none;
  display: flex;
  position: absolute;
  box-shadow: 0 16px 40px #0000002e;
}

.emp-constellation-node:hover {
  background-color: #0b1019d1;
  border-color: #3ec5e638;
}

.emp-constellation-node.emp-node-poe {
  top: 21%;
  left: 8%;
}

.emp-constellation-node.emp-node-linkup {
  top: 14%;
  right: 8%;
}

.emp-constellation-node.emp-node-svi {
  bottom: 15%;
  right: 13%;
}

.emp-constellation-node.emp-node-crystal {
  bottom: 16%;
  left: 12%;
}

.emp-constellation-node.emp-node-comet {
  top: 6%;
  left: 40%;
}

.emp-constellation-logo {
  opacity: .78;
  object-fit: contain;
  width: auto;
  max-width: 150px;
  height: 34px;
  display: block;
}

.emp-row {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 32px 72px;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.emp-row-item {
  opacity: .6;
  justify-content: center;
  align-items: center;
  height: 44px;
  text-decoration-line: none;
  transition-property: opacity;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: inline-flex;
}

.emp-row-item:hover {
  opacity: 1;
}

.emp-row-img {
  object-fit: contain;
  width: auto;
  max-width: 180px;
  height: 44px;
  display: block;
}

.emp-row-eyebrow {
  color: #ffffff80;
  text-align: center;
  letter-spacing: .18em;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 32px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: block;
}

.contact-inline-link {
  color: #3ec5e6;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.bottom--text-wrap-1 {
  will-change: background-position, transform, box-shadow;
  animation: 6s linear infinite empirio-border-sweep;
}

.inline-span-0 {
  display: none;
}

.what-empirio-labs-1, .why-empirio-section-1 {
  position: relative;
  overflow: hidden;
}

.emp-section-ambient {
  z-index: 0;
  pointer-events: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.emp-section-ambient:before {
  opacity: 1;
  content: "";
  border: 0;
  border-top: 1px solid #0a7cff8c;
  border-left: 1px solid #0a7cff8c;
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  top: 32px;
  left: 32px;
}

.emp-section-ambient:after {
  opacity: 1;
  content: "";
  border: 1px solid #0a7cff8c;
  border-top: 0;
  border-left: 0;
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  bottom: 32px;
  right: 32px;
}

.emp-ambient-orb {
  opacity: .55;
  filter: blur(90px);
  pointer-events: none;
  background-image: radial-gradient(circle, #1693ff8c, #1693ff00 68%);
  border-radius: 999px;
  width: 440px;
  height: 440px;
  position: absolute;
}

.emp-ambient-orb.emp-orb-left {
  background-image: radial-gradient(circle, #0a7cff8c 0%, #0a7cff00 70%);
  top: 8%;
  left: -160px;
}

.emp-ambient-orb.emp-orb-right {
  background-image: radial-gradient(circle, #3ec5e680 0%, #3ec5e600 70%);
  bottom: 8%;
  right: -160px;
}

.emp-orb-left {
  width: 260px;
  height: 260px;
  top: 16%;
  left: -110px;
}

.emp-orb-right {
  background-image: radial-gradient(circle, #22d3ee57, #22d3ee00 70%);
  width: 330px;
  height: 330px;
  bottom: 10%;
  right: -120px;
}

.emp-ambient-grid {
  opacity: .35;
  pointer-events: none;
  background-image: radial-gradient(circle, #3ec5e638 1px, #0000 1.4px);
  background-size: 18px 18px;
  width: 120px;
  height: 250px;
  display: none;
  position: absolute;
  top: 10%;
  bottom: 10%;
  transform: rotate(12deg);
  -webkit-mask-image: linear-gradient(#0000 0%, #000 30% 70%, #0000 100%);
  mask-image: linear-gradient(#0000 0%, #000 30% 70%, #0000 100%);
}

.emp-ambient-grid.emp-grid-left {
  inset: 10% auto 10% 70px;
}

.emp-grid-left {
  bottom: 8%;
  left: -34px;
}

.emp-ambient-line {
  opacity: .85;
  pointer-events: none;
  background-image: linear-gradient(#3ec5e600 0%, #3ec5e659 18%, #0a7cff8c 50%, #3ec5e659 82%, #3ec5e600 100%);
  width: 1px;
  position: absolute;
  top: 8%;
  bottom: 8%;
}

.emp-ambient-line:before {
  content: "";
  background-color: #3ec5e6;
  border-radius: 9999px;
  width: 7px;
  height: 7px;
  position: absolute;
  top: -4px;
  left: -3px;
  box-shadow: 0 0 12px #3ec5e6cc;
}

.emp-ambient-line:after {
  content: "";
  background-color: #0a7cff;
  border-radius: 9999px;
  width: 7px;
  height: 7px;
  position: absolute;
  bottom: -4px;
  left: -3px;
  box-shadow: 0 0 12px #0a7cffcc;
}

.emp-line-top {
  inset: 10% auto 10% 60px;
}

.emp-ambient-circuit {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  width: 0;
  height: 0;
  display: none;
  position: absolute;
  top: 9%;
  right: 3%;
}

.emp-ambient-circuit.emp-circuit-right {
  display: none;
}

.emp-grid-right {
  inset: 10% 70px 10% auto;
}

.emp-line-mid {
  inset: 10% 60px 10% auto;
}

.emp-circuit-left {
  opacity: .3;
  width: 220px;
  height: 220px;
  display: none;
  position: absolute;
  top: 10%;
  left: 3%;
}

.model-copy-code-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #ffffff1a;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 10px;
  padding: 5px 6px;
  display: inline-flex;
}

.model-copy-code {
  font-size: 13px;
  line-height: 1em;
}

.copy-model-code-btn {
  background-color: var(--transparent);
  cursor: pointer;
  padding: 0;
}

.copy-code-icon {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
}

.model-actions-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 35%;
  display: flex;
}

.model-outline-btn-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--white);
  text-align: center;
  background-color: #006cff1a;
  border: 2px solid #ffffff4d;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.model-outline-btn-wrap:hover {
  border-color: var(--bright-cyan);
  color: var(--bright-cyan);
}

.try-model-btn {
  border: 2px solid var(--bright-cyan);
  color: var(--white);
  text-align: center;
  border-radius: 50px;
  padding: 12px 20px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
}

.try-model-btn:hover {
  color: var(--bright-cyan);
  background-image: linear-gradient(#006cff1a, #006cff1a);
}

.api-icon {
  justify-content: center;
  align-items: center;
  max-width: 14px;
  display: flex;
}

.model-info-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.model-info-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 20px;
  display: flex;
}

.model-info {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2em;
}

.model-body-content-wrap {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.model-body-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 58.03%;
  display: flex;
}

.model-side-bar-wrap {
  background-color: #0a121e;
  border-radius: 20px;
  width: 39.4%;
  padding: 30px;
}

.model-content-box {
  background-color: #0a121e;
  border-radius: 20px;
  padding: 30px;
}

.model-description {
  font-weight: 400;
  line-height: 1.4em;
}

.key-feature-main-wrap {
  margin-top: 35px;
}

.model-content-heading {
  color: var(--text);
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
}

.model-features {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 24px;
  display: flex;
}

.model-feature-item {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.key-feature-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  display: flex;
}

.key-feature-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: calc(100% - 40px);
  display: flex;
}

.key-feature-description {
  color: #ffffffb3;
  font-weight: 400;
  line-height: 1.4em;
}

.key-feature-head-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.keay-feature-heading {
  width: calc(100% - 70px);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1em;
}

.key-feature-head-icon {
  width: 55px;
  height: auto;
  display: flex;
}

.model-pricing-wrap {
  background-color: #ffffff0d;
  border-radius: 20px;
  margin-top: 30px;
  padding: 30px;
}

.model-price-table-head {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.model-price-heading-wrap {
  width: calc(100% - 160px);
}

.model-heading-text {
  color: #ffffffb3;
  margin-top: 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
}

.model-price-table-wrap {
  background-color: #060d19;
  border-radius: 16px;
  margin-top: 24px;
  overflow: hidden;
}

.model-table-row {
  border-bottom: 1px solid #fff3;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.model-table-row.last-row {
  border-bottom-style: none;
}

.model-table-col {
  border-right: 1px solid #fff3;
  width: 50%;
  padding: 20px;
}

.model-table-col.right-col {
  border-right-style: none;
}

.table-text {
  color: #ffffffb3;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}

.model-info-box {
  color: var(--text);
}

.model-info-boxes {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 24px;
  display: flex;
}

.model-info-item {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.model-info-label {
  width: 40%;
}

.model-info-label-text {
  color: #ffffffb3;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
}

.model-info-text {
  width: 60%;
}

.divider {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.model-supported-cms {
  margin-top: 24px;
}

.model-supported-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.model-supported-item {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.model-supported-label {
  width: 50%;
}

.model-info-cnfrm {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
}

.supporting-msg {
  color: #00ff62b3;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
}

.copy-code-tabs-wrapper {
  border: 1px solid #fff3;
  border-radius: 20px;
  margin-top: 24px;
  position: relative;
}

.embed-code-tabs-menu-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #060d19;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 30px;
  display: flex;
}

.embed-code-tabs-menu-item {
  background-color: var(--transparent);
  color: var(--text);
  text-align: center;
  border-radius: 8px;
  padding: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
}

.embed-code-tabs-menu-item:hover, .embed-code-tabs-menu-item.w--current {
  color: var(--white);
  background-color: #ffffff1a;
}

.embed-code-tabs-content-wrap, .embed-code-tabs-content, .embed-code-inner-tabs {
  position: static;
}

.embed-code-inner-tabs-menu-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #ffffff0f;
  border-bottom: 1px solid #ffffff0f;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 30px;
  display: flex;
}

.embed-code-inner-tabs-menu-item {
  background-color: var(--transparent);
  color: var(--text);
  border-radius: 8px;
  padding: 8px 6px;
  font-size: 12px;
  line-height: 1em;
}

.embed-code-inner-tabs-menu-item.w--current {
  color: var(--white);
  background-color: #ffffff1a;
}

.embed-code-inner-tabs-content-wrap {
  position: static;
}

.embed-code-inner-tab-content {
  padding: 20px;
  position: static;
}

.embed-code-inner-tab-content-wrap {
  background-color: #ffffff0d;
  border-radius: 18px;
  padding: 20px;
}

.model-code-copy-button {
  background-color: var(--transparent);
  padding: 0;
  position: absolute;
  inset: 24px 20px auto auto;
}

.model-card-link-wrap {
  width: 60%;
  color: var(--white);
  text-decoration: none;
}

.empirio-catalog-fallback {
  color: #f5f8ff;
  background-color: #020916;
  padding: 44px 18px 64px;
}

.empirio-catalog-fallback__inner {
  background-color: #0b1221;
  border: 1px solid #7dd3fc38;
  border-radius: 14px;
  max-width: 760px;
  margin: 0 auto;
  padding: 24px;
}

.empirio-catalog-fallback__eyebrow {
  color: #7dd3fc;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
}

.empirio-catalog-fallback__title {
  color: #f5f8ff;
  letter-spacing: 0;
  margin: 0;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.08;
}

.empirio-catalog-fallback__copy {
  color: #aeb8ca;
  max-width: 58ch;
  margin: 16px 0 0;
  font-size: 15px;
  line-height: 1.6;
}

.empirio-catalog-fallback__link {
  color: #7dd3fc;
  margin-top: 22px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.empirio-home-wn-fallback {
  color: #f5f8ff;
  width: calc(100% - 32px);
  max-width: 1180px;
  margin: 34px auto 0;
}

.empirio-home-wn-fallback__inner {
  text-align: left;
  background-color: #0b1221db;
  border: 1px solid #7dd3fc33;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 18px 50px #00000038;
}

.empirio-home-wn-fallback__eyebrow {
  color: #7dd3fc;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
}

.empirio-home-wn-fallback__title {
  color: #f5f8ff;
  letter-spacing: 0;
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.12;
}

.empirio-home-wn-fallback__copy {
  color: #aeb8ca;
  max-width: 58ch;
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.6;
}

.empirio-home-wn-fallback__link {
  color: #7dd3fc;
  margin-top: 18px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.site-header-1, .site-navbar-1, .container-1, ._w-container {
  max-width: 100%;
}

.navbar-wrapper-1 {
  min-width: 0;
}

.inner-hero-heading-1, .blog-title-1 {
  overflow-wrap: anywhere;
  font-size: clamp(40px, 13vw, 56px);
  line-height: 1.05;
}

.inner-hero-text-1 {
  max-width: 100%;
}

.blog-card-link-wrapper-1 {
  overflow: hidden;
}

.blog-card-title-1 {
  overflow-wrap: anywhere;
}

.blog-img-wrapper-1 {
  overflow: hidden;
}

.blog-card-img-1 {
  object-fit: contain;
  background-color: #0a101a;
}

.header-cta-parent.header-cta {
  flex: none;
  padding: 12px 14px;
}

.site-header-1-2, .site-navbar-1-2, .container-1-2 {
  max-width: 100%;
}

.navbar-wrapper-1-2 {
  min-width: 0;
}

.inner-hero-heading-1-2, .blog-title-1-2 {
  overflow-wrap: anywhere;
  font-size: clamp(40px, 13vw, 56px);
  line-height: 1.05;
}

.inner-hero-text-1-2 {
  max-width: 100%;
}

.blog-card-link-wrapper-1-2 {
  overflow: hidden;
}

.blog-card-title-1-2 {
  overflow-wrap: anywhere;
}

.blog-img-wrapper-1-2 {
  overflow: hidden;
}

.header-cta-1-parent.header-cta-1 {
  flex: none;
  padding: 12px 14px;
}

.empirio-splash-static-disable, .empirio-boot-css-anchor {
  display: none;
}

.inline-svg-0 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.inline-svg-1 {
  filter: drop-shadow(0 0 18px #0a7cff59);
  width: 54px;
  height: 54px;
  margin: -27px 0 0 -27px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.empirio-boot-overlay,
.empirio-boot-overlay.inline-div-0 {
  z-index: 2147483000;
  pointer-events: none;
  position: fixed;
  /* Explicit four-side anchoring + dynamic viewport height. On iOS
     Safari, plain `inset: 0` resolves against the LAYOUT viewport
     (URL bar hidden size), so a strip of page content peeks through
     at the bottom when the URL bar is showing. Setting bottom: 0
     explicitly + 100dvh tracks the SMALL visible viewport instead.
     Background color on the parent div ensures the bottom is solid
     even if the inner SVG rect doesn't extend that far. */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  min-height: 100dvh;
  background-color: #000815;
}

.splach-screen-section-1 {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  display: none;
}

.blog-card-img-1-2 {
  object-fit: contain;
  background-color: #0a101a;
}

.team-hero-text-clean {
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .navbar-items {
    border: 1px solid var(--bright-cyan);
    background-color: var(--white);
    border-radius: 10px;
    width: 100%;
    padding: 6px;
    inset: 100% 0% auto;
  }

  .nav-item {
    width: 100%;
    color: var(--body-bg);
    background-color: #e6edfa99;
    border-radius: 8px;
    margin-bottom: 4px;
    padding: 8px 12px;
    display: block;
  }

  .nav-item:hover {
    background-color: var(--bright-cyan);
    color: var(--white);
  }

  .nav-item.w--current {
    background-color: var(--bright-cyan);
  }

  .nav-item.last-item {
    margin-bottom: 0;
  }

  .site-btn {
    padding-left: 30px;
  }

  .site-btn.outline {
    padding-left: 20px;
    padding-right: 20px;
  }

  .site-btn.primary-btn {
    min-width: 250px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-toggle-btn {
    color: var(--white);
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 32px;
    line-height: 1em;
    display: flex;
  }

  .menu-toggle-btn:hover {
    color: var(--bright-cyan);
  }

  .menu-toggle-btn.w--open {
    background-color: var(--transparent);
  }

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

  .hero-content-col {
    padding-bottom: 30px;
  }

  .heading {
    font-size: 40px;
  }

  .hero-text {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.5em;
  }

  .hero-btns-wrap {
    margin-top: 30px;
  }

  .sec-1-bg-ball {
    background-position: 50% 0;
  }

  .sec-1-bg-ball.ball-2 {
    background-position: 50% 100%;
  }

  .sec-1-bg-ball.ball-3 {
    background-position: 50%;
  }

  .sec-1-card-heading {
    font-size: 40px;
  }

  .sec-1-card-text {
    margin-top: 20px;
    font-size: 16px;
  }

  .what-empirio-labs-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .h2-heading {
    font-size: 52px;
  }

  .para-wrap {
    grid-row-gap: 18px;
    margin-top: 24px;
  }

  .paragraph {
    font-size: 16px;
  }

  .vertical-timeline-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .timeline-card.card-1 {
    width: calc(33.3333% - 20px);
  }

  .timeline-card-heading {
    font-size: 22px;
  }

  .timeline-card-p {
    font-size: 14px;
  }

  .timeline-progress-bar.plus-50 {
    width: calc(100% + 30px);
  }

  .card-number {
    font-size: 100px;
  }

  .why-empirio-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .why-empirio-content-col {
    grid-row-gap: 20px;
    width: 53%;
  }

  .progress-bar {
    margin-top: 12px;
  }

  .why-empirio-text {
    margin-top: 15px;
    font-size: 14px;
  }

  .why-empirio-heading {
    font-size: 20px;
  }

  .whats-new-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .btn-wrapper {
    margin-top: 40px;
  }

  .review-cards-wrapper {
    flex-flow: wrap;
    width: 100%;
    margin-top: 40px;
  }

  .whats-new-card {
    max-width: 500px;
  }

  .whats-card-heading {
    font-size: 22px;
  }

  .whats-card-text {
    margin-top: 20px;
  }

  .cta-section {
    background-position: 50%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-top-cloud {
    max-width: 250px;
  }

  .cta-bottom-cloud {
    max-width: 280px;
  }

  .cta-para {
    font-size: 18px;
  }

  .site-footer {
    padding-top: 80px;
  }

  .footer-wrapper {
    grid-row-gap: 50px;
  }

  .footer-logo-wrap {
    width: 50%;
  }

  .list-text {
    font-size: 16px;
  }

  .footer-link-wrap {
    max-width: 165px;
    padding-left: 24px;
  }

  .footer-link-wrap.contact-block {
    padding-left: 25px;
  }

  .footer-menu-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .footer-link-item {
    font-size: 15px;
  }

  .footer-item-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100%;
  }

  .badge-link {
    width: 70px;
    height: 70px;
    min-width: 70px;
    min-height: 70px;
    flex-basis: 70px;
    max-width: 70px;
    max-height: 70px;
  }

  .badge-link:hover,
  .badge-link:focus-visible {
    width: 70px;
    height: 70px;
    min-width: 70px;
    min-height: 70px;
    flex-basis: 70px;
    max-width: 70px;
    max-height: 70px;
  }

  .footer-signup-wrapper {
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-signup-text {
    font-size: 14px;
  }

  .footer-signup-form-wrap {
    width: 48%;
  }

  .copywrite-text {
    margin-top: 24px;
    font-size: 14px;
  }

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

  .faq-item {
    border-radius: 24px;
    padding: 30px;
  }

  .faq-answer-wrapper.w--open {
    transition: all .3s;
  }

  .answer-wrapper {
    margin-top: 24px;
    padding-top: 24px;
  }

  .hero-cloud-img-1 {
    max-width: 250px;
  }

  .hero-cloud-img-1.footer-img {
    max-width: 450px;
  }

  .hero-cloud-img-2 {
    max-width: 150px;
  }

  .hero-cloud-img-2.footer-img {
    max-width: 250px;
    top: 15%;
  }

  .hero-cloud-img-3, .hero-cloud-img-3.footer-img {
    max-width: 450px;
  }

  .hero-cloude-img-5, .hero-cloude-img-5.footer-img {
    max-width: 350px;
  }

  .hero-cloud-img-4 {
    max-width: 300px;
  }

  .hero-cloud-img-4.footer-img {
    bottom: 25%;
  }

  .inner-hero-heading {
    font-size: 58px;
  }

  .inner-hero-text {
    margin-top: 32px;
  }

  .inner-hero-text.mt-20 {
    font-size: 14px;
  }

  .left-side-blur-effect {
    max-width: 120px;
  }

  .models-section {
    padding-bottom: 80px;
  }

  .models-section.modal-type-section {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .team-collection-item {
    width: calc(50% - 10px);
  }

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

  .contact-form-body {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
  }

  .field-row {
    width: calc(50% - 8px);
  }

  .form-submit-button {
    padding: 20px;
  }

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

  .changelog-collection-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .changelog-item {
    padding-bottom: 30px;
  }

  .changelog-head-wrap {
    max-width: 215px;
  }

  .changelog-content-wrap {
    width: calc(100% - 235px);
  }

  .change-log-title-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .changelog-title {
    font-size: 26px;
  }

  .change-log-description {
    margin-top: 20px;
  }

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

  .blog-collection-item {
    width: calc(50% - 9px);
  }

  .blog-card-tag {
    font-size: 14px;
  }

  .blog-hero-banner-wrapper {
    padding-top: 200px;
    padding-bottom: 80px;
  }

  .blog-breadcrumb-wrap {
    margin-bottom: 30px;
  }

  .breadcrumb-item {
    font-size: 14px;
  }

  .blog-title {
    font-size: 42px;
  }

  .blog-body-content-section {
    padding-bottom: 80px;
  }

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

  .next-article-heading {
    font-size: 36px;
  }

  ._404-section-wrapper {
    padding-top: 200px;
    padding-bottom: 80px;
  }

  ._404-heading {
    font-size: 170px;
  }

  .not-found-text {
    font-size: 30px;
  }

  .back-to-home-btn.site-btn {
    margin-top: 24px;
  }

  .coming-soon-text {
    font-size: 80px;
  }

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

  .policy-peragraph {
    font-size: 14px;
  }

  .policy-peragraph.mt-40 {
    margin-top: 32px;
  }

  .policy-peragraph.mb-20 {
    margin-bottom: 16px;
  }

  .policy-text-heading-h2 {
    margin-top: 32px;
    margin-bottom: 18px;
    font-size: 32px;
  }

  .policy-list-wrapper.mb-30 {
    margin-bottom: 20px;
  }

  .polisy-list-item {
    font-size: 14px;
  }

  .pricing-section {
    padding-bottom: 80px;
  }

  .pricing-collection-item {
    padding: 20px;
  }

  .price-detail-col {
    width: 35%;
  }

  .price-table-col-head {
    padding-left: 20px;
  }

  .price-table-body-row {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .price-table-item {
    line-height: 1.2em;
  }

  .price-card-img {
    margin-right: 16px;
  }

  .price-card-title {
    width: calc(100% - 56px);
    font-size: 26px;
  }

  .model-card-wrapper {
    padding: 16px;
  }

  .modal-card-logo {
    max-width: 60px;
    margin-right: 16px;
  }

  .modal-card-content {
    width: calc(100% - 76px);
  }

  .model-name-wrap {
    width: 100%;
  }

  .model-name {
    font-size: 54px;
  }

  .logo-halo-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 720px;
    padding: 8px 16px;
  }

  .logo-halo-pill, .logo-halo-pill.poe, .logo-halo-pill.linkup, .logo-halo-pill.infinity, .logo-halo-pill.crystal {
    grid-column-start: auto;
  }

  .logo-halo-pill.comet {
    grid-column: 1 / -1;
    justify-self: center;
    width: min(100%, 320px);
  }

  .logos-row-list {
    gap: 3.5rem;
  }

  .emp-constellation-node {
    height: 66px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .emp-constellation-logo {
    max-width: 132px;
    height: 30px;
  }

  .emp-row {
    gap: 28px 56px;
  }

  .emp-row-item {
    height: 38px;
  }

  .emp-row-img {
    max-width: 150px;
    height: 38px;
  }

  .emp-section-ambient {
    display: block;
  }

  .model-actions-wrapper {
    width: 100%;
    margin-top: 20px;
  }

  .model-info {
    font-size: 16px;
  }

  .model-side-bar-wrap, .model-content-box {
    padding: 20px;
  }

  .model-description {
    font-size: 14px;
  }

  .model-content-heading {
    font-size: 18px;
  }

  .key-feature-content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: calc(100% - 32px);
  }

  .key-feature-description, .keay-feature-heading {
    font-size: 14px;
  }

  .model-pricing-wrap {
    margin-top: 24px;
    padding: 20px;
  }

  .model-heading-text {
    font-size: 14px;
  }

  .model-price-table-wrap {
    border-radius: 12px;
  }

  .model-table-col {
    padding: 16px;
  }

  .table-text {
    font-size: 14px;
  }

  .model-info-boxes {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .model-info-label-text {
    font-size: 14px;
  }

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

  .model-supported-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .supporting-msg {
    font-size: 14px;
  }

  .embed-code-tabs-menu-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .embed-code-inner-tabs-menu-wrap, .embed-code-inner-tab-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .embed-code-inner-tab-content-wrap {
    padding: 16px;
  }

  .code {
    font-size: 14px;
  }

  .team-hero-text-clean {
    margin-top: 32px;
  }
}

@media screen and (max-width: 767px) {
  .topbar-icon {
    max-width: 16px;
  }

  .topbar-text {
    font-size: 14px;
  }

  .site-btn.primary-btn {
    min-width: 250px;
  }

  .hero-section {
    padding-top: 150px;
  }

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

  .hero-content-col {
    width: 100%;
    padding-bottom: 0;
  }

  .heading {
    font-size: 37px;
  }

  .hero-img-col {
    text-align: center;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    margin-top: 40px;
    display: flex;
  }

  .sec-1-card {
    width: 33.3333%;
  }

  .sec-1-card-heading {
    font-size: 36px;
  }

  .sec-1-card-text {
    margin-top: 18px;
    font-size: 14px;
  }

  .hero-banner-image {
    max-width: 375px;
  }

  /* "What's new" carousel description gets clipped at 3 lines by the
     catalog renderer, which truncates the model copy. Allow 5 lines
     on mobile so the full short description usually fits. */
  .whats-new-section .whats-new-card p,
  .whats-new-section .whats-new-card[data-empirio-wn-sync="1"] p {
    -webkit-line-clamp: 5 !important;
    min-height: 0 !important;
  }
  .whats-new-section .whats-new-card,
  .whats-new-section .whats-new-card[data-empirio-wn-sync="1"] {
    height: auto !important;
    min-height: 0 !important;
  }

  /* Blog post featured image should fill the article column on mobile.
     Webflow's `.blog-featured-image { aspect-ratio: 1/.31 }` rule
     compresses the image into a thin banner; combined with no explicit
     width, the rendered image hovers at its natural pixel size and
     looks small in the column. Force full-column width and let the
     image's own aspect drive height. */
  body.empirio-blog-post-native .blog-featured-image,
  .blog-body-content-section .blog-featured-image {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .logos-slider {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .logo-slider-heading {
    font-size: 24px;
  }

  .logo-slider-wrap {
    display: block;
  }

  .slide-logo-link {
    height: 40px;
  }

  .what-empirio-labs-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .h2-heading {
    font-size: 40px;
  }

  .paragraph {
    font-size: 14px;
  }

  .timeline-card, .timeline-card.card-1 {
    width: 100%;
  }

  .timeline-progress-bar-wrap.d-none {
    display: none;
  }

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

  .why-empirio-content-col {
    grid-row-gap: 40px;
    width: 100%;
  }

  .why-empirio-content {
    opacity: 1;
  }

  .why-empirio-graphic-col.d-none {
    display: none;
  }

  .mobile-graphic {
    margin-bottom: 30px;
    display: block;
  }

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

  .btn-wrapper, .review-cards-wrapper {
    margin-top: 30px;
  }

  .whats-new-card {
    max-width: 450px;
    padding: 20px;
  }

  .whats-card-heading {
    font-size: 20px;
  }

  .whats-card-text {
    font-size: 14px;
  }

  .cta-section {
    background-position: 100% 100%;
    background-size: cover;
  }

  .cta-top-cloud {
    max-width: 180px;
  }

  .cta-bottom-cloud {
    max-width: 200px;
  }

  .cta-para {
    font-size: 16px;
  }

  .site-footer {
    padding-top: 60px;
  }

  .footer-logo-wrap {
    width: 100%;
  }

  .footer-link-wrap {
    width: 45%;
    max-width: none;
  }

  .footer-link-wrap.contact-block {
    width: 45%;
  }

  .footer-item-wrap {
    grid-row-gap: 30px;
  }

  .footer-signup-content-wrap {
    width: 100%;
  }

  .footer-signup-form-wrap {
    width: 100%;
    margin-top: 20px;
  }

  .faqs-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .faq-item {
    padding: 20px;
  }

  .faq-question-wrapper {
    font-size: 18px;
  }

  .answer-wrapper {
    margin-top: 20px;
    padding-top: 20px;
  }

  .faq-answer {
    font-size: 14px;
  }

  .hero-cloud-img-1 {
    max-width: 350px;
    top: 15%;
  }

  .hero-cloud-img-1.footer-img {
    max-width: 400px;
  }

  .hero-cloud-img-2 {
    max-width: 200px;
  }

  .hero-cloud-img-3 {
    max-width: 480px;
    bottom: 25%;
  }

  .hero-cloud-img-3.footer-img {
    bottom: 15%;
  }

  .hero-cloud-img-4 {
    margin-left: 0;
    bottom: 5%;
  }

  .hero-cloud-img-4.footer-img {
    margin-left: auto;
    bottom: 40%;
  }

  .inner-hero-section {
    background-position: 100% 0;
    background-size: cover;
    padding-top: 180px;
    padding-bottom: 60px;
  }

  .inner-hero-heading {
    font-size: 48px;
  }

  .inner-hero-text {
    margin-top: 26px;
    font-size: 14px;
  }

  .left-side-blur-effect {
    max-width: 100px;
  }

  .d-none {
    font-size: 14px;
  }

  .models-section {
    padding-bottom: 60px;
  }

  .models-section.modal-type-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .modals-sliders-wrapper.mt-0 {
    padding-top: 38px;
  }

  .team-collection-item {
    width: 100%;
  }

  .team-member-name {
    font-size: 18px;
  }

  .team-position, .team-description {
    margin-top: 18px;
    font-size: 14px;
  }

  .contact-form-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .field-row {
    width: 100%;
  }

  .form-feild-label, .input-field {
    font-size: 14px;
  }

  .changelog-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .changelog-head-wrap {
    max-width: none;
  }

  .changelog-content-wrap {
    width: 100%;
    margin-top: 30px;
  }

  .change-log-title-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .changelog-logo {
    max-width: 32px;
  }

  .changelog-title {
    font-size: 22px;
  }

  .change-log-description {
    font-size: 14px;
  }

  .blogs-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-collection-item {
    width: 100%;
  }

  .blog-hero-banner-wrapper {
    padding-bottom: 60px;
  }

  .blog-title {
    font-size: 34px;
  }

  .blog-body-content-section {
    padding-bottom: 60px;
  }

  .related-blogs-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .next-article-heading {
    width: 100%;
    font-size: 32px;
  }

  .related-blogs-heading-wrap {
    margin-bottom: 35px;
  }

  .heading-wrap.d-none {
    display: none;
  }

  ._404-section-wrapper {
    padding-bottom: 60px;
  }

  ._404-heading {
    font-size: 140px;
  }

  .not-found-text {
    font-size: 26px;
  }

  .coming-soon-text {
    font-size: 72px;
  }

  .policy-content-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .policy-peragraph.mt-40 {
    margin-top: 26px;
  }

  .policy-peragraph.mb-20 {
    margin-bottom: 14px;
  }

  .policy-text-heading-h2 {
    margin-top: 26px;
    margin-bottom: 16px;
    font-size: 28px;
  }

  .polisy-list-item {
    line-height: 1.6em;
  }

  .policy-content {
    font-size: 14px;
  }

  .pricing-section {
    padding-bottom: 60px;
  }

  .pricing-main-tab-item {
    padding: 16px 5px;
    font-size: 14px;
    line-height: 1.2em;
  }

  .pricing-inner-tabs-menu-wrap {
    width: 100%;
  }

  .pricing-inner-tabs-content-wrap {
    margin-top: 100px;
  }

  .price-detail-col {
    width: 100%;
  }

  .price-table-col {
    width: 100%;
    margin-top: 25px;
  }

  .price-col-heading {
    font-size: 14px;
  }

  .price-table-item {
    word-wrap: break-word;
    font-size: 14px;
  }

  .price-card-description {
    font-size: 14px;
  }

  .providers-wrapper {
    max-width: none;
    top: 0;
  }

  .modal-card-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .modal-card-item.p-0 {
    width: 100%;
  }

  .model-type-heading {
    width: 100%;
    font-size: 32px;
  }

  .model-groups-wrapper {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
  }

  .modal-pills-wrap {
    font-weight: 500;
  }

  .view-all-btn-wrap {
    display: none;
  }

  .model-image {
    max-width: 70px;
  }

  .model-name-detail {
    width: calc(100% - 90px);
  }

  .model-name {
    font-size: 38px;
  }

  .logo-halo-pill {
    min-height: 78px;
    padding: 20px 18px;
  }

  .logos-row-list {
    gap: 2.5rem;
  }

  .logos-row-item {
    width: 110px;
    min-width: 90px;
    max-width: 110px;
  }

  .logos-headline {
    font-size: 24px;
  }

  .emp-constellation-stage {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
    height: auto;
    padding: 16px;
    display: flex;
  }

  .emp-constellation-node {
    width: auto;
    height: 60px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    inset: auto;
  }

  .emp-constellation-node.emp-node-poe {
    top: auto;
    left: auto;
  }

  .emp-constellation-node.emp-node-linkup {
    top: auto;
    right: auto;
  }

  .emp-constellation-node.emp-node-svi {
    bottom: auto;
    right: auto;
  }

  .emp-constellation-node.emp-node-crystal {
    bottom: auto;
    left: auto;
  }

  .emp-constellation-node.emp-node-comet {
    top: auto;
    left: auto;
  }

  .emp-constellation-logo {
    max-width: 120px;
    height: 28px;
  }

  .emp-row {
    gap: 24px 40px;
  }

  .emp-row-item {
    height: 32px;
  }

  .emp-row-img {
    max-width: 130px;
    height: 32px;
  }

  .emp-row-eyebrow {
    letter-spacing: .16em;
    margin-bottom: 24px;
    font-size: 11px;
  }

  .emp-ambient-orb {
    opacity: .25;
    filter: blur(70px);
    width: 320px;
    height: 320px;
  }

  .emp-ambient-grid {
    display: none;
  }

  .model-info {
    font-size: 14px;
  }

  .model-body-content {
    width: 100%;
  }

  .model-side-bar-wrap {
    width: 100%;
    margin-top: 20px;
  }

  .team-hero-text-clean {
    margin-top: 26px;
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .navbar-items {
    z-index: 9999;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    position: absolute;
  }

  .site-btn {
    width: 100%;
  }

  /* Header Get Started CTA should keep its natural width on phones
     so it doesn't stretch huge and unbalance the navbar against the
     small logo. Webflow's blanket `.site-btn { width: 100% }` rule
     above is intended for full-width hero CTAs, not the navbar pill. */
  .site-btn.header-cta {
    width: auto;
    font-size: 14px;
  }

  .site-btn.header-cta.try-now, .site-btn.outline._w-auto {
    width: auto;
  }

  .btn-icon {
    max-width: 14px;
  }

  .menu-toggle-btn {
    font-size: 28px;
  }

  .hero-section {
    padding-top: 170px;
  }

  .heading {
    font-size: 30px;
  }

  .hero-text {
    margin-top: 20px;
    font-size: 16px;
  }

  .hero-btns-wrap {
    flex-flow: wrap;
  }

  .section-1-wrapper {
    grid-row-gap: 20px;
  }

  .sec-1-bg-ball {
    background-position: 50%;
    background-size: cover;
    max-width: 150px;
    inset: 0% auto auto 0%;
  }

  .sec-1-bg-ball.ball-2 {
    margin: auto;
    inset: 0%;
  }

  .sec-1-bg-ball.ball-3 {
    inset: auto 0% 0% auto;
  }

  .sec-1-card {
    width: 100%;
  }

  .sec-1-card-heading {
    font-size: 30px;
  }

  .sec-1-card-text {
    font-size: 16px;
  }

  .logo-slide {
    max-width: 130px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .what-empirio-labs-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h2-heading {
    font-size: 28px;
  }

  .timeline-card-heading {
    font-size: 20px;
  }

  .why-empirio-section, .whats-new-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .review-cards-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .whats-new-card {
    max-width: 320px;
    padding: 15px;
  }

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

  .site-footer {
    padding-bottom: 20px;
  }

  .social-heading {
    font-size: 18px;
  }

  .social-link {
    max-width: 35px;
  }

  .footer-link-wrap, .footer-link-wrap.contact-block {
    width: 100%;
  }

  .footer-signup-form-wrap, .footer-signup-form {
    display: block;
    visibility: visible;
    opacity: 1;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .form-body {
    flex-flow: row nowrap;
    width: 100%;
    max-width: 100%;
    min-height: 64px;
    padding: 8px;
  }

  .footer-signup-email-input {
    flex: 1 1 auto;
    min-width: 0;
    padding: 15px 12px;
    font-size: 16px;
  }

  .form-submit-btn {
    flex: 0 0 auto;
    min-width: 112px;
    max-width: 118px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .faq-item {
    border-radius: 20px;
  }

  .faq-question-wrapper {
    font-size: 16px;
  }

  .faq-question {
    width: calc(100% - 30px);
  }

  .faq-icon-wrap {
    max-width: 24px;
  }

  .hero-cloud-img-1.footer-img {
    top: 30%;
  }

  .hero-cloud-img-3 {
    bottom: 40%;
  }

  .hero-cloud-img-3.footer-img {
    bottom: 25%;
  }

  .hero-cloude-img-5 {
    bottom: 0%;
  }

  .hero-cloud-img-4 {
    bottom: 22%;
  }

  .inner-hero-heading {
    font-size: 42px;
  }

  .inner-hero-text.mt-20 {
    margin-top: 18px;
  }

  .left-side-blur-effect {
    max-width: 80px;
  }

  .site-logo-wrapper {
    max-width: 160px;
  }

  /* AI disclosure box has only 12px inner padding from the catalog
     renderer, which makes "Disclosure:" sit right on the left edge
     on phones. Bump padding so the text breathes. */
  .empirio-ai-disclosure {
    padding: 18px 22px !important;
  }

  .splash-logo {
    max-width: 100px;
  }

  /* Topbar icon detaches awkwardly from wrapping text on phones; the
     icon is decorative, the text carries the message, so hide it
     under 480px and let the text center cleanly. */
  .topbar-icon {
    display: none;
  }


  .team-collection-list {
    grid-row-gap: 30px;
  }

  .changelog-content-wrap {
    margin-top: 24px;
  }

  .change-log-title-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .chnagelog-action {
    margin-top: 20px;
  }

  .blog-card-body {
    margin-top: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-card-title, .published-date {
    margin-top: 16px;
  }

  .blog-title {
    font-size: 28px;
  }

  ._404-heading {
    font-size: 100px;
  }

  .not-found-text {
    font-size: 24px;
  }

  .coming-soon-text {
    font-size: 48px;
  }

  .policy-text-heading-h2 {
    font-size: 26px;
  }

  .price-card-img {
    margin-right: 24px;
  }

  .price-card-title {
    font-size: 24px;
  }

  .model-type-heading {
    font-size: 28px;
  }

  .modal-card-logo {
    max-width: 45px;
    margin-right: 15px;
  }

  .modal-card-content {
    width: calc(100% - 60px);
  }

  .model-card-heading {
    width: 100%;
  }

  .model-card-heading-wrap {
    flex-flow: wrap;
  }

  .modal-card-pill-wrap {
    margin-top: 15px;
  }

  .model-name-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .model-image {
    border-radius: 10px;
    max-width: 50px;
  }

  .model-name-detail {
    width: calc(100% - 62px);
  }

  .model-name {
    font-size: 32px;
  }

  .logo-halo-wall {
    grid-template-columns: 1fr;
  }

  .logo-halo-pill, .logo-halo-pill.comet {
    grid-column-start: auto;
    width: 100%;
  }

  .model-outline-btn-wrap, .try-model-btn {
    padding-left: 19px;
    padding-right: 19px;
    font-size: 16px;
  }

  .model-content-box {
    padding: 15px;
  }

  .model-pricing-wrap {
    padding: 10px;
  }

  .model-price-table-head {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    justify-content: flex-end;
  }

  .model-price-heading-wrap {
    width: 100%;
  }

  .model-table-col {
    padding: 12px;
  }

  .embed-code-tabs-menu-wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding: 20px 10px;
  }

  .embed-code-inner-tabs-menu-wrap, .embed-code-inner-tab-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .code {
    font-size: 12px;
  }
}


@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-ExtraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-ExtraBoldItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

/* ============================================================
   Legal page typography
   ============================================================
   Webflow's TOS/Privacy templates used hand-applied class names
   (.policy-peragraph, .policy-text-heading-h2, .policy-list-wrapper,
   .polisy-list-item, .policy-content-link) on each element. The
   catalog renderer's native-policy mode replaces .policy-content's
   innerHTML with markdown-rendered HTML, which produces plain <p>,
   <h2>, <h3>, <ul>, <ol>, <li>, <a> tags WITHOUT those classes —
   so the legal body text rendered as unstyled UA defaults (lines
   running together, no margins, no font sizing). These rules
   mirror the Webflow class styles onto the plain tag selectors so
   the rendered legal pages match the Webflow design exactly. */
.policy-content p {
  color: var(--text);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  margin: 0 0 20px;
}
.policy-content p:last-child {
  margin-bottom: 0;
}
.policy-content h2 {
  color: var(--white);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
  margin: 40px 0 20px;
}
.policy-content h3 {
  color: var(--white);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
  margin: 30px 0 16px;
}
.policy-content h4,
.policy-content h5,
.policy-content h6 {
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35em;
  margin: 24px 0 12px;
}
.policy-content ul,
.policy-content ol {
  padding-left: 20px;
  margin: 0 0 30px;
}
.policy-content ul { list-style-type: disc; }
.policy-content ol { list-style-type: decimal; }
.policy-content li {
  color: var(--text);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8em;
}
.policy-content a {
  color: #9eeaff;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(126, 224, 255, 0.45);
  text-underline-offset: 3px;
  transition: color 0.18s ease, text-decoration-color 0.18s ease;
}
.policy-content a:hover {
  color: #c8f3ff;
  text-decoration-color: #9eeaff;
}
.policy-content strong, .policy-content b {
  color: var(--white);
  font-weight: 700;
}
.policy-content em, .policy-content i { font-style: italic; }
.policy-content blockquote {
  border-left: 2px solid rgba(255,255,255,0.16);
  padding: 4px 0 4px 16px;
  margin: 20px 0;
  color: var(--white);
}
.policy-content code {
  font-family: ui-monospace, Menlo, Consolas, monospace;
  font-size: 0.92em;
  background: rgba(255,255,255,0.06);
  padding: 1px 6px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .policy-content p { font-size: 14px; margin: 0 0 16px; }
  .policy-content h2 { font-size: 32px; margin: 32px 0 18px; }
  .policy-content h3 { font-size: 20px; margin: 24px 0 12px; }
  .policy-content li { font-size: 14px; }
  .policy-content ul, .policy-content ol { margin: 0 0 20px; }
}

/* ============================================================
   AI Disclosure padding override
   ============================================================
   The catalog renderer (marketing.js) injects a @media
   (max-width:640px) rule that sets `.empirio-ai-disclosure
   { padding: 10px 11px }` — fighting our mobile-block override
   and pushing "Disclosure:" right against the box edge on phones.
   Apply outside any media query with elevated specificity so this
   wins everywhere. */
body .empirio-ai-disclosure,
body.empirio-blog-post-native .empirio-ai-disclosure,
body.empirio-blog-post-native .blog-meta-wrap + .empirio-ai-disclosure {
  padding: 18px 22px !important;
}
@media (max-width: 767px) {
  body .empirio-ai-disclosure,
  body.empirio-blog-post-native .empirio-ai-disclosure,
  body.empirio-blog-post-native .blog-meta-wrap + .empirio-ai-disclosure {
    padding: 20px 22px !important;
  }
}

/* ============================================================
   Mobile topbar typography
   ============================================================
   At phone width, "Access is live for all models via API and
   Playground. Explore models" wraps to 2 lines at 14px. Drop to
   12px so the message reads compact and the topbar doesn't take
   so much vertical space above the navbar. */
@media (max-width: 479px) {
  .topbar-text {
    font-size: 12px;
    line-height: 1.35;
  }
  .header-topbar-wrapper {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

/* ============================================================
   Hero Lottie centering on touch devices
   ============================================================
   The hero cube Lottie has a Webflow cursor-follow interaction
   (`data-w-id="c9168752-..."`) that applies a translate transform
   keyed to mouse position. On touch-only devices (phones, tablets)
   there is no cursor, so the interaction leaves the Lottie offset
   from center (visibly cropped at the right edge on iPhone). Force
   identity transform on touch-only devices so the cube renders
   centered. Desktop (hover: hover, pointer: fine) is unchanged. */
@media (hover: none) and (pointer: coarse) {
  .hero-banner-image,
  .hero-banner-image > *,
  .hero-banner-image svg {
    transform: none !important;
  }

  /* Hide native scrollbar on touch devices — the site has its own
     custom scroll affordances. Desktop browsers (with hover/fine
     pointer) keep the native scrollbar because it's the primary
     scroll affordance there. */
  html, body {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  html::-webkit-scrollbar,
  body::-webkit-scrollbar,
  *::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }
}
