:root {
  --black: #020204;
  --brand--space: 2.77vw;
  --max-w: 1280px;
  --text-body: #535765;
  --brand--blue: #0d33f0;
  --base-blue: #3d5cf5;
  --neutral--200: #e2e4e9;
  --neutral--100: #f6f8fa;
  --text-muted: #878c97;
  --brand--teal: #1abebf;
  --brand--red: #cd280c;
  --brand--purple: #d430d3;
  --green: #2dd264;
}

body {
  color: var(--black);
  margin-left: 13%;
  margin-right: 13%;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  color: var(--black);
  letter-spacing: -2.88px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 96px;
  font-weight: 500;
  line-height: 96px;
}

h2 {
  letter-spacing: -1.44px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
}

h3 {
  letter-spacing: -1.08px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
}

.hero {
  padding-top: var(--brand--space);
  padding-bottom: var(--brand--space);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.logo {
  background-image: url('../images/Logo.svg');
  background-position: 50%;
  background-size: cover;
  width: 180px;
  height: 24px;
}

.hero-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: var(--text-body);
  text-align: center;
  text-wrap: balance;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  max-width: 560px;
  margin-top: 160px;
  display: grid;
  position: relative;
}

.hero-image {
  background-color: var(--brand--blue);
  aspect-ratio: 1.75;
  background-image: url('../images/red-grad.png');
  background-position: 0 0;
  background-size: contain;
  border: 88px solid #ffffff14;
  border-radius: 32px;
  width: 100%;
  height: 588px;
  margin-top: 56px;
  padding: 8px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 8px #0000001f;
}

.button-inner {
  background-color: var(--base-blue);
  white-space: nowrap;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 56px;
  padding-right: 56px;
  font-weight: 500;
  display: flex;
}

.button-inner.p {
  background-color: var(--base-blue);
  color: #fff;
  transition: all .15s;
}

.button-inner.p:hover {
  background-color: #4b67f6;
}

.button-inner.s {
  border: 0px solid var(--neutral--200);
  color: var(--black);
  background-color: #fff;
}

.button {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 1px;
  text-decoration: none;
}

.button.primary {
  background-image: linear-gradient(180deg, #506cf5, var(--base-blue) 74%);
  width: max-content;
  box-shadow: 0 0 0 1px #375dfb, 0 1px 2px #253ea77a;
}

.button.secondary {
  background-color: var(--neutral--200);
  box-shadow: 0 1px 2px #e4e5e73d;
}

.button.secondary:hover {
  background-color: var(--neutral--100);
}

.button.secondary.cc-large {
  height: 56px;
}

.why {
  padding-top: var(--brand--space);
  padding-bottom: var(--brand--space);
}

.why-headline {
  text-align: center;
  letter-spacing: -1.44px;
  text-transform: uppercase;
  text-wrap: balance;
  margin-top: 40px;
  margin-bottom: 80px;
  font-family: Oswald, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
}

.why-headline_body {
  color: var(--text-muted);
  font-weight: 400;
}

.why-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.why-knowledge {
  background-color: var(--brand--blue);
  border-radius: 32px;
  min-height: 320px;
  display: flex;
  overflow: hidden;
}

.why-control {
  background-color: var(--brand--teal);
  border-radius: 32px;
  min-height: 300px;
  overflow: hidden;
}

.why-deadline {
  background-color: var(--brand--red);
  border-radius: 32px;
  min-height: 300px;
}

.why-help {
  background-color: var(--brand--purple);
  border-radius: 32px;
  min-height: 320px;
}

.why-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  flex-flow: column;
  padding: 32px;
  display: flex;
}

.why-content.k {
  width: 52%;
  padding-right: 0;
}

.why-content.c {
  padding-bottom: 24px;
}

.why-content.d {
  padding-bottom: 12px;
}

.why-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.why-image.k {
  background-image: url('../images/why-k-img.svg');
  background-position: 50% 0;
  background-size: cover;
  width: 48%;
}

.why-image.c {
  background-image: url('../images/why-c-img.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  min-height: 136px;
}

.why-image.h {
  background-image: url('../images/why-h-img.svg');
  background-size: cover;
  height: 132px;
}

.why-image.d {
  background-image: url('../images/why-d-img.svg');
  background-size: cover;
  height: 152px;
}

.why-k-headline {
  max-width: 296.945px;
}

.features {
  padding-top: var(--brand--space);
  padding-bottom: var(--brand--space);
}

.features-title {
  text-align: center;
  margin-top: 56px;
  margin-bottom: 56px;
}

.feature {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.feature.cc-swap {
  flex-flow: row-reverse;
}

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

.feature-content.cc-swap {
  justify-content: center;
  align-items: center;
}

.feature-image {
  background-color: var(--neutral--100);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 32px;
  width: 510px;
  height: 400px;
}

.feature-image.cc-dash {
  background-image: url('../images/dashboard.png');
  background-size: cover;
}

.feature-image.cc-cal {
  background-image: url('../images/calendar.png');
  background-size: cover;
}

.feature-image.cc-arch {
  background-image: url('../images/archives.png');
  background-size: cover;
}

.feature-image.cc-lists {
  background-image: url('../images/lists.png');
  background-size: cover;
}

.feature-image.cc-explore {
  background-image: url('../images/explore.png');
  background-size: cover;
}

.eyebrow {
  letter-spacing: -.48px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
}

.eyebrow.cc-explore {
  color: var(--brand--purple);
}

.eyebrow.cc-blue {
  color: var(--brand--blue);
}

.eyebrow.cc-red {
  color: var(--brand--red);
}

.eyebrow.cc-teal {
  color: var(--brand--teal);
}

.eyebrow.cc-green {
  color: var(--green);
}

.feature-content_body {
  color: var(--text-body);
}

.title-case {
  letter-spacing: -1.44px;
  font-size: 48px;
  line-height: 56px;
}

.feature-content_inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 378px;
  display: flex;
}

.features-group {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  display: flex;
}

.workspaces {
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.cta {
  background-color: var(--black);
  color: #fff;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  min-height: 344px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.footer-copyright {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #02020499;
  flex-flow: column;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.email-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.footer-label {
  color: #02020499;
  letter-spacing: -.36px;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 16px;
}

.social-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon {
  width: 20px;
  height: 20px;
}

.icon.cc-24 {
  width: 24px;
  height: 24px;
}

.legal-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.underline-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #02020499;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: underline;
  display: flex;
}

.text-sm_regular {
  font-weight: 400;
  line-height: 16px;
}

.btn-group {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.cta-content {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 420px;
  display: flex;
  position: relative;
}

.cta-logo {
  width: 52px;
  height: 40px;
}

.workspace-content {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 420px;
  padding: 20px;
  display: flex;
  position: relative;
}

._w-person-1 {
  background-image: url('../images/francis.svg');
  background-position: 0 0;
  background-size: contain;
  width: 124px;
  height: 40px;
  position: absolute;
  top: 10%;
  left: 10%;
  transform: rotate(-4.66deg);
}

._w-person-2 {
  background-image: url('../images/kazeem.svg');
  background-position: 0 0;
  background-size: contain;
  width: 133px;
  height: 40px;
  position: absolute;
  bottom: 10%;
  right: 10%;
  transform: rotate(4.3deg);
}

._w-component {
  background-image: url('../images/workspace.svg');
  background-position: 0 0;
  background-size: cover;
  width: 240px;
  height: 130px;
  position: absolute;
  top: 15%;
  right: 5%;
  transform: rotate(13deg);
}

._w-modal {
  background-image: url('../images/Contributors.svg');
  background-position: 0 0;
  background-size: cover;
  width: 200px;
  height: 203.42px;
  position: absolute;
  bottom: 15%;
  left: 5%;
  transform: rotate(-11.86deg);
}

.cta-blur {
  filter: blur(200px);
  pointer-events: none;
  border-radius: 50vw;
  width: 200px;
  height: 200px;
  position: absolute;
}

.cta-blur.cc-blue {
  background-color: #0d33f0;
  bottom: -10%;
  left: 20%;
}

.cta-blur.cc-red {
  background-color: #cd280c;
  top: 5%;
  right: 10%;
}

.cta-blur.cc-purple {
  background-color: #d42fd3;
  bottom: -20%;
  right: 20%;
}

.cta-blur.cc-teal {
  background-color: #1abebf;
  top: 5%;
  left: 5%;
}

.body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
}

.img-wrapper {
  background-color: #fff;
  border-radius: 24px;
  height: 100%;
  min-height: 400px;
  max-height: 572px;
  overflow: hidden;
}

.popup-close_icon {
  flex: none;
  width: 24px;
  height: 24px;
}

.popup-block {
  z-index: 100000000;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.popup-form.cc-contact {
  height: 560px;
  overflow: auto;
}

.c-popup_inner {
  z-index: 2147483647;
  background-color: var(--black);
  background-image: url('../images/blue-grad.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border: 8px solid #0ff3;
  border-radius: 40px;
  width: 70%;
  max-width: 800px;
  max-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
  position: relative;
}

.c-popup_inner.cc-contact {
  background-image: url('../images/red-grad.png');
}

.popup-close {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--neutral--100);
  cursor: pointer;
  mix-blend-mode: normal;
  background-color: #ffffff14;
  border-radius: 90px;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: center;
  margin-bottom: 24px;
  padding: 16px 24px;
  font-size: 20px;
  line-height: 24px;
  display: flex;
}

.c-popup {
  z-index: 90000;
  visibility: hidden;
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0009;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  transition-property: opacity;
  transition-duration: .4s;
  transition-timing-function: ease;
  position: fixed;
  inset: 0%;
}

.c-popup.cc-show {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  visibility: visible;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.email-input {
  color: var(--neutral--100);
  background-color: #ffffff14;
  border: 1.5px solid #ffffff12;
  border-radius: 12px;
  height: 56px;
  margin-bottom: 16px;
  padding-left: 16px;
}

.email-input::placeholder {
  color: #ffffff80;
}

.input-label {
  color: var(--neutral--100);
  letter-spacing: .08px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.form-group {
  margin-left: auto;
  margin-right: auto;
}

.form-success {
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.text-span {
  color: #ffffffb3;
}

.text-block {
  line-height: 36px;
}

.form-error {
  background-color: var(--brand--red);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--neutral--100);
  border-radius: 12px;
  font-family: Oswald, sans-serif;
}

.error-msg-span {
  opacity: .7;
  font-weight: 300;
}

.hero-icon {
  background-image: url('../images/rule.svg');
  background-position: 0 0;
  background-size: contain;
  width: 56px;
  height: 56px;
  position: absolute;
  bottom: 0;
  right: -20%;
  transform: rotate(-7deg);
}

.hero-icon.cc-folder {
  background-image: url('../images/folder.svg');
  top: -20%;
  left: -20%;
  transform: rotate(-9deg);
}

.hero-icon.cc-file {
  background-image: url('../images/document.svg');
  top: -20%;
  right: -20%;
  transform: rotate(9deg);
}

.hero-icon.cc-prof {
  background-image: url('../images/professional.svg');
  bottom: 0%;
  left: -20%;
  transform: rotate(9deg);
}

.google-form {
  justify-content: center;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .hero.max-w {
    max-width: var(--max-w);
    margin-left: auto;
    margin-right: auto;
  }

  .hero-image {
    height: 100%;
    min-height: 640px;
  }

  .why.max-w, .features.max-w, .workspaces.max-w, .cta.max-w, .footer.max-w {
    max-width: var(--max-w);
  }

  .img-wrapper {
    min-height: 400px;
    max-height: none;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    margin-top: 32px;
  }

  .hero-image {
    border-width: 40px;
    width: 100%;
    height: auto;
  }

  .why-grid {
    width: 100%;
  }

  .why-image.c {
    min-height: 140px;
  }

  .why-image.h {
    height: 153px;
  }

  .feature-image {
    width: 50%;
    height: 320px;
  }

  .title-case {
    text-wrap: balance;
    font-size: 40px;
    line-height: 48px;
  }

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

  .body {
    margin-left: 10%;
    margin-right: 10%;
  }

  .img-wrapper {
    min-height: 260px;
  }

  .popup-block {
    width: auto;
  }

  .c-popup_inner {
    width: 90%;
  }

  .popup-close {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding: 12px 20px;
    font-size: 18px;
    right: 69px;
  }
}

@media screen and (max-width: 767px) {
  .hero-content {
    margin-top: 120px;
  }

  .hero-image {
    border-width: 30px;
  }

  .why-headline {
    font-size: 32px;
    line-height: 44px;
  }

  .why-knowledge {
    flex-flow: column;
  }

  .why-content {
    text-align: left;
    text-wrap: balance;
  }

  .why-content.k {
    width: 100%;
    padding-right: 32px;
  }

  .why-image.k {
    background-position: 50% 20%;
    background-repeat: no-repeat;
    background-size: 60%;
    width: 100%;
    height: 200px;
  }

  .why-k-headline {
    max-width: none;
  }

  .features-title {
    font-size: 40px;
    line-height: 48px;
  }

  .feature, .feature.cc-swap {
    flex-flow: column-reverse;
  }

  .feature-image {
    width: 100%;
  }

  .title-case {
    font-size: 32px;
    line-height: 40px;
  }

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

  .btn-group {
    flex-flow: column;
  }

  .cta-content {
    max-width: 400px;
  }

  .hero-headline {
    font-size: 72px;
    line-height: 72px;
  }

  .c-popup_inner {
    width: 100%;
    max-width: none;
  }

  .popup-close {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    top: 30px;
    right: 8vw;
  }

  .c-popup {
    padding: 24px 5vw 50px;
  }

  .hero-icon {
    right: 0%;
  }

  .hero-icon.cc-folder {
    left: 0%;
  }

  .hero-icon.cc-file {
    right: 0%;
  }

  .hero-icon.cc-prof {
    left: 0%;
  }
}

@media screen and (max-width: 479px) {
  .hero-image {
    border-width: 0;
    padding: 0;
  }

  .why-content {
    text-wrap: wrap;
  }

  .why-image.k {
    background-size: cover;
  }

  .cta {
    height: 360px;
  }

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

  .hero-headline {
    font-size: 64px;
    line-height: 64px;
  }

  .img-wrapper {
    height: 212px;
  }

  .c-popup_inner {
    padding: 20px;
  }

  .form-group {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

#w-node-_3f96ab79-4a32-557b-536e-d464f49b6bfc-acfa3ae6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9b40be8e-9b7c-621b-c018-eace5c60d68d-acfa3ae6 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-ab9a46f7-c70e-7097-a3e3-23a07e209aac-acfa3ae6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b587d9be-e383-f08b-7c72-26165acf5540-acfa3ae6, #w-node-_9ad5b17f-8d20-f21c-aa1f-4c3cfb372bea-acfa3ae6 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

@media screen and (max-width: 991px) {
  #w-node-_9b40be8e-9b7c-621b-c018-eace5c60d68d-acfa3ae6 {
    grid-column: span 8 / span 8;
  }

  #w-node-ab9a46f7-c70e-7097-a3e3-23a07e209aac-acfa3ae6 {
    grid-column: span 4 / span 4;
  }

  #w-node-_9ad5b17f-8d20-f21c-aa1f-4c3cfb372bea-acfa3ae6 {
    grid-column: span 8 / span 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ab9a46f7-c70e-7097-a3e3-23a07e209aac-acfa3ae6, #w-node-b587d9be-e383-f08b-7c72-26165acf5540-acfa3ae6 {
    grid-column: span 8 / span 8;
  }
}


