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

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

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

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

:root {
  --background: var(--swatch--violet-white);
  --foreground: var(--swatch--black);
  --dark-mode--background: var(--swatch--satin-black);
  --dark-mode--text: var(--swatch--violet-white);
  --swatch--satin-black: #1c1e20;
  --swatch--violet-white: #e1e2e8;
  --white: white;
  --black: black;
  --light-mode--background: var(--swatch--violet-white);
  --light-mode--text: var(--swatch--black);
  --swatch--black: black;
}

body {
  background-color: var(--background);
  color: var(--foreground);
  letter-spacing: 0;
  cursor: none;
  font-family: Nippo, sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  transition: background-color .2s, color .2s;
}

h1 {
  letter-spacing: .5rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: H74 Parallax, sans-serif;
  font-size: 6.5em;
  font-weight: 400;
  line-height: 1.24;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Technor, sans-serif;
  font-weight: 500;
}

h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  letter-spacing: .54px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.2;
}

a {
  font-size: 1em;
  text-decoration: none;
}

label {
  margin-bottom: .3em;
  font-size: 1.25em;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: .3em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em 1em 1.7em;
  font-size: 1.2em;
  line-height: 1.6;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container.is-recent-works {
  min-width: auto;
}

.styleguide_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
}

.global_embed {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.global_symbol {
  position: fixed;
  inset: 0% 0% auto;
}

.styleguide_rich-text p {
  margin-top: 0;
  margin-bottom: 1.6em;
}

.styleguide_rich-text h1 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 3.28em;
}

.styleguide_rich-text h2 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 2.5em;
}

.styleguide_rich-text h3 {
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 2.19em;
}

.styleguide_rich-text h4 {
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 1.88em;
}

.styleguide_rich-text h5 {
  margin-top: 0;
  margin-bottom: .6em;
  font-size: 1.67em;
}

.styleguide_rich-text h6 {
  margin-top: 0;
  margin-bottom: .7em;
  font-size: 1.46em;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.text-size-h1 {
  font-size: 3.28em;
  line-height: 1.2;
}

.text-size-h2 {
  font-size: 2.5em;
  line-height: 1.2;
}

.text-size-h3 {
  font-size: 2.19em;
  line-height: 1.3;
}

.text-size-h4 {
  font-size: 1.88em;
  line-height: 1.3;
}

.text-size-h5 {
  font-size: 1.67em;
  line-height: 1.3;
}

.text-size-h6 {
  font-size: 1.46em;
}

.styleguide_form-input {
  border: 1px solid #0003;
  border-radius: 0;
  height: 3em;
  margin-bottom: 1em;
  padding: 0 .9em;
  font-size: 1.25em;
}

.text-size-display {
  font-size: 4.38em;
  line-height: 1.1;
}

.styleguide_form-submit {
  font-size: 1.25em;
}

.styleguide_list {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.page-padding {
  padding: 2.5rem 3.5rem;
}

.page-padding.is-home-hero {
  padding-top: 6.25rem;
}

.page-padding.is-no-bottom-padding {
  padding-bottom: 0;
}

.page-padding.is--1-5-top-padding {
  padding-top: 1.5rem;
}

.page-padding.is--footer {
  padding-bottom: 6.25rem;
}

.page-padding.is--404 {
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  display: flex;
}

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

.logo-header {
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
}

.logo-header.nav-flip-avatar {
  z-index: 5;
  position: absolute;
  inset: 0%;
}

.logo-header.nav-logo {
  z-index: 10;
  position: relative;
}

.hero-top-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.hero-top-text {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  text-align: right;
  letter-spacing: .24rem;
  flex-direction: column;
  font-size: .75rem;
  font-weight: 500;
  line-height: .975;
  display: flex;
}

.color-mode-changer {
  justify-content: center;
  align-items: center;
  width: 1.625rem;
  display: flex;
}

.color-changer-wrapper {
  background-color: var(--background);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.25em;
  height: 2.25em;
  padding: .25em;
  transition: color .2s, background-color .2s;
  display: flex;
}

.color-changer-wrapper:hover {
  background-color: var(--foreground);
  color: var(--background);
}

.hero-title {
  margin-top: 5em;
}

.hero-title.shuffle-view {
  justify-content: flex-start;
  align-items: flex-start;
}

.content-wrapper {
  grid-row-gap: 1.5rem;
  cursor: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-wrapper.is--recent-work {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.content-wrapper.temp {
  margin-top: 0;
}

.section-heading-wrapper {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h2-section-heading {
  letter-spacing: .25rem;
  font-family: Nippo, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: .975;
  word-spacing: .4rem;
}

.section-bar {
  background-color: var(--foreground);
  width: 100%;
  height: 2px;
}

.section-bar-contain {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.section-bar-shape {
  align-items: center;
  display: flex;
  position: relative;
  top: -1px;
}

.paragraph.is--current-protocol {
  letter-spacing: .18px;
  font-size: 3.75em;
  font-weight: 300;
  line-height: 1;
}

.paragraph.is--current-protocol.shuffle-view {
  text-decoration: none;
}

.text-span.is--normal {
  font-weight: 400;
}

.wrapper {
  width: 100%;
}

.wrapper.is--past-clients {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  letter-spacing: 0;
  flex-flow: wrap;
  width: 100%;
  line-height: 1.2;
  display: flex;
}

.wrapper.is-recent-works {
  width: 100%;
}

.wrapper.is--achievements {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  justify-items: stretch;
  display: grid;
}

.wrapper.is--work-history {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.block {
  align-items: center;
  display: flex;
}

.block.is--past-client {
  grid-column-gap: .625rem;
  flex-flow: wrap;
  font-size: 1.25em;
}

.block.is--work-history {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 2.5fr .75fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.card.is--achievements {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.title-achievements {
  letter-spacing: .144px;
  font-size: 3em;
  font-weight: 400;
  line-height: 1;
}

.companies-achieved {
  opacity: .5;
  letter-spacing: .36px;
  font-size: .75rem;
  font-weight: 300;
  line-height: 1.2;
}

.companies-achieved.shuffle-view.font-family-jetbrain {
  letter-spacing: .25px;
  font-family: JetBrains Mono, sans-serif;
  font-weight: 300;
}

.text-block.is--company-name {
  letter-spacing: .54px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.2;
}

.text-block.is--work-year {
  text-align: right;
  letter-spacing: 3.84px;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 400;
  line-height: .975;
}

.h3-company-title {
  letter-spacing: .54px;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
}

.footer-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-footer {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.footer-link-wrapper {
  grid-row-gap: .5rem;
  align-items: center;
  margin-left: 2.5rem;
  display: flex;
}

.footer-link {
  letter-spacing: 3.84px;
  text-transform: uppercase;
  font-family: Technor, sans-serif;
  font-size: .75rem;
  line-height: .975;
}

.divider.is--footer-links {
  justify-content: center;
  align-items: center;
  margin-left: .25rem;
  margin-right: .5rem;
  display: flex;
}

.back-to-top {
  justify-content: center;
  align-items: center;
  display: flex;
}

.back-to-top-wrapper {
  border-radius: 50vw;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-left: auto;
  transition: color .2s, background-color .2s;
  display: flex;
}

.back-to-top-wrapper:hover {
  background-color: var(--foreground);
  color: var(--background);
}

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

.h1-name {
  font-family: H74 Parallax, sans-serif;
  font-size: 6em;
}

.footer-link-contain {
  align-items: center;
  display: flex;
}

.cursor {
  z-index: 2147483647;
  opacity: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor_dot {
  border-radius: 100vw;
  width: 30px;
  height: 30px;
  transition: height .2s, width .2s;
}

.cursor_dot.on-hover {
  width: 60px;
  height: 60px;
}

.p-slider-container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.p-slider {
  aspect-ratio: 1;
  color: #fff;
  text-align: center;
  cursor: none;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-height: 80vw;
  margin-right: 1em;
  padding: 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image {
  z-index: 1;
  object-fit: cover;
  width: 200%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.tricks-slider_text {
  z-index: 2;
  letter-spacing: -.08em;
  font-size: 9.3em;
  font-weight: 400;
  position: relative;
}

.progress {
  background-color: #00000017;
  width: 80%;
  height: 1.5px;
  margin-top: 2.5em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.progress_fill {
  background-color: #000;
  width: 0%;
  height: 100%;
  position: relative;
}

.p-slider-wrapper {
  z-index: 99;
  position: relative;
}

.p-slider-wrapper.focus-cursor {
  overflow: visible;
}

.p-slider-progress-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  height: 28px;
  margin-top: 1em;
  display: flex;
}

.p-slider-progress {
  background-color: var(--foreground);
  transform-origin: 50% 100%;
  width: 1px;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1);
  transform: scale3d(1, .4, 1);
}

.body {
  cursor: none;
}

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

.utility-page-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button {
  background-color: var(--foreground);
  text-transform: uppercase;
  border-radius: 50px;
  padding: 1rem 2rem;
  font-family: Technor, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.button.is--top-padding {
  margin-top: 1rem;
}

.light-box.is--work {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.shuffle-hover.past-client-text, .shuffle-view.font-family-jetbrain {
  font-family: JetBrains Mono, sans-serif;
}

.lightbox-next-btn, .lightbox-prev-btn {
  border-radius: 50%;
  padding: 20px;
}

.body-2 {
  background-color: var(--background);
  pointer-events: auto;
  color: var(--foreground);
  cursor: none;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.body-2.dark-mode {
  background-color: var(--dark-mode--background);
  color: var(--dark-mode--text);
}

.display-none {
  display: none;
}

.theme-changer {
  background-color: #e1e2e800;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.25em;
  height: 2.25em;
  padding: .25em;
  transition: color .2s, background-color .2s;
  display: flex;
}

.theme-changer:hover {
  background-color: var(--foreground);
  color: var(--background);
}

.theme-changer.dark-mode {
  background-color: var(--foreground);
}

.theme-changer-wrapper {
  cursor: pointer;
  padding: 16px;
  position: relative;
  top: -2px;
  left: -2px;
}

.tc-back {
  aspect-ratio: 1;
  background-color: var(--swatch--satin-black);
  width: 12px;
}

.tc-top {
  aspect-ratio: 1;
  background-color: var(--swatch--violet-white);
  width: 12px;
  color: var(--swatch--satin-black);
  border: 3.15px solid #000;
  position: absolute;
  inset: auto 12px 9px auto;
}

.pc-item-wrap--light {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  pointer-events: auto;
  cursor: none;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: JetBrains Mono, sans-serif;
  display: flex;
  position: relative;
}

.pc-item-wrap--light.footer-social-media {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.pc-item-bg {
  z-index: -1;
  background-color: var(--foreground);
  opacity: 1;
  position: absolute;
  inset: 0%;
}

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

.footer-social-wrap--dark {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-link-2 {
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: JetBrains Mono, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: .975;
}

.footer-let-embed {
  max-height: 49px;
  margin-right: auto;
}

.pc-item-wrap--dark {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: JetBrains Mono, sans-serif;
  display: flex;
  position: relative;
}

.pc-item-wrap--dark.footer-social-media {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.footer-social-wrap--light {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cursor_drag {
  border-radius: 100vw;
  width: 30px;
  height: 22px;
  transition: height .2s, width .2s;
}

.cursor_drag.on-hover {
  width: 60px;
  height: 60px;
}

.cursor_normal {
  border-radius: 100vw;
  width: 30px;
  height: 30px;
  transition: height .2s, width .2s;
}

.cursor_normal.on-hover {
  width: 60px;
  height: 60px;
}

.footer-left.light {
  filter: invert();
  display: block;
}

.footer-left-top {
  border: 1px #1c1e20;
  border-style: none none solid solid;
  padding: 8px 10px;
}

.footer-bar-code-image {
  width: auto;
  height: 9px;
}

.footer-left-bottom {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 2px;
  display: flex;
}

.footer-left-bottom-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #1c1e20;
  letter-spacing: 2px;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 10px;
  font-weight: 300;
  line-height: .95;
  display: flex;
}

.footer-logo-link {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-right: 0;
  display: flex;
}

.footer-logo {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}

.footer-text {
  color: #1c1e20;
  width: auto;
  font-size: 4px;
  font-weight: 300;
  line-height: 1.5;
}

.cusrsor-wrapper {
  z-index: 9999;
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.bold-text {
  text-decoration: none;
}

.hide, .div-block {
  display: none;
}

.loading-screen {
  z-index: 10000;
  background-color: var(--background);
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  padding-top: 5vw;
  font-size: 1rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.loading-screen-wrapper {
  justify-content: center;
  align-items: center;
  width: 600px;
  max-width: 600px;
  display: flex;
}

.ls-icon-wrap {
  overflow: hidden;
}

.ls-text-wrap {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  width: 400px;
  display: flex;
}

.ls-text-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  display: flex;
}

.ls-text-icon {
  width: 10px;
  margin-bottom: -3px;
}

.ls-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ls-icon {
  width: 20px;
  line-height: 1;
}

.text-uppercase {
  text-transform: uppercase;
}

.ls-text-list-wrap {
  overflow: hidden;
}

.nav-brand-link {
  cursor: none;
  position: relative;
}

.slide-video-url {
  display: none;
}

@media screen and (min-width: 1440px) {
  .shuffle-hover.past-client-text {
    font-family: Roboto Mono, sans-serif;
  }

  .theme-changer.dark-mode:hover {
    background-color: var(--background);
    color: var(--foreground);
  }
}

@media screen and (max-width: 991px) {
  .page-padding.is-home-hero {
    padding-top: 3.5rem;
  }

  .page-padding.is--footer {
    padding-bottom: 3.5rem;
  }

  .cursor {
    display: block;
  }

  .progress {
    margin-top: 30px;
  }

  .ls-text-icon {
    width: 9px;
  }

  .ls-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .ls-icon {
    width: 18px;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .page-padding {
    padding: 1.25rem 2rem;
  }

  .page-padding.is-home-hero {
    padding-top: 2rem;
  }

  .page-padding.is--footer {
    padding-bottom: 2rem;
  }

  .logo-header {
    width: 2rem;
    height: 2rem;
  }

  .hero-title {
    margin-top: 2.5em;
  }

  .paragraph.is--current-protocol {
    font-size: 2.5em;
  }

  .wrapper.is--achievements {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .block.is--past-client {
    font-size: 1.125rem;
  }

  .block.is--work-history {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    display: grid;
  }

  .title-achievements {
    font-size: 2em;
  }

  .footer-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
  }

  .footer-link-wrapper {
    margin-left: 0;
  }

  .back-to-top-wrapper {
    margin-left: 0;
  }

  .h1-name {
    font-size: 3.5em;
  }

  .tricks-slider_text {
    font-size: 9.9em;
  }

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

  .footer-social-wrap--dark {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer-let-embed {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-social-wrap--light {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .loading-screen {
    padding-top: 20vw;
  }

  .loading-screen-wrapper {
    width: auto;
  }

  .ls-text-wrap {
    width: 400px;
  }

  .ls-text-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .ls-text-icon {
    width: 8px;
  }

  .ls-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ls-icon {
    width: 16px;
  }
}

@media screen and (max-width: 479px) {
  .hero-top-text {
    display: none;
  }

  .block.is--work-history {
    grid-column-gap: 1.5rem;
    grid-row-gap: .25rem;
    grid-template-rows: auto auto;
    grid-template-columns: 2.5fr .75fr;
  }

  .footer-wrapper {
    grid-row-gap: 2.5rem;
    flex-flow: column wrap;
    justify-content: space-between;
  }

  .footer-link-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }

  .h1-name {
    font-size: 2.6em;
  }

  .p-slider {
    width: 100%;
    max-height: 130vw;
  }

  .tricks-slider_text {
    font-size: 20em;
  }

  .loading-screen {
    padding-top: 25vw;
    font-size: .9rem;
  }

  .ls-icon-wrap {
    width: 100%;
  }

  .ls-text-wrap {
    width: auto;
  }

  .ls-text-list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .ls-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .text-uppercase {
    line-height: 1.2;
  }
}

#w-node-fbd7667c-7880-1018-6edb-7016237228a8-f47cfb80, #w-node-_10986efd-fd92-eae3-5d4f-371853aa5c99-f47cfb80, #w-node-a75700e2-4290-de62-ab72-f34ae4655e60-f47cfb80, #w-node-fb89e441-2346-357b-5a93-f3debac8ba92-f47cfb80, #w-node-_89df3f75-76fe-acc4-fff7-d37e337d416e-f47cfb80, #w-node-_89df3f75-76fe-acc4-fff7-d37e337d4170-f47cfb80, #w-node-_89df3f75-76fe-acc4-fff7-d37e337d4172-f47cfb80, #w-node-e8bae0f9-a82f-9dc9-c867-0ed5523cfe2e-f47cfb80, #w-node-_0d17899b-9d1b-c1c9-7b73-6730bf9bd8b6-f47cfb80, #w-node-dd8791cd-0dc3-3d3c-50b1-545701316720-f47cfb80, #w-node-_4b11dcf9-eb55-7bae-21da-95ec1483c017-f47cfb80, #w-node-_4b11dcf9-eb55-7bae-21da-95ec1483c019-f47cfb80, #w-node-_4b11dcf9-eb55-7bae-21da-95ec1483c01b-f47cfb80, #w-node-e67161b5-16ba-d783-9e96-7a8b3febac8c-f47cfb80, #w-node-e67161b5-16ba-d783-9e96-7a8b3febac8e-f47cfb80, #w-node-e67161b5-16ba-d783-9e96-7a8b3febac90-f47cfb80, #w-node-_420fe3ca-6110-c3cf-fd4a-82acea7deffb-f47cfb80, #w-node-_420fe3ca-6110-c3cf-fd4a-82acea7deffd-f47cfb80, #w-node-_420fe3ca-6110-c3cf-fd4a-82acea7defff-f47cfb80, #w-node-c67b84fc-808b-39b8-65fb-68732c7d354c-f47cfb80, #w-node-c67b84fc-808b-39b8-65fb-68732c7d354e-f47cfb80, #w-node-c67b84fc-808b-39b8-65fb-68732c7d3550-f47cfb80, #w-node-_036791d4-2d32-f586-e21d-282a52a77757-f47cfb80, #w-node-_036791d4-2d32-f586-e21d-282a52a77759-f47cfb80, #w-node-_036791d4-2d32-f586-e21d-282a52a7775b-f47cfb80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-dd1b0d64-653d-c49c-e567-9ebb530ce9e4-da533058, #w-node-b6a3a8d8-b907-77c5-9ab1-11d0de25fce8-da533058 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_89df3f75-76fe-acc4-fff7-d37e337d416e-f47cfb80, #w-node-e8bae0f9-a82f-9dc9-c867-0ed5523cfe2e-f47cfb80, #w-node-_4b11dcf9-eb55-7bae-21da-95ec1483c017-f47cfb80, #w-node-e67161b5-16ba-d783-9e96-7a8b3febac8c-f47cfb80, #w-node-_420fe3ca-6110-c3cf-fd4a-82acea7deffb-f47cfb80, #w-node-c67b84fc-808b-39b8-65fb-68732c7d354c-f47cfb80, #w-node-_036791d4-2d32-f586-e21d-282a52a77757-f47cfb80 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'H74 Parallax';
  src: url('../fonts/HParallax-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Technor';
  src: url('../fonts/Technor-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nippo';
  src: url('../fonts/Nippo-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nippo';
  src: url('../fonts/Nippo-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Local fixes */
.h2-section-heading .whitespace {
  white-space: pre;
}

.text-block.is--work-year .word {
  white-space: nowrap !important;
}

@media screen and (max-width: 479px) {
  .block.is--work-history {
    grid-template-columns: 1fr max-content;
  }

  .text-block.is--work-year {
    letter-spacing: 1.5px;
  }
}