:root {
  --white: #f7f8f8;
  --text-secondary: #b4bcd0;
}

.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;
}

body {
  color: var(--white);
  background-color: #000212;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

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

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

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

.page-wrapper {
  overflow: hidden;
}

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

.page-padding {
  padding-left: 32px;
  padding-right: 32px;
}

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

.nav-inner {
  border-bottom: 1px solid #ffffff14;
}

.nav-menu-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-btns {
  align-items: center;
  display: flex;
}

.hero {
  z-index: auto;
  background-color: #000212;
  margin-bottom: -164px;
  padding-top: 176px;
  position: relative;
}

.hero-header {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-heading {
  letter-spacing: -.05em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(156deg, #fff 30%, #ffffff61);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 24px;
  padding-bottom: .13em;
  padding-left: .13em;
  padding-right: .13em;
  font-size: 78px;
  font-weight: 500;
  line-height: 1;
}

.subheading {
  color: var(--text-secondary);
  letter-spacing: -.025em;
  margin-bottom: 48px;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.3;
}

.subheading.subheading--hero {
  max-width: 580px;
}

.subheading.subheading--notice {
  color: #00021299;
  margin-top: 32px;
  line-height: 1.5;
}

.subheading.near-cta {
  text-align: center;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 1.3;
}

.subheading.for-reddit {
  text-align: center;
  max-width: 800px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 120px;
}

.cta-button {
  grid-column-gap: 8px;
  color: var(--white);
  text-align: center;
  text-shadow: 0 3px 8px #00000040;
  background-image: linear-gradient(93deg, #455eb5 9%, #5643cc 44%, #673fd7 64%);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 500;
  text-decoration: none;
  transition: text-shadow .12s, box-shadow .12s;
  display: flex;
}

.cta-button:hover {
  text-shadow: 0 3px 12px #0000008f;
  box-shadow: 0 1px 40px #503fcd80;
}

.cta-button.cta-button--nav {
  height: 32px;
  margin-left: 16px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
}

.cta-button.cta-button--sec {
  cursor: pointer;
  background-color: #b4bcd029;
  background-image: none;
  margin-left: 12px;
  transition: background-color .12s, text-shadow .12s, box-shadow .12s;
}

.cta-button.cta-button--sec:hover {
  box-shadow: none;
  background-color: #b4bcd04d;
}

.svg-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-img-target {
  transform-style: preserve-3d;
  grid-template: "Area"
  / 1fr;
  grid-auto-columns: 1fr;
  margin-top: 128px;
  display: grid;
  position: relative;
  transform: rotateX(28deg)rotateY(0)rotateZ(0);
}

.hero-img {
  z-index: 1;
  opacity: 0;
  filter: none;
  border: 1px solid #ffffff0d;
  border-radius: 8px;
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  position: relative;
}

.hero-img-blur {
  opacity: 0;
  filter: blur(160px);
}

.hero-img-lines {
  justify-content: center;
  align-items: center;
  display: flex;
  transform: translate(0);
}

.hero-img-wrap {
  perspective: 2000px;
  padding-bottom: 420px;
}

.nav-logo {
  mix-blend-mode: normal;
  align-items: center;
  margin-right: 140px;
  padding-right: 2px;
  font-weight: 600;
  display: flex;
}

.nav-link {
  text-shadow: 0 1px 4px #0000004d;
  align-items: center;
  height: 48px;
  margin-left: 25px;
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
  transition: color .25s;
  display: flex;
}

.nav-link:hover {
  color: #8a8f98;
}

.hero-img-bg {
  background-color: #ffffff03;
  border-radius: 8px;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.nav-bg {
  z-index: -1;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  position: absolute;
  inset: -1px 0% -50%;
}

.custom-css {
  display: none;
}

.section-customers {
  z-index: auto;
  position: relative;
}

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

.logos-header {
  text-align: center;
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}

.logos-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
}

.logo-item {
  width: 100%;
  max-width: 160px;
}

.stars-curve {
  z-index: auto;
  width: 100%;
  max-width: 1200px;
  height: 600px;
  margin: -128px auto;
  position: relative;
  overflow: hidden;
}

.stars-curve.stars-curve--rotated {
  z-index: auto;
  opacity: 1;
  margin-top: -64px;
  margin-bottom: -64px;
  display: block;
  transform: rotate(180deg);
}

.stars-curve-glow {
  opacity: .4;
  background-image: radial-gradient(circle at 50% 100%, #7877c6, #7877c600 70%);
  position: absolute;
  inset: 0%;
}

.stars-curve-glow.stars-curve-glow--blue {
  background-image: radial-gradient(circle at 50% 100%, #4e5cda, #7877c600 70%);
}

.stars-curve-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.stars-curve-bottom {
  background-color: #000212;
  border-top: 1px solid #7877c666;
  border-radius: 50%;
  width: 200%;
  padding-top: 142%;
  position: absolute;
  top: 50%;
  left: -50%;
}

.stars-curve-bottom.stars-curve-bottom--blue {
  border-top-color: #4e5cda66;
}

.section-highlights {
  z-index: auto;
  position: relative;
}

.section-header {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-medium {
  letter-spacing: -.04em;
  margin-bottom: 28px;
  font-size: 54px;
  font-weight: 400;
  line-height: 1;
}

.highlights-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.highlights-card {
  background-image: linear-gradient(#fff0, #ffffff0d);
  border: 1px solid #ffffff1a;
  border-radius: 48px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 480px;
  padding: 56px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.highlights-card.feature-card--command-line {
  justify-content: flex-start;
}

.keyboard {
  width: 100%;
  height: auto;
  margin-top: -64px;
}

.highlights-card-content {
  color: var(--text-secondary);
  text-align: center;
  max-width: 420px;
  line-height: 1.3;
}

.highlights-card-content.feature-card-content--command-menu {
  transition: opacity .12s;
}

.card-heading {
  letter-spacing: -.02em;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.card-heading.card-heading--feature {
  color: #fff;
  margin-bottom: 8px;
}

.keyboard-shortcuts {
  height: 28px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.lightning {
  position: absolute;
  top: -92px;
}

.highlights-card-logo {
  justify-content: center;
  width: 130%;
  display: none;
  position: absolute;
  top: -80px;
}

.command-menu {
  z-index: 1;
  opacity: .6;
  transition: transform .24s, opacity .24s;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 128px);
}

.command-menu:focus {
  opacity: 1;
  transform: translate(-50%, 24px);
}

.command-menu-inner {
  background-color: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 8px;
  flex-direction: column;
  width: 90vw;
  max-width: 640px;
  min-height: 278px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 7px 32px #00000059;
}

.command-menu-label {
  color: #ffffff80;
  background-color: #ffffff0d;
  border-radius: 4px;
  align-self: flex-start;
  margin-top: 8px;
  margin-left: 16px;
  padding: 4px 8px;
  font-size: 12px;
}

.command-menu-input {
  color: #81808e;
  align-items: center;
  height: 62px;
  padding: 0 22px;
  font-size: 18px;
  display: flex;
}

.command-menu-list {
  box-shadow: 0 -1px #ffffff1a;
}

.command-menu-option {
  grid-column-gap: 12px;
  cursor: pointer;
  align-items: center;
  height: 46px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  display: flex;
}

.command-menu-option:hover {
  background-color: #ffffff0d;
}

.command-menu-option.command-menu-option--active {
  background-color: #a0c4ff26;
}

.feature-sections-wrap {
  z-index: auto;
  position: relative;
}

.section-feature {
  margin-top: -164px;
  padding-top: 420px;
  position: relative;
}

.section-feature.section-feature--issues {
  z-index: 9;
}

.section-feature.section-feature--cycles {
  z-index: 8;
  display: none;
}

.section-feature.section-feature--roadmaps {
  z-index: 7;
}

.section-feature.section-feature--workflows {
  z-index: 6;
}

.light-bar {
  opacity: .4;
  width: 100%;
  height: 400px;
  margin-bottom: -400px;
  transition: transform .96s, opacity .96s;
}

.feature-section-header {
  text-align: center;
  margin-top: -128px;
  margin-bottom: -128px;
  padding-top: 128px;
  padding-bottom: 128px;
  position: relative;
}

.feature-grid {
  grid-column-gap: 12px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: center;
  display: grid;
}

.feature-grid.integrations {
  grid-column-gap: 12px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.feature-heading {
  letter-spacing: -.04em;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 16px;
  padding: .13em;
  font-size: 80px;
  font-weight: 400;
  line-height: .9;
  transition: transform .96s cubic-bezier(.3, 1.17, .55, .99);
}

.feature-heading.feature-heading--workflows {
  z-index: 1;
  position: relative;
}

.feature-img-wrap {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-image: linear-gradient(#fff3, #fff0);
  border-radius: 14px;
  max-width: 100%;
  margin-top: -36px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.feature-img-wrap.feature-img-wrap--issues {
  mix-blend-mode: lighten;
  max-width: 777px;
  height: 380px;
}

.feature-img-wrap.feature-img-wrap--issues.reddit {
  height: 262px;
  margin-top: 40px;
  top: 60px;
}

.feature-img-wrap.feature-img-wrap--cycles {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  mix-blend-mode: normal;
  max-width: 1084px;
  height: 650px;
  margin-top: -45px;
}

.feature-img {
  opacity: .7;
  mix-blend-mode: normal;
  width: 100%;
  max-width: 150%;
  height: auto;
  position: relative;
  top: 4px;
  left: auto;
}

.feature-img.earn {
  width: 100%;
  max-width: 100%;
  top: -55px;
  left: auto;
}

.feature-img.reddit {
  mix-blend-mode: normal;
  top: -5px;
}

.animations-css {
  display: none;
}

.feature-subheading {
  text-align: center;
  letter-spacing: -.04em;
  max-width: 630px;
  margin: 64px auto 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

.divider {
  background-image: linear-gradient(to right, #fff0, #ffffff1a 50%, #fff0);
  width: 100%;
  height: 1px;
  margin-top: 72px;
  margin-bottom: 72px;
}

.feature-grid-item {
  color: var(--text-secondary);
  letter-spacing: -.02em;
  max-width: 267px;
  display: block;
}

.feature-grid-icon {
  color: #fff;
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-right: 6px;
  line-height: 1;
  display: inline-block;
  position: relative;
  bottom: -2px;
}

.display-inline {
  display: inline;
}

.feature-cards-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 140px;
  display: grid;
}

.feature-cards-wrap.top {
  display: none;
}

.feature-card {
  border-radius: 48px;
  flex-direction: column;
  padding: 56px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-card-content {
  color: var(--text-secondary);
  letter-spacing: -.02em;
  max-width: 320px;
}

.feature-card-img {
  max-width: none;
  height: auto;
  position: absolute;
}

.feature-card-img.feature-card-img--board {
  width: 200%;
  top: 40%;
}

.feature-card-img.feature-card-img--views {
  width: 110%;
  top: 34%;
  left: 24px;
}

.feature-card-img.feature-card-img--updates {
  opacity: 1;
  mix-blend-mode: normal;
  width: 101%;
  top: 200px;
  left: -3px;
}

.feature-card-img.feature-card-img--roadmaps {
  opacity: 1;
  mix-blend-mode: overlay;
  width: 110%;
  top: 35%;
  left: -25px;
}

.integrations-wrap {
  justify-content: center;
  align-items: center;
  margin-top: -48px;
  display: flex;
}

.integrations-center {
  z-index: 2;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-image: linear-gradient(#6c38ff4d, #8b62ff4d);
  border: 1px solid #ffffff26;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 148px;
  min-width: 148px;
  height: 148px;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
  position: relative;
}

.integrations-item {
  z-index: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-image: url('../images/integrations-item-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 72px;
  min-width: 72px;
  height: 72px;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
  position: relative;
}

.integrations-icon {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50%;
  display: flex;
}

.integrations-bg-wrap {
  z-index: 0;
  width: 242px;
  height: 242px;
  position: absolute;
}

.integrations-bg-circle {
  opacity: 0;
  background-image: linear-gradient(#150b30, #5b39b8);
  border: 1px solid #ac8eff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-cta {
  z-index: auto;
  margin-top: -128px;
  padding-bottom: 128px;
  display: block;
  position: relative;
}

.cta-heading {
  letter-spacing: -.04em;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 50% 0, #fff9, #fff 57%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 60px;
  margin-bottom: 16px;
  padding: .13em;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
}

.cta-wrap {
  margin-top: 64px;
}

.notice-wrap {
  z-index: 100;
  display: block;
  position: fixed;
  inset: auto auto 32px 32px;
}

.notice-inner {
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  letter-spacing: -.015em;
  background-color: #fff3;
  border: 1px solid #ffffff21;
  border-radius: 48px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  font-weight: 500;
  line-height: 1.8;
  display: none;
}

.notice-link {
  background-color: #ffffff1a;
  border-radius: 100px;
  margin-top: -1px;
  margin-bottom: -1px;
  padding: 1px 11px;
  transition: background-color .15s;
  display: inline-block;
}

.notice-link:hover {
  background-color: #ffffff4d;
}

.notice-link.notice-link--dark {
  color: #000212;
  background-color: #b4bcd040;
}

.notice-link.notice-link--dark:hover {
  background-color: #b4bcd080;
}

.notice-btn-wrap {
  align-items: center;
  display: flex;
}

.notice-bottom {
  z-index: 101;
  background-color: var(--white);
  color: #000212;
  padding-top: 160px;
  padding-bottom: 140px;
  position: relative;
}

.notice-bottom-heading {
  letter-spacing: -.05em;
  font-size: 80px;
  font-weight: 500;
  line-height: 1.1;
}

.notice-bottom-inner {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  display: flex;
}

.launch-lab-logo {
  opacity: 1;
  mix-blend-mode: normal;
}

.scan__heading {
  color: #f1f1f1;
  text-align: center;
  font-size: 8.6vw;
  font-weight: 600;
  line-height: 1em;
}

.scan__cursor-wrapper {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.scan__code-wrapper {
  z-index: 3;
  flex-direction: column;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 10vw;
  display: flex;
  position: static;
  inset: 0%;
  overflow: visible;
}

.scan__arrow-dl {
  width: 1.2vw;
  position: absolute;
  inset: auto auto 0% 0%;
}

.scan__cursor-appears {
  margin-top: -25%;
  margin-bottom: -25%;
  display: block;
  position: absolute;
  inset: 0%;
}

.scan__cursor {
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 22vw;
  height: 22vw;
}

.scan__text {
  color: #f1f1f1;
  text-align: center;
  margin-top: 1.4vw;
  font-size: 1.11vw;
  font-weight: 600;
  line-height: 1.6em;
}

.scan {
  z-index: 0;
  background-color: #00021200;
  height: auto;
  padding-bottom: 25vw;
  position: relative;
  overflow: hidden;
}

.scan__arrow-dr {
  width: 1.2vw;
  position: absolute;
  inset: auto 0% 0% auto;
}

.scan__qrcode-wrapper {
  z-index: 4;
  cursor: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10vw;
  height: 10vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.scan__arrow-ur {
  width: 1.2vw;
  position: absolute;
  inset: 0% 0% auto auto;
}

.scan__qrcode {
  z-index: 4;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/2rendered-QR-Black-No-Background---edited.svg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  position: absolute;
  inset: 1.5em;
}

.scan__arrow-ul {
  width: 1.2vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.scan__text-wrapper {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.scan__arrows-wrapper {
  opacity: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.body {
  mix-blend-mode: normal;
  background-image: url('../images/Stars.png');
  background-position: 0 0;
  background-size: auto;
}

.scan-connect {
  height: 20vh;
  display: none;
}

.image-2 {
  display: block;
}

.feature-grid-image {
  width: 16px;
  min-width: 15px;
  height: 16px;
  margin-right: 7px;
  display: inline-block;
  position: relative;
  bottom: -2px;
}

.feature-grid-image-2, .feature-grid-image-3 {
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-right: 7px;
  display: inline-block;
  position: relative;
  bottom: -2px;
}

.feature-grid-image-4 {
  width: 15px;
  min-width: 15px;
  height: 15px;
  margin-right: 7px;
  display: inline-block;
  position: relative;
  bottom: -2px;
}

.feature-grid-image-5, .feature-grid-image-6 {
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-right: 7px;
  display: inline-block;
  position: relative;
  bottom: -2px;
}

.image-3 {
  mix-blend-mode: normal;
}

.div-block-3 {
  opacity: .75;
  filter: contrast(120%);
  mix-blend-mode: screen;
  background-image: url('../images/SCeurty-2.png');
  background-position: 100% 58%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: -1px;
}

.c-title-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 130px;
  font-weight: 700;
  line-height: 1em;
}

.c-slider {
  justify-content: flex-start;
  align-items: stretch;
  max-width: none;
  height: 468px;
  margin-left: -32px;
  margin-right: -32px;
  display: flex;
  position: relative;
  left: 0;
}

.c-slide {
  width: 286px;
  min-width: 286px;
  height: 468px;
  min-height: 468px;
  margin-left: 32px;
  margin-right: 32px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.c-section {
  color: #000;
  min-height: 100vh;
  padding-top: 20vh;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.c-bg-container {
  text-transform: uppercase;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.c-big-text {
  color: #ebf2f4;
  position: absolute;
}

.c-big-text.cc-bottom {
  bottom: 260px;
  right: -70px;
  transform: rotate(-90deg);
}

.c-big-text.cc-top {
  letter-spacing: 4px;
  top: -195px;
  left: 50px;
  transform: rotate(-90deg);
}

.c-bg-line {
  background-color: #3b4f5a;
  width: 40vw;
  height: 3px;
  position: absolute;
  top: 208px;
  right: 0;
}

.c-slide_image {
  transition: all .5s;
  position: relative;
  transform: translate(0);
  box-shadow: 17px 17px 80px #002e5229;
}

.c-slide_image.c-move-to-bottom {
  transition: all .5s;
}

.c-arrows-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 88px;
  margin-top: 28px;
  margin-left: auto;
  margin-right: 490px;
  display: flex;
  position: relative;
}

.c-slide_wrapper {
  height: 468px;
}

.c-arrow_embed {
  width: 16px;
  height: 16px;
}

.c-arrow {
  color: #3b4f5a;
  cursor: pointer;
  border: 1px solid #3b4f5a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .3s;
  display: flex;
}

.c-arrow:hover {
  color: #fff;
  background-color: #3b4f5a;
}

.c-arrow.cc-right {
  transform: rotate(180deg);
}

.c-small-text {
  color: #3b4f5a;
  white-space: nowrap;
  display: none;
  position: absolute;
  top: 600px;
  left: 320px;
  overflow: visible;
}

.c-title-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 58px;
  font-weight: 700;
  line-height: 1em;
}

.c-text-line {
  background-color: #3b4f5a;
  width: 108px;
  height: 6px;
  position: absolute;
  top: 26px;
  right: -45px;
}

.carousel-container-lines {
  z-index: 5;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.text-block {
  font-size: 15px;
  line-height: 1.7;
}

.carousel-group {
  flex-direction: row;
  flex: none;
  align-items: center;
  display: flex;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.carousel-wrapper {
  align-items: center;
  width: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.carousel-item-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.lines-group {
  z-index: 2;
  pointer-events: none;
  display: block;
  position: absolute;
  inset: 0%;
}

.carousel-overlay {
  pointer-events: none;
  background-image: linear-gradient(90deg, #000212, #07070700 15% 85%, #000212);
  position: absolute;
  inset: 0%;
}

.grid-v-full-right {
  z-index: 1;
  background-color: #000212;
  width: 1px;
  height: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.grid-v-full-left {
  z-index: 1;
  background-color: #000212;
  width: 1px;
  height: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.carousel {
  flex: none;
  align-items: center;
  display: flex;
}

.video {
  background-image: url('../images/Network-Icon_1Network Icon.png');
  background-position: 0 0;
  background-size: auto;
  position: relative;
}

.div-block-4 {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.div-block-5 {
  opacity: .7;
  mix-blend-mode: lighten;
  background-image: url('../images/Abstract-Crypto.jpeg');
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
}

.bold-text {
  color: var(--white);
  font-size: 27px;
}

.container-small {
  width: 100%;
  max-width: 936px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer-form-block {
  max-width: 456px;
  margin-bottom: 0;
}

.footer-container-lines {
  z-index: 5;
  border-bottom: 1px solid #ffffff14;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 96px 48px;
  position: relative;
}

.container-lines-legal {
  z-index: 5;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 48px;
  position: relative;
}

.footer-contact-details {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.input-icon {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.footer {
  margin-top: 60px;
}

.error-message {
  background-color: #0000;
  margin-top: 12px;
  padding: 0;
}

.footer-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.footer-legal-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.form-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: absolute;
  left: 10px;
}

.footer-side {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 296px;
  display: flex;
}

.footer-legal {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.error-inner {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.gradient-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #ffffffa3);
  -webkit-background-clip: text;
  background-clip: text;
}

.lines-group-2 {
  z-index: 2;
  pointer-events: none;
  display: none;
  position: absolute;
  inset: 0%;
}

.wrap-v-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.wrap-v-regular.align-v-l {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/Discord-Image-from-Cosmos.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-regular {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.7;
}

.footer-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #6a6a6b;
  align-items: center;
  font-size: 14px;
  line-height: 1.7;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-link:hover {
  color: #a6a6a6;
}

.label-regular {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.label-regular.text-color-white-2 {
  font-size: 18px;
}

.line-vertical-left {
  z-index: 1;
  background-color: #1b1b1d;
  width: 1px;
  height: auto;
  position: absolute;
  inset: 4.5px auto 0% 0%;
}

.h4-heading {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.25;
}

.badge {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  background-color: #ffffff05;
  border: 1px solid #ffffff0f;
  border-radius: 99px;
  align-items: center;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.7;
  display: flex;
  box-shadow: inset 0 -4px 12px #ffffff1a;
}

.wrap-h-xsmall {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.footer-line {
  z-index: 40;
  background-image: linear-gradient(90deg, #455eb5, #673fd8);
  width: 70px;
  height: 2px;
  position: absolute;
  inset: -96px auto auto 0;
  box-shadow: 0 33px 80px #8fb2fc99, 0 16px 40px #bb8ffca3, 0 10px 24px #8faafc7a, 0 12px 24px #bb8ffc8f, 0 4.2px 10.5px #8ffcd44d, 0 2.5px 6.25px #bb8ffc40, 0 1.5px 3.6px #8f94fc33, 0 .66px 1.6px #bb8ffc24;
}

.success-message {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: #ffffff0f;
  border: 1px solid #ffffff14;
  border-radius: 12px;
  padding: 24px;
  font-size: 14px;
  line-height: 1.7;
}

.wrap-v-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.section {
  z-index: 2;
  padding-bottom: 1px;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.footer-main {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 680px;
  display: flex;
}

.wrap-h-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.line-vertical-right {
  z-index: 1;
  background-color: #1b1b1d;
  width: 1px;
  height: auto;
  position: absolute;
  inset: 4.5px 0% 0% auto;
}

.icon-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.footer-contact-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #6a6a6b;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.footer-contact-link:hover {
  color: #a6a6a6;
}

.footer-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.footer-links {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 432px;
  display: flex;
}

.line-dot {
  z-index: 5;
  background-color: #0d0d11;
  border: 1px solid #1b1b1d;
  border-radius: 2px;
  width: 10px;
  height: 10px;
  position: absolute;
}

.line-dot.bottom-right {
  inset: auto -4.5px -4.5px auto;
}

.line-dot.bottom-left {
  inset: auto auto -4.5px -4.5px;
}

.line-horizontal {
  z-index: 0;
  pointer-events: none;
  background-color: #1b1b1d;
  width: 100vw;
  height: 1px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.text-field {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  background-color: #ffffff03;
  border: 1px solid #ffffff1f;
  border-radius: 40px;
  min-height: 36px;
  margin-bottom: 0;
  padding: 6px 10px 6px 32px;
  font-size: 12px;
  line-height: 1.7;
  box-shadow: inset 0 -4px 12px #ffffff0f;
}

.text-field:focus {
  border-color: #ffffff3d;
}

.text-field::placeholder {
  color: #6a6a6b;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  color: #fff;
  text-align: center;
  background-color: #ffffff1f;
  background-image: linear-gradient(#ffffff14, #8e78b014);
  border-radius: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  text-decoration: none;
  transition: all .3s;
  box-shadow: inset 0 1px .75px #ffffff29, inset 0 0 1px #ffffff1f;
}

.button-primary:hover {
  background-color: #ffffff14;
}

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

.footer-base-link {
  color: #a8b5ca;
  font-size: 14px;
  line-height: 1.7;
  text-decoration: none;
  transition: all .3s;
}

.footer-base-link:hover {
  color: #a6a6a6;
}

.paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.7;
}

.text-block-3 {
  color: #9e9e9e;
  font-size: 16px;
}

.text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9 {
  color: #9e9e9e;
}

.paragraph-small-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.7;
}

.discord {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-4 {
  opacity: 1;
  mix-blend-mode: screen;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    flex: 1;
  }

  .hero-header {
    max-width: 690px;
  }

  .hero-heading {
    font-size: 68px;
  }

  .hero-img {
    z-index: 4;
  }

  .hero-img-blur {
    filter: blur(80px);
  }

  .nav-logo {
    margin-right: 20px;
  }

  .nav-link {
    margin-left: 20px;
    font-size: 12px;
    line-height: 48px;
  }

  .nav-link.desktop-only {
    display: block;
  }

  .logos-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .logo-item.desktop-only {
    display: none;
  }

  .highlights-wrap {
    grid-column-gap: 12px;
    margin-left: -32px;
    margin-right: -32px;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
    overflow: auto;
  }

  .highlights-card {
    min-width: 100%;
    height: auto;
    min-height: 420px;
    padding: 32px;
  }

  .light-bar {
    width: 300%;
    position: relative;
    left: -100%;
  }

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

  .feature-heading {
    font-size: 72px;
  }

  .feature-img-wrap.feature-img-wrap--issues.reddit {
    height: 238px;
  }

  .feature-img-wrap.feature-img-wrap--cycles {
    height: auto;
  }

  .feature-img.earn {
    top: auto;
  }

  .feature-cards-wrap {
    grid-template-columns: 1fr;
  }

  .feature-card {
    border-radius: 24px;
  }

  .feature-card-img.feature-card-img--roadmaps {
    top: 30%;
  }

  .cta-heading {
    font-size: 72px;
  }

  .div-block {
    flex-flow: row;
    flex: none;
    align-self: auto;
    padding-left: 0;
    font-size: 14px;
    display: flex;
  }

  .c-title-1 {
    font-size: 130px;
  }

  .c-slider {
    margin-top: 10px;
    margin-left: 59px;
    margin-right: 0;
  }

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

  .c-bg-container {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .c-big-text.cc-bottom {
    bottom: 400px;
    right: -120px;
  }

  .c-big-text.cc-top {
    top: -150px;
    left: -140px;
  }

  .c-slide_image.c-move-to-bottom {
    transform: none;
  }

  .c-arrows-wrapper {
    margin-top: 34px;
    margin-right: 44px;
  }

  .c-small-text {
    top: 500px;
    left: 60px;
  }

  .c-title-2 {
    font-size: 58px;
  }

  .text-block-2 {
    font-weight: 600;
  }

  .footer-side {
    max-width: none;
  }

  .footer-main {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .footer-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .footer-links {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .button-primary {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .page-padding {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero {
    padding-top: 140px;
  }

  .hero-header {
    max-width: 570px;
  }

  .hero-heading {
    font-size: 56px;
  }

  .subheading {
    font-size: 18px;
  }

  .hero-img-target {
    margin-top: 80px;
  }

  .hero-img-wrap {
    padding-bottom: 256px;
  }

  .nav-link {
    display: none;
  }

  .nav-link.nav-link--log-in {
    display: flex;
  }

  .heading-medium {
    font-size: 50px;
  }

  .section-feature {
    padding-top: 300px;
  }

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

  .feature-img-wrap {
    border-radius: 8px;
  }

  .feature-img-wrap.feature-img-wrap--issues.reddit {
    height: 174px;
  }

  .feature-subheading {
    font-size: 24px;
  }

  .feature-card-img.feature-card-img--roadmaps {
    top: 31%;
  }

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

  .notice-wrap {
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .notice-inner {
    border-radius: 32px;
    max-width: none;
    padding: 20px;
  }

  .notice-link {
    padding-top: 0;
    padding-bottom: 0;
  }

  .notice-bottom {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .notice-bottom-heading {
    font-size: 48px;
  }

  .div-block {
    display: none;
  }

  .scan__heading {
    width: 62%;
    margin-left: auto;
    margin-right: auto;
    font-size: 17.33vw;
    line-height: 1.1em;
  }

  .scan__cursor-wrapper {
    width: auto;
    height: auto;
    position: absolute;
    inset: 100vw 0% auto;
  }

  .scan__code-wrapper {
    height: 80vw;
  }

  .scan__cursor-appears {
    display: none;
  }

  .scan__cursor {
    width: 140vw;
    height: 140vw;
  }

  .scan__text {
    width: 90%;
    margin-top: 10vw;
    font-size: 4vw;
  }

  .scan {
    padding-bottom: 0;
  }

  .scan__qrcode-wrapper {
    width: 45vw;
    height: 45vw;
  }

  .scan__text-wrapper {
    width: 100%;
    margin-top: 15vw;
  }

  .scan__arrows-wrapper {
    display: none;
  }

  .c-title-1 {
    font-size: 130px;
    line-height: 130px;
  }

  .c-slider {
    max-width: 100%;
    height: auto;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .c-slide {
    height: auto;
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .c-section {
    padding: 40px 24px;
  }

  .c-big-text.cc-bottom {
    opacity: .5;
    bottom: 170px;
    right: -160px;
  }

  .c-big-text.cc-top {
    opacity: .5;
    top: -80px;
    left: -180px;
  }

  .c-bg-line {
    display: none;
  }

  .c-slide_image {
    width: 286px;
    height: 388px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .c-arrows-wrapper {
    margin-top: 100px;
  }

  .c-small-text {
    z-index: 200;
    margin-left: -30px;
    top: 570px;
    left: 50%;
    transform: translate(-50%);
  }

  .c-title-2 {
    font-size: 58px;
    line-height: 58px;
  }

  .carousel-container-lines {
    padding-bottom: 72px;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .footer-container-lines {
    padding: 72px 24px;
  }

  .container-lines-legal {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-legal-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: center;
  }

  .footer-line {
    top: -72px;
  }

  .footer-main {
    padding-top: 16px;
  }

  .footer-links {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
}

@media screen and (max-width: 479px) {
  .nav-btns {
    flex-flow: row;
    flex: none;
    order: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-header {
    max-width: 420px;
  }

  .hero-heading {
    font-size: 44px;
  }

  .subheading.near-cta {
    font-size: 20px;
  }

  .subheading.for-reddit {
    display: none;
  }

  .cta-button.cta-button--sec {
    margin-top: 12px;
    margin-left: 0;
  }

  .hero-img-target {
    margin-top: 72px;
  }

  .hero-img {
    border-radius: 2px;
  }

  .nav-logo {
    margin-right: 0;
    padding-right: 0;
  }

  .nav-link.nav-link--log-in {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    height: 50px;
    margin-left: 29px;
    display: flex;
  }

  .hero-img-bg {
    border-radius: 2px;
  }

  .heading-medium {
    margin-bottom: 18px;
    font-size: 36px;
  }

  .light-bar {
    width: 200%;
    margin-bottom: -420px;
    left: -50%;
  }

  .feature-grid {
    grid-column-gap: 16px;
  }

  .feature-heading {
    font-size: 48px;
  }

  .feature-img-wrap.feature-img-wrap--issues {
    height: auto;
  }

  .feature-img-wrap.feature-img-wrap--issues.reddit {
    display: none;
  }

  .feature-img {
    max-width: 100%;
    top: auto;
  }

  .feature-grid-item {
    font-size: 14px;
  }

  .feature-grid-icon {
    margin-bottom: 6px;
    bottom: 0;
  }

  .display-inline {
    display: inline-block;
  }

  .feature-cards-wrap {
    margin-top: 64px;
  }

  .feature-card {
    padding: 24px 32px;
  }

  .feature-card-content {
    font-size: 15px;
  }

  .feature-card-img.feature-card-img--board {
    top: 50%;
  }

  .feature-card-img.feature-card-img--views {
    top: 45%;
    left: 12px;
  }

  .feature-card-img.feature-card-img--updates {
    top: 50%;
  }

  .feature-card-img.feature-card-img--roadmaps {
    top: 55%;
  }

  .cta-heading {
    font-size: 38px;
  }

  .notice-inner {
    grid-row-gap: 18px;
    font-size: 14px;
    line-height: 1.6;
  }

  .notice-link {
    line-height: 1.4;
  }

  .notice-link.notice-link--dark {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .notice-btn-wrap {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .c-title-1 {
    font-size: 130px;
  }

  .c-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .c-slide_image {
    box-shadow: none;
  }

  .c-arrows-wrapper {
    margin-top: 110px;
  }

  .c-small-text {
    width: 269px;
    max-width: 100%;
    margin-left: -10px;
    top: 555px;
  }

  .c-title-2 {
    font-size: 58px;
    line-height: 58px;
  }

  .c-text-line {
    right: -8px;
  }

  .text-block-2 {
    font-size: 14px;
    line-height: 15px;
  }

  .footer-contact-details {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-legal-wrap {
    align-items: center;
  }

  .footer-legal {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .label-regular {
    white-space: normal;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }

  .button-primary {
    width: 100%;
  }

  .text-block-10 {
    font-size: 14px;
  }
}

#w-node-_2548d445-5cac-d907-4cc4-e0e179a3c909-58af3b75, #w-node-e5f17ebd-e03a-b780-1243-8d064c472342-58af3b75, #w-node-_6f428898-e82f-266b-c4c2-ad14c706aaf7-58af3b75, #w-node-_76e33c5a-9def-c984-8b4d-095f3f0ecdb2-58af3b75 {
  grid-area: Area;
}

#w-node-_8eee35df-ad3d-02c4-63b6-4e63ab5fde44-58af3b75 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f90bbaf5-7be7-e276-9a51-f5d1a05c32fe-58af3b75, #w-node-_034c70b5-52e0-92db-2718-a55361774349-58af3b75 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e9232da3-ff5a-2eff-ce6e-e78ae5744c58-58af3b75 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-d625ef23-0fad-e32e-5695-a9abe081a330-58af3b75, #w-node-_752683f8-26a0-3c62-b564-effd06cdd65b-58af3b75, #w-node-_7396a3e8-7e5b-243c-6f07-09bc12a77494-58af3b75, #w-node-_1c7932cc-d1a2-d0b9-155a-42c2d1224a3c-58af3b75, #w-node-f1c0b6ea-0852-71dc-ae78-3886525ab6a9-58af3b75, #w-node-f650feee-ac70-d385-7fce-be42c87cb6d2-58af3b75, #w-node-f650feee-ac70-d385-7fce-be42c87cb6d8-58af3b75, #w-node-f650feee-ac70-d385-7fce-be42c87cb6de-58af3b75, #w-node-f650feee-ac70-d385-7fce-be42c87cb6e4-58af3b75, #w-node-f650feee-ac70-d385-7fce-be42c87cb6ea-58af3b75, #w-node-f650feee-ac70-d385-7fce-be42c87cb6f0-58af3b75, #w-node-_25aaa22e-ea59-5563-1376-88772cb8fac3-58af3b75, #w-node-_25aaa22e-ea59-5563-1376-88772cb8fac9-58af3b75, #w-node-_25aaa22e-ea59-5563-1376-88772cb8facf-58af3b75, #w-node-_25aaa22e-ea59-5563-1376-88772cb8fad5-58af3b75, #w-node-_25aaa22e-ea59-5563-1376-88772cb8fadb-58af3b75, #w-node-_25aaa22e-ea59-5563-1376-88772cb8fae1-58af3b75, #w-node-_80378e76-71f3-5874-4b2a-194903bbde66-58af3b75, #w-node-_80378e76-71f3-5874-4b2a-194903bbde6d-58af3b75, #w-node-_7499f493-a661-cf06-1530-781c6269b383-58af3b75, #w-node-_7499f493-a661-cf06-1530-781c6269b389-58af3b75, #w-node-_7499f493-a661-cf06-1530-781c6269b38f-58af3b75, #w-node-_7499f493-a661-cf06-1530-781c6269b395-58af3b75, #w-node-_7499f493-a661-cf06-1530-781c6269b39b-58af3b75, #w-node-_7499f493-a661-cf06-1530-781c6269b3a1-58af3b75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db5dc803-1295-84b5-ca71-c695efa65e8a-58af3b75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-v12-latin-regular.woff2') format('woff2'), url('../fonts/inter-v12-latin-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-v12-latin-500.woff2') format('woff2'), url('../fonts/inter-v12-latin-500.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-v12-latin-600.woff2') format('woff2'), url('../fonts/inter-v12-latin-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}