
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}
body {
  margin: 0;
}

footer,
main,
nav,
section {
  display: block;
}

canvas,
progress,
video {
  vertical-align: baseline;
  display: inline-block;
}
[hidden] {
  display: none;
}
a {
  background-color: #0000;
}
a:active,
a:hover {
  outline: 0;
}
b {
  font-weight: 700;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
small {
  font-size: 80%;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
button {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button {
  text-transform: none;
}
button {
  -webkit-appearance: button;
  cursor: pointer;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 10px;
  font-weight: 700;
}
h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}
h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}
h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}
h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}
h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}
.w-embed:after {
  clear: both;
}
button,
[type="button"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}
.w-richtext:after {
  clear: both;
}
@font-face {
  font-family: Pragmatica Cond;
  src: url(../fonts/pragmatica-cond-book.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --color--black: #0b0b0b;
  --font--main: "Pragmatica Cond", Arial, sans-serif;
  --color--white: #fff;
  --font--body: Pragmatica, Arial, sans-serif;
  --size--20: 1.25rem;
  --size--10: 0.625rem;
  --size--35: 2.1875rem;
  --size--32: 2rem;
  --size--12: 0.75rem;
  --size--30: 1.875rem;
  --size--65: 4.0625rem;
  --size--122: 7.625rem;
  --size--40: 2.5rem;
  --size--48: 3rem;
  --size--24: 1.5rem;
  --size--16: 1rem;
  --size--14: 0.875rem;
  --color--off-white-darker: #dfddd9;
  --size--8: 0.5rem;
  --color--charcoal: #272a2a;
  --size--72: 4.5rem;
  --size--80: 5rem;
  --size--60: 3.75rem;
  --color--orange: #cc6437;
  --size--18: 1.125rem;
  --size--100: 6.25rem;
  --font--mono: "Roboto Mono", sans-serif;
  --color--off-white: #edebe7;
  --size--22: 1.375rem;
}
body {
  background-color: var(--color--black);
  font-family: var(--font--main);
  color: var(--color--white);
  font-size: 14px;
  line-height: 20px;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
p {
  margin-bottom: 0;
}
a {
  text-decoration: underline;
}
.main {
  overflow: clip;
}
.hidden {
  overflow: hidden;
}
.text-center {
  text-align: center;
}
.v-flex-center-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}
.h-flex-left-center {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.h-flex-center-center {
  justify-content: center;
  align-items: center;
  display: flex;
}
.h-flex-right-bottom {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}
.h-flex-left-bottom {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}
.v-flex-center-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.f-16 {
  font-family: var(--font--body);
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}
.pointer {
  cursor: pointer;
}
.rich-inherit {
  font-family: var(--font--body);
  letter-spacing: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
}
.style-list_item {
  grid-column-gap: clamp(1.25rem, 1.30208vw, 1.875rem);
  grid-row-gap: clamp(1.25rem, 1.30208vw, 1.875rem);
  border: 1px solid #fff;
  border-radius: 0.625rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  width: auto;
  height: clamp(10rem, 10.4167vw, 15rem);
  padding: clamp(0.75rem, 0.78125vw, 1.125rem)
    clamp(0.75rem, 0.78125vw, 1.125rem) clamp(1.25rem, 1.30208vw, 1.875rem);
  display: flex;
}
.v-flex-stretch-between {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}
.f-14 {
  letter-spacing: -0.02em;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.f-14.no-break {
  white-space: pre;
  word-break: keep-all;
}
.section-space {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}
.grid-3col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.hide {
  display: none;
}
.v-flex-left-center {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}
.grow {
  flex: 1;
}
.h-flex-right-center {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}
.section {
  position: relative;
}
.container {
  z-index: 1;
  padding-right: var(--size--20);
  padding-left: var(--size--20);
  position: relative;
}
.btn {
  border: 1px solid;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  padding: 10px 18px;
  display: flex;
}
.btn.absolute-hidden {
  pointer-events: none;
  border-width: 0;
  width: 0;
  height: 0;
  padding: 0;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}
.btn_text {
  transform: translateY(7%);
}
.svg {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}
.footer {
  height: 100%;
  padding: var(--size--30) var(--size--20);
  border-radius: var(--size--10);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: clip;
}
.footer_section {
  z-index: 3;
  position: relative;
}
.custom-descr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.custom-descr.text-center {
  text-align: center;
}
.f-32 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}
.future_split {
  grid-column-gap: 11.8vw;
  grid-row-gap: 11.8vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.future_split.is-right {
  justify-content: flex-end;
  align-items: center;
}
.future_grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 0.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.images {
  height: 66vh;
  min-height: 820px;
  margin-top: var(--size--40);
  margin-bottom: var(--size--40);
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}
.canvas {
  width: 100%;
  height: 100%;
  display: block;
}
.img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.footer_bg {
  z-index: -1;
  position: absolute;
  inset: 0%;
}
.footer_blur {
  z-index: 2;
  background-color: color-mix(in srgb, var(--color--black), transparent 70%);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  position: absolute;
  inset: 0%;
}
.footer_blur.is-second {
  z-index: 4;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  will-change: backdrop-filter;
  transform-style: preserve-3d;
  transform: translate(0, 0);
}
.logo-pieces {
  aspect-ratio: 1000/1153;
  width: 100%;
  font-family: var(--font--main);
  position: relative;
}
.logo-piece {
  position: absolute;
  inset: 0;
}
.logo-piece.center {
  z-index: 2;
}
.popup_close {
  top: var(--size--35);
  right: var(--size--20);
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--color--white);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  padding: 10px 18px;
  display: flex;
  position: absolute;
}
.popup_close-icon {
  width: var(--size--12);
  height: var(--size--12);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
.popup_close-lines {
  background-color: currentColor;
  width: 100%;
  height: 1px;
  position: absolute;
  transform: rotate(-45deg);
}
.popup_close-lines.is-2 {
  transform: rotate(45deg);
}
.nav {
  left: var(--size--10);
  top: var(--size--12);
  right: var(--size--10);
  z-index: 10;
  position: fixed;
  bottom: auto;
}
.nav.is-draft-home-copy-offset {
  top: calc(var(--size--12) + 2.5rem);
  z-index: 10;
  bottom: auto;
  left: var(--size--10);
  right: var(--size--10);
  position: fixed;
}
.nav_body {
  padding: var(--size--8) var(--size--24);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.logo-small {
  aspect-ratio: 1000/767;
  width: 100%;
  position: relative;
}
.nav_logo {
  width: 60px;
}
.nav_burger {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  border: 1px solid;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  padding: 10px 18px;
  display: flex;
}
.nav_burger-lines {
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 6px;
  display: flex;
  position: relative;
}
.nav_burger-line {
  background-color: currentColor;
  border-radius: 1px;
  width: 100%;
  height: 1px;
  position: absolute;
}
.burger {
  z-index: 9;
  background-color: var(--color--charcoal);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.burger_body {
  height: 100dvh;
  padding-top: var(--size--30);
  padding-bottom: var(--size--30);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.burger_bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}
.burger_list {
  grid-column-gap: var(--size--10);
  grid-row-gap: var(--size--10);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.burger_top {
  padding-top: var(--size--122);
}
.f-40 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
}
.burger_item {
  position: relative;
}
.f-11 {
  letter-spacing: -0.02em;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
}
.burger_bottom-mid {
  grid-column-gap: 1.6875rem;
  grid-row-gap: 1.6875rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}
.burger_bottom-mid.is-footer {
  flex: 1;
  justify-content: center;
  align-items: center;
}
.dot {
  aspect-ratio: 1;
  width: var(--width, 4px);
  background-color: currentColor;
  border-radius: 100vw;
  flex: none;
}
.footer_logo {
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: clamp(6.5625rem, 7.29167vw, 8.4375rem);
}
.hero {
  height: 100vh;
  padding-top: var(--size--122);
  padding-bottom: var(--size--40);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}
.hero_logo {
  filter: blur(2px);
  width: clamp(141px, 9.79167vw, 171px);
  overflow: visible;
}
.hero_bg {
  z-index: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}
.builds {
  position: relative;
}
.points {
  height: 250vh;
}
.points_sticky {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}
.points_content {
  z-index: 2;
  grid-column-gap: var(--size--20);
  grid-row-gap: var(--size--20);
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  display: grid;
}
.points_bg-parent {
  z-index: 1;
  position: absolute;
  inset: 0% -1.25rem;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(#000 0% 70%, #0000 100%);
  mask-image: linear-gradient(#000 0% 70%, #0000 100%);
}
.points_item {
  padding-top: var(--size--32);
  padding-bottom: var(--size--32);
  aspect-ratio: 453/595;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  color: var(--color--white);
  background-color: #adadad33;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.tag {
  border-style: solid;
  border-width: 1px;
  border-top-color: color-mix(in srgb, currentColor, transparent 20%);
  border-right-color: color-mix(in srgb, currentColor, transparent 20%);
  border-bottom-color: color-mix(in srgb, currentColor, transparent 20%);
  border-left-color: color-mix(in srgb, currentColor, transparent 20%);
  border-radius: 100vw;
  padding: 5px 11px;
}
.f-20 {
  text-align: center;
  white-space: normal;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
}
.points_logo {
  width: 7.75rem;
}
.points_bottom {
  opacity: 0.8;
  text-align: center;
  width: 364px;
}
.f-15 {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}
.footer_bottom {
  grid-column-gap: var(--size--48);
  grid-row-gap: var(--size--48);
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.burger_logo {
  width: 5.5rem;
}
.builds_sticky {
  height: 100vh;
  display: block;
  position: sticky;
  top: 0;
}
.builds_logo-parent {
  z-index: 2;
  padding-top: var(--size--65);
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}
.builds_logo {
  aspect-ratio: 1000/1153;
  width: clamp(255px, 17.7083vw, 325px);
  position: relative;
}

.builds_bg {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.builds_svg {
  height: 0;
}
.builds_content {
  z-index: 3;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}
.btn_text-close {
  display: none;
}
.we-do {
  flex-flow: column;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}
.we-do_list {
  grid-column-gap: var(--size--10);
  grid-row-gap: var(--size--10);
  flex: 1;
  display: flex;
}
.we-do_item {
  padding-bottom: var(--size--80);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
.we-do_content {
  z-index: 2;
  grid-column-gap: var(--size--20);
  grid-row-gap: var(--size--20);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}
.we-do_descr {
  text-align: center;
  width: 15.625rem;
  position: absolute;
  top: 5.75rem;
}
.we-do_img {
  position: absolute;
  inset: 0%;
}
.we-do_img-overlay {
  background-color: var(--color--black);
  opacity: 0.4;
  position: absolute;
  inset: 0%;
}
.we-do_parent {
  height: 200vh;
  position: relative;
}
.builds_mask-parent {
  z-index: 2;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}
.footer_mob-top {
  display: none;
}
.footer_parent {
  z-index: 2;
  height: 100vh;
  padding: var(--size--20);
  margin-top: -30vh;
  position: relative;
}
.footer_img {
  height: 100vh;
  position: sticky;
  top: 0;
}
.transition {
  z-index: 12;
  background-color: var(--color--black);
  height: 100lvh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.relative {
  position: relative;
}
.text-only {
  margin-top: var(--size--65);
  margin-bottom: var(--size--65);
  grid-column-gap: var(--size--65);
  grid-row-gap: var(--size--65);
  flex-flow: column;
  display: flex;
}
.cards {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}
.era-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: flex;
}
.list {
  font-family: var(--font--body);
  padding-top: 9px;
  font-size: 16px;
  font-weight: 400;
}

.heading-4 {
  text-align: left;
}
.button {
  border: 1px solid;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  padding: 10px 18px;
  display: flex;
}
.button_text {
  transform: translateY(7%);
}
.draft-news-banner-v2 {
  z-index: 11;
  min-height: 2.5rem;
  padding: 0.625rem var(--size--20);
  color: #fff;
  cursor: pointer;
  z-index: 11;
  cursor: pointer;
  height: auto;
  min-height: 2.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-right: var(--size--20, 1.25rem);
  padding-left: var(--size--20, 1.25rem);
  inset: 0 0 auto;
  background-color: #050505;
  border-bottom: 1px solid #ffffff40;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: 0 0 auto;
  overflow: hidden;
}
.draft-news-banner-v2:before {
  opacity: 0.42;
  filter: blur(8px);
  pointer-events: none;
  content: "";
  background: linear-gradient(
    90deg,
    #fff0 0%,
    #ffffff0f 30%,
    #ffffff29 50%,
    #ffffff0f 70%,
    #fff0 100%
  );
  width: 62%;
  animation: 12s ease-in-out infinite draft-news-banner-drift-a;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  transform: translate(-18%) skew(-10deg);
}
.draft-news-banner-v2:after {
  opacity: 0.26;
  filter: blur(12px);
  pointer-events: none;
  content: "";
  background: linear-gradient(
    90deg,
    #fff0 0%,
    #ffffff0a 28%,
    #ffffff1f 50%,
    #ffffff0a 72%,
    #fff0 100%
  );
  width: 44%;
  animation: 17s ease-in-out infinite draft-news-banner-drift-b;
  position: absolute;
  top: -25%;
  bottom: -25%;
  left: 0;
  transform: translate(62%) skew(12deg);
}
.draft-news-banner-inner-v2 {
  z-index: 1;
  z-index: 1;
  justify-content: center;
  align-items: center;
  gap: 8px 22px;
  column-gap: var(--size--14, 0.875rem);
  row-gap: var(--size--8, 0.5rem);
  flex-flow: wrap;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
}
.draft-news-banner-label-v2 {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  font-family:
    Roboto Mono,
    monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
  display: block;
}
.draft-banner-sweep-wrap {
  z-index: 0;
  pointer-events: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.draft-banner-sweep {
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.draft-banner-sweep-a {
  filter: blur(9px);
  background-image: linear-gradient(
    90deg,
    #fff0 0%,
    #ffffff14 32%,
    #ffffff3d 50%,
    #ffffff14 68%,
    #fff0 100%
  );
  width: 64%;
  animation: 8s ease-in-out infinite draft-banner-sweep-a;
  transform: translate(-80%) skew(-14deg);
}
.draft-banner-sweep-b {
  filter: blur(14px);
  background-image: linear-gradient(
    90deg,
    #fff0 0%,
    #ffffff0d 30%,
    #ffffff29 50%,
    #ffffff0d 70%,
    #fff0 100%
  );
  width: 42%;
  animation: 11s ease-in-out infinite draft-banner-sweep-b;
  top: -24%;
  bottom: -24%;
  transform: translate(120%) skew(18deg);
}
@media screen and (max-width: 991px) {
  .sm-hide {
    display: none;
  }
  .section-space {
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }
  .sm-v-flex-center-between {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  .container {
    padding-right: var(--size--10);
    padding-left: var(--size--10);
  }
  .footer {
    padding-top: var(--size--65);
    padding-bottom: var(--size--65);
  }
  .footer_section {
    margin-top: 0;
  }
  .future_split {
    grid-column-gap: 0.3rem;
    grid-row-gap: 0.3rem;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    display: none;
  }
  .future_split.is-right {
    justify-content: center;
    align-items: flex-start;
  }
  .future_grid {
    flex-flow: column;
    margin-top: 4.0625rem;
    margin-bottom: 4.875rem;
    display: flex;
  }
  .images {
    height: 60vh;
  }
  .nav_burger {
    min-width: auto;
    padding: var(--size--12) 0rem;
    border-style: none;
  }
  .hero {
    height: 100svh;
    padding-top: var(--size--65);
    position: static;
  }
  .points {
    height: auto;
  }
  .points_sticky {
    flex-flow: column;
    height: auto;
    display: block;
    position: relative;
  }
  .points_content {
    grid-column-gap: var(--size--12);
    grid-row-gap: var(--size--12);
    flex-flow: column;
    padding-top: 5rem;
    padding-bottom: 5rem;
    display: flex;
    position: relative;
  }
  .points_bg-parent {
    height: 100vh;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    position: sticky;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .builds_logo-parent {
    padding-top: 0;
  }
  .we-do {
    height: auto;
  }
  .we-do_list {
    flex-flow: column;
  }
  .we-do_item {
    padding-bottom: 0;
  }
  .we-do_content {
    padding-top: 5.75rem;
    padding-bottom: 5.75rem;
  }
  .we-do_descr {
    margin-top: var(--size--122);
    position: static;
  }
  .we-do_parent {
    height: auto;
  }
  .footer_mob-top {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .footer_parent {
    padding: var(--size--10);
  }
  .cards {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .images {
    min-height: auto;
  }
}
@media screen and (max-width: 479px) {
  .section-space {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .nav_logo {
    width: 47px;
  }
  .burger_bottom {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }
  .burger_list {
    margin-bottom: var(--size--32);
  }
  .burger_top {
    padding-top: 0;
  }
  .burger_bottom-mid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    order: -1;
  }
  .dot {
    width: var(--width, 4px);
  }
  .points_item {
    padding-right: var(--size--20);
    padding-left: var(--size--20);
  }
  .points_bottom {
    width: auto;
  }
  .we-do {
    height: auto;
  }
  .we-do_parent {
    height: auto;
  }
}
#w-node-_9024d873-2da4-cd41-255b-d63c64cbc06b-f74eeaf4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-ede0259a-a737-79b9-eb68-d330ef0ac090-f803e251 {
  place-self: center;
}
