@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Instrumentserif;
  src: url('../fonts/InstrumentSerif-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Instrumentserif;
  src: url('../fonts/InstrumentSerif-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.div-block {
  aspect-ratio: auto;
  object-fit: fill;
  width: 100%;
  height: 100vh;
  position: static;
  overflow: clip;
}

.page-padding {
  padding-left: 5rem;
  padding-right: 5rem;
}

.navbar-right-button {
  display: flex;
}

.navbar-menu-item-line {
  background-color: #000;
  height: 1px;
  position: absolute;
  inset: auto auto -1px 0%;
}

.navbar-menu-item-inner {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  position: relative;
}

.container-xxlarge {
  width: 100%;
  max-width: 112.5rem;
  margin-left: auto;
  margin-right: auto;
}

.header {
  z-index: 100;
}

.button-inner-text {
  box-sizing: border-box;
  color: #fff;
  justify-content: center;
  align-items: center;
  position: static;
  overflow: visible;
}

.button-inner-text:hover {
  color: #000;
}

.navbar-inner {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.button-line-left {
  background-color: #000;
  width: 20px;
  height: 1px;
}

.mobile-menu-nav-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-right {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.button {
  color: #000;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 0;
  justify-content: center;
  margin: 0;
  padding: 1rem 1.25rem;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: border .3s;
  position: relative;
  overflow: hidden;
}

.button:hover, .button:active {
  color: #000;
  background-color: #0000;
  border-color: #000;
}

.button.secondary:hover {
  color: #9bb4ff;
  border-color: #0000;
}

.button.secondary:active {
  color: #000;
  border-color: #0000;
}

.button.secondary {
  color: #000;
  background-color: #2ddfff;
  border-color: #0000;
}

.button.secondary-copy {
  color: #000;
  background-color: #2ddfff;
  border-color: #0000;
  border-radius: .2rem;
}

.button.secondary-copy:hover {
  color: #9bb4ff;
  background-color: #0415eb;
  border-color: #0000;
}

.button.secondary-copy:active {
  color: #000;
  background-color: #b40057;
  border-color: #0000;
}

.button.secondary {
  color: #000;
  background-color: #2ddfff;
  border-color: #0000;
  border-radius: .2rem;
}

.button.secondary:hover {
  color: #fff;
  background-color: #000ca5;
  border-color: #0000;
}

.button.secondary:active {
  color: #fff;
  background-color: #92123b;
  border-color: #0000;
}

.navbar-menu-item-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0000;
  align-items: center;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.mobile-menu-toggle-line._02 {
  margin-top: -1px;
}

.mobile-menu-toggle-line._03 {
  bottom: 0;
}

.navbar {
  z-index: 1000;
}

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

.button-inner {
  z-index: 6;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mobile-menu {
  z-index: 100;
  display: none;
}

.button-line-right {
  background-color: #000;
  width: 0;
  height: 1px;
}

.navbar-menu {
  z-index: 9999;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.text-block {
  color: #000;
  font-family: "Aspekta 800", Arial, sans-serif;
  font-size: 28px;
  -webkit-text-decoration: line-through #000;
  text-decoration: line-through #000;
}

.home-hero-subheading {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 163px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 110%;
}

.body {
  background-color: #f3f3f3;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.home-services-card-wrapper {
  border-top: 2rem solid #fff;
  position: sticky;
  top: 0;
  overflow: visible;
}

.banner-circle-image {
  width: 120px;
}

.footer-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-services-about {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.nav {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.footer-bottom {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-stats-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 120%;
}

.heading-h3.text-uppercase {
  letter-spacing: 1px;
  font-family: "Aspekta 950", Arial, sans-serif;
}

.marquee-secondary-text {
  color: #000;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}

.text-meta-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.home-services-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 3rem;
  display: grid;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xhuge {
  padding-top: 0;
  padding-bottom: 3rem;
}

.home-services-item-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.section-home-services {
  padding-top: 0;
  overflow: visible;
}

.nav-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.nav-item:hover {
  color: #000;
}

.nav-item.inverse {
  color: #ffffffb3;
}

.nav-item.inverse:hover {
  color: #fff;
}

.home-hero-subheading-2 {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1rem;
  font-family: "Aspekta 500", Arial, sans-serif;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 110%;
  position: static;
}

.page-wrapper {
  overflow: clip;
}

.text-size-medium {
  font-family: "Aspekta 400", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 170%;
}

.text-color-secondary {
  color: #d2f65a;
}

.home-services-grid-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  padding-left: 2rem;
  padding-right: 0;
  display: flex;
}

.footer-grid-left {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.home-clients-logos-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  display: flex;
}

.section-marquee-secondary {
  color: #000;
  background-color: #2ddfff;
  margin-top: 0;
  overflow: hidden;
}

.marquee-inner {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: visible;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.home-clients-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.card {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
}

.card.muted {
  color: #000;
  background-color: #ddd;
  border-color: #0000;
  border-radius: .2rem;
}

.heading-h1 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 100%;
}

.heading-h1.text-uppercase {
  color: #000;
  letter-spacing: 2px;
  -webkit-text-stroke-color: #000;
  margin-bottom: 0;
  font-family: "Aspekta 950", Arial, sans-serif;
  font-size: 3.7rem;
  font-weight: 600;
}

.navbar-inner-2 {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-text-stroke-color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: .7rem;
  display: grid;
}

.heading-medium {
  font-size: 5rem;
  font-weight: 500;
  line-height: 100%;
}

.heading-medium.text-uppercase {
  letter-spacing: 2px;
  letter-spacing: 2px;
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Aspekta 900", Arial, sans-serif;
  font-weight: 600;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.marquee-heading {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Aspekta 400", Arial, sans-serif;
  font-size: 3vw;
  font-weight: 400;
  line-height: 100%;
}

.marquee-heading.text-outline {
  font-family: "Aspekta 400", Arial, sans-serif;
  font-weight: 400;
}

.line {
  box-sizing: content-box;
  perspective-origin: 50%;
  transform-origin: 50%;
  object-fit: fill;
  background-color: #000;
  width: 0%;
  max-width: none;
  height: 2px;
  margin-top: 0;
  overflow: visible;
}

.clip {
  overflow: visible;
}

.home-clients-logos-inner {
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  display: flex;
}

.text-meta-line {
  perspective-origin: 50%;
  transform-origin: 50%;
  background-color: #000;
  width: 24px;
  height: 1px;
}

.footer-grid-right-inner {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-services-grid-right-inner {
  flex-direction: column;
  align-self: auto;
  margin-top: 0;
  padding-top: 4rem;
  display: flex;
}

.section-cta-contact {
  color: #fff;
  background-color: #0416eb00;
  margin-top: 0;
  position: relative;
}

.banner-circle {
  position: absolute;
  bottom: 2rem;
  right: 4rem;
}

.my-services-grid-left-inner {
  padding-bottom: 0;
  position: sticky;
  top: 2rem;
}

.nav-item-line {
  background-color: #000;
  width: 0%;
  height: 1px;
}

.nav-item-line.inverse {
  background-color: #fff;
}

.heading-h5 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 130%;
}

.heading-h5.text-uppercase {
  letter-spacing: 1px;
}

.home-hero-image-wrapper {
  border-radius: .2rem;
  height: 59vh;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.card-padding {
  padding: 3rem;
}

.heading-small {
  font-size: 4rem;
  font-weight: 500;
  line-height: 110%;
}

.heading-small.text-uppercase {
  letter-spacing: 2px;
  font-weight: 600;
  line-height: 100%;
}

.home-services-grid-left {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-style-link, .text-style-link:hover {
  text-decoration: underline;
}

.text-style-link.inverse {
  color: #fff;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-marquee {
  overflow: hidden;
  transform: translate(0);
}

.home-clients-logos {
  overflow: hidden;
}

.text-meta {
  color: #000;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.home-work-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer {
  z-index: 0;
  color: #fff;
  background-color: #000;
  margin-top: -1px;
  position: relative;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.main-wrapper {
  background-color: #fff;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
  box-shadow: 0 0 30px #00000008;
}

.marquee-secondary-inner {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  overflow: visible;
}

.max-width-medium {
  width: 100%;
  max-width: 40rem;
}

.banner-circle-wrapper {
  z-index: 9999;
  justify-content: flex-end;
  max-width: 112.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.text-align-center {
  text-align: center;
}

.section-home-hero {
  z-index: 1;
}

.heading-h6 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
}

.heading-h6:hover {
  text-decoration: none;
}

.heading-h6.text-uppercase {
  letter-spacing: 1px;
}

.image {
  mix-blend-mode: normal;
}

.homepage-animated-background {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}

.text-block-2 {
  color: #000;
  -webkit-text-stroke-color: #000;
  font-family: "Aspekta 800", Arial, sans-serif;
  font-size: 38px;
  text-decoration: line-through;
}

.heading {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  object-fit: fill;
  width: 100%;
  height: 100%;
  margin-top: .6rem;
  margin-bottom: 0;
  font-family: "Aspekta 950", Arial, sans-serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: 8.8rem;
  text-decoration: none;
  display: block;
  position: static;
  overflow: visible;
}

.info-card-open-bg {
  background-color: #0415eb94;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(0, 101%);
}

.credits-link {
  color: #355a96;
  font-size: 1.25rem;
  line-height: 1.4;
  text-decoration: none;
}

.arrow-wrapper {
  z-index: 1;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: relative;
}

.text-bold {
  font-weight: 500;
}

.pill-button {
  grid-column-gap: 1.25rem;
  color: #f9f9f9;
  text-transform: uppercase;
  background-color: #404040;
  border-radius: 100px;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: center;
  min-width: 15rem;
  padding: 1.25rem 1.25rem 1.25rem 2rem;
  display: flex;
  overflow: hidden;
}

.pill-button.auto-top {
  background-color: #2ddfff;
  margin-top: auto;
  padding: .65rem .65rem .65rem 1.2rem;
  text-decoration: none;
}

.info-card-bottom {
  z-index: 2;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: visible;
}

.arrow-image {
  z-index: 2;
  position: relative;
}

.info-title {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-small {
  color: #fff;
  text-transform: uppercase;
  font-family: "Aspekta 850", Arial, sans-serif;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1;
}

.info-card-section {
  grid-row-gap: 2rem;
  flex-direction: column;
  margin-bottom: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.service-card-open-close {
  background-color: #7b7b7b1a;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  height: 3.25rem;
  display: flex;
}

.info-card-top {
  z-index: 2;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.info-hidden {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.circle-overlay {
  z-index: 1;
  background-color: #f9f9f9;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
}

.info-card-1 {
  grid-row-gap: 5rem;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/endure-threephones-mockup.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-clip: border-box;
  border: 1px solid #7b7b7b33;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  min-height: 34rem;
  padding: 2rem;
  transition: border-color .6s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 3px #01f;
}

.info-card-1:hover {
  pointer-events: auto;
  border-color: #7b7b7b99;
  box-shadow: 0 0 20px 9px #0415eb;
}

.info-card-1.info-card-2.info-card-3 {
  box-shadow: none;
  background-image: linear-gradient(#00000059, #00000059), url('../images/endure-threephones-mockup.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.info-card-1.info-card-2.info-card-3:hover {
  box-shadow: 0 0 14px 6px #0013ff;
}

.credits {
  grid-column-gap: .3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.info-cards-wrapper {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.body-small {
  color: #fff;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.4;
}

.body-medium {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.4;
  text-decoration: none;
}

.body-medium.relative-2 {
  z-index: 2;
  position: relative;
}

.heading-large {
  text-transform: uppercase;
  font-size: 6rem;
  line-height: 1;
}

.info-card-2 {
  grid-row-gap: 5rem;
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/310A2623.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 1px solid #7b7b7b33;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  min-height: 34rem;
  padding: 2rem;
  transition: border-color .6s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.info-card-2:hover {
  border-color: #7b7b7b99;
}

.info-card-2.info-card-1 {
  box-shadow: none;
  background-image: linear-gradient(#00000059, #00000059), url('../images/310A2623.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.info-card-2.info-card-1:hover {
  box-shadow: 0 0 14px 6px #0013ff;
}

.info-card-3 {
  grid-row-gap: 5rem;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #7b7b7b33;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  min-height: 34rem;
  padding: 2rem;
  transition: border-color .6s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.info-card-3:hover {
  border-color: #7b7b7b99;
}

.info-card-3.info-card-1 {
  box-shadow: none;
  background-image: linear-gradient(#00000059, #00000059), url('../images/IMG_5906.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  transition: none;
}

.info-card-3.info-card-1:hover {
  box-shadow: 0 0 14px 6px #0013ff;
}

.footer-p2 {
  background-color: #0015ff;
  margin-top: 60px;
  padding-top: 200px;
}

.footer-2 {
  background-color: #fff0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.wave {
  background-image: url('../images/wave.png');
  background-position: 0 0;
  background-size: 1000px 100px;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 100%;
}

.wave.wave2 {
  opacity: .5;
  margin-bottom: -10px;
}

.wave.wave3 {
  opacity: .2;
  margin-bottom: -15px;
}

.wave.wave4 {
  opacity: .7;
  margin-bottom: -20px;
  bottom: 85%;
}

.footer-wrapper {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #2ddfff;
  background-image: linear-gradient(#0004e9, #2ddfff);
  flex-direction: column;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.footer-link-2 {
  color: #ffffffbf;
  transition: color .3s;
}

.footer-link-2:hover {
  color: #fff;
}

.footer-llist-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.copy-right {
  color: #fff;
  text-align: center;
  font-weight: 300;
}

.footer-waves {
  z-index: -1;
  width: 100%;
  position: absolute;
  bottom: 100%;
}

.copy-right-link {
  color: #fff;
}

.footer-heading {
  font-size: 40px;
  line-height: 50px;
}

.footer-social {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  font-family: "Fa Brands 400", Arial, sans-serif;
  display: flex;
}

.footer-heading-block {
  border-bottom: 1px solid #1d262d;
  padding-bottom: 20px;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.footer-social-link {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 28px;
  line-height: 28px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.footer-social-link:hover {
  transform: translate(0, -10px);
}

.section-marquee-secondary-2 {
  color: #000;
  background-color: #2ddfff;
  overflow: hidden;
}

.marquee-secondary-text-2 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}

.button-inner-text-2 {
  justify-content: center;
  align-items: center;
}

.div-block-3 {
  margin-top: 0;
  padding-top: 40px;
}

.heading-copy {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 3rem 5rem 4rem;
  font-family: "Aspekta 400", Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 4rem;
  position: static;
  overflow: visible;
}

.div-block-4 {
  width: 100%;
  height: 100%;
  padding-right: 150px;
}

.text-span, .text-span-2, .text-span-3, .text-span-4, .text-span-5 {
  font-family: "Aspekta 750", Arial, sans-serif;
}

.marquee-secondary-inner-lower {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.hero_heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 7.5rem;
}

.button-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  letter-spacing: -.014em;
  text-transform: uppercase;
  background-color: #fa410f;
  border: 1.5px solid #fa410f;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  padding: 0 1.25rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  transition: all .4s;
  display: flex;
}

.button-2:hover {
  box-shadow: 0 0 .5rem .25rem #00000014;
}

.button-2:active {
  box-shadow: none;
}

.section_hero {
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.hide {
  display: none;
}

.intro_split {
  background-color: #fff;
  width: 100%;
  height: 50vh;
}

.main {
  z-index: 99999;
  position: fixed;
}

.intro_load-line {
  background-color: #fa410f;
  border-radius: 1rem;
  width: 100%;
  height: .25rem;
}

.intro_load {
  align-items: center;
  width: 0%;
  height: 100vh;
  display: flex;
  position: absolute;
}

.section_intro {
  z-index: 999;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
}

.nav_container {
  color: #fa410f;
  background-color: #fff;
  border-radius: 10rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.hero_illustration {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 40vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-32 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 2rem;
  display: flex;
}

.container-2 {
  grid-row-gap: 1.5rem;
  flex-flow: column wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.intro_load-illustration {
  color: #30f;
  width: 12.5rem;
  height: 12.5rem;
  position: absolute;
  top: 47%;
  left: 100%;
}

.intro_load-line-2 {
  background-color: #30f;
  border-radius: 1rem;
  width: 100%;
  height: .25rem;
}

.main-2 {
  object-fit: fill;
  position: static;
}

.section_intro-2 {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
}

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

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

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

.heading-2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12cqi;
  font-weight: 900;
  line-height: .8;
}

.heading-2.md {
  font-size: 6cqi;
}

.heading-2.xl {
  font-size: 14cqi;
}

.section {
  position: relative;
}

.hide-on-mobile {
  display: block;
}

.heading-lottie {
  aspect-ratio: 1;
  width: 11cqi;
  margin-left: 1rem;
  margin-right: 1rem;
  display: inline-block;
}

.text_container {
  width: 100%;
  container-type: inline-size;
}

.icon-sm {
  width: 1.5em;
  height: 1.5em;
}

.nav-2 {
  z-index: 10;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  min-width: 14.375em;
  transform-style: preserve-3d;
  background-color: #6fd241;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: 1em;
  transition: all .2s ease-in-out;
  display: flex;
  box-shadow: inset 0 -1px #387e17, inset 0 0 0 5px #6edb3a, inset 0 -6px 1px #fff9, inset 0 8px 2px #0003, 0 3px 3px #0003, 0 -1px 2px #0000001a;
}

.tag:hover {
  transform: rotateX(6deg)rotateY(0)rotateZ(0);
  box-shadow: inset 0 0 #387e17, inset 0 0 0 2px #80e053, inset 0 4px 2px #fff3, inset 0 -2px 2px #0003, 0 0 2px #00000080, 0 0 2px #00000003;
}

.tag.is-link {
  color: currentColor;
  text-decoration: none;
}

.tag.is-makers-mark {
  color: currentColor;
  background-color: #182f2d;
  text-decoration: none;
  box-shadow: inset 0 -1px #000, inset 0 0 0 5px #182f2d, inset 0 -6px 1px #fff9, inset 0 8px 2px #0003, 0 3px 3px #0003, 0 -1px 2px #0000001a;
}

.tag.is-makers-mark:hover {
  box-shadow: inset 0 -1px #000, inset 0 0 0 5px #182f2d, inset 0 0 1px #fff9, inset 0 0 2px #0003, 0 3px 3px #0003, 0 -1px 2px #0000001a;
}

.inline-blk {
  display: inline;
}

.container-3 {
  z-index: 10;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1680px;
  min-height: 50vh;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem;
  display: flex;
  position: relative;
}

.container-3.is-hero {
  min-height: 80vh;
  padding-top: 10rem;
}

.container-3.is-nav {
  flex-flow: row;
  justify-content: space-between;
  min-height: auto;
  padding-top: 2.5rem;
  padding-bottom: 0;
  font-size: 14px;
}

.div-block-5 {
  z-index: 998;
  flex-flow: row;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.white-curtain-left, .white-curtain-right {
  background-color: #fff;
  width: 50%;
  height: 100%;
  display: flex;
}

.image-2 {
  width: 100%;
  height: 100%;
}

.div-block-7 {
  width: 3rem;
  height: 3rem;
}

.image-3 {
  object-fit: cover;
  object-position: 15% 50%;
  width: 25rem;
  height: 25rem;
}

.paragraph {
  font-family: "Aspekta 400", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
}

.div-block-8 {
  color: #000;
  background-color: #000;
  width: 10%;
  height: 9px;
  position: static;
}

.home-services-grid-right-inner-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-self: auto;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.pre-loader {
  z-index: 999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.image-4 {
  width: 200px;
}

.div-block-9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.div-block-10 {
  padding-top: 4rem;
}

.section-title {
  border-top: .125rem solid #000;
  align-self: stretch;
  padding-top: 1.5rem;
}

.section-title.is-offset {
  width: 23rem;
  margin-top: .5625rem;
}

.page-padding-2 {
  flex: 1;
  padding-top: 3rem;
  padding-left: 5rem;
  padding-right: 5rem;
}

.work-collection-item {
  width: 100%;
  display: flex;
}

.section-2 {
  align-items: flex-start;
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
}

.section-2.with-divider {
  border-bottom: .0625rem solid #00000014;
  justify-content: space-between;
  padding-top: 0;
}

.section-2.with-divider-copy {
  border-bottom: .0625rem solid #00000014;
  justify-content: space-between;
}

.margin-bottom-2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.empty-state {
  display: none;
}

.work-collection_list {
  grid-column-gap: 2rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.work-collection_list.is-featured-project {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 5rem;
}

.div-block-11 {
  width: 100%;
  height: 100%;
}

.lightbox-link-2 {
  background-image: url('../images/skateroom-ipadiPhones-mockup.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 7px;
  width: 100%;
  height: 25rem;
}

.lightbox-link-2:hover {
  opacity: .64;
}

.square-project {
  background-image: none;
  background-size: auto;
  border-radius: 7px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
}

.link-block-2-copy {
  width: 100%;
  height: 100%;
}

.project-image-square-copy {
  object-fit: fill;
  background-image: url('../images/endure-threephones-mockup.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 7px;
  width: 100%;
  height: 25rem;
  margin-bottom: 25px;
  transition: opacity .2s cubic-bezier(.55, .159, .25, 1);
}

.project-image-square-copy:hover {
  opacity: .64;
}

.link-block-2 {
  width: 100%;
  height: 100%;
}

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

.square-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.fent {
  background-image: url('../images/BC-EXPANDED.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 7px;
  width: 100%;
  height: 25rem;
  margin-bottom: 25px;
  transition: opacity .2s cubic-bezier(.55, .159, .25, 1);
}

.fent:hover {
  opacity: .64;
}

.div-block-12 {
  margin-top: 25px;
}

.lightbox-link {
  background-image: url('../images/nike.jpg');
  background-position: 30%;
  background-size: cover;
  border-radius: 7px;
  width: 100%;
  height: 25rem;
  transition-duration: .3s, .2s;
}

.lightbox-link:hover {
  opacity: .64;
}

.project-image-square {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/310A2605.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  border-radius: 7px;
  width: 100%;
  height: 25rem;
  margin-bottom: 25px;
  transition: opacity .2s cubic-bezier(.55, .159, .25, 1);
}

.project-image-square:hover {
  opacity: .64;
}

.dom {
  background-image: none;
  background-size: auto;
  border-radius: 7px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
}

.project-square3 {
  background-image: url('../images/Bus-Stop-Billboard-MockUp.jpg');
  background-position: 0%;
  background-size: cover;
  border-radius: 7px;
  width: 100%;
  height: 25rem;
  margin-bottom: 25px;
  transition: opacity .2s cubic-bezier(.55, .159, .25, 1);
}

.project-square3:hover {
  opacity: .64;
}

.div-block-13 {
  background-image: url('../images/cortcool.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 7px;
  height: 80vh;
  transition: opacity .2s cubic-bezier(.637, .141, .25, 1);
}

.div-block-13:hover {
  opacity: .64;
  mix-blend-mode: normal;
}

.about-me-section {
  padding-top: 0;
  overflow: hidden;
}

.div-block-14 {
  margin-top: 25px;
}

.lightbox-link-3 {
  background-image: url('../images/ALBUM-COVER-FINAL.jpg');
  background-position: 30%;
  background-size: cover;
  border-radius: 7px;
  width: 100%;
  height: 25rem;
  transition-property: none;
}

.lightbox-link-3:hover {
  opacity: .64;
}

.div-block-15 {
  background-image: url('../images/310A2623.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 7px;
  height: 80vh;
  transition: opacity .2s cubic-bezier(.637, .141, .25, 1);
}

.div-block-15:hover {
  opacity: .64;
  mix-blend-mode: normal;
}

.content-wrapper {
  flex-direction: column;
  display: flex;
}

.layout-12-column {
  grid-column-gap: 4rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.padding-bottom-2 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.list-item {
  border-bottom: .0625rem solid #00000014;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.list-item.is-first {
  padding-top: 0;
}

.button-3 {
  color: #fff;
  text-align: center;
  letter-spacing: .125rem;
  text-transform: uppercase;
  background-color: #0519eb;
  border-radius: .375rem;
  width: 70%;
  padding: 1.125rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  transition: transform .25s cubic-bezier(.165, .84, .44, 1), opacity .25s cubic-bezier(.165, .84, .44, 1);
}

.button-3:hover {
  opacity: .8;
  transform: translate(0, -.125rem);
}

.button-3:active {
  transform: scale(.98)translate(0);
}

.button-3:focus-visible, .button-3[data-wf-focus-visible] {
  outline-offset: 0rem;
  border-radius: .4375rem;
  outline: .1875rem solid #0000003d;
}

.text-weight-regular {
  font-weight: 400;
}

.text-size-medium-2 {
  font-size: 1.5rem;
}

.sticky-title-wrapper {
  position: sticky;
  top: 7.75rem;
}

.heading-3 {
  color: #000;
  font-family: "Aspekta 950", Arial, sans-serif;
  font-size: 3.7rem;
}

.section-experience {
  align-items: flex-start;
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
}

.section-experience.with-divider {
  border-bottom: .0625rem solid #00000014;
  justify-content: space-between;
  padding-top: 0;
}

.section-experience.with-divider-copy {
  border-bottom: .0625rem solid #00000014;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 13rem;
}

.content-section {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
}

.posts-section {
  width: 100vw;
  height: 100%;
  padding-top: 117px;
}

.scrolling-collection-wrap {
  width: 100%;
  height: 9vh;
}

.post-collection {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.post-item {
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 280px;
  margin: 18px 15px;
  transition: box-shadow .2s, transform .2s;
  display: flex;
  position: relative;
  box-shadow: 0 30px 16px -20px #00000045;
}

.post-item:hover {
  transform: scale(1.05);
  box-shadow: 0 9px 19px 2px #0000001a;
}

.post-item:active {
  box-shadow: none;
  transform: none;
}

.works-title {
  z-index: 90;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 2vh;
  margin-bottom: 2vh;
  font-size: 18vh;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.works-title.med-size {
  font-size: 13vh;
}

.card-wrapper {
  object-fit: fill;
  border-radius: .25rem;
  width: 100%;
  height: 55vh;
  max-height: 55vh;
  position: relative;
  overflow: hidden;
}

.full-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.divider {
  flex-direction: column;
  justify-content: flex-end;
  min-height: 5vh;
  display: flex;
  overflow: hidden;
}

.divider.works {
  background-color: #fff;
  width: 2.8125rem;
  height: .25rem;
  min-height: auto;
  margin-left: 1.5vw;
  margin-right: 1.5vw;
}

.text-small {
  text-transform: uppercase;
  flex: 0 auto;
  font-family: "Aspekta 400", Arial, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.42;
}

.card-text-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.card-text-details {
  text-align: right;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 20vw;
  max-width: 15rem;
  padding-top: 2vh;
  font-size: .875rem;
  display: flex;
}

.card-title {
  z-index: 90;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 2vh;
  margin-bottom: 2vh;
  font-family: "Aspekta 400", Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.grid {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
}

.full-video {
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.track {
  white-space: nowrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
  overflow: hidden;
}

.container-4 {
  max-width: 120rem;
  padding: 5vh 5vw 10vh;
}

.card-link {
  color: #1f1f1f;
  object-fit: contain;
  width: 100%;
  text-decoration: none;
  position: relative;
}

.card-link:hover {
  text-decoration: underline;
}

.infinite-marquee {
  display: none;
}

.card-hover {
  z-index: 6;
  color: #fff;
  background-color: #00000080;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  display: flex;
}

.heading-4 {
  color: #000;
  margin-top: 35px;
  font-family: "Aspekta 350", Arial, sans-serif;
}

.page-padding-2-copy {
  flex: 1;
  padding-top: 0;
  padding-left: 5rem;
  padding-right: 5rem;
}

.section-below-fold {
  overflow: hidden;
  transform: translate(0);
}

.more-work-button {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-4 {
  padding-bottom: 5rem;
}

.container-4-copy {
  max-width: 120rem;
  padding: 5vh 5vw 10vh;
}

.page-padding-copy {
  padding-left: 5rem;
  padding-right: 5rem;
}

.more-about-button {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-me-page-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 0;
  margin-bottom: 3rem;
  display: grid;
}

.div-block-17 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.div-block-18 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 5rem 5rem;
  display: flex;
}

.paragraph-2 {
  font-family: "Aspekta 450", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 31px;
}

.hero-image-wrapper {
  max-width: none;
}

.image-5 {
  width: 100%;
  height: 100vh;
}

.div-block-19 {
  box-sizing: border-box;
  object-fit: fill;
  height: 86vh;
  margin-top: 1.5rem;
  overflow: hidden;
}

.div-block-28 {
  background-image: url('../images/walk.png');
  background-position: 43% 40%;
  background-size: 20rem;
  width: 10rem;
}

.case-study-images-2-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 0;
  height: 30rem;
  display: flex;
  overflow: hidden;
}

.section-title-2 {
  border-top: .125rem solid #000;
  align-self: stretch;
  padding-top: 1.5rem;
}

.page-padding-case-studies {
  flex: 1;
  padding-left: 0;
  padding-right: 0;
}

.background-color-mint {
  background-color: #f2fce2;
}

.background-color-mint.padding-large {
  background-image: linear-gradient(#d04f2c, #d04f2c);
  height: 200px;
}

.bold-text-2-copy-copy {
  font-family: Amazing Views, Arial, sans-serif;
  font-size: 7rem;
  font-weight: 700;
}

.erferferf-copy-2 {
  margin-bottom: 2.5rem;
  font-size: 2rem;
  line-height: 33px;
}

.paragraph-3 {
  font-family: "Aspekta 450", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.4rem;
}

.heading-medium-2 {
  font-family: "Aspekta 450", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.block-quote {
  margin-top: 3rem;
  font-family: "Aspekta 550", Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.8rem;
}

.heading-6 {
  margin-top: 10px;
  font-family: "Aspekta 450", Arial, sans-serif;
  font-size: 1.125rem;
}

.background-color-black {
  background-color: #000;
}

.background-color-black.padding-large {
  background-image: linear-gradient(#42a648, #42a648);
  height: 200px;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: "Aspekta 450", Arial, sans-serif;
  font-size: 1.125rem;
}

.background-color-white {
  background-color: #fff;
}

.background-color-white.padding-large {
  background-image: linear-gradient(#fbebbc, #fbebbc);
  height: 200px;
}

.text-size-large-copy {
  margin-bottom: 0;
  font-size: 0;
  font-weight: 400;
}

.divider-2 {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  height: .0625rem;
  margin-top: 3rem;
}

.text-size-large {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}

.div-block-32 {
  height: 10rem;
  display: flex;
}

.styleguide_section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  border-bottom: 1px #00000014;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  max-width: 80rem;
  margin-bottom: 6px;
  margin-left: auto;
  margin-right: auto;
  padding: 10rem 5rem 5rem;
  display: grid;
}

.right-image-split {
  background-image: url('../images/310A2606.jpeg');
  background-position: 70%;
  background-size: cover;
  width: 40%;
}

.bold-text-4-copy {
  font-family: "Aspekta 950", Arial, sans-serif;
  font-weight: 900;
}

.div-block-36 {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5rem;
  padding-right: 5rem;
}

.left-image-split {
  object-fit: fill;
  background-image: url('../images/310A2623.webp');
  background-position: 50%;
  background-size: cover;
  width: 70%;
  height: 100%;
}

.styleguide_3-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-8 {
  margin-top: 10px;
  font-family: "Aspekta 450", Arial, sans-serif;
  font-size: 1.125rem;
}

.case-study-images-1-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 0;
  height: 30rem;
  display: flex;
  overflow: hidden;
}

.div-block-37 {
  margin-top: 0;
  padding-top: 40px;
}

.bold-text-2 {
  font-family: "Aspekta 200", Arial, sans-serif;
  font-size: 7rem;
}

.bold-text-6 {
  font-family: "Aspekta 200", Arial, sans-serif;
  font-size: 2rem;
}

.div-block-30 {
  background-image: url('../images/happy-earth.png');
  background-position: 50%;
  background-size: 20rem;
  width: 10rem;
}

.image-6 {
  width: 100%;
  height: 100%;
}

.div-block-27 {
  background-image: url('../images/shovel.png');
  background-position: 43% 48%;
  background-size: 20rem;
  width: 10rem;
}

.background-color-gray {
  background-color: #f2fce2;
}

.background-color-gray.padding-large {
  background-image: linear-gradient(#413c35, #413c35);
  height: 200px;
}

.copcop-copy {
  font-family: Amazing Views, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.erferferf-copy-3 {
  margin-bottom: 2.5rem;
  font-size: 2rem;
  line-height: 33px;
}

.erferferf {
  margin-bottom: 2.5rem;
  font-family: "Aspekta 200", Arial, sans-serif;
  font-size: 2rem;
  line-height: 33px;
}

.styleguide_1-col-skills {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  font-family: "Aspekta 450", Arial, sans-serif;
  font-size: 2rem;
  display: grid;
}

.bold-text-2-copy {
  font-family: "Aspekta 950", Arial, sans-serif;
  font-size: 7rem;
  font-weight: 900;
}

.large-right-image {
  background-image: url('../images/310A2578.jpeg');
  background-position: 100%;
  background-size: cover;
  width: 70%;
  height: 100%;
}

.div-block-31 {
  background-image: url('../images/last-icon.png');
  background-position: 50%;
  background-size: 20rem;
  width: 10rem;
}

.heading-xsmall {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
}

.image-7 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.div-block-35 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin-bottom: 1rem;
  display: flex;
}

.button-inner-text-3 {
  box-sizing: border-box;
  color: #fff;
  justify-content: center;
  align-items: center;
  position: static;
  overflow: visible;
}

.button-inner-text-3:hover {
  color: #000;
}

.container-large-2 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.styleguide_header {
  border-bottom: .0625rem solid #00000014;
  justify-content: flex-start;
  align-items: flex-start;
  height: 14rem;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.styleguide_1-col-typography {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2.5rem;
  font-family: "Aspekta 450", Arial, sans-serif;
  display: grid;
}

.copcop {
  font-family: "Aspekta 950", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 900;
}

.bold-text-7 {
  font-family: Amazing Views, Arial, sans-serif;
  font-weight: 700;
}

.heading-7 {
  margin-top: 10px;
  font-family: "Aspekta 450", Arial, sans-serif;
  font-size: 1.125rem;
}

.case-study-images-2, .case-study-images-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 0;
  width: 100%;
  height: 30rem;
  display: flex;
  overflow: hidden;
}

.small-left-immage {
  background-image: url('../images/310A2529.jpeg');
  background-position: 100%;
  background-size: cover;
  width: 40%;
}

.text-style-quote {
  font-size: 1.5rem;
  font-weight: 400;
}

.div-block-38 {
  width: 3rem;
  height: 3rem;
}

.heading-xlarge {
  color: #000;
  font-family: "Aspekta 450", Arial, sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.1;
  display: block;
  position: relative;
}

.styleguide_1-col {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  font-family: "Aspekta 450", Arial, sans-serif;
  display: grid;
}

.div-block-39 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.curtains, .curtains-copy {
  background-color: #fff;
  width: 50%;
  height: 86vh;
  display: block;
  position: static;
}

.styleguide_section-skills-programs {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  border-bottom: 1px #00000014;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  max-width: 80rem;
  margin-bottom: 6px;
  margin-left: auto;
  margin-right: auto;
  padding: 10rem 5rem 0;
  display: grid;
}

.bold-text-8 {
  font-size: 1.125rem;
  font-weight: 400;
}

.bold-text-9 {
  font-family: "Aspekta 450", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2rem;
}

.heading-9 {
  font-size: 2rem;
  font-weight: 400;
}

.bold-text-10 {
  font-family: "Aspekta 550", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}

.styleguide_section-colors {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  border-bottom: 1px #00000014;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  max-width: 80rem;
  margin-bottom: 6px;
  margin-left: auto;
  margin-right: auto;
  padding: 10rem 5rem;
  display: grid;
}

.heading-10 {
  font-size: 2rem;
  font-weight: 400;
}

.divider-2-copy {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  height: .0625rem;
  margin-top: .5rem;
}

.divider-2-copy-copy {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  height: .0625rem;
  margin-top: 2.1rem;
}

._1st-divider {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  height: .0625rem;
  margin-top: 3.7rem;
}

.accordion-item {
  width: 100%;
  overflow: hidden;
}

.accordion-toggle {
  border-top: .125rem solid #000;
  align-items: center;
  height: 80px;
  padding-left: 0;
  display: flex;
}

.text-block-3 {
  white-space: normal;
  flex: none;
  width: 100%;
  font-size: 2rem;
}

.dropdown-list {
  background-color: #fff;
  padding: 20px 20px 2rem 0;
  display: block;
  position: static;
}

.text-block-4 {
  font-size: 1.125rem;
  line-height: 1.3rem;
}

.styleguide_section-accordian {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  border-bottom: 1px #00000014;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  max-width: 80rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 5rem 8rem;
  display: grid;
}

.left-image-split-copy {
  object-fit: fill;
  background-image: url('../images/310A2598.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 70%;
  height: 100%;
}

.right-image-split-copy {
  background-image: url('../images/310A2596.jpeg');
  background-position: 70%;
  background-size: cover;
  width: 40%;
}

.large-right-image-copy {
  background-image: url('../images/310A2611.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 70%;
  height: 100%;
}

.skills-programs-header {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: "Aspekta 450", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.case-study-images-mobile {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 0;
  height: 30rem;
  display: none;
  overflow: hidden;
}

.case-study-images-mobile-alt {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 0;
  height: 30rem;
  display: flex;
  overflow: hidden;
}

.left-image-split-copy-copy {
  object-fit: fill;
  background-image: url('../images/310A2598.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 70%;
  height: 100%;
}

.right-image-split-copy-copy {
  background-image: url('../images/310A2596.jpeg');
  background-position: 70%;
  background-size: cover;
  width: 40%;
}

.case-study-images-2-copy-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 0;
  height: 30rem;
  display: flex;
  overflow: hidden;
}

.section-education {
  align-items: flex-start;
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
}

.section-education.with-divider {
  border-bottom: .0625rem solid #00000014;
  justify-content: space-between;
  padding-top: 0;
}

.section-education.with-divider-copy {
  border: 0 #000;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 3rem;
}

.list-item-copy {
  border-bottom: .0625rem solid #00000014;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.list-item-copy.is-first {
  border: 1px #000;
  padding-top: 0;
  padding-bottom: 2rem;
}

.page-padding-education {
  flex: 1;
  padding-top: 3rem;
  padding-left: 5rem;
  padding-right: 5rem;
}

.padding-vertical-education {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical-education.padding-xhuge {
  padding-top: 0;
  padding-bottom: 3rem;
}

.code-embed {
  display: none;
}

.video-embed {
  z-index: 999;
  opacity: .75;
  object-fit: fill;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  inset: 0%;
}

.video-embed-wrapper {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
}

.code-embed-2 {
  display: block;
}

.video-embed-background {
  width: 100%;
  height: 61.18vh;
  display: none;
}

.full-image-hidden-on-mobile {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.ix-trigger {
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-41 {
  width: 3rem;
  height: 3rem;
}

.styleguide_1-col-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-8 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.div-block-42 {
  background-image: url('../images/happy-earth.png');
  background-position: 50%;
  background-size: 20rem;
  width: 10rem;
}

.bold-text-11 {
  font-size: 2rem;
}

.paragraph-4 {
  font-size: 1.125rem;
  line-height: 1.4rem;
}

.skills-programs-header-2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 400;
}

.bold-text-2-copy-2 {
  font-size: 7rem;
  font-weight: 900;
}

.div-block-43 {
  background-image: url('../images/walk.png');
  background-position: 43% 40%;
  background-size: 20rem;
  width: 10rem;
}

.heading-medium-3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.bold-text-12 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2rem;
}

.erferferf-2 {
  margin-bottom: 2.5rem;
  font-size: 2rem;
  line-height: 33px;
}

.div-block-44 {
  margin-top: 0;
  padding-top: 40px;
}

.styleguide_1-col-typography-2 {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2.5rem;
  display: grid;
}

.heading-xlarge-2 {
  color: #000;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.1;
  display: block;
  position: relative;
}

.bold-text-14 {
  font-size: 1.125rem;
  font-weight: 400;
}

.div-block-45 {
  z-index: 999;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 1.5rem;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.div-block-46 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin-bottom: 1rem;
  display: flex;
}

.div-block-47 {
  background-image: url('../images/shovel.png');
  background-position: 43% 48%;
  background-size: 20rem;
  width: 10rem;
}

.image-9 {
  width: 100%;
  height: 100%;
}

.heading-11, .heading-12 {
  font-size: 2rem;
  font-weight: 400;
}

.bold-text-2-copy-copy-2 {
  font-size: 7rem;
  font-weight: 700;
}

.div-block-48 {
  height: 10rem;
  display: flex;
}

.hero-video-wrapper {
  box-sizing: border-box;
  object-fit: fill;
  height: 85vh;
  margin-top: 1.5rem;
  overflow: hidden;
}

.bold-text-4-copy-2 {
  font-weight: 900;
}

.copcop-copy-2 {
  font-size: 2rem;
  font-weight: 700;
}

.div-block-50 {
  background-image: url('../images/last-icon.png');
  background-position: 50%;
  background-size: 20rem;
  width: 10rem;
}

.text-block-5 {
  white-space: normal;
  flex: none;
  width: 100%;
  font-size: 2rem;
}

.bold-text-15 {
  font-size: 7rem;
}

.div-block-51 {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5rem;
  padding-right: 5rem;
}

.bold-text-16 {
  font-size: 1.125rem;
  font-weight: 400;
}

.styleguide_1-col-skills-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  font-size: 2rem;
  display: grid;
}

.copcop-2 {
  font-size: 2rem;
  font-weight: 900;
}

.button-inner-text-4 {
  justify-content: center;
  align-items: center;
}

.section-title-3 {
  border-top: .125rem solid #000;
  align-self: stretch;
  padding-top: 1.5rem;
}

.bold-text-17 {
  font-weight: 700;
}

.block-quote-2 {
  margin-top: 3rem;
  font-size: 1.5rem;
  line-height: 1.8rem;
}

.erferferf-copy-4 {
  margin-bottom: 2.5rem;
  font-size: 2rem;
  line-height: 33px;
}

.footer-social-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.div-block-52 {
  height: 86vh;
  margin-top: 1.5rem;
  display: block;
  position: relative;
}

.full-video-copy {
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.full-video-endur {
  z-index: 1;
  opacity: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.left-image-split-endur {
  object-fit: fill;
  background-image: url('../images/Tabloid---222x.jpg');
  background-position: 50%;
  background-size: cover;
  width: 70%;
  height: 100%;
  position: relative;
}

.right-image-split-endur {
  background-image: url('../images/endur-hand-holding.jpg');
  background-position: 70%;
  background-size: cover;
  width: 40%;
}

.small-left-immage-copy {
  background-image: url('../images/endur-hand-holding.jpg');
  background-position: 100%;
  background-size: cover;
  width: 40%;
}

.small-left-img-bottom-tsr {
  background-image: url('../images/310A2538.jpeg');
  background-position: 100%;
  background-size: 180%;
  width: 40%;
}

.small-left-immage-endur {
  background-image: url('../images/endure-threephones-mockup.jpg');
  background-position: 100%;
  background-size: cover;
  width: 40%;
}

.div-block-52-copy {
  height: 85vh;
  margin-top: 0;
  position: relative;
}

.video-embed-wrapper-top {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: static;
}

.hover-video {
  display: none;
}

.case-study-video {
  height: 100%;
  margin-top: 0;
  position: relative;
}

.div-block-53 {
  width: 0%;
}

.navbar-home {
  z-index: 1000;
}

@media screen and (max-width: 991px) {
  .page-padding {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .mobile-menu-wrapper {
    color: #fff;
    background-color: #000;
    padding: 1.5rem 2rem;
  }

  .navbar-inner {
    padding-top: 1.5rem;
  }

  .mobile-menu-nav-link {
    color: #fff;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
  }

  .mobile-menu-nav-link:hover, .mobile-menu-nav-link:active {
    color: #fff;
  }

  .mobile-menu-nav-link:lang(en) {
    padding-top: 0;
  }

  .navbar-right {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .mobile-menu-toggle-line {
    transform-origin: 100%;
    background-color: #000;
    width: 30px;
    height: 1.5px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    right: 0;
  }

  .mobile-menu-toggle-line._02 {
    top: 50%;
  }

  .mobile-menu-toggle-line._01 {
    top: 0;
  }

  .mobile-menu-nav {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    display: flex;
  }

  .mobile-menu-toggle {
    cursor: pointer;
    width: 30px;
    height: 20px;
    display: block;
    position: relative;
  }

  .mobile-menu {
    padding-top: 1rem;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
  }

  .navbar-menu {
    display: none;
  }

  .home-hero-subheading {
    font-size: 3vw;
  }

  .home-services-card-wrapper {
    border-top-width: 1.5rem;
  }

  .banner-circle-image {
    width: 100px;
  }

  .footer-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-bottom {
    flex-direction: column-reverse;
  }

  .home-stats-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .home-services-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .home-services-item-heading {
    flex-direction: column;
  }

  .home-hero-subheading-2 {
    font-size: 3vw;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .home-clients-logos-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .home-clients-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    text-align: center;
    grid-template-columns: 1fr;
  }

  .heading-h1 {
    font-size: 3.5rem;
  }

  .heading-h1.text-uppercase {
    font-size: 3rem;
  }

  .navbar-inner-2 {
    padding-top: 1.5rem;
  }

  .heading-medium {
    font-size: 4rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .marquee-heading {
    letter-spacing: 2px;
    font-size: 4rem;
  }

  .footer-grid-right-inner {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .home-services-grid-right-inner {
    margin-top: -1.5rem;
  }

  .banner-circle {
    bottom: 1rem;
    right: 3rem;
  }

  .card-padding {
    padding: 2.5rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    overflow-wrap: normal;
    vertical-align: baseline;
    font-size: 5.4rem;
    line-height: 6.5rem;
    display: block;
  }

  .credits-link {
    font-size: 1.15rem;
  }

  .heading-small {
    font-size: 3rem;
  }

  .info-card-section {
    grid-row-gap: 2rem;
  }

  .info-card-1 {
    padding: 3rem;
  }

  .info-cards-wrapper {
    flex-direction: column;
  }

  .body-medium {
    font-size: 1.15rem;
  }

  .info-card-2, .info-card-3 {
    padding: 3rem;
  }

  .footer-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-copy {
    font-size: 3rem;
  }

  .hero_illustration {
    width: 65vw;
  }

  .container-2 {
    grid-row-gap: 1rem;
  }

  .image-3 {
    height: 16.5rem;
  }

  .home-services-grid-right-inner-copy {
    margin-top: 0;
  }

  .section-title.is-offset {
    width: 17.4rem;
  }

  .page-padding-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .work-collection_list, .work-collection_list.is-featured-project {
    grid-row-gap: 4rem;
  }

  .layout-12-column {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .padding-bottom-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .button-3 {
    justify-content: center;
  }

  .sticky-title-wrapper.is-styleguide {
    position: static;
  }

  .heading-3 {
    font-size: 3rem;
  }

  .content-section {
    justify-content: flex-start;
    padding-left: 19px;
  }

  .posts-section {
    width: 65vw;
  }

  .post-collection {
    justify-content: flex-start;
    width: 75vw;
  }

  .post-item {
    width: 43%;
  }

  .works-title {
    font-size: 9vh;
  }

  .card-wrapper {
    height: auto;
  }

  .full-image {
    height: 50vh;
  }

  .divider {
    min-height: 2.8125rem;
  }

  .text-small {
    text-align: right;
  }

  .card-text-wrapper {
    justify-content: space-between;
    height: auto;
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .card-text-details {
    flex-flow: column;
    flex: none;
    align-items: flex-end;
    width: auto;
  }

  .card-title {
    margin-top: 0;
    margin-bottom: 0;
  }

  .grid {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    grid-template-columns: 1fr;
  }

  .container-4 {
    max-width: none;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .card-link {
    height: 100%;
  }

  .card-hover {
    display: none;
  }

  .container-4-copy {
    max-width: none;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .page-padding-copy {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .about-me-page-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .styleguide_section, .styleguide_section-skills-programs, .styleguide_section-colors, .styleguide_section-accordian {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .page-padding-education {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .padding-vertical-education {
    padding-left: 0;
    padding-right: 0;
  }

  .video-embed {
    z-index: 1;
  }

  .full-image-hidden-on-mobile {
    height: 50vh;
  }
}

@media screen and (max-width: 767px) {
  .page-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .navbar-inner {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .mobile-menu-nav-link {
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .navbar-right {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .navbar-menu-item-link {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .navbar {
    z-index: 10;
    position: relative;
  }

  .mobile-menu-toggle {
    cursor: pointer;
    width: 30px;
    height: 20px;
    display: block;
    position: relative;
  }

  .mobile-menu {
    z-index: 5;
  }

  .home-hero-subheading {
    font-size: 3.5vw;
  }

  .banner-circle-image {
    width: 90px;
  }

  .footer-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-bottom {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .home-stats-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .heading-h3 {
    font-size: 1.75rem;
  }

  .home-services-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .home-hero-subheading-2 {
    font-size: 3.5vw;
  }

  .home-clients-logos-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .marquee-inner {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .home-clients-grid {
    grid-template-columns: 1fr;
  }

  .heading-h1 {
    font-size: 3rem;
  }

  .navbar-inner-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .heading-medium {
    font-size: 3.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .marquee-heading {
    font-size: 3rem;
  }

  .home-clients-logos-inner {
    width: 800px;
  }

  .footer-grid-right-inner {
    grid-template-columns: 1fr 1fr;
  }

  .banner-circle {
    right: 2.5rem;
  }

  .my-services-grid-left-inner {
    padding-bottom: 4rem;
    position: static;
  }

  .card-padding {
    padding: 2rem;
  }

  .home-work-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .credits-link {
    font-size: 1.15rem;
  }

  .heading-small {
    font-size: 2.8rem;
  }

  .service-card-open-close {
    width: 3rem;
    height: 3rem;
  }

  .info-card-1 {
    grid-row-gap: 2.5rem;
    min-height: 32rem;
    padding: 1.6rem;
  }

  .body-small {
    font-size: 1rem;
  }

  .body-medium {
    font-size: 1.15rem;
  }

  .info-card-2, .info-card-3 {
    grid-row-gap: 2.5rem;
    min-height: 32rem;
    padding: 1.6rem;
  }

  .hero_heading {
    font-size: 6rem;
  }

  .hero_illustration {
    width: 70vw;
  }

  .container-2 {
    grid-row-gap: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-2.md {
    font-size: 10cqi;
  }

  .container-3 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .container-3.is-nav {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .section-2 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .work-collection_list {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .layout-12-column {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .padding-bottom-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .button-3 {
    text-align: center;
  }

  .sticky-title-wrapper {
    position: static;
  }

  .section-experience {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .content-section {
    justify-content: center;
    padding-left: 0;
  }

  .posts-section {
    width: auto;
  }

  .post-collection {
    justify-content: flex-start;
    width: 100vw;
  }

  .post-item {
    height: 300px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .full-image {
    min-height: 31.25rem;
  }

  .text-small {
    text-align: left;
    white-space: nowrap;
    font-size: .8125rem;
  }

  .card-text-wrapper {
    padding-bottom: 4vh;
  }

  .card-title {
    margin-top: 0;
    margin-bottom: 0;
  }

  .page-padding-copy {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .about-me-page-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-medium-2 {
    font-size: 1.75rem;
  }

  .styleguide_section {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .styleguide_3-col {
    grid-template-columns: 1fr 1fr;
  }

  .styleguide_header {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .heading-xlarge {
    font-size: 3.5rem;
  }

  .styleguide_section-skills-programs, .styleguide_section-colors, .styleguide_section-accordian, .section-education {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .padding-vertical-education {
    padding-left: 0;
    padding-right: 0;
  }

  .video-embed {
    padding-left: 0;
    padding-right: 0;
  }

  .full-image-hidden-on-mobile {
    min-height: 31.25rem;
  }

  .heading-medium-3 {
    font-size: 1.75rem;
  }

  .heading-xlarge-2 {
    font-size: 3.5rem;
  }

  .navbar-home {
    z-index: 10;
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  .page-padding {
    width: 100%;
    height: 100%;
  }

  .mobile-menu-wrapper {
    aspect-ratio: auto;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    background-color: #000000d6;
    width: 100%;
    height: 100vh;
    padding: 3.5rem 3.5rem 1.5rem;
    display: block;
  }

  .navbar-right-button {
    display: none;
  }

  .mobile-menu-nav-text {
    font-size: 1rem;
    line-height: 2rem;
  }

  .container-xxlarge {
    height: 100vh;
  }

  .button-inner-text {
    font-size: 1rem;
  }

  .navbar-inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .mobile-menu-nav-link {
    flex-flow: row;
  }

  .navbar-right {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .button.secondary {
    margin-top: 10px;
  }

  .button-inner {
    height: 17px;
  }

  .mobile-menu {
    box-sizing: border-box;
    object-fit: fill;
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-top: 1.2rem;
    display: none;
    overflow: visible;
  }

  .body {
    background-color: #fff;
  }

  .banner-circle-image {
    width: 80px;
  }

  .home-services-about {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-bottom {
    text-align: center;
  }

  .home-stats-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .heading-h3.text-uppercase {
    font-size: 1.6rem;
  }

  .marquee-secondary-text {
    font-size: .5rem;
  }

  .home-services-grid {
    grid-column-gap: 2.1rem;
    grid-row-gap: 2.1rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .home-hero-subheading-2 {
    margin-top: 0;
    margin-bottom: .5rem;
    padding-right: 3rem;
    font-size: 1rem;
  }

  .page-wrapper {
    overflow: clip;
  }

  .text-size-medium {
    font-size: 1.125rem;
  }

  .home-services-grid-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .home-clients-logos-grid {
    grid-template-columns: 1fr 1fr;
  }

  .section-marquee-secondary {
    border-radius: 0;
    margin-top: 1px;
  }

  .marquee-inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: 1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .home-clients-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .card.muted {
    background-color: #ddd;
  }

  .heading-h1 {
    font-size: 2.5rem;
  }

  .heading-h1.text-uppercase {
    font-size: 2.7rem;
  }

  .navbar-inner-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .heading-medium {
    font-size: 3rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .marquee-heading {
    font-size: 1.4rem;
  }

  .footer-grid-right-inner {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home-services-grid-right-inner {
    margin-top: 0;
    padding-top: 0;
  }

  .banner-circle {
    right: 2.25rem;
  }

  .my-services-grid-left-inner {
    padding-bottom: 0;
  }

  .home-hero-image-wrapper {
    height: 68vh;
  }

  .card-padding {
    padding: 1.25rem 1.5rem;
  }

  .text-meta {
    font-size: 13px;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .homepage-animated-background {
    object-fit: cover;
    height: 100%;
    overflow: visible;
  }

  .text-block-2 {
    font-size: 1.2rem;
  }

  .heading {
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 2.1rem;
    line-height: 2.1rem;
    display: block;
  }

  .credits-link {
    font-size: 1rem;
  }

  .pill-button.auto-top {
    min-width: 11.2rem;
    padding: .55rem .55rem .55rem 1.5rem;
  }

  .info-card-bottom {
    grid-row-gap: 1rem;
  }

  .heading-small {
    font-size: 1.7rem;
  }

  .service-card-open-close {
    width: 2.5rem;
    height: 2.5rem;
  }

  .info-hidden {
    grid-row-gap: 2rem;
  }

  .info-card-1 {
    grid-row-gap: 2.5rem;
    min-height: 28rem;
    padding: 1.25rem;
  }

  .body-medium {
    font-size: 1rem;
  }

  .info-card-2, .info-card-3 {
    grid-row-gap: 2.5rem;
    min-height: 28rem;
    padding: 1.25rem;
  }

  .footer-heading-block {
    padding-bottom: 10px;
  }

  .heading-copy {
    height: 14vh;
    margin-top: 1rem;
    margin-bottom: 0;
    padding: 0 1.5rem;
    font-size: 1rem;
    line-height: 18px;
  }

  .hero_heading {
    font-size: 4.5rem;
  }

  .heading-2.xl {
    font-size: 12cqi;
  }

  .hide-on-mobile {
    display: none;
  }

  .heading-lottie {
    width: 40cqi;
    position: absolute;
    inset: auto 2.5rem -5rem auto;
  }

  .tag.is-makers-mark.is-nav {
    min-width: auto;
  }

  .inline-blk {
    margin-right: .5rem;
  }

  .container-3.is-hero {
    min-height: auto;
  }

  .container-3.is-nav {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .div-block-5 {
    border-radius: .2rem;
    overflow: hidden;
  }

  .white-curtain-left {
    flex-flow: row;
  }

  .div-block-7 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .image-3 {
    flex: 0 auto;
    align-self: auto;
  }

  .paragraph {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .home-services-grid-right-inner-copy {
    padding-top: 0;
  }

  .div-block-9 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .section-title.is-offset {
    width: 100%;
    overflow: visible;
  }

  .page-padding-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
  }

  .section-2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .work-collection_wrapper {
    width: 100vw;
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .work-collection_list {
    grid-template-rows: auto;
  }

  .square-project {
    flex: 1;
    width: 80vw;
  }

  .project-image-square-copy {
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    width: 80vw;
  }

  .square-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .fent {
    width: 80vw;
  }

  .project-image-square {
    background-position: 67%;
    background-size: cover;
    width: 80vw;
  }

  .dom {
    flex: 1;
    width: 80vw;
  }

  .project-square3 {
    background-position: 35%;
    width: 80vw;
  }

  .lightbox-link-3 {
    background-position: 32%;
  }

  .layout-12-column {
    grid-row-gap: 3rem;
    overflow: hidden;
  }

  .padding-bottom-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .button-3 {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
  }

  .text-size-medium-2 {
    font-size: 1.25rem;
  }

  .sticky-title-wrapper.is-styleguide {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-3 {
    font-size: 3rem;
  }

  .section-experience {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section-experience.with-divider-copy {
    padding-bottom: 5rem;
    overflow: hidden;
  }

  .scrolling-collection-wrap {
    height: 5vh;
  }

  .post-collection {
    align-content: flex-start;
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .post-item {
    width: 100%;
    height: 200px;
    margin: 9px 0;
  }

  .post-item:hover {
    transform: none;
    box-shadow: 0 9px 19px 2px #0000001a;
  }

  .card-wrapper {
    height: 30vh;
    max-height: 30vh;
  }

  .full-image {
    float: none;
    clear: none;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    height: 30vh;
    min-height: auto;
    display: inline-block;
  }

  .text-small {
    text-align: right;
    font-size: .7em;
  }

  .card-title {
    z-index: 4;
    white-space: normal;
    font-size: 1.1em;
  }

  .container-4 {
    padding-top: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .card-hover {
    display: none;
  }

  .section-3 {
    padding-top: 1.2rem;
  }

  .heading-4 {
    font-size: 1.5rem;
  }

  .page-padding-2-copy {
    padding-top: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
  }

  .more-work-button {
    display: flex;
  }

  .container-4-copy {
    padding-top: 3.5vh;
    padding-bottom: 0;
  }

  .page-padding-copy {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-16 {
    background-color: #fff;
    width: 100%;
    height: 1px;
  }

  .more-about-button {
    display: flex;
  }

  .about-me-page-grid {
    grid-column-gap: 2.1rem;
    grid-row-gap: 2.1rem;
  }

  .div-block-17 {
    width: 80%;
  }

  .div-block-18 {
    padding-top: 1.6rem;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-2 {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .div-block-19 {
    height: 28vh;
  }

  .div-block-28 {
    height: 10rem;
  }

  .case-study-images-2-copy {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    height: 25rem;
    margin-bottom: .5rem;
    display: none;
  }

  .section-title-2 {
    padding-bottom: 0;
    overflow: visible;
  }

  .page-padding-case-studies {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    overflow: visible;
  }

  .background-color-mint.padding-large {
    height: 3rem;
  }

  .bold-text-2-copy-copy {
    font-size: 5rem;
  }

  .erferferf-copy-2 {
    width: 75vw;
    margin-bottom: 2rem;
    font-size: 1.5rem;
    line-height: 24px;
  }

  .paragraph-3 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: .9rem;
  }

  .heading-medium-2 {
    font-size: 2rem;
  }

  .block-quote {
    margin-top: 2rem;
    font-family: "Aspekta 600", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .heading-6 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Aspekta 450", Arial, sans-serif;
    font-size: 1.125rem;
  }

  .background-color-black.padding-large {
    height: 3rem;
  }

  .heading-5 {
    margin-bottom: 0;
    font-family: "Aspekta 450", Arial, sans-serif;
    font-size: 1.125rem;
  }

  .background-color-white.padding-large {
    height: 3rem;
  }

  .text-size-large-copy {
    margin-top: 1rem;
    font-size: 1.5rem;
  }

  .divider-2 {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }

  .text-size-large {
    margin-bottom: 0;
    font-size: 1.5rem;
  }

  .div-block-32 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    object-fit: fill;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    width: 15rem;
    height: 40rem;
    display: flex;
    overflow: visible;
  }

  .styleguide_section {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border: 0 solid #000;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-bottom: 2rem;
    padding: 1rem 2.5rem 0;
    overflow: visible;
  }

  .right-image-split {
    width: 100%;
    height: 100%;
  }

  .div-block-36 {
    padding-left: 0;
    padding-right: 0;
  }

  .left-image-split {
    width: 100%;
  }

  .styleguide_3-col {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .heading-8 {
    margin-top: 0;
    font-family: "Aspekta 450", Arial, sans-serif;
    font-size: 1.125rem;
  }

  .case-study-images-1-copy {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    height: 12.4rem;
    margin-bottom: .5rem;
  }

  .bold-text-2 {
    font-size: 5rem;
  }

  .bold-text-6 {
    font-size: 1.5rem;
  }

  .div-block-30 {
    height: 10rem;
  }

  .bold-text-5 {
    width: 100vw;
  }

  .div-block-27 {
    height: 10rem;
  }

  .background-color-gray.padding-large {
    height: 3rem;
  }

  .erferferf-copy-3 {
    width: 75vw;
    font-size: 1.5rem;
    line-height: 27px;
  }

  .erferferf {
    width: 75vw;
    font-size: 1.5rem;
    line-height: 30px;
  }

  .styleguide_1-col-skills {
    padding-top: 0;
    padding-bottom: 0;
  }

  .bold-text-2-copy {
    font-size: 5rem;
  }

  .large-right-image {
    width: 100%;
  }

  .div-block-31 {
    height: 10rem;
  }

  .heading-xsmall {
    margin-top: 0;
  }

  .image-7 {
    object-fit: cover;
    height: 28vh;
    display: block;
    overflow: hidden;
  }

  .div-block-35 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-bottom: 0;
  }

  .button-inner-text-3 {
    font-size: 1rem;
  }

  .styleguide_header {
    box-sizing: border-box;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border: 1px #000;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
    padding: 2rem 2.5rem 1rem;
  }

  .styleguide_1-col-typography {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .copcop {
    font-size: 1.5rem;
  }

  .heading-7 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Aspekta 450", Arial, sans-serif;
    font-size: 1.125rem;
  }

  .case-study-images-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    height: 25rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .case-study-images-1 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    height: 25rem;
    margin-bottom: 5rem;
  }

  .small-left-immage {
    width: 100%;
    height: 100%;
  }

  .text-style-quote {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }

  .div-block-38 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .heading-xlarge {
    margin-bottom: 1rem;
    font-size: 2rem;
  }

  .styleguide_1-col {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-top: 1rem;
  }

  .curtains, .curtains-copy {
    height: 28vh;
  }

  .styleguide_section-skills-programs {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
    border-bottom-style: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-bottom: 0;
    padding: 0 2.5rem;
    overflow: visible;
  }

  .bold-text-8, .bold-text-9 {
    font-size: .9rem;
  }

  .heading-9 {
    margin-top: 0;
    font-size: 1.5rem;
  }

  .bold-text-10 {
    font-family: "Aspekta 600", Arial, sans-serif;
    font-size: .9rem;
    line-height: 1.4px;
  }

  .styleguide_section-colors {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-bottom-style: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-bottom: 2rem;
    padding: 2rem 2.5rem 0;
    overflow: visible;
  }

  .heading-10 {
    font-size: 1.5rem;
  }

  .divider-2-copy {
    margin-top: 0;
    margin-bottom: 1.5rem;
    display: none;
  }

  .divider-2-copy-copy, ._1st-divider {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }

  .text-block-3 {
    font-size: 1.5rem;
  }

  .text-block-4 {
    font-size: .9rem;
  }

  .styleguide_section-accordian {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-bottom-style: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-bottom: 2rem;
    padding: 0 2.5rem;
    overflow: visible;
  }

  .left-image-split-copy {
    background-position: 70%;
    width: 65%;
  }

  .right-image-split-copy {
    background-position: 50% 75%;
    background-size: 350%;
    width: 35%;
    height: 100%;
    display: block;
  }

  .large-right-image-copy {
    width: 100%;
  }

  .small-left-immage-copy {
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
  }

  .skills-programs-header {
    margin-top: .9rem;
    margin-bottom: 0;
    font-family: "Aspekta 450", Arial, sans-serif;
    font-size: .9rem;
  }

  .text-span-6 {
    font-family: "Aspekta 650", Arial, sans-serif;
  }

  .body-2 {
    background-color: #fff;
  }

  .case-study-images-mobile {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    height: 12.4rem;
    margin-bottom: .5rem;
    display: flex;
  }

  .case-study-images-mobile-alt {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    height: 12.4rem;
    margin-bottom: .5rem;
  }

  .left-image-split-copy-copy {
    background-image: url('../images/310A2538.jpeg');
    background-position: 97% 40%;
    background-size: 200%;
    width: 65%;
  }

  .right-image-split-copy-copy {
    background-image: url('../images/310A2611.jpeg');
    background-position: 57%;
    width: 35%;
    height: 100%;
    display: block;
  }

  .case-study-images-2-copy-copy {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    height: 25rem;
    margin-bottom: .5rem;
    display: none;
  }

  .div-block-40 {
    display: inline-block;
    position: relative;
  }

  .section-education {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section-education.with-divider-copy {
    padding-bottom: 0;
    overflow: hidden;
  }

  .page-padding-education {
    padding-top: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
  }

  .padding-vertical-education {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical-education.padding-xhuge {
    padding-bottom: 0;
  }

  .video-embed {
    padding-top: 98px;
    padding-bottom: 98px;
  }

  .video-embed-wrapper {
    object-fit: cover;
    display: none;
    overflow: visible;
  }

  .code-embed-2 {
    width: 100%;
    height: 100%;
    display: block;
    position: static;
  }

  .video-embed-background {
    background-color: #142d5b;
    width: 100%;
    height: 30vh;
    display: block;
    position: static;
  }

  .full-image-hidden-on-mobile {
    float: none;
    clear: none;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    height: 30vh;
    min-height: auto;
    display: none;
  }

  .div-block-41 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .styleguide_1-col-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-top: 1rem;
  }

  .image-8 {
    object-fit: cover;
    height: 28vh;
    display: none;
    overflow: hidden;
  }

  .div-block-42 {
    height: 10rem;
  }

  .bold-text-11 {
    font-size: 1.5rem;
  }

  .paragraph-4 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: .9rem;
  }

  .skills-programs-header-2 {
    margin-top: .9rem;
    margin-bottom: 0;
    font-size: .9rem;
  }

  .bold-text-2-copy-2 {
    font-size: 5rem;
  }

  .div-block-43 {
    height: 10rem;
  }

  .heading-medium-3 {
    font-size: 2rem;
  }

  .bold-text-12 {
    font-size: .9rem;
  }

  .erferferf-2 {
    width: 75vw;
    font-size: 1.5rem;
    line-height: 30px;
  }

  .bold-text-13 {
    width: 100vw;
  }

  .styleguide_1-col-typography-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .heading-xlarge-2 {
    margin-bottom: 1rem;
    font-size: 2rem;
  }

  .bold-text-14 {
    font-size: .9rem;
  }

  .div-block-45 {
    z-index: 999;
    margin-top: 1.5rem;
    position: absolute;
  }

  .div-block-46 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-bottom: 0;
  }

  .div-block-47 {
    height: 10rem;
  }

  .heading-11 {
    margin-top: 0;
    font-size: 1.5rem;
  }

  .heading-12 {
    font-size: 1.5rem;
  }

  .bold-text-2-copy-copy-2 {
    font-size: 5rem;
  }

  .div-block-48 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    object-fit: fill;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    width: 15rem;
    height: 40rem;
    display: flex;
    overflow: visible;
  }

  .hero-video-wrapper {
    height: 28vh;
  }

  .div-block-50 {
    height: 10rem;
  }

  .text-block-5 {
    font-size: 1.5rem;
  }

  .bold-text-15 {
    font-size: 5rem;
  }

  .div-block-51 {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-16 {
    font-size: .9rem;
    line-height: 1.4px;
  }

  .styleguide_1-col-skills-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .copcop-2 {
    font-size: 1.5rem;
  }

  .section-title-3 {
    padding-bottom: 0;
    overflow: visible;
  }

  .block-quote-2 {
    margin-top: 2rem;
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .erferferf-copy-4 {
    width: 75vw;
    font-size: 1.5rem;
    line-height: 27px;
  }

  .div-block-52 {
    height: 28vh;
  }

  .left-image-split-endur {
    background-size: cover;
    background-attachment: scroll;
    width: 100%;
  }

  .right-image-split-endur {
    background-size: cover;
    width: 100%;
    height: 100%;
  }

  .small-left-immage-copy {
    width: 100%;
    height: 100%;
  }

  .small-left-img-bottom-tsr {
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
  }

  .small-left-immage-endur {
    width: 100%;
    height: 100%;
  }

  .div-block-52-copy {
    height: 28vh;
  }

  .video-embed-wrapper-top {
    object-fit: cover;
    display: block;
    overflow: visible;
  }

  .hover-video {
    width: 100%;
    height: 100%;
    display: block;
    position: static;
  }

  .case-study-video {
    height: 28vh;
  }
}

#w-node-_3b4fd345-fd8c-ec1d-c0ff-a1a622e598ff-cbebf3cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_3b4fd345-fd8c-ec1d-c0ff-a1a622e59903-cbebf3cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_3b4fd345-fd8c-ec1d-c0ff-a1a622e599cc-cbebf3cc {
  align-self: start;
}

#w-node-_3b4fd345-fd8c-ec1d-c0ff-a1a622e599df-cbebf3cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1d6b331a-f75f-6abd-a0db-30a4a59eb29c-cbebf3cc, #w-node-_1d6b331a-f75f-6abd-a0db-30a4a59eb29e-cbebf3cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f117e7b-c456-afc3-fc81-7c02e56e52bf-cbebf3cc {
  grid-area: 1 / 1 / 2 / 6;
  align-self: start;
}

#w-node-_0f117e7b-c456-afc3-fc81-7c02e56e52c3-cbebf3cc {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-d4ba486c-ae7f-847d-7746-f1c7431ba9e5-cbebf3cc {
  grid-area: 1 / 1 / 2 / 6;
  align-self: start;
}

#w-node-d4ba486c-ae7f-847d-7746-f1c7431ba9e9-cbebf3cc {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-d4ba486c-ae7f-847d-7746-f1c7431baa05-cbebf3cc {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-_8e4511d1-9617-6f44-a6eb-6f9ffd240b26-cbebf3cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_8e4511d1-9617-6f44-a6eb-6f9ffd240b2a-cbebf3cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_5f59bdc3-0272-68cd-0db3-be75570ccad4-cbebf3d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_5f59bdc3-0272-68cd-0db3-be75570ccad8-cbebf3d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-e6a94b50-fcad-a3d3-be7f-82563bd14c27-cbebf3d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-e6a94b50-fcad-a3d3-be7f-82563bd14c2b-cbebf3d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-e6a94b50-fcad-a3d3-be7f-82563bd14c75-cbebf3d1, #w-node-e6a94b50-fcad-a3d3-be7f-82563bd14c9d-cbebf3d1, #w-node-e6a94b50-fcad-a3d3-be7f-82563bd14cad-cbebf3d1, #w-node-e6a94b50-fcad-a3d3-be7f-82563bd14cbd-cbebf3d1, #w-node-e6a94b50-fcad-a3d3-be7f-82563bd14cc9-cbebf3d1, #w-node-e6a94b50-fcad-a3d3-be7f-82563bd14ccd-cbebf3d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-afdbffe2-3668-7f38-505a-4dfc4750e0be-587b644a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-afdbffe2-3668-7f38-505a-4dfc4750e0c2-587b644a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-afdbffe2-3668-7f38-505a-4dfc4750e10f-587b644a, #w-node-afdbffe2-3668-7f38-505a-4dfc4750e13f-587b644a, #w-node-afdbffe2-3668-7f38-505a-4dfc4750e17f-587b644a, #w-node-afdbffe2-3668-7f38-505a-4dfc4750e18d-587b644a, #w-node-afdbffe2-3668-7f38-505a-4dfc4750e197-587b644a, #w-node-afdbffe2-3668-7f38-505a-4dfc4750e19b-587b644a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_0f117e7b-c456-afc3-fc81-7c02e56e52bf-cbebf3cc, #w-node-_0f117e7b-c456-afc3-fc81-7c02e56e52c3-cbebf3cc, #w-node-d4ba486c-ae7f-847d-7746-f1c7431ba9e5-cbebf3cc, #w-node-d4ba486c-ae7f-847d-7746-f1c7431ba9e9-cbebf3cc {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d4ba486c-ae7f-847d-7746-f1c7431baa05-cbebf3cc {
    grid-column: 5 / 9;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0f117e7b-c456-afc3-fc81-7c02e56e52bf-cbebf3cc {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_0f117e7b-c456-afc3-fc81-7c02e56e52c3-cbebf3cc {
    grid-row: span 2 / span 2;
  }

  #w-node-d4ba486c-ae7f-847d-7746-f1c7431ba9e5-cbebf3cc {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d4ba486c-ae7f-847d-7746-f1c7431ba9e9-cbebf3cc {
    grid-row: span 2 / span 2;
  }

  #w-node-d4ba486c-ae7f-847d-7746-f1c7431baa05-cbebf3cc {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrumentserif';
  src: url('../fonts/InstrumentSerif-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrumentserif';
  src: url('../fonts/InstrumentSerif-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 750';
  src: url('../fonts/Aspekta-750.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 950';
  src: url('../fonts/Aspekta-950.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 850';
  src: url('../fonts/Aspekta-850.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 900';
  src: url('../fonts/Aspekta-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 50';
  src: url('../fonts/Aspekta-50.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 1000';
  src: url('../fonts/Aspekta-1000.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 600';
  src: url('../fonts/Aspekta-600.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 450';
  src: url('../fonts/Aspekta-450.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 100';
  src: url('../fonts/Aspekta-100.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 200';
  src: url('../fonts/Aspekta-200.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 300';
  src: url('../fonts/Aspekta-300.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 150';
  src: url('../fonts/Aspekta-150.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 550';
  src: url('../fonts/Aspekta-550.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 250';
  src: url('../fonts/Aspekta-250.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 500';
  src: url('../fonts/Aspekta-500.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 700';
  src: url('../fonts/Aspekta-700.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 650';
  src: url('../fonts/Aspekta-650.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 350';
  src: url('../fonts/Aspekta-350.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 400';
  src: url('../fonts/Aspekta-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 800';
  src: url('../fonts/Aspekta-800.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amazing Views';
  src: url('../fonts/Amazing-Views.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}