:root {
  --colors--black: #171717;
  --colors--white: white;
  --sizes--padding-medium: 2.5rem;
  --sizes--main-offset-top: 9.3125rem;
  --colors--dark: #1e1e1e;
  --colors--transparent: transparent;
  --colors--dashed-grey: #606060;
  --colors--green-light-gradient: #24d758;
  --colors--green-dark-gradient: #27dab4;
  --colors--white-60: #fff9;
  --sizes--padding-large: 7.5rem;
  --sizes--heading-wrapper-padding-top: 2rem;
  --sizes--section-wrapper-paddings-vertical: 3.75rem;
  --line--start-left: 0px;
  --line--start-right: 0px;
  --sizes--neon-line-static-margin: 0%;
  --colors--grey-light-gradient: #2b2a2a;
  --colors--grey-dark-gradient: #171717;
  --colors--grey: #8b8b8b;
  --sizes--grid-x-gaps: 2rem;
  --colors--white-40: #fff6;
  --_animations---cube-large-var: 60vw;
  --_animations---risk-cubes-gap-column: 2.75rem;
  --sizes--motion-cubes: 15.875rem;
  --_animations---risk-cubes-gap-row: 1.75rem;
  --colors--white-30: #ffffff4d;
  --_animations---clip-1: 0%;
  --font--main: "Droid Sans", sans-serif;
  --_animations---clip-at-1: 0%;
  --_animations---clip-at-2: 0%;
  --font--secondary: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --colors--white-link-start: white;
  --colors--white-link-end: white;
  --_animations---image-x: 0px;
  --_animations---image-y: 0px;
  --sizes--header-padding-top: 2.75rem;
  --image-clip--size: 0px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  background-color: var(--colors--black);
  color: var(--colors--white);
  letter-spacing: -.04em;
  font-family: Geist Mono, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
}

h1 {
  color: var(--colors--white);
  letter-spacing: -.06em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 6rem;
  font-weight: 300;
  line-height: 100%;
}

h2 {
  color: var(--colors--white);
  letter-spacing: -.07em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 100%;
}

h3 {
  color: var(--colors--white);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 100%;
}

h4 {
  letter-spacing: -.07em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 100%;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

strong {
  font-weight: bold;
}

.body {
  flex-flow: column;
  display: flex;
}

.container-large {
  z-index: 3;
  padding-right: var(--sizes--padding-medium);
  padding-left: var(--sizes--padding-medium);
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.main {
  z-index: 3;
  padding-top: var(--sizes--main-offset-top);
  flex-flow: column;
  flex: 1;
  display: flex;
  position: relative;
}

.container {
  z-index: 3;
  padding-right: var(--sizes--padding-medium);
  padding-left: var(--sizes--padding-medium);
  width: 100%;
  max-width: 97.75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-medium {
  z-index: 3;
  padding-right: var(--sizes--padding-medium);
  padding-left: var(--sizes--padding-medium);
  width: 100%;
  max-width: 99.875rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer {
  z-index: 2;
  background-color: var(--colors--dark);
  padding-top: 5rem;
  position: relative;
}

.footer:where(.w-variant-2d3c46da-753e-dab6-6d26-4f15379a30dd) {
  background-color: var(--colors--black);
}

.noise-wrapper {
  z-index: 2;
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.noise-wrapper:where(.w-variant-4c0280f5-2522-b840-9cb4-de0542cf64ab) {
  position: absolute;
}

.noise {
  background-image: url('../images/noise.webp');
  background-position: 0 0;
  background-size: 1024px;
  width: 140vw;
  height: 140vh;
  position: fixed;
  animation: noiseAnimation 0.2s steps(2) infinite;
}

@keyframes noiseAnimation {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(20vw, -20vh);
  }
  100% {
    transform: translate(-20vw, 20vh);
  }
}

.noise:where(.w-variant-4c0280f5-2522-b840-9cb4-de0542cf64ab) {
  min-width: 140%;
  min-height: 140%;
  position: absolute;
}

.header {
  z-index: 20;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar {
  background-color: var(--colors--transparent);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.logo {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 1.75rem;
  padding: 0;
  transition: opacity .2s linear;
  display: inline-flex;
}

.logo:hover {
  opacity: .7;
}

.logo-image {
  width: auto;
  height: 140%;
}

.navbar-inner {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  background-color: var(--colors--transparent);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 2rem;
  display: flex;
}

.nav-link {
  color: var(--colors--white);
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  transition: all .2s linear;
}

.nav-link.nav-link-gradient {
  color: var(--colors--white);
  margin-right: -4px;
  padding-right: 4px;
}

.button {
  z-index: 1;
  border: 1px dashed var(--colors--dashed-grey);
  background-color: var(--colors--black);
  cursor: pointer;
  border-radius: .375rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

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

.button-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text {
  color: var(--colors--white);
  white-space: nowrap;
}

.button-accent-gradinet {
  background-image: linear-gradient(235deg, var(--colors--green-light-gradient), var(--colors--green-dark-gradient));
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.nav-menu-box {
  -webkit-backdrop-filter: blur(80px);
  backdrop-filter: blur(80px);
  background-color: #ffffff0a;
  border-radius: .375rem;
}

.menu-button {
  border: 1px dashed var(--colors--dashed-grey);
  cursor: pointer;
  border-radius: 50%;
  width: 3.75rem;
  min-width: 3.75rem;
  height: 3.75rem;
  min-height: 3.75rem;
  padding: 1.25rem;
  transition: border-color .2s linear;
  display: none;
}

.menu-button:hover {
  border-color: var(--colors--white-60);
}

.menu-button.w--open {
  background-color: var(--colors--transparent);
}

.header-cta-button {
  display: none;
}

.section {
  padding-top: var(--sizes--padding-large);
  padding-bottom: var(--sizes--padding-large);
  position: relative;
}

.section.top-padding-small {
  padding-top: 6.25rem;
}

.section.bottom-padding-clear {
  padding-bottom: 0;
}

.section.bottom-padding-small {
  padding-bottom: 6.25rem;
}

.heading-wrapper {
  padding-top: var(--sizes--heading-wrapper-padding-top);
}

.section-wrapper {
  grid-column-gap: var(--sizes--section-wrapper-paddings-vertical);
  grid-row-gap: var(--sizes--section-wrapper-paddings-vertical);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.heading {
  color: var(--colors--white);
  letter-spacing: -.07em;
  font-size: 3rem;
  font-weight: 300;
  line-height: 100%;
}

.heading-large {
  letter-spacing: -.06em;
  font-size: 6rem;
  font-weight: 300;
  line-height: 100%;
}

.heading-large.hero-heading-large {
  text-align: center;
  max-width: 15ch;
}

.heading-small {
  letter-spacing: -.04em;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 100%;
}

.dashed-line-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.dashed-line {
  border-top: 1px dashed var(--colors--dashed-grey);
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  inset: 50% 0% 0%;
  transform: translate(0, -50%);
}

.neon-line {
  left: var(--line--start-left);
  top: 50%;
  right: var(--line--start-right);
  background-color: #2c2c2c;
  background-image: linear-gradient(235deg, #28cdcf, #5fe494);
  width: 2.5%;
  min-width: 2.125rem;
  height: 1.5px;
  min-height: 1.5px;
  position: absolute;
  transform: translate(0%, -50%);
  box-shadow: inset 0 -1px 3px #a8feff, inset 0 1px 3px #c0fff2, 0 5px 20px #27dab4;
}

.neon-line:where(.w-variant-8cd771ec-3da1-8f4e-c849-a0029a137c29), .neon-line.dashed-end {
  left: auto;
  right: 0;
}

.bg-color-grey-gradient {
  background-image: linear-gradient(360deg, var(--colors--grey-light-gradient), var(--colors--grey-dark-gradient) 99.94%);
}

.bg-color-green-gradient {
  background-image: linear-gradient(235deg, var(--colors--green-light-gradient), var(--colors--green-dark-gradient));
}

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

.text {
  color: var(--colors--white);
  text-align: left;
  letter-spacing: -.04em;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
}

.text-medium {
  color: var(--colors--white);
  text-align: left;
  letter-spacing: -.04em;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
}

.text-small {
  color: var(--colors--white);
  text-align: left;
  letter-spacing: -.07em;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 500;
  line-height: 100%;
}

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

.footer-bottom-content-grid {
  grid-column-gap: var(--sizes--grid-x-gaps);
  grid-row-gap: var(--sizes--grid-x-gaps);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  display: grid;
}

.footer-bottom-part {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.copy-text {
  color: #fff9;
  text-align: left;
  letter-spacing: -.07em;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 100%;
}

.footer-bottom-content {
  flex-flow: column;
  display: flex;
}

.footer-bottom-lines-grid {
  grid-column-gap: var(--sizes--grid-x-gaps);
  grid-row-gap: var(--sizes--grid-x-gaps);
  border: 1px dashed var(--colors--dashed-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.footer-top-content-grid {
  grid-column-gap: var(--sizes--grid-x-gaps);
  grid-row-gap: var(--sizes--grid-x-gaps);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1.5fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-top-part.footer-top-part-between {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-top-part.footer-top-part-between.footer-top-part-right {
  align-items: flex-end;
}

.footer-top-part.footer-top-part-grid {
  grid-column-gap: var(--sizes--grid-x-gaps);
  grid-row-gap: var(--sizes--grid-x-gaps);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-nav-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.link-to-top {
  border: 1px dashed var(--colors--dashed-grey);
  border-radius: 50%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  min-width: 3.75rem;
  height: 3.75rem;
  min-height: 3.75rem;
  transition: border-color .2s linear;
  display: flex;
}

.link-to-top:hover {
  border-color: var(--colors--white-60);
}

.embeded-icon {
  display: flex;
}

.header-offset {
  height: 2.75rem;
  transition: all .2s linear;
}

.color-grey {
  color: var(--colors--grey);
}

.menu-button-line {
  background-color: var(--colors--white);
  width: 1.125rem;
  height: 1px;
  padding: 0;
}

.menu-button-lines {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 7px;
  min-height: 7px;
  max-height: 7px;
  display: flex;
}

.link-to-top-mobile {
  display: none;
}

.link-to-top-desktop {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-inner {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.privacy-content {
  grid-column-gap: var(--sizes--grid-x-gaps);
  grid-row-gap: var(--sizes--grid-x-gaps);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: grid;
}

.privacy-content-wrapper {
  display: block;
}

.rich-text {
  margin-top: -3.75rem;
}

.rich-text h1 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 2.5rem;
  font-size: 3rem;
}

.rich-text h2 {
  letter-spacing: -.04em;
  margin-top: 3.75rem;
  margin-bottom: 2.5rem;
  font-size: 1.75rem;
  line-height: 100%;
}

.rich-text h3 {
  letter-spacing: -.04em;
  margin-bottom: 1.25rem;
  font-family: Geistmono;
  font-size: 1rem;
  line-height: 100%;
}

.rich-text h4 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 1.75rem;
}

.rich-text p {
  color: var(--colors--grey);
  letter-spacing: -.04em;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
}

.rich-text li {
  padding-left: .75rem;
  font-size: 1rem;
  line-height: 100%;
}

.rich-text ul {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--colors--grey);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  padding-left: 1.125rem;
  display: flex;
}

.rich-text a {
  color: var(--colors--grey);
  text-decoration: none;
  transition: color .2s linear;
}

.rich-text strong {
  font-weight: 600;
}

.footer-nav-link.nav-link-gradient {
  width: max-content;
}

.nav-link-gradient {
  background-image: linear-gradient(235deg, var(--colors--green-light-gradient), var(--colors--green-dark-gradient));
  filter: contrast() saturate(0%) brightness(200%);
  color: var(--colors--white);
  -webkit-text-fill-color: transparent;
  will-change: filter;
  -webkit-background-clip: text;
  background-clip: text;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease-in-out;
}

.nav-link-gradient:hover {
  filter: none;
}

.hero {
  z-index: 5;
}

.hero-main-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.neon-line-box {
  z-index: 1;
  width: 28%;
  max-width: 24.5rem;
  height: 4px;
  max-height: 4px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.neon-line-box.neon-line-box-section {
  width: 50%;
  max-width: 21.875rem;
  margin-bottom: .75rem;
}

.neon-line-shadow {
  z-index: 1;
  box-shadow: 0 25px 60px 0 var(--colors--green-dark-gradient), inset 0 -1px 3px 0 #a8feff, inset 0 1px 3px 0 #c0fff2;
  border-radius: 90px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.neon-line-inner {
  z-index: 2;
  background-image: linear-gradient(253deg, var(--colors--green-light-gradient), var(--colors--green-dark-gradient) 50%, var(--colors--green-light-gradient) 103%);
  border-radius: 90px;
  width: 200%;
  height: 100%;
  position: relative;
}

.neon-line-parent {
  z-index: 2;
  border-radius: 90px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hero-heading-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.text-gradient-clip {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.vertical-heading-top {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 59.375rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.label {
  border: 1px solid var(--colors--grey);
  border-radius: 5.625rem;
  padding: .625rem 1rem;
}

.section-wrapper-vertical {
  z-index: 5;
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.section-wrapper-vertical.section-wrapper-vertical-large {
  grid-column-gap: var(--sizes--section-wrapper-paddings-vertical);
  grid-row-gap: var(--sizes--section-wrapper-paddings-vertical);
}

.heading-horizontal {
  grid-column-gap: var(--sizes--section-wrapper-paddings-vertical);
  grid-row-gap: var(--sizes--section-wrapper-paddings-vertical);
  flex-flow: column;
  display: flex;
}

.heading-horizontal-inner {
  grid-column-gap: 0rem;
  grid-row-gap: var(--sizes--grid-x-gaps);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  display: grid;
}

.heading-horizontal-right-part {
  width: 100%;
  max-width: 50ch;
  overflow: hidden;
}

.heading-horizontal-left-part {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 60ch;
  display: flex;
}

.dashed-banner-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px dashed var(--colors--dashed-grey);
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 2rem 2rem 2.75rem;
  display: flex;
  position: relative;
}

.content-risks {
  grid-column-gap: var(--sizes--section-wrapper-paddings-vertical);
  grid-row-gap: var(--sizes--section-wrapper-paddings-vertical);
  flex-flow: column;
  display: flex;
}

.content-risks-item {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.risk-item-top {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.risk-item-inner {
  grid-column-gap: var(--sizes--grid-x-gaps);
  grid-row-gap: var(--sizes--grid-x-gaps);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  place-items: stretch end;
  display: grid;
}

.risk-item-inner-wrapper {
  grid-column-gap: var(--sizes--grid-x-gaps);
  grid-row-gap: var(--sizes--grid-x-gaps);
  flex-flow: row;
  grid-template: "."
  / 1.75fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  place-items: end stretch;
  display: grid;
}

.risk-description {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.form {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.checkbox {
  border: 1px solid var(--colors--dashed-grey);
  cursor: pointer;
  border-radius: 3px;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  margin: 0 .75rem 0 -2.25rem;
  overflow: hidden;
}

.checkbox:active {
  box-shadow: unset;
  outline: none;
}

.checkbox.w--redirected-checked {
  border-top-color: var(--colors--transparent);
  border-right-color: var(--colors--transparent);
  border-bottom-color: var(--colors--transparent);
  border-left-color: var(--colors--transparent);
  background-color: var(--colors--transparent);
  box-shadow: unset;
  background-image: url('../images/checkbox_1checkbox.png');
  background-position: 50%;
  background-size: cover;
  outline: none;
  overflow: hidden;
}

.checkbox.w--redirected-focus, .checkbox.w--redirected-focus-visible {
  box-shadow: unset;
  outline: none;
}

.icon {
  display: flex;
}

.list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--colors--white);
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 1rem;
  padding-left: 2rem;
  display: flex;
}

.code {
  font-size: 2.5rem;
}

@media screen and (min-width: 1280px) {
  .nav-menu {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-menu-box {
    display: block;
  }

  .menu-button {
    display: none;
  }

  .header-cta-button {
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  body {
    --colors--black: #171717;
    --colors--white: white;
    --sizes--padding-medium: 5.625rem;
    --sizes--main-offset-top: 9.3125rem;
    --colors--dark: #1e1e1e;
    --colors--transparent: transparent;
    --colors--dashed-grey: #606060;
    --colors--green-light-gradient: #24d758;
    --colors--green-dark-gradient: #27dab4;
    --colors--white-60: #fff9;
    --sizes--padding-large: 12.5rem;
    --sizes--heading-wrapper-padding-top: 2.5rem;
    --sizes--section-wrapper-paddings-vertical: 5rem;
    --line--start-left: 0px;
    --line--start-right: 0px;
    --sizes--neon-line-static-margin: 0%;
    --colors--grey-light-gradient: #2b2a2a;
    --colors--grey-dark-gradient: #171717;
    --colors--grey: #8b8b8b;
    --sizes--grid-x-gaps: 2.5rem;
    --colors--white-40: #fff6;
    --sizes--motion-cubes: 15.875rem;
    --colors--white-30: #ffffff4d;
    --font--main: "Droid Sans", sans-serif;
    --font--secondary: Arial, "Helvetica Neue", Helvetica, sans-serif;
    --colors--white-link-start: white;
    --colors--white-link-end: white;
    --sizes--header-padding-top: 2.75rem;
    --image-clip--size: 0px;
  }

  .footer {
    padding-top: 7.5rem;
  }

  .section.top-padding-small {
    padding-top: 8.75rem;
  }

  .section.bottom-padding-small {
    padding-bottom: 8.75rem;
  }
}

@media screen and (min-width: 1920px) {
  .logo {
    --colors--black: #171717;
    --colors--white: white;
    --sizes--padding-medium: 5.625rem;
    --sizes--main-offset-top: 9.3125rem;
    --colors--dark: #1e1e1e;
    --colors--transparent: transparent;
    --colors--dashed-grey: #606060;
    --colors--green-light-gradient: #24d758;
    --colors--green-dark-gradient: #27dab4;
    --colors--white-60: #fff9;
    --sizes--padding-large: 12.5rem;
    --sizes--heading-wrapper-padding-top: 2.5rem;
    --sizes--section-wrapper-paddings-vertical: 5rem;
    --line--start-left: 0px;
    --line--start-right: 0px;
    --sizes--neon-line-static-margin: 0%;
    --colors--grey-light-gradient: #2b2a2a;
    --colors--grey-dark-gradient: #171717;
    --colors--grey: #8b8b8b;
    --sizes--grid-x-gaps: 2.5rem;
    --colors--white-40: #fff6;
    --sizes--motion-cubes: 15.875rem;
    --colors--white-30: #ffffff4d;
    --font--main: "Droid Sans", sans-serif;
    --font--secondary: Arial, "Helvetica Neue", Helvetica, sans-serif;
    --colors--white-link-start: white;
    --colors--white-link-end: white;
    --sizes--header-padding-top: 2.75rem;
    --image-clip--size: 0px;
  }
}

@media screen and (max-width: 991px) {
  body {
    --colors--black: #171717;
    --colors--white: white;
    --sizes--padding-medium: 1rem;
    --sizes--main-offset-top: 7.5rem;
    --colors--dark: #1e1e1e;
    --colors--transparent: transparent;
    --colors--dashed-grey: #606060;
    --colors--green-light-gradient: #24d758;
    --colors--green-dark-gradient: #27dab4;
    --colors--white-60: #fff9;
    --sizes--padding-large: 5rem;
    --sizes--heading-wrapper-padding-top: 2rem;
    --sizes--section-wrapper-paddings-vertical: 3.75rem;
    --line--start-left: 0px;
    --line--start-right: 0px;
    --sizes--neon-line-static-margin: 0%;
    --colors--grey-light-gradient: #2b2a2a;
    --colors--grey-dark-gradient: #171717;
    --colors--grey: #8b8b8b;
    --sizes--grid-x-gaps: 1.5rem;
    --colors--white-40: #fff6;
    --sizes--motion-cubes: 10rem;
    --colors--white-30: #ffffff4d;
    --font--main: "Droid Sans", sans-serif;
    --font--secondary: Arial, "Helvetica Neue", Helvetica, sans-serif;
    --colors--white-link-start: white;
    --colors--white-link-end: white;
    --sizes--header-padding-top: 1.75rem;
    --image-clip--size: 0px;
  }

  .container-medium.header-container-medium {
    z-index: 20;
  }

  .navbar-inner {
    z-index: 18;
    position: relative;
  }

  .nav-menu {
    z-index: 15;
    padding: var(--sizes--main-offset-top) 1rem 5rem;
    -webkit-backdrop-filter: blur(80px);
    backdrop-filter: blur(80px);
    background-color: #ffffff0a;
    width: 100%;
    height: 100dvh;
    position: fixed;
    inset: 0% 0% auto;
    overflow: auto;
  }

  .nav-link {
    text-align: left;
    letter-spacing: -.07em;
    font-size: 1.75rem;
    line-height: 100%;
  }

  .menu-button {
    display: block;
    position: relative;
  }

  .menu-button.w--open {
    background-color: var(--colors--transparent);
  }

  .footer-top-content {
    padding-bottom: 2.5rem;
  }

  .footer-bottom-content-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-bottom-part {
    align-items: center;
  }

  .footer-bottom-part.footer-bottom-part-tablet-hidden {
    display: none;
  }

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

  .footer-bottom-content {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
    padding-bottom: 2rem;
  }

  .footer-top-content-grid {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
    grid-template-columns: 1fr;
  }

  .footer-top-part.footer-top-part-between {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .footer-top-part.footer-top-part-between.footer-top-part-right {
    align-items: flex-start;
  }

  .header-offset {
    height: 1.75rem;
  }

  .menu-button-lines {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .link-to-top-mobile {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-to-top-desktop {
    display: none;
  }

  .nav-menu-inner {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
  }

  .heading-horizontal-inner {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: start;
  }

  .tablet-padding-top {
    padding-top: 5rem;
  }

  .risk-item-inner {
    grid-template-columns: 1fr;
  }

  .risk-item-inner-wrapper {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ".";
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .heading {
    font-size: 2.25rem;
  }

  .heading-large {
    font-size: 2.75rem;
  }

  .heading-small {
    font-size: 1.5rem;
  }

   .privacy-content {
    grid-template-columns: 1fr;
  }

  .risk-item-inner-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
   .footer-top-part.footer-top-part-grid {
    grid-template-columns: 1fr;
  }
}

#w-node-_82477afa-2a69-f1d5-e365-05d3e7b7698f-fb54bfa8, #w-node-b92749f2-c4f3-7ee5-facb-958c6c3539e4-fb54bfa8, #w-node-_6b22a0dd-39ed-3430-b873-0b94f1ee1f0c-fb54bfa8 {
  justify-self: end;
}

#w-node-_7af2b668-5129-7abb-962d-68f051b5ce9c-fb54bfa8 {
  grid-area: 1 / 4 / 2 / 9;
}

#w-node-e67fcd8c-8a6a-7c51-edba-6ee78a7f7363-fb54bfa8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-abe5976a-a99f-7add-c742-1d482f8a56cb-fb54bfa8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: end;
}

#w-node-ebc64dab-ba90-b078-e7d9-a5f75e8cd0d5-fb54bfa8 {
  grid-area: 1 / 4 / 2 / 9;
}

#w-node-ebc64dab-ba90-b078-e7d9-a5f75e8cd0d6-fb54bfa8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ebc64dab-ba90-b078-e7d9-a5f75e8cd0de-fb54bfa8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: end;
}

#w-node-_8a5182dd-509f-4146-5e35-2b11fd7b18af-fb54bfa8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3cfa1861-14f8-47fe-1c6e-33ecfeb8a1bf-fb54bfa8 {
  grid-area: 1 / 4 / 2 / 9;
}

#w-node-_3cfa1861-14f8-47fe-1c6e-33ecfeb8a1c0-fb54bfa8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3cfa1861-14f8-47fe-1c6e-33ecfeb8a1c8-fb54bfa8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: end;
}

#w-node-f36e298e-56be-cb64-d811-857425d8ccd5-fb54bfa8, #w-node-f36e298e-56be-cb64-d811-857425d8cce3-fb54bfa8 {
  justify-self: end;
}

#w-node-f5618df3-a926-8fa3-5ac0-074587491d6d-fb54bfa8 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_6e1a99b1-4dd9-35f1-91b3-c50ce2df78de-fb54bfa8 {
  grid-area: 1 / 4 / 2 / 9;
}

#w-node-_54f0db8b-5d64-5d29-5c1a-1b2fd704ba0f-fb54bfa8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_2415f5ce-cf51-c903-1197-811cca17e6a1-fb54bfa8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5317c35b-7b89-700e-2ed9-677594cd3d35-fb54bfa8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_5317c35b-7b89-700e-2ed9-677594cd3d37-fb54bfa8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_300079bc-7375-5375-2dcc-bb64effc28fa-fb54bfa8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_300079bc-7375-5375-2dcc-bb64effc28fc-fb54bfa8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-bd0709ac-5719-bf53-891f-2e07b0d29646-fb54bfa8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-bd0709ac-5719-bf53-891f-2e07b0d29648-fb54bfa8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-df7cd71a-da6f-be2e-1909-72a1a482883f-fb54bfa8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-df7cd71a-da6f-be2e-1909-72a1a4828841-fb54bfa8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_35d33ae6-e2a1-4340-2cb1-58ad3d2196ef-fb54bfa8 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_35d33ae6-e2a1-4340-2cb1-58ad3d2196f6-fb54bfa8 {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-f2b4380d-560d-1d13-931c-82460eddde1d-0eddde17 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f2b4380d-560d-1d13-931c-82460eddde22-0eddde17:where(.w-variant-2d3c46da-753e-dab6-6d26-4f15379a30dd) {
  justify-self: auto;
}

#w-node-f2b4380d-560d-1d13-931c-82460eddde42-0eddde17 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f2b4380d-560d-1d13-931c-82460eddde46-0eddde17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2b4380d-560d-1d13-931c-82460eddde49-0eddde17 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ba7cf52b-0e43-4a2a-1cfc-903a04e7eef7-fb54bfad {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

@media screen and (max-width: 991px) {
  #w-node-_82477afa-2a69-f1d5-e365-05d3e7b7698f-fb54bfa8 {
    justify-self: start;
  }

  #w-node-_48ca685f-8d82-71f3-dc5b-414d352e40ac-fb54bfa8 {
    order: 9999;
  }

  #w-node-_6b22a0dd-39ed-3430-b873-0b94f1ee1f0c-fb54bfa8 {
    justify-self: start;
  }

  #w-node-_7af2b668-5129-7abb-962d-68f051b5ce9c-fb54bfa8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e67fcd8c-8a6a-7c51-edba-6ee78a7f7363-fb54bfa8, #w-node-abe5976a-a99f-7add-c742-1d482f8a56cb-fb54bfa8 {
    grid-column: span 1 / span 1;
  }

  #w-node-ebc64dab-ba90-b078-e7d9-a5f75e8cd0d5-fb54bfa8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ebc64dab-ba90-b078-e7d9-a5f75e8cd0d6-fb54bfa8, #w-node-ebc64dab-ba90-b078-e7d9-a5f75e8cd0de-fb54bfa8 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3cfa1861-14f8-47fe-1c6e-33ecfeb8a1bf-fb54bfa8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3cfa1861-14f8-47fe-1c6e-33ecfeb8a1c0-fb54bfa8, #w-node-_3cfa1861-14f8-47fe-1c6e-33ecfeb8a1c8-fb54bfa8 {
    grid-column: span 1 / span 1;
  }

  #w-node-f36e298e-56be-cb64-d811-857425d8ccd5-fb54bfa8 {
    justify-self: start;
  }

  #w-node-f36e298e-56be-cb64-d811-857425d8ccde-fb54bfa8 {
    order: 9999;
  }

  #w-node-f5618df3-a926-8fa3-5ac0-074587491d6d-fb54bfa8, #w-node-_6e1a99b1-4dd9-35f1-91b3-c50ce2df78de-fb54bfa8, #w-node-_35d33ae6-e2a1-4340-2cb1-58ad3d2196ef-fb54bfa8, #w-node-_35d33ae6-e2a1-4340-2cb1-58ad3d2196f6-fb54bfa8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f2b4380d-560d-1d13-931c-82460eddde1d-0eddde17, #w-node-f2b4380d-560d-1d13-931c-82460eddde49-0eddde17 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-abe5976a-a99f-7add-c742-1d482f8a56cb-fb54bfa8, #w-node-ebc64dab-ba90-b078-e7d9-a5f75e8cd0de-fb54bfa8, #w-node-_3cfa1861-14f8-47fe-1c6e-33ecfeb8a1c8-fb54bfa8 {
    order: -9999;
    place-self: center;
  }

  #w-node-_54f0db8b-5d64-5d29-5c1a-1b2fd704ba0f-fb54bfa8, #w-node-_2415f5ce-cf51-c903-1197-811cca17e6a1-fb54bfa8, #w-node-_5317c35b-7b89-700e-2ed9-677594cd3d35-fb54bfa8, #w-node-_5317c35b-7b89-700e-2ed9-677594cd3d37-fb54bfa8, #w-node-_300079bc-7375-5375-2dcc-bb64effc28fa-fb54bfa8, #w-node-_300079bc-7375-5375-2dcc-bb64effc28fc-fb54bfa8, #w-node-bd0709ac-5719-bf53-891f-2e07b0d29646-fb54bfa8, #w-node-bd0709ac-5719-bf53-891f-2e07b0d29648-fb54bfa8, #w-node-df7cd71a-da6f-be2e-1909-72a1a482883f-fb54bfa8, #w-node-df7cd71a-da6f-be2e-1909-72a1a4828841-fb54bfa8, #w-node-ba7cf52b-0e43-4a2a-1cfc-903a04e7eef7-fb54bfad {
    grid-column: span 1 / span 1;
  }
}

/* ========================================
   RESTORED: Cube Animation Styles
   (Lost during Webflow > Astro migration)
   ======================================== */

.hero.hero-cube {
  max-height: var(--_animations---cube-large-var);
  min-height: var(--_animations---cube-large-var);
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 5vh;
  overflow: visible;
  transform: none;
}

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

.cube-vertical-filter {
  background-image: linear-gradient(0deg, var(--colors--transparent), #17171799 40%);
  width: 3px;
  height: 100%;
  margin-left: -1.5px;
  position: absolute;
  inset: auto 0% 0%;
}

.cube {
  z-index: 1;
  transform-style: preserve-3d;
  width: 4.6875rem;
  height: 4.6875rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transform: rotateX(145deg)rotateY(45deg);
}

.cube.cube-low-index {
  z-index: 0;
}

.cube-face {
  background-color: var(--colors--transparent);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.cube-face.left {
  transform-style: preserve-3d;
  transform: translateX(-50%)rotateY(90deg);
}

.cube-face.right {
  transform-style: preserve-3d;
  transform: translateX(50%)rotateY(90deg);
}

.cube-face.bottom-large {
  transform-style: preserve-3d;
  transform: translateY(50%)rotateX(90deg);
}

.cube-face.back-copy {
  transform: translateZ(calc((var(--_animations---cube-large-var) / 2) * -1));
  transform-style: preserve-3d;
}

.cube-face.top {
  transform-style: preserve-3d;
  transform: translateY(-50%)rotateX(90deg);
}

.cube-face.bottom-small {
  transform-style: preserve-3d;
  transform: translateY(50%)rotateX(90deg);
}

.cube-face.bottom-small.cube-face-second {
  transform-style: preserve-3d;
  transform: translateY(57%)rotateX(90deg);
}

.cube-face.back-small {
  transform-style: preserve-3d;
  transform: translateZ(-2.34375rem);
}

.cube-face.right-small {
  transform-style: preserve-3d;
  transform: translateX(50%)rotateY(90deg);
}

.cube-face.back-height {
  transform: translateZ(calc((var(--sizes--motion-cubes) / 2) * -1));
  transform-style: preserve-3d;
}

.cube-rib {
  border: 1px dashed var(--colors--grey);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.cube-rib.cube-rib-bottom {
  inset: 0% 0% auto;
}

.cube-rib.cube-rib-right {
  width: 1px;
  height: 100%;
  inset: 0% 0% 0% auto;
}

.cube-rib.cube-rib-left {
  width: 1px;
  height: 100%;
  inset: 0% auto 0% 0%;
}

.cube-neon {
  background-image: linear-gradient(180deg, var(--colors--green-light-gradient), var(--colors--green-dark-gradient));
  border-radius: 8px;
  width: 20%;
  height: 4px;
  margin-top: -1.5px;
  display: block;
  box-shadow: inset 0 -1px 3px #a8feff, inset 0 1px 3px #c0fff2, 0 5px 20px #27dab4;
}

.cube-neon.cube-neon-large {
  width: 50%;
}

.cube-neon.cube-neon-mini {
  width: 2.125rem;
}

.cube-neon-vertical {
  background-image: linear-gradient(180deg, var(--colors--green-light-gradient), var(--colors--green-dark-gradient));
  border-radius: 8px;
  width: 4px;
  height: 20%;
  margin-top: -1.5px;
  display: block;
  box-shadow: inset 0 -1px 3px #a8feff, inset 0 1px 3px #c0fff2, 0 5px 20px #27dab4;
}

.cube-neon-vertical.cube-neon-vertical-large {
  height: 50%;
}

.cube-neon-vertical.margin-left {
  margin-left: -1.5px;
}

.cube-neon-vertical.cube-neon-vertical-mini {
  height: 2.125rem;
}

.cube-large {
  z-index: 1;
  width: var(--_animations---cube-large-var);
  height: var(--_animations---cube-large-var);
  transform-style: preserve-3d;
  margin-top: 15vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transform: rotateX(145deg)rotateY(45deg);
}

.cube-neon-vertical-center {
  background-image: linear-gradient(180deg, var(--colors--green-light-gradient), var(--colors--green-dark-gradient));
  border-radius: 8px;
  width: 4px;
  height: 20%;
  margin-left: -1.5px;
  display: block;
  box-shadow: inset 0 -1px 3px #a8feff, inset 0 1px 3px #c0fff2, 0 5px 20px #27dab4;
}

.cube-bottom-filter {
  background-color: #171717b3;
  width: 100%;
  height: 3px;
  margin-top: -1px;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

/* ========================================
   RESTORED: Missing Layout Classes
   ======================================== */

.section-grid-wrapper {
  grid-column-gap: var(--sizes--grid-x-gaps);
  grid-row-gap: var(--sizes--grid-x-gaps);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.heading-grid {
  position: relative;
}

.heading-grid-inner {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-grid-inner.heading-grid-inner-medium {
  max-width: 42ch;
}

.heading-grid-inner.heading-grid-inner-sticky {
  top: var(--sizes--main-offset-top);
  position: sticky;
}

.content-grid-inner {
  grid-column-gap: var(--sizes--section-wrapper-paddings-vertical);
  grid-row-gap: var(--sizes--section-wrapper-paddings-vertical);
  flex-flow: column;
  display: flex;
}

.vertical-heading-top.vertical-heading-cube-padding {
  z-index: 6;
  padding-top: 10vw;
  padding-bottom: 40vw;
  position: relative;
}

.section.top-padding-clear {
  padding-top: 0;
}

/* ========================================
   RESTORED: Content Horizontal Layout (VAPT, etc.)
   ======================================== */

.image-box {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

/* ========================================
   RESTORED: Responsive Cube Overrides
   ======================================== */

@media screen and (min-width: 1920px) {
  .cube-large {
    margin-top: 35vh;
  }
}

@media screen and (max-width: 991px) {
  .hero.hero-cube {
    margin-top: 10vw;
    margin-bottom: 20vw;
    top: 10vh;
  }

  .section-grid-wrapper {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .cube-neon {
    height: 3px;
  }

  .cube-neon-vertical {
    width: 3px;
  }

  .vertical-heading-top.vertical-heading-cube-padding {
    padding-top: 50vw;
    padding-bottom: 100vw;
  }
}
