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

@font-face {
  font-family: D Din;
  src: url('../fonts/D-DIN-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: D Din;
  src: url('../fonts/D-DIN.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --text: #111;
  --text-secondary: #111;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

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

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

body {
  background-color: var(--white);
  color: var(--text);
  font-family: D Din, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 400;
  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;
}

.main.pt {
  padding-top: 12rem;
}

.nav {
  z-index: 999;
  padding-top: 2rem;
  padding-bottom: 2rem;
  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-menu-wrap, .nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.hero {
  margin-bottom: 0;
  padding-top: 180px;
  padding-bottom: 54px;
}

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

.hero-heading {
  max-width: 100%;
  margin-bottom: 24px;
  padding-bottom: .13em;
  padding-left: .13em;
  padding-right: .13em;
  font-size: 62px;
  font-weight: 700;
  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--notice {
  color: #00021299;
  margin-top: 32px;
  line-height: 1.5;
}

.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: brightness(120%);
  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 {
  align-items: center;
  font-weight: 600;
  display: flex;
}

.nav-link {
  text-shadow: 0 1px 4px #0000004d;
  align-items: center;
  height: 48px;
  margin-left: 24px;
  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);
  pointer-events: none;
  position: absolute;
  inset: -1px 0% -50%;
}

.custom-css {
  display: none;
}

.section-customers {
  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: 24px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
}

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

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

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

.stars-curve-glow {
  opacity: .4;
  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: 10;
  position: relative;
}

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

.heading-medium {
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}

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

.highlights-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--white);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 320px;
  padding: 56px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 1px #0000001a, 0 1px 3px #0003;
}

.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 {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  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: flex;
  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: #ffffff26;
}

.section-feature {
  position: relative;
}

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

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

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

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

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

.feature-section-header {
  text-align: center;
  padding-bottom: 0;
  position: relative;
}

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

.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 {
  max-width: 777px;
}

.feature-img-wrap.feature-img-wrap--cycles {
  max-width: 1084px;
}

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

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

.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;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.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 {
  width: 100%;
  top: 40%;
  left: 7%;
}

.feature-card-img.feature-card-img--roadmaps {
  width: 100%;
  top: 40%;
  left: 2%;
}

.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-cta2 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.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: 36px;
  margin-bottom: 16px;
  padding: .13em;
  font-size: 80px;
  font-weight: 400;
  line-height: .9;
}

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

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

.image {
  height: 5.93rem;
}

.div-block {
  padding-left: 3em;
}

.image-2 {
  height: 2rem;
}

.flex-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
}

.image-3 {
  width: auto;
  height: 4rem;
}

.text-block {
  text-align: left;
}

.div-block-2 {
  background-color: var(--white);
  color: #000;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 3rem;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 0 1px #0000001a, 0 1px 3px #0003;
}

.body {
  color: var(--white);
  background-color: #03030a;
}

.hero-heading-dark {
  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;
  line-height: 1;
}

.hero-dark {
  margin-bottom: -164px;
  padding-top: 210px;
}

.image-4 {
  width: 500px;
}

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

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

.feature-section-header-dark {
  text-align: center;
  margin-top: -270px;
  padding-top: 160px;
  padding-bottom: 0;
  position: relative;
}

.section-feature-dark {
  margin-top: -180px;
  padding-top: 280px;
  position: relative;
}

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

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

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

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

.section-cta-dark {
  margin-top: -128px;
  padding-bottom: 128px;
}

.div-block-3 {
  height: 1rem;
}

.div-block-4, .section {
  height: 3rem;
}

.code-embed {
  width: 100%;
  height: 760px;
}

.section-2 {
  height: 3rem;
}

.container-2 {
  padding-left: 16px;
  padding-right: 16px;
}

.flex-block-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.radio-button-field {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  align-items: center;
  padding: .5rem 2rem .5rem 0;
  display: inline-flex;
}

.radio-button-field.custom {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-right: .5rem;
  padding: 1rem 2rem;
  display: flex;
  position: relative;
}

.form {
  align-self: stretch;
}

.form-block {
  flex-flow: column;
  flex: auto;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  max-width: 700px;
  display: flex;
}

.div-block-5 {
  width: 100%;
  height: 2rem;
}

.radio-button {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0;
}

.radio-button.w--redirected-checked {
  border: 4px solid var(--text);
}

.radio-button.custom {
  border-radius: .75rem;
  width: 100%;
  height: 100%;
  margin-top: 0;
  position: absolute;
  inset: 0;
}

.radio-button.custom.w--redirected-checked {
  background-color: #0040ff1a;
  border-color: #2448b6;
}

.code-embed-2 {
  width: 100%;
  height: 730px;
}

@media screen and (max-width: 991px) {
  .hero-header {
    max-width: 690px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .image {
    height: 4.5rem;
  }

  .div-block-2 {
    padding: 16px;
  }

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

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

  .section {
    height: 2rem;
  }
}

@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: 42px;
  }

  .subheading {
    font-size: 18px;
  }

  .subheading.subheading--hero {
    margin-bottom: 24px;
  }

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

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

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

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

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

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

  .image {
    height: 4rem;
  }

  .div-block-2 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .hero-dark {
    padding-top: 140px;
  }

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

  .form-block {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 479px) {
  .hero-header {
    max-width: 420px;
  }

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

  .subheading {
    margin-bottom: 32px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .image {
    height: 3.5rem;
  }

  .flex-block {
    flex-flow: column;
  }

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

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

#w-node-da8e7327-db8d-a928-ae62-99ed8d21c55c-fc969c94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9cf0958-1a99-0a44-04d2-84f63d2d2b52-3d2d2b49, #w-node-e9cf0958-1a99-0a44-04d2-84f63d2d2b5a-3d2d2b49, #w-node-e9cf0958-1a99-0a44-04d2-84f63d2d2b62-3d2d2b49 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

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

#w-node-_0fac31d2-48e8-1c09-c78a-380fffa0164c-46aa8c28, #w-node-b354d0f1-eb39-2feb-e94b-fc1068b5d8ad-46aa8c28, #w-node-be67eec3-71fe-bfe7-5722-f028645b34d0-46aa8c28, #w-node-_786cb495-3138-0371-e899-ebdeff359fe3-46aa8c28, #w-node-_8cbd5787-2080-615e-a7eb-d52a77dc5f79-46aa8c28, #w-node-_76257a74-a353-45f9-5ced-a2b02b1b2ba9-46aa8c28, #w-node-_8c14e283-15fb-7c96-b1f5-3d980a59ecb1-46aa8c28, #w-node-e678dada-6d21-6ed3-d986-72ffadee0ea3-46aa8c28, #w-node-df16adef-4ad7-def1-addb-cb7f7f6208a8-46aa8c28, #w-node-_25594a34-6e82-31d3-1853-61ba0aca208f-46aa8c28, #w-node-f5485ce1-efdc-f5ba-f27e-b18e71409e63-46aa8c28, #w-node-_1ae16d82-2058-475f-fb32-d4a0fca55433-46aa8c28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

#w-node-d625ef23-0fad-e32e-5695-a9abe081a330-46aa8c28, #w-node-_752683f8-26a0-3c62-b564-effd06cdd65b-46aa8c28, #w-node-_7396a3e8-7e5b-243c-6f07-09bc12a77494-46aa8c28, #w-node-e48829f3-9b33-ad03-de1e-4304a1ad9cfa-46aa8c28, #w-node-_86475bb7-2a5c-75ba-4e2e-7ba9db32922d-46aa8c28, #w-node-_7b37ce74-7278-b0b5-d741-72d50a0ee936-46aa8c28, #w-node-_1c7932cc-d1a2-d0b9-155a-42c2d1224a3c-46aa8c28, #w-node-f1c0b6ea-0852-71dc-ae78-3886525ab6a9-46aa8c28, #w-node-f650feee-ac70-d385-7fce-be42c87cb6d2-46aa8c28, #w-node-f650feee-ac70-d385-7fce-be42c87cb6d8-46aa8c28, #w-node-f650feee-ac70-d385-7fce-be42c87cb6de-46aa8c28, #w-node-f650feee-ac70-d385-7fce-be42c87cb6e4-46aa8c28, #w-node-f650feee-ac70-d385-7fce-be42c87cb6ea-46aa8c28, #w-node-f650feee-ac70-d385-7fce-be42c87cb6f0-46aa8c28, #w-node-_25aaa22e-ea59-5563-1376-88772cb8fac3-46aa8c28, #w-node-_25aaa22e-ea59-5563-1376-88772cb8fac9-46aa8c28, #w-node-_25aaa22e-ea59-5563-1376-88772cb8facf-46aa8c28, #w-node-_25aaa22e-ea59-5563-1376-88772cb8fad5-46aa8c28, #w-node-_25aaa22e-ea59-5563-1376-88772cb8fadb-46aa8c28, #w-node-_25aaa22e-ea59-5563-1376-88772cb8fae1-46aa8c28, #w-node-_80378e76-71f3-5874-4b2a-194903bbde66-46aa8c28, #w-node-_80378e76-71f3-5874-4b2a-194903bbde6d-46aa8c28, #w-node-_7499f493-a661-cf06-1530-781c6269b383-46aa8c28, #w-node-_7499f493-a661-cf06-1530-781c6269b389-46aa8c28, #w-node-_7499f493-a661-cf06-1530-781c6269b38f-46aa8c28, #w-node-_7499f493-a661-cf06-1530-781c6269b395-46aa8c28, #w-node-_7499f493-a661-cf06-1530-781c6269b39b-46aa8c28, #w-node-_7499f493-a661-cf06-1530-781c6269b3a1-46aa8c28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f90bbaf5-7be7-e276-9a51-f5d1a05c32fe-7525a561, #w-node-_66445658-46ef-6464-accb-9695b151da5c-7525a561, #w-node-_034c70b5-52e0-92db-2718-a55361774349-7525a561 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1c7932cc-d1a2-d0b9-155a-42c2d1224a3c-7525a561 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f90bbaf5-7be7-e276-9a51-f5d1a05c32fe-c84b6cf8, #w-node-_66445658-46ef-6464-accb-9695b151da5c-c84b6cf8, #w-node-_034c70b5-52e0-92db-2718-a55361774349-c84b6cf8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1c7932cc-d1a2-d0b9-155a-42c2d1224a3c-c84b6cf8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f90bbaf5-7be7-e276-9a51-f5d1a05c32fe-ed79109e, #w-node-_66445658-46ef-6464-accb-9695b151da5c-ed79109e, #w-node-_034c70b5-52e0-92db-2718-a55361774349-ed79109e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1c7932cc-d1a2-d0b9-155a-42c2d1224a3c-ed79109e, #w-node-_0a3cf269-f8e0-76b8-a18e-397e8300e487-d72c66b2, #w-node-_1c7932cc-d1a2-d0b9-155a-42c2d1224a3c-85a3beeb, #w-node-_0a3cf269-f8e0-76b8-a18e-397e8300e487-7a38cd4e, #w-node-_1c7932cc-d1a2-d0b9-155a-42c2d1224a3c-bf601971 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@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;
}
@font-face {
  font-family: 'D Din';
  src: url('../fonts/D-DIN-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'D Din';
  src: url('../fonts/D-DIN.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@media screen and (max-width: 768px) {
  .feature-cards-wrap{
    overflow: auto;
  }
}
