:root {
  --font: "Inter";
  --font-secondary: "IBM Plex Mono";
  --font-tertiary: "Libre Baskerville";
  --white: #e8e8e8;
  --white-transparent: rgba(255, 254, 244, 0);
  --grey: #909090;
  --grey-transparent: hsla(0, 0%, 56%, 0);
  --black: #1a1918;
  --black-transparent: transparent;
  --red: red;
  --red-transparent: rgba(255, 0, 0, 0);
  --blue: #4160ff;
  --blue-transparent: rgba(65, 96, 255, 0);
  --green: #00ff6a;
  --purple: #af69f4;
  --green-transparent: rgba(0, 255, 106, 0);
  --ease-in-quad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --ease-in-cubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --ease-in-quart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --ease-in-quint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --ease-in-expo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --ease-in-circ: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-out-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ease-out-quart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --ease-out-quint: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-out-circ: cubic-bezier(0.075, 0.82, 0.165, 1);
  --ease-in-out-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --ease-in-out-cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ease-in-out-quart: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-in-out-quint: cubic-bezier(0.86, 0, 0.07, 1);
  --ease-in-out-expo: cubic-bezier(1, 0, 0, 1);
  --ease-in-out-circ: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --layout-columns-count: 4;
  --layout-columns-gap: 4.2666666667vw;
  --layout-margin: 4.2666666667vw;
  --layout-width: calc(100vw - (2 * var(--layout-margin)));
  --layout-column-width: calc((var(--layout-width) - ((var(--layout-columns-count) - 1) * var(--layout-columns-gap))) / var(--layout-columns-count))
   font-feature-settings: 'liga' 1, 'calt' 1;
  /* fix for Chrome */ }

::selection {
  background: rgba(175, 105, 244, 0.4);
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: rgba(175, 105, 244, 0.4);
  /* Gecko Browsers */ }

.-black {
  color: var(--black) !important; }

.-green {
  color: var(--green) !important; }

.-purple {
  color: var(--purple) !important; }

.-white {
  color: var(--white) !important; }

.-text {
  color: rgba(26, 25, 24, 0.75) !important; }

.-drkText {
  color: rgba(255, 255, 255, 0.8) !important; }

.-ltText {
  color: #909090 !important; }

.-muted {
  color: rgba(144, 144, 144, 0.5); }

.-grey {
  color: var(--grey) !important; }

.-bg-black {
  background-color: var(--black) !important; }

.-bg-white {
  background-color: var(--white) !important; }

.-bg-green {
  background-color: var(--green) !important; }

.-bg-purple {
  background-color: var(--purple) !important; }

.-bg-grey {
  background-color: var(--grey) !important; }

.-font {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

.-font-secondary {
  font-family: "IBM Plex Mono" !important; }

.-font-tertiary {
  font-family: "Libre Baskerville" !important; }

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

.ml-auto {
  margin-left: auto !important; }

.mr-auto {
  margin-right: auto !important; }

a {
  text-decoration: none; }

em {
  font-family: "Libre Baskerville";
  font-weight: 400;
  font-style: italic; }

.-bold, strong, .text-bold {
  font-weight: 900 !important; }

.-semiBold {
  font-weight: 600 !important; }

.-medium {
  font-weight: 500 !important; }

.-regular {
  font-weight: 400 !important; }

.-light {
  font-weight: 300 !important; }

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

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.-rounded {
  border-radius: 50px !important; }

.-rounded-2x {
  border-radius: 100px !important; }

.-rounded-05x {
  border-radius: 25px !important; }

.-frost {
  -webkit-backdrop-filter: blur(20px) saturate(220%);
  backdrop-filter: blur(20px) saturate(220%); }

.-circle {
  border-radius: 100% !important; }

.-border {
  border: 1px solid rgba(26, 25, 24, 0.1); }

.-border-lt {
  border: 1px solid rgba(232, 232, 232, 0.1); }

.-l-border-lt {
  border-left: 1px solid #e8e8e8; }

.-l-border,
.-l-border-drk {
  border-left: 1px solid rgba(26, 25, 24, 0.1); }

.-r-border-lt {
  border-right: 1px solid #e8e8e8; }

.-r-border,
.-r-border-drk {
  border-right: 1px solid rgba(26, 25, 24, 0.1); }

.-b-border-lt {
  border-bottom: 1px solid #e8e8e8; }

.-b-border,
.-b-border-drk {
  border-bottom: 1px solid rgba(26, 25, 24, 0.1); }

.-t-border-lt {
  border-top: 1px solid #e8e8e8; }

.-t-border,
.-t-border-drk {
  border-top: 1px solid rgba(26, 25, 24, 0.1); }

.-shadow {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08); }

.-mt-5em {
  position: relative;
  margin-top: -5em; }

.-pb-5em {
  position: relative;
  padding-bottom: 5em; }

.-disable-header header {
  display: none; }

.-disable-footer footer {
  display: none; }

.spacer-100 {
  width: 100%;
  height: 100px; }

.-underline {
  text-decoration: underline !important; }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.button {
  color: var(--green);
  font-size: 3.7333333333vw;
  padding: 1.0666666667vw 2.1333333333vw;
  border-radius: 2.1333333333vw;
  border: 1px solid;
  text-transform: uppercase;
  transition: color 0.3s var(--ease-out-expo), background-color 0.3s var(--ease-out-expo);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.header-container .header-top .header-cta {
  grid-column: 3 / -1;
  text-align: end;
  margin-left: auto; }
  @media (min-width: 992px) {
    .header-container .header-top .header-cta {
      grid-column: 8/-1; } }

hr {
  opacity: 1; }

.text-accent {
  color: var(--green); }

.text-muted {
  color: #909090 !important; }

.theme-light {
  --theme-primary: #fffef4;
  --theme-primary-transparent: rgba(255, 254, 244, 0);
  --theme-secondary: #000;
  --theme-secondary-transparent: transparent;
  --theme-contrast: red;
  --theme-contrast-transparent: rgba(255, 0, 0, 0) ; }

.theme-dark {
  --theme-primary: #000;
  --theme-primary-transparent: transparent;
  --theme-secondary: #fffef4;
  --theme-secondary-transparent: rgba(255, 254, 244, 0);
  --theme-contrast: red;
  --theme-contrast-transparent: rgba(255, 0, 0, 0) ; }

.layout {
  background-color: var(--theme-primary);
  color: var(--theme-secondary);
  display: flex;
  flex-direction: column; }
  @media (min-width: 992px) {
    .layout .layout {
      height: 100vh; } }

html {
  font-weight: bolder;
  font-family: Arial, Helvetica, sans-serif;
  font-family: var(--font);
  background-color: var(--theme-primary);
  color: var(--theme-secondary);
  scrollbar-width: thin; }

html.nav {
  overflow: hidden; }

body,
html {
  overscroll-behavior: none; }

body {
  min-height: 100vh; }

h1, h2, h3, h4, h5 {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -.042em; }

.p, p, li {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.4em;
  letter-spacing: -.042em; }

a,
button,
input,
label,
select,
textarea {
  color: inherit;
  cursor: pointer; }

svg.icon circle[fill],
svg.icon path[fill],
svg.icon rect[fill] {
  fill: currentColor; }

svg.icon circle[stroke],
svg.icon path[stroke],
svg.icon rect[stroke] {
  stroke: currentColor; }

.decorate {
  position: relative;
  transition: color 0.95s cubic-bezier(0.19, 1, 0.22, 1); }
  .decorate:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: .075em;
    min-height: 1px;
    transform: scaleX(1);
    transform-origin: left;
    background-color: currentColor;
    transition: transform 0.95s cubic-bezier(0.19, 1, 0.22, 1); }

@media (max-width: 992px) {
  .decorate {
    color: currentColor; } }
@media (min-width: 992px) and (hover: hover) {
  .decorate:not(:hover) {
    color: currentColor; }

  .decorate:not(:hover):before {
    transform-origin: right;
    transform: scaleX(0); } }
.header-marquee {
  display: flex;
  overflow: hidden;
  will-change: transform; }
  @media (prefers-reduced-motion: reduce) {
    .header-marquee {
      --duration: 50s !important ; } }
  .header-marquee .marquee-inner {
    display: flex;
    white-space: nowrap;
    animation: marquee-marquee var(--duration) linear infinite;
    animation-play-state: var(--animation-status); }

@keyframes marquee-marquee {
  0% {
    transform: translate3d(calc(var(--offset) * -1), 0, 0); }
  to {
    transform: translate3d(calc(-100% - var(--offset)), 0, 0); } }
.gallery-gallery {
  position: fixed;
  inset: 0;
  z-index: 3;
  height: 100%;
  padding: 12.2222222222vh 13.9583333333vw;
  display: flex;
  transition: opacity 0.5s var(--ease-out-expo), transform 0.5s var(--ease-out-expo); }
  .gallery-gallery:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--black);
    opacity: .8;
    pointer-events: none; }
  .gallery-gallery .gallery-scroller {
    border-top-right-radius: .5555555556vw;
    border-top-left-radius: 0.5555555556vw; }
  .gallery-gallery .gallery-close {
    position: absolute;
    left: 10.6944444444vw;
    top: 12.2222222222vh;
    width: 1.6666666667vw;
    height: 1.6666666667vw; }
  .gallery-gallery .gallery-close .gallery-text {
    display: block;
    transform: translateY(180%) rotate(-90deg); }
  .gallery-gallery:not(.gallery-visible) {
    opacity: 0;
    pointer-events: none;
    transform: translateY(2%); }

.noise-canvas {
  height: 100vh;
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  opacity: .06;
  z-index: 100000;
  pointer-events: none; }

#logo-xl path, #logo-xl polygon {
  transform: scaleY(1.28); }

.mix-blend-difference {
  mix-blend-mode: difference; }

#about h2 {
  line-height: 1.3;
  font-size: 32px; }
@media (min-width: 992px) {
  #about .container {
    width: 80%;
    padding: 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
  #about h2 {
    font-size: 3rem; } }

footer p, footer li {
  font-size: .75rem; }

.footer-bottom {
  color: rgba(255, 255, 255, 0.375); }

.social-links .icon-external-link {
  height: 9px;
  margin-right: 6px; }

#scroll-section {
  position: relative;
  /* Set a height that determines the total scroll distance for the effect */
  height: 300vh; }

#pinned-paragraph {
  position: relative;
  top: 0; }

#pinned-paragraph.is-fixed {
  position: fixed;
  top: 50vh;
  /* This will center it on the screen while fixed */
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 0;
  /* Remove top padding when fixed */
  width: 80%;
  max-width: 1200px; }

.decorate {
  position: relative;
  transition: color 0.95s cubic-bezier(0.19, 1, 0.22, 1); }

header div.position-sticky.w-100 {
  margin-bottom: calc(var(--navbar-height) - 12px) !important; }

#primary-navigation-home {
  z-index: 1050;
  position: absolute;
  width: 100%;
  bottom: 0;
  top: auto;
  left: 0;
  transition: top 0.3s ease-in-out; }

.navbar {
  overflow: scroll; }

.navbar-sticky-top {
  position: fixed !important;
  top: 0 !important;
  bottom: auto !important; }

.navbar-initial-show {
  bottom: 0 !important;
  top: auto !important; }

.navbar-hidden {
  top: calc(0px - var(--navbar-height)) !important; }

.nav-link {
  border-radius: 54px;
  background-color: rgba(40, 40, 40, 0.8);
  --tw-text-opacity: 1;
  color: #e8e8e8;
  opacity: 0;
  --tw-backdrop-blur: blur(20px);
  backdrop-filter: blur(20px) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-backdrop-filter: blur(20px) saturate(220%);
  backdrop-filter: blur(20px) saturate(220%);
  padding: 24.5px 34px;
  line-height: 1;
  margin-left: 4px;
  font-family: "IBM Plex Mono";
  text-transform: uppercase;
  font-size: 14px; }

.nav-item:first-of-type,
.nav-item:last-of-type {
  margin-left: 0; }

.nav-link.active {
  --tw-bg-opacity: 1;
  background-color: #e8e8e8;
  --tw-text-opacity: 1;
  color: #1a1918; }

.nav-link {
  opacity: 1;
  -webkit-transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  font-size: 12px;
  padding: 12px 16px !important;
  border-radius: 64px; }

.nav-link:hover,
.nav-link:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(144, 144, 144, 0.8);
  backdrop-filter: saturate(190%) blur(60px);
  -webkit-backdrop-filter: saturate(190%) blur(60px);
  color: #e8e8e8 !important;
  --tw-text-opacity: 1; }

.nav-link:active {
  transform: scale(0.9); }

section.svh-100 {
  height: 100svh !important; }

.word-by-word-text span {
  color: #595959;
  /* Initial muted color */
  transition: color 0.1s ease-out; }

.word-by-word-text span.colored {
  color: #e8e8e8; }

@media (orientation: landscape) {
  .orientation-landscape {
    display: flex; }

  .orientation-portrait {
    display: none; } }
@media (orientation: portrait) {
  .orientation-portrait {
    display: flex; }

  .orientation-landscape {
    display: none; }

  /*#footer a {text-decoration:underline;}*/ }
@media only screen and (min-width: 768px) {
  .aos-mobile-only[data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important; }

  .nav-link {
    font-size: 14.5px; } }
@media only screen and (max-width: 767.98px) {
  .aos-md[data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important; }

  .aos-mobile-only {
    border-bottom: 1px solid #1a1918; }

  .nav-link {
    font-size: 12px; } }
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  #about h2 {
    font-size: 45px; }

  .nav-link {
    font-size: 16px; } }
