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

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nohemi;
  src: url('../fonts/Nohemi-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nohemi;
  src: url('../fonts/Nohemi-Thin.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000;
  --accent_purple-2: #a587ff;
  --accent_purple-1: #95acff;
  --accent_cyan: #9dffe6;
  --white: white;
  --grey_dark: #111214;
  --grey_inactive: #11121480;
  --transparent: #fff0;
  --grey-2: #1a1c1f;
  --white-transparent: #ffffff4d;
}

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

.main_wrp {
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  overflow: hidden;
}

.content_1304-sc4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1304px;
  height: 100%;
  display: flex;
  position: relative;
}

.top_nav_wrp {
  z-index: 1;
  background-color: var(--black);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-bottom: 1px solid #fff3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 176px;
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
  position: fixed;
  inset: 0% auto auto;
}

.nav_wrp {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.logo_wrp {
  justify-content: center;
  align-items: flex-end;
  width: 95px;
  height: 100%;
  padding-bottom: 27px;
  display: flex;
  position: relative;
}

.nav_btn_wrp {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 56px;
  display: flex;
  position: relative;
}

.logo_img_t, .logo_img_b {
  width: 95px;
  height: 112px;
  position: absolute;
}

.nav_btn {
  background-image: linear-gradient(90deg, var(--accent_purple-2), var(--accent_purple-1) 55%, var(--accent_cyan));
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 56px;
  display: flex;
  position: absolute;
}

.nav_btn_black {
  background-color: var(--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 198px;
  height: 54px;
  margin: 1px;
  padding-left: 7px;
  position: absolute;
}

.btn_ttl {
  margin-top: -1px;
  font-family: Inter, Arial, sans-serif;
  font-size: 18px;
  line-height: 100%;
}

.nav_btn_ttl_wrp {
  color: var(--accent_purple-1);
  position: relative;
}

.sc_1_wrp {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 288px;
  padding-bottom: 40px;
  line-height: 16.8px;
  display: flex;
  position: relative;
}

.titles_wrp {
  align-self: flex-start;
  position: absolute;
}

.headline {
  font-family: Nohemi, Arial, sans-serif;
  font-size: 136px;
  font-weight: 700;
  line-height: 88%;
  position: relative;
}

.headline_wrp {
  width: 100%;
  max-width: 1120px;
  color: var(--white);
}

.headline_wrp.black {
  color: var(--grey_dark);
}

.accent_cyan {
  color: var(--accent_cyan);
}

.overline {
  color: var(--white);
  flex-flow: column;
  margin-bottom: 24px;
  display: flex;
  position: relative;
}

.caption {
  font-family: Nohemi, Arial, sans-serif;
  font-weight: 300;
  position: relative;
}

.ttl_icon {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
  position: relative;
}

.diamond_icon {
  width: 16px;
  height: 16px;
  position: relative;
}

.hero_vid_wrp {
  justify-content: center;
  align-items: center;
  width: 704px;
  height: 704px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 28%;
  overflow: hidden;
}

.content_1304_sc1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1304px;
  height: 100%;
  min-height: 1224px;
  display: flex;
  position: relative;
}

.video_play_btn {
  -webkit-backdrop-filter: invert();
  backdrop-filter: invert();
  cursor: pointer;
  border-radius: 136px;
  justify-content: center;
  align-items: center;
  width: 272px;
  height: 272px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.img_play_icon {
  width: 16px;
  height: 16px;
  position: relative;
}

.vid_caption_wrp {
  color: var(--white);
  position: absolute;
  inset: auto auto 24%;
}

.video_embedded {
  width: 706px;
  min-width: 706px;
  height: 706px;
  min-height: 706px;
  position: relative;
}

.decorative_grid_wrp {
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1112px;
  height: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.grid_line {
  background-color: #fff3;
  width: 1px;
  height: 100%;
}

.blocks_bg_element {
  opacity: .2;
  width: 270px;
  position: absolute;
  inset: 250px -129px auto auto;
}

.blocks_bg_element_2 {
  opacity: .25;
  width: 270px;
  position: absolute;
  inset: 1409px auto auto -413px;
}

.sc_2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 208px;
  display: flex;
  position: relative;
}

.content_1304_sc2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1304px;
  height: 100%;
  min-height: 424px;
  display: flex;
  position: relative;
}

.cap_sc2 {
  color: #fff;
  margin-top: -6px;
  margin-left: 315px;
}

.content_1080_sc2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.bio_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  position: relative;
}

.grid_container {
  position: relative;
}

.utility {
  display: none;
}

.box-block {
  background-image: linear-gradient(45deg, var(--accent_purple-2), var(--accent_purple-1) 50%, var(--accent_cyan));
  width: 100%;
  min-height: 288px;
  position: relative;
}

.box-block.typec {
  background-image: none;
}

.code-embed {
  display: none;
}

.bio-content {
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 48px 32px;
  position: relative;
}

.bio-content.black {
  color: var(--grey_dark);
}

.bio-content.sixth, .bio-content.seventh {
  padding-top: 24px;
  padding-bottom: 24px;
}

.bio-ttl {
  text-align: right;
  margin-left: -3px;
  font-family: Nohemi, Arial, sans-serif;
  font-size: 86px;
  font-weight: 100;
  line-height: 90%;
  display: flex;
}

.bio-ttl.purple {
  color: var(--accent_purple-1);
}

.headline2 {
  margin-bottom: 10px;
  font-family: Nohemi, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.paragraph {
  opacity: .85;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 19.2px;
}

.paragraph.error {
  color: #6f00ff;
}

.paragraph.margin {
  margin-top: 16px;
  margin-left: 6px;
}

.fast100-icon {
  height: 52px;
  margin-top: 4px;
  margin-bottom: 20px;
}

.icon-vid-wrp {
  z-index: -1;
  width: 30px;
  height: 38px;
  position: relative;
  overflow: hidden;
}

.video-lil-din-run {
  width: 30px;
  min-width: 30px;
  height: 38px;
  min-height: 38px;
  position: relative;
}

.bg-col {
  z-index: -2;
  background-color: var(--black);
  width: 100vw;
  height: 100vh;
  position: fixed;
}

.cell-empty-2 {
  width: 0;
  height: 0;
  display: none;
}

.bg-col-gradient {
  z-index: -2;
  background-image: linear-gradient(90deg, var(--accent_purple-2), var(--accent_purple-1) 52%, var(--accent_cyan));
  opacity: 0;
  width: 100vw;
  height: 110dvh;
  position: fixed;
}

.content_1304--sc3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1304px;
  height: 100%;
  min-height: 750px;
  display: flex;
  position: relative;
}

.content_1080-sc3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.arrow-shape {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 152px;
  height: 152px;
  display: flex;
  overflow: hidden;
}

.ttl-icon-40 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.video-lil-din-push {
  width: 156px;
  min-width: 156px;
  height: 156px;
  min-height: 156px;
  display: none;
  position: relative;
}

.sc3-vid-wrp {
  background-color: var(--white);
  justify-content: center;
  align-self: flex-start;
  align-items: flex-end;
  width: 368px;
  height: 704px;
  margin-top: 384px;
  margin-left: 341px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bio-video-embedded {
  width: 400px;
  min-width: 400px;
  height: 650px;
  min-height: 650px;
  margin-bottom: -3px;
  position: relative;
}

.sc3-grid-img {
  align-self: flex-start;
  width: 440px;
  margin-left: 426px;
  position: absolute;
  top: 751px;
  bottom: 751px;
}

.sc3-services_ttl_a {
  align-self: flex-start;
  height: 216px;
  padding-top: 24px;
  position: relative;
}

.sc3-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  position: relative;
}

.sc3-grid-item {
  max-width: 240px;
  color: var(--grey_dark);
  padding: 16px 16px 48px;
}

.subtitle {
  opacity: .85;
  font-family: Inter, Arial, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 38.4px;
}

.sc3-grid-subttl-item {
  max-width: 540px;
  color: var(--grey_dark);
  padding: 16px 16px 48px;
}

.sc3-services-ttl-b {
  align-self: flex-start;
  height: 216px;
  margin-left: 1px;
  padding-top: 24px;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

.titles-relative-wrp {
  width: 100%;
  padding-left: 16px;
  position: relative;
}

.titles-relative-wrp.space {
  margin-top: 72px;
}

.roate-icon {
  width: 24px;
  height: 24px;
  position: relative;
}

.sc3_wrp {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 360px;
  display: flex;
  position: relative;
}

.tetris-animation-wrp {
  opacity: .4;
  width: 237px;
  height: 273px;
  margin-left: 4px;
  position: absolute;
  top: 24px;
  right: auto;
}

.tetris-img {
  width: 100%;
  height: 100%;
  position: absolute;
}

.planning-img-bg {
  opacity: .4;
  width: 230px;
  position: absolute;
  top: auto;
  bottom: -154px;
}

.sc3-illustr-container {
  width: 100%;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: absolute;
}

.illustr-col-right {
  justify-content: center;
  align-items: flex-start;
  width: 33.33%;
  height: 100%;
  display: flex;
  position: relative;
  left: 66.66%;
}

.illustr-col-left {
  justify-content: center;
  align-items: flex-start;
  width: 33.33%;
  height: 100%;
  display: flex;
  position: relative;
  right: 66.66%;
}

.sc3-illustr-container-left {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: absolute;
}

.captions-wrp {
  width: 100%;
  max-width: 1080px;
  color: var(--grey_dark);
  padding-left: 16px;
  padding-right: 16px;
  position: absolute;
  inset: 600px auto auto;
}

.sc3-caption2 {
  color: var(--grey_dark);
  font-family: Nohemi, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 260%;
  position: relative;
}

.arrow-container2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 96px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.arrow-container-in {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1048px;
  height: 100%;
  display: flex;
  position: relative;
}

.arrow-hint-1-3 {
  width: 15px;
  height: 52px;
  margin-right: -7px;
  position: absolute;
  left: auto;
  right: 33.333%;
}

.arrow-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 96px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.arrow-container.top-margin {
  margin-top: 24px;
}

.arrow-container.top-margin2 {
  margin-top: 88px;
}

.sc4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 750px;
  padding-top: 88px;
  display: flex;
  position: relative;
}

.content_1080-sc4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  padding-bottom: 328px;
  display: flex;
  position: relative;
}

.bg-pattern {
  z-index: -2;
  opacity: 0;
  background-image: url('../images/Line_Tile_Grey-01.svg');
  background-position: 0 0;
  background-size: 7px 7px;
  width: 100vw;
  height: 110dvh;
  position: fixed;
}

.sc4_step-wrp {
  max-width: 512px;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-left: 33.75%;
  padding-left: 16px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.sc4-container-step {
  width: 100%;
  color: var(--white);
  margin-top: 312px;
  margin-bottom: 192px;
}

.sc4-subtitle-wrp {
  max-width: 350px;
  margin-right: 66.66%;
  padding-right: 16px;
}

.sc4-container-subtitle {
  width: 100%;
  color: var(--white);
  margin-top: 206px;
  padding-left: 16px;
}

.bold {
  font-weight: 700;
}

._1to100-icon {
  width: 21px;
  height: 17px;
  position: absolute;
  inset: 24px auto auto 127px;
}

.glitch-video-wrp {
  z-index: -2;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
}

.glitch-video-center-container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  height: 100%;
  display: flex;
  position: relative;
}

.gv-container {
  justify-content: center;
  align-items: center;
  width: 298px;
  height: 298px;
  display: flex;
  overflow: hidden;
}

.gv_column_container {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-right: 66%;
  display: flex;
  position: relative;
}

.glitch-video {
  width: 300px;
  min-width: 300px;
  height: 300px;
  min-height: 300px;
  position: relative;
}

.bg-col-contact {
  z-index: -2;
  background-color: var(--accent_cyan);
  width: 100vw;
  height: 110dvh;
  transition: background-color .5s;
  position: fixed;
}

.sc-contact {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 750px;
  padding-top: 100px;
  padding-bottom: 240px;
  display: flex;
  position: relative;
}

.content_1304-contact {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1304px;
  height: 100%;
  padding-top: 76px;
  display: flex;
  position: relative;
}

.content_1080-contact {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  min-height: 750px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.headline1-2 {
  font-family: Nohemi, Arial, sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 88%;
  position: relative;
}

.headline1-2.left {
  text-align: left;
}

.avatar-wrp {
  border-radius: 56px;
  width: 72px;
  height: 72px;
  position: relative;
  overflow: hidden;
}

.contact-container {
  width: 100%;
  max-width: 696px;
  position: relative;
}

.contact-paragraph {
  color: var(--grey_dark);
  margin-top: 24px;
}

.form-block {
  margin-left: 16px;
}

.form-input {
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: #0000 #0000 var(--grey_dark);
  height: 56px;
  color: var(--black);
  background-color: #fff0;
  margin-bottom: 8px;
  padding-left: 0;
  padding-right: 16px;
  font-family: Inter, Arial, sans-serif;
}

.form-input:focus {
  border-color: #0000 #0000 var(--grey_inactive);
  border-top-width: 1px;
  font-size: 16px;
}

.form-input::placeholder {
  color: var(--grey_inactive);
  font-size: 16px;
}

.form-input.message {
  min-height: 112px;
}

.form-input.email2 {
  border-width: 2px;
  border-color: #000;
  width: 400px;
  margin-bottom: 16px;
  padding: 16px;
}

.form {
  margin-top: 24px;
}

.submit-button {
  background-color: var(--grey_dark);
  border-radius: 8px;
  width: 224px;
  height: 56px;
  margin-top: 8px;
  padding-top: 12px;
  font-family: Nohemi, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.submit-button:hover {
  transform: scale(1.05);
}

.note-wrp {
  justify-content: flex-start;
  align-items: center;
  padding-left: 18px;
  display: flex;
}

.star-icon {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}

.caption2 {
  font-family: Inter, Arial, sans-serif;
  font-weight: 300;
  position: relative;
}

.contact-subttl-wrp {
  max-width: 540px;
  color: var(--grey_dark);
  margin-top: 88px;
  padding: 16px;
}

.contact-icons-wrp {
  color: var(--grey_dark);
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 16px 16px 14px;
  display: flex;
  position: relative;
}

.contact-icon-wrp {
  cursor: pointer;
  width: 88px;
  height: 88px;
  margin-right: 16px;
  position: relative;
}

.contact-icon-wrp:hover {
  transform: scale(1.05);
}

.bottom_popup {
  background-color: var(--grey_dark);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  margin-bottom: 16px;
  margin-right: 16px;
  padding: 16px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.bottom-popup-text-wrp {
  max-width: 192px;
  color: var(--white);
  text-align: right;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}

.cta-ttl {
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 19.2px;
}

.email-btn {
  width: 224px;
  height: 64px;
  color: var(--grey_dark);
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-email {
  font-family: Nohemi, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  position: relative;
}

.reveal {
  z-index: 99999;
  background-color: var(--black);
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.loading_image-logo {
  width: 180px;
  height: 40px;
  position: absolute;
}

.body {
  background-color: var(--black);
}

.loading-container {
  width: 180px;
  height: 40px;
  margin-top: 45vh;
  position: relative;
}

.loading_image-1, .loading_image-2, .loading_image-3 {
  width: 180px;
  height: 40px;
  position: absolute;
}

.video-colour-block {
  background-image: linear-gradient(90deg, var(--accent_cyan), var(--accent_purple-1) 51%, var(--accent_purple-2));
  position: absolute;
  inset: 0%;
}

.titles-wrp-inner {
  align-self: flex-start;
  position: absolute;
}

.dots_pattern {
  opacity: .3;
  background-image: url('../images/TIle_Brackets_-01.svg');
  background-position: 0 0;
  background-size: 8px 8px;
  position: absolute;
  inset: 0%;
}

.box-col-revieal {
  background-color: var(--grey_dark);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.box-col-revieal.switch-b {
  display: none;
}

.headline-services {
  width: 100%;
  max-width: 1120px;
  color: var(--grey_dark);
}

.arrow-hint-3-1 {
  width: 15px;
  height: 52px;
  margin-left: -7px;
  position: absolute;
  left: 33.33%;
}

.step-ttl {
  color: var(--accent_purple-1);
  text-align: right;
  margin-left: -3px;
  font-family: Nohemi, Arial, sans-serif;
  font-size: 86px;
  font-weight: 100;
  line-height: 90%;
  display: flex;
  position: relative;
}

.letstalk-linkblock {
  text-decoration: none;
}

.nav-trigger {
  width: 100%;
  height: 176px;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-btn-black-border {
  border: 1px solid var(--black);
  opacity: 0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 56px;
  position: absolute;
}

.hover-trigger {
  width: 80px;
  height: 80px;
  position: absolute;
}

.video-button-link {
  width: 272px;
  height: 272px;
  position: absolute;
}

.video-modal {
  z-index: 99999;
  background-color: #000000e6;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
}

.video-wrapper {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 90%;
  max-width: 1000px;
  position: relative;
}

.video-loader {
  z-index: 2;
  color: var(--accent_purple-1);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video-close {
  background-color: var(--accent_purple-1);
  cursor: pointer;
  border-radius: 28px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  position: absolute;
  inset: -72px 0% auto auto;
}

.video-close:hover {
  background-color: var(--accent_cyan);
}

.x-close-svg {
  width: 12px;
  height: 12px;
  position: relative;
}

.success-message {
  z-index: 99;
  background-color: var(--accent_cyan);
  color: var(--grey_dark);
  padding-top: 88px;
  padding-bottom: 69px;
  padding-left: 0;
}

.error-message {
  background-color: var(--transparent);
  padding-left: 4px;
}

.success-message-2 {
  background-color: var(--transparent);
  text-align: left;
  padding-top: 46px;
  padding-left: 0;
}

.error-message-2 {
  background-color: var(--transparent);
  padding-left: 4px;
}

.message-success {
  z-index: 99999;
  background-color: #000000e6;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: none;
  position: fixed;
  inset: 0%;
}

.message-wrp {
  background-color: var(--accent_cyan);
  width: 90%;
  max-width: 1000px;
  color: var(--grey_dark);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 80px 32px 64px;
  display: flex;
}

.success-headline-wrp {
  margin-bottom: 32px;
  margin-left: -6px;
}

.close-btn {
  background-color: var(--grey_dark);
  width: 224px;
  height: 56px;
  color: var(--white);
  cursor: pointer;
  border: 2px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.close-btn:hover {
  background-color: var(--accent_cyan);
  color: var(--grey_dark);
}

.email-success {
  z-index: 99999;
  background-color: #000000e6;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: none;
  position: fixed;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .main_wrp {
    overflow: hidden;
  }

  .content_1304-sc4 {
    max-width: 512px;
  }

  .top_nav_wrp {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav_wrp {
    max-width: 512px;
  }

  .nav_btn_wrp {
    cursor: auto;
    width: 152px;
  }

  .nav_btn {
    width: 152px;
    height: 48px;
  }

  .nav_btn_black {
    width: 150px;
    height: 46px;
  }

  .sc_1_wrp {
    padding-top: 256px;
  }

  .headline {
    font-size: 50px;
  }

  .headline_wrp {
    max-width: 390px;
  }

  .headline_wrp.black {
    max-width: 380px;
  }

  .overline {
    margin-bottom: 16px;
  }

  .caption {
    font-size: 12px;
    line-height: 14.4px;
  }

  .ttl_icon {
    margin-bottom: 16px;
  }

  .diamond_icon {
    width: 10px;
    height: 10px;
  }

  .hero_vid_wrp {
    width: 296px;
    height: 424px;
    margin-right: 16px;
    inset: auto 0% 0% auto;
  }

  .content_1304_sc1 {
    max-width: 512px;
    min-height: 686px;
  }

  .video_play_btn {
    cursor: auto;
    width: 160px;
    height: 160px;
  }

  .img_play_icon {
    width: 8px;
  }

  .video_embedded {
    width: 426px;
    min-width: 426px;
    height: 426px;
    min-height: 426px;
  }

  .decorative_grid_wrp {
    max-width: 512px;
  }

  .grid_line.grid_3 {
    display: none;
  }

  .blocks_bg_element {
    width: 180px;
    right: -150px;
  }

  .blocks_bg_element_2 {
    width: 180px;
    inset: 1022px -150px 0% auto;
  }

  .sc_2 {
    padding-top: 32px;
    padding-bottom: 120px;
  }

  .content_1304_sc2 {
    max-width: 512px;
    min-height: 224px;
  }

  .cap_sc2 {
    margin-top: 0;
    margin-left: 81px;
  }

  .bio_grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: 448px;
  }

  .box-block {
    min-height: auto;
  }

  .box-block.tybeb {
    background-image: none;
  }

  .box-block.typec {
    background-image: linear-gradient(45deg, var(--accent_purple-2), var(--accent_purple-1) 50%, var(--accent_cyan));
  }

  .bio-content {
    max-width: 320px;
    padding: 32px 16px;
  }

  .bio-content.black.switch {
    color: var(--white);
  }

  .bio-content.switch {
    color: var(--grey_dark);
  }

  .bio-content.third {
    padding-top: 48px;
    padding-bottom: 64px;
  }

  .bio-content.sixth {
    padding-top: 48px;
    padding-bottom: 16px;
  }

  .bio-ttl {
    margin-bottom: 4px;
    font-size: 40px;
  }

  .bio-ttl.purple.switch {
    color: var(--grey_dark);
  }

  .bio-ttl.switch {
    color: var(--accent_purple-1);
  }

  .headline2 {
    max-width: 132px;
    margin-bottom: 6px;
    font-size: 19px;
  }

  .headline2.long {
    max-width: none;
  }

  .paragraph {
    font-size: 14px;
    line-height: 16.8px;
  }

  .cell_empty {
    display: none;
  }

  .fast100-icon {
    height: 32px;
  }

  .icon-vid-wrp {
    width: 15px;
    height: 16px;
    margin-left: -5px;
  }

  .video-lil-din-run {
    width: 15px;
    min-width: 15px;
    height: 19px;
    min-height: 19px;
  }

  .cell-empty-2 {
    display: block;
  }

  .content_1304--sc3 {
    max-width: 512px;
  }

  .content_1080-sc3 {
    max-width: 480px;
  }

  .arrow-shape {
    width: 88px;
    height: 88px;
  }

  .ttl-icon-40 {
    margin-bottom: 24px;
  }

  .video-lil-din-push {
    width: 90px;
    min-width: 90px;
    height: 90px;
    min-height: 90px;
  }

  .sc3-vid-wrp {
    width: 176px;
    height: 408px;
    margin-top: 232px;
    margin-bottom: 24px;
    margin-left: 134px;
    inset: auto 0% 0% auto;
  }

  .bio-video-embedded {
    width: 208px;
    min-width: 208px;
    height: 440px;
    min-height: 440px;
    margin-left: -17px;
  }

  .sc3-grid-img {
    width: 216px;
    margin-left: 170px;
    top: 460px;
  }

  .sc3-services_ttl_a {
    height: 104px;
  }

  .sc3-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: 448px;
  }

  .sc3-grid.fourrows {
    grid-template-rows: auto auto auto auto;
  }

  .sc3-grid-item {
    padding-bottom: 32px;
  }

  .subtitle {
    font-size: 22px;
    line-height: 26.4px;
  }

  .sc3-grid-subttl-item {
    max-width: 300px;
    padding-bottom: 32px;
  }

  .sc3-services-ttl-b {
    width: 38%;
    height: 104px;
    left: 64%;
  }

  .titles-relative-wrp {
    max-width: 448px;
    padding-left: 16px;
  }

  .titles-relative-wrp.space {
    margin-top: 64px;
  }

  .roate-icon {
    width: 16px;
    height: 16px;
  }

  .sc3_wrp {
    padding-bottom: 224px;
  }

  .tetris-animation-wrp {
    width: 128px;
    height: 162px;
    top: 16px;
  }

  .planning-img-bg {
    width: 128px;
    bottom: -115px;
  }

  .illustr-col-right {
    width: 50%;
    left: 50%;
  }

  .illustr-col-left {
    width: 50%;
    right: 50%;
  }

  .captions-wrp {
    max-width: 480px;
    top: 339px;
  }

  .sc3-caption2 {
    font-size: 12px;
  }

  .arrow-container2 {
    display: none;
  }

  .arrow-hint-1-3 {
    margin-right: -7.5px;
    right: 50%;
  }

  .sc4 {
    padding-top: 0;
  }

  .content_1080-sc4 {
    padding-bottom: 88px;
  }

  .sc4_step-wrp {
    max-width: 300px;
    margin-left: 50%;
  }

  .sc4-container-step {
    margin-top: 120px;
    margin-bottom: 104px;
  }

  .sc4-subtitle-wrp {
    margin-right: 50%;
  }

  .sc4-container-subtitle {
    margin-top: 89px;
  }

  ._1to100-icon {
    width: 10px;
    height: 10px;
    top: 11px;
    left: 67px;
  }

  .glitch-video-center-container {
    max-width: 512px;
  }

  .gv-container {
    width: 158px;
    height: 158px;
  }

  .gv_column_container {
    margin-right: 50%;
  }

  .glitch-video {
    width: 160px;
    min-width: 160px;
    height: 160px;
    min-height: 160px;
  }

  .content_1304-contact {
    max-width: 512px;
  }

  .content_1080-contact {
    justify-content: flex-start;
    align-items: center;
    max-width: 480px;
  }

  .headline1-2 {
    font-size: 50px;
    line-height: 44px;
  }

  .contact-container {
    max-width: 512px;
  }

  .form-input.email2 {
    width: 100%;
  }

  .submit-button:hover {
    transform: none;
  }

  .caption2 {
    font-size: 12px;
    line-height: 14.4px;
  }

  .contact-subttl-wrp, .contact-icons-wrp {
    max-width: 300px;
  }

  .contact-icon-wrp {
    cursor: auto;
    width: 56px;
    height: 56px;
  }

  .contact-icon-wrp:hover {
    transform: scale(1);
  }

  .bottom-popup-text-wrp {
    max-width: 168px;
    padding-left: 0;
  }

  .cta-ttl {
    font-size: 14px;
    line-height: 16.8px;
  }

  .email-btn {
    cursor: auto;
    width: 192px;
    min-width: 192px;
    height: 56px;
  }

  .btn-email {
    font-size: 16px;
  }

  .box-col-revieal.switch-a {
    display: none;
  }

  .box-col-revieal.switch-b {
    display: block;
  }

  .headline-services {
    max-width: 390px;
  }

  .arrow-hint-3-1 {
    left: 50%;
  }

  .step-ttl {
    margin-bottom: 4px;
    font-size: 40px;
  }

  .nav-btn-black-border {
    width: 152px;
    height: 48px;
  }

  .video-button-link {
    width: 160px;
    height: 160px;
  }

  .video-close {
    cursor: auto;
    width: 48px;
    height: 48px;
  }

  .success-headline-wrp {
    margin-bottom: 16px;
  }

  .close-btn {
    cursor: auto;
    margin-top: 16px;
  }
}

@media screen and (max-width: 479px) {
  .content_1304-sc4, .content_1304_sc1, .decorative_grid_wrp, .content_1304_sc2 {
    max-width: 390px;
  }

  .bio_grid {
    min-width: 294px;
    max-width: 326px;
  }

  .headline2 {
    font-size: 19px;
  }

  .content_1304--sc3 {
    max-width: 390px;
  }

  .sc3-grid, .titles-relative-wrp {
    max-width: 326px;
  }

  .illustr-col-right {
    justify-content: center;
    align-items: flex-start;
    max-width: 163px;
    left: 50%;
  }

  .illustr-col-left {
    justify-content: center;
    align-items: flex-start;
    max-width: 163px;
  }

  .captions-wrp {
    max-width: 358px;
  }

  .content_1304-contact {
    max-width: 390px;
  }

  .contact-container {
    max-width: 326px;
  }

  .bottom_popup {
    width: 100%;
    max-width: 90%;
  }

  .email-btn {
    min-width: 128px;
  }

  .letstalk-linkblock.w--current {
    text-decoration: none;
    -webkit-text-decoration-color: var(--transparent);
    text-decoration-color: var(--transparent);
  }
}

#w-node-_32c99b2c-e76e-25a5-4763-335526b644d9-bd100caa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_132f387a-87ca-6347-09f7-0bd49a88477c-bd100caa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5d63d9bc-01f9-53c0-ca6e-50b24e51506f-bd100caa, #w-node-a7202c72-3bde-93c0-b668-5d80fd1ca940-bd100caa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_738b140e-cc6a-9750-e23d-76a6a16328f0-bd100caa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_132f387a-87ca-6347-09f7-0bd49a88477c-bd100caa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}