:root {
  --light-gray: #fafafa;
  --rich-black: #0d1221;
  --_typography---font-family--host-grotesk: "Host Grotesk", sans-serif;
  --_typography---font-size--h2: 1.875rem;
  --_typography---line-height--h2-line-height: 125%;
  --_typography---font-weight--weight-medium: 500;
  --_typography---letter-spacing--h2-letter-spacing: -.1rem;
  --_typography---font-size--h3: 1.625rem;
  --_typography---line-height--h3-line-height: 131.25%;
  --_typography---font-weight--weight-regular: 400;
  --_typography---letter-spacing--h3-letter-spacing: -.04rem;
  --_typography---font-size--h4: 1.375rem;
  --_typography---letter-spacing--h4-letter-spacing: -.06rem;
  --_typography---line-height--h5-line-height: 145.45%;
  --_typography---letter-spacing--h5-letter-spacing: -.055rem;
  --_typography---font-size--h6: 1.0625rem;
  --_typography---line-height--h6-line-height: 150%;
  --_typography---letter-spacing--h6-letter-spacing: -.05rem;
  --_typography---font-family--inter: Inter, sans-serif;
  --purple-gray: #504d58;
  --_typography---font-size--body-text: .9375rem;
  --_typography---line-height--body-line-height: 150%;
  --_typography---letter-spacing--body-letter-spacing: -.02125rem;
  --midnight-blue: #05073c;
  --_spacing---gutter-space: .9375rem;
  --_typography---line-height--h4-line-height: 141.66%;
  --_typography---font-size--h5: 1.125rem;
  --black: #000;
  --_typography---font-size--sub-text: 1rem;
  --_typography---line-height--sub-text-line-height: 150%;
  --_typography---font-weight--weight-semi-bold: 600;
  --_typography---letter-spacing--sub-text-letter-spacing: .1rem;
  --white: #fff;
  --_typography---font-size--button-text: 1rem;
  --_typography---line-height--button-line-height: 150%;
  --_typography---letter-spacing--button-letter-spacing: 0rem;
  --_typography---font-size--menu: 1rem;
  --_typography---line-height--menu-line-height: 150%;
  --_typography---letter-spacing--menu-letter-spacing: 0rem;
  --_typography---font-size--h1: 2.5rem;
  --_typography---line-height--h1-line-height: 116.66%;
  --_typography---letter-spacing--h1-letter-spacing: -.15rem;
  --_spacing---container-large: 101.875rem;
  --deep-teal: #052b37;
  --_typography---font-size--topbar-text: .9375rem;
  --lime: lime;
  --_spacing---container: 82.5rem;
  --_spacing---container-medium: 91.25rem;
  --_spacing---section-gap-small: 8.75rem;
  --_spacing---section-gap-large: 9.375rem;
  --transparent: #fff0;
  --_typography---font-weight--weigth-light: 300;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@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(--light-gray);
  color: #504d58;
  letter-spacing: 0;
  --_typography---font-family--host-grotesk: "Host Grotesk", sans-serif;
  --_typography---font-size--h2: 1.875rem;
  --_typography---line-height--h2-line-height: 125%;
  --_typography---font-weight--weight-medium: 500;
  --_typography---letter-spacing--h2-letter-spacing: -.1rem;
  --_typography---font-size--h3: 1.625rem;
  --_typography---line-height--h3-line-height: 131.25%;
  --_typography---font-weight--weight-regular: 400;
  --_typography---letter-spacing--h3-letter-spacing: -.04rem;
  --_typography---font-size--h4: 1.375rem;
  --_typography---letter-spacing--h4-letter-spacing: -.06rem;
  --_typography---line-height--h5-line-height: 145.45%;
  --_typography---letter-spacing--h5-letter-spacing: -.055rem;
  --_typography---font-size--h6: 1.0625rem;
  --_typography---line-height--h6-line-height: 150%;
  --_typography---letter-spacing--h6-letter-spacing: -.05rem;
  --_typography---font-family--inter: Inter, sans-serif;
  --_typography---font-size--body-text: .9375rem;
  --_typography---line-height--body-line-height: 150%;
  --_typography---letter-spacing--body-letter-spacing: -.02125rem;
  --_typography---line-height--h4-line-height: 141.66%;
  --_typography---font-size--h5: 1.125rem;
  --_typography---font-size--sub-text: 1rem;
  --_typography---line-height--sub-text-line-height: 150%;
  --_typography---font-weight--weight-semi-bold: 600;
  --_typography---letter-spacing--sub-text-letter-spacing: .1rem;
  --_typography---font-size--button-text: 1rem;
  --_typography---line-height--button-line-height: 150%;
  --_typography---letter-spacing--button-letter-spacing: 0rem;
  --_typography---font-size--menu: 1rem;
  --_typography---line-height--menu-line-height: 150%;
  --_typography---letter-spacing--menu-letter-spacing: 0rem;
  --_typography---font-size--h1: 2.5rem;
  --_typography---line-height--h1-line-height: 116.66%;
  --_typography---letter-spacing--h1-letter-spacing: -.15rem;
  --_typography---font-size--topbar-text: .9375rem;
  --_typography---font-weight--weigth-light: 300;
  font-family: Inter, sans-serif;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 150%;
}

h1 {
  color: var(--rich-black);
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Host Grotesk, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 116.66%;
}

h2 {
  font-family: var(--_typography---font-family--host-grotesk);
  color: var(--rich-black);
  font-size: var(--_typography---font-size--h2);
  line-height: var(--_typography---line-height--h2-line-height);
  font-weight: var(--_typography---font-weight--weight-medium);
  letter-spacing: var(--_typography---letter-spacing--h2-letter-spacing);
  margin-top: 20px;
  margin-bottom: 10px;
}

h3 {
  font-family: var(--_typography---font-family--host-grotesk);
  color: var(--rich-black);
  font-size: var(--_typography---font-size--h3);
  line-height: var(--_typography---line-height--h3-line-height);
  font-weight: var(--_typography---font-weight--weight-regular);
  letter-spacing: var(--_typography---letter-spacing--h3-letter-spacing);
  margin-top: 20px;
  margin-bottom: 10px;
}

h4 {
  font-family: var(--_typography---font-family--host-grotesk);
  color: var(--rich-black);
  font-size: var(--_typography---font-size--h4);
  line-height: var(--_typography---letter-spacing--h4-letter-spacing);
  font-weight: var(--_typography---font-weight--weight-regular);
  letter-spacing: var(--_typography---letter-spacing--h4-letter-spacing);
  margin-top: 10px;
  margin-bottom: 10px;
}

h5 {
  font-family: var(--_typography---font-family--host-grotesk);
  color: var(--rich-black);
  font-size: var(--_typography---line-height--h5-line-height);
  line-height: var(--_typography---line-height--h5-line-height);
  font-weight: var(--_typography---font-weight--weight-regular);
  letter-spacing: var(--_typography---letter-spacing--h5-letter-spacing);
  margin-top: 10px;
  margin-bottom: 10px;
}

h6 {
  font-family: var(--_typography---font-family--host-grotesk);
  color: var(--rich-black);
  font-size: var(--_typography---font-size--h6);
  line-height: var(--_typography---line-height--h6-line-height);
  font-weight: var(--_typography---font-weight--weight-regular);
  letter-spacing: var(--_typography---letter-spacing--h6-letter-spacing);
  margin-top: 10px;
  margin-bottom: 10px;
}

p {
  font-family: var(--_typography---font-family--inter);
  color: var(--purple-gray);
  font-size: var(--_typography---font-size--body-text);
  line-height: var(--_typography---line-height--body-line-height);
  font-weight: var(--_typography---font-weight--weight-regular);
  letter-spacing: var(--_typography---letter-spacing--body-letter-spacing);
  margin-bottom: 10px;
}

a {
  color: var(--midnight-blue);
  text-decoration: none;
}

ul {
  font-family: var(--_typography---font-family--inter);
  color: var(--purple-gray);
  font-size: var(--_typography---font-size--body-text);
  line-height: var(--_typography---line-height--body-line-height);
  font-weight: var(--_typography---font-weight--weight-regular);
  letter-spacing: var(--_typography---letter-spacing--body-letter-spacing);
  margin-top: 0;
  padding-left: 1.25rem;
}

ol {
  font-family: var(--_typography---font-family--inter);
  color: var(--purple-gray);
  font-size: var(--_typography---font-size--body-text);
  line-height: var(--_typography---line-height--body-line-height);
  font-weight: var(--_typography---font-weight--weight-regular);
  letter-spacing: var(--_typography---letter-spacing--body-letter-spacing);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

.rt-utility-page-wrap {
  padding-right: var(--_spacing---gutter-space);
  padding-left: var(--_spacing---gutter-space);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.rt-utility-page-wrap.rt-one {
  background-image: url('../images/nuonix-password-protected-image_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.rt-utility-page-wrap.rt-two {
  background-image: url('../images/nuonix-404-image_1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
}

.rt-utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 46rem;
  display: flex;
}

.rt-utility-page-content.rt-pasword-wrap {
  padding: 8.75rem var(--_spacing---gutter-space);
  background-color: #fff;
  width: 100%;
  max-width: 48.3125rem;
  box-shadow: 0 20px 30px #0000001a;
}

.utility-page-form {
  flex-direction: column;
  width: 100%;
  max-width: 29.375rem;
  display: flex;
}

.rt-no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.rt-no-margin.rt-text-color-white {
  color: #fff;
}

.rt-no-margin.rt-text-color-silver-gray {
  color: #bebebe;
}

.rt-no-margin.rt-text-color-moonlit-steel {
  color: var(--purple-gray);
}

.rt-margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.rt-desktop-display-none {
  display: none;
}

.rt-full-width {
  width: 100%;
}

.rt-auto-fit {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.rt-auto-fit.is-width {
  max-width: 100px;
}

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

.rt-text-style-h2 {
  font-family: var(--_typography---font-family--host-grotesk);
  color: var(--rich-black);
  font-size: var(--_typography---font-size--h2);
  line-height: var(--_typography---line-height--h2-line-height);
  font-weight: var(--_typography---font-weight--weight-medium);
  letter-spacing: var(--_typography---letter-spacing--h2-letter-spacing);
}

.rt-text-style-h2.is-width {
  max-width: 370px;
}

.rt-text-style-h3 {
  font-family: var(--_typography---font-family--host-grotesk);
  color: var(--rich-black);
  font-size: var(--_typography---font-size--h3);
  line-height: var(--_typography---line-height--h3-line-height);
  font-weight: var(--_typography---font-weight--weight-regular);
  letter-spacing: var(--_typography---letter-spacing--h3-letter-spacing);
}

.rt-text-style-h3.rt-text-color-white {
  color: #fff;
}

.rt-text-style-h4 {
  font-family: var(--_typography---font-family--host-grotesk);
  color: var(--rich-black);
  font-size: var(--_typography---font-size--h4);
  line-height: var(--_typography---line-height--h4-line-height);
  font-weight: var(--_typography---font-weight--weight-regular);
  letter-spacing: var(--_typography---letter-spacing--h4-letter-spacing);
}

.rt-text-style-h4.rt-text-color-white {
  color: #fff;
}

.rt-text-style-h4.rt-text-color-lime {
  color: #0f0;
}

.rt-text-style-h5 {
  font-family: var(--_typography---font-family--host-grotesk);
  color: var(--rich-black);
  font-size: var(--_typography---font-size--h5);
  line-height: var(--_typography---letter-spacing--h5-letter-spacing);
  font-weight: var(--_typography---font-weight--weight-regular);
  letter-spacing: var(--_typography---letter-spacing--h5-letter-spacing);
}

.rt-text-style-h5.rt-text-color-white {
  color: #fff;
}

.rt-text-style-h5.rt-contact-link {
  color: var(--black);
  transition: color .3s;
}

.rt-text-style-h5.rt-contact-link:hover {
  color: var(--purple-gray);
}

.rt-sub-text {
  font-family: var(--_typography---font-family--inter);
  color: var(--purple-gray);
  font-size: var(--_typography---font-size--sub-text);
  line-height: var(--_typography---line-height--sub-text-line-height);
  font-weight: var(--_typography---font-weight--weight-semi-bold);
  letter-spacing: var(--_typography---letter-spacing--sub-text-letter-spacing);
  text-transform: uppercase;
}

.rt-sub-text.rt-bottom-gap {
  margin-bottom: .7rem;
}

.rt-sub-text.rt-sub-text-bottom-gap {
  margin-bottom: .9rem;
}

.rt-sub-text.rt-sub-text-bottom-gap.rt-text-color-white {
  color: #fff;
  font-size: 1rem;
}

.rt-button-text {
  font-family: var(--_typography---font-family--host-grotesk);
  color: var(--white);
  font-size: var(--_typography---font-size--button-text);
  line-height: var(--_typography---line-height--button-line-height);
  font-weight: var(--_typography---font-weight--weight-medium);
  letter-spacing: var(--_typography---letter-spacing--button-letter-spacing);
}

.rt-text-style-h6 {
  font-family: var(--_typography---font-family--host-grotesk);
  color: var(--rich-black);
  font-size: var(--_typography---font-size--h6);
  line-height: var(--_typography---line-height--h6-line-height);
  font-weight: var(--_typography---font-weight--weight-regular);
  letter-spacing: var(--_typography---letter-spacing--h6-letter-spacing);
}

.rt-text-style-h6.rt-text-color-white {
  color: #fff;
  font-size: 1.0625rem;
}

.rt-menu-text {
  font-family: var(--_typography---font-family--host-grotesk);
  color: var(--rich-black);
  font-size: var(--_typography---font-size--menu);
  line-height: var(--_typography---line-height--menu-line-height);
  font-weight: var(--_typography---font-weight--weight-medium);
  letter-spacing: var(--_typography---letter-spacing--menu-letter-spacing);
}

.rt-text-style-h1 {
  font-family: var(--_typography---font-family--host-grotesk);
  color: var(--rich-black);
  font-size: var(--_typography---font-size--h1);
  line-height: var(--_typography---line-height--h1-line-height);
  font-weight: var(--_typography---font-weight--weight-medium);
  letter-spacing: var(--_typography---letter-spacing--h1-letter-spacing);
}

.rt-nevbar {
  z-index: 999;
  position: fixed;
  inset: 0% 0% auto;
}

.rt-container-large {
  max-width: var(--_spacing---container-large);
  padding-right: var(--_spacing---gutter-space);
  padding-left: var(--_spacing---gutter-space);
}

.rt-dropdown-icon {
  margin-top: 1px;
}

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

.rt-social-link-wrap {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
}

.rt-dropdown {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 1.875rem 1.25rem;
  font-weight: 600;
  display: flex;
}

.rt-menu-button-wrap {
  display: none;
}

.rt-nav {
  background-color: #0000;
}

.rt-nav-menu {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.rt-navbar-content {
  z-index: 1;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 49rem 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.rt-dropdown-list {
  background-color: #fff;
  border-bottom: 2px solid #36503f;
  border-radius: .625rem;
  min-width: 160px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.rt-navbar-brand, .rt-navbar-brand.w--current {
  width: 5rem;
}

.rt-nav-dropdown {
  margin: 0;
}

.rt-dropdown-link {
  font-family: var(--_typography---font-family--host-grotesk);
  color: var(--rich-black);
  font-size: .875rem;
  line-height: var(--_typography---line-height--menu-line-height);
  font-weight: var(--_typography---font-weight--weight-medium);
  letter-spacing: var(--_typography---letter-spacing--menu-letter-spacing);
  padding: .3125rem 1rem;
  transition: transform .3s, color .3s;
}

.rt-dropdown-link:hover {
  color: var(--midnight-blue);
  transform: translate(.3125rem);
}

.rt-dropdown-link.w--current {
  color: var(--rich-black);
}

.rt-mobile-menu-bottom-part {
  display: none;
}

.rt-mobile-menu-llink-main {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
}

.rt-button-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: .4rem;
  display: flex;
}

.rt-button-icon.rt-one.is-filter {
  filter: invert();
}

.rt-top-bar {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--deep-teal);
  justify-content: center;
  align-items: center;
  position: relative;
}

.rt-topbar-text-wrap {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: center;
  align-items: center;
  padding-top: .8rem;
  padding-bottom: .9rem;
}

.rt-topbar-text {
  font-family: var(--_typography---font-family--inter);
  color: #fff;
  font-size: var(--_typography---font-size--topbar-text);
  line-height: var(--_typography---line-height--body-line-height);
  font-weight: var(--_typography---font-weight--weight-regular);
  letter-spacing: var(--_typography---letter-spacing--body-letter-spacing);
}

.rt-topbar-link {
  color: var(--white);
  text-underline-position: under;
  text-decoration: underline;
  transition: color .3s;
}

.rt-topbar-link:hover {
  color: var(--lime);
}

.rt-navbar-left-part {
  grid-column-gap: 6.875rem;
  grid-row-gap: 6.875rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.rt-navbar-logo-main {
  justify-content: flex-start;
  align-items: center;
}

.rt-button-text-wrapper {
  z-index: 1;
  position: relative;
}

.rt-button-v1-arrow-wrap {
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  position: relative;
  overflow: hidden;
}

.rt-button-v1-arrow-wrap.is-background {
  background-color: #0c0c0c;
}

.rt-button-v1-arrow-wrap.is-background-two {
  background-color: #fff;
}

.rt-button {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  background-color: var(--deep-teal);
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  height: 2.9375rem;
  padding: .1rem .4rem .1rem .9375rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-button:where(.w-variant-904269ee-7fef-8cdc-01df-91405c93013e) {
  border: 1px solid #fff;
}

.rt-button.is-background {
  background-color: var(--black);
}

.rt-button.white-border-19, .rt-button.white-border-26 {
  border: 1px solid #fff;
}

.rt-position-relative {
  position: relative;
}

.rt-position-relative.rt-text-overlay {
  height: 2.75rem;
  overflow: hidden;
}

.rt-position-relative.rt-btn-sub {
  flex-flow: column;
  margin-top: .625rem;
  display: flex;
}

.rt-position-absolute {
  position: absolute;
}

.rt-position-absolute.rt-text-overlay {
  pointer-events: none;
  inset: 0%;
}

.rt-position-absolute.rt-text-overlay-inner {
  background-color: #e1e5e694;
  width: 100%;
  height: 100%;
  inset: 0%;
}

.rt-position-absolute.rt-text-overlay-inner.three {
  top: 0%;
}

.rt-position-absolute.rt-text-overlay-inner.one {
  top: 0;
}

.rt-overflow-hidden {
  overflow: hidden;
}

.rt-overflow-hidden.rt-one, .rt-overflow-hidden.rt-two, .rt-overflow-hidden.rt-three {
  height: 100%;
}

.rt-hero-v1 {
  background-color: #dcecf5;
  background-image: url('../images/nuonix-hero-background-image.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 14.7rem;
}

.rt-hero-v1.rt-position-relative {
  position: relative;
}

.rt-hero-v1.rt-position-relative.rt-overflow-hidden {
  overflow: hidden;
}

.rt-container {
  max-width: var(--_spacing---container);
  padding-right: var(--_spacing---gutter-space);
  padding-left: var(--_spacing---gutter-space);
}

.rt-hero-v1-heading-main {
  justify-content: center;
  align-items: center;
  margin-bottom: 3.75rem;
}

.rt-hero-v1-heading-wrap {
  justify-content: center;
  align-items: center;
  max-width: 42.6rem;
}

.rt-hero-v1-heading-wrap.rt-desktop-text-center {
  text-align: center;
}

.rt-hero-v1-heading-wrap.rt-desktop-text-center.is-width {
  max-width: 35rem;
}

.rt-sub-text-bottom-gap {
  margin-bottom: .9rem;
}

.rt-gap-medium {
  margin-bottom: 1.2rem;
}

.rt-hero-v1-para-wrap {
  max-width: 37.9375rem;
  margin-bottom: 1.875rem;
}

.rt-hero-v1-bottom-part {
  z-index: 1;
  justify-content: center;
  align-items: center;
  padding-left: 11.5rem;
  position: relative;
}

.rt-hero-v1-bottom-part.is-padding {
  padding-left: 0;
}

.rt-hero-v1-bottom-box {
  background-color: #fafafa;
  justify-content: flex-start;
  align-items: center;
  max-width: 36.0625rem;
  padding: .9375rem;
}

.rt-hero-v1-bottom-box.rt-radius-medium {
  border-radius: 20px;
}

.rt-hero-v1-bottom-box.rt-radius-medium.rt-overflow-hidden {
  overflow: hidden;
}

.rt-hero-v1-box-wrap {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  background-image: linear-gradient(#fff, #fff);
  margin-left: -41px;
  padding: 3.125rem 4.375rem 3.125rem 5.25rem;
  box-shadow: 7px -20px 40px -20px #0003;
}

.rt-hero-v1-box-wrap.rt-radius-medium {
  border-radius: 20px;
}

.rt-hero-v1-box-wrap.rt-radius-medium.is-background {
  box-shadow: none;
  background-color: #e8e8e8;
  background-image: none;
}

.rt-hero-v1-top-part {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  justify-content: center;
  align-items: center;
}

.rt-hero-v1-top-part.is-center {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}

.rt-box-icon-wrap.rt-position-relative {
  position: relative;
}

.rt-icon-overlay {
  background-color: #052b3780;
  position: absolute;
  inset: 0%;
}

.rt-icon-overlay.rt-radius-small, .rt-radius-small {
  border-radius: 10px;
}

.rt-hero-text-wrap {
  max-width: 19.9375rem;
}

.rt-hero-text-wrap.rt-desktop-text-center {
  text-align: center;
}

.rt-hero-box-main {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}

.rt-hero-box-wrap {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  background-color: var(--white);
  border: 1px solid #164cff33;
  padding: 1.25rem;
  box-shadow: 0 15px 30px #0000001a;
}

.rt-hero-box-wrap.rt-radius-small {
  border-radius: 10px;
}

.rt-text-color-black {
  color: var(--rich-black);
}

.rt-hero-v1-search-wrap {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  border: 1px solid #0080ff33;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: .7rem .875rem;
}

.rt-hero-v1-search-wrap.is-background {
  background-color: #fff;
  border-width: 0;
}

.rt-search-text {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.rt-search-text.is-align {
  justify-content: flex-start;
  align-items: center;
}

.rt-hero-v1-bottom-box-wrap {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  align-items: stretch;
}

.rt-box-left-part {
  position: relative;
}

.rt-box-left-part.rt-radius-medium {
  border-radius: 20px;
}

.rt-box-left-part.rt-radius-medium.rt-overflow-hidden {
  overflow: hidden;
}

.rt-box-left-part.rt-radius-medium.rt-overflow-hidden.is-width {
  width: 90px;
}

.rt-radius-medium {
  border-radius: 20px;
}

.rt-hero-v1-absolute-image {
  width: 31.4375rem;
  position: absolute;
  inset: auto auto 27% 0%;
}

.rt-hero-v1-big-text {
  letter-spacing: -.8rem;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(93deg, #052b3700 9%, #052b3766 50%, #052b370f 87%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Host Grotesk, sans-serif;
  font-size: 14.2rem;
  font-weight: 500;
  line-height: 71%;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-hero-v1-big-text.is-style {
  color: #0c0c0c;
  letter-spacing: 0;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  font-size: 11rem;
  display: flex;
  inset: 0%;
}

.rt-navbar-overlay {
  background-color: var(--white);
  opacity: 0;
  position: absolute;
  inset: 0%;
  box-shadow: 0 0 10px #0000004d;
}

.rt-hero-v1-image-wrap {
  width: 12.5rem;
  margin-top: 8.125rem;
  box-shadow: 0 -23px 50px #0003;
}

.rt-hero-v1-image-wrap.rt-radius-medium {
  border-radius: 20px;
}

.rt-hero-v1-image-wrap.rt-radius-medium.rt-overflow-hidden {
  overflow: hidden;
}

.rt-hero-v1-bottom-image-wrap {
  grid-column-gap: 4.375rem;
  grid-row-gap: 4.375rem;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 53.8125rem;
}

.rt-hero-v1-bottom-image-wrap.is-zindex {
  z-index: 1;
  position: relative;
}

.rt-hero-v1-absolute-image-one {
  width: 10%;
  position: absolute;
  inset: 41% 7% auto auto;
}

.rt-hero-v1-absolute-image-two {
  width: 37%;
  position: absolute;
  inset: 15% auto auto -18%;
}

.rt-hero-v1-absolute-image-two.rt-tab-display-none {
  top: -1%;
}

.rt-hero-v1-icon {
  z-index: 1;
  position: relative;
}

.rt-hero-v1-icon.is-style {
  background-color: #747474;
  border-radius: 100%;
}

.rt-hero-v1-circule-wrap {
  background-color: var(--rich-black);
  border-radius: 50%;
  width: 1.3rem;
  height: 1.3rem;
  position: absolute;
  inset: 79% 9% auto auto;
}

.rt-hero-v1-circule-wrap.rt-one {
  width: .75rem;
  height: .75rem;
  top: 98.5%;
  right: 43%;
}

.rt-marquee {
  border-bottom: 1px solid #052b3733;
  padding-top: 4.6875rem;
  padding-bottom: 4.6875rem;
}

.rt-container-medium {
  max-width: var(--_spacing---container-medium);
  padding-right: var(--_spacing---gutter-space);
  padding-left: var(--_spacing---gutter-space);
}

.rt-heading-bottom-gap {
  margin-bottom: 3.125rem;
}

.rt-integration {
  padding-left: 2%;
  padding-right: 2%;
}

.rt-integration-main {
  padding-top: var(--_spacing---section-gap-small);
  background-color: var(--deep-teal);
  border-radius: 50px;
  max-width: 115.375rem;
}

.rt-integration-heading-main {
  justify-content: center;
  align-items: center;
}

.rt-integration-heading-wrap {
  max-width: 41rem;
}

.rt-integration-heading-wrap.rt-desktop-text-center {
  text-align: center;
}

.rt-text-color-white {
  color: #fff;
}

.rt-integration-image-main {
  margin-top: -7rem;
}

.rt-integration-image-main.rt-position-relative {
  position: relative;
}

.rt-integration-image-warp {
  z-index: 1;
  pointer-events: none;
  position: relative;
}

.rt-integration-absolute-image {
  width: 4%;
  position: absolute;
  inset: 24% auto auto 0%;
}

.rt-integration-absolute-image.rt-two {
  top: 39%;
  left: 14%;
}

.rt-integration-absolute-image.rt-three {
  top: 63%;
}

.rt-integration-absolute-image.rt-four {
  inset: 19% 0% auto auto;
}

.rt-integration-absolute-image.rt-five {
  inset: 46% 13% auto auto;
}

.rt-integration-absolute-image.rt-six {
  inset: 61% 3% auto auto;
}

.rt-integration-absolute-image.rt-one {
  top: 21%;
}

.rt-works {
  padding-top: var(--_spacing---section-gap-small);
}

.rt-works-heading-main {
  justify-content: center;
  align-items: center;
}

.rt-works-heading-main.rt-heading-bottom-gap {
  margin-bottom: 3.125rem;
}

.rt-works-heading-wrap {
  max-width: 36rem;
}

.rt-works-heading-wrap.rt-desktop-text-center {
  text-align: center;
}

.rt-work-box-main {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.rt-work-box {
  background-color: #fff;
  border: 1px solid #0d122133;
  padding: 3.125rem 3.125rem 4.125rem;
  box-shadow: 0 30px 50px #0000001a;
}

.rt-work-box.rt-radius-medium {
  border-radius: 20px;
}

.rt-work-box.rt-radius-medium.rt-position-relative {
  position: relative;
}

.rt-work-text-box {
  width: 58%;
  display: none;
  position: absolute;
  inset: auto auto 24% 21%;
}

.rt-work-box-tag {
  grid-column-gap: .8125rem;
  grid-row-gap: .8125rem;
  background-color: #0f0;
  border: 1px solid #052b374d;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: .625rem;
}

.rt-work-box-tag.rt-two {
  background-color: #052b37;
}

.rt-work-box-tag.rt-three {
  background-color: #504d58;
}

.rt-point {
  background-color: var(--rich-black);
  border-radius: 50%;
  width: .8125rem;
  height: .8125rem;
}

.rt-point.rt-two {
  background-color: var(--white);
}

.rt-work-box-two {
  grid-column-gap: 4.7rem;
  grid-row-gap: 4.7rem;
  background-color: #052b371a;
  padding: 1.875rem 1.875rem 1.5rem;
}

.rt-work-box-two.rt-radius-medium {
  border-radius: 20px;
}

.rt-work-box-icon-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: center;
  align-items: center;
}

.rt-work-box-content-wrap {
  grid-column-gap: 2.6rem;
  grid-row-gap: 2.6rem;
}

.rt-work-box-text-wrap {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
}

.rt-work-box-three {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border: 1px solid #0d122133;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
}

.rt-work-box-three.rt-radius-medium {
  border-radius: 20px;
}

.rt-work-box-v2-content-wrap {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  background-color: #052b37;
  margin-top: 1rem;
  padding: 2.3rem 1.875rem 1.6rem;
}

.rt-work-box-v2-content-wrap.rt-position-relative {
  position: relative;
}

.rt-work-box-v2-content-wrap.rt-position-relative.rt-radius-small {
  border-radius: 10px;
}

.rt-work-box-four {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border: 1px solid #0d122133;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2.5rem;
  box-shadow: 0 30px 50px #0000001a;
}

.rt-work-box-four.rt-radius-medium {
  border-radius: 20px;
}

.rt-work-box-left-part {
  grid-column-gap: .4375rem;
  grid-row-gap: .4375rem;
  max-width: 21.875rem;
}

.rt-workbox-left-part {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-workbox-right-part {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-work-box-absolute {
  width: 11%;
  position: absolute;
  inset: -17% auto auto 6%;
}

.rt-testimonial-heading-main {
  justify-content: center;
  align-items: center;
}

.rt-testimonial-heading-main.rt-heading-bottom-gap {
  margin-bottom: 3.125rem;
}

.rt-testimonial-big-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #052b3700, #052b3799 50%, #052b3700);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Host Grotesk, sans-serif;
  font-size: 7.5rem;
  font-weight: 500;
  line-height: 89%;
}

.rt-testimonial-box {
  grid-column-gap: 3.9rem;
  grid-row-gap: 3.9rem;
  background-color: var(--white);
  border: 1px solid #052b3733;
  flex: 1;
  align-items: stretch;
  margin-right: 1.875rem;
  padding: 1.875rem;
  transition: box-shadow .3s, opacity .2s, border-color .3s;
}

.rt-testimonial-box:hover {
  border-color: #052b3700;
  box-shadow: 0 11px 30px #0000001a;
}

.rt-testimonial-box.rt-radius-medium {
  border-radius: 20px;
}

.rt-testimonial-box-top-part {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
}

.rt-testimonial-box-bottom-part {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
}

.rt-testimonial-box-icon-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.rt-testimonial-client-image-wrap {
  border-radius: 50%;
  width: 3.75rem;
  height: 3.75rem;
}

.rt-testimonial-client-image-wrap.rt-overflow-hidden {
  overflow: hidden;
}

.rt-testimonial-text {
  max-width: 20rem;
}

.rt-testimonial-gradient {
  pointer-events: none;
  background-image: linear-gradient(90deg, #fafafa, #fff0 8% 84%, #fafafa);
  width: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.rt-testimonial {
  padding-top: var(--_spacing---section-gap-small);
  padding-bottom: 6.875rem;
}

.rt-footer {
  background-color: #052b371a;
  background-image: url('../images/nuonix-home-hero-background-line.svg');
  background-position: 34% 20%;
  background-repeat: no-repeat;
  background-size: 70% 60%;
  padding-top: 8.9rem;
}

.rt-footer:where(.w-variant-fb7dd0e1-a44a-1020-b987-3f3b5c9572a4) {
  padding-top: 25.25rem;
}

.rt-footer-main {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  align-items: stretch;
}

.rt-footer-top-part {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: space-between;
  align-items: center;
}

.rt-footer-heading-wrap {
  max-width: 36.5rem;
}

.rt-footer-heading-wrap.rt-overflow-hidden.top-padding-7 {
  overflow: hidden;
}

.rt-top-part-content-wrap {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
}

.rt-footer-link-wrap {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  padding-bottom: 1.25rem;
  padding-right: .625rem;
}

.rt-footer-link-wrap.rt-border-none {
  border-right-style: none;
}

.rt-footer-link-main {
  grid-column-gap: 1.9rem;
  grid-row-gap: 1.9rem;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 1.25rem;
}

.rt-footer-link-grid {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 1fr 1fr;
}

.rt-bottom-link {
  color: var(--midnight-blue);
  text-decoration: none;
  transition: color .3s;
}

.rt-bottom-link:hover {
  color: var(--purple-gray);
}

.rt-footer-link {
  color: var(--midnight-blue);
  text-decoration: none;
  transition: color .3s;
}

.rt-footer-link:hover {
  color: var(--purple-gray);
}

.rt-footer-link-box {
  grid-column-gap: .4375rem;
  grid-row-gap: .4375rem;
}

.rt-button-overlay {
  background-color: var(--white);
  border-radius: 50%;
  width: 7%;
  height: 20%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.rt-button-overlay.rt-two {
  background-color: var(--deep-teal);
}

.rt-footer-button-wrap {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
}

.rt-footer-social-media-link {
  cursor: pointer;
  border: 1px solid #052b37;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 1.5625rem;
  min-height: 1.5625rem;
  display: flex;
}

.rt-social-media-icon {
  width: 100%;
  height: 100%;
}

.rt-footer-social-icon {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  margin-top: .8125rem;
}

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

.rt-footer-bottom-wrap {
  z-index: 1;
  padding: 1.2rem var(--_spacing---gutter-space);
  border-top: 1px solid #0003;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  position: relative;
}

.rt-testimonial-card-holder {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.rt-testimonial-marquee-holder {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1.875rem;
  display: flex;
  position: relative;
}

.rt-work-box-absolute-image {
  width: 57%;
  position: absolute;
  inset: 38% 18% auto auto;
}

.rt-work-box-absolute-image.rt-two {
  top: 53%;
}

.rt-work-box-absolute-image.rt-three {
  top: 68%;
}

.rt-hero-v2 {
  background-color: #dcecf5e6;
  background-image: linear-gradient(230deg, #0000, #ffffffb8 86%), radial-gradient(circle at 0 100%, #00ff0047, #fff0 23%), url('../images/nuonix-home-two-hero-icon_3.svg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 12.7rem;
  position: relative;
}

.rt-hero-v2-main {
  padding-left: var(--_spacing---gutter-space);
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.rt-hero-v2-left-part {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  max-width: 39.5rem;
}

.rt-hero-v2-headin-text {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
}

.rt-hero-v2-circule-box {
  overflow: hidden;
}

.rt-hero-v2-circule {
  background-color: #94bbc8;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 2.0625rem;
  height: 2.0625rem;
  margin-left: -10px;
}

.rt-hero-v2-circule.rt-two {
  background-color: #245f72;
}

.rt-hero-v2-circule.rt-three {
  background-color: #052b37;
  justify-content: center;
  align-items: center;
}

.rt-hero-v2-circule.rt-one {
  margin-left: 0;
}

.rt-hero-v2-icon-wrap {
  width: .75rem;
}

.rt-hero-v2-para-wrap {
  margin-bottom: 1.875rem;
}

.rt-hero-v2-box-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}

.rt-hero-v2-icon-box {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  border: 1px solid #052b3733;
  border-radius: .9375rem;
  max-width: 12.4375rem;
  padding: 1.0625rem;
}

.rt-hero-v2-image-wrap {
  flex: 1;
}

.rt-hero-v2-image-wrap.rt-position-relative {
  position: relative;
}

.rt-hero-v2-left-part-main {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 12.5rem;
  display: flex;
}

.rt-hero-v2-image {
  width: 100%;
  height: 100%;
}

.rt-hero-v2-absolute-image {
  width: 47%;
  position: absolute;
  inset: -13% 13% auto auto;
}

.rt-hero-v2-absolute-image-one {
  width: 6%;
  display: none;
  position: absolute;
  inset: auto auto 22% 16%;
}

.rt-hero-v2-absolute-image-two {
  width: 5%;
  position: absolute;
  inset: 4% 37% auto auto;
}

.rt-feature-v2 {
  padding-top: var(--_spacing---section-gap-small);
  padding-bottom: var(--_spacing---section-gap-small);
}

.rt-features-v2-heading-main {
  justify-content: center;
  align-items: center;
}

.rt-features-v2-heading-main.rt-heading-bottom-gap {
  margin-bottom: 3.125rem;
}

.rt-features-v2-heading-wrap {
  max-width: 36rem;
}

.rt-features-v2-heading-wrap.rt-desktop-text-center {
  text-align: center;
}

.rt-feature-v2-card-main {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  min-height: 19.2rem;
}

.rt-feature-v2-card {
  background-color: var(--white);
  border: 1px solid #052b3733;
  width: 100%;
  padding: .9375rem;
  transition: box-shadow .3s;
  overflow: hidden;
}

.rt-feature-v2-card:hover {
  box-shadow: 0 20px 30px #0000001a;
}

.rt-feature-v2-card.rt-radius-medium {
  border-radius: 20px;
}

.rt-feature-v2-text-wrap {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
}

.rt-feature-v2-top-part {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.rt-feature-v2-button-wrap {
  height: 100%;
  margin-top: 3.2rem;
}

.rt-benefit-v2 {
  background-color: #fafafa;
}

.rt-benefits-v2-heading-main {
  justify-content: center;
  align-items: center;
}

.rt-benefits-v2-heading-wrap {
  max-width: 44.9375rem;
}

.rt-benefits-v2-heading-wrap.rt-desktop-text-center {
  text-align: center;
}

.rt-benefit-v2-image-main {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.rt-image-left-part {
  z-index: 5;
  flex: 1;
  margin-right: -2.625rem;
  position: relative;
}

.rt-image-medile-part {
  flex: 1;
  max-width: 22.1rem;
}

.rt-image-right-part {
  z-index: 5;
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex: 1;
  margin-left: -4.4375rem;
  position: relative;
}

.rt-benefit-main-image {
  z-index: 1;
  position: relative;
}

.rt-benefit-main-image.rt-one {
  z-index: 1;
  justify-content: center;
  align-items: center;
}

.rt-benefit-v2-image-box {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  align-items: stretch;
}

.rt-benefits-v2-para-wrap {
  background-color: var(--white);
  border-radius: 20px;
  width: 100%;
  padding: 1.5625rem;
}

.rt-benefits-v2-sticky {
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 15%;
}

.rt-benefit-v2-sticky-wrapper {
  height: 300vh;
}

.rt-benefit-v2-absolute-image {
  z-index: 2;
  position: absolute;
  inset: 8.1% 0% auto auto;
}

.rt-benefit-v2-absolute-image.rt-three {
  z-index: 3;
}

.rt-benefits-absolute-image-main {
  justify-content: center;
  align-items: center;
  width: 99.5%;
  height: 97.9%;
  display: none;
  position: absolute;
  inset: 0% 0% 0% .3%;
  overflow: hidden;
}

.rt-benefit-sticky-absolute-image {
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.rt-benefit-line-overlay {
  background-color: #fafafa;
  width: 100%;
}

.rt-benefit-line-overlay-main {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.rt-trust-image-wrap {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 2.375rem;
  height: 2.375rem;
  overflow: hidden;
}

.rt-trust-image-wrap.rt-minus-margin {
  margin-left: -.625rem;
}

.rt-trust-image-wrap.rt-minus-margin.rt-two {
  margin-left: -.4rem;
}

.rt-trust-image-wrap.rt-two {
  width: 1.6rem;
  height: 1.6rem;
}

.rt-trsut-icon.rt-minus-margin {
  margin-left: -10px;
}

.rt-trsut-icon.rt-minus-margin.rt-two {
  width: 30%;
}

.rt-work-v1 {
  height: 200vh;
}

.rt-work-v2-main {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  align-items: center;
}

.rt-work-v2-left-part {
  flex: 1;
  max-width: 39.5rem;
  box-shadow: 0 20px 25px 5px #0000000d;
}

.rt-work-v2-right-part {
  flex: 1;
  max-width: 32.5rem;
}

.rt-work-v2-main-box {
  border: 1px solid #0000000d;
  padding: .9375rem;
}

.rt-work-v2-main-box.rt-radius-medium {
  border-radius: 20px;
}

.rt-work-v2-box-top-part {
  justify-content: space-between;
  align-items: center;
  padding: .7rem .9375rem 1.2rem;
}

.rt-work-v2-box-bottom-part {
  background-image: radial-gradient(circle, #0f0, #fff);
  padding: 6.8125rem 6.375rem 3.125rem;
}

.rt-work-v2-icon-wap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.rt-work-v2-image-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-image: linear-gradient(#f3f7fa 44%, #fff0);
  align-items: stretch;
  padding-top: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.rt-work-v2-image-wrap.rt-radius-small {
  border-radius: 10px;
}

.rt-work-v2-image {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 30px #0000001a;
}

.rt-work-v2-according-wrap {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 5.4rem;
}

.rt-according-main {
  border-bottom: 1px solid #0003;
  padding-bottom: 1.4rem;
}

.rt-according-para-wrap {
  max-width: 22.6875rem;
  margin-top: .8rem;
}

.rt-work-v2-sticky {
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: sticky;
  top: .9375rem;
}

.rt-cta-v2 {
  padding-bottom: var(--_spacing---section-gap-small);
}

.rt-cta-v2-main {
  background-color: var(--deep-teal);
  background-image: radial-gradient(circle at 79% 106%, #0f06, #fff0 6%), radial-gradient(circle at 24% -11%, #00ff00bf, #fff0 7%), url('../images/nuonix-cta-v2-background.svg');
  background-position: 0 0, 0 0, 0%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, auto;
  padding: 5rem 4.375rem;
  overflow: hidden;
}

.rt-cta-v2-main.rt-radius-medium {
  border-radius: 20px;
}

.rt-cta-v2-wrap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: space-between;
  align-items: center;
}

.rt-cta-v2-left-part {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: center;
  align-items: flex-start;
  max-width: 29.0625rem;
}

.rt-cta-v2-right-part {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  position: relative;
}

.rt-cta-v2-absolute-image-one {
  width: 11%;
  position: absolute;
  inset: -17% 41% auto auto;
}

.rt-pricing {
  padding-bottom: var(--_spacing---section-gap-large);
}

.rt-pricing-list-item {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
}

.rt-pricing-bottom-part {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  padding-top: 1.5625rem;
  padding-bottom: 1.875rem;
}

.rt-pricing-para-wrap {
  max-width: 18.75rem;
}

.rt-pricing-star {
  color: #161616;
  margin-top: 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.rt-pricing-price-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-end;
}

.rt-pricing-v2-item {
  background-color: #fff;
  border: 1px solid #052b3733;
  align-items: stretch;
  padding: 2.7rem 3.125rem 3rem;
}

.rt-pricing-v2-item.rt-two {
  width: 52%;
}

.rt-pricing-v2-item.rt-two.rt-radius-medium {
  border-radius: 20px;
}

.rt-pricing-v2-item.rt-one {
  flex: 1;
}

.rt-font-color-black {
  color: #161616;
}

.rt-margin-bottom {
  margin-bottom: 5px;
}

.rt-pricing-top-part {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #161c2433;
  padding-bottom: 1.875rem;
}

.rt-pricing-v2-bottom-part-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-pricing-v2-item-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}

.rt-pricing-v2-item-wrapper.rt-monthly, .rt-pricing-v2-item-wrapper.rt-yearly {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.rt-pricing-heading-main {
  justify-content: center;
  align-items: center;
}

.rt-pricing-heading-main.rt-heading-bottom-gap {
  margin-bottom: 3.125rem;
}

.rt-pricing-v1-heading-wrap {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: center;
  align-items: center;
  max-width: 41.0625rem;
}

.rt-pricing-v1-heading-wrap.rt-desktop-text-center {
  text-align: center;
}

.rt-pricing-content-wrap {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
}

.rt-pricing-tag-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
}

.rt-pricing-tag {
  background-color: var(--lime);
  border-radius: 50px;
  padding: .1rem .75rem;
}

.rt-cta-v2-absolute-image-two {
  width: 11%;
  position: absolute;
  inset: 11% auto auto 48%;
}

.rt-cta-v2-absolute-image-two.rt-tab-display-none.is-position {
  width: 100px;
  top: 0%;
}

.rt-feature-v2-icon-wrap {
  background-color: #dcecf5;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.rt-benefits-v2-text-wrp {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  padding: 1.5625rem;
  box-shadow: 0 20px 20px #0000001a;
}

.rt-benefits-v2-text-wrp.rt-radius-medium {
  border-radius: 20px;
}

.rt-hero-v3 {
  padding-top: 8.9rem;
  position: relative;
}

.rt-home-v3-main {
  background-image: url('../images/nuonix-line.svg'), linear-gradient(159deg, #00ff0017, #052b3712 57%);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  margin-left: .9375rem;
  margin-right: .9375rem;
  padding-top: 9.375rem;
  overflow: hidden;
}

.rt-home-v3-main.rt-radius-medium {
  border-radius: 20px;
}

.rt-home-v3-main.rt-radius-medium.rt-position-relative {
  position: relative;
}

.rt-home-v3-main.rt-radius-medium.rt-position-relative.is-background {
  background-image: none;
}

.rt-home-v3-main.rt-radius-medium.rt-position-relative.is-background.is-padding {
  padding-top: 0;
}

.rt-hero-v3-heading-wrap {
  justify-content: center;
  align-items: center;
  max-width: 36.7rem;
}

.rt-hero-v3-heading-wrap.rt-desktop-text-center {
  text-align: center;
}

.rt-hero-v3-para-wrap {
  max-width: 37.9375rem;
  margin-bottom: 1.875rem;
}

.rt-hero-v3-heading-main {
  justify-content: center;
  align-items: center;
}

.rt-hero-v3-heading-main.rt-heading-bottom-gap {
  margin-bottom: 3.125rem;
}

.rt-hero-v3-bottom-part.rt-landscape-display-none {
  perspective: 3000px;
}

.rt-hero-v3-image-main {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.rt-hero-v3-absolute-glow {
  width: 24%;
  position: absolute;
  inset: -4% -5% auto auto;
}

.rt-hero-v3-absolute-line {
  z-index: 5;
  pointer-events: none;
  position: absolute;
  inset: auto 0% -.1%;
}

.rt-hero-v3-circule {
  background-color: var(--deep-teal);
  pointer-events: auto;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4%;
  height: 6.5%;
  display: flex;
  position: absolute;
  inset: auto 48.2% 1% auto;
}

.rt-hero-v3-icon-wrap {
  width: 1rem;
  height: 1.4rem;
  overflow: hidden;
}

.rt-plateform {
  padding-top: 14.8rem;
  padding-bottom: var(--_spacing---section-gap-small);
}

.rt-plateform-main {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  align-items: flex-start;
}

.rt-plateform-left-part {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex: 1;
  max-width: 34.875rem;
}

.rt-plateform-right-part {
  flex: 1;
  max-width: 35.3125rem;
}

.rt-plateform-right-part.rt-position-relative {
  position: relative;
}

.rt-platefrom-para-wrap {
  max-width: 30.4375rem;
  margin-bottom: 1.875rem;
}

.rt-platefrom-absolute-image {
  border: 1px solid #164cff33;
  width: 87%;
  position: absolute;
  top: -14%;
  left: 6.5%;
  box-shadow: 0 20px 30px #0000001a;
}

.rt-platefrom-absolute-image.rt-radius-medium {
  border-radius: 20px;
}

.rt-platefrom-absolute-image.rt-radius-medium.rt-overflow-hidden {
  overflow: hidden;
}

.rt-plateform-box-main {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: space-between;
  align-items: center;
}

.rt-plateform-box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  border: 1px solid #052b3733;
  padding: 1.25rem 1.5625rem;
}

.rt-plateform-box.rt-radius-medium {
  border-radius: 20px;
}

.rt-plateform-text-box {
  max-width: 11.375rem;
}

.rt-benefit-v3 {
  padding-bottom: var(--_spacing---section-gap-small);
}

.rt-benefits-v3-main {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.rt-benefit-left-part {
  grid-column-gap: 4.8125rem;
  grid-row-gap: 4.8125rem;
  background-color: #052b371a;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  padding: 2.5rem;
}

.rt-benefit-left-part.rt-radius-medium {
  border-radius: 20px;
}

.rt-benefit-right-part {
  display: flex;
}

.rt-benefits-card {
  grid-column-gap: 5.625rem;
  grid-row-gap: 5.625rem;
}

.rt-benefits-card.rt-one {
  flex: 1;
}

.rt-benefits-card.rt-two {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  background-image: linear-gradient(#fff, #ffffff21 65%);
  flex: 1;
  padding: .9375rem;
}

.rt-benefits-card.rt-two.rt-radius-medium {
  border-radius: 20px;
}

.rt-bottom-part {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}

.rt-benefit-icon-main {
  border: 1px solid #0d122133;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: .9375rem;
}

.rt-benefit-icon-main.rt-radius-medium {
  border-radius: 20px;
}

.rt-benefits-icon {
  border-radius: 15px;
  box-shadow: 0 2px 5px #0003;
}

.rt-benefits-icon.rt-two {
  box-shadow: none;
}

.rt-benefit-card-bottom-content, .rt-benefit-v3-card-text-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}

.rt-benefit-right-card {
  grid-column-gap: 4.25rem;
  grid-row-gap: 4.25rem;
  background-color: var(--deep-teal);
  background-image: radial-gradient(circle at 50% 38%, #fca73959, #fff0 51%);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.25rem;
}

.rt-benefit-right-card.rt-radius-medium {
  border-radius: 20px;
}

.rt-benefit-right-card.rt-radius-medium.rt-position-relative, .rt-benefit-v3-card-top-part.rt-position-relative {
  position: relative;
}

.rt-benefit-v3-card-bottom-text-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: center;
  align-items: center;
}

.rt-benefit-v3-card-bottom-text-wrap.rt-desktop-text-center {
  text-align: center;
}

.rt-text-color-silver-gray {
  color: #bebebe;
}

.rt-benefits-v3-card-bottom {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
}

.rt-text-color-lime {
  color: var(--lime);
}

.rt-benefit-card-bottom-link {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rt-benefits-v3-heading-main {
  justify-content: center;
  align-items: center;
}

.rt-benefits-v3-heading-main.rt-heading-bottom-gap {
  margin-bottom: 3.125rem;
}

.rt-benefits-v3-heading-wrap {
  max-width: 34rem;
}

.rt-benefits-v3-heading-wrap.rt-desktop-text-center {
  text-align: center;
}

.rt-choose-us-v2 {
  padding-left: 2%;
  padding-right: 2%;
}

.rt-choose-us-v2-main {
  padding-top: var(--_spacing---section-gap-small);
  padding-bottom: var(--_spacing---section-gap-large);
  background-color: var(--deep-teal);
  background-image: url('../images/nuonix-home-hero-background-line_1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50px;
  max-width: 115.625rem;
}

.rt-choose-us-v2-heading-main {
  justify-content: center;
  align-items: center;
}

.rt-choose-us-v2-heading-main.rt-heading-bottom-gap {
  margin-bottom: 3.125rem;
}

.rt-choose-us-v2-heading-wrap {
  max-width: 51.3125rem;
}

.rt-choose-us-v2-heading-wrap.rt-desktop-text-center {
  text-align: center;
}

.rt-choose-us-v2-card-main {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.rt-choose-us-v2-box {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  border: 1px solid #fff3;
  padding: 3.125rem 1.875rem;
}

.rt-choose-us-v2-box.rt-radius-medium {
  border-radius: 20px;
}

.rt-choose-us-v2-icon-wrap {
  background-color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: .75rem;
}

.rt-choose-us-v2-box-text-wrap {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
}

.rt-feature-v3 {
  height: 200vh;
}

.rt-feature-v3-heading-wrap {
  justify-content: center;
  align-items: center;
}

.rt-feature-v3-heading-wrap.rt-heading-bottom-gap {
  margin-bottom: 3.125rem;
}

.rt-feature-v3-main {
  grid-column-gap: 2.8rem;
  grid-row-gap: 2.8rem;
  justify-content: space-between;
  align-items: center;
}

.rt-feature-v3-left-part {
  flex: 1;
  max-width: 18.3rem;
}

.rt-feature-v3-center-part {
  background-color: var(--deep-teal);
  max-width: 340px;
  padding: .625rem;
  overflow: hidden;
}

.rt-feature-v3-center-part.rt-position-relative {
  position: relative;
}

.rt-feature-v3-center-part.rt-position-relative.rt-radius-medium {
  border-radius: 20px;
}

.rt-feature-v3-right-part {
  flex: 1;
  max-width: 22.75rem;
}

.rt-feature-v3-text-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.rt-feature-v3-image-main {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  align-items: stretch;
  height: 422px;
  overflow: hidden;
}

.rt-feature-v3-image-wrap {
  flex: none;
  overflow: hidden;
}

.rt-feature-v3-sticky {
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: sticky;
  top: 0;
}

.rt-faq-minus {
  background-color: #14162a;
  width: 13px;
  height: 1px;
}

.rt-faq-item {
  cursor: pointer;
  border-bottom: 1px solid #bebdd2;
  align-items: stretch;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  padding-right: 1.25rem;
}

.rt-faq-item.rt-top-padding-none {
  padding-top: 0;
}

.rt-faq-top {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-faq-bottom {
  max-width: 30.375rem;
  padding-top: 1.25rem;
}

.rt-faq-bottom.rt-two {
  max-width: 40.3125rem;
}

.rt-faq-v1-text-wrap {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
}

.rt-faq-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: .75rem;
  display: flex;
}

.rt-faq-plus {
  background-color: #14162a;
  width: 1px;
  height: 13px;
  position: absolute;
}

.rt-feature-v3-image {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
}

.rt-hero-v3-absolute-image {
  width: 1%;
  position: absolute;
  inset: 21% auto auto 10%;
}

.rt-hero-v3-absolute-image.rt-one {
  top: 33%;
  left: 19%;
}

.rt-hero-v3-absolute-image.rt-two {
  inset: 13% 17% auto auto;
}

.rt-hero-v3-absolute-image.rt-three {
  inset: 22% 9% auto auto;
}

.rt-platefrom-absolute-icon {
  width: 5%;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.rt-absolute-star {
  width: 8%;
  position: absolute;
  inset: 11% 26% auto auto;
}

.rt-absolute-star.rt-one {
  width: 7%;
  inset: auto auto 50% 21%;
}

.rt-absolute-micro {
  width: 7%;
  position: absolute;
  inset: 32% 3% auto auto;
}

.rt-feature-v3-absolute-star {
  width: 11%;
  position: absolute;
  inset: 53% 8% auto auto;
}

.rt-benefits-card-icon {
  margin-top: 8px;
}

.rt-hero-v3-absolute-micro {
  width: 6%;
  position: absolute;
  inset: 33% 38% auto auto;
}

.rt-hero-v3-absolute-micro.rt-two {
  inset: 16% auto auto 37%;
}

.rt-hero-v3-absolute-micro.rt-one {
  top: 35%;
}

.rt-member {
  padding: var(--_spacing---section-gap-small) 2%;
}

.rt-member-main {
  padding-top: var(--_spacing---section-gap-small);
  padding-bottom: var(--_spacing---section-gap-small);
  background-color: #052b37;
  border-radius: 50px;
  max-width: 115.375rem;
}

.rt-member-heading-main {
  justify-content: space-between;
  align-items: flex-start;
}

.rt-member-heading-main.rt-heading-bottom-gap {
  margin-bottom: 3.125rem;
}

.rt-member-heading-wrap {
  max-width: 33.4375rem;
}

.rt-member-arrow {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  margin-top: .3125rem;
  display: flex;
}

.rt-member-arrow-icon {
  width: 18%;
}

.rt-member-card-warp {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.rt-member-card-main {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: end stretch;
}

.rt-member-details {
  padding-left: .9375rem;
  padding-right: .9375rem;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-member-text-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: #052b37;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  justify-content: flex-end;
  align-items: center;
  padding: .9375rem 1.8rem;
}

.rt-hero-v5 {
  background-image: url('../images/nuonix-home-hero-background-image.svg'), url('../images/nuonix-home-hero-background-line_2.svg'), linear-gradient(#052b3726, #052b370d);
  background-position: 50% 100%, 100%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto;
  padding-top: 15rem;
}

.rt-hero-v5.rt-position-relative.rt-overflow-hidden.is-background {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.rt-hero-v5-heading-main {
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
}

.rt-hero-v5-heading-wrap {
  max-width: 57.6875rem;
  margin-bottom: 1.875rem;
}

.rt-hero-v5-heading-wrap.rt-desktop-text-center {
  text-align: center;
}

.rt-hero-v5-image-main.rt-position-relative {
  position: relative;
}

.rt-hero-v5-image-absolute {
  position: absolute;
  inset: -4% 0% 0%;
}

.rt-hero-v5-image {
  z-index: 1;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
}

.rt-hero-v5-absolute-image {
  z-index: 3;
  width: 8%;
  position: absolute;
  inset: 39% 28% auto auto;
}

.rt-hero-v5-absolute-glow {
  width: 21%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.rt-feature-v4 {
  padding-top: var(--_spacing---section-gap-small);
}

.rt-feature-v4-main {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  align-items: center;
}

.rt-feature-v4-left-part {
  flex: 1;
  max-width: 39.1875rem;
  box-shadow: 0 20px 25px #0000000d;
}

.rt-feature-v4-right-part {
  grid-column-gap: 4.375rem;
  grid-row-gap: 4.375rem;
  flex: 1;
  max-width: 32.5rem;
}

.rt-feature-v4-according-main {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  align-items: stretch;
  width: 100%;
}

.rt-feature-v4-according-wrap {
  cursor: pointer;
  border: 1px solid #052b3733;
  border-radius: 20px;
  padding: 1.1rem 1.875rem;
}

.rt-according-text-warp {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: space-between;
  align-items: center;
}

.rt-feature-v4-according-para {
  max-width: 20.5rem;
  margin-top: 1.25rem;
}

.rt-according-icon {
  display: flex;
}

.rt-featuer-v4-image-box-main {
  grid-column-gap: 4.375rem;
  grid-row-gap: 4.375rem;
  background-image: radial-gradient(circle at 50% 29%, #0f0, #fff 75%);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 5.9rem 2.5rem 2.5rem;
}

.rt-featuer-v4-image-box-main.rt-position-relative {
  position: relative;
}

.rt-featuer-v4-image-box-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: center;
  align-items: center;
}

.rt-work-v3 {
  padding-top: var(--_spacing---section-gap-small);
  padding-left: 2%;
  padding-right: 2%;
}

.rt-work-v3-main {
  padding-top: var(--_spacing---section-gap-small);
  padding-bottom: var(--_spacing---section-gap-small);
  background-color: var(--deep-teal);
  border-radius: 50px;
  max-width: 115.375rem;
}

.rt-work-v3-wrap {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.rt-work-v3-heading-main {
  justify-content: center;
  align-items: center;
}

.rt-work-v3-heading-main.rt-heading-bottom-gap {
  margin-bottom: 3.125rem;
}

.rt-work-v3-heading-wrap {
  max-width: 38.875rem;
}

.rt-work-v3-heading-wrap.rt-desktop-text-center {
  text-align: center;
}

.rt-work-v3-left-part {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  align-items: stretch;
}

.rt-work-v3-right-part {
  background-color: #ffffff1a;
  padding: 1.875rem 1.875rem 2.4rem;
}

.rt-work-v3-right-part.rt-radius-medium {
  border-radius: 20px;
}

.rt-work-v3-right-part.rt-radius-medium.rt-position-relative {
  position: relative;
}

.rt-work-v3-top-box {
  grid-column-gap: 2.8125rem;
  grid-row-gap: 2.8125rem;
  border: 1px solid #fff3;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 1.4rem 1.875rem;
}

.rt-workv3-bottom-box {
  background-image: radial-gradient(circle at 50% 14%, #fca73938, #fff0);
  border: 1px solid #fff3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 4.375rem;
  padding-left: 10.5rem;
  padding-right: 10.5rem;
  position: relative;
  overflow: hidden;
}

.rt-work-v3-top-image-wrap {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  flex: 1;
}

.rt-work-v3-text-wrap {
  flex: 1;
}

.rt-work-v3-image-wrap {
  width: 39%;
  position: absolute;
  inset: auto 0% -15% 28%;
}

.rt-right-top-part {
  grid-column-gap: 1.7rem;
  grid-row-gap: 1.7rem;
}

.rt-work-v3-scroll-text {
  height: 100px;
  overflow: hidden;
}

.rt-work-v3-scroll-text.rt-position-relative {
  position: relative;
}

.rt-work-v3-para-wrap {
  flex: none;
  max-width: 20.5rem;
}

.rt-work-v3-bottom-part {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  align-items: stretch;
}

.rt-work-v3-bottom-box {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.rt-work-v3-icon {
  width: 50px;
}

.rt-work-v3-small-text {
  font-size: .9rem;
}

.rt-faq-heading-main {
  justify-content: center;
  align-items: center;
}

.rt-faq {
  padding-top: 8.75rem;
  padding-bottom: var(--_spacing---section-gap-small);
}

.rt-faq:where(.w-variant-69a8676c-efe0-7883-9599-74e966d4e37d) {
  padding-top: 0;
}

.rt-faq-main {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  align-items: stretch;
  max-width: 66.875rem;
}

.rt-faq-heading-wrap {
  max-width: 45.9375rem;
}

.rt-work-v3-absolute {
  width: 10%;
  position: absolute;
  inset: 7% 6% auto auto;
}

.rt-work-v3-absolute-micro {
  width: 19%;
  position: absolute;
  inset: 26% 14% auto auto;
}

.rt-work-v3-absolute-micro.rt-one {
  inset: auto auto 31% 15%;
}

.rt-scroll-text-main {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  margin-top: 3.2rem;
  margin-bottom: 2.2rem;
}

.rt-work-v3-dot {
  width: 10%;
}

.rt-scroll-text-overlay {
  pointer-events: none;
  background-image: linear-gradient(#1e414ba6 6%, #1e414b00 49%, #1e414b);
  position: absolute;
  inset: 0%;
}

.rt-feature-v4-absolute-image {
  width: 20%;
  position: absolute;
  inset: auto 39% -4% auto;
}

.rt-feature-absolute-micro {
  width: 18%;
  position: absolute;
  inset: auto 7% 54% auto;
}

.rt-feature-absolute-micro.rt-two {
  inset: 10% auto auto 4%;
}

.rt-hero-v5-absolute-micro {
  width: 9%;
  position: absolute;
  inset: 40% auto auto 85%;
}

.rt-hero-v6 {
  background-image: linear-gradient(#052b3726, #ffffff0d), url('../images/nuonix-home-hero-background-line_3.svg'), linear-gradient(#0000 66%, #00ff0038);
  background-position: 0 0, -132%, 0 0;
  background-size: auto, auto, auto;
  padding-top: 15rem;
}

.rt-hero-v6.rt-overflow-hidden {
  overflow: hidden;
}

.rt-hero-v6.rt-overflow-hidden.is-background {
  background-image: url('../images/skeleton-image_5.svg');
  background-position: 0 0;
  background-size: cover;
  padding-bottom: 7rem;
}

.rt-hero-v6-heading-main {
  justify-content: center;
  align-items: center;
}

.rt-hero-v6-heading-wrap {
  justify-content: center;
  align-items: center;
  max-width: 49.2rem;
}

.rt-hero-v6-heading-wrap.rt-desktop-text-center {
  text-align: center;
}

.rt-hero-v6-para-wrap {
  margin-bottom: 1.875rem;
}

.rt-hero-v6-bottom-image {
  justify-content: center;
  align-items: center;
  margin-bottom: -5.1875rem;
}

.rt-hero-v6-main {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: center;
  align-items: center;
}

.rt-hero-v6-main.rt-position-relative {
  position: relative;
}

.rt-hero-v6-image-main-wrap {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  position: relative;
}

.rt-hero-v6-absolute-image {
  background-color: var(--white);
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.rt-hero-v6-absolute-image.rt-one {
  z-index: 2;
  height: 111%;
}

.rt-hero-v6-absolute-image.rt-one.rt-radius-medium {
  border-radius: 20px;
}

.rt-hero-v6-absolute-image.rt-two {
  z-index: 1;
  background-color: #ffffffb3;
}

.rt-hero-v6-absolute-image.rt-two.rt-radius-medium {
  border-radius: 20px;
}

.rt-hero-v6-image-main {
  z-index: 3;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
  box-shadow: 0 -20px 30px #0000001a;
}

.rt-hero-v6-image-main.rt-overflow-hidden {
  overflow: hidden;
}

.rt-complex {
  padding-top: var(--_spacing---section-gap-small);
  padding-left: 2%;
  padding-right: 2%;
}

.rt-complex-main {
  background-color: var(--deep-teal);
  border-radius: 50px;
  max-width: 115.5rem;
}

.rt-complex-wrap {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1.875rem;
}

.rt-complex-left-part {
  grid-column-gap: 4.4rem;
  grid-row-gap: 4.4rem;
  background-color: #e2e5e7;
  border-radius: 50px;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 4.375rem 3.125rem;
}

.rt-complex-left-part.is-background {
  background-color: #e8e8e8;
}

.rt-complex-right-part {
  flex: 1;
  max-width: 32.5rem;
}

.rt-complex-top-part {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  justify-content: center;
  align-items: center;
}

.rt-complex-top-part.rt-desktop-text-center.is-padding {
  padding-bottom: 50px;
}

.rt-complex-box-icon-main {
  justify-content: center;
  align-items: center;
}

.rt-complex-box-icon-main.is-width {
  width: 60px;
}

.rt-complex-polygon {
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  background-color: #ffffff4d;
  justify-content: center;
  align-items: center;
  width: 5.625rem;
  height: 4.875rem;
  transform: rotate(30deg);
}

.rt-complex-polygon.rt-background-white {
  background-color: var(--white);
  background-color: #fff;
}

.rt-complex-polygon-icon {
  transform: rotate(-29deg);
}

.rt-complex-bottom-part {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.rt-complex-bottom-part.is-width {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.rt-complex-box {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  border: 1px solid #052b3733;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: .5rem .9375rem;
}

.rt-complex-box.rt-two {
  max-width: 26.375rem;
}

.rt-complex-box-text-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  max-width: 28.3125rem;
}

.rt-complex-box-text-wrap.is-width {
  max-width: none;
}

.rt-complex-box-icon {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex: none;
}

.rt-complex-ledt-part-main {
  width: 100%;
  max-width: 50%;
}

.rt-comlex-para-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.rt-complex-according {
  border-bottom: 1px solid #fff3;
  padding-bottom: 1.8rem;
}

.rt-complex-according.is-border {
  border-bottom-color: #3636378f;
}

.rt-complex-according-main {
  grid-column-gap: 1.7rem;
  grid-row-gap: 1.7rem;
  align-items: stretch;
  margin-top: 5rem;
}

.rt-complex-according-main.is-margin {
  margin-top: 3rem;
}

.rt-complex-according-para {
  max-width: 23.9375rem;
  margin-top: 1.25rem;
}

.rt-complex-top-heading-wrap.is-width {
  max-width: 350px;
}

.rt-complex-right-content {
  width: 100%;
  max-width: 50%;
}

.rt-complex-box-main {
  justify-content: center;
  align-items: center;
}

.rt-hero-v6-absolute-box {
  grid-column-gap: 1.4375rem;
  grid-row-gap: 1.4375rem;
  border: 1px solid #052b3733;
  border-radius: 20px;
  width: auto;
  padding: 1.875rem;
  position: absolute;
  inset: auto 2% 13% auto;
}

.rt-hero-v6-absolute-box-wrap {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  max-width: 9rem;
}

.rt-hero-v6-absolute-box-wrap.is-style {
  border: 1px solid #fff;
  border-radius: 20px;
  max-width: none;
  padding: 30px 20px;
}

.rt-hero-v6-arrow-image {
  z-index: 3;
  width: 9%;
  position: absolute;
  inset: auto 27% 19% auto;
}

.rt-hero-v6-absolute-image-wrap {
  width: 10%;
  position: absolute;
  inset: 63% auto auto 6%;
}

.rt-feature-v5 {
  padding-top: var(--_spacing---section-gap-small);
  padding-bottom: var(--_spacing---section-gap-large);
}

.rt-feature-v5-heading-main {
  justify-content: center;
  align-items: center;
}

.rt-feature-v5-heading-main.rt-heading-bottom-gap {
  margin-bottom: 3.125rem;
}

.rt-feature-v5-heading-wrap {
  max-width: 36rem;
}

.rt-feature-v5-heading-wrap.rt-desktop-text-center {
  text-align: center;
}

.rt-feature-v5-box-main {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  min-height: 14.125rem;
}

.rt-feature-v5-box-wrap {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  background-color: #fff;
  border: 1px solid #052b3733;
  align-items: stretch;
  max-width: 25.625rem;
  padding-bottom: 1.875rem;
}

.rt-feature-v5-box-top-part {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--deep-teal);
  justify-content: flex-start;
  align-items: center;
  padding: .4rem .75rem;
}

.rt-feature-v5-box-top-part.rt-radius-medium {
  border-radius: 20px;
}

.rt-feature-v5-box-icon-wrap {
  background-color: #fff3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.0625rem;
  height: 2.0625rem;
}

.rt-feature-box-para-wrap {
  padding-left: 2.1875rem;
  padding-right: 3.725rem;
}

.rt-feature-v4-box-button-wrap {
  margin-top: 1.875rem;
  overflow: hidden;
}

.rt-hero-v9 {
  background-image: url('../images/nuonix-home-hero-background-line_4.svg'), url('../images/nuonix-home-hero-background-image_1.svg'), linear-gradient(#e2e5e700, #e2e5e7);
  background-position: 100%, 50%, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: auto, auto, auto;
  padding-top: 11rem;
  padding-bottom: 9.375rem;
}

.rt-hero-v9.rt-position-relative.rt-overflow-hidden {
  position: relative;
  overflow: hidden;
}

.rt-hero-v9.rt-position-relative.rt-overflow-hidden.is-background {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 0;
}

.rt-hero-v9-main {
  justify-content: center;
  align-items: center;
}

.rt-hero-v9-wrap {
  max-width: 44.375rem;
}

.rt-hero-v9-image-wrap.rt-position-relative {
  position: relative;
}

.rt-hero-v9-image-wrap.rt-position-relative.is-height {
  min-height: 415px;
}

.rt-hero-v9-robot-image-main {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.rt-hero-v9-robot-image-wrap {
  width: 28%;
  padding-top: 3.75rem;
}

.rt-hero-v9-content-wrap {
  grid-column-gap: 2.3rem;
  grid-row-gap: 2.3rem;
  justify-content: center;
  align-items: center;
  margin-top: -2.625rem;
}

.rt-hero-v9-heading-main {
  justify-content: center;
  align-items: center;
}

.rt-hero-v9-heading-main.rt-desktop-text-center {
  text-align: center;
}

.rt-hero-v9-absolute-glow {
  width: 25%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.rt-hero-v9-absolute-image {
  position: absolute;
  inset: auto auto 21% 4%;
}

.rt-hero-v9-absolute-image.rt-two {
  bottom: 63%;
  left: 15%;
}

.rt-hero-v9-absolute-image.rt-three {
  inset: 31% 15% auto auto;
}

.rt-hero-v9-absolute-image.rt-four {
  inset: auto 14% 22% auto;
}

.rt-hero-v2-robot-main {
  justify-content: center;
  align-items: center;
  padding-bottom: 9%;
  padding-right: 27%;
  position: absolute;
  inset: 0% 0% 0% 4%;
}

.rt-hero-v2-robot-wrap {
  width: 20%;
}

.rt-blog-card-main {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-blog-card-main.rt-two {
  grid-template-rows: auto;
}

.rt-blog-top {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: space-between;
  align-items: center;
}

.rt-blog-v1-date-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.rt-blog-card-wrap {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--white);
  border: 1px solid #052b3733;
  flex-flow: column;
  align-items: stretch;
  padding: 2.5rem;
  display: flex;
}

.rt-blog-card-icon {
  border: 1px solid #16161633;
  border-radius: 38px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4.3125rem;
  height: 4.3125rem;
}

.rt-blog-card-heading-wrap {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  max-width: 400px;
}

.rt-hero-14-heading-wrap {
  justify-content: center;
  align-items: center;
  max-width: 38.4375rem;
}

.rt-hero-14-heading-main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.rt-hero-v14 {
  padding-top: 15rem;
}

.rt-hero-v9-date {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
}

.rt-margin-top {
  margin-top: 2px;
}

.rt-blog-content-two {
  margin-bottom: -18px;
}

.rt-blog-content-main {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  align-items: flex-start;
}

.rt-blog-content-right {
  border-left: 1px solid #0003;
  flex: 1;
  padding-left: 2.5rem;
}

.rt-blog-content-left {
  grid-column-gap: 1.7rem;
  grid-row-gap: 1.7rem;
  position: sticky;
  top: 12%;
}

.rt-blog-content-one {
  margin-top: -30px;
}

.rt-blog-content-quote {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 1.2rem;
}

.rt-blog-content {
  padding-top: var(--_spacing---section-gap-large);
  padding-bottom: var(--_spacing---section-gap-small);
}

.rt-blog-post-heading {
  justify-content: space-between;
  align-items: center;
}

.rt-blog-v4 {
  padding-bottom: var(--_spacing---section-gap-large);
}

.rt-blog-v4-main {
  align-items: stretch;
}

.rt-blog-author-image-wrap {
  width: 100%;
  max-width: 11.375rem;
}

.rt-blog-author-details {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
}

.rt-hero-v15 {
  background-color: #fafafa;
  background-image: url('../images/nuonix-home-hero-background-image_2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 15rem;
  padding-bottom: 6rem;
}

.rt-hero-v15.is-background {
  background-image: none;
  padding-top: 100px;
}

.rt-hero-15-heading-main {
  justify-content: center;
  align-items: center;
}

.rt-hero-15-heading-main.rt-heading-bottom-gap {
  margin-bottom: 3.125rem;
}

.rt-hero-15-heading-wrap {
  max-width: 44.6875rem;
}

.rt-hero-15-heading-wrap.rt-desktop-text-center {
  text-align: center;
}

.rt-contact-v1-form {
  margin-bottom: 0;
}

.rt-contact-v1-text-area {
  width: 100%;
}

.rt-contact-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.rt-contact-v1-image-wrap {
  align-items: center;
  padding-top: 2.25rem;
}

.rt-success-massage {
  background-color: var(--deep-teal);
  color: #fff;
  padding: 1.25rem;
}

.rt-contact-v1-heading-wrap {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  max-width: 25.2rem;
  padding-bottom: 1.875rem;
}

.rt-contact-v1-link-wrap {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
}

.rt-error-massage {
  color: #fff;
  background-color: #000;
  padding: 1.25rem;
}

.rt-contact-v1-hero-left {
  flex-flow: column;
  flex: 1;
  max-width: 24.875rem;
  display: flex;
}

.rt-contact-v1-content {
  z-index: 1;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 5rem 4.5rem;
  display: flex;
  position: relative;
}

.rt-contact-v1-content.rt-radius-medium {
  border-radius: 20px;
}

.rt-contact-v1-content.rt-radius-medium.rt-overflow-hidden {
  border-radius: 20px;
  overflow: hidden;
}

.rt-contact-v1-content.rt-radius-medium.rt-overflow-hidden.is-background {
  background-color: #e8e8e8;
}

.rt-contact-v1-hero-right {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex: 1;
  align-items: stretch;
  max-width: 32.625rem;
}

.rt-submit-button {
  z-index: 2;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.rt-text-input {
  background-color: var(--transparent);
  color: #0e1522;
  border: 1px #000;
  border-bottom: 1px solid #dde0e5;
  margin-bottom: 0;
  padding-top: 1.5625rem;
  padding-bottom: 2.1875rem;
  padding-left: 0;
}

.rt-text-input::placeholder {
  color: #070707;
}

.rt-text-input.rt-two {
  padding-bottom: 1.6rem;
}

.rt-contact-v1-main {
  justify-content: center;
  align-items: center;
  position: relative;
}

.rt-contact-image {
  border-radius: 50%;
  width: 3.25rem;
  height: 3.25rem;
  overflow: hidden;
}

.rt-contact-image.rt-1 {
  margin-left: -7px;
}

.rt-contact-v1-overlay {
  background-color: #fff6;
  width: 97.5%;
  position: absolute;
  inset: -3% 0% 0% 1.3%;
}

.rt-contact-v1-overlay.rt-radius-medium {
  border-radius: 20px;
}

.rt-contact-link {
  color: #4b497e;
  transition: color .3s;
}

.rt-contact-link:hover {
  color: var(--rich-black);
}

.rt-404-text-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.6rem;
  margin-bottom: 1.875rem;
}

.rt-404-absolute-image {
  justify-content: center;
  align-items: center;
  padding-top: 8.925rem;
  position: absolute;
  inset: 0%;
}

.rt-404-robot-wrap {
  width: 20%;
}

.rt-password-icon-wrap {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.8125rem;
}

.rt-password-input-wrap {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-end;
  align-items: flex-start;
}

.rt-password-button-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 1.25rem;
  display: flex;
}

.rt-platefrom-icon-wrap {
  background-color: var(--deep-teal);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.9375rem;
  height: 2.9375rem;
}

.rt-feature-icon {
  display: flex;
}

.rt-benefit-absolute-robot {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 25% 0% 0%;
}

.rt-benefit-robot-wrap {
  width: 32%;
}

.rt-footer-bottom-link-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
}

.rt-pricing-v3-toggle {
  z-index: 1;
  border: 1px solid #052b3733;
  border-radius: 50px;
  justify-content: space-around;
  align-items: center;
  width: 224px;
  height: 52px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}

.rt-pricing-v3-toggle-wrapper {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
}

.rt-pricing-v3-toggle-wrapper.rt-position-relative {
  position: relative;
}

.rt-pricing-v3-toggle-wrapper.rt-position-relative.rt-border-radius-10 {
  border-radius: 0;
}

.rt-pricing-v3-toggle-bg {
  background-color: var(--deep-teal);
  border-radius: 50px;
  width: 103px;
  height: 34px;
  position: absolute;
  left: 10px;
}

.rt-hero-v5-absolute-robot {
  z-index: 1;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.rt-hero-v5-robot-wrap {
  width: 8%;
}

.rt-platefrom-icon {
  width: 44%;
}

.rt-benefits-absolute-image-wrap {
  border-radius: 43px;
  width: 92.5%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.rt-hero-v6-image {
  width: 100%;
  max-width: 26.875rem;
}

.rt-marque-train {
  grid-column-gap: 4.375rem;
  grid-row-gap: 4.375rem;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding-right: 4.375rem;
  transform: translate(-300px);
}

.rt-marque {
  max-width: 65.625rem;
  margin-left: auto;
  margin-right: auto;
}

.rt-marquee-logo-box {
  justify-content: center;
  align-items: center;
}

.rt-marquee-logo-line {
  background-color: #0003;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 28px;
}

.rt-contect-text-area {
  background-color: var(--transparent);
  color: var(--rich-black);
  border: 1px #000;
  border-bottom: 1px solid #dde0e580;
  min-height: 100px;
  padding-top: 1.125rem;
  padding-left: 0;
}

.rt-contect-text-area::placeholder {
  color: #070707;
}

.rt-benefit-absolute-image {
  width: 32%;
  position: absolute;
  inset: 17% 0% auto auto;
}

.rt-hero-v3-absolute-squre {
  width: 4%;
  position: absolute;
  inset: 18% 46% auto auto;
}

.rt-hero-v3-absolute-squre.rt-two {
  inset: auto auto 23% 47%;
}

.rt-hero-v1-absolute-glow {
  width: 54%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.rt-slider {
  width: auto;
}

.rt-mobile-slider {
  background-color: var(--transparent);
  display: none;
}

.rt-slide-nav {
  display: none;
}

.rt-blog-post-icon-wrap {
  display: flex;
}

.rt-footer-newslatter {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  background-color: var(--white);
  border-radius: 50px;
  padding: .5625rem .625rem .5625rem .75rem;
  overflow: hidden;
}

.rt-cta-left-image-main {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
}

.rt-cta-left-image-main.is-width {
  width: 100%;
  max-width: 350px;
}

.rt-footer-newslatter-form-main {
  margin-bottom: 0;
}

.rt-footer-newslatter-form-wrap {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.rt-footer-news-input {
  color: var(--purple-gray);
  border: 1px #000;
  width: 100%;
  max-width: 11.125rem;
  height: 100%;
  margin-bottom: 0;
  padding-top: .6rem;
  padding-bottom: .6rem;
}

.rt-footer-news-input::placeholder {
  color: var(--purple-gray);
}

.rt-footer-top-button-wrap {
  background-color: var(--deep-teal);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4.0625rem;
  height: 4.0625rem;
  display: flex;
}

.rt-footer-top-button-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-no-margin-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.rt-container-2 {
  max-width: 82.5rem;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.rt-button-text-2 {
  color: #fff;
  letter-spacing: 0;
  font-family: Host Grotesk, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
}

.rt-button-text-2.rt-text-color-lime {
  transition: color .3s;
}

.rt-button-text-2.rt-text-color-lime:hover {
  color: #fff;
}

.rt-sub-text-2 {
  color: #504d58;
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 150%;
}

.rt-no-margin-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.rt-work-v3-box-2 {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  background-color: #fff;
  border: 1px solid #164cff;
  padding: .9rem 1.25rem .8rem;
}

.rt-work-v3-box-2.rt-radius-small {
  border-radius: 10px;
}

.rt-no-margin-5 {
  margin-top: 0;
  margin-bottom: 0;
}

.rt-sub-text-5 {
  color: #504d58;
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 150%;
}

.rt-no-margin-6 {
  margin-top: 0;
  margin-bottom: 0;
}

.rt-no-margin-6.is-width {
  max-width: 350px;
}

.rt-no-margin-6.rt-gap-medium.is-padding {
  padding-bottom: 1.25rem;
}

.rt-no-margin-6.rt-gap-medium.is-padding.is-color {
  color: #fff;
}

.rt-no-margin-6.is-width-two {
  max-width: 600px;
}

.rt-no-margin-6.is-color {
  color: #0c0c0c;
}

.rt-no-margin-6.is-color-two {
  color: #363637;
}

.rt-sub-text-3 {
  color: #504d58;
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  line-height: 150%;
}

.rt-cta-v2-2 {
  padding-bottom: 8.75rem;
}

.rt-cta-v2-main-2 {
  background-color: #052b37;
  background-image: radial-gradient(circle at 79% 106%, #0f06, #fff0 6%), radial-gradient(circle at 24% -11%, #00ff00bf, #fff0 7%), url('../images/nuonix-cta-v2-background.svg');
  background-position: 0 0, 0 0, 0%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, auto;
  padding: 5rem 4.375rem;
  overflow: hidden;
}

.rt-cta-v2-main-2.rt-radius-medium.is-background {
  background-color: #e8e8e8;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.rt-tag {
  background-color: #000;
  border-radius: 10px;
  padding: 5px 20px;
}

.is-color {
  color: var(--black);
}

.rt-button-3 {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  cursor: pointer;
  background-color: #052b37;
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  height: 2.9375rem;
  padding: .1rem .4rem .1rem .9375rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-button-3.is-background {
  background-color: #000;
}

.rt-text-style-h3-2 {
  color: #0d1221;
  letter-spacing: -.04rem;
  font-family: Host Grotesk, sans-serif;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 131.25%;
}

.rt-text-color-white-3 {
  color: #fff;
}

.rt-button-text-5 {
  color: #fff;
  letter-spacing: 0;
  font-family: Host Grotesk, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
}

.rt-success-massage-2 {
  color: #fff;
  background-color: #052b37;
  padding: 1.25rem;
}

.rt-sub-text-6 {
  color: #504d58;
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 150%;
}

.rt-text-style-h5-2 {
  color: #0d1221;
  letter-spacing: -.055rem;
  font-family: Host Grotesk, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: -.055rem;
}

.rt-text-style-h5-2.rt-contact-link {
  color: #000;
  transition: color .3s;
}

.rt-text-style-h5-2.rt-contact-link:hover {
  color: #504d58;
}

.rt-text-input-2 {
  color: #0e1522;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #dde0e5;
  margin-bottom: 0;
  padding-top: 1.5625rem;
  padding-bottom: 2.1875rem;
  padding-left: 0;
}

.rt-text-input-2::placeholder {
  color: #070707;
}

.rt-text-input-2.is-border {
  border-bottom-color: #36363799;
}

.rt-contect-text-area-2 {
  color: #0d1221;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #dde0e580;
  min-height: 100px;
  padding-top: 1.125rem;
  padding-left: 0;
}

.rt-contect-text-area-2::placeholder {
  color: #070707;
}

.rt-contect-text-area-2.is-border {
  border-bottom-color: #36363799;
}

.rt-title-wrapper {
  max-width: 500px;
}

.rt-icon-width {
  width: 100px;
}

.rt-complex-main-2 {
  background-color: #052b37;
  border-radius: 50px;
  max-width: 115.5rem;
}

.rt-complex-main-2.rt-margin-auto.is-background-off {
  background-color: #052b3700;
}

.rt-complex-2 {
  padding-top: 8.75rem;
  padding-left: 2%;
  padding-right: 2%;
}

.rt-complex-2.is-padding {
  padding-left: 15px;
  padding-right: 15px;
}

.rt-icon, .div-block-8-copy {
  background-color: #515151;
  border-radius: 100%;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
}

.div-block-8-copy {
  background-color: #515151;
  border-radius: 100%;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}

.rt-button-4 {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  cursor: pointer;
  background-color: #052b37;
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  height: 2.9375rem;
  padding: .1rem .4rem .1rem .9375rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-button-4.is-background {
  background-color: #fff;
}

.rt-button-4.is-background.is-border {
  border-width: 0;
}

.rt-button-4.is-background-two {
  background-color: #0c0c0c;
}

.rt-button-4.is-background-two.is-border {
  border-width: 0;
}

.rt-button-text-6 {
  color: #fff;
  letter-spacing: 0;
  font-family: Host Grotesk, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
}

.rt-button-text-6.is-color {
  color: #0c0c0c;
}

.rt-button-text-6.is-color-two {
  color: #fff;
}

.rt-auto-fit-2 {
  object-fit: cover;
}

.rt-text-style-h4-2 {
  color: #0d1221;
  letter-spacing: 0;
  font-family: Host Grotesk, sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 141.66%;
}

.rt-text-style-h4-2.is-color {
  color: #fff;
}

.rt-text-style-h4-2.is-color.is-width {
  max-width: 175px;
}

.rt-sub-text-7 {
  color: #504d58;
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 150%;
}

.rt-sub-text-7.rt-sub-text-bottom-gap.is-case {
  letter-spacing: 0;
  text-transform: none;
}

.rt-sub-text-7.rt-sub-text-bottom-gap.is-case.is-color {
  color: #fff;
}

.rt-image-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-9 {
  background-color: #d9d9d9;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}

.rt-tab {
  width: 175px;
}

.rt-auto-fit-3 {
  object-fit: cover;
}

.rt-sub-text-8 {
  color: #504d58;
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 150%;
}

.rt-sub-text-8.rt-sub-text-bottom-gap.is-case {
  letter-spacing: 0;
  text-transform: none;
}

.rt-button-6 {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  cursor: pointer;
  background-color: #052b37;
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  height: 2.9375rem;
  padding: .1rem .4rem .1rem .9375rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-button-6.is-background {
  background-color: #0c0c0c;
}

.rt-container-medium-2 {
  max-width: 91.25rem;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.rt-container-medium-2.is-padding {
  padding-left: 0;
  padding-right: 0;
}

.rt-button-text-8 {
  color: #fff;
  letter-spacing: 0;
  font-family: Host Grotesk, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
}

.rt-auto-fit-4 {
  object-fit: cover;
}

.rt-sub-text-9 {
  color: #504d58;
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 150%;
}

.rt-sub-text-9.rt-sub-text-bottom-gap.is-color {
  color: #0c0c0c;
}

.rt-sub-text-9.rt-sub-text-bottom-gap.is-color.is-case {
  text-transform: none;
}

.rt-image-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: url('../images/skeleton-image_5.svg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.rt-text-color-black-3 {
  color: #0d1221;
}

.rt-text-color-black-3.is-color {
  color: #0c0c0c;
}

.rt-hero-v2-main-2 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: space-between;
  align-items: stretch;
  padding-left: .9375rem;
  display: flex;
}

.rt-hero-v2-main-2.is-direction.is-padding {
  padding-left: 0;
  padding-right: 0;
}

.rt-sub-text-10 {
  color: #504d58;
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 150%;
}

.rt-sub-text-10.rt-sub-text-bottom-gap.is-color {
  color: #0c0c0c;
}

.rt-sub-text-10.rt-sub-text-bottom-gap.is-color.is-case {
  text-transform: none;
}

.rt-section-padding {
  padding-top: 12.7rem;
}

.div-block-10 {
  background-color: #0c0c0c;
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

.rt-image {
  max-width: 400px;
}

.rt-text-color-black-4 {
  color: #0d1221;
}

.rt-text-color-black-4.is-color {
  color: #0c0c0c;
}

.rt-auto-fit-6 {
  object-fit: cover;
}

.rt-text-style-h4-3 {
  color: #0d1221;
  letter-spacing: -.06rem;
  font-family: Host Grotesk, sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 141.66%;
}

.rt-text-style-h4-3.is-width {
  max-width: 200px;
}

.rt-sub-text-11 {
  color: #504d58;
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 150%;
}

.rt-sub-text-11.rt-bottom-gap {
  margin-bottom: .7rem;
}

.rt-sub-text-11.rt-bottom-gap.is-color {
  color: #0c0c0c;
}

.rt-sub-text-11.rt-bottom-gap.is-color.is-case {
  letter-spacing: 0;
  text-transform: none;
}

.rt-hero-box-wrap-2 {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  background-color: #fff;
  border: 1px solid #164cff33;
  padding: 1.25rem;
  box-shadow: 0 15px 30px #0000001a;
}

.rt-hero-box-wrap-2.rt-radius-small.is-background {
  background-color: #fff0;
  border-color: #363637;
  flex-flow: row;
}

.rt-section-padding-two {
  padding-top: 7.5rem;
}

.rt-width {
  background-color: #0c0c0c;
  border-radius: 100%;
  width: 25px;
  min-width: 25px;
  height: 25px;
}

.rt-circle {
  background-color: #e8e8e8;
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 1280px) {
  body {
    --_typography---font-family--host-grotesk: "Host Grotesk", sans-serif;
    --_typography---font-size--h2: 2.5rem;
    --_typography---line-height--h2-line-height: 125%;
    --_typography---font-weight--weight-medium: 500;
    --_typography---letter-spacing--h2-letter-spacing: -.1rem;
    --_typography---font-size--h3: 2rem;
    --_typography---line-height--h3-line-height: 131.25%;
    --_typography---font-weight--weight-regular: 400;
    --_typography---letter-spacing--h3-letter-spacing: -.04rem;
    --_typography---font-size--h4: 1.5rem;
    --_typography---letter-spacing--h4-letter-spacing: -.06rem;
    --_typography---line-height--h5-line-height: 145.45%;
    --_typography---letter-spacing--h5-letter-spacing: -.055rem;
    --_typography---font-size--h6: 1.25rem;
    --_typography---line-height--h6-line-height: 150%;
    --_typography---letter-spacing--h6-letter-spacing: -.05rem;
    --_typography---font-family--inter: Inter, sans-serif;
    --_typography---font-size--body-text: 1.0625rem;
    --_typography---line-height--body-line-height: 150%;
    --_typography---letter-spacing--body-letter-spacing: -.02125rem;
    --_typography---line-height--h4-line-height: 141.66%;
    --_typography---font-size--h5: 1.375rem;
    --_typography---font-size--sub-text: 1rem;
    --_typography---line-height--sub-text-line-height: 150%;
    --_typography---font-weight--weight-semi-bold: 600;
    --_typography---letter-spacing--sub-text-letter-spacing: .1rem;
    --_typography---font-size--button-text: 1rem;
    --_typography---line-height--button-line-height: 150%;
    --_typography---letter-spacing--button-letter-spacing: 0rem;
    --_typography---font-size--menu: 1rem;
    --_typography---line-height--menu-line-height: 150%;
    --_typography---letter-spacing--menu-letter-spacing: 0rem;
    --_typography---font-size--h1: 3.75rem;
    --_typography---line-height--h1-line-height: 116.66%;
    --_typography---letter-spacing--h1-letter-spacing: -.15rem;
    --_typography---font-size--topbar-text: .9375rem;
    --_typography---font-weight--weigth-light: 300;
  }

  .rt-button-v1-arrow-wrap.is-background-two {
    background-color: #fff;
  }

  .rt-position-relative.rt-text-overlay {
    height: 55px;
  }

  .rt-hero-v1-heading-wrap {
    max-width: 54.7rem;
  }

  .rt-hero-v1-box-wrap {
    padding-right: 3.2rem;
  }

  .rt-hero-v1-big-text {
    font-size: 15.7rem;
  }

  .rt-hero-v1-big-text.is-style {
    font-size: 11rem;
    bottom: 15%;
  }

  .rt-hero-v1-absolute-image-one {
    top: 46%;
  }

  .rt-footer-heading-wrap {
    max-width: 41.3rem;
  }

  .rt-footer-link-grid {
    grid-template-columns: 1.75fr 1fr 1fr 1fr;
  }

  .rt-footer-social-media-link {
    flex: none;
  }

  .rt-hero-v2-left-part-main {
    padding-top: 3.125rem;
    padding-bottom: 10.525rem;
  }

  .rt-hero-v2-absolute-image-one {
    display: block;
    bottom: 21%;
    left: 12%;
  }

  .rt-feature-v2-card-main {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .rt-feature-v2-card {
    padding: 1.875rem;
  }

  .rt-trust-image-wrap.rt-two {
    width: 1.7rem;
    height: 1.7rem;
  }

  .rt-work-v2-main {
    grid-column-gap: 6.875rem;
    grid-row-gap: 6.875rem;
  }

  .rt-cta-v2-main {
    padding: 5rem 6.8125rem;
  }

  .rt-cta-v2-wrap {
    justify-content: space-between;
    align-items: center;
  }

  .rt-cta-v2-left-part {
    max-width: 28.7rem;
  }

  .rt-cta-v2-absolute-image-one {
    width: 12%;
  }

  .rt-pricing-para-wrap {
    max-width: 20.4375rem;
  }

  .rt-pricing-v2-bottom-part-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .rt-cta-v2-absolute-image-two {
    left: 49%;
  }

  .rt-hero-v3-heading-wrap {
    max-width: 47.4rem;
  }

  .rt-benefits-card.rt-one {
    justify-content: space-between;
    align-items: flex-start;
  }

  .rt-benefits-card.rt-two {
    padding: 2.5rem;
  }

  .rt-feature-v3-main {
    grid-column-gap: 6.875rem;
    grid-row-gap: 6.875rem;
  }

  .rt-feature-v3-image-main {
    height: 422px;
  }

  .rt-member {
    padding-left: 2%;
    padding-right: 2%;
  }

  .rt-member-details {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }

  .rt-member-text-wrap {
    padding-top: 1.6rem;
    padding-bottom: 1.8125rem;
  }

  .rt-hero-v5-absolute-image {
    top: 45%;
  }

  .rt-work-v3-right-part {
    padding: 3.75rem;
  }

  .rt-work-v3-image-wrap {
    width: 53%;
    bottom: -21%;
    left: 25%;
  }

  .rt-right-top-part {
    grid-column-gap: 2.3rem;
    grid-row-gap: 2.3rem;
  }

  .rt-work-v3-para-wrap {
    max-width: 22.5rem;
  }

  .rt-complex-wrap {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .rt-complex-polygon {
    width: 6.6rem;
    height: 5.6rem;
  }

  .rt-feature-v5-box-main {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    min-height: 14.6rem;
  }

  .rt-hero-v9-absolute-image.rt-two {
    bottom: 64%;
    left: 16%;
  }

  .rt-hero-v2-robot-main {
    left: 0%;
  }

  .rt-hero-14-heading-wrap {
    max-width: 48.6rem;
  }

  .rt-blog-content-main {
    grid-column-gap: 5.5rem;
    grid-row-gap: 5.5rem;
  }

  .rt-blog-content-right {
    padding-left: 5.375rem;
  }

  .rt-footer-news-input {
    max-width: 19.6rem;
  }

  .rt-cta-v2-main-2 {
    padding: 5rem 6.8125rem;
  }

  .rt-title-wrapper.is-width {
    max-width: 700px;
  }

  .rt-button-4.is-background-two {
    background-color: #0c0c0c;
  }

  .rt-button-text-6.is-color-two {
    color: #fff;
  }
}

@media screen and (min-width: 1440px) {
  .rt-logo-wrap {
    width: 100%;
  }

  .rt-menu-desktop {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .rt-hero-v1-big-text {
    font-size: 17.8rem;
  }

  .rt-hero-v1-big-text.is-style {
    justify-content: center;
    align-items: flex-end;
    bottom: 25%;
  }

  .rt-hero-v1-image-wrap {
    right: 11%;
  }

  .rt-hero-v1-absolute-image-one {
    width: 8%;
    right: 13%;
  }

  .rt-hero-v1-circule-wrap.rt-one {
    top: 98.7%;
  }

  .rt-feature-v2-card-main {
    min-height: 22rem;
  }

  .rt-image-medile-part {
    max-width: 23.2rem;
  }

  .rt-platefrom-absolute-icon {
    display: block;
    top: -4%;
    right: -4%;
  }

  .rt-hero-v5-absolute-image {
    top: 42%;
  }

  .rt-work-v3-image-wrap {
    width: 46%;
    left: 27%;
  }

  .rt-complex-wrap {
    grid-column-gap: 6.25rem;
    grid-row-gap: 6.25rem;
  }

  .rt-complex-left-part {
    padding: 4.375rem 5.75rem;
  }

  .rt-complex-top-part.rt-desktop-text-center {
    max-width: 43.375rem;
  }

  .rt-hero-v9-absolute-image {
    left: 10%;
  }

  .rt-hero-v9-absolute-image.rt-two {
    bottom: 63%;
    left: 19%;
  }

  .rt-hero-v2-robot-main {
    padding-right: 23%;
  }

  .rt-work-v3-box-icon {
    width: 18%;
  }

  .rt-hero-v3-absolute-squre.rt-two {
    left: 49%;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 3.75rem;
  }

  .rt-navbar-brand {
    width: 6.2rem;
  }

  .rt-navbar-brand.w--current {
    width: 96px;
  }

  .rt-hero-v1-heading-wrap.rt-desktop-text-center.is-width {
    max-width: 55rem;
  }

  .rt-hero-v1-bottom-part {
    justify-content: center;
    align-items: center;
  }

  .rt-hero-v1-big-text {
    font-size: 18.75rem;
  }

  .rt-hero-v1-big-text.is-style {
    bottom: 35%;
  }

  .rt-hero-v1-image-wrap {
    right: 17%;
  }

  .rt-hero-v1-absolute-image-one {
    top: 45%;
    right: 20%;
  }

  .rt-hero-v1-absolute-image-two {
    top: 12%;
  }

  .rt-integration-main {
    max-width: 100%;
  }

  .rt-workbox-left-part, .rt-workbox-right-part {
    grid-auto-columns: 1fr;
  }

  .rt-footer {
    background-position: 46% 10%;
  }

  .rt-footer-link-grid {
    grid-template-columns: 1.75fr 1fr 1fr 1fr;
  }

  .rt-hero-v2-left-part-main {
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 7.625rem;
  }

  .rt-hero-v2-absolute-image-one {
    left: 21%;
  }

  .rt-hero-v2-absolute-image-two {
    right: 39%;
  }

  .rt-feature-v2-card-main {
    min-height: 21.9rem;
  }

  .rt-cta-v2-absolute-image-one {
    width: 8%;
    right: 43%;
  }

  .rt-pricing-v2-item-wrapper.rt-yearly {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .rt-cta-v2-absolute-image-two {
    width: 9%;
    top: 13%;
  }

  .rt-cta-v2-absolute-image-two.rt-tab-display-none.is-position {
    width: 150px;
    top: -5%;
    left: 45%;
  }

  .rt-hero-v3-heading-wrap.rt-desktop-text-center.is-width {
    max-width: 55rem;
  }

  .rt-hero-v3-absolute-line {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rt-hero-v3-circule {
    width: 3.3%;
    height: 7%;
    bottom: 1%;
    right: 48.4%;
  }

  .rt-choose-us-v2-main {
    max-width: 100%;
  }

  .rt-feature-v3-heading-wrap {
    justify-content: center;
    align-items: center;
  }

  .rt-absolute-micro {
    right: 12%;
  }

  .rt-member-main {
    max-width: 100%;
  }

  .rt-hero-v5-absolute-image {
    width: 5%;
    top: 45%;
    right: 38%;
  }

  .rt-hero-v5-absolute-glow {
    width: 27%;
  }

  .rt-work-v3-main {
    max-width: 100%;
  }

  .rt-hero-v5-absolute-micro {
    width: 8%;
    left: 76%;
  }

  .rt-complex-wrap {
    grid-column-gap: 8.125rem;
    grid-row-gap: 8.125rem;
  }

  .rt-complex-bottom-part {
    align-items: stretch;
  }

  .rt-complex-box {
    justify-content: space-between;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .rt-complex-box-text-wrap {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
    justify-content: flex-start;
    align-items: stretch;
  }

  .rt-complex-box-text-wrap.is-width {
    justify-content: flex-start;
    align-items: center;
  }

  .rt-complex-top-heading-wrap {
    max-width: 25.9375rem;
  }

  .rt-hero-v9 {
    background-position: 79%, 50%, 0 0;
  }

  .rt-hero-v9-heading-main {
    max-width: 37.9375rem;
  }

  .rt-hero-v9-absolute-image {
    width: 5%;
    left: 18%;
  }

  .rt-hero-v9-absolute-image.rt-two {
    bottom: 64%;
    left: 26%;
  }

  .rt-hero-v9-absolute-image.rt-three {
    right: 22%;
  }

  .rt-hero-v9-absolute-image.rt-four {
    right: 23%;
  }

  .rt-hero-v2-robot-main {
    padding-right: 19%;
  }

  .rt-hero-v3-background-image {
    width: 77%;
  }

  .div-block-5 {
    flex: none;
  }

  .rt-hero-v3-absolute-squre {
    width: 3%;
  }

  .rt-hero-v3-absolute-squre.rt-two {
    left: 53%;
  }

  .rt-hero-v1-absolute-glow {
    width: 25%;
    right: 7%;
  }

  .rt-no-margin-6.is-width-two {
    max-width: 850px;
  }

  .rt-image {
    max-width: 500px;
  }
}

@media screen and (max-width: 991px) {
  body {
    --light-gray: #fafafa;
    --rich-black: #0d1221;
    --purple-gray: #504d58;
    --midnight-blue: #05073c;
    --black: #000;
    --white: #fff;
    --deep-teal: #052b37;
    --lime: lime;
    --transparent: #fff0;
    --_spacing---gutter-space: .9375rem;
    --_spacing---container-large: 101.875rem;
    --_spacing---container: 82.5rem;
    --_spacing---container-medium: 91.25rem;
    --_spacing---section-gap-small: 3.4375rem;
    --_spacing---section-gap-large: 3.75rem;
    --_typography---font-family--host-grotesk: "Host Grotesk", sans-serif;
    --_typography---font-size--h2: 1.875rem;
    --_typography---line-height--h2-line-height: 125%;
    --_typography---font-weight--weight-medium: 500;
    --_typography---letter-spacing--h2-letter-spacing: -.1rem;
    --_typography---font-size--h3: 1.625rem;
    --_typography---line-height--h3-line-height: 131.25%;
    --_typography---font-weight--weight-regular: 400;
    --_typography---letter-spacing--h3-letter-spacing: -.03rem;
    --_typography---font-size--h4: 1.375rem;
    --_typography---letter-spacing--h4-letter-spacing: -.04rem;
    --_typography---line-height--h5-line-height: 145.45%;
    --_typography---letter-spacing--h5-letter-spacing: -.054rem;
    --_typography---font-size--h6: 1.0625rem;
    --_typography---line-height--h6-line-height: 150%;
    --_typography---letter-spacing--h6-letter-spacing: -.04rem;
    --_typography---font-family--inter: Inter, sans-serif;
    --_typography---font-size--body-text: .9375rem;
    --_typography---line-height--body-line-height: 150%;
    --_typography---letter-spacing--body-letter-spacing: -.02124rem;
    --_typography---line-height--h4-line-height: 141.66%;
    --_typography---font-size--h5: 1.125rem;
    --_typography---font-size--sub-text: 1rem;
    --_typography---line-height--sub-text-line-height: 150%;
    --_typography---font-weight--weight-semi-bold: 600;
    --_typography---letter-spacing--sub-text-letter-spacing: 0rem;
    --_typography---font-size--button-text: 1rem;
    --_typography---line-height--button-line-height: 150%;
    --_typography---letter-spacing--button-letter-spacing: 0rem;
    --_typography---font-size--menu: 1rem;
    --_typography---line-height--menu-line-height: 150%;
    --_typography---letter-spacing--menu-letter-spacing: 0rem;
    --_typography---font-size--h1: 2.5rem;
    --_typography---line-height--h1-line-height: 116.66%;
    --_typography---letter-spacing--h1-letter-spacing: -.14rem;
    --_typography---font-size--topbar-text: .9375rem;
    --_typography---font-weight--weigth-light: 300;
  }

  h1 {
    font-size: 2.1875rem;
  }

  .rt-utility-page-content.rt-pasword-wrap {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .rt-tab-display-none {
    display: none;
  }

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

  .rt-menu-line {
    background-color: #151c1c;
    width: 100%;
    height: 2px;
    margin-bottom: 5px;
  }

  .rt-menu-line.rt-line-two {
    margin-left: auto;
    margin-right: auto;
  }

  .rt-menu-line.rt-line-three {
    margin-bottom: 0;
  }

  .rt-menu-link {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    align-items: stretch;
  }

  .rt-logo-wrap {
    max-width: 5rem;
  }

  .rt-menu-desktop {
    flex-flow: column;
    align-items: stretch;
  }

  .rt-dropdown {
    color: #000;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: .3rem 0;
  }

  .rt-menu-button-wrap {
    display: flex;
  }

  .rt-mobile-menu-link-text-main {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    display: flex;
  }

  .rt-menu-icon {
    width: 1rem;
    height: 1rem;
  }

  .rt-nav-menu {
    grid-column-gap: 6.25rem;
    grid-row-gap: 6.25rem;
    background-color: #fff;
    border-top: 1px solid #0000000f;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .rt-navbar-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: center;
    padding-top: .9375rem;
    padding-bottom: .9375rem;
    display: flex;
  }

  .rt-dropdown-list {
    border-bottom-width: .0625rem;
    border-radius: 0;
    min-width: 100%;
    padding-top: .4rem;
    padding-bottom: .4rem;
    position: static;
  }

  .rt-navbar-brand {
    padding-left: 0;
  }

  .rt-nav-dropdown {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .rt-dropdown-link {
    padding-top: .2rem;
    padding-bottom: .2rem;
  }

  .rt-mobile-menu-bottom-part {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .rt-menu-button {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 1.1rem;
    height: auto;
    padding: 0;
    display: flex;
  }

  .rt-menu-button.w--open {
    background-color: #0000;
  }

  .rt-mobile-menu-llink-main {
    border-bottom: 1px solid #0000004d;
    padding-bottom: 2.2rem;
  }

  .rt-menu-tab {
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
    padding-top: .625rem;
    padding-bottom: 4.5rem;
  }

  .rt-position-absolute.rt-text-overlay {
    display: none;
  }

  .rt-hero-v1 {
    padding-top: 7rem;
  }

  .rt-sub-text-bottom-gap {
    margin-bottom: .4rem;
  }

  .rt-gap-medium {
    margin-bottom: 1.1rem;
  }

  .rt-hero-v1-bottom-part {
    padding-left: 0;
  }

  .rt-hero-v1-box-wrap, .rt-hero-v1-top-part {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .rt-hero-v1-big-text {
    font-size: clamp(40px, 20vw, 400px);
  }

  .rt-hero-v1-big-text.is-style {
    font-size: 5rem;
    position: relative;
  }

  .rt-navbar-overlay {
    opacity: 1;
  }

  .rt-hero-v1-bottom-image-wrap {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .rt-marquee {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .rt-heading-bottom-gap {
    margin-bottom: 1.875rem;
  }

  .rt-integration-image-main {
    margin-top: -1.7rem;
  }

  .rt-work-box-main {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .rt-work-box {
    justify-content: flex-start;
    align-items: center;
    padding: 1.25rem;
  }

  .rt-work-text-box {
    width: 80%;
  }

  .rt-work-box-two {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1.25rem;
  }

  .rt-work-box-content-wrap {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .rt-work-box-text-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .rt-work-box-three {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .rt-work-box-v2-content-wrap, .rt-work-box-four {
    padding: 1.25rem;
  }

  .rt-workbox-left-part {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .rt-work-box-absolute {
    top: -10%;
  }

  .rt-testimonial-big-text {
    font-size: clamp(100px, 17vw, 400px);
  }

  .rt-testimonial-box-top-part {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
  }

  .rt-testimonial {
    padding-bottom: 2.5rem;
  }

  .rt-footer {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 3.75rem;
  }

  .rt-footer-main {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .rt-footer-heading-wrap {
    max-width: 24.9rem;
  }

  .rt-top-part-content-wrap, .rt-footer-link-wrap {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
  }

  .rt-footer-link-main {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .rt-footer-link-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
  }

  .rt-footer-button-wrap {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
  }

  .rt-footer-bottom-wrap {
    margin-top: 2rem;
  }

  .rt-hero-v2 {
    padding-top: 7rem;
  }

  .rt-hero-v2-left-part {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .rt-hero-v2-para-wrap {
    margin-bottom: 1.5rem;
  }

  .rt-hero-v2-left-part-main {
    padding-bottom: 5.7rem;
  }

  .rt-feature-v2-card-main {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(auto-fit, minmax(246px, 1fr));
    grid-auto-columns: 1fr;
    min-height: auto;
    display: grid;
  }

  .rt-feature-v2-card {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
  }

  .rt-feature-v2-card:hover {
    box-shadow: none;
  }

  .rt-feature-v2-text-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .rt-feature-v2-button-wrap {
    margin-top: 0;
  }

  .rt-benefits-v2-para-wrap {
    border: 1px solid #0003;
  }

  .rt-benefits-v2-sticky {
    position: static;
  }

  .rt-benefit-v2-sticky-wrapper {
    height: auto;
  }

  .rt-work-v1 {
    padding-top: var(--_spacing---section-gap-small);
    padding-bottom: var(--_spacing---section-gap-small);
    height: auto;
  }

  .rt-work-v2-main {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .rt-work-v2-right-part {
    flex: 1;
  }

  .rt-work-v2-box-bottom-part {
    padding-top: 2.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .rt-work-v2-according-wrap {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
    margin-top: 1.5rem;
  }

  .rt-according-main {
    padding-bottom: 1.1rem;
  }

  .rt-according-main.rt-one {
    padding-bottom: .9rem;
  }

  .rt-according-para-wrap {
    margin-top: .5rem;
  }

  .rt-work-v2-sticky {
    height: auto;
  }

  .rt-cta-v2-main {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .rt-cta-v2-wrap {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .rt-cta-v2-left-part {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
    flex: 1;
  }

  .rt-cta-v2-right-part {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .rt-cta-v2-right-part.is-direction {
    flex-flow: column;
  }

  .rt-cta-v2-absolute-image-one {
    top: -2%;
    left: -16%;
  }

  .rt-pricing-bottom-part {
    padding-top: 1.1rem;
    padding-bottom: 1.2rem;
  }

  .rt-pricing-bottom-part.rt-one {
    padding-bottom: 0;
  }

  .rt-pricing-bottom-part.rt-two {
    padding-top: 0;
  }

  .rt-pricing-v2-item {
    width: 100%;
    padding: 1.25rem;
  }

  .rt-pricing-v2-item.rt-two {
    flex: 1;
    width: 100%;
  }

  .rt-pricing-top-part {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    padding-bottom: 1.1rem;
  }

  .rt-pricing-v2-bottom-part-wrapper {
    grid-column-gap: .5625rem;
    grid-row-gap: .5625rem;
    grid-template-columns: 1fr;
  }

  .rt-pricing-card-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .rt-pricing-v2-item-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-pricing-v2-item-wrapper.rt-monthly {
    grid-template-rows: auto;
  }

  .rt-pricing-v2-item-wrapper.rt-yearly {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-pricing-v1-heading-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .rt-pricing-content-wrap {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
  }

  .rt-benefits-v2-text-wrp {
    box-shadow: none;
    border: 1px solid #0003;
  }

  .rt-hero-v3 {
    padding-top: 0;
  }

  .rt-home-v3-main {
    padding-top: 7rem;
  }

  .rt-home-v3-main.rt-radius-medium.rt-position-relative.is-background.is-padding {
    padding-top: 3rem;
  }

  .rt-hero-v3-para-wrap {
    margin-bottom: 1.5rem;
  }

  .rt-plateform {
    padding-top: 7.8rem;
  }

  .rt-plateform-left-part {
    grid-column-gap: 1.9rem;
    grid-row-gap: 1.9rem;
  }

  .rt-platefrom-para-wrap {
    margin-bottom: 1.5rem;
  }

  .rt-plateform-box-main {
    grid-column-gap: .9375rem;
    grid-row-gap: .9375rem;
    justify-content: space-between;
    align-items: flex-start;
  }

  .rt-plateform-box {
    padding: .9375rem;
  }

  .rt-benefits-v3-main {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .rt-benefit-left-part {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    padding: .9375rem;
  }

  .rt-benefits-card.rt-two {
    grid-column-gap: 2.1rem;
    grid-row-gap: 2.1rem;
    justify-content: center;
    align-items: flex-start;
    padding: .9375rem;
  }

  .rt-benefit-v3-card-text-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .rt-benefit-right-card {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
  }

  .rt-benefit-v3-card-bottom-text-wrap, .rt-benefits-v3-card-bottom {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
  }

  .rt-choose-us-v2-main {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .rt-choose-us-v2-card-main {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .rt-choose-us-v2-box {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
    padding: 1.25rem;
  }

  .rt-choose-us-v2-box-text-wrap {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
  }

  .rt-feature-v3 {
    padding-top: var(--_spacing---section-gap-small);
    padding-bottom: var(--_spacing---section-gap-small);
    height: auto;
  }

  .rt-feature-v3-main {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .rt-feature-v3-center-part {
    flex: 1;
  }

  .rt-feature-v3-text-wrap {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .rt-feature-v3-image-main {
    height: 335px;
  }

  .rt-feature-v3-image-main.rt-radius-medium {
    height: auto;
  }

  .rt-feature-v3-image-wrap.rt-radius-medium.rt-three, .rt-feature-v3-image-wrap.rt-radius-medium.rt-four {
    display: none;
  }

  .rt-feature-v3-sticky {
    height: auto;
  }

  .rt-faq-item {
    padding: .9375rem;
  }

  .rt-faq-top {
    grid-column-gap: .9375rem;
    grid-row-gap: .9375rem;
    justify-content: space-between;
    align-items: flex-start;
  }

  .rt-faq-bottom {
    padding-top: .6rem;
  }

  .rt-faq-icon-wrapper {
    margin-top: 6px;
  }

  .rt-hero-v3-absolute-image {
    display: none;
  }

  .rt-member-card-main {
    grid-template-columns: repeat(auto-fit, minmax(195px, 1fr));
  }

  .rt-member-text-wrap {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .rt-hero-v5 {
    background-image: url('../images/nuonix-home-hero-background-image.svg'), linear-gradient(#052b3726, #052b370d);
    background-position: 50% 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto, auto;
    padding-top: 7rem;
  }

  .rt-hero-v5-heading-wrap {
    margin-bottom: 1.5rem;
  }

  .rt-feature-v4-main {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .rt-feature-v4-right-part {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .rt-feature-v4-according-para {
    margin-top: .6rem;
  }

  .rt-work-v3-wrap {
    grid-auto-columns: 1fr;
  }

  .rt-work-v3-right-part {
    width: 100%;
    padding: 2.5rem;
  }

  .rt-work-v3-top-box {
    grid-column-gap: .9rem;
    grid-row-gap: .9rem;
    flex-flow: column;
  }

  .rt-workv3-bottom-box {
    padding: 1.9rem 0;
  }

  .rt-work-v3-image-wrap {
    width: 37%;
    position: static;
  }

  .rt-right-top-part {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .rt-work-v3-para-wrap {
    max-width: 100%;
  }

  .rt-faq {
    padding-top: 3.125rem;
  }

  .rt-faq:where(.w-variant-69a8676c-efe0-7883-9599-74e966d4e37d) {
    padding-top: 0;
  }

  .rt-faq-main.rt-margin-auto {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .rt-scroll-text-main {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-top: 1.1rem;
    margin-bottom: 1.1rem;
  }

  .rt-hero-v6 {
    padding-top: 7rem;
  }

  .rt-hero-v6-para-wrap {
    margin-bottom: 1.5rem;
  }

  .rt-hero-v6-main {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .rt-hero-v6-absolute-image {
    width: 100%;
  }

  .rt-complex-wrap {
    justify-content: flex-start;
    align-items: center;
    padding: .9375rem;
  }

  .rt-complex-wrap.is-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-complex-left-part {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
    padding: .9375rem .9375rem 1.6rem;
  }

  .rt-complex-top-part {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .rt-complex-top-part.rt-desktop-text-center.is-padding {
    padding-bottom: 30px;
  }

  .rt-complex-polygon {
    width: 4rem;
    height: 3.4375rem;
  }

  .rt-complex-polygon-icon {
    width: 1.25rem;
  }

  .rt-complex-bottom-part {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .rt-complex-box {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    flex-flow: column;
  }

  .rt-complex-box-text-wrap {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
    flex-flow: row;
  }

  .rt-complex-according-main {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    margin-top: 1.4rem;
  }

  .rt-complex-according-para {
    margin-top: .8rem;
  }

  .rt-hero-v6-absolute-box {
    padding: .9375rem;
  }

  .rt-feature-v5-box-main {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    grid-auto-columns: 1fr;
    min-height: auto;
    display: grid;
  }

  .rt-feature-v5-box-wrap {
    max-width: 100%;
  }

  .rt-feature-box-para-wrap {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .rt-feature-v4-box-button-wrap {
    margin-top: 1.5rem;
  }

  .rt-hero-v9 {
    padding-top: 7rem;
    padding-bottom: 3.75rem;
  }

  .rt-hero-v9-content-wrap {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
  }

  .rt-hero-v9-absolute-image.rt-two.is-position {
    display: flex;
    position: relative;
    bottom: auto;
    left: auto;
  }

  .rt-hero-v9-absolute-image.rt-three.is-position {
    display: flex;
    position: relative;
    top: auto;
    right: auto;
  }

  .rt-hero-v9-absolute-image.rt-four.is-position {
    display: flex;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .rt-hero-v9-absolute-image.rt-one.is-position {
    display: flex;
    position: relative;
    bottom: auto;
    left: auto;
  }

  .rt-blog-card-main {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .rt-blog-top {
    grid-column-gap: 1.0625rem;
    grid-row-gap: 1.0625rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .rt-blog-card-wrap {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    padding: 1.25rem;
  }

  .rt-blog-card-icon {
    width: 3.1rem;
    height: 3.1rem;
  }

  .rt-blog-card-heading-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .rt-blog-image-wrap {
    order: -9999;
  }

  .rt-hero-v14 {
    padding-top: 7rem;
  }

  .rt-blog-content-quote {
    margin-top: 1.2rem;
    margin-bottom: .3rem;
  }

  .rt-blog-post-heading {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .rt-hero-v15 {
    padding-top: 7rem;
  }

  .rt-hero-v15.is-background {
    padding-top: 60px;
  }

  .rt-contact-v1-content {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    padding: 2.5rem 1.25rem 1.25rem;
  }

  .rt-text-input {
    padding-top: .9rem;
    padding-bottom: 1.7rem;
  }

  .rt-404-text-wrap, .rt-password-icon-wrap {
    margin-bottom: 1.5rem;
  }

  .rt-marque-train {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
    padding-right: 3.125rem;
  }

  .rt-contect-text-area {
    padding-top: .5rem;
  }

  .rt-cta-v2-main-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .div-block-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 50px;
    display: grid;
  }

  .rt-text-input-2 {
    padding-top: .9rem;
    padding-bottom: 1.7rem;
  }

  .rt-contect-text-area-2 {
    padding-top: .5rem;
  }

  .rt-image-wrapper {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .rt-section-padding {
    padding-top: 5rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    --light-gray: #fafafa;
    --rich-black: #0d1221;
    --purple-gray: #504d58;
    --midnight-blue: #05073c;
    --black: #000;
    --white: #fff;
    --deep-teal: #052b37;
    --lime: lime;
    --transparent: #fff0;
    --_typography---font-family--host-grotesk: "Host Grotesk", sans-serif;
    --_typography---font-size--h2: 1.5625rem;
    --_typography---line-height--h2-line-height: 125%;
    --_typography---font-weight--weight-medium: 500;
    --_typography---letter-spacing--h2-letter-spacing: 0rem;
    --_typography---font-size--h3: 1.375rem;
    --_typography---line-height--h3-line-height: 131.25%;
    --_typography---font-weight--weight-regular: 400;
    --_typography---letter-spacing--h3-letter-spacing: -.02rem;
    --_typography---font-size--h4: 1.25rem;
    --_typography---letter-spacing--h4-letter-spacing: -.05rem;
    --_typography---line-height--h5-line-height: 145.45%;
    --_typography---letter-spacing--h5-letter-spacing: -.053rem;
    --_typography---font-size--h6: 1rem;
    --_typography---line-height--h6-line-height: 150%;
    --_typography---letter-spacing--h6-letter-spacing: -.03rem;
    --_typography---font-family--inter: Inter, sans-serif;
    --_typography---font-size--body-text: .875rem;
    --_typography---line-height--body-line-height: 150%;
    --_typography---letter-spacing--body-letter-spacing: -.02123rem;
    --_typography---line-height--h4-line-height: 141.66%;
    --_typography---font-size--h5: 1.0625rem;
    --_typography---font-size--sub-text: .875rem;
    --_typography---line-height--sub-text-line-height: 150%;
    --_typography---font-weight--weight-semi-bold: 600;
    --_typography---letter-spacing--sub-text-letter-spacing: 0rem;
    --_typography---font-size--button-text: 1rem;
    --_typography---line-height--button-line-height: 150%;
    --_typography---letter-spacing--button-letter-spacing: 0rem;
    --_typography---font-size--menu: 1rem;
    --_typography---line-height--menu-line-height: 150%;
    --_typography---letter-spacing--menu-letter-spacing: 0rem;
    --_typography---font-size--h1: 2.1875rem;
    --_typography---line-height--h1-line-height: 116.66%;
    --_typography---letter-spacing--h1-letter-spacing: -.13rem;
    --_typography---font-size--topbar-text: .9375rem;
    --_typography---font-weight--weigth-light: 300;
    --_spacing---gutter-space: .9375rem;
    --_spacing---container-large: 101.875rem;
    --_spacing---container: 82.5rem;
    --_spacing---container-medium: 91.25rem;
    --_spacing---section-gap-small: 3.4375rem;
    --_spacing---section-gap-large: 3.75rem;
  }

  .rt-landscape-display-none {
    display: none;
  }

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

  .rt-button-v1-arrow-wrap {
    width: 35px;
    height: 35px;
  }

  .rt-button {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
  }

  .rt-work-box-main {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }

  .rt-work-box-three {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    align-items: stretch;
  }

  .rt-work-box-absolute {
    width: 5%;
  }

  .rt-testimonial-big-text {
    background-image: linear-gradient(90deg, #052b374a, #052b3799 50%, #052b376e);
    font-size: clamp(80px, 16vw, 400px);
  }

  .rt-testimonial-box {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
  }

  .rt-footer {
    padding-bottom: 0;
  }

  .rt-footer-main {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .rt-footer-top-part {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .rt-footer-heading-wrap {
    max-width: 100%;
  }

  .rt-footer-link-wrap {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rt-footer-link-main {
    padding-bottom: 0;
    padding-right: .9375rem;
  }

  .rt-footer-link-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }

  .rt-footer-button-wrap {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .rt-footer-social-icon {
    margin-top: .4rem;
  }

  .rt-hero-v2-main {
    padding-right: var(--_spacing---gutter-space);
  }

  .rt-hero-v2-left-part {
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .rt-hero-v2-headin-text, .rt-hero-v2-contect-wrap {
    justify-content: center;
    align-items: center;
  }

  .rt-hero-v2-left-part-main {
    justify-content: center;
    align-items: center;
    padding-bottom: 4.4rem;
  }

  .rt-feature-v2-card-main {
    grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
  }

  .rt-feature-v2-card {
    padding: 1.25rem;
  }

  .rt-feature-v2-top-part {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
  }

  .rt-benefit-v2-image-main {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: grid;
  }

  .rt-image-left-part {
    margin-right: 0;
  }

  .rt-image-right-part {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    margin-left: 0;
  }

  .rt-benefits-v2-para-wrap {
    border: 1px solid #0000001a;
  }

  .rt-trust-image-wrap.rt-two {
    width: 1.7rem;
    height: 1.7rem;
  }

  .rt-work-v2-main {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .rt-work-v2-image-wrap {
    grid-column-gap: .9rem;
    grid-row-gap: .9rem;
  }

  .rt-work-v2-according-wrap {
    margin-top: 1.1rem;
  }

  .rt-according-main {
    padding-bottom: 1rem;
  }

  .rt-work-v2-sticky {
    width: 100%;
    display: block;
  }

  .rt-cta-v2-main {
    padding-top: 3.125rem;
    padding-bottom: 3.5rem;
  }

  .rt-cta-v2-wrap {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .rt-cta-v2-left-part {
    justify-content: center;
    align-items: center;
  }

  .rt-pricing-v2-item {
    max-width: none;
  }

  .rt-pricing-button-wrapper {
    padding-top: 0;
  }

  .rt-pricing-card-wrapper {
    width: 100%;
  }

  .rt-pricing-v2-item-wrapper {
    flex-flow: column;
  }

  .rt-pricing-v2-item-wrapper.rt-monthly {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  .rt-pricing-v2-item-wrapper.rt-yearly {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-columns: 1fr;
  }

  .rt-benefits-v2-text-wrp {
    border: 1px solid #0000001a;
  }

  .rt-home-v3-main {
    padding-bottom: 2.125rem;
  }

  .rt-plateform {
    padding-top: 3.75rem;
  }

  .rt-plateform-main {
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    grid-auto-columns: 1fr;
    place-items: center stretch;
    display: grid;
  }

  .rt-platefrom-absolute-image {
    width: 77%;
    top: 4%;
    left: 11%;
  }

  .rt-benefits-v3-main {
    grid-template-columns: 1fr;
  }

  .rt-benefits-card.rt-two {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    padding: .9375rem;
  }

  .rt-choose-us-v2-card-main {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .rt-feature-v3-main {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-feature-v3-image-main {
    height: 303px;
  }

  .rt-feature-v3-sticky {
    align-items: stretch;
    display: block;
  }

  .rt-faq-item {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-member-heading-main {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .rt-member-heading-wrap {
    flex: 1;
  }

  .rt-hero-v5-heading-main {
    margin-bottom: 4rem;
  }

  .rt-feature-v4-main {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-feature-v4-right-part {
    align-items: stretch;
    max-width: 100%;
  }

  .rt-feature-v4-according-para {
    margin-top: .6rem;
  }

  .rt-featuer-v4-image-box-main {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 1.25rem;
  }

  .rt-work-v3-wrap {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  .rt-work-v3-left-part {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
  }

  .rt-work-v3-right-part {
    padding: 1.25rem;
  }

  .rt-work-v3-top-box {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
    flex-flow: column;
  }

  .rt-work-v3-image-wrap {
    width: 70%;
  }

  .rt-right-top-part {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
  }

  .rt-work-v3-bottom-part {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .rt-work-v3-bottom-box {
    grid-template-columns: 1fr 1fr;
  }

  .rt-scroll-text-main {
    margin-top: .8rem;
  }

  .rt-hero-v6 {
    padding-bottom: 4.2rem;
  }

  .rt-complex-wrap {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-complex-right-part, .rt-complex-ledt-part-main, .rt-complex-right-content {
    max-width: 100%;
  }

  .rt-feature-v5-box-main {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }

  .rt-feature-box-para-wrap {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .rt-hero-v9 {
    background-image: url('../images/nuonix-home-hero-background-image_1.svg'), linear-gradient(#e2e5e700, #e2e5e7);
    background-position: 50%, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
  }

  .rt-hero-v9-image-wrap.rt-position-relative.is-height {
    min-height: 300px;
  }

  .rt-hero-v9-robot-image-wrap.is-padding {
    padding-top: 0;
  }

  .rt-hero-v9-content-wrap {
    margin-top: -.9rem;
  }

  .rt-hero-v9-absolute-image.rt-one.is-position {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    bottom: auto;
    left: auto;
  }

  .rt-blog-card-main {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }

  .rt-blog-top {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    justify-content: space-between;
    align-items: flex-start;
  }

  .rt-blog-card-heading-wrap {
    max-width: 100%;
  }

  .rt-hero-14-heading-main {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .rt-blog-content-main {
    flex-flow: column;
  }

  .rt-blog-content-right {
    border-left-style: none;
    padding-left: 0;
  }

  .rt-blog-content-left {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    top: auto;
  }

  .rt-blog-content-quote {
    margin-top: .6rem;
  }

  .rt-blog-post-heading {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .rt-blog-author-image-wrap {
    max-width: 6.9rem;
  }

  .rt-contact-form {
    grid-template-columns: 1fr;
  }

  .rt-contact-v1-image-wrap {
    padding-top: 1.125rem;
  }

  .rt-contact-v1-heading-wrap {
    padding-bottom: 1.125rem;
  }

  .rt-contact-v1-hero-left {
    max-width: none;
  }

  .rt-contact-v1-content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .rt-contact-v1-hero-right {
    grid-column-gap: 1.0625rem;
    grid-row-gap: 1.0625rem;
    width: 100%;
    max-width: none;
  }

  .rt-password-icon-wrap {
    margin-bottom: 1.7rem;
  }

  .rt-cta-left-image-main.is-width.is-align {
    justify-content: center;
    align-items: center;
  }

  .rt-footer-newslatter-form-main {
    width: 100%;
  }

  .rt-footer-newslatter-form-wrap {
    justify-content: space-between;
    align-items: center;
  }

  .rt-cta-v2-main-2 {
    padding-top: 3.125rem;
    padding-bottom: 3.5rem;
  }

  .rt-button-3, .rt-button-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
  }

  .rt-image-block {
    grid-template-columns: 1fr 1fr;
  }

  .rt-button-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
  }

  .rt-hero-v2-main-2 {
    padding-right: .9375rem;
  }

  .rt-hero-v2-main-2.is-direction {
    flex-flow: column;
    justify-content: center;
  }

  .rt-image {
    max-width: none;
  }

  .rt-circle {
    min-width: 20px;
  }
}

@media screen and (max-width: 479px) {
  body {
    --light-gray: #fafafa;
    --rich-black: #0d1221;
    --purple-gray: #504d58;
    --midnight-blue: #05073c;
    --black: #000;
    --white: #fff;
    --deep-teal: #052b37;
    --lime: lime;
    --transparent: #fff0;
    --_typography---font-family--host-grotesk: "Host Grotesk", sans-serif;
    --_typography---font-size--h2: 1.5625rem;
    --_typography---line-height--h2-line-height: 125%;
    --_typography---font-weight--weight-medium: 500;
    --_typography---letter-spacing--h2-letter-spacing: 0rem;
    --_typography---font-size--h3: 1.375rem;
    --_typography---line-height--h3-line-height: 131.25%;
    --_typography---font-weight--weight-regular: 400;
    --_typography---letter-spacing--h3-letter-spacing: -.01rem;
    --_typography---font-size--h4: 1.25rem;
    --_typography---letter-spacing--h4-letter-spacing: -.04rem;
    --_typography---line-height--h5-line-height: 145.45%;
    --_typography---letter-spacing--h5-letter-spacing: -.052rem;
    --_typography---font-size--h6: 1rem;
    --_typography---line-height--h6-line-height: 150%;
    --_typography---letter-spacing--h6-letter-spacing: -.02rem;
    --_typography---font-family--inter: Inter, sans-serif;
    --_typography---font-size--body-text: .875rem;
    --_typography---line-height--body-line-height: 150%;
    --_typography---letter-spacing--body-letter-spacing: -.02123rem;
    --_typography---line-height--h4-line-height: 141.66%;
    --_typography---font-size--h5: 1.0625rem;
    --_typography---font-size--sub-text: .875rem;
    --_typography---line-height--sub-text-line-height: 150%;
    --_typography---font-weight--weight-semi-bold: 600;
    --_typography---letter-spacing--sub-text-letter-spacing: 0rem;
    --_typography---font-size--button-text: 1rem;
    --_typography---line-height--button-line-height: 150%;
    --_typography---letter-spacing--button-letter-spacing: 0rem;
    --_typography---font-size--menu: 1rem;
    --_typography---line-height--menu-line-height: 150%;
    --_typography---letter-spacing--menu-letter-spacing: 0rem;
    --_typography---font-size--h1: 2.1875rem;
    --_typography---line-height--h1-line-height: 116.66%;
    --_typography---letter-spacing--h1-letter-spacing: -.12rem;
    --_typography---font-size--topbar-text: .9375rem;
    --_typography---font-weight--weigth-light: 300;
    --_spacing---gutter-space: .9375rem;
    --_spacing---container-large: 101.875rem;
    --_spacing---container: 82.5rem;
    --_spacing---container-medium: 91.25rem;
    --_spacing---section-gap-small: 3.4375rem;
    --_spacing---section-gap-large: 3.75rem;
  }

  .rt-mobile-display-none {
    display: none;
  }

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

  .rt-logo-wrap {
    max-width: 4.7rem;
  }

  .rt-button {
    justify-content: space-between;
    align-items: center;
  }

  .rt-hero-v1-heading-main {
    margin-bottom: 4.1rem;
  }

  .rt-hero-v1-heading-main.is-margin {
    margin-bottom: 1.25rem;
  }

  .rt-hero-v1-box-wrap.rt-radius-medium.is-background {
    padding-left: 3rem;
    padding-right: 1.25rem;
  }

  .rt-hero-box-main.is-wrap {
    flex-flow: column;
  }

  .rt-hero-v1-big-text.is-style {
    text-align: center;
  }

  .rt-integration-main {
    padding-bottom: 3.75rem;
  }

  .rt-work-box-main {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  .rt-work-box-four {
    flex-flow: column;
  }

  .rt-workbox-left-part {
    grid-template-rows: auto auto;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }

  .rt-work-box-absolute {
    width: 11%;
    display: none;
  }

  .rt-testimonial-big-text {
    font-size: clamp(40px, 11vw, 400px);
  }

  .rt-testimonial-text {
    max-width: 14.2rem;
  }

  .rt-testimonial-gradient {
    right: 0;
  }

  .rt-footer-main, .rt-top-part-content-wrap {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
  }

  .rt-footer-link-wrap {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    border-right-style: none;
  }

  .rt-footer-link-wrap.rt-border-none {
    border-right-style: none;
  }

  .rt-footer-link-main {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    border-right-style: none;
  }

  .rt-footer-link-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }

  .rt-footer-button-wrap {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .rt-footer-bottom-wrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 1.2rem;
  }

  .rt-hero-v2-circule {
    width: 1.5rem;
    height: 1.5rem;
  }

  .rt-hero-v2-box-wrap.is-wrap {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .rt-feature-v2-card-main {
    display: none;
  }

  .rt-cta-v2-main {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .rt-cta-v2-right-part {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .rt-pricing-bottom-part {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-top: 1.2rem;
  }

  .rt-pricing-v2-item {
    padding: 1.25rem;
  }

  .rt-pricing-v2-bottom-part-wrapper {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }

  .rt-pricing-card-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .rt-platefrom-absolute-image {
    width: 75%;
    top: 6%;
    left: 13%;
  }

  .rt-benefit-left-part {
    flex-flow: column;
  }

  .rt-benefits-card.rt-one {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
    align-items: stretch;
  }

  .rt-bottom-part {
    align-items: stretch;
  }

  .rt-choose-us-v2-card-main {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }

  .rt-feature-v3-main {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .rt-feature-v3-left-part, .rt-feature-v3-center-part {
    max-width: 100%;
  }

  .rt-feature-v3-sticky {
    align-items: stretch;
    width: 100%;
  }

  .rt-faq-bottom {
    padding-top: .6rem;
  }

  .rt-member-heading-main {
    grid-column-gap: .9375rem;
    grid-row-gap: .9375rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .rt-member-card-main {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  }

  .rt-hero-v5-heading-main {
    margin-bottom: 4.5rem;
  }

  .rt-feature-v4-according-wrap {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .rt-work-v3-wrap {
    grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
  }

  .rt-complex-wrap {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }

  .rt-complex-left-part.is-background {
    border-radius: 20px;
  }

  .rt-complex-according-main.is-margin {
    margin-top: 1.25rem;
  }

  .rt-hero-v9-robot-image-wrap {
    padding-top: 0;
  }

  .rt-blog-top {
    grid-column-gap: .9rem;
    grid-row-gap: .9rem;
  }

  .rt-blog-card-icon {
    width: 2.8rem;
    height: 2.8rem;
  }

  .rt-blog-content-quote {
    flex-flow: column;
  }

  .rt-blog-post-heading {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .rt-blog-card-arrow {
    width: 24%;
  }

  .rt-contact-v1-content {
    flex-flow: column;
  }

  .rt-text-input::placeholder {
    font-size: 15px;
  }

  .rt-404-text-wrap {
    margin-top: 1.1rem;
  }

  .rt-404-absolute-image {
    padding-top: 0;
    top: 38%;
  }

  .rt-password-icon-wrap {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
  }

  .rt-password-icon {
    width: 3.3125rem;
  }

  .rt-footer-bottom-link-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .rt-marquee-logo-box {
    width: 9%;
  }

  .rt-slider {
    height: auto;
  }

  .rt-mobile-slider, .rt-slide-nav {
    display: block;
  }

  .rt-footer-newslatter {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .rt-cta-v2-main-2 {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .rt-button-3 {
    justify-content: space-between;
    align-items: center;
  }

  .rt-text-input-2::placeholder {
    font-size: 15px;
  }

  .rt-icon-width {
    width: 75px;
  }

  .rt-complex-2.is-padding {
    padding-top: 5rem;
  }

  .rt-icon.is-width {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
  }

  .rt-button-4 {
    justify-content: space-between;
    align-items: center;
  }

  .rt-image-block {
    grid-template-columns: 1fr;
  }

  .rt-button-6 {
    justify-content: space-between;
    align-items: center;
  }

  .rt-image-wrapper {
    flex-flow: column;
  }

  .rt-radius {
    border-radius: 20px;
  }

  .rt-section-padding-two {
    padding-top: 5rem;
  }
}

#w-node-_19d23c86-1a4d-bba8-221c-80e0ab946726-ab946710 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43169091-bffa-eadf-66a0-7561d1e110f6-d1e11081 {
  justify-self: end;
}

#w-node-_46666d9e-71ed-a6c8-17a0-d1badc5144be-e1ee85dd, #Contact-Form-V1-Number.w-node-_07036b0d-b632-fcac-b56e-71ae382c4170-35c64770, #w-node-_07036b0d-b632-fcac-b56e-71ae382c4171-35c64770, #w-node-_07036b0d-b632-fcac-b56e-71ae382c4173-35c64770 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_28d00230-ddf8-f0a9-3ebd-72b410287462-229365fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Contact-Form-V1-Number.w-node-f95b9acb-b8d5-8ec4-9416-99c547200394-e85ec2f6, #w-node-f95b9acb-b8d5-8ec4-9416-99c547200395-e85ec2f6, #w-node-f95b9acb-b8d5-8ec4-9416-99c547200397-e85ec2f6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cee661ec-2bcf-2bfb-2b78-f9c9c1c48dcc-228c0356 {
  place-self: start;
}

#w-node-cee661ec-2bcf-2bfb-2b78-f9c9c1c48dc4-228c0356 {
  place-self: center end;
}

@media screen and (max-width: 991px) {
  #w-node-d307e530-6af6-36d6-1b66-f3bdba0e99da-2cd97d18, #w-node-d307e530-6af6-36d6-1b66-f3bdba0e99dc-2cd97d18, #w-node-d307e530-6af6-36d6-1b66-f3bdba0e99de-2cd97d18, #w-node-d307e530-6af6-36d6-1b66-f3bdba0e99e0-2cd97d18 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d0a3a93c-6d6c-099c-0a3f-8c38df59796d-5a79be70 {
    order: -9999;
  }

  #w-node-a852c5cd-092e-9450-c22e-ba63cadd7c0b-9ba474ac {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #Contact-Form-V1-Number.w-node-_07036b0d-b632-fcac-b56e-71ae382c4170-35c64770, #w-node-_07036b0d-b632-fcac-b56e-71ae382c4171-35c64770, #w-node-_07036b0d-b632-fcac-b56e-71ae382c4173-35c64770, #Contact-Form-V1-Number.w-node-f95b9acb-b8d5-8ec4-9416-99c547200394-e85ec2f6, #w-node-f95b9acb-b8d5-8ec4-9416-99c547200395-e85ec2f6, #w-node-f95b9acb-b8d5-8ec4-9416-99c547200397-e85ec2f6 {
    grid-column: span 1 / span 1;
  }

  #w-node-cee661ec-2bcf-2bfb-2b78-f9c9c1c48dcc-228c0356 {
    justify-self: end;
  }

  #w-node-cee661ec-2bcf-2bfb-2b78-f9c9c1c48dc4-228c0356 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_19d23c86-1a4d-bba8-221c-80e0ab946726-ab946710 {
    grid-column: span 2 / span 2;
  }

  #w-node-_19d23c86-1a4d-bba8-221c-80e0ab94672e-ab946710, #w-node-_46666d9e-71ed-a6c8-17a0-d1badc51449c-e1ee85dd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_46666d9e-71ed-a6c8-17a0-d1badc5144be-e1ee85dd {
    grid-column: span 1 / span 1;
  }

  #w-node-_28d00230-ddf8-f0a9-3ebd-72b410287462-229365fa {
    grid-column: span 2 / span 2;
  }

  #w-node-_28d00230-ddf8-f0a9-3ebd-72b41028746b-229365fa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cee661ec-2bcf-2bfb-2b78-f9c9c1c48dcc-228c0356 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-cee661ec-2bcf-2bfb-2b78-f9c9c1c48dbd-228c0356 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cee661ec-2bcf-2bfb-2b78-f9c9c1c48dc4-228c0356 {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }
}


