body {
  background-color: #1c1c1c;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.page-wapper {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  height: 100vh;
  padding: 3rem;
  display: flex;
}

.c_lines_wapper {
  z-index: -5;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0% auto;
  overflow: hidden;
}

.c_lines_wapper.hide {
  display: none;
}

.c_lines_container {
  z-index: 9;
  width: 100%;
  position: relative;
}

.c_lines_lines {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.grid-line {
  background-color: #393939;
  width: 1px;
}

.grid-line-wapper {
  justify-content: space-between;
  align-items: stretch;
  width: 5.125rem;
  display: flex;
}

.top_navigation {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.main-content_cotainer {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.page_header {
  justify-content: flex-start;
  align-items: flex-end;
}

.description-wapper {
  width: 15.5rem;
}

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

.footer-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.square-dot {
  background-color: gray;
  width: 4px;
  height: 4px;
}

.text-tiny {
  color: #b7b7b7;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 700;
  line-height: 115%;
}

.text-xxhudge {
  color: #ededed;
  letter-spacing: -1.3rem;
  font-size: 15rem;
  font-weight: 700;
  line-height: 90%;
}

.text-large {
  color: #ededed;
  letter-spacing: -4px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 100%;
}

.wapper-bottom-line {
  border-bottom: 1px solid #8c8c8ccc;
  padding-bottom: .5rem;
}

.text-small {
  color: #ededed;
  font-size: 13px;
  line-height: 135%;
}

.h_grid-line-wapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 5.125rem;
  display: flex;
}

.horizontal_lines_lines {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.horizontal_lines_container {
  z-index: 9;
  width: 100%;
  position: relative;
}

.grid_container {
  z-index: -1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #393939;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 100vh;
  padding: 3rem;
  position: fixed;
}

.horizontal_grid-container {
  border: 1px solid #393939;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.horizontal_grid-container.hide {
  overflow: hidden;
}

.h_grid_lines {
  border: 1px solid #393939;
  border-width: 1px 0;
  height: 1.5rem;
}

.vertical_grid-container {
  border: 1px solid #393939;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.v_grid_lines {
  border-left: 1px solid #393939;
  border-right: 1px solid #393939;
  width: 60px;
  height: 100%;
}

.lines_position-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.newsletter_container {
  background-color: #fff;
}

.code-embed {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .page-wapper {
    padding: 1rem;
  }

  .main-content_cotainer {
    grid-template-columns: 2fr;
    margin-bottom: 0;
  }

  .page_header {
    margin-left: -4rem;
  }

  .text-xxhudge {
    font-size: 20rem;
  }

  .grid_container {
    padding: 1rem;
  }

  .newsletter {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .page_header {
    margin-left: -1.9rem;
  }

  .text-xxhudge {
    letter-spacing: -1rem;
    word-break: break-all;
    font-size: 11.5rem;
  }
}

#w-node-_5df262be-bb87-bf60-9372-217e70bf5932-c7575a3d {
  align-self: end;
}


