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

:root {
  --black: black;
  --white: white;
  --bgheight: 60vh;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  width: 1vw;
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1vw;
}

blockquote {
  color: #fff;
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  font-family: IBM Plex Mono, sans-serif;
  display: block;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.intro-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 65vw;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.container.biocontainer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 80%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5%;
  display: flex;
  position: relative;
  overflow: visible;
}

.styleguide-content-wrap {
  text-align: center;
  font-family: IBM Plex Mono, sans-serif;
}

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

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-jumbo {
  z-index: 999;
  opacity: 1;
  color: #fff;
  text-transform: none;
  width: auto;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1em;
  line-height: 1.8em;
  position: relative;
  overflow: hidden;
}

.heading-jumbo.intro-text {
  padding-left: 10px;
}

.heading-jumbo.techstack {
  display: none;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-speaking-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.label.cc-about-light {
  opacity: .6;
}

.paragraph-light {
  opacity: .8;
  color: #ccc;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1em;
  line-height: 1.2em;
}

.paragraph-light.cc-position-name {
  margin-bottom: 5px;
}

.introsection {
  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;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.introsection.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
  display: none;
}

.introsection.intro {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(0deg, #000 65%, #fff0 80%);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5vw;
  padding: 15vw 8vw 4vw;
  position: relative;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  font-family: IBM Plex Mono, sans-serif;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.nav-projects {
  opacity: 1;
  color: #666;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: .5vh 0;
  padding: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: block;
}

.nav-projects:hover {
  opacity: .9;
  color: #000;
  background-color: #ff1493;
  font-weight: 700;
}

.nav-projects:active {
  opacity: .8;
}

.nav-projects.w--current {
  opacity: 1;
  color: #000;
  text-align: right;
  text-transform: lowercase;
  background-color: #0000;
  flex: 0 auto;
  align-self: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.2em;
  font-weight: 500;
  transition: background-color 1s cubic-bezier(.175, .885, .32, 1.275), opacity .2s;
}

.nav-projects.w--current:hover {
  opacity: .8;
  color: #000;
  font-weight: 500;
}

.nav-projects.w--current:active {
  opacity: .7;
  color: #32343a;
}

.nav-projects.w--current:lang(en-us) {
  color: #000;
}

.nav-projects.aimbot {
  color: var(--black);
}

.navigation-items {
  color: #ff1493;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-right: 2%;
  display: flex;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 1% 8% 0 7.5%;
  font-family: IBM Plex Mono, sans-serif;
  display: flex;
}

.logo-image {
  width: 6.5vw;
  display: block;
}

.navigation-wrap {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.intro-wrap {
  flex-flow: column;
  width: auto;
  padding-top: 0%;
  font-size: 16px;
  line-height: 16px;
  display: flex;
}

.name-text {
  clear: none;
  color: #ff1493;
  height: auto;
  margin-bottom: 1vw;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.5em;
}

.position-name-text {
  text-align: right;
  text-transform: none;
  margin-bottom: 0;
  margin-left: auto;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.2vw;
  font-weight: 500;
  line-height: 1.8vw;
}

.position-name-text.parallax {
  font-family: Space Grotesk, sans-serif;
  font-weight: 400;
  line-height: 1.8vw;
}

.position-name-text.udp {
  color: var(--white);
  font-family: Courier Prime, sans-serif;
  font-weight: 400;
  line-height: 1.8vw;
}

.position-name-text.aim {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.8vw;
}

.position-name-text.nomad {
  color: #fff;
  font-family: Anonymous Pro, sans-serif;
  font-weight: 400;
  line-height: 1.8vw;
}

.position-name-text.itp {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  line-height: 1.8vw;
}

.work-description {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.work-experience-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-bottom: 140px;
}

.works-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . ."
                 ". . ."
                 / 1.5fr 1fr 1.5fr;
  margin-bottom: 80px;
}

.carrer-headline-wrap {
  width: 70%;
  margin-bottom: 50px;
}

.work-image {
  text-align: center;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 460px;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.work-image:hover {
  opacity: .8;
}

.work-image:active {
  opacity: .7;
}

.work-image.cc-work-1 {
  background-image: url('../images/design/portfolio-1---wide.svg');
  background-size: cover;
}

.work-image.cc-work-2 {
  background-image: url('../images/design/portfolio-2---wide.svg');
  background-size: cover;
}

.work-image.cc-work-4 {
  background-image: url('../images/design/portfolio-3---wide.svg');
  background-size: cover;
}

.work-image.cc-work-3 {
  background-image: url('../images/design/portfolio-4---wide.svg');
  background-size: cover;
}

.rr-eresres-eresearesearresearcresearch {
  opacity: 0;
  height: 29vh;
  margin-top: 1%;
  margin-bottom: 1%;
  padding-left: 2%;
  padding-right: 2%;
  font-size: 36px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
  transition: opacity .4s cubic-bezier(.445, .05, .55, .95);
  display: block;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.rr-eresres-eresearesearresearcresearch:hover {
  opacity: 1;
  height: 50vh;
}

.rr-eresres-eresearesearresearcresearch:active {
  opacity: .7;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5vh 5vw;
  display: flex;
}

.webflow-link {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  color: var(--white);
  align-items: center;
  margin-right: -20px;
  font-size: 20px;
  display: flex;
}

.footer-item {
  opacity: 1;
  color: #ff1493;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Courier Prime, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: 1;
  color: #ff008a;
  box-shadow: 0 2px 20px 8px #ff1493;
}

.footer-item:active {
  opacity: .8;
}

.about-intro-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 140px;
}

.hi-there-heading {
  margin-top: 10px;
  margin-bottom: 20px;
}

.service-name-text {
  opacity: .6;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
}

.skillset-wrap {
  padding-right: 60px;
}

.reference-link {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

.reference-link:hover {
  opacity: 1;
}

.reference-link:active {
  opacity: .9;
}

.featured-item-wrap {
  margin-bottom: 25px;
}

.services-items-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  padding-top: 10px;
}

.skills-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  margin-bottom: 140px;
}

.personal-features-grid {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-areas: ". ."
                       ". .";
  margin-bottom: 110px;
}

.speaking-text {
  margin-right: 8px;
  display: inline-block;
}

.speaking-text.cc-past-speaking {
  opacity: .6;
}

.speaking-detail {
  opacity: .6;
  display: inline-block;
}

.upcoming-wrap {
  margin-bottom: 40px;
}

.social-media-heading {
  margin-bottom: 60px;
}

.social-media-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . . ."
                       ". . . .";
  margin-bottom: 30px;
}

.project-overview-grid {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template: ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  margin-top: 0;
  margin-bottom: 135px;
}

.detail-header-image {
  width: 100%;
}

.project-description-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2.5fr;
  margin-top: 120px;
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.email-section {
  text-align: center;
  width: 70%;
  margin: 140px auto 200px;
}

.email-link {
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 400;
  line-height: 88px;
  text-decoration: none;
}

.email-link:hover {
  opacity: .8;
}

.email-link:active {
  opacity: .7;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.image {
  padding-left: 0;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.background {
  z-index: 0;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  background-clip: border-box;
  height: auto;
  position: fixed;
  inset: 0% 0% auto;
}

.photo-wrap {
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-image: linear-gradient(#0000 80%, #000000e6), url('../images/bio/SDIM3074.jpg'), url('../images/bio/DSCF9056.jpg');
  background-position: 0 0, 50%, 50%;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, cover;
  background-attachment: scroll, scroll, scroll;
  background-clip: border-box;
  border-radius: 5%;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  width: 19vw;
  max-width: none;
  height: 40svw;
  margin: 0% 0;
  padding-left: 0;
  text-decoration: none;
  transition: all 1s ease-in-out;
  display: flex;
  position: relative;
}

.photo-wrap:hover {
  background-image: linear-gradient(#0000 80%, #000000e6), url('../images/midi-glove/DSC_4437.jpg'), url('../images/bio/SDIM3074.jpg');
  background-position: 0 0, 50%, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, cover, cover;
  background-attachment: scroll, scroll, scroll;
  box-shadow: 0 0 5px 5px #ff1493, inset 0 0 8px 4px #000;
}

.photo-wrap:active {
  background-image: linear-gradient(#0000 80%, #000000e6), url('../images/bio/SDIM3074.jpg'), url('../images/midi-glove/DSC_4437.jpg');
  background-position: 0 0, 50%, 40%;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, cover;
  background-attachment: scroll, scroll, scroll;
  box-shadow: 0 0 5px 5px #ff1493, inset 0 0 8px 4px #000;
}

.maingrid {
  z-index: 2;
  float: none;
  clear: none;
  grid-row-gap: 0px;
  background-color: #000;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  align-content: stretch;
  align-items: center;
  height: auto;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
  overflow: visible;
}

.body {
  color: #fff;
  background-color: #000;
  font-family: IBM Plex Mono, sans-serif;
  line-height: 16px;
}

.research-hover {
  z-index: 2;
  background-image: url('../images/midi-glove/DSC_4437.jpg');
  background-position: 50%;
  background-size: cover;
  max-width: none;
  height: 30vh;
  margin-left: 0;
  margin-right: 0;
  transition: height .4s cubic-bezier(.86, 0, .07, 1);
  display: block;
  position: relative;
  overflow: visible;
}

.research-hover:hover {
  background-image: url('../images/LandingTest.gif');
  height: 50vh;
}

.sidegrid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr;
  padding-left: 8%;
  padding-right: 8%;
  position: relative;
}

.div-block {
  z-index: 999;
  background-color: #000000b3;
  width: 200vh;
  height: 100vw;
  display: none;
  position: fixed;
}

.bold-text {
  color: var(--white);
}

.bold-text-2 {
  color: #fff;
}

.bold-text-3 {
  color: var(--white);
}

.research-heading {
  z-index: 999;
  color: #fff;
  margin-bottom: 0;
  padding-left: 8%;
  padding-right: 13%;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.5em;
  line-height: 2em;
  text-decoration: none;
  position: relative;
}

.research-heading.link {
  font-size: 1em;
  line-height: 1.5em;
}

.text-block {
  color: #aaa;
  text-align: center;
  align-self: center;
  font-family: source-han-serif-sc, sans-serif;
  font-size: 1.5em;
  line-height: 2em;
  display: block;
}

.block-quote {
  margin: 0 5% 0%;
  padding-top: 15px;
  padding-bottom: 20px;
  display: none;
}

.link {
  color: #ccc;
  font-family: IBM Plex Mono, sans-serif;
  text-decoration: none;
}

.link:hover {
  color: #ff1493;
}

.main-copy {
  z-index: 2;
  background-image: url('../images/midi-glove/DSC_4437.jpg');
  background-position: 50%;
  background-size: cover;
  max-width: none;
  height: 30vh;
  margin-left: 0;
  margin-right: 0;
  transition: height .4s cubic-bezier(.755, .05, .855, .06);
  position: relative;
}

.main-copy:hover {
  height: 50vh;
}

.side {
  z-index: 0;
  background-image: url('../images/midi-glove/DSC_4443-copy-2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: none;
  height: 40vh;
  margin-left: 0;
  margin-right: 0;
  transition: box-shadow .6s ease-in-out;
  position: relative;
}

.side:hover {
  z-index: 999;
  text-align: center;
  background-image: url('../images/midi-glove/MD.gif');
  transform: none;
}

.side.light {
  z-index: 0;
  background-image: url('../images/light-mnemonics/DSCF0287.JPG');
  background-position: 60%;
  background-repeat: no-repeat;
}

.side.light:hover {
  z-index: 998;
  box-shadow: none;
  background-image: url('../images/light-mnemonics/LM.gif');
  background-size: cover;
}

.side.solar {
  z-index: 0;
  background-image: url('../images/de-orbitis/P1021263.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
}

.side.solar:hover {
  z-index: 999;
  box-shadow: none;
  background-image: url('../images/de-orbitis/DOP.gif');
  background-position: 50% 60%;
}

.side.hit {
  z-index: 0;
  background-image: url('../images/hit/Hit.jpg');
  background-position: 50%;
}

.side.hit:hover {
  box-shadow: none;
  background-image: url('../images/hit/Hit.gif');
}

.heading-2 {
  margin-top: 1%;
}

.youtube {
  z-index: 1;
  margin-top: -60px;
  padding-bottom: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.video {
  width: 100vw;
  height: 10%;
  position: absolute;
  inset: 0% 0% auto;
}

.artembed {
  z-index: 1;
  border-radius: 0;
  width: 120vw;
  height: 115vh;
  display: block;
  position: fixed;
  inset: 0% 0% 0% -10vw;
}

.sideblock {
  z-index: 999;
  height: 40vh;
  position: relative;
}

.research {
  z-index: 2;
  background-image: url('../images/parallax/Parallax-Cover.jpg');
  background-position: 50%;
  background-size: cover;
  max-width: none;
  height: 60vh;
  margin-left: 8%;
  margin-right: 8%;
  text-decoration: none;
  transition: margin-right 5s ease-in-out, margin-left 5s ease-in-out;
  display: block;
  position: relative;
  overflow: visible;
  box-shadow: inset 0 0 15px 5px #000;
}

.research:hover {
  background-image: url('../images/parallax/parallax.gif');
  background-position: 50%;
  background-size: cover;
  margin-left: 0%;
  margin-right: 0%;
}

.research.w--current {
  text-decoration: none;
}

.research.main2 {
  background-image: url('../images/parallax/Parallax-Cover.jpg');
  background-position: 50%;
  background-size: cover;
  display: none;
}

.research.main2:hover {
  background-image: none;
}

.research.main1 {
  background-image: url('../images/aimbot/50875e05e70739e8b32007ba79503165.webp-copy-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.research.main1:hover {
  background-image: none;
}

.research.parallax {
  background-image: url('../images/parallax/Parallax-Cover.jpg');
  background-position: 50%;
  background-size: cover;
  height: 80vh;
  transition: opacity .2s, margin-right 2.5s ease-in-out, margin-left 2.5s ease-in-out;
}

.research.parallax:hover {
  opacity: 1;
  background-image: url('../images/parallax/ParaLightbox.gif'), url('../images/parallax/Parallax-Cover.jpg');
  background-position: 50%, 50%;
  background-size: cover, cover;
}

.research.chatitp {
  background-image: url('../images/chatitp/ChatITP1-copy.png'), url('../images/chatitp/Screenshot-2024-10-29-at-2.59.08-PM.png');
  background-position: 0 0, 50%;
  background-size: cover, cover;
  height: 80vh;
  transition-duration: 2.5s, 2.5s;
}

.research.udp {
  background-image: url('../images/udp/UDP-Thumb.png');
  background-position: 50%;
  background-size: cover;
  height: 80vh;
  transition-duration: 2.5s, 2.5s;
}

.research.udp:hover {
  background-image: url('../images/udp/UDP-GIF.gif'), url('../images/udp/UDP-Thumb.png');
  background-position: 50%, 50%;
  background-size: cover, cover;
}

.research.aimbot {
  background-image: url('../images/aimbot/P1062323.jpg');
  background-position: 50%;
  background-size: cover;
  height: 75vh;
  transition-duration: 2.5s, 2.5s;
  box-shadow: inset 0 0 15px 10px #000;
}

.research.aimbot:hover {
  background-image: url('../images/aimbot/AimBot-Front.gif');
  background-position: 0 0;
  background-size: cover;
}

.research.nomad {
  background-image: url('../images/data-nomad/Screenshot-2024-12-02-at-3.17.34-AM.png');
  background-position: 0 100%;
  background-size: cover;
  height: 80vh;
  transition-duration: 2.5s, 2.5s;
}

.research.nomad:hover {
  background-image: url('../images/data-nomad/nomad.gif'), url('../images/data-nomad/Screenshot-2024-12-02-at-3.17.34-AM.png');
  background-position: 0 100%, 0 100%;
  background-size: cover, cover;
}

.research-text {
  z-index: 999;
  opacity: 0;
  filter: blur(5px);
  color: #fff;
  height: 100%;
  margin-top: 0%;
  margin-bottom: 0%;
  padding: 5% 2%;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  transition: all 10s cubic-bezier(.012, .907, .32, 1.275);
  display: block;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.research-text:hover {
  opacity: 1;
  filter: none;
  background-color: #0000;
  background-image: linear-gradient(#0009 30%, #0000004d 50%, #0000 60%);
  height: 100%;
}

.research-text:active {
  opacity: .7;
}

.research-text.all-links {
  text-decoration: none;
}

.subscript {
  color: #ff1493;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 2em;
}

.text-span {
  font-size: 2em;
  font-weight: 600;
  line-height: 1em;
}

.research-header {
  font-size: 2em;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
}

.topnav {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #ff1493;
  text-align: right;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  line-height: 16px;
  display: flex;
}

.project-intro {
  flex-flow: row;
  margin: 1% 8% 1vh;
  line-height: 16px;
  display: flex;
}

.project-intro.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
  display: none;
}

.project-intro.intro {
  background-image: linear-gradient(0deg, #000 65%, #fff0 85%);
  margin-top: 5%;
  margin-bottom: 0%;
  padding-top: 10%;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.project-title {
  text-transform: none;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1em;
}

.project-title.parallax {
  padding-right: 25vw;
  font-family: Space Grotesk, sans-serif;
  font-size: 2.5vw;
  line-height: 3vw;
}

.project-title.telemetry {
  padding-right: 2em;
  font-size: 2.5vw;
  line-height: 3vw;
}

.project-title.udp {
  color: #fff;
  padding-right: 12vw;
  font-family: Courier Prime, sans-serif;
  font-size: 2.5vw;
  line-height: 3vw;
}

.project-title.aim {
  letter-spacing: .25px;
  padding-right: 20vw;
  font-family: Roboto, sans-serif;
  font-size: 2.5vw;
  line-height: 3vw;
}

.project-title.nomad {
  color: #fff;
  padding-right: 10vw;
  font-family: Anonymous Pro, sans-serif;
  font-size: 2.5vw;
  line-height: 3vw;
}

.project-title.itp {
  color: #fff;
  padding-right: 8vw;
  font-family: Open Sans, sans-serif;
  font-size: 2.5vw;
  line-height: 3vw;
}

.project-title.udp-copy {
  color: #fff;
  padding-right: 12vw;
  font-family: Courier Prime, sans-serif;
  font-size: 2.5vw;
  line-height: 3vw;
}

.body-2 {
  background-color: #d9d9d9;
  line-height: 16px;
}

.project-intro-text {
  opacity: 1;
  margin-top: 1vh;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.2vw;
  line-height: 1.8vw;
}

.project-intro-text.cc-position-name {
  margin-bottom: 5px;
}

.project-intro-text.parallax {
  margin-top: 1vh;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.2vw;
  line-height: 1.8vw;
}

.project-intro-text.udp {
  color: var(--white);
  margin-top: 1vh;
  font-family: Courier Prime, sans-serif;
  font-size: 1.2vw;
  line-height: 1.8vw;
}

.project-intro-text.aim {
  letter-spacing: .25px;
  margin-top: 1vh;
  font-family: Roboto, sans-serif;
  font-size: 1.2vw;
  line-height: 1.8vw;
}

.project-intro-text.nomad {
  color: #fff;
  margin-top: 1vh;
  font-family: Anonymous Pro, sans-serif;
  font-size: 1.2vw;
  line-height: 1.8vw;
}

.project-intro-text.itp {
  color: var(--white);
  margin-top: 1vh;
  font-family: Open Sans, sans-serif;
  font-size: 1.2vw;
  line-height: 1.8vw;
}

.description {
  width: 80%;
  margin-right: 0%;
}

.div-block-3 {
  width: 40%;
}

.typer {
  font-size: 1.5em;
  line-height: 2em;
  text-decoration: none;
}

.research-unfinished {
  z-index: 2;
  opacity: .4;
  max-width: none;
  height: 50vh;
  margin-left: 3%;
  margin-right: 3%;
  transition: margin-right 1s ease-in-out, margin-left 1s ease-in-out;
  display: block;
  position: relative;
  overflow: visible;
  box-shadow: inset 0 0 15px 5px #000;
}

.research-unfinished:hover {
  opacity: 1;
  height: 50vh;
  margin-left: 3%;
  margin-right: 3%;
}

.research-unfinished.wip3:hover {
  background-image: none;
}

.research-unfinished.wip1 {
  opacity: .4;
  background-image: url('../images/aimbot/50875e05e70739e8b32007ba79503165.webp-copy-2.jpg');
  background-position: 50%;
  background-size: cover;
  margin-left: 8%;
  margin-right: 8%;
  text-decoration: none;
}

.research-unfinished.wip1:hover {
  opacity: 1;
  margin-left: 8%;
  margin-right: 8%;
}

.research-unfinished.wip2 {
  opacity: .4;
  background-image: linear-gradient(#00000080 30%, #fff0), url('../images/udp/UDP-BW.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-left: 8%;
  margin-right: 8%;
  text-decoration: none;
}

.research-unfinished.wip2:hover {
  opacity: 1;
  margin-left: 8%;
  margin-right: 8%;
}

.research-unfinished.wip3 {
  opacity: .4;
  background-image: linear-gradient(#0009 30%, #fff0), url('../images/chatitp/ChatITP-BW.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-left: 8%;
  margin-right: 8%;
  text-decoration: none;
}

.research-unfinished.wip3:hover {
  opacity: 1;
  background-image: linear-gradient(#000c 30%, #fff0), url('../images/chatitp/ChatITP-BW.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-left: 8%;
  margin-right: 8%;
}

.research-text-unfinished {
  opacity: 1;
  outline-offset: 0px;
  color: #fff;
  outline: 3px #fff;
  height: auto;
  margin-top: 0%;
  margin-bottom: 0%;
  padding: 5% 2%;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  transition: opacity 12s cubic-bezier(.012, .907, .32, 1.275);
  display: block;
  position: relative;
}

.research-text-unfinished:hover {
  opacity: 1;
  height: auto;
}

.research-text-unfinished:active {
  opacity: .7;
}

.link-full {
  opacity: 0;
  width: 100%;
  height: 100%;
  transition-property: none;
}

.research-heading-temporary {
  z-index: 999;
  color: #fff;
  margin-bottom: 0;
  padding-left: 8%;
  padding-right: 13%;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.5em;
  line-height: 2em;
  position: relative;
}

.doclink {
  color: #ff1493;
  width: auto;
  margin-right: 1em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
  display: flex;
}

.link-wrap {
  flex-flow: row;
  max-width: none;
  margin-top: 2vw;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.text-block-2 {
  color: #ffffff1a;
  align-self: flex-end;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: .5em;
  line-height: 1em;
}

.text-block-2:hover {
  color: #fff;
}

.code-embed-3 {
  width: auto;
  display: block;
}

.div-block-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 2vh;
  display: flex;
}

.othersgrid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.otherproject {
  z-index: 2;
  background-image: url('../images/midi-glove/DSC_4443-copy-2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  max-width: none;
  height: 40vh;
  margin-left: 0;
  margin-right: 0;
  transition: box-shadow .6s ease-in-out;
  position: relative;
}

.otherproject:hover {
  z-index: 999;
  text-align: center;
  background-image: url('../images/midi-glove/MD.gif');
  transform: none;
  box-shadow: 0 2px 10px 10px #ff1493;
}

.otherproject.light {
  background-image: url('../images/light-mnemonics/DSCF0287.JPG');
  background-position: 60%;
  background-repeat: no-repeat;
}

.otherproject.light:hover {
  z-index: 998;
  background-image: url('../images/light-mnemonics/LM.gif');
  background-size: cover;
}

.otherproject.solar {
  background-image: url('../images/de-orbitis/P1021263.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
}

.otherproject.solar:hover {
  z-index: 999;
  background-image: url('../images/de-orbitis/DOP.gif');
  background-position: 50% 60%;
}

.otherproject.hit {
  background-image: url('../images/hit/Hit.jpg');
  background-position: 50%;
}

.otherproject.hit:hover {
  background-image: url('../images/hit/Hit.gif');
}

.otherproject.mjornir {
  z-index: 0;
  opacity: 1;
  background-image: linear-gradient(90deg, #000 8%, #0009 20%, #0000 50%, #0003 80%, #000 92%), linear-gradient(#fff0 50%, #0009), url('../images/mjolnir-telemetry/DSCF0797.JPG');
  background-position: 0 0, 0 0, 50% 20%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 70vh;
  margin-bottom: 1%;
  margin-right: 0%;
  display: flex;
  position: relative;
}

.otherproject.mjornir:hover {
  box-shadow: none;
  text-align: left;
}

.otherproject.agnieszka {
  z-index: 0;
  opacity: .8;
  background-image: linear-gradient(#fff0 50%, #000c), url('../images/pilat-payload/2024-11-04-082054_1.7.3.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 70vh;
  margin-right: 0%;
  display: flex;
  position: relative;
}

.otherproject.agnieszka:hover {
  box-shadow: none;
  text-align: left;
}

.otherproject.pilat {
  z-index: 0;
  opacity: 1;
  background-image: linear-gradient(90deg, #000 8%, #0006 20%, #0000 50%, #0003 80%, #000 92%), linear-gradient(#fff0 50%, #0009), url('../images/pilat-payload/2024-11-04-082054_1.7.3.jpg'), url('../images/pilat-payload/静帧-2024-11-04-083243_1.10.1.jpg');
  background-position: 0 0, 0 0, 100% 60%, 50% 100%;
  background-repeat: repeat, repeat, no-repeat, repeat;
  background-size: auto, auto, cover, cover;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 70vh;
  margin-bottom: 1%;
  margin-right: 0%;
  display: flex;
  position: relative;
}

.otherproject.pilat:hover {
  box-shadow: none;
  text-align: left;
}

.mjolnirsensor {
  z-index: 1;
  opacity: 0;
  background-image: url('../images/mjolnir-telemetry/P1062254.jpg');
  background-position: 100% 100%;
  background-size: cover;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.otherheading {
  z-index: 999;
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1%;
  font-size: 1em;
  line-height: 1.5em;
  text-decoration: none;
  position: relative;
}

.text-span-2 {
  font-size: 2vw;
}

.text-span-3 {
  font-size: 1.5em;
  line-height: 1.5em;
}

.notes {
  text-align: right;
  flex-flow: column;
  width: 20%;
  margin-top: 9.5vw;
  display: flex;
}

.notes.work {
  margin-top: 8.2vw;
}

.notes.work1 {
  margin-top: 6.8vw;
}

.notes.work2 {
  margin-top: 3.8vw;
}

.reslink {
  color: #ff1493;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 2vw;
  text-decoration: none;
  display: flex;
}

.reslink.parallax {
  color: #ff7070;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 2vw;
}

.reslink.d {
  color: #ff1493;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 2vw;
}

.reslink.udp {
  color: #ff1493;
  font-family: Courier Prime, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 2vw;
}

.reslink.aim {
  color: #505050;
  font-family: Roboto, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 2vw;
}

.reslink.nomad {
  color: #9300ff;
  font-family: Anonymous Pro, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 2vw;
}

.reslink.itp {
  color: #ff9c9c;
  font-family: Open Sans, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 2vw;
}

.res-wrap {
  text-align: right;
  flex-flow: column;
  margin-left: auto;
  margin-right: 0;
  font-size: 16px;
  line-height: 16px;
  display: flex;
}

.tag {
  color: #ff1493;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.2vw;
  line-height: 1.8vw;
}

.tag.parallax {
  color: #ff7070;
  font-family: Space Grotesk, sans-serif;
}

.tag.udp {
  color: #ff1493;
  font-family: Courier Prime, sans-serif;
}

.tag.aim {
  color: #505050;
  font-family: Roboto, sans-serif;
}

.tag.nomad {
  color: #9300ff;
  font-family: Anonymous Pro, sans-serif;
}

.tag.itp {
  color: #ffda93;
  font-family: Open Sans, sans-serif;
}

.quick-stack {
  height: 80vh;
  margin-left: 8%;
  margin-right: 8%;
  padding: 0;
}

.quote {
  opacity: .6;
  color: #000;
  -webkit-text-stroke-width: .5px;
  border-left-style: none;
  margin: 2vw 0% 0;
  padding: 0;
  font-family: Courier Prime, sans-serif;
  font-size: 1vw;
  font-style: normal;
  line-height: 1.5vw;
  position: relative;
}

.quote.nomad {
  color: #fff;
}

.quote.udp {
  opacity: .6;
  color: #fff;
}

.quote.aim {
  opacity: 1;
  border-radius: 0;
  margin: 1vh 8%;
}

.quote.igoe {
  opacity: 1;
  color: #fff;
  -webkit-text-stroke-width: 0px;
  font-family: Baskervville, sans-serif;
  font-size: 2vw;
  line-height: 4vw;
}

.quote.fis {
  opacity: 1;
  border-radius: 0;
  width: 100%;
  margin: 1vh 8% 1vh 0;
}

.cell {
  background-image: url('../images/parallax/Parallax-Cover.jpg');
  background-position: 50%;
  background-size: cover;
}

.project-photos {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 100vw;
  margin-left: 8%;
  margin-right: 8%;
  padding: 0;
}

.project-photos.telemetry, .project-photos.aim {
  height: auto;
}

.project-photos.udp {
  height: 60vw;
}

.project-photos.itp {
  height: 50vw;
}

.project-photos.nomad, .project-photos.payload {
  height: auto;
}

.cell-2 {
  background-image: url('../images/parallax/ezgif.com-animated-gif-maker.gif');
  background-position: 0%;
  background-size: cover;
}

.para1 {
  background-image: url('../images/parallax/Parallax-Cover-2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.youtube-wrap {
  max-width: none;
  margin-left: 8%;
  margin-right: 8%;
  display: block;
}

.youtube-wrap.udp {
  display: block;
}

.youtube-wrap.itp {
  display: none;
}

.text-span-5 {
  font-size: 1vw;
  line-height: 1vw;
}

.role-and-credit {
  opacity: 1;
  color: #fff;
  margin-top: 1%;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1vw;
  line-height: 1.5vw;
}

.role-and-credit.cc-position-name {
  margin-bottom: 5px;
}

.role-and-credit.telemetry {
  color: #00000080;
}

.role-and-credit.itp {
  opacity: .6;
  font-family: Open Sans, sans-serif;
}

.bold-text-4 {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1em;
  font-weight: 700;
}

.source {
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 2vw;
}

.source.parallax {
  font-family: Space Grotesk, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 2vw;
}

.source.udp {
  color: #fff;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 2vw;
}

.source.aim {
  font-family: Roboto, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 2vw;
}

.source.nomad {
  color: #fff;
  font-family: Anonymous Pro, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 2vw;
}

.source.itp {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 2vw;
}

.mjolnirweb {
  z-index: 1;
  opacity: 0;
  background-image: url('../images/mjolnir-web/Screenshot-2024-11-04-at-3.57.21-PM.png');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition-duration: 50ms;
  display: flex;
  position: absolute;
}

.mjolnir1 {
  z-index: 999;
  color: #ff1493;
  text-transform: capitalize;
  width: auto;
  font-size: 1em;
  font-weight: 500;
  line-height: 2em;
  text-decoration: none;
  transition-duration: 50ms;
  display: flex;
  position: relative;
}

.mjolnir1:hover {
  color: #fff;
  background-color: #ff149380;
}

.otherlink {
  z-index: 999;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #00000080;
  align-self: auto;
  width: 60%;
  margin-bottom: 0;
  margin-left: 8%;
  padding-top: 1%;
  padding-left: 1%;
  position: relative;
  box-shadow: 0 0 15px 2px #000;
}

.mjolnir2 {
  z-index: 99;
  color: #ff1493;
  text-transform: capitalize;
  width: auto;
  padding-bottom: 1%;
  font-size: 1em;
  font-weight: 500;
  line-height: 2em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.mjolnir2:hover {
  color: #fff;
  background-color: #ff149380;
}

.pilat1 {
  z-index: 999;
  color: #ff1493;
  width: auto;
  font-size: 1em;
  font-weight: 500;
  line-height: 2em;
  text-decoration: none;
  transition-duration: 50ms;
  display: flex;
  position: relative;
}

.pilat1:hover {
  color: #fff;
  background-color: #ff149380;
}

.pilat2 {
  z-index: 99;
  color: #ff1493;
  width: auto;
  padding-bottom: 1%;
  font-size: 1em;
  font-weight: 500;
  line-height: 2em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.pilat2:hover {
  color: #fff;
  background-color: #ff149380;
}

.pilatgripper {
  z-index: 1;
  opacity: 0;
  background-image: url('../images/pilat-payload/Incheon.jpg'), url('../images/pilat-payload/IMG_1804.jpg');
  background-position: 50%, 50%;
  background-size: cover, cover;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.pilatfilm {
  z-index: 1;
  opacity: 0;
  background-image: url('../images/pilat-payload/TEDFilm.jpg');
  background-position: 60%;
  background-size: cover;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition-duration: 50ms;
  display: flex;
  position: absolute;
}

.mjolnir0 {
  z-index: 999;
  color: var(--white);
  text-transform: capitalize;
  width: auto;
  margin-top: 1%;
  margin-bottom: 1%;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
  transition-duration: 50ms;
  display: flex;
  position: relative;
}

.mjolnir0:hover {
  color: var(--white);
}

.text-span-6 {
  color: #ff1493;
  font-size: 1.5em;
}

.pilat0 {
  z-index: 999;
  color: var(--white);
  text-transform: capitalize;
  width: auto;
  margin-top: 1%;
  margin-bottom: 1%;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
  transition-duration: 50ms;
  display: flex;
  position: relative;
}

.pilat0:hover {
  color: var(--white);
}

.code-block {
  align-self: flex-start;
  width: 35vw;
  height: 90vw;
  margin-top: 0;
  font-size: .8vw;
  line-height: 1vw;
  overflow: scroll;
}

.bodychatitp {
  color: #fff;
  background-color: #444;
  line-height: 16px;
}

.bodyindex {
  color: #fff;
  background-color: #000;
  font-family: IBM Plex Mono, sans-serif;
  line-height: 16px;
}

.bodyparallax {
  background-color: #d9d9d9;
  line-height: 16px;
}

.project-intro-text-light {
  opacity: 1;
  margin-top: 2em;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

.project-intro-text-light.cc-position-name {
  margin-bottom: 5px;
}

.text-block-dark {
  color: #4e4e4e;
  text-align: center;
  margin-top: 1%;
  margin-left: 1%;
  font-family: source-han-serif-sc, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  display: block;
  position: absolute;
}

.parallax-concept {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5vh;
  display: block;
}

.container-2 {
  background-image: url('../images/data-nomad/Group-5.png');
  background-position: 0 0;
  background-size: cover;
  width: 100vw;
  max-width: 0;
  height: 50vh;
  margin-left: 0;
  margin-right: 0;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-parallax {
  color: #fff;
  margin: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 2.5vw;
  line-height: 3vw;
}

.parallax-wall {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: gray;
  border-radius: 0 10em 1em 0;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 0 8% 2vh 0;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 8%;
  display: block;
}

.parallax-body {
  opacity: 1;
  color: #fff;
  margin-top: 0;
  margin-right: 2em;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.5vw;
  line-height: 2vw;
}

.parallax-body.cc-position-name {
  margin-bottom: 5px;
}

.image-2 {
  width: 65vw;
}

.parallax-idea {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  flex-flow: column;
  grid-template-rows: repeat(auto-fit, 100vh);
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  width: 55vw;
  height: 80vw;
  margin-top: 0;
  margin-left: 45vw;
  margin-right: 0%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.text-span-7 {
  font-size: 1.5vw;
  line-height: 1vw;
}

.image-3 {
  mix-blend-mode: darken;
  width: 25vw;
  height: 25vw;
  margin-left: 22vw;
}

.paraideation {
  z-index: 0;
  background-image: url('../images/parallax/Para4.png');
  background-position: 0 0;
  background-size: cover;
  width: 65vw;
  max-width: none;
  height: 75vw;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: absolute;
}

.parallax-sketch {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  flex-flow: row;
  grid-template-rows: repeat(auto-fit, 100vh);
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-top: 0;
  margin-left: 8%;
  margin-right: 8%;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 0;
  display: block;
}

.container-3 {
  flex-flow: column;
  width: 40vw;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.ideationimg {
  mix-blend-mode: normal;
  width: 50vw;
  height: auto;
  margin-left: 5vw;
  position: relative;
  overflow: visible;
}

.parallax-design {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  margin-top: 0;
  display: flex;
}

.image-4 {
  width: 100%;
}

.paragif1 {
  mix-blend-mode: darken;
  background-image: url('../images/parallax/ParaGIF1.gif');
  background-position: 50%;
  background-size: cover;
  width: 50vw;
  max-width: none;
  height: 60vw;
  margin-left: 0;
  margin-right: 0;
}

.paragif2 {
  mix-blend-mode: darken;
  background-image: url('../images/parallax/ParaGIF2.gif');
  background-position: 50%;
  background-size: cover;
  width: 50vw;
  max-width: none;
  height: 60vw;
  margin-left: 0;
  margin-right: 0;
}

.bold-text-5 {
  font-size: 1.5vw;
  line-height: 2vw;
}

.parallax-deliver {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  margin-top: 1vh;
  display: flex;
}

.parallax-process {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 90vw;
  margin-top: 1vh;
  display: flex;
}

.para10 {
  align-self: flex-start;
  width: 100%;
}

.paraprocess {
  flex-flow: column;
  align-self: flex-start;
  width: 65vw;
  display: flex;
}

.para11 {
  align-self: flex-end;
  width: 90%;
}

.para2 {
  background-image: url('../images/parallax/DSCF6592.JPG');
  background-position: 50%;
  background-size: cover;
}

.parallax-app {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-top: 1vh;
  display: flex;
}

.para12 {
  align-self: flex-start;
  width: 100%;
}

.paraapp {
  flex-flow: column;
  align-self: flex-start;
  width: 100vw;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.para3 {
  background-image: url('../images/parallax/DSCF6630.JPG');
  background-position: 50%;
  background-size: cover;
}

.bodylight {
  line-height: 16px;
}

.bodydark {
  background-color: #000;
  line-height: 16px;
}

.tele1 {
  background-image: url('../images/mjolnir-telemetry/P1062254.jpg'), url('../images/mjolnir-telemetry/DSCF6878.JPG');
  background-position: 50%, 50% 100%;
  background-size: cover, cover;
}

.bodyudp {
  background-color: #151515;
  line-height: 16px;
}

.aim1 {
  background-image: url('../images/aimbot/Aim1.png');
  background-position: 0 0;
  background-size: cover;
}

.youtube-udp {
  height: 70vh;
}

.bodynomad {
  background-color: #1a1a1a;
  line-height: 16px;
}

.udp2 {
  background-image: url('../images/udp/DSCF6013.JPG');
  background-position: 50%;
  background-size: cover;
}

.para3-copy {
  background-image: url('../images/parallax/DSCF6630.JPG');
  background-position: 50%;
  background-size: cover;
}

.udp3 {
  background-image: url('../images/P1062245-copy.JPG');
  background-position: 50%;
  background-size: cover;
}

.bodyitp {
  background-color: #4d4d4d;
  line-height: 16px;
}

.itp1 {
  background-image: url('../images/chatitp/ChatITP1.png');
  background-position: 0 0;
  background-size: cover;
}

.itp2 {
  background-image: url('../images/P1062245-copy.JPG');
  background-position: 50%;
  background-size: cover;
}

.nomadembed {
  box-shadow: 4px 4px 10px 4px var(--black);
  overflow: auto;
}

.nomadweb {
  margin-left: 8%;
  margin-right: 8%;
}

.form {
  color: #ff1493;
  justify-content: center;
  align-items: center;
  font-family: IBM Plex Mono, sans-serif;
  display: flex;
}

.text-field-2 {
  -webkit-text-stroke-color: #fff;
  background-color: #fff0;
  border: 1px solid #aaa;
  width: 15vw;
  height: 4vh;
}

.text-field-2:focus {
  border-color: #ff1493;
}

.text-field-3 {
  -webkit-text-stroke-color: #fff;
  background-color: #fff0;
  border: 1px solid #aaa;
  width: 40vw;
  height: 4vh;
}

.text-field-3:focus {
  border: 1px solid #ff1493;
}

.footer-form {
  align-self: auto;
  margin-right: 2vw;
}

.submit-button {
  color: #aaa;
  background-color: #ff149300;
  border: 1px solid #aaa;
  align-self: center;
  height: 4vh;
  margin-top: .5vw;
  margin-bottom: 0;
  font-size: 1vw;
  line-height: 1vw;
  transition: height .2s;
}

.submit-button:hover {
  background-color: #ff1493;
  height: 5vw;
}

.field-label {
  margin-bottom: .5vw;
  font-family: IBM Plex Mono, sans-serif;
}

.payload1 {
  background-image: url('../images/pilat-payload/Incheon_1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.field-label-2 {
  margin-bottom: .5vw;
}

.nomadweb-copy {
  margin-left: 8%;
  margin-right: 8%;
}

.nomadembed-copy {
  box-shadow: 4px 4px 10px 4px var(--black);
}

.udp-design {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  margin-top: 2vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.udp-gif {
  opacity: 1;
  mix-blend-mode: difference;
  background-image: url('../images/udp/UDP-Design_1.gif'), url('../images/udp/UDP-Design.gif'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 55%, 50%, 0 0;
  background-size: cover, auto, auto;
  width: 30vw;
  max-width: none;
  height: 43vw;
  margin-left: 0;
  margin-right: 0;
}

.udp-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 8px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  margin-top: 2vh;
  display: flex;
}

.udp-inspir {
  background-image: url('../images/udp/UDP1.png');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  max-width: none;
  height: 69vw;
  margin-left: 0;
  margin-right: 0;
}

.udp-system {
  background-image: url('../images/udp/UDP2.png');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  max-width: none;
  height: 69vw;
  margin-left: 0;
  margin-right: 0;
}

.udp-prototyping {
  background-image: url('../images/udp/UDP3.png');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  max-width: none;
  height: 69vw;
  margin-left: 0;
  margin-right: 0;
}

.udpenclosure {
  opacity: 1;
  mix-blend-mode: difference;
  background-image: url('../images/udp/UDP4.png');
  background-position: 0%;
  background-size: cover;
  width: 70vw;
  max-width: none;
  height: 43vw;
  margin-left: 0;
  margin-right: 0;
}

.subtitle {
  text-transform: none;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1em;
}

.subtitle.parallax {
  padding-right: 25vw;
  font-family: Space Grotesk, sans-serif;
  font-size: 2.5vw;
  line-height: 3vw;
}

.subtitle.telemetry {
  padding-right: 2em;
  font-size: 2.5vw;
  line-height: 3vw;
}

.subtitle.aim {
  padding-right: 20vw;
  font-family: Roboto, sans-serif;
  font-size: 2.5vw;
  line-height: 3vw;
}

.subtitle.nomad {
  color: #fff;
  padding-right: 10vw;
  font-family: Anonymous Pro, sans-serif;
  font-size: 2.5vw;
  line-height: 3vw;
}

.subtitle.itp {
  color: #fff;
  padding-right: 8vw;
  font-family: Open Sans, sans-serif;
  font-size: 2.5vw;
  line-height: 3vw;
}

.subtitle.udp {
  color: #fff;
  padding-right: 12vw;
  font-family: Courier Prime, sans-serif;
  font-size: 2.5vw;
  line-height: 3vw;
}

.udp-fab {
  color: #fff;
  width: 84vw;
  height: auto;
  margin-top: 2vw;
  margin-left: 8vw;
  margin-right: 8vw;
  font-family: Anonymous Pro, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 2vw;
}

.text-span-8 {
  font-size: 3vw;
}

.text-span-9 {
  font-size: 3vw;
  line-height: 2vw;
}

.udpcircuit {
  opacity: 1;
  mix-blend-mode: difference;
  background-image: url('../images/udp/UDP5.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: none;
  height: 90vw;
  margin-left: 0;
  margin-right: 0;
}

.udp-circuit {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  margin-top: 2vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.udp-code {
  align-self: flex-start;
  width: 35vw;
  height: 90vw;
  margin-top: 0;
  font-size: .8vw;
  line-height: 1vw;
  overflow: scroll;
}

.node-red {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 84vw;
  margin-top: 2vh;
  margin-left: 8%;
  margin-right: 8%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nodered {
  opacity: 1;
  mix-blend-mode: difference;
  background-image: url('../images/udp/Screenshot-2024-12-04-at-3.00.26-PM.png');
  background-position: 50%;
  background-size: cover;
  width: 60%;
  max-width: none;
  height: 21vw;
  margin-left: 0;
  margin-right: 0;
}

.node-red-code {
  align-self: flex-start;
  width: 40vw;
  height: 21vw;
  margin-top: 0;
  font-size: 1vw;
  line-height: 1.5vw;
  overflow: scroll;
}

.udp-visual {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 8px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  margin-top: 2vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.udpvisual {
  opacity: 1;
  mix-blend-mode: difference;
  background-image: url('../images/udp/UDP6.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: none;
  height: 27.5vw;
  margin-top: 2vh;
  margin-left: 0;
  margin-right: 0;
}

.covergif {
  opacity: 0;
  background-image: url('../images/parallax/parallax.gif');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: opacity .5s;
  position: absolute;
  inset: 0% 0% auto;
}

.covergif:hover {
  width: 100vw;
}

.aimweb {
  margin-top: 2vh;
  margin-left: 8%;
  margin-right: 8%;
  display: flex;
}

.aimembed {
  box-shadow: 4px 4px 10px 4px var(--black);
  width: 79%;
}

.aimbot-intro {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/aimbot/Aimbot-History.png');
  background-position: 50% 0;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 26.3vw;
  margin-top: 0;
  margin-left: 8%;
  margin-right: 8%;
  display: block;
}

.aim0 {
  background-image: url('../images/P1062227.jpg');
  background-position: 50%;
  background-size: cover;
}

.aim-body {
  opacity: 1;
  color: #000;
  letter-spacing: .5px;
  margin-bottom: 0;
  margin-left: 8%;
  margin-right: 8%;
  font-family: Roboto, sans-serif;
  font-size: 1.5vw;
  line-height: 2vw;
}

.aim-body.cc-position-name {
  margin-bottom: 5px;
}

.aimintro {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 0 8% 2vh 8vw;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
}

.aim-body-copy {
  opacity: 1;
  color: #000;
  margin-top: 0;
  margin-left: 8%;
  margin-right: 8%;
  font-family: Roboto, sans-serif;
  font-size: 1.5vw;
  line-height: 2vw;
}

.aim-body-copy.cc-position-name {
  margin-bottom: 5px;
}

.aim-intro {
  opacity: 1;
  color: #000;
  letter-spacing: .5px;
  margin-top: 0;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.5vw;
  line-height: 2vw;
}

.aim-intro.cc-position-name {
  margin-bottom: 5px;
}

.text-span-10, .text-span-11, .text-span-12, .text-span-13 {
  -webkit-text-stroke-width: 1px;
}

.aim-title {
  opacity: 1;
  color: #000;
  letter-spacing: .5px;
  margin: 5vh 8% 1vh;
  font-family: Roboto, sans-serif;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 700;
  line-height: 3vw;
}

.aim-title.cc-position-name {
  margin-bottom: 5px;
}

.turntable {
  opacity: 1;
  color: #000;
  align-self: center;
  width: 70%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 4vw;
  font-family: Courier Prime, sans-serif;
  font-size: 1vw;
  line-height: 1.5vw;
}

.turntable.cc-position-name {
  margin-bottom: 5px;
}

.turntablism {
  max-width: none;
  margin-top: 2vh;
  margin-left: 8%;
  margin-right: 8%;
  display: flex;
}

.image-5 {
  width: 30%;
}

.text-span-14 {
  -webkit-text-stroke-width: 1px;
  font-size: 2vw;
  font-weight: 500;
  line-height: 3vw;
}

.text-span-15, .text-span-16 {
  -webkit-text-stroke-width: 1px;
}

.aimbot-diagram {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/aimbot/Aim3.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 35vw;
  margin-top: 5vh;
  margin-left: 20vw;
  margin-right: 20vw;
  display: block;
}

.aimbot-diagram-note {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: .5vw dashed #000;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin: 0 8% 5vh;
  padding: 1%;
  display: block;
}

.aim-note {
  opacity: 1;
  color: #000;
  letter-spacing: .5px;
  font-family: Roboto, sans-serif;
  font-size: 1.5vw;
  line-height: 2vw;
}

.aim-note.cc-position-name {
  margin-bottom: 5px;
}

.link-2 {
  display: inline-block;
}

.textlink {
  text-decoration: none;
  display: inline-block;
}

.titlelink {
  color: #ff1493;
  text-decoration: underline;
  display: inline-block;
}

.introlink {
  filter: blur(2px);
  color: #ff1493;
  font-weight: 700;
  text-decoration: none;
  transition: all .5s, opacity .2s;
  display: inline-block;
}

.introlink:hover {
  filter: none;
  color: #ff1493;
}

.aimbot-inspire {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 12vw;
  margin: 0 8% 2vh;
  display: grid;
}

.container-4 {
  background-image: url('../images/aimbot/AimGIF1.gif');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
}

.sk1 {
  background-image: url('../images/aimbot/AimGIF1_1.gif');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
}

.sk2 {
  background-image: url('../images/aimbot/AimGIF2.gif');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
}

.sk3 {
  background-image: url('../images/aimbot/AimGIF3.gif');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
}

.sk4 {
  background-image: url('../images/aimbot/AimGIF4.gif');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
}

.fabstudies {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-columns: 1fr 1fr;
  margin-left: 8%;
  margin-right: 8%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.fab {
  height: 25vw;
  margin-left: 0;
  margin-right: 0;
}

.fab1 {
  width: 100%;
  height: 30vw;
  text-decoration: none;
  display: flex;
}

.aimbot-inspire-line {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin: 0 8% 1vh;
  display: flex;
}

.container-5 {
  background-image: url('../images/photography/DSCF9609.jpg');
  background-position: 50%;
  background-size: cover;
  order: 0;
  width: 70%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.fabtitle {
  z-index: 999;
  color: #fff;
  align-self: center;
  width: 30%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 3%;
  padding-right: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.5em;
  line-height: 2em;
  text-decoration: none;
  position: relative;
}

.fabtitle.link {
  font-size: 1em;
  line-height: 1.5em;
}

.text-span-17 {
  font-size: 2vw;
  font-weight: 500;
  line-height: 3vw;
}

.nomad-intro {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10vw;
  margin-left: 8vw;
  margin-right: 8vw;
  display: block;
}

.nomad-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anonymous Pro, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 2vw;
}

.parallax-idea-copy {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  flex-flow: column;
  grid-template-rows: repeat(auto-fit, 100vh);
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  width: 55vw;
  height: 80vw;
  margin-top: 0;
  margin-left: 45vw;
  margin-right: 0%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.map {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  flex-flow: column;
  grid-template-rows: repeat(auto-fit, 100vh);
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nomadgraph {
  background-image: url('../images/data-nomad/Nomad2.png');
  background-position: 0 0;
  background-size: cover;
  width: 48vw;
  max-width: none;
  height: 35vw;
  margin-left: 0;
  margin-right: 0;
}

.nomadconcept {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 2vw;
  display: flex;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anonymous Pro, sans-serif;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 3vw;
}

.nomadgraph2 {
  background-image: url('../images/data-nomad/Nomad4.png');
  background-position: 0 0;
  background-size: cover;
  width: 48vw;
  max-width: none;
  height: 35vw;
  margin-left: 0;
  margin-right: 0;
}

.nomadcase {
  background-image: url('../images/data-nomad/Nomad3.png');
  background-position: 0 0;
  background-size: cover;
  width: 84%;
  max-width: none;
  height: 30vw;
  margin: 0 8% 1vw;
  display: flex;
}

.bio {
  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;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.bio.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
  display: none;
}

.bio.intro {
  background-image: linear-gradient(0deg, #000 65%, #fff0 80%);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 9vw;
  margin-bottom: 5%;
  padding-top: 15vh;
  padding-left: 8%;
  padding-right: 8%;
  position: relative;
}

.bio.intro-copy {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 5%;
  padding-top: 0;
  padding-left: 8%;
  padding-right: 8%;
  position: relative;
}

.bio-text {
  z-index: 999;
  opacity: 1;
  color: #000;
  text-transform: none;
  max-height: none;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1em;
  line-height: 2em;
  position: relative;
  overflow: auto;
}

.bio-text.intro-text {
  padding-left: 10px;
}

.bio-text.techstack {
  display: none;
}

.biophoto {
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-image: url('../images/bio/DSCF9056.jpg'), url('../images/bio/SDIM3074.jpg');
  background-position: 0 100%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  background-attachment: scroll, scroll;
  background-clip: border-box;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  min-width: auto;
  max-width: none;
  height: 80vh;
  min-height: 600px;
  margin-top: 0;
  margin-bottom: 0%;
  text-decoration: none;
  transition: all 1s ease-in-out;
  display: flex;
  position: relative;
}

.biophoto:hover {
  background-image: linear-gradient(#0000 80%, #000000e6), url('../images/bio/SDIM3074.jpg'), url('../images/midi-glove/DSC_4437.jpg');
  background-position: 0 0, 50%, 50%;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, cover;
  background-attachment: scroll, scroll, scroll;
  box-shadow: 0 0 5px 5px #ff1493, inset 0 0 8px 4px #000;
}

.biophoto:active {
  background-image: linear-gradient(#0000 80%, #000000e6), url('../images/bio/SDIM3074.jpg'), url('../images/midi-glove/DSC_4437.jpg');
  background-position: 0 0, 50%, 40%;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, cover;
  background-attachment: scroll, scroll, scroll;
  box-shadow: 0 0 5px 5px #ff1493, inset 0 0 8px 4px #000;
}

.nomadcon1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-left: 8%;
  margin-right: 8%;
  display: flex;
}

.nomad-rational {
  color: #fff;
  margin-bottom: 2vh;
  font-family: Anonymous Pro, sans-serif;
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 2vw;
}

.image-6 {
  margin-top: 2vh;
  padding-left: 2vw;
  padding-right: 2vw;
}

.nomadgraph-copy {
  background-image: url('../images/data-nomad/Nomad2.png');
  background-position: 0 0;
  background-size: cover;
  width: 48vw;
  max-width: none;
  height: 35vw;
  margin-left: 0;
  margin-right: 0;
}

.mapcasewrap {
  background-color: #262626;
  flex-flow: column;
  width: 100%;
  max-width: none;
  height: 48vw;
  margin: 2vh 0;
  display: flex;
}

.mapcasetitle {
  color: #fff;
  margin: 0 8%;
  font-family: Anonymous Pro, sans-serif;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 3vw;
}

.map-text {
  color: #fff;
  margin: 1vh 8% 0;
  font-family: Anonymous Pro, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 2vw;
}

.pcomp {
  background-image: linear-gradient(#9300ff00, #9300ffcc 10%, #9300ff 50%, #9300ffcc 90%, #9300ff00);
  margin-top: 2vh;
  margin-left: 0;
  margin-right: 0;
  padding: 10% 8%;
}

.text-span-18 {
  text-shadow: 0 1px 1px #fff3;
}

.bold-text-6 {
  text-shadow: 0 1px 1px #9300ff;
}

.text-span-19 {
  text-shadow: 0 1px 1px #0003;
}

.bold-text-7 {
  text-shadow: 0 1px 1px #9300ff;
}

.text-span-20 {
  font-size: 2.5vw;
  font-weight: 700;
}

.nomad-quote {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anonymous Pro, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 2vw;
}

.nomadsectiontitle {
  color: #fff;
  margin: 5vh 8% 0;
  font-family: Anonymous Pro, sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 5vw;
}

.nomadgraph3 {
  margin-top: 1vh;
}

.text-span-21, .text-span-22 {
  text-shadow: 0 1px 1px #9300ff;
}

.nomadgraph4 {
  margin-top: 1vh;
}

.nomadsys {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-left: 8%;
  margin-right: 8%;
  display: flex;
}

.nomadsystext {
  color: #fff;
  margin: 0 8%;
  font-family: Anonymous Pro, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 2vw;
}

.nomadcase2 {
  background-image: url('../images/data-nomad/Group-28.png');
  background-position: 0 0;
  background-size: cover;
  width: 84%;
  max-width: none;
  height: 28vw;
  margin: 0 8% 1vw;
  display: flex;
}

.mapcasewrap2 {
  background-color: #262626;
  flex-flow: column;
  width: 100%;
  max-width: none;
  height: 50vw;
  margin: 5vh 0 1vh;
  padding-bottom: 1vh;
  display: flex;
}

.nomadloratext {
  color: #fff;
  width: 100%;
  margin: 0;
  font-family: Anonymous Pro, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 2vw;
}

.nomadlora {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 0 8%;
  display: flex;
}

.nomadlilygo {
  background-image: url('../images/data-nomad/P1062329.jpg');
  background-position: 50%;
  background-size: cover;
  width: 80vw;
  max-width: none;
  height: 28vw;
  margin-left: 0;
  margin-right: 0;
}

.nomadsub {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2vh;
  margin-left: 8%;
  margin-right: 8%;
  display: flex;
}

.nomadgraph5 {
  background-image: url('../images/data-nomad/Group-29.png');
  background-position: 0 0;
  background-size: cover;
  width: 41%;
  max-width: none;
  height: 20vw;
  margin-left: 0;
  margin-right: 0;
}

.nomadsubtext {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.subalterntitle {
  color: #fff;
  margin: 0;
  font-family: Anonymous Pro, sans-serif;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 3vw;
}

.nomadgraph6 {
  width: 50%;
  margin-top: 0;
  margin-left: 8%;
  margin-right: 8%;
  position: relative;
}

.nomaddata {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-top: 0;
  margin-left: 8%;
  margin-right: 8%;
  display: flex;
}

.nomaddatagraph {
  background-image: url('../images/data-nomad/Group-2.png');
  background-position: 0 0;
  background-size: cover;
  width: 50%;
  max-width: none;
  height: 46vw;
  margin-left: 0;
  margin-right: 0;
}

.nomaddatatext {
  color: #fff;
  flex: 0 auto;
  align-self: center;
  width: 50%;
  margin: 0;
  font-family: Anonymous Pro, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 2vw;
}

.text-span-23 {
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 3vw;
}

.text-span-24 {
  color: #9300ff;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 3vw;
}

.text-span-25 {
  color: #d39ef9;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 3vw;
}

.text-span-26 {
  color: #c171fb;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 3vw;
}

.nomadsubalterntext {
  color: #fff;
  width: 100%;
  margin: 0;
  font-family: Anonymous Pro, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 2vw;
}

.nomadvisual {
  background-image: url('../images/data-nomad/Group-31.png');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  max-width: none;
  height: 77vw;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.nomadvisualtext {
  color: #fff;
  width: auto;
  margin: 0 8%;
  font-family: Anonymous Pro, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 2vw;
}

.link-3 {
  color: #9300ff;
  text-decoration: none;
}

.link-3:hover {
  color: #fff;
  background-image: linear-gradient(#9300ff, #9300ff);
}

.cell-5 {
  background-image: url('../images/aimbot/P1062323.jpg');
  background-position: 50%;
  background-size: cover;
}

.cell-6 {
  background-image: url('../images/aimbot/P1062300.jpg');
  background-position: 50%;
  background-size: cover;
}

.aimsktext {
  opacity: 1;
  color: #000;
  letter-spacing: .5px;
  width: 58%;
  margin-right: 2%;
  font-family: Roboto, sans-serif;
  font-size: 1.5vw;
  line-height: 2vw;
}

.aimsktext.cc-position-name {
  margin-bottom: 5px;
}

.youtube-4 {
  width: 40%;
  height: 20vw;
}

.skembed {
  width: 40%;
}

.code-embed-4 {
  height: 100%;
}

.aimbot-fis {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin: 0 8% 1vh;
  display: flex;
}

.text-span-27 {
  -webkit-text-stroke-width: .5px;
  font-family: Courier Prime, sans-serif;
  font-style: italic;
  line-height: 2vw;
}

.aimfistitle {
  opacity: 1;
  color: #000;
  letter-spacing: .5px;
  width: 100%;
  margin-right: 2%;
  font-family: Roboto, sans-serif;
  font-size: 1.5vw;
  line-height: 2vw;
}

.aimfistitle.cc-position-name {
  margin-bottom: 5px;
}

.fis {
  align-self: center;
  width: 58%;
  max-width: none;
}

.fis-ref {
  background-image: url('../images/aimbot/Screenshot-2024-11-05-at-9.27.35-PM-1.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 40%;
  height: 30.5vw;
  margin-left: 0;
  margin-right: 0;
}

.aimpasr {
  background-image: url('../images/aimbot/Past.png');
  background-position: 0 0;
  background-size: cover;
  height: 22vw;
  margin-top: 2vh;
}

.aimball {
  background-image: url('../images/aimbot/ball.png');
  background-position: 50%;
  background-size: cover;
  height: 30vw;
  margin-top: 1vh;
  margin-left: 8%;
  margin-right: 8%;
}

.aimtesttext {
  opacity: 1;
  color: #000;
  letter-spacing: .5px;
  margin-top: 0;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.5vw;
  line-height: 2vw;
}

.aimtesttext.cc-position-name {
  margin-bottom: 5px;
}

.aimweb-copy {
  margin-top: 2vh;
  margin-left: 8%;
  margin-right: 8%;
}

.aimbot-sources {
  width: 50%;
}

.aimfunc {
  background-image: url('../images/data-nomad/Group-33.png');
  background-position: 0 0;
  background-size: cover;
  height: 23vw;
  margin-top: 1vh;
  margin-left: 8%;
  margin-right: 8%;
}

.aimmech {
  background-image: url('../images/data-nomad/Group-34.png');
  background-position: 0 0;
  background-size: cover;
  height: 27vw;
  margin: 1vh 8% 5vh;
}

.text-span-28 {
  font-size: 2vw;
  line-height: 3vw;
}

.aimproto {
  opacity: 1;
  color: #000;
  letter-spacing: .5px;
  width: auto;
  height: 55vw;
  margin-top: 0;
  margin-left: 8%;
  margin-right: 8%;
  font-family: Roboto, sans-serif;
  font-size: 1.5vw;
  line-height: 2vw;
  display: flex;
}

.aimproto.cc-position-name {
  margin-bottom: 5px;
}

.aimbot-prototype {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 49%;
  height: auto;
  margin: 0 1vw 1vh 0;
  display: flex;
}

.aimbot-test {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin: 1vh 8%;
  display: flex;
}

.container-6 {
  background-image: url('../images/aimbot/Screenshot-2024-11-12-at-9.45.21-AM-2.png');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.section, .section-copy {
  display: flex;
}

.aimprototext {
  opacity: 1;
  color: #000;
  letter-spacing: .5px;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.5vw;
  line-height: 2vw;
}

.aimprototext.cc-position-name {
  margin-bottom: 5px;
}

.aimbot-v1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/data-nomad/Group-35.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  height: auto;
  margin: 0 0 1vh;
  display: flex;
}

.v1cad {
  background-image: url('../images/aimbot/Screenshot-2024-11-12-at-9.45.21-AM-2.png');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: 1vh;
}

.aimbot-v2 {
  opacity: 1;
  color: #000;
  letter-spacing: .5px;
  background-image: linear-gradient(#f7f3f4, #f7f3f4);
  flex-flow: column;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.5vw;
  line-height: 2vw;
  display: flex;
}

.aimbot-v2.cc-position-name {
  margin-bottom: 5px;
}

.section-2 {
  background-image: url('../images/aimbot/Aimv2.gif');
  background-position: 50% 0;
  background-size: cover;
  height: 50vw;
  margin-top: 7vw;
  position: relative;
}

.aimproto2text {
  z-index: 999;
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #000;
  letter-spacing: .5px;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 8%;
  padding-right: 8%;
  font-family: Roboto, sans-serif;
  font-size: 1.5vw;
  line-height: 2vw;
  position: absolute;
}

.aimproto2text.cc-position-name {
  margin-bottom: 5px;
}

.aim-v2doc {
  background-image: url('../images/data-nomad/Group-36.png');
  background-position: 0 0;
  background-size: cover;
  height: 24vw;
  margin: 0 0 2vh;
}

.aimsys {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/aimbot/AimSys.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50vw;
  height: auto;
  margin: 0 0 1vh;
  display: flex;
}

.aimbot-mechatronics {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 44vw;
  height: auto;
  margin: 0 5vw 1vh 0;
  display: flex;
}

.roller {
  background-image: url('../images/aimbot/4_b3f999d3-b120-4a4b-bfd7-0a9409700657_1200x1200.webp');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  max-width: none;
  height: 37vw;
  margin-top: 1vh;
}

.controldiagram {
  background-image: url('../images/aimbot/AImCtrl.png');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  max-width: none;
  height: 25.2vw;
  margin-top: 1vh;
}

.aimcir {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/P1072344.jpg');
  background-position: 50% 90%;
  background-size: cover;
  border-radius: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50vw;
  height: auto;
  margin: 0 0 1vh;
  display: flex;
}

.aimcontrol {
  opacity: 1;
  color: #000;
  letter-spacing: .5px;
  width: auto;
  height: 45vw;
  margin-top: 0;
  margin-left: 8%;
  margin-right: 8%;
  font-family: Roboto, sans-serif;
  font-size: 1.5vw;
  line-height: 2vw;
  display: flex;
}

.aimcontrol.cc-position-name {
  margin-bottom: 5px;
}

.tabs-menu, .tab-pane-tab-1 {
  margin-left: 8%;
  margin-right: 8%;
}

.aimresulttext {
  opacity: 1;
  color: #000;
  letter-spacing: .5px;
  margin-top: 0;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.5vw;
  line-height: 2vw;
}

.aimresulttext.cc-position-name {
  margin-bottom: 5px;
}

.aimresult {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/data-nomad/Group-37.png');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: 61.4vw;
  margin: 0 15% 1vh;
  display: flex;
}

.aimnav {
  box-shadow: 4px 4px 10px 4px var(--black);
  width: 100%;
}

.tabs-content {
  padding-bottom: 2vh;
}

.aimcite {
  opacity: 1;
  color: #000;
  letter-spacing: .5px;
  margin: 5vh 8% 0;
  font-family: Roboto, sans-serif;
  font-size: 1vw;
  font-weight: 300;
  line-height: 1vw;
}

.aimcite.cc-position-name {
  margin-bottom: 5px;
}

.aimbot-youtube {
  height: 50%;
}

.bodyart {
  color: #fff;
  background-color: #000;
  height: 100vh;
  font-family: IBM Plex Mono, sans-serif;
  line-height: 16px;
}

.backgroundart {
  z-index: 0;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  background-clip: border-box;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0% 0% auto;
}

.introembed {
  object-fit: fill;
  border-radius: 0;
  width: 100vw;
  height: 50vw;
  display: block;
  position: absolute;
  top: 1%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.artnav {
  z-index: 999;
  opacity: .3;
  mix-blend-mode: normal;
  background-color: #000;
  width: 100vw;
  height: 30vh;
  transition: all .8s cubic-bezier(.175, .885, .32, 1.275);
  position: absolute;
  inset: auto 0% 35vh;
}

.artnav:hover {
  opacity: .6;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  height: 50vh;
  bottom: 25vh;
}

.interests {
  width: 84%;
  height: auto;
  margin-top: 1vw;
  margin-bottom: 2vw;
  font-size: 16px;
  display: flex;
}

.interest-panel {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #0003;
  width: 100%;
  max-width: none;
  height: auto;
  padding-left: 1vw;
  padding-right: 1vw;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.interest-panel:hover {
  max-width: none;
}

.interest-text {
  z-index: 999;
  opacity: 1;
  color: #fff;
  text-transform: none;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  position: relative;
  overflow: visible;
}

.interest-text.intro-text {
  padding-left: 10px;
}

.interest-text.techstack {
  display: none;
}

.interest-head {
  clear: none;
  color: #ff1493;
  height: auto;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.5em;
  position: relative;
}

.text-span-29 {
  opacity: .6;
}

.link-4, .link-4-copy, .link-4-copy-copy {
  color: #ff1493;
  text-decoration: none;
  display: inline;
}

.interestsnote {
  width: 84%;
  height: auto;
  margin-top: 1vw;
  margin-bottom: 5vw;
  font-size: 16px;
  display: flex;
}

.text-span-30 {
  font-family: Materialiconssharp, Arial, sans-serif;
  font-size: 1.4em;
}

.connecticon {
  width: 1.2em;
  margin-right: .25em;
}

.image-7 {
  width: 100%;
}

@media screen and (min-width: 1920px) {
  .container.intro-text {
    width: 75%;
    max-width: 1500px;
    padding-left: 2vw;
  }

  .container.biocontainer {
    width: 60%;
    max-width: 1500px;
  }

  .heading-jumbo {
    font-size: 20px;
  }

  .paragraph-light {
    font-size: 2vh;
    line-height: 3vh;
  }

  .introsection.intro {
    background-color: var(--black);
    background-image: linear-gradient(0deg, #000 70%, #fff0 85%);
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 0;
    padding: 0 20vw 4vw;
  }

  .nav-projects {
    font-size: 1vw;
    line-height: 1vw;
    display: flex;
  }

  .navigation {
    background-color: transparent;
    margin-top: 0;
    padding-top: 1%;
    padding-left: 20vw;
    padding-right: 20vw;
  }

  .logo-image {
    width: 6vw;
  }

  .navigation-wrap {
    display: flex;
  }

  .intro-wrap {
    margin-top: 0;
    padding-top: 0%;
  }

  .name-text {
    font-size: 4vh;
    line-height: 5vh;
  }

  .rr-eresres-eresearesearresearcresearch {
    display: block;
  }

  .rr-eresres-eresearesearresearcresearch:hover {
    height: 50vh;
  }

  .background {
    width: 100vw;
    height: 60vh;
    margin-left: 0;
    margin-right: 0;
    inset: 0%;
  }

  .photo-wrap {
    background-position: 0 0, 50%, 50%;
    justify-content: flex-start;
    align-items: center;
    height: 25svw;
    margin-top: 0%;
    margin-bottom: 0;
    padding-top: 0;
  }

  .maingrid {
    padding-left: 20vw;
    padding-right: 20vw;
  }

  .sidegrid {
    margin-left: 20vw;
    margin-right: 20vw;
    padding-left: 0;
    padding-right: 0;
  }

  .research-heading {
    margin-left: 15vw;
    margin-right: 15vw;
    padding-left: 3.5%;
    padding-right: 0%;
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .research-heading.link {
    margin-left: 20vw;
    margin-right: 20vw;
  }

  .youtube {
    display: none;
  }

  .code-embed {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .artembed {
    position: absolute;
    inset: 0%;
  }

  .research {
    mix-blend-mode: normal;
    height: 50vh;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
    transition: margin-right 1s ease-in-out, margin-left 1s ease-in-out;
  }

  .research:hover {
    margin-left: 0%;
    margin-right: 0%;
  }

  .research-text {
    display: block;
  }

  .research-text:hover {
    background-image: linear-gradient(#0009 40%, #0000005c 50%, #0000 60%);
  }

  .project-intro.intro {
    background-image: linear-gradient(0deg, #000 60%, #fff0 70%);
    padding-top: 25%;
  }

  .project-intro-text {
    font-size: 2vw;
    line-height: 3vw;
  }

  .research-unfinished {
    mix-blend-mode: normal;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
    transition: margin-right 1s ease-in-out, margin-left 1s ease-in-out;
  }

  .research-unfinished:hover {
    margin-left: 0%;
    margin-right: 0%;
  }

  .research-text-unfinished {
    font-size: 1.5vw;
    display: block;
  }

  .research-heading-temporary {
    padding-left: 5%;
  }

  .doclink {
    font-size: 1.2vw;
    line-height: 1.5vw;
  }

  .text-block-2 {
    font-size: 12px;
    line-height: 14px;
  }

  .othersgrid {
    margin-left: 20vw;
    margin-right: 20vw;
    padding-left: 0%;
    padding-right: 0%;
  }

  .otherproject.mjornir {
    background-image: linear-gradient(90deg, #000 4%, #0009 20%, #0000 50%, #0003 80%, #000 96%), linear-gradient(#fff0 50%, #0009), url('../images/mjolnir-telemetry/DSCF0797.JPG');
    background-position: 0 0, 0 0, 50% 20%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .otherproject.pilat {
    background-image: linear-gradient(90deg, #000 4%, #0006 20%, #0000 50%, #0003 80%, #000 96%), linear-gradient(#fff0 50%, #0009), url('../images/pilat-payload/2024-11-04-082054_1.7.3.jpg'), url('../images/pilat-payload/静帧-2024-11-04-083243_1.10.1.jpg');
    background-position: 0 0, 0 0, 100% 60%, 50% 100%;
    background-repeat: repeat, repeat, no-repeat, repeat;
    background-size: auto, auto, cover, cover;
  }

  .text-span-3 {
    font-size: 1.5vw;
  }

  .reslink {
    font-size: 1vw;
  }

  .res-wrap {
    font-size: 20px;
  }

  .role-and-credit {
    font-size: 2vw;
    line-height: 3vw;
  }

  .mjolnir0, .pilat0 {
    font-size: 1vw;
  }

  .project-intro-text-light, .parallax-body, .aim-body, .aim-body-copy, .aim-intro, .aim-title, .turntable, .aim-note {
    font-size: 2vw;
    line-height: 3vw;
  }

  .fabstudies {
    margin-left: 20vw;
    margin-right: 20vw;
    padding-left: 0;
    padding-right: 0;
  }

  .fab1 {
    height: 20vw;
  }

  .container-5 {
    width: 100%;
    max-width: none;
    display: flex;
  }

  .fabtitle {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 3.5%;
    padding-right: 0%;
    font-size: 1.5vw;
  }

  .bio.intro, .bio.intro-copy {
    background-image: linear-gradient(0deg, #000 70%, #fff0 85%);
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 10%;
    padding-top: 12%;
    padding-left: 15vw;
    padding-right: 15vw;
  }

  .bio-text {
    font-size: 20px;
  }

  .biophoto {
    background-position: 0 0, 0%, 50%, 0 0;
    justify-content: flex-start;
    align-items: center;
    height: 50vh;
    min-height: 700px;
    margin-top: 0%;
    margin-bottom: 0;
  }

  .pcomp {
    background-image: linear-gradient(#9300ff00, #9300ffcc 20%, #9300ff 50%, #9300ffcc 80%, #9300ff00);
  }

  .nomadgraph3, .nomadgraph4, .nomadgraph6, .nomadvisual {
    width: 100%;
  }

  .aimsktext, .aimfistitle, .aimtesttext, .aimproto, .aimprototext, .aimbot-v2, .aimproto2text, .aimcontrol, .aimresulttext, .aimcite {
    font-size: 2vw;
    line-height: 3vw;
  }

  .backgroundart {
    width: 100vw;
    height: 60vh;
    margin-left: 0;
    margin-right: 0;
    inset: 0%;
  }

  .introembed {
    height: 60vw;
    top: 5vw;
    left: auto;
    right: auto;
  }

  .interest-text {
    font-size: 1.5em;
  }

  .interest-head {
    font-size: 1.8em;
  }
}

@media screen and (max-width: 991px) {
  .styleguide-block {
    text-align: center;
  }

  .container.intro-text, .container.biocontainer {
    padding-right: 5%;
    line-height: 16px;
  }

  .introsection.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .introsection.intro {
    padding-left: 0%;
    padding-right: 0%;
  }

  .button {
    justify-content: center;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .nav-projects {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .nav-projects:hover {
    background-color: #f7f8f9;
  }

  .nav-projects:active {
    background-color: #eef0f3;
  }

  .navigation-items {
    background-color: #fff0;
  }

  .navigation {
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navigation-wrap {
    margin-right: 0;
  }

  .work-experience-grid {
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .works-grid {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .carrer-headline-wrap {
    width: auto;
  }

  .work-image {
    margin-bottom: 30px;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

  .about-intro-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-head-text-wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-name-text {
    font-size: 24px;
    line-height: 42px;
  }

  .skillset-wrap {
    padding-right: 0;
  }

  .services-items-grid {
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr;
    padding-top: 0;
  }

  .skills-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .personal-features-grid {
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-heading {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-grid {
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .project-overview-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .project-description-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .email-section {
    margin-bottom: 160px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .photo-wrap {
    width: 50%;
  }

  .topnav {
    background-color: #fff0;
  }

  .project-intro.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .project-intro-text {
    font-size: 2vw;
  }

  .doclink {
    font-size: 1em;
  }

  .role-and-credit {
    font-size: 2vw;
  }

  .mjolnir1, .mjolnir2, .pilat1, .pilat2, .mjolnir0, .pilat0 {
    font-size: 1em;
  }

  .project-intro-text-light, .parallax-body, .aim-body, .aim-body-copy, .aim-intro, .aim-title, .turntable, .aim-note {
    font-size: 2vw;
  }

  .bio.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .bio.intro, .bio.intro-copy {
    padding-left: 0%;
    padding-right: 0%;
  }

  .biophoto {
    width: 50%;
  }

  .aimsktext, .aimfistitle, .aimtesttext, .aimproto, .aimprototext, .aimbot-v2, .aimproto2text, .aimcontrol, .aimresulttext, .aimcite {
    font-size: 2vw;
  }
}

@media screen and (max-width: 767px) {
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .container {
    text-align: center;
  }

  .introsection {
    margin-left: 15px;
    margin-right: 15px;
  }

  .introsection.cc-contact {
    padding: 15px;
  }

  .introsection.intro {
    padding-top: 0;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .work-experience-grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .work-position-wrap {
    margin-bottom: 40px;
  }

  .rr-eresres-eresearesearresearcresearch {
    font-size: 16px;
    line-height: 28px;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .about-head-text-wrap {
    width: 70%;
    max-width: 470px;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 70%;
    max-width: 470px;
  }

  .personal-features-grid, .social-media-heading {
    width: 70%;
    max-width: 470px;
  }

  .social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .project-overview-grid {
    width: 80%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 95px;
  }

  .project-description-grid {
    width: 70%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 85px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .email-section {
    width: 80%;
    max-width: 470px;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .artembed {
    bottom: 0;
  }

  .research-text {
    font-size: 16px;
    line-height: 28px;
  }

  .project-intro {
    margin-left: 15px;
    margin-right: 15px;
  }

  .project-intro.cc-contact {
    padding: 15px;
  }

  .research-text-unfinished {
    font-size: 16px;
    line-height: 28px;
  }

  .bio {
    margin-left: 15px;
    margin-right: 15px;
  }

  .bio.cc-contact {
    padding: 15px;
  }

  .bio.intro, .bio.intro-copy {
    padding-top: 0;
  }

  .introembed {
    bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    text-align: left;
    width: 90vw;
    font-size: 3vw;
    line-height: 5vw;
  }

  .paragraph-light {
    text-align: left;
    width: 90vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .introsection.intro {
    background-image: linear-gradient(0deg, #000 75%, #fff0 95%);
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0%;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .logo-image {
    width: 12vw;
  }

  .name-text {
    text-align: left;
    height: 6vw;
    font-size: 5vw;
    line-height: 5vw;
  }

  .position-name-text.aim {
    font-size: 3vw;
    line-height: 4vw;
  }

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form, .contact-form-wrap {
    flex-direction: column;
  }

  .footer-wrap {
    flex-direction: column;
    display: none;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
  }

  .personal-features-grid, .social-media-heading, .project-overview-grid, .project-description-grid {
    width: 100%;
    max-width: none;
  }

  .email-section {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .email-link {
    font-size: 30px;
    line-height: 46px;
  }

  .background {
    height: 15vh;
    display: none;
  }

  .photo-wrap {
    display: none;
  }

  .maingrid {
    padding-left: 0%;
    padding-right: 0%;
  }

  .research-heading {
    font-size: 4vw;
    line-height: 3vh;
  }

  .research-heading.link {
    margin-bottom: 0;
    padding-bottom: 5vh;
    font-size: 3vw;
    line-height: 4vw;
  }

  .side, .side.light, .side.solar, .side.hit {
    height: 30vh;
  }

  .artembed {
    flex-flow: row;
    height: 50vw;
    display: block;
  }

  .sideblock {
    height: 30vh;
  }

  .research {
    margin-left: 0%;
    margin-right: 0%;
  }

  .research.main2 {
    background-image: url('../images/parallax/ezgif.com-animated-gif-maker.gif');
    background-position: 0%;
    background-size: cover;
  }

  .research.parallax, .research.chatitp, .research.udp, .research.aimbot, .research.nomad {
    height: 40vh;
  }

  .research-text {
    opacity: 1;
    filter: blur();
    font-size: 3vw;
  }

  .research-text:focus {
    filter: none;
  }

  .subscript {
    font-size: 1em;
    line-height: 1.5em;
  }

  .project-title.aim {
    font-size: 6vw;
    line-height: 3vw;
  }

  .project-intro-text.aim {
    font-size: 3vw;
    line-height: 4vw;
  }

  .typer {
    font-size: 1.2em;
    line-height: 1em;
  }

  .research-unfinished.wip3 {
    background-image: url('../images/parallax/ezgif.com-animated-gif-maker.gif');
    background-position: 0%;
    background-size: cover;
  }

  .research-unfinished.wip1, .research-unfinished.wip2 {
    height: 40vh;
    margin-left: 0%;
    margin-right: 0%;
  }

  .research-unfinished.wip3 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .research-text-unfinished {
    opacity: 1;
  }

  .research-heading-temporary {
    font-size: 4vw;
    line-height: 3vh;
  }

  .doclink {
    font-size: 3vw;
  }

  .otherproject.mjornir, .otherproject.pilat {
    height: 30vh;
  }

  .otherheading {
    font-size: 2vw;
    line-height: 3vw;
  }

  .notes {
    margin-top: 6vw;
  }

  .reslink {
    font-size: 3vw;
  }

  .reslink.aim, .tag.aim, .quote {
    font-size: 3vw;
    line-height: 4vw;
  }

  .quote.aim, .quote.fis {
    display: none;
  }

  .project-photos.aim {
    margin-left: 0%;
    margin-right: 0%;
  }

  .source.aim {
    font-size: 3vw;
    line-height: 4vw;
  }

  .mjolnir1, .mjolnir2, .pilat1, .pilat2, .mjolnir0, .pilat0 {
    font-size: 3vw;
  }

  .bold-text-5 {
    font-size: 3vw;
    line-height: 4vw;
  }

  .aimembed, .aimbot-intro, .aim-body, .aimintro, .aim-title, .turntablism, .aimbot-diagram, .aimbot-diagram-note, .aimbot-inspire, .aimbot-inspire-line {
    display: none;
  }

  .fabtitle {
    font-size: 3vw;
    line-height: 4vw;
  }

  .bio.intro, .bio.intro-copy {
    background-image: linear-gradient(0deg, #000 75%, #fff0 95%);
    margin-top: 4vh;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0%;
  }

  .bio-text {
    text-align: left;
    width: 90vw;
    font-size: 3vw;
    line-height: 5vw;
  }

  .biophoto, .aimbot-fis, .aimbot-prototype, .aimbot-test, .aimbot-v1, .aimsys, .aimbot-mechatronics, .aimcir, .aimresult, .aimnav, .aimcite {
    display: none;
  }

  .backgroundart {
    height: 15vh;
    display: none;
  }

  .introembed {
    flex-flow: row;
    height: 50vw;
    display: block;
  }

  .interest-text {
    text-align: left;
    width: 90vw;
    font-size: 3vw;
    line-height: 5vw;
  }

  .interest-head {
    text-align: left;
    height: 6vw;
    font-size: 4vw;
    line-height: 5vw;
  }

  .connecticon {
    width: .8em;
  }
}

#w-node-_91a1473f-2588-d41f-d0a9-524f00632644-4c0d3f07, #w-node-_60638b18-89ea-2b02-131f-9b87a50f5c00-4c0d3f07, #w-node-_4b6319b9-f2cd-6067-7762-a815c3099662-4c0d3f07, #w-node-fd292e36-ee51-a549-2e98-4631ef3ea0ff-4c0d3f07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a32-d0df4a24 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a36-d0df4a24 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a3a-d0df4a24, #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-4c0d3f0d {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-d659a64f-2b02-fcfb-2639-94cff7ddb898-4c0d3f0d {
  grid-template-rows: 474px auto;
  grid-template-columns: 3.75fr 2.5fr;
  display: none;
}

#w-node-_654845b4-7d41-07ef-14ac-8951364973b8-4c0d3f0d {
  grid-column: span 2 / span 2;
}

#w-node-e19a42c9-52fb-1772-658c-45d2376ead46-4c0d3f0d {
  grid-template-rows: 45vw auto;
  grid-template-columns: 3.75fr 3.75fr;
}

#w-node-e19a42c9-52fb-1772-658c-45d2376ead48-4c0d3f0d {
  grid-column: span 2 / span 2;
}

#w-node-_19a990d8-ec9f-2490-4f3a-e5489bdf5f19-4c0d3f0d, #w-node-_423c1582-5a66-6d19-7a66-2a75f8bf8380-4c0d3f0d, #w-node-_4f581acc-8d0a-7b4d-44a8-e2e33727e425-4c0d3f0d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-fea8fa9e {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-e19a42c9-52fb-1772-658c-45d2376ead46-fea8fa9e {
  grid-template-rows: auto;
  grid-template-columns: 3.75fr 3.75fr;
  display: grid;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-353a714c {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-e19a42c9-52fb-1772-658c-45d2376ead46-353a714c {
  grid-template-rows: 45vw;
  grid-template-columns: 3.75fr 3.75fr;
}

#w-node-e19a42c9-52fb-1772-658c-45d2376ead48-353a714c {
  grid-column: span 2 / span 2;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-91cbb5db, #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-f304ee2b {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-e19a42c9-52fb-1772-658c-45d2376ead46-f304ee2b {
  grid-template-rows: 40vw;
  grid-template-columns: 3.75fr 3.75fr;
}

#w-node-_68338515-8a11-75e9-4cd1-3d8d1cb3664f-f304ee2b {
  grid-column: span 2 / span 2;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-b4dd2f4e {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-c397ee0e-42e6-9ec5-ae01-f77e077deedd-b4dd2f4e {
  grid-template-rows: 45vw auto;
  grid-template-columns: 3.75fr 3.75fr;
}

#w-node-c397ee0e-42e6-9ec5-ae01-f77e077deede-b4dd2f4e {
  grid-column: span 2 / span 2;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-55aef2a0 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-e19a42c9-52fb-1772-658c-45d2376ead46-55aef2a0 {
  grid-template-rows: auto;
  grid-template-columns: 3.75fr;
  display: grid;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-44df9b54 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-e19a42c9-52fb-1772-658c-45d2376ead46-44df9b54 {
  grid-template-rows: 45vw;
  grid-template-columns: 3.75fr 3.75fr;
}

#w-node-e19a42c9-52fb-1772-658c-45d2376ead48-44df9b54 {
  grid-column: span 2 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-4c0d3f0d, #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-fea8fa9e, #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-353a714c, #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-91cbb5db, #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-f304ee2b, #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-b4dd2f4e, #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-55aef2a0, #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-44df9b54 {
    grid-column-end: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d783a17e-0b35-a13a-0448-a852d0df4a36-d0df4a24 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d783a17e-0b35-a13a-0448-a852d0df4a3a-d0df4a24 {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e19a42c9-52fb-1772-658c-45d2376ead46-f304ee2b {
    grid-template-rows: 100vw;
    grid-template-columns: 3.75fr 3.75fr;
  }
}


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

/* Force navigation transparency on all research pages */
.bodylight .navigation,
.navigation {
    background-color: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;

/* Force navigation transparency on ALL research pages */
.bodylight .navigation,
.bodyitp .navigation,
.bodynomad .navigation,
.bodyparallax .navigation,
.bodyudp .navigation,
.navigation {
    background-color: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}


/* Force navigation transparency specifically for ultrawide screens */
@media screen and (min-width: 1920px) {
    .navigation {
        background-color: transparent !important;
        background: transparent !important;
        box-shadow: none !important;
        border: none !important;
    }
    
    .bodylight .navigation,
    .bodyitp .navigation,
    .bodynomad .navigation,
    .bodyparallax .navigation,
    .bodyudp .navigation {
        background-color: transparent !important;
        background: transparent !important;
        box-shadow: none !important;
        border: none !important;
    }
}
