@font-face {
  font-family: "Ppbitmap Font Pack Free For Personal Use 193 Ee 013 4 D 0 F 492 B 8 E 2 F A 8 D 570 A 50055 6";
  src: url('../fonts/PPBitmap_Font_Pack_-_Free_for_Personal_Use_193ee013-4d0f-492b-8e2f-a8d570a50055-6.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pp Neue Montreal;
  src: url('../fonts/PPNeueMontreal-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pp Neue Montreal;
  src: url('../fonts/PPNeueMontreal-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Pp Neue Montreal;
  src: url('../fonts/PPNeueMontreal-SemiBolditalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Pp Neue Montreal;
  src: url('../fonts/PPNeueMontreal-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pp Neue Montreal;
  src: url('../fonts/PPNeueMontreal-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pp Neue Montreal;
  src: url('../fonts/PPNeueMontreal-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PP Mondwest;
  src: url('../fonts/PPMondwest-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PP Neue Bit;
  src: url('../fonts/PPNeueBit-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary: #171712;
  --off-white: #f8f8f6;
  --paragraph: #878784;
  --boarder: #1717121a;
}

a {
  color: var(--primary);
  font-size: 18px;
  text-decoration: none;
}

.logo-wrap {
  justify-content: center;
  align-items: center;
  width: 72px;
  max-width: 72px;
  height: 96px;
  max-height: 96px;
  display: flex;
  position: relative;
}

.body {
  background-color: var(--off-white);
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  font-family: Pp Neue Montreal, Arial, sans-serif;
}

.glitch-block {
  z-index: 1;
  background-color: var(--off-white);
  opacity: 0;
  width: 12px;
  min-width: 12px;
  max-width: 12px;
  height: 12px;
  min-height: 12px;
  max-height: 12px;
  font-size: 3px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.glitch-block._1 {
  inset: auto auto 0 24px;
}

.glitch-block._2 {
  inset: auto auto 26px 24px;
}

.glitch-block._4 {
  inset: 40px auto auto 0;
}

.glitch-block._3 {
  inset: 0 12px auto auto;
}

.glitch-block._5 {
  inset: 36px auto auto 24px;
}

.glitch-block._6 {
  inset: 12px 0 auto auto;
}

.glitch-block._7 {
  inset: 0 auto auto 12px;
}

.glitch-block._8 {
  inset: 40px auto auto 0;
}

.glitch-block._9 {
  inset: 36px auto auto 24px;
}

.glitch-block._10 {
  inset: 12px auto auto 36px;
}

.glitch-block._11 {
  inset: 12px 0 auto auto;
}

.glitch-block._12 {
  inset: auto auto 0% 24px;
}

.loading-screen {
  background-color: var(--off-white);
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  display: flex;
  position: fixed;
  inset: 0;
}

.content-wrap {
  z-index: 0;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--off-white);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: start;
  place-items: start stretch;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  margin: 0;
  display: flex;
  position: relative;
}

.content-wrap.dark-mode {
  background-color: var(--primary);
}

.content-wrap._404 {
  justify-content: center;
  align-items: center;
}

.navbar {
  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;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 0;
  display: grid;
}

.button {
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 18px;
  line-height: 18px;
  display: flex;
}

.button.primary {
  background-color: var(--primary);
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
}

.button.primary.dark-mode {
  background-color: var(--off-white);
  color: var(--primary);
  font-weight: 500;
}

.button.primary.hug {
  width: auto;
}

.button.secondary {
  border: 1px solid var(--primary);
  background-color: var(--off-white);
  color: var(--primary);
  font-weight: 500;
}

.button.secondary.dark-mode {
  border-color: var(--off-white);
  background-color: var(--primary);
  color: var(--off-white);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--off-white);
  font-weight: 500;
}

.button.secondary.hug {
  width: auto;
}

.button.client {
  padding-left: 0;
  padding-right: 0;
}

.toggle-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.toggle-wrap.mobile {
  display: none;
}

.toggle-switch {
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 18px;
  display: flex;
}

.toggle-switch.active {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--off-white);
  cursor: pointer;
}

.toggle-switch.active.dark-mode {
  border: 1px solid var(--off-white);
}

.toggle-switch.not-active {
  border: 1px solid var(--primary);
  background-color: var(--off-white);
  cursor: pointer;
  font-weight: 500;
}

.toggle-switch.not-active.dark-mode {
  border-color: var(--off-white);
  background-color: var(--off-white);
}

.content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: stretch;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding: 24px;
  display: grid;
}

.content.dark-mode {
  background-color: var(--primary);
}

.h1 {
  color: var(--primary);
  letter-spacing: -2.04px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 120px;
  font-weight: 500;
  line-height: 132px;
}

.h1.pixelated {
  color: var(--primary);
  letter-spacing: -4.38px;
  height: 132px;
  font-family: PP Mondwest, Arial, sans-serif;
  font-size: 146px;
  font-weight: 400;
}

.h1.dark-mode {
  color: var(--off-white);
}

.text-block {
  letter-spacing: 0;
}

.separator {
  background-color: var(--primary);
  width: 100%;
  height: 8px;
  margin-top: 1px;
}

.separator.dark-mode {
  background-color: var(--off-white);
}

.p1 {
  color: var(--primary);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.p1.sub-text {
  color: var(--paragraph);
  order: 0;
  align-self: flex-start;
}

.p1.dark-mode {
  color: var(--off-white);
}

.button-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  display: flex;
}

.link-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.link-wrap.dark {
  opacity: 1;
}

.link {
  border-bottom: 1px solid var(--boarder);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 48px;
  display: flex;
}

.link.dark-mode {
  border-style: solid;
  border-width: 1px;
  border-color: var(--boarder) var(--boarder) #f8f8f61a;
}

.link.dark {
  opacity: 1;
  color: var(--off-white);
  border: 1px solid #000;
}

.link.darkk {
  border: 1px solid var(--paragraph);
}

.link.darkmode {
  color: var(--off-white);
  border: 0 solid #000;
  border-bottom: 1px solid #f8f8f61a;
}

.div-block {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.logo.dark {
  opacity: 0;
}

.clients-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.clients-wrapper.light {
  opacity: 1;
}

.clients {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-width: 100%;
  display: flex;
}

.client {
  order: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.client-link {
  border: 0 #000;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.client-link.dark {
  color: var(--off-white);
  border: 0 #000;
}

.boarder {
  background-color: var(--boarder);
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  position: absolute;
  inset: auto 0 0% 0%;
}

.boarder.dark {
  background-color: #f8f8f61a;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .button.primary.toggle-mobile {
    border: 1px solid var(--primary);
  }

  .toggle-wrap {
    height: 48px;
  }

  .h1 {
    font-size: 80px;
    line-height: 88px;
  }

  .h1.pixelated {
    font-size: 98px;
  }

  .separator {
    margin-top: -45px;
  }
}

@media screen and (max-width: 767px) {
  .button.primary.toggle-mobile {
    border: 1px solid var(--primary);
  }

  .toggle-wrap {
    display: none;
  }

  .toggle-wrap.mobile {
    display: flex;
  }

  .h1 {
    font-size: 72px;
    line-height: 79px;
  }

  .h1.pixelated {
    height: auto;
    font-size: 90px;
    line-height: 99px;
  }

  .separator {
    margin-top: 2px;
  }
}

@media screen and (max-width: 479px) {
  .content-wrap {
    z-index: 0;
  }

  .button.primary {
    width: 100%;
    height: 40px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
  }

  .button.primary.toggle-mobile {
    border: 1px solid var(--primary);
    width: 40px;
  }

  .button.secondary {
    width: 100%;
    height: 40px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
  }

  .button.secondary.toggle-mobile {
    width: 40px;
  }

  .toggle-wrap {
    display: none;
    position: sticky;
  }

  .toggle-wrap.mobile {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .h1 {
    font-size: 48px;
    line-height: 53px;
  }

  .h1.pixelated {
    height: auto;
    font-size: 60px;
    line-height: 66px;
  }

  .separator {
    margin-top: -12px;
  }

  .p1 {
    font-size: 14px;
    line-height: 18px;
  }

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

  .logo, .logo.dark {
    width: 24px;
    height: 32px;
  }

  .clients-wrapper.light, .clients-wrapper.dark {
    justify-content: flex-start;
    align-items: flex-start;
  }
}

#w-node-_46803705-e4e4-7017-75fc-cae5d30deeff-ef48b6a3, #w-node-e5afead4-a1a1-a145-413e-6484f1dc5473-ef48b6a3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_01369920-5bf3-e742-85ee-1b20da557b37-ef48b6a3 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_45ce767a-d7f5-f4aa-ed1d-3407a5dafca8-ef48b6a3 {
  grid-area: 1 / 5 / 2 / 8;
  justify-self: end;
}

#w-node-_1f56004e-be3a-9f2e-7434-0f985f599a80-ef48b6a3 {
  grid-area: 4 / 1 / 5 / 6;
  place-self: end start;
}

#w-node-ec1c412e-c10c-0bbf-631b-bb9918566887-ef48b6a3 {
  grid-area: 5 / 2 / 6 / 5;
  place-self: start;
}

#w-node-_80f509a6-9dcf-6043-b717-76677b1124a7-ef48b6a3 {
  grid-area: 8 / 1 / 9 / 3;
  align-self: end;
}

#w-node-dc097935-e687-d46e-6f95-b7b89af4ebd2-ef48b6a3 {
  grid-area: 5 / 1 / 6 / 2;
  place-self: center;
}

#w-node-_25a3e14c-5f9d-0750-d301-d105d307dac3-ef48b6a3, #w-node-e3dc1505-0ed0-c8ea-0a0b-0400056f53f9-ef48b6a3 {
  grid-area: 7 / 5 / 9 / 8;
}

@media screen and (max-width: 991px) {
  #w-node-_45ce767a-d7f5-f4aa-ed1d-3407a5dafca8-ef48b6a3 {
    grid-column-start: 3;
  }

  #w-node-_1f56004e-be3a-9f2e-7434-0f985f599a80-ef48b6a3 {
    grid-column-end: 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1f56004e-be3a-9f2e-7434-0f985f599a80-ef48b6a3 {
    grid-row: 2 / 3;
    grid-column-end: 8;
  }

  #w-node-ec1c412e-c10c-0bbf-631b-bb9918566887-ef48b6a3 {
    grid-area: 3 / 3 / 4 / 8;
  }

  #w-node-_80f509a6-9dcf-6043-b717-76677b1124a7-ef48b6a3 {
    grid-row: 4 / 5;
    grid-column-end: 8;
  }

  #w-node-dc097935-e687-d46e-6f95-b7b89af4ebd2-ef48b6a3 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-_25a3e14c-5f9d-0750-d301-d105d307dac3-ef48b6a3, #w-node-e3dc1505-0ed0-c8ea-0a0b-0400056f53f9-ef48b6a3 {
    grid-row-end: 8;
    grid-column-start: 1;
  }

  #w-node-_1b03b402-9c2e-ac09-18c8-619faa4b436c-ef48b6a3 {
    grid-area: 8 / 1 / 9 / 8;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_46803705-e4e4-7017-75fc-cae5d30deeff-ef48b6a3, #w-node-e5afead4-a1a1-a145-413e-6484f1dc5473-ef48b6a3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1f56004e-be3a-9f2e-7434-0f985f599a80-ef48b6a3 {
    grid-row: 2 / 3;
    grid-column-end: 8;
  }

  #w-node-ec1c412e-c10c-0bbf-631b-bb9918566887-ef48b6a3 {
    grid-area: 3 / 3 / 4 / 8;
  }

  #w-node-_80f509a6-9dcf-6043-b717-76677b1124a7-ef48b6a3 {
    grid-row: 4 / 5;
    grid-column-end: 8;
  }

  #w-node-dc097935-e687-d46e-6f95-b7b89af4ebd2-ef48b6a3 {
    grid-area: 3 / 1 / 4 / 3;
    place-self: center;
  }

  #w-node-_25a3e14c-5f9d-0750-d301-d105d307dac3-ef48b6a3 {
    grid-row: 7 / 8;
    grid-column-start: 1;
  }

  #w-node-e3dc1505-0ed0-c8ea-0a0b-0400056f53f9-ef48b6a3 {
    grid-area: 7 / 1 / 8 / 8;
  }

  #w-node-_1b03b402-9c2e-ac09-18c8-619faa4b436c-ef48b6a3 {
    grid-area: 8 / 1 / 9 / 8;
  }
}


@font-face {
  font-family: 'Ppbitmap Font Pack Free For Personal Use 193 Ee 013 4 D 0 F 492 B 8 E 2 F A 8 D 570 A 50055 6';
  src: url('../fonts/PPBitmap_Font_Pack_-_Free_for_Personal_Use_193ee013-4d0f-492b-8e2f-a8d570a50055-6.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pp Neue Montreal';
  src: url('../fonts/PPNeueMontreal-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pp Neue Montreal';
  src: url('../fonts/PPNeueMontreal-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Pp Neue Montreal';
  src: url('../fonts/PPNeueMontreal-SemiBolditalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Pp Neue Montreal';
  src: url('../fonts/PPNeueMontreal-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pp Neue Montreal';
  src: url('../fonts/PPNeueMontreal-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pp Neue Montreal';
  src: url('../fonts/PPNeueMontreal-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Mondwest';
  src: url('../fonts/PPMondwest-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Bit';
  src: url('../fonts/PPNeueBit-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}